# 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"} 6.1754e-05 go_gc_duration_seconds{quantile="0.25"} 9.3872e-05 go_gc_duration_seconds{quantile="0.5"} 0.000107974 go_gc_duration_seconds{quantile="0.75"} 0.000128157 go_gc_duration_seconds{quantile="1"} 0.00050912 go_gc_duration_seconds_sum 0.201559136 go_gc_duration_seconds_count 1664 # 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.25.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 678336 # 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.55263472e+08 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.456291e+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.774719e+06 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 2.721552e+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 678336 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 5.931008e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 2.031616e+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 4439 # 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 5.808128e+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 7.962624e+06 # 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.7660775689154105e+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.779158e+06 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1208 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15704 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 51360 # 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 81600 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.194304e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 1.056061e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 425984 # 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 425984 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.3719816e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 6 # HELP node_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.762515654e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 9.8546471434e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 2.66276266e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 47902.4 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 77.14 node_cpu_seconds_total{cpu="0",mode="softirq"} 48368.01 node_cpu_seconds_total{cpu="0",mode="steal"} 3420.44 node_cpu_seconds_total{cpu="0",mode="system"} 160384.75 node_cpu_seconds_total{cpu="0",mode="user"} 576115.2 node_cpu_seconds_total{cpu="1",mode="idle"} 2.69771381e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 47394.23 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 44.6 node_cpu_seconds_total{cpu="1",mode="softirq"} 39991.52 node_cpu_seconds_total{cpu="1",mode="steal"} 3348.51 node_cpu_seconds_total{cpu="1",mode="system"} 167778.21 node_cpu_seconds_total{cpu="1",mode="user"} 530819.96 node_cpu_seconds_total{cpu="2",mode="idle"} 2.66749657e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 47846.49 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 63.17 node_cpu_seconds_total{cpu="2",mode="softirq"} 30424.31 node_cpu_seconds_total{cpu="2",mode="steal"} 3811.04 node_cpu_seconds_total{cpu="2",mode="system"} 160062.62 node_cpu_seconds_total{cpu="2",mode="user"} 570043.93 node_cpu_seconds_total{cpu="3",mode="idle"} 2.68994003e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 47629 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 59.82 node_cpu_seconds_total{cpu="3",mode="softirq"} 21771.13 node_cpu_seconds_total{cpu="3",mode="steal"} 3180.21 node_cpu_seconds_total{cpu="3",mode="system"} 160365.61 node_cpu_seconds_total{cpu="3",mode="user"} 561617.21 node_cpu_seconds_total{cpu="4",mode="idle"} 2.62885154e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 52056.53 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 45.63 node_cpu_seconds_total{cpu="4",mode="softirq"} 32798.48 node_cpu_seconds_total{cpu="4",mode="steal"} 2792.47 node_cpu_seconds_total{cpu="4",mode="system"} 188265.52 node_cpu_seconds_total{cpu="4",mode="user"} 571233.96 node_cpu_seconds_total{cpu="5",mode="idle"} 2.62101689e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 53420.54 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 36.64 node_cpu_seconds_total{cpu="5",mode="softirq"} 19707.69 node_cpu_seconds_total{cpu="5",mode="steal"} 2669.01 node_cpu_seconds_total{cpu="5",mode="system"} 175163.58 node_cpu_seconds_total{cpu="5",mode="user"} 608383.24 node_cpu_seconds_total{cpu="6",mode="idle"} 2.63308564e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 53639.93 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 58.18 node_cpu_seconds_total{cpu="6",mode="softirq"} 18276.15 node_cpu_seconds_total{cpu="6",mode="steal"} 2644.21 node_cpu_seconds_total{cpu="6",mode="system"} 174756.61 node_cpu_seconds_total{cpu="6",mode="user"} 598346.89 node_cpu_seconds_total{cpu="7",mode="idle"} 2.63265909e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 53856.73 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 60.71 node_cpu_seconds_total{cpu="7",mode="softirq"} 17662.12 node_cpu_seconds_total{cpu="7",mode="steal"} 2633.42 node_cpu_seconds_total{cpu="7",mode="system"} 173530.33 node_cpu_seconds_total{cpu="7",mode="user"} 600429.98 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="sda"} 0 node_disk_discard_time_seconds_total{device="sdb"} 0 node_disk_discard_time_seconds_total{device="sdd"} 0 node_disk_discard_time_seconds_total{device="sde"} 0 node_disk_discard_time_seconds_total{device="sdf"} 0 node_disk_discard_time_seconds_total{device="sdg"} 0 node_disk_discard_time_seconds_total{device="sdh"} 0 node_disk_discard_time_seconds_total{device="sdk"} 0 node_disk_discard_time_seconds_total{device="sdl"} 0 node_disk_discard_time_seconds_total{device="sdm"} 0 node_disk_discard_time_seconds_total{device="sdn"} 0 node_disk_discard_time_seconds_total{device="sdq"} 0 node_disk_discard_time_seconds_total{device="vda"} 99.644 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="sda"} 0 node_disk_discarded_sectors_total{device="sdb"} 0 node_disk_discarded_sectors_total{device="sdd"} 0 node_disk_discarded_sectors_total{device="sde"} 0 node_disk_discarded_sectors_total{device="sdf"} 0 node_disk_discarded_sectors_total{device="sdg"} 0 node_disk_discarded_sectors_total{device="sdh"} 0 node_disk_discarded_sectors_total{device="sdk"} 0 node_disk_discarded_sectors_total{device="sdl"} 0 node_disk_discarded_sectors_total{device="sdm"} 0 node_disk_discarded_sectors_total{device="sdn"} 0 node_disk_discarded_sectors_total{device="sdq"} 0 node_disk_discarded_sectors_total{device="vda"} 4.26224208e+08 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="sda"} 0 node_disk_discards_completed_total{device="sdb"} 0 node_disk_discards_completed_total{device="sdd"} 0 node_disk_discards_completed_total{device="sde"} 0 node_disk_discards_completed_total{device="sdf"} 0 node_disk_discards_completed_total{device="sdg"} 0 node_disk_discards_completed_total{device="sdh"} 0 node_disk_discards_completed_total{device="sdk"} 0 node_disk_discards_completed_total{device="sdl"} 0 node_disk_discards_completed_total{device="sdm"} 0 node_disk_discards_completed_total{device="sdn"} 0 node_disk_discards_completed_total{device="sdq"} 0 node_disk_discards_completed_total{device="vda"} 93667 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sdb"} 0 node_disk_discards_merged_total{device="sdd"} 0 node_disk_discards_merged_total{device="sde"} 0 node_disk_discards_merged_total{device="sdf"} 0 node_disk_discards_merged_total{device="sdg"} 0 node_disk_discards_merged_total{device="sdh"} 0 node_disk_discards_merged_total{device="sdk"} 0 node_disk_discards_merged_total{device="sdl"} 0 node_disk_discards_merged_total{device="sdm"} 0 node_disk_discards_merged_total{device="sdn"} 0 node_disk_discards_merged_total{device="sdq"} 0 node_disk_discards_merged_total{device="vda"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="sda",type="ext4",usage="filesystem",uuid="8eb5589f-d092-457b-8ecc-27912627eda9",version="1.0"} 1 node_disk_filesystem_info{device="sdb",type="ext4",usage="filesystem",uuid="154a3e2e-34bc-48f3-b662-f28046eadad6",version="1.0"} 1 node_disk_filesystem_info{device="sdd",type="ext4",usage="filesystem",uuid="0fb26f53-0353-4eae-95be-1e44d2db7e79",version="1.0"} 1 node_disk_filesystem_info{device="sde",type="ext4",usage="filesystem",uuid="5ebdaf12-136f-4d89-a385-6f9e814351a6",version="1.0"} 1 node_disk_filesystem_info{device="sdf",type="ext4",usage="filesystem",uuid="6d1711e9-a433-4066-b597-ef20dcb89362",version="1.0"} 1 node_disk_filesystem_info{device="sdg",type="ext4",usage="filesystem",uuid="2e22ca1c-f1cb-4d7e-8b8b-797538ffec81",version="1.0"} 1 node_disk_filesystem_info{device="sdh",type="ext4",usage="filesystem",uuid="2e599ca4-08c2-4406-b673-c239d7d02cff",version="1.0"} 1 node_disk_filesystem_info{device="sdk",type="ext4",usage="filesystem",uuid="5ef4768c-90a1-49a0-93f1-9a53d7e454ba",version="1.0"} 1 node_disk_filesystem_info{device="sdl",type="ext4",usage="filesystem",uuid="75db61b9-9643-4a32-addf-5c74bba1dfe4",version="1.0"} 1 node_disk_filesystem_info{device="sdm",type="ext4",usage="filesystem",uuid="8d88c577-5626-4428-8544-bb79071a6b1a",version="1.0"} 1 node_disk_filesystem_info{device="sdn",type="ext4",usage="filesystem",uuid="694fc219-097b-44c1-990d-072e369d22cf",version="1.0"} 1 node_disk_filesystem_info{device="sdq",type="ext4",usage="filesystem",uuid="92a24fba-d427-4c13-975c-b07a94369a2e",version="1.0"} 1 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="sda"} 0 node_disk_flush_requests_time_seconds_total{device="sdb"} 0 node_disk_flush_requests_time_seconds_total{device="sdd"} 0 node_disk_flush_requests_time_seconds_total{device="sde"} 0 node_disk_flush_requests_time_seconds_total{device="sdf"} 0 node_disk_flush_requests_time_seconds_total{device="sdg"} 0 node_disk_flush_requests_time_seconds_total{device="sdh"} 0 node_disk_flush_requests_time_seconds_total{device="sdk"} 0 node_disk_flush_requests_time_seconds_total{device="sdl"} 0 node_disk_flush_requests_time_seconds_total{device="sdm"} 0 node_disk_flush_requests_time_seconds_total{device="sdn"} 0 node_disk_flush_requests_time_seconds_total{device="sdq"} 0 node_disk_flush_requests_time_seconds_total{device="vda"} 1313.534 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="sda"} 0 node_disk_flush_requests_total{device="sdb"} 0 node_disk_flush_requests_total{device="sdd"} 0 node_disk_flush_requests_total{device="sde"} 0 node_disk_flush_requests_total{device="sdf"} 0 node_disk_flush_requests_total{device="sdg"} 0 node_disk_flush_requests_total{device="sdh"} 0 node_disk_flush_requests_total{device="sdk"} 0 node_disk_flush_requests_total{device="sdl"} 0 node_disk_flush_requests_total{device="sdm"} 0 node_disk_flush_requests_total{device="sdn"} 0 node_disk_flush_requests_total{device="sdq"} 0 node_disk_flush_requests_total{device="vda"} 3.964465e+06 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="VIRTUAL-DISK",path="ip-10.233.65.215:3260-iscsi-iqn.2019-10.io.longhorn:pvc-ed1dd0d4-1e8d-41fe-8066-f7bbfc697e40-lun-1",revision="0001",rotational="1",serial="beaf51",wwn="0x6000000000000000"} 1 node_disk_info{device="sdb",major="8",minor="16",model="VIRTUAL-DISK",path="ip-10.233.65.215:3260-iscsi-iqn.2019-10.io.longhorn:pvc-7bf724d7-72f3-4c35-b270-0712698c9da3-lun-1",revision="0001",rotational="1",serial="beaf11",wwn="0x6000000000000000"} 1 node_disk_info{device="sdd",major="8",minor="48",model="VIRTUAL-DISK",path="ip-10.233.65.215:3260-iscsi-iqn.2019-10.io.longhorn:pvc-8a3a8319-5e99-4a67-8a9d-5a90b801bea7-lun-1",revision="0001",rotational="1",serial="beaf101",wwn="0x6000000000000000"} 1 node_disk_info{device="sde",major="8",minor="64",model="VIRTUAL-DISK",path="ip-10.233.65.215:3260-iscsi-iqn.2019-10.io.longhorn:pvc-e744f8a6-042d-4cca-b1db-d0ab9ac9d829-lun-1",revision="0001",rotational="1",serial="beaf111",wwn="0x6000000000000000"} 1 node_disk_info{device="sdf",major="8",minor="80",model="VIRTUAL-DISK",path="ip-10.233.65.215:3260-iscsi-iqn.2019-10.io.longhorn:pvc-c9cbfeb4-6a6a-4ab9-ab87-360b91a1727c-lun-1",revision="0001",rotational="1",serial="beaf21",wwn="0x6000000000000000"} 1 node_disk_info{device="sdg",major="8",minor="96",model="VIRTUAL-DISK",path="ip-10.233.65.215:3260-iscsi-iqn.2019-10.io.longhorn:pvc-7a881a62-2dbd-4f68-966a-28550abd5dea-lun-1",revision="0001",rotational="1",serial="beaf31",wwn="0x6000000000000000"} 1 node_disk_info{device="sdh",major="8",minor="112",model="VIRTUAL-DISK",path="ip-10.233.65.215:3260-iscsi-iqn.2019-10.io.longhorn:pvc-0b040308-8e23-4539-934f-2350c57c833d-lun-1",revision="0001",rotational="1",serial="beaf61",wwn="0x6000000000000000"} 1 node_disk_info{device="sdk",major="8",minor="160",model="VIRTUAL-DISK",path="ip-10.233.65.215:3260-iscsi-iqn.2019-10.io.longhorn:pvc-5f8612bf-02d4-4c02-98ce-d552c9568104-lun-1",revision="0001",rotational="1",serial="beaf141",wwn="0x6000000000000000"} 1 node_disk_info{device="sdl",major="8",minor="176",model="VIRTUAL-DISK",path="ip-10.233.65.215:3260-iscsi-iqn.2019-10.io.longhorn:pvc-f83d432b-2ee2-48b1-80cc-1e87d8c639dc-lun-1",revision="0001",rotational="1",serial="beaf71",wwn="0x6000000000000000"} 1 node_disk_info{device="sdm",major="8",minor="192",model="VIRTUAL-DISK",path="ip-10.233.65.215:3260-iscsi-iqn.2019-10.io.longhorn:pvc-071e4869-24b3-4bf2-b2c0-52cbc97f451c-lun-1",revision="0001",rotational="1",serial="beaf81",wwn="0x6000000000000000"} 1 node_disk_info{device="sdn",major="8",minor="208",model="VIRTUAL-DISK",path="ip-10.233.65.215:3260-iscsi-iqn.2019-10.io.longhorn:pvc-763c1863-e7f6-406a-8d4b-9e6423d5eedc-lun-1",revision="0001",rotational="1",serial="beaf91",wwn="0x6000000000000000"} 1 node_disk_info{device="sdq",major="65",minor="0",model="VIRTUAL-DISK",path="ip-10.233.65.215:3260-iscsi-iqn.2019-10.io.longhorn:pvc-85675234-37b9-40f0-839c-7ee4e04261d2-lun-1",revision="0001",rotational="1",serial="beaf171",wwn="0x6000000000000000"} 1 node_disk_info{device="vda",major="253",minor="0",model="",path="pci-0000:05:00.0",revision="",rotational="0",serial="4dfe5b69-ef11-40b9-8",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sdb"} 0 node_disk_io_now{device="sdd"} 0 node_disk_io_now{device="sde"} 0 node_disk_io_now{device="sdf"} 0 node_disk_io_now{device="sdg"} 0 node_disk_io_now{device="sdh"} 0 node_disk_io_now{device="sdk"} 0 node_disk_io_now{device="sdl"} 0 node_disk_io_now{device="sdm"} 0 node_disk_io_now{device="sdn"} 0 node_disk_io_now{device="sdq"} 0 node_disk_io_now{device="vda"} 6 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 8600.99 node_disk_io_time_seconds_total{device="sdb"} 491.348 node_disk_io_time_seconds_total{device="sdd"} 1866.9370000000001 node_disk_io_time_seconds_total{device="sde"} 27.17 node_disk_io_time_seconds_total{device="sdf"} 142.407 node_disk_io_time_seconds_total{device="sdg"} 2950.88 node_disk_io_time_seconds_total{device="sdh"} 428.922 node_disk_io_time_seconds_total{device="sdk"} 15.305 node_disk_io_time_seconds_total{device="sdl"} 470.993 node_disk_io_time_seconds_total{device="sdm"} 912.6800000000001 node_disk_io_time_seconds_total{device="sdn"} 3704.257 node_disk_io_time_seconds_total{device="sdq"} 46.823 node_disk_io_time_seconds_total{device="vda"} 161715.881 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="sda"} 14180.581 node_disk_io_time_weighted_seconds_total{device="sdb"} 909.619 node_disk_io_time_weighted_seconds_total{device="sdd"} 2274.382 node_disk_io_time_weighted_seconds_total{device="sde"} 31.873 node_disk_io_time_weighted_seconds_total{device="sdf"} 187.641 node_disk_io_time_weighted_seconds_total{device="sdg"} 3760.145 node_disk_io_time_weighted_seconds_total{device="sdh"} 474.957 node_disk_io_time_weighted_seconds_total{device="sdk"} 28.775000000000002 node_disk_io_time_weighted_seconds_total{device="sdl"} 555.596 node_disk_io_time_weighted_seconds_total{device="sdm"} 1048.885 node_disk_io_time_weighted_seconds_total{device="sdn"} 271.214 node_disk_io_time_weighted_seconds_total{device="sdq"} 51.374 node_disk_io_time_weighted_seconds_total{device="vda"} 437704.624 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="sda"} 6.9741568e+07 node_disk_read_bytes_total{device="sdb"} 1.762816e+07 node_disk_read_bytes_total{device="sdd"} 2.487808e+07 node_disk_read_bytes_total{device="sde"} 7.416832e+06 node_disk_read_bytes_total{device="sdf"} 3.2123904e+07 node_disk_read_bytes_total{device="sdg"} 5.2952064e+07 node_disk_read_bytes_total{device="sdh"} 4.8028672e+07 node_disk_read_bytes_total{device="sdk"} 6.3519744e+07 node_disk_read_bytes_total{device="sdl"} 5.3636096e+07 node_disk_read_bytes_total{device="sdm"} 9.051648e+07 node_disk_read_bytes_total{device="sdn"} 4.3875328e+07 node_disk_read_bytes_total{device="sdq"} 5.229568e+06 node_disk_read_bytes_total{device="vda"} 5.678897339904e+12 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="sda"} 1588.986 node_disk_read_time_seconds_total{device="sdb"} 224.208 node_disk_read_time_seconds_total{device="sdd"} 375.592 node_disk_read_time_seconds_total{device="sde"} 31.609 node_disk_read_time_seconds_total{device="sdf"} 179.854 node_disk_read_time_seconds_total{device="sdg"} 1483.771 node_disk_read_time_seconds_total{device="sdh"} 455.271 node_disk_read_time_seconds_total{device="sdk"} 13.597 node_disk_read_time_seconds_total{device="sdl"} 545.665 node_disk_read_time_seconds_total{device="sdm"} 1043.236 node_disk_read_time_seconds_total{device="sdn"} 139.056 node_disk_read_time_seconds_total{device="sdq"} 5.564 node_disk_read_time_seconds_total{device="vda"} 4.044538731e+06 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="sda"} 8815 node_disk_reads_completed_total{device="sdb"} 1159 node_disk_reads_completed_total{device="sdd"} 2472 node_disk_reads_completed_total{device="sde"} 370 node_disk_reads_completed_total{device="sdf"} 706 node_disk_reads_completed_total{device="sdg"} 6989 node_disk_reads_completed_total{device="sdh"} 2234 node_disk_reads_completed_total{device="sdk"} 791 node_disk_reads_completed_total{device="sdl"} 2775 node_disk_reads_completed_total{device="sdm"} 4208 node_disk_reads_completed_total{device="sdn"} 1370 node_disk_reads_completed_total{device="sdq"} 231 node_disk_reads_completed_total{device="vda"} 1.29178712e+08 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="sda"} 4450 node_disk_reads_merged_total{device="sdb"} 354 node_disk_reads_merged_total{device="sdd"} 70 node_disk_reads_merged_total{device="sde"} 9 node_disk_reads_merged_total{device="sdf"} 34 node_disk_reads_merged_total{device="sdg"} 3992 node_disk_reads_merged_total{device="sdh"} 923 node_disk_reads_merged_total{device="sdk"} 46 node_disk_reads_merged_total{device="sdl"} 792 node_disk_reads_merged_total{device="sdm"} 581 node_disk_reads_merged_total{device="sdn"} 27 node_disk_reads_merged_total{device="sdq"} 7 node_disk_reads_merged_total{device="vda"} 1.3940314e+07 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="sda"} 12591.595000000001 node_disk_write_time_seconds_total{device="sdb"} 685.4110000000001 node_disk_write_time_seconds_total{device="sdd"} 1898.789 node_disk_write_time_seconds_total{device="sde"} 0.263 node_disk_write_time_seconds_total{device="sdf"} 7.787 node_disk_write_time_seconds_total{device="sdg"} 2276.373 node_disk_write_time_seconds_total{device="sdh"} 19.686 node_disk_write_time_seconds_total{device="sdk"} 15.177 node_disk_write_time_seconds_total{device="sdl"} 9.93 node_disk_write_time_seconds_total{device="sdm"} 5.649 node_disk_write_time_seconds_total{device="sdn"} 132.157 node_disk_write_time_seconds_total{device="sdq"} 45.809 node_disk_write_time_seconds_total{device="vda"} 686720.009 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="sda"} 1.268117e+06 node_disk_writes_completed_total{device="sdb"} 53497 node_disk_writes_completed_total{device="sdd"} 148881 node_disk_writes_completed_total{device="sde"} 29 node_disk_writes_completed_total{device="sdf"} 232 node_disk_writes_completed_total{device="sdg"} 170627 node_disk_writes_completed_total{device="sdh"} 198 node_disk_writes_completed_total{device="sdk"} 1274 node_disk_writes_completed_total{device="sdl"} 239 node_disk_writes_completed_total{device="sdm"} 346 node_disk_writes_completed_total{device="sdn"} 8200 node_disk_writes_completed_total{device="sdq"} 5801 node_disk_writes_completed_total{device="vda"} 1.34261025e+08 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 3.434942e+06 node_disk_writes_merged_total{device="sdb"} 35085 node_disk_writes_merged_total{device="sdd"} 236128 node_disk_writes_merged_total{device="sde"} 35 node_disk_writes_merged_total{device="sdf"} 159 node_disk_writes_merged_total{device="sdg"} 297279 node_disk_writes_merged_total{device="sdh"} 153 node_disk_writes_merged_total{device="sdk"} 603 node_disk_writes_merged_total{device="sdl"} 201 node_disk_writes_merged_total{device="sdm"} 211 node_disk_writes_merged_total{device="sdn"} 10230 node_disk_writes_merged_total{device="sdq"} 755 node_disk_writes_merged_total{device="vda"} 7.4537581e+07 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 1.9914108928e+10 node_disk_written_bytes_total{device="sdb"} 3.78535936e+08 node_disk_written_bytes_total{device="sdd"} 2.303397888e+09 node_disk_written_bytes_total{device="sde"} 262144 node_disk_written_bytes_total{device="sdf"} 1.714176e+07 node_disk_written_bytes_total{device="sdg"} 2.627497984e+09 node_disk_written_bytes_total{device="sdh"} 1.65888e+06 node_disk_written_bytes_total{device="sdk"} 3.385344e+07 node_disk_written_bytes_total{device="sdl"} 2.023424e+06 node_disk_written_bytes_total{device="sdm"} 2.945024e+06 node_disk_written_bytes_total{device="sdn"} 1.71810816e+08 node_disk_written_bytes_total{device="sdq"} 2.7312128e+07 node_disk_written_bytes_total{device="vda"} 4.301038934016e+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="1.16.0-4.module_el8+603+e0ca2c01",board_asset_tag="",board_name="RHEL-AV",board_vendor="Red Hat",board_version="RHEL-8.5.0 PC (Q35 + ICH9, 2009)",chassis_asset_tag="",chassis_vendor="Red Hat",chassis_version="RHEL-8.5.0 PC (Q35 + ICH9, 2009)",product_family="Virtual Machine",product_name="OpenStack Nova",product_sku="8.5.0",product_version="24.2.2",system_vendor="OpenStack Foundation"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.25.3",revision="654f19dee6a0c41de78a8d6d870e8c742cdb43b9",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 11008 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/vda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 5.75258624e+08 node_filesystem_avail_bytes{device="/dev/vda3",device_error="",fstype="ext4",mountpoint="/"} 3.8214275072e+10 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04d50241cb2fe4f366d06b7a1fb0265344bc9e133d5638c552c8473101db2558/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0901bfc06cc473421f4b2290a376f9a0b453d6a6ad036263aca65d49905cf021/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e0bfd417a3520a49f7665d2ad8e7fe8882359fd2fec444987494ec8a6d5ad06/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f42188796e52de1d4d8a796a4ea9f495b7b40b0e1b04bb5614f69e8430ccc07/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14c57da5fde3a033535b9a0d8e0bb1adc8fae04b3f74a85ec18ef8b1e39f7ebd/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a4520cb9e63fa6859aa8fb11f4f5ce827288b1357ec6737b1b60bf5f7e39d39/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1aebd4d2e2f3eef81024d9cb97b800d313010cba3a345a542317c6c793f67081/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/207a4ad509626100c0d3307bc57491bb27c281bdf0c16851140f4d341947fac6/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/251c7ddb7f4e072fb70eba18fbcb0f248d4b80a4c069a08362fc9d19bace8bf4/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/292d33a657f5065960aa6853faa68613cc308922af25203dc62076faccd5ce53/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2aa834b8604b5533b52e32cc76990569355ae3317f07f42cfe97ae6218dca155/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2b07d5e36ae5cc278c74460e213a5bae7ad4726ce3b91877bf9e90c7b0941e62/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2bff18a598faa8902eded23a64a5c5ded53aa2916747326cf6b5781f93870a1e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30a51a28ef48477fd39fadcb48e6d7917803f8089b674190d858a845a78fd8be/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/345b57bf05e99f061b9f138b179692a742c4f5c4783f2af5f3e084b332907779/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39957a1240f1b0e8f6f690dce8dc5a2100231c79fad1db61dc66991580eb5f71/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39ae3445054974a5fee24c5b5d249eec71e48ec9ad08dea1a8372e96f7078208/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39edc95fbe8265229c704b3779994f1154d17df29dcc9de29ec9624532a99b5d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/403b7cdfe61cc9f55c1a205063a620425f1b64db45d2015bef197bb87c51655a/shm"} 6.7080192e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d4a00cbccb7fec06bc0fb557e9450085ae9308323797567ea60a4afe3d18c10/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5281ce8750ed42792f195d4fabd167697355c16d5cc17c56deac31d20bcafb28/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5634c67ff5dfc65ad60ad08925d0bbc1eabbff3e9d397998aae8aa94074a3c02/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c20ca08e67576e541e5124c4995dc1510b8330fe97facf7feadbd2314d8abd/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5971fbaa52cdc092185eb74b7fef06dda98b421cbbc48454fe65fe9005adad3a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cfd26ef9dfad796da69c1c2765b20f458b9b3f6043479d2b84c2c2864c89b76/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d52cdc1083ddd42a8507b26c19da796c5831f2fd6a80f75b930cbb47ef0db3f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f515369721e3d2cf02d5b160499ef149b1379a5b19e5db99d17fe955818c810/shm"} 6.6031616e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/612b3cefc0785ee3e2d48279886d27d376acf2183abf1476506deddc7c927ffd/shm"} 6.6031616e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/643a829b334b0e6eb9e2408297b812d8cdbac55c6e7bbf6f505c15f03b2c22b2/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6776d634b38c5757ad093e00488b57f7163add4790f56a54f563a1469d6a2939/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b0115595f0f1188d3f507d47d639d5df59dcb5b71c1bee97e4846d93e0d2f8a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6d80be276467ba903cda79acc48c6469847210bcde6ff1610969070a2bc65e48/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6ef8ecfcd6824f99a4e8fbfb74bfee69bedaa7a2a5def2da8622f8cf4e580c8b/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/78d3b55fde67f40d24c395060db35802ac54b21109317e56adf97107ff5c490e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7dfded1253092140c736f5de9a5926dfce24785e0964be9dd356abb713ac6269/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/805fcae5f7127a6566c2276904d9269dce7b95ea2b4e5cdb902c347790a00b38/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/886bc60487536aeae0d3f151c95e91db60bf3505d22e6e27652d908512419069/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8b071f492c2d004855e01e40faa31412bd577e46352c696c11e7164c144ad741/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8cf84dbc76d3a451a9245972f499c6461d70b935b65aec71740becc3a773bf3a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f9f5a4aa461dd9a51f6a2acc7a5799be4a57633a59567fb7beadd08b553f788/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/93e9d954aa510cbd3848163fca01381be691cef43e113f9806068507ee31cb6f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/985bc444fc91e0e201a0152ec23279b6ee999884ea01854daaf8a47a75c7fd54/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a475abb81c2a25a4621ff244f5fff17bc9e0c91c8384a5ecd85ed492575f26e0/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a497d52739d52048abc735d6f928ab4a33270dda075719814e65a0192d658e56/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a72807a43e74870f11587e7cbcad8f7e621e5addbc45ddee1938bc1bcd3a0621/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8aef23136b62d3c338c42e762accc3a435b341ac4d2a816c2da25cbdbf5ea65/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae4591c91d78eba2982eb01a8052fc2e82aa1f6ca4e0b8087a9186e76be6a3c0/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aec505c7c196243168f5b5bd291fba6adbd284fd47a9ec0835d6db6bb110e93b/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0870dadcb157b75be1eb539219af2a410c1eb54845e98367534f0aa117054a8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b5342c0f4168f35f395ed87bd1cf85da156caaf68d3a61e1b4beb9c675bd086e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b85cc50b23bda3c0611a481b892a8f8975788e99b03d6264549f24051aac6de3/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b995277999b9dae5807a8e7e5114d60712609116623b2cec0f20a494ba4ac54f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bba517ef42420cc3a97b8e620c12ec2e1f66cbb3560992144dabf03f5847788c/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06a550d81544721e0109e855f10c8dfff9a7e43a3f41863984b4ed73f007b79/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0d3ec8a9314f2486382d3d04edb20dbcbbc26ed2027f83025e442260a40fc34/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c30514feb16a7957244e1878b10c4f2495ec0ecff9ddffd473d65e4d7f0836ac/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c42c6d300de62fab96257e37f226472f948990c0cd644e6b5234bb2ad2c2e745/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c862b210af5819def89150248081f140341412c712c4a91a810e6f29675caef5/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb0dfc5f97de8a584ed10767df954fbad7f919b546e988a3907c5f1a94d3e746/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd150ae72d6689c9a943b178b6e895b53012f758fe9cbc4ea33f9ad33919b1a1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cde99c6ebd7315a248b53c1645c9b4f8052fad6fb13eaf756af1e0a9241cb377/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d63e2006fbd6e970772f163f3e1c87fff771c12fbb973bdab36099d4b1159562/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d680056fe785b472e567610ec12664c3d38d2c00a195910d63faa3cd73cdea96/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dac498776fe201c6510b9dd8a43f789da50594359105ac3459a9726cf441ee7a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/daec9ea3c0bcd14ece3c60a0cbbf5b935e76817f3324a0618884475c70b08299/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df6dfa9fe6d6d8e8986aae43562da51fb9db3db4119af54c602758a8a1d30174/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dfca6f9dc1731ebc0d32ee956d316b70695ff72dc9e6b04e20fa20edb98cb3ac/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e0e365c5690b5650f79438638fd2e91ee15693c330279b4ac704e3bff63eb254/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1ee71dba83982d2c49b38e7607b29ecaa06611c6731836639bdc0f7ac452b5a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1f04ae9518d5a9be1e8a2ab5f237cf39d6c03e2adc3d7e53fe6a00221911ea1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e293e02ac143875412a194d89f400c5428fda6b320f131361bdd9f0f8ebe5e68/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e29ee5cc40c2da0690ff12449474d72fbbe5af234b62b1774ce12b85bd5f1f62/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e7044cf3626076a5321b5e593a21d219f84eec9f6b32d4fc1ab09f283e67ee18/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e894fcc8232a1f286009c867abb6f016733dafc3fdbe6cbbc690f3b6da5860f1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e8cf46b57e7a8441e3245cf73855f453eecda9796e07feeaa12b11a7d5873cdc/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef57f55a77517bad7b77890988d98ce575213a9e804e146b4595f193a3c23329/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/eff4062f46d20c6019895bca950c2c2c47a4205a039d173a2242b17e00c7a700/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f30ea2f5560eab7e70004783fb857a88c992b8fc42e29f1530578bbd55572e60/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f68b75c9e63a1ea0b7f2a3d41d93f891b61f85135c4baed298678d980b572a84/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f690ca3937863dad5be041a56a33d995d0b28966d6b54e9fba0bc9aae7b415f3/shm"} 6.6023424e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8a0f6f84454cbfd23f36b4db930e2679c38a6ce4e23c16b900e935221e80e1f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8ae3aa74f0ba120bfde027888c4a2c1e91af77ed6eb0ea4165a8d9dd58e5321/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb766d9024cfc82e6fa44632d3741a0c391b0264144b1560a1a20bc42c65596c/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe2e1dd82e970ffa5a55a20ecd41bfecaab17dbab2c6377fabc406061c7818b0/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.522167808e+09 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/longhorn/pvc-071e4869-24b3-4bf2-b2c0-52cbc97f451c",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/5328c5f525284aad5ff1bb9875a9f59451122e82e676637ecbf2e9e00c4e878a/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-071e4869-24b3-4bf2-b2c0-52cbc97f451c",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/dc72acab-c712-4980-846f-dc44c06907ed/volume-subpaths/pvc-071e4869-24b3-4bf2-b2c0-52cbc97f451c/timescaledb/0"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-071e4869-24b3-4bf2-b2c0-52cbc97f451c",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/dc72acab-c712-4980-846f-dc44c06907ed/volumes/kubernetes.io~csi/pvc-071e4869-24b3-4bf2-b2c0-52cbc97f451c/mount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-0b040308-8e23-4539-934f-2350c57c833d",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/ef184f203bae85f9102175b0311086408ad7ba76f172a17808143ed295e96dfb/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-0b040308-8e23-4539-934f-2350c57c833d",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/7f2b7e54-1cc5-4276-954b-f8ff71eda0e8/volume-subpaths/pvc-0b040308-8e23-4539-934f-2350c57c833d/pg/0"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-0b040308-8e23-4539-934f-2350c57c833d",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/7f2b7e54-1cc5-4276-954b-f8ff71eda0e8/volumes/kubernetes.io~csi/pvc-0b040308-8e23-4539-934f-2350c57c833d/mount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-5f8612bf-02d4-4c02-98ce-d552c9568104",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/cecf0afb6c798a0e496a6ba54777c8246f1d379605842630282318e5c8d921a8/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-5f8612bf-02d4-4c02-98ce-d552c9568104",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/5b68c6cd-6608-43e0-88e8-144a93996a09/volumes/kubernetes.io~csi/pvc-5f8612bf-02d4-4c02-98ce-d552c9568104/mount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-763c1863-e7f6-406a-8d4b-9e6423d5eedc",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/97741aba275031b42c883212d6920c499d5a8552bf66e4534b831053ea438212/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-763c1863-e7f6-406a-8d4b-9e6423d5eedc",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/4352be98-babc-4a6d-9ad9-82dbd65e7907/volumes/kubernetes.io~csi/pvc-763c1863-e7f6-406a-8d4b-9e6423d5eedc/mount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-7a881a62-2dbd-4f68-966a-28550abd5dea",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/fc9c703b00a06b4c693a001ee2d58a8c9bd840dce6e6d7e18286041050760393/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-7a881a62-2dbd-4f68-966a-28550abd5dea",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/578e654b-732d-4daf-9d87-5469898ee012/volumes/kubernetes.io~csi/pvc-7a881a62-2dbd-4f68-966a-28550abd5dea/mount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-7bf724d7-72f3-4c35-b270-0712698c9da3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/03ff8855e42149174731971cecb42cdc5eaba13a8aeab52697278c5352683c16/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-7bf724d7-72f3-4c35-b270-0712698c9da3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/406e454c-28e2-43a0-b180-7908efebb2f8/volumes/kubernetes.io~csi/pvc-7bf724d7-72f3-4c35-b270-0712698c9da3/mount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-85675234-37b9-40f0-839c-7ee4e04261d2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/d2e44264e9d03402fb882b6e47282e7916cc4a0b5dfd4380a3cdce1141b440fd/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-85675234-37b9-40f0-839c-7ee4e04261d2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/8988bb32-9171-4173-956c-fff5fbabcbd9/volumes/kubernetes.io~csi/pvc-85675234-37b9-40f0-839c-7ee4e04261d2/mount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-8a3a8319-5e99-4a67-8a9d-5a90b801bea7",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/bb7565b9d542cada6425d341bff54fc5f62b43cb31498fa6fb8c86c5996d0b37/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-8a3a8319-5e99-4a67-8a9d-5a90b801bea7",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/498d58be-5b11-4229-9a1a-bda738b55b23/volumes/kubernetes.io~csi/pvc-8a3a8319-5e99-4a67-8a9d-5a90b801bea7/mount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-c9cbfeb4-6a6a-4ab9-ab87-360b91a1727c",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/df4c4010614b9e98a40e3fc94be48a2fe49987396365fb4943972d3f5127d605/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-c9cbfeb4-6a6a-4ab9-ab87-360b91a1727c",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/76c7dae4-4810-4531-bcca-c40caabe9927/volumes/kubernetes.io~csi/pvc-c9cbfeb4-6a6a-4ab9-ab87-360b91a1727c/mount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-e744f8a6-042d-4cca-b1db-d0ab9ac9d829",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/1697c4e0d2c3838c4b7e097c49329e605d28e84d6053b5273192fc91110f05a7/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-e744f8a6-042d-4cca-b1db-d0ab9ac9d829",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/c86ed1f1-7e20-44fd-9ebf-047427341646/volumes/kubernetes.io~csi/pvc-e744f8a6-042d-4cca-b1db-d0ab9ac9d829/mount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-ed1dd0d4-1e8d-41fe-8066-f7bbfc697e40",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/536021d4a79f8de0b49e6986562439b5c8ef4a3e3547082e94fbd86b62ad4543/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-ed1dd0d4-1e8d-41fe-8066-f7bbfc697e40",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/00e0b5dd-d240-4eec-81e7-f5f543a4926f/volumes/kubernetes.io~csi/pvc-ed1dd0d4-1e8d-41fe-8066-f7bbfc697e40/mount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-f83d432b-2ee2-48b1-80cc-1e87d8c639dc",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/78a30395ebadd9381186fe5054fe434e6ac61f38008cfad245dda6470a396536/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-f83d432b-2ee2-48b1-80cc-1e87d8c639dc",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/353deb21-7b5f-4c89-84ec-2c19a8348e93/volume-subpaths/pvc-f83d432b-2ee2-48b1-80cc-1e87d8c639dc/pg/0"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-f83d432b-2ee2-48b1-80cc-1e87d8c639dc",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/353deb21-7b5f-4c89-84ec-2c19a8348e93/volumes/kubernetes.io~csi/pvc-f83d432b-2ee2-48b1-80cc-1e87d8c639dc/mount"} 1 node_filesystem_device_error{device="/dev/vda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/vda3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/vda3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/15296b4f-bc09-488c-9899-bc874c0727cd/volume-subpaths/autho-config/autho/1"} 1 node_filesystem_device_error{device="/dev/vda3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/353deb21-7b5f-4c89-84ec-2c19a8348e93/volume-subpaths/config-volume/pg/1"} 1 node_filesystem_device_error{device="/dev/vda3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/353deb21-7b5f-4c89-84ec-2c19a8348e93/volume-subpaths/config-volume/pg/2"} 1 node_filesystem_device_error{device="/dev/vda3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/3dee8ae1-2c7f-4b6e-b25f-01ad1a35d24d/volume-subpaths/config/grafana/0"} 1 node_filesystem_device_error{device="/dev/vda3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/3dee8ae1-2c7f-4b6e-b25f-01ad1a35d24d/volume-subpaths/sc-dashboard-provider/grafana/3"} 1 node_filesystem_device_error{device="/dev/vda3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/93e1e2b5-f22d-4f10-abf1-2fd3884a8de3/volume-subpaths/api-config/api/0"} 1 node_filesystem_device_error{device="/dev/vda3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/f024baee-e37e-4408-a824-6b4b0576e4b5/volume-subpaths/pm-gateway-config/pm-gateway/1"} 1 node_filesystem_device_error{device="/dev/vda3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/f050d582-ecb1-45a4-a4b7-6109ecefc653/volume-subpaths/casdoor-config/casdoor/0"} 1 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04d50241cb2fe4f366d06b7a1fb0265344bc9e133d5638c552c8473101db2558/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0901bfc06cc473421f4b2290a376f9a0b453d6a6ad036263aca65d49905cf021/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e0bfd417a3520a49f7665d2ad8e7fe8882359fd2fec444987494ec8a6d5ad06/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f42188796e52de1d4d8a796a4ea9f495b7b40b0e1b04bb5614f69e8430ccc07/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14c57da5fde3a033535b9a0d8e0bb1adc8fae04b3f74a85ec18ef8b1e39f7ebd/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a4520cb9e63fa6859aa8fb11f4f5ce827288b1357ec6737b1b60bf5f7e39d39/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1aebd4d2e2f3eef81024d9cb97b800d313010cba3a345a542317c6c793f67081/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/207a4ad509626100c0d3307bc57491bb27c281bdf0c16851140f4d341947fac6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/251c7ddb7f4e072fb70eba18fbcb0f248d4b80a4c069a08362fc9d19bace8bf4/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/292d33a657f5065960aa6853faa68613cc308922af25203dc62076faccd5ce53/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2aa834b8604b5533b52e32cc76990569355ae3317f07f42cfe97ae6218dca155/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2b07d5e36ae5cc278c74460e213a5bae7ad4726ce3b91877bf9e90c7b0941e62/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2bff18a598faa8902eded23a64a5c5ded53aa2916747326cf6b5781f93870a1e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30a51a28ef48477fd39fadcb48e6d7917803f8089b674190d858a845a78fd8be/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/345b57bf05e99f061b9f138b179692a742c4f5c4783f2af5f3e084b332907779/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39957a1240f1b0e8f6f690dce8dc5a2100231c79fad1db61dc66991580eb5f71/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39ae3445054974a5fee24c5b5d249eec71e48ec9ad08dea1a8372e96f7078208/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39edc95fbe8265229c704b3779994f1154d17df29dcc9de29ec9624532a99b5d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/403b7cdfe61cc9f55c1a205063a620425f1b64db45d2015bef197bb87c51655a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d4a00cbccb7fec06bc0fb557e9450085ae9308323797567ea60a4afe3d18c10/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5281ce8750ed42792f195d4fabd167697355c16d5cc17c56deac31d20bcafb28/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5634c67ff5dfc65ad60ad08925d0bbc1eabbff3e9d397998aae8aa94074a3c02/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c20ca08e67576e541e5124c4995dc1510b8330fe97facf7feadbd2314d8abd/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5971fbaa52cdc092185eb74b7fef06dda98b421cbbc48454fe65fe9005adad3a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cfd26ef9dfad796da69c1c2765b20f458b9b3f6043479d2b84c2c2864c89b76/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d52cdc1083ddd42a8507b26c19da796c5831f2fd6a80f75b930cbb47ef0db3f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f515369721e3d2cf02d5b160499ef149b1379a5b19e5db99d17fe955818c810/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/612b3cefc0785ee3e2d48279886d27d376acf2183abf1476506deddc7c927ffd/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/643a829b334b0e6eb9e2408297b812d8cdbac55c6e7bbf6f505c15f03b2c22b2/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6776d634b38c5757ad093e00488b57f7163add4790f56a54f563a1469d6a2939/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b0115595f0f1188d3f507d47d639d5df59dcb5b71c1bee97e4846d93e0d2f8a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6d80be276467ba903cda79acc48c6469847210bcde6ff1610969070a2bc65e48/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6ef8ecfcd6824f99a4e8fbfb74bfee69bedaa7a2a5def2da8622f8cf4e580c8b/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/78d3b55fde67f40d24c395060db35802ac54b21109317e56adf97107ff5c490e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7dfded1253092140c736f5de9a5926dfce24785e0964be9dd356abb713ac6269/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/805fcae5f7127a6566c2276904d9269dce7b95ea2b4e5cdb902c347790a00b38/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/886bc60487536aeae0d3f151c95e91db60bf3505d22e6e27652d908512419069/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8b071f492c2d004855e01e40faa31412bd577e46352c696c11e7164c144ad741/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8cf84dbc76d3a451a9245972f499c6461d70b935b65aec71740becc3a773bf3a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f9f5a4aa461dd9a51f6a2acc7a5799be4a57633a59567fb7beadd08b553f788/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/93e9d954aa510cbd3848163fca01381be691cef43e113f9806068507ee31cb6f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/985bc444fc91e0e201a0152ec23279b6ee999884ea01854daaf8a47a75c7fd54/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a475abb81c2a25a4621ff244f5fff17bc9e0c91c8384a5ecd85ed492575f26e0/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a497d52739d52048abc735d6f928ab4a33270dda075719814e65a0192d658e56/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a72807a43e74870f11587e7cbcad8f7e621e5addbc45ddee1938bc1bcd3a0621/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8aef23136b62d3c338c42e762accc3a435b341ac4d2a816c2da25cbdbf5ea65/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae4591c91d78eba2982eb01a8052fc2e82aa1f6ca4e0b8087a9186e76be6a3c0/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aec505c7c196243168f5b5bd291fba6adbd284fd47a9ec0835d6db6bb110e93b/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0870dadcb157b75be1eb539219af2a410c1eb54845e98367534f0aa117054a8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b5342c0f4168f35f395ed87bd1cf85da156caaf68d3a61e1b4beb9c675bd086e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b85cc50b23bda3c0611a481b892a8f8975788e99b03d6264549f24051aac6de3/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b995277999b9dae5807a8e7e5114d60712609116623b2cec0f20a494ba4ac54f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bba517ef42420cc3a97b8e620c12ec2e1f66cbb3560992144dabf03f5847788c/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06a550d81544721e0109e855f10c8dfff9a7e43a3f41863984b4ed73f007b79/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0d3ec8a9314f2486382d3d04edb20dbcbbc26ed2027f83025e442260a40fc34/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c30514feb16a7957244e1878b10c4f2495ec0ecff9ddffd473d65e4d7f0836ac/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c42c6d300de62fab96257e37f226472f948990c0cd644e6b5234bb2ad2c2e745/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c862b210af5819def89150248081f140341412c712c4a91a810e6f29675caef5/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb0dfc5f97de8a584ed10767df954fbad7f919b546e988a3907c5f1a94d3e746/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd150ae72d6689c9a943b178b6e895b53012f758fe9cbc4ea33f9ad33919b1a1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cde99c6ebd7315a248b53c1645c9b4f8052fad6fb13eaf756af1e0a9241cb377/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d63e2006fbd6e970772f163f3e1c87fff771c12fbb973bdab36099d4b1159562/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d680056fe785b472e567610ec12664c3d38d2c00a195910d63faa3cd73cdea96/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dac498776fe201c6510b9dd8a43f789da50594359105ac3459a9726cf441ee7a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/daec9ea3c0bcd14ece3c60a0cbbf5b935e76817f3324a0618884475c70b08299/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df6dfa9fe6d6d8e8986aae43562da51fb9db3db4119af54c602758a8a1d30174/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dfca6f9dc1731ebc0d32ee956d316b70695ff72dc9e6b04e20fa20edb98cb3ac/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e0e365c5690b5650f79438638fd2e91ee15693c330279b4ac704e3bff63eb254/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1ee71dba83982d2c49b38e7607b29ecaa06611c6731836639bdc0f7ac452b5a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1f04ae9518d5a9be1e8a2ab5f237cf39d6c03e2adc3d7e53fe6a00221911ea1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e293e02ac143875412a194d89f400c5428fda6b320f131361bdd9f0f8ebe5e68/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e29ee5cc40c2da0690ff12449474d72fbbe5af234b62b1774ce12b85bd5f1f62/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e7044cf3626076a5321b5e593a21d219f84eec9f6b32d4fc1ab09f283e67ee18/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e894fcc8232a1f286009c867abb6f016733dafc3fdbe6cbbc690f3b6da5860f1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e8cf46b57e7a8441e3245cf73855f453eecda9796e07feeaa12b11a7d5873cdc/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef57f55a77517bad7b77890988d98ce575213a9e804e146b4595f193a3c23329/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/eff4062f46d20c6019895bca950c2c2c47a4205a039d173a2242b17e00c7a700/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f30ea2f5560eab7e70004783fb857a88c992b8fc42e29f1530578bbd55572e60/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f68b75c9e63a1ea0b7f2a3d41d93f891b61f85135c4baed298678d980b572a84/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f690ca3937863dad5be041a56a33d995d0b28966d6b54e9fba0bc9aae7b415f3/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8a0f6f84454cbfd23f36b4db930e2679c38a6ce4e23c16b900e935221e80e1f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8ae3aa74f0ba120bfde027888c4a2c1e91af77ed6eb0ea4165a8d9dd58e5321/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb766d9024cfc82e6fa44632d3741a0c391b0264144b1560a1a20bc42c65596c/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe2e1dd82e970ffa5a55a20ecd41bfecaab17dbab2c6377fabc406061c7818b0/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/00e0b5dd-d240-4eec-81e7-f5f543a4926f/volumes/kubernetes.io~projected/kube-api-access-trfz6"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/00e24c12-215e-4f87-aaa7-d582052bc95c/volumes/kubernetes.io~projected/kube-api-access-bds2p"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/09346d33-3791-4492-ab88-7bcd14821102/volumes/kubernetes.io~projected/kube-api-access-2spqz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/095a0298-0b2d-4d8e-a8b2-f3b0d9eb24b0/volumes/kubernetes.io~projected/kube-api-access-9l6wl"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/095a0298-0b2d-4d8e-a8b2-f3b0d9eb24b0/volumes/kubernetes.io~secret/tls-secret"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0ecb39c3-8aa1-4531-aa6f-939f86082522/volumes/kubernetes.io~projected/kube-api-access-h7dhd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/15296b4f-bc09-488c-9899-bc874c0727cd/volume-subpaths/casdoor-cert/autho/0"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/15296b4f-bc09-488c-9899-bc874c0727cd/volumes/kubernetes.io~projected/kube-api-access-mvj5m"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/15296b4f-bc09-488c-9899-bc874c0727cd/volumes/kubernetes.io~secret/casdoor-cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1979e84f-0a41-4b5d-9e0b-949299d82d19/volumes/kubernetes.io~projected/kube-api-access-trrz4"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1a7c7100-3ad1-470d-a66b-a1627425efad/volumes/kubernetes.io~projected/kube-api-access-5dbwk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1c452690-4d90-47ba-999e-c468220b9e2e/volumes/kubernetes.io~projected/kube-api-access-2mw4d"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1f875339-9daf-4ae5-b323-ac701d0c3eb5/volumes/kubernetes.io~projected/kube-api-access-4dhwl"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/237aafa2-dbee-42fe-85c4-f03b888b0973/volumes/kubernetes.io~projected/kube-api-access-k2qsw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/26c60db6-906d-4aaa-9c59-b94ab9a8fdc2/volumes/kubernetes.io~projected/kube-api-access-b9d8t"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/276d84f8-5bd4-40df-b6d1-d4d23c4ceff9/volumes/kubernetes.io~projected/kube-api-access-9cxsc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/276d84f8-5bd4-40df-b6d1-d4d23c4ceff9/volumes/kubernetes.io~secret/cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2b894411-4b4f-47e6-8b70-91fd293784b0/volumes/kubernetes.io~projected/kube-api-access-qvh9t"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2cc3eeea-44f4-48df-abe9-03a143e80afa/volumes/kubernetes.io~projected/kube-api-access-wn7d5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2ccd0daf-af72-4c4e-abc7-7fffb5e852ae/volumes/kubernetes.io~projected/kube-api-access-dqz2j"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2fc30678-0adf-497c-b6bf-a93702092b3b/volumes/kubernetes.io~projected/kube-api-access-4wbtv"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/30f6a0e5-7d1d-41d5-80f8-1542260693f0/volumes/kubernetes.io~projected/kube-api-access-2rsv7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/353deb21-7b5f-4c89-84ec-2c19a8348e93/volumes/kubernetes.io~projected/kube-api-access-pv7vt"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/392127f2-d4ac-4b78-9976-ac2e4773b094/volumes/kubernetes.io~projected/kube-api-access-fgr9d"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3a2f45a9-c614-41ae-ba06-e68279bc3e32/volumes/kubernetes.io~projected/kube-api-access-jq4dx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3bd4b107-37b9-46dd-ae5a-8270230ceeab/volumes/kubernetes.io~projected/kube-api-access-6s8nx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3bd4b107-37b9-46dd-ae5a-8270230ceeab/volumes/kubernetes.io~secret/certs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3c066b94-c39d-4b35-aded-236b47f227d3/volumes/kubernetes.io~projected/kube-api-access-ml2hz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3dee8ae1-2c7f-4b6e-b25f-01ad1a35d24d/volumes/kubernetes.io~projected/kube-api-access-ght95"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3f56495e-9d71-483d-9857-782f7b307520/volumes/kubernetes.io~projected/kube-api-access-vf4pr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/406e454c-28e2-43a0-b180-7908efebb2f8/volumes/kubernetes.io~projected/kube-api-access-gh8dn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4352be98-babc-4a6d-9ad9-82dbd65e7907/volumes/kubernetes.io~projected/kube-api-access-lshl5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/498d58be-5b11-4229-9a1a-bda738b55b23/volumes/kubernetes.io~projected/kube-api-access-gktqn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4ce8be3d-1c15-410a-8e9d-0040ce0bdbda/volumes/kubernetes.io~projected/kube-api-access-bqrd4"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4cfc8da4-962f-43d9-b942-db4d1e687483/volumes/kubernetes.io~projected/kube-api-access-4jj2c"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4cfc8da4-962f-43d9-b942-db4d1e687483/volumes/kubernetes.io~secret/clustermesh-secrets"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4de73e93-ace3-43d1-b837-0fb9c7a28211/volumes/kubernetes.io~projected/kube-api-access-bmmp6"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/507f42c1-0e25-4767-aa8e-83e5cb01057a/volumes/kubernetes.io~projected/kube-api-access-8mt4k"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/578e654b-732d-4daf-9d87-5469898ee012/volumes/kubernetes.io~projected/kube-api-access-6ldcx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5793a92a-5c81-487b-ac4e-a67f00af50b4/volumes/kubernetes.io~projected/kube-api-access-jmxgt"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5793a92a-5c81-487b-ac4e-a67f00af50b4/volumes/kubernetes.io~secret/cloud-credentials"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/589141bc-95d9-4299-8a7c-1b58dc600e4a/volumes/kubernetes.io~projected/kube-api-access-gdxgm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/589141bc-95d9-4299-8a7c-1b58dc600e4a/volumes/kubernetes.io~secret/longhorn-grpc-tls"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/58beb813-343c-49f6-a339-9bda0358a253/volumes/kubernetes.io~projected/kube-api-access-8lntr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5b68c6cd-6608-43e0-88e8-144a93996a09/volumes/kubernetes.io~projected/kube-api-access-w6wfn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/68cb319a-6ff6-45c6-a39b-55f43f8240ca/volumes/kubernetes.io~projected/kube-api-access-9rs8j"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6f7ba48a-7e7c-403f-b9ba-cfa34ddbd460/volumes/kubernetes.io~projected/kube-api-access-bw6k2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7150ecab-21fc-4787-84cb-04138f574f51/volumes/kubernetes.io~projected/kube-api-access-vhr86"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/715bd313-a0e0-429d-b7fd-d05ec67fc185/volume-subpaths/casdoor-cert/pmn/0"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/715bd313-a0e0-429d-b7fd-d05ec67fc185/volumes/kubernetes.io~projected/kube-api-access-t6zkp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/715bd313-a0e0-429d-b7fd-d05ec67fc185/volumes/kubernetes.io~secret/casdoor-cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7398e461-f599-4dba-91d1-6e8cad2f5381/volume-subpaths/casdoor-cert/cmn/0"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7398e461-f599-4dba-91d1-6e8cad2f5381/volumes/kubernetes.io~projected/kube-api-access-cxdc8"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7398e461-f599-4dba-91d1-6e8cad2f5381/volumes/kubernetes.io~secret/casdoor-cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/76c7dae4-4810-4531-bcca-c40caabe9927/volumes/kubernetes.io~projected/kube-api-access-gw8dm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/77f6c95b-bddd-498c-833b-8120afa72305/volumes/kubernetes.io~projected/kube-api-access-thk7r"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7996f5d0-82c0-4c93-9ba6-b2c245725da6/volumes/kubernetes.io~projected/kube-api-access-q2wgg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7a939dbb-1037-4ca9-a279-36874644c7df/volumes/kubernetes.io~projected/kube-api-access-f8zxn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7ef94b98-5ffe-4c90-b632-0764764a6e87/volumes/kubernetes.io~projected/kube-api-access-z77x2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7f2b7e54-1cc5-4276-954b-f8ff71eda0e8/volumes/kubernetes.io~projected/kube-api-access-wngsc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/88a5beea-2f8d-4dc3-b71c-d9dafed61dd1/volumes/kubernetes.io~projected/kube-api-access-d27wn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8988bb32-9171-4173-956c-fff5fbabcbd9/volumes/kubernetes.io~projected/kube-api-access-4tswl"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8cfaa876-4ecc-4808-9427-3eef6befe590/volumes/kubernetes.io~projected/kube-api-access-bqqmp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/902e8a79-0d62-41ca-a0eb-a09ec751e2f4/volumes/kubernetes.io~projected/kube-api-access-gdlwx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/91b50202-3d1e-4cd4-8b3e-c7c91f7eb856/volumes/kubernetes.io~projected/kube-api-access-tkxwr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/93e1e2b5-f22d-4f10-abf1-2fd3884a8de3/volume-subpaths/casdoor-cert/api/1"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/93e1e2b5-f22d-4f10-abf1-2fd3884a8de3/volumes/kubernetes.io~projected/kube-api-access-vsbpq"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/93e1e2b5-f22d-4f10-abf1-2fd3884a8de3/volumes/kubernetes.io~secret/casdoor-cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/961b4351-6a5d-47e7-91c6-c1d3c820e82d/volumes/kubernetes.io~projected/kube-api-access-6kmrw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/961b4351-6a5d-47e7-91c6-c1d3c820e82d/volumes/kubernetes.io~secret/longhorn-grpc-tls"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/99ffe89f-23b9-4fc2-b646-86d4afb2c863/volumes/kubernetes.io~projected/kube-api-access-g99q2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9bd3c3a4-7c51-4c68-867b-d7d8923e3b13/volumes/kubernetes.io~projected/kube-api-access-grkww"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9c431ac6-e7b0-4992-ba5d-dc46fe059099/volume-subpaths/general-tls-cert/control-plane/0"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9c431ac6-e7b0-4992-ba5d-dc46fe059099/volume-subpaths/general-tls-cert/control-plane/1"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9c431ac6-e7b0-4992-ba5d-dc46fe059099/volume-subpaths/general-tls-cert/control-plane/2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9c431ac6-e7b0-4992-ba5d-dc46fe059099/volumes/kubernetes.io~projected/kube-api-access-kh7gm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9c431ac6-e7b0-4992-ba5d-dc46fe059099/volumes/kubernetes.io~secret/general-tls-cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a732e4fb-5f66-4a56-bf6a-4b6b5c8f8d1d/volumes/kubernetes.io~projected/kube-api-access-lm9g4"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ad101637-a2f2-47a3-b020-1fbf497d76ac/volumes/kubernetes.io~projected/kong-kong-token"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ad101637-a2f2-47a3-b020-1fbf497d76ac/volumes/kubernetes.io~secret/webhook-cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/aff7cef9-bdf0-4a22-96c0-a1541a6ae673/volumes/kubernetes.io~projected/kube-api-access-jb2qw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b08bd472-a9b8-421a-8212-5e25149c54c6/volumes/kubernetes.io~projected/kube-api-access-bprpl"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b08bd472-a9b8-421a-8212-5e25149c54c6/volumes/kubernetes.io~secret/memberlist"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b279a549-ea0f-43ab-9357-45491e33e26a/volumes/kubernetes.io~projected/kube-api-access-qvm9f"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ba63696e-cd99-41da-b1d6-b47312033e88/volumes/kubernetes.io~projected/kube-api-access-hnnsp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c05fae46-3674-4815-9d18-633ea43eccd2/volumes/kubernetes.io~projected/kube-api-access-nxdtm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c7d3bfd5-d86c-42a5-94a4-f46b5bd64659/volumes/kubernetes.io~projected/kube-api-access-5558d"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c868c38e-211f-4e40-b99e-9f0a1f0aac2a/volumes/kubernetes.io~projected/kube-api-access-cjmqp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c86ed1f1-7e20-44fd-9ebf-047427341646/volumes/kubernetes.io~projected/kube-api-access-qxdkc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/db72224c-15a9-44d7-a9e7-cfb46e7c9958/volumes/kubernetes.io~projected/kube-api-access-4xw96"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dc72acab-c712-4980-846f-dc44c06907ed/volumes/kubernetes.io~projected/kube-api-access-f549s"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dd0962bc-7eff-4520-b97f-31f35dcebb66/volumes/kubernetes.io~projected/kube-api-access-xxcwc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e2594dd3-6d03-4ef0-b42f-b373e723d46b/volumes/kubernetes.io~projected/kube-api-access-wns6j"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e3a4be6e-4315-41ac-bbda-bdb4f271b6fe/volumes/kubernetes.io~projected/kube-api-access-2pt5h"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e7f90481-b179-4031-8b3d-cf42fad8af2c/volumes/kubernetes.io~projected/kube-api-access-j9875"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ede047bb-cadb-413c-8233-66af679a5e75/volumes/kubernetes.io~projected/kube-api-access-2sds7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ee559c09-125f-4942-a261-3244ebd2ca31/volumes/kubernetes.io~projected/kube-api-access-6k424"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f024baee-e37e-4408-a824-6b4b0576e4b5/volume-subpaths/casdoor-cert/pm-gateway/0"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f024baee-e37e-4408-a824-6b4b0576e4b5/volumes/kubernetes.io~projected/kube-api-access-hzfpc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f024baee-e37e-4408-a824-6b4b0576e4b5/volumes/kubernetes.io~secret/casdoor-cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f050d582-ecb1-45a4-a4b7-6109ecefc653/volumes/kubernetes.io~projected/kube-api-access-2zx68"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f5316a10-ad34-4e92-889f-de814bd01da9/volumes/kubernetes.io~projected/kube-api-access-cjfm7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f773cf95-e938-423f-8f8c-aa07657cf56d/volume-subpaths/casdoor-cert/pmn/0"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f773cf95-e938-423f-8f8c-aa07657cf56d/volumes/kubernetes.io~projected/kube-api-access-fvmkh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f773cf95-e938-423f-8f8c-aa07657cf56d/volumes/kubernetes.io~secret/casdoor-cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f7fcee10-7df8-445e-8c52-48a23ce8232a/volumes/kubernetes.io~projected/kube-api-access-rp5kn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f7fcee10-7df8-445e-8c52-48a23ce8232a/volumes/kubernetes.io~secret/cert"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/vda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/vda3",device_error="",fstype="ext4",mountpoint="/"} 2.4873408e+07 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04d50241cb2fe4f366d06b7a1fb0265344bc9e133d5638c552c8473101db2558/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0901bfc06cc473421f4b2290a376f9a0b453d6a6ad036263aca65d49905cf021/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e0bfd417a3520a49f7665d2ad8e7fe8882359fd2fec444987494ec8a6d5ad06/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f42188796e52de1d4d8a796a4ea9f495b7b40b0e1b04bb5614f69e8430ccc07/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14c57da5fde3a033535b9a0d8e0bb1adc8fae04b3f74a85ec18ef8b1e39f7ebd/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a4520cb9e63fa6859aa8fb11f4f5ce827288b1357ec6737b1b60bf5f7e39d39/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1aebd4d2e2f3eef81024d9cb97b800d313010cba3a345a542317c6c793f67081/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/207a4ad509626100c0d3307bc57491bb27c281bdf0c16851140f4d341947fac6/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/251c7ddb7f4e072fb70eba18fbcb0f248d4b80a4c069a08362fc9d19bace8bf4/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/292d33a657f5065960aa6853faa68613cc308922af25203dc62076faccd5ce53/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2aa834b8604b5533b52e32cc76990569355ae3317f07f42cfe97ae6218dca155/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2b07d5e36ae5cc278c74460e213a5bae7ad4726ce3b91877bf9e90c7b0941e62/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2bff18a598faa8902eded23a64a5c5ded53aa2916747326cf6b5781f93870a1e/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30a51a28ef48477fd39fadcb48e6d7917803f8089b674190d858a845a78fd8be/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/345b57bf05e99f061b9f138b179692a742c4f5c4783f2af5f3e084b332907779/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39957a1240f1b0e8f6f690dce8dc5a2100231c79fad1db61dc66991580eb5f71/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39ae3445054974a5fee24c5b5d249eec71e48ec9ad08dea1a8372e96f7078208/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39edc95fbe8265229c704b3779994f1154d17df29dcc9de29ec9624532a99b5d/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/403b7cdfe61cc9f55c1a205063a620425f1b64db45d2015bef197bb87c51655a/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d4a00cbccb7fec06bc0fb557e9450085ae9308323797567ea60a4afe3d18c10/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5281ce8750ed42792f195d4fabd167697355c16d5cc17c56deac31d20bcafb28/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5634c67ff5dfc65ad60ad08925d0bbc1eabbff3e9d397998aae8aa94074a3c02/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c20ca08e67576e541e5124c4995dc1510b8330fe97facf7feadbd2314d8abd/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5971fbaa52cdc092185eb74b7fef06dda98b421cbbc48454fe65fe9005adad3a/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cfd26ef9dfad796da69c1c2765b20f458b9b3f6043479d2b84c2c2864c89b76/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d52cdc1083ddd42a8507b26c19da796c5831f2fd6a80f75b930cbb47ef0db3f/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f515369721e3d2cf02d5b160499ef149b1379a5b19e5db99d17fe955818c810/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/612b3cefc0785ee3e2d48279886d27d376acf2183abf1476506deddc7c927ffd/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/643a829b334b0e6eb9e2408297b812d8cdbac55c6e7bbf6f505c15f03b2c22b2/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6776d634b38c5757ad093e00488b57f7163add4790f56a54f563a1469d6a2939/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b0115595f0f1188d3f507d47d639d5df59dcb5b71c1bee97e4846d93e0d2f8a/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6d80be276467ba903cda79acc48c6469847210bcde6ff1610969070a2bc65e48/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6ef8ecfcd6824f99a4e8fbfb74bfee69bedaa7a2a5def2da8622f8cf4e580c8b/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/78d3b55fde67f40d24c395060db35802ac54b21109317e56adf97107ff5c490e/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7dfded1253092140c736f5de9a5926dfce24785e0964be9dd356abb713ac6269/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/805fcae5f7127a6566c2276904d9269dce7b95ea2b4e5cdb902c347790a00b38/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/886bc60487536aeae0d3f151c95e91db60bf3505d22e6e27652d908512419069/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8b071f492c2d004855e01e40faa31412bd577e46352c696c11e7164c144ad741/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8cf84dbc76d3a451a9245972f499c6461d70b935b65aec71740becc3a773bf3a/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f9f5a4aa461dd9a51f6a2acc7a5799be4a57633a59567fb7beadd08b553f788/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/93e9d954aa510cbd3848163fca01381be691cef43e113f9806068507ee31cb6f/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/985bc444fc91e0e201a0152ec23279b6ee999884ea01854daaf8a47a75c7fd54/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a475abb81c2a25a4621ff244f5fff17bc9e0c91c8384a5ecd85ed492575f26e0/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a497d52739d52048abc735d6f928ab4a33270dda075719814e65a0192d658e56/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a72807a43e74870f11587e7cbcad8f7e621e5addbc45ddee1938bc1bcd3a0621/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8aef23136b62d3c338c42e762accc3a435b341ac4d2a816c2da25cbdbf5ea65/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae4591c91d78eba2982eb01a8052fc2e82aa1f6ca4e0b8087a9186e76be6a3c0/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aec505c7c196243168f5b5bd291fba6adbd284fd47a9ec0835d6db6bb110e93b/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0870dadcb157b75be1eb539219af2a410c1eb54845e98367534f0aa117054a8/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b5342c0f4168f35f395ed87bd1cf85da156caaf68d3a61e1b4beb9c675bd086e/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b85cc50b23bda3c0611a481b892a8f8975788e99b03d6264549f24051aac6de3/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b995277999b9dae5807a8e7e5114d60712609116623b2cec0f20a494ba4ac54f/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bba517ef42420cc3a97b8e620c12ec2e1f66cbb3560992144dabf03f5847788c/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06a550d81544721e0109e855f10c8dfff9a7e43a3f41863984b4ed73f007b79/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0d3ec8a9314f2486382d3d04edb20dbcbbc26ed2027f83025e442260a40fc34/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c30514feb16a7957244e1878b10c4f2495ec0ecff9ddffd473d65e4d7f0836ac/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c42c6d300de62fab96257e37f226472f948990c0cd644e6b5234bb2ad2c2e745/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c862b210af5819def89150248081f140341412c712c4a91a810e6f29675caef5/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb0dfc5f97de8a584ed10767df954fbad7f919b546e988a3907c5f1a94d3e746/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd150ae72d6689c9a943b178b6e895b53012f758fe9cbc4ea33f9ad33919b1a1/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cde99c6ebd7315a248b53c1645c9b4f8052fad6fb13eaf756af1e0a9241cb377/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d63e2006fbd6e970772f163f3e1c87fff771c12fbb973bdab36099d4b1159562/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d680056fe785b472e567610ec12664c3d38d2c00a195910d63faa3cd73cdea96/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dac498776fe201c6510b9dd8a43f789da50594359105ac3459a9726cf441ee7a/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/daec9ea3c0bcd14ece3c60a0cbbf5b935e76817f3324a0618884475c70b08299/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df6dfa9fe6d6d8e8986aae43562da51fb9db3db4119af54c602758a8a1d30174/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dfca6f9dc1731ebc0d32ee956d316b70695ff72dc9e6b04e20fa20edb98cb3ac/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e0e365c5690b5650f79438638fd2e91ee15693c330279b4ac704e3bff63eb254/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1ee71dba83982d2c49b38e7607b29ecaa06611c6731836639bdc0f7ac452b5a/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1f04ae9518d5a9be1e8a2ab5f237cf39d6c03e2adc3d7e53fe6a00221911ea1/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e293e02ac143875412a194d89f400c5428fda6b320f131361bdd9f0f8ebe5e68/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e29ee5cc40c2da0690ff12449474d72fbbe5af234b62b1774ce12b85bd5f1f62/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e7044cf3626076a5321b5e593a21d219f84eec9f6b32d4fc1ab09f283e67ee18/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e894fcc8232a1f286009c867abb6f016733dafc3fdbe6cbbc690f3b6da5860f1/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e8cf46b57e7a8441e3245cf73855f453eecda9796e07feeaa12b11a7d5873cdc/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef57f55a77517bad7b77890988d98ce575213a9e804e146b4595f193a3c23329/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/eff4062f46d20c6019895bca950c2c2c47a4205a039d173a2242b17e00c7a700/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f30ea2f5560eab7e70004783fb857a88c992b8fc42e29f1530578bbd55572e60/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f68b75c9e63a1ea0b7f2a3d41d93f891b61f85135c4baed298678d980b572a84/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f690ca3937863dad5be041a56a33d995d0b28966d6b54e9fba0bc9aae7b415f3/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8a0f6f84454cbfd23f36b4db930e2679c38a6ce4e23c16b900e935221e80e1f/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8ae3aa74f0ba120bfde027888c4a2c1e91af77ed6eb0ea4165a8d9dd58e5321/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb766d9024cfc82e6fa44632d3741a0c391b0264144b1560a1a20bc42c65596c/shm"} 2.050003e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe2e1dd82e970ffa5a55a20ecd41bfecaab17dbab2c6377fabc406061c7818b0/shm"} 2.050003e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.050003e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 2.050003e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/vda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/vda3",device_error="",fstype="ext4",mountpoint="/"} 2.3883015e+07 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04d50241cb2fe4f366d06b7a1fb0265344bc9e133d5638c552c8473101db2558/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0901bfc06cc473421f4b2290a376f9a0b453d6a6ad036263aca65d49905cf021/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e0bfd417a3520a49f7665d2ad8e7fe8882359fd2fec444987494ec8a6d5ad06/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f42188796e52de1d4d8a796a4ea9f495b7b40b0e1b04bb5614f69e8430ccc07/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14c57da5fde3a033535b9a0d8e0bb1adc8fae04b3f74a85ec18ef8b1e39f7ebd/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a4520cb9e63fa6859aa8fb11f4f5ce827288b1357ec6737b1b60bf5f7e39d39/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1aebd4d2e2f3eef81024d9cb97b800d313010cba3a345a542317c6c793f67081/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/207a4ad509626100c0d3307bc57491bb27c281bdf0c16851140f4d341947fac6/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/251c7ddb7f4e072fb70eba18fbcb0f248d4b80a4c069a08362fc9d19bace8bf4/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/292d33a657f5065960aa6853faa68613cc308922af25203dc62076faccd5ce53/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2aa834b8604b5533b52e32cc76990569355ae3317f07f42cfe97ae6218dca155/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2b07d5e36ae5cc278c74460e213a5bae7ad4726ce3b91877bf9e90c7b0941e62/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2bff18a598faa8902eded23a64a5c5ded53aa2916747326cf6b5781f93870a1e/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30a51a28ef48477fd39fadcb48e6d7917803f8089b674190d858a845a78fd8be/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/345b57bf05e99f061b9f138b179692a742c4f5c4783f2af5f3e084b332907779/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39957a1240f1b0e8f6f690dce8dc5a2100231c79fad1db61dc66991580eb5f71/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39ae3445054974a5fee24c5b5d249eec71e48ec9ad08dea1a8372e96f7078208/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39edc95fbe8265229c704b3779994f1154d17df29dcc9de29ec9624532a99b5d/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/403b7cdfe61cc9f55c1a205063a620425f1b64db45d2015bef197bb87c51655a/shm"} 2.050001e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d4a00cbccb7fec06bc0fb557e9450085ae9308323797567ea60a4afe3d18c10/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5281ce8750ed42792f195d4fabd167697355c16d5cc17c56deac31d20bcafb28/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5634c67ff5dfc65ad60ad08925d0bbc1eabbff3e9d397998aae8aa94074a3c02/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c20ca08e67576e541e5124c4995dc1510b8330fe97facf7feadbd2314d8abd/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5971fbaa52cdc092185eb74b7fef06dda98b421cbbc48454fe65fe9005adad3a/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cfd26ef9dfad796da69c1c2765b20f458b9b3f6043479d2b84c2c2864c89b76/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d52cdc1083ddd42a8507b26c19da796c5831f2fd6a80f75b930cbb47ef0db3f/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f515369721e3d2cf02d5b160499ef149b1379a5b19e5db99d17fe955818c810/shm"} 2.05e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/612b3cefc0785ee3e2d48279886d27d376acf2183abf1476506deddc7c927ffd/shm"} 2.05e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/643a829b334b0e6eb9e2408297b812d8cdbac55c6e7bbf6f505c15f03b2c22b2/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6776d634b38c5757ad093e00488b57f7163add4790f56a54f563a1469d6a2939/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b0115595f0f1188d3f507d47d639d5df59dcb5b71c1bee97e4846d93e0d2f8a/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6d80be276467ba903cda79acc48c6469847210bcde6ff1610969070a2bc65e48/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6ef8ecfcd6824f99a4e8fbfb74bfee69bedaa7a2a5def2da8622f8cf4e580c8b/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/78d3b55fde67f40d24c395060db35802ac54b21109317e56adf97107ff5c490e/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7dfded1253092140c736f5de9a5926dfce24785e0964be9dd356abb713ac6269/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/805fcae5f7127a6566c2276904d9269dce7b95ea2b4e5cdb902c347790a00b38/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/886bc60487536aeae0d3f151c95e91db60bf3505d22e6e27652d908512419069/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8b071f492c2d004855e01e40faa31412bd577e46352c696c11e7164c144ad741/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8cf84dbc76d3a451a9245972f499c6461d70b935b65aec71740becc3a773bf3a/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f9f5a4aa461dd9a51f6a2acc7a5799be4a57633a59567fb7beadd08b553f788/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/93e9d954aa510cbd3848163fca01381be691cef43e113f9806068507ee31cb6f/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/985bc444fc91e0e201a0152ec23279b6ee999884ea01854daaf8a47a75c7fd54/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a475abb81c2a25a4621ff244f5fff17bc9e0c91c8384a5ecd85ed492575f26e0/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a497d52739d52048abc735d6f928ab4a33270dda075719814e65a0192d658e56/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a72807a43e74870f11587e7cbcad8f7e621e5addbc45ddee1938bc1bcd3a0621/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8aef23136b62d3c338c42e762accc3a435b341ac4d2a816c2da25cbdbf5ea65/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae4591c91d78eba2982eb01a8052fc2e82aa1f6ca4e0b8087a9186e76be6a3c0/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aec505c7c196243168f5b5bd291fba6adbd284fd47a9ec0835d6db6bb110e93b/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0870dadcb157b75be1eb539219af2a410c1eb54845e98367534f0aa117054a8/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b5342c0f4168f35f395ed87bd1cf85da156caaf68d3a61e1b4beb9c675bd086e/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b85cc50b23bda3c0611a481b892a8f8975788e99b03d6264549f24051aac6de3/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b995277999b9dae5807a8e7e5114d60712609116623b2cec0f20a494ba4ac54f/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bba517ef42420cc3a97b8e620c12ec2e1f66cbb3560992144dabf03f5847788c/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06a550d81544721e0109e855f10c8dfff9a7e43a3f41863984b4ed73f007b79/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0d3ec8a9314f2486382d3d04edb20dbcbbc26ed2027f83025e442260a40fc34/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c30514feb16a7957244e1878b10c4f2495ec0ecff9ddffd473d65e4d7f0836ac/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c42c6d300de62fab96257e37f226472f948990c0cd644e6b5234bb2ad2c2e745/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c862b210af5819def89150248081f140341412c712c4a91a810e6f29675caef5/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb0dfc5f97de8a584ed10767df954fbad7f919b546e988a3907c5f1a94d3e746/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd150ae72d6689c9a943b178b6e895b53012f758fe9cbc4ea33f9ad33919b1a1/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cde99c6ebd7315a248b53c1645c9b4f8052fad6fb13eaf756af1e0a9241cb377/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d63e2006fbd6e970772f163f3e1c87fff771c12fbb973bdab36099d4b1159562/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d680056fe785b472e567610ec12664c3d38d2c00a195910d63faa3cd73cdea96/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dac498776fe201c6510b9dd8a43f789da50594359105ac3459a9726cf441ee7a/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/daec9ea3c0bcd14ece3c60a0cbbf5b935e76817f3324a0618884475c70b08299/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df6dfa9fe6d6d8e8986aae43562da51fb9db3db4119af54c602758a8a1d30174/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dfca6f9dc1731ebc0d32ee956d316b70695ff72dc9e6b04e20fa20edb98cb3ac/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e0e365c5690b5650f79438638fd2e91ee15693c330279b4ac704e3bff63eb254/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1ee71dba83982d2c49b38e7607b29ecaa06611c6731836639bdc0f7ac452b5a/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1f04ae9518d5a9be1e8a2ab5f237cf39d6c03e2adc3d7e53fe6a00221911ea1/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e293e02ac143875412a194d89f400c5428fda6b320f131361bdd9f0f8ebe5e68/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e29ee5cc40c2da0690ff12449474d72fbbe5af234b62b1774ce12b85bd5f1f62/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e7044cf3626076a5321b5e593a21d219f84eec9f6b32d4fc1ab09f283e67ee18/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e894fcc8232a1f286009c867abb6f016733dafc3fdbe6cbbc690f3b6da5860f1/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e8cf46b57e7a8441e3245cf73855f453eecda9796e07feeaa12b11a7d5873cdc/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef57f55a77517bad7b77890988d98ce575213a9e804e146b4595f193a3c23329/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/eff4062f46d20c6019895bca950c2c2c47a4205a039d173a2242b17e00c7a700/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f30ea2f5560eab7e70004783fb857a88c992b8fc42e29f1530578bbd55572e60/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f68b75c9e63a1ea0b7f2a3d41d93f891b61f85135c4baed298678d980b572a84/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f690ca3937863dad5be041a56a33d995d0b28966d6b54e9fba0bc9aae7b415f3/shm"} 2.05e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8a0f6f84454cbfd23f36b4db930e2679c38a6ce4e23c16b900e935221e80e1f/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8ae3aa74f0ba120bfde027888c4a2c1e91af77ed6eb0ea4165a8d9dd58e5321/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb766d9024cfc82e6fa44632d3741a0c391b0264144b1560a1a20bc42c65596c/shm"} 2.050002e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe2e1dd82e970ffa5a55a20ecd41bfecaab17dbab2c6377fabc406061c7818b0/shm"} 2.050002e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.042415e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 2.049997e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/vda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 5.75258624e+08 node_filesystem_free_bytes{device="/dev/vda3",device_error="",fstype="ext4",mountpoint="/"} 4.2516987904e+10 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04d50241cb2fe4f366d06b7a1fb0265344bc9e133d5638c552c8473101db2558/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0901bfc06cc473421f4b2290a376f9a0b453d6a6ad036263aca65d49905cf021/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e0bfd417a3520a49f7665d2ad8e7fe8882359fd2fec444987494ec8a6d5ad06/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f42188796e52de1d4d8a796a4ea9f495b7b40b0e1b04bb5614f69e8430ccc07/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14c57da5fde3a033535b9a0d8e0bb1adc8fae04b3f74a85ec18ef8b1e39f7ebd/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a4520cb9e63fa6859aa8fb11f4f5ce827288b1357ec6737b1b60bf5f7e39d39/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1aebd4d2e2f3eef81024d9cb97b800d313010cba3a345a542317c6c793f67081/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/207a4ad509626100c0d3307bc57491bb27c281bdf0c16851140f4d341947fac6/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/251c7ddb7f4e072fb70eba18fbcb0f248d4b80a4c069a08362fc9d19bace8bf4/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/292d33a657f5065960aa6853faa68613cc308922af25203dc62076faccd5ce53/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2aa834b8604b5533b52e32cc76990569355ae3317f07f42cfe97ae6218dca155/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2b07d5e36ae5cc278c74460e213a5bae7ad4726ce3b91877bf9e90c7b0941e62/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2bff18a598faa8902eded23a64a5c5ded53aa2916747326cf6b5781f93870a1e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30a51a28ef48477fd39fadcb48e6d7917803f8089b674190d858a845a78fd8be/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/345b57bf05e99f061b9f138b179692a742c4f5c4783f2af5f3e084b332907779/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39957a1240f1b0e8f6f690dce8dc5a2100231c79fad1db61dc66991580eb5f71/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39ae3445054974a5fee24c5b5d249eec71e48ec9ad08dea1a8372e96f7078208/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39edc95fbe8265229c704b3779994f1154d17df29dcc9de29ec9624532a99b5d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/403b7cdfe61cc9f55c1a205063a620425f1b64db45d2015bef197bb87c51655a/shm"} 6.7080192e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d4a00cbccb7fec06bc0fb557e9450085ae9308323797567ea60a4afe3d18c10/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5281ce8750ed42792f195d4fabd167697355c16d5cc17c56deac31d20bcafb28/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5634c67ff5dfc65ad60ad08925d0bbc1eabbff3e9d397998aae8aa94074a3c02/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c20ca08e67576e541e5124c4995dc1510b8330fe97facf7feadbd2314d8abd/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5971fbaa52cdc092185eb74b7fef06dda98b421cbbc48454fe65fe9005adad3a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cfd26ef9dfad796da69c1c2765b20f458b9b3f6043479d2b84c2c2864c89b76/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d52cdc1083ddd42a8507b26c19da796c5831f2fd6a80f75b930cbb47ef0db3f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f515369721e3d2cf02d5b160499ef149b1379a5b19e5db99d17fe955818c810/shm"} 6.6031616e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/612b3cefc0785ee3e2d48279886d27d376acf2183abf1476506deddc7c927ffd/shm"} 6.6031616e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/643a829b334b0e6eb9e2408297b812d8cdbac55c6e7bbf6f505c15f03b2c22b2/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6776d634b38c5757ad093e00488b57f7163add4790f56a54f563a1469d6a2939/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b0115595f0f1188d3f507d47d639d5df59dcb5b71c1bee97e4846d93e0d2f8a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6d80be276467ba903cda79acc48c6469847210bcde6ff1610969070a2bc65e48/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6ef8ecfcd6824f99a4e8fbfb74bfee69bedaa7a2a5def2da8622f8cf4e580c8b/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/78d3b55fde67f40d24c395060db35802ac54b21109317e56adf97107ff5c490e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7dfded1253092140c736f5de9a5926dfce24785e0964be9dd356abb713ac6269/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/805fcae5f7127a6566c2276904d9269dce7b95ea2b4e5cdb902c347790a00b38/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/886bc60487536aeae0d3f151c95e91db60bf3505d22e6e27652d908512419069/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8b071f492c2d004855e01e40faa31412bd577e46352c696c11e7164c144ad741/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8cf84dbc76d3a451a9245972f499c6461d70b935b65aec71740becc3a773bf3a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f9f5a4aa461dd9a51f6a2acc7a5799be4a57633a59567fb7beadd08b553f788/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/93e9d954aa510cbd3848163fca01381be691cef43e113f9806068507ee31cb6f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/985bc444fc91e0e201a0152ec23279b6ee999884ea01854daaf8a47a75c7fd54/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a475abb81c2a25a4621ff244f5fff17bc9e0c91c8384a5ecd85ed492575f26e0/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a497d52739d52048abc735d6f928ab4a33270dda075719814e65a0192d658e56/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a72807a43e74870f11587e7cbcad8f7e621e5addbc45ddee1938bc1bcd3a0621/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8aef23136b62d3c338c42e762accc3a435b341ac4d2a816c2da25cbdbf5ea65/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae4591c91d78eba2982eb01a8052fc2e82aa1f6ca4e0b8087a9186e76be6a3c0/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aec505c7c196243168f5b5bd291fba6adbd284fd47a9ec0835d6db6bb110e93b/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0870dadcb157b75be1eb539219af2a410c1eb54845e98367534f0aa117054a8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b5342c0f4168f35f395ed87bd1cf85da156caaf68d3a61e1b4beb9c675bd086e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b85cc50b23bda3c0611a481b892a8f8975788e99b03d6264549f24051aac6de3/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b995277999b9dae5807a8e7e5114d60712609116623b2cec0f20a494ba4ac54f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bba517ef42420cc3a97b8e620c12ec2e1f66cbb3560992144dabf03f5847788c/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06a550d81544721e0109e855f10c8dfff9a7e43a3f41863984b4ed73f007b79/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0d3ec8a9314f2486382d3d04edb20dbcbbc26ed2027f83025e442260a40fc34/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c30514feb16a7957244e1878b10c4f2495ec0ecff9ddffd473d65e4d7f0836ac/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c42c6d300de62fab96257e37f226472f948990c0cd644e6b5234bb2ad2c2e745/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c862b210af5819def89150248081f140341412c712c4a91a810e6f29675caef5/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb0dfc5f97de8a584ed10767df954fbad7f919b546e988a3907c5f1a94d3e746/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd150ae72d6689c9a943b178b6e895b53012f758fe9cbc4ea33f9ad33919b1a1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cde99c6ebd7315a248b53c1645c9b4f8052fad6fb13eaf756af1e0a9241cb377/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d63e2006fbd6e970772f163f3e1c87fff771c12fbb973bdab36099d4b1159562/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d680056fe785b472e567610ec12664c3d38d2c00a195910d63faa3cd73cdea96/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dac498776fe201c6510b9dd8a43f789da50594359105ac3459a9726cf441ee7a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/daec9ea3c0bcd14ece3c60a0cbbf5b935e76817f3324a0618884475c70b08299/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df6dfa9fe6d6d8e8986aae43562da51fb9db3db4119af54c602758a8a1d30174/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dfca6f9dc1731ebc0d32ee956d316b70695ff72dc9e6b04e20fa20edb98cb3ac/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e0e365c5690b5650f79438638fd2e91ee15693c330279b4ac704e3bff63eb254/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1ee71dba83982d2c49b38e7607b29ecaa06611c6731836639bdc0f7ac452b5a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1f04ae9518d5a9be1e8a2ab5f237cf39d6c03e2adc3d7e53fe6a00221911ea1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e293e02ac143875412a194d89f400c5428fda6b320f131361bdd9f0f8ebe5e68/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e29ee5cc40c2da0690ff12449474d72fbbe5af234b62b1774ce12b85bd5f1f62/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e7044cf3626076a5321b5e593a21d219f84eec9f6b32d4fc1ab09f283e67ee18/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e894fcc8232a1f286009c867abb6f016733dafc3fdbe6cbbc690f3b6da5860f1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e8cf46b57e7a8441e3245cf73855f453eecda9796e07feeaa12b11a7d5873cdc/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef57f55a77517bad7b77890988d98ce575213a9e804e146b4595f193a3c23329/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/eff4062f46d20c6019895bca950c2c2c47a4205a039d173a2242b17e00c7a700/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f30ea2f5560eab7e70004783fb857a88c992b8fc42e29f1530578bbd55572e60/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f68b75c9e63a1ea0b7f2a3d41d93f891b61f85135c4baed298678d980b572a84/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f690ca3937863dad5be041a56a33d995d0b28966d6b54e9fba0bc9aae7b415f3/shm"} 6.6023424e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8a0f6f84454cbfd23f36b4db930e2679c38a6ce4e23c16b900e935221e80e1f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8ae3aa74f0ba120bfde027888c4a2c1e91af77ed6eb0ea4165a8d9dd58e5321/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb766d9024cfc82e6fa44632d3741a0c391b0264144b1560a1a20bc42c65596c/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe2e1dd82e970ffa5a55a20ecd41bfecaab17dbab2c6377fabc406061c7818b0/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.522167808e+09 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/vda1",major="253",minor="1",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/vda3",major="253",minor="3",mountpoint="/"} 1 node_filesystem_mount_info{device="shm",major="0",minor="105",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c20ca08e67576e541e5124c4995dc1510b8330fe97facf7feadbd2314d8abd/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="107",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5634c67ff5dfc65ad60ad08925d0bbc1eabbff3e9d397998aae8aa94074a3c02/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="117",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e8cf46b57e7a8441e3245cf73855f453eecda9796e07feeaa12b11a7d5873cdc/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1234",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/985bc444fc91e0e201a0152ec23279b6ee999884ea01854daaf8a47a75c7fd54/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1260",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/612b3cefc0785ee3e2d48279886d27d376acf2183abf1476506deddc7c927ffd/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1309",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f9f5a4aa461dd9a51f6a2acc7a5799be4a57633a59567fb7beadd08b553f788/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1310",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b5342c0f4168f35f395ed87bd1cf85da156caaf68d3a61e1b4beb9c675bd086e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1342",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d63e2006fbd6e970772f163f3e1c87fff771c12fbb973bdab36099d4b1159562/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1343",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1aebd4d2e2f3eef81024d9cb97b800d313010cba3a345a542317c6c793f67081/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1353",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/93e9d954aa510cbd3848163fca01381be691cef43e113f9806068507ee31cb6f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="137",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8aef23136b62d3c338c42e762accc3a435b341ac4d2a816c2da25cbdbf5ea65/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1403",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2aa834b8604b5533b52e32cc76990569355ae3317f07f42cfe97ae6218dca155/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1418",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e7044cf3626076a5321b5e593a21d219f84eec9f6b32d4fc1ab09f283e67ee18/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1419",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cde99c6ebd7315a248b53c1645c9b4f8052fad6fb13eaf756af1e0a9241cb377/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1445",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e293e02ac143875412a194d89f400c5428fda6b320f131361bdd9f0f8ebe5e68/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1449",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5281ce8750ed42792f195d4fabd167697355c16d5cc17c56deac31d20bcafb28/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1454",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2b07d5e36ae5cc278c74460e213a5bae7ad4726ce3b91877bf9e90c7b0941e62/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1455",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dac498776fe201c6510b9dd8a43f789da50594359105ac3459a9726cf441ee7a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1461",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30a51a28ef48477fd39fadcb48e6d7917803f8089b674190d858a845a78fd8be/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1476",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e894fcc8232a1f286009c867abb6f016733dafc3fdbe6cbbc690f3b6da5860f1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1477",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1ee71dba83982d2c49b38e7607b29ecaa06611c6731836639bdc0f7ac452b5a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1478",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b995277999b9dae5807a8e7e5114d60712609116623b2cec0f20a494ba4ac54f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1479",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d4a00cbccb7fec06bc0fb557e9450085ae9308323797567ea60a4afe3d18c10/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1480",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0901bfc06cc473421f4b2290a376f9a0b453d6a6ad036263aca65d49905cf021/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1485",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8ae3aa74f0ba120bfde027888c4a2c1e91af77ed6eb0ea4165a8d9dd58e5321/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1486",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39957a1240f1b0e8f6f690dce8dc5a2100231c79fad1db61dc66991580eb5f71/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1487",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6ef8ecfcd6824f99a4e8fbfb74bfee69bedaa7a2a5def2da8622f8cf4e580c8b/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="154",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2bff18a598faa8902eded23a64a5c5ded53aa2916747326cf6b5781f93870a1e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="155",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d680056fe785b472e567610ec12664c3d38d2c00a195910d63faa3cd73cdea96/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="170",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bba517ef42420cc3a97b8e620c12ec2e1f66cbb3560992144dabf03f5847788c/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1741",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f515369721e3d2cf02d5b160499ef149b1379a5b19e5db99d17fe955818c810/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1820",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cfd26ef9dfad796da69c1c2765b20f458b9b3f6043479d2b84c2c2864c89b76/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1822",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/403b7cdfe61cc9f55c1a205063a620425f1b64db45d2015bef197bb87c51655a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="183",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8a0f6f84454cbfd23f36b4db930e2679c38a6ce4e23c16b900e935221e80e1f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="186",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c30514feb16a7957244e1878b10c4f2495ec0ecff9ddffd473d65e4d7f0836ac/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="187",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06a550d81544721e0109e855f10c8dfff9a7e43a3f41863984b4ed73f007b79/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1877",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd150ae72d6689c9a943b178b6e895b53012f758fe9cbc4ea33f9ad33919b1a1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1890",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b0115595f0f1188d3f507d47d639d5df59dcb5b71c1bee97e4846d93e0d2f8a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1901",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0d3ec8a9314f2486382d3d04edb20dbcbbc26ed2027f83025e442260a40fc34/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="193",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a4520cb9e63fa6859aa8fb11f4f5ce827288b1357ec6737b1b60bf5f7e39d39/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1940",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f690ca3937863dad5be041a56a33d995d0b28966d6b54e9fba0bc9aae7b415f3/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="195",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c862b210af5819def89150248081f140341412c712c4a91a810e6f29675caef5/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1962",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e29ee5cc40c2da0690ff12449474d72fbbe5af234b62b1774ce12b85bd5f1f62/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="202",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/207a4ad509626100c0d3307bc57491bb27c281bdf0c16851140f4d341947fac6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="2032",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/eff4062f46d20c6019895bca950c2c2c47a4205a039d173a2242b17e00c7a700/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="205",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39edc95fbe8265229c704b3779994f1154d17df29dcc9de29ec9624532a99b5d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="207",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a497d52739d52048abc735d6f928ab4a33270dda075719814e65a0192d658e56/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="208",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/292d33a657f5065960aa6853faa68613cc308922af25203dc62076faccd5ce53/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="223",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aec505c7c196243168f5b5bd291fba6adbd284fd47a9ec0835d6db6bb110e93b/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="224",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/daec9ea3c0bcd14ece3c60a0cbbf5b935e76817f3324a0618884475c70b08299/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="228",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df6dfa9fe6d6d8e8986aae43562da51fb9db3db4119af54c602758a8a1d30174/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="231",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8b071f492c2d004855e01e40faa31412bd577e46352c696c11e7164c144ad741/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="233",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb766d9024cfc82e6fa44632d3741a0c391b0264144b1560a1a20bc42c65596c/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="240",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/805fcae5f7127a6566c2276904d9269dce7b95ea2b4e5cdb902c347790a00b38/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="241",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0870dadcb157b75be1eb539219af2a410c1eb54845e98367534f0aa117054a8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="243",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/78d3b55fde67f40d24c395060db35802ac54b21109317e56adf97107ff5c490e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="252",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/643a829b334b0e6eb9e2408297b812d8cdbac55c6e7bbf6f505c15f03b2c22b2/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="254",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/345b57bf05e99f061b9f138b179692a742c4f5c4783f2af5f3e084b332907779/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="255",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b85cc50b23bda3c0611a481b892a8f8975788e99b03d6264549f24051aac6de3/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="258",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dfca6f9dc1731ebc0d32ee956d316b70695ff72dc9e6b04e20fa20edb98cb3ac/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="259",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e0bfd417a3520a49f7665d2ad8e7fe8882359fd2fec444987494ec8a6d5ad06/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="260",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6776d634b38c5757ad093e00488b57f7163add4790f56a54f563a1469d6a2939/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="261",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f68b75c9e63a1ea0b7f2a3d41d93f891b61f85135c4baed298678d980b572a84/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="264",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5971fbaa52cdc092185eb74b7fef06dda98b421cbbc48454fe65fe9005adad3a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="278",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a72807a43e74870f11587e7cbcad8f7e621e5addbc45ddee1938bc1bcd3a0621/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="281",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/251c7ddb7f4e072fb70eba18fbcb0f248d4b80a4c069a08362fc9d19bace8bf4/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="283",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39ae3445054974a5fee24c5b5d249eec71e48ec9ad08dea1a8372e96f7078208/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="284",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f42188796e52de1d4d8a796a4ea9f495b7b40b0e1b04bb5614f69e8430ccc07/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="304",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a475abb81c2a25a4621ff244f5fff17bc9e0c91c8384a5ecd85ed492575f26e0/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="305",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e0e365c5690b5650f79438638fd2e91ee15693c330279b4ac704e3bff63eb254/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="306",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe2e1dd82e970ffa5a55a20ecd41bfecaab17dbab2c6377fabc406061c7818b0/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="308",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae4591c91d78eba2982eb01a8052fc2e82aa1f6ca4e0b8087a9186e76be6a3c0/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="315",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1f04ae9518d5a9be1e8a2ab5f237cf39d6c03e2adc3d7e53fe6a00221911ea1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="324",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d52cdc1083ddd42a8507b26c19da796c5831f2fd6a80f75b930cbb47ef0db3f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="328",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef57f55a77517bad7b77890988d98ce575213a9e804e146b4595f193a3c23329/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="329",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7dfded1253092140c736f5de9a5926dfce24785e0964be9dd356abb713ac6269/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="331",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/886bc60487536aeae0d3f151c95e91db60bf3505d22e6e27652d908512419069/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="335",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14c57da5fde3a033535b9a0d8e0bb1adc8fae04b3f74a85ec18ef8b1e39f7ebd/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="368",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f30ea2f5560eab7e70004783fb857a88c992b8fc42e29f1530578bbd55572e60/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="56",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb0dfc5f97de8a584ed10767df954fbad7f919b546e988a3907c5f1a94d3e746/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="63",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6d80be276467ba903cda79acc48c6469847210bcde6ff1610969070a2bc65e48/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="64",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8cf84dbc76d3a451a9245972f499c6461d70b935b65aec71740becc3a773bf3a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="669",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04d50241cb2fe4f366d06b7a1fb0265344bc9e133d5638c552c8473101db2558/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="71",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c42c6d300de62fab96257e37f226472f948990c0cd644e6b5234bb2ad2c2e745/shm"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="27",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/vda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/vda3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04d50241cb2fe4f366d06b7a1fb0265344bc9e133d5638c552c8473101db2558/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0901bfc06cc473421f4b2290a376f9a0b453d6a6ad036263aca65d49905cf021/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e0bfd417a3520a49f7665d2ad8e7fe8882359fd2fec444987494ec8a6d5ad06/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f42188796e52de1d4d8a796a4ea9f495b7b40b0e1b04bb5614f69e8430ccc07/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14c57da5fde3a033535b9a0d8e0bb1adc8fae04b3f74a85ec18ef8b1e39f7ebd/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a4520cb9e63fa6859aa8fb11f4f5ce827288b1357ec6737b1b60bf5f7e39d39/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1aebd4d2e2f3eef81024d9cb97b800d313010cba3a345a542317c6c793f67081/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/207a4ad509626100c0d3307bc57491bb27c281bdf0c16851140f4d341947fac6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/251c7ddb7f4e072fb70eba18fbcb0f248d4b80a4c069a08362fc9d19bace8bf4/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/292d33a657f5065960aa6853faa68613cc308922af25203dc62076faccd5ce53/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2aa834b8604b5533b52e32cc76990569355ae3317f07f42cfe97ae6218dca155/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2b07d5e36ae5cc278c74460e213a5bae7ad4726ce3b91877bf9e90c7b0941e62/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2bff18a598faa8902eded23a64a5c5ded53aa2916747326cf6b5781f93870a1e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30a51a28ef48477fd39fadcb48e6d7917803f8089b674190d858a845a78fd8be/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/345b57bf05e99f061b9f138b179692a742c4f5c4783f2af5f3e084b332907779/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39957a1240f1b0e8f6f690dce8dc5a2100231c79fad1db61dc66991580eb5f71/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39ae3445054974a5fee24c5b5d249eec71e48ec9ad08dea1a8372e96f7078208/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39edc95fbe8265229c704b3779994f1154d17df29dcc9de29ec9624532a99b5d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/403b7cdfe61cc9f55c1a205063a620425f1b64db45d2015bef197bb87c51655a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d4a00cbccb7fec06bc0fb557e9450085ae9308323797567ea60a4afe3d18c10/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5281ce8750ed42792f195d4fabd167697355c16d5cc17c56deac31d20bcafb28/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5634c67ff5dfc65ad60ad08925d0bbc1eabbff3e9d397998aae8aa94074a3c02/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c20ca08e67576e541e5124c4995dc1510b8330fe97facf7feadbd2314d8abd/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5971fbaa52cdc092185eb74b7fef06dda98b421cbbc48454fe65fe9005adad3a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cfd26ef9dfad796da69c1c2765b20f458b9b3f6043479d2b84c2c2864c89b76/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d52cdc1083ddd42a8507b26c19da796c5831f2fd6a80f75b930cbb47ef0db3f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f515369721e3d2cf02d5b160499ef149b1379a5b19e5db99d17fe955818c810/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/612b3cefc0785ee3e2d48279886d27d376acf2183abf1476506deddc7c927ffd/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/643a829b334b0e6eb9e2408297b812d8cdbac55c6e7bbf6f505c15f03b2c22b2/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6776d634b38c5757ad093e00488b57f7163add4790f56a54f563a1469d6a2939/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b0115595f0f1188d3f507d47d639d5df59dcb5b71c1bee97e4846d93e0d2f8a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6d80be276467ba903cda79acc48c6469847210bcde6ff1610969070a2bc65e48/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6ef8ecfcd6824f99a4e8fbfb74bfee69bedaa7a2a5def2da8622f8cf4e580c8b/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/78d3b55fde67f40d24c395060db35802ac54b21109317e56adf97107ff5c490e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7dfded1253092140c736f5de9a5926dfce24785e0964be9dd356abb713ac6269/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/805fcae5f7127a6566c2276904d9269dce7b95ea2b4e5cdb902c347790a00b38/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/886bc60487536aeae0d3f151c95e91db60bf3505d22e6e27652d908512419069/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8b071f492c2d004855e01e40faa31412bd577e46352c696c11e7164c144ad741/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8cf84dbc76d3a451a9245972f499c6461d70b935b65aec71740becc3a773bf3a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f9f5a4aa461dd9a51f6a2acc7a5799be4a57633a59567fb7beadd08b553f788/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/93e9d954aa510cbd3848163fca01381be691cef43e113f9806068507ee31cb6f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/985bc444fc91e0e201a0152ec23279b6ee999884ea01854daaf8a47a75c7fd54/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a475abb81c2a25a4621ff244f5fff17bc9e0c91c8384a5ecd85ed492575f26e0/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a497d52739d52048abc735d6f928ab4a33270dda075719814e65a0192d658e56/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a72807a43e74870f11587e7cbcad8f7e621e5addbc45ddee1938bc1bcd3a0621/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8aef23136b62d3c338c42e762accc3a435b341ac4d2a816c2da25cbdbf5ea65/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae4591c91d78eba2982eb01a8052fc2e82aa1f6ca4e0b8087a9186e76be6a3c0/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aec505c7c196243168f5b5bd291fba6adbd284fd47a9ec0835d6db6bb110e93b/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0870dadcb157b75be1eb539219af2a410c1eb54845e98367534f0aa117054a8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b5342c0f4168f35f395ed87bd1cf85da156caaf68d3a61e1b4beb9c675bd086e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b85cc50b23bda3c0611a481b892a8f8975788e99b03d6264549f24051aac6de3/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b995277999b9dae5807a8e7e5114d60712609116623b2cec0f20a494ba4ac54f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bba517ef42420cc3a97b8e620c12ec2e1f66cbb3560992144dabf03f5847788c/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06a550d81544721e0109e855f10c8dfff9a7e43a3f41863984b4ed73f007b79/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0d3ec8a9314f2486382d3d04edb20dbcbbc26ed2027f83025e442260a40fc34/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c30514feb16a7957244e1878b10c4f2495ec0ecff9ddffd473d65e4d7f0836ac/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c42c6d300de62fab96257e37f226472f948990c0cd644e6b5234bb2ad2c2e745/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c862b210af5819def89150248081f140341412c712c4a91a810e6f29675caef5/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb0dfc5f97de8a584ed10767df954fbad7f919b546e988a3907c5f1a94d3e746/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd150ae72d6689c9a943b178b6e895b53012f758fe9cbc4ea33f9ad33919b1a1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cde99c6ebd7315a248b53c1645c9b4f8052fad6fb13eaf756af1e0a9241cb377/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d63e2006fbd6e970772f163f3e1c87fff771c12fbb973bdab36099d4b1159562/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d680056fe785b472e567610ec12664c3d38d2c00a195910d63faa3cd73cdea96/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dac498776fe201c6510b9dd8a43f789da50594359105ac3459a9726cf441ee7a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/daec9ea3c0bcd14ece3c60a0cbbf5b935e76817f3324a0618884475c70b08299/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df6dfa9fe6d6d8e8986aae43562da51fb9db3db4119af54c602758a8a1d30174/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dfca6f9dc1731ebc0d32ee956d316b70695ff72dc9e6b04e20fa20edb98cb3ac/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e0e365c5690b5650f79438638fd2e91ee15693c330279b4ac704e3bff63eb254/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1ee71dba83982d2c49b38e7607b29ecaa06611c6731836639bdc0f7ac452b5a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1f04ae9518d5a9be1e8a2ab5f237cf39d6c03e2adc3d7e53fe6a00221911ea1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e293e02ac143875412a194d89f400c5428fda6b320f131361bdd9f0f8ebe5e68/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e29ee5cc40c2da0690ff12449474d72fbbe5af234b62b1774ce12b85bd5f1f62/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e7044cf3626076a5321b5e593a21d219f84eec9f6b32d4fc1ab09f283e67ee18/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e894fcc8232a1f286009c867abb6f016733dafc3fdbe6cbbc690f3b6da5860f1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e8cf46b57e7a8441e3245cf73855f453eecda9796e07feeaa12b11a7d5873cdc/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef57f55a77517bad7b77890988d98ce575213a9e804e146b4595f193a3c23329/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/eff4062f46d20c6019895bca950c2c2c47a4205a039d173a2242b17e00c7a700/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f30ea2f5560eab7e70004783fb857a88c992b8fc42e29f1530578bbd55572e60/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f68b75c9e63a1ea0b7f2a3d41d93f891b61f85135c4baed298678d980b572a84/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f690ca3937863dad5be041a56a33d995d0b28966d6b54e9fba0bc9aae7b415f3/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8a0f6f84454cbfd23f36b4db930e2679c38a6ce4e23c16b900e935221e80e1f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8ae3aa74f0ba120bfde027888c4a2c1e91af77ed6eb0ea4165a8d9dd58e5321/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb766d9024cfc82e6fa44632d3741a0c391b0264144b1560a1a20bc42c65596c/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe2e1dd82e970ffa5a55a20ecd41bfecaab17dbab2c6377fabc406061c7818b0/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/longhorn/pvc-071e4869-24b3-4bf2-b2c0-52cbc97f451c",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/5328c5f525284aad5ff1bb9875a9f59451122e82e676637ecbf2e9e00c4e878a/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-071e4869-24b3-4bf2-b2c0-52cbc97f451c",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/dc72acab-c712-4980-846f-dc44c06907ed/volume-subpaths/pvc-071e4869-24b3-4bf2-b2c0-52cbc97f451c/timescaledb/0"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-071e4869-24b3-4bf2-b2c0-52cbc97f451c",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/dc72acab-c712-4980-846f-dc44c06907ed/volumes/kubernetes.io~csi/pvc-071e4869-24b3-4bf2-b2c0-52cbc97f451c/mount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-0b040308-8e23-4539-934f-2350c57c833d",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/ef184f203bae85f9102175b0311086408ad7ba76f172a17808143ed295e96dfb/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-0b040308-8e23-4539-934f-2350c57c833d",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/7f2b7e54-1cc5-4276-954b-f8ff71eda0e8/volume-subpaths/pvc-0b040308-8e23-4539-934f-2350c57c833d/pg/0"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-0b040308-8e23-4539-934f-2350c57c833d",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/7f2b7e54-1cc5-4276-954b-f8ff71eda0e8/volumes/kubernetes.io~csi/pvc-0b040308-8e23-4539-934f-2350c57c833d/mount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-5f8612bf-02d4-4c02-98ce-d552c9568104",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/cecf0afb6c798a0e496a6ba54777c8246f1d379605842630282318e5c8d921a8/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-5f8612bf-02d4-4c02-98ce-d552c9568104",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/5b68c6cd-6608-43e0-88e8-144a93996a09/volumes/kubernetes.io~csi/pvc-5f8612bf-02d4-4c02-98ce-d552c9568104/mount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-763c1863-e7f6-406a-8d4b-9e6423d5eedc",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/97741aba275031b42c883212d6920c499d5a8552bf66e4534b831053ea438212/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-763c1863-e7f6-406a-8d4b-9e6423d5eedc",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/4352be98-babc-4a6d-9ad9-82dbd65e7907/volumes/kubernetes.io~csi/pvc-763c1863-e7f6-406a-8d4b-9e6423d5eedc/mount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-7a881a62-2dbd-4f68-966a-28550abd5dea",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/fc9c703b00a06b4c693a001ee2d58a8c9bd840dce6e6d7e18286041050760393/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-7a881a62-2dbd-4f68-966a-28550abd5dea",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/578e654b-732d-4daf-9d87-5469898ee012/volumes/kubernetes.io~csi/pvc-7a881a62-2dbd-4f68-966a-28550abd5dea/mount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-7bf724d7-72f3-4c35-b270-0712698c9da3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/03ff8855e42149174731971cecb42cdc5eaba13a8aeab52697278c5352683c16/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-7bf724d7-72f3-4c35-b270-0712698c9da3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/406e454c-28e2-43a0-b180-7908efebb2f8/volumes/kubernetes.io~csi/pvc-7bf724d7-72f3-4c35-b270-0712698c9da3/mount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-85675234-37b9-40f0-839c-7ee4e04261d2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/d2e44264e9d03402fb882b6e47282e7916cc4a0b5dfd4380a3cdce1141b440fd/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-85675234-37b9-40f0-839c-7ee4e04261d2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/8988bb32-9171-4173-956c-fff5fbabcbd9/volumes/kubernetes.io~csi/pvc-85675234-37b9-40f0-839c-7ee4e04261d2/mount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-8a3a8319-5e99-4a67-8a9d-5a90b801bea7",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/bb7565b9d542cada6425d341bff54fc5f62b43cb31498fa6fb8c86c5996d0b37/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-8a3a8319-5e99-4a67-8a9d-5a90b801bea7",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/498d58be-5b11-4229-9a1a-bda738b55b23/volumes/kubernetes.io~csi/pvc-8a3a8319-5e99-4a67-8a9d-5a90b801bea7/mount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-c9cbfeb4-6a6a-4ab9-ab87-360b91a1727c",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/df4c4010614b9e98a40e3fc94be48a2fe49987396365fb4943972d3f5127d605/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-c9cbfeb4-6a6a-4ab9-ab87-360b91a1727c",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/76c7dae4-4810-4531-bcca-c40caabe9927/volumes/kubernetes.io~csi/pvc-c9cbfeb4-6a6a-4ab9-ab87-360b91a1727c/mount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-e744f8a6-042d-4cca-b1db-d0ab9ac9d829",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/1697c4e0d2c3838c4b7e097c49329e605d28e84d6053b5273192fc91110f05a7/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-e744f8a6-042d-4cca-b1db-d0ab9ac9d829",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/c86ed1f1-7e20-44fd-9ebf-047427341646/volumes/kubernetes.io~csi/pvc-e744f8a6-042d-4cca-b1db-d0ab9ac9d829/mount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-ed1dd0d4-1e8d-41fe-8066-f7bbfc697e40",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/536021d4a79f8de0b49e6986562439b5c8ef4a3e3547082e94fbd86b62ad4543/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-ed1dd0d4-1e8d-41fe-8066-f7bbfc697e40",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/00e0b5dd-d240-4eec-81e7-f5f543a4926f/volumes/kubernetes.io~csi/pvc-ed1dd0d4-1e8d-41fe-8066-f7bbfc697e40/mount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-f83d432b-2ee2-48b1-80cc-1e87d8c639dc",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/78a30395ebadd9381186fe5054fe434e6ac61f38008cfad245dda6470a396536/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-f83d432b-2ee2-48b1-80cc-1e87d8c639dc",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/353deb21-7b5f-4c89-84ec-2c19a8348e93/volume-subpaths/pvc-f83d432b-2ee2-48b1-80cc-1e87d8c639dc/pg/0"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-f83d432b-2ee2-48b1-80cc-1e87d8c639dc",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/353deb21-7b5f-4c89-84ec-2c19a8348e93/volumes/kubernetes.io~csi/pvc-f83d432b-2ee2-48b1-80cc-1e87d8c639dc/mount"} 0 node_filesystem_readonly{device="/dev/vda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/vda3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/vda3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/15296b4f-bc09-488c-9899-bc874c0727cd/volume-subpaths/autho-config/autho/1"} 0 node_filesystem_readonly{device="/dev/vda3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/353deb21-7b5f-4c89-84ec-2c19a8348e93/volume-subpaths/config-volume/pg/1"} 0 node_filesystem_readonly{device="/dev/vda3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/353deb21-7b5f-4c89-84ec-2c19a8348e93/volume-subpaths/config-volume/pg/2"} 0 node_filesystem_readonly{device="/dev/vda3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/3dee8ae1-2c7f-4b6e-b25f-01ad1a35d24d/volume-subpaths/config/grafana/0"} 0 node_filesystem_readonly{device="/dev/vda3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/3dee8ae1-2c7f-4b6e-b25f-01ad1a35d24d/volume-subpaths/sc-dashboard-provider/grafana/3"} 0 node_filesystem_readonly{device="/dev/vda3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/93e1e2b5-f22d-4f10-abf1-2fd3884a8de3/volume-subpaths/api-config/api/0"} 0 node_filesystem_readonly{device="/dev/vda3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/f024baee-e37e-4408-a824-6b4b0576e4b5/volume-subpaths/pm-gateway-config/pm-gateway/1"} 0 node_filesystem_readonly{device="/dev/vda3",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/f050d582-ecb1-45a4-a4b7-6109ecefc653/volume-subpaths/casdoor-config/casdoor/0"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04d50241cb2fe4f366d06b7a1fb0265344bc9e133d5638c552c8473101db2558/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0901bfc06cc473421f4b2290a376f9a0b453d6a6ad036263aca65d49905cf021/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e0bfd417a3520a49f7665d2ad8e7fe8882359fd2fec444987494ec8a6d5ad06/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f42188796e52de1d4d8a796a4ea9f495b7b40b0e1b04bb5614f69e8430ccc07/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14c57da5fde3a033535b9a0d8e0bb1adc8fae04b3f74a85ec18ef8b1e39f7ebd/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a4520cb9e63fa6859aa8fb11f4f5ce827288b1357ec6737b1b60bf5f7e39d39/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1aebd4d2e2f3eef81024d9cb97b800d313010cba3a345a542317c6c793f67081/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/207a4ad509626100c0d3307bc57491bb27c281bdf0c16851140f4d341947fac6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/251c7ddb7f4e072fb70eba18fbcb0f248d4b80a4c069a08362fc9d19bace8bf4/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/292d33a657f5065960aa6853faa68613cc308922af25203dc62076faccd5ce53/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2aa834b8604b5533b52e32cc76990569355ae3317f07f42cfe97ae6218dca155/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2b07d5e36ae5cc278c74460e213a5bae7ad4726ce3b91877bf9e90c7b0941e62/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2bff18a598faa8902eded23a64a5c5ded53aa2916747326cf6b5781f93870a1e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30a51a28ef48477fd39fadcb48e6d7917803f8089b674190d858a845a78fd8be/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/345b57bf05e99f061b9f138b179692a742c4f5c4783f2af5f3e084b332907779/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39957a1240f1b0e8f6f690dce8dc5a2100231c79fad1db61dc66991580eb5f71/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39ae3445054974a5fee24c5b5d249eec71e48ec9ad08dea1a8372e96f7078208/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39edc95fbe8265229c704b3779994f1154d17df29dcc9de29ec9624532a99b5d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/403b7cdfe61cc9f55c1a205063a620425f1b64db45d2015bef197bb87c51655a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d4a00cbccb7fec06bc0fb557e9450085ae9308323797567ea60a4afe3d18c10/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5281ce8750ed42792f195d4fabd167697355c16d5cc17c56deac31d20bcafb28/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5634c67ff5dfc65ad60ad08925d0bbc1eabbff3e9d397998aae8aa94074a3c02/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c20ca08e67576e541e5124c4995dc1510b8330fe97facf7feadbd2314d8abd/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5971fbaa52cdc092185eb74b7fef06dda98b421cbbc48454fe65fe9005adad3a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cfd26ef9dfad796da69c1c2765b20f458b9b3f6043479d2b84c2c2864c89b76/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d52cdc1083ddd42a8507b26c19da796c5831f2fd6a80f75b930cbb47ef0db3f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f515369721e3d2cf02d5b160499ef149b1379a5b19e5db99d17fe955818c810/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/612b3cefc0785ee3e2d48279886d27d376acf2183abf1476506deddc7c927ffd/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/643a829b334b0e6eb9e2408297b812d8cdbac55c6e7bbf6f505c15f03b2c22b2/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6776d634b38c5757ad093e00488b57f7163add4790f56a54f563a1469d6a2939/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b0115595f0f1188d3f507d47d639d5df59dcb5b71c1bee97e4846d93e0d2f8a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6d80be276467ba903cda79acc48c6469847210bcde6ff1610969070a2bc65e48/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6ef8ecfcd6824f99a4e8fbfb74bfee69bedaa7a2a5def2da8622f8cf4e580c8b/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/78d3b55fde67f40d24c395060db35802ac54b21109317e56adf97107ff5c490e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7dfded1253092140c736f5de9a5926dfce24785e0964be9dd356abb713ac6269/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/805fcae5f7127a6566c2276904d9269dce7b95ea2b4e5cdb902c347790a00b38/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/886bc60487536aeae0d3f151c95e91db60bf3505d22e6e27652d908512419069/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8b071f492c2d004855e01e40faa31412bd577e46352c696c11e7164c144ad741/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8cf84dbc76d3a451a9245972f499c6461d70b935b65aec71740becc3a773bf3a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f9f5a4aa461dd9a51f6a2acc7a5799be4a57633a59567fb7beadd08b553f788/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/93e9d954aa510cbd3848163fca01381be691cef43e113f9806068507ee31cb6f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/985bc444fc91e0e201a0152ec23279b6ee999884ea01854daaf8a47a75c7fd54/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a475abb81c2a25a4621ff244f5fff17bc9e0c91c8384a5ecd85ed492575f26e0/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a497d52739d52048abc735d6f928ab4a33270dda075719814e65a0192d658e56/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a72807a43e74870f11587e7cbcad8f7e621e5addbc45ddee1938bc1bcd3a0621/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8aef23136b62d3c338c42e762accc3a435b341ac4d2a816c2da25cbdbf5ea65/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae4591c91d78eba2982eb01a8052fc2e82aa1f6ca4e0b8087a9186e76be6a3c0/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aec505c7c196243168f5b5bd291fba6adbd284fd47a9ec0835d6db6bb110e93b/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0870dadcb157b75be1eb539219af2a410c1eb54845e98367534f0aa117054a8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b5342c0f4168f35f395ed87bd1cf85da156caaf68d3a61e1b4beb9c675bd086e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b85cc50b23bda3c0611a481b892a8f8975788e99b03d6264549f24051aac6de3/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b995277999b9dae5807a8e7e5114d60712609116623b2cec0f20a494ba4ac54f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bba517ef42420cc3a97b8e620c12ec2e1f66cbb3560992144dabf03f5847788c/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06a550d81544721e0109e855f10c8dfff9a7e43a3f41863984b4ed73f007b79/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0d3ec8a9314f2486382d3d04edb20dbcbbc26ed2027f83025e442260a40fc34/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c30514feb16a7957244e1878b10c4f2495ec0ecff9ddffd473d65e4d7f0836ac/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c42c6d300de62fab96257e37f226472f948990c0cd644e6b5234bb2ad2c2e745/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c862b210af5819def89150248081f140341412c712c4a91a810e6f29675caef5/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb0dfc5f97de8a584ed10767df954fbad7f919b546e988a3907c5f1a94d3e746/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd150ae72d6689c9a943b178b6e895b53012f758fe9cbc4ea33f9ad33919b1a1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cde99c6ebd7315a248b53c1645c9b4f8052fad6fb13eaf756af1e0a9241cb377/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d63e2006fbd6e970772f163f3e1c87fff771c12fbb973bdab36099d4b1159562/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d680056fe785b472e567610ec12664c3d38d2c00a195910d63faa3cd73cdea96/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dac498776fe201c6510b9dd8a43f789da50594359105ac3459a9726cf441ee7a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/daec9ea3c0bcd14ece3c60a0cbbf5b935e76817f3324a0618884475c70b08299/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df6dfa9fe6d6d8e8986aae43562da51fb9db3db4119af54c602758a8a1d30174/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dfca6f9dc1731ebc0d32ee956d316b70695ff72dc9e6b04e20fa20edb98cb3ac/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e0e365c5690b5650f79438638fd2e91ee15693c330279b4ac704e3bff63eb254/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1ee71dba83982d2c49b38e7607b29ecaa06611c6731836639bdc0f7ac452b5a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1f04ae9518d5a9be1e8a2ab5f237cf39d6c03e2adc3d7e53fe6a00221911ea1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e293e02ac143875412a194d89f400c5428fda6b320f131361bdd9f0f8ebe5e68/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e29ee5cc40c2da0690ff12449474d72fbbe5af234b62b1774ce12b85bd5f1f62/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e7044cf3626076a5321b5e593a21d219f84eec9f6b32d4fc1ab09f283e67ee18/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e894fcc8232a1f286009c867abb6f016733dafc3fdbe6cbbc690f3b6da5860f1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e8cf46b57e7a8441e3245cf73855f453eecda9796e07feeaa12b11a7d5873cdc/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef57f55a77517bad7b77890988d98ce575213a9e804e146b4595f193a3c23329/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/eff4062f46d20c6019895bca950c2c2c47a4205a039d173a2242b17e00c7a700/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f30ea2f5560eab7e70004783fb857a88c992b8fc42e29f1530578bbd55572e60/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f68b75c9e63a1ea0b7f2a3d41d93f891b61f85135c4baed298678d980b572a84/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f690ca3937863dad5be041a56a33d995d0b28966d6b54e9fba0bc9aae7b415f3/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8a0f6f84454cbfd23f36b4db930e2679c38a6ce4e23c16b900e935221e80e1f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8ae3aa74f0ba120bfde027888c4a2c1e91af77ed6eb0ea4165a8d9dd58e5321/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb766d9024cfc82e6fa44632d3741a0c391b0264144b1560a1a20bc42c65596c/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe2e1dd82e970ffa5a55a20ecd41bfecaab17dbab2c6377fabc406061c7818b0/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/00e0b5dd-d240-4eec-81e7-f5f543a4926f/volumes/kubernetes.io~projected/kube-api-access-trfz6"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/00e24c12-215e-4f87-aaa7-d582052bc95c/volumes/kubernetes.io~projected/kube-api-access-bds2p"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/09346d33-3791-4492-ab88-7bcd14821102/volumes/kubernetes.io~projected/kube-api-access-2spqz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/095a0298-0b2d-4d8e-a8b2-f3b0d9eb24b0/volumes/kubernetes.io~projected/kube-api-access-9l6wl"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/095a0298-0b2d-4d8e-a8b2-f3b0d9eb24b0/volumes/kubernetes.io~secret/tls-secret"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0ecb39c3-8aa1-4531-aa6f-939f86082522/volumes/kubernetes.io~projected/kube-api-access-h7dhd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/15296b4f-bc09-488c-9899-bc874c0727cd/volume-subpaths/casdoor-cert/autho/0"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/15296b4f-bc09-488c-9899-bc874c0727cd/volumes/kubernetes.io~projected/kube-api-access-mvj5m"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/15296b4f-bc09-488c-9899-bc874c0727cd/volumes/kubernetes.io~secret/casdoor-cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1979e84f-0a41-4b5d-9e0b-949299d82d19/volumes/kubernetes.io~projected/kube-api-access-trrz4"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1a7c7100-3ad1-470d-a66b-a1627425efad/volumes/kubernetes.io~projected/kube-api-access-5dbwk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1c452690-4d90-47ba-999e-c468220b9e2e/volumes/kubernetes.io~projected/kube-api-access-2mw4d"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1f875339-9daf-4ae5-b323-ac701d0c3eb5/volumes/kubernetes.io~projected/kube-api-access-4dhwl"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/237aafa2-dbee-42fe-85c4-f03b888b0973/volumes/kubernetes.io~projected/kube-api-access-k2qsw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/26c60db6-906d-4aaa-9c59-b94ab9a8fdc2/volumes/kubernetes.io~projected/kube-api-access-b9d8t"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/276d84f8-5bd4-40df-b6d1-d4d23c4ceff9/volumes/kubernetes.io~projected/kube-api-access-9cxsc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/276d84f8-5bd4-40df-b6d1-d4d23c4ceff9/volumes/kubernetes.io~secret/cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2b894411-4b4f-47e6-8b70-91fd293784b0/volumes/kubernetes.io~projected/kube-api-access-qvh9t"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2cc3eeea-44f4-48df-abe9-03a143e80afa/volumes/kubernetes.io~projected/kube-api-access-wn7d5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2ccd0daf-af72-4c4e-abc7-7fffb5e852ae/volumes/kubernetes.io~projected/kube-api-access-dqz2j"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2fc30678-0adf-497c-b6bf-a93702092b3b/volumes/kubernetes.io~projected/kube-api-access-4wbtv"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/30f6a0e5-7d1d-41d5-80f8-1542260693f0/volumes/kubernetes.io~projected/kube-api-access-2rsv7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/353deb21-7b5f-4c89-84ec-2c19a8348e93/volumes/kubernetes.io~projected/kube-api-access-pv7vt"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/392127f2-d4ac-4b78-9976-ac2e4773b094/volumes/kubernetes.io~projected/kube-api-access-fgr9d"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3a2f45a9-c614-41ae-ba06-e68279bc3e32/volumes/kubernetes.io~projected/kube-api-access-jq4dx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3bd4b107-37b9-46dd-ae5a-8270230ceeab/volumes/kubernetes.io~projected/kube-api-access-6s8nx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3bd4b107-37b9-46dd-ae5a-8270230ceeab/volumes/kubernetes.io~secret/certs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3c066b94-c39d-4b35-aded-236b47f227d3/volumes/kubernetes.io~projected/kube-api-access-ml2hz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3dee8ae1-2c7f-4b6e-b25f-01ad1a35d24d/volumes/kubernetes.io~projected/kube-api-access-ght95"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3f56495e-9d71-483d-9857-782f7b307520/volumes/kubernetes.io~projected/kube-api-access-vf4pr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/406e454c-28e2-43a0-b180-7908efebb2f8/volumes/kubernetes.io~projected/kube-api-access-gh8dn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4352be98-babc-4a6d-9ad9-82dbd65e7907/volumes/kubernetes.io~projected/kube-api-access-lshl5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/498d58be-5b11-4229-9a1a-bda738b55b23/volumes/kubernetes.io~projected/kube-api-access-gktqn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4ce8be3d-1c15-410a-8e9d-0040ce0bdbda/volumes/kubernetes.io~projected/kube-api-access-bqrd4"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4cfc8da4-962f-43d9-b942-db4d1e687483/volumes/kubernetes.io~projected/kube-api-access-4jj2c"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4cfc8da4-962f-43d9-b942-db4d1e687483/volumes/kubernetes.io~secret/clustermesh-secrets"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4de73e93-ace3-43d1-b837-0fb9c7a28211/volumes/kubernetes.io~projected/kube-api-access-bmmp6"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/507f42c1-0e25-4767-aa8e-83e5cb01057a/volumes/kubernetes.io~projected/kube-api-access-8mt4k"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/578e654b-732d-4daf-9d87-5469898ee012/volumes/kubernetes.io~projected/kube-api-access-6ldcx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5793a92a-5c81-487b-ac4e-a67f00af50b4/volumes/kubernetes.io~projected/kube-api-access-jmxgt"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5793a92a-5c81-487b-ac4e-a67f00af50b4/volumes/kubernetes.io~secret/cloud-credentials"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/589141bc-95d9-4299-8a7c-1b58dc600e4a/volumes/kubernetes.io~projected/kube-api-access-gdxgm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/589141bc-95d9-4299-8a7c-1b58dc600e4a/volumes/kubernetes.io~secret/longhorn-grpc-tls"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/58beb813-343c-49f6-a339-9bda0358a253/volumes/kubernetes.io~projected/kube-api-access-8lntr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5b68c6cd-6608-43e0-88e8-144a93996a09/volumes/kubernetes.io~projected/kube-api-access-w6wfn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/68cb319a-6ff6-45c6-a39b-55f43f8240ca/volumes/kubernetes.io~projected/kube-api-access-9rs8j"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6f7ba48a-7e7c-403f-b9ba-cfa34ddbd460/volumes/kubernetes.io~projected/kube-api-access-bw6k2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7150ecab-21fc-4787-84cb-04138f574f51/volumes/kubernetes.io~projected/kube-api-access-vhr86"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/715bd313-a0e0-429d-b7fd-d05ec67fc185/volume-subpaths/casdoor-cert/pmn/0"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/715bd313-a0e0-429d-b7fd-d05ec67fc185/volumes/kubernetes.io~projected/kube-api-access-t6zkp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/715bd313-a0e0-429d-b7fd-d05ec67fc185/volumes/kubernetes.io~secret/casdoor-cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7398e461-f599-4dba-91d1-6e8cad2f5381/volume-subpaths/casdoor-cert/cmn/0"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7398e461-f599-4dba-91d1-6e8cad2f5381/volumes/kubernetes.io~projected/kube-api-access-cxdc8"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7398e461-f599-4dba-91d1-6e8cad2f5381/volumes/kubernetes.io~secret/casdoor-cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/76c7dae4-4810-4531-bcca-c40caabe9927/volumes/kubernetes.io~projected/kube-api-access-gw8dm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/77f6c95b-bddd-498c-833b-8120afa72305/volumes/kubernetes.io~projected/kube-api-access-thk7r"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7996f5d0-82c0-4c93-9ba6-b2c245725da6/volumes/kubernetes.io~projected/kube-api-access-q2wgg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7a939dbb-1037-4ca9-a279-36874644c7df/volumes/kubernetes.io~projected/kube-api-access-f8zxn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7ef94b98-5ffe-4c90-b632-0764764a6e87/volumes/kubernetes.io~projected/kube-api-access-z77x2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7f2b7e54-1cc5-4276-954b-f8ff71eda0e8/volumes/kubernetes.io~projected/kube-api-access-wngsc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/88a5beea-2f8d-4dc3-b71c-d9dafed61dd1/volumes/kubernetes.io~projected/kube-api-access-d27wn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8988bb32-9171-4173-956c-fff5fbabcbd9/volumes/kubernetes.io~projected/kube-api-access-4tswl"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8cfaa876-4ecc-4808-9427-3eef6befe590/volumes/kubernetes.io~projected/kube-api-access-bqqmp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/902e8a79-0d62-41ca-a0eb-a09ec751e2f4/volumes/kubernetes.io~projected/kube-api-access-gdlwx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/91b50202-3d1e-4cd4-8b3e-c7c91f7eb856/volumes/kubernetes.io~projected/kube-api-access-tkxwr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/93e1e2b5-f22d-4f10-abf1-2fd3884a8de3/volume-subpaths/casdoor-cert/api/1"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/93e1e2b5-f22d-4f10-abf1-2fd3884a8de3/volumes/kubernetes.io~projected/kube-api-access-vsbpq"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/93e1e2b5-f22d-4f10-abf1-2fd3884a8de3/volumes/kubernetes.io~secret/casdoor-cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/961b4351-6a5d-47e7-91c6-c1d3c820e82d/volumes/kubernetes.io~projected/kube-api-access-6kmrw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/961b4351-6a5d-47e7-91c6-c1d3c820e82d/volumes/kubernetes.io~secret/longhorn-grpc-tls"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/99ffe89f-23b9-4fc2-b646-86d4afb2c863/volumes/kubernetes.io~projected/kube-api-access-g99q2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9bd3c3a4-7c51-4c68-867b-d7d8923e3b13/volumes/kubernetes.io~projected/kube-api-access-grkww"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9c431ac6-e7b0-4992-ba5d-dc46fe059099/volume-subpaths/general-tls-cert/control-plane/0"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9c431ac6-e7b0-4992-ba5d-dc46fe059099/volume-subpaths/general-tls-cert/control-plane/1"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9c431ac6-e7b0-4992-ba5d-dc46fe059099/volume-subpaths/general-tls-cert/control-plane/2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9c431ac6-e7b0-4992-ba5d-dc46fe059099/volumes/kubernetes.io~projected/kube-api-access-kh7gm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9c431ac6-e7b0-4992-ba5d-dc46fe059099/volumes/kubernetes.io~secret/general-tls-cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a732e4fb-5f66-4a56-bf6a-4b6b5c8f8d1d/volumes/kubernetes.io~projected/kube-api-access-lm9g4"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ad101637-a2f2-47a3-b020-1fbf497d76ac/volumes/kubernetes.io~projected/kong-kong-token"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ad101637-a2f2-47a3-b020-1fbf497d76ac/volumes/kubernetes.io~secret/webhook-cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/aff7cef9-bdf0-4a22-96c0-a1541a6ae673/volumes/kubernetes.io~projected/kube-api-access-jb2qw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b08bd472-a9b8-421a-8212-5e25149c54c6/volumes/kubernetes.io~projected/kube-api-access-bprpl"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b08bd472-a9b8-421a-8212-5e25149c54c6/volumes/kubernetes.io~secret/memberlist"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b279a549-ea0f-43ab-9357-45491e33e26a/volumes/kubernetes.io~projected/kube-api-access-qvm9f"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ba63696e-cd99-41da-b1d6-b47312033e88/volumes/kubernetes.io~projected/kube-api-access-hnnsp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c05fae46-3674-4815-9d18-633ea43eccd2/volumes/kubernetes.io~projected/kube-api-access-nxdtm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c7d3bfd5-d86c-42a5-94a4-f46b5bd64659/volumes/kubernetes.io~projected/kube-api-access-5558d"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c868c38e-211f-4e40-b99e-9f0a1f0aac2a/volumes/kubernetes.io~projected/kube-api-access-cjmqp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c86ed1f1-7e20-44fd-9ebf-047427341646/volumes/kubernetes.io~projected/kube-api-access-qxdkc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/db72224c-15a9-44d7-a9e7-cfb46e7c9958/volumes/kubernetes.io~projected/kube-api-access-4xw96"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dc72acab-c712-4980-846f-dc44c06907ed/volumes/kubernetes.io~projected/kube-api-access-f549s"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dd0962bc-7eff-4520-b97f-31f35dcebb66/volumes/kubernetes.io~projected/kube-api-access-xxcwc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e2594dd3-6d03-4ef0-b42f-b373e723d46b/volumes/kubernetes.io~projected/kube-api-access-wns6j"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e3a4be6e-4315-41ac-bbda-bdb4f271b6fe/volumes/kubernetes.io~projected/kube-api-access-2pt5h"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e7f90481-b179-4031-8b3d-cf42fad8af2c/volumes/kubernetes.io~projected/kube-api-access-j9875"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ede047bb-cadb-413c-8233-66af679a5e75/volumes/kubernetes.io~projected/kube-api-access-2sds7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ee559c09-125f-4942-a261-3244ebd2ca31/volumes/kubernetes.io~projected/kube-api-access-6k424"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f024baee-e37e-4408-a824-6b4b0576e4b5/volume-subpaths/casdoor-cert/pm-gateway/0"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f024baee-e37e-4408-a824-6b4b0576e4b5/volumes/kubernetes.io~projected/kube-api-access-hzfpc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f024baee-e37e-4408-a824-6b4b0576e4b5/volumes/kubernetes.io~secret/casdoor-cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f050d582-ecb1-45a4-a4b7-6109ecefc653/volumes/kubernetes.io~projected/kube-api-access-2zx68"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f5316a10-ad34-4e92-889f-de814bd01da9/volumes/kubernetes.io~projected/kube-api-access-cjfm7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f773cf95-e938-423f-8f8c-aa07657cf56d/volume-subpaths/casdoor-cert/pmn/0"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f773cf95-e938-423f-8f8c-aa07657cf56d/volumes/kubernetes.io~projected/kube-api-access-fvmkh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f773cf95-e938-423f-8f8c-aa07657cf56d/volumes/kubernetes.io~secret/casdoor-cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f7fcee10-7df8-445e-8c52-48a23ce8232a/volumes/kubernetes.io~projected/kube-api-access-rp5kn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f7fcee10-7df8-445e-8c52-48a23ce8232a/volumes/kubernetes.io~secret/cert"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/vda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 5.7556992e+08 node_filesystem_size_bytes{device="/dev/vda3",device_error="",fstype="ext4",mountpoint="/"} 1.00331671552e+11 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04d50241cb2fe4f366d06b7a1fb0265344bc9e133d5638c552c8473101db2558/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0901bfc06cc473421f4b2290a376f9a0b453d6a6ad036263aca65d49905cf021/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e0bfd417a3520a49f7665d2ad8e7fe8882359fd2fec444987494ec8a6d5ad06/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f42188796e52de1d4d8a796a4ea9f495b7b40b0e1b04bb5614f69e8430ccc07/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14c57da5fde3a033535b9a0d8e0bb1adc8fae04b3f74a85ec18ef8b1e39f7ebd/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a4520cb9e63fa6859aa8fb11f4f5ce827288b1357ec6737b1b60bf5f7e39d39/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1aebd4d2e2f3eef81024d9cb97b800d313010cba3a345a542317c6c793f67081/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/207a4ad509626100c0d3307bc57491bb27c281bdf0c16851140f4d341947fac6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/251c7ddb7f4e072fb70eba18fbcb0f248d4b80a4c069a08362fc9d19bace8bf4/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/292d33a657f5065960aa6853faa68613cc308922af25203dc62076faccd5ce53/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2aa834b8604b5533b52e32cc76990569355ae3317f07f42cfe97ae6218dca155/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2b07d5e36ae5cc278c74460e213a5bae7ad4726ce3b91877bf9e90c7b0941e62/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2bff18a598faa8902eded23a64a5c5ded53aa2916747326cf6b5781f93870a1e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30a51a28ef48477fd39fadcb48e6d7917803f8089b674190d858a845a78fd8be/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/345b57bf05e99f061b9f138b179692a742c4f5c4783f2af5f3e084b332907779/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39957a1240f1b0e8f6f690dce8dc5a2100231c79fad1db61dc66991580eb5f71/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39ae3445054974a5fee24c5b5d249eec71e48ec9ad08dea1a8372e96f7078208/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39edc95fbe8265229c704b3779994f1154d17df29dcc9de29ec9624532a99b5d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/403b7cdfe61cc9f55c1a205063a620425f1b64db45d2015bef197bb87c51655a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d4a00cbccb7fec06bc0fb557e9450085ae9308323797567ea60a4afe3d18c10/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5281ce8750ed42792f195d4fabd167697355c16d5cc17c56deac31d20bcafb28/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5634c67ff5dfc65ad60ad08925d0bbc1eabbff3e9d397998aae8aa94074a3c02/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57c20ca08e67576e541e5124c4995dc1510b8330fe97facf7feadbd2314d8abd/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5971fbaa52cdc092185eb74b7fef06dda98b421cbbc48454fe65fe9005adad3a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5cfd26ef9dfad796da69c1c2765b20f458b9b3f6043479d2b84c2c2864c89b76/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d52cdc1083ddd42a8507b26c19da796c5831f2fd6a80f75b930cbb47ef0db3f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f515369721e3d2cf02d5b160499ef149b1379a5b19e5db99d17fe955818c810/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/612b3cefc0785ee3e2d48279886d27d376acf2183abf1476506deddc7c927ffd/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/643a829b334b0e6eb9e2408297b812d8cdbac55c6e7bbf6f505c15f03b2c22b2/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6776d634b38c5757ad093e00488b57f7163add4790f56a54f563a1469d6a2939/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b0115595f0f1188d3f507d47d639d5df59dcb5b71c1bee97e4846d93e0d2f8a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6d80be276467ba903cda79acc48c6469847210bcde6ff1610969070a2bc65e48/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6ef8ecfcd6824f99a4e8fbfb74bfee69bedaa7a2a5def2da8622f8cf4e580c8b/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/78d3b55fde67f40d24c395060db35802ac54b21109317e56adf97107ff5c490e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7dfded1253092140c736f5de9a5926dfce24785e0964be9dd356abb713ac6269/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/805fcae5f7127a6566c2276904d9269dce7b95ea2b4e5cdb902c347790a00b38/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/886bc60487536aeae0d3f151c95e91db60bf3505d22e6e27652d908512419069/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8b071f492c2d004855e01e40faa31412bd577e46352c696c11e7164c144ad741/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8cf84dbc76d3a451a9245972f499c6461d70b935b65aec71740becc3a773bf3a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f9f5a4aa461dd9a51f6a2acc7a5799be4a57633a59567fb7beadd08b553f788/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/93e9d954aa510cbd3848163fca01381be691cef43e113f9806068507ee31cb6f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/985bc444fc91e0e201a0152ec23279b6ee999884ea01854daaf8a47a75c7fd54/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a475abb81c2a25a4621ff244f5fff17bc9e0c91c8384a5ecd85ed492575f26e0/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a497d52739d52048abc735d6f928ab4a33270dda075719814e65a0192d658e56/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a72807a43e74870f11587e7cbcad8f7e621e5addbc45ddee1938bc1bcd3a0621/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8aef23136b62d3c338c42e762accc3a435b341ac4d2a816c2da25cbdbf5ea65/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae4591c91d78eba2982eb01a8052fc2e82aa1f6ca4e0b8087a9186e76be6a3c0/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aec505c7c196243168f5b5bd291fba6adbd284fd47a9ec0835d6db6bb110e93b/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0870dadcb157b75be1eb539219af2a410c1eb54845e98367534f0aa117054a8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b5342c0f4168f35f395ed87bd1cf85da156caaf68d3a61e1b4beb9c675bd086e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b85cc50b23bda3c0611a481b892a8f8975788e99b03d6264549f24051aac6de3/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b995277999b9dae5807a8e7e5114d60712609116623b2cec0f20a494ba4ac54f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bba517ef42420cc3a97b8e620c12ec2e1f66cbb3560992144dabf03f5847788c/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06a550d81544721e0109e855f10c8dfff9a7e43a3f41863984b4ed73f007b79/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0d3ec8a9314f2486382d3d04edb20dbcbbc26ed2027f83025e442260a40fc34/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c30514feb16a7957244e1878b10c4f2495ec0ecff9ddffd473d65e4d7f0836ac/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c42c6d300de62fab96257e37f226472f948990c0cd644e6b5234bb2ad2c2e745/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c862b210af5819def89150248081f140341412c712c4a91a810e6f29675caef5/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb0dfc5f97de8a584ed10767df954fbad7f919b546e988a3907c5f1a94d3e746/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd150ae72d6689c9a943b178b6e895b53012f758fe9cbc4ea33f9ad33919b1a1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cde99c6ebd7315a248b53c1645c9b4f8052fad6fb13eaf756af1e0a9241cb377/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d63e2006fbd6e970772f163f3e1c87fff771c12fbb973bdab36099d4b1159562/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d680056fe785b472e567610ec12664c3d38d2c00a195910d63faa3cd73cdea96/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dac498776fe201c6510b9dd8a43f789da50594359105ac3459a9726cf441ee7a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/daec9ea3c0bcd14ece3c60a0cbbf5b935e76817f3324a0618884475c70b08299/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df6dfa9fe6d6d8e8986aae43562da51fb9db3db4119af54c602758a8a1d30174/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dfca6f9dc1731ebc0d32ee956d316b70695ff72dc9e6b04e20fa20edb98cb3ac/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e0e365c5690b5650f79438638fd2e91ee15693c330279b4ac704e3bff63eb254/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1ee71dba83982d2c49b38e7607b29ecaa06611c6731836639bdc0f7ac452b5a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1f04ae9518d5a9be1e8a2ab5f237cf39d6c03e2adc3d7e53fe6a00221911ea1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e293e02ac143875412a194d89f400c5428fda6b320f131361bdd9f0f8ebe5e68/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e29ee5cc40c2da0690ff12449474d72fbbe5af234b62b1774ce12b85bd5f1f62/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e7044cf3626076a5321b5e593a21d219f84eec9f6b32d4fc1ab09f283e67ee18/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e894fcc8232a1f286009c867abb6f016733dafc3fdbe6cbbc690f3b6da5860f1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e8cf46b57e7a8441e3245cf73855f453eecda9796e07feeaa12b11a7d5873cdc/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef57f55a77517bad7b77890988d98ce575213a9e804e146b4595f193a3c23329/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/eff4062f46d20c6019895bca950c2c2c47a4205a039d173a2242b17e00c7a700/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f30ea2f5560eab7e70004783fb857a88c992b8fc42e29f1530578bbd55572e60/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f68b75c9e63a1ea0b7f2a3d41d93f891b61f85135c4baed298678d980b572a84/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f690ca3937863dad5be041a56a33d995d0b28966d6b54e9fba0bc9aae7b415f3/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8a0f6f84454cbfd23f36b4db930e2679c38a6ce4e23c16b900e935221e80e1f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8ae3aa74f0ba120bfde027888c4a2c1e91af77ed6eb0ea4165a8d9dd58e5321/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb766d9024cfc82e6fa44632d3741a0c391b0264144b1560a1a20bc42c65596c/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe2e1dd82e970ffa5a55a20ecd41bfecaab17dbab2c6377fabc406061c7818b0/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.679364096e+09 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 7.0184923e+07 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 2.9466579383e+10 # HELP node_ipvs_connections_total The total number of connections made. # TYPE node_ipvs_connections_total counter node_ipvs_connections_total 0 # HELP node_ipvs_incoming_bytes_total The total amount of incoming data. # TYPE node_ipvs_incoming_bytes_total counter node_ipvs_incoming_bytes_total 0 # HELP node_ipvs_incoming_packets_total The total number of incoming packets. # TYPE node_ipvs_incoming_packets_total counter node_ipvs_incoming_packets_total 0 # HELP node_ipvs_outgoing_bytes_total The total amount of outgoing data. # TYPE node_ipvs_outgoing_bytes_total counter node_ipvs_outgoing_bytes_total 0 # HELP node_ipvs_outgoing_packets_total The total number of outgoing packets. # TYPE node_ipvs_outgoing_packets_total counter node_ipvs_outgoing_packets_total 0 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 2.34 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 3.3 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 2.56 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 5.500973056e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 6.896177152e+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.395204096e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 8.388608e+07 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.0871943168e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 1.4352384e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 3.413508096e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 8.396812288e+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 5.1168063488e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.6359882752e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 8.1983488e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 782336 # 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 4.89107456e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 6.495092736e+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.604018176e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 9.1684864e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.411805184e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 3.843055616e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 6.38369792e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.6793628672e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 1.034932224e+09 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 1.39522048e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.9523968e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 6.15276544e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.49286144e+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 3.82640128e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.064562688e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 1.03747584e+09 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 3.34917632e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 970 # 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 54528 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 54416 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 2.69806168e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.340843226e+09 # 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 3.645795e+06 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 69 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 4.186621e+06 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 708870 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 8 # 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="cilium_host"} 3 node_network_address_assign_type{device="cilium_net"} 3 node_network_address_assign_type{device="cilium_vxlan"} 3 node_network_address_assign_type{device="cilium_wg0"} 0 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="lxc04fe40b5a716"} 3 node_network_address_assign_type{device="lxc05ba6904da5e"} 3 node_network_address_assign_type{device="lxc07b181869408"} 3 node_network_address_assign_type{device="lxc0c6c188c142c"} 3 node_network_address_assign_type{device="lxc0cf868a49e89"} 3 node_network_address_assign_type{device="lxc0d3e4226f908"} 3 node_network_address_assign_type{device="lxc0e391eb6cd8b"} 3 node_network_address_assign_type{device="lxc0eb98b63455c"} 3 node_network_address_assign_type{device="lxc15cc6adf57d6"} 3 node_network_address_assign_type{device="lxc175302a8fe32"} 3 node_network_address_assign_type{device="lxc17feae817bba"} 3 node_network_address_assign_type{device="lxc1cf26d61b7de"} 3 node_network_address_assign_type{device="lxc1f2f628f5cb2"} 3 node_network_address_assign_type{device="lxc20292119e9fc"} 3 node_network_address_assign_type{device="lxc2691820742d3"} 3 node_network_address_assign_type{device="lxc2a1e8fa8e7bd"} 3 node_network_address_assign_type{device="lxc2ae85de7d87a"} 3 node_network_address_assign_type{device="lxc33bc5bb73116"} 3 node_network_address_assign_type{device="lxc36cbe6de217d"} 3 node_network_address_assign_type{device="lxc3d79381a2f8e"} 3 node_network_address_assign_type{device="lxc3da0cef9a086"} 3 node_network_address_assign_type{device="lxc3dcd5abd3411"} 3 node_network_address_assign_type{device="lxc4057e9c2a53d"} 3 node_network_address_assign_type{device="lxc428ee943f832"} 3 node_network_address_assign_type{device="lxc44ff4687797b"} 3 node_network_address_assign_type{device="lxc452678320c59"} 3 node_network_address_assign_type{device="lxc459e2917e896"} 3 node_network_address_assign_type{device="lxc4f6fbf4bdaa0"} 3 node_network_address_assign_type{device="lxc5177b044ff8c"} 3 node_network_address_assign_type{device="lxc518c7f1814ee"} 3 node_network_address_assign_type{device="lxc53b6c04ceef0"} 3 node_network_address_assign_type{device="lxc54948d937699"} 3 node_network_address_assign_type{device="lxc57829c0a033a"} 3 node_network_address_assign_type{device="lxc5c466dbcf228"} 3 node_network_address_assign_type{device="lxc5cc7cfe0fb45"} 3 node_network_address_assign_type{device="lxc6579a3054dd8"} 3 node_network_address_assign_type{device="lxc7060e6758f5f"} 3 node_network_address_assign_type{device="lxc7228e1cd11ec"} 3 node_network_address_assign_type{device="lxc72458c059a4a"} 3 node_network_address_assign_type{device="lxc7a98125a5f20"} 3 node_network_address_assign_type{device="lxc82408b3dff4e"} 3 node_network_address_assign_type{device="lxc8795b25f1c71"} 3 node_network_address_assign_type{device="lxc8e1e232eb1c1"} 3 node_network_address_assign_type{device="lxc8e816ed17301"} 3 node_network_address_assign_type{device="lxc90376d1a130e"} 3 node_network_address_assign_type{device="lxc945688fdf71d"} 3 node_network_address_assign_type{device="lxc96f57e28c3af"} 3 node_network_address_assign_type{device="lxc_health"} 3 node_network_address_assign_type{device="lxca586931c97ad"} 3 node_network_address_assign_type{device="lxca98669efebc0"} 3 node_network_address_assign_type{device="lxcaae631a36278"} 3 node_network_address_assign_type{device="lxcab3b8e3f9dc6"} 3 node_network_address_assign_type{device="lxcaba105a34bcb"} 3 node_network_address_assign_type{device="lxcadd4a5353259"} 3 node_network_address_assign_type{device="lxcae4b0315111a"} 3 node_network_address_assign_type{device="lxcb7c576262959"} 3 node_network_address_assign_type{device="lxcbe66bb9546eb"} 3 node_network_address_assign_type{device="lxcc1e1f1602243"} 3 node_network_address_assign_type{device="lxcc2030009643c"} 3 node_network_address_assign_type{device="lxcc46561fc6aa0"} 3 node_network_address_assign_type{device="lxcc715bd743ddf"} 3 node_network_address_assign_type{device="lxcc9d5f3c4f15f"} 3 node_network_address_assign_type{device="lxcc9f494e2ce8e"} 3 node_network_address_assign_type{device="lxccebc5c99c32d"} 3 node_network_address_assign_type{device="lxcd2966028a917"} 3 node_network_address_assign_type{device="lxcd79777e9f00d"} 3 node_network_address_assign_type{device="lxcdac6674f65af"} 3 node_network_address_assign_type{device="lxcdca48fe73896"} 3 node_network_address_assign_type{device="lxcde9b7460f631"} 3 node_network_address_assign_type{device="lxce0dd1c47eca3"} 3 node_network_address_assign_type{device="lxce1b40b246b9d"} 3 node_network_address_assign_type{device="lxce1c72320619b"} 3 node_network_address_assign_type{device="lxce63ba899ac82"} 3 node_network_address_assign_type{device="lxcead91468c631"} 3 node_network_address_assign_type{device="lxced7739722dca"} 3 node_network_address_assign_type{device="lxcf0c4d79191ce"} 3 node_network_address_assign_type{device="lxcf402eb507357"} 3 node_network_address_assign_type{device="lxcf62ffd3e4961"} 3 node_network_address_assign_type{device="lxcfd68899c8388"} 3 node_network_address_assign_type{device="nodelocaldns"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="cilium_host"} 1 node_network_carrier{device="cilium_net"} 1 node_network_carrier{device="cilium_vxlan"} 1 node_network_carrier{device="cilium_wg0"} 1 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="lxc04fe40b5a716"} 1 node_network_carrier{device="lxc05ba6904da5e"} 1 node_network_carrier{device="lxc07b181869408"} 1 node_network_carrier{device="lxc0c6c188c142c"} 1 node_network_carrier{device="lxc0cf868a49e89"} 1 node_network_carrier{device="lxc0d3e4226f908"} 1 node_network_carrier{device="lxc0e391eb6cd8b"} 1 node_network_carrier{device="lxc0eb98b63455c"} 1 node_network_carrier{device="lxc15cc6adf57d6"} 1 node_network_carrier{device="lxc175302a8fe32"} 1 node_network_carrier{device="lxc17feae817bba"} 1 node_network_carrier{device="lxc1cf26d61b7de"} 1 node_network_carrier{device="lxc1f2f628f5cb2"} 1 node_network_carrier{device="lxc20292119e9fc"} 1 node_network_carrier{device="lxc2691820742d3"} 1 node_network_carrier{device="lxc2a1e8fa8e7bd"} 1 node_network_carrier{device="lxc2ae85de7d87a"} 1 node_network_carrier{device="lxc33bc5bb73116"} 1 node_network_carrier{device="lxc36cbe6de217d"} 1 node_network_carrier{device="lxc3d79381a2f8e"} 1 node_network_carrier{device="lxc3da0cef9a086"} 1 node_network_carrier{device="lxc3dcd5abd3411"} 1 node_network_carrier{device="lxc4057e9c2a53d"} 1 node_network_carrier{device="lxc428ee943f832"} 1 node_network_carrier{device="lxc44ff4687797b"} 1 node_network_carrier{device="lxc452678320c59"} 1 node_network_carrier{device="lxc459e2917e896"} 1 node_network_carrier{device="lxc4f6fbf4bdaa0"} 1 node_network_carrier{device="lxc5177b044ff8c"} 1 node_network_carrier{device="lxc518c7f1814ee"} 1 node_network_carrier{device="lxc53b6c04ceef0"} 1 node_network_carrier{device="lxc54948d937699"} 1 node_network_carrier{device="lxc57829c0a033a"} 1 node_network_carrier{device="lxc5c466dbcf228"} 1 node_network_carrier{device="lxc5cc7cfe0fb45"} 1 node_network_carrier{device="lxc6579a3054dd8"} 1 node_network_carrier{device="lxc7060e6758f5f"} 1 node_network_carrier{device="lxc7228e1cd11ec"} 1 node_network_carrier{device="lxc72458c059a4a"} 1 node_network_carrier{device="lxc7a98125a5f20"} 1 node_network_carrier{device="lxc82408b3dff4e"} 1 node_network_carrier{device="lxc8795b25f1c71"} 1 node_network_carrier{device="lxc8e1e232eb1c1"} 1 node_network_carrier{device="lxc8e816ed17301"} 1 node_network_carrier{device="lxc90376d1a130e"} 1 node_network_carrier{device="lxc945688fdf71d"} 1 node_network_carrier{device="lxc96f57e28c3af"} 1 node_network_carrier{device="lxc_health"} 1 node_network_carrier{device="lxca586931c97ad"} 1 node_network_carrier{device="lxca98669efebc0"} 1 node_network_carrier{device="lxcaae631a36278"} 1 node_network_carrier{device="lxcab3b8e3f9dc6"} 1 node_network_carrier{device="lxcaba105a34bcb"} 1 node_network_carrier{device="lxcadd4a5353259"} 1 node_network_carrier{device="lxcae4b0315111a"} 1 node_network_carrier{device="lxcb7c576262959"} 1 node_network_carrier{device="lxcbe66bb9546eb"} 1 node_network_carrier{device="lxcc1e1f1602243"} 1 node_network_carrier{device="lxcc2030009643c"} 1 node_network_carrier{device="lxcc46561fc6aa0"} 1 node_network_carrier{device="lxcc715bd743ddf"} 1 node_network_carrier{device="lxcc9d5f3c4f15f"} 1 node_network_carrier{device="lxcc9f494e2ce8e"} 1 node_network_carrier{device="lxccebc5c99c32d"} 1 node_network_carrier{device="lxcd2966028a917"} 1 node_network_carrier{device="lxcd79777e9f00d"} 1 node_network_carrier{device="lxcdac6674f65af"} 1 node_network_carrier{device="lxcdca48fe73896"} 1 node_network_carrier{device="lxcde9b7460f631"} 1 node_network_carrier{device="lxce0dd1c47eca3"} 1 node_network_carrier{device="lxce1b40b246b9d"} 1 node_network_carrier{device="lxce1c72320619b"} 1 node_network_carrier{device="lxce63ba899ac82"} 1 node_network_carrier{device="lxcead91468c631"} 1 node_network_carrier{device="lxced7739722dca"} 1 node_network_carrier{device="lxcf0c4d79191ce"} 1 node_network_carrier{device="lxcf402eb507357"} 1 node_network_carrier{device="lxcf62ffd3e4961"} 1 node_network_carrier{device="lxcfd68899c8388"} 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="cilium_host"} 2 node_network_carrier_changes_total{device="cilium_net"} 2 node_network_carrier_changes_total{device="cilium_vxlan"} 0 node_network_carrier_changes_total{device="cilium_wg0"} 0 node_network_carrier_changes_total{device="eth0"} 4 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="lxc04fe40b5a716"} 2 node_network_carrier_changes_total{device="lxc05ba6904da5e"} 2 node_network_carrier_changes_total{device="lxc07b181869408"} 2 node_network_carrier_changes_total{device="lxc0c6c188c142c"} 2 node_network_carrier_changes_total{device="lxc0cf868a49e89"} 2 node_network_carrier_changes_total{device="lxc0d3e4226f908"} 2 node_network_carrier_changes_total{device="lxc0e391eb6cd8b"} 2 node_network_carrier_changes_total{device="lxc0eb98b63455c"} 2 node_network_carrier_changes_total{device="lxc15cc6adf57d6"} 2 node_network_carrier_changes_total{device="lxc175302a8fe32"} 2 node_network_carrier_changes_total{device="lxc17feae817bba"} 2 node_network_carrier_changes_total{device="lxc1cf26d61b7de"} 2 node_network_carrier_changes_total{device="lxc1f2f628f5cb2"} 2 node_network_carrier_changes_total{device="lxc20292119e9fc"} 2 node_network_carrier_changes_total{device="lxc2691820742d3"} 2 node_network_carrier_changes_total{device="lxc2a1e8fa8e7bd"} 2 node_network_carrier_changes_total{device="lxc2ae85de7d87a"} 2 node_network_carrier_changes_total{device="lxc33bc5bb73116"} 2 node_network_carrier_changes_total{device="lxc36cbe6de217d"} 2 node_network_carrier_changes_total{device="lxc3d79381a2f8e"} 2 node_network_carrier_changes_total{device="lxc3da0cef9a086"} 2 node_network_carrier_changes_total{device="lxc3dcd5abd3411"} 2 node_network_carrier_changes_total{device="lxc4057e9c2a53d"} 2 node_network_carrier_changes_total{device="lxc428ee943f832"} 2 node_network_carrier_changes_total{device="lxc44ff4687797b"} 2 node_network_carrier_changes_total{device="lxc452678320c59"} 2 node_network_carrier_changes_total{device="lxc459e2917e896"} 2 node_network_carrier_changes_total{device="lxc4f6fbf4bdaa0"} 2 node_network_carrier_changes_total{device="lxc5177b044ff8c"} 2 node_network_carrier_changes_total{device="lxc518c7f1814ee"} 2 node_network_carrier_changes_total{device="lxc53b6c04ceef0"} 2 node_network_carrier_changes_total{device="lxc54948d937699"} 2 node_network_carrier_changes_total{device="lxc57829c0a033a"} 2 node_network_carrier_changes_total{device="lxc5c466dbcf228"} 2 node_network_carrier_changes_total{device="lxc5cc7cfe0fb45"} 2 node_network_carrier_changes_total{device="lxc6579a3054dd8"} 2 node_network_carrier_changes_total{device="lxc7060e6758f5f"} 2 node_network_carrier_changes_total{device="lxc7228e1cd11ec"} 2 node_network_carrier_changes_total{device="lxc72458c059a4a"} 2 node_network_carrier_changes_total{device="lxc7a98125a5f20"} 2 node_network_carrier_changes_total{device="lxc82408b3dff4e"} 2 node_network_carrier_changes_total{device="lxc8795b25f1c71"} 2 node_network_carrier_changes_total{device="lxc8e1e232eb1c1"} 2 node_network_carrier_changes_total{device="lxc8e816ed17301"} 2 node_network_carrier_changes_total{device="lxc90376d1a130e"} 2 node_network_carrier_changes_total{device="lxc945688fdf71d"} 2 node_network_carrier_changes_total{device="lxc96f57e28c3af"} 2 node_network_carrier_changes_total{device="lxc_health"} 2 node_network_carrier_changes_total{device="lxca586931c97ad"} 2 node_network_carrier_changes_total{device="lxca98669efebc0"} 2 node_network_carrier_changes_total{device="lxcaae631a36278"} 2 node_network_carrier_changes_total{device="lxcab3b8e3f9dc6"} 2 node_network_carrier_changes_total{device="lxcaba105a34bcb"} 2 node_network_carrier_changes_total{device="lxcadd4a5353259"} 2 node_network_carrier_changes_total{device="lxcae4b0315111a"} 2 node_network_carrier_changes_total{device="lxcb7c576262959"} 2 node_network_carrier_changes_total{device="lxcbe66bb9546eb"} 2 node_network_carrier_changes_total{device="lxcc1e1f1602243"} 2 node_network_carrier_changes_total{device="lxcc2030009643c"} 2 node_network_carrier_changes_total{device="lxcc46561fc6aa0"} 2 node_network_carrier_changes_total{device="lxcc715bd743ddf"} 2 node_network_carrier_changes_total{device="lxcc9d5f3c4f15f"} 2 node_network_carrier_changes_total{device="lxcc9f494e2ce8e"} 2 node_network_carrier_changes_total{device="lxccebc5c99c32d"} 2 node_network_carrier_changes_total{device="lxcd2966028a917"} 2 node_network_carrier_changes_total{device="lxcd79777e9f00d"} 2 node_network_carrier_changes_total{device="lxcdac6674f65af"} 2 node_network_carrier_changes_total{device="lxcdca48fe73896"} 2 node_network_carrier_changes_total{device="lxcde9b7460f631"} 2 node_network_carrier_changes_total{device="lxce0dd1c47eca3"} 2 node_network_carrier_changes_total{device="lxce1b40b246b9d"} 2 node_network_carrier_changes_total{device="lxce1c72320619b"} 2 node_network_carrier_changes_total{device="lxce63ba899ac82"} 2 node_network_carrier_changes_total{device="lxcead91468c631"} 2 node_network_carrier_changes_total{device="lxced7739722dca"} 2 node_network_carrier_changes_total{device="lxcf0c4d79191ce"} 2 node_network_carrier_changes_total{device="lxcf402eb507357"} 2 node_network_carrier_changes_total{device="lxcf62ffd3e4961"} 2 node_network_carrier_changes_total{device="lxcfd68899c8388"} 2 node_network_carrier_changes_total{device="nodelocaldns"} 0 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="cilium_host"} 1 node_network_carrier_down_changes_total{device="cilium_net"} 1 node_network_carrier_down_changes_total{device="cilium_vxlan"} 0 node_network_carrier_down_changes_total{device="cilium_wg0"} 0 node_network_carrier_down_changes_total{device="eth0"} 2 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="lxc04fe40b5a716"} 1 node_network_carrier_down_changes_total{device="lxc05ba6904da5e"} 1 node_network_carrier_down_changes_total{device="lxc07b181869408"} 1 node_network_carrier_down_changes_total{device="lxc0c6c188c142c"} 1 node_network_carrier_down_changes_total{device="lxc0cf868a49e89"} 1 node_network_carrier_down_changes_total{device="lxc0d3e4226f908"} 1 node_network_carrier_down_changes_total{device="lxc0e391eb6cd8b"} 1 node_network_carrier_down_changes_total{device="lxc0eb98b63455c"} 1 node_network_carrier_down_changes_total{device="lxc15cc6adf57d6"} 1 node_network_carrier_down_changes_total{device="lxc175302a8fe32"} 1 node_network_carrier_down_changes_total{device="lxc17feae817bba"} 1 node_network_carrier_down_changes_total{device="lxc1cf26d61b7de"} 1 node_network_carrier_down_changes_total{device="lxc1f2f628f5cb2"} 1 node_network_carrier_down_changes_total{device="lxc20292119e9fc"} 1 node_network_carrier_down_changes_total{device="lxc2691820742d3"} 1 node_network_carrier_down_changes_total{device="lxc2a1e8fa8e7bd"} 1 node_network_carrier_down_changes_total{device="lxc2ae85de7d87a"} 1 node_network_carrier_down_changes_total{device="lxc33bc5bb73116"} 1 node_network_carrier_down_changes_total{device="lxc36cbe6de217d"} 1 node_network_carrier_down_changes_total{device="lxc3d79381a2f8e"} 1 node_network_carrier_down_changes_total{device="lxc3da0cef9a086"} 1 node_network_carrier_down_changes_total{device="lxc3dcd5abd3411"} 1 node_network_carrier_down_changes_total{device="lxc4057e9c2a53d"} 1 node_network_carrier_down_changes_total{device="lxc428ee943f832"} 1 node_network_carrier_down_changes_total{device="lxc44ff4687797b"} 1 node_network_carrier_down_changes_total{device="lxc452678320c59"} 1 node_network_carrier_down_changes_total{device="lxc459e2917e896"} 1 node_network_carrier_down_changes_total{device="lxc4f6fbf4bdaa0"} 1 node_network_carrier_down_changes_total{device="lxc5177b044ff8c"} 1 node_network_carrier_down_changes_total{device="lxc518c7f1814ee"} 1 node_network_carrier_down_changes_total{device="lxc53b6c04ceef0"} 1 node_network_carrier_down_changes_total{device="lxc54948d937699"} 1 node_network_carrier_down_changes_total{device="lxc57829c0a033a"} 1 node_network_carrier_down_changes_total{device="lxc5c466dbcf228"} 1 node_network_carrier_down_changes_total{device="lxc5cc7cfe0fb45"} 1 node_network_carrier_down_changes_total{device="lxc6579a3054dd8"} 1 node_network_carrier_down_changes_total{device="lxc7060e6758f5f"} 1 node_network_carrier_down_changes_total{device="lxc7228e1cd11ec"} 1 node_network_carrier_down_changes_total{device="lxc72458c059a4a"} 1 node_network_carrier_down_changes_total{device="lxc7a98125a5f20"} 1 node_network_carrier_down_changes_total{device="lxc82408b3dff4e"} 1 node_network_carrier_down_changes_total{device="lxc8795b25f1c71"} 1 node_network_carrier_down_changes_total{device="lxc8e1e232eb1c1"} 1 node_network_carrier_down_changes_total{device="lxc8e816ed17301"} 1 node_network_carrier_down_changes_total{device="lxc90376d1a130e"} 1 node_network_carrier_down_changes_total{device="lxc945688fdf71d"} 1 node_network_carrier_down_changes_total{device="lxc96f57e28c3af"} 1 node_network_carrier_down_changes_total{device="lxc_health"} 1 node_network_carrier_down_changes_total{device="lxca586931c97ad"} 1 node_network_carrier_down_changes_total{device="lxca98669efebc0"} 1 node_network_carrier_down_changes_total{device="lxcaae631a36278"} 1 node_network_carrier_down_changes_total{device="lxcab3b8e3f9dc6"} 1 node_network_carrier_down_changes_total{device="lxcaba105a34bcb"} 1 node_network_carrier_down_changes_total{device="lxcadd4a5353259"} 1 node_network_carrier_down_changes_total{device="lxcae4b0315111a"} 1 node_network_carrier_down_changes_total{device="lxcb7c576262959"} 1 node_network_carrier_down_changes_total{device="lxcbe66bb9546eb"} 1 node_network_carrier_down_changes_total{device="lxcc1e1f1602243"} 1 node_network_carrier_down_changes_total{device="lxcc2030009643c"} 1 node_network_carrier_down_changes_total{device="lxcc46561fc6aa0"} 1 node_network_carrier_down_changes_total{device="lxcc715bd743ddf"} 1 node_network_carrier_down_changes_total{device="lxcc9d5f3c4f15f"} 1 node_network_carrier_down_changes_total{device="lxcc9f494e2ce8e"} 1 node_network_carrier_down_changes_total{device="lxccebc5c99c32d"} 1 node_network_carrier_down_changes_total{device="lxcd2966028a917"} 1 node_network_carrier_down_changes_total{device="lxcd79777e9f00d"} 1 node_network_carrier_down_changes_total{device="lxcdac6674f65af"} 1 node_network_carrier_down_changes_total{device="lxcdca48fe73896"} 1 node_network_carrier_down_changes_total{device="lxcde9b7460f631"} 1 node_network_carrier_down_changes_total{device="lxce0dd1c47eca3"} 1 node_network_carrier_down_changes_total{device="lxce1b40b246b9d"} 1 node_network_carrier_down_changes_total{device="lxce1c72320619b"} 1 node_network_carrier_down_changes_total{device="lxce63ba899ac82"} 1 node_network_carrier_down_changes_total{device="lxcead91468c631"} 1 node_network_carrier_down_changes_total{device="lxced7739722dca"} 1 node_network_carrier_down_changes_total{device="lxcf0c4d79191ce"} 1 node_network_carrier_down_changes_total{device="lxcf402eb507357"} 1 node_network_carrier_down_changes_total{device="lxcf62ffd3e4961"} 1 node_network_carrier_down_changes_total{device="lxcfd68899c8388"} 1 node_network_carrier_down_changes_total{device="nodelocaldns"} 0 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="cilium_host"} 1 node_network_carrier_up_changes_total{device="cilium_net"} 1 node_network_carrier_up_changes_total{device="cilium_vxlan"} 0 node_network_carrier_up_changes_total{device="cilium_wg0"} 0 node_network_carrier_up_changes_total{device="eth0"} 2 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="lxc04fe40b5a716"} 1 node_network_carrier_up_changes_total{device="lxc05ba6904da5e"} 1 node_network_carrier_up_changes_total{device="lxc07b181869408"} 1 node_network_carrier_up_changes_total{device="lxc0c6c188c142c"} 1 node_network_carrier_up_changes_total{device="lxc0cf868a49e89"} 1 node_network_carrier_up_changes_total{device="lxc0d3e4226f908"} 1 node_network_carrier_up_changes_total{device="lxc0e391eb6cd8b"} 1 node_network_carrier_up_changes_total{device="lxc0eb98b63455c"} 1 node_network_carrier_up_changes_total{device="lxc15cc6adf57d6"} 1 node_network_carrier_up_changes_total{device="lxc175302a8fe32"} 1 node_network_carrier_up_changes_total{device="lxc17feae817bba"} 1 node_network_carrier_up_changes_total{device="lxc1cf26d61b7de"} 1 node_network_carrier_up_changes_total{device="lxc1f2f628f5cb2"} 1 node_network_carrier_up_changes_total{device="lxc20292119e9fc"} 1 node_network_carrier_up_changes_total{device="lxc2691820742d3"} 1 node_network_carrier_up_changes_total{device="lxc2a1e8fa8e7bd"} 1 node_network_carrier_up_changes_total{device="lxc2ae85de7d87a"} 1 node_network_carrier_up_changes_total{device="lxc33bc5bb73116"} 1 node_network_carrier_up_changes_total{device="lxc36cbe6de217d"} 1 node_network_carrier_up_changes_total{device="lxc3d79381a2f8e"} 1 node_network_carrier_up_changes_total{device="lxc3da0cef9a086"} 1 node_network_carrier_up_changes_total{device="lxc3dcd5abd3411"} 1 node_network_carrier_up_changes_total{device="lxc4057e9c2a53d"} 1 node_network_carrier_up_changes_total{device="lxc428ee943f832"} 1 node_network_carrier_up_changes_total{device="lxc44ff4687797b"} 1 node_network_carrier_up_changes_total{device="lxc452678320c59"} 1 node_network_carrier_up_changes_total{device="lxc459e2917e896"} 1 node_network_carrier_up_changes_total{device="lxc4f6fbf4bdaa0"} 1 node_network_carrier_up_changes_total{device="lxc5177b044ff8c"} 1 node_network_carrier_up_changes_total{device="lxc518c7f1814ee"} 1 node_network_carrier_up_changes_total{device="lxc53b6c04ceef0"} 1 node_network_carrier_up_changes_total{device="lxc54948d937699"} 1 node_network_carrier_up_changes_total{device="lxc57829c0a033a"} 1 node_network_carrier_up_changes_total{device="lxc5c466dbcf228"} 1 node_network_carrier_up_changes_total{device="lxc5cc7cfe0fb45"} 1 node_network_carrier_up_changes_total{device="lxc6579a3054dd8"} 1 node_network_carrier_up_changes_total{device="lxc7060e6758f5f"} 1 node_network_carrier_up_changes_total{device="lxc7228e1cd11ec"} 1 node_network_carrier_up_changes_total{device="lxc72458c059a4a"} 1 node_network_carrier_up_changes_total{device="lxc7a98125a5f20"} 1 node_network_carrier_up_changes_total{device="lxc82408b3dff4e"} 1 node_network_carrier_up_changes_total{device="lxc8795b25f1c71"} 1 node_network_carrier_up_changes_total{device="lxc8e1e232eb1c1"} 1 node_network_carrier_up_changes_total{device="lxc8e816ed17301"} 1 node_network_carrier_up_changes_total{device="lxc90376d1a130e"} 1 node_network_carrier_up_changes_total{device="lxc945688fdf71d"} 1 node_network_carrier_up_changes_total{device="lxc96f57e28c3af"} 1 node_network_carrier_up_changes_total{device="lxc_health"} 1 node_network_carrier_up_changes_total{device="lxca586931c97ad"} 1 node_network_carrier_up_changes_total{device="lxca98669efebc0"} 1 node_network_carrier_up_changes_total{device="lxcaae631a36278"} 1 node_network_carrier_up_changes_total{device="lxcab3b8e3f9dc6"} 1 node_network_carrier_up_changes_total{device="lxcaba105a34bcb"} 1 node_network_carrier_up_changes_total{device="lxcadd4a5353259"} 1 node_network_carrier_up_changes_total{device="lxcae4b0315111a"} 1 node_network_carrier_up_changes_total{device="lxcb7c576262959"} 1 node_network_carrier_up_changes_total{device="lxcbe66bb9546eb"} 1 node_network_carrier_up_changes_total{device="lxcc1e1f1602243"} 1 node_network_carrier_up_changes_total{device="lxcc2030009643c"} 1 node_network_carrier_up_changes_total{device="lxcc46561fc6aa0"} 1 node_network_carrier_up_changes_total{device="lxcc715bd743ddf"} 1 node_network_carrier_up_changes_total{device="lxcc9d5f3c4f15f"} 1 node_network_carrier_up_changes_total{device="lxcc9f494e2ce8e"} 1 node_network_carrier_up_changes_total{device="lxccebc5c99c32d"} 1 node_network_carrier_up_changes_total{device="lxcd2966028a917"} 1 node_network_carrier_up_changes_total{device="lxcd79777e9f00d"} 1 node_network_carrier_up_changes_total{device="lxcdac6674f65af"} 1 node_network_carrier_up_changes_total{device="lxcdca48fe73896"} 1 node_network_carrier_up_changes_total{device="lxcde9b7460f631"} 1 node_network_carrier_up_changes_total{device="lxce0dd1c47eca3"} 1 node_network_carrier_up_changes_total{device="lxce1b40b246b9d"} 1 node_network_carrier_up_changes_total{device="lxce1c72320619b"} 1 node_network_carrier_up_changes_total{device="lxce63ba899ac82"} 1 node_network_carrier_up_changes_total{device="lxcead91468c631"} 1 node_network_carrier_up_changes_total{device="lxced7739722dca"} 1 node_network_carrier_up_changes_total{device="lxcf0c4d79191ce"} 1 node_network_carrier_up_changes_total{device="lxcf402eb507357"} 1 node_network_carrier_up_changes_total{device="lxcf62ffd3e4961"} 1 node_network_carrier_up_changes_total{device="lxcfd68899c8388"} 1 node_network_carrier_up_changes_total{device="nodelocaldns"} 0 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="cilium_host"} 0 node_network_device_id{device="cilium_net"} 0 node_network_device_id{device="cilium_vxlan"} 0 node_network_device_id{device="cilium_wg0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="lxc04fe40b5a716"} 0 node_network_device_id{device="lxc05ba6904da5e"} 0 node_network_device_id{device="lxc07b181869408"} 0 node_network_device_id{device="lxc0c6c188c142c"} 0 node_network_device_id{device="lxc0cf868a49e89"} 0 node_network_device_id{device="lxc0d3e4226f908"} 0 node_network_device_id{device="lxc0e391eb6cd8b"} 0 node_network_device_id{device="lxc0eb98b63455c"} 0 node_network_device_id{device="lxc15cc6adf57d6"} 0 node_network_device_id{device="lxc175302a8fe32"} 0 node_network_device_id{device="lxc17feae817bba"} 0 node_network_device_id{device="lxc1cf26d61b7de"} 0 node_network_device_id{device="lxc1f2f628f5cb2"} 0 node_network_device_id{device="lxc20292119e9fc"} 0 node_network_device_id{device="lxc2691820742d3"} 0 node_network_device_id{device="lxc2a1e8fa8e7bd"} 0 node_network_device_id{device="lxc2ae85de7d87a"} 0 node_network_device_id{device="lxc33bc5bb73116"} 0 node_network_device_id{device="lxc36cbe6de217d"} 0 node_network_device_id{device="lxc3d79381a2f8e"} 0 node_network_device_id{device="lxc3da0cef9a086"} 0 node_network_device_id{device="lxc3dcd5abd3411"} 0 node_network_device_id{device="lxc4057e9c2a53d"} 0 node_network_device_id{device="lxc428ee943f832"} 0 node_network_device_id{device="lxc44ff4687797b"} 0 node_network_device_id{device="lxc452678320c59"} 0 node_network_device_id{device="lxc459e2917e896"} 0 node_network_device_id{device="lxc4f6fbf4bdaa0"} 0 node_network_device_id{device="lxc5177b044ff8c"} 0 node_network_device_id{device="lxc518c7f1814ee"} 0 node_network_device_id{device="lxc53b6c04ceef0"} 0 node_network_device_id{device="lxc54948d937699"} 0 node_network_device_id{device="lxc57829c0a033a"} 0 node_network_device_id{device="lxc5c466dbcf228"} 0 node_network_device_id{device="lxc5cc7cfe0fb45"} 0 node_network_device_id{device="lxc6579a3054dd8"} 0 node_network_device_id{device="lxc7060e6758f5f"} 0 node_network_device_id{device="lxc7228e1cd11ec"} 0 node_network_device_id{device="lxc72458c059a4a"} 0 node_network_device_id{device="lxc7a98125a5f20"} 0 node_network_device_id{device="lxc82408b3dff4e"} 0 node_network_device_id{device="lxc8795b25f1c71"} 0 node_network_device_id{device="lxc8e1e232eb1c1"} 0 node_network_device_id{device="lxc8e816ed17301"} 0 node_network_device_id{device="lxc90376d1a130e"} 0 node_network_device_id{device="lxc945688fdf71d"} 0 node_network_device_id{device="lxc96f57e28c3af"} 0 node_network_device_id{device="lxc_health"} 0 node_network_device_id{device="lxca586931c97ad"} 0 node_network_device_id{device="lxca98669efebc0"} 0 node_network_device_id{device="lxcaae631a36278"} 0 node_network_device_id{device="lxcab3b8e3f9dc6"} 0 node_network_device_id{device="lxcaba105a34bcb"} 0 node_network_device_id{device="lxcadd4a5353259"} 0 node_network_device_id{device="lxcae4b0315111a"} 0 node_network_device_id{device="lxcb7c576262959"} 0 node_network_device_id{device="lxcbe66bb9546eb"} 0 node_network_device_id{device="lxcc1e1f1602243"} 0 node_network_device_id{device="lxcc2030009643c"} 0 node_network_device_id{device="lxcc46561fc6aa0"} 0 node_network_device_id{device="lxcc715bd743ddf"} 0 node_network_device_id{device="lxcc9d5f3c4f15f"} 0 node_network_device_id{device="lxcc9f494e2ce8e"} 0 node_network_device_id{device="lxccebc5c99c32d"} 0 node_network_device_id{device="lxcd2966028a917"} 0 node_network_device_id{device="lxcd79777e9f00d"} 0 node_network_device_id{device="lxcdac6674f65af"} 0 node_network_device_id{device="lxcdca48fe73896"} 0 node_network_device_id{device="lxcde9b7460f631"} 0 node_network_device_id{device="lxce0dd1c47eca3"} 0 node_network_device_id{device="lxce1b40b246b9d"} 0 node_network_device_id{device="lxce1c72320619b"} 0 node_network_device_id{device="lxce63ba899ac82"} 0 node_network_device_id{device="lxcead91468c631"} 0 node_network_device_id{device="lxced7739722dca"} 0 node_network_device_id{device="lxcf0c4d79191ce"} 0 node_network_device_id{device="lxcf402eb507357"} 0 node_network_device_id{device="lxcf62ffd3e4961"} 0 node_network_device_id{device="lxcfd68899c8388"} 0 node_network_device_id{device="nodelocaldns"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="cilium_host"} 0 node_network_dormant{device="cilium_net"} 0 node_network_dormant{device="cilium_vxlan"} 0 node_network_dormant{device="cilium_wg0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="lxc04fe40b5a716"} 0 node_network_dormant{device="lxc05ba6904da5e"} 0 node_network_dormant{device="lxc07b181869408"} 0 node_network_dormant{device="lxc0c6c188c142c"} 0 node_network_dormant{device="lxc0cf868a49e89"} 0 node_network_dormant{device="lxc0d3e4226f908"} 0 node_network_dormant{device="lxc0e391eb6cd8b"} 0 node_network_dormant{device="lxc0eb98b63455c"} 0 node_network_dormant{device="lxc15cc6adf57d6"} 0 node_network_dormant{device="lxc175302a8fe32"} 0 node_network_dormant{device="lxc17feae817bba"} 0 node_network_dormant{device="lxc1cf26d61b7de"} 0 node_network_dormant{device="lxc1f2f628f5cb2"} 0 node_network_dormant{device="lxc20292119e9fc"} 0 node_network_dormant{device="lxc2691820742d3"} 0 node_network_dormant{device="lxc2a1e8fa8e7bd"} 0 node_network_dormant{device="lxc2ae85de7d87a"} 0 node_network_dormant{device="lxc33bc5bb73116"} 0 node_network_dormant{device="lxc36cbe6de217d"} 0 node_network_dormant{device="lxc3d79381a2f8e"} 0 node_network_dormant{device="lxc3da0cef9a086"} 0 node_network_dormant{device="lxc3dcd5abd3411"} 0 node_network_dormant{device="lxc4057e9c2a53d"} 0 node_network_dormant{device="lxc428ee943f832"} 0 node_network_dormant{device="lxc44ff4687797b"} 0 node_network_dormant{device="lxc452678320c59"} 0 node_network_dormant{device="lxc459e2917e896"} 0 node_network_dormant{device="lxc4f6fbf4bdaa0"} 0 node_network_dormant{device="lxc5177b044ff8c"} 0 node_network_dormant{device="lxc518c7f1814ee"} 0 node_network_dormant{device="lxc53b6c04ceef0"} 0 node_network_dormant{device="lxc54948d937699"} 0 node_network_dormant{device="lxc57829c0a033a"} 0 node_network_dormant{device="lxc5c466dbcf228"} 0 node_network_dormant{device="lxc5cc7cfe0fb45"} 0 node_network_dormant{device="lxc6579a3054dd8"} 0 node_network_dormant{device="lxc7060e6758f5f"} 0 node_network_dormant{device="lxc7228e1cd11ec"} 0 node_network_dormant{device="lxc72458c059a4a"} 0 node_network_dormant{device="lxc7a98125a5f20"} 0 node_network_dormant{device="lxc82408b3dff4e"} 0 node_network_dormant{device="lxc8795b25f1c71"} 0 node_network_dormant{device="lxc8e1e232eb1c1"} 0 node_network_dormant{device="lxc8e816ed17301"} 0 node_network_dormant{device="lxc90376d1a130e"} 0 node_network_dormant{device="lxc945688fdf71d"} 0 node_network_dormant{device="lxc96f57e28c3af"} 0 node_network_dormant{device="lxc_health"} 0 node_network_dormant{device="lxca586931c97ad"} 0 node_network_dormant{device="lxca98669efebc0"} 0 node_network_dormant{device="lxcaae631a36278"} 0 node_network_dormant{device="lxcab3b8e3f9dc6"} 0 node_network_dormant{device="lxcaba105a34bcb"} 0 node_network_dormant{device="lxcadd4a5353259"} 0 node_network_dormant{device="lxcae4b0315111a"} 0 node_network_dormant{device="lxcb7c576262959"} 0 node_network_dormant{device="lxcbe66bb9546eb"} 0 node_network_dormant{device="lxcc1e1f1602243"} 0 node_network_dormant{device="lxcc2030009643c"} 0 node_network_dormant{device="lxcc46561fc6aa0"} 0 node_network_dormant{device="lxcc715bd743ddf"} 0 node_network_dormant{device="lxcc9d5f3c4f15f"} 0 node_network_dormant{device="lxcc9f494e2ce8e"} 0 node_network_dormant{device="lxccebc5c99c32d"} 0 node_network_dormant{device="lxcd2966028a917"} 0 node_network_dormant{device="lxcd79777e9f00d"} 0 node_network_dormant{device="lxcdac6674f65af"} 0 node_network_dormant{device="lxcdca48fe73896"} 0 node_network_dormant{device="lxcde9b7460f631"} 0 node_network_dormant{device="lxce0dd1c47eca3"} 0 node_network_dormant{device="lxce1b40b246b9d"} 0 node_network_dormant{device="lxce1c72320619b"} 0 node_network_dormant{device="lxce63ba899ac82"} 0 node_network_dormant{device="lxcead91468c631"} 0 node_network_dormant{device="lxced7739722dca"} 0 node_network_dormant{device="lxcf0c4d79191ce"} 0 node_network_dormant{device="lxcf402eb507357"} 0 node_network_dormant{device="lxcf62ffd3e4961"} 0 node_network_dormant{device="lxcfd68899c8388"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="cilium_host"} 4227 node_network_flags{device="cilium_net"} 4227 node_network_flags{device="cilium_vxlan"} 4099 node_network_flags{device="cilium_wg0"} 145 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="lxc04fe40b5a716"} 4099 node_network_flags{device="lxc05ba6904da5e"} 4099 node_network_flags{device="lxc07b181869408"} 4099 node_network_flags{device="lxc0c6c188c142c"} 4099 node_network_flags{device="lxc0cf868a49e89"} 4099 node_network_flags{device="lxc0d3e4226f908"} 4099 node_network_flags{device="lxc0e391eb6cd8b"} 4099 node_network_flags{device="lxc0eb98b63455c"} 4099 node_network_flags{device="lxc15cc6adf57d6"} 4099 node_network_flags{device="lxc175302a8fe32"} 4099 node_network_flags{device="lxc17feae817bba"} 4099 node_network_flags{device="lxc1cf26d61b7de"} 4099 node_network_flags{device="lxc1f2f628f5cb2"} 4099 node_network_flags{device="lxc20292119e9fc"} 4099 node_network_flags{device="lxc2691820742d3"} 4099 node_network_flags{device="lxc2a1e8fa8e7bd"} 4099 node_network_flags{device="lxc2ae85de7d87a"} 4099 node_network_flags{device="lxc33bc5bb73116"} 4099 node_network_flags{device="lxc36cbe6de217d"} 4099 node_network_flags{device="lxc3d79381a2f8e"} 4099 node_network_flags{device="lxc3da0cef9a086"} 4099 node_network_flags{device="lxc3dcd5abd3411"} 4099 node_network_flags{device="lxc4057e9c2a53d"} 4099 node_network_flags{device="lxc428ee943f832"} 4099 node_network_flags{device="lxc44ff4687797b"} 4099 node_network_flags{device="lxc452678320c59"} 4099 node_network_flags{device="lxc459e2917e896"} 4099 node_network_flags{device="lxc4f6fbf4bdaa0"} 4099 node_network_flags{device="lxc5177b044ff8c"} 4099 node_network_flags{device="lxc518c7f1814ee"} 4099 node_network_flags{device="lxc53b6c04ceef0"} 4099 node_network_flags{device="lxc54948d937699"} 4099 node_network_flags{device="lxc57829c0a033a"} 4099 node_network_flags{device="lxc5c466dbcf228"} 4099 node_network_flags{device="lxc5cc7cfe0fb45"} 4099 node_network_flags{device="lxc6579a3054dd8"} 4099 node_network_flags{device="lxc7060e6758f5f"} 4099 node_network_flags{device="lxc7228e1cd11ec"} 4099 node_network_flags{device="lxc72458c059a4a"} 4099 node_network_flags{device="lxc7a98125a5f20"} 4099 node_network_flags{device="lxc82408b3dff4e"} 4099 node_network_flags{device="lxc8795b25f1c71"} 4099 node_network_flags{device="lxc8e1e232eb1c1"} 4099 node_network_flags{device="lxc8e816ed17301"} 4099 node_network_flags{device="lxc90376d1a130e"} 4099 node_network_flags{device="lxc945688fdf71d"} 4099 node_network_flags{device="lxc96f57e28c3af"} 4099 node_network_flags{device="lxc_health"} 4099 node_network_flags{device="lxca586931c97ad"} 4099 node_network_flags{device="lxca98669efebc0"} 4099 node_network_flags{device="lxcaae631a36278"} 4099 node_network_flags{device="lxcab3b8e3f9dc6"} 4099 node_network_flags{device="lxcaba105a34bcb"} 4099 node_network_flags{device="lxcadd4a5353259"} 4099 node_network_flags{device="lxcae4b0315111a"} 4099 node_network_flags{device="lxcb7c576262959"} 4099 node_network_flags{device="lxcbe66bb9546eb"} 4099 node_network_flags{device="lxcc1e1f1602243"} 4099 node_network_flags{device="lxcc2030009643c"} 4099 node_network_flags{device="lxcc46561fc6aa0"} 4099 node_network_flags{device="lxcc715bd743ddf"} 4099 node_network_flags{device="lxcc9d5f3c4f15f"} 4099 node_network_flags{device="lxcc9f494e2ce8e"} 4099 node_network_flags{device="lxccebc5c99c32d"} 4099 node_network_flags{device="lxcd2966028a917"} 4099 node_network_flags{device="lxcd79777e9f00d"} 4099 node_network_flags{device="lxcdac6674f65af"} 4099 node_network_flags{device="lxcdca48fe73896"} 4099 node_network_flags{device="lxcde9b7460f631"} 4099 node_network_flags{device="lxce0dd1c47eca3"} 4099 node_network_flags{device="lxce1b40b246b9d"} 4099 node_network_flags{device="lxce1c72320619b"} 4099 node_network_flags{device="lxce63ba899ac82"} 4099 node_network_flags{device="lxcead91468c631"} 4099 node_network_flags{device="lxced7739722dca"} 4099 node_network_flags{device="lxcf0c4d79191ce"} 4099 node_network_flags{device="lxcf402eb507357"} 4099 node_network_flags{device="lxcf62ffd3e4961"} 4099 node_network_flags{device="lxcfd68899c8388"} 4099 node_network_flags{device="nodelocaldns"} 130 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="cilium_host"} 6 node_network_iface_id{device="cilium_net"} 5 node_network_iface_id{device="cilium_vxlan"} 7 node_network_iface_id{device="cilium_wg0"} 4 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="lxc04fe40b5a716"} 1144 node_network_iface_id{device="lxc05ba6904da5e"} 1022 node_network_iface_id{device="lxc07b181869408"} 1050 node_network_iface_id{device="lxc0c6c188c142c"} 1084 node_network_iface_id{device="lxc0cf868a49e89"} 1130 node_network_iface_id{device="lxc0d3e4226f908"} 1118 node_network_iface_id{device="lxc0e391eb6cd8b"} 1086 node_network_iface_id{device="lxc0eb98b63455c"} 990 node_network_iface_id{device="lxc15cc6adf57d6"} 1048 node_network_iface_id{device="lxc175302a8fe32"} 1000 node_network_iface_id{device="lxc17feae817bba"} 1018 node_network_iface_id{device="lxc1cf26d61b7de"} 1122 node_network_iface_id{device="lxc1f2f628f5cb2"} 1152 node_network_iface_id{device="lxc20292119e9fc"} 1154 node_network_iface_id{device="lxc2691820742d3"} 1094 node_network_iface_id{device="lxc2a1e8fa8e7bd"} 515 node_network_iface_id{device="lxc2ae85de7d87a"} 1008 node_network_iface_id{device="lxc33bc5bb73116"} 1112 node_network_iface_id{device="lxc36cbe6de217d"} 1090 node_network_iface_id{device="lxc3d79381a2f8e"} 1124 node_network_iface_id{device="lxc3da0cef9a086"} 1150 node_network_iface_id{device="lxc3dcd5abd3411"} 57 node_network_iface_id{device="lxc4057e9c2a53d"} 1194 node_network_iface_id{device="lxc428ee943f832"} 1156 node_network_iface_id{device="lxc44ff4687797b"} 1138 node_network_iface_id{device="lxc452678320c59"} 1054 node_network_iface_id{device="lxc459e2917e896"} 1062 node_network_iface_id{device="lxc4f6fbf4bdaa0"} 1012 node_network_iface_id{device="lxc5177b044ff8c"} 1040 node_network_iface_id{device="lxc518c7f1814ee"} 1036 node_network_iface_id{device="lxc53b6c04ceef0"} 1002 node_network_iface_id{device="lxc54948d937699"} 1148 node_network_iface_id{device="lxc57829c0a033a"} 1058 node_network_iface_id{device="lxc5c466dbcf228"} 1128 node_network_iface_id{device="lxc5cc7cfe0fb45"} 1146 node_network_iface_id{device="lxc6579a3054dd8"} 994 node_network_iface_id{device="lxc7060e6758f5f"} 998 node_network_iface_id{device="lxc7228e1cd11ec"} 1098 node_network_iface_id{device="lxc72458c059a4a"} 1108 node_network_iface_id{device="lxc7a98125a5f20"} 1026 node_network_iface_id{device="lxc82408b3dff4e"} 1070 node_network_iface_id{device="lxc8795b25f1c71"} 1080 node_network_iface_id{device="lxc8e1e232eb1c1"} 1038 node_network_iface_id{device="lxc8e816ed17301"} 1096 node_network_iface_id{device="lxc90376d1a130e"} 1010 node_network_iface_id{device="lxc945688fdf71d"} 1140 node_network_iface_id{device="lxc96f57e28c3af"} 1032 node_network_iface_id{device="lxc_health"} 988 node_network_iface_id{device="lxca586931c97ad"} 1076 node_network_iface_id{device="lxca98669efebc0"} 1092 node_network_iface_id{device="lxcaae631a36278"} 1020 node_network_iface_id{device="lxcab3b8e3f9dc6"} 1056 node_network_iface_id{device="lxcaba105a34bcb"} 1068 node_network_iface_id{device="lxcadd4a5353259"} 1014 node_network_iface_id{device="lxcae4b0315111a"} 1104 node_network_iface_id{device="lxcb7c576262959"} 1074 node_network_iface_id{device="lxcbe66bb9546eb"} 1116 node_network_iface_id{device="lxcc1e1f1602243"} 1042 node_network_iface_id{device="lxcc2030009643c"} 1088 node_network_iface_id{device="lxcc46561fc6aa0"} 1134 node_network_iface_id{device="lxcc715bd743ddf"} 1106 node_network_iface_id{device="lxcc9d5f3c4f15f"} 996 node_network_iface_id{device="lxcc9f494e2ce8e"} 992 node_network_iface_id{device="lxccebc5c99c32d"} 1126 node_network_iface_id{device="lxcd2966028a917"} 1142 node_network_iface_id{device="lxcd79777e9f00d"} 1078 node_network_iface_id{device="lxcdac6674f65af"} 1060 node_network_iface_id{device="lxcdca48fe73896"} 1028 node_network_iface_id{device="lxcde9b7460f631"} 43 node_network_iface_id{device="lxce0dd1c47eca3"} 1064 node_network_iface_id{device="lxce1b40b246b9d"} 1066 node_network_iface_id{device="lxce1c72320619b"} 1072 node_network_iface_id{device="lxce63ba899ac82"} 81 node_network_iface_id{device="lxcead91468c631"} 1052 node_network_iface_id{device="lxced7739722dca"} 1132 node_network_iface_id{device="lxcf0c4d79191ce"} 55 node_network_iface_id{device="lxcf402eb507357"} 1120 node_network_iface_id{device="lxcf62ffd3e4961"} 1166 node_network_iface_id{device="lxcfd68899c8388"} 1192 node_network_iface_id{device="nodelocaldns"} 986 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="cilium_host"} 5 node_network_iface_link{device="cilium_net"} 6 node_network_iface_link{device="cilium_vxlan"} 7 node_network_iface_link{device="cilium_wg0"} 4 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="lxc04fe40b5a716"} 1143 node_network_iface_link{device="lxc05ba6904da5e"} 1021 node_network_iface_link{device="lxc07b181869408"} 1049 node_network_iface_link{device="lxc0c6c188c142c"} 1083 node_network_iface_link{device="lxc0cf868a49e89"} 1129 node_network_iface_link{device="lxc0d3e4226f908"} 1117 node_network_iface_link{device="lxc0e391eb6cd8b"} 1085 node_network_iface_link{device="lxc0eb98b63455c"} 989 node_network_iface_link{device="lxc15cc6adf57d6"} 1047 node_network_iface_link{device="lxc175302a8fe32"} 999 node_network_iface_link{device="lxc17feae817bba"} 1017 node_network_iface_link{device="lxc1cf26d61b7de"} 1121 node_network_iface_link{device="lxc1f2f628f5cb2"} 1151 node_network_iface_link{device="lxc20292119e9fc"} 1153 node_network_iface_link{device="lxc2691820742d3"} 1093 node_network_iface_link{device="lxc2a1e8fa8e7bd"} 514 node_network_iface_link{device="lxc2ae85de7d87a"} 1007 node_network_iface_link{device="lxc33bc5bb73116"} 1111 node_network_iface_link{device="lxc36cbe6de217d"} 1089 node_network_iface_link{device="lxc3d79381a2f8e"} 1123 node_network_iface_link{device="lxc3da0cef9a086"} 1149 node_network_iface_link{device="lxc3dcd5abd3411"} 56 node_network_iface_link{device="lxc4057e9c2a53d"} 1193 node_network_iface_link{device="lxc428ee943f832"} 1155 node_network_iface_link{device="lxc44ff4687797b"} 1137 node_network_iface_link{device="lxc452678320c59"} 1053 node_network_iface_link{device="lxc459e2917e896"} 1061 node_network_iface_link{device="lxc4f6fbf4bdaa0"} 1011 node_network_iface_link{device="lxc5177b044ff8c"} 1039 node_network_iface_link{device="lxc518c7f1814ee"} 1035 node_network_iface_link{device="lxc53b6c04ceef0"} 1001 node_network_iface_link{device="lxc54948d937699"} 1147 node_network_iface_link{device="lxc57829c0a033a"} 1057 node_network_iface_link{device="lxc5c466dbcf228"} 1127 node_network_iface_link{device="lxc5cc7cfe0fb45"} 1145 node_network_iface_link{device="lxc6579a3054dd8"} 993 node_network_iface_link{device="lxc7060e6758f5f"} 997 node_network_iface_link{device="lxc7228e1cd11ec"} 1097 node_network_iface_link{device="lxc72458c059a4a"} 1107 node_network_iface_link{device="lxc7a98125a5f20"} 1025 node_network_iface_link{device="lxc82408b3dff4e"} 1069 node_network_iface_link{device="lxc8795b25f1c71"} 1079 node_network_iface_link{device="lxc8e1e232eb1c1"} 1037 node_network_iface_link{device="lxc8e816ed17301"} 1095 node_network_iface_link{device="lxc90376d1a130e"} 1009 node_network_iface_link{device="lxc945688fdf71d"} 1139 node_network_iface_link{device="lxc96f57e28c3af"} 1031 node_network_iface_link{device="lxc_health"} 987 node_network_iface_link{device="lxca586931c97ad"} 1075 node_network_iface_link{device="lxca98669efebc0"} 1091 node_network_iface_link{device="lxcaae631a36278"} 1019 node_network_iface_link{device="lxcab3b8e3f9dc6"} 1055 node_network_iface_link{device="lxcaba105a34bcb"} 1067 node_network_iface_link{device="lxcadd4a5353259"} 1013 node_network_iface_link{device="lxcae4b0315111a"} 1103 node_network_iface_link{device="lxcb7c576262959"} 1073 node_network_iface_link{device="lxcbe66bb9546eb"} 1115 node_network_iface_link{device="lxcc1e1f1602243"} 1041 node_network_iface_link{device="lxcc2030009643c"} 1087 node_network_iface_link{device="lxcc46561fc6aa0"} 1133 node_network_iface_link{device="lxcc715bd743ddf"} 1105 node_network_iface_link{device="lxcc9d5f3c4f15f"} 995 node_network_iface_link{device="lxcc9f494e2ce8e"} 991 node_network_iface_link{device="lxccebc5c99c32d"} 1125 node_network_iface_link{device="lxcd2966028a917"} 1141 node_network_iface_link{device="lxcd79777e9f00d"} 1077 node_network_iface_link{device="lxcdac6674f65af"} 1059 node_network_iface_link{device="lxcdca48fe73896"} 1027 node_network_iface_link{device="lxcde9b7460f631"} 42 node_network_iface_link{device="lxce0dd1c47eca3"} 1063 node_network_iface_link{device="lxce1b40b246b9d"} 1065 node_network_iface_link{device="lxce1c72320619b"} 1071 node_network_iface_link{device="lxce63ba899ac82"} 80 node_network_iface_link{device="lxcead91468c631"} 1051 node_network_iface_link{device="lxced7739722dca"} 1131 node_network_iface_link{device="lxcf0c4d79191ce"} 54 node_network_iface_link{device="lxcf402eb507357"} 1119 node_network_iface_link{device="lxcf62ffd3e4961"} 1165 node_network_iface_link{device="lxcfd68899c8388"} 1191 node_network_iface_link{device="nodelocaldns"} 986 # 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="cilium_host"} 0 node_network_iface_link_mode{device="cilium_net"} 0 node_network_iface_link_mode{device="cilium_vxlan"} 0 node_network_iface_link_mode{device="cilium_wg0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="lxc04fe40b5a716"} 0 node_network_iface_link_mode{device="lxc05ba6904da5e"} 0 node_network_iface_link_mode{device="lxc07b181869408"} 0 node_network_iface_link_mode{device="lxc0c6c188c142c"} 0 node_network_iface_link_mode{device="lxc0cf868a49e89"} 0 node_network_iface_link_mode{device="lxc0d3e4226f908"} 0 node_network_iface_link_mode{device="lxc0e391eb6cd8b"} 0 node_network_iface_link_mode{device="lxc0eb98b63455c"} 0 node_network_iface_link_mode{device="lxc15cc6adf57d6"} 0 node_network_iface_link_mode{device="lxc175302a8fe32"} 0 node_network_iface_link_mode{device="lxc17feae817bba"} 0 node_network_iface_link_mode{device="lxc1cf26d61b7de"} 0 node_network_iface_link_mode{device="lxc1f2f628f5cb2"} 0 node_network_iface_link_mode{device="lxc20292119e9fc"} 0 node_network_iface_link_mode{device="lxc2691820742d3"} 0 node_network_iface_link_mode{device="lxc2a1e8fa8e7bd"} 0 node_network_iface_link_mode{device="lxc2ae85de7d87a"} 0 node_network_iface_link_mode{device="lxc33bc5bb73116"} 0 node_network_iface_link_mode{device="lxc36cbe6de217d"} 0 node_network_iface_link_mode{device="lxc3d79381a2f8e"} 0 node_network_iface_link_mode{device="lxc3da0cef9a086"} 0 node_network_iface_link_mode{device="lxc3dcd5abd3411"} 0 node_network_iface_link_mode{device="lxc4057e9c2a53d"} 0 node_network_iface_link_mode{device="lxc428ee943f832"} 0 node_network_iface_link_mode{device="lxc44ff4687797b"} 0 node_network_iface_link_mode{device="lxc452678320c59"} 0 node_network_iface_link_mode{device="lxc459e2917e896"} 0 node_network_iface_link_mode{device="lxc4f6fbf4bdaa0"} 0 node_network_iface_link_mode{device="lxc5177b044ff8c"} 0 node_network_iface_link_mode{device="lxc518c7f1814ee"} 0 node_network_iface_link_mode{device="lxc53b6c04ceef0"} 0 node_network_iface_link_mode{device="lxc54948d937699"} 0 node_network_iface_link_mode{device="lxc57829c0a033a"} 0 node_network_iface_link_mode{device="lxc5c466dbcf228"} 0 node_network_iface_link_mode{device="lxc5cc7cfe0fb45"} 0 node_network_iface_link_mode{device="lxc6579a3054dd8"} 0 node_network_iface_link_mode{device="lxc7060e6758f5f"} 0 node_network_iface_link_mode{device="lxc7228e1cd11ec"} 0 node_network_iface_link_mode{device="lxc72458c059a4a"} 0 node_network_iface_link_mode{device="lxc7a98125a5f20"} 0 node_network_iface_link_mode{device="lxc82408b3dff4e"} 0 node_network_iface_link_mode{device="lxc8795b25f1c71"} 0 node_network_iface_link_mode{device="lxc8e1e232eb1c1"} 0 node_network_iface_link_mode{device="lxc8e816ed17301"} 0 node_network_iface_link_mode{device="lxc90376d1a130e"} 0 node_network_iface_link_mode{device="lxc945688fdf71d"} 0 node_network_iface_link_mode{device="lxc96f57e28c3af"} 0 node_network_iface_link_mode{device="lxc_health"} 0 node_network_iface_link_mode{device="lxca586931c97ad"} 0 node_network_iface_link_mode{device="lxca98669efebc0"} 0 node_network_iface_link_mode{device="lxcaae631a36278"} 0 node_network_iface_link_mode{device="lxcab3b8e3f9dc6"} 0 node_network_iface_link_mode{device="lxcaba105a34bcb"} 0 node_network_iface_link_mode{device="lxcadd4a5353259"} 0 node_network_iface_link_mode{device="lxcae4b0315111a"} 0 node_network_iface_link_mode{device="lxcb7c576262959"} 0 node_network_iface_link_mode{device="lxcbe66bb9546eb"} 0 node_network_iface_link_mode{device="lxcc1e1f1602243"} 0 node_network_iface_link_mode{device="lxcc2030009643c"} 0 node_network_iface_link_mode{device="lxcc46561fc6aa0"} 0 node_network_iface_link_mode{device="lxcc715bd743ddf"} 0 node_network_iface_link_mode{device="lxcc9d5f3c4f15f"} 0 node_network_iface_link_mode{device="lxcc9f494e2ce8e"} 0 node_network_iface_link_mode{device="lxccebc5c99c32d"} 0 node_network_iface_link_mode{device="lxcd2966028a917"} 0 node_network_iface_link_mode{device="lxcd79777e9f00d"} 0 node_network_iface_link_mode{device="lxcdac6674f65af"} 0 node_network_iface_link_mode{device="lxcdca48fe73896"} 0 node_network_iface_link_mode{device="lxcde9b7460f631"} 0 node_network_iface_link_mode{device="lxce0dd1c47eca3"} 0 node_network_iface_link_mode{device="lxce1b40b246b9d"} 0 node_network_iface_link_mode{device="lxce1c72320619b"} 0 node_network_iface_link_mode{device="lxce63ba899ac82"} 0 node_network_iface_link_mode{device="lxcead91468c631"} 0 node_network_iface_link_mode{device="lxced7739722dca"} 0 node_network_iface_link_mode{device="lxcf0c4d79191ce"} 0 node_network_iface_link_mode{device="lxcf402eb507357"} 0 node_network_iface_link_mode{device="lxcf62ffd3e4961"} 0 node_network_iface_link_mode{device="lxcfd68899c8388"} 0 node_network_iface_link_mode{device="nodelocaldns"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="",adminstate="up",broadcast="",device="cilium_wg0",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="0a:52:68:a3:43:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxce63ba899ac82",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:e3:1b:e5:2a:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc945688fdf71d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:fe:84:9f:a3:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxccebc5c99c32d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:e7:2f:9e:88:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc175302a8fe32",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:f3:19:10:70:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc4057e9c2a53d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:b6:66:77:a7:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc5177b044ff8c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:c3:59:18:85:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc15cc6adf57d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:4f:e0:37:d5:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcdac6674f65af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:9a:51:45:06:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc72458c059a4a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:3c:52:29:aa:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc53b6c04ceef0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:5d:ac:0d:34:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcd2966028a917",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:13:76:15:9a:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc36cbe6de217d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:36:3b:94:8b:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc90376d1a130e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:b7:b9:ef:71:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc8795b25f1c71",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:0d:9f:b9:8d:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcde9b7460f631",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:2e:2e:81:38:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcc46561fc6aa0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:9e:48:bb:eb:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc0e391eb6cd8b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:02:cf:b8:5a:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcb7c576262959",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:19:82:b3:f5:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc6579a3054dd8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:03:27:57:18:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc17feae817bba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:cc:9f:52:e6:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc0d3e4226f908",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:f0:55:78:62:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxce0dd1c47eca3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:83:81:71:ae:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc_health",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:8f:0f:62:40:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc82408b3dff4e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:bd:34:33:fe:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc0cf868a49e89",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:13:f7:1c:72:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcaba105a34bcb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:29:e5:3f:b6:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc8e816ed17301",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:76:df:93:c1:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxce1c72320619b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:8c:7e:24:00:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcaae631a36278",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:12:b1:9a:27:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc5cc7cfe0fb45",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:19:81:17:3a:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcc2030009643c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:ee:24:cb:46:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc5c466dbcf228",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:7d:68:fa:9a:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc3da0cef9a086",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:13:4f:d9:03:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc7a98125a5f20",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:22:f9:80:35:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc452678320c59",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:ce:73:83:42:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcd79777e9f00d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:75:0e:bb:13:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc04fe40b5a716",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:2f:62:5c:2c:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcbe66bb9546eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:70:a7:bf:b1:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc54948d937699",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:89:b5:5f:e8:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc2a1e8fa8e7bd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:84:ad:85:5a:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc8e1e232eb1c1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:1d:18:42:f2:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc7228e1cd11ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:23:52:70:53:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcf62ffd3e4961",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:09:dd:c6:0b:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cilium_host",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:56:ee:80:a5:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcf402eb507357",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:aa:6e:88:8f:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxce1b40b246b9d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:14:e9:82:d6:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc4f6fbf4bdaa0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:a1:1d:17:ad:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc96f57e28c3af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:d6:1f:8f:d1:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc518c7f1814ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:d7:b2:e6:71:a9",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="nodelocaldns",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="a2:dd:a0:6e:4d:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcfd68899c8388",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:fa:aa:a0:ac:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc1f2f628f5cb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:19:e8:87:7b:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc1cf26d61b7de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:d0:96:b9:63:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc57829c0a033a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:40:41:28:b8:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcae4b0315111a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:4e:ff:fa:9e:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxca98669efebc0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:7b:8a:bc:c0:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cilium_vxlan",duplex="unknown",ifalias="",operstate="unknown"} 1 node_network_info{address="ae:58:5c:6d:d6:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxced7739722dca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:84:65:e4:39:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxca586931c97ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:4b:1a:a1:61:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc3dcd5abd3411",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:c5:3a:69:1c:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc2ae85de7d87a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:28:ee:6e:88:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc459e2917e896",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:d1:0a:71:bd:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc44ff4687797b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:7d:96:98:5f:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc0eb98b63455c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:6a:2b:b1:48:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcc715bd743ddf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:04:88:2b:95:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc428ee943f832",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:47:9f:49:cb:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc7060e6758f5f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:a0:cd:d2:31:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc2691820742d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:51:38:4f:e5:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cilium_net",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:e8:dd:f5:47:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc33bc5bb73116",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:71:5c:87:b9:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc20292119e9fc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:f7:b3:31:c4:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcdca48fe73896",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:a4:09:1d:ab:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcead91468c631",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:0c:29:6b:92:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc0c6c188c142c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:5c:b5:c2:eb:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcf0c4d79191ce",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:e3:99:24:a5:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc3d79381a2f8e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:eb:85:56:19:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc07b181869408",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:92:42:33:61:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcc9f494e2ce8e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:be:11:e9:d9:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcadd4a5353259",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:d2:2e:4b:8e:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcc9d5f3c4f15f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:fd:30:9a:1b:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcab3b8e3f9dc6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:16:3e:c5:89:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="fe:0c:4a:da:19:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcc1e1f1602243",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:87:78:41:93:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc05ba6904da5e",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="cilium_host"} 1500 node_network_mtu_bytes{device="cilium_net"} 1500 node_network_mtu_bytes{device="cilium_vxlan"} 1500 node_network_mtu_bytes{device="cilium_wg0"} 1420 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="lxc04fe40b5a716"} 1500 node_network_mtu_bytes{device="lxc05ba6904da5e"} 1500 node_network_mtu_bytes{device="lxc07b181869408"} 1500 node_network_mtu_bytes{device="lxc0c6c188c142c"} 1500 node_network_mtu_bytes{device="lxc0cf868a49e89"} 1500 node_network_mtu_bytes{device="lxc0d3e4226f908"} 1500 node_network_mtu_bytes{device="lxc0e391eb6cd8b"} 1500 node_network_mtu_bytes{device="lxc0eb98b63455c"} 1500 node_network_mtu_bytes{device="lxc15cc6adf57d6"} 1500 node_network_mtu_bytes{device="lxc175302a8fe32"} 1500 node_network_mtu_bytes{device="lxc17feae817bba"} 1500 node_network_mtu_bytes{device="lxc1cf26d61b7de"} 1500 node_network_mtu_bytes{device="lxc1f2f628f5cb2"} 1500 node_network_mtu_bytes{device="lxc20292119e9fc"} 1500 node_network_mtu_bytes{device="lxc2691820742d3"} 1500 node_network_mtu_bytes{device="lxc2a1e8fa8e7bd"} 1500 node_network_mtu_bytes{device="lxc2ae85de7d87a"} 1500 node_network_mtu_bytes{device="lxc33bc5bb73116"} 1500 node_network_mtu_bytes{device="lxc36cbe6de217d"} 1500 node_network_mtu_bytes{device="lxc3d79381a2f8e"} 1500 node_network_mtu_bytes{device="lxc3da0cef9a086"} 1500 node_network_mtu_bytes{device="lxc3dcd5abd3411"} 1500 node_network_mtu_bytes{device="lxc4057e9c2a53d"} 1500 node_network_mtu_bytes{device="lxc428ee943f832"} 1500 node_network_mtu_bytes{device="lxc44ff4687797b"} 1500 node_network_mtu_bytes{device="lxc452678320c59"} 1500 node_network_mtu_bytes{device="lxc459e2917e896"} 1500 node_network_mtu_bytes{device="lxc4f6fbf4bdaa0"} 1500 node_network_mtu_bytes{device="lxc5177b044ff8c"} 1500 node_network_mtu_bytes{device="lxc518c7f1814ee"} 1500 node_network_mtu_bytes{device="lxc53b6c04ceef0"} 1500 node_network_mtu_bytes{device="lxc54948d937699"} 1500 node_network_mtu_bytes{device="lxc57829c0a033a"} 1500 node_network_mtu_bytes{device="lxc5c466dbcf228"} 1500 node_network_mtu_bytes{device="lxc5cc7cfe0fb45"} 1500 node_network_mtu_bytes{device="lxc6579a3054dd8"} 1500 node_network_mtu_bytes{device="lxc7060e6758f5f"} 1500 node_network_mtu_bytes{device="lxc7228e1cd11ec"} 1500 node_network_mtu_bytes{device="lxc72458c059a4a"} 1500 node_network_mtu_bytes{device="lxc7a98125a5f20"} 1500 node_network_mtu_bytes{device="lxc82408b3dff4e"} 1500 node_network_mtu_bytes{device="lxc8795b25f1c71"} 1500 node_network_mtu_bytes{device="lxc8e1e232eb1c1"} 1500 node_network_mtu_bytes{device="lxc8e816ed17301"} 1500 node_network_mtu_bytes{device="lxc90376d1a130e"} 1500 node_network_mtu_bytes{device="lxc945688fdf71d"} 1500 node_network_mtu_bytes{device="lxc96f57e28c3af"} 1500 node_network_mtu_bytes{device="lxc_health"} 1500 node_network_mtu_bytes{device="lxca586931c97ad"} 1500 node_network_mtu_bytes{device="lxca98669efebc0"} 1500 node_network_mtu_bytes{device="lxcaae631a36278"} 1500 node_network_mtu_bytes{device="lxcab3b8e3f9dc6"} 1500 node_network_mtu_bytes{device="lxcaba105a34bcb"} 1500 node_network_mtu_bytes{device="lxcadd4a5353259"} 1500 node_network_mtu_bytes{device="lxcae4b0315111a"} 1500 node_network_mtu_bytes{device="lxcb7c576262959"} 1500 node_network_mtu_bytes{device="lxcbe66bb9546eb"} 1500 node_network_mtu_bytes{device="lxcc1e1f1602243"} 1500 node_network_mtu_bytes{device="lxcc2030009643c"} 1500 node_network_mtu_bytes{device="lxcc46561fc6aa0"} 1500 node_network_mtu_bytes{device="lxcc715bd743ddf"} 1500 node_network_mtu_bytes{device="lxcc9d5f3c4f15f"} 1500 node_network_mtu_bytes{device="lxcc9f494e2ce8e"} 1500 node_network_mtu_bytes{device="lxccebc5c99c32d"} 1500 node_network_mtu_bytes{device="lxcd2966028a917"} 1500 node_network_mtu_bytes{device="lxcd79777e9f00d"} 1500 node_network_mtu_bytes{device="lxcdac6674f65af"} 1500 node_network_mtu_bytes{device="lxcdca48fe73896"} 1500 node_network_mtu_bytes{device="lxcde9b7460f631"} 1500 node_network_mtu_bytes{device="lxce0dd1c47eca3"} 1500 node_network_mtu_bytes{device="lxce1b40b246b9d"} 1500 node_network_mtu_bytes{device="lxce1c72320619b"} 1500 node_network_mtu_bytes{device="lxce63ba899ac82"} 1500 node_network_mtu_bytes{device="lxcead91468c631"} 1500 node_network_mtu_bytes{device="lxced7739722dca"} 1500 node_network_mtu_bytes{device="lxcf0c4d79191ce"} 1500 node_network_mtu_bytes{device="lxcf402eb507357"} 1500 node_network_mtu_bytes{device="lxcf62ffd3e4961"} 1500 node_network_mtu_bytes{device="lxcfd68899c8388"} 1500 node_network_mtu_bytes{device="nodelocaldns"} 1500 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="cilium_host"} 3 node_network_name_assign_type{device="cilium_net"} 3 node_network_name_assign_type{device="cilium_vxlan"} 3 node_network_name_assign_type{device="cilium_wg0"} 3 node_network_name_assign_type{device="eth0"} 1 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="lxc04fe40b5a716"} 3 node_network_name_assign_type{device="lxc05ba6904da5e"} 3 node_network_name_assign_type{device="lxc07b181869408"} 3 node_network_name_assign_type{device="lxc0c6c188c142c"} 3 node_network_name_assign_type{device="lxc0cf868a49e89"} 3 node_network_name_assign_type{device="lxc0d3e4226f908"} 3 node_network_name_assign_type{device="lxc0e391eb6cd8b"} 3 node_network_name_assign_type{device="lxc0eb98b63455c"} 3 node_network_name_assign_type{device="lxc15cc6adf57d6"} 3 node_network_name_assign_type{device="lxc175302a8fe32"} 3 node_network_name_assign_type{device="lxc17feae817bba"} 3 node_network_name_assign_type{device="lxc1cf26d61b7de"} 3 node_network_name_assign_type{device="lxc1f2f628f5cb2"} 3 node_network_name_assign_type{device="lxc20292119e9fc"} 3 node_network_name_assign_type{device="lxc2691820742d3"} 3 node_network_name_assign_type{device="lxc2a1e8fa8e7bd"} 3 node_network_name_assign_type{device="lxc2ae85de7d87a"} 3 node_network_name_assign_type{device="lxc33bc5bb73116"} 3 node_network_name_assign_type{device="lxc36cbe6de217d"} 3 node_network_name_assign_type{device="lxc3d79381a2f8e"} 3 node_network_name_assign_type{device="lxc3da0cef9a086"} 3 node_network_name_assign_type{device="lxc3dcd5abd3411"} 3 node_network_name_assign_type{device="lxc4057e9c2a53d"} 3 node_network_name_assign_type{device="lxc428ee943f832"} 3 node_network_name_assign_type{device="lxc44ff4687797b"} 3 node_network_name_assign_type{device="lxc452678320c59"} 3 node_network_name_assign_type{device="lxc459e2917e896"} 3 node_network_name_assign_type{device="lxc4f6fbf4bdaa0"} 3 node_network_name_assign_type{device="lxc5177b044ff8c"} 3 node_network_name_assign_type{device="lxc518c7f1814ee"} 3 node_network_name_assign_type{device="lxc53b6c04ceef0"} 3 node_network_name_assign_type{device="lxc54948d937699"} 3 node_network_name_assign_type{device="lxc57829c0a033a"} 3 node_network_name_assign_type{device="lxc5c466dbcf228"} 3 node_network_name_assign_type{device="lxc5cc7cfe0fb45"} 3 node_network_name_assign_type{device="lxc6579a3054dd8"} 3 node_network_name_assign_type{device="lxc7060e6758f5f"} 3 node_network_name_assign_type{device="lxc7228e1cd11ec"} 3 node_network_name_assign_type{device="lxc72458c059a4a"} 3 node_network_name_assign_type{device="lxc7a98125a5f20"} 3 node_network_name_assign_type{device="lxc82408b3dff4e"} 3 node_network_name_assign_type{device="lxc8795b25f1c71"} 3 node_network_name_assign_type{device="lxc8e1e232eb1c1"} 3 node_network_name_assign_type{device="lxc8e816ed17301"} 3 node_network_name_assign_type{device="lxc90376d1a130e"} 3 node_network_name_assign_type{device="lxc945688fdf71d"} 3 node_network_name_assign_type{device="lxc96f57e28c3af"} 3 node_network_name_assign_type{device="lxc_health"} 3 node_network_name_assign_type{device="lxca586931c97ad"} 3 node_network_name_assign_type{device="lxca98669efebc0"} 3 node_network_name_assign_type{device="lxcaae631a36278"} 3 node_network_name_assign_type{device="lxcab3b8e3f9dc6"} 3 node_network_name_assign_type{device="lxcaba105a34bcb"} 3 node_network_name_assign_type{device="lxcadd4a5353259"} 3 node_network_name_assign_type{device="lxcae4b0315111a"} 3 node_network_name_assign_type{device="lxcb7c576262959"} 3 node_network_name_assign_type{device="lxcbe66bb9546eb"} 3 node_network_name_assign_type{device="lxcc1e1f1602243"} 3 node_network_name_assign_type{device="lxcc2030009643c"} 3 node_network_name_assign_type{device="lxcc46561fc6aa0"} 3 node_network_name_assign_type{device="lxcc715bd743ddf"} 3 node_network_name_assign_type{device="lxcc9d5f3c4f15f"} 3 node_network_name_assign_type{device="lxcc9f494e2ce8e"} 3 node_network_name_assign_type{device="lxccebc5c99c32d"} 3 node_network_name_assign_type{device="lxcd2966028a917"} 3 node_network_name_assign_type{device="lxcd79777e9f00d"} 3 node_network_name_assign_type{device="lxcdac6674f65af"} 3 node_network_name_assign_type{device="lxcdca48fe73896"} 3 node_network_name_assign_type{device="lxcde9b7460f631"} 3 node_network_name_assign_type{device="lxce0dd1c47eca3"} 3 node_network_name_assign_type{device="lxce1b40b246b9d"} 3 node_network_name_assign_type{device="lxce1c72320619b"} 3 node_network_name_assign_type{device="lxce63ba899ac82"} 3 node_network_name_assign_type{device="lxcead91468c631"} 3 node_network_name_assign_type{device="lxced7739722dca"} 3 node_network_name_assign_type{device="lxcf0c4d79191ce"} 3 node_network_name_assign_type{device="lxcf402eb507357"} 3 node_network_name_assign_type{device="lxcf62ffd3e4961"} 3 node_network_name_assign_type{device="lxcfd68899c8388"} 3 node_network_name_assign_type{device="nodelocaldns"} 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="cilium_host"} 0 node_network_net_dev_group{device="cilium_net"} 0 node_network_net_dev_group{device="cilium_vxlan"} 0 node_network_net_dev_group{device="cilium_wg0"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="lxc04fe40b5a716"} 0 node_network_net_dev_group{device="lxc05ba6904da5e"} 0 node_network_net_dev_group{device="lxc07b181869408"} 0 node_network_net_dev_group{device="lxc0c6c188c142c"} 0 node_network_net_dev_group{device="lxc0cf868a49e89"} 0 node_network_net_dev_group{device="lxc0d3e4226f908"} 0 node_network_net_dev_group{device="lxc0e391eb6cd8b"} 0 node_network_net_dev_group{device="lxc0eb98b63455c"} 0 node_network_net_dev_group{device="lxc15cc6adf57d6"} 0 node_network_net_dev_group{device="lxc175302a8fe32"} 0 node_network_net_dev_group{device="lxc17feae817bba"} 0 node_network_net_dev_group{device="lxc1cf26d61b7de"} 0 node_network_net_dev_group{device="lxc1f2f628f5cb2"} 0 node_network_net_dev_group{device="lxc20292119e9fc"} 0 node_network_net_dev_group{device="lxc2691820742d3"} 0 node_network_net_dev_group{device="lxc2a1e8fa8e7bd"} 0 node_network_net_dev_group{device="lxc2ae85de7d87a"} 0 node_network_net_dev_group{device="lxc33bc5bb73116"} 0 node_network_net_dev_group{device="lxc36cbe6de217d"} 0 node_network_net_dev_group{device="lxc3d79381a2f8e"} 0 node_network_net_dev_group{device="lxc3da0cef9a086"} 0 node_network_net_dev_group{device="lxc3dcd5abd3411"} 0 node_network_net_dev_group{device="lxc4057e9c2a53d"} 0 node_network_net_dev_group{device="lxc428ee943f832"} 0 node_network_net_dev_group{device="lxc44ff4687797b"} 0 node_network_net_dev_group{device="lxc452678320c59"} 0 node_network_net_dev_group{device="lxc459e2917e896"} 0 node_network_net_dev_group{device="lxc4f6fbf4bdaa0"} 0 node_network_net_dev_group{device="lxc5177b044ff8c"} 0 node_network_net_dev_group{device="lxc518c7f1814ee"} 0 node_network_net_dev_group{device="lxc53b6c04ceef0"} 0 node_network_net_dev_group{device="lxc54948d937699"} 0 node_network_net_dev_group{device="lxc57829c0a033a"} 0 node_network_net_dev_group{device="lxc5c466dbcf228"} 0 node_network_net_dev_group{device="lxc5cc7cfe0fb45"} 0 node_network_net_dev_group{device="lxc6579a3054dd8"} 0 node_network_net_dev_group{device="lxc7060e6758f5f"} 0 node_network_net_dev_group{device="lxc7228e1cd11ec"} 0 node_network_net_dev_group{device="lxc72458c059a4a"} 0 node_network_net_dev_group{device="lxc7a98125a5f20"} 0 node_network_net_dev_group{device="lxc82408b3dff4e"} 0 node_network_net_dev_group{device="lxc8795b25f1c71"} 0 node_network_net_dev_group{device="lxc8e1e232eb1c1"} 0 node_network_net_dev_group{device="lxc8e816ed17301"} 0 node_network_net_dev_group{device="lxc90376d1a130e"} 0 node_network_net_dev_group{device="lxc945688fdf71d"} 0 node_network_net_dev_group{device="lxc96f57e28c3af"} 0 node_network_net_dev_group{device="lxc_health"} 0 node_network_net_dev_group{device="lxca586931c97ad"} 0 node_network_net_dev_group{device="lxca98669efebc0"} 0 node_network_net_dev_group{device="lxcaae631a36278"} 0 node_network_net_dev_group{device="lxcab3b8e3f9dc6"} 0 node_network_net_dev_group{device="lxcaba105a34bcb"} 0 node_network_net_dev_group{device="lxcadd4a5353259"} 0 node_network_net_dev_group{device="lxcae4b0315111a"} 0 node_network_net_dev_group{device="lxcb7c576262959"} 0 node_network_net_dev_group{device="lxcbe66bb9546eb"} 0 node_network_net_dev_group{device="lxcc1e1f1602243"} 0 node_network_net_dev_group{device="lxcc2030009643c"} 0 node_network_net_dev_group{device="lxcc46561fc6aa0"} 0 node_network_net_dev_group{device="lxcc715bd743ddf"} 0 node_network_net_dev_group{device="lxcc9d5f3c4f15f"} 0 node_network_net_dev_group{device="lxcc9f494e2ce8e"} 0 node_network_net_dev_group{device="lxccebc5c99c32d"} 0 node_network_net_dev_group{device="lxcd2966028a917"} 0 node_network_net_dev_group{device="lxcd79777e9f00d"} 0 node_network_net_dev_group{device="lxcdac6674f65af"} 0 node_network_net_dev_group{device="lxcdca48fe73896"} 0 node_network_net_dev_group{device="lxcde9b7460f631"} 0 node_network_net_dev_group{device="lxce0dd1c47eca3"} 0 node_network_net_dev_group{device="lxce1b40b246b9d"} 0 node_network_net_dev_group{device="lxce1c72320619b"} 0 node_network_net_dev_group{device="lxce63ba899ac82"} 0 node_network_net_dev_group{device="lxcead91468c631"} 0 node_network_net_dev_group{device="lxced7739722dca"} 0 node_network_net_dev_group{device="lxcf0c4d79191ce"} 0 node_network_net_dev_group{device="lxcf402eb507357"} 0 node_network_net_dev_group{device="lxcf62ffd3e4961"} 0 node_network_net_dev_group{device="lxcfd68899c8388"} 0 node_network_net_dev_group{device="nodelocaldns"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="cilium_host"} 1 node_network_protocol_type{device="cilium_net"} 1 node_network_protocol_type{device="cilium_vxlan"} 1 node_network_protocol_type{device="cilium_wg0"} 65534 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="lxc04fe40b5a716"} 1 node_network_protocol_type{device="lxc05ba6904da5e"} 1 node_network_protocol_type{device="lxc07b181869408"} 1 node_network_protocol_type{device="lxc0c6c188c142c"} 1 node_network_protocol_type{device="lxc0cf868a49e89"} 1 node_network_protocol_type{device="lxc0d3e4226f908"} 1 node_network_protocol_type{device="lxc0e391eb6cd8b"} 1 node_network_protocol_type{device="lxc0eb98b63455c"} 1 node_network_protocol_type{device="lxc15cc6adf57d6"} 1 node_network_protocol_type{device="lxc175302a8fe32"} 1 node_network_protocol_type{device="lxc17feae817bba"} 1 node_network_protocol_type{device="lxc1cf26d61b7de"} 1 node_network_protocol_type{device="lxc1f2f628f5cb2"} 1 node_network_protocol_type{device="lxc20292119e9fc"} 1 node_network_protocol_type{device="lxc2691820742d3"} 1 node_network_protocol_type{device="lxc2a1e8fa8e7bd"} 1 node_network_protocol_type{device="lxc2ae85de7d87a"} 1 node_network_protocol_type{device="lxc33bc5bb73116"} 1 node_network_protocol_type{device="lxc36cbe6de217d"} 1 node_network_protocol_type{device="lxc3d79381a2f8e"} 1 node_network_protocol_type{device="lxc3da0cef9a086"} 1 node_network_protocol_type{device="lxc3dcd5abd3411"} 1 node_network_protocol_type{device="lxc4057e9c2a53d"} 1 node_network_protocol_type{device="lxc428ee943f832"} 1 node_network_protocol_type{device="lxc44ff4687797b"} 1 node_network_protocol_type{device="lxc452678320c59"} 1 node_network_protocol_type{device="lxc459e2917e896"} 1 node_network_protocol_type{device="lxc4f6fbf4bdaa0"} 1 node_network_protocol_type{device="lxc5177b044ff8c"} 1 node_network_protocol_type{device="lxc518c7f1814ee"} 1 node_network_protocol_type{device="lxc53b6c04ceef0"} 1 node_network_protocol_type{device="lxc54948d937699"} 1 node_network_protocol_type{device="lxc57829c0a033a"} 1 node_network_protocol_type{device="lxc5c466dbcf228"} 1 node_network_protocol_type{device="lxc5cc7cfe0fb45"} 1 node_network_protocol_type{device="lxc6579a3054dd8"} 1 node_network_protocol_type{device="lxc7060e6758f5f"} 1 node_network_protocol_type{device="lxc7228e1cd11ec"} 1 node_network_protocol_type{device="lxc72458c059a4a"} 1 node_network_protocol_type{device="lxc7a98125a5f20"} 1 node_network_protocol_type{device="lxc82408b3dff4e"} 1 node_network_protocol_type{device="lxc8795b25f1c71"} 1 node_network_protocol_type{device="lxc8e1e232eb1c1"} 1 node_network_protocol_type{device="lxc8e816ed17301"} 1 node_network_protocol_type{device="lxc90376d1a130e"} 1 node_network_protocol_type{device="lxc945688fdf71d"} 1 node_network_protocol_type{device="lxc96f57e28c3af"} 1 node_network_protocol_type{device="lxc_health"} 1 node_network_protocol_type{device="lxca586931c97ad"} 1 node_network_protocol_type{device="lxca98669efebc0"} 1 node_network_protocol_type{device="lxcaae631a36278"} 1 node_network_protocol_type{device="lxcab3b8e3f9dc6"} 1 node_network_protocol_type{device="lxcaba105a34bcb"} 1 node_network_protocol_type{device="lxcadd4a5353259"} 1 node_network_protocol_type{device="lxcae4b0315111a"} 1 node_network_protocol_type{device="lxcb7c576262959"} 1 node_network_protocol_type{device="lxcbe66bb9546eb"} 1 node_network_protocol_type{device="lxcc1e1f1602243"} 1 node_network_protocol_type{device="lxcc2030009643c"} 1 node_network_protocol_type{device="lxcc46561fc6aa0"} 1 node_network_protocol_type{device="lxcc715bd743ddf"} 1 node_network_protocol_type{device="lxcc9d5f3c4f15f"} 1 node_network_protocol_type{device="lxcc9f494e2ce8e"} 1 node_network_protocol_type{device="lxccebc5c99c32d"} 1 node_network_protocol_type{device="lxcd2966028a917"} 1 node_network_protocol_type{device="lxcd79777e9f00d"} 1 node_network_protocol_type{device="lxcdac6674f65af"} 1 node_network_protocol_type{device="lxcdca48fe73896"} 1 node_network_protocol_type{device="lxcde9b7460f631"} 1 node_network_protocol_type{device="lxce0dd1c47eca3"} 1 node_network_protocol_type{device="lxce1b40b246b9d"} 1 node_network_protocol_type{device="lxce1c72320619b"} 1 node_network_protocol_type{device="lxce63ba899ac82"} 1 node_network_protocol_type{device="lxcead91468c631"} 1 node_network_protocol_type{device="lxced7739722dca"} 1 node_network_protocol_type{device="lxcf0c4d79191ce"} 1 node_network_protocol_type{device="lxcf402eb507357"} 1 node_network_protocol_type{device="lxcf62ffd3e4961"} 1 node_network_protocol_type{device="lxcfd68899c8388"} 1 node_network_protocol_type{device="nodelocaldns"} 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"} 3.20942248e+08 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"} 3.647252e+06 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="cilium_host"} 1.25e+09 node_network_speed_bytes{device="cilium_net"} 1.25e+09 node_network_speed_bytes{device="cilium_vxlan"} -125000 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="lxc04fe40b5a716"} 1.25e+09 node_network_speed_bytes{device="lxc05ba6904da5e"} 1.25e+09 node_network_speed_bytes{device="lxc07b181869408"} 1.25e+09 node_network_speed_bytes{device="lxc0c6c188c142c"} 1.25e+09 node_network_speed_bytes{device="lxc0cf868a49e89"} 1.25e+09 node_network_speed_bytes{device="lxc0d3e4226f908"} 1.25e+09 node_network_speed_bytes{device="lxc0e391eb6cd8b"} 1.25e+09 node_network_speed_bytes{device="lxc0eb98b63455c"} 1.25e+09 node_network_speed_bytes{device="lxc15cc6adf57d6"} 1.25e+09 node_network_speed_bytes{device="lxc175302a8fe32"} 1.25e+09 node_network_speed_bytes{device="lxc17feae817bba"} 1.25e+09 node_network_speed_bytes{device="lxc1cf26d61b7de"} 1.25e+09 node_network_speed_bytes{device="lxc1f2f628f5cb2"} 1.25e+09 node_network_speed_bytes{device="lxc20292119e9fc"} 1.25e+09 node_network_speed_bytes{device="lxc2691820742d3"} 1.25e+09 node_network_speed_bytes{device="lxc2a1e8fa8e7bd"} 1.25e+09 node_network_speed_bytes{device="lxc2ae85de7d87a"} 1.25e+09 node_network_speed_bytes{device="lxc33bc5bb73116"} 1.25e+09 node_network_speed_bytes{device="lxc36cbe6de217d"} 1.25e+09 node_network_speed_bytes{device="lxc3d79381a2f8e"} 1.25e+09 node_network_speed_bytes{device="lxc3da0cef9a086"} 1.25e+09 node_network_speed_bytes{device="lxc3dcd5abd3411"} 1.25e+09 node_network_speed_bytes{device="lxc4057e9c2a53d"} 1.25e+09 node_network_speed_bytes{device="lxc428ee943f832"} 1.25e+09 node_network_speed_bytes{device="lxc44ff4687797b"} 1.25e+09 node_network_speed_bytes{device="lxc452678320c59"} 1.25e+09 node_network_speed_bytes{device="lxc459e2917e896"} 1.25e+09 node_network_speed_bytes{device="lxc4f6fbf4bdaa0"} 1.25e+09 node_network_speed_bytes{device="lxc5177b044ff8c"} 1.25e+09 node_network_speed_bytes{device="lxc518c7f1814ee"} 1.25e+09 node_network_speed_bytes{device="lxc53b6c04ceef0"} 1.25e+09 node_network_speed_bytes{device="lxc54948d937699"} 1.25e+09 node_network_speed_bytes{device="lxc57829c0a033a"} 1.25e+09 node_network_speed_bytes{device="lxc5c466dbcf228"} 1.25e+09 node_network_speed_bytes{device="lxc5cc7cfe0fb45"} 1.25e+09 node_network_speed_bytes{device="lxc6579a3054dd8"} 1.25e+09 node_network_speed_bytes{device="lxc7060e6758f5f"} 1.25e+09 node_network_speed_bytes{device="lxc7228e1cd11ec"} 1.25e+09 node_network_speed_bytes{device="lxc72458c059a4a"} 1.25e+09 node_network_speed_bytes{device="lxc7a98125a5f20"} 1.25e+09 node_network_speed_bytes{device="lxc82408b3dff4e"} 1.25e+09 node_network_speed_bytes{device="lxc8795b25f1c71"} 1.25e+09 node_network_speed_bytes{device="lxc8e1e232eb1c1"} 1.25e+09 node_network_speed_bytes{device="lxc8e816ed17301"} 1.25e+09 node_network_speed_bytes{device="lxc90376d1a130e"} 1.25e+09 node_network_speed_bytes{device="lxc945688fdf71d"} 1.25e+09 node_network_speed_bytes{device="lxc96f57e28c3af"} 1.25e+09 node_network_speed_bytes{device="lxc_health"} 1.25e+09 node_network_speed_bytes{device="lxca586931c97ad"} 1.25e+09 node_network_speed_bytes{device="lxca98669efebc0"} 1.25e+09 node_network_speed_bytes{device="lxcaae631a36278"} 1.25e+09 node_network_speed_bytes{device="lxcab3b8e3f9dc6"} 1.25e+09 node_network_speed_bytes{device="lxcaba105a34bcb"} 1.25e+09 node_network_speed_bytes{device="lxcadd4a5353259"} 1.25e+09 node_network_speed_bytes{device="lxcae4b0315111a"} 1.25e+09 node_network_speed_bytes{device="lxcb7c576262959"} 1.25e+09 node_network_speed_bytes{device="lxcbe66bb9546eb"} 1.25e+09 node_network_speed_bytes{device="lxcc1e1f1602243"} 1.25e+09 node_network_speed_bytes{device="lxcc2030009643c"} 1.25e+09 node_network_speed_bytes{device="lxcc46561fc6aa0"} 1.25e+09 node_network_speed_bytes{device="lxcc715bd743ddf"} 1.25e+09 node_network_speed_bytes{device="lxcc9d5f3c4f15f"} 1.25e+09 node_network_speed_bytes{device="lxcc9f494e2ce8e"} 1.25e+09 node_network_speed_bytes{device="lxccebc5c99c32d"} 1.25e+09 node_network_speed_bytes{device="lxcd2966028a917"} 1.25e+09 node_network_speed_bytes{device="lxcd79777e9f00d"} 1.25e+09 node_network_speed_bytes{device="lxcdac6674f65af"} 1.25e+09 node_network_speed_bytes{device="lxcdca48fe73896"} 1.25e+09 node_network_speed_bytes{device="lxcde9b7460f631"} 1.25e+09 node_network_speed_bytes{device="lxce0dd1c47eca3"} 1.25e+09 node_network_speed_bytes{device="lxce1b40b246b9d"} 1.25e+09 node_network_speed_bytes{device="lxce1c72320619b"} 1.25e+09 node_network_speed_bytes{device="lxce63ba899ac82"} 1.25e+09 node_network_speed_bytes{device="lxcead91468c631"} 1.25e+09 node_network_speed_bytes{device="lxced7739722dca"} 1.25e+09 node_network_speed_bytes{device="lxcf0c4d79191ce"} 1.25e+09 node_network_speed_bytes{device="lxcf402eb507357"} 1.25e+09 node_network_speed_bytes{device="lxcf62ffd3e4961"} 1.25e+09 node_network_speed_bytes{device="lxcfd68899c8388"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 1.389594948e+09 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"} 3.478125e+06 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="cilium_host"} 1000 node_network_transmit_queue_length{device="cilium_net"} 1000 node_network_transmit_queue_length{device="cilium_vxlan"} 1000 node_network_transmit_queue_length{device="cilium_wg0"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="lxc04fe40b5a716"} 1000 node_network_transmit_queue_length{device="lxc05ba6904da5e"} 1000 node_network_transmit_queue_length{device="lxc07b181869408"} 1000 node_network_transmit_queue_length{device="lxc0c6c188c142c"} 1000 node_network_transmit_queue_length{device="lxc0cf868a49e89"} 1000 node_network_transmit_queue_length{device="lxc0d3e4226f908"} 1000 node_network_transmit_queue_length{device="lxc0e391eb6cd8b"} 1000 node_network_transmit_queue_length{device="lxc0eb98b63455c"} 1000 node_network_transmit_queue_length{device="lxc15cc6adf57d6"} 1000 node_network_transmit_queue_length{device="lxc175302a8fe32"} 1000 node_network_transmit_queue_length{device="lxc17feae817bba"} 1000 node_network_transmit_queue_length{device="lxc1cf26d61b7de"} 1000 node_network_transmit_queue_length{device="lxc1f2f628f5cb2"} 1000 node_network_transmit_queue_length{device="lxc20292119e9fc"} 1000 node_network_transmit_queue_length{device="lxc2691820742d3"} 1000 node_network_transmit_queue_length{device="lxc2a1e8fa8e7bd"} 1000 node_network_transmit_queue_length{device="lxc2ae85de7d87a"} 1000 node_network_transmit_queue_length{device="lxc33bc5bb73116"} 1000 node_network_transmit_queue_length{device="lxc36cbe6de217d"} 1000 node_network_transmit_queue_length{device="lxc3d79381a2f8e"} 1000 node_network_transmit_queue_length{device="lxc3da0cef9a086"} 1000 node_network_transmit_queue_length{device="lxc3dcd5abd3411"} 1000 node_network_transmit_queue_length{device="lxc4057e9c2a53d"} 1000 node_network_transmit_queue_length{device="lxc428ee943f832"} 1000 node_network_transmit_queue_length{device="lxc44ff4687797b"} 1000 node_network_transmit_queue_length{device="lxc452678320c59"} 1000 node_network_transmit_queue_length{device="lxc459e2917e896"} 1000 node_network_transmit_queue_length{device="lxc4f6fbf4bdaa0"} 1000 node_network_transmit_queue_length{device="lxc5177b044ff8c"} 1000 node_network_transmit_queue_length{device="lxc518c7f1814ee"} 1000 node_network_transmit_queue_length{device="lxc53b6c04ceef0"} 1000 node_network_transmit_queue_length{device="lxc54948d937699"} 1000 node_network_transmit_queue_length{device="lxc57829c0a033a"} 1000 node_network_transmit_queue_length{device="lxc5c466dbcf228"} 1000 node_network_transmit_queue_length{device="lxc5cc7cfe0fb45"} 1000 node_network_transmit_queue_length{device="lxc6579a3054dd8"} 1000 node_network_transmit_queue_length{device="lxc7060e6758f5f"} 1000 node_network_transmit_queue_length{device="lxc7228e1cd11ec"} 1000 node_network_transmit_queue_length{device="lxc72458c059a4a"} 1000 node_network_transmit_queue_length{device="lxc7a98125a5f20"} 1000 node_network_transmit_queue_length{device="lxc82408b3dff4e"} 1000 node_network_transmit_queue_length{device="lxc8795b25f1c71"} 1000 node_network_transmit_queue_length{device="lxc8e1e232eb1c1"} 1000 node_network_transmit_queue_length{device="lxc8e816ed17301"} 1000 node_network_transmit_queue_length{device="lxc90376d1a130e"} 1000 node_network_transmit_queue_length{device="lxc945688fdf71d"} 1000 node_network_transmit_queue_length{device="lxc96f57e28c3af"} 1000 node_network_transmit_queue_length{device="lxc_health"} 1000 node_network_transmit_queue_length{device="lxca586931c97ad"} 1000 node_network_transmit_queue_length{device="lxca98669efebc0"} 1000 node_network_transmit_queue_length{device="lxcaae631a36278"} 1000 node_network_transmit_queue_length{device="lxcab3b8e3f9dc6"} 1000 node_network_transmit_queue_length{device="lxcaba105a34bcb"} 1000 node_network_transmit_queue_length{device="lxcadd4a5353259"} 1000 node_network_transmit_queue_length{device="lxcae4b0315111a"} 1000 node_network_transmit_queue_length{device="lxcb7c576262959"} 1000 node_network_transmit_queue_length{device="lxcbe66bb9546eb"} 1000 node_network_transmit_queue_length{device="lxcc1e1f1602243"} 1000 node_network_transmit_queue_length{device="lxcc2030009643c"} 1000 node_network_transmit_queue_length{device="lxcc46561fc6aa0"} 1000 node_network_transmit_queue_length{device="lxcc715bd743ddf"} 1000 node_network_transmit_queue_length{device="lxcc9d5f3c4f15f"} 1000 node_network_transmit_queue_length{device="lxcc9f494e2ce8e"} 1000 node_network_transmit_queue_length{device="lxccebc5c99c32d"} 1000 node_network_transmit_queue_length{device="lxcd2966028a917"} 1000 node_network_transmit_queue_length{device="lxcd79777e9f00d"} 1000 node_network_transmit_queue_length{device="lxcdac6674f65af"} 1000 node_network_transmit_queue_length{device="lxcdca48fe73896"} 1000 node_network_transmit_queue_length{device="lxcde9b7460f631"} 1000 node_network_transmit_queue_length{device="lxce0dd1c47eca3"} 1000 node_network_transmit_queue_length{device="lxce1b40b246b9d"} 1000 node_network_transmit_queue_length{device="lxce1c72320619b"} 1000 node_network_transmit_queue_length{device="lxce63ba899ac82"} 1000 node_network_transmit_queue_length{device="lxcead91468c631"} 1000 node_network_transmit_queue_length{device="lxced7739722dca"} 1000 node_network_transmit_queue_length{device="lxcf0c4d79191ce"} 1000 node_network_transmit_queue_length{device="lxcf402eb507357"} 1000 node_network_transmit_queue_length{device="lxcf62ffd3e4961"} 1000 node_network_transmit_queue_length{device="lxcfd68899c8388"} 1000 node_network_transmit_queue_length{device="nodelocaldns"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="cilium_host"} 1 node_network_up{device="cilium_net"} 1 node_network_up{device="cilium_vxlan"} 0 node_network_up{device="cilium_wg0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="lxc04fe40b5a716"} 1 node_network_up{device="lxc05ba6904da5e"} 1 node_network_up{device="lxc07b181869408"} 1 node_network_up{device="lxc0c6c188c142c"} 1 node_network_up{device="lxc0cf868a49e89"} 1 node_network_up{device="lxc0d3e4226f908"} 1 node_network_up{device="lxc0e391eb6cd8b"} 1 node_network_up{device="lxc0eb98b63455c"} 1 node_network_up{device="lxc15cc6adf57d6"} 1 node_network_up{device="lxc175302a8fe32"} 1 node_network_up{device="lxc17feae817bba"} 1 node_network_up{device="lxc1cf26d61b7de"} 1 node_network_up{device="lxc1f2f628f5cb2"} 1 node_network_up{device="lxc20292119e9fc"} 1 node_network_up{device="lxc2691820742d3"} 1 node_network_up{device="lxc2a1e8fa8e7bd"} 1 node_network_up{device="lxc2ae85de7d87a"} 1 node_network_up{device="lxc33bc5bb73116"} 1 node_network_up{device="lxc36cbe6de217d"} 1 node_network_up{device="lxc3d79381a2f8e"} 1 node_network_up{device="lxc3da0cef9a086"} 1 node_network_up{device="lxc3dcd5abd3411"} 1 node_network_up{device="lxc4057e9c2a53d"} 1 node_network_up{device="lxc428ee943f832"} 1 node_network_up{device="lxc44ff4687797b"} 1 node_network_up{device="lxc452678320c59"} 1 node_network_up{device="lxc459e2917e896"} 1 node_network_up{device="lxc4f6fbf4bdaa0"} 1 node_network_up{device="lxc5177b044ff8c"} 1 node_network_up{device="lxc518c7f1814ee"} 1 node_network_up{device="lxc53b6c04ceef0"} 1 node_network_up{device="lxc54948d937699"} 1 node_network_up{device="lxc57829c0a033a"} 1 node_network_up{device="lxc5c466dbcf228"} 1 node_network_up{device="lxc5cc7cfe0fb45"} 1 node_network_up{device="lxc6579a3054dd8"} 1 node_network_up{device="lxc7060e6758f5f"} 1 node_network_up{device="lxc7228e1cd11ec"} 1 node_network_up{device="lxc72458c059a4a"} 1 node_network_up{device="lxc7a98125a5f20"} 1 node_network_up{device="lxc82408b3dff4e"} 1 node_network_up{device="lxc8795b25f1c71"} 1 node_network_up{device="lxc8e1e232eb1c1"} 1 node_network_up{device="lxc8e816ed17301"} 1 node_network_up{device="lxc90376d1a130e"} 1 node_network_up{device="lxc945688fdf71d"} 1 node_network_up{device="lxc96f57e28c3af"} 1 node_network_up{device="lxc_health"} 1 node_network_up{device="lxca586931c97ad"} 1 node_network_up{device="lxca98669efebc0"} 1 node_network_up{device="lxcaae631a36278"} 1 node_network_up{device="lxcab3b8e3f9dc6"} 1 node_network_up{device="lxcaba105a34bcb"} 1 node_network_up{device="lxcadd4a5353259"} 1 node_network_up{device="lxcae4b0315111a"} 1 node_network_up{device="lxcb7c576262959"} 1 node_network_up{device="lxcbe66bb9546eb"} 1 node_network_up{device="lxcc1e1f1602243"} 1 node_network_up{device="lxcc2030009643c"} 1 node_network_up{device="lxcc46561fc6aa0"} 1 node_network_up{device="lxcc715bd743ddf"} 1 node_network_up{device="lxcc9d5f3c4f15f"} 1 node_network_up{device="lxcc9f494e2ce8e"} 1 node_network_up{device="lxccebc5c99c32d"} 1 node_network_up{device="lxcd2966028a917"} 1 node_network_up{device="lxcd79777e9f00d"} 1 node_network_up{device="lxcdac6674f65af"} 1 node_network_up{device="lxcdca48fe73896"} 1 node_network_up{device="lxcde9b7460f631"} 1 node_network_up{device="lxce0dd1c47eca3"} 1 node_network_up{device="lxce1b40b246b9d"} 1 node_network_up{device="lxce1c72320619b"} 1 node_network_up{device="lxce63ba899ac82"} 1 node_network_up{device="lxcead91468c631"} 1 node_network_up{device="lxced7739722dca"} 1 node_network_up{device="lxcf0c4d79191ce"} 1 node_network_up{device="lxcf402eb507357"} 1 node_network_up{device="lxcf62ffd3e4961"} 1 node_network_up{device="lxcfd68899c8388"} 1 node_network_up{device="nodelocaldns"} 0 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 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 262144 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 24.04.3 LTS",variant="",variant_id="",version="24.04.3 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 203927.00341600002 # 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 58515.339119000004 # 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 92648.13671600001 # 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 9772.370251 # 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 24657.647898 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 4 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 794444.537682581 node_schedstat_running_seconds_total{cpu="1"} 760968.1580559 node_schedstat_running_seconds_total{cpu="2"} 791670.629718512 node_schedstat_running_seconds_total{cpu="3"} 779422.340431947 node_schedstat_running_seconds_total{cpu="4"} 825301.222214337 node_schedstat_running_seconds_total{cpu="5"} 841934.399461106 node_schedstat_running_seconds_total{cpu="6"} 830398.999503314 node_schedstat_running_seconds_total{cpu="7"} 830766.741142164 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 7.627031836e+09 node_schedstat_timeslices_total{cpu="1"} 8.095427334e+09 node_schedstat_timeslices_total{cpu="2"} 7.792562215e+09 node_schedstat_timeslices_total{cpu="3"} 7.740408344e+09 node_schedstat_timeslices_total{cpu="4"} 8.105997926e+09 node_schedstat_timeslices_total{cpu="5"} 7.587972586e+09 node_schedstat_timeslices_total{cpu="6"} 7.414596447e+09 node_schedstat_timeslices_total{cpu="7"} 7.43735867e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 269179.634690086 node_schedstat_waiting_seconds_total{cpu="1"} 284663.708813734 node_schedstat_waiting_seconds_total{cpu="2"} 271072.303586368 node_schedstat_waiting_seconds_total{cpu="3"} 273314.514879368 node_schedstat_waiting_seconds_total{cpu="4"} 282159.699189958 node_schedstat_waiting_seconds_total{cpu="5"} 261003.669032108 node_schedstat_waiting_seconds_total{cpu="6"} 256624.816279039 node_schedstat_waiting_seconds_total{cpu="7"} 259168.648960832 # 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.000630671 node_scrape_collector_duration_seconds{collector="bcache"} 6.4694e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.8682e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.010023563 node_scrape_collector_duration_seconds{collector="conntrack"} 0.00020929 node_scrape_collector_duration_seconds{collector="cpu"} 0.001765688 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000149606 node_scrape_collector_duration_seconds{collector="diskstats"} 0.085374999 node_scrape_collector_duration_seconds{collector="dmi"} 2.2969e-05 node_scrape_collector_duration_seconds{collector="edac"} 5.4145e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000200095 node_scrape_collector_duration_seconds{collector="fibrechannel"} 2.9086e-05 node_scrape_collector_duration_seconds{collector="filefd"} 6.4124e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.099975398 node_scrape_collector_duration_seconds{collector="hwmon"} 3.7951e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 2.5585e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 0.000283671 node_scrape_collector_duration_seconds{collector="loadavg"} 5.6572e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000109251 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000364206 node_scrape_collector_duration_seconds{collector="netclass"} 0.098484764 node_scrape_collector_duration_seconds{collector="netdev"} 0.000416186 node_scrape_collector_duration_seconds{collector="netstat"} 0.001128504 node_scrape_collector_duration_seconds{collector="nfs"} 8.9751e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 5.0973e-05 node_scrape_collector_duration_seconds{collector="nvme"} 6.1902e-05 node_scrape_collector_duration_seconds{collector="os"} 9.3487e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.9491e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000214319 node_scrape_collector_duration_seconds{collector="rapl"} 0.00013662 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000323864 node_scrape_collector_duration_seconds{collector="selinux"} 0.000118579 node_scrape_collector_duration_seconds{collector="sockstat"} 0.001141244 node_scrape_collector_duration_seconds{collector="softnet"} 0.000223907 node_scrape_collector_duration_seconds{collector="stat"} 0.000198295 node_scrape_collector_duration_seconds{collector="tapestats"} 4.154e-05 node_scrape_collector_duration_seconds{collector="textfile"} 0.000179349 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.00099783 node_scrape_collector_duration_seconds{collector="time"} 0.000270947 node_scrape_collector_duration_seconds{collector="timex"} 4.8312e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000291011 node_scrape_collector_duration_seconds{collector="uname"} 3.4287e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000203759 node_scrape_collector_duration_seconds{collector="watchdog"} 5.6044e-05 node_scrape_collector_duration_seconds{collector="xfs"} 6.3683e-05 node_scrape_collector_duration_seconds{collector="zfs"} 3.0343e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 1 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="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 1103 # 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 825 # 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 3.3792e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 37 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 10 # 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 249 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 1.019904e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 3 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 1.150805231e+09 node_softnet_processed_total{cpu="1"} 1.585432289e+09 node_softnet_processed_total{cpu="2"} 1.574866872e+09 node_softnet_processed_total{cpu="3"} 1.148746536e+09 node_softnet_processed_total{cpu="4"} 1.812477851e+09 node_softnet_processed_total{cpu="5"} 1.195496329e+09 node_softnet_processed_total{cpu="6"} 1.149178145e+09 node_softnet_processed_total{cpu="7"} 1.145303764e+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 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 10825 node_softnet_times_squeezed_total{cpu="1"} 14964 node_softnet_times_squeezed_total{cpu="2"} 23076 node_softnet_times_squeezed_total{cpu="3"} 10081 node_softnet_times_squeezed_total{cpu="4"} 20038 node_softnet_times_squeezed_total{cpu="5"} 8977 node_softnet_times_squeezed_total{cpu="6"} 7915 node_softnet_times_squeezed_total{cpu="7"} 7849 # 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 node_time_clocksource_available_info{clocksource="tsc",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.7660775913333328e+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.000713 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000011455688476 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 10 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.494671 # 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.001066547 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 37 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="node-exporter-prometheus-node-exporter-gpxq4",release="6.8.0-87-generic",sysname="Linux",version="#88-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 09:28:41 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 1 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 2.8567218611e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 1.3742705e+07 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 5.551427536e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 4.63327627e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 19.44 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 65535 # 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 2.69806168e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.340843226e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 8.25344e+06 # 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.76585932351e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.272733696e+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"} 0 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0