# 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"} 8.671e-06 go_gc_duration_seconds{quantile="0.25"} 1.5319e-05 go_gc_duration_seconds{quantile="0.5"} 2.083e-05 go_gc_duration_seconds{quantile="0.75"} 2.83e-05 go_gc_duration_seconds{quantile="1"} 8.9057e-05 go_gc_duration_seconds_sum 0.005939092 go_gc_duration_seconds_count 253 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.5"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 4.145224e+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 5.12991272e+08 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.537914e+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 5.572262e+06 # 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.398384e+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.145224e+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 6.463488e+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 5.660672e+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 46350 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 6.029312e+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.212416e+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.7877327454540515e+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 5.618612e+06 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 2296 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 16072 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 83840 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 130560 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 6.185826e+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 518614 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 458752 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 458752 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.8184456e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 5 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.780893177e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 6.8118269932e+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 # 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 # 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 # 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"} 6.32133063e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 13764.06 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 232.78 node_cpu_seconds_total{cpu="0",mode="softirq"} 9145.67 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 111232.46 node_cpu_seconds_total{cpu="0",mode="user"} 293253.15 node_cpu_seconds_total{cpu="1",mode="idle"} 6.32158884e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 12923.3 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 204.63 node_cpu_seconds_total{cpu="1",mode="softirq"} 9719.91 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 111152.11 node_cpu_seconds_total{cpu="1",mode="user"} 293002.79 # 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="sr0"} 0 node_disk_discard_time_seconds_total{device="vda"} 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="sr0"} 0 node_disk_discarded_sectors_total{device="vda"} 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="sr0"} 0 node_disk_discards_completed_total{device="vda"} 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="sr0"} 0 node_disk_discards_merged_total{device="vda"} 0 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="sr0"} 0 node_disk_flush_requests_time_seconds_total{device="vda"} 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="sr0"} 0 node_disk_flush_requests_total{device="vda"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sr0",major="11",minor="0",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 node_disk_info{device="vda",major="253",minor="0",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sr0"} 0 node_disk_io_now{device="vda"} 4 # 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="sr0"} 0.509 node_disk_io_time_seconds_total{device="vda"} 35825.387 # 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="sr0"} 0.705 node_disk_io_time_weighted_seconds_total{device="vda"} 464505.007 # 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="sr0"} 1.54167296e+08 node_disk_read_bytes_total{device="vda"} 5.88224933888e+11 # 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="sr0"} 0.705 node_disk_read_time_seconds_total{device="vda"} 30646.278000000002 # 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="sr0"} 4266 node_disk_reads_completed_total{device="vda"} 2.1260252e+07 # 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="sr0"} 0 node_disk_reads_merged_total{device="vda"} 4.562323e+06 # 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="sr0"} 0 node_disk_write_time_seconds_total{device="vda"} 433858.729 # 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="sr0"} 0 node_disk_writes_completed_total{device="vda"} 9.1074564e+07 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sr0"} 0 node_disk_writes_merged_total{device="vda"} 1.46247057e+08 # 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="sr0"} 0 node_disk_written_bytes_total{device="vda"} 2.198779236352e+12 # 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="seabios-1.9.1-qemu-project.org",chassis_asset_tag="",chassis_vendor="Red Hat",chassis_version="3.0",product_family="Smdbmds",product_name="CVM",product_sku="",product_version="3.0",system_vendor="Tencent Cloud"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.26.5",revision="6044da783597cc3b57aef7580ddcdcff58a4ee99",tags="unknown",version="1.12.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 5824 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 2.097152e+06 # 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/vda2",device_error="",fstype="ext4",mountpoint="/"} 1.3972127744e+10 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/02e7b8d16347fb48970d4005c1adcb5652a480560d96fb1fc27e2151d81334e0/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/03f491220fbdca0dbf645a65f1612deb964b405fa991b6d07d4c9c9ef9318739/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/04e59f4a8771e29897eea8b3d2985420d054eb5d12f6927b2f5545dc70aa02f5/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1281808f1e806c30afd449e996cbdb05b4d5a5ac9f0a6b28e29f0a6f55a15eef/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/13b6b07fb47257f5105a07aedb9ea933df30294a3ab7f010423db95926bd9458/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/161fd56755eee24691198cb603b00ef10d4ff57f7b4d4f0393a9ad544f15dc43/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1838a8ded17bfe5e5699fdc280ca8c681528c97bed677e7d5516f03360945bab/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/18817db140b7979e6a70c9c11cd12559275dfb0966fd3cc95c411b41194a0851/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1e305bebe74534200c25d092c56af9b18dc4baa3bbdc9f86b234e1c8ebf14d34/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2166e428fd49c2fec9079ce2439a7443d72b63ef4b8bfa9414084b4b5f2753f1/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/228944b53fe69afe7fe96945c1b6c8200990a22d4461a519de43380efa305588/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/24b1d86cc7d0146101c744a504b6e4f2a058d4e57d9ed20389ea9a67b3d607df/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2cbe5bf8eba21a44cca84451fb8743b405ee67d21409095509d9f8982425b96c/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2df721b9b9cb48265256e75409ec524ddd21726e2f1f048a7edd25d20bf3eac2/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/315c22a93d3c936469e02771fab074cebb9e62a17259b7daf19902225d03b7dd/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/33befe8ab8bf442d167254208030259aee9724135095311456cbd344c312a107/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3819e10e34c5ccec30361e58a869413f29c5194a5cfba71468520dce76154e9b/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/39f07545f16eb0becd1e564f602eece0825c3156c624ec4265094ffe82bc5f9b/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3c20fff5f5e042d11c7ebdbea3eebabd632c4137143b5e94e9ca873cf577b59e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/48fbdc7fbf04edd71b39bebfd1416f5caae1ec7dd5af1301e85720bba12bdae1/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4f9803bb9796f0f9ca3c2d0bc2cd58fba776f2244d6ccd87267c295b6281b968/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/50e6130a927898352ca5d58ad4d9387562113d685ea7c185550ae2489579187a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/51ec46e22832be0148315690b3559a9122c4d0d527225009eb66e8da3b06b137/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5419e2046e9636cf95634e2b83f8ce7f3f2d57a7d0e6ca1fb4d3c9c0fc53a451/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/545c1e02f594ad1ae2050a86b76f34ce7f9a2d140644f2eec6b9db05834b8171/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/56c4230792b7f832809f24b8df0df58ec0711bada394dd031de2a3c0866f50de/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/57b2c686de209811c7a2e813ad9d6e1583410b129ba43bfa42fb304dd0b72361/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/580f30be3daaeae7734cb22493350d35fa9b552d3f4b61cfac7a3eb553a100b7/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5eb54428b0c65660fb07cf63fedfc84b07f0c35946e61076a354146b1e3ddb78/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/63742e1e8f2eac44d283be0142edd3de70a2ab36cad23499e270fcde889fdfcd/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6554a2571731d740001e0d458b4d8208e86b8f1362ca0030dcd481be83813491/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6673864127abde3328f450918fef27992a26e723742c1b46a018e3514dcd1097/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6792d551244378da70bc06269de7aba5103985ad5e2964852f4fc8c56215dc0f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b154e494743fe401fcd220308c7322563b4da976f7400b0eaad564d485b89ad/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6d73b6252323d1b569ac23d419c8c70fa63e390fec09fc03909bd51438288bfb/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6e40db3faeab03e4acdeee0fa0ca6750914f147ef931543a720553a0f60ba598/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7393ca690c782726a6793714004a0a09b4ce54bed92f790955019720c36f78d2/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7af2be3966e7963e53c45ef5816bb4cc6a41fd10a29f7b594c0abdf957707cd1/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7bfcc1cd165e5b5e93a36430f9183523744cd99f073f3e1c1b9f9b1f3c84db01/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7c5a4eab89fe4a850ab0057d2d23b099b0036fd37183200793fa76d3250fef1b/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7dcc64751bd49ea13ba026ffbcf65c665157da6dd8303848870dccedf75445e2/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/84a6945b500bfce3767a06e3581da5d3d11ecc50fe337b2b7177d871a8c9674b/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/86a1210359f403185dec593503221146e61104c4df203a60305863a10fab0399/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8ca6fe45279b6285aca2afc8dfe5945dd395670627edfb9f8415cbe574b3f170/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8eef9a095c2324055d21990b2ca9f105f1f44deaeda512f627b877ec1cce5f12/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/980caea5302d886ae9b282c0c3a32c0d10793db5d6ee7df8620d2e5dac7eba7d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9b3596562b2a367baaa238defb23e03e92abcf43bdd9a0062ced9f632ee86221/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9bd1718b3dc84203756685b408ed7981acdf60c196eca9d30f4c417b44eac5cf/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9fd2596abead6d606624369bf791b356fc673ed3aa19d6fe6c0cf674fed6194a/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a016d9b019f40e2e30d1f6952eb75d11a19083388740b1c07eb2367b98d45119/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b1afe8e9466f4c8b9af4f2153a5fce99a5e3106c970124479a17fe8101b872e2/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2158093d5f745ac06673148fa3b2cc62a13c081041a597395db2891f12dde56/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2ea44e6b64c42c046c9e82a7b57e6f34dd22e50c8a4b3d2d3d5fec537bd910f/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bbcaa9466b4212c1a2ed508022367f49fcdabac76dfb3a3af4b82ddbbc4f5ef3/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bf4ad537f6ef780173cfa6820c48d7775a1ca965e516256b2b9e52f50f2974b8/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c27fb85b13e571023d944b8242c2d78a2358582949b6043ff49506edf9396d75/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d1f36496771f3433b0436edca9823fcd7ab3ee69df1d1064e10a79d985f4b3c7/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d429cadf79e15d9fafe36ee49d78ef7bcae8d3179c15a4ec29cb58a629673e95/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d47c4eededdc8e487d211986bace83e18ca511187158bf8125d57954d728cbe4/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d4a393d2a7648703afa096a0a9edbf136fa3421b5e4a4583260865878b1fe30c/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d6ba566621a3cd36c69cc9de94f1518404d8b68f462c8ed7c4c664e10165c707/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d7ea2ecf0d6bdd9758829eb39b3c919476e453330226042f5fc0bbfa160ba14a/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d94a0c1721be7d78582bfe85e7c4eef6bd8301a09f91edeee20286bb91dcb0d3/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/dbc94506183720fb183559bf7435faf7b12e65f0646d942e7a0e8bd586a1b9c1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/de602adf2fe60f9b9324c6d72331b9c825a0361b63bacfdd732a15192b4dcfc9/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e18ffc35fbff65b4d6a6a6d249f5797690d8fba1b4b6ce8a4e7426e10d3e50ca/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e59954403322be9794083a5054013e74cb31f8dcd723180fafc8c99e2d45a009/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ec136e22ee94120de478c12fe059d59df4b4278f5eb141a041e12cea80d0f7ed/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ee838ce5fe7ec2d83b2c8ff67452265f08a1a3b60839db3a06b23e00f5436364/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ef4e6c0fde6d963ed5566167ecb0c58ac1845d4f39ed8de5edd59db1f33c766d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f1b8530b4d29c7ee501a1db4caaf719f3cdfd69053f1737512d2e7de7cdffb44/shm"} 7.85076224e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fac6c1bc7d4e279ab793982cc2325e990451f05ac7449f233a9375bd869fb81a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff52e6c83e94805532eea06eb1dbeb968551e737b14c4822537a265c0aba6a32/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 7.85076224e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 # 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/vda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/vda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/484e36e0-9792-449e-8b45-8b819c5ba27d/volume-subpaths/server-config/canvas2-backend/0"} 1 node_filesystem_device_error{device="/dev/vda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/484e36e0-9792-449e-8b45-8b819c5ba27d/volume-subpaths/wechat-public-key/canvas2-backend/2"} 1 node_filesystem_device_error{device="/dev/vda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/c3a6f152-764a-48cf-b5e0-3fd616e23444/volume-subpaths/wx-verify/canvas2-frontend/0"} 1 node_filesystem_device_error{device="/dev/vda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/d72234cc-f2bf-4585-a14c-a5975eb9aa40/volume-subpaths/config-js-volume/opencoze-web/2"} 1 node_filesystem_device_error{device="/dev/vda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/d72234cc-f2bf-4585-a14c-a5975eb9aa40/volume-subpaths/nginx-config/opencoze-web/0"} 1 node_filesystem_device_error{device="/dev/vda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/d72234cc-f2bf-4585-a14c-a5975eb9aa40/volume-subpaths/nginx-config/opencoze-web/1"} 1 node_filesystem_device_error{device="/dev/vda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/e4680007-19f4-4e65-8ac3-c87de3e45a8b/volume-subpaths/server-config/canvas2-admin-backend/0"} 1 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/02e7b8d16347fb48970d4005c1adcb5652a480560d96fb1fc27e2151d81334e0/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/03f491220fbdca0dbf645a65f1612deb964b405fa991b6d07d4c9c9ef9318739/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/04e59f4a8771e29897eea8b3d2985420d054eb5d12f6927b2f5545dc70aa02f5/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1281808f1e806c30afd449e996cbdb05b4d5a5ac9f0a6b28e29f0a6f55a15eef/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/13b6b07fb47257f5105a07aedb9ea933df30294a3ab7f010423db95926bd9458/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/161fd56755eee24691198cb603b00ef10d4ff57f7b4d4f0393a9ad544f15dc43/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1838a8ded17bfe5e5699fdc280ca8c681528c97bed677e7d5516f03360945bab/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/18817db140b7979e6a70c9c11cd12559275dfb0966fd3cc95c411b41194a0851/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1e305bebe74534200c25d092c56af9b18dc4baa3bbdc9f86b234e1c8ebf14d34/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2166e428fd49c2fec9079ce2439a7443d72b63ef4b8bfa9414084b4b5f2753f1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/228944b53fe69afe7fe96945c1b6c8200990a22d4461a519de43380efa305588/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/24b1d86cc7d0146101c744a504b6e4f2a058d4e57d9ed20389ea9a67b3d607df/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2cbe5bf8eba21a44cca84451fb8743b405ee67d21409095509d9f8982425b96c/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2df721b9b9cb48265256e75409ec524ddd21726e2f1f048a7edd25d20bf3eac2/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/315c22a93d3c936469e02771fab074cebb9e62a17259b7daf19902225d03b7dd/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/33befe8ab8bf442d167254208030259aee9724135095311456cbd344c312a107/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3819e10e34c5ccec30361e58a869413f29c5194a5cfba71468520dce76154e9b/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/39f07545f16eb0becd1e564f602eece0825c3156c624ec4265094ffe82bc5f9b/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3c20fff5f5e042d11c7ebdbea3eebabd632c4137143b5e94e9ca873cf577b59e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/48fbdc7fbf04edd71b39bebfd1416f5caae1ec7dd5af1301e85720bba12bdae1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4f9803bb9796f0f9ca3c2d0bc2cd58fba776f2244d6ccd87267c295b6281b968/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/50e6130a927898352ca5d58ad4d9387562113d685ea7c185550ae2489579187a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/51ec46e22832be0148315690b3559a9122c4d0d527225009eb66e8da3b06b137/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5419e2046e9636cf95634e2b83f8ce7f3f2d57a7d0e6ca1fb4d3c9c0fc53a451/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/545c1e02f594ad1ae2050a86b76f34ce7f9a2d140644f2eec6b9db05834b8171/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/56c4230792b7f832809f24b8df0df58ec0711bada394dd031de2a3c0866f50de/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/57b2c686de209811c7a2e813ad9d6e1583410b129ba43bfa42fb304dd0b72361/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/580f30be3daaeae7734cb22493350d35fa9b552d3f4b61cfac7a3eb553a100b7/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5eb54428b0c65660fb07cf63fedfc84b07f0c35946e61076a354146b1e3ddb78/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/63742e1e8f2eac44d283be0142edd3de70a2ab36cad23499e270fcde889fdfcd/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6554a2571731d740001e0d458b4d8208e86b8f1362ca0030dcd481be83813491/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6673864127abde3328f450918fef27992a26e723742c1b46a018e3514dcd1097/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6792d551244378da70bc06269de7aba5103985ad5e2964852f4fc8c56215dc0f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b154e494743fe401fcd220308c7322563b4da976f7400b0eaad564d485b89ad/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6d73b6252323d1b569ac23d419c8c70fa63e390fec09fc03909bd51438288bfb/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6e40db3faeab03e4acdeee0fa0ca6750914f147ef931543a720553a0f60ba598/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7393ca690c782726a6793714004a0a09b4ce54bed92f790955019720c36f78d2/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7af2be3966e7963e53c45ef5816bb4cc6a41fd10a29f7b594c0abdf957707cd1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7bfcc1cd165e5b5e93a36430f9183523744cd99f073f3e1c1b9f9b1f3c84db01/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7c5a4eab89fe4a850ab0057d2d23b099b0036fd37183200793fa76d3250fef1b/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7dcc64751bd49ea13ba026ffbcf65c665157da6dd8303848870dccedf75445e2/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/84a6945b500bfce3767a06e3581da5d3d11ecc50fe337b2b7177d871a8c9674b/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/86a1210359f403185dec593503221146e61104c4df203a60305863a10fab0399/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8ca6fe45279b6285aca2afc8dfe5945dd395670627edfb9f8415cbe574b3f170/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8eef9a095c2324055d21990b2ca9f105f1f44deaeda512f627b877ec1cce5f12/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/980caea5302d886ae9b282c0c3a32c0d10793db5d6ee7df8620d2e5dac7eba7d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9b3596562b2a367baaa238defb23e03e92abcf43bdd9a0062ced9f632ee86221/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9bd1718b3dc84203756685b408ed7981acdf60c196eca9d30f4c417b44eac5cf/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9fd2596abead6d606624369bf791b356fc673ed3aa19d6fe6c0cf674fed6194a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a016d9b019f40e2e30d1f6952eb75d11a19083388740b1c07eb2367b98d45119/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b1afe8e9466f4c8b9af4f2153a5fce99a5e3106c970124479a17fe8101b872e2/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2158093d5f745ac06673148fa3b2cc62a13c081041a597395db2891f12dde56/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2ea44e6b64c42c046c9e82a7b57e6f34dd22e50c8a4b3d2d3d5fec537bd910f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bbcaa9466b4212c1a2ed508022367f49fcdabac76dfb3a3af4b82ddbbc4f5ef3/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bf4ad537f6ef780173cfa6820c48d7775a1ca965e516256b2b9e52f50f2974b8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c27fb85b13e571023d944b8242c2d78a2358582949b6043ff49506edf9396d75/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d1f36496771f3433b0436edca9823fcd7ab3ee69df1d1064e10a79d985f4b3c7/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d429cadf79e15d9fafe36ee49d78ef7bcae8d3179c15a4ec29cb58a629673e95/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d47c4eededdc8e487d211986bace83e18ca511187158bf8125d57954d728cbe4/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d4a393d2a7648703afa096a0a9edbf136fa3421b5e4a4583260865878b1fe30c/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d6ba566621a3cd36c69cc9de94f1518404d8b68f462c8ed7c4c664e10165c707/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d7ea2ecf0d6bdd9758829eb39b3c919476e453330226042f5fc0bbfa160ba14a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d94a0c1721be7d78582bfe85e7c4eef6bd8301a09f91edeee20286bb91dcb0d3/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/dbc94506183720fb183559bf7435faf7b12e65f0646d942e7a0e8bd586a1b9c1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/de602adf2fe60f9b9324c6d72331b9c825a0361b63bacfdd732a15192b4dcfc9/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e18ffc35fbff65b4d6a6a6d249f5797690d8fba1b4b6ce8a4e7426e10d3e50ca/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e59954403322be9794083a5054013e74cb31f8dcd723180fafc8c99e2d45a009/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ec136e22ee94120de478c12fe059d59df4b4278f5eb141a041e12cea80d0f7ed/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ee838ce5fe7ec2d83b2c8ff67452265f08a1a3b60839db3a06b23e00f5436364/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ef4e6c0fde6d963ed5566167ecb0c58ac1845d4f39ed8de5edd59db1f33c766d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f1b8530b4d29c7ee501a1db4caaf719f3cdfd69053f1737512d2e7de7cdffb44/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fac6c1bc7d4e279ab793982cc2325e990451f05ac7449f233a9375bd869fb81a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff52e6c83e94805532eea06eb1dbeb968551e737b14c4822537a265c0aba6a32/shm"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0062dbde-322b-4ec5-8c01-f9ee1819297c/volumes/kubernetes.io~projected/kube-api-access-qt58h"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0331ec46-fc31-47a6-b4ff-b03c7bbd9d51/volumes/kubernetes.io~projected/kube-api-access-v75r8"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/08883594-9848-47e2-8dd2-0aa95da6a110/volumes/kubernetes.io~projected/kube-api-access-7k464"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0aabfeb0-c84b-4d5e-940c-379e2003ca9b/volumes/kubernetes.io~projected/kube-api-access-4cxv2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/114bf850-f434-4d7a-9cdb-519aeea5df8b/volumes/kubernetes.io~projected/kube-api-access-jshjm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/120182c0-13d5-4cbe-82ba-0cff61c0809a/volumes/kubernetes.io~projected/kube-api-access-5ptgj"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1676b317-1208-492e-b1fa-b6eda4cc0252/volumes/kubernetes.io~projected/kube-api-access-z6hxx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1ade5484-1b0a-4c8b-ab2b-9da95f87edc7/volumes/kubernetes.io~projected/kube-api-access-zfjjn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1b1e4f7b-9a8b-4c8e-a2ab-4c98e6dfc2e5/volumes/kubernetes.io~projected/kube-api-access-rjwgp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/206e6708-952c-40fd-b52f-80aaae45f60a/volumes/kubernetes.io~projected/kube-api-access-xnq44"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/20f1f59b-543d-4327-8bb7-88369478f4b9/volumes/kubernetes.io~projected/kube-api-access-qw8bz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2945aac9-4378-4a0f-aa6e-e9a480ca401f/volumes/kubernetes.io~projected/kube-api-access-fwpn6"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2e3b05d6-aee8-451a-b645-43a1a37279af/volumes/kubernetes.io~projected/kube-api-access-8mnjr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3271c7fc-d0a4-4b2d-876f-7c137f0320ad/volumes/kubernetes.io~projected/kube-api-access-nn69r"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/32c399de-f7ad-489e-9cef-cceb395a4262/volumes/kubernetes.io~projected/kube-api-access-mr78n"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/33b9e784-679e-4be0-bc83-2a2cc1d69f4c/volumes/kubernetes.io~projected/kube-api-access-bb6gf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3583005b-b5f9-4efb-ab3a-02739b87f6b3/volumes/kubernetes.io~projected/kube-api-access-tprvj"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/37170248-8f28-4ddf-aa5f-54bc894f331a/volumes/kubernetes.io~projected/kube-api-access-2dqr7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3841a9e2-29d6-4dd3-bd6c-7c92691963e6/volumes/kubernetes.io~projected/kube-api-access-bhhdk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3d1b6418-9109-4399-8909-de7ac9f096c3/volumes/kubernetes.io~projected/kube-api-access-cmkqz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4663b6b5-7565-49ff-81e6-fbbebd4a9a1b/volumes/kubernetes.io~projected/kube-api-access-p67db"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/484e36e0-9792-449e-8b45-8b819c5ba27d/volume-subpaths/wechat-private-key/canvas2-backend/1"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/484e36e0-9792-449e-8b45-8b819c5ba27d/volumes/kubernetes.io~projected/kube-api-access-n8dvw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/484e36e0-9792-449e-8b45-8b819c5ba27d/volumes/kubernetes.io~secret/wechat-private-key"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4d0de8e0-fe13-47c2-895b-8dda2463a10f/volumes/kubernetes.io~projected/kube-api-access-ldnlb"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4d31ae1d-afb7-4417-b046-35263b95f3c1/volumes/kubernetes.io~projected/kube-api-access-j7hjw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/50eb4fbe-8d5c-4fd3-9c32-bb29d18f92de/volumes/kubernetes.io~projected/kube-api-access-j9nng"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5cbecc45-5509-41a9-aef5-1a359703e09e/volumes/kubernetes.io~projected/kube-api-access-cmsrg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5e8cc0df-46e5-422f-a650-153d0817b3ae/volumes/kubernetes.io~projected/kube-api-access-k8f22"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5e8f9ee4-8065-47a5-8086-1872c8360f20/volumes/kubernetes.io~projected/kube-api-access-t6pbj"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/634b67b2-a695-49fd-b57d-e5fbb86feeab/volumes/kubernetes.io~projected/kube-api-access-94tz8"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/64ae07a3-01a6-4053-ac6b-35108d2dba99/volumes/kubernetes.io~projected/kube-api-access-86thz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/69a90cbb-bead-487c-88d9-114693b997ea/volumes/kubernetes.io~projected/kube-api-access-s7v2k"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d161f10-9c54-4ff5-b52d-53cfb2f82ef9/volumes/kubernetes.io~projected/kube-api-access-sjd9m"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/718932e4-5249-4b54-98d6-f85e651745b4/volumes/kubernetes.io~projected/kube-api-access-vrhfs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/723b64b6-1c1b-47a0-b144-1f5b7903b481/volumes/kubernetes.io~projected/kube-api-access-76nvq"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7f1b16fa-b98c-4d1f-ac31-0be288431388/volumes/kubernetes.io~projected/kube-api-access-qpwfg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7f688305-541a-44fb-8d98-f66662746fc2/volumes/kubernetes.io~projected/kube-api-access-mjjqm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/84934471-8724-45f7-a9a4-bacf23ebf6ff/volumes/kubernetes.io~projected/kube-api-access-79qxs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8dfaeedb-94dc-4572-a732-b433bbafebab/volumes/kubernetes.io~projected/kube-api-access-7dpzk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8e23a8ed-d6ce-4ade-8d11-383d6848b1cb/volumes/kubernetes.io~projected/kube-api-access-4bswt"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8e7ef49a-21df-4509-9cb1-9f00b2b42a8e/volumes/kubernetes.io~projected/kube-api-access-82w7j"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8fd3d41c-ee35-416a-b054-965b0740dd3c/volumes/kubernetes.io~projected/kube-api-access-gkqcg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9519f189-caef-4678-bf50-43a235829546/volumes/kubernetes.io~projected/kube-api-access-hgcvl"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/95a27f18-06e1-41ae-ab6a-3d7c0eca4881/volumes/kubernetes.io~projected/kube-api-access-z9q5x"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a0ba1640-12df-4209-8a8b-4008a1b0f5c5/volumes/kubernetes.io~projected/kube-api-access-cqbf4"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a4a9cb63-ff36-4656-ab1a-ce6890115b1d/volumes/kubernetes.io~projected/kube-api-access-79qn7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a59e503f-c4f2-4308-aa6f-cd1298829b3b/volumes/kubernetes.io~projected/kube-api-access-cmp9p"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/aadcbe83-3af2-4018-a069-19e6ac0f6d44/volumes/kubernetes.io~projected/kube-api-access-tcpws"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ad726955-08a4-4eb8-98fc-5bfcb8b2f512/volumes/kubernetes.io~projected/kube-api-access-kzs9x"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/adf614dd-b239-49fe-a53a-b84d44d04c4e/volumes/kubernetes.io~projected/kube-api-access-vb6bf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b0fa328d-d7c9-4a31-a167-15e341136717/volumes/kubernetes.io~projected/kube-api-access-9rckt"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b44dbd18-ac61-46c5-aabd-a00d660de878/volumes/kubernetes.io~projected/kube-api-access-lvpx2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b474816a-db69-4f4a-aecf-e5e87c0b7413/volumes/kubernetes.io~projected/kube-api-access-5l6qn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b5b0367b-00eb-47c2-8143-38b304a0111d/volumes/kubernetes.io~projected/kube-api-access-2cddm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ba6bfb79-d549-4ddf-a5b7-ef2cdd089d72/volumes/kubernetes.io~projected/kube-api-access-cjtwp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/be5c1b48-5776-46ce-b188-0abd16d791dc/volumes/kubernetes.io~projected/kube-api-access-8k4bf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c211429b-18f6-40c3-80d9-fd8601748609/volumes/kubernetes.io~projected/kube-api-access-dw5ms"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c3a6f152-764a-48cf-b5e0-3fd616e23444/volumes/kubernetes.io~projected/kube-api-access-8mlzk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c7397b36-8438-472d-bfb4-50bc2d56ef51/volumes/kubernetes.io~projected/kube-api-access-8jpcz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c94592c0-95c9-4974-ba7c-c05e85561c6c/volumes/kubernetes.io~projected/kube-api-access-l6btg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c9d518e6-0865-49e1-b797-548a38706eaf/volumes/kubernetes.io~projected/kube-api-access-h72cx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d319b5c5-b246-4382-af67-cc32796245bd/volumes/kubernetes.io~projected/kube-api-access-vg4fl"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d63761a8-578c-4f51-9eb7-d4a4caba412a/volumes/kubernetes.io~projected/kube-api-access-rkxt7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d72234cc-f2bf-4585-a14c-a5975eb9aa40/volumes/kubernetes.io~projected/kube-api-access-nlz5x"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dc82434a-3e4f-4575-bc9e-db250b44e51b/volumes/kubernetes.io~projected/kube-api-access-6qzbf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e370d901-9146-45dd-aab4-dc3cd3f1737d/volumes/kubernetes.io~projected/kube-api-access-fmhbx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e4680007-19f4-4e65-8ac3-c87de3e45a8b/volumes/kubernetes.io~projected/kube-api-access-g96cg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e4df8e5e-c4ad-47ef-8ae0-636b397d17f1/volumes/kubernetes.io~projected/kube-api-access-hw85w"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e52e48eb-74f7-4da0-8ae1-da46aadcea05/volumes/kubernetes.io~projected/kube-api-access-bpm68"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e93150a1-0e1f-4e63-b22b-1ab5819d7bb4/volumes/kubernetes.io~projected/kube-api-access-2bsvv"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f43e8378-1b44-40b0-aa64-0932240b0763/volumes/kubernetes.io~projected/kube-api-access-jl24n"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f6611bca-67d8-4ffc-acf0-75e38adf7951/volumes/kubernetes.io~projected/kube-api-access-wdxbt"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fb1fc299-a1dd-4892-81c1-b529ffd45d26/volumes/kubernetes.io~projected/kube-api-access-f654d"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/vda2",device_error="",fstype="ext4",mountpoint="/"} 5.24288e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/02e7b8d16347fb48970d4005c1adcb5652a480560d96fb1fc27e2151d81334e0/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/03f491220fbdca0dbf645a65f1612deb964b405fa991b6d07d4c9c9ef9318739/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/04e59f4a8771e29897eea8b3d2985420d054eb5d12f6927b2f5545dc70aa02f5/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1281808f1e806c30afd449e996cbdb05b4d5a5ac9f0a6b28e29f0a6f55a15eef/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/13b6b07fb47257f5105a07aedb9ea933df30294a3ab7f010423db95926bd9458/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/161fd56755eee24691198cb603b00ef10d4ff57f7b4d4f0393a9ad544f15dc43/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1838a8ded17bfe5e5699fdc280ca8c681528c97bed677e7d5516f03360945bab/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/18817db140b7979e6a70c9c11cd12559275dfb0966fd3cc95c411b41194a0851/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1e305bebe74534200c25d092c56af9b18dc4baa3bbdc9f86b234e1c8ebf14d34/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2166e428fd49c2fec9079ce2439a7443d72b63ef4b8bfa9414084b4b5f2753f1/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/228944b53fe69afe7fe96945c1b6c8200990a22d4461a519de43380efa305588/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/24b1d86cc7d0146101c744a504b6e4f2a058d4e57d9ed20389ea9a67b3d607df/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2cbe5bf8eba21a44cca84451fb8743b405ee67d21409095509d9f8982425b96c/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2df721b9b9cb48265256e75409ec524ddd21726e2f1f048a7edd25d20bf3eac2/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/315c22a93d3c936469e02771fab074cebb9e62a17259b7daf19902225d03b7dd/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/33befe8ab8bf442d167254208030259aee9724135095311456cbd344c312a107/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3819e10e34c5ccec30361e58a869413f29c5194a5cfba71468520dce76154e9b/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/39f07545f16eb0becd1e564f602eece0825c3156c624ec4265094ffe82bc5f9b/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3c20fff5f5e042d11c7ebdbea3eebabd632c4137143b5e94e9ca873cf577b59e/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/48fbdc7fbf04edd71b39bebfd1416f5caae1ec7dd5af1301e85720bba12bdae1/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4f9803bb9796f0f9ca3c2d0bc2cd58fba776f2244d6ccd87267c295b6281b968/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/50e6130a927898352ca5d58ad4d9387562113d685ea7c185550ae2489579187a/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/51ec46e22832be0148315690b3559a9122c4d0d527225009eb66e8da3b06b137/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5419e2046e9636cf95634e2b83f8ce7f3f2d57a7d0e6ca1fb4d3c9c0fc53a451/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/545c1e02f594ad1ae2050a86b76f34ce7f9a2d140644f2eec6b9db05834b8171/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/56c4230792b7f832809f24b8df0df58ec0711bada394dd031de2a3c0866f50de/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/57b2c686de209811c7a2e813ad9d6e1583410b129ba43bfa42fb304dd0b72361/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/580f30be3daaeae7734cb22493350d35fa9b552d3f4b61cfac7a3eb553a100b7/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5eb54428b0c65660fb07cf63fedfc84b07f0c35946e61076a354146b1e3ddb78/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/63742e1e8f2eac44d283be0142edd3de70a2ab36cad23499e270fcde889fdfcd/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6554a2571731d740001e0d458b4d8208e86b8f1362ca0030dcd481be83813491/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6673864127abde3328f450918fef27992a26e723742c1b46a018e3514dcd1097/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6792d551244378da70bc06269de7aba5103985ad5e2964852f4fc8c56215dc0f/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b154e494743fe401fcd220308c7322563b4da976f7400b0eaad564d485b89ad/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6d73b6252323d1b569ac23d419c8c70fa63e390fec09fc03909bd51438288bfb/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6e40db3faeab03e4acdeee0fa0ca6750914f147ef931543a720553a0f60ba598/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7393ca690c782726a6793714004a0a09b4ce54bed92f790955019720c36f78d2/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7af2be3966e7963e53c45ef5816bb4cc6a41fd10a29f7b594c0abdf957707cd1/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7bfcc1cd165e5b5e93a36430f9183523744cd99f073f3e1c1b9f9b1f3c84db01/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7c5a4eab89fe4a850ab0057d2d23b099b0036fd37183200793fa76d3250fef1b/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7dcc64751bd49ea13ba026ffbcf65c665157da6dd8303848870dccedf75445e2/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/84a6945b500bfce3767a06e3581da5d3d11ecc50fe337b2b7177d871a8c9674b/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/86a1210359f403185dec593503221146e61104c4df203a60305863a10fab0399/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8ca6fe45279b6285aca2afc8dfe5945dd395670627edfb9f8415cbe574b3f170/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8eef9a095c2324055d21990b2ca9f105f1f44deaeda512f627b877ec1cce5f12/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/980caea5302d886ae9b282c0c3a32c0d10793db5d6ee7df8620d2e5dac7eba7d/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9b3596562b2a367baaa238defb23e03e92abcf43bdd9a0062ced9f632ee86221/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9bd1718b3dc84203756685b408ed7981acdf60c196eca9d30f4c417b44eac5cf/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9fd2596abead6d606624369bf791b356fc673ed3aa19d6fe6c0cf674fed6194a/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a016d9b019f40e2e30d1f6952eb75d11a19083388740b1c07eb2367b98d45119/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b1afe8e9466f4c8b9af4f2153a5fce99a5e3106c970124479a17fe8101b872e2/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2158093d5f745ac06673148fa3b2cc62a13c081041a597395db2891f12dde56/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2ea44e6b64c42c046c9e82a7b57e6f34dd22e50c8a4b3d2d3d5fec537bd910f/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bbcaa9466b4212c1a2ed508022367f49fcdabac76dfb3a3af4b82ddbbc4f5ef3/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bf4ad537f6ef780173cfa6820c48d7775a1ca965e516256b2b9e52f50f2974b8/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c27fb85b13e571023d944b8242c2d78a2358582949b6043ff49506edf9396d75/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d1f36496771f3433b0436edca9823fcd7ab3ee69df1d1064e10a79d985f4b3c7/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d429cadf79e15d9fafe36ee49d78ef7bcae8d3179c15a4ec29cb58a629673e95/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d47c4eededdc8e487d211986bace83e18ca511187158bf8125d57954d728cbe4/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d4a393d2a7648703afa096a0a9edbf136fa3421b5e4a4583260865878b1fe30c/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d6ba566621a3cd36c69cc9de94f1518404d8b68f462c8ed7c4c664e10165c707/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d7ea2ecf0d6bdd9758829eb39b3c919476e453330226042f5fc0bbfa160ba14a/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d94a0c1721be7d78582bfe85e7c4eef6bd8301a09f91edeee20286bb91dcb0d3/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/dbc94506183720fb183559bf7435faf7b12e65f0646d942e7a0e8bd586a1b9c1/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/de602adf2fe60f9b9324c6d72331b9c825a0361b63bacfdd732a15192b4dcfc9/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e18ffc35fbff65b4d6a6a6d249f5797690d8fba1b4b6ce8a4e7426e10d3e50ca/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e59954403322be9794083a5054013e74cb31f8dcd723180fafc8c99e2d45a009/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ec136e22ee94120de478c12fe059d59df4b4278f5eb141a041e12cea80d0f7ed/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ee838ce5fe7ec2d83b2c8ff67452265f08a1a3b60839db3a06b23e00f5436364/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ef4e6c0fde6d963ed5566167ecb0c58ac1845d4f39ed8de5edd59db1f33c766d/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f1b8530b4d29c7ee501a1db4caaf719f3cdfd69053f1737512d2e7de7cdffb44/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fac6c1bc7d4e279ab793982cc2325e990451f05ac7449f233a9375bd869fb81a/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff52e6c83e94805532eea06eb1dbeb968551e737b14c4822537a265c0aba6a32/shm"} 975858 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 975858 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 975858 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/vda2",device_error="",fstype="ext4",mountpoint="/"} 3.708261e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/02e7b8d16347fb48970d4005c1adcb5652a480560d96fb1fc27e2151d81334e0/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/03f491220fbdca0dbf645a65f1612deb964b405fa991b6d07d4c9c9ef9318739/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/04e59f4a8771e29897eea8b3d2985420d054eb5d12f6927b2f5545dc70aa02f5/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1281808f1e806c30afd449e996cbdb05b4d5a5ac9f0a6b28e29f0a6f55a15eef/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/13b6b07fb47257f5105a07aedb9ea933df30294a3ab7f010423db95926bd9458/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/161fd56755eee24691198cb603b00ef10d4ff57f7b4d4f0393a9ad544f15dc43/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1838a8ded17bfe5e5699fdc280ca8c681528c97bed677e7d5516f03360945bab/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/18817db140b7979e6a70c9c11cd12559275dfb0966fd3cc95c411b41194a0851/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1e305bebe74534200c25d092c56af9b18dc4baa3bbdc9f86b234e1c8ebf14d34/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2166e428fd49c2fec9079ce2439a7443d72b63ef4b8bfa9414084b4b5f2753f1/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/228944b53fe69afe7fe96945c1b6c8200990a22d4461a519de43380efa305588/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/24b1d86cc7d0146101c744a504b6e4f2a058d4e57d9ed20389ea9a67b3d607df/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2cbe5bf8eba21a44cca84451fb8743b405ee67d21409095509d9f8982425b96c/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2df721b9b9cb48265256e75409ec524ddd21726e2f1f048a7edd25d20bf3eac2/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/315c22a93d3c936469e02771fab074cebb9e62a17259b7daf19902225d03b7dd/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/33befe8ab8bf442d167254208030259aee9724135095311456cbd344c312a107/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3819e10e34c5ccec30361e58a869413f29c5194a5cfba71468520dce76154e9b/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/39f07545f16eb0becd1e564f602eece0825c3156c624ec4265094ffe82bc5f9b/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3c20fff5f5e042d11c7ebdbea3eebabd632c4137143b5e94e9ca873cf577b59e/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/48fbdc7fbf04edd71b39bebfd1416f5caae1ec7dd5af1301e85720bba12bdae1/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4f9803bb9796f0f9ca3c2d0bc2cd58fba776f2244d6ccd87267c295b6281b968/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/50e6130a927898352ca5d58ad4d9387562113d685ea7c185550ae2489579187a/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/51ec46e22832be0148315690b3559a9122c4d0d527225009eb66e8da3b06b137/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5419e2046e9636cf95634e2b83f8ce7f3f2d57a7d0e6ca1fb4d3c9c0fc53a451/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/545c1e02f594ad1ae2050a86b76f34ce7f9a2d140644f2eec6b9db05834b8171/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/56c4230792b7f832809f24b8df0df58ec0711bada394dd031de2a3c0866f50de/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/57b2c686de209811c7a2e813ad9d6e1583410b129ba43bfa42fb304dd0b72361/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/580f30be3daaeae7734cb22493350d35fa9b552d3f4b61cfac7a3eb553a100b7/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5eb54428b0c65660fb07cf63fedfc84b07f0c35946e61076a354146b1e3ddb78/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/63742e1e8f2eac44d283be0142edd3de70a2ab36cad23499e270fcde889fdfcd/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6554a2571731d740001e0d458b4d8208e86b8f1362ca0030dcd481be83813491/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6673864127abde3328f450918fef27992a26e723742c1b46a018e3514dcd1097/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6792d551244378da70bc06269de7aba5103985ad5e2964852f4fc8c56215dc0f/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b154e494743fe401fcd220308c7322563b4da976f7400b0eaad564d485b89ad/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6d73b6252323d1b569ac23d419c8c70fa63e390fec09fc03909bd51438288bfb/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6e40db3faeab03e4acdeee0fa0ca6750914f147ef931543a720553a0f60ba598/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7393ca690c782726a6793714004a0a09b4ce54bed92f790955019720c36f78d2/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7af2be3966e7963e53c45ef5816bb4cc6a41fd10a29f7b594c0abdf957707cd1/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7bfcc1cd165e5b5e93a36430f9183523744cd99f073f3e1c1b9f9b1f3c84db01/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7c5a4eab89fe4a850ab0057d2d23b099b0036fd37183200793fa76d3250fef1b/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7dcc64751bd49ea13ba026ffbcf65c665157da6dd8303848870dccedf75445e2/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/84a6945b500bfce3767a06e3581da5d3d11ecc50fe337b2b7177d871a8c9674b/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/86a1210359f403185dec593503221146e61104c4df203a60305863a10fab0399/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8ca6fe45279b6285aca2afc8dfe5945dd395670627edfb9f8415cbe574b3f170/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8eef9a095c2324055d21990b2ca9f105f1f44deaeda512f627b877ec1cce5f12/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/980caea5302d886ae9b282c0c3a32c0d10793db5d6ee7df8620d2e5dac7eba7d/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9b3596562b2a367baaa238defb23e03e92abcf43bdd9a0062ced9f632ee86221/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9bd1718b3dc84203756685b408ed7981acdf60c196eca9d30f4c417b44eac5cf/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9fd2596abead6d606624369bf791b356fc673ed3aa19d6fe6c0cf674fed6194a/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a016d9b019f40e2e30d1f6952eb75d11a19083388740b1c07eb2367b98d45119/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b1afe8e9466f4c8b9af4f2153a5fce99a5e3106c970124479a17fe8101b872e2/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2158093d5f745ac06673148fa3b2cc62a13c081041a597395db2891f12dde56/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2ea44e6b64c42c046c9e82a7b57e6f34dd22e50c8a4b3d2d3d5fec537bd910f/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bbcaa9466b4212c1a2ed508022367f49fcdabac76dfb3a3af4b82ddbbc4f5ef3/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bf4ad537f6ef780173cfa6820c48d7775a1ca965e516256b2b9e52f50f2974b8/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c27fb85b13e571023d944b8242c2d78a2358582949b6043ff49506edf9396d75/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d1f36496771f3433b0436edca9823fcd7ab3ee69df1d1064e10a79d985f4b3c7/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d429cadf79e15d9fafe36ee49d78ef7bcae8d3179c15a4ec29cb58a629673e95/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d47c4eededdc8e487d211986bace83e18ca511187158bf8125d57954d728cbe4/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d4a393d2a7648703afa096a0a9edbf136fa3421b5e4a4583260865878b1fe30c/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d6ba566621a3cd36c69cc9de94f1518404d8b68f462c8ed7c4c664e10165c707/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d7ea2ecf0d6bdd9758829eb39b3c919476e453330226042f5fc0bbfa160ba14a/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d94a0c1721be7d78582bfe85e7c4eef6bd8301a09f91edeee20286bb91dcb0d3/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/dbc94506183720fb183559bf7435faf7b12e65f0646d942e7a0e8bd586a1b9c1/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/de602adf2fe60f9b9324c6d72331b9c825a0361b63bacfdd732a15192b4dcfc9/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e18ffc35fbff65b4d6a6a6d249f5797690d8fba1b4b6ce8a4e7426e10d3e50ca/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e59954403322be9794083a5054013e74cb31f8dcd723180fafc8c99e2d45a009/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ec136e22ee94120de478c12fe059d59df4b4278f5eb141a041e12cea80d0f7ed/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ee838ce5fe7ec2d83b2c8ff67452265f08a1a3b60839db3a06b23e00f5436364/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ef4e6c0fde6d963ed5566167ecb0c58ac1845d4f39ed8de5edd59db1f33c766d/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f1b8530b4d29c7ee501a1db4caaf719f3cdfd69053f1737512d2e7de7cdffb44/shm"} 970721 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fac6c1bc7d4e279ab793982cc2325e990451f05ac7449f233a9375bd869fb81a/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff52e6c83e94805532eea06eb1dbeb968551e737b14c4822537a265c0aba6a32/shm"} 975857 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 970721 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 975855 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/vda2",device_error="",fstype="ext4",mountpoint="/"} 1.7531846656e+10 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/02e7b8d16347fb48970d4005c1adcb5652a480560d96fb1fc27e2151d81334e0/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/03f491220fbdca0dbf645a65f1612deb964b405fa991b6d07d4c9c9ef9318739/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/04e59f4a8771e29897eea8b3d2985420d054eb5d12f6927b2f5545dc70aa02f5/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1281808f1e806c30afd449e996cbdb05b4d5a5ac9f0a6b28e29f0a6f55a15eef/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/13b6b07fb47257f5105a07aedb9ea933df30294a3ab7f010423db95926bd9458/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/161fd56755eee24691198cb603b00ef10d4ff57f7b4d4f0393a9ad544f15dc43/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1838a8ded17bfe5e5699fdc280ca8c681528c97bed677e7d5516f03360945bab/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/18817db140b7979e6a70c9c11cd12559275dfb0966fd3cc95c411b41194a0851/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1e305bebe74534200c25d092c56af9b18dc4baa3bbdc9f86b234e1c8ebf14d34/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2166e428fd49c2fec9079ce2439a7443d72b63ef4b8bfa9414084b4b5f2753f1/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/228944b53fe69afe7fe96945c1b6c8200990a22d4461a519de43380efa305588/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/24b1d86cc7d0146101c744a504b6e4f2a058d4e57d9ed20389ea9a67b3d607df/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2cbe5bf8eba21a44cca84451fb8743b405ee67d21409095509d9f8982425b96c/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2df721b9b9cb48265256e75409ec524ddd21726e2f1f048a7edd25d20bf3eac2/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/315c22a93d3c936469e02771fab074cebb9e62a17259b7daf19902225d03b7dd/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/33befe8ab8bf442d167254208030259aee9724135095311456cbd344c312a107/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3819e10e34c5ccec30361e58a869413f29c5194a5cfba71468520dce76154e9b/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/39f07545f16eb0becd1e564f602eece0825c3156c624ec4265094ffe82bc5f9b/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3c20fff5f5e042d11c7ebdbea3eebabd632c4137143b5e94e9ca873cf577b59e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/48fbdc7fbf04edd71b39bebfd1416f5caae1ec7dd5af1301e85720bba12bdae1/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4f9803bb9796f0f9ca3c2d0bc2cd58fba776f2244d6ccd87267c295b6281b968/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/50e6130a927898352ca5d58ad4d9387562113d685ea7c185550ae2489579187a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/51ec46e22832be0148315690b3559a9122c4d0d527225009eb66e8da3b06b137/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5419e2046e9636cf95634e2b83f8ce7f3f2d57a7d0e6ca1fb4d3c9c0fc53a451/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/545c1e02f594ad1ae2050a86b76f34ce7f9a2d140644f2eec6b9db05834b8171/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/56c4230792b7f832809f24b8df0df58ec0711bada394dd031de2a3c0866f50de/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/57b2c686de209811c7a2e813ad9d6e1583410b129ba43bfa42fb304dd0b72361/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/580f30be3daaeae7734cb22493350d35fa9b552d3f4b61cfac7a3eb553a100b7/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5eb54428b0c65660fb07cf63fedfc84b07f0c35946e61076a354146b1e3ddb78/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/63742e1e8f2eac44d283be0142edd3de70a2ab36cad23499e270fcde889fdfcd/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6554a2571731d740001e0d458b4d8208e86b8f1362ca0030dcd481be83813491/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6673864127abde3328f450918fef27992a26e723742c1b46a018e3514dcd1097/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6792d551244378da70bc06269de7aba5103985ad5e2964852f4fc8c56215dc0f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b154e494743fe401fcd220308c7322563b4da976f7400b0eaad564d485b89ad/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6d73b6252323d1b569ac23d419c8c70fa63e390fec09fc03909bd51438288bfb/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6e40db3faeab03e4acdeee0fa0ca6750914f147ef931543a720553a0f60ba598/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7393ca690c782726a6793714004a0a09b4ce54bed92f790955019720c36f78d2/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7af2be3966e7963e53c45ef5816bb4cc6a41fd10a29f7b594c0abdf957707cd1/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7bfcc1cd165e5b5e93a36430f9183523744cd99f073f3e1c1b9f9b1f3c84db01/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7c5a4eab89fe4a850ab0057d2d23b099b0036fd37183200793fa76d3250fef1b/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7dcc64751bd49ea13ba026ffbcf65c665157da6dd8303848870dccedf75445e2/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/84a6945b500bfce3767a06e3581da5d3d11ecc50fe337b2b7177d871a8c9674b/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/86a1210359f403185dec593503221146e61104c4df203a60305863a10fab0399/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8ca6fe45279b6285aca2afc8dfe5945dd395670627edfb9f8415cbe574b3f170/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8eef9a095c2324055d21990b2ca9f105f1f44deaeda512f627b877ec1cce5f12/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/980caea5302d886ae9b282c0c3a32c0d10793db5d6ee7df8620d2e5dac7eba7d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9b3596562b2a367baaa238defb23e03e92abcf43bdd9a0062ced9f632ee86221/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9bd1718b3dc84203756685b408ed7981acdf60c196eca9d30f4c417b44eac5cf/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9fd2596abead6d606624369bf791b356fc673ed3aa19d6fe6c0cf674fed6194a/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a016d9b019f40e2e30d1f6952eb75d11a19083388740b1c07eb2367b98d45119/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b1afe8e9466f4c8b9af4f2153a5fce99a5e3106c970124479a17fe8101b872e2/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2158093d5f745ac06673148fa3b2cc62a13c081041a597395db2891f12dde56/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2ea44e6b64c42c046c9e82a7b57e6f34dd22e50c8a4b3d2d3d5fec537bd910f/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bbcaa9466b4212c1a2ed508022367f49fcdabac76dfb3a3af4b82ddbbc4f5ef3/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bf4ad537f6ef780173cfa6820c48d7775a1ca965e516256b2b9e52f50f2974b8/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c27fb85b13e571023d944b8242c2d78a2358582949b6043ff49506edf9396d75/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d1f36496771f3433b0436edca9823fcd7ab3ee69df1d1064e10a79d985f4b3c7/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d429cadf79e15d9fafe36ee49d78ef7bcae8d3179c15a4ec29cb58a629673e95/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d47c4eededdc8e487d211986bace83e18ca511187158bf8125d57954d728cbe4/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d4a393d2a7648703afa096a0a9edbf136fa3421b5e4a4583260865878b1fe30c/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d6ba566621a3cd36c69cc9de94f1518404d8b68f462c8ed7c4c664e10165c707/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d7ea2ecf0d6bdd9758829eb39b3c919476e453330226042f5fc0bbfa160ba14a/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d94a0c1721be7d78582bfe85e7c4eef6bd8301a09f91edeee20286bb91dcb0d3/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/dbc94506183720fb183559bf7435faf7b12e65f0646d942e7a0e8bd586a1b9c1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/de602adf2fe60f9b9324c6d72331b9c825a0361b63bacfdd732a15192b4dcfc9/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e18ffc35fbff65b4d6a6a6d249f5797690d8fba1b4b6ce8a4e7426e10d3e50ca/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e59954403322be9794083a5054013e74cb31f8dcd723180fafc8c99e2d45a009/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ec136e22ee94120de478c12fe059d59df4b4278f5eb141a041e12cea80d0f7ed/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ee838ce5fe7ec2d83b2c8ff67452265f08a1a3b60839db3a06b23e00f5436364/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ef4e6c0fde6d963ed5566167ecb0c58ac1845d4f39ed8de5edd59db1f33c766d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f1b8530b4d29c7ee501a1db4caaf719f3cdfd69053f1737512d2e7de7cdffb44/shm"} 7.85076224e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fac6c1bc7d4e279ab793982cc2325e990451f05ac7449f233a9375bd869fb81a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff52e6c83e94805532eea06eb1dbeb968551e737b14c4822537a265c0aba6a32/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 7.85076224e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/vda2",major="253",minor="2",mountpoint="/"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1013",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/de602adf2fe60f9b9324c6d72331b9c825a0361b63bacfdd732a15192b4dcfc9/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1043",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6e40db3faeab03e4acdeee0fa0ca6750914f147ef931543a720553a0f60ba598/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="111",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1e305bebe74534200c25d092c56af9b18dc4baa3bbdc9f86b234e1c8ebf14d34/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1136",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3819e10e34c5ccec30361e58a869413f29c5194a5cfba71468520dce76154e9b/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="115",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9fd2596abead6d606624369bf791b356fc673ed3aa19d6fe6c0cf674fed6194a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1152",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff52e6c83e94805532eea06eb1dbeb968551e737b14c4822537a265c0aba6a32/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="116",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ef4e6c0fde6d963ed5566167ecb0c58ac1845d4f39ed8de5edd59db1f33c766d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1180",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1281808f1e806c30afd449e996cbdb05b4d5a5ac9f0a6b28e29f0a6f55a15eef/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1204",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5419e2046e9636cf95634e2b83f8ce7f3f2d57a7d0e6ca1fb4d3c9c0fc53a451/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="123",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7bfcc1cd165e5b5e93a36430f9183523744cd99f073f3e1c1b9f9b1f3c84db01/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="124",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7dcc64751bd49ea13ba026ffbcf65c665157da6dd8303848870dccedf75445e2/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="125",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/84a6945b500bfce3767a06e3581da5d3d11ecc50fe337b2b7177d871a8c9674b/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="128",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/228944b53fe69afe7fe96945c1b6c8200990a22d4461a519de43380efa305588/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1294",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fac6c1bc7d4e279ab793982cc2325e990451f05ac7449f233a9375bd869fb81a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1304",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/18817db140b7979e6a70c9c11cd12559275dfb0966fd3cc95c411b41194a0851/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="139",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bf4ad537f6ef780173cfa6820c48d7775a1ca965e516256b2b9e52f50f2974b8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="140",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/161fd56755eee24691198cb603b00ef10d4ff57f7b4d4f0393a9ad544f15dc43/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1461",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bbcaa9466b4212c1a2ed508022367f49fcdabac76dfb3a3af4b82ddbbc4f5ef3/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1479",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7393ca690c782726a6793714004a0a09b4ce54bed92f790955019720c36f78d2/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1524",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/315c22a93d3c936469e02771fab074cebb9e62a17259b7daf19902225d03b7dd/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1633",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ee838ce5fe7ec2d83b2c8ff67452265f08a1a3b60839db3a06b23e00f5436364/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="174",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7af2be3966e7963e53c45ef5816bb4cc6a41fd10a29f7b594c0abdf957707cd1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="176",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3c20fff5f5e042d11c7ebdbea3eebabd632c4137143b5e94e9ca873cf577b59e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="184",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/dbc94506183720fb183559bf7435faf7b12e65f0646d942e7a0e8bd586a1b9c1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="187",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/980caea5302d886ae9b282c0c3a32c0d10793db5d6ee7df8620d2e5dac7eba7d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="189",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/39f07545f16eb0becd1e564f602eece0825c3156c624ec4265094ffe82bc5f9b/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="193",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2166e428fd49c2fec9079ce2439a7443d72b63ef4b8bfa9414084b4b5f2753f1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="197",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8ca6fe45279b6285aca2afc8dfe5945dd395670627edfb9f8415cbe574b3f170/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="260",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e59954403322be9794083a5054013e74cb31f8dcd723180fafc8c99e2d45a009/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="286",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d6ba566621a3cd36c69cc9de94f1518404d8b68f462c8ed7c4c664e10165c707/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="317",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/24b1d86cc7d0146101c744a504b6e4f2a058d4e57d9ed20389ea9a67b3d607df/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="326",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/86a1210359f403185dec593503221146e61104c4df203a60305863a10fab0399/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="348",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9bd1718b3dc84203756685b408ed7981acdf60c196eca9d30f4c417b44eac5cf/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="349",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8eef9a095c2324055d21990b2ca9f105f1f44deaeda512f627b877ec1cce5f12/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="355",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2df721b9b9cb48265256e75409ec524ddd21726e2f1f048a7edd25d20bf3eac2/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="359",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d1f36496771f3433b0436edca9823fcd7ab3ee69df1d1064e10a79d985f4b3c7/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="375",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6673864127abde3328f450918fef27992a26e723742c1b46a018e3514dcd1097/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="384",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/04e59f4a8771e29897eea8b3d2985420d054eb5d12f6927b2f5545dc70aa02f5/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="400",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5eb54428b0c65660fb07cf63fedfc84b07f0c35946e61076a354146b1e3ddb78/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="413",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4f9803bb9796f0f9ca3c2d0bc2cd58fba776f2244d6ccd87267c295b6281b968/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="415",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f1b8530b4d29c7ee501a1db4caaf719f3cdfd69053f1737512d2e7de7cdffb44/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="431",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/50e6130a927898352ca5d58ad4d9387562113d685ea7c185550ae2489579187a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="442",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/48fbdc7fbf04edd71b39bebfd1416f5caae1ec7dd5af1301e85720bba12bdae1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="45",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7c5a4eab89fe4a850ab0057d2d23b099b0036fd37183200793fa76d3250fef1b/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="455",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2cbe5bf8eba21a44cca84451fb8743b405ee67d21409095509d9f8982425b96c/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="459",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2158093d5f745ac06673148fa3b2cc62a13c081041a597395db2891f12dde56/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="466",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/57b2c686de209811c7a2e813ad9d6e1583410b129ba43bfa42fb304dd0b72361/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="503",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e18ffc35fbff65b4d6a6a6d249f5797690d8fba1b4b6ce8a4e7426e10d3e50ca/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="504",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2ea44e6b64c42c046c9e82a7b57e6f34dd22e50c8a4b3d2d3d5fec537bd910f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="542",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/13b6b07fb47257f5105a07aedb9ea933df30294a3ab7f010423db95926bd9458/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="545",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/51ec46e22832be0148315690b3559a9122c4d0d527225009eb66e8da3b06b137/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="581",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/63742e1e8f2eac44d283be0142edd3de70a2ab36cad23499e270fcde889fdfcd/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="586",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b154e494743fe401fcd220308c7322563b4da976f7400b0eaad564d485b89ad/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="593",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d4a393d2a7648703afa096a0a9edbf136fa3421b5e4a4583260865878b1fe30c/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="614",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/56c4230792b7f832809f24b8df0df58ec0711bada394dd031de2a3c0866f50de/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="615",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d47c4eededdc8e487d211986bace83e18ca511187158bf8125d57954d728cbe4/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="638",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/03f491220fbdca0dbf645a65f1612deb964b405fa991b6d07d4c9c9ef9318739/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="646",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a016d9b019f40e2e30d1f6952eb75d11a19083388740b1c07eb2367b98d45119/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="664",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/545c1e02f594ad1ae2050a86b76f34ce7f9a2d140644f2eec6b9db05834b8171/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="681",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d7ea2ecf0d6bdd9758829eb39b3c919476e453330226042f5fc0bbfa160ba14a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="691",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9b3596562b2a367baaa238defb23e03e92abcf43bdd9a0062ced9f632ee86221/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="70",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6d73b6252323d1b569ac23d419c8c70fa63e390fec09fc03909bd51438288bfb/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="78",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6554a2571731d740001e0d458b4d8208e86b8f1362ca0030dcd481be83813491/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="783",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/02e7b8d16347fb48970d4005c1adcb5652a480560d96fb1fc27e2151d81334e0/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="79",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d429cadf79e15d9fafe36ee49d78ef7bcae8d3179c15a4ec29cb58a629673e95/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="83",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/33befe8ab8bf442d167254208030259aee9724135095311456cbd344c312a107/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="848",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/580f30be3daaeae7734cb22493350d35fa9b552d3f4b61cfac7a3eb553a100b7/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="91",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d94a0c1721be7d78582bfe85e7c4eef6bd8301a09f91edeee20286bb91dcb0d3/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="93",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ec136e22ee94120de478c12fe059d59df4b4278f5eb141a041e12cea80d0f7ed/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="937",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6792d551244378da70bc06269de7aba5103985ad5e2964852f4fc8c56215dc0f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="94",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c27fb85b13e571023d944b8242c2d78a2358582949b6043ff49506edf9396d75/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="963",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b1afe8e9466f4c8b9af4f2153a5fce99a5e3106c970124479a17fe8101b872e2/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="964",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1838a8ded17bfe5e5699fdc280ca8c681528c97bed677e7d5516f03360945bab/shm"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="28",mountpoint="/run/lock"} 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/vda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/02e7b8d16347fb48970d4005c1adcb5652a480560d96fb1fc27e2151d81334e0/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/03f491220fbdca0dbf645a65f1612deb964b405fa991b6d07d4c9c9ef9318739/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/04e59f4a8771e29897eea8b3d2985420d054eb5d12f6927b2f5545dc70aa02f5/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1281808f1e806c30afd449e996cbdb05b4d5a5ac9f0a6b28e29f0a6f55a15eef/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/13b6b07fb47257f5105a07aedb9ea933df30294a3ab7f010423db95926bd9458/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/161fd56755eee24691198cb603b00ef10d4ff57f7b4d4f0393a9ad544f15dc43/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1838a8ded17bfe5e5699fdc280ca8c681528c97bed677e7d5516f03360945bab/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/18817db140b7979e6a70c9c11cd12559275dfb0966fd3cc95c411b41194a0851/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1e305bebe74534200c25d092c56af9b18dc4baa3bbdc9f86b234e1c8ebf14d34/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2166e428fd49c2fec9079ce2439a7443d72b63ef4b8bfa9414084b4b5f2753f1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/228944b53fe69afe7fe96945c1b6c8200990a22d4461a519de43380efa305588/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/24b1d86cc7d0146101c744a504b6e4f2a058d4e57d9ed20389ea9a67b3d607df/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2cbe5bf8eba21a44cca84451fb8743b405ee67d21409095509d9f8982425b96c/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2df721b9b9cb48265256e75409ec524ddd21726e2f1f048a7edd25d20bf3eac2/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/315c22a93d3c936469e02771fab074cebb9e62a17259b7daf19902225d03b7dd/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/33befe8ab8bf442d167254208030259aee9724135095311456cbd344c312a107/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3819e10e34c5ccec30361e58a869413f29c5194a5cfba71468520dce76154e9b/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/39f07545f16eb0becd1e564f602eece0825c3156c624ec4265094ffe82bc5f9b/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3c20fff5f5e042d11c7ebdbea3eebabd632c4137143b5e94e9ca873cf577b59e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/48fbdc7fbf04edd71b39bebfd1416f5caae1ec7dd5af1301e85720bba12bdae1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4f9803bb9796f0f9ca3c2d0bc2cd58fba776f2244d6ccd87267c295b6281b968/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/50e6130a927898352ca5d58ad4d9387562113d685ea7c185550ae2489579187a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/51ec46e22832be0148315690b3559a9122c4d0d527225009eb66e8da3b06b137/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5419e2046e9636cf95634e2b83f8ce7f3f2d57a7d0e6ca1fb4d3c9c0fc53a451/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/545c1e02f594ad1ae2050a86b76f34ce7f9a2d140644f2eec6b9db05834b8171/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/56c4230792b7f832809f24b8df0df58ec0711bada394dd031de2a3c0866f50de/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/57b2c686de209811c7a2e813ad9d6e1583410b129ba43bfa42fb304dd0b72361/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/580f30be3daaeae7734cb22493350d35fa9b552d3f4b61cfac7a3eb553a100b7/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5eb54428b0c65660fb07cf63fedfc84b07f0c35946e61076a354146b1e3ddb78/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/63742e1e8f2eac44d283be0142edd3de70a2ab36cad23499e270fcde889fdfcd/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6554a2571731d740001e0d458b4d8208e86b8f1362ca0030dcd481be83813491/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6673864127abde3328f450918fef27992a26e723742c1b46a018e3514dcd1097/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6792d551244378da70bc06269de7aba5103985ad5e2964852f4fc8c56215dc0f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b154e494743fe401fcd220308c7322563b4da976f7400b0eaad564d485b89ad/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6d73b6252323d1b569ac23d419c8c70fa63e390fec09fc03909bd51438288bfb/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6e40db3faeab03e4acdeee0fa0ca6750914f147ef931543a720553a0f60ba598/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7393ca690c782726a6793714004a0a09b4ce54bed92f790955019720c36f78d2/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7af2be3966e7963e53c45ef5816bb4cc6a41fd10a29f7b594c0abdf957707cd1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7bfcc1cd165e5b5e93a36430f9183523744cd99f073f3e1c1b9f9b1f3c84db01/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7c5a4eab89fe4a850ab0057d2d23b099b0036fd37183200793fa76d3250fef1b/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7dcc64751bd49ea13ba026ffbcf65c665157da6dd8303848870dccedf75445e2/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/84a6945b500bfce3767a06e3581da5d3d11ecc50fe337b2b7177d871a8c9674b/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/86a1210359f403185dec593503221146e61104c4df203a60305863a10fab0399/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8ca6fe45279b6285aca2afc8dfe5945dd395670627edfb9f8415cbe574b3f170/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8eef9a095c2324055d21990b2ca9f105f1f44deaeda512f627b877ec1cce5f12/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/980caea5302d886ae9b282c0c3a32c0d10793db5d6ee7df8620d2e5dac7eba7d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9b3596562b2a367baaa238defb23e03e92abcf43bdd9a0062ced9f632ee86221/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9bd1718b3dc84203756685b408ed7981acdf60c196eca9d30f4c417b44eac5cf/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9fd2596abead6d606624369bf791b356fc673ed3aa19d6fe6c0cf674fed6194a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a016d9b019f40e2e30d1f6952eb75d11a19083388740b1c07eb2367b98d45119/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b1afe8e9466f4c8b9af4f2153a5fce99a5e3106c970124479a17fe8101b872e2/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2158093d5f745ac06673148fa3b2cc62a13c081041a597395db2891f12dde56/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2ea44e6b64c42c046c9e82a7b57e6f34dd22e50c8a4b3d2d3d5fec537bd910f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bbcaa9466b4212c1a2ed508022367f49fcdabac76dfb3a3af4b82ddbbc4f5ef3/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bf4ad537f6ef780173cfa6820c48d7775a1ca965e516256b2b9e52f50f2974b8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c27fb85b13e571023d944b8242c2d78a2358582949b6043ff49506edf9396d75/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d1f36496771f3433b0436edca9823fcd7ab3ee69df1d1064e10a79d985f4b3c7/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d429cadf79e15d9fafe36ee49d78ef7bcae8d3179c15a4ec29cb58a629673e95/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d47c4eededdc8e487d211986bace83e18ca511187158bf8125d57954d728cbe4/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d4a393d2a7648703afa096a0a9edbf136fa3421b5e4a4583260865878b1fe30c/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d6ba566621a3cd36c69cc9de94f1518404d8b68f462c8ed7c4c664e10165c707/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d7ea2ecf0d6bdd9758829eb39b3c919476e453330226042f5fc0bbfa160ba14a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d94a0c1721be7d78582bfe85e7c4eef6bd8301a09f91edeee20286bb91dcb0d3/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/dbc94506183720fb183559bf7435faf7b12e65f0646d942e7a0e8bd586a1b9c1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/de602adf2fe60f9b9324c6d72331b9c825a0361b63bacfdd732a15192b4dcfc9/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e18ffc35fbff65b4d6a6a6d249f5797690d8fba1b4b6ce8a4e7426e10d3e50ca/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e59954403322be9794083a5054013e74cb31f8dcd723180fafc8c99e2d45a009/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ec136e22ee94120de478c12fe059d59df4b4278f5eb141a041e12cea80d0f7ed/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ee838ce5fe7ec2d83b2c8ff67452265f08a1a3b60839db3a06b23e00f5436364/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ef4e6c0fde6d963ed5566167ecb0c58ac1845d4f39ed8de5edd59db1f33c766d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f1b8530b4d29c7ee501a1db4caaf719f3cdfd69053f1737512d2e7de7cdffb44/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fac6c1bc7d4e279ab793982cc2325e990451f05ac7449f233a9375bd869fb81a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff52e6c83e94805532eea06eb1dbeb968551e737b14c4822537a265c0aba6a32/shm"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/vda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/vda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/484e36e0-9792-449e-8b45-8b819c5ba27d/volume-subpaths/server-config/canvas2-backend/0"} 0 node_filesystem_readonly{device="/dev/vda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/484e36e0-9792-449e-8b45-8b819c5ba27d/volume-subpaths/wechat-public-key/canvas2-backend/2"} 0 node_filesystem_readonly{device="/dev/vda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/c3a6f152-764a-48cf-b5e0-3fd616e23444/volume-subpaths/wx-verify/canvas2-frontend/0"} 0 node_filesystem_readonly{device="/dev/vda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/d72234cc-f2bf-4585-a14c-a5975eb9aa40/volume-subpaths/config-js-volume/opencoze-web/2"} 0 node_filesystem_readonly{device="/dev/vda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/d72234cc-f2bf-4585-a14c-a5975eb9aa40/volume-subpaths/nginx-config/opencoze-web/0"} 0 node_filesystem_readonly{device="/dev/vda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/d72234cc-f2bf-4585-a14c-a5975eb9aa40/volume-subpaths/nginx-config/opencoze-web/1"} 0 node_filesystem_readonly{device="/dev/vda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/e4680007-19f4-4e65-8ac3-c87de3e45a8b/volume-subpaths/server-config/canvas2-admin-backend/0"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/02e7b8d16347fb48970d4005c1adcb5652a480560d96fb1fc27e2151d81334e0/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/03f491220fbdca0dbf645a65f1612deb964b405fa991b6d07d4c9c9ef9318739/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/04e59f4a8771e29897eea8b3d2985420d054eb5d12f6927b2f5545dc70aa02f5/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1281808f1e806c30afd449e996cbdb05b4d5a5ac9f0a6b28e29f0a6f55a15eef/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/13b6b07fb47257f5105a07aedb9ea933df30294a3ab7f010423db95926bd9458/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/161fd56755eee24691198cb603b00ef10d4ff57f7b4d4f0393a9ad544f15dc43/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1838a8ded17bfe5e5699fdc280ca8c681528c97bed677e7d5516f03360945bab/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/18817db140b7979e6a70c9c11cd12559275dfb0966fd3cc95c411b41194a0851/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1e305bebe74534200c25d092c56af9b18dc4baa3bbdc9f86b234e1c8ebf14d34/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2166e428fd49c2fec9079ce2439a7443d72b63ef4b8bfa9414084b4b5f2753f1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/228944b53fe69afe7fe96945c1b6c8200990a22d4461a519de43380efa305588/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/24b1d86cc7d0146101c744a504b6e4f2a058d4e57d9ed20389ea9a67b3d607df/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2cbe5bf8eba21a44cca84451fb8743b405ee67d21409095509d9f8982425b96c/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2df721b9b9cb48265256e75409ec524ddd21726e2f1f048a7edd25d20bf3eac2/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/315c22a93d3c936469e02771fab074cebb9e62a17259b7daf19902225d03b7dd/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/33befe8ab8bf442d167254208030259aee9724135095311456cbd344c312a107/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3819e10e34c5ccec30361e58a869413f29c5194a5cfba71468520dce76154e9b/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/39f07545f16eb0becd1e564f602eece0825c3156c624ec4265094ffe82bc5f9b/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3c20fff5f5e042d11c7ebdbea3eebabd632c4137143b5e94e9ca873cf577b59e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/48fbdc7fbf04edd71b39bebfd1416f5caae1ec7dd5af1301e85720bba12bdae1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4f9803bb9796f0f9ca3c2d0bc2cd58fba776f2244d6ccd87267c295b6281b968/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/50e6130a927898352ca5d58ad4d9387562113d685ea7c185550ae2489579187a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/51ec46e22832be0148315690b3559a9122c4d0d527225009eb66e8da3b06b137/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5419e2046e9636cf95634e2b83f8ce7f3f2d57a7d0e6ca1fb4d3c9c0fc53a451/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/545c1e02f594ad1ae2050a86b76f34ce7f9a2d140644f2eec6b9db05834b8171/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/56c4230792b7f832809f24b8df0df58ec0711bada394dd031de2a3c0866f50de/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/57b2c686de209811c7a2e813ad9d6e1583410b129ba43bfa42fb304dd0b72361/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/580f30be3daaeae7734cb22493350d35fa9b552d3f4b61cfac7a3eb553a100b7/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5eb54428b0c65660fb07cf63fedfc84b07f0c35946e61076a354146b1e3ddb78/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/63742e1e8f2eac44d283be0142edd3de70a2ab36cad23499e270fcde889fdfcd/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6554a2571731d740001e0d458b4d8208e86b8f1362ca0030dcd481be83813491/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6673864127abde3328f450918fef27992a26e723742c1b46a018e3514dcd1097/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6792d551244378da70bc06269de7aba5103985ad5e2964852f4fc8c56215dc0f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b154e494743fe401fcd220308c7322563b4da976f7400b0eaad564d485b89ad/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6d73b6252323d1b569ac23d419c8c70fa63e390fec09fc03909bd51438288bfb/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6e40db3faeab03e4acdeee0fa0ca6750914f147ef931543a720553a0f60ba598/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7393ca690c782726a6793714004a0a09b4ce54bed92f790955019720c36f78d2/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7af2be3966e7963e53c45ef5816bb4cc6a41fd10a29f7b594c0abdf957707cd1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7bfcc1cd165e5b5e93a36430f9183523744cd99f073f3e1c1b9f9b1f3c84db01/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7c5a4eab89fe4a850ab0057d2d23b099b0036fd37183200793fa76d3250fef1b/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7dcc64751bd49ea13ba026ffbcf65c665157da6dd8303848870dccedf75445e2/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/84a6945b500bfce3767a06e3581da5d3d11ecc50fe337b2b7177d871a8c9674b/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/86a1210359f403185dec593503221146e61104c4df203a60305863a10fab0399/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8ca6fe45279b6285aca2afc8dfe5945dd395670627edfb9f8415cbe574b3f170/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8eef9a095c2324055d21990b2ca9f105f1f44deaeda512f627b877ec1cce5f12/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/980caea5302d886ae9b282c0c3a32c0d10793db5d6ee7df8620d2e5dac7eba7d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9b3596562b2a367baaa238defb23e03e92abcf43bdd9a0062ced9f632ee86221/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9bd1718b3dc84203756685b408ed7981acdf60c196eca9d30f4c417b44eac5cf/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9fd2596abead6d606624369bf791b356fc673ed3aa19d6fe6c0cf674fed6194a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a016d9b019f40e2e30d1f6952eb75d11a19083388740b1c07eb2367b98d45119/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b1afe8e9466f4c8b9af4f2153a5fce99a5e3106c970124479a17fe8101b872e2/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2158093d5f745ac06673148fa3b2cc62a13c081041a597395db2891f12dde56/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2ea44e6b64c42c046c9e82a7b57e6f34dd22e50c8a4b3d2d3d5fec537bd910f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bbcaa9466b4212c1a2ed508022367f49fcdabac76dfb3a3af4b82ddbbc4f5ef3/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bf4ad537f6ef780173cfa6820c48d7775a1ca965e516256b2b9e52f50f2974b8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c27fb85b13e571023d944b8242c2d78a2358582949b6043ff49506edf9396d75/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d1f36496771f3433b0436edca9823fcd7ab3ee69df1d1064e10a79d985f4b3c7/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d429cadf79e15d9fafe36ee49d78ef7bcae8d3179c15a4ec29cb58a629673e95/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d47c4eededdc8e487d211986bace83e18ca511187158bf8125d57954d728cbe4/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d4a393d2a7648703afa096a0a9edbf136fa3421b5e4a4583260865878b1fe30c/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d6ba566621a3cd36c69cc9de94f1518404d8b68f462c8ed7c4c664e10165c707/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d7ea2ecf0d6bdd9758829eb39b3c919476e453330226042f5fc0bbfa160ba14a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d94a0c1721be7d78582bfe85e7c4eef6bd8301a09f91edeee20286bb91dcb0d3/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/dbc94506183720fb183559bf7435faf7b12e65f0646d942e7a0e8bd586a1b9c1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/de602adf2fe60f9b9324c6d72331b9c825a0361b63bacfdd732a15192b4dcfc9/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e18ffc35fbff65b4d6a6a6d249f5797690d8fba1b4b6ce8a4e7426e10d3e50ca/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e59954403322be9794083a5054013e74cb31f8dcd723180fafc8c99e2d45a009/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ec136e22ee94120de478c12fe059d59df4b4278f5eb141a041e12cea80d0f7ed/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ee838ce5fe7ec2d83b2c8ff67452265f08a1a3b60839db3a06b23e00f5436364/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ef4e6c0fde6d963ed5566167ecb0c58ac1845d4f39ed8de5edd59db1f33c766d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f1b8530b4d29c7ee501a1db4caaf719f3cdfd69053f1737512d2e7de7cdffb44/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fac6c1bc7d4e279ab793982cc2325e990451f05ac7449f233a9375bd869fb81a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff52e6c83e94805532eea06eb1dbeb968551e737b14c4822537a265c0aba6a32/shm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0062dbde-322b-4ec5-8c01-f9ee1819297c/volumes/kubernetes.io~projected/kube-api-access-qt58h"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0331ec46-fc31-47a6-b4ff-b03c7bbd9d51/volumes/kubernetes.io~projected/kube-api-access-v75r8"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/08883594-9848-47e2-8dd2-0aa95da6a110/volumes/kubernetes.io~projected/kube-api-access-7k464"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0aabfeb0-c84b-4d5e-940c-379e2003ca9b/volumes/kubernetes.io~projected/kube-api-access-4cxv2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/114bf850-f434-4d7a-9cdb-519aeea5df8b/volumes/kubernetes.io~projected/kube-api-access-jshjm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/120182c0-13d5-4cbe-82ba-0cff61c0809a/volumes/kubernetes.io~projected/kube-api-access-5ptgj"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1676b317-1208-492e-b1fa-b6eda4cc0252/volumes/kubernetes.io~projected/kube-api-access-z6hxx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1ade5484-1b0a-4c8b-ab2b-9da95f87edc7/volumes/kubernetes.io~projected/kube-api-access-zfjjn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1b1e4f7b-9a8b-4c8e-a2ab-4c98e6dfc2e5/volumes/kubernetes.io~projected/kube-api-access-rjwgp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/206e6708-952c-40fd-b52f-80aaae45f60a/volumes/kubernetes.io~projected/kube-api-access-xnq44"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/20f1f59b-543d-4327-8bb7-88369478f4b9/volumes/kubernetes.io~projected/kube-api-access-qw8bz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2945aac9-4378-4a0f-aa6e-e9a480ca401f/volumes/kubernetes.io~projected/kube-api-access-fwpn6"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2e3b05d6-aee8-451a-b645-43a1a37279af/volumes/kubernetes.io~projected/kube-api-access-8mnjr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3271c7fc-d0a4-4b2d-876f-7c137f0320ad/volumes/kubernetes.io~projected/kube-api-access-nn69r"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/32c399de-f7ad-489e-9cef-cceb395a4262/volumes/kubernetes.io~projected/kube-api-access-mr78n"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/33b9e784-679e-4be0-bc83-2a2cc1d69f4c/volumes/kubernetes.io~projected/kube-api-access-bb6gf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3583005b-b5f9-4efb-ab3a-02739b87f6b3/volumes/kubernetes.io~projected/kube-api-access-tprvj"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/37170248-8f28-4ddf-aa5f-54bc894f331a/volumes/kubernetes.io~projected/kube-api-access-2dqr7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3841a9e2-29d6-4dd3-bd6c-7c92691963e6/volumes/kubernetes.io~projected/kube-api-access-bhhdk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3d1b6418-9109-4399-8909-de7ac9f096c3/volumes/kubernetes.io~projected/kube-api-access-cmkqz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4663b6b5-7565-49ff-81e6-fbbebd4a9a1b/volumes/kubernetes.io~projected/kube-api-access-p67db"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/484e36e0-9792-449e-8b45-8b819c5ba27d/volume-subpaths/wechat-private-key/canvas2-backend/1"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/484e36e0-9792-449e-8b45-8b819c5ba27d/volumes/kubernetes.io~projected/kube-api-access-n8dvw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/484e36e0-9792-449e-8b45-8b819c5ba27d/volumes/kubernetes.io~secret/wechat-private-key"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4d0de8e0-fe13-47c2-895b-8dda2463a10f/volumes/kubernetes.io~projected/kube-api-access-ldnlb"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4d31ae1d-afb7-4417-b046-35263b95f3c1/volumes/kubernetes.io~projected/kube-api-access-j7hjw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/50eb4fbe-8d5c-4fd3-9c32-bb29d18f92de/volumes/kubernetes.io~projected/kube-api-access-j9nng"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5cbecc45-5509-41a9-aef5-1a359703e09e/volumes/kubernetes.io~projected/kube-api-access-cmsrg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5e8cc0df-46e5-422f-a650-153d0817b3ae/volumes/kubernetes.io~projected/kube-api-access-k8f22"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5e8f9ee4-8065-47a5-8086-1872c8360f20/volumes/kubernetes.io~projected/kube-api-access-t6pbj"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/634b67b2-a695-49fd-b57d-e5fbb86feeab/volumes/kubernetes.io~projected/kube-api-access-94tz8"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/64ae07a3-01a6-4053-ac6b-35108d2dba99/volumes/kubernetes.io~projected/kube-api-access-86thz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/69a90cbb-bead-487c-88d9-114693b997ea/volumes/kubernetes.io~projected/kube-api-access-s7v2k"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d161f10-9c54-4ff5-b52d-53cfb2f82ef9/volumes/kubernetes.io~projected/kube-api-access-sjd9m"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/718932e4-5249-4b54-98d6-f85e651745b4/volumes/kubernetes.io~projected/kube-api-access-vrhfs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/723b64b6-1c1b-47a0-b144-1f5b7903b481/volumes/kubernetes.io~projected/kube-api-access-76nvq"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7f1b16fa-b98c-4d1f-ac31-0be288431388/volumes/kubernetes.io~projected/kube-api-access-qpwfg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7f688305-541a-44fb-8d98-f66662746fc2/volumes/kubernetes.io~projected/kube-api-access-mjjqm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/84934471-8724-45f7-a9a4-bacf23ebf6ff/volumes/kubernetes.io~projected/kube-api-access-79qxs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8dfaeedb-94dc-4572-a732-b433bbafebab/volumes/kubernetes.io~projected/kube-api-access-7dpzk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8e23a8ed-d6ce-4ade-8d11-383d6848b1cb/volumes/kubernetes.io~projected/kube-api-access-4bswt"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8e7ef49a-21df-4509-9cb1-9f00b2b42a8e/volumes/kubernetes.io~projected/kube-api-access-82w7j"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8fd3d41c-ee35-416a-b054-965b0740dd3c/volumes/kubernetes.io~projected/kube-api-access-gkqcg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9519f189-caef-4678-bf50-43a235829546/volumes/kubernetes.io~projected/kube-api-access-hgcvl"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/95a27f18-06e1-41ae-ab6a-3d7c0eca4881/volumes/kubernetes.io~projected/kube-api-access-z9q5x"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a0ba1640-12df-4209-8a8b-4008a1b0f5c5/volumes/kubernetes.io~projected/kube-api-access-cqbf4"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a4a9cb63-ff36-4656-ab1a-ce6890115b1d/volumes/kubernetes.io~projected/kube-api-access-79qn7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a59e503f-c4f2-4308-aa6f-cd1298829b3b/volumes/kubernetes.io~projected/kube-api-access-cmp9p"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/aadcbe83-3af2-4018-a069-19e6ac0f6d44/volumes/kubernetes.io~projected/kube-api-access-tcpws"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ad726955-08a4-4eb8-98fc-5bfcb8b2f512/volumes/kubernetes.io~projected/kube-api-access-kzs9x"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/adf614dd-b239-49fe-a53a-b84d44d04c4e/volumes/kubernetes.io~projected/kube-api-access-vb6bf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b0fa328d-d7c9-4a31-a167-15e341136717/volumes/kubernetes.io~projected/kube-api-access-9rckt"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b44dbd18-ac61-46c5-aabd-a00d660de878/volumes/kubernetes.io~projected/kube-api-access-lvpx2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b474816a-db69-4f4a-aecf-e5e87c0b7413/volumes/kubernetes.io~projected/kube-api-access-5l6qn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b5b0367b-00eb-47c2-8143-38b304a0111d/volumes/kubernetes.io~projected/kube-api-access-2cddm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ba6bfb79-d549-4ddf-a5b7-ef2cdd089d72/volumes/kubernetes.io~projected/kube-api-access-cjtwp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/be5c1b48-5776-46ce-b188-0abd16d791dc/volumes/kubernetes.io~projected/kube-api-access-8k4bf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c211429b-18f6-40c3-80d9-fd8601748609/volumes/kubernetes.io~projected/kube-api-access-dw5ms"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c3a6f152-764a-48cf-b5e0-3fd616e23444/volumes/kubernetes.io~projected/kube-api-access-8mlzk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c7397b36-8438-472d-bfb4-50bc2d56ef51/volumes/kubernetes.io~projected/kube-api-access-8jpcz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c94592c0-95c9-4974-ba7c-c05e85561c6c/volumes/kubernetes.io~projected/kube-api-access-l6btg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c9d518e6-0865-49e1-b797-548a38706eaf/volumes/kubernetes.io~projected/kube-api-access-h72cx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d319b5c5-b246-4382-af67-cc32796245bd/volumes/kubernetes.io~projected/kube-api-access-vg4fl"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d63761a8-578c-4f51-9eb7-d4a4caba412a/volumes/kubernetes.io~projected/kube-api-access-rkxt7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d72234cc-f2bf-4585-a14c-a5975eb9aa40/volumes/kubernetes.io~projected/kube-api-access-nlz5x"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dc82434a-3e4f-4575-bc9e-db250b44e51b/volumes/kubernetes.io~projected/kube-api-access-6qzbf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e370d901-9146-45dd-aab4-dc3cd3f1737d/volumes/kubernetes.io~projected/kube-api-access-fmhbx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e4680007-19f4-4e65-8ac3-c87de3e45a8b/volumes/kubernetes.io~projected/kube-api-access-g96cg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e4df8e5e-c4ad-47ef-8ae0-636b397d17f1/volumes/kubernetes.io~projected/kube-api-access-hw85w"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e52e48eb-74f7-4da0-8ae1-da46aadcea05/volumes/kubernetes.io~projected/kube-api-access-bpm68"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e93150a1-0e1f-4e63-b22b-1ab5819d7bb4/volumes/kubernetes.io~projected/kube-api-access-2bsvv"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f43e8378-1b44-40b0-aa64-0932240b0763/volumes/kubernetes.io~projected/kube-api-access-jl24n"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f6611bca-67d8-4ffc-acf0-75e38adf7951/volumes/kubernetes.io~projected/kube-api-access-wdxbt"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fb1fc299-a1dd-4892-81c1-b529ffd45d26/volumes/kubernetes.io~projected/kube-api-access-f654d"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/vda2",device_error="",fstype="ext4",mountpoint="/"} 8.4423806976e+10 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/02e7b8d16347fb48970d4005c1adcb5652a480560d96fb1fc27e2151d81334e0/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/03f491220fbdca0dbf645a65f1612deb964b405fa991b6d07d4c9c9ef9318739/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/04e59f4a8771e29897eea8b3d2985420d054eb5d12f6927b2f5545dc70aa02f5/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1281808f1e806c30afd449e996cbdb05b4d5a5ac9f0a6b28e29f0a6f55a15eef/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/13b6b07fb47257f5105a07aedb9ea933df30294a3ab7f010423db95926bd9458/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/161fd56755eee24691198cb603b00ef10d4ff57f7b4d4f0393a9ad544f15dc43/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1838a8ded17bfe5e5699fdc280ca8c681528c97bed677e7d5516f03360945bab/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/18817db140b7979e6a70c9c11cd12559275dfb0966fd3cc95c411b41194a0851/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1e305bebe74534200c25d092c56af9b18dc4baa3bbdc9f86b234e1c8ebf14d34/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2166e428fd49c2fec9079ce2439a7443d72b63ef4b8bfa9414084b4b5f2753f1/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/228944b53fe69afe7fe96945c1b6c8200990a22d4461a519de43380efa305588/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/24b1d86cc7d0146101c744a504b6e4f2a058d4e57d9ed20389ea9a67b3d607df/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2cbe5bf8eba21a44cca84451fb8743b405ee67d21409095509d9f8982425b96c/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2df721b9b9cb48265256e75409ec524ddd21726e2f1f048a7edd25d20bf3eac2/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/315c22a93d3c936469e02771fab074cebb9e62a17259b7daf19902225d03b7dd/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/33befe8ab8bf442d167254208030259aee9724135095311456cbd344c312a107/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3819e10e34c5ccec30361e58a869413f29c5194a5cfba71468520dce76154e9b/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/39f07545f16eb0becd1e564f602eece0825c3156c624ec4265094ffe82bc5f9b/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3c20fff5f5e042d11c7ebdbea3eebabd632c4137143b5e94e9ca873cf577b59e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/48fbdc7fbf04edd71b39bebfd1416f5caae1ec7dd5af1301e85720bba12bdae1/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4f9803bb9796f0f9ca3c2d0bc2cd58fba776f2244d6ccd87267c295b6281b968/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/50e6130a927898352ca5d58ad4d9387562113d685ea7c185550ae2489579187a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/51ec46e22832be0148315690b3559a9122c4d0d527225009eb66e8da3b06b137/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5419e2046e9636cf95634e2b83f8ce7f3f2d57a7d0e6ca1fb4d3c9c0fc53a451/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/545c1e02f594ad1ae2050a86b76f34ce7f9a2d140644f2eec6b9db05834b8171/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/56c4230792b7f832809f24b8df0df58ec0711bada394dd031de2a3c0866f50de/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/57b2c686de209811c7a2e813ad9d6e1583410b129ba43bfa42fb304dd0b72361/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/580f30be3daaeae7734cb22493350d35fa9b552d3f4b61cfac7a3eb553a100b7/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5eb54428b0c65660fb07cf63fedfc84b07f0c35946e61076a354146b1e3ddb78/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/63742e1e8f2eac44d283be0142edd3de70a2ab36cad23499e270fcde889fdfcd/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6554a2571731d740001e0d458b4d8208e86b8f1362ca0030dcd481be83813491/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6673864127abde3328f450918fef27992a26e723742c1b46a018e3514dcd1097/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6792d551244378da70bc06269de7aba5103985ad5e2964852f4fc8c56215dc0f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b154e494743fe401fcd220308c7322563b4da976f7400b0eaad564d485b89ad/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6d73b6252323d1b569ac23d419c8c70fa63e390fec09fc03909bd51438288bfb/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6e40db3faeab03e4acdeee0fa0ca6750914f147ef931543a720553a0f60ba598/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7393ca690c782726a6793714004a0a09b4ce54bed92f790955019720c36f78d2/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7af2be3966e7963e53c45ef5816bb4cc6a41fd10a29f7b594c0abdf957707cd1/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7bfcc1cd165e5b5e93a36430f9183523744cd99f073f3e1c1b9f9b1f3c84db01/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7c5a4eab89fe4a850ab0057d2d23b099b0036fd37183200793fa76d3250fef1b/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7dcc64751bd49ea13ba026ffbcf65c665157da6dd8303848870dccedf75445e2/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/84a6945b500bfce3767a06e3581da5d3d11ecc50fe337b2b7177d871a8c9674b/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/86a1210359f403185dec593503221146e61104c4df203a60305863a10fab0399/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8ca6fe45279b6285aca2afc8dfe5945dd395670627edfb9f8415cbe574b3f170/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/8eef9a095c2324055d21990b2ca9f105f1f44deaeda512f627b877ec1cce5f12/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/980caea5302d886ae9b282c0c3a32c0d10793db5d6ee7df8620d2e5dac7eba7d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9b3596562b2a367baaa238defb23e03e92abcf43bdd9a0062ced9f632ee86221/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9bd1718b3dc84203756685b408ed7981acdf60c196eca9d30f4c417b44eac5cf/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9fd2596abead6d606624369bf791b356fc673ed3aa19d6fe6c0cf674fed6194a/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a016d9b019f40e2e30d1f6952eb75d11a19083388740b1c07eb2367b98d45119/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b1afe8e9466f4c8b9af4f2153a5fce99a5e3106c970124479a17fe8101b872e2/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2158093d5f745ac06673148fa3b2cc62a13c081041a597395db2891f12dde56/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b2ea44e6b64c42c046c9e82a7b57e6f34dd22e50c8a4b3d2d3d5fec537bd910f/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bbcaa9466b4212c1a2ed508022367f49fcdabac76dfb3a3af4b82ddbbc4f5ef3/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bf4ad537f6ef780173cfa6820c48d7775a1ca965e516256b2b9e52f50f2974b8/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c27fb85b13e571023d944b8242c2d78a2358582949b6043ff49506edf9396d75/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d1f36496771f3433b0436edca9823fcd7ab3ee69df1d1064e10a79d985f4b3c7/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d429cadf79e15d9fafe36ee49d78ef7bcae8d3179c15a4ec29cb58a629673e95/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d47c4eededdc8e487d211986bace83e18ca511187158bf8125d57954d728cbe4/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d4a393d2a7648703afa096a0a9edbf136fa3421b5e4a4583260865878b1fe30c/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d6ba566621a3cd36c69cc9de94f1518404d8b68f462c8ed7c4c664e10165c707/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d7ea2ecf0d6bdd9758829eb39b3c919476e453330226042f5fc0bbfa160ba14a/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d94a0c1721be7d78582bfe85e7c4eef6bd8301a09f91edeee20286bb91dcb0d3/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/dbc94506183720fb183559bf7435faf7b12e65f0646d942e7a0e8bd586a1b9c1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/de602adf2fe60f9b9324c6d72331b9c825a0361b63bacfdd732a15192b4dcfc9/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e18ffc35fbff65b4d6a6a6d249f5797690d8fba1b4b6ce8a4e7426e10d3e50ca/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e59954403322be9794083a5054013e74cb31f8dcd723180fafc8c99e2d45a009/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ec136e22ee94120de478c12fe059d59df4b4278f5eb141a041e12cea80d0f7ed/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ee838ce5fe7ec2d83b2c8ff67452265f08a1a3b60839db3a06b23e00f5436364/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ef4e6c0fde6d963ed5566167ecb0c58ac1845d4f39ed8de5edd59db1f33c766d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f1b8530b4d29c7ee501a1db4caaf719f3cdfd69053f1737512d2e7de7cdffb44/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fac6c1bc7d4e279ab793982cc2325e990451f05ac7449f233a9375bd869fb81a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff52e6c83e94805532eea06eb1dbeb968551e737b14c4822537a265c0aba6a32/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 7.99424512e+08 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 3.4102118e+07 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.0016633503e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.79 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 2.19 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.15 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 2.52280832e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 3.087151104e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 5.64342784e+08 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 2.097152e+06 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 3.41540864e+09 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 2.4375296e+07 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 7.31824128e+08 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 6.08167936e+09 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 1.5018622976e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 4.294967296e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 3.96361728e+09 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.96988928e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 1.482752e+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 8.75659264e+08 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 1.056075776e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 1.80416512e+08 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 3.4111488e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 5.02120448e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 3.840339968e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 3.243012096e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 7.994228736e+09 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.7938816e+07 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 6.3328256e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 4.898816e+06 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.64728832e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.34213376e+08 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 2.547712e+06 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 3.98942208e+08 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 3.42102016e+08 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 1.506332672e+09 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 2.084564992e+09 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 3.0400512e+07 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 5.595136e+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 118784 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_memory_Zswapped_bytes Memory information field Zswapped_bytes. # TYPE node_memory_Zswapped_bytes gauge node_memory_Zswapped_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 14 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 0 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 0 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 38392 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 864 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 91332 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 2.012752e+06 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 868 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 0 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1819 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 5 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 0 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="cni0"} 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="veth05b36a7f"} 3 node_network_address_assign_type{device="veth06c87a7a"} 3 node_network_address_assign_type{device="veth0d30c930"} 3 node_network_address_assign_type{device="veth0d38bb58"} 3 node_network_address_assign_type{device="veth10fbef93"} 3 node_network_address_assign_type{device="veth126c25f7"} 3 node_network_address_assign_type{device="veth18011253"} 3 node_network_address_assign_type{device="veth1fd478fd"} 3 node_network_address_assign_type{device="veth200f7009"} 3 node_network_address_assign_type{device="veth20e7e57b"} 3 node_network_address_assign_type{device="veth221fd13d"} 3 node_network_address_assign_type{device="veth22fc4c7d"} 3 node_network_address_assign_type{device="veth2a67fa73"} 3 node_network_address_assign_type{device="veth2b1fd120"} 3 node_network_address_assign_type{device="veth2b9e5f1b"} 3 node_network_address_assign_type{device="veth2cb2aa72"} 3 node_network_address_assign_type{device="veth2fe7c06c"} 3 node_network_address_assign_type{device="veth333768ad"} 3 node_network_address_assign_type{device="veth33cd2c05"} 3 node_network_address_assign_type{device="veth3a5e2c51"} 3 node_network_address_assign_type{device="veth41159e71"} 3 node_network_address_assign_type{device="veth416ea624"} 3 node_network_address_assign_type{device="veth47bf1eca"} 3 node_network_address_assign_type{device="veth4b15872c"} 3 node_network_address_assign_type{device="veth4bf340a1"} 3 node_network_address_assign_type{device="veth4d4c5526"} 3 node_network_address_assign_type{device="veth55613faf"} 3 node_network_address_assign_type{device="veth55822eb0"} 3 node_network_address_assign_type{device="veth566c5ac6"} 3 node_network_address_assign_type{device="veth57b55471"} 3 node_network_address_assign_type{device="veth627e34a1"} 3 node_network_address_assign_type{device="veth67a1bf6d"} 3 node_network_address_assign_type{device="veth699665eb"} 3 node_network_address_assign_type{device="veth6997ccd6"} 3 node_network_address_assign_type{device="veth70257b27"} 3 node_network_address_assign_type{device="veth70c8adb5"} 3 node_network_address_assign_type{device="veth70dc275c"} 3 node_network_address_assign_type{device="veth7a4fbb08"} 3 node_network_address_assign_type{device="veth80f8420c"} 3 node_network_address_assign_type{device="veth840538bf"} 3 node_network_address_assign_type{device="veth89a6cca8"} 3 node_network_address_assign_type{device="veth89aff0f5"} 3 node_network_address_assign_type{device="veth8da017bc"} 3 node_network_address_assign_type{device="veth90b9dd6c"} 3 node_network_address_assign_type{device="veth9231b0ba"} 3 node_network_address_assign_type{device="veth98c76d35"} 3 node_network_address_assign_type{device="veth9f044adf"} 3 node_network_address_assign_type{device="veth9f804dfd"} 3 node_network_address_assign_type{device="vetha09e9000"} 3 node_network_address_assign_type{device="vetha2373f7d"} 3 node_network_address_assign_type{device="vetha595f190"} 3 node_network_address_assign_type{device="vetha6e1161e"} 3 node_network_address_assign_type{device="vetha7d36e07"} 3 node_network_address_assign_type{device="vetha80d01f7"} 3 node_network_address_assign_type{device="vetha816445d"} 3 node_network_address_assign_type{device="vethabe923e4"} 3 node_network_address_assign_type{device="vethb18927b9"} 3 node_network_address_assign_type{device="vethb79845a6"} 3 node_network_address_assign_type{device="vethbf9b6372"} 3 node_network_address_assign_type{device="vethc03e63b8"} 3 node_network_address_assign_type{device="vethc6ee08b0"} 3 node_network_address_assign_type{device="vethcc47c85e"} 3 node_network_address_assign_type{device="vethd23c6312"} 3 node_network_address_assign_type{device="vethd52f687c"} 3 node_network_address_assign_type{device="vethdd3a869c"} 3 node_network_address_assign_type{device="vethe47cf2e4"} 3 node_network_address_assign_type{device="vethed8556ec"} 3 node_network_address_assign_type{device="vethefa2bd94"} 3 node_network_address_assign_type{device="vethf3fbb399"} 3 node_network_address_assign_type{device="vethf4530953"} 3 node_network_address_assign_type{device="vethf7b9a6d4"} 3 node_network_address_assign_type{device="vethf90b4f47"} 3 node_network_address_assign_type{device="vethfc75cdf3"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="cni0"} 1 node_network_carrier{device="eth0"} 1 node_network_carrier{device="flannel.1"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth05b36a7f"} 1 node_network_carrier{device="veth06c87a7a"} 1 node_network_carrier{device="veth0d30c930"} 1 node_network_carrier{device="veth0d38bb58"} 1 node_network_carrier{device="veth10fbef93"} 1 node_network_carrier{device="veth126c25f7"} 1 node_network_carrier{device="veth18011253"} 1 node_network_carrier{device="veth1fd478fd"} 1 node_network_carrier{device="veth200f7009"} 1 node_network_carrier{device="veth20e7e57b"} 1 node_network_carrier{device="veth221fd13d"} 1 node_network_carrier{device="veth22fc4c7d"} 1 node_network_carrier{device="veth2a67fa73"} 1 node_network_carrier{device="veth2b1fd120"} 1 node_network_carrier{device="veth2b9e5f1b"} 1 node_network_carrier{device="veth2cb2aa72"} 1 node_network_carrier{device="veth2fe7c06c"} 1 node_network_carrier{device="veth333768ad"} 1 node_network_carrier{device="veth33cd2c05"} 1 node_network_carrier{device="veth3a5e2c51"} 1 node_network_carrier{device="veth41159e71"} 1 node_network_carrier{device="veth416ea624"} 1 node_network_carrier{device="veth47bf1eca"} 1 node_network_carrier{device="veth4b15872c"} 1 node_network_carrier{device="veth4bf340a1"} 1 node_network_carrier{device="veth4d4c5526"} 1 node_network_carrier{device="veth55613faf"} 1 node_network_carrier{device="veth55822eb0"} 1 node_network_carrier{device="veth566c5ac6"} 1 node_network_carrier{device="veth57b55471"} 1 node_network_carrier{device="veth627e34a1"} 1 node_network_carrier{device="veth67a1bf6d"} 1 node_network_carrier{device="veth699665eb"} 1 node_network_carrier{device="veth6997ccd6"} 1 node_network_carrier{device="veth70257b27"} 1 node_network_carrier{device="veth70c8adb5"} 1 node_network_carrier{device="veth70dc275c"} 1 node_network_carrier{device="veth7a4fbb08"} 1 node_network_carrier{device="veth80f8420c"} 1 node_network_carrier{device="veth840538bf"} 1 node_network_carrier{device="veth89a6cca8"} 1 node_network_carrier{device="veth89aff0f5"} 1 node_network_carrier{device="veth8da017bc"} 1 node_network_carrier{device="veth90b9dd6c"} 1 node_network_carrier{device="veth9231b0ba"} 1 node_network_carrier{device="veth98c76d35"} 1 node_network_carrier{device="veth9f044adf"} 1 node_network_carrier{device="veth9f804dfd"} 1 node_network_carrier{device="vetha09e9000"} 1 node_network_carrier{device="vetha2373f7d"} 1 node_network_carrier{device="vetha595f190"} 1 node_network_carrier{device="vetha6e1161e"} 1 node_network_carrier{device="vetha7d36e07"} 1 node_network_carrier{device="vetha80d01f7"} 1 node_network_carrier{device="vetha816445d"} 1 node_network_carrier{device="vethabe923e4"} 1 node_network_carrier{device="vethb18927b9"} 1 node_network_carrier{device="vethb79845a6"} 1 node_network_carrier{device="vethbf9b6372"} 1 node_network_carrier{device="vethc03e63b8"} 1 node_network_carrier{device="vethc6ee08b0"} 1 node_network_carrier{device="vethcc47c85e"} 1 node_network_carrier{device="vethd23c6312"} 1 node_network_carrier{device="vethd52f687c"} 1 node_network_carrier{device="vethdd3a869c"} 1 node_network_carrier{device="vethe47cf2e4"} 1 node_network_carrier{device="vethed8556ec"} 1 node_network_carrier{device="vethefa2bd94"} 1 node_network_carrier{device="vethf3fbb399"} 1 node_network_carrier{device="vethf4530953"} 1 node_network_carrier{device="vethf7b9a6d4"} 1 node_network_carrier{device="vethf90b4f47"} 1 node_network_carrier{device="vethfc75cdf3"} 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"} 4 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="veth05b36a7f"} 2 node_network_carrier_changes_total{device="veth06c87a7a"} 2 node_network_carrier_changes_total{device="veth0d30c930"} 2 node_network_carrier_changes_total{device="veth0d38bb58"} 2 node_network_carrier_changes_total{device="veth10fbef93"} 2 node_network_carrier_changes_total{device="veth126c25f7"} 2 node_network_carrier_changes_total{device="veth18011253"} 2 node_network_carrier_changes_total{device="veth1fd478fd"} 2 node_network_carrier_changes_total{device="veth200f7009"} 2 node_network_carrier_changes_total{device="veth20e7e57b"} 2 node_network_carrier_changes_total{device="veth221fd13d"} 2 node_network_carrier_changes_total{device="veth22fc4c7d"} 2 node_network_carrier_changes_total{device="veth2a67fa73"} 2 node_network_carrier_changes_total{device="veth2b1fd120"} 2 node_network_carrier_changes_total{device="veth2b9e5f1b"} 2 node_network_carrier_changes_total{device="veth2cb2aa72"} 2 node_network_carrier_changes_total{device="veth2fe7c06c"} 2 node_network_carrier_changes_total{device="veth333768ad"} 2 node_network_carrier_changes_total{device="veth33cd2c05"} 2 node_network_carrier_changes_total{device="veth3a5e2c51"} 2 node_network_carrier_changes_total{device="veth41159e71"} 2 node_network_carrier_changes_total{device="veth416ea624"} 2 node_network_carrier_changes_total{device="veth47bf1eca"} 2 node_network_carrier_changes_total{device="veth4b15872c"} 2 node_network_carrier_changes_total{device="veth4bf340a1"} 2 node_network_carrier_changes_total{device="veth4d4c5526"} 2 node_network_carrier_changes_total{device="veth55613faf"} 2 node_network_carrier_changes_total{device="veth55822eb0"} 2 node_network_carrier_changes_total{device="veth566c5ac6"} 2 node_network_carrier_changes_total{device="veth57b55471"} 2 node_network_carrier_changes_total{device="veth627e34a1"} 2 node_network_carrier_changes_total{device="veth67a1bf6d"} 2 node_network_carrier_changes_total{device="veth699665eb"} 2 node_network_carrier_changes_total{device="veth6997ccd6"} 2 node_network_carrier_changes_total{device="veth70257b27"} 2 node_network_carrier_changes_total{device="veth70c8adb5"} 2 node_network_carrier_changes_total{device="veth70dc275c"} 2 node_network_carrier_changes_total{device="veth7a4fbb08"} 2 node_network_carrier_changes_total{device="veth80f8420c"} 2 node_network_carrier_changes_total{device="veth840538bf"} 2 node_network_carrier_changes_total{device="veth89a6cca8"} 2 node_network_carrier_changes_total{device="veth89aff0f5"} 2 node_network_carrier_changes_total{device="veth8da017bc"} 2 node_network_carrier_changes_total{device="veth90b9dd6c"} 2 node_network_carrier_changes_total{device="veth9231b0ba"} 2 node_network_carrier_changes_total{device="veth98c76d35"} 2 node_network_carrier_changes_total{device="veth9f044adf"} 2 node_network_carrier_changes_total{device="veth9f804dfd"} 2 node_network_carrier_changes_total{device="vetha09e9000"} 2 node_network_carrier_changes_total{device="vetha2373f7d"} 2 node_network_carrier_changes_total{device="vetha595f190"} 2 node_network_carrier_changes_total{device="vetha6e1161e"} 2 node_network_carrier_changes_total{device="vetha7d36e07"} 2 node_network_carrier_changes_total{device="vetha80d01f7"} 2 node_network_carrier_changes_total{device="vetha816445d"} 2 node_network_carrier_changes_total{device="vethabe923e4"} 2 node_network_carrier_changes_total{device="vethb18927b9"} 2 node_network_carrier_changes_total{device="vethb79845a6"} 2 node_network_carrier_changes_total{device="vethbf9b6372"} 2 node_network_carrier_changes_total{device="vethc03e63b8"} 2 node_network_carrier_changes_total{device="vethc6ee08b0"} 2 node_network_carrier_changes_total{device="vethcc47c85e"} 2 node_network_carrier_changes_total{device="vethd23c6312"} 2 node_network_carrier_changes_total{device="vethd52f687c"} 2 node_network_carrier_changes_total{device="vethdd3a869c"} 2 node_network_carrier_changes_total{device="vethe47cf2e4"} 2 node_network_carrier_changes_total{device="vethed8556ec"} 2 node_network_carrier_changes_total{device="vethefa2bd94"} 2 node_network_carrier_changes_total{device="vethf3fbb399"} 2 node_network_carrier_changes_total{device="vethf4530953"} 2 node_network_carrier_changes_total{device="vethf7b9a6d4"} 2 node_network_carrier_changes_total{device="vethf90b4f47"} 2 node_network_carrier_changes_total{device="vethfc75cdf3"} 2 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="cni0"} 2 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="veth05b36a7f"} 1 node_network_carrier_down_changes_total{device="veth06c87a7a"} 1 node_network_carrier_down_changes_total{device="veth0d30c930"} 1 node_network_carrier_down_changes_total{device="veth0d38bb58"} 1 node_network_carrier_down_changes_total{device="veth10fbef93"} 1 node_network_carrier_down_changes_total{device="veth126c25f7"} 1 node_network_carrier_down_changes_total{device="veth18011253"} 1 node_network_carrier_down_changes_total{device="veth1fd478fd"} 1 node_network_carrier_down_changes_total{device="veth200f7009"} 1 node_network_carrier_down_changes_total{device="veth20e7e57b"} 1 node_network_carrier_down_changes_total{device="veth221fd13d"} 1 node_network_carrier_down_changes_total{device="veth22fc4c7d"} 1 node_network_carrier_down_changes_total{device="veth2a67fa73"} 1 node_network_carrier_down_changes_total{device="veth2b1fd120"} 1 node_network_carrier_down_changes_total{device="veth2b9e5f1b"} 1 node_network_carrier_down_changes_total{device="veth2cb2aa72"} 1 node_network_carrier_down_changes_total{device="veth2fe7c06c"} 1 node_network_carrier_down_changes_total{device="veth333768ad"} 1 node_network_carrier_down_changes_total{device="veth33cd2c05"} 1 node_network_carrier_down_changes_total{device="veth3a5e2c51"} 1 node_network_carrier_down_changes_total{device="veth41159e71"} 1 node_network_carrier_down_changes_total{device="veth416ea624"} 1 node_network_carrier_down_changes_total{device="veth47bf1eca"} 1 node_network_carrier_down_changes_total{device="veth4b15872c"} 1 node_network_carrier_down_changes_total{device="veth4bf340a1"} 1 node_network_carrier_down_changes_total{device="veth4d4c5526"} 1 node_network_carrier_down_changes_total{device="veth55613faf"} 1 node_network_carrier_down_changes_total{device="veth55822eb0"} 1 node_network_carrier_down_changes_total{device="veth566c5ac6"} 1 node_network_carrier_down_changes_total{device="veth57b55471"} 1 node_network_carrier_down_changes_total{device="veth627e34a1"} 1 node_network_carrier_down_changes_total{device="veth67a1bf6d"} 1 node_network_carrier_down_changes_total{device="veth699665eb"} 1 node_network_carrier_down_changes_total{device="veth6997ccd6"} 1 node_network_carrier_down_changes_total{device="veth70257b27"} 1 node_network_carrier_down_changes_total{device="veth70c8adb5"} 1 node_network_carrier_down_changes_total{device="veth70dc275c"} 1 node_network_carrier_down_changes_total{device="veth7a4fbb08"} 1 node_network_carrier_down_changes_total{device="veth80f8420c"} 1 node_network_carrier_down_changes_total{device="veth840538bf"} 1 node_network_carrier_down_changes_total{device="veth89a6cca8"} 1 node_network_carrier_down_changes_total{device="veth89aff0f5"} 1 node_network_carrier_down_changes_total{device="veth8da017bc"} 1 node_network_carrier_down_changes_total{device="veth90b9dd6c"} 1 node_network_carrier_down_changes_total{device="veth9231b0ba"} 1 node_network_carrier_down_changes_total{device="veth98c76d35"} 1 node_network_carrier_down_changes_total{device="veth9f044adf"} 1 node_network_carrier_down_changes_total{device="veth9f804dfd"} 1 node_network_carrier_down_changes_total{device="vetha09e9000"} 1 node_network_carrier_down_changes_total{device="vetha2373f7d"} 1 node_network_carrier_down_changes_total{device="vetha595f190"} 1 node_network_carrier_down_changes_total{device="vetha6e1161e"} 1 node_network_carrier_down_changes_total{device="vetha7d36e07"} 1 node_network_carrier_down_changes_total{device="vetha80d01f7"} 1 node_network_carrier_down_changes_total{device="vetha816445d"} 1 node_network_carrier_down_changes_total{device="vethabe923e4"} 1 node_network_carrier_down_changes_total{device="vethb18927b9"} 1 node_network_carrier_down_changes_total{device="vethb79845a6"} 1 node_network_carrier_down_changes_total{device="vethbf9b6372"} 1 node_network_carrier_down_changes_total{device="vethc03e63b8"} 1 node_network_carrier_down_changes_total{device="vethc6ee08b0"} 1 node_network_carrier_down_changes_total{device="vethcc47c85e"} 1 node_network_carrier_down_changes_total{device="vethd23c6312"} 1 node_network_carrier_down_changes_total{device="vethd52f687c"} 1 node_network_carrier_down_changes_total{device="vethdd3a869c"} 1 node_network_carrier_down_changes_total{device="vethe47cf2e4"} 1 node_network_carrier_down_changes_total{device="vethed8556ec"} 1 node_network_carrier_down_changes_total{device="vethefa2bd94"} 1 node_network_carrier_down_changes_total{device="vethf3fbb399"} 1 node_network_carrier_down_changes_total{device="vethf4530953"} 1 node_network_carrier_down_changes_total{device="vethf7b9a6d4"} 1 node_network_carrier_down_changes_total{device="vethf90b4f47"} 1 node_network_carrier_down_changes_total{device="vethfc75cdf3"} 1 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="cni0"} 2 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="veth05b36a7f"} 1 node_network_carrier_up_changes_total{device="veth06c87a7a"} 1 node_network_carrier_up_changes_total{device="veth0d30c930"} 1 node_network_carrier_up_changes_total{device="veth0d38bb58"} 1 node_network_carrier_up_changes_total{device="veth10fbef93"} 1 node_network_carrier_up_changes_total{device="veth126c25f7"} 1 node_network_carrier_up_changes_total{device="veth18011253"} 1 node_network_carrier_up_changes_total{device="veth1fd478fd"} 1 node_network_carrier_up_changes_total{device="veth200f7009"} 1 node_network_carrier_up_changes_total{device="veth20e7e57b"} 1 node_network_carrier_up_changes_total{device="veth221fd13d"} 1 node_network_carrier_up_changes_total{device="veth22fc4c7d"} 1 node_network_carrier_up_changes_total{device="veth2a67fa73"} 1 node_network_carrier_up_changes_total{device="veth2b1fd120"} 1 node_network_carrier_up_changes_total{device="veth2b9e5f1b"} 1 node_network_carrier_up_changes_total{device="veth2cb2aa72"} 1 node_network_carrier_up_changes_total{device="veth2fe7c06c"} 1 node_network_carrier_up_changes_total{device="veth333768ad"} 1 node_network_carrier_up_changes_total{device="veth33cd2c05"} 1 node_network_carrier_up_changes_total{device="veth3a5e2c51"} 1 node_network_carrier_up_changes_total{device="veth41159e71"} 1 node_network_carrier_up_changes_total{device="veth416ea624"} 1 node_network_carrier_up_changes_total{device="veth47bf1eca"} 1 node_network_carrier_up_changes_total{device="veth4b15872c"} 1 node_network_carrier_up_changes_total{device="veth4bf340a1"} 1 node_network_carrier_up_changes_total{device="veth4d4c5526"} 1 node_network_carrier_up_changes_total{device="veth55613faf"} 1 node_network_carrier_up_changes_total{device="veth55822eb0"} 1 node_network_carrier_up_changes_total{device="veth566c5ac6"} 1 node_network_carrier_up_changes_total{device="veth57b55471"} 1 node_network_carrier_up_changes_total{device="veth627e34a1"} 1 node_network_carrier_up_changes_total{device="veth67a1bf6d"} 1 node_network_carrier_up_changes_total{device="veth699665eb"} 1 node_network_carrier_up_changes_total{device="veth6997ccd6"} 1 node_network_carrier_up_changes_total{device="veth70257b27"} 1 node_network_carrier_up_changes_total{device="veth70c8adb5"} 1 node_network_carrier_up_changes_total{device="veth70dc275c"} 1 node_network_carrier_up_changes_total{device="veth7a4fbb08"} 1 node_network_carrier_up_changes_total{device="veth80f8420c"} 1 node_network_carrier_up_changes_total{device="veth840538bf"} 1 node_network_carrier_up_changes_total{device="veth89a6cca8"} 1 node_network_carrier_up_changes_total{device="veth89aff0f5"} 1 node_network_carrier_up_changes_total{device="veth8da017bc"} 1 node_network_carrier_up_changes_total{device="veth90b9dd6c"} 1 node_network_carrier_up_changes_total{device="veth9231b0ba"} 1 node_network_carrier_up_changes_total{device="veth98c76d35"} 1 node_network_carrier_up_changes_total{device="veth9f044adf"} 1 node_network_carrier_up_changes_total{device="veth9f804dfd"} 1 node_network_carrier_up_changes_total{device="vetha09e9000"} 1 node_network_carrier_up_changes_total{device="vetha2373f7d"} 1 node_network_carrier_up_changes_total{device="vetha595f190"} 1 node_network_carrier_up_changes_total{device="vetha6e1161e"} 1 node_network_carrier_up_changes_total{device="vetha7d36e07"} 1 node_network_carrier_up_changes_total{device="vetha80d01f7"} 1 node_network_carrier_up_changes_total{device="vetha816445d"} 1 node_network_carrier_up_changes_total{device="vethabe923e4"} 1 node_network_carrier_up_changes_total{device="vethb18927b9"} 1 node_network_carrier_up_changes_total{device="vethb79845a6"} 1 node_network_carrier_up_changes_total{device="vethbf9b6372"} 1 node_network_carrier_up_changes_total{device="vethc03e63b8"} 1 node_network_carrier_up_changes_total{device="vethc6ee08b0"} 1 node_network_carrier_up_changes_total{device="vethcc47c85e"} 1 node_network_carrier_up_changes_total{device="vethd23c6312"} 1 node_network_carrier_up_changes_total{device="vethd52f687c"} 1 node_network_carrier_up_changes_total{device="vethdd3a869c"} 1 node_network_carrier_up_changes_total{device="vethe47cf2e4"} 1 node_network_carrier_up_changes_total{device="vethed8556ec"} 1 node_network_carrier_up_changes_total{device="vethefa2bd94"} 1 node_network_carrier_up_changes_total{device="vethf3fbb399"} 1 node_network_carrier_up_changes_total{device="vethf4530953"} 1 node_network_carrier_up_changes_total{device="vethf7b9a6d4"} 1 node_network_carrier_up_changes_total{device="vethf90b4f47"} 1 node_network_carrier_up_changes_total{device="vethfc75cdf3"} 1 # 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="eth0"} 0 node_network_device_id{device="flannel.1"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth05b36a7f"} 0 node_network_device_id{device="veth06c87a7a"} 0 node_network_device_id{device="veth0d30c930"} 0 node_network_device_id{device="veth0d38bb58"} 0 node_network_device_id{device="veth10fbef93"} 0 node_network_device_id{device="veth126c25f7"} 0 node_network_device_id{device="veth18011253"} 0 node_network_device_id{device="veth1fd478fd"} 0 node_network_device_id{device="veth200f7009"} 0 node_network_device_id{device="veth20e7e57b"} 0 node_network_device_id{device="veth221fd13d"} 0 node_network_device_id{device="veth22fc4c7d"} 0 node_network_device_id{device="veth2a67fa73"} 0 node_network_device_id{device="veth2b1fd120"} 0 node_network_device_id{device="veth2b9e5f1b"} 0 node_network_device_id{device="veth2cb2aa72"} 0 node_network_device_id{device="veth2fe7c06c"} 0 node_network_device_id{device="veth333768ad"} 0 node_network_device_id{device="veth33cd2c05"} 0 node_network_device_id{device="veth3a5e2c51"} 0 node_network_device_id{device="veth41159e71"} 0 node_network_device_id{device="veth416ea624"} 0 node_network_device_id{device="veth47bf1eca"} 0 node_network_device_id{device="veth4b15872c"} 0 node_network_device_id{device="veth4bf340a1"} 0 node_network_device_id{device="veth4d4c5526"} 0 node_network_device_id{device="veth55613faf"} 0 node_network_device_id{device="veth55822eb0"} 0 node_network_device_id{device="veth566c5ac6"} 0 node_network_device_id{device="veth57b55471"} 0 node_network_device_id{device="veth627e34a1"} 0 node_network_device_id{device="veth67a1bf6d"} 0 node_network_device_id{device="veth699665eb"} 0 node_network_device_id{device="veth6997ccd6"} 0 node_network_device_id{device="veth70257b27"} 0 node_network_device_id{device="veth70c8adb5"} 0 node_network_device_id{device="veth70dc275c"} 0 node_network_device_id{device="veth7a4fbb08"} 0 node_network_device_id{device="veth80f8420c"} 0 node_network_device_id{device="veth840538bf"} 0 node_network_device_id{device="veth89a6cca8"} 0 node_network_device_id{device="veth89aff0f5"} 0 node_network_device_id{device="veth8da017bc"} 0 node_network_device_id{device="veth90b9dd6c"} 0 node_network_device_id{device="veth9231b0ba"} 0 node_network_device_id{device="veth98c76d35"} 0 node_network_device_id{device="veth9f044adf"} 0 node_network_device_id{device="veth9f804dfd"} 0 node_network_device_id{device="vetha09e9000"} 0 node_network_device_id{device="vetha2373f7d"} 0 node_network_device_id{device="vetha595f190"} 0 node_network_device_id{device="vetha6e1161e"} 0 node_network_device_id{device="vetha7d36e07"} 0 node_network_device_id{device="vetha80d01f7"} 0 node_network_device_id{device="vetha816445d"} 0 node_network_device_id{device="vethabe923e4"} 0 node_network_device_id{device="vethb18927b9"} 0 node_network_device_id{device="vethb79845a6"} 0 node_network_device_id{device="vethbf9b6372"} 0 node_network_device_id{device="vethc03e63b8"} 0 node_network_device_id{device="vethc6ee08b0"} 0 node_network_device_id{device="vethcc47c85e"} 0 node_network_device_id{device="vethd23c6312"} 0 node_network_device_id{device="vethd52f687c"} 0 node_network_device_id{device="vethdd3a869c"} 0 node_network_device_id{device="vethe47cf2e4"} 0 node_network_device_id{device="vethed8556ec"} 0 node_network_device_id{device="vethefa2bd94"} 0 node_network_device_id{device="vethf3fbb399"} 0 node_network_device_id{device="vethf4530953"} 0 node_network_device_id{device="vethf7b9a6d4"} 0 node_network_device_id{device="vethf90b4f47"} 0 node_network_device_id{device="vethfc75cdf3"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="cni0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="flannel.1"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth05b36a7f"} 0 node_network_dormant{device="veth06c87a7a"} 0 node_network_dormant{device="veth0d30c930"} 0 node_network_dormant{device="veth0d38bb58"} 0 node_network_dormant{device="veth10fbef93"} 0 node_network_dormant{device="veth126c25f7"} 0 node_network_dormant{device="veth18011253"} 0 node_network_dormant{device="veth1fd478fd"} 0 node_network_dormant{device="veth200f7009"} 0 node_network_dormant{device="veth20e7e57b"} 0 node_network_dormant{device="veth221fd13d"} 0 node_network_dormant{device="veth22fc4c7d"} 0 node_network_dormant{device="veth2a67fa73"} 0 node_network_dormant{device="veth2b1fd120"} 0 node_network_dormant{device="veth2b9e5f1b"} 0 node_network_dormant{device="veth2cb2aa72"} 0 node_network_dormant{device="veth2fe7c06c"} 0 node_network_dormant{device="veth333768ad"} 0 node_network_dormant{device="veth33cd2c05"} 0 node_network_dormant{device="veth3a5e2c51"} 0 node_network_dormant{device="veth41159e71"} 0 node_network_dormant{device="veth416ea624"} 0 node_network_dormant{device="veth47bf1eca"} 0 node_network_dormant{device="veth4b15872c"} 0 node_network_dormant{device="veth4bf340a1"} 0 node_network_dormant{device="veth4d4c5526"} 0 node_network_dormant{device="veth55613faf"} 0 node_network_dormant{device="veth55822eb0"} 0 node_network_dormant{device="veth566c5ac6"} 0 node_network_dormant{device="veth57b55471"} 0 node_network_dormant{device="veth627e34a1"} 0 node_network_dormant{device="veth67a1bf6d"} 0 node_network_dormant{device="veth699665eb"} 0 node_network_dormant{device="veth6997ccd6"} 0 node_network_dormant{device="veth70257b27"} 0 node_network_dormant{device="veth70c8adb5"} 0 node_network_dormant{device="veth70dc275c"} 0 node_network_dormant{device="veth7a4fbb08"} 0 node_network_dormant{device="veth80f8420c"} 0 node_network_dormant{device="veth840538bf"} 0 node_network_dormant{device="veth89a6cca8"} 0 node_network_dormant{device="veth89aff0f5"} 0 node_network_dormant{device="veth8da017bc"} 0 node_network_dormant{device="veth90b9dd6c"} 0 node_network_dormant{device="veth9231b0ba"} 0 node_network_dormant{device="veth98c76d35"} 0 node_network_dormant{device="veth9f044adf"} 0 node_network_dormant{device="veth9f804dfd"} 0 node_network_dormant{device="vetha09e9000"} 0 node_network_dormant{device="vetha2373f7d"} 0 node_network_dormant{device="vetha595f190"} 0 node_network_dormant{device="vetha6e1161e"} 0 node_network_dormant{device="vetha7d36e07"} 0 node_network_dormant{device="vetha80d01f7"} 0 node_network_dormant{device="vetha816445d"} 0 node_network_dormant{device="vethabe923e4"} 0 node_network_dormant{device="vethb18927b9"} 0 node_network_dormant{device="vethb79845a6"} 0 node_network_dormant{device="vethbf9b6372"} 0 node_network_dormant{device="vethc03e63b8"} 0 node_network_dormant{device="vethc6ee08b0"} 0 node_network_dormant{device="vethcc47c85e"} 0 node_network_dormant{device="vethd23c6312"} 0 node_network_dormant{device="vethd52f687c"} 0 node_network_dormant{device="vethdd3a869c"} 0 node_network_dormant{device="vethe47cf2e4"} 0 node_network_dormant{device="vethed8556ec"} 0 node_network_dormant{device="vethefa2bd94"} 0 node_network_dormant{device="vethf3fbb399"} 0 node_network_dormant{device="vethf4530953"} 0 node_network_dormant{device="vethf7b9a6d4"} 0 node_network_dormant{device="vethf90b4f47"} 0 node_network_dormant{device="vethfc75cdf3"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="cni0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="flannel.1"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth05b36a7f"} 4867 node_network_flags{device="veth06c87a7a"} 4867 node_network_flags{device="veth0d30c930"} 4867 node_network_flags{device="veth0d38bb58"} 4867 node_network_flags{device="veth10fbef93"} 4867 node_network_flags{device="veth126c25f7"} 4867 node_network_flags{device="veth18011253"} 4867 node_network_flags{device="veth1fd478fd"} 4867 node_network_flags{device="veth200f7009"} 4867 node_network_flags{device="veth20e7e57b"} 4867 node_network_flags{device="veth221fd13d"} 4867 node_network_flags{device="veth22fc4c7d"} 4867 node_network_flags{device="veth2a67fa73"} 4867 node_network_flags{device="veth2b1fd120"} 4867 node_network_flags{device="veth2b9e5f1b"} 4867 node_network_flags{device="veth2cb2aa72"} 4867 node_network_flags{device="veth2fe7c06c"} 4867 node_network_flags{device="veth333768ad"} 4867 node_network_flags{device="veth33cd2c05"} 4867 node_network_flags{device="veth3a5e2c51"} 4867 node_network_flags{device="veth41159e71"} 4867 node_network_flags{device="veth416ea624"} 4867 node_network_flags{device="veth47bf1eca"} 4867 node_network_flags{device="veth4b15872c"} 4867 node_network_flags{device="veth4bf340a1"} 4867 node_network_flags{device="veth4d4c5526"} 4867 node_network_flags{device="veth55613faf"} 4867 node_network_flags{device="veth55822eb0"} 4867 node_network_flags{device="veth566c5ac6"} 4867 node_network_flags{device="veth57b55471"} 4867 node_network_flags{device="veth627e34a1"} 4867 node_network_flags{device="veth67a1bf6d"} 4867 node_network_flags{device="veth699665eb"} 4867 node_network_flags{device="veth6997ccd6"} 4867 node_network_flags{device="veth70257b27"} 4867 node_network_flags{device="veth70c8adb5"} 4867 node_network_flags{device="veth70dc275c"} 4867 node_network_flags{device="veth7a4fbb08"} 4867 node_network_flags{device="veth80f8420c"} 4867 node_network_flags{device="veth840538bf"} 4867 node_network_flags{device="veth89a6cca8"} 4867 node_network_flags{device="veth89aff0f5"} 4867 node_network_flags{device="veth8da017bc"} 4867 node_network_flags{device="veth90b9dd6c"} 4867 node_network_flags{device="veth9231b0ba"} 4867 node_network_flags{device="veth98c76d35"} 4867 node_network_flags{device="veth9f044adf"} 4867 node_network_flags{device="veth9f804dfd"} 4867 node_network_flags{device="vetha09e9000"} 4867 node_network_flags{device="vetha2373f7d"} 4867 node_network_flags{device="vetha595f190"} 4867 node_network_flags{device="vetha6e1161e"} 4867 node_network_flags{device="vetha7d36e07"} 4867 node_network_flags{device="vetha80d01f7"} 4867 node_network_flags{device="vetha816445d"} 4867 node_network_flags{device="vethabe923e4"} 4867 node_network_flags{device="vethb18927b9"} 4867 node_network_flags{device="vethb79845a6"} 4867 node_network_flags{device="vethbf9b6372"} 4867 node_network_flags{device="vethc03e63b8"} 4867 node_network_flags{device="vethc6ee08b0"} 4867 node_network_flags{device="vethcc47c85e"} 4867 node_network_flags{device="vethd23c6312"} 4867 node_network_flags{device="vethd52f687c"} 4867 node_network_flags{device="vethdd3a869c"} 4867 node_network_flags{device="vethe47cf2e4"} 4867 node_network_flags{device="vethed8556ec"} 4867 node_network_flags{device="vethefa2bd94"} 4867 node_network_flags{device="vethf3fbb399"} 4867 node_network_flags{device="vethf4530953"} 4867 node_network_flags{device="vethf7b9a6d4"} 4867 node_network_flags{device="vethf90b4f47"} 4867 node_network_flags{device="vethfc75cdf3"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="cni0"} 4 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="flannel.1"} 3 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth05b36a7f"} 7081 node_network_iface_id{device="veth06c87a7a"} 1519 node_network_iface_id{device="veth0d30c930"} 6343 node_network_iface_id{device="veth0d38bb58"} 6241 node_network_iface_id{device="veth10fbef93"} 7229 node_network_iface_id{device="veth126c25f7"} 6 node_network_iface_id{device="veth18011253"} 7318 node_network_iface_id{device="veth1fd478fd"} 6440 node_network_iface_id{device="veth200f7009"} 6928 node_network_iface_id{device="veth20e7e57b"} 7336 node_network_iface_id{device="veth221fd13d"} 7300 node_network_iface_id{device="veth22fc4c7d"} 7085 node_network_iface_id{device="veth2a67fa73"} 1234 node_network_iface_id{device="veth2b1fd120"} 7325 node_network_iface_id{device="veth2b9e5f1b"} 7306 node_network_iface_id{device="veth2cb2aa72"} 1246 node_network_iface_id{device="veth2fe7c06c"} 1252 node_network_iface_id{device="veth333768ad"} 7299 node_network_iface_id{device="veth33cd2c05"} 7311 node_network_iface_id{device="veth3a5e2c51"} 6572 node_network_iface_id{device="veth41159e71"} 7320 node_network_iface_id{device="veth416ea624"} 7332 node_network_iface_id{device="veth47bf1eca"} 7034 node_network_iface_id{device="veth4b15872c"} 7310 node_network_iface_id{device="veth4bf340a1"} 6238 node_network_iface_id{device="veth4d4c5526"} 7334 node_network_iface_id{device="veth55613faf"} 1241 node_network_iface_id{device="veth55822eb0"} 7295 node_network_iface_id{device="veth566c5ac6"} 6444 node_network_iface_id{device="veth57b55471"} 6764 node_network_iface_id{device="veth627e34a1"} 7328 node_network_iface_id{device="veth67a1bf6d"} 7322 node_network_iface_id{device="veth699665eb"} 7329 node_network_iface_id{device="veth6997ccd6"} 7326 node_network_iface_id{device="veth70257b27"} 5334 node_network_iface_id{device="veth70c8adb5"} 7324 node_network_iface_id{device="veth70dc275c"} 6298 node_network_iface_id{device="veth7a4fbb08"} 7309 node_network_iface_id{device="veth80f8420c"} 6454 node_network_iface_id{device="veth840538bf"} 7327 node_network_iface_id{device="veth89a6cca8"} 7241 node_network_iface_id{device="veth89aff0f5"} 7321 node_network_iface_id{device="veth8da017bc"} 7312 node_network_iface_id{device="veth90b9dd6c"} 7293 node_network_iface_id{device="veth9231b0ba"} 7245 node_network_iface_id{device="veth98c76d35"} 7307 node_network_iface_id{device="veth9f044adf"} 7305 node_network_iface_id{device="veth9f804dfd"} 1255 node_network_iface_id{device="vetha09e9000"} 7077 node_network_iface_id{device="vetha2373f7d"} 7314 node_network_iface_id{device="vetha595f190"} 7333 node_network_iface_id{device="vetha6e1161e"} 7256 node_network_iface_id{device="vetha7d36e07"} 6968 node_network_iface_id{device="vetha80d01f7"} 6188 node_network_iface_id{device="vetha816445d"} 1229 node_network_iface_id{device="vethabe923e4"} 6436 node_network_iface_id{device="vethb18927b9"} 7319 node_network_iface_id{device="vethb79845a6"} 7315 node_network_iface_id{device="vethbf9b6372"} 6442 node_network_iface_id{device="vethc03e63b8"} 7317 node_network_iface_id{device="vethc6ee08b0"} 6235 node_network_iface_id{device="vethcc47c85e"} 1518 node_network_iface_id{device="vethd23c6312"} 7308 node_network_iface_id{device="vethd52f687c"} 6233 node_network_iface_id{device="vethdd3a869c"} 7330 node_network_iface_id{device="vethe47cf2e4"} 6227 node_network_iface_id{device="vethed8556ec"} 7316 node_network_iface_id{device="vethefa2bd94"} 7323 node_network_iface_id{device="vethf3fbb399"} 5408 node_network_iface_id{device="vethf4530953"} 6972 node_network_iface_id{device="vethf7b9a6d4"} 7313 node_network_iface_id{device="vethf90b4f47"} 1228 node_network_iface_id{device="vethfc75cdf3"} 7296 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="cni0"} 4 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="flannel.1"} 3 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth05b36a7f"} 2 node_network_iface_link{device="veth06c87a7a"} 2 node_network_iface_link{device="veth0d30c930"} 2 node_network_iface_link{device="veth0d38bb58"} 2 node_network_iface_link{device="veth10fbef93"} 2 node_network_iface_link{device="veth126c25f7"} 2 node_network_iface_link{device="veth18011253"} 2 node_network_iface_link{device="veth1fd478fd"} 2 node_network_iface_link{device="veth200f7009"} 2 node_network_iface_link{device="veth20e7e57b"} 2 node_network_iface_link{device="veth221fd13d"} 2 node_network_iface_link{device="veth22fc4c7d"} 2 node_network_iface_link{device="veth2a67fa73"} 2 node_network_iface_link{device="veth2b1fd120"} 2 node_network_iface_link{device="veth2b9e5f1b"} 2 node_network_iface_link{device="veth2cb2aa72"} 2 node_network_iface_link{device="veth2fe7c06c"} 2 node_network_iface_link{device="veth333768ad"} 2 node_network_iface_link{device="veth33cd2c05"} 2 node_network_iface_link{device="veth3a5e2c51"} 2 node_network_iface_link{device="veth41159e71"} 2 node_network_iface_link{device="veth416ea624"} 2 node_network_iface_link{device="veth47bf1eca"} 2 node_network_iface_link{device="veth4b15872c"} 2 node_network_iface_link{device="veth4bf340a1"} 2 node_network_iface_link{device="veth4d4c5526"} 2 node_network_iface_link{device="veth55613faf"} 2 node_network_iface_link{device="veth55822eb0"} 2 node_network_iface_link{device="veth566c5ac6"} 2 node_network_iface_link{device="veth57b55471"} 2 node_network_iface_link{device="veth627e34a1"} 2 node_network_iface_link{device="veth67a1bf6d"} 2 node_network_iface_link{device="veth699665eb"} 2 node_network_iface_link{device="veth6997ccd6"} 2 node_network_iface_link{device="veth70257b27"} 2 node_network_iface_link{device="veth70c8adb5"} 2 node_network_iface_link{device="veth70dc275c"} 2 node_network_iface_link{device="veth7a4fbb08"} 2 node_network_iface_link{device="veth80f8420c"} 2 node_network_iface_link{device="veth840538bf"} 2 node_network_iface_link{device="veth89a6cca8"} 2 node_network_iface_link{device="veth89aff0f5"} 2 node_network_iface_link{device="veth8da017bc"} 2 node_network_iface_link{device="veth90b9dd6c"} 2 node_network_iface_link{device="veth9231b0ba"} 2 node_network_iface_link{device="veth98c76d35"} 2 node_network_iface_link{device="veth9f044adf"} 2 node_network_iface_link{device="veth9f804dfd"} 2 node_network_iface_link{device="vetha09e9000"} 2 node_network_iface_link{device="vetha2373f7d"} 2 node_network_iface_link{device="vetha595f190"} 2 node_network_iface_link{device="vetha6e1161e"} 2 node_network_iface_link{device="vetha7d36e07"} 2 node_network_iface_link{device="vetha80d01f7"} 2 node_network_iface_link{device="vetha816445d"} 2 node_network_iface_link{device="vethabe923e4"} 2 node_network_iface_link{device="vethb18927b9"} 2 node_network_iface_link{device="vethb79845a6"} 2 node_network_iface_link{device="vethbf9b6372"} 2 node_network_iface_link{device="vethc03e63b8"} 2 node_network_iface_link{device="vethc6ee08b0"} 2 node_network_iface_link{device="vethcc47c85e"} 2 node_network_iface_link{device="vethd23c6312"} 2 node_network_iface_link{device="vethd52f687c"} 2 node_network_iface_link{device="vethdd3a869c"} 2 node_network_iface_link{device="vethe47cf2e4"} 2 node_network_iface_link{device="vethed8556ec"} 2 node_network_iface_link{device="vethefa2bd94"} 2 node_network_iface_link{device="vethf3fbb399"} 2 node_network_iface_link{device="vethf4530953"} 2 node_network_iface_link{device="vethf7b9a6d4"} 2 node_network_iface_link{device="vethf90b4f47"} 2 node_network_iface_link{device="vethfc75cdf3"} 2 # 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="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="veth05b36a7f"} 0 node_network_iface_link_mode{device="veth06c87a7a"} 0 node_network_iface_link_mode{device="veth0d30c930"} 0 node_network_iface_link_mode{device="veth0d38bb58"} 0 node_network_iface_link_mode{device="veth10fbef93"} 0 node_network_iface_link_mode{device="veth126c25f7"} 0 node_network_iface_link_mode{device="veth18011253"} 0 node_network_iface_link_mode{device="veth1fd478fd"} 0 node_network_iface_link_mode{device="veth200f7009"} 0 node_network_iface_link_mode{device="veth20e7e57b"} 0 node_network_iface_link_mode{device="veth221fd13d"} 0 node_network_iface_link_mode{device="veth22fc4c7d"} 0 node_network_iface_link_mode{device="veth2a67fa73"} 0 node_network_iface_link_mode{device="veth2b1fd120"} 0 node_network_iface_link_mode{device="veth2b9e5f1b"} 0 node_network_iface_link_mode{device="veth2cb2aa72"} 0 node_network_iface_link_mode{device="veth2fe7c06c"} 0 node_network_iface_link_mode{device="veth333768ad"} 0 node_network_iface_link_mode{device="veth33cd2c05"} 0 node_network_iface_link_mode{device="veth3a5e2c51"} 0 node_network_iface_link_mode{device="veth41159e71"} 0 node_network_iface_link_mode{device="veth416ea624"} 0 node_network_iface_link_mode{device="veth47bf1eca"} 0 node_network_iface_link_mode{device="veth4b15872c"} 0 node_network_iface_link_mode{device="veth4bf340a1"} 0 node_network_iface_link_mode{device="veth4d4c5526"} 0 node_network_iface_link_mode{device="veth55613faf"} 0 node_network_iface_link_mode{device="veth55822eb0"} 0 node_network_iface_link_mode{device="veth566c5ac6"} 0 node_network_iface_link_mode{device="veth57b55471"} 0 node_network_iface_link_mode{device="veth627e34a1"} 0 node_network_iface_link_mode{device="veth67a1bf6d"} 0 node_network_iface_link_mode{device="veth699665eb"} 0 node_network_iface_link_mode{device="veth6997ccd6"} 0 node_network_iface_link_mode{device="veth70257b27"} 0 node_network_iface_link_mode{device="veth70c8adb5"} 0 node_network_iface_link_mode{device="veth70dc275c"} 0 node_network_iface_link_mode{device="veth7a4fbb08"} 0 node_network_iface_link_mode{device="veth80f8420c"} 0 node_network_iface_link_mode{device="veth840538bf"} 0 node_network_iface_link_mode{device="veth89a6cca8"} 0 node_network_iface_link_mode{device="veth89aff0f5"} 0 node_network_iface_link_mode{device="veth8da017bc"} 0 node_network_iface_link_mode{device="veth90b9dd6c"} 0 node_network_iface_link_mode{device="veth9231b0ba"} 0 node_network_iface_link_mode{device="veth98c76d35"} 0 node_network_iface_link_mode{device="veth9f044adf"} 0 node_network_iface_link_mode{device="veth9f804dfd"} 0 node_network_iface_link_mode{device="vetha09e9000"} 0 node_network_iface_link_mode{device="vetha2373f7d"} 0 node_network_iface_link_mode{device="vetha595f190"} 0 node_network_iface_link_mode{device="vetha6e1161e"} 0 node_network_iface_link_mode{device="vetha7d36e07"} 0 node_network_iface_link_mode{device="vetha80d01f7"} 0 node_network_iface_link_mode{device="vetha816445d"} 0 node_network_iface_link_mode{device="vethabe923e4"} 0 node_network_iface_link_mode{device="vethb18927b9"} 0 node_network_iface_link_mode{device="vethb79845a6"} 0 node_network_iface_link_mode{device="vethbf9b6372"} 0 node_network_iface_link_mode{device="vethc03e63b8"} 0 node_network_iface_link_mode{device="vethc6ee08b0"} 0 node_network_iface_link_mode{device="vethcc47c85e"} 0 node_network_iface_link_mode{device="vethd23c6312"} 0 node_network_iface_link_mode{device="vethd52f687c"} 0 node_network_iface_link_mode{device="vethdd3a869c"} 0 node_network_iface_link_mode{device="vethe47cf2e4"} 0 node_network_iface_link_mode{device="vethed8556ec"} 0 node_network_iface_link_mode{device="vethefa2bd94"} 0 node_network_iface_link_mode{device="vethf3fbb399"} 0 node_network_iface_link_mode{device="vethf4530953"} 0 node_network_iface_link_mode{device="vethf7b9a6d4"} 0 node_network_iface_link_mode{device="vethf90b4f47"} 0 node_network_iface_link_mode{device="vethfc75cdf3"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:0a:d6:08:3d:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8da017bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:21:74:cc:8e:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth55822eb0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:be:91:a5:9a:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb18927b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:54:73:a0:96:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha6e1161e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:8b:a1:9b:fc:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha595f190",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:2a:9a:61:5e:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth566c5ac6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:62:4f:bf:c3:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7d36e07",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:c7:20:95:20:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth627e34a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:2c:2a:2a:81:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2fe7c06c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:79:06:00:5b:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cni0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2a:70:19:88:12:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha80d01f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:8a:58:fe:4f:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb79845a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:8f:e2:97:a0:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth416ea624",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:bf:2d:90:a7:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth80f8420c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:ff:c0:d0:ad:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2373f7d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:72:91:8b:79:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbf9b6372",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:64:13:8e:f1:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9231b0ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:6a:d4:91:a3:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41159e71",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:1a:7a:db:23:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2cb2aa72",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:54:00:35:78:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="56:5e:25:f7:06:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth89aff0f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:06:f5:c8:c9:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth126c25f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:6e:41:e7:cd:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d38bb58",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:b8:1b:dc:25:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth06c87a7a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:ba:d5:3f:c7:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth90b9dd6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:07:07:87:50:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33cd2c05",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:55:34:c3:7f:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6ee08b0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:d7:25:d5:9f:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4530953",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:a5:24:7f:91:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth840538bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:9c:27:40:5f:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth221fd13d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:8c:53:5a:77:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth18011253",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:8b:a3:be:00:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70dc275c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:cd:18:2e:9c:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a4fbb08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:dc:96:24:2a:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2a67fa73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:f8:15:df:a5:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10fbef93",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:0f:83:2c:98:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethed8556ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:f3:c3:be:c1:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth05b36a7f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:83:57:b3:3e:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth55613faf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:8e:0a:f4:dd:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d4c5526",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:8b:20:23:c6:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b9e5f1b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:9b:5e:18:06:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth333768ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:3a:11:f9:40:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b15872c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:54:d4:6b:13:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70c8adb5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:b9:94:7f:7f:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfc75cdf3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:c2:14:fe:39:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6997ccd6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:d2:ba:0c:66:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcc47c85e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:1e:ce:86:4c:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20e7e57b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:23:66:5a:07:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b1fd120",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:06:3c:cf:4a:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha09e9000",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:16:f4:5a:5f:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd23c6312",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:1c:36:8e:31:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd52f687c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:5a:0a:03:69:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf7b9a6d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:6e:11:2c:aa:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f804dfd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:d8:78:24:d2:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe47cf2e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:0e:db:16:a7:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc03e63b8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:27:4e:0a:23:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha816445d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:39:11:ba:2e:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth67a1bf6d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:92:34:03:1c:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f044adf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:3d:eb:29:73:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth699665eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:84:d7:15:78:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth47bf1eca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:aa:e7:75:5b:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf90b4f47",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:bd:96:9e:ef:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4bf340a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:73:e6:76:a8:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth200f7009",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:c7:03:28:98:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70257b27",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:18:54:38:4e:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd3a869c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:e8:5b:72:93:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="flannel.1",duplex="unknown",ifalias="",operstate="unknown"} 1 node_network_info{address="ea:a7:88:ad:6d:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth89a6cca8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:bb:38:c9:66:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a5e2c51",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:d3:e2:9c:18:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth98c76d35",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:3d:b8:fd:2a:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth22fc4c7d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:5f:95:19:57:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1fd478fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:e5:c2:5c:8f:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth57b55471",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:45:24:9d:81:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethabe923e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:5f:e4:89:bc:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d30c930",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:a2:ef:2b:3f:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethefa2bd94",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:ba:d9:01:bb:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf3fbb399",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="eth0"} 1500 node_network_mtu_bytes{device="flannel.1"} 1450 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth05b36a7f"} 1450 node_network_mtu_bytes{device="veth06c87a7a"} 1450 node_network_mtu_bytes{device="veth0d30c930"} 1450 node_network_mtu_bytes{device="veth0d38bb58"} 1450 node_network_mtu_bytes{device="veth10fbef93"} 1450 node_network_mtu_bytes{device="veth126c25f7"} 1450 node_network_mtu_bytes{device="veth18011253"} 1450 node_network_mtu_bytes{device="veth1fd478fd"} 1450 node_network_mtu_bytes{device="veth200f7009"} 1450 node_network_mtu_bytes{device="veth20e7e57b"} 1450 node_network_mtu_bytes{device="veth221fd13d"} 1450 node_network_mtu_bytes{device="veth22fc4c7d"} 1450 node_network_mtu_bytes{device="veth2a67fa73"} 1450 node_network_mtu_bytes{device="veth2b1fd120"} 1450 node_network_mtu_bytes{device="veth2b9e5f1b"} 1450 node_network_mtu_bytes{device="veth2cb2aa72"} 1450 node_network_mtu_bytes{device="veth2fe7c06c"} 1450 node_network_mtu_bytes{device="veth333768ad"} 1450 node_network_mtu_bytes{device="veth33cd2c05"} 1450 node_network_mtu_bytes{device="veth3a5e2c51"} 1450 node_network_mtu_bytes{device="veth41159e71"} 1450 node_network_mtu_bytes{device="veth416ea624"} 1450 node_network_mtu_bytes{device="veth47bf1eca"} 1450 node_network_mtu_bytes{device="veth4b15872c"} 1450 node_network_mtu_bytes{device="veth4bf340a1"} 1450 node_network_mtu_bytes{device="veth4d4c5526"} 1450 node_network_mtu_bytes{device="veth55613faf"} 1450 node_network_mtu_bytes{device="veth55822eb0"} 1450 node_network_mtu_bytes{device="veth566c5ac6"} 1450 node_network_mtu_bytes{device="veth57b55471"} 1450 node_network_mtu_bytes{device="veth627e34a1"} 1450 node_network_mtu_bytes{device="veth67a1bf6d"} 1450 node_network_mtu_bytes{device="veth699665eb"} 1450 node_network_mtu_bytes{device="veth6997ccd6"} 1450 node_network_mtu_bytes{device="veth70257b27"} 1450 node_network_mtu_bytes{device="veth70c8adb5"} 1450 node_network_mtu_bytes{device="veth70dc275c"} 1450 node_network_mtu_bytes{device="veth7a4fbb08"} 1450 node_network_mtu_bytes{device="veth80f8420c"} 1450 node_network_mtu_bytes{device="veth840538bf"} 1450 node_network_mtu_bytes{device="veth89a6cca8"} 1450 node_network_mtu_bytes{device="veth89aff0f5"} 1450 node_network_mtu_bytes{device="veth8da017bc"} 1450 node_network_mtu_bytes{device="veth90b9dd6c"} 1450 node_network_mtu_bytes{device="veth9231b0ba"} 1450 node_network_mtu_bytes{device="veth98c76d35"} 1450 node_network_mtu_bytes{device="veth9f044adf"} 1450 node_network_mtu_bytes{device="veth9f804dfd"} 1450 node_network_mtu_bytes{device="vetha09e9000"} 1450 node_network_mtu_bytes{device="vetha2373f7d"} 1450 node_network_mtu_bytes{device="vetha595f190"} 1450 node_network_mtu_bytes{device="vetha6e1161e"} 1450 node_network_mtu_bytes{device="vetha7d36e07"} 1450 node_network_mtu_bytes{device="vetha80d01f7"} 1450 node_network_mtu_bytes{device="vetha816445d"} 1450 node_network_mtu_bytes{device="vethabe923e4"} 1450 node_network_mtu_bytes{device="vethb18927b9"} 1450 node_network_mtu_bytes{device="vethb79845a6"} 1450 node_network_mtu_bytes{device="vethbf9b6372"} 1450 node_network_mtu_bytes{device="vethc03e63b8"} 1450 node_network_mtu_bytes{device="vethc6ee08b0"} 1450 node_network_mtu_bytes{device="vethcc47c85e"} 1450 node_network_mtu_bytes{device="vethd23c6312"} 1450 node_network_mtu_bytes{device="vethd52f687c"} 1450 node_network_mtu_bytes{device="vethdd3a869c"} 1450 node_network_mtu_bytes{device="vethe47cf2e4"} 1450 node_network_mtu_bytes{device="vethed8556ec"} 1450 node_network_mtu_bytes{device="vethefa2bd94"} 1450 node_network_mtu_bytes{device="vethf3fbb399"} 1450 node_network_mtu_bytes{device="vethf4530953"} 1450 node_network_mtu_bytes{device="vethf7b9a6d4"} 1450 node_network_mtu_bytes{device="vethf90b4f47"} 1450 node_network_mtu_bytes{device="vethfc75cdf3"} 1450 # 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="eth0"} 1 node_network_name_assign_type{device="flannel.1"} 3 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth05b36a7f"} 3 node_network_name_assign_type{device="veth06c87a7a"} 3 node_network_name_assign_type{device="veth0d30c930"} 3 node_network_name_assign_type{device="veth0d38bb58"} 3 node_network_name_assign_type{device="veth10fbef93"} 3 node_network_name_assign_type{device="veth126c25f7"} 3 node_network_name_assign_type{device="veth18011253"} 3 node_network_name_assign_type{device="veth1fd478fd"} 3 node_network_name_assign_type{device="veth200f7009"} 3 node_network_name_assign_type{device="veth20e7e57b"} 3 node_network_name_assign_type{device="veth221fd13d"} 3 node_network_name_assign_type{device="veth22fc4c7d"} 3 node_network_name_assign_type{device="veth2a67fa73"} 3 node_network_name_assign_type{device="veth2b1fd120"} 3 node_network_name_assign_type{device="veth2b9e5f1b"} 3 node_network_name_assign_type{device="veth2cb2aa72"} 3 node_network_name_assign_type{device="veth2fe7c06c"} 3 node_network_name_assign_type{device="veth333768ad"} 3 node_network_name_assign_type{device="veth33cd2c05"} 3 node_network_name_assign_type{device="veth3a5e2c51"} 3 node_network_name_assign_type{device="veth41159e71"} 3 node_network_name_assign_type{device="veth416ea624"} 3 node_network_name_assign_type{device="veth47bf1eca"} 3 node_network_name_assign_type{device="veth4b15872c"} 3 node_network_name_assign_type{device="veth4bf340a1"} 3 node_network_name_assign_type{device="veth4d4c5526"} 3 node_network_name_assign_type{device="veth55613faf"} 3 node_network_name_assign_type{device="veth55822eb0"} 3 node_network_name_assign_type{device="veth566c5ac6"} 3 node_network_name_assign_type{device="veth57b55471"} 3 node_network_name_assign_type{device="veth627e34a1"} 3 node_network_name_assign_type{device="veth67a1bf6d"} 3 node_network_name_assign_type{device="veth699665eb"} 3 node_network_name_assign_type{device="veth6997ccd6"} 3 node_network_name_assign_type{device="veth70257b27"} 3 node_network_name_assign_type{device="veth70c8adb5"} 3 node_network_name_assign_type{device="veth70dc275c"} 3 node_network_name_assign_type{device="veth7a4fbb08"} 3 node_network_name_assign_type{device="veth80f8420c"} 3 node_network_name_assign_type{device="veth840538bf"} 3 node_network_name_assign_type{device="veth89a6cca8"} 3 node_network_name_assign_type{device="veth89aff0f5"} 3 node_network_name_assign_type{device="veth8da017bc"} 3 node_network_name_assign_type{device="veth90b9dd6c"} 3 node_network_name_assign_type{device="veth9231b0ba"} 3 node_network_name_assign_type{device="veth98c76d35"} 3 node_network_name_assign_type{device="veth9f044adf"} 3 node_network_name_assign_type{device="veth9f804dfd"} 3 node_network_name_assign_type{device="vetha09e9000"} 3 node_network_name_assign_type{device="vetha2373f7d"} 3 node_network_name_assign_type{device="vetha595f190"} 3 node_network_name_assign_type{device="vetha6e1161e"} 3 node_network_name_assign_type{device="vetha7d36e07"} 3 node_network_name_assign_type{device="vetha80d01f7"} 3 node_network_name_assign_type{device="vetha816445d"} 3 node_network_name_assign_type{device="vethabe923e4"} 3 node_network_name_assign_type{device="vethb18927b9"} 3 node_network_name_assign_type{device="vethb79845a6"} 3 node_network_name_assign_type{device="vethbf9b6372"} 3 node_network_name_assign_type{device="vethc03e63b8"} 3 node_network_name_assign_type{device="vethc6ee08b0"} 3 node_network_name_assign_type{device="vethcc47c85e"} 3 node_network_name_assign_type{device="vethd23c6312"} 3 node_network_name_assign_type{device="vethd52f687c"} 3 node_network_name_assign_type{device="vethdd3a869c"} 3 node_network_name_assign_type{device="vethe47cf2e4"} 3 node_network_name_assign_type{device="vethed8556ec"} 3 node_network_name_assign_type{device="vethefa2bd94"} 3 node_network_name_assign_type{device="vethf3fbb399"} 3 node_network_name_assign_type{device="vethf4530953"} 3 node_network_name_assign_type{device="vethf7b9a6d4"} 3 node_network_name_assign_type{device="vethf90b4f47"} 3 node_network_name_assign_type{device="vethfc75cdf3"} 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="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="veth05b36a7f"} 0 node_network_net_dev_group{device="veth06c87a7a"} 0 node_network_net_dev_group{device="veth0d30c930"} 0 node_network_net_dev_group{device="veth0d38bb58"} 0 node_network_net_dev_group{device="veth10fbef93"} 0 node_network_net_dev_group{device="veth126c25f7"} 0 node_network_net_dev_group{device="veth18011253"} 0 node_network_net_dev_group{device="veth1fd478fd"} 0 node_network_net_dev_group{device="veth200f7009"} 0 node_network_net_dev_group{device="veth20e7e57b"} 0 node_network_net_dev_group{device="veth221fd13d"} 0 node_network_net_dev_group{device="veth22fc4c7d"} 0 node_network_net_dev_group{device="veth2a67fa73"} 0 node_network_net_dev_group{device="veth2b1fd120"} 0 node_network_net_dev_group{device="veth2b9e5f1b"} 0 node_network_net_dev_group{device="veth2cb2aa72"} 0 node_network_net_dev_group{device="veth2fe7c06c"} 0 node_network_net_dev_group{device="veth333768ad"} 0 node_network_net_dev_group{device="veth33cd2c05"} 0 node_network_net_dev_group{device="veth3a5e2c51"} 0 node_network_net_dev_group{device="veth41159e71"} 0 node_network_net_dev_group{device="veth416ea624"} 0 node_network_net_dev_group{device="veth47bf1eca"} 0 node_network_net_dev_group{device="veth4b15872c"} 0 node_network_net_dev_group{device="veth4bf340a1"} 0 node_network_net_dev_group{device="veth4d4c5526"} 0 node_network_net_dev_group{device="veth55613faf"} 0 node_network_net_dev_group{device="veth55822eb0"} 0 node_network_net_dev_group{device="veth566c5ac6"} 0 node_network_net_dev_group{device="veth57b55471"} 0 node_network_net_dev_group{device="veth627e34a1"} 0 node_network_net_dev_group{device="veth67a1bf6d"} 0 node_network_net_dev_group{device="veth699665eb"} 0 node_network_net_dev_group{device="veth6997ccd6"} 0 node_network_net_dev_group{device="veth70257b27"} 0 node_network_net_dev_group{device="veth70c8adb5"} 0 node_network_net_dev_group{device="veth70dc275c"} 0 node_network_net_dev_group{device="veth7a4fbb08"} 0 node_network_net_dev_group{device="veth80f8420c"} 0 node_network_net_dev_group{device="veth840538bf"} 0 node_network_net_dev_group{device="veth89a6cca8"} 0 node_network_net_dev_group{device="veth89aff0f5"} 0 node_network_net_dev_group{device="veth8da017bc"} 0 node_network_net_dev_group{device="veth90b9dd6c"} 0 node_network_net_dev_group{device="veth9231b0ba"} 0 node_network_net_dev_group{device="veth98c76d35"} 0 node_network_net_dev_group{device="veth9f044adf"} 0 node_network_net_dev_group{device="veth9f804dfd"} 0 node_network_net_dev_group{device="vetha09e9000"} 0 node_network_net_dev_group{device="vetha2373f7d"} 0 node_network_net_dev_group{device="vetha595f190"} 0 node_network_net_dev_group{device="vetha6e1161e"} 0 node_network_net_dev_group{device="vetha7d36e07"} 0 node_network_net_dev_group{device="vetha80d01f7"} 0 node_network_net_dev_group{device="vetha816445d"} 0 node_network_net_dev_group{device="vethabe923e4"} 0 node_network_net_dev_group{device="vethb18927b9"} 0 node_network_net_dev_group{device="vethb79845a6"} 0 node_network_net_dev_group{device="vethbf9b6372"} 0 node_network_net_dev_group{device="vethc03e63b8"} 0 node_network_net_dev_group{device="vethc6ee08b0"} 0 node_network_net_dev_group{device="vethcc47c85e"} 0 node_network_net_dev_group{device="vethd23c6312"} 0 node_network_net_dev_group{device="vethd52f687c"} 0 node_network_net_dev_group{device="vethdd3a869c"} 0 node_network_net_dev_group{device="vethe47cf2e4"} 0 node_network_net_dev_group{device="vethed8556ec"} 0 node_network_net_dev_group{device="vethefa2bd94"} 0 node_network_net_dev_group{device="vethf3fbb399"} 0 node_network_net_dev_group{device="vethf4530953"} 0 node_network_net_dev_group{device="vethf7b9a6d4"} 0 node_network_net_dev_group{device="vethf90b4f47"} 0 node_network_net_dev_group{device="vethfc75cdf3"} 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="eth0"} 1 node_network_protocol_type{device="flannel.1"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth05b36a7f"} 1 node_network_protocol_type{device="veth06c87a7a"} 1 node_network_protocol_type{device="veth0d30c930"} 1 node_network_protocol_type{device="veth0d38bb58"} 1 node_network_protocol_type{device="veth10fbef93"} 1 node_network_protocol_type{device="veth126c25f7"} 1 node_network_protocol_type{device="veth18011253"} 1 node_network_protocol_type{device="veth1fd478fd"} 1 node_network_protocol_type{device="veth200f7009"} 1 node_network_protocol_type{device="veth20e7e57b"} 1 node_network_protocol_type{device="veth221fd13d"} 1 node_network_protocol_type{device="veth22fc4c7d"} 1 node_network_protocol_type{device="veth2a67fa73"} 1 node_network_protocol_type{device="veth2b1fd120"} 1 node_network_protocol_type{device="veth2b9e5f1b"} 1 node_network_protocol_type{device="veth2cb2aa72"} 1 node_network_protocol_type{device="veth2fe7c06c"} 1 node_network_protocol_type{device="veth333768ad"} 1 node_network_protocol_type{device="veth33cd2c05"} 1 node_network_protocol_type{device="veth3a5e2c51"} 1 node_network_protocol_type{device="veth41159e71"} 1 node_network_protocol_type{device="veth416ea624"} 1 node_network_protocol_type{device="veth47bf1eca"} 1 node_network_protocol_type{device="veth4b15872c"} 1 node_network_protocol_type{device="veth4bf340a1"} 1 node_network_protocol_type{device="veth4d4c5526"} 1 node_network_protocol_type{device="veth55613faf"} 1 node_network_protocol_type{device="veth55822eb0"} 1 node_network_protocol_type{device="veth566c5ac6"} 1 node_network_protocol_type{device="veth57b55471"} 1 node_network_protocol_type{device="veth627e34a1"} 1 node_network_protocol_type{device="veth67a1bf6d"} 1 node_network_protocol_type{device="veth699665eb"} 1 node_network_protocol_type{device="veth6997ccd6"} 1 node_network_protocol_type{device="veth70257b27"} 1 node_network_protocol_type{device="veth70c8adb5"} 1 node_network_protocol_type{device="veth70dc275c"} 1 node_network_protocol_type{device="veth7a4fbb08"} 1 node_network_protocol_type{device="veth80f8420c"} 1 node_network_protocol_type{device="veth840538bf"} 1 node_network_protocol_type{device="veth89a6cca8"} 1 node_network_protocol_type{device="veth89aff0f5"} 1 node_network_protocol_type{device="veth8da017bc"} 1 node_network_protocol_type{device="veth90b9dd6c"} 1 node_network_protocol_type{device="veth9231b0ba"} 1 node_network_protocol_type{device="veth98c76d35"} 1 node_network_protocol_type{device="veth9f044adf"} 1 node_network_protocol_type{device="veth9f804dfd"} 1 node_network_protocol_type{device="vetha09e9000"} 1 node_network_protocol_type{device="vetha2373f7d"} 1 node_network_protocol_type{device="vetha595f190"} 1 node_network_protocol_type{device="vetha6e1161e"} 1 node_network_protocol_type{device="vetha7d36e07"} 1 node_network_protocol_type{device="vetha80d01f7"} 1 node_network_protocol_type{device="vetha816445d"} 1 node_network_protocol_type{device="vethabe923e4"} 1 node_network_protocol_type{device="vethb18927b9"} 1 node_network_protocol_type{device="vethb79845a6"} 1 node_network_protocol_type{device="vethbf9b6372"} 1 node_network_protocol_type{device="vethc03e63b8"} 1 node_network_protocol_type{device="vethc6ee08b0"} 1 node_network_protocol_type{device="vethcc47c85e"} 1 node_network_protocol_type{device="vethd23c6312"} 1 node_network_protocol_type{device="vethd52f687c"} 1 node_network_protocol_type{device="vethdd3a869c"} 1 node_network_protocol_type{device="vethe47cf2e4"} 1 node_network_protocol_type{device="vethed8556ec"} 1 node_network_protocol_type{device="vethefa2bd94"} 1 node_network_protocol_type{device="vethf3fbb399"} 1 node_network_protocol_type{device="vethf4530953"} 1 node_network_protocol_type{device="vethf7b9a6d4"} 1 node_network_protocol_type{device="vethf90b4f47"} 1 node_network_protocol_type{device="vethfc75cdf3"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eth0"} 166572 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="eth0"} 1870 node_network_receive_packets_total{device="lo"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="cni0"} 1.25e+09 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="flannel.1"} -125000 node_network_speed_bytes{device="veth05b36a7f"} 1.25e+09 node_network_speed_bytes{device="veth06c87a7a"} 1.25e+09 node_network_speed_bytes{device="veth0d30c930"} 1.25e+09 node_network_speed_bytes{device="veth0d38bb58"} 1.25e+09 node_network_speed_bytes{device="veth10fbef93"} 1.25e+09 node_network_speed_bytes{device="veth126c25f7"} 1.25e+09 node_network_speed_bytes{device="veth18011253"} 1.25e+09 node_network_speed_bytes{device="veth1fd478fd"} 1.25e+09 node_network_speed_bytes{device="veth200f7009"} 1.25e+09 node_network_speed_bytes{device="veth20e7e57b"} 1.25e+09 node_network_speed_bytes{device="veth221fd13d"} 1.25e+09 node_network_speed_bytes{device="veth22fc4c7d"} 1.25e+09 node_network_speed_bytes{device="veth2a67fa73"} 1.25e+09 node_network_speed_bytes{device="veth2b1fd120"} 1.25e+09 node_network_speed_bytes{device="veth2b9e5f1b"} 1.25e+09 node_network_speed_bytes{device="veth2cb2aa72"} 1.25e+09 node_network_speed_bytes{device="veth2fe7c06c"} 1.25e+09 node_network_speed_bytes{device="veth333768ad"} 1.25e+09 node_network_speed_bytes{device="veth33cd2c05"} 1.25e+09 node_network_speed_bytes{device="veth3a5e2c51"} 1.25e+09 node_network_speed_bytes{device="veth41159e71"} 1.25e+09 node_network_speed_bytes{device="veth416ea624"} 1.25e+09 node_network_speed_bytes{device="veth47bf1eca"} 1.25e+09 node_network_speed_bytes{device="veth4b15872c"} 1.25e+09 node_network_speed_bytes{device="veth4bf340a1"} 1.25e+09 node_network_speed_bytes{device="veth4d4c5526"} 1.25e+09 node_network_speed_bytes{device="veth55613faf"} 1.25e+09 node_network_speed_bytes{device="veth55822eb0"} 1.25e+09 node_network_speed_bytes{device="veth566c5ac6"} 1.25e+09 node_network_speed_bytes{device="veth57b55471"} 1.25e+09 node_network_speed_bytes{device="veth627e34a1"} 1.25e+09 node_network_speed_bytes{device="veth67a1bf6d"} 1.25e+09 node_network_speed_bytes{device="veth699665eb"} 1.25e+09 node_network_speed_bytes{device="veth6997ccd6"} 1.25e+09 node_network_speed_bytes{device="veth70257b27"} 1.25e+09 node_network_speed_bytes{device="veth70c8adb5"} 1.25e+09 node_network_speed_bytes{device="veth70dc275c"} 1.25e+09 node_network_speed_bytes{device="veth7a4fbb08"} 1.25e+09 node_network_speed_bytes{device="veth80f8420c"} 1.25e+09 node_network_speed_bytes{device="veth840538bf"} 1.25e+09 node_network_speed_bytes{device="veth89a6cca8"} 1.25e+09 node_network_speed_bytes{device="veth89aff0f5"} 1.25e+09 node_network_speed_bytes{device="veth8da017bc"} 1.25e+09 node_network_speed_bytes{device="veth90b9dd6c"} 1.25e+09 node_network_speed_bytes{device="veth9231b0ba"} 1.25e+09 node_network_speed_bytes{device="veth98c76d35"} 1.25e+09 node_network_speed_bytes{device="veth9f044adf"} 1.25e+09 node_network_speed_bytes{device="veth9f804dfd"} 1.25e+09 node_network_speed_bytes{device="vetha09e9000"} 1.25e+09 node_network_speed_bytes{device="vetha2373f7d"} 1.25e+09 node_network_speed_bytes{device="vetha595f190"} 1.25e+09 node_network_speed_bytes{device="vetha6e1161e"} 1.25e+09 node_network_speed_bytes{device="vetha7d36e07"} 1.25e+09 node_network_speed_bytes{device="vetha80d01f7"} 1.25e+09 node_network_speed_bytes{device="vetha816445d"} 1.25e+09 node_network_speed_bytes{device="vethabe923e4"} 1.25e+09 node_network_speed_bytes{device="vethb18927b9"} 1.25e+09 node_network_speed_bytes{device="vethb79845a6"} 1.25e+09 node_network_speed_bytes{device="vethbf9b6372"} 1.25e+09 node_network_speed_bytes{device="vethc03e63b8"} 1.25e+09 node_network_speed_bytes{device="vethc6ee08b0"} 1.25e+09 node_network_speed_bytes{device="vethcc47c85e"} 1.25e+09 node_network_speed_bytes{device="vethd23c6312"} 1.25e+09 node_network_speed_bytes{device="vethd52f687c"} 1.25e+09 node_network_speed_bytes{device="vethdd3a869c"} 1.25e+09 node_network_speed_bytes{device="vethe47cf2e4"} 1.25e+09 node_network_speed_bytes{device="vethed8556ec"} 1.25e+09 node_network_speed_bytes{device="vethefa2bd94"} 1.25e+09 node_network_speed_bytes{device="vethf3fbb399"} 1.25e+09 node_network_speed_bytes{device="vethf4530953"} 1.25e+09 node_network_speed_bytes{device="vethf7b9a6d4"} 1.25e+09 node_network_speed_bytes{device="vethf90b4f47"} 1.25e+09 node_network_speed_bytes{device="vethfc75cdf3"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 2.03134e+06 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 992 node_network_transmit_packets_total{device="lo"} 0 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="cni0"} 1000 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="veth05b36a7f"} 1000 node_network_transmit_queue_length{device="veth06c87a7a"} 1000 node_network_transmit_queue_length{device="veth0d30c930"} 1000 node_network_transmit_queue_length{device="veth0d38bb58"} 1000 node_network_transmit_queue_length{device="veth10fbef93"} 1000 node_network_transmit_queue_length{device="veth126c25f7"} 1000 node_network_transmit_queue_length{device="veth18011253"} 1000 node_network_transmit_queue_length{device="veth1fd478fd"} 1000 node_network_transmit_queue_length{device="veth200f7009"} 1000 node_network_transmit_queue_length{device="veth20e7e57b"} 1000 node_network_transmit_queue_length{device="veth221fd13d"} 1000 node_network_transmit_queue_length{device="veth22fc4c7d"} 1000 node_network_transmit_queue_length{device="veth2a67fa73"} 1000 node_network_transmit_queue_length{device="veth2b1fd120"} 1000 node_network_transmit_queue_length{device="veth2b9e5f1b"} 1000 node_network_transmit_queue_length{device="veth2cb2aa72"} 1000 node_network_transmit_queue_length{device="veth2fe7c06c"} 1000 node_network_transmit_queue_length{device="veth333768ad"} 1000 node_network_transmit_queue_length{device="veth33cd2c05"} 1000 node_network_transmit_queue_length{device="veth3a5e2c51"} 1000 node_network_transmit_queue_length{device="veth41159e71"} 1000 node_network_transmit_queue_length{device="veth416ea624"} 1000 node_network_transmit_queue_length{device="veth47bf1eca"} 1000 node_network_transmit_queue_length{device="veth4b15872c"} 1000 node_network_transmit_queue_length{device="veth4bf340a1"} 1000 node_network_transmit_queue_length{device="veth4d4c5526"} 1000 node_network_transmit_queue_length{device="veth55613faf"} 1000 node_network_transmit_queue_length{device="veth55822eb0"} 1000 node_network_transmit_queue_length{device="veth566c5ac6"} 1000 node_network_transmit_queue_length{device="veth57b55471"} 1000 node_network_transmit_queue_length{device="veth627e34a1"} 1000 node_network_transmit_queue_length{device="veth67a1bf6d"} 1000 node_network_transmit_queue_length{device="veth699665eb"} 1000 node_network_transmit_queue_length{device="veth6997ccd6"} 1000 node_network_transmit_queue_length{device="veth70257b27"} 1000 node_network_transmit_queue_length{device="veth70c8adb5"} 1000 node_network_transmit_queue_length{device="veth70dc275c"} 1000 node_network_transmit_queue_length{device="veth7a4fbb08"} 1000 node_network_transmit_queue_length{device="veth80f8420c"} 1000 node_network_transmit_queue_length{device="veth840538bf"} 1000 node_network_transmit_queue_length{device="veth89a6cca8"} 1000 node_network_transmit_queue_length{device="veth89aff0f5"} 1000 node_network_transmit_queue_length{device="veth8da017bc"} 1000 node_network_transmit_queue_length{device="veth90b9dd6c"} 1000 node_network_transmit_queue_length{device="veth9231b0ba"} 1000 node_network_transmit_queue_length{device="veth98c76d35"} 1000 node_network_transmit_queue_length{device="veth9f044adf"} 1000 node_network_transmit_queue_length{device="veth9f804dfd"} 1000 node_network_transmit_queue_length{device="vetha09e9000"} 1000 node_network_transmit_queue_length{device="vetha2373f7d"} 1000 node_network_transmit_queue_length{device="vetha595f190"} 1000 node_network_transmit_queue_length{device="vetha6e1161e"} 1000 node_network_transmit_queue_length{device="vetha7d36e07"} 1000 node_network_transmit_queue_length{device="vetha80d01f7"} 1000 node_network_transmit_queue_length{device="vetha816445d"} 1000 node_network_transmit_queue_length{device="vethabe923e4"} 1000 node_network_transmit_queue_length{device="vethb18927b9"} 1000 node_network_transmit_queue_length{device="vethb79845a6"} 1000 node_network_transmit_queue_length{device="vethbf9b6372"} 1000 node_network_transmit_queue_length{device="vethc03e63b8"} 1000 node_network_transmit_queue_length{device="vethc6ee08b0"} 1000 node_network_transmit_queue_length{device="vethcc47c85e"} 1000 node_network_transmit_queue_length{device="vethd23c6312"} 1000 node_network_transmit_queue_length{device="vethd52f687c"} 1000 node_network_transmit_queue_length{device="vethdd3a869c"} 1000 node_network_transmit_queue_length{device="vethe47cf2e4"} 1000 node_network_transmit_queue_length{device="vethed8556ec"} 1000 node_network_transmit_queue_length{device="vethefa2bd94"} 1000 node_network_transmit_queue_length{device="vethf3fbb399"} 1000 node_network_transmit_queue_length{device="vethf4530953"} 1000 node_network_transmit_queue_length{device="vethf7b9a6d4"} 1000 node_network_transmit_queue_length{device="vethf90b4f47"} 1000 node_network_transmit_queue_length{device="vethfc75cdf3"} 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="eth0"} 1 node_network_up{device="flannel.1"} 0 node_network_up{device="lo"} 0 node_network_up{device="veth05b36a7f"} 1 node_network_up{device="veth06c87a7a"} 1 node_network_up{device="veth0d30c930"} 1 node_network_up{device="veth0d38bb58"} 1 node_network_up{device="veth10fbef93"} 1 node_network_up{device="veth126c25f7"} 1 node_network_up{device="veth18011253"} 1 node_network_up{device="veth1fd478fd"} 1 node_network_up{device="veth200f7009"} 1 node_network_up{device="veth20e7e57b"} 1 node_network_up{device="veth221fd13d"} 1 node_network_up{device="veth22fc4c7d"} 1 node_network_up{device="veth2a67fa73"} 1 node_network_up{device="veth2b1fd120"} 1 node_network_up{device="veth2b9e5f1b"} 1 node_network_up{device="veth2cb2aa72"} 1 node_network_up{device="veth2fe7c06c"} 1 node_network_up{device="veth333768ad"} 1 node_network_up{device="veth33cd2c05"} 1 node_network_up{device="veth3a5e2c51"} 1 node_network_up{device="veth41159e71"} 1 node_network_up{device="veth416ea624"} 1 node_network_up{device="veth47bf1eca"} 1 node_network_up{device="veth4b15872c"} 1 node_network_up{device="veth4bf340a1"} 1 node_network_up{device="veth4d4c5526"} 1 node_network_up{device="veth55613faf"} 1 node_network_up{device="veth55822eb0"} 1 node_network_up{device="veth566c5ac6"} 1 node_network_up{device="veth57b55471"} 1 node_network_up{device="veth627e34a1"} 1 node_network_up{device="veth67a1bf6d"} 1 node_network_up{device="veth699665eb"} 1 node_network_up{device="veth6997ccd6"} 1 node_network_up{device="veth70257b27"} 1 node_network_up{device="veth70c8adb5"} 1 node_network_up{device="veth70dc275c"} 1 node_network_up{device="veth7a4fbb08"} 1 node_network_up{device="veth80f8420c"} 1 node_network_up{device="veth840538bf"} 1 node_network_up{device="veth89a6cca8"} 1 node_network_up{device="veth89aff0f5"} 1 node_network_up{device="veth8da017bc"} 1 node_network_up{device="veth90b9dd6c"} 1 node_network_up{device="veth9231b0ba"} 1 node_network_up{device="veth98c76d35"} 1 node_network_up{device="veth9f044adf"} 1 node_network_up{device="veth9f804dfd"} 1 node_network_up{device="vetha09e9000"} 1 node_network_up{device="vetha2373f7d"} 1 node_network_up{device="vetha595f190"} 1 node_network_up{device="vetha6e1161e"} 1 node_network_up{device="vetha7d36e07"} 1 node_network_up{device="vetha80d01f7"} 1 node_network_up{device="vetha816445d"} 1 node_network_up{device="vethabe923e4"} 1 node_network_up{device="vethb18927b9"} 1 node_network_up{device="vethb79845a6"} 1 node_network_up{device="vethbf9b6372"} 1 node_network_up{device="vethc03e63b8"} 1 node_network_up{device="vethc6ee08b0"} 1 node_network_up{device="vethcc47c85e"} 1 node_network_up{device="vethd23c6312"} 1 node_network_up{device="vethd52f687c"} 1 node_network_up{device="vethdd3a869c"} 1 node_network_up{device="vethe47cf2e4"} 1 node_network_up{device="vethed8556ec"} 1 node_network_up{device="vethefa2bd94"} 1 node_network_up{device="vethf3fbb399"} 1 node_network_up{device="vethf4530953"} 1 node_network_up{device="vethf7b9a6d4"} 1 node_network_up{device="vethf90b4f47"} 1 node_network_up{device="vethfc75cdf3"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 0 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 131072 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 24.04.4 LTS",variant="",variant_id="",version="24.04.4 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 272420.827461 # HELP node_pressure_io_stalled_seconds_total Total time in seconds no process could make progress due to IO congestion # TYPE node_pressure_io_stalled_seconds_total counter node_pressure_io_stalled_seconds_total 13633.74832 # HELP node_pressure_io_waiting_seconds_total Total time in seconds that processes have waited due to IO congestion # TYPE node_pressure_io_waiting_seconds_total counter node_pressure_io_waiting_seconds_total 18618.453487 # HELP node_pressure_memory_stalled_seconds_total Total time in seconds no process could make progress due to memory congestion # TYPE node_pressure_memory_stalled_seconds_total counter node_pressure_memory_stalled_seconds_total 821.203255 # HELP node_pressure_memory_waiting_seconds_total Total time in seconds that processes have waited for memory # TYPE node_pressure_memory_waiting_seconds_total counter node_pressure_memory_waiting_seconds_total 1070.064633 # 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 4 # 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"} 459687.915163045 node_schedstat_running_seconds_total{cpu="1"} 459284.550659687 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.9847312549e+10 node_schedstat_timeslices_total{cpu="1"} 1.9860938776e+10 # 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"} 661010.636489638 node_schedstat_waiting_seconds_total{cpu="1"} 641164.441025268 # 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.000107366 node_scrape_collector_duration_seconds{collector="bcache"} 6.27e-06 node_scrape_collector_duration_seconds{collector="bcachefs"} 5.119e-06 node_scrape_collector_duration_seconds{collector="bonding"} 5.26e-06 node_scrape_collector_duration_seconds{collector="btrfs"} 0.024088539 node_scrape_collector_duration_seconds{collector="conntrack"} 3.2449e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.000186206 node_scrape_collector_duration_seconds{collector="cpufreq"} 4.4819e-05 node_scrape_collector_duration_seconds{collector="diskstats"} 0.000157906 node_scrape_collector_duration_seconds{collector="dmi"} 7.939e-06 node_scrape_collector_duration_seconds{collector="dmmultipath"} 1.775e-05 node_scrape_collector_duration_seconds{collector="edac"} 1.139e-05 node_scrape_collector_duration_seconds{collector="entropy"} 3.7879e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 5.689e-06 node_scrape_collector_duration_seconds{collector="filefd"} 1.3059e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.056752808 node_scrape_collector_duration_seconds{collector="hwmon"} 6.72e-06 node_scrape_collector_duration_seconds{collector="infiniband"} 4.78e-06 node_scrape_collector_duration_seconds{collector="ipvs"} 2.4e-05 node_scrape_collector_duration_seconds{collector="kernel_hung"} 1.4329e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 1.5659e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 3.4629e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 9.1127e-05 node_scrape_collector_duration_seconds{collector="netclass"} 0.051365787 node_scrape_collector_duration_seconds{collector="netdev"} 0.004194282 node_scrape_collector_duration_seconds{collector="netstat"} 0.00043311 node_scrape_collector_duration_seconds{collector="nfs"} 5.74e-06 node_scrape_collector_duration_seconds{collector="nfsd"} 1.243e-05 node_scrape_collector_duration_seconds{collector="nvme"} 9.32e-06 node_scrape_collector_duration_seconds{collector="os"} 2.5539e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.2729e-05 node_scrape_collector_duration_seconds{collector="pressure"} 6.9408e-05 node_scrape_collector_duration_seconds{collector="rapl"} 9.59e-06 node_scrape_collector_duration_seconds{collector="schedstat"} 2.308e-05 node_scrape_collector_duration_seconds{collector="selinux"} 6.8e-07 node_scrape_collector_duration_seconds{collector="sockstat"} 5.1769e-05 node_scrape_collector_duration_seconds{collector="softnet"} 1.791e-05 node_scrape_collector_duration_seconds{collector="stat"} 7.0588e-05 node_scrape_collector_duration_seconds{collector="tapestats"} 8.899e-06 node_scrape_collector_duration_seconds{collector="textfile"} 1.32e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 6.3408e-05 node_scrape_collector_duration_seconds{collector="time"} 4.2038e-05 node_scrape_collector_duration_seconds{collector="timex"} 8.51e-06 node_scrape_collector_duration_seconds{collector="udp_queues"} 5.4898e-05 node_scrape_collector_duration_seconds{collector="uname"} 8.68e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000102108 node_scrape_collector_duration_seconds{collector="watchdog"} 8.39e-06 node_scrape_collector_duration_seconds{collector="xfs"} 1.1279e-05 node_scrape_collector_duration_seconds{collector="zfs"} 6.02e-06 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bcachefs"} 0 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="dmmultipath"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="kernel_hung"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 1 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 432 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 0 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 261 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 1.069056e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 0 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 0 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 0 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 3 # 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 # 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 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 97533 node_softnet_dropped_total{cpu="1"} 8112 # 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 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 2.326937417e+09 node_softnet_processed_total{cpu="1"} 2.393429961e+09 # 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 # 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"} 982 node_softnet_times_squeezed_total{cpu="1"} 916 # 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.7877327826139133e+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.000652 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.9999977997131347 # 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.031964 # 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 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="node-exporter-hl7h2",release="6.8.0-117-generic",sysname="Linux",version="#117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 501 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.1927753467e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 6.743208e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 5.74588968e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.147245348e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 1.909354e+06 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 2.045073e+06 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 2.53 # 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 91332 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 2.012752e+06 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.4974976e+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.78772914949e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.30719744e+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"} 60 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0