# 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.98e-06 go_gc_duration_seconds{quantile="0.25"} 1.4559e-05 go_gc_duration_seconds{quantile="0.5"} 2.1529e-05 go_gc_duration_seconds{quantile="0.75"} 3.1209e-05 go_gc_duration_seconds{quantile="1"} 0.00040455 go_gc_duration_seconds_sum 0.050092861 go_gc_duration_seconds_count 503 # 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 3.028232e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.022904848e+09 # 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.574026e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.1240733e+07 # 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.419376e+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 3.028232e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.1567104e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 4.718592e+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 36686 # 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 9.936896e+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.6285696e+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.7877424003971615e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.1277419e+07 # 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 84640 # 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 4.705018e+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 723654 # 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 491520 # 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 491520 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.2640904e+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.8248158556e+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.32856892e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 14418.18 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"} 9164.6 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 111572.12 node_cpu_seconds_total{cpu="0",mode="user"} 294477.44 node_cpu_seconds_total{cpu="1",mode="idle"} 6.32887807e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 13511.73 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"} 9746.6 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 111480.61 node_cpu_seconds_total{cpu="1",mode="user"} 294246.51 # 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"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sr0"} 0.509 node_disk_io_time_seconds_total{device="vda"} 36857.322 # 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"} 477056.79600000003 # 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"} 6.99529449472e+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"} 35773.096 # 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.4170629e+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.786297e+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"} 441283.699 # 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.2005307e+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.46979743e+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.218815840256e+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.6590372864e+10 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/002f5ddff73d558b18637fb619e0b565d01beeb0ec176f9a2c5e062aa92ec968/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/011504d89f47bbb9e1c0959ca32fa956332992e58f93720fd2ce21bbab1dbac8/shm"} 7.84891904e+08 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/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/064eaad24eb194b25c6875f2fb7177c058d62eff13de8e72bdcb9665353d6497/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/090da47510d0ae5bb1ed63751f6248cbaa4c2a7a8ac8d63c9f73e5df5bc13958/shm"} 7.84891904e+08 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/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/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/23271335d23cd199ebe526e26515959c28dd479d5b3658184a63fbcdc2803bea/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/24b1d86cc7d0146101c744a504b6e4f2a058d4e57d9ed20389ea9a67b3d607df/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2998a9c6557c12caf6a0447ad1ad41f968379c374802f3f9b7bf34fbb91d5e67/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2da0450b9e819c2e167507e8aa73a04104b8938892d7d37209e971e1f2576b15/shm"} 7.84891904e+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/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/3fcee5c9af2939d110d3feef9d0e7a5ae8ef13f87cfaf7789847fece48a91315/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/454ec379711b3c17b237f196468229c9613eb7c21438334e4dec8cbfc7b8c7b9/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/49ddaf3693436a4cc46fe20eab75f5ced420813bd83a077b32dafa3f3c2d3665/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4cdcd3040520b2d34830781ffda6d7f076fd148877595784f1540931c7e27149/shm"} 7.84891904e+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/535db2a01205561cd491c9be1e333657c254e537d0ee18c804d2dc65d07cc2f4/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca3532b906a4d1b21296e9f8eead7b7c3e9c5c88594f96d4c311324a784e71/shm"} 7.84891904e+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/641daa2853e0f2a473a32cb6d4edcc19c9a2fe303329693c909590199b3c4ae8/shm"} 7.84891904e+08 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/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/6a294ac2b9375f0f3ca57998c0748c3ed231ab69c4fca1417c84f4c423c02e05/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b7e727fa62fb6d9702d3f4910cb14e1188ac0616790c7e1bd614663fc28f2b2/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6c5f6919837e1b8761dc0ce9607b44c40d15e152bf868ce6a60d07983007e8ec/shm"} 6.7108864e+07 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/719c6433174f658a577a4d926b7e9b71f34df2981df9c9de07f675276f357633/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/743db68c3c3941dd6e10b556ac9b47dfa7d16833d8387d85868025dce760e0d8/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/77242eb613a33503b89a07ce359e398868f2573c3a75a0178b94ddf80e5e500f/shm"} 7.84891904e+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/8143f7822209cf56c15be28a42a61b1632bbd913ee71b4808db72d00e8da90be/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/83b096528fa5fb848da13117fad2e694fb9fde9e2bbb883a6994aeed636876ba/shm"} 7.84891904e+08 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/89170e96eaa2f0dd7a6b2f06ae76bb59aa2a2a4cee0f7fa3a86131f7c0680628/shm"} 7.84891904e+08 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/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/98dfb134e18bc87d74b30a431e7394ba236cb0db103f245d6bee998770365295/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9a490e65a19cfc9d30c1d234cd0e751d008362280a0fd669bed15800e664e300/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9debe85b089592f6b5c6b63bddba91d9e2b5267cf75418868234005131f0fe49/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a2f3de965f43b5dc480500928f991aa946aedb19e3ec7bcea2be2f7d2e0450fb/shm"} 7.84891904e+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/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/bc0999119e4f2494fa727f44e9cc78701d1eecc4f87f4775fb79c71de6bfc4db/shm"} 7.84891904e+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/d2add67ddc300954fb41c18b44ca2b76b4a70ad7133deb0b470b43a289fa6c88/shm"} 7.84891904e+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/d4e9197c149b30d07b090471e294fdefb39f081c2a65b1673831debceb2a328b/shm"} 7.84891904e+08 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/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/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/e25962492cc53f66958d2834b234b8b97ec2e88424b521fc14c97fab33921d11/shm"} 7.84891904e+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/f01ea42dd1eaaac6f6c1a190d59adf3dac431a324004a1560d67281440c5c3df/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f8b28c54db04331293071f2214e8fdf2af1850e58e2db2e8a7a66bb5e01960d6/shm"} 7.84891904e+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/fb66d0d337d9f2c1b2faaa23fb139234e5d4f277a9028b77f355171e7caf0809/shm"} 7.84891904e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fc69921ec13094e424d149c4a891c9a3b52080f2cf811fdbbe14cff4b807905a/shm"} 7.84891904e+08 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.84891904e+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/4d59bc30-b104-4047-a45d-f9c424b9e205/volume-subpaths/server-config/canvas2-admin-backend/0"} 1 node_filesystem_device_error{device="/dev/vda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/8e5e61e6-9591-4b96-847d-676d13bf3f5c/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/8e5e61e6-9591-4b96-847d-676d13bf3f5c/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/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/f82002ed-2fc0-4216-a09d-54b570987822/volume-subpaths/wx-verify/canvas2-frontend/0"} 1 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/002f5ddff73d558b18637fb619e0b565d01beeb0ec176f9a2c5e062aa92ec968/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/011504d89f47bbb9e1c0959ca32fa956332992e58f93720fd2ce21bbab1dbac8/shm"} 0 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/04e59f4a8771e29897eea8b3d2985420d054eb5d12f6927b2f5545dc70aa02f5/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/064eaad24eb194b25c6875f2fb7177c058d62eff13de8e72bdcb9665353d6497/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/090da47510d0ae5bb1ed63751f6248cbaa4c2a7a8ac8d63c9f73e5df5bc13958/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/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/228944b53fe69afe7fe96945c1b6c8200990a22d4461a519de43380efa305588/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/23271335d23cd199ebe526e26515959c28dd479d5b3658184a63fbcdc2803bea/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/2998a9c6557c12caf6a0447ad1ad41f968379c374802f3f9b7bf34fbb91d5e67/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2da0450b9e819c2e167507e8aa73a04104b8938892d7d37209e971e1f2576b15/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/3c20fff5f5e042d11c7ebdbea3eebabd632c4137143b5e94e9ca873cf577b59e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3fcee5c9af2939d110d3feef9d0e7a5ae8ef13f87cfaf7789847fece48a91315/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/454ec379711b3c17b237f196468229c9613eb7c21438334e4dec8cbfc7b8c7b9/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/49ddaf3693436a4cc46fe20eab75f5ced420813bd83a077b32dafa3f3c2d3665/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4cdcd3040520b2d34830781ffda6d7f076fd148877595784f1540931c7e27149/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/535db2a01205561cd491c9be1e333657c254e537d0ee18c804d2dc65d07cc2f4/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca3532b906a4d1b21296e9f8eead7b7c3e9c5c88594f96d4c311324a784e71/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/641daa2853e0f2a473a32cb6d4edcc19c9a2fe303329693c909590199b3c4ae8/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/6792d551244378da70bc06269de7aba5103985ad5e2964852f4fc8c56215dc0f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6a294ac2b9375f0f3ca57998c0748c3ed231ab69c4fca1417c84f4c423c02e05/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b7e727fa62fb6d9702d3f4910cb14e1188ac0616790c7e1bd614663fc28f2b2/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6c5f6919837e1b8761dc0ce9607b44c40d15e152bf868ce6a60d07983007e8ec/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/719c6433174f658a577a4d926b7e9b71f34df2981df9c9de07f675276f357633/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/743db68c3c3941dd6e10b556ac9b47dfa7d16833d8387d85868025dce760e0d8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/77242eb613a33503b89a07ce359e398868f2573c3a75a0178b94ddf80e5e500f/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/8143f7822209cf56c15be28a42a61b1632bbd913ee71b4808db72d00e8da90be/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/83b096528fa5fb848da13117fad2e694fb9fde9e2bbb883a6994aeed636876ba/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/89170e96eaa2f0dd7a6b2f06ae76bb59aa2a2a4cee0f7fa3a86131f7c0680628/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/980caea5302d886ae9b282c0c3a32c0d10793db5d6ee7df8620d2e5dac7eba7d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/98dfb134e18bc87d74b30a431e7394ba236cb0db103f245d6bee998770365295/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9a490e65a19cfc9d30c1d234cd0e751d008362280a0fd669bed15800e664e300/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9debe85b089592f6b5c6b63bddba91d9e2b5267cf75418868234005131f0fe49/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a2f3de965f43b5dc480500928f991aa946aedb19e3ec7bcea2be2f7d2e0450fb/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/bbcaa9466b4212c1a2ed508022367f49fcdabac76dfb3a3af4b82ddbbc4f5ef3/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bc0999119e4f2494fa727f44e9cc78701d1eecc4f87f4775fb79c71de6bfc4db/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/d2add67ddc300954fb41c18b44ca2b76b4a70ad7133deb0b470b43a289fa6c88/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/d4e9197c149b30d07b090471e294fdefb39f081c2a65b1673831debceb2a328b/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/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/e18ffc35fbff65b4d6a6a6d249f5797690d8fba1b4b6ce8a4e7426e10d3e50ca/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e25962492cc53f66958d2834b234b8b97ec2e88424b521fc14c97fab33921d11/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/f01ea42dd1eaaac6f6c1a190d59adf3dac431a324004a1560d67281440c5c3df/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f8b28c54db04331293071f2214e8fdf2af1850e58e2db2e8a7a66bb5e01960d6/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/fb66d0d337d9f2c1b2faaa23fb139234e5d4f277a9028b77f355171e7caf0809/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fc69921ec13094e424d149c4a891c9a3b52080f2cf811fdbbe14cff4b807905a/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/00a0c683-c0da-4c47-8de5-115185cee6aa/volumes/kubernetes.io~projected/kube-api-access-c6rjf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0307e4d8-9ba5-4768-90bb-e099949ce3d9/volumes/kubernetes.io~projected/kube-api-access-2jbgm"} 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/0684d098-496f-4e37-a7d7-73344ab27abc/volumes/kubernetes.io~projected/kube-api-access-jgvl9"} 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/0c790cc1-e56c-4a51-a81d-76effb8f766f/volumes/kubernetes.io~projected/kube-api-access-k9n7m"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0c8d3465-dadb-4162-a807-a9dc97bcb3b1/volumes/kubernetes.io~projected/kube-api-access-fzwv7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0f0c57b8-372c-4f86-addf-340a83a4ecb9/volumes/kubernetes.io~projected/kube-api-access-2xfkk"} 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/16c8d8de-60cc-4dcb-9347-36b8b12912ed/volumes/kubernetes.io~projected/kube-api-access-9fh6t"} 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/1d349145-f126-45fd-bd36-1582c6badf3d/volumes/kubernetes.io~projected/kube-api-access-zcmft"} 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/2462ab24-b4a0-4b05-9dca-22f62f3854e6/volumes/kubernetes.io~projected/kube-api-access-l97mr"} 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/2eb57704-8285-40cb-829b-aabf6937716d/volumes/kubernetes.io~projected/kube-api-access-5zdgv"} 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/34c8d61d-d1a7-40fe-9f45-b03b3d3a332f/volumes/kubernetes.io~projected/kube-api-access-xzddn"} 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/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/38967774-844a-4cfd-9b4f-7d44bef03724/volumes/kubernetes.io~projected/kube-api-access-8cpzp"} 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/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/4d59bc30-b104-4047-a45d-f9c424b9e205/volumes/kubernetes.io~projected/kube-api-access-5xxhj"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4d6140b6-46b2-4067-ad82-f0192fd33782/volumes/kubernetes.io~projected/kube-api-access-bkmq9"} 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/57297aff-ec35-4318-a504-11e897ad5c4b/volumes/kubernetes.io~projected/kube-api-access-nthk9"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5892e8df-88eb-4275-af9e-246f8ed611e0/volumes/kubernetes.io~projected/kube-api-access-pz55p"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5dde456d-0b33-442e-a766-e789a2e423ca/volumes/kubernetes.io~projected/kube-api-access-z5frz"} 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/636cdc34-aa94-4a93-8d18-153bf56fa0ef/volumes/kubernetes.io~projected/kube-api-access-252b7"} 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/6749bb27-7476-439d-b65a-9d44b25302fd/volumes/kubernetes.io~projected/kube-api-access-vnnjv"} 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/7d64824f-0d71-4691-bb26-e4956920e72a/volumes/kubernetes.io~projected/kube-api-access-x75p9"} 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/8e5e61e6-9591-4b96-847d-676d13bf3f5c/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/8e5e61e6-9591-4b96-847d-676d13bf3f5c/volumes/kubernetes.io~projected/kube-api-access-74j7f"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8e5e61e6-9591-4b96-847d-676d13bf3f5c/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/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/9502b3a5-75bf-4824-941f-20ffc2686d42/volumes/kubernetes.io~projected/kube-api-access-qz7tw"} 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/a6998ae8-8e60-498d-84f0-6a1e9872e29b/volumes/kubernetes.io~projected/kube-api-access-pfwnt"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ad10069d-9d0c-4169-82b6-88744c7be6d8/volumes/kubernetes.io~projected/kube-api-access-jgl6v"} 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/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/b8bf85b5-d5b0-4645-8854-4ea7dbc76af1/volumes/kubernetes.io~projected/kube-api-access-9kdrm"} 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/bc8051af-7544-4313-a118-6c72be11ac3b/volumes/kubernetes.io~projected/kube-api-access-mrm8j"} 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/c16c76b3-789b-40d3-aa4c-4b15116d2034/volumes/kubernetes.io~projected/kube-api-access-7khg5"} 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/c60a37da-18f8-4fa7-88ad-837e344b1417/volumes/kubernetes.io~projected/kube-api-access-qt966"} 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/cd1d7bbc-b947-4f35-897e-ec9ce20be658/volumes/kubernetes.io~projected/kube-api-access-94t56"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/cd634700-096c-4372-9d36-7da21695babc/volumes/kubernetes.io~projected/kube-api-access-z24tj"} 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/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/d952218d-290f-480b-86c2-0c66d40c8c06/volumes/kubernetes.io~projected/kube-api-access-b5rfv"} 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/e57adcaa-e76d-42c1-903a-3c974c7bf6d7/volumes/kubernetes.io~projected/kube-api-access-vzlkt"} 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/f0e8bfa7-6ae5-4fa9-8127-d1a77e2b3666/volumes/kubernetes.io~projected/kube-api-access-pqqs4"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f239b2ac-8e9c-4d51-bfb3-77b086910380/volumes/kubernetes.io~projected/kube-api-access-6csvg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f82002ed-2fc0-4216-a09d-54b570987822/volumes/kubernetes.io~projected/kube-api-access-lrwtq"} 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/002f5ddff73d558b18637fb619e0b565d01beeb0ec176f9a2c5e062aa92ec968/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/011504d89f47bbb9e1c0959ca32fa956332992e58f93720fd2ce21bbab1dbac8/shm"} 975858 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/04e59f4a8771e29897eea8b3d2985420d054eb5d12f6927b2f5545dc70aa02f5/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/064eaad24eb194b25c6875f2fb7177c058d62eff13de8e72bdcb9665353d6497/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/090da47510d0ae5bb1ed63751f6248cbaa4c2a7a8ac8d63c9f73e5df5bc13958/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/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/228944b53fe69afe7fe96945c1b6c8200990a22d4461a519de43380efa305588/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/23271335d23cd199ebe526e26515959c28dd479d5b3658184a63fbcdc2803bea/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/2998a9c6557c12caf6a0447ad1ad41f968379c374802f3f9b7bf34fbb91d5e67/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2da0450b9e819c2e167507e8aa73a04104b8938892d7d37209e971e1f2576b15/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/3c20fff5f5e042d11c7ebdbea3eebabd632c4137143b5e94e9ca873cf577b59e/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3fcee5c9af2939d110d3feef9d0e7a5ae8ef13f87cfaf7789847fece48a91315/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/454ec379711b3c17b237f196468229c9613eb7c21438334e4dec8cbfc7b8c7b9/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/49ddaf3693436a4cc46fe20eab75f5ced420813bd83a077b32dafa3f3c2d3665/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4cdcd3040520b2d34830781ffda6d7f076fd148877595784f1540931c7e27149/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/535db2a01205561cd491c9be1e333657c254e537d0ee18c804d2dc65d07cc2f4/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca3532b906a4d1b21296e9f8eead7b7c3e9c5c88594f96d4c311324a784e71/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/641daa2853e0f2a473a32cb6d4edcc19c9a2fe303329693c909590199b3c4ae8/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/6792d551244378da70bc06269de7aba5103985ad5e2964852f4fc8c56215dc0f/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6a294ac2b9375f0f3ca57998c0748c3ed231ab69c4fca1417c84f4c423c02e05/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b7e727fa62fb6d9702d3f4910cb14e1188ac0616790c7e1bd614663fc28f2b2/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6c5f6919837e1b8761dc0ce9607b44c40d15e152bf868ce6a60d07983007e8ec/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/719c6433174f658a577a4d926b7e9b71f34df2981df9c9de07f675276f357633/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/743db68c3c3941dd6e10b556ac9b47dfa7d16833d8387d85868025dce760e0d8/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/77242eb613a33503b89a07ce359e398868f2573c3a75a0178b94ddf80e5e500f/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/8143f7822209cf56c15be28a42a61b1632bbd913ee71b4808db72d00e8da90be/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/83b096528fa5fb848da13117fad2e694fb9fde9e2bbb883a6994aeed636876ba/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/89170e96eaa2f0dd7a6b2f06ae76bb59aa2a2a4cee0f7fa3a86131f7c0680628/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/980caea5302d886ae9b282c0c3a32c0d10793db5d6ee7df8620d2e5dac7eba7d/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/98dfb134e18bc87d74b30a431e7394ba236cb0db103f245d6bee998770365295/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9a490e65a19cfc9d30c1d234cd0e751d008362280a0fd669bed15800e664e300/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9debe85b089592f6b5c6b63bddba91d9e2b5267cf75418868234005131f0fe49/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a2f3de965f43b5dc480500928f991aa946aedb19e3ec7bcea2be2f7d2e0450fb/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/bbcaa9466b4212c1a2ed508022367f49fcdabac76dfb3a3af4b82ddbbc4f5ef3/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bc0999119e4f2494fa727f44e9cc78701d1eecc4f87f4775fb79c71de6bfc4db/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/d2add67ddc300954fb41c18b44ca2b76b4a70ad7133deb0b470b43a289fa6c88/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/d4e9197c149b30d07b090471e294fdefb39f081c2a65b1673831debceb2a328b/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/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/e18ffc35fbff65b4d6a6a6d249f5797690d8fba1b4b6ce8a4e7426e10d3e50ca/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e25962492cc53f66958d2834b234b8b97ec2e88424b521fc14c97fab33921d11/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/f01ea42dd1eaaac6f6c1a190d59adf3dac431a324004a1560d67281440c5c3df/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f8b28c54db04331293071f2214e8fdf2af1850e58e2db2e8a7a66bb5e01960d6/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/fb66d0d337d9f2c1b2faaa23fb139234e5d4f277a9028b77f355171e7caf0809/shm"} 975858 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fc69921ec13094e424d149c4a891c9a3b52080f2cf811fdbbe14cff4b807905a/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.726894e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/002f5ddff73d558b18637fb619e0b565d01beeb0ec176f9a2c5e062aa92ec968/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/011504d89f47bbb9e1c0959ca32fa956332992e58f93720fd2ce21bbab1dbac8/shm"} 970659 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/04e59f4a8771e29897eea8b3d2985420d054eb5d12f6927b2f5545dc70aa02f5/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/064eaad24eb194b25c6875f2fb7177c058d62eff13de8e72bdcb9665353d6497/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/090da47510d0ae5bb1ed63751f6248cbaa4c2a7a8ac8d63c9f73e5df5bc13958/shm"} 970659 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/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/228944b53fe69afe7fe96945c1b6c8200990a22d4461a519de43380efa305588/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/23271335d23cd199ebe526e26515959c28dd479d5b3658184a63fbcdc2803bea/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/24b1d86cc7d0146101c744a504b6e4f2a058d4e57d9ed20389ea9a67b3d607df/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2998a9c6557c12caf6a0447ad1ad41f968379c374802f3f9b7bf34fbb91d5e67/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2da0450b9e819c2e167507e8aa73a04104b8938892d7d37209e971e1f2576b15/shm"} 970659 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/3c20fff5f5e042d11c7ebdbea3eebabd632c4137143b5e94e9ca873cf577b59e/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3fcee5c9af2939d110d3feef9d0e7a5ae8ef13f87cfaf7789847fece48a91315/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/454ec379711b3c17b237f196468229c9613eb7c21438334e4dec8cbfc7b8c7b9/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/49ddaf3693436a4cc46fe20eab75f5ced420813bd83a077b32dafa3f3c2d3665/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4cdcd3040520b2d34830781ffda6d7f076fd148877595784f1540931c7e27149/shm"} 970659 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/535db2a01205561cd491c9be1e333657c254e537d0ee18c804d2dc65d07cc2f4/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca3532b906a4d1b21296e9f8eead7b7c3e9c5c88594f96d4c311324a784e71/shm"} 970659 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/641daa2853e0f2a473a32cb6d4edcc19c9a2fe303329693c909590199b3c4ae8/shm"} 970659 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/6792d551244378da70bc06269de7aba5103985ad5e2964852f4fc8c56215dc0f/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6a294ac2b9375f0f3ca57998c0748c3ed231ab69c4fca1417c84f4c423c02e05/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b7e727fa62fb6d9702d3f4910cb14e1188ac0616790c7e1bd614663fc28f2b2/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6c5f6919837e1b8761dc0ce9607b44c40d15e152bf868ce6a60d07983007e8ec/shm"} 975857 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/719c6433174f658a577a4d926b7e9b71f34df2981df9c9de07f675276f357633/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/743db68c3c3941dd6e10b556ac9b47dfa7d16833d8387d85868025dce760e0d8/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/77242eb613a33503b89a07ce359e398868f2573c3a75a0178b94ddf80e5e500f/shm"} 970659 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/8143f7822209cf56c15be28a42a61b1632bbd913ee71b4808db72d00e8da90be/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/83b096528fa5fb848da13117fad2e694fb9fde9e2bbb883a6994aeed636876ba/shm"} 970659 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/89170e96eaa2f0dd7a6b2f06ae76bb59aa2a2a4cee0f7fa3a86131f7c0680628/shm"} 970659 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/980caea5302d886ae9b282c0c3a32c0d10793db5d6ee7df8620d2e5dac7eba7d/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/98dfb134e18bc87d74b30a431e7394ba236cb0db103f245d6bee998770365295/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9a490e65a19cfc9d30c1d234cd0e751d008362280a0fd669bed15800e664e300/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9debe85b089592f6b5c6b63bddba91d9e2b5267cf75418868234005131f0fe49/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a2f3de965f43b5dc480500928f991aa946aedb19e3ec7bcea2be2f7d2e0450fb/shm"} 970659 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/bbcaa9466b4212c1a2ed508022367f49fcdabac76dfb3a3af4b82ddbbc4f5ef3/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bc0999119e4f2494fa727f44e9cc78701d1eecc4f87f4775fb79c71de6bfc4db/shm"} 970659 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/d2add67ddc300954fb41c18b44ca2b76b4a70ad7133deb0b470b43a289fa6c88/shm"} 970659 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/d4e9197c149b30d07b090471e294fdefb39f081c2a65b1673831debceb2a328b/shm"} 970659 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/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/e18ffc35fbff65b4d6a6a6d249f5797690d8fba1b4b6ce8a4e7426e10d3e50ca/shm"} 975857 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e25962492cc53f66958d2834b234b8b97ec2e88424b521fc14c97fab33921d11/shm"} 970659 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/f01ea42dd1eaaac6f6c1a190d59adf3dac431a324004a1560d67281440c5c3df/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f8b28c54db04331293071f2214e8fdf2af1850e58e2db2e8a7a66bb5e01960d6/shm"} 970659 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/fb66d0d337d9f2c1b2faaa23fb139234e5d4f277a9028b77f355171e7caf0809/shm"} 970659 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fc69921ec13094e424d149c4a891c9a3b52080f2cf811fdbbe14cff4b807905a/shm"} 970659 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"} 970659 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="/"} 2.0150091776e+10 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/002f5ddff73d558b18637fb619e0b565d01beeb0ec176f9a2c5e062aa92ec968/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/011504d89f47bbb9e1c0959ca32fa956332992e58f93720fd2ce21bbab1dbac8/shm"} 7.84891904e+08 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/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/064eaad24eb194b25c6875f2fb7177c058d62eff13de8e72bdcb9665353d6497/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/090da47510d0ae5bb1ed63751f6248cbaa4c2a7a8ac8d63c9f73e5df5bc13958/shm"} 7.84891904e+08 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/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/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/23271335d23cd199ebe526e26515959c28dd479d5b3658184a63fbcdc2803bea/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/24b1d86cc7d0146101c744a504b6e4f2a058d4e57d9ed20389ea9a67b3d607df/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2998a9c6557c12caf6a0447ad1ad41f968379c374802f3f9b7bf34fbb91d5e67/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2da0450b9e819c2e167507e8aa73a04104b8938892d7d37209e971e1f2576b15/shm"} 7.84891904e+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/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/3fcee5c9af2939d110d3feef9d0e7a5ae8ef13f87cfaf7789847fece48a91315/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/454ec379711b3c17b237f196468229c9613eb7c21438334e4dec8cbfc7b8c7b9/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/49ddaf3693436a4cc46fe20eab75f5ced420813bd83a077b32dafa3f3c2d3665/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4cdcd3040520b2d34830781ffda6d7f076fd148877595784f1540931c7e27149/shm"} 7.84891904e+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/535db2a01205561cd491c9be1e333657c254e537d0ee18c804d2dc65d07cc2f4/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca3532b906a4d1b21296e9f8eead7b7c3e9c5c88594f96d4c311324a784e71/shm"} 7.84891904e+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/641daa2853e0f2a473a32cb6d4edcc19c9a2fe303329693c909590199b3c4ae8/shm"} 7.84891904e+08 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/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/6a294ac2b9375f0f3ca57998c0748c3ed231ab69c4fca1417c84f4c423c02e05/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b7e727fa62fb6d9702d3f4910cb14e1188ac0616790c7e1bd614663fc28f2b2/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6c5f6919837e1b8761dc0ce9607b44c40d15e152bf868ce6a60d07983007e8ec/shm"} 6.7108864e+07 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/719c6433174f658a577a4d926b7e9b71f34df2981df9c9de07f675276f357633/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/743db68c3c3941dd6e10b556ac9b47dfa7d16833d8387d85868025dce760e0d8/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/77242eb613a33503b89a07ce359e398868f2573c3a75a0178b94ddf80e5e500f/shm"} 7.84891904e+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/8143f7822209cf56c15be28a42a61b1632bbd913ee71b4808db72d00e8da90be/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/83b096528fa5fb848da13117fad2e694fb9fde9e2bbb883a6994aeed636876ba/shm"} 7.84891904e+08 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/89170e96eaa2f0dd7a6b2f06ae76bb59aa2a2a4cee0f7fa3a86131f7c0680628/shm"} 7.84891904e+08 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/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/98dfb134e18bc87d74b30a431e7394ba236cb0db103f245d6bee998770365295/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9a490e65a19cfc9d30c1d234cd0e751d008362280a0fd669bed15800e664e300/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9debe85b089592f6b5c6b63bddba91d9e2b5267cf75418868234005131f0fe49/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a2f3de965f43b5dc480500928f991aa946aedb19e3ec7bcea2be2f7d2e0450fb/shm"} 7.84891904e+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/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/bc0999119e4f2494fa727f44e9cc78701d1eecc4f87f4775fb79c71de6bfc4db/shm"} 7.84891904e+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/d2add67ddc300954fb41c18b44ca2b76b4a70ad7133deb0b470b43a289fa6c88/shm"} 7.84891904e+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/d4e9197c149b30d07b090471e294fdefb39f081c2a65b1673831debceb2a328b/shm"} 7.84891904e+08 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/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/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/e25962492cc53f66958d2834b234b8b97ec2e88424b521fc14c97fab33921d11/shm"} 7.84891904e+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/f01ea42dd1eaaac6f6c1a190d59adf3dac431a324004a1560d67281440c5c3df/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f8b28c54db04331293071f2214e8fdf2af1850e58e2db2e8a7a66bb5e01960d6/shm"} 7.84891904e+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/fb66d0d337d9f2c1b2faaa23fb139234e5d4f277a9028b77f355171e7caf0809/shm"} 7.84891904e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fc69921ec13094e424d149c4a891c9a3b52080f2cf811fdbbe14cff4b807905a/shm"} 7.84891904e+08 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.84891904e+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="1043",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6e40db3faeab03e4acdeee0fa0ca6750914f147ef931543a720553a0f60ba598/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="105",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/743db68c3c3941dd6e10b556ac9b47dfa7d16833d8387d85868025dce760e0d8/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="1128",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9a490e65a19cfc9d30c1d234cd0e751d008362280a0fd669bed15800e664e300/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/3fcee5c9af2939d110d3feef9d0e7a5ae8ef13f87cfaf7789847fece48a91315/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="120",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a2f3de965f43b5dc480500928f991aa946aedb19e3ec7bcea2be2f7d2e0450fb/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1209",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6c5f6919837e1b8761dc0ce9607b44c40d15e152bf868ce6a60d07983007e8ec/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="123",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/641daa2853e0f2a473a32cb6d4edcc19c9a2fe303329693c909590199b3c4ae8/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="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="152",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca3532b906a4d1b21296e9f8eead7b7c3e9c5c88594f96d4c311324a784e71/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="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="193",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4cdcd3040520b2d34830781ffda6d7f076fd148877595784f1540931c7e27149/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="210",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2da0450b9e819c2e167507e8aa73a04104b8938892d7d37209e971e1f2576b15/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="222",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/719c6433174f658a577a4d926b7e9b71f34df2981df9c9de07f675276f357633/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="248",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/23271335d23cd199ebe526e26515959c28dd479d5b3658184a63fbcdc2803bea/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="255",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/77242eb613a33503b89a07ce359e398868f2573c3a75a0178b94ddf80e5e500f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="278",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/002f5ddff73d558b18637fb619e0b565d01beeb0ec176f9a2c5e062aa92ec968/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="298",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/090da47510d0ae5bb1ed63751f6248cbaa4c2a7a8ac8d63c9f73e5df5bc13958/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="300",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bc0999119e4f2494fa727f44e9cc78701d1eecc4f87f4775fb79c71de6bfc4db/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="306",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/011504d89f47bbb9e1c0959ca32fa956332992e58f93720fd2ce21bbab1dbac8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="315",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b7e727fa62fb6d9702d3f4910cb14e1188ac0616790c7e1bd614663fc28f2b2/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="328",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/454ec379711b3c17b237f196468229c9613eb7c21438334e4dec8cbfc7b8c7b9/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="378",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d4e9197c149b30d07b090471e294fdefb39f081c2a65b1673831debceb2a328b/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="396",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/98dfb134e18bc87d74b30a431e7394ba236cb0db103f245d6bee998770365295/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="403",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/89170e96eaa2f0dd7a6b2f06ae76bb59aa2a2a4cee0f7fa3a86131f7c0680628/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="45",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7c5a4eab89fe4a850ab0057d2d23b099b0036fd37183200793fa76d3250fef1b/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="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/9debe85b089592f6b5c6b63bddba91d9e2b5267cf75418868234005131f0fe49/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="506",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fb66d0d337d9f2c1b2faaa23fb139234e5d4f277a9028b77f355171e7caf0809/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="525",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/535db2a01205561cd491c9be1e333657c254e537d0ee18c804d2dc65d07cc2f4/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/8143f7822209cf56c15be28a42a61b1632bbd913ee71b4808db72d00e8da90be/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="593",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d4a393d2a7648703afa096a0a9edbf136fa3421b5e4a4583260865878b1fe30c/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="650",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f01ea42dd1eaaac6f6c1a190d59adf3dac431a324004a1560d67281440c5c3df/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="681",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f8b28c54db04331293071f2214e8fdf2af1850e58e2db2e8a7a66bb5e01960d6/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="736",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fc69921ec13094e424d149c4a891c9a3b52080f2cf811fdbbe14cff4b807905a/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="782",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/49ddaf3693436a4cc46fe20eab75f5ced420813bd83a077b32dafa3f3c2d3665/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="81",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/83b096528fa5fb848da13117fad2e694fb9fde9e2bbb883a6994aeed636876ba/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="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/2998a9c6557c12caf6a0447ad1ad41f968379c374802f3f9b7bf34fbb91d5e67/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="949",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d2add67ddc300954fb41c18b44ca2b76b4a70ad7133deb0b470b43a289fa6c88/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="954",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/064eaad24eb194b25c6875f2fb7177c058d62eff13de8e72bdcb9665353d6497/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="962",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6a294ac2b9375f0f3ca57998c0748c3ed231ab69c4fca1417c84f4c423c02e05/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="965",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e25962492cc53f66958d2834b234b8b97ec2e88424b521fc14c97fab33921d11/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/002f5ddff73d558b18637fb619e0b565d01beeb0ec176f9a2c5e062aa92ec968/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/011504d89f47bbb9e1c0959ca32fa956332992e58f93720fd2ce21bbab1dbac8/shm"} 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/04e59f4a8771e29897eea8b3d2985420d054eb5d12f6927b2f5545dc70aa02f5/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/064eaad24eb194b25c6875f2fb7177c058d62eff13de8e72bdcb9665353d6497/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/090da47510d0ae5bb1ed63751f6248cbaa4c2a7a8ac8d63c9f73e5df5bc13958/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/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/228944b53fe69afe7fe96945c1b6c8200990a22d4461a519de43380efa305588/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/23271335d23cd199ebe526e26515959c28dd479d5b3658184a63fbcdc2803bea/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/2998a9c6557c12caf6a0447ad1ad41f968379c374802f3f9b7bf34fbb91d5e67/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2da0450b9e819c2e167507e8aa73a04104b8938892d7d37209e971e1f2576b15/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/3c20fff5f5e042d11c7ebdbea3eebabd632c4137143b5e94e9ca873cf577b59e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3fcee5c9af2939d110d3feef9d0e7a5ae8ef13f87cfaf7789847fece48a91315/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/454ec379711b3c17b237f196468229c9613eb7c21438334e4dec8cbfc7b8c7b9/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/49ddaf3693436a4cc46fe20eab75f5ced420813bd83a077b32dafa3f3c2d3665/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4cdcd3040520b2d34830781ffda6d7f076fd148877595784f1540931c7e27149/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/535db2a01205561cd491c9be1e333657c254e537d0ee18c804d2dc65d07cc2f4/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca3532b906a4d1b21296e9f8eead7b7c3e9c5c88594f96d4c311324a784e71/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/641daa2853e0f2a473a32cb6d4edcc19c9a2fe303329693c909590199b3c4ae8/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/6792d551244378da70bc06269de7aba5103985ad5e2964852f4fc8c56215dc0f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6a294ac2b9375f0f3ca57998c0748c3ed231ab69c4fca1417c84f4c423c02e05/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b7e727fa62fb6d9702d3f4910cb14e1188ac0616790c7e1bd614663fc28f2b2/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6c5f6919837e1b8761dc0ce9607b44c40d15e152bf868ce6a60d07983007e8ec/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/719c6433174f658a577a4d926b7e9b71f34df2981df9c9de07f675276f357633/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/743db68c3c3941dd6e10b556ac9b47dfa7d16833d8387d85868025dce760e0d8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/77242eb613a33503b89a07ce359e398868f2573c3a75a0178b94ddf80e5e500f/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/8143f7822209cf56c15be28a42a61b1632bbd913ee71b4808db72d00e8da90be/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/83b096528fa5fb848da13117fad2e694fb9fde9e2bbb883a6994aeed636876ba/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/89170e96eaa2f0dd7a6b2f06ae76bb59aa2a2a4cee0f7fa3a86131f7c0680628/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/980caea5302d886ae9b282c0c3a32c0d10793db5d6ee7df8620d2e5dac7eba7d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/98dfb134e18bc87d74b30a431e7394ba236cb0db103f245d6bee998770365295/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9a490e65a19cfc9d30c1d234cd0e751d008362280a0fd669bed15800e664e300/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9debe85b089592f6b5c6b63bddba91d9e2b5267cf75418868234005131f0fe49/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a2f3de965f43b5dc480500928f991aa946aedb19e3ec7bcea2be2f7d2e0450fb/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/bbcaa9466b4212c1a2ed508022367f49fcdabac76dfb3a3af4b82ddbbc4f5ef3/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bc0999119e4f2494fa727f44e9cc78701d1eecc4f87f4775fb79c71de6bfc4db/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/d2add67ddc300954fb41c18b44ca2b76b4a70ad7133deb0b470b43a289fa6c88/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/d4e9197c149b30d07b090471e294fdefb39f081c2a65b1673831debceb2a328b/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/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/e18ffc35fbff65b4d6a6a6d249f5797690d8fba1b4b6ce8a4e7426e10d3e50ca/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e25962492cc53f66958d2834b234b8b97ec2e88424b521fc14c97fab33921d11/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/f01ea42dd1eaaac6f6c1a190d59adf3dac431a324004a1560d67281440c5c3df/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f8b28c54db04331293071f2214e8fdf2af1850e58e2db2e8a7a66bb5e01960d6/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/fb66d0d337d9f2c1b2faaa23fb139234e5d4f277a9028b77f355171e7caf0809/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fc69921ec13094e424d149c4a891c9a3b52080f2cf811fdbbe14cff4b807905a/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/4d59bc30-b104-4047-a45d-f9c424b9e205/volume-subpaths/server-config/canvas2-admin-backend/0"} 0 node_filesystem_readonly{device="/dev/vda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/8e5e61e6-9591-4b96-847d-676d13bf3f5c/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/8e5e61e6-9591-4b96-847d-676d13bf3f5c/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/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/f82002ed-2fc0-4216-a09d-54b570987822/volume-subpaths/wx-verify/canvas2-frontend/0"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/002f5ddff73d558b18637fb619e0b565d01beeb0ec176f9a2c5e062aa92ec968/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/011504d89f47bbb9e1c0959ca32fa956332992e58f93720fd2ce21bbab1dbac8/shm"} 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/04e59f4a8771e29897eea8b3d2985420d054eb5d12f6927b2f5545dc70aa02f5/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/064eaad24eb194b25c6875f2fb7177c058d62eff13de8e72bdcb9665353d6497/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/090da47510d0ae5bb1ed63751f6248cbaa4c2a7a8ac8d63c9f73e5df5bc13958/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/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/228944b53fe69afe7fe96945c1b6c8200990a22d4461a519de43380efa305588/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/23271335d23cd199ebe526e26515959c28dd479d5b3658184a63fbcdc2803bea/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/2998a9c6557c12caf6a0447ad1ad41f968379c374802f3f9b7bf34fbb91d5e67/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2da0450b9e819c2e167507e8aa73a04104b8938892d7d37209e971e1f2576b15/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/3c20fff5f5e042d11c7ebdbea3eebabd632c4137143b5e94e9ca873cf577b59e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3fcee5c9af2939d110d3feef9d0e7a5ae8ef13f87cfaf7789847fece48a91315/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/454ec379711b3c17b237f196468229c9613eb7c21438334e4dec8cbfc7b8c7b9/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/49ddaf3693436a4cc46fe20eab75f5ced420813bd83a077b32dafa3f3c2d3665/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4cdcd3040520b2d34830781ffda6d7f076fd148877595784f1540931c7e27149/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/535db2a01205561cd491c9be1e333657c254e537d0ee18c804d2dc65d07cc2f4/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca3532b906a4d1b21296e9f8eead7b7c3e9c5c88594f96d4c311324a784e71/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/641daa2853e0f2a473a32cb6d4edcc19c9a2fe303329693c909590199b3c4ae8/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/6792d551244378da70bc06269de7aba5103985ad5e2964852f4fc8c56215dc0f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6a294ac2b9375f0f3ca57998c0748c3ed231ab69c4fca1417c84f4c423c02e05/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b7e727fa62fb6d9702d3f4910cb14e1188ac0616790c7e1bd614663fc28f2b2/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6c5f6919837e1b8761dc0ce9607b44c40d15e152bf868ce6a60d07983007e8ec/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/719c6433174f658a577a4d926b7e9b71f34df2981df9c9de07f675276f357633/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/743db68c3c3941dd6e10b556ac9b47dfa7d16833d8387d85868025dce760e0d8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/77242eb613a33503b89a07ce359e398868f2573c3a75a0178b94ddf80e5e500f/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/8143f7822209cf56c15be28a42a61b1632bbd913ee71b4808db72d00e8da90be/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/83b096528fa5fb848da13117fad2e694fb9fde9e2bbb883a6994aeed636876ba/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/89170e96eaa2f0dd7a6b2f06ae76bb59aa2a2a4cee0f7fa3a86131f7c0680628/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/980caea5302d886ae9b282c0c3a32c0d10793db5d6ee7df8620d2e5dac7eba7d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/98dfb134e18bc87d74b30a431e7394ba236cb0db103f245d6bee998770365295/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9a490e65a19cfc9d30c1d234cd0e751d008362280a0fd669bed15800e664e300/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9debe85b089592f6b5c6b63bddba91d9e2b5267cf75418868234005131f0fe49/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a2f3de965f43b5dc480500928f991aa946aedb19e3ec7bcea2be2f7d2e0450fb/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/bbcaa9466b4212c1a2ed508022367f49fcdabac76dfb3a3af4b82ddbbc4f5ef3/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bc0999119e4f2494fa727f44e9cc78701d1eecc4f87f4775fb79c71de6bfc4db/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/d2add67ddc300954fb41c18b44ca2b76b4a70ad7133deb0b470b43a289fa6c88/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/d4e9197c149b30d07b090471e294fdefb39f081c2a65b1673831debceb2a328b/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/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/e18ffc35fbff65b4d6a6a6d249f5797690d8fba1b4b6ce8a4e7426e10d3e50ca/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e25962492cc53f66958d2834b234b8b97ec2e88424b521fc14c97fab33921d11/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/f01ea42dd1eaaac6f6c1a190d59adf3dac431a324004a1560d67281440c5c3df/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f8b28c54db04331293071f2214e8fdf2af1850e58e2db2e8a7a66bb5e01960d6/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/fb66d0d337d9f2c1b2faaa23fb139234e5d4f277a9028b77f355171e7caf0809/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fc69921ec13094e424d149c4a891c9a3b52080f2cf811fdbbe14cff4b807905a/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/00a0c683-c0da-4c47-8de5-115185cee6aa/volumes/kubernetes.io~projected/kube-api-access-c6rjf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0307e4d8-9ba5-4768-90bb-e099949ce3d9/volumes/kubernetes.io~projected/kube-api-access-2jbgm"} 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/0684d098-496f-4e37-a7d7-73344ab27abc/volumes/kubernetes.io~projected/kube-api-access-jgvl9"} 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/0c790cc1-e56c-4a51-a81d-76effb8f766f/volumes/kubernetes.io~projected/kube-api-access-k9n7m"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0c8d3465-dadb-4162-a807-a9dc97bcb3b1/volumes/kubernetes.io~projected/kube-api-access-fzwv7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0f0c57b8-372c-4f86-addf-340a83a4ecb9/volumes/kubernetes.io~projected/kube-api-access-2xfkk"} 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/16c8d8de-60cc-4dcb-9347-36b8b12912ed/volumes/kubernetes.io~projected/kube-api-access-9fh6t"} 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/1d349145-f126-45fd-bd36-1582c6badf3d/volumes/kubernetes.io~projected/kube-api-access-zcmft"} 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/2462ab24-b4a0-4b05-9dca-22f62f3854e6/volumes/kubernetes.io~projected/kube-api-access-l97mr"} 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/2eb57704-8285-40cb-829b-aabf6937716d/volumes/kubernetes.io~projected/kube-api-access-5zdgv"} 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/34c8d61d-d1a7-40fe-9f45-b03b3d3a332f/volumes/kubernetes.io~projected/kube-api-access-xzddn"} 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/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/38967774-844a-4cfd-9b4f-7d44bef03724/volumes/kubernetes.io~projected/kube-api-access-8cpzp"} 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/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/4d59bc30-b104-4047-a45d-f9c424b9e205/volumes/kubernetes.io~projected/kube-api-access-5xxhj"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4d6140b6-46b2-4067-ad82-f0192fd33782/volumes/kubernetes.io~projected/kube-api-access-bkmq9"} 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/57297aff-ec35-4318-a504-11e897ad5c4b/volumes/kubernetes.io~projected/kube-api-access-nthk9"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5892e8df-88eb-4275-af9e-246f8ed611e0/volumes/kubernetes.io~projected/kube-api-access-pz55p"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5dde456d-0b33-442e-a766-e789a2e423ca/volumes/kubernetes.io~projected/kube-api-access-z5frz"} 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/636cdc34-aa94-4a93-8d18-153bf56fa0ef/volumes/kubernetes.io~projected/kube-api-access-252b7"} 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/6749bb27-7476-439d-b65a-9d44b25302fd/volumes/kubernetes.io~projected/kube-api-access-vnnjv"} 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/7d64824f-0d71-4691-bb26-e4956920e72a/volumes/kubernetes.io~projected/kube-api-access-x75p9"} 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/8e5e61e6-9591-4b96-847d-676d13bf3f5c/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/8e5e61e6-9591-4b96-847d-676d13bf3f5c/volumes/kubernetes.io~projected/kube-api-access-74j7f"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8e5e61e6-9591-4b96-847d-676d13bf3f5c/volumes/kubernetes.io~secret/wechat-private-key"} 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/9502b3a5-75bf-4824-941f-20ffc2686d42/volumes/kubernetes.io~projected/kube-api-access-qz7tw"} 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/a6998ae8-8e60-498d-84f0-6a1e9872e29b/volumes/kubernetes.io~projected/kube-api-access-pfwnt"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ad10069d-9d0c-4169-82b6-88744c7be6d8/volumes/kubernetes.io~projected/kube-api-access-jgl6v"} 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/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/b8bf85b5-d5b0-4645-8854-4ea7dbc76af1/volumes/kubernetes.io~projected/kube-api-access-9kdrm"} 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/bc8051af-7544-4313-a118-6c72be11ac3b/volumes/kubernetes.io~projected/kube-api-access-mrm8j"} 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/c16c76b3-789b-40d3-aa4c-4b15116d2034/volumes/kubernetes.io~projected/kube-api-access-7khg5"} 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/c60a37da-18f8-4fa7-88ad-837e344b1417/volumes/kubernetes.io~projected/kube-api-access-qt966"} 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/cd1d7bbc-b947-4f35-897e-ec9ce20be658/volumes/kubernetes.io~projected/kube-api-access-94t56"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/cd634700-096c-4372-9d36-7da21695babc/volumes/kubernetes.io~projected/kube-api-access-z24tj"} 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/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/d952218d-290f-480b-86c2-0c66d40c8c06/volumes/kubernetes.io~projected/kube-api-access-b5rfv"} 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/e57adcaa-e76d-42c1-903a-3c974c7bf6d7/volumes/kubernetes.io~projected/kube-api-access-vzlkt"} 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/f0e8bfa7-6ae5-4fa9-8127-d1a77e2b3666/volumes/kubernetes.io~projected/kube-api-access-pqqs4"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f239b2ac-8e9c-4d51-bfb3-77b086910380/volumes/kubernetes.io~projected/kube-api-access-6csvg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f82002ed-2fc0-4216-a09d-54b570987822/volumes/kubernetes.io~projected/kube-api-access-lrwtq"} 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/002f5ddff73d558b18637fb619e0b565d01beeb0ec176f9a2c5e062aa92ec968/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/011504d89f47bbb9e1c0959ca32fa956332992e58f93720fd2ce21bbab1dbac8/shm"} 7.99424512e+08 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/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/064eaad24eb194b25c6875f2fb7177c058d62eff13de8e72bdcb9665353d6497/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/090da47510d0ae5bb1ed63751f6248cbaa4c2a7a8ac8d63c9f73e5df5bc13958/shm"} 7.99424512e+08 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/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/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/23271335d23cd199ebe526e26515959c28dd479d5b3658184a63fbcdc2803bea/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/24b1d86cc7d0146101c744a504b6e4f2a058d4e57d9ed20389ea9a67b3d607df/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2998a9c6557c12caf6a0447ad1ad41f968379c374802f3f9b7bf34fbb91d5e67/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2da0450b9e819c2e167507e8aa73a04104b8938892d7d37209e971e1f2576b15/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/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/3fcee5c9af2939d110d3feef9d0e7a5ae8ef13f87cfaf7789847fece48a91315/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/454ec379711b3c17b237f196468229c9613eb7c21438334e4dec8cbfc7b8c7b9/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/49ddaf3693436a4cc46fe20eab75f5ced420813bd83a077b32dafa3f3c2d3665/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4cdcd3040520b2d34830781ffda6d7f076fd148877595784f1540931c7e27149/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/535db2a01205561cd491c9be1e333657c254e537d0ee18c804d2dc65d07cc2f4/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca3532b906a4d1b21296e9f8eead7b7c3e9c5c88594f96d4c311324a784e71/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/641daa2853e0f2a473a32cb6d4edcc19c9a2fe303329693c909590199b3c4ae8/shm"} 7.99424512e+08 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/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/6a294ac2b9375f0f3ca57998c0748c3ed231ab69c4fca1417c84f4c423c02e05/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6b7e727fa62fb6d9702d3f4910cb14e1188ac0616790c7e1bd614663fc28f2b2/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6c5f6919837e1b8761dc0ce9607b44c40d15e152bf868ce6a60d07983007e8ec/shm"} 6.7108864e+07 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/719c6433174f658a577a4d926b7e9b71f34df2981df9c9de07f675276f357633/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/743db68c3c3941dd6e10b556ac9b47dfa7d16833d8387d85868025dce760e0d8/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/77242eb613a33503b89a07ce359e398868f2573c3a75a0178b94ddf80e5e500f/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/8143f7822209cf56c15be28a42a61b1632bbd913ee71b4808db72d00e8da90be/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/83b096528fa5fb848da13117fad2e694fb9fde9e2bbb883a6994aeed636876ba/shm"} 7.99424512e+08 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/89170e96eaa2f0dd7a6b2f06ae76bb59aa2a2a4cee0f7fa3a86131f7c0680628/shm"} 7.99424512e+08 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/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/98dfb134e18bc87d74b30a431e7394ba236cb0db103f245d6bee998770365295/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9a490e65a19cfc9d30c1d234cd0e751d008362280a0fd669bed15800e664e300/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9debe85b089592f6b5c6b63bddba91d9e2b5267cf75418868234005131f0fe49/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a2f3de965f43b5dc480500928f991aa946aedb19e3ec7bcea2be2f7d2e0450fb/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/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/bc0999119e4f2494fa727f44e9cc78701d1eecc4f87f4775fb79c71de6bfc4db/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/d2add67ddc300954fb41c18b44ca2b76b4a70ad7133deb0b470b43a289fa6c88/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/d4e9197c149b30d07b090471e294fdefb39f081c2a65b1673831debceb2a328b/shm"} 7.99424512e+08 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/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/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/e25962492cc53f66958d2834b234b8b97ec2e88424b521fc14c97fab33921d11/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/f01ea42dd1eaaac6f6c1a190d59adf3dac431a324004a1560d67281440c5c3df/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f8b28c54db04331293071f2214e8fdf2af1850e58e2db2e8a7a66bb5e01960d6/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/fb66d0d337d9f2c1b2faaa23fb139234e5d4f277a9028b77f355171e7caf0809/shm"} 7.99424512e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fc69921ec13094e424d149c4a891c9a3b52080f2cf811fdbbe14cff4b807905a/shm"} 7.99424512e+08 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.4209665e+07 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.008434682e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.02 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.22 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.35 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.729179648e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 2.76082688e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 1.031647232e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 2.570899456e+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 5.0176e+07 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 2.050064384e+09 # 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.490939904e+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 610304 # 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.26601472e+08 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 1.88383232e+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.057230848e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 3.4013184e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 6.43321856e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 4.636971008e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 2.709942272e+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 5.9809792e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 4.923392e+06 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.77840128e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.31133184e+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.650112e+06 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 4.08973312e+08 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 4.24767488e+08 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 1.447510016e+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.04128e+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.5922688e+07 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_memory_Zswapped_bytes Memory information field Zswapped_bytes. # TYPE node_memory_Zswapped_bytes gauge node_memory_Zswapped_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 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 58424 # 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 153041 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 4.16435e+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 1394 # 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 3357 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 2 # 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="veth02d3d208"} 3 node_network_address_assign_type{device="veth03dfaf51"} 3 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="veth16d17d88"} 3 node_network_address_assign_type{device="veth19909dd6"} 3 node_network_address_assign_type{device="veth1c02bf0b"} 3 node_network_address_assign_type{device="veth1daa754e"} 3 node_network_address_assign_type{device="veth1fd478fd"} 3 node_network_address_assign_type{device="veth200f7009"} 3 node_network_address_assign_type{device="veth22fc4c7d"} 3 node_network_address_assign_type{device="veth2a61cbf1"} 3 node_network_address_assign_type{device="veth2a67fa73"} 3 node_network_address_assign_type{device="veth2b5ea436"} 3 node_network_address_assign_type{device="veth2cb2aa72"} 3 node_network_address_assign_type{device="veth2d858bcf"} 3 node_network_address_assign_type{device="veth2fe7c06c"} 3 node_network_address_assign_type{device="veth3a3fe0a4"} 3 node_network_address_assign_type{device="veth3a5e2c51"} 3 node_network_address_assign_type{device="veth3aa0a4dd"} 3 node_network_address_assign_type{device="veth47bf1eca"} 3 node_network_address_assign_type{device="veth4bf340a1"} 3 node_network_address_assign_type{device="veth4e1b5495"} 3 node_network_address_assign_type{device="veth513d7abd"} 3 node_network_address_assign_type{device="veth55613faf"} 3 node_network_address_assign_type{device="veth566c5ac6"} 3 node_network_address_assign_type{device="veth57b55471"} 3 node_network_address_assign_type{device="veth5a49da3b"} 3 node_network_address_assign_type{device="veth5ece42be"} 3 node_network_address_assign_type{device="veth5f82e096"} 3 node_network_address_assign_type{device="veth648a5d34"} 3 node_network_address_assign_type{device="veth64b59428"} 3 node_network_address_assign_type{device="veth66b05a8a"} 3 node_network_address_assign_type{device="veth6d6ecd02"} 3 node_network_address_assign_type{device="veth70257b27"} 3 node_network_address_assign_type{device="veth70dc275c"} 3 node_network_address_assign_type{device="veth757823be"} 3 node_network_address_assign_type{device="veth80f8420c"} 3 node_network_address_assign_type{device="veth84942489"} 3 node_network_address_assign_type{device="veth8673d012"} 3 node_network_address_assign_type{device="veth89a6cca8"} 3 node_network_address_assign_type{device="veth90b9dd6c"} 3 node_network_address_assign_type{device="veth951c6493"} 3 node_network_address_assign_type{device="veth96bdd5f0"} 3 node_network_address_assign_type{device="veth9f804dfd"} 3 node_network_address_assign_type{device="vetha09e9000"} 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="vetha948f00c"} 3 node_network_address_assign_type{device="vethaaaf030c"} 3 node_network_address_assign_type{device="vethabe923e4"} 3 node_network_address_assign_type{device="vethb25f2439"} 3 node_network_address_assign_type{device="vethbf9b6372"} 3 node_network_address_assign_type{device="vethc6ee08b0"} 3 node_network_address_assign_type{device="vethc91be4f1"} 3 node_network_address_assign_type{device="vethcc47c85e"} 3 node_network_address_assign_type{device="vethcd7d1363"} 3 node_network_address_assign_type{device="vethd10a7d57"} 3 node_network_address_assign_type{device="vethd52f687c"} 3 node_network_address_assign_type{device="vethd84058fc"} 3 node_network_address_assign_type{device="vethd87df4e9"} 3 node_network_address_assign_type{device="vethdd3a869c"} 3 node_network_address_assign_type{device="vethe47cf2e4"} 3 node_network_address_assign_type{device="vetheddeaa73"} 3 node_network_address_assign_type{device="vethf3fbb399"} 3 node_network_address_assign_type{device="vethf4530953"} 3 node_network_address_assign_type{device="vethf90b4f47"} 3 node_network_address_assign_type{device="vethfb436dde"} 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="veth02d3d208"} 1 node_network_carrier{device="veth03dfaf51"} 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="veth16d17d88"} 1 node_network_carrier{device="veth19909dd6"} 1 node_network_carrier{device="veth1c02bf0b"} 1 node_network_carrier{device="veth1daa754e"} 1 node_network_carrier{device="veth1fd478fd"} 1 node_network_carrier{device="veth200f7009"} 1 node_network_carrier{device="veth22fc4c7d"} 1 node_network_carrier{device="veth2a61cbf1"} 1 node_network_carrier{device="veth2a67fa73"} 1 node_network_carrier{device="veth2b5ea436"} 1 node_network_carrier{device="veth2cb2aa72"} 1 node_network_carrier{device="veth2d858bcf"} 1 node_network_carrier{device="veth2fe7c06c"} 1 node_network_carrier{device="veth3a3fe0a4"} 1 node_network_carrier{device="veth3a5e2c51"} 1 node_network_carrier{device="veth3aa0a4dd"} 1 node_network_carrier{device="veth47bf1eca"} 1 node_network_carrier{device="veth4bf340a1"} 1 node_network_carrier{device="veth4e1b5495"} 1 node_network_carrier{device="veth513d7abd"} 1 node_network_carrier{device="veth55613faf"} 1 node_network_carrier{device="veth566c5ac6"} 1 node_network_carrier{device="veth57b55471"} 1 node_network_carrier{device="veth5a49da3b"} 1 node_network_carrier{device="veth5ece42be"} 1 node_network_carrier{device="veth5f82e096"} 1 node_network_carrier{device="veth648a5d34"} 1 node_network_carrier{device="veth64b59428"} 1 node_network_carrier{device="veth66b05a8a"} 1 node_network_carrier{device="veth6d6ecd02"} 1 node_network_carrier{device="veth70257b27"} 1 node_network_carrier{device="veth70dc275c"} 1 node_network_carrier{device="veth757823be"} 1 node_network_carrier{device="veth80f8420c"} 1 node_network_carrier{device="veth84942489"} 1 node_network_carrier{device="veth8673d012"} 1 node_network_carrier{device="veth89a6cca8"} 1 node_network_carrier{device="veth90b9dd6c"} 1 node_network_carrier{device="veth951c6493"} 1 node_network_carrier{device="veth96bdd5f0"} 1 node_network_carrier{device="veth9f804dfd"} 1 node_network_carrier{device="vetha09e9000"} 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="vetha948f00c"} 1 node_network_carrier{device="vethaaaf030c"} 1 node_network_carrier{device="vethabe923e4"} 1 node_network_carrier{device="vethb25f2439"} 1 node_network_carrier{device="vethbf9b6372"} 1 node_network_carrier{device="vethc6ee08b0"} 1 node_network_carrier{device="vethc91be4f1"} 1 node_network_carrier{device="vethcc47c85e"} 1 node_network_carrier{device="vethcd7d1363"} 1 node_network_carrier{device="vethd10a7d57"} 1 node_network_carrier{device="vethd52f687c"} 1 node_network_carrier{device="vethd84058fc"} 1 node_network_carrier{device="vethd87df4e9"} 1 node_network_carrier{device="vethdd3a869c"} 1 node_network_carrier{device="vethe47cf2e4"} 1 node_network_carrier{device="vetheddeaa73"} 1 node_network_carrier{device="vethf3fbb399"} 1 node_network_carrier{device="vethf4530953"} 1 node_network_carrier{device="vethf90b4f47"} 1 node_network_carrier{device="vethfb436dde"} 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="veth02d3d208"} 2 node_network_carrier_changes_total{device="veth03dfaf51"} 2 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="veth16d17d88"} 2 node_network_carrier_changes_total{device="veth19909dd6"} 2 node_network_carrier_changes_total{device="veth1c02bf0b"} 2 node_network_carrier_changes_total{device="veth1daa754e"} 2 node_network_carrier_changes_total{device="veth1fd478fd"} 2 node_network_carrier_changes_total{device="veth200f7009"} 2 node_network_carrier_changes_total{device="veth22fc4c7d"} 2 node_network_carrier_changes_total{device="veth2a61cbf1"} 2 node_network_carrier_changes_total{device="veth2a67fa73"} 2 node_network_carrier_changes_total{device="veth2b5ea436"} 2 node_network_carrier_changes_total{device="veth2cb2aa72"} 2 node_network_carrier_changes_total{device="veth2d858bcf"} 2 node_network_carrier_changes_total{device="veth2fe7c06c"} 2 node_network_carrier_changes_total{device="veth3a3fe0a4"} 2 node_network_carrier_changes_total{device="veth3a5e2c51"} 2 node_network_carrier_changes_total{device="veth3aa0a4dd"} 2 node_network_carrier_changes_total{device="veth47bf1eca"} 2 node_network_carrier_changes_total{device="veth4bf340a1"} 2 node_network_carrier_changes_total{device="veth4e1b5495"} 2 node_network_carrier_changes_total{device="veth513d7abd"} 2 node_network_carrier_changes_total{device="veth55613faf"} 2 node_network_carrier_changes_total{device="veth566c5ac6"} 2 node_network_carrier_changes_total{device="veth57b55471"} 2 node_network_carrier_changes_total{device="veth5a49da3b"} 2 node_network_carrier_changes_total{device="veth5ece42be"} 2 node_network_carrier_changes_total{device="veth5f82e096"} 2 node_network_carrier_changes_total{device="veth648a5d34"} 2 node_network_carrier_changes_total{device="veth64b59428"} 2 node_network_carrier_changes_total{device="veth66b05a8a"} 2 node_network_carrier_changes_total{device="veth6d6ecd02"} 2 node_network_carrier_changes_total{device="veth70257b27"} 2 node_network_carrier_changes_total{device="veth70dc275c"} 2 node_network_carrier_changes_total{device="veth757823be"} 2 node_network_carrier_changes_total{device="veth80f8420c"} 2 node_network_carrier_changes_total{device="veth84942489"} 2 node_network_carrier_changes_total{device="veth8673d012"} 2 node_network_carrier_changes_total{device="veth89a6cca8"} 2 node_network_carrier_changes_total{device="veth90b9dd6c"} 2 node_network_carrier_changes_total{device="veth951c6493"} 2 node_network_carrier_changes_total{device="veth96bdd5f0"} 2 node_network_carrier_changes_total{device="veth9f804dfd"} 2 node_network_carrier_changes_total{device="vetha09e9000"} 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="vetha948f00c"} 2 node_network_carrier_changes_total{device="vethaaaf030c"} 2 node_network_carrier_changes_total{device="vethabe923e4"} 2 node_network_carrier_changes_total{device="vethb25f2439"} 2 node_network_carrier_changes_total{device="vethbf9b6372"} 2 node_network_carrier_changes_total{device="vethc6ee08b0"} 2 node_network_carrier_changes_total{device="vethc91be4f1"} 2 node_network_carrier_changes_total{device="vethcc47c85e"} 2 node_network_carrier_changes_total{device="vethcd7d1363"} 2 node_network_carrier_changes_total{device="vethd10a7d57"} 2 node_network_carrier_changes_total{device="vethd52f687c"} 2 node_network_carrier_changes_total{device="vethd84058fc"} 2 node_network_carrier_changes_total{device="vethd87df4e9"} 2 node_network_carrier_changes_total{device="vethdd3a869c"} 2 node_network_carrier_changes_total{device="vethe47cf2e4"} 2 node_network_carrier_changes_total{device="vetheddeaa73"} 2 node_network_carrier_changes_total{device="vethf3fbb399"} 2 node_network_carrier_changes_total{device="vethf4530953"} 2 node_network_carrier_changes_total{device="vethf90b4f47"} 2 node_network_carrier_changes_total{device="vethfb436dde"} 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="veth02d3d208"} 1 node_network_carrier_down_changes_total{device="veth03dfaf51"} 1 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="veth16d17d88"} 1 node_network_carrier_down_changes_total{device="veth19909dd6"} 1 node_network_carrier_down_changes_total{device="veth1c02bf0b"} 1 node_network_carrier_down_changes_total{device="veth1daa754e"} 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="veth22fc4c7d"} 1 node_network_carrier_down_changes_total{device="veth2a61cbf1"} 1 node_network_carrier_down_changes_total{device="veth2a67fa73"} 1 node_network_carrier_down_changes_total{device="veth2b5ea436"} 1 node_network_carrier_down_changes_total{device="veth2cb2aa72"} 1 node_network_carrier_down_changes_total{device="veth2d858bcf"} 1 node_network_carrier_down_changes_total{device="veth2fe7c06c"} 1 node_network_carrier_down_changes_total{device="veth3a3fe0a4"} 1 node_network_carrier_down_changes_total{device="veth3a5e2c51"} 1 node_network_carrier_down_changes_total{device="veth3aa0a4dd"} 1 node_network_carrier_down_changes_total{device="veth47bf1eca"} 1 node_network_carrier_down_changes_total{device="veth4bf340a1"} 1 node_network_carrier_down_changes_total{device="veth4e1b5495"} 1 node_network_carrier_down_changes_total{device="veth513d7abd"} 1 node_network_carrier_down_changes_total{device="veth55613faf"} 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="veth5a49da3b"} 1 node_network_carrier_down_changes_total{device="veth5ece42be"} 1 node_network_carrier_down_changes_total{device="veth5f82e096"} 1 node_network_carrier_down_changes_total{device="veth648a5d34"} 1 node_network_carrier_down_changes_total{device="veth64b59428"} 1 node_network_carrier_down_changes_total{device="veth66b05a8a"} 1 node_network_carrier_down_changes_total{device="veth6d6ecd02"} 1 node_network_carrier_down_changes_total{device="veth70257b27"} 1 node_network_carrier_down_changes_total{device="veth70dc275c"} 1 node_network_carrier_down_changes_total{device="veth757823be"} 1 node_network_carrier_down_changes_total{device="veth80f8420c"} 1 node_network_carrier_down_changes_total{device="veth84942489"} 1 node_network_carrier_down_changes_total{device="veth8673d012"} 1 node_network_carrier_down_changes_total{device="veth89a6cca8"} 1 node_network_carrier_down_changes_total{device="veth90b9dd6c"} 1 node_network_carrier_down_changes_total{device="veth951c6493"} 1 node_network_carrier_down_changes_total{device="veth96bdd5f0"} 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="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="vetha948f00c"} 1 node_network_carrier_down_changes_total{device="vethaaaf030c"} 1 node_network_carrier_down_changes_total{device="vethabe923e4"} 1 node_network_carrier_down_changes_total{device="vethb25f2439"} 1 node_network_carrier_down_changes_total{device="vethbf9b6372"} 1 node_network_carrier_down_changes_total{device="vethc6ee08b0"} 1 node_network_carrier_down_changes_total{device="vethc91be4f1"} 1 node_network_carrier_down_changes_total{device="vethcc47c85e"} 1 node_network_carrier_down_changes_total{device="vethcd7d1363"} 1 node_network_carrier_down_changes_total{device="vethd10a7d57"} 1 node_network_carrier_down_changes_total{device="vethd52f687c"} 1 node_network_carrier_down_changes_total{device="vethd84058fc"} 1 node_network_carrier_down_changes_total{device="vethd87df4e9"} 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="vetheddeaa73"} 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="vethf90b4f47"} 1 node_network_carrier_down_changes_total{device="vethfb436dde"} 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="veth02d3d208"} 1 node_network_carrier_up_changes_total{device="veth03dfaf51"} 1 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="veth16d17d88"} 1 node_network_carrier_up_changes_total{device="veth19909dd6"} 1 node_network_carrier_up_changes_total{device="veth1c02bf0b"} 1 node_network_carrier_up_changes_total{device="veth1daa754e"} 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="veth22fc4c7d"} 1 node_network_carrier_up_changes_total{device="veth2a61cbf1"} 1 node_network_carrier_up_changes_total{device="veth2a67fa73"} 1 node_network_carrier_up_changes_total{device="veth2b5ea436"} 1 node_network_carrier_up_changes_total{device="veth2cb2aa72"} 1 node_network_carrier_up_changes_total{device="veth2d858bcf"} 1 node_network_carrier_up_changes_total{device="veth2fe7c06c"} 1 node_network_carrier_up_changes_total{device="veth3a3fe0a4"} 1 node_network_carrier_up_changes_total{device="veth3a5e2c51"} 1 node_network_carrier_up_changes_total{device="veth3aa0a4dd"} 1 node_network_carrier_up_changes_total{device="veth47bf1eca"} 1 node_network_carrier_up_changes_total{device="veth4bf340a1"} 1 node_network_carrier_up_changes_total{device="veth4e1b5495"} 1 node_network_carrier_up_changes_total{device="veth513d7abd"} 1 node_network_carrier_up_changes_total{device="veth55613faf"} 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="veth5a49da3b"} 1 node_network_carrier_up_changes_total{device="veth5ece42be"} 1 node_network_carrier_up_changes_total{device="veth5f82e096"} 1 node_network_carrier_up_changes_total{device="veth648a5d34"} 1 node_network_carrier_up_changes_total{device="veth64b59428"} 1 node_network_carrier_up_changes_total{device="veth66b05a8a"} 1 node_network_carrier_up_changes_total{device="veth6d6ecd02"} 1 node_network_carrier_up_changes_total{device="veth70257b27"} 1 node_network_carrier_up_changes_total{device="veth70dc275c"} 1 node_network_carrier_up_changes_total{device="veth757823be"} 1 node_network_carrier_up_changes_total{device="veth80f8420c"} 1 node_network_carrier_up_changes_total{device="veth84942489"} 1 node_network_carrier_up_changes_total{device="veth8673d012"} 1 node_network_carrier_up_changes_total{device="veth89a6cca8"} 1 node_network_carrier_up_changes_total{device="veth90b9dd6c"} 1 node_network_carrier_up_changes_total{device="veth951c6493"} 1 node_network_carrier_up_changes_total{device="veth96bdd5f0"} 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="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="vetha948f00c"} 1 node_network_carrier_up_changes_total{device="vethaaaf030c"} 1 node_network_carrier_up_changes_total{device="vethabe923e4"} 1 node_network_carrier_up_changes_total{device="vethb25f2439"} 1 node_network_carrier_up_changes_total{device="vethbf9b6372"} 1 node_network_carrier_up_changes_total{device="vethc6ee08b0"} 1 node_network_carrier_up_changes_total{device="vethc91be4f1"} 1 node_network_carrier_up_changes_total{device="vethcc47c85e"} 1 node_network_carrier_up_changes_total{device="vethcd7d1363"} 1 node_network_carrier_up_changes_total{device="vethd10a7d57"} 1 node_network_carrier_up_changes_total{device="vethd52f687c"} 1 node_network_carrier_up_changes_total{device="vethd84058fc"} 1 node_network_carrier_up_changes_total{device="vethd87df4e9"} 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="vetheddeaa73"} 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="vethf90b4f47"} 1 node_network_carrier_up_changes_total{device="vethfb436dde"} 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="veth02d3d208"} 0 node_network_device_id{device="veth03dfaf51"} 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="veth16d17d88"} 0 node_network_device_id{device="veth19909dd6"} 0 node_network_device_id{device="veth1c02bf0b"} 0 node_network_device_id{device="veth1daa754e"} 0 node_network_device_id{device="veth1fd478fd"} 0 node_network_device_id{device="veth200f7009"} 0 node_network_device_id{device="veth22fc4c7d"} 0 node_network_device_id{device="veth2a61cbf1"} 0 node_network_device_id{device="veth2a67fa73"} 0 node_network_device_id{device="veth2b5ea436"} 0 node_network_device_id{device="veth2cb2aa72"} 0 node_network_device_id{device="veth2d858bcf"} 0 node_network_device_id{device="veth2fe7c06c"} 0 node_network_device_id{device="veth3a3fe0a4"} 0 node_network_device_id{device="veth3a5e2c51"} 0 node_network_device_id{device="veth3aa0a4dd"} 0 node_network_device_id{device="veth47bf1eca"} 0 node_network_device_id{device="veth4bf340a1"} 0 node_network_device_id{device="veth4e1b5495"} 0 node_network_device_id{device="veth513d7abd"} 0 node_network_device_id{device="veth55613faf"} 0 node_network_device_id{device="veth566c5ac6"} 0 node_network_device_id{device="veth57b55471"} 0 node_network_device_id{device="veth5a49da3b"} 0 node_network_device_id{device="veth5ece42be"} 0 node_network_device_id{device="veth5f82e096"} 0 node_network_device_id{device="veth648a5d34"} 0 node_network_device_id{device="veth64b59428"} 0 node_network_device_id{device="veth66b05a8a"} 0 node_network_device_id{device="veth6d6ecd02"} 0 node_network_device_id{device="veth70257b27"} 0 node_network_device_id{device="veth70dc275c"} 0 node_network_device_id{device="veth757823be"} 0 node_network_device_id{device="veth80f8420c"} 0 node_network_device_id{device="veth84942489"} 0 node_network_device_id{device="veth8673d012"} 0 node_network_device_id{device="veth89a6cca8"} 0 node_network_device_id{device="veth90b9dd6c"} 0 node_network_device_id{device="veth951c6493"} 0 node_network_device_id{device="veth96bdd5f0"} 0 node_network_device_id{device="veth9f804dfd"} 0 node_network_device_id{device="vetha09e9000"} 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="vetha948f00c"} 0 node_network_device_id{device="vethaaaf030c"} 0 node_network_device_id{device="vethabe923e4"} 0 node_network_device_id{device="vethb25f2439"} 0 node_network_device_id{device="vethbf9b6372"} 0 node_network_device_id{device="vethc6ee08b0"} 0 node_network_device_id{device="vethc91be4f1"} 0 node_network_device_id{device="vethcc47c85e"} 0 node_network_device_id{device="vethcd7d1363"} 0 node_network_device_id{device="vethd10a7d57"} 0 node_network_device_id{device="vethd52f687c"} 0 node_network_device_id{device="vethd84058fc"} 0 node_network_device_id{device="vethd87df4e9"} 0 node_network_device_id{device="vethdd3a869c"} 0 node_network_device_id{device="vethe47cf2e4"} 0 node_network_device_id{device="vetheddeaa73"} 0 node_network_device_id{device="vethf3fbb399"} 0 node_network_device_id{device="vethf4530953"} 0 node_network_device_id{device="vethf90b4f47"} 0 node_network_device_id{device="vethfb436dde"} 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="veth02d3d208"} 0 node_network_dormant{device="veth03dfaf51"} 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="veth16d17d88"} 0 node_network_dormant{device="veth19909dd6"} 0 node_network_dormant{device="veth1c02bf0b"} 0 node_network_dormant{device="veth1daa754e"} 0 node_network_dormant{device="veth1fd478fd"} 0 node_network_dormant{device="veth200f7009"} 0 node_network_dormant{device="veth22fc4c7d"} 0 node_network_dormant{device="veth2a61cbf1"} 0 node_network_dormant{device="veth2a67fa73"} 0 node_network_dormant{device="veth2b5ea436"} 0 node_network_dormant{device="veth2cb2aa72"} 0 node_network_dormant{device="veth2d858bcf"} 0 node_network_dormant{device="veth2fe7c06c"} 0 node_network_dormant{device="veth3a3fe0a4"} 0 node_network_dormant{device="veth3a5e2c51"} 0 node_network_dormant{device="veth3aa0a4dd"} 0 node_network_dormant{device="veth47bf1eca"} 0 node_network_dormant{device="veth4bf340a1"} 0 node_network_dormant{device="veth4e1b5495"} 0 node_network_dormant{device="veth513d7abd"} 0 node_network_dormant{device="veth55613faf"} 0 node_network_dormant{device="veth566c5ac6"} 0 node_network_dormant{device="veth57b55471"} 0 node_network_dormant{device="veth5a49da3b"} 0 node_network_dormant{device="veth5ece42be"} 0 node_network_dormant{device="veth5f82e096"} 0 node_network_dormant{device="veth648a5d34"} 0 node_network_dormant{device="veth64b59428"} 0 node_network_dormant{device="veth66b05a8a"} 0 node_network_dormant{device="veth6d6ecd02"} 0 node_network_dormant{device="veth70257b27"} 0 node_network_dormant{device="veth70dc275c"} 0 node_network_dormant{device="veth757823be"} 0 node_network_dormant{device="veth80f8420c"} 0 node_network_dormant{device="veth84942489"} 0 node_network_dormant{device="veth8673d012"} 0 node_network_dormant{device="veth89a6cca8"} 0 node_network_dormant{device="veth90b9dd6c"} 0 node_network_dormant{device="veth951c6493"} 0 node_network_dormant{device="veth96bdd5f0"} 0 node_network_dormant{device="veth9f804dfd"} 0 node_network_dormant{device="vetha09e9000"} 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="vetha948f00c"} 0 node_network_dormant{device="vethaaaf030c"} 0 node_network_dormant{device="vethabe923e4"} 0 node_network_dormant{device="vethb25f2439"} 0 node_network_dormant{device="vethbf9b6372"} 0 node_network_dormant{device="vethc6ee08b0"} 0 node_network_dormant{device="vethc91be4f1"} 0 node_network_dormant{device="vethcc47c85e"} 0 node_network_dormant{device="vethcd7d1363"} 0 node_network_dormant{device="vethd10a7d57"} 0 node_network_dormant{device="vethd52f687c"} 0 node_network_dormant{device="vethd84058fc"} 0 node_network_dormant{device="vethd87df4e9"} 0 node_network_dormant{device="vethdd3a869c"} 0 node_network_dormant{device="vethe47cf2e4"} 0 node_network_dormant{device="vetheddeaa73"} 0 node_network_dormant{device="vethf3fbb399"} 0 node_network_dormant{device="vethf4530953"} 0 node_network_dormant{device="vethf90b4f47"} 0 node_network_dormant{device="vethfb436dde"} 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="veth02d3d208"} 4867 node_network_flags{device="veth03dfaf51"} 4867 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="veth16d17d88"} 4867 node_network_flags{device="veth19909dd6"} 4867 node_network_flags{device="veth1c02bf0b"} 4867 node_network_flags{device="veth1daa754e"} 4867 node_network_flags{device="veth1fd478fd"} 4867 node_network_flags{device="veth200f7009"} 4867 node_network_flags{device="veth22fc4c7d"} 4867 node_network_flags{device="veth2a61cbf1"} 4867 node_network_flags{device="veth2a67fa73"} 4867 node_network_flags{device="veth2b5ea436"} 4867 node_network_flags{device="veth2cb2aa72"} 4867 node_network_flags{device="veth2d858bcf"} 4867 node_network_flags{device="veth2fe7c06c"} 4867 node_network_flags{device="veth3a3fe0a4"} 4867 node_network_flags{device="veth3a5e2c51"} 4867 node_network_flags{device="veth3aa0a4dd"} 4867 node_network_flags{device="veth47bf1eca"} 4867 node_network_flags{device="veth4bf340a1"} 4867 node_network_flags{device="veth4e1b5495"} 4867 node_network_flags{device="veth513d7abd"} 4867 node_network_flags{device="veth55613faf"} 4867 node_network_flags{device="veth566c5ac6"} 4867 node_network_flags{device="veth57b55471"} 4867 node_network_flags{device="veth5a49da3b"} 4867 node_network_flags{device="veth5ece42be"} 4867 node_network_flags{device="veth5f82e096"} 4867 node_network_flags{device="veth648a5d34"} 4867 node_network_flags{device="veth64b59428"} 4867 node_network_flags{device="veth66b05a8a"} 4867 node_network_flags{device="veth6d6ecd02"} 4867 node_network_flags{device="veth70257b27"} 4867 node_network_flags{device="veth70dc275c"} 4867 node_network_flags{device="veth757823be"} 4867 node_network_flags{device="veth80f8420c"} 4867 node_network_flags{device="veth84942489"} 4867 node_network_flags{device="veth8673d012"} 4867 node_network_flags{device="veth89a6cca8"} 4867 node_network_flags{device="veth90b9dd6c"} 4867 node_network_flags{device="veth951c6493"} 4867 node_network_flags{device="veth96bdd5f0"} 4867 node_network_flags{device="veth9f804dfd"} 4867 node_network_flags{device="vetha09e9000"} 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="vetha948f00c"} 4867 node_network_flags{device="vethaaaf030c"} 4867 node_network_flags{device="vethabe923e4"} 4867 node_network_flags{device="vethb25f2439"} 4867 node_network_flags{device="vethbf9b6372"} 4867 node_network_flags{device="vethc6ee08b0"} 4867 node_network_flags{device="vethc91be4f1"} 4867 node_network_flags{device="vethcc47c85e"} 4867 node_network_flags{device="vethcd7d1363"} 4867 node_network_flags{device="vethd10a7d57"} 4867 node_network_flags{device="vethd52f687c"} 4867 node_network_flags{device="vethd84058fc"} 4867 node_network_flags{device="vethd87df4e9"} 4867 node_network_flags{device="vethdd3a869c"} 4867 node_network_flags{device="vethe47cf2e4"} 4867 node_network_flags{device="vetheddeaa73"} 4867 node_network_flags{device="vethf3fbb399"} 4867 node_network_flags{device="vethf4530953"} 4867 node_network_flags{device="vethf90b4f47"} 4867 node_network_flags{device="vethfb436dde"} 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="veth02d3d208"} 7461 node_network_iface_id{device="veth03dfaf51"} 7485 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="veth16d17d88"} 7471 node_network_iface_id{device="veth19909dd6"} 7465 node_network_iface_id{device="veth1c02bf0b"} 7480 node_network_iface_id{device="veth1daa754e"} 7481 node_network_iface_id{device="veth1fd478fd"} 6440 node_network_iface_id{device="veth200f7009"} 6928 node_network_iface_id{device="veth22fc4c7d"} 7085 node_network_iface_id{device="veth2a61cbf1"} 7462 node_network_iface_id{device="veth2a67fa73"} 1234 node_network_iface_id{device="veth2b5ea436"} 7463 node_network_iface_id{device="veth2cb2aa72"} 1246 node_network_iface_id{device="veth2d858bcf"} 7470 node_network_iface_id{device="veth2fe7c06c"} 1252 node_network_iface_id{device="veth3a3fe0a4"} 7464 node_network_iface_id{device="veth3a5e2c51"} 6572 node_network_iface_id{device="veth3aa0a4dd"} 7475 node_network_iface_id{device="veth47bf1eca"} 7034 node_network_iface_id{device="veth4bf340a1"} 6238 node_network_iface_id{device="veth4e1b5495"} 7492 node_network_iface_id{device="veth513d7abd"} 7477 node_network_iface_id{device="veth55613faf"} 1241 node_network_iface_id{device="veth566c5ac6"} 6444 node_network_iface_id{device="veth57b55471"} 6764 node_network_iface_id{device="veth5a49da3b"} 7496 node_network_iface_id{device="veth5ece42be"} 7495 node_network_iface_id{device="veth5f82e096"} 7472 node_network_iface_id{device="veth648a5d34"} 7483 node_network_iface_id{device="veth64b59428"} 7482 node_network_iface_id{device="veth66b05a8a"} 7493 node_network_iface_id{device="veth6d6ecd02"} 7478 node_network_iface_id{device="veth70257b27"} 5334 node_network_iface_id{device="veth70dc275c"} 6298 node_network_iface_id{device="veth757823be"} 7428 node_network_iface_id{device="veth80f8420c"} 6454 node_network_iface_id{device="veth84942489"} 7474 node_network_iface_id{device="veth8673d012"} 7484 node_network_iface_id{device="veth89a6cca8"} 7241 node_network_iface_id{device="veth90b9dd6c"} 7293 node_network_iface_id{device="veth951c6493"} 7491 node_network_iface_id{device="veth96bdd5f0"} 7488 node_network_iface_id{device="veth9f804dfd"} 1255 node_network_iface_id{device="vetha09e9000"} 7077 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="vetha948f00c"} 7466 node_network_iface_id{device="vethaaaf030c"} 7473 node_network_iface_id{device="vethabe923e4"} 6436 node_network_iface_id{device="vethb25f2439"} 7479 node_network_iface_id{device="vethbf9b6372"} 6442 node_network_iface_id{device="vethc6ee08b0"} 6235 node_network_iface_id{device="vethc91be4f1"} 7487 node_network_iface_id{device="vethcc47c85e"} 1518 node_network_iface_id{device="vethcd7d1363"} 7494 node_network_iface_id{device="vethd10a7d57"} 7486 node_network_iface_id{device="vethd52f687c"} 6233 node_network_iface_id{device="vethd84058fc"} 7489 node_network_iface_id{device="vethd87df4e9"} 7468 node_network_iface_id{device="vethdd3a869c"} 7330 node_network_iface_id{device="vethe47cf2e4"} 6227 node_network_iface_id{device="vetheddeaa73"} 7476 node_network_iface_id{device="vethf3fbb399"} 5408 node_network_iface_id{device="vethf4530953"} 6972 node_network_iface_id{device="vethf90b4f47"} 1228 node_network_iface_id{device="vethfb436dde"} 7490 # 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="veth02d3d208"} 2 node_network_iface_link{device="veth03dfaf51"} 2 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="veth16d17d88"} 2 node_network_iface_link{device="veth19909dd6"} 2 node_network_iface_link{device="veth1c02bf0b"} 2 node_network_iface_link{device="veth1daa754e"} 2 node_network_iface_link{device="veth1fd478fd"} 2 node_network_iface_link{device="veth200f7009"} 2 node_network_iface_link{device="veth22fc4c7d"} 2 node_network_iface_link{device="veth2a61cbf1"} 2 node_network_iface_link{device="veth2a67fa73"} 2 node_network_iface_link{device="veth2b5ea436"} 2 node_network_iface_link{device="veth2cb2aa72"} 2 node_network_iface_link{device="veth2d858bcf"} 2 node_network_iface_link{device="veth2fe7c06c"} 2 node_network_iface_link{device="veth3a3fe0a4"} 2 node_network_iface_link{device="veth3a5e2c51"} 2 node_network_iface_link{device="veth3aa0a4dd"} 2 node_network_iface_link{device="veth47bf1eca"} 2 node_network_iface_link{device="veth4bf340a1"} 2 node_network_iface_link{device="veth4e1b5495"} 2 node_network_iface_link{device="veth513d7abd"} 2 node_network_iface_link{device="veth55613faf"} 2 node_network_iface_link{device="veth566c5ac6"} 2 node_network_iface_link{device="veth57b55471"} 2 node_network_iface_link{device="veth5a49da3b"} 2 node_network_iface_link{device="veth5ece42be"} 2 node_network_iface_link{device="veth5f82e096"} 2 node_network_iface_link{device="veth648a5d34"} 2 node_network_iface_link{device="veth64b59428"} 2 node_network_iface_link{device="veth66b05a8a"} 2 node_network_iface_link{device="veth6d6ecd02"} 2 node_network_iface_link{device="veth70257b27"} 2 node_network_iface_link{device="veth70dc275c"} 2 node_network_iface_link{device="veth757823be"} 2 node_network_iface_link{device="veth80f8420c"} 2 node_network_iface_link{device="veth84942489"} 2 node_network_iface_link{device="veth8673d012"} 2 node_network_iface_link{device="veth89a6cca8"} 2 node_network_iface_link{device="veth90b9dd6c"} 2 node_network_iface_link{device="veth951c6493"} 2 node_network_iface_link{device="veth96bdd5f0"} 2 node_network_iface_link{device="veth9f804dfd"} 2 node_network_iface_link{device="vetha09e9000"} 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="vetha948f00c"} 2 node_network_iface_link{device="vethaaaf030c"} 2 node_network_iface_link{device="vethabe923e4"} 2 node_network_iface_link{device="vethb25f2439"} 2 node_network_iface_link{device="vethbf9b6372"} 2 node_network_iface_link{device="vethc6ee08b0"} 2 node_network_iface_link{device="vethc91be4f1"} 2 node_network_iface_link{device="vethcc47c85e"} 2 node_network_iface_link{device="vethcd7d1363"} 2 node_network_iface_link{device="vethd10a7d57"} 2 node_network_iface_link{device="vethd52f687c"} 2 node_network_iface_link{device="vethd84058fc"} 2 node_network_iface_link{device="vethd87df4e9"} 2 node_network_iface_link{device="vethdd3a869c"} 2 node_network_iface_link{device="vethe47cf2e4"} 2 node_network_iface_link{device="vetheddeaa73"} 2 node_network_iface_link{device="vethf3fbb399"} 2 node_network_iface_link{device="vethf4530953"} 2 node_network_iface_link{device="vethf90b4f47"} 2 node_network_iface_link{device="vethfb436dde"} 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="veth02d3d208"} 0 node_network_iface_link_mode{device="veth03dfaf51"} 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="veth16d17d88"} 0 node_network_iface_link_mode{device="veth19909dd6"} 0 node_network_iface_link_mode{device="veth1c02bf0b"} 0 node_network_iface_link_mode{device="veth1daa754e"} 0 node_network_iface_link_mode{device="veth1fd478fd"} 0 node_network_iface_link_mode{device="veth200f7009"} 0 node_network_iface_link_mode{device="veth22fc4c7d"} 0 node_network_iface_link_mode{device="veth2a61cbf1"} 0 node_network_iface_link_mode{device="veth2a67fa73"} 0 node_network_iface_link_mode{device="veth2b5ea436"} 0 node_network_iface_link_mode{device="veth2cb2aa72"} 0 node_network_iface_link_mode{device="veth2d858bcf"} 0 node_network_iface_link_mode{device="veth2fe7c06c"} 0 node_network_iface_link_mode{device="veth3a3fe0a4"} 0 node_network_iface_link_mode{device="veth3a5e2c51"} 0 node_network_iface_link_mode{device="veth3aa0a4dd"} 0 node_network_iface_link_mode{device="veth47bf1eca"} 0 node_network_iface_link_mode{device="veth4bf340a1"} 0 node_network_iface_link_mode{device="veth4e1b5495"} 0 node_network_iface_link_mode{device="veth513d7abd"} 0 node_network_iface_link_mode{device="veth55613faf"} 0 node_network_iface_link_mode{device="veth566c5ac6"} 0 node_network_iface_link_mode{device="veth57b55471"} 0 node_network_iface_link_mode{device="veth5a49da3b"} 0 node_network_iface_link_mode{device="veth5ece42be"} 0 node_network_iface_link_mode{device="veth5f82e096"} 0 node_network_iface_link_mode{device="veth648a5d34"} 0 node_network_iface_link_mode{device="veth64b59428"} 0 node_network_iface_link_mode{device="veth66b05a8a"} 0 node_network_iface_link_mode{device="veth6d6ecd02"} 0 node_network_iface_link_mode{device="veth70257b27"} 0 node_network_iface_link_mode{device="veth70dc275c"} 0 node_network_iface_link_mode{device="veth757823be"} 0 node_network_iface_link_mode{device="veth80f8420c"} 0 node_network_iface_link_mode{device="veth84942489"} 0 node_network_iface_link_mode{device="veth8673d012"} 0 node_network_iface_link_mode{device="veth89a6cca8"} 0 node_network_iface_link_mode{device="veth90b9dd6c"} 0 node_network_iface_link_mode{device="veth951c6493"} 0 node_network_iface_link_mode{device="veth96bdd5f0"} 0 node_network_iface_link_mode{device="veth9f804dfd"} 0 node_network_iface_link_mode{device="vetha09e9000"} 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="vetha948f00c"} 0 node_network_iface_link_mode{device="vethaaaf030c"} 0 node_network_iface_link_mode{device="vethabe923e4"} 0 node_network_iface_link_mode{device="vethb25f2439"} 0 node_network_iface_link_mode{device="vethbf9b6372"} 0 node_network_iface_link_mode{device="vethc6ee08b0"} 0 node_network_iface_link_mode{device="vethc91be4f1"} 0 node_network_iface_link_mode{device="vethcc47c85e"} 0 node_network_iface_link_mode{device="vethcd7d1363"} 0 node_network_iface_link_mode{device="vethd10a7d57"} 0 node_network_iface_link_mode{device="vethd52f687c"} 0 node_network_iface_link_mode{device="vethd84058fc"} 0 node_network_iface_link_mode{device="vethd87df4e9"} 0 node_network_iface_link_mode{device="vethdd3a869c"} 0 node_network_iface_link_mode{device="vethe47cf2e4"} 0 node_network_iface_link_mode{device="vetheddeaa73"} 0 node_network_iface_link_mode{device="vethf3fbb399"} 0 node_network_iface_link_mode{device="vethf4530953"} 0 node_network_iface_link_mode{device="vethf90b4f47"} 0 node_network_iface_link_mode{device="vethfb436dde"} 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="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="12:6f:35:ed:06:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth951c6493",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="1e:bc:ad:4c:77:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd10a7d57",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:d0:1d:e5:33:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1daa754e",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="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="26:88:b2:c1:3a:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8673d012",duplex="full",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="2e:eb:e0:f5:15:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a49da3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:49:63:86:90:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth64b59428",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:f0:5f:35:cb:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d6ecd02",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:8e:e3:76:4f:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth648a5d34",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="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="46:83:b3:91:94:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth513d7abd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:ed:a4:5f:0f:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb25f2439",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="4e:36:67:40:5c:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth757823be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:ae:58:40:65:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d858bcf",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="5a:d1:ca:ec:57:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1c02bf0b",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: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="72:09:dd:b6:3e:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2a61cbf1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:57:00:33:3d:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth02d3d208",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:36:d4:07:82:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth19909dd6",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: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:36:f4:6c:0e:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaaaf030c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:18:24:18:81:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth66b05a8a",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:52:d2:1a:18:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5ece42be",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:43:53:a4:b5:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd84058fc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:3a:b8:f0:34:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth16d17d88",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:d5:75:8e:82:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheddeaa73",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:4c:a2:f1:06:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc91be4f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:2a:fb:9e:9f:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f82e096",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: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: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:b6:6f:c0:1f:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth03dfaf51",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: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:b7:a3:60:d0:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b5ea436",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="da:6f:fb:d1:0e:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcd7d1363",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="e2:dc:cb:e4:f5:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e1b5495",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:66:6c:be:8a:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfb436dde",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:27:c5:49:44:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth84942489",duplex="full",ifalias="",operstate="up"} 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:af:01:af:37:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha948f00c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:d6:5f:c3:76:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth96bdd5f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:11:3e:b3:32:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3aa0a4dd",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="fa:51:30:18:15:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd87df4e9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:51:96:42:d9:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a3fe0a4",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: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="veth02d3d208"} 1450 node_network_mtu_bytes{device="veth03dfaf51"} 1450 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="veth16d17d88"} 1450 node_network_mtu_bytes{device="veth19909dd6"} 1450 node_network_mtu_bytes{device="veth1c02bf0b"} 1450 node_network_mtu_bytes{device="veth1daa754e"} 1450 node_network_mtu_bytes{device="veth1fd478fd"} 1450 node_network_mtu_bytes{device="veth200f7009"} 1450 node_network_mtu_bytes{device="veth22fc4c7d"} 1450 node_network_mtu_bytes{device="veth2a61cbf1"} 1450 node_network_mtu_bytes{device="veth2a67fa73"} 1450 node_network_mtu_bytes{device="veth2b5ea436"} 1450 node_network_mtu_bytes{device="veth2cb2aa72"} 1450 node_network_mtu_bytes{device="veth2d858bcf"} 1450 node_network_mtu_bytes{device="veth2fe7c06c"} 1450 node_network_mtu_bytes{device="veth3a3fe0a4"} 1450 node_network_mtu_bytes{device="veth3a5e2c51"} 1450 node_network_mtu_bytes{device="veth3aa0a4dd"} 1450 node_network_mtu_bytes{device="veth47bf1eca"} 1450 node_network_mtu_bytes{device="veth4bf340a1"} 1450 node_network_mtu_bytes{device="veth4e1b5495"} 1450 node_network_mtu_bytes{device="veth513d7abd"} 1450 node_network_mtu_bytes{device="veth55613faf"} 1450 node_network_mtu_bytes{device="veth566c5ac6"} 1450 node_network_mtu_bytes{device="veth57b55471"} 1450 node_network_mtu_bytes{device="veth5a49da3b"} 1450 node_network_mtu_bytes{device="veth5ece42be"} 1450 node_network_mtu_bytes{device="veth5f82e096"} 1450 node_network_mtu_bytes{device="veth648a5d34"} 1450 node_network_mtu_bytes{device="veth64b59428"} 1450 node_network_mtu_bytes{device="veth66b05a8a"} 1450 node_network_mtu_bytes{device="veth6d6ecd02"} 1450 node_network_mtu_bytes{device="veth70257b27"} 1450 node_network_mtu_bytes{device="veth70dc275c"} 1450 node_network_mtu_bytes{device="veth757823be"} 1450 node_network_mtu_bytes{device="veth80f8420c"} 1450 node_network_mtu_bytes{device="veth84942489"} 1450 node_network_mtu_bytes{device="veth8673d012"} 1450 node_network_mtu_bytes{device="veth89a6cca8"} 1450 node_network_mtu_bytes{device="veth90b9dd6c"} 1450 node_network_mtu_bytes{device="veth951c6493"} 1450 node_network_mtu_bytes{device="veth96bdd5f0"} 1450 node_network_mtu_bytes{device="veth9f804dfd"} 1450 node_network_mtu_bytes{device="vetha09e9000"} 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="vetha948f00c"} 1450 node_network_mtu_bytes{device="vethaaaf030c"} 1450 node_network_mtu_bytes{device="vethabe923e4"} 1450 node_network_mtu_bytes{device="vethb25f2439"} 1450 node_network_mtu_bytes{device="vethbf9b6372"} 1450 node_network_mtu_bytes{device="vethc6ee08b0"} 1450 node_network_mtu_bytes{device="vethc91be4f1"} 1450 node_network_mtu_bytes{device="vethcc47c85e"} 1450 node_network_mtu_bytes{device="vethcd7d1363"} 1450 node_network_mtu_bytes{device="vethd10a7d57"} 1450 node_network_mtu_bytes{device="vethd52f687c"} 1450 node_network_mtu_bytes{device="vethd84058fc"} 1450 node_network_mtu_bytes{device="vethd87df4e9"} 1450 node_network_mtu_bytes{device="vethdd3a869c"} 1450 node_network_mtu_bytes{device="vethe47cf2e4"} 1450 node_network_mtu_bytes{device="vetheddeaa73"} 1450 node_network_mtu_bytes{device="vethf3fbb399"} 1450 node_network_mtu_bytes{device="vethf4530953"} 1450 node_network_mtu_bytes{device="vethf90b4f47"} 1450 node_network_mtu_bytes{device="vethfb436dde"} 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="veth02d3d208"} 3 node_network_name_assign_type{device="veth03dfaf51"} 3 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="veth16d17d88"} 3 node_network_name_assign_type{device="veth19909dd6"} 3 node_network_name_assign_type{device="veth1c02bf0b"} 3 node_network_name_assign_type{device="veth1daa754e"} 3 node_network_name_assign_type{device="veth1fd478fd"} 3 node_network_name_assign_type{device="veth200f7009"} 3 node_network_name_assign_type{device="veth22fc4c7d"} 3 node_network_name_assign_type{device="veth2a61cbf1"} 3 node_network_name_assign_type{device="veth2a67fa73"} 3 node_network_name_assign_type{device="veth2b5ea436"} 3 node_network_name_assign_type{device="veth2cb2aa72"} 3 node_network_name_assign_type{device="veth2d858bcf"} 3 node_network_name_assign_type{device="veth2fe7c06c"} 3 node_network_name_assign_type{device="veth3a3fe0a4"} 3 node_network_name_assign_type{device="veth3a5e2c51"} 3 node_network_name_assign_type{device="veth3aa0a4dd"} 3 node_network_name_assign_type{device="veth47bf1eca"} 3 node_network_name_assign_type{device="veth4bf340a1"} 3 node_network_name_assign_type{device="veth4e1b5495"} 3 node_network_name_assign_type{device="veth513d7abd"} 3 node_network_name_assign_type{device="veth55613faf"} 3 node_network_name_assign_type{device="veth566c5ac6"} 3 node_network_name_assign_type{device="veth57b55471"} 3 node_network_name_assign_type{device="veth5a49da3b"} 3 node_network_name_assign_type{device="veth5ece42be"} 3 node_network_name_assign_type{device="veth5f82e096"} 3 node_network_name_assign_type{device="veth648a5d34"} 3 node_network_name_assign_type{device="veth64b59428"} 3 node_network_name_assign_type{device="veth66b05a8a"} 3 node_network_name_assign_type{device="veth6d6ecd02"} 3 node_network_name_assign_type{device="veth70257b27"} 3 node_network_name_assign_type{device="veth70dc275c"} 3 node_network_name_assign_type{device="veth757823be"} 3 node_network_name_assign_type{device="veth80f8420c"} 3 node_network_name_assign_type{device="veth84942489"} 3 node_network_name_assign_type{device="veth8673d012"} 3 node_network_name_assign_type{device="veth89a6cca8"} 3 node_network_name_assign_type{device="veth90b9dd6c"} 3 node_network_name_assign_type{device="veth951c6493"} 3 node_network_name_assign_type{device="veth96bdd5f0"} 3 node_network_name_assign_type{device="veth9f804dfd"} 3 node_network_name_assign_type{device="vetha09e9000"} 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="vetha948f00c"} 3 node_network_name_assign_type{device="vethaaaf030c"} 3 node_network_name_assign_type{device="vethabe923e4"} 3 node_network_name_assign_type{device="vethb25f2439"} 3 node_network_name_assign_type{device="vethbf9b6372"} 3 node_network_name_assign_type{device="vethc6ee08b0"} 3 node_network_name_assign_type{device="vethc91be4f1"} 3 node_network_name_assign_type{device="vethcc47c85e"} 3 node_network_name_assign_type{device="vethcd7d1363"} 3 node_network_name_assign_type{device="vethd10a7d57"} 3 node_network_name_assign_type{device="vethd52f687c"} 3 node_network_name_assign_type{device="vethd84058fc"} 3 node_network_name_assign_type{device="vethd87df4e9"} 3 node_network_name_assign_type{device="vethdd3a869c"} 3 node_network_name_assign_type{device="vethe47cf2e4"} 3 node_network_name_assign_type{device="vetheddeaa73"} 3 node_network_name_assign_type{device="vethf3fbb399"} 3 node_network_name_assign_type{device="vethf4530953"} 3 node_network_name_assign_type{device="vethf90b4f47"} 3 node_network_name_assign_type{device="vethfb436dde"} 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="veth02d3d208"} 0 node_network_net_dev_group{device="veth03dfaf51"} 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="veth16d17d88"} 0 node_network_net_dev_group{device="veth19909dd6"} 0 node_network_net_dev_group{device="veth1c02bf0b"} 0 node_network_net_dev_group{device="veth1daa754e"} 0 node_network_net_dev_group{device="veth1fd478fd"} 0 node_network_net_dev_group{device="veth200f7009"} 0 node_network_net_dev_group{device="veth22fc4c7d"} 0 node_network_net_dev_group{device="veth2a61cbf1"} 0 node_network_net_dev_group{device="veth2a67fa73"} 0 node_network_net_dev_group{device="veth2b5ea436"} 0 node_network_net_dev_group{device="veth2cb2aa72"} 0 node_network_net_dev_group{device="veth2d858bcf"} 0 node_network_net_dev_group{device="veth2fe7c06c"} 0 node_network_net_dev_group{device="veth3a3fe0a4"} 0 node_network_net_dev_group{device="veth3a5e2c51"} 0 node_network_net_dev_group{device="veth3aa0a4dd"} 0 node_network_net_dev_group{device="veth47bf1eca"} 0 node_network_net_dev_group{device="veth4bf340a1"} 0 node_network_net_dev_group{device="veth4e1b5495"} 0 node_network_net_dev_group{device="veth513d7abd"} 0 node_network_net_dev_group{device="veth55613faf"} 0 node_network_net_dev_group{device="veth566c5ac6"} 0 node_network_net_dev_group{device="veth57b55471"} 0 node_network_net_dev_group{device="veth5a49da3b"} 0 node_network_net_dev_group{device="veth5ece42be"} 0 node_network_net_dev_group{device="veth5f82e096"} 0 node_network_net_dev_group{device="veth648a5d34"} 0 node_network_net_dev_group{device="veth64b59428"} 0 node_network_net_dev_group{device="veth66b05a8a"} 0 node_network_net_dev_group{device="veth6d6ecd02"} 0 node_network_net_dev_group{device="veth70257b27"} 0 node_network_net_dev_group{device="veth70dc275c"} 0 node_network_net_dev_group{device="veth757823be"} 0 node_network_net_dev_group{device="veth80f8420c"} 0 node_network_net_dev_group{device="veth84942489"} 0 node_network_net_dev_group{device="veth8673d012"} 0 node_network_net_dev_group{device="veth89a6cca8"} 0 node_network_net_dev_group{device="veth90b9dd6c"} 0 node_network_net_dev_group{device="veth951c6493"} 0 node_network_net_dev_group{device="veth96bdd5f0"} 0 node_network_net_dev_group{device="veth9f804dfd"} 0 node_network_net_dev_group{device="vetha09e9000"} 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="vetha948f00c"} 0 node_network_net_dev_group{device="vethaaaf030c"} 0 node_network_net_dev_group{device="vethabe923e4"} 0 node_network_net_dev_group{device="vethb25f2439"} 0 node_network_net_dev_group{device="vethbf9b6372"} 0 node_network_net_dev_group{device="vethc6ee08b0"} 0 node_network_net_dev_group{device="vethc91be4f1"} 0 node_network_net_dev_group{device="vethcc47c85e"} 0 node_network_net_dev_group{device="vethcd7d1363"} 0 node_network_net_dev_group{device="vethd10a7d57"} 0 node_network_net_dev_group{device="vethd52f687c"} 0 node_network_net_dev_group{device="vethd84058fc"} 0 node_network_net_dev_group{device="vethd87df4e9"} 0 node_network_net_dev_group{device="vethdd3a869c"} 0 node_network_net_dev_group{device="vethe47cf2e4"} 0 node_network_net_dev_group{device="vetheddeaa73"} 0 node_network_net_dev_group{device="vethf3fbb399"} 0 node_network_net_dev_group{device="vethf4530953"} 0 node_network_net_dev_group{device="vethf90b4f47"} 0 node_network_net_dev_group{device="vethfb436dde"} 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="veth02d3d208"} 1 node_network_protocol_type{device="veth03dfaf51"} 1 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="veth16d17d88"} 1 node_network_protocol_type{device="veth19909dd6"} 1 node_network_protocol_type{device="veth1c02bf0b"} 1 node_network_protocol_type{device="veth1daa754e"} 1 node_network_protocol_type{device="veth1fd478fd"} 1 node_network_protocol_type{device="veth200f7009"} 1 node_network_protocol_type{device="veth22fc4c7d"} 1 node_network_protocol_type{device="veth2a61cbf1"} 1 node_network_protocol_type{device="veth2a67fa73"} 1 node_network_protocol_type{device="veth2b5ea436"} 1 node_network_protocol_type{device="veth2cb2aa72"} 1 node_network_protocol_type{device="veth2d858bcf"} 1 node_network_protocol_type{device="veth2fe7c06c"} 1 node_network_protocol_type{device="veth3a3fe0a4"} 1 node_network_protocol_type{device="veth3a5e2c51"} 1 node_network_protocol_type{device="veth3aa0a4dd"} 1 node_network_protocol_type{device="veth47bf1eca"} 1 node_network_protocol_type{device="veth4bf340a1"} 1 node_network_protocol_type{device="veth4e1b5495"} 1 node_network_protocol_type{device="veth513d7abd"} 1 node_network_protocol_type{device="veth55613faf"} 1 node_network_protocol_type{device="veth566c5ac6"} 1 node_network_protocol_type{device="veth57b55471"} 1 node_network_protocol_type{device="veth5a49da3b"} 1 node_network_protocol_type{device="veth5ece42be"} 1 node_network_protocol_type{device="veth5f82e096"} 1 node_network_protocol_type{device="veth648a5d34"} 1 node_network_protocol_type{device="veth64b59428"} 1 node_network_protocol_type{device="veth66b05a8a"} 1 node_network_protocol_type{device="veth6d6ecd02"} 1 node_network_protocol_type{device="veth70257b27"} 1 node_network_protocol_type{device="veth70dc275c"} 1 node_network_protocol_type{device="veth757823be"} 1 node_network_protocol_type{device="veth80f8420c"} 1 node_network_protocol_type{device="veth84942489"} 1 node_network_protocol_type{device="veth8673d012"} 1 node_network_protocol_type{device="veth89a6cca8"} 1 node_network_protocol_type{device="veth90b9dd6c"} 1 node_network_protocol_type{device="veth951c6493"} 1 node_network_protocol_type{device="veth96bdd5f0"} 1 node_network_protocol_type{device="veth9f804dfd"} 1 node_network_protocol_type{device="vetha09e9000"} 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="vetha948f00c"} 1 node_network_protocol_type{device="vethaaaf030c"} 1 node_network_protocol_type{device="vethabe923e4"} 1 node_network_protocol_type{device="vethb25f2439"} 1 node_network_protocol_type{device="vethbf9b6372"} 1 node_network_protocol_type{device="vethc6ee08b0"} 1 node_network_protocol_type{device="vethc91be4f1"} 1 node_network_protocol_type{device="vethcc47c85e"} 1 node_network_protocol_type{device="vethcd7d1363"} 1 node_network_protocol_type{device="vethd10a7d57"} 1 node_network_protocol_type{device="vethd52f687c"} 1 node_network_protocol_type{device="vethd84058fc"} 1 node_network_protocol_type{device="vethd87df4e9"} 1 node_network_protocol_type{device="vethdd3a869c"} 1 node_network_protocol_type{device="vethe47cf2e4"} 1 node_network_protocol_type{device="vetheddeaa73"} 1 node_network_protocol_type{device="vethf3fbb399"} 1 node_network_protocol_type{device="vethf4530953"} 1 node_network_protocol_type{device="vethf90b4f47"} 1 node_network_protocol_type{device="vethfb436dde"} 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"} 260815 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"} 2733 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="veth02d3d208"} 1.25e+09 node_network_speed_bytes{device="veth03dfaf51"} 1.25e+09 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="veth16d17d88"} 1.25e+09 node_network_speed_bytes{device="veth19909dd6"} 1.25e+09 node_network_speed_bytes{device="veth1c02bf0b"} 1.25e+09 node_network_speed_bytes{device="veth1daa754e"} 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="veth22fc4c7d"} 1.25e+09 node_network_speed_bytes{device="veth2a61cbf1"} 1.25e+09 node_network_speed_bytes{device="veth2a67fa73"} 1.25e+09 node_network_speed_bytes{device="veth2b5ea436"} 1.25e+09 node_network_speed_bytes{device="veth2cb2aa72"} 1.25e+09 node_network_speed_bytes{device="veth2d858bcf"} 1.25e+09 node_network_speed_bytes{device="veth2fe7c06c"} 1.25e+09 node_network_speed_bytes{device="veth3a3fe0a4"} 1.25e+09 node_network_speed_bytes{device="veth3a5e2c51"} 1.25e+09 node_network_speed_bytes{device="veth3aa0a4dd"} 1.25e+09 node_network_speed_bytes{device="veth47bf1eca"} 1.25e+09 node_network_speed_bytes{device="veth4bf340a1"} 1.25e+09 node_network_speed_bytes{device="veth4e1b5495"} 1.25e+09 node_network_speed_bytes{device="veth513d7abd"} 1.25e+09 node_network_speed_bytes{device="veth55613faf"} 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="veth5a49da3b"} 1.25e+09 node_network_speed_bytes{device="veth5ece42be"} 1.25e+09 node_network_speed_bytes{device="veth5f82e096"} 1.25e+09 node_network_speed_bytes{device="veth648a5d34"} 1.25e+09 node_network_speed_bytes{device="veth64b59428"} 1.25e+09 node_network_speed_bytes{device="veth66b05a8a"} 1.25e+09 node_network_speed_bytes{device="veth6d6ecd02"} 1.25e+09 node_network_speed_bytes{device="veth70257b27"} 1.25e+09 node_network_speed_bytes{device="veth70dc275c"} 1.25e+09 node_network_speed_bytes{device="veth757823be"} 1.25e+09 node_network_speed_bytes{device="veth80f8420c"} 1.25e+09 node_network_speed_bytes{device="veth84942489"} 1.25e+09 node_network_speed_bytes{device="veth8673d012"} 1.25e+09 node_network_speed_bytes{device="veth89a6cca8"} 1.25e+09 node_network_speed_bytes{device="veth90b9dd6c"} 1.25e+09 node_network_speed_bytes{device="veth951c6493"} 1.25e+09 node_network_speed_bytes{device="veth96bdd5f0"} 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="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="vetha948f00c"} 1.25e+09 node_network_speed_bytes{device="vethaaaf030c"} 1.25e+09 node_network_speed_bytes{device="vethabe923e4"} 1.25e+09 node_network_speed_bytes{device="vethb25f2439"} 1.25e+09 node_network_speed_bytes{device="vethbf9b6372"} 1.25e+09 node_network_speed_bytes{device="vethc6ee08b0"} 1.25e+09 node_network_speed_bytes{device="vethc91be4f1"} 1.25e+09 node_network_speed_bytes{device="vethcc47c85e"} 1.25e+09 node_network_speed_bytes{device="vethcd7d1363"} 1.25e+09 node_network_speed_bytes{device="vethd10a7d57"} 1.25e+09 node_network_speed_bytes{device="vethd52f687c"} 1.25e+09 node_network_speed_bytes{device="vethd84058fc"} 1.25e+09 node_network_speed_bytes{device="vethd87df4e9"} 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="vetheddeaa73"} 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="vethf90b4f47"} 1.25e+09 node_network_speed_bytes{device="vethfb436dde"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 4.188258e+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"} 1480 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="veth02d3d208"} 1000 node_network_transmit_queue_length{device="veth03dfaf51"} 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="veth16d17d88"} 1000 node_network_transmit_queue_length{device="veth19909dd6"} 1000 node_network_transmit_queue_length{device="veth1c02bf0b"} 1000 node_network_transmit_queue_length{device="veth1daa754e"} 1000 node_network_transmit_queue_length{device="veth1fd478fd"} 1000 node_network_transmit_queue_length{device="veth200f7009"} 1000 node_network_transmit_queue_length{device="veth22fc4c7d"} 1000 node_network_transmit_queue_length{device="veth2a61cbf1"} 1000 node_network_transmit_queue_length{device="veth2a67fa73"} 1000 node_network_transmit_queue_length{device="veth2b5ea436"} 1000 node_network_transmit_queue_length{device="veth2cb2aa72"} 1000 node_network_transmit_queue_length{device="veth2d858bcf"} 1000 node_network_transmit_queue_length{device="veth2fe7c06c"} 1000 node_network_transmit_queue_length{device="veth3a3fe0a4"} 1000 node_network_transmit_queue_length{device="veth3a5e2c51"} 1000 node_network_transmit_queue_length{device="veth3aa0a4dd"} 1000 node_network_transmit_queue_length{device="veth47bf1eca"} 1000 node_network_transmit_queue_length{device="veth4bf340a1"} 1000 node_network_transmit_queue_length{device="veth4e1b5495"} 1000 node_network_transmit_queue_length{device="veth513d7abd"} 1000 node_network_transmit_queue_length{device="veth55613faf"} 1000 node_network_transmit_queue_length{device="veth566c5ac6"} 1000 node_network_transmit_queue_length{device="veth57b55471"} 1000 node_network_transmit_queue_length{device="veth5a49da3b"} 1000 node_network_transmit_queue_length{device="veth5ece42be"} 1000 node_network_transmit_queue_length{device="veth5f82e096"} 1000 node_network_transmit_queue_length{device="veth648a5d34"} 1000 node_network_transmit_queue_length{device="veth64b59428"} 1000 node_network_transmit_queue_length{device="veth66b05a8a"} 1000 node_network_transmit_queue_length{device="veth6d6ecd02"} 1000 node_network_transmit_queue_length{device="veth70257b27"} 1000 node_network_transmit_queue_length{device="veth70dc275c"} 1000 node_network_transmit_queue_length{device="veth757823be"} 1000 node_network_transmit_queue_length{device="veth80f8420c"} 1000 node_network_transmit_queue_length{device="veth84942489"} 1000 node_network_transmit_queue_length{device="veth8673d012"} 1000 node_network_transmit_queue_length{device="veth89a6cca8"} 1000 node_network_transmit_queue_length{device="veth90b9dd6c"} 1000 node_network_transmit_queue_length{device="veth951c6493"} 1000 node_network_transmit_queue_length{device="veth96bdd5f0"} 1000 node_network_transmit_queue_length{device="veth9f804dfd"} 1000 node_network_transmit_queue_length{device="vetha09e9000"} 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="vetha948f00c"} 1000 node_network_transmit_queue_length{device="vethaaaf030c"} 1000 node_network_transmit_queue_length{device="vethabe923e4"} 1000 node_network_transmit_queue_length{device="vethb25f2439"} 1000 node_network_transmit_queue_length{device="vethbf9b6372"} 1000 node_network_transmit_queue_length{device="vethc6ee08b0"} 1000 node_network_transmit_queue_length{device="vethc91be4f1"} 1000 node_network_transmit_queue_length{device="vethcc47c85e"} 1000 node_network_transmit_queue_length{device="vethcd7d1363"} 1000 node_network_transmit_queue_length{device="vethd10a7d57"} 1000 node_network_transmit_queue_length{device="vethd52f687c"} 1000 node_network_transmit_queue_length{device="vethd84058fc"} 1000 node_network_transmit_queue_length{device="vethd87df4e9"} 1000 node_network_transmit_queue_length{device="vethdd3a869c"} 1000 node_network_transmit_queue_length{device="vethe47cf2e4"} 1000 node_network_transmit_queue_length{device="vetheddeaa73"} 1000 node_network_transmit_queue_length{device="vethf3fbb399"} 1000 node_network_transmit_queue_length{device="vethf4530953"} 1000 node_network_transmit_queue_length{device="vethf90b4f47"} 1000 node_network_transmit_queue_length{device="vethfb436dde"} 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="veth02d3d208"} 1 node_network_up{device="veth03dfaf51"} 1 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="veth16d17d88"} 1 node_network_up{device="veth19909dd6"} 1 node_network_up{device="veth1c02bf0b"} 1 node_network_up{device="veth1daa754e"} 1 node_network_up{device="veth1fd478fd"} 1 node_network_up{device="veth200f7009"} 1 node_network_up{device="veth22fc4c7d"} 1 node_network_up{device="veth2a61cbf1"} 1 node_network_up{device="veth2a67fa73"} 1 node_network_up{device="veth2b5ea436"} 1 node_network_up{device="veth2cb2aa72"} 1 node_network_up{device="veth2d858bcf"} 1 node_network_up{device="veth2fe7c06c"} 1 node_network_up{device="veth3a3fe0a4"} 1 node_network_up{device="veth3a5e2c51"} 1 node_network_up{device="veth3aa0a4dd"} 1 node_network_up{device="veth47bf1eca"} 1 node_network_up{device="veth4bf340a1"} 1 node_network_up{device="veth4e1b5495"} 1 node_network_up{device="veth513d7abd"} 1 node_network_up{device="veth55613faf"} 1 node_network_up{device="veth566c5ac6"} 1 node_network_up{device="veth57b55471"} 1 node_network_up{device="veth5a49da3b"} 1 node_network_up{device="veth5ece42be"} 1 node_network_up{device="veth5f82e096"} 1 node_network_up{device="veth648a5d34"} 1 node_network_up{device="veth64b59428"} 1 node_network_up{device="veth66b05a8a"} 1 node_network_up{device="veth6d6ecd02"} 1 node_network_up{device="veth70257b27"} 1 node_network_up{device="veth70dc275c"} 1 node_network_up{device="veth757823be"} 1 node_network_up{device="veth80f8420c"} 1 node_network_up{device="veth84942489"} 1 node_network_up{device="veth8673d012"} 1 node_network_up{device="veth89a6cca8"} 1 node_network_up{device="veth90b9dd6c"} 1 node_network_up{device="veth951c6493"} 1 node_network_up{device="veth96bdd5f0"} 1 node_network_up{device="veth9f804dfd"} 1 node_network_up{device="vetha09e9000"} 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="vetha948f00c"} 1 node_network_up{device="vethaaaf030c"} 1 node_network_up{device="vethabe923e4"} 1 node_network_up{device="vethb25f2439"} 1 node_network_up{device="vethbf9b6372"} 1 node_network_up{device="vethc6ee08b0"} 1 node_network_up{device="vethc91be4f1"} 1 node_network_up{device="vethcc47c85e"} 1 node_network_up{device="vethcd7d1363"} 1 node_network_up{device="vethd10a7d57"} 1 node_network_up{device="vethd52f687c"} 1 node_network_up{device="vethd84058fc"} 1 node_network_up{device="vethd87df4e9"} 1 node_network_up{device="vethdd3a869c"} 1 node_network_up{device="vethe47cf2e4"} 1 node_network_up{device="vetheddeaa73"} 1 node_network_up{device="vethf3fbb399"} 1 node_network_up{device="vethf4530953"} 1 node_network_up{device="vethf90b4f47"} 1 node_network_up{device="vethfb436dde"} 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 273131.39519300003 # 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 14256.657551999999 # 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 19431.129765 # 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 1058.7589520000001 # 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 1357.219523 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 2 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 461335.985286672 node_schedstat_running_seconds_total{cpu="1"} 460943.528489613 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.9888397505e+10 node_schedstat_timeslices_total{cpu="1"} 1.990210152e+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"} 664011.27579682 node_schedstat_waiting_seconds_total{cpu="1"} 644025.723907675 # 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.000161675 node_scrape_collector_duration_seconds{collector="bcache"} 8.97e-06 node_scrape_collector_duration_seconds{collector="bcachefs"} 7.81e-06 node_scrape_collector_duration_seconds{collector="bonding"} 9.16e-06 node_scrape_collector_duration_seconds{collector="btrfs"} 0.00348934 node_scrape_collector_duration_seconds{collector="conntrack"} 4.1229e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.000166195 node_scrape_collector_duration_seconds{collector="cpufreq"} 2.6749e-05 node_scrape_collector_duration_seconds{collector="diskstats"} 0.000175736 node_scrape_collector_duration_seconds{collector="dmi"} 9.59e-06 node_scrape_collector_duration_seconds{collector="dmmultipath"} 3.397e-05 node_scrape_collector_duration_seconds{collector="edac"} 1.627e-05 node_scrape_collector_duration_seconds{collector="entropy"} 3.6629e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 9.03e-06 node_scrape_collector_duration_seconds{collector="filefd"} 2.0629e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.058630801 node_scrape_collector_duration_seconds{collector="hwmon"} 2.5919e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 3.5689e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 9.27e-06 node_scrape_collector_duration_seconds{collector="kernel_hung"} 8.859e-06 node_scrape_collector_duration_seconds{collector="loadavg"} 3.6689e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 5.1209e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 8.7387e-05 node_scrape_collector_duration_seconds{collector="netclass"} 0.073120705 node_scrape_collector_duration_seconds{collector="netdev"} 0.000201466 node_scrape_collector_duration_seconds{collector="netstat"} 0.000480078 node_scrape_collector_duration_seconds{collector="nfs"} 7.86e-06 node_scrape_collector_duration_seconds{collector="nfsd"} 1.62e-05 node_scrape_collector_duration_seconds{collector="nvme"} 1.864e-05 node_scrape_collector_duration_seconds{collector="os"} 3.7999e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.0319e-05 node_scrape_collector_duration_seconds{collector="pressure"} 6.9418e-05 node_scrape_collector_duration_seconds{collector="rapl"} 8.401e-06 node_scrape_collector_duration_seconds{collector="schedstat"} 2.4349e-05 node_scrape_collector_duration_seconds{collector="selinux"} 1.25e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 5.5118e-05 node_scrape_collector_duration_seconds{collector="softnet"} 2.0649e-05 node_scrape_collector_duration_seconds{collector="stat"} 4.9559e-05 node_scrape_collector_duration_seconds{collector="tapestats"} 6.95e-06 node_scrape_collector_duration_seconds{collector="textfile"} 3.6509e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 6.3559e-05 node_scrape_collector_duration_seconds{collector="time"} 7.9648e-05 node_scrape_collector_duration_seconds{collector="timex"} 9.899e-06 node_scrape_collector_duration_seconds{collector="udp_queues"} 6.9039e-05 node_scrape_collector_duration_seconds{collector="uname"} 7.01e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000102997 node_scrape_collector_duration_seconds{collector="watchdog"} 1.681e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.203e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.041e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bcachefs"} 0 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="dmmultipath"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="kernel_hung"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 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 421 # 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 0 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 0 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 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 4 # 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.330374694e+09 node_softnet_processed_total{cpu="1"} 2.396643366e+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"} 983 node_softnet_times_squeezed_total{cpu="1"} 920 # 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.787742406432607e+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.000695 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.9999976601409912 # 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.069296 # 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-t30-67788d59f8-j7p7b",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 527 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.1989075709e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 8.686465e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 6.83284796e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.166812344e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 2.955144e+06 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 2.881432e+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 5.01 # 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 153041 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 4.16435e+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 2.1266432e+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.78773872723e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.307459584e+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"} 120 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0