# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 4.886e-05 go_gc_duration_seconds{quantile="0.25"} 8.9606e-05 go_gc_duration_seconds{quantile="0.5"} 0.000106662 go_gc_duration_seconds{quantile="0.75"} 0.00012881 go_gc_duration_seconds{quantile="1"} 0.000666403 go_gc_duration_seconds_sum 0.193017248 go_gc_duration_seconds_count 1660 # 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 812400 # 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.95739384e+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.472123e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 2.045561e+06 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.433232e+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 812400 # 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 9.715712e+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.408448e+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 4690 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 9.535488e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.212416e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7803307241774347e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 2.050251e+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 31408 # 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 57440 # 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 146880 # 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 771853 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 458752 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 458752 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.8438408e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 5 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.780122853e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 6.070239874e+09 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",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 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="9",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="10",type="Processor"} 0 node_cooling_device_max_state{name="11",type="Processor"} 0 node_cooling_device_max_state{name="12",type="Processor"} 0 node_cooling_device_max_state{name="13",type="Processor"} 0 node_cooling_device_max_state{name="14",type="Processor"} 0 node_cooling_device_max_state{name="15",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 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="9",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="10",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="10",mode="user"} 0 node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="11",mode="user"} 0 node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="12",mode="user"} 0 node_cpu_guest_seconds_total{cpu="13",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="13",mode="user"} 0 node_cpu_guest_seconds_total{cpu="14",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="14",mode="user"} 0 node_cpu_guest_seconds_total{cpu="15",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="15",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 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",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"} 159125.27 node_cpu_seconds_total{cpu="0",mode="iowait"} 170.75 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 1.04 node_cpu_seconds_total{cpu="0",mode="softirq"} 3007.6 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 16408.85 node_cpu_seconds_total{cpu="0",mode="user"} 15087.21 node_cpu_seconds_total{cpu="1",mode="idle"} 168714.96 node_cpu_seconds_total{cpu="1",mode="iowait"} 172.85 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 0 node_cpu_seconds_total{cpu="1",mode="softirq"} 1383.94 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 16070.76 node_cpu_seconds_total{cpu="1",mode="user"} 13196.22 node_cpu_seconds_total{cpu="10",mode="idle"} 168560.67 node_cpu_seconds_total{cpu="10",mode="iowait"} 273.8 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 1.43 node_cpu_seconds_total{cpu="10",mode="softirq"} 812.43 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 16204.78 node_cpu_seconds_total{cpu="10",mode="user"} 14741.42 node_cpu_seconds_total{cpu="11",mode="idle"} 168732.99 node_cpu_seconds_total{cpu="11",mode="iowait"} 237.73 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 1.85 node_cpu_seconds_total{cpu="11",mode="softirq"} 742.07 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 16266.96 node_cpu_seconds_total{cpu="11",mode="user"} 14732.63 node_cpu_seconds_total{cpu="12",mode="idle"} 168712.32 node_cpu_seconds_total{cpu="12",mode="iowait"} 224.05 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 0 node_cpu_seconds_total{cpu="12",mode="softirq"} 630.15 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 16329.05 node_cpu_seconds_total{cpu="12",mode="user"} 15013.87 node_cpu_seconds_total{cpu="13",mode="idle"} 168271.19 node_cpu_seconds_total{cpu="13",mode="iowait"} 199.92 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 0 node_cpu_seconds_total{cpu="13",mode="softirq"} 942.99 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 15922.26 node_cpu_seconds_total{cpu="13",mode="user"} 15153.74 node_cpu_seconds_total{cpu="14",mode="idle"} 168715.6 node_cpu_seconds_total{cpu="14",mode="iowait"} 194.22 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 0 node_cpu_seconds_total{cpu="14",mode="softirq"} 754.69 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 16320.29 node_cpu_seconds_total{cpu="14",mode="user"} 14785.56 node_cpu_seconds_total{cpu="15",mode="idle"} 168521.74 node_cpu_seconds_total{cpu="15",mode="iowait"} 188.02 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 0.04 node_cpu_seconds_total{cpu="15",mode="softirq"} 687.11 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 16039.05 node_cpu_seconds_total{cpu="15",mode="user"} 15401.9 node_cpu_seconds_total{cpu="2",mode="idle"} 167815.86 node_cpu_seconds_total{cpu="2",mode="iowait"} 178.39 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 0 node_cpu_seconds_total{cpu="2",mode="softirq"} 941.23 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 16281.33 node_cpu_seconds_total{cpu="2",mode="user"} 15609.65 node_cpu_seconds_total{cpu="3",mode="idle"} 168774.98 node_cpu_seconds_total{cpu="3",mode="iowait"} 178.77 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 1.84 node_cpu_seconds_total{cpu="3",mode="softirq"} 737.57 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 16304.4 node_cpu_seconds_total{cpu="3",mode="user"} 14834.84 node_cpu_seconds_total{cpu="4",mode="idle"} 168724.36 node_cpu_seconds_total{cpu="4",mode="iowait"} 179.37 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 0.69 node_cpu_seconds_total{cpu="4",mode="softirq"} 630.59 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 16322.73 node_cpu_seconds_total{cpu="4",mode="user"} 15146.13 node_cpu_seconds_total{cpu="5",mode="idle"} 168259.91 node_cpu_seconds_total{cpu="5",mode="iowait"} 178.44 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 0 node_cpu_seconds_total{cpu="5",mode="softirq"} 574.04 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 16260.18 node_cpu_seconds_total{cpu="5",mode="user"} 15730.86 node_cpu_seconds_total{cpu="6",mode="idle"} 168688.43 node_cpu_seconds_total{cpu="6",mode="iowait"} 179.4 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 0.55 node_cpu_seconds_total{cpu="6",mode="softirq"} 542.11 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 16293.96 node_cpu_seconds_total{cpu="6",mode="user"} 15278.51 node_cpu_seconds_total{cpu="7",mode="idle"} 168396.06 node_cpu_seconds_total{cpu="7",mode="iowait"} 168.16 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 0.01 node_cpu_seconds_total{cpu="7",mode="softirq"} 517.18 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 16165.46 node_cpu_seconds_total{cpu="7",mode="user"} 15680.94 node_cpu_seconds_total{cpu="8",mode="idle"} 168838.29 node_cpu_seconds_total{cpu="8",mode="iowait"} 168.54 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 1.9 node_cpu_seconds_total{cpu="8",mode="softirq"} 1202.8 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 16057.52 node_cpu_seconds_total{cpu="8",mode="user"} 14097.82 node_cpu_seconds_total{cpu="9",mode="idle"} 167935.87 node_cpu_seconds_total{cpu="9",mode="iowait"} 357.35 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 5.7 node_cpu_seconds_total{cpu="9",mode="softirq"} 1210.53 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 16166.59 node_cpu_seconds_total{cpu="9",mode="user"} 14423.74 # 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="sdc"} 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="sdi"} 0 node_disk_discard_time_seconds_total{device="sdj"} 0 node_disk_discard_time_seconds_total{device="sr0"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="sda"} 0 node_disk_discarded_sectors_total{device="sdb"} 0 node_disk_discarded_sectors_total{device="sdc"} 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="sdi"} 0 node_disk_discarded_sectors_total{device="sdj"} 0 node_disk_discarded_sectors_total{device="sr0"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="sda"} 0 node_disk_discards_completed_total{device="sdb"} 0 node_disk_discards_completed_total{device="sdc"} 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="sdi"} 0 node_disk_discards_completed_total{device="sdj"} 0 node_disk_discards_completed_total{device="sr0"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sdb"} 0 node_disk_discards_merged_total{device="sdc"} 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="sdi"} 0 node_disk_discards_merged_total{device="sdj"} 0 node_disk_discards_merged_total{device="sr0"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="sdb",type="ext4",usage="filesystem",uuid="9fb41fd7-cc80-4bc3-aa96-018effae9fd6",version="1.0"} 1 node_disk_filesystem_info{device="sdc",type="ext4",usage="filesystem",uuid="2e22ca1c-f1cb-4d7e-8b8b-797538ffec81",version="1.0"} 1 node_disk_filesystem_info{device="sdd",type="ext4",usage="filesystem",uuid="58e0df27-9d68-4569-a230-46f68651dc59",version="1.0"} 1 node_disk_filesystem_info{device="sde",type="ext4",usage="filesystem",uuid="9ab36c51-a8c2-4686-a98f-d1bf5bd55e08",version="1.0"} 1 node_disk_filesystem_info{device="sdf",type="ext4",usage="filesystem",uuid="92a24fba-d427-4c13-975c-b07a94369a2e",version="1.0"} 1 node_disk_filesystem_info{device="sdg",type="ext4",usage="filesystem",uuid="75db61b9-9643-4a32-addf-5c74bba1dfe4",version="1.0"} 1 node_disk_filesystem_info{device="sdh",type="ext4",usage="filesystem",uuid="5c71a4ad-b0b2-4429-a47d-bb96a8cdfe5e",version="1.0"} 1 node_disk_filesystem_info{device="sdi",type="ext4",usage="filesystem",uuid="4f713d55-f7a4-4098-b55d-7b7346607fe9",version="1.0"} 1 node_disk_filesystem_info{device="sdj",type="ext4",usage="filesystem",uuid="90613b83-13ec-4463-a2db-d3b9db838f96",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="sdc"} 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="sdi"} 0 node_disk_flush_requests_time_seconds_total{device="sdj"} 0 node_disk_flush_requests_time_seconds_total{device="sr0"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="sda"} 0 node_disk_flush_requests_total{device="sdb"} 0 node_disk_flush_requests_total{device="sdc"} 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="sdi"} 0 node_disk_flush_requests_total{device="sdj"} 0 node_disk_flush_requests_total{device="sr0"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="Virtual_disk",path="pci-0000:02:00.0-scsi-0:0:0:0",revision="2.0",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sdb",major="8",minor="16",model="Virtual_disk",path="pci-0000:02:00.0-scsi-0:0:1:0",revision="2.0",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sdc",major="8",minor="32",model="VIRTUAL-DISK",path="ip-10.233.66.29:3260-iscsi-iqn.2019-10.io.longhorn:pvc-7a881a62-2dbd-4f68-966a-28550abd5dea-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.66.29:3260-iscsi-iqn.2019-10.io.longhorn:pvc-ee2fcac1-6c3f-4f4a-8a05-c3b6e8584073-lun-1",revision="0001",rotational="1",serial="beaf21",wwn="0x6000000000000000"} 1 node_disk_info{device="sde",major="8",minor="64",model="VIRTUAL-DISK",path="ip-10.233.66.29:3260-iscsi-iqn.2019-10.io.longhorn:pvc-f84242e5-2544-458e-8489-9f61ac67acf0-lun-1",revision="0001",rotational="1",serial="beaf31",wwn="0x6000000000000000"} 1 node_disk_info{device="sdf",major="8",minor="80",model="VIRTUAL-DISK",path="ip-10.233.66.29:3260-iscsi-iqn.2019-10.io.longhorn:pvc-85675234-37b9-40f0-839c-7ee4e04261d2-lun-1",revision="0001",rotational="1",serial="beaf41",wwn="0x6000000000000000"} 1 node_disk_info{device="sdg",major="8",minor="96",model="VIRTUAL-DISK",path="ip-10.233.66.29:3260-iscsi-iqn.2019-10.io.longhorn:pvc-f83d432b-2ee2-48b1-80cc-1e87d8c639dc-lun-1",revision="0001",rotational="1",serial="beaf51",wwn="0x6000000000000000"} 1 node_disk_info{device="sdh",major="8",minor="112",model="VIRTUAL-DISK",path="ip-10.233.66.29:3260-iscsi-iqn.2019-10.io.longhorn:pvc-f87340f3-ba49-44ac-86b9-1fbdfb3abb78-lun-1",revision="0001",rotational="1",serial="beaf61",wwn="0x6000000000000000"} 1 node_disk_info{device="sdi",major="8",minor="128",model="VIRTUAL-DISK",path="ip-10.233.66.29:3260-iscsi-iqn.2019-10.io.longhorn:pvc-d9a289b8-a8b0-4a65-adac-fafd86b5bfa6-lun-1",revision="0001",rotational="1",serial="beaf71",wwn="0x6000000000000000"} 1 node_disk_info{device="sdj",major="8",minor="144",model="VIRTUAL-DISK",path="ip-10.233.66.29:3260-iscsi-iqn.2019-10.io.longhorn:pvc-99b93bf3-9b9e-4522-bfff-01be8e2369a7-lun-1",revision="0001",rotational="1",serial="beaf81",wwn="0x6000000000000000"} 1 node_disk_info{device="sr0",major="11",minor="0",model="VMware_Virtual_SATA_CDRW_Drive",path="pci-0000:02:05.0-ata-1.0",revision="00000001",rotational="1",serial="00000000000000000001",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="sdc"} 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="sdi"} 0 node_disk_io_now{device="sdj"} 0 node_disk_io_now{device="sr0"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 3349.916 node_disk_io_time_seconds_total{device="sdb"} 2470.2000000000003 node_disk_io_time_seconds_total{device="sdc"} 722.248 node_disk_io_time_seconds_total{device="sdd"} 2.4090000000000003 node_disk_io_time_seconds_total{device="sde"} 1.546 node_disk_io_time_seconds_total{device="sdf"} 100.417 node_disk_io_time_seconds_total{device="sdg"} 1.354 node_disk_io_time_seconds_total{device="sdh"} 8.257 node_disk_io_time_seconds_total{device="sdi"} 0.652 node_disk_io_time_seconds_total{device="sdj"} 0.6890000000000001 node_disk_io_time_seconds_total{device="sr0"} 0 # 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"} 29149.885000000002 node_disk_io_time_weighted_seconds_total{device="sdb"} 816.2620000000001 node_disk_io_time_weighted_seconds_total{device="sdc"} 918.813 node_disk_io_time_weighted_seconds_total{device="sdd"} 3.439 node_disk_io_time_weighted_seconds_total{device="sde"} 2.402 node_disk_io_time_weighted_seconds_total{device="sdf"} 103.882 node_disk_io_time_weighted_seconds_total{device="sdg"} 2.153 node_disk_io_time_weighted_seconds_total{device="sdh"} 18.264 node_disk_io_time_weighted_seconds_total{device="sdi"} 0.992 node_disk_io_time_weighted_seconds_total{device="sdj"} 1.002 node_disk_io_time_weighted_seconds_total{device="sr0"} 0 # 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"} 5.4029597696e+10 node_disk_read_bytes_total{device="sdb"} 1.27980544e+08 node_disk_read_bytes_total{device="sdc"} 1.0707968e+07 node_disk_read_bytes_total{device="sdd"} 1.1367424e+07 node_disk_read_bytes_total{device="sde"} 1.1383808e+07 node_disk_read_bytes_total{device="sdf"} 1.2112896e+07 node_disk_read_bytes_total{device="sdg"} 1.1031552e+07 node_disk_read_bytes_total{device="sdh"} 1.1785216e+07 node_disk_read_bytes_total{device="sdi"} 6.9888e+06 node_disk_read_bytes_total{device="sdj"} 6.980608e+06 node_disk_read_bytes_total{device="sr0"} 0 # 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"} 785.967 node_disk_read_time_seconds_total{device="sdb"} 4.048 node_disk_read_time_seconds_total{device="sdc"} 1.567 node_disk_read_time_seconds_total{device="sdd"} 2.6350000000000002 node_disk_read_time_seconds_total{device="sde"} 1.647 node_disk_read_time_seconds_total{device="sdf"} 0.873 node_disk_read_time_seconds_total{device="sdg"} 1.313 node_disk_read_time_seconds_total{device="sdh"} 1.522 node_disk_read_time_seconds_total{device="sdi"} 0.8300000000000001 node_disk_read_time_seconds_total{device="sdj"} 0.8280000000000001 node_disk_read_time_seconds_total{device="sr0"} 0 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="sda"} 1.1247e+06 node_disk_reads_completed_total{device="sdb"} 4823 node_disk_reads_completed_total{device="sdc"} 716 node_disk_reads_completed_total{device="sdd"} 771 node_disk_reads_completed_total{device="sde"} 794 node_disk_reads_completed_total{device="sdf"} 369 node_disk_reads_completed_total{device="sdg"} 570 node_disk_reads_completed_total{device="sdh"} 676 node_disk_reads_completed_total{device="sdi"} 329 node_disk_reads_completed_total{device="sdj"} 325 node_disk_reads_completed_total{device="sr0"} 0 # 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"} 74654 node_disk_reads_merged_total{device="sdb"} 495 node_disk_reads_merged_total{device="sdc"} 34 node_disk_reads_merged_total{device="sdd"} 34 node_disk_reads_merged_total{device="sde"} 33 node_disk_reads_merged_total{device="sdf"} 7 node_disk_reads_merged_total{device="sdg"} 89 node_disk_reads_merged_total{device="sdh"} 124 node_disk_reads_merged_total{device="sdi"} 5 node_disk_reads_merged_total{device="sdj"} 7 node_disk_reads_merged_total{device="sr0"} 0 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="sda"} 28363.918 node_disk_write_time_seconds_total{device="sdb"} 812.213 node_disk_write_time_seconds_total{device="sdc"} 917.246 node_disk_write_time_seconds_total{device="sdd"} 0.803 node_disk_write_time_seconds_total{device="sde"} 0.754 node_disk_write_time_seconds_total{device="sdf"} 103.009 node_disk_write_time_seconds_total{device="sdg"} 0.84 node_disk_write_time_seconds_total{device="sdh"} 16.741 node_disk_write_time_seconds_total{device="sdi"} 0.162 node_disk_write_time_seconds_total{device="sdj"} 0.17300000000000001 node_disk_write_time_seconds_total{device="sr0"} 0 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="sda"} 2.476846e+06 node_disk_writes_completed_total{device="sdb"} 244549 node_disk_writes_completed_total{device="sdc"} 161478 node_disk_writes_completed_total{device="sdd"} 128 node_disk_writes_completed_total{device="sde"} 122 node_disk_writes_completed_total{device="sdf"} 24505 node_disk_writes_completed_total{device="sdg"} 144 node_disk_writes_completed_total{device="sdh"} 2478 node_disk_writes_completed_total{device="sdi"} 24 node_disk_writes_completed_total{device="sdj"} 27 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 3.140222e+06 node_disk_writes_merged_total{device="sdb"} 29060 node_disk_writes_merged_total{device="sdc"} 248896 node_disk_writes_merged_total{device="sdd"} 115 node_disk_writes_merged_total{device="sde"} 106 node_disk_writes_merged_total{device="sdf"} 698 node_disk_writes_merged_total{device="sdg"} 160 node_disk_writes_merged_total{device="sdh"} 1714 node_disk_writes_merged_total{device="sdi"} 13 node_disk_writes_merged_total{device="sdj"} 14 node_disk_writes_merged_total{device="sr0"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 3.27588682752e+11 node_disk_written_bytes_total{device="sdb"} 2.817376256e+09 node_disk_written_bytes_total{device="sdc"} 2.343706624e+09 node_disk_written_bytes_total{device="sdd"} 995328 node_disk_written_bytes_total{device="sde"} 933888 node_disk_written_bytes_total{device="sdf"} 1.03284736e+08 node_disk_written_bytes_total{device="sdg"} 1.466368e+06 node_disk_written_bytes_total{device="sdh"} 2.0004864e+07 node_disk_written_bytes_total{device="sdi"} 151552 node_disk_written_bytes_total{device="sdj"} 167936 node_disk_written_bytes_total{device="sr0"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="11/21/2022",bios_vendor="VMware, Inc.",bios_version="VMW201.00V.20829224.B64.2211211842",board_asset_tag="",board_name="440BX Desktop Reference Platform",board_vendor="Intel Corporation",board_version="None",chassis_asset_tag="No Asset Tag",chassis_vendor="No Enclosure",chassis_version="N/A",product_family="",product_name="VMware20,1",product_sku="",product_version="None",system_vendor="VMware, Inc."} 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 6944 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 9.90887936e+08 node_filesystem_avail_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 3.2444813312e+10 node_filesystem_avail_bytes{device="/dev/sdb",device_error="",fstype="ext4",mountpoint="/var/lib/longhorn"} 7.6548440064e+10 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0027809792a3009e8cadfd058f86210c36879686baa7185ef73f2a9c48a7f5a5/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0050d23c332072fdcb9593488a7c2f19c590839d0edc8f35834c008f7ef4fcfb/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/00a39185a451b41738688ee20fe9472e4366114b93bd1ed08d3a41ab23dcb273/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e985fff8fc3e11bd83f7d24aed976d2cf44481df992e34db5bf1e393369e987/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f9f4f7b14aa0ed77285bd59b4ee90abef07b3e12b44d5d84c8445809b9aa4e4/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/107134441f11df7a8ada1e4a5ddc39c62d1a1bc0dcd1769e8c3ed4326961e929/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/124bfa835689406d01ec2e36ab6377e571ad0ae28ec2df82e42b3a434399ea38/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13928369307d1c24cebd9e309bfbb2dbc5e7be43fade9ebfe642598310952893/shm"} 6.709248e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a656800c8b0fc4ac06dd64300429e939f22ded5df560aaaf33e5cebf42e8d42/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1da1a2abb31306894236dc5f310a5c5db48ea5babfebe343ecdd1c89754fecd8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1e066cdfa4fcc24f5037ddd42937efe65a08b01a7487221f5bae9c60b97431a2/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2194f1e880484cb42bb7bbc3279fbca3e8e5e88d4e5f66948b718e7c57478883/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21bcdf37a3836a30d9c7f475d3379af9033b70debeb1a8ca3b25b0f4615f5e29/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2a8ad66cc4fe54579eeaad5df9b46bb4d8cf983ae3e378e0606026bff41263fe/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30409643bba9a998973a63621cac17d3116f13fdf243b8ddc0d63cf48afd4aa5/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/334aa88da8d7b66a8c0a16fc2696928d7905b3a2484297536664d8a6e341d56e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36d4d174ce5eaf98ab2e18e92061072af19d17dd2be852fbf3d86abe316364a6/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36e3b8f53432c0cc6caa1e8fc26810e4edb2c5577f358fa4b23f1c14fc8a5f22/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36fe7755a24e5753316b9876995fdb73132483d7fedb2059c71ba4d156605539/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3a017a811f37ea5c442687138b4ba48e20d121abf51da41c6a3e0febedece3ad/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e0041c9c0aef242a42f74d3fa276b4bdf75bac5fea11c348cce30227a7edf7b/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f19739084a3bc6104b286bc01c4ac28de9dbf0d4501a838358d24fbe8525675/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41796a6374353ce473277e6e226c18b4c58023babd7a22622056f92426e1d0da/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41b093071f7477c3a062198601b66c843959838c85b6324ff0ac54f724f9b77a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45f1cd182b12d1fa7d38384dc90c9716989eec5cd39c7835e179a4b833e0adcf/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4810b2327244f60dcec11911d8df65fd69da7905bd7ca03b408793c1efd2ded1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f338ebdbdda186e04149f46a6114cdad0e133f4b9918f6a0a846605aac8813d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/513c3518ad728b32fb1552ea66ac74ec78a9e466d758c801446780ee78f55256/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/516d7e9fb403bf18f596904eb7facb8b29ee41aa223613f8410b47dd03a0d311/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5b4efc8a5ca6c13d69185818c6e6178f8918ec5d7d6c84cd800e4c39f865bfa5/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5dd63ba4ab860c11029245a706462ef2e3cc85bb071f459eb347e672f394b6cc/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fde91cd1a35f4ce8e610e47cec1ea64686b06ab25401132e43231f88a5a61c/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6395e354911fd9fa01fcb380f6f23f2a24564a8201f2a5ed888d5b8d7678f170/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6dae25eba4e933ef8775ace5ca96156dcf2716f3c49bf6013fb751b63e6f02cd/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/748418388778fca6150e1b5581e9ecad0cb16cbd0e0f9d8d77640eced514706e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/76356ecb988d15daccf5c095fd370f046bffa1bb264d426a6e4fd45e61fcc9e6/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7663412771ed6eec972ff413c7ce33ecfb9f4a3b21fab27b020d475bb795105b/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/791125b240b974467f1ce18b09a4d20914d6f0a08700773392a0ec931233d771/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/79e32948cd799c53b36d42e14f1f2bc1a7f2667aca87ee3ed537221f20c160f8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7d4eab416507b0e27fbee14a8c89bac806bb50f8d95f4d14190c52c8528c8a52/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7eee5e125d5874ec947da2dab840bacf0b34d7b82974251711b2948fc53bf7e2/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7f60339464d815ee31a55189346dae7c14603bc3f74159b96af3037e4442eaa8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/804277ed45b8551b056a738cc18102e5f79401bbeec57607947d4ad5057f02e3/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/87806418f6825cc1a5c52360e0b48746451cc7a8cdb330c1849b92dad00773d7/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/89b0ec078a532fbadf2d00a986c4eb045be23cba20c6bfe46faa5f16179c5b55/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ec9c575c3ea313cf44ab31c1823f94690d594e621c79009d690a8992b8164ed/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/90c9c15ee558925563621ea6c84b0f16207a7952cbabe6ab5ec669688441f742/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934566ca160a7d2a951276edd0722be764feaa164d2d9c441a8761f29db4ed6b/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a3ac4297305945a4a252dd55c63546883c9c5af96d579f32026e2de4cb9b3c7e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8f339347775447bd3f0e9b426ed28afc1cbadf55fe7ea7143dd7f39c9ed715a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aee8d6207da082de6a801f3763d16610a3ab6de359c13a9635603f459db8a360/shm"} 6.6031616e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af785f9b368719b6dd5072b1e8288f09056b432ebb975dc10d8badd3e6c907bc/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0ce4311ea989653e9314d373eb819925c67d6af89fd8f39fc83b0a1597a9563/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b23e7f128c2bd4bca2352c8bc40c5791fc29c8cc0894a614c5663a9cc56e3ed6/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b7c0657ca3e76605b6fa730f7df53571740b9f194b124bc96df3614d8654e048/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b93f13a0d4f52ae21cb4dcf16911f3ff7de198f132c61fb1fa8798580bac6bc8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c7b88e948341ddb792947ca3be2e7c09fbf8cef7d528383a505fd81ab2eed159/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ca8f158e1913f4a4890920dda6e28f333a56f109f3dd96b6008d343a7c7230dd/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb2cbfe8d46e5695abc13bab680b7a25383e7b5a158c35eae5a9262b4dc4c013/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d3c9e3c9aacdf511747086413a8a1d4f4555824029a6f82048348ed9cab913c9/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d441c4cce32c460bbd7d4693aaef8d039435589997b60b85c3ea0cbe26025658/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d5a976a5c1d92a42e468014694c01d6e0e6ea07b50607e10e552c8e3bacd55a0/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dccc09fdc96b37f8d51e946c8157eaa5e1e42f51948e8bcce897a5b1848fc5ca/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e259461508b451e6315fee5ab597f891ed88aa8b65d3c09d5975b4a0f52362d5/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e5e489a14af39f8c55debea30381306bacc27658e2fba7e55cfdf9e20f9af214/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ee09c8d9d33e1caeaf318a4730d92f8ea659333012f694bd946fa1fa1d7fa5c8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef3adb34194f3e1e805e38e3e7d60a60699b287d5f523e414882d103aca73ef7/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1477becef274bfdcfcef0cb91e5f7c2913076b4573cf8a8590db16e9ec718b0/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2136295dd072e339f754ecbb87279ecfb1e38cd2f7fb4df223a3bdec5d204e9/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5908f8fb91a9ce9aebfbf15ba89b3bd81c7d6c50a6e3525200baacfa32e521f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fcfee7e9d64b4715ec808f98a69449fdb6181ad44adccb35fb658b847757d69a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/febcacf301692eb228b2a85887e2146afcfb687676751b9dd939040d9a7a1ab9/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.385453056e+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-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/9ec90e7a-a5e1-45f6-aa63-42dee6c67056/volumes/kubernetes.io~csi/pvc-7a881a62-2dbd-4f68-966a-28550abd5dea/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/edd710fb-9dd3-41e2-a959-701a69637d34/volumes/kubernetes.io~csi/pvc-85675234-37b9-40f0-839c-7ee4e04261d2/mount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-99b93bf3-9b9e-4522-bfff-01be8e2369a7",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/3685d4264cf72e2f4f3dd3ccaad8580fc2d4bd46b48dc4db6b08f28d5c19a05b/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-99b93bf3-9b9e-4522-bfff-01be8e2369a7",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/38142ee9-b3c7-4d3f-b3f1-3ddea8330844/volumes/kubernetes.io~csi/pvc-99b93bf3-9b9e-4522-bfff-01be8e2369a7/mount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-d9a289b8-a8b0-4a65-adac-fafd86b5bfa6",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/057b2341d5308cc7170e76dde501f94c0621bae7a13958646ec8043356671890/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-d9a289b8-a8b0-4a65-adac-fafd86b5bfa6",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/38142ee9-b3c7-4d3f-b3f1-3ddea8330844/volumes/kubernetes.io~csi/pvc-d9a289b8-a8b0-4a65-adac-fafd86b5bfa6/mount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-ee2fcac1-6c3f-4f4a-8a05-c3b6e8584073",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/d5832ec072c72e46f64c3a7a99105a2992c98468360db8031052504004e4d68d/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-ee2fcac1-6c3f-4f4a-8a05-c3b6e8584073",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/730509d2-66d9-4906-957a-840e49b0f776/volumes/kubernetes.io~csi/pvc-ee2fcac1-6c3f-4f4a-8a05-c3b6e8584073/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/6f05705b-6992-4fd9-800d-71b7aab5c514/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/6f05705b-6992-4fd9-800d-71b7aab5c514/volumes/kubernetes.io~csi/pvc-f83d432b-2ee2-48b1-80cc-1e87d8c639dc/mount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-f84242e5-2544-458e-8489-9f61ac67acf0",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/22e999edf4ca89cd310888c0c703e6027a08881cf9bde9306eb1f76033664655/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-f84242e5-2544-458e-8489-9f61ac67acf0",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/730509d2-66d9-4906-957a-840e49b0f776/volumes/kubernetes.io~csi/pvc-f84242e5-2544-458e-8489-9f61ac67acf0/mount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-f87340f3-ba49-44ac-86b9-1fbdfb3abb78",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/4c6fcaae8fa0efbea2edca4635f5881a4f92f8c08067b142e8e5b6c7506f9b23/globalmount"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-f87340f3-ba49-44ac-86b9-1fbdfb3abb78",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/85210753-1a05-4204-88b3-e4ffb3d33e95/volume-subpaths/pvc-f87340f3-ba49-44ac-86b9-1fbdfb3abb78/database/0"} 1 node_filesystem_device_error{device="/dev/longhorn/pvc-f87340f3-ba49-44ac-86b9-1fbdfb3abb78",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/85210753-1a05-4204-88b3-e4ffb3d33e95/volumes/kubernetes.io~csi/pvc-f87340f3-ba49-44ac-86b9-1fbdfb3abb78/mount"} 1 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/6f05705b-6992-4fd9-800d-71b7aab5c514/volume-subpaths/config-volume/pg/1"} 1 node_filesystem_device_error{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/6f05705b-6992-4fd9-800d-71b7aab5c514/volume-subpaths/config-volume/pg/2"} 1 node_filesystem_device_error{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/fcd460dd-79a9-4079-8dff-44406cb11fcf/volume-subpaths/config/grafana/0"} 1 node_filesystem_device_error{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/fcd460dd-79a9-4079-8dff-44406cb11fcf/volume-subpaths/sc-dashboard-provider/grafana/3"} 1 node_filesystem_device_error{device="/dev/sdb",device_error="",fstype="ext4",mountpoint="/var/lib/longhorn"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0027809792a3009e8cadfd058f86210c36879686baa7185ef73f2a9c48a7f5a5/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0050d23c332072fdcb9593488a7c2f19c590839d0edc8f35834c008f7ef4fcfb/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/00a39185a451b41738688ee20fe9472e4366114b93bd1ed08d3a41ab23dcb273/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e985fff8fc3e11bd83f7d24aed976d2cf44481df992e34db5bf1e393369e987/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f9f4f7b14aa0ed77285bd59b4ee90abef07b3e12b44d5d84c8445809b9aa4e4/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/107134441f11df7a8ada1e4a5ddc39c62d1a1bc0dcd1769e8c3ed4326961e929/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/124bfa835689406d01ec2e36ab6377e571ad0ae28ec2df82e42b3a434399ea38/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13928369307d1c24cebd9e309bfbb2dbc5e7be43fade9ebfe642598310952893/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a656800c8b0fc4ac06dd64300429e939f22ded5df560aaaf33e5cebf42e8d42/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1da1a2abb31306894236dc5f310a5c5db48ea5babfebe343ecdd1c89754fecd8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1e066cdfa4fcc24f5037ddd42937efe65a08b01a7487221f5bae9c60b97431a2/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2194f1e880484cb42bb7bbc3279fbca3e8e5e88d4e5f66948b718e7c57478883/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21bcdf37a3836a30d9c7f475d3379af9033b70debeb1a8ca3b25b0f4615f5e29/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2a8ad66cc4fe54579eeaad5df9b46bb4d8cf983ae3e378e0606026bff41263fe/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30409643bba9a998973a63621cac17d3116f13fdf243b8ddc0d63cf48afd4aa5/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/334aa88da8d7b66a8c0a16fc2696928d7905b3a2484297536664d8a6e341d56e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36d4d174ce5eaf98ab2e18e92061072af19d17dd2be852fbf3d86abe316364a6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36e3b8f53432c0cc6caa1e8fc26810e4edb2c5577f358fa4b23f1c14fc8a5f22/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36fe7755a24e5753316b9876995fdb73132483d7fedb2059c71ba4d156605539/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3a017a811f37ea5c442687138b4ba48e20d121abf51da41c6a3e0febedece3ad/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e0041c9c0aef242a42f74d3fa276b4bdf75bac5fea11c348cce30227a7edf7b/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f19739084a3bc6104b286bc01c4ac28de9dbf0d4501a838358d24fbe8525675/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41796a6374353ce473277e6e226c18b4c58023babd7a22622056f92426e1d0da/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41b093071f7477c3a062198601b66c843959838c85b6324ff0ac54f724f9b77a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45f1cd182b12d1fa7d38384dc90c9716989eec5cd39c7835e179a4b833e0adcf/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4810b2327244f60dcec11911d8df65fd69da7905bd7ca03b408793c1efd2ded1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f338ebdbdda186e04149f46a6114cdad0e133f4b9918f6a0a846605aac8813d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/513c3518ad728b32fb1552ea66ac74ec78a9e466d758c801446780ee78f55256/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/516d7e9fb403bf18f596904eb7facb8b29ee41aa223613f8410b47dd03a0d311/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5b4efc8a5ca6c13d69185818c6e6178f8918ec5d7d6c84cd800e4c39f865bfa5/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5dd63ba4ab860c11029245a706462ef2e3cc85bb071f459eb347e672f394b6cc/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fde91cd1a35f4ce8e610e47cec1ea64686b06ab25401132e43231f88a5a61c/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6395e354911fd9fa01fcb380f6f23f2a24564a8201f2a5ed888d5b8d7678f170/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6dae25eba4e933ef8775ace5ca96156dcf2716f3c49bf6013fb751b63e6f02cd/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/748418388778fca6150e1b5581e9ecad0cb16cbd0e0f9d8d77640eced514706e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/76356ecb988d15daccf5c095fd370f046bffa1bb264d426a6e4fd45e61fcc9e6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7663412771ed6eec972ff413c7ce33ecfb9f4a3b21fab27b020d475bb795105b/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/791125b240b974467f1ce18b09a4d20914d6f0a08700773392a0ec931233d771/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/79e32948cd799c53b36d42e14f1f2bc1a7f2667aca87ee3ed537221f20c160f8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7d4eab416507b0e27fbee14a8c89bac806bb50f8d95f4d14190c52c8528c8a52/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7eee5e125d5874ec947da2dab840bacf0b34d7b82974251711b2948fc53bf7e2/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7f60339464d815ee31a55189346dae7c14603bc3f74159b96af3037e4442eaa8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/804277ed45b8551b056a738cc18102e5f79401bbeec57607947d4ad5057f02e3/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/87806418f6825cc1a5c52360e0b48746451cc7a8cdb330c1849b92dad00773d7/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/89b0ec078a532fbadf2d00a986c4eb045be23cba20c6bfe46faa5f16179c5b55/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ec9c575c3ea313cf44ab31c1823f94690d594e621c79009d690a8992b8164ed/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/90c9c15ee558925563621ea6c84b0f16207a7952cbabe6ab5ec669688441f742/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934566ca160a7d2a951276edd0722be764feaa164d2d9c441a8761f29db4ed6b/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a3ac4297305945a4a252dd55c63546883c9c5af96d579f32026e2de4cb9b3c7e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8f339347775447bd3f0e9b426ed28afc1cbadf55fe7ea7143dd7f39c9ed715a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aee8d6207da082de6a801f3763d16610a3ab6de359c13a9635603f459db8a360/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af785f9b368719b6dd5072b1e8288f09056b432ebb975dc10d8badd3e6c907bc/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0ce4311ea989653e9314d373eb819925c67d6af89fd8f39fc83b0a1597a9563/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b23e7f128c2bd4bca2352c8bc40c5791fc29c8cc0894a614c5663a9cc56e3ed6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b7c0657ca3e76605b6fa730f7df53571740b9f194b124bc96df3614d8654e048/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b93f13a0d4f52ae21cb4dcf16911f3ff7de198f132c61fb1fa8798580bac6bc8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c7b88e948341ddb792947ca3be2e7c09fbf8cef7d528383a505fd81ab2eed159/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ca8f158e1913f4a4890920dda6e28f333a56f109f3dd96b6008d343a7c7230dd/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb2cbfe8d46e5695abc13bab680b7a25383e7b5a158c35eae5a9262b4dc4c013/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d3c9e3c9aacdf511747086413a8a1d4f4555824029a6f82048348ed9cab913c9/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d441c4cce32c460bbd7d4693aaef8d039435589997b60b85c3ea0cbe26025658/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d5a976a5c1d92a42e468014694c01d6e0e6ea07b50607e10e552c8e3bacd55a0/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dccc09fdc96b37f8d51e946c8157eaa5e1e42f51948e8bcce897a5b1848fc5ca/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e259461508b451e6315fee5ab597f891ed88aa8b65d3c09d5975b4a0f52362d5/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e5e489a14af39f8c55debea30381306bacc27658e2fba7e55cfdf9e20f9af214/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ee09c8d9d33e1caeaf318a4730d92f8ea659333012f694bd946fa1fa1d7fa5c8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef3adb34194f3e1e805e38e3e7d60a60699b287d5f523e414882d103aca73ef7/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1477becef274bfdcfcef0cb91e5f7c2913076b4573cf8a8590db16e9ec718b0/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2136295dd072e339f754ecbb87279ecfb1e38cd2f7fb4df223a3bdec5d204e9/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5908f8fb91a9ce9aebfbf15ba89b3bd81c7d6c50a6e3525200baacfa32e521f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fcfee7e9d64b4715ec808f98a69449fdb6181ad44adccb35fb658b847757d69a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/febcacf301692eb228b2a85887e2146afcfb687676751b9dd939040d9a7a1ab9/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/067ff878-a4c7-4b64-8215-6ba151140d51/volumes/kubernetes.io~projected/kube-api-access-md6f7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0ccdf026-959a-4a53-a6dc-a7d22acc6766/volumes/kubernetes.io~projected/kube-api-access-pnxdz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0db1ee3f-dbfc-48ce-ae44-d0c7732a28f4/volumes/kubernetes.io~projected/kube-api-access-74zbm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0db1ee3f-dbfc-48ce-ae44-d0c7732a28f4/volumes/kubernetes.io~secret/memberlist"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0e892c40-988e-4473-abba-8f5417249913/volumes/kubernetes.io~projected/kube-api-access-k725k"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0e892c40-988e-4473-abba-8f5417249913/volumes/kubernetes.io~secret/certs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/194bf808-6b91-40ef-91f0-57b24032e8ea/volumes/kubernetes.io~projected/kube-api-access-r9lsf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1b026e24-0f59-4e55-839e-c839e6b811fe/volumes/kubernetes.io~projected/kube-api-access-7mxhw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1b026e24-0f59-4e55-839e-c839e6b811fe/volumes/kubernetes.io~secret/cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1dc27a3a-ea20-4dc0-b1db-5d7ef1a10ca6/volumes/kubernetes.io~projected/kube-api-access-64n2m"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1dfcb193-6c45-4634-aa8b-af6c62ed9f1d/volumes/kubernetes.io~projected/kube-api-access-l6slw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2e89cb8c-0add-4138-9486-379e712be046/volumes/kubernetes.io~projected/kube-api-access-6sknj"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2eeffc1c-53bc-466a-9ae5-e5c67a0ac1d3/volumes/kubernetes.io~projected/kube-api-access-4ns2f"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/323751cd-697b-4c0c-8406-b79b5eeb09a4/volumes/kubernetes.io~projected/kube-api-access-swvss"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/323751cd-697b-4c0c-8406-b79b5eeb09a4/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/37a95403-b38c-4077-8fbc-37baded54bba/volumes/kubernetes.io~projected/kube-api-access-9wmr9"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/38142ee9-b3c7-4d3f-b3f1-3ddea8330844/volumes/kubernetes.io~projected/kube-api-access-fmw28"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3907f350-6ecc-456f-9da6-5fa97d0c0016/volumes/kubernetes.io~projected/kube-api-access-hlqqz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3d5ae486-5730-4015-bf75-570be6594285/volumes/kubernetes.io~projected/kube-api-access-7kcvd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3fcc4353-da63-4cc5-a3b7-07f5eae90cc5/volumes/kubernetes.io~projected/kube-api-access-kjnwk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/416ec6d6-300d-4b77-88cb-576e05320ad1/volumes/kubernetes.io~projected/kube-api-access-9qt44"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/42d489ea-d188-4aef-890a-9710b5ad426e/volumes/kubernetes.io~projected/kube-api-access-457dg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/440f1dc2-5d7c-4aeb-b3db-65c82a5a3bfb/volumes/kubernetes.io~projected/kube-api-access-z458r"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/440f1dc2-5d7c-4aeb-b3db-65c82a5a3bfb/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/448dcd87-d5ad-4c34-bf00-26ab57ed5f50/volumes/kubernetes.io~projected/kube-api-access-sqtdn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5b3138be-285d-475f-a2d2-859538697080/volumes/kubernetes.io~projected/kube-api-access-6c64m"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/641ca38e-60b9-4ef7-b750-8bba3cdd5d8c/volumes/kubernetes.io~projected/kube-api-access-m4pn4"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/67703108-578c-4819-8bab-79cd80cfc800/volumes/kubernetes.io~projected/kube-api-access-9nqgs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/678a3e72-7fbc-4f41-9587-3cca9dd38916/volumes/kubernetes.io~projected/kube-api-access-wlm8w"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/678a3e72-7fbc-4f41-9587-3cca9dd38916/volumes/kubernetes.io~secret/clustermesh-secrets"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6ce2b764-24be-435d-abff-3b60638a5e1d/volumes/kubernetes.io~projected/kube-api-access-bmngm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d7979e8-1f54-4a58-b443-240316a30b08/volume-subpaths/web-config/alertmanager/4"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d7979e8-1f54-4a58-b443-240316a30b08/volume-subpaths/web-config/config-reloader/2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d7979e8-1f54-4a58-b443-240316a30b08/volume-subpaths/web-config/init-config-reloader/2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d7979e8-1f54-4a58-b443-240316a30b08/volumes/kubernetes.io~empty-dir/config-out"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d7979e8-1f54-4a58-b443-240316a30b08/volumes/kubernetes.io~projected/kube-api-access-px9qc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d7979e8-1f54-4a58-b443-240316a30b08/volumes/kubernetes.io~projected/tls-assets"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d7979e8-1f54-4a58-b443-240316a30b08/volumes/kubernetes.io~secret/config-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d7979e8-1f54-4a58-b443-240316a30b08/volumes/kubernetes.io~secret/web-config"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6f05705b-6992-4fd9-800d-71b7aab5c514/volumes/kubernetes.io~projected/kube-api-access-5xfh9"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/724dbf99-2de8-4c38-8599-b92b504d7360/volumes/kubernetes.io~projected/kube-api-access-fcbbv"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/730509d2-66d9-4906-957a-840e49b0f776/volumes/kubernetes.io~projected/configuration"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/730509d2-66d9-4906-957a-840e49b0f776/volumes/kubernetes.io~projected/kube-api-access-8l7xp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7436f268-2890-404c-978b-dd35edc355ed/volumes/kubernetes.io~projected/kube-api-access-9zcfk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7b56887b-b5b4-4a11-ac14-04baad7dfefd/volumes/kubernetes.io~projected/kube-api-access-rxv42"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7b7e984d-5e52-44f7-a04a-d4f6ec2a813c/volumes/kubernetes.io~projected/kube-api-access-sjhd5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7fd58ad8-d1a1-4311-b3ee-0e41c421b714/volumes/kubernetes.io~projected/kube-api-access-nk5bb"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/828c6573-9437-458f-b673-b3035d60a73c/volumes/kubernetes.io~projected/kube-api-access-cxwxv"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/835fa380-7a74-4431-a8ff-bc6bcb29743c/volumes/kubernetes.io~projected/kube-api-access-gwr5q"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/85210753-1a05-4204-88b3-e4ffb3d33e95/volumes/kubernetes.io~projected/kube-api-access-mk476"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/866d8ad9-79fa-4af0-ac42-4e2e38447c45/volumes/kubernetes.io~projected/kube-api-access-s459h"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/922da273-9505-4d36-9405-cf886ebc6eed/volumes/kubernetes.io~projected/kube-api-access-2wj89"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/96ee8b36-4232-42cc-a6eb-3739a7ededb5/volumes/kubernetes.io~projected/kube-api-access-hwqqc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9977dd2d-fe31-4176-b40e-f793eeec031f/volumes/kubernetes.io~projected/kube-api-access-h9ckf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9977dd2d-fe31-4176-b40e-f793eeec031f/volumes/kubernetes.io~secret/tls-secret"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9ab25d92-6f39-4e61-8bf2-8f4f3e024f84/volumes/kubernetes.io~projected/kube-api-access-5rnxh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9ec90e7a-a5e1-45f6-aa63-42dee6c67056/volumes/kubernetes.io~projected/kube-api-access-89t8c"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a2c87cd0-7dfc-4fde-b6e7-9f693fb641be/volumes/kubernetes.io~projected/kube-api-access-4xnxm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a2cb5e63-873a-4815-bac8-6ef5fb98dd0e/volumes/kubernetes.io~projected/kube-api-access-w4tpt"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a2cb5e63-873a-4815-bac8-6ef5fb98dd0e/volumes/kubernetes.io~secret/cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a3c802ea-821c-4423-a7ce-27926f4d664d/volumes/kubernetes.io~projected/kube-api-access-hddb8"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a654d98a-fab6-486a-8a17-52f6a218f932/volumes/kubernetes.io~projected/kube-api-access-f8zht"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a9382657-54a7-4a14-9335-12c92b23f337/volumes/kubernetes.io~projected/kube-api-access-657k6"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b4bae14f-1181-4c46-9fc8-10aff0df6c33/volumes/kubernetes.io~projected/kube-api-access-5pb94"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b963caa3-c840-4465-9952-691e683e9219/volumes/kubernetes.io~projected/kube-api-access-fwg4w"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/bb2b43f2-153c-4d7b-8d62-3458c5b966dc/volumes/kubernetes.io~projected/kube-api-access-xz2zg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/be008a71-0100-4256-840e-5d0a4ef5bef5/volumes/kubernetes.io~projected/kube-api-access-d5ccj"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c2c86e78-6493-4b74-84b7-bdb18275d7de/volumes/kubernetes.io~projected/kube-api-access-sz2hk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c7e0693e-b4d4-4be7-b8a5-7ee6daae2ec4/volumes/kubernetes.io~projected/kube-api-access-tb45w"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c7e0693e-b4d4-4be7-b8a5-7ee6daae2ec4/volumes/kubernetes.io~secret/cloud-credentials"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d07ff6a3-d626-44e8-9b3c-ac587212ef64/volumes/kubernetes.io~projected/kube-api-access-hdbxk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/db41d624-5234-433e-b70e-2a0dfa22bf12/volumes/kubernetes.io~projected/kube-api-access-j6qld"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ddb65cb0-33fc-4e94-82e3-b618bafe0324/volumes/kubernetes.io~projected/kube-api-access-prpgm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ddb65cb0-33fc-4e94-82e3-b618bafe0324/volumes/kubernetes.io~secret/cloud-credentials"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e08cbc03-09c6-4c4d-9a09-eee4d85c569b/volumes/kubernetes.io~projected/kube-api-access-td5tt"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e5b7c18c-86c4-432d-9e1f-5d5714a4b3db/volumes/kubernetes.io~projected/kube-api-access-lv6b9"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/eb7df300-c94a-4b1a-b9ba-440ff76233d5/volumes/kubernetes.io~projected/kube-api-access-sst7g"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/edb42d17-53c8-469e-abf2-056e8786dbee/volumes/kubernetes.io~projected/kube-api-access-rw54z"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/edd710fb-9dd3-41e2-a959-701a69637d34/volumes/kubernetes.io~projected/kube-api-access-52dxn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/eea66d27-d5f6-46cc-9e0b-960be6b74be7/volumes/kubernetes.io~projected/kube-api-access-p2g8s"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f83b1c0b-c1a5-4cb8-bfdd-9877c8ba5409/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/f83b1c0b-c1a5-4cb8-bfdd-9877c8ba5409/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/f83b1c0b-c1a5-4cb8-bfdd-9877c8ba5409/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/f83b1c0b-c1a5-4cb8-bfdd-9877c8ba5409/volumes/kubernetes.io~projected/kube-api-access-26q44"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f83b1c0b-c1a5-4cb8-bfdd-9877c8ba5409/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/f8fc1b3a-3067-4c81-8daf-ce2db1b70763/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/f8fc1b3a-3067-4c81-8daf-ce2db1b70763/volumes/kubernetes.io~secret/webhook-cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f99e1ecb-963a-4c3c-b4a4-46b9509c31f7/volumes/kubernetes.io~projected/kube-api-access-dz86f"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fad547d3-c531-45a8-8a37-8f053f8cbaa0/volumes/kubernetes.io~projected/kube-api-access-c2d8f"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fb4e5005-da87-49ab-8b2d-1f10252aeee2/volumes/kubernetes.io~projected/kube-api-access-7pz4j"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fcd460dd-79a9-4079-8dff-44406cb11fcf/volumes/kubernetes.io~projected/kube-api-access-hl67t"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fd2bc190-68f2-4516-ae6a-917f1d77c758/volumes/kubernetes.io~projected/kube-api-access-9wkhf"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 6.483568e+06 node_filesystem_files{device="/dev/sdb",device_error="",fstype="ext4",mountpoint="/var/lib/longhorn"} 6.5536e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0027809792a3009e8cadfd058f86210c36879686baa7185ef73f2a9c48a7f5a5/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0050d23c332072fdcb9593488a7c2f19c590839d0edc8f35834c008f7ef4fcfb/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/00a39185a451b41738688ee20fe9472e4366114b93bd1ed08d3a41ab23dcb273/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e985fff8fc3e11bd83f7d24aed976d2cf44481df992e34db5bf1e393369e987/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f9f4f7b14aa0ed77285bd59b4ee90abef07b3e12b44d5d84c8445809b9aa4e4/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/107134441f11df7a8ada1e4a5ddc39c62d1a1bc0dcd1769e8c3ed4326961e929/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/124bfa835689406d01ec2e36ab6377e571ad0ae28ec2df82e42b3a434399ea38/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13928369307d1c24cebd9e309bfbb2dbc5e7be43fade9ebfe642598310952893/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a656800c8b0fc4ac06dd64300429e939f22ded5df560aaaf33e5cebf42e8d42/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1da1a2abb31306894236dc5f310a5c5db48ea5babfebe343ecdd1c89754fecd8/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1e066cdfa4fcc24f5037ddd42937efe65a08b01a7487221f5bae9c60b97431a2/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2194f1e880484cb42bb7bbc3279fbca3e8e5e88d4e5f66948b718e7c57478883/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21bcdf37a3836a30d9c7f475d3379af9033b70debeb1a8ca3b25b0f4615f5e29/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2a8ad66cc4fe54579eeaad5df9b46bb4d8cf983ae3e378e0606026bff41263fe/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30409643bba9a998973a63621cac17d3116f13fdf243b8ddc0d63cf48afd4aa5/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/334aa88da8d7b66a8c0a16fc2696928d7905b3a2484297536664d8a6e341d56e/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36d4d174ce5eaf98ab2e18e92061072af19d17dd2be852fbf3d86abe316364a6/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36e3b8f53432c0cc6caa1e8fc26810e4edb2c5577f358fa4b23f1c14fc8a5f22/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36fe7755a24e5753316b9876995fdb73132483d7fedb2059c71ba4d156605539/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3a017a811f37ea5c442687138b4ba48e20d121abf51da41c6a3e0febedece3ad/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e0041c9c0aef242a42f74d3fa276b4bdf75bac5fea11c348cce30227a7edf7b/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f19739084a3bc6104b286bc01c4ac28de9dbf0d4501a838358d24fbe8525675/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41796a6374353ce473277e6e226c18b4c58023babd7a22622056f92426e1d0da/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41b093071f7477c3a062198601b66c843959838c85b6324ff0ac54f724f9b77a/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45f1cd182b12d1fa7d38384dc90c9716989eec5cd39c7835e179a4b833e0adcf/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4810b2327244f60dcec11911d8df65fd69da7905bd7ca03b408793c1efd2ded1/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f338ebdbdda186e04149f46a6114cdad0e133f4b9918f6a0a846605aac8813d/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/513c3518ad728b32fb1552ea66ac74ec78a9e466d758c801446780ee78f55256/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/516d7e9fb403bf18f596904eb7facb8b29ee41aa223613f8410b47dd03a0d311/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5b4efc8a5ca6c13d69185818c6e6178f8918ec5d7d6c84cd800e4c39f865bfa5/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5dd63ba4ab860c11029245a706462ef2e3cc85bb071f459eb347e672f394b6cc/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fde91cd1a35f4ce8e610e47cec1ea64686b06ab25401132e43231f88a5a61c/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6395e354911fd9fa01fcb380f6f23f2a24564a8201f2a5ed888d5b8d7678f170/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6dae25eba4e933ef8775ace5ca96156dcf2716f3c49bf6013fb751b63e6f02cd/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/748418388778fca6150e1b5581e9ecad0cb16cbd0e0f9d8d77640eced514706e/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/76356ecb988d15daccf5c095fd370f046bffa1bb264d426a6e4fd45e61fcc9e6/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7663412771ed6eec972ff413c7ce33ecfb9f4a3b21fab27b020d475bb795105b/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/791125b240b974467f1ce18b09a4d20914d6f0a08700773392a0ec931233d771/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/79e32948cd799c53b36d42e14f1f2bc1a7f2667aca87ee3ed537221f20c160f8/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7d4eab416507b0e27fbee14a8c89bac806bb50f8d95f4d14190c52c8528c8a52/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7eee5e125d5874ec947da2dab840bacf0b34d7b82974251711b2948fc53bf7e2/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7f60339464d815ee31a55189346dae7c14603bc3f74159b96af3037e4442eaa8/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/804277ed45b8551b056a738cc18102e5f79401bbeec57607947d4ad5057f02e3/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/87806418f6825cc1a5c52360e0b48746451cc7a8cdb330c1849b92dad00773d7/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/89b0ec078a532fbadf2d00a986c4eb045be23cba20c6bfe46faa5f16179c5b55/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ec9c575c3ea313cf44ab31c1823f94690d594e621c79009d690a8992b8164ed/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/90c9c15ee558925563621ea6c84b0f16207a7952cbabe6ab5ec669688441f742/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934566ca160a7d2a951276edd0722be764feaa164d2d9c441a8761f29db4ed6b/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a3ac4297305945a4a252dd55c63546883c9c5af96d579f32026e2de4cb9b3c7e/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8f339347775447bd3f0e9b426ed28afc1cbadf55fe7ea7143dd7f39c9ed715a/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aee8d6207da082de6a801f3763d16610a3ab6de359c13a9635603f459db8a360/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af785f9b368719b6dd5072b1e8288f09056b432ebb975dc10d8badd3e6c907bc/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0ce4311ea989653e9314d373eb819925c67d6af89fd8f39fc83b0a1597a9563/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b23e7f128c2bd4bca2352c8bc40c5791fc29c8cc0894a614c5663a9cc56e3ed6/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b7c0657ca3e76605b6fa730f7df53571740b9f194b124bc96df3614d8654e048/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b93f13a0d4f52ae21cb4dcf16911f3ff7de198f132c61fb1fa8798580bac6bc8/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c7b88e948341ddb792947ca3be2e7c09fbf8cef7d528383a505fd81ab2eed159/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ca8f158e1913f4a4890920dda6e28f333a56f109f3dd96b6008d343a7c7230dd/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb2cbfe8d46e5695abc13bab680b7a25383e7b5a158c35eae5a9262b4dc4c013/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d3c9e3c9aacdf511747086413a8a1d4f4555824029a6f82048348ed9cab913c9/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d441c4cce32c460bbd7d4693aaef8d039435589997b60b85c3ea0cbe26025658/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d5a976a5c1d92a42e468014694c01d6e0e6ea07b50607e10e552c8e3bacd55a0/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dccc09fdc96b37f8d51e946c8157eaa5e1e42f51948e8bcce897a5b1848fc5ca/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e259461508b451e6315fee5ab597f891ed88aa8b65d3c09d5975b4a0f52362d5/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e5e489a14af39f8c55debea30381306bacc27658e2fba7e55cfdf9e20f9af214/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ee09c8d9d33e1caeaf318a4730d92f8ea659333012f694bd946fa1fa1d7fa5c8/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef3adb34194f3e1e805e38e3e7d60a60699b287d5f523e414882d103aca73ef7/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1477becef274bfdcfcef0cb91e5f7c2913076b4573cf8a8590db16e9ec718b0/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2136295dd072e339f754ecbb87279ecfb1e38cd2f7fb4df223a3bdec5d204e9/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5908f8fb91a9ce9aebfbf15ba89b3bd81c7d6c50a6e3525200baacfa32e521f/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fcfee7e9d64b4715ec808f98a69449fdb6181ad44adccb35fb658b847757d69a/shm"} 3.075658e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/febcacf301692eb228b2a85887e2146afcfb687676751b9dd939040d9a7a1ab9/shm"} 3.075658e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.075658e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 3.075658e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 4.534353e+06 node_filesystem_files_free{device="/dev/sdb",device_error="",fstype="ext4",mountpoint="/var/lib/longhorn"} 6.553231e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0027809792a3009e8cadfd058f86210c36879686baa7185ef73f2a9c48a7f5a5/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0050d23c332072fdcb9593488a7c2f19c590839d0edc8f35834c008f7ef4fcfb/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/00a39185a451b41738688ee20fe9472e4366114b93bd1ed08d3a41ab23dcb273/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e985fff8fc3e11bd83f7d24aed976d2cf44481df992e34db5bf1e393369e987/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f9f4f7b14aa0ed77285bd59b4ee90abef07b3e12b44d5d84c8445809b9aa4e4/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/107134441f11df7a8ada1e4a5ddc39c62d1a1bc0dcd1769e8c3ed4326961e929/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/124bfa835689406d01ec2e36ab6377e571ad0ae28ec2df82e42b3a434399ea38/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13928369307d1c24cebd9e309bfbb2dbc5e7be43fade9ebfe642598310952893/shm"} 3.075656e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a656800c8b0fc4ac06dd64300429e939f22ded5df560aaaf33e5cebf42e8d42/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1da1a2abb31306894236dc5f310a5c5db48ea5babfebe343ecdd1c89754fecd8/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1e066cdfa4fcc24f5037ddd42937efe65a08b01a7487221f5bae9c60b97431a2/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2194f1e880484cb42bb7bbc3279fbca3e8e5e88d4e5f66948b718e7c57478883/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21bcdf37a3836a30d9c7f475d3379af9033b70debeb1a8ca3b25b0f4615f5e29/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2a8ad66cc4fe54579eeaad5df9b46bb4d8cf983ae3e378e0606026bff41263fe/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30409643bba9a998973a63621cac17d3116f13fdf243b8ddc0d63cf48afd4aa5/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/334aa88da8d7b66a8c0a16fc2696928d7905b3a2484297536664d8a6e341d56e/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36d4d174ce5eaf98ab2e18e92061072af19d17dd2be852fbf3d86abe316364a6/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36e3b8f53432c0cc6caa1e8fc26810e4edb2c5577f358fa4b23f1c14fc8a5f22/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36fe7755a24e5753316b9876995fdb73132483d7fedb2059c71ba4d156605539/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3a017a811f37ea5c442687138b4ba48e20d121abf51da41c6a3e0febedece3ad/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e0041c9c0aef242a42f74d3fa276b4bdf75bac5fea11c348cce30227a7edf7b/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f19739084a3bc6104b286bc01c4ac28de9dbf0d4501a838358d24fbe8525675/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41796a6374353ce473277e6e226c18b4c58023babd7a22622056f92426e1d0da/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41b093071f7477c3a062198601b66c843959838c85b6324ff0ac54f724f9b77a/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45f1cd182b12d1fa7d38384dc90c9716989eec5cd39c7835e179a4b833e0adcf/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4810b2327244f60dcec11911d8df65fd69da7905bd7ca03b408793c1efd2ded1/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f338ebdbdda186e04149f46a6114cdad0e133f4b9918f6a0a846605aac8813d/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/513c3518ad728b32fb1552ea66ac74ec78a9e466d758c801446780ee78f55256/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/516d7e9fb403bf18f596904eb7facb8b29ee41aa223613f8410b47dd03a0d311/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5b4efc8a5ca6c13d69185818c6e6178f8918ec5d7d6c84cd800e4c39f865bfa5/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5dd63ba4ab860c11029245a706462ef2e3cc85bb071f459eb347e672f394b6cc/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fde91cd1a35f4ce8e610e47cec1ea64686b06ab25401132e43231f88a5a61c/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6395e354911fd9fa01fcb380f6f23f2a24564a8201f2a5ed888d5b8d7678f170/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6dae25eba4e933ef8775ace5ca96156dcf2716f3c49bf6013fb751b63e6f02cd/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/748418388778fca6150e1b5581e9ecad0cb16cbd0e0f9d8d77640eced514706e/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/76356ecb988d15daccf5c095fd370f046bffa1bb264d426a6e4fd45e61fcc9e6/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7663412771ed6eec972ff413c7ce33ecfb9f4a3b21fab27b020d475bb795105b/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/791125b240b974467f1ce18b09a4d20914d6f0a08700773392a0ec931233d771/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/79e32948cd799c53b36d42e14f1f2bc1a7f2667aca87ee3ed537221f20c160f8/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7d4eab416507b0e27fbee14a8c89bac806bb50f8d95f4d14190c52c8528c8a52/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7eee5e125d5874ec947da2dab840bacf0b34d7b82974251711b2948fc53bf7e2/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7f60339464d815ee31a55189346dae7c14603bc3f74159b96af3037e4442eaa8/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/804277ed45b8551b056a738cc18102e5f79401bbeec57607947d4ad5057f02e3/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/87806418f6825cc1a5c52360e0b48746451cc7a8cdb330c1849b92dad00773d7/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/89b0ec078a532fbadf2d00a986c4eb045be23cba20c6bfe46faa5f16179c5b55/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ec9c575c3ea313cf44ab31c1823f94690d594e621c79009d690a8992b8164ed/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/90c9c15ee558925563621ea6c84b0f16207a7952cbabe6ab5ec669688441f742/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934566ca160a7d2a951276edd0722be764feaa164d2d9c441a8761f29db4ed6b/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a3ac4297305945a4a252dd55c63546883c9c5af96d579f32026e2de4cb9b3c7e/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8f339347775447bd3f0e9b426ed28afc1cbadf55fe7ea7143dd7f39c9ed715a/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aee8d6207da082de6a801f3763d16610a3ab6de359c13a9635603f459db8a360/shm"} 3.075655e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af785f9b368719b6dd5072b1e8288f09056b432ebb975dc10d8badd3e6c907bc/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0ce4311ea989653e9314d373eb819925c67d6af89fd8f39fc83b0a1597a9563/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b23e7f128c2bd4bca2352c8bc40c5791fc29c8cc0894a614c5663a9cc56e3ed6/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b7c0657ca3e76605b6fa730f7df53571740b9f194b124bc96df3614d8654e048/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b93f13a0d4f52ae21cb4dcf16911f3ff7de198f132c61fb1fa8798580bac6bc8/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c7b88e948341ddb792947ca3be2e7c09fbf8cef7d528383a505fd81ab2eed159/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ca8f158e1913f4a4890920dda6e28f333a56f109f3dd96b6008d343a7c7230dd/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb2cbfe8d46e5695abc13bab680b7a25383e7b5a158c35eae5a9262b4dc4c013/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d3c9e3c9aacdf511747086413a8a1d4f4555824029a6f82048348ed9cab913c9/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d441c4cce32c460bbd7d4693aaef8d039435589997b60b85c3ea0cbe26025658/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d5a976a5c1d92a42e468014694c01d6e0e6ea07b50607e10e552c8e3bacd55a0/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dccc09fdc96b37f8d51e946c8157eaa5e1e42f51948e8bcce897a5b1848fc5ca/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e259461508b451e6315fee5ab597f891ed88aa8b65d3c09d5975b4a0f52362d5/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e5e489a14af39f8c55debea30381306bacc27658e2fba7e55cfdf9e20f9af214/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ee09c8d9d33e1caeaf318a4730d92f8ea659333012f694bd946fa1fa1d7fa5c8/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef3adb34194f3e1e805e38e3e7d60a60699b287d5f523e414882d103aca73ef7/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1477becef274bfdcfcef0cb91e5f7c2913076b4573cf8a8590db16e9ec718b0/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2136295dd072e339f754ecbb87279ecfb1e38cd2f7fb4df223a3bdec5d204e9/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5908f8fb91a9ce9aebfbf15ba89b3bd81c7d6c50a6e3525200baacfa32e521f/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fcfee7e9d64b4715ec808f98a69449fdb6181ad44adccb35fb658b847757d69a/shm"} 3.075657e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/febcacf301692eb228b2a85887e2146afcfb687676751b9dd939040d9a7a1ab9/shm"} 3.075657e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.069734e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 3.075652e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 9.90887936e+08 node_filesystem_free_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 3.691628544e+10 node_filesystem_free_bytes{device="/dev/sdb",device_error="",fstype="ext4",mountpoint="/var/lib/longhorn"} 8.19339264e+10 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0027809792a3009e8cadfd058f86210c36879686baa7185ef73f2a9c48a7f5a5/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0050d23c332072fdcb9593488a7c2f19c590839d0edc8f35834c008f7ef4fcfb/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/00a39185a451b41738688ee20fe9472e4366114b93bd1ed08d3a41ab23dcb273/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e985fff8fc3e11bd83f7d24aed976d2cf44481df992e34db5bf1e393369e987/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f9f4f7b14aa0ed77285bd59b4ee90abef07b3e12b44d5d84c8445809b9aa4e4/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/107134441f11df7a8ada1e4a5ddc39c62d1a1bc0dcd1769e8c3ed4326961e929/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/124bfa835689406d01ec2e36ab6377e571ad0ae28ec2df82e42b3a434399ea38/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13928369307d1c24cebd9e309bfbb2dbc5e7be43fade9ebfe642598310952893/shm"} 6.709248e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a656800c8b0fc4ac06dd64300429e939f22ded5df560aaaf33e5cebf42e8d42/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1da1a2abb31306894236dc5f310a5c5db48ea5babfebe343ecdd1c89754fecd8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1e066cdfa4fcc24f5037ddd42937efe65a08b01a7487221f5bae9c60b97431a2/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2194f1e880484cb42bb7bbc3279fbca3e8e5e88d4e5f66948b718e7c57478883/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21bcdf37a3836a30d9c7f475d3379af9033b70debeb1a8ca3b25b0f4615f5e29/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2a8ad66cc4fe54579eeaad5df9b46bb4d8cf983ae3e378e0606026bff41263fe/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30409643bba9a998973a63621cac17d3116f13fdf243b8ddc0d63cf48afd4aa5/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/334aa88da8d7b66a8c0a16fc2696928d7905b3a2484297536664d8a6e341d56e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36d4d174ce5eaf98ab2e18e92061072af19d17dd2be852fbf3d86abe316364a6/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36e3b8f53432c0cc6caa1e8fc26810e4edb2c5577f358fa4b23f1c14fc8a5f22/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36fe7755a24e5753316b9876995fdb73132483d7fedb2059c71ba4d156605539/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3a017a811f37ea5c442687138b4ba48e20d121abf51da41c6a3e0febedece3ad/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e0041c9c0aef242a42f74d3fa276b4bdf75bac5fea11c348cce30227a7edf7b/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f19739084a3bc6104b286bc01c4ac28de9dbf0d4501a838358d24fbe8525675/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41796a6374353ce473277e6e226c18b4c58023babd7a22622056f92426e1d0da/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41b093071f7477c3a062198601b66c843959838c85b6324ff0ac54f724f9b77a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45f1cd182b12d1fa7d38384dc90c9716989eec5cd39c7835e179a4b833e0adcf/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4810b2327244f60dcec11911d8df65fd69da7905bd7ca03b408793c1efd2ded1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f338ebdbdda186e04149f46a6114cdad0e133f4b9918f6a0a846605aac8813d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/513c3518ad728b32fb1552ea66ac74ec78a9e466d758c801446780ee78f55256/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/516d7e9fb403bf18f596904eb7facb8b29ee41aa223613f8410b47dd03a0d311/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5b4efc8a5ca6c13d69185818c6e6178f8918ec5d7d6c84cd800e4c39f865bfa5/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5dd63ba4ab860c11029245a706462ef2e3cc85bb071f459eb347e672f394b6cc/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fde91cd1a35f4ce8e610e47cec1ea64686b06ab25401132e43231f88a5a61c/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6395e354911fd9fa01fcb380f6f23f2a24564a8201f2a5ed888d5b8d7678f170/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6dae25eba4e933ef8775ace5ca96156dcf2716f3c49bf6013fb751b63e6f02cd/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/748418388778fca6150e1b5581e9ecad0cb16cbd0e0f9d8d77640eced514706e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/76356ecb988d15daccf5c095fd370f046bffa1bb264d426a6e4fd45e61fcc9e6/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7663412771ed6eec972ff413c7ce33ecfb9f4a3b21fab27b020d475bb795105b/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/791125b240b974467f1ce18b09a4d20914d6f0a08700773392a0ec931233d771/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/79e32948cd799c53b36d42e14f1f2bc1a7f2667aca87ee3ed537221f20c160f8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7d4eab416507b0e27fbee14a8c89bac806bb50f8d95f4d14190c52c8528c8a52/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7eee5e125d5874ec947da2dab840bacf0b34d7b82974251711b2948fc53bf7e2/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7f60339464d815ee31a55189346dae7c14603bc3f74159b96af3037e4442eaa8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/804277ed45b8551b056a738cc18102e5f79401bbeec57607947d4ad5057f02e3/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/87806418f6825cc1a5c52360e0b48746451cc7a8cdb330c1849b92dad00773d7/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/89b0ec078a532fbadf2d00a986c4eb045be23cba20c6bfe46faa5f16179c5b55/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ec9c575c3ea313cf44ab31c1823f94690d594e621c79009d690a8992b8164ed/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/90c9c15ee558925563621ea6c84b0f16207a7952cbabe6ab5ec669688441f742/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934566ca160a7d2a951276edd0722be764feaa164d2d9c441a8761f29db4ed6b/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a3ac4297305945a4a252dd55c63546883c9c5af96d579f32026e2de4cb9b3c7e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8f339347775447bd3f0e9b426ed28afc1cbadf55fe7ea7143dd7f39c9ed715a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aee8d6207da082de6a801f3763d16610a3ab6de359c13a9635603f459db8a360/shm"} 6.6031616e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af785f9b368719b6dd5072b1e8288f09056b432ebb975dc10d8badd3e6c907bc/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0ce4311ea989653e9314d373eb819925c67d6af89fd8f39fc83b0a1597a9563/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b23e7f128c2bd4bca2352c8bc40c5791fc29c8cc0894a614c5663a9cc56e3ed6/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b7c0657ca3e76605b6fa730f7df53571740b9f194b124bc96df3614d8654e048/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b93f13a0d4f52ae21cb4dcf16911f3ff7de198f132c61fb1fa8798580bac6bc8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c7b88e948341ddb792947ca3be2e7c09fbf8cef7d528383a505fd81ab2eed159/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ca8f158e1913f4a4890920dda6e28f333a56f109f3dd96b6008d343a7c7230dd/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb2cbfe8d46e5695abc13bab680b7a25383e7b5a158c35eae5a9262b4dc4c013/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d3c9e3c9aacdf511747086413a8a1d4f4555824029a6f82048348ed9cab913c9/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d441c4cce32c460bbd7d4693aaef8d039435589997b60b85c3ea0cbe26025658/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d5a976a5c1d92a42e468014694c01d6e0e6ea07b50607e10e552c8e3bacd55a0/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dccc09fdc96b37f8d51e946c8157eaa5e1e42f51948e8bcce897a5b1848fc5ca/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e259461508b451e6315fee5ab597f891ed88aa8b65d3c09d5975b4a0f52362d5/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e5e489a14af39f8c55debea30381306bacc27658e2fba7e55cfdf9e20f9af214/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ee09c8d9d33e1caeaf318a4730d92f8ea659333012f694bd946fa1fa1d7fa5c8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef3adb34194f3e1e805e38e3e7d60a60699b287d5f523e414882d103aca73ef7/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1477becef274bfdcfcef0cb91e5f7c2913076b4573cf8a8590db16e9ec718b0/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2136295dd072e339f754ecbb87279ecfb1e38cd2f7fb4df223a3bdec5d204e9/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5908f8fb91a9ce9aebfbf15ba89b3bd81c7d6c50a6e3525200baacfa32e521f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fcfee7e9d64b4715ec808f98a69449fdb6181ad44adccb35fb658b847757d69a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/febcacf301692eb228b2a85887e2146afcfb687676751b9dd939040d9a7a1ab9/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.385453056e+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/sda1",major="8",minor="1",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sda2",major="8",minor="2",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sdb",major="8",minor="16",mountpoint="/var/lib/longhorn"} 1 node_filesystem_mount_info{device="shm",major="0",minor="115",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ca8f158e1913f4a4890920dda6e28f333a56f109f3dd96b6008d343a7c7230dd/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="116",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45f1cd182b12d1fa7d38384dc90c9716989eec5cd39c7835e179a4b833e0adcf/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="117",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a3ac4297305945a4a252dd55c63546883c9c5af96d579f32026e2de4cb9b3c7e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="119",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b7c0657ca3e76605b6fa730f7df53571740b9f194b124bc96df3614d8654e048/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="120",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36e3b8f53432c0cc6caa1e8fc26810e4edb2c5577f358fa4b23f1c14fc8a5f22/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="127",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c7b88e948341ddb792947ca3be2e7c09fbf8cef7d528383a505fd81ab2eed159/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="131",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7d4eab416507b0e27fbee14a8c89bac806bb50f8d95f4d14190c52c8528c8a52/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="135",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a656800c8b0fc4ac06dd64300429e939f22ded5df560aaaf33e5cebf42e8d42/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1376",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2a8ad66cc4fe54579eeaad5df9b46bb4d8cf983ae3e378e0606026bff41263fe/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1377",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb2cbfe8d46e5695abc13bab680b7a25383e7b5a158c35eae5a9262b4dc4c013/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1378",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d441c4cce32c460bbd7d4693aaef8d039435589997b60b85c3ea0cbe26025658/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="138",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/79e32948cd799c53b36d42e14f1f2bc1a7f2667aca87ee3ed537221f20c160f8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1389",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21bcdf37a3836a30d9c7f475d3379af9033b70debeb1a8ca3b25b0f4615f5e29/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="140",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4810b2327244f60dcec11911d8df65fd69da7905bd7ca03b408793c1efd2ded1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1429",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/804277ed45b8551b056a738cc18102e5f79401bbeec57607947d4ad5057f02e3/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1431",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aee8d6207da082de6a801f3763d16610a3ab6de359c13a9635603f459db8a360/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1436",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13928369307d1c24cebd9e309bfbb2dbc5e7be43fade9ebfe642598310952893/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="160",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/87806418f6825cc1a5c52360e0b48746451cc7a8cdb330c1849b92dad00773d7/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="163",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b93f13a0d4f52ae21cb4dcf16911f3ff7de198f132c61fb1fa8798580bac6bc8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="164",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2136295dd072e339f754ecbb87279ecfb1e38cd2f7fb4df223a3bdec5d204e9/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="172",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fcfee7e9d64b4715ec808f98a69449fdb6181ad44adccb35fb658b847757d69a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="173",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36d4d174ce5eaf98ab2e18e92061072af19d17dd2be852fbf3d86abe316364a6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="174",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1477becef274bfdcfcef0cb91e5f7c2913076b4573cf8a8590db16e9ec718b0/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="190",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f9f4f7b14aa0ed77285bd59b4ee90abef07b3e12b44d5d84c8445809b9aa4e4/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="263",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ec9c575c3ea313cf44ab31c1823f94690d594e621c79009d690a8992b8164ed/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="266",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5b4efc8a5ca6c13d69185818c6e6178f8918ec5d7d6c84cd800e4c39f865bfa5/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="375",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d3c9e3c9aacdf511747086413a8a1d4f4555824029a6f82048348ed9cab913c9/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="397",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f19739084a3bc6104b286bc01c4ac28de9dbf0d4501a838358d24fbe8525675/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="405",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8f339347775447bd3f0e9b426ed28afc1cbadf55fe7ea7143dd7f39c9ed715a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="42",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/89b0ec078a532fbadf2d00a986c4eb045be23cba20c6bfe46faa5f16179c5b55/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="446",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30409643bba9a998973a63621cac17d3116f13fdf243b8ddc0d63cf48afd4aa5/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="447",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/791125b240b974467f1ce18b09a4d20914d6f0a08700773392a0ec931233d771/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="449",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fde91cd1a35f4ce8e610e47cec1ea64686b06ab25401132e43231f88a5a61c/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="465",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e5e489a14af39f8c55debea30381306bacc27658e2fba7e55cfdf9e20f9af214/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="466",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e985fff8fc3e11bd83f7d24aed976d2cf44481df992e34db5bf1e393369e987/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="479",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/334aa88da8d7b66a8c0a16fc2696928d7905b3a2484297536664d8a6e341d56e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="480",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5dd63ba4ab860c11029245a706462ef2e3cc85bb071f459eb347e672f394b6cc/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="481",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b23e7f128c2bd4bca2352c8bc40c5791fc29c8cc0894a614c5663a9cc56e3ed6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="482",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af785f9b368719b6dd5072b1e8288f09056b432ebb975dc10d8badd3e6c907bc/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="486",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41b093071f7477c3a062198601b66c843959838c85b6324ff0ac54f724f9b77a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="488",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5908f8fb91a9ce9aebfbf15ba89b3bd81c7d6c50a6e3525200baacfa32e521f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="489",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7f60339464d815ee31a55189346dae7c14603bc3f74159b96af3037e4442eaa8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="490",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0027809792a3009e8cadfd058f86210c36879686baa7185ef73f2a9c48a7f5a5/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="491",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ee09c8d9d33e1caeaf318a4730d92f8ea659333012f694bd946fa1fa1d7fa5c8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="492",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f338ebdbdda186e04149f46a6114cdad0e133f4b9918f6a0a846605aac8813d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="493",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d5a976a5c1d92a42e468014694c01d6e0e6ea07b50607e10e552c8e3bacd55a0/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="494",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/748418388778fca6150e1b5581e9ecad0cb16cbd0e0f9d8d77640eced514706e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="497",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef3adb34194f3e1e805e38e3e7d60a60699b287d5f523e414882d103aca73ef7/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="498",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3a017a811f37ea5c442687138b4ba48e20d121abf51da41c6a3e0febedece3ad/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="500",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/00a39185a451b41738688ee20fe9472e4366114b93bd1ed08d3a41ab23dcb273/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="501",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1e066cdfa4fcc24f5037ddd42937efe65a08b01a7487221f5bae9c60b97431a2/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="502",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934566ca160a7d2a951276edd0722be764feaa164d2d9c441a8761f29db4ed6b/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="503",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dccc09fdc96b37f8d51e946c8157eaa5e1e42f51948e8bcce897a5b1848fc5ca/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="569",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0ce4311ea989653e9314d373eb819925c67d6af89fd8f39fc83b0a1597a9563/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="588",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41796a6374353ce473277e6e226c18b4c58023babd7a22622056f92426e1d0da/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="589",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1da1a2abb31306894236dc5f310a5c5db48ea5babfebe343ecdd1c89754fecd8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="591",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/516d7e9fb403bf18f596904eb7facb8b29ee41aa223613f8410b47dd03a0d311/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="599",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/513c3518ad728b32fb1552ea66ac74ec78a9e466d758c801446780ee78f55256/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="600",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6dae25eba4e933ef8775ace5ca96156dcf2716f3c49bf6013fb751b63e6f02cd/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="607",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/76356ecb988d15daccf5c095fd370f046bffa1bb264d426a6e4fd45e61fcc9e6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="608",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6395e354911fd9fa01fcb380f6f23f2a24564a8201f2a5ed888d5b8d7678f170/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="609",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36fe7755a24e5753316b9876995fdb73132483d7fedb2059c71ba4d156605539/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="610",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0050d23c332072fdcb9593488a7c2f19c590839d0edc8f35834c008f7ef4fcfb/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="611",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/124bfa835689406d01ec2e36ab6377e571ad0ae28ec2df82e42b3a434399ea38/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="612",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/107134441f11df7a8ada1e4a5ddc39c62d1a1bc0dcd1769e8c3ed4326961e929/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="613",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2194f1e880484cb42bb7bbc3279fbca3e8e5e88d4e5f66948b718e7c57478883/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="614",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7663412771ed6eec972ff413c7ce33ecfb9f4a3b21fab27b020d475bb795105b/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="615",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e259461508b451e6315fee5ab597f891ed88aa8b65d3c09d5975b4a0f52362d5/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="617",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7eee5e125d5874ec947da2dab840bacf0b34d7b82974251711b2948fc53bf7e2/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="650",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/90c9c15ee558925563621ea6c84b0f16207a7952cbabe6ab5ec669688441f742/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="743",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/febcacf301692eb228b2a85887e2146afcfb687676751b9dd939040d9a7a1ab9/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="744",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e0041c9c0aef242a42f74d3fa276b4bdf75bac5fea11c348cce30227a7edf7b/shm"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="29",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/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sdb",device_error="",fstype="ext4",mountpoint="/var/lib/longhorn"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0027809792a3009e8cadfd058f86210c36879686baa7185ef73f2a9c48a7f5a5/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0050d23c332072fdcb9593488a7c2f19c590839d0edc8f35834c008f7ef4fcfb/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/00a39185a451b41738688ee20fe9472e4366114b93bd1ed08d3a41ab23dcb273/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e985fff8fc3e11bd83f7d24aed976d2cf44481df992e34db5bf1e393369e987/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f9f4f7b14aa0ed77285bd59b4ee90abef07b3e12b44d5d84c8445809b9aa4e4/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/107134441f11df7a8ada1e4a5ddc39c62d1a1bc0dcd1769e8c3ed4326961e929/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/124bfa835689406d01ec2e36ab6377e571ad0ae28ec2df82e42b3a434399ea38/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13928369307d1c24cebd9e309bfbb2dbc5e7be43fade9ebfe642598310952893/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a656800c8b0fc4ac06dd64300429e939f22ded5df560aaaf33e5cebf42e8d42/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1da1a2abb31306894236dc5f310a5c5db48ea5babfebe343ecdd1c89754fecd8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1e066cdfa4fcc24f5037ddd42937efe65a08b01a7487221f5bae9c60b97431a2/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2194f1e880484cb42bb7bbc3279fbca3e8e5e88d4e5f66948b718e7c57478883/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21bcdf37a3836a30d9c7f475d3379af9033b70debeb1a8ca3b25b0f4615f5e29/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2a8ad66cc4fe54579eeaad5df9b46bb4d8cf983ae3e378e0606026bff41263fe/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30409643bba9a998973a63621cac17d3116f13fdf243b8ddc0d63cf48afd4aa5/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/334aa88da8d7b66a8c0a16fc2696928d7905b3a2484297536664d8a6e341d56e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36d4d174ce5eaf98ab2e18e92061072af19d17dd2be852fbf3d86abe316364a6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36e3b8f53432c0cc6caa1e8fc26810e4edb2c5577f358fa4b23f1c14fc8a5f22/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36fe7755a24e5753316b9876995fdb73132483d7fedb2059c71ba4d156605539/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3a017a811f37ea5c442687138b4ba48e20d121abf51da41c6a3e0febedece3ad/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e0041c9c0aef242a42f74d3fa276b4bdf75bac5fea11c348cce30227a7edf7b/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f19739084a3bc6104b286bc01c4ac28de9dbf0d4501a838358d24fbe8525675/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41796a6374353ce473277e6e226c18b4c58023babd7a22622056f92426e1d0da/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41b093071f7477c3a062198601b66c843959838c85b6324ff0ac54f724f9b77a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45f1cd182b12d1fa7d38384dc90c9716989eec5cd39c7835e179a4b833e0adcf/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4810b2327244f60dcec11911d8df65fd69da7905bd7ca03b408793c1efd2ded1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f338ebdbdda186e04149f46a6114cdad0e133f4b9918f6a0a846605aac8813d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/513c3518ad728b32fb1552ea66ac74ec78a9e466d758c801446780ee78f55256/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/516d7e9fb403bf18f596904eb7facb8b29ee41aa223613f8410b47dd03a0d311/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5b4efc8a5ca6c13d69185818c6e6178f8918ec5d7d6c84cd800e4c39f865bfa5/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5dd63ba4ab860c11029245a706462ef2e3cc85bb071f459eb347e672f394b6cc/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fde91cd1a35f4ce8e610e47cec1ea64686b06ab25401132e43231f88a5a61c/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6395e354911fd9fa01fcb380f6f23f2a24564a8201f2a5ed888d5b8d7678f170/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6dae25eba4e933ef8775ace5ca96156dcf2716f3c49bf6013fb751b63e6f02cd/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/748418388778fca6150e1b5581e9ecad0cb16cbd0e0f9d8d77640eced514706e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/76356ecb988d15daccf5c095fd370f046bffa1bb264d426a6e4fd45e61fcc9e6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7663412771ed6eec972ff413c7ce33ecfb9f4a3b21fab27b020d475bb795105b/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/791125b240b974467f1ce18b09a4d20914d6f0a08700773392a0ec931233d771/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/79e32948cd799c53b36d42e14f1f2bc1a7f2667aca87ee3ed537221f20c160f8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7d4eab416507b0e27fbee14a8c89bac806bb50f8d95f4d14190c52c8528c8a52/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7eee5e125d5874ec947da2dab840bacf0b34d7b82974251711b2948fc53bf7e2/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7f60339464d815ee31a55189346dae7c14603bc3f74159b96af3037e4442eaa8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/804277ed45b8551b056a738cc18102e5f79401bbeec57607947d4ad5057f02e3/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/87806418f6825cc1a5c52360e0b48746451cc7a8cdb330c1849b92dad00773d7/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/89b0ec078a532fbadf2d00a986c4eb045be23cba20c6bfe46faa5f16179c5b55/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ec9c575c3ea313cf44ab31c1823f94690d594e621c79009d690a8992b8164ed/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/90c9c15ee558925563621ea6c84b0f16207a7952cbabe6ab5ec669688441f742/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934566ca160a7d2a951276edd0722be764feaa164d2d9c441a8761f29db4ed6b/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a3ac4297305945a4a252dd55c63546883c9c5af96d579f32026e2de4cb9b3c7e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8f339347775447bd3f0e9b426ed28afc1cbadf55fe7ea7143dd7f39c9ed715a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aee8d6207da082de6a801f3763d16610a3ab6de359c13a9635603f459db8a360/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af785f9b368719b6dd5072b1e8288f09056b432ebb975dc10d8badd3e6c907bc/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0ce4311ea989653e9314d373eb819925c67d6af89fd8f39fc83b0a1597a9563/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b23e7f128c2bd4bca2352c8bc40c5791fc29c8cc0894a614c5663a9cc56e3ed6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b7c0657ca3e76605b6fa730f7df53571740b9f194b124bc96df3614d8654e048/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b93f13a0d4f52ae21cb4dcf16911f3ff7de198f132c61fb1fa8798580bac6bc8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c7b88e948341ddb792947ca3be2e7c09fbf8cef7d528383a505fd81ab2eed159/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ca8f158e1913f4a4890920dda6e28f333a56f109f3dd96b6008d343a7c7230dd/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb2cbfe8d46e5695abc13bab680b7a25383e7b5a158c35eae5a9262b4dc4c013/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d3c9e3c9aacdf511747086413a8a1d4f4555824029a6f82048348ed9cab913c9/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d441c4cce32c460bbd7d4693aaef8d039435589997b60b85c3ea0cbe26025658/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d5a976a5c1d92a42e468014694c01d6e0e6ea07b50607e10e552c8e3bacd55a0/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dccc09fdc96b37f8d51e946c8157eaa5e1e42f51948e8bcce897a5b1848fc5ca/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e259461508b451e6315fee5ab597f891ed88aa8b65d3c09d5975b4a0f52362d5/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e5e489a14af39f8c55debea30381306bacc27658e2fba7e55cfdf9e20f9af214/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ee09c8d9d33e1caeaf318a4730d92f8ea659333012f694bd946fa1fa1d7fa5c8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef3adb34194f3e1e805e38e3e7d60a60699b287d5f523e414882d103aca73ef7/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1477becef274bfdcfcef0cb91e5f7c2913076b4573cf8a8590db16e9ec718b0/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2136295dd072e339f754ecbb87279ecfb1e38cd2f7fb4df223a3bdec5d204e9/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5908f8fb91a9ce9aebfbf15ba89b3bd81c7d6c50a6e3525200baacfa32e521f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fcfee7e9d64b4715ec808f98a69449fdb6181ad44adccb35fb658b847757d69a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/febcacf301692eb228b2a85887e2146afcfb687676751b9dd939040d9a7a1ab9/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-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/9ec90e7a-a5e1-45f6-aa63-42dee6c67056/volumes/kubernetes.io~csi/pvc-7a881a62-2dbd-4f68-966a-28550abd5dea/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/edd710fb-9dd3-41e2-a959-701a69637d34/volumes/kubernetes.io~csi/pvc-85675234-37b9-40f0-839c-7ee4e04261d2/mount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-99b93bf3-9b9e-4522-bfff-01be8e2369a7",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/3685d4264cf72e2f4f3dd3ccaad8580fc2d4bd46b48dc4db6b08f28d5c19a05b/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-99b93bf3-9b9e-4522-bfff-01be8e2369a7",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/38142ee9-b3c7-4d3f-b3f1-3ddea8330844/volumes/kubernetes.io~csi/pvc-99b93bf3-9b9e-4522-bfff-01be8e2369a7/mount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-d9a289b8-a8b0-4a65-adac-fafd86b5bfa6",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/057b2341d5308cc7170e76dde501f94c0621bae7a13958646ec8043356671890/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-d9a289b8-a8b0-4a65-adac-fafd86b5bfa6",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/38142ee9-b3c7-4d3f-b3f1-3ddea8330844/volumes/kubernetes.io~csi/pvc-d9a289b8-a8b0-4a65-adac-fafd86b5bfa6/mount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-ee2fcac1-6c3f-4f4a-8a05-c3b6e8584073",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/d5832ec072c72e46f64c3a7a99105a2992c98468360db8031052504004e4d68d/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-ee2fcac1-6c3f-4f4a-8a05-c3b6e8584073",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/730509d2-66d9-4906-957a-840e49b0f776/volumes/kubernetes.io~csi/pvc-ee2fcac1-6c3f-4f4a-8a05-c3b6e8584073/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/6f05705b-6992-4fd9-800d-71b7aab5c514/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/6f05705b-6992-4fd9-800d-71b7aab5c514/volumes/kubernetes.io~csi/pvc-f83d432b-2ee2-48b1-80cc-1e87d8c639dc/mount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-f84242e5-2544-458e-8489-9f61ac67acf0",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/22e999edf4ca89cd310888c0c703e6027a08881cf9bde9306eb1f76033664655/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-f84242e5-2544-458e-8489-9f61ac67acf0",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/730509d2-66d9-4906-957a-840e49b0f776/volumes/kubernetes.io~csi/pvc-f84242e5-2544-458e-8489-9f61ac67acf0/mount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-f87340f3-ba49-44ac-86b9-1fbdfb3abb78",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/driver.longhorn.io/4c6fcaae8fa0efbea2edca4635f5881a4f92f8c08067b142e8e5b6c7506f9b23/globalmount"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-f87340f3-ba49-44ac-86b9-1fbdfb3abb78",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/85210753-1a05-4204-88b3-e4ffb3d33e95/volume-subpaths/pvc-f87340f3-ba49-44ac-86b9-1fbdfb3abb78/database/0"} 0 node_filesystem_readonly{device="/dev/longhorn/pvc-f87340f3-ba49-44ac-86b9-1fbdfb3abb78",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/85210753-1a05-4204-88b3-e4ffb3d33e95/volumes/kubernetes.io~csi/pvc-f87340f3-ba49-44ac-86b9-1fbdfb3abb78/mount"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/6f05705b-6992-4fd9-800d-71b7aab5c514/volume-subpaths/config-volume/pg/1"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/6f05705b-6992-4fd9-800d-71b7aab5c514/volume-subpaths/config-volume/pg/2"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/fcd460dd-79a9-4079-8dff-44406cb11fcf/volume-subpaths/config/grafana/0"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/fcd460dd-79a9-4079-8dff-44406cb11fcf/volume-subpaths/sc-dashboard-provider/grafana/3"} 0 node_filesystem_readonly{device="/dev/sdb",device_error="",fstype="ext4",mountpoint="/var/lib/longhorn"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0027809792a3009e8cadfd058f86210c36879686baa7185ef73f2a9c48a7f5a5/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0050d23c332072fdcb9593488a7c2f19c590839d0edc8f35834c008f7ef4fcfb/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/00a39185a451b41738688ee20fe9472e4366114b93bd1ed08d3a41ab23dcb273/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e985fff8fc3e11bd83f7d24aed976d2cf44481df992e34db5bf1e393369e987/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f9f4f7b14aa0ed77285bd59b4ee90abef07b3e12b44d5d84c8445809b9aa4e4/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/107134441f11df7a8ada1e4a5ddc39c62d1a1bc0dcd1769e8c3ed4326961e929/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/124bfa835689406d01ec2e36ab6377e571ad0ae28ec2df82e42b3a434399ea38/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13928369307d1c24cebd9e309bfbb2dbc5e7be43fade9ebfe642598310952893/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a656800c8b0fc4ac06dd64300429e939f22ded5df560aaaf33e5cebf42e8d42/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1da1a2abb31306894236dc5f310a5c5db48ea5babfebe343ecdd1c89754fecd8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1e066cdfa4fcc24f5037ddd42937efe65a08b01a7487221f5bae9c60b97431a2/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2194f1e880484cb42bb7bbc3279fbca3e8e5e88d4e5f66948b718e7c57478883/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21bcdf37a3836a30d9c7f475d3379af9033b70debeb1a8ca3b25b0f4615f5e29/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2a8ad66cc4fe54579eeaad5df9b46bb4d8cf983ae3e378e0606026bff41263fe/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30409643bba9a998973a63621cac17d3116f13fdf243b8ddc0d63cf48afd4aa5/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/334aa88da8d7b66a8c0a16fc2696928d7905b3a2484297536664d8a6e341d56e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36d4d174ce5eaf98ab2e18e92061072af19d17dd2be852fbf3d86abe316364a6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36e3b8f53432c0cc6caa1e8fc26810e4edb2c5577f358fa4b23f1c14fc8a5f22/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36fe7755a24e5753316b9876995fdb73132483d7fedb2059c71ba4d156605539/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3a017a811f37ea5c442687138b4ba48e20d121abf51da41c6a3e0febedece3ad/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e0041c9c0aef242a42f74d3fa276b4bdf75bac5fea11c348cce30227a7edf7b/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f19739084a3bc6104b286bc01c4ac28de9dbf0d4501a838358d24fbe8525675/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41796a6374353ce473277e6e226c18b4c58023babd7a22622056f92426e1d0da/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41b093071f7477c3a062198601b66c843959838c85b6324ff0ac54f724f9b77a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45f1cd182b12d1fa7d38384dc90c9716989eec5cd39c7835e179a4b833e0adcf/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4810b2327244f60dcec11911d8df65fd69da7905bd7ca03b408793c1efd2ded1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f338ebdbdda186e04149f46a6114cdad0e133f4b9918f6a0a846605aac8813d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/513c3518ad728b32fb1552ea66ac74ec78a9e466d758c801446780ee78f55256/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/516d7e9fb403bf18f596904eb7facb8b29ee41aa223613f8410b47dd03a0d311/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5b4efc8a5ca6c13d69185818c6e6178f8918ec5d7d6c84cd800e4c39f865bfa5/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5dd63ba4ab860c11029245a706462ef2e3cc85bb071f459eb347e672f394b6cc/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fde91cd1a35f4ce8e610e47cec1ea64686b06ab25401132e43231f88a5a61c/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6395e354911fd9fa01fcb380f6f23f2a24564a8201f2a5ed888d5b8d7678f170/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6dae25eba4e933ef8775ace5ca96156dcf2716f3c49bf6013fb751b63e6f02cd/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/748418388778fca6150e1b5581e9ecad0cb16cbd0e0f9d8d77640eced514706e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/76356ecb988d15daccf5c095fd370f046bffa1bb264d426a6e4fd45e61fcc9e6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7663412771ed6eec972ff413c7ce33ecfb9f4a3b21fab27b020d475bb795105b/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/791125b240b974467f1ce18b09a4d20914d6f0a08700773392a0ec931233d771/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/79e32948cd799c53b36d42e14f1f2bc1a7f2667aca87ee3ed537221f20c160f8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7d4eab416507b0e27fbee14a8c89bac806bb50f8d95f4d14190c52c8528c8a52/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7eee5e125d5874ec947da2dab840bacf0b34d7b82974251711b2948fc53bf7e2/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7f60339464d815ee31a55189346dae7c14603bc3f74159b96af3037e4442eaa8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/804277ed45b8551b056a738cc18102e5f79401bbeec57607947d4ad5057f02e3/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/87806418f6825cc1a5c52360e0b48746451cc7a8cdb330c1849b92dad00773d7/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/89b0ec078a532fbadf2d00a986c4eb045be23cba20c6bfe46faa5f16179c5b55/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ec9c575c3ea313cf44ab31c1823f94690d594e621c79009d690a8992b8164ed/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/90c9c15ee558925563621ea6c84b0f16207a7952cbabe6ab5ec669688441f742/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934566ca160a7d2a951276edd0722be764feaa164d2d9c441a8761f29db4ed6b/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a3ac4297305945a4a252dd55c63546883c9c5af96d579f32026e2de4cb9b3c7e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8f339347775447bd3f0e9b426ed28afc1cbadf55fe7ea7143dd7f39c9ed715a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aee8d6207da082de6a801f3763d16610a3ab6de359c13a9635603f459db8a360/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af785f9b368719b6dd5072b1e8288f09056b432ebb975dc10d8badd3e6c907bc/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0ce4311ea989653e9314d373eb819925c67d6af89fd8f39fc83b0a1597a9563/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b23e7f128c2bd4bca2352c8bc40c5791fc29c8cc0894a614c5663a9cc56e3ed6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b7c0657ca3e76605b6fa730f7df53571740b9f194b124bc96df3614d8654e048/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b93f13a0d4f52ae21cb4dcf16911f3ff7de198f132c61fb1fa8798580bac6bc8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c7b88e948341ddb792947ca3be2e7c09fbf8cef7d528383a505fd81ab2eed159/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ca8f158e1913f4a4890920dda6e28f333a56f109f3dd96b6008d343a7c7230dd/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb2cbfe8d46e5695abc13bab680b7a25383e7b5a158c35eae5a9262b4dc4c013/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d3c9e3c9aacdf511747086413a8a1d4f4555824029a6f82048348ed9cab913c9/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d441c4cce32c460bbd7d4693aaef8d039435589997b60b85c3ea0cbe26025658/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d5a976a5c1d92a42e468014694c01d6e0e6ea07b50607e10e552c8e3bacd55a0/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dccc09fdc96b37f8d51e946c8157eaa5e1e42f51948e8bcce897a5b1848fc5ca/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e259461508b451e6315fee5ab597f891ed88aa8b65d3c09d5975b4a0f52362d5/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e5e489a14af39f8c55debea30381306bacc27658e2fba7e55cfdf9e20f9af214/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ee09c8d9d33e1caeaf318a4730d92f8ea659333012f694bd946fa1fa1d7fa5c8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef3adb34194f3e1e805e38e3e7d60a60699b287d5f523e414882d103aca73ef7/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1477becef274bfdcfcef0cb91e5f7c2913076b4573cf8a8590db16e9ec718b0/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2136295dd072e339f754ecbb87279ecfb1e38cd2f7fb4df223a3bdec5d204e9/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5908f8fb91a9ce9aebfbf15ba89b3bd81c7d6c50a6e3525200baacfa32e521f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fcfee7e9d64b4715ec808f98a69449fdb6181ad44adccb35fb658b847757d69a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/febcacf301692eb228b2a85887e2146afcfb687676751b9dd939040d9a7a1ab9/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/067ff878-a4c7-4b64-8215-6ba151140d51/volumes/kubernetes.io~projected/kube-api-access-md6f7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0ccdf026-959a-4a53-a6dc-a7d22acc6766/volumes/kubernetes.io~projected/kube-api-access-pnxdz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0db1ee3f-dbfc-48ce-ae44-d0c7732a28f4/volumes/kubernetes.io~projected/kube-api-access-74zbm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0db1ee3f-dbfc-48ce-ae44-d0c7732a28f4/volumes/kubernetes.io~secret/memberlist"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0e892c40-988e-4473-abba-8f5417249913/volumes/kubernetes.io~projected/kube-api-access-k725k"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0e892c40-988e-4473-abba-8f5417249913/volumes/kubernetes.io~secret/certs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/194bf808-6b91-40ef-91f0-57b24032e8ea/volumes/kubernetes.io~projected/kube-api-access-r9lsf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1b026e24-0f59-4e55-839e-c839e6b811fe/volumes/kubernetes.io~projected/kube-api-access-7mxhw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1b026e24-0f59-4e55-839e-c839e6b811fe/volumes/kubernetes.io~secret/cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1dc27a3a-ea20-4dc0-b1db-5d7ef1a10ca6/volumes/kubernetes.io~projected/kube-api-access-64n2m"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1dfcb193-6c45-4634-aa8b-af6c62ed9f1d/volumes/kubernetes.io~projected/kube-api-access-l6slw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2e89cb8c-0add-4138-9486-379e712be046/volumes/kubernetes.io~projected/kube-api-access-6sknj"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2eeffc1c-53bc-466a-9ae5-e5c67a0ac1d3/volumes/kubernetes.io~projected/kube-api-access-4ns2f"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/323751cd-697b-4c0c-8406-b79b5eeb09a4/volumes/kubernetes.io~projected/kube-api-access-swvss"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/323751cd-697b-4c0c-8406-b79b5eeb09a4/volumes/kubernetes.io~secret/longhorn-grpc-tls"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/37a95403-b38c-4077-8fbc-37baded54bba/volumes/kubernetes.io~projected/kube-api-access-9wmr9"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/38142ee9-b3c7-4d3f-b3f1-3ddea8330844/volumes/kubernetes.io~projected/kube-api-access-fmw28"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3907f350-6ecc-456f-9da6-5fa97d0c0016/volumes/kubernetes.io~projected/kube-api-access-hlqqz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3d5ae486-5730-4015-bf75-570be6594285/volumes/kubernetes.io~projected/kube-api-access-7kcvd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3fcc4353-da63-4cc5-a3b7-07f5eae90cc5/volumes/kubernetes.io~projected/kube-api-access-kjnwk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/416ec6d6-300d-4b77-88cb-576e05320ad1/volumes/kubernetes.io~projected/kube-api-access-9qt44"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/42d489ea-d188-4aef-890a-9710b5ad426e/volumes/kubernetes.io~projected/kube-api-access-457dg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/440f1dc2-5d7c-4aeb-b3db-65c82a5a3bfb/volumes/kubernetes.io~projected/kube-api-access-z458r"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/440f1dc2-5d7c-4aeb-b3db-65c82a5a3bfb/volumes/kubernetes.io~secret/longhorn-grpc-tls"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/448dcd87-d5ad-4c34-bf00-26ab57ed5f50/volumes/kubernetes.io~projected/kube-api-access-sqtdn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5b3138be-285d-475f-a2d2-859538697080/volumes/kubernetes.io~projected/kube-api-access-6c64m"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/641ca38e-60b9-4ef7-b750-8bba3cdd5d8c/volumes/kubernetes.io~projected/kube-api-access-m4pn4"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/67703108-578c-4819-8bab-79cd80cfc800/volumes/kubernetes.io~projected/kube-api-access-9nqgs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/678a3e72-7fbc-4f41-9587-3cca9dd38916/volumes/kubernetes.io~projected/kube-api-access-wlm8w"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/678a3e72-7fbc-4f41-9587-3cca9dd38916/volumes/kubernetes.io~secret/clustermesh-secrets"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6ce2b764-24be-435d-abff-3b60638a5e1d/volumes/kubernetes.io~projected/kube-api-access-bmngm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d7979e8-1f54-4a58-b443-240316a30b08/volume-subpaths/web-config/alertmanager/4"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d7979e8-1f54-4a58-b443-240316a30b08/volume-subpaths/web-config/config-reloader/2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d7979e8-1f54-4a58-b443-240316a30b08/volume-subpaths/web-config/init-config-reloader/2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d7979e8-1f54-4a58-b443-240316a30b08/volumes/kubernetes.io~empty-dir/config-out"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d7979e8-1f54-4a58-b443-240316a30b08/volumes/kubernetes.io~projected/kube-api-access-px9qc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d7979e8-1f54-4a58-b443-240316a30b08/volumes/kubernetes.io~projected/tls-assets"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d7979e8-1f54-4a58-b443-240316a30b08/volumes/kubernetes.io~secret/config-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d7979e8-1f54-4a58-b443-240316a30b08/volumes/kubernetes.io~secret/web-config"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6f05705b-6992-4fd9-800d-71b7aab5c514/volumes/kubernetes.io~projected/kube-api-access-5xfh9"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/724dbf99-2de8-4c38-8599-b92b504d7360/volumes/kubernetes.io~projected/kube-api-access-fcbbv"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/730509d2-66d9-4906-957a-840e49b0f776/volumes/kubernetes.io~projected/configuration"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/730509d2-66d9-4906-957a-840e49b0f776/volumes/kubernetes.io~projected/kube-api-access-8l7xp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7436f268-2890-404c-978b-dd35edc355ed/volumes/kubernetes.io~projected/kube-api-access-9zcfk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7b56887b-b5b4-4a11-ac14-04baad7dfefd/volumes/kubernetes.io~projected/kube-api-access-rxv42"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7b7e984d-5e52-44f7-a04a-d4f6ec2a813c/volumes/kubernetes.io~projected/kube-api-access-sjhd5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7fd58ad8-d1a1-4311-b3ee-0e41c421b714/volumes/kubernetes.io~projected/kube-api-access-nk5bb"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/828c6573-9437-458f-b673-b3035d60a73c/volumes/kubernetes.io~projected/kube-api-access-cxwxv"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/835fa380-7a74-4431-a8ff-bc6bcb29743c/volumes/kubernetes.io~projected/kube-api-access-gwr5q"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/85210753-1a05-4204-88b3-e4ffb3d33e95/volumes/kubernetes.io~projected/kube-api-access-mk476"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/866d8ad9-79fa-4af0-ac42-4e2e38447c45/volumes/kubernetes.io~projected/kube-api-access-s459h"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/922da273-9505-4d36-9405-cf886ebc6eed/volumes/kubernetes.io~projected/kube-api-access-2wj89"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/96ee8b36-4232-42cc-a6eb-3739a7ededb5/volumes/kubernetes.io~projected/kube-api-access-hwqqc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9977dd2d-fe31-4176-b40e-f793eeec031f/volumes/kubernetes.io~projected/kube-api-access-h9ckf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9977dd2d-fe31-4176-b40e-f793eeec031f/volumes/kubernetes.io~secret/tls-secret"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9ab25d92-6f39-4e61-8bf2-8f4f3e024f84/volumes/kubernetes.io~projected/kube-api-access-5rnxh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9ec90e7a-a5e1-45f6-aa63-42dee6c67056/volumes/kubernetes.io~projected/kube-api-access-89t8c"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a2c87cd0-7dfc-4fde-b6e7-9f693fb641be/volumes/kubernetes.io~projected/kube-api-access-4xnxm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a2cb5e63-873a-4815-bac8-6ef5fb98dd0e/volumes/kubernetes.io~projected/kube-api-access-w4tpt"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a2cb5e63-873a-4815-bac8-6ef5fb98dd0e/volumes/kubernetes.io~secret/cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a3c802ea-821c-4423-a7ce-27926f4d664d/volumes/kubernetes.io~projected/kube-api-access-hddb8"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a654d98a-fab6-486a-8a17-52f6a218f932/volumes/kubernetes.io~projected/kube-api-access-f8zht"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a9382657-54a7-4a14-9335-12c92b23f337/volumes/kubernetes.io~projected/kube-api-access-657k6"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b4bae14f-1181-4c46-9fc8-10aff0df6c33/volumes/kubernetes.io~projected/kube-api-access-5pb94"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b963caa3-c840-4465-9952-691e683e9219/volumes/kubernetes.io~projected/kube-api-access-fwg4w"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/bb2b43f2-153c-4d7b-8d62-3458c5b966dc/volumes/kubernetes.io~projected/kube-api-access-xz2zg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/be008a71-0100-4256-840e-5d0a4ef5bef5/volumes/kubernetes.io~projected/kube-api-access-d5ccj"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c2c86e78-6493-4b74-84b7-bdb18275d7de/volumes/kubernetes.io~projected/kube-api-access-sz2hk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c7e0693e-b4d4-4be7-b8a5-7ee6daae2ec4/volumes/kubernetes.io~projected/kube-api-access-tb45w"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c7e0693e-b4d4-4be7-b8a5-7ee6daae2ec4/volumes/kubernetes.io~secret/cloud-credentials"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d07ff6a3-d626-44e8-9b3c-ac587212ef64/volumes/kubernetes.io~projected/kube-api-access-hdbxk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/db41d624-5234-433e-b70e-2a0dfa22bf12/volumes/kubernetes.io~projected/kube-api-access-j6qld"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ddb65cb0-33fc-4e94-82e3-b618bafe0324/volumes/kubernetes.io~projected/kube-api-access-prpgm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ddb65cb0-33fc-4e94-82e3-b618bafe0324/volumes/kubernetes.io~secret/cloud-credentials"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e08cbc03-09c6-4c4d-9a09-eee4d85c569b/volumes/kubernetes.io~projected/kube-api-access-td5tt"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e5b7c18c-86c4-432d-9e1f-5d5714a4b3db/volumes/kubernetes.io~projected/kube-api-access-lv6b9"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/eb7df300-c94a-4b1a-b9ba-440ff76233d5/volumes/kubernetes.io~projected/kube-api-access-sst7g"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/edb42d17-53c8-469e-abf2-056e8786dbee/volumes/kubernetes.io~projected/kube-api-access-rw54z"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/edd710fb-9dd3-41e2-a959-701a69637d34/volumes/kubernetes.io~projected/kube-api-access-52dxn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/eea66d27-d5f6-46cc-9e0b-960be6b74be7/volumes/kubernetes.io~projected/kube-api-access-p2g8s"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f83b1c0b-c1a5-4cb8-bfdd-9877c8ba5409/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/f83b1c0b-c1a5-4cb8-bfdd-9877c8ba5409/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/f83b1c0b-c1a5-4cb8-bfdd-9877c8ba5409/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/f83b1c0b-c1a5-4cb8-bfdd-9877c8ba5409/volumes/kubernetes.io~projected/kube-api-access-26q44"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f83b1c0b-c1a5-4cb8-bfdd-9877c8ba5409/volumes/kubernetes.io~secret/general-tls-cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f8fc1b3a-3067-4c81-8daf-ce2db1b70763/volumes/kubernetes.io~projected/kong-kong-token"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f8fc1b3a-3067-4c81-8daf-ce2db1b70763/volumes/kubernetes.io~secret/webhook-cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f99e1ecb-963a-4c3c-b4a4-46b9509c31f7/volumes/kubernetes.io~projected/kube-api-access-dz86f"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fad547d3-c531-45a8-8a37-8f053f8cbaa0/volumes/kubernetes.io~projected/kube-api-access-c2d8f"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fb4e5005-da87-49ab-8b2d-1f10252aeee2/volumes/kubernetes.io~projected/kube-api-access-7pz4j"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fcd460dd-79a9-4079-8dff-44406cb11fcf/volumes/kubernetes.io~projected/kube-api-access-hl67t"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fd2bc190-68f2-4516-ae6a-917f1d77c758/volumes/kubernetes.io~projected/kube-api-access-9wkhf"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 9.97326848e+08 node_filesystem_size_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 1.04510152704e+11 node_filesystem_size_bytes{device="/dev/sdb",device_error="",fstype="ext4",mountpoint="/var/lib/longhorn"} 1.05089261568e+11 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0027809792a3009e8cadfd058f86210c36879686baa7185ef73f2a9c48a7f5a5/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0050d23c332072fdcb9593488a7c2f19c590839d0edc8f35834c008f7ef4fcfb/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/00a39185a451b41738688ee20fe9472e4366114b93bd1ed08d3a41ab23dcb273/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0e985fff8fc3e11bd83f7d24aed976d2cf44481df992e34db5bf1e393369e987/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f9f4f7b14aa0ed77285bd59b4ee90abef07b3e12b44d5d84c8445809b9aa4e4/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/107134441f11df7a8ada1e4a5ddc39c62d1a1bc0dcd1769e8c3ed4326961e929/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/124bfa835689406d01ec2e36ab6377e571ad0ae28ec2df82e42b3a434399ea38/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13928369307d1c24cebd9e309bfbb2dbc5e7be43fade9ebfe642598310952893/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a656800c8b0fc4ac06dd64300429e939f22ded5df560aaaf33e5cebf42e8d42/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1da1a2abb31306894236dc5f310a5c5db48ea5babfebe343ecdd1c89754fecd8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1e066cdfa4fcc24f5037ddd42937efe65a08b01a7487221f5bae9c60b97431a2/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2194f1e880484cb42bb7bbc3279fbca3e8e5e88d4e5f66948b718e7c57478883/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21bcdf37a3836a30d9c7f475d3379af9033b70debeb1a8ca3b25b0f4615f5e29/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2a8ad66cc4fe54579eeaad5df9b46bb4d8cf983ae3e378e0606026bff41263fe/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30409643bba9a998973a63621cac17d3116f13fdf243b8ddc0d63cf48afd4aa5/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/334aa88da8d7b66a8c0a16fc2696928d7905b3a2484297536664d8a6e341d56e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36d4d174ce5eaf98ab2e18e92061072af19d17dd2be852fbf3d86abe316364a6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36e3b8f53432c0cc6caa1e8fc26810e4edb2c5577f358fa4b23f1c14fc8a5f22/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36fe7755a24e5753316b9876995fdb73132483d7fedb2059c71ba4d156605539/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3a017a811f37ea5c442687138b4ba48e20d121abf51da41c6a3e0febedece3ad/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e0041c9c0aef242a42f74d3fa276b4bdf75bac5fea11c348cce30227a7edf7b/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f19739084a3bc6104b286bc01c4ac28de9dbf0d4501a838358d24fbe8525675/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41796a6374353ce473277e6e226c18b4c58023babd7a22622056f92426e1d0da/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41b093071f7477c3a062198601b66c843959838c85b6324ff0ac54f724f9b77a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/45f1cd182b12d1fa7d38384dc90c9716989eec5cd39c7835e179a4b833e0adcf/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4810b2327244f60dcec11911d8df65fd69da7905bd7ca03b408793c1efd2ded1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f338ebdbdda186e04149f46a6114cdad0e133f4b9918f6a0a846605aac8813d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/513c3518ad728b32fb1552ea66ac74ec78a9e466d758c801446780ee78f55256/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/516d7e9fb403bf18f596904eb7facb8b29ee41aa223613f8410b47dd03a0d311/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5b4efc8a5ca6c13d69185818c6e6178f8918ec5d7d6c84cd800e4c39f865bfa5/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5dd63ba4ab860c11029245a706462ef2e3cc85bb071f459eb347e672f394b6cc/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fde91cd1a35f4ce8e610e47cec1ea64686b06ab25401132e43231f88a5a61c/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6395e354911fd9fa01fcb380f6f23f2a24564a8201f2a5ed888d5b8d7678f170/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6dae25eba4e933ef8775ace5ca96156dcf2716f3c49bf6013fb751b63e6f02cd/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/748418388778fca6150e1b5581e9ecad0cb16cbd0e0f9d8d77640eced514706e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/76356ecb988d15daccf5c095fd370f046bffa1bb264d426a6e4fd45e61fcc9e6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7663412771ed6eec972ff413c7ce33ecfb9f4a3b21fab27b020d475bb795105b/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/791125b240b974467f1ce18b09a4d20914d6f0a08700773392a0ec931233d771/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/79e32948cd799c53b36d42e14f1f2bc1a7f2667aca87ee3ed537221f20c160f8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7d4eab416507b0e27fbee14a8c89bac806bb50f8d95f4d14190c52c8528c8a52/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7eee5e125d5874ec947da2dab840bacf0b34d7b82974251711b2948fc53bf7e2/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7f60339464d815ee31a55189346dae7c14603bc3f74159b96af3037e4442eaa8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/804277ed45b8551b056a738cc18102e5f79401bbeec57607947d4ad5057f02e3/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/87806418f6825cc1a5c52360e0b48746451cc7a8cdb330c1849b92dad00773d7/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/89b0ec078a532fbadf2d00a986c4eb045be23cba20c6bfe46faa5f16179c5b55/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ec9c575c3ea313cf44ab31c1823f94690d594e621c79009d690a8992b8164ed/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/90c9c15ee558925563621ea6c84b0f16207a7952cbabe6ab5ec669688441f742/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/934566ca160a7d2a951276edd0722be764feaa164d2d9c441a8761f29db4ed6b/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a3ac4297305945a4a252dd55c63546883c9c5af96d579f32026e2de4cb9b3c7e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a8f339347775447bd3f0e9b426ed28afc1cbadf55fe7ea7143dd7f39c9ed715a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aee8d6207da082de6a801f3763d16610a3ab6de359c13a9635603f459db8a360/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af785f9b368719b6dd5072b1e8288f09056b432ebb975dc10d8badd3e6c907bc/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b0ce4311ea989653e9314d373eb819925c67d6af89fd8f39fc83b0a1597a9563/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b23e7f128c2bd4bca2352c8bc40c5791fc29c8cc0894a614c5663a9cc56e3ed6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b7c0657ca3e76605b6fa730f7df53571740b9f194b124bc96df3614d8654e048/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b93f13a0d4f52ae21cb4dcf16911f3ff7de198f132c61fb1fa8798580bac6bc8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c7b88e948341ddb792947ca3be2e7c09fbf8cef7d528383a505fd81ab2eed159/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ca8f158e1913f4a4890920dda6e28f333a56f109f3dd96b6008d343a7c7230dd/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb2cbfe8d46e5695abc13bab680b7a25383e7b5a158c35eae5a9262b4dc4c013/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d3c9e3c9aacdf511747086413a8a1d4f4555824029a6f82048348ed9cab913c9/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d441c4cce32c460bbd7d4693aaef8d039435589997b60b85c3ea0cbe26025658/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d5a976a5c1d92a42e468014694c01d6e0e6ea07b50607e10e552c8e3bacd55a0/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dccc09fdc96b37f8d51e946c8157eaa5e1e42f51948e8bcce897a5b1848fc5ca/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e259461508b451e6315fee5ab597f891ed88aa8b65d3c09d5975b4a0f52362d5/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e5e489a14af39f8c55debea30381306bacc27658e2fba7e55cfdf9e20f9af214/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ee09c8d9d33e1caeaf318a4730d92f8ea659333012f694bd946fa1fa1d7fa5c8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef3adb34194f3e1e805e38e3e7d60a60699b287d5f523e414882d103aca73ef7/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f1477becef274bfdcfcef0cb91e5f7c2913076b4573cf8a8590db16e9ec718b0/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2136295dd072e339f754ecbb87279ecfb1e38cd2f7fb4df223a3bdec5d204e9/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5908f8fb91a9ce9aebfbf15ba89b3bd81c7d6c50a6e3525200baacfa32e521f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fcfee7e9d64b4715ec808f98a69449fdb6181ad44adccb35fb658b847757d69a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/febcacf301692eb228b2a85887e2146afcfb687676751b9dd939040d9a7a1ab9/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.519580672e+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 3.346376e+06 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="power_supply_acad",chip_name="acad"} 1 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 4.369410085e+09 # 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 3.78 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 3.39 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 3.63 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.113499648e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.4148104192e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 3.013107712e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 2.097152e+06 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.1113422848e+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.218674688e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 9.911574528e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.2597895168e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 3.1835967488e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 6.442450944e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 2.08142336e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 6.6000896e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 823296 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 1.29220608e+08 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 8.063778816e+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 7.934558208e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 6.6748416e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 2.960150528e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.2357177344e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 5.65293056e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 2.5195794432e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 3.0769152e+07 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 1.02322176e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 4.8627712e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.254240256e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.34020352e+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 1.67292928e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.688260608e+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 3.1719424e+07 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 2.914304e+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 70 # 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 4016 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 4016 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.6097022e+07 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 7.8864658e+07 # 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 218134 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 0 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 247861 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 41584 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 0 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="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="ens34"} 0 node_network_address_assign_type{device="ens35"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="lxc022e2a28711c"} 3 node_network_address_assign_type{device="lxc027a85196d6a"} 3 node_network_address_assign_type{device="lxc034901558210"} 3 node_network_address_assign_type{device="lxc035b43cb81f7"} 3 node_network_address_assign_type{device="lxc068542376ab3"} 3 node_network_address_assign_type{device="lxc1042a49e862f"} 3 node_network_address_assign_type{device="lxc10a0cf6315aa"} 3 node_network_address_assign_type{device="lxc10a6fd373300"} 3 node_network_address_assign_type{device="lxc1715190979b4"} 3 node_network_address_assign_type{device="lxc1b6bf59f8e52"} 3 node_network_address_assign_type{device="lxc1c00970cbbb6"} 3 node_network_address_assign_type{device="lxc1c6f0a5e944b"} 3 node_network_address_assign_type{device="lxc1e59d5770928"} 3 node_network_address_assign_type{device="lxc22367fa5a35b"} 3 node_network_address_assign_type{device="lxc22ec5c24cd00"} 3 node_network_address_assign_type{device="lxc2656e16f0025"} 3 node_network_address_assign_type{device="lxc275c57038023"} 3 node_network_address_assign_type{device="lxc2c86e8f989c6"} 3 node_network_address_assign_type{device="lxc2ed2276fac60"} 3 node_network_address_assign_type{device="lxc2f48e9a8b947"} 3 node_network_address_assign_type{device="lxc32f8bf8a117a"} 3 node_network_address_assign_type{device="lxc3591465fd79e"} 3 node_network_address_assign_type{device="lxc3835df602992"} 3 node_network_address_assign_type{device="lxc3b39ae95d80d"} 3 node_network_address_assign_type{device="lxc528fa261a30d"} 3 node_network_address_assign_type{device="lxc59800011728e"} 3 node_network_address_assign_type{device="lxc5ba7ea11b6d8"} 3 node_network_address_assign_type{device="lxc5bc87dc140ee"} 3 node_network_address_assign_type{device="lxc5d0be564df9e"} 3 node_network_address_assign_type{device="lxc6a37fcd895af"} 3 node_network_address_assign_type{device="lxc6df95aae14ad"} 3 node_network_address_assign_type{device="lxc6f01f02b2ee5"} 3 node_network_address_assign_type{device="lxc6f5fdb100bfb"} 3 node_network_address_assign_type{device="lxc7246be095d99"} 3 node_network_address_assign_type{device="lxc7279bb863b23"} 3 node_network_address_assign_type{device="lxc7439c9d1e76c"} 3 node_network_address_assign_type{device="lxc764a4a25476b"} 3 node_network_address_assign_type{device="lxc7a369e735a0b"} 3 node_network_address_assign_type{device="lxc7da8f12b9ccb"} 3 node_network_address_assign_type{device="lxc80a8b8d45c86"} 3 node_network_address_assign_type{device="lxc82933f966e23"} 3 node_network_address_assign_type{device="lxc82e8a9efe11b"} 3 node_network_address_assign_type{device="lxc9455ae91dd6d"} 3 node_network_address_assign_type{device="lxc9536d1bef997"} 3 node_network_address_assign_type{device="lxc960d8994f233"} 3 node_network_address_assign_type{device="lxc96e20cc75c48"} 3 node_network_address_assign_type{device="lxc97db51943026"} 3 node_network_address_assign_type{device="lxc99993b245613"} 3 node_network_address_assign_type{device="lxc9bbcec36a351"} 3 node_network_address_assign_type{device="lxc9eedcbd09dc7"} 3 node_network_address_assign_type{device="lxc_health"} 3 node_network_address_assign_type{device="lxca6dde6cb52ff"} 3 node_network_address_assign_type{device="lxcafca5ff04ce6"} 3 node_network_address_assign_type{device="lxcb7927fd0043e"} 3 node_network_address_assign_type{device="lxcc6e5763dbbdc"} 3 node_network_address_assign_type{device="lxcc8bed0f71b01"} 3 node_network_address_assign_type{device="lxcd4db5dc7b0b0"} 3 node_network_address_assign_type{device="lxcd8e7436893d2"} 3 node_network_address_assign_type{device="lxcdb533255d226"} 3 node_network_address_assign_type{device="lxcdc457e993c22"} 3 node_network_address_assign_type{device="lxce19b0f816d59"} 3 node_network_address_assign_type{device="lxce52cd9f969f2"} 3 node_network_address_assign_type{device="lxce55c2d43bf60"} 3 node_network_address_assign_type{device="lxce5d280198106"} 3 node_network_address_assign_type{device="lxcf64446635f98"} 3 node_network_address_assign_type{device="lxcfe924dbc9e54"} 3 node_network_address_assign_type{device="lxcff314b06a8b6"} 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="ens34"} 1 node_network_carrier{device="ens35"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="lxc022e2a28711c"} 1 node_network_carrier{device="lxc027a85196d6a"} 1 node_network_carrier{device="lxc034901558210"} 1 node_network_carrier{device="lxc035b43cb81f7"} 1 node_network_carrier{device="lxc068542376ab3"} 1 node_network_carrier{device="lxc1042a49e862f"} 1 node_network_carrier{device="lxc10a0cf6315aa"} 1 node_network_carrier{device="lxc10a6fd373300"} 1 node_network_carrier{device="lxc1715190979b4"} 1 node_network_carrier{device="lxc1b6bf59f8e52"} 1 node_network_carrier{device="lxc1c00970cbbb6"} 1 node_network_carrier{device="lxc1c6f0a5e944b"} 1 node_network_carrier{device="lxc1e59d5770928"} 1 node_network_carrier{device="lxc22367fa5a35b"} 1 node_network_carrier{device="lxc22ec5c24cd00"} 1 node_network_carrier{device="lxc2656e16f0025"} 1 node_network_carrier{device="lxc275c57038023"} 1 node_network_carrier{device="lxc2c86e8f989c6"} 1 node_network_carrier{device="lxc2ed2276fac60"} 1 node_network_carrier{device="lxc2f48e9a8b947"} 1 node_network_carrier{device="lxc32f8bf8a117a"} 1 node_network_carrier{device="lxc3591465fd79e"} 1 node_network_carrier{device="lxc3835df602992"} 1 node_network_carrier{device="lxc3b39ae95d80d"} 1 node_network_carrier{device="lxc528fa261a30d"} 1 node_network_carrier{device="lxc59800011728e"} 1 node_network_carrier{device="lxc5ba7ea11b6d8"} 1 node_network_carrier{device="lxc5bc87dc140ee"} 1 node_network_carrier{device="lxc5d0be564df9e"} 1 node_network_carrier{device="lxc6a37fcd895af"} 1 node_network_carrier{device="lxc6df95aae14ad"} 1 node_network_carrier{device="lxc6f01f02b2ee5"} 1 node_network_carrier{device="lxc6f5fdb100bfb"} 1 node_network_carrier{device="lxc7246be095d99"} 1 node_network_carrier{device="lxc7279bb863b23"} 1 node_network_carrier{device="lxc7439c9d1e76c"} 1 node_network_carrier{device="lxc764a4a25476b"} 1 node_network_carrier{device="lxc7a369e735a0b"} 1 node_network_carrier{device="lxc7da8f12b9ccb"} 1 node_network_carrier{device="lxc80a8b8d45c86"} 1 node_network_carrier{device="lxc82933f966e23"} 1 node_network_carrier{device="lxc82e8a9efe11b"} 1 node_network_carrier{device="lxc9455ae91dd6d"} 1 node_network_carrier{device="lxc9536d1bef997"} 1 node_network_carrier{device="lxc960d8994f233"} 1 node_network_carrier{device="lxc96e20cc75c48"} 1 node_network_carrier{device="lxc97db51943026"} 1 node_network_carrier{device="lxc99993b245613"} 1 node_network_carrier{device="lxc9bbcec36a351"} 1 node_network_carrier{device="lxc9eedcbd09dc7"} 1 node_network_carrier{device="lxc_health"} 1 node_network_carrier{device="lxca6dde6cb52ff"} 1 node_network_carrier{device="lxcafca5ff04ce6"} 1 node_network_carrier{device="lxcb7927fd0043e"} 1 node_network_carrier{device="lxcc6e5763dbbdc"} 1 node_network_carrier{device="lxcc8bed0f71b01"} 1 node_network_carrier{device="lxcd4db5dc7b0b0"} 1 node_network_carrier{device="lxcd8e7436893d2"} 1 node_network_carrier{device="lxcdb533255d226"} 1 node_network_carrier{device="lxcdc457e993c22"} 1 node_network_carrier{device="lxce19b0f816d59"} 1 node_network_carrier{device="lxce52cd9f969f2"} 1 node_network_carrier{device="lxce55c2d43bf60"} 1 node_network_carrier{device="lxce5d280198106"} 1 node_network_carrier{device="lxcf64446635f98"} 1 node_network_carrier{device="lxcfe924dbc9e54"} 1 node_network_carrier{device="lxcff314b06a8b6"} 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="ens34"} 1 node_network_carrier_changes_total{device="ens35"} 1 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="lxc022e2a28711c"} 2 node_network_carrier_changes_total{device="lxc027a85196d6a"} 2 node_network_carrier_changes_total{device="lxc034901558210"} 2 node_network_carrier_changes_total{device="lxc035b43cb81f7"} 2 node_network_carrier_changes_total{device="lxc068542376ab3"} 2 node_network_carrier_changes_total{device="lxc1042a49e862f"} 2 node_network_carrier_changes_total{device="lxc10a0cf6315aa"} 2 node_network_carrier_changes_total{device="lxc10a6fd373300"} 2 node_network_carrier_changes_total{device="lxc1715190979b4"} 2 node_network_carrier_changes_total{device="lxc1b6bf59f8e52"} 2 node_network_carrier_changes_total{device="lxc1c00970cbbb6"} 2 node_network_carrier_changes_total{device="lxc1c6f0a5e944b"} 2 node_network_carrier_changes_total{device="lxc1e59d5770928"} 2 node_network_carrier_changes_total{device="lxc22367fa5a35b"} 2 node_network_carrier_changes_total{device="lxc22ec5c24cd00"} 2 node_network_carrier_changes_total{device="lxc2656e16f0025"} 2 node_network_carrier_changes_total{device="lxc275c57038023"} 2 node_network_carrier_changes_total{device="lxc2c86e8f989c6"} 2 node_network_carrier_changes_total{device="lxc2ed2276fac60"} 2 node_network_carrier_changes_total{device="lxc2f48e9a8b947"} 2 node_network_carrier_changes_total{device="lxc32f8bf8a117a"} 2 node_network_carrier_changes_total{device="lxc3591465fd79e"} 2 node_network_carrier_changes_total{device="lxc3835df602992"} 2 node_network_carrier_changes_total{device="lxc3b39ae95d80d"} 2 node_network_carrier_changes_total{device="lxc528fa261a30d"} 2 node_network_carrier_changes_total{device="lxc59800011728e"} 2 node_network_carrier_changes_total{device="lxc5ba7ea11b6d8"} 2 node_network_carrier_changes_total{device="lxc5bc87dc140ee"} 2 node_network_carrier_changes_total{device="lxc5d0be564df9e"} 2 node_network_carrier_changes_total{device="lxc6a37fcd895af"} 2 node_network_carrier_changes_total{device="lxc6df95aae14ad"} 2 node_network_carrier_changes_total{device="lxc6f01f02b2ee5"} 2 node_network_carrier_changes_total{device="lxc6f5fdb100bfb"} 2 node_network_carrier_changes_total{device="lxc7246be095d99"} 2 node_network_carrier_changes_total{device="lxc7279bb863b23"} 2 node_network_carrier_changes_total{device="lxc7439c9d1e76c"} 2 node_network_carrier_changes_total{device="lxc764a4a25476b"} 2 node_network_carrier_changes_total{device="lxc7a369e735a0b"} 2 node_network_carrier_changes_total{device="lxc7da8f12b9ccb"} 2 node_network_carrier_changes_total{device="lxc80a8b8d45c86"} 2 node_network_carrier_changes_total{device="lxc82933f966e23"} 2 node_network_carrier_changes_total{device="lxc82e8a9efe11b"} 2 node_network_carrier_changes_total{device="lxc9455ae91dd6d"} 2 node_network_carrier_changes_total{device="lxc9536d1bef997"} 2 node_network_carrier_changes_total{device="lxc960d8994f233"} 2 node_network_carrier_changes_total{device="lxc96e20cc75c48"} 2 node_network_carrier_changes_total{device="lxc97db51943026"} 2 node_network_carrier_changes_total{device="lxc99993b245613"} 2 node_network_carrier_changes_total{device="lxc9bbcec36a351"} 2 node_network_carrier_changes_total{device="lxc9eedcbd09dc7"} 2 node_network_carrier_changes_total{device="lxc_health"} 2 node_network_carrier_changes_total{device="lxca6dde6cb52ff"} 2 node_network_carrier_changes_total{device="lxcafca5ff04ce6"} 2 node_network_carrier_changes_total{device="lxcb7927fd0043e"} 2 node_network_carrier_changes_total{device="lxcc6e5763dbbdc"} 2 node_network_carrier_changes_total{device="lxcc8bed0f71b01"} 2 node_network_carrier_changes_total{device="lxcd4db5dc7b0b0"} 2 node_network_carrier_changes_total{device="lxcd8e7436893d2"} 2 node_network_carrier_changes_total{device="lxcdb533255d226"} 2 node_network_carrier_changes_total{device="lxcdc457e993c22"} 2 node_network_carrier_changes_total{device="lxce19b0f816d59"} 2 node_network_carrier_changes_total{device="lxce52cd9f969f2"} 2 node_network_carrier_changes_total{device="lxce55c2d43bf60"} 2 node_network_carrier_changes_total{device="lxce5d280198106"} 2 node_network_carrier_changes_total{device="lxcf64446635f98"} 2 node_network_carrier_changes_total{device="lxcfe924dbc9e54"} 2 node_network_carrier_changes_total{device="lxcff314b06a8b6"} 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="ens34"} 0 node_network_carrier_down_changes_total{device="ens35"} 0 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="lxc022e2a28711c"} 1 node_network_carrier_down_changes_total{device="lxc027a85196d6a"} 1 node_network_carrier_down_changes_total{device="lxc034901558210"} 1 node_network_carrier_down_changes_total{device="lxc035b43cb81f7"} 1 node_network_carrier_down_changes_total{device="lxc068542376ab3"} 1 node_network_carrier_down_changes_total{device="lxc1042a49e862f"} 1 node_network_carrier_down_changes_total{device="lxc10a0cf6315aa"} 1 node_network_carrier_down_changes_total{device="lxc10a6fd373300"} 1 node_network_carrier_down_changes_total{device="lxc1715190979b4"} 1 node_network_carrier_down_changes_total{device="lxc1b6bf59f8e52"} 1 node_network_carrier_down_changes_total{device="lxc1c00970cbbb6"} 1 node_network_carrier_down_changes_total{device="lxc1c6f0a5e944b"} 1 node_network_carrier_down_changes_total{device="lxc1e59d5770928"} 1 node_network_carrier_down_changes_total{device="lxc22367fa5a35b"} 1 node_network_carrier_down_changes_total{device="lxc22ec5c24cd00"} 1 node_network_carrier_down_changes_total{device="lxc2656e16f0025"} 1 node_network_carrier_down_changes_total{device="lxc275c57038023"} 1 node_network_carrier_down_changes_total{device="lxc2c86e8f989c6"} 1 node_network_carrier_down_changes_total{device="lxc2ed2276fac60"} 1 node_network_carrier_down_changes_total{device="lxc2f48e9a8b947"} 1 node_network_carrier_down_changes_total{device="lxc32f8bf8a117a"} 1 node_network_carrier_down_changes_total{device="lxc3591465fd79e"} 1 node_network_carrier_down_changes_total{device="lxc3835df602992"} 1 node_network_carrier_down_changes_total{device="lxc3b39ae95d80d"} 1 node_network_carrier_down_changes_total{device="lxc528fa261a30d"} 1 node_network_carrier_down_changes_total{device="lxc59800011728e"} 1 node_network_carrier_down_changes_total{device="lxc5ba7ea11b6d8"} 1 node_network_carrier_down_changes_total{device="lxc5bc87dc140ee"} 1 node_network_carrier_down_changes_total{device="lxc5d0be564df9e"} 1 node_network_carrier_down_changes_total{device="lxc6a37fcd895af"} 1 node_network_carrier_down_changes_total{device="lxc6df95aae14ad"} 1 node_network_carrier_down_changes_total{device="lxc6f01f02b2ee5"} 1 node_network_carrier_down_changes_total{device="lxc6f5fdb100bfb"} 1 node_network_carrier_down_changes_total{device="lxc7246be095d99"} 1 node_network_carrier_down_changes_total{device="lxc7279bb863b23"} 1 node_network_carrier_down_changes_total{device="lxc7439c9d1e76c"} 1 node_network_carrier_down_changes_total{device="lxc764a4a25476b"} 1 node_network_carrier_down_changes_total{device="lxc7a369e735a0b"} 1 node_network_carrier_down_changes_total{device="lxc7da8f12b9ccb"} 1 node_network_carrier_down_changes_total{device="lxc80a8b8d45c86"} 1 node_network_carrier_down_changes_total{device="lxc82933f966e23"} 1 node_network_carrier_down_changes_total{device="lxc82e8a9efe11b"} 1 node_network_carrier_down_changes_total{device="lxc9455ae91dd6d"} 1 node_network_carrier_down_changes_total{device="lxc9536d1bef997"} 1 node_network_carrier_down_changes_total{device="lxc960d8994f233"} 1 node_network_carrier_down_changes_total{device="lxc96e20cc75c48"} 1 node_network_carrier_down_changes_total{device="lxc97db51943026"} 1 node_network_carrier_down_changes_total{device="lxc99993b245613"} 1 node_network_carrier_down_changes_total{device="lxc9bbcec36a351"} 1 node_network_carrier_down_changes_total{device="lxc9eedcbd09dc7"} 1 node_network_carrier_down_changes_total{device="lxc_health"} 1 node_network_carrier_down_changes_total{device="lxca6dde6cb52ff"} 1 node_network_carrier_down_changes_total{device="lxcafca5ff04ce6"} 1 node_network_carrier_down_changes_total{device="lxcb7927fd0043e"} 1 node_network_carrier_down_changes_total{device="lxcc6e5763dbbdc"} 1 node_network_carrier_down_changes_total{device="lxcc8bed0f71b01"} 1 node_network_carrier_down_changes_total{device="lxcd4db5dc7b0b0"} 1 node_network_carrier_down_changes_total{device="lxcd8e7436893d2"} 1 node_network_carrier_down_changes_total{device="lxcdb533255d226"} 1 node_network_carrier_down_changes_total{device="lxcdc457e993c22"} 1 node_network_carrier_down_changes_total{device="lxce19b0f816d59"} 1 node_network_carrier_down_changes_total{device="lxce52cd9f969f2"} 1 node_network_carrier_down_changes_total{device="lxce55c2d43bf60"} 1 node_network_carrier_down_changes_total{device="lxce5d280198106"} 1 node_network_carrier_down_changes_total{device="lxcf64446635f98"} 1 node_network_carrier_down_changes_total{device="lxcfe924dbc9e54"} 1 node_network_carrier_down_changes_total{device="lxcff314b06a8b6"} 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="ens34"} 1 node_network_carrier_up_changes_total{device="ens35"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="lxc022e2a28711c"} 1 node_network_carrier_up_changes_total{device="lxc027a85196d6a"} 1 node_network_carrier_up_changes_total{device="lxc034901558210"} 1 node_network_carrier_up_changes_total{device="lxc035b43cb81f7"} 1 node_network_carrier_up_changes_total{device="lxc068542376ab3"} 1 node_network_carrier_up_changes_total{device="lxc1042a49e862f"} 1 node_network_carrier_up_changes_total{device="lxc10a0cf6315aa"} 1 node_network_carrier_up_changes_total{device="lxc10a6fd373300"} 1 node_network_carrier_up_changes_total{device="lxc1715190979b4"} 1 node_network_carrier_up_changes_total{device="lxc1b6bf59f8e52"} 1 node_network_carrier_up_changes_total{device="lxc1c00970cbbb6"} 1 node_network_carrier_up_changes_total{device="lxc1c6f0a5e944b"} 1 node_network_carrier_up_changes_total{device="lxc1e59d5770928"} 1 node_network_carrier_up_changes_total{device="lxc22367fa5a35b"} 1 node_network_carrier_up_changes_total{device="lxc22ec5c24cd00"} 1 node_network_carrier_up_changes_total{device="lxc2656e16f0025"} 1 node_network_carrier_up_changes_total{device="lxc275c57038023"} 1 node_network_carrier_up_changes_total{device="lxc2c86e8f989c6"} 1 node_network_carrier_up_changes_total{device="lxc2ed2276fac60"} 1 node_network_carrier_up_changes_total{device="lxc2f48e9a8b947"} 1 node_network_carrier_up_changes_total{device="lxc32f8bf8a117a"} 1 node_network_carrier_up_changes_total{device="lxc3591465fd79e"} 1 node_network_carrier_up_changes_total{device="lxc3835df602992"} 1 node_network_carrier_up_changes_total{device="lxc3b39ae95d80d"} 1 node_network_carrier_up_changes_total{device="lxc528fa261a30d"} 1 node_network_carrier_up_changes_total{device="lxc59800011728e"} 1 node_network_carrier_up_changes_total{device="lxc5ba7ea11b6d8"} 1 node_network_carrier_up_changes_total{device="lxc5bc87dc140ee"} 1 node_network_carrier_up_changes_total{device="lxc5d0be564df9e"} 1 node_network_carrier_up_changes_total{device="lxc6a37fcd895af"} 1 node_network_carrier_up_changes_total{device="lxc6df95aae14ad"} 1 node_network_carrier_up_changes_total{device="lxc6f01f02b2ee5"} 1 node_network_carrier_up_changes_total{device="lxc6f5fdb100bfb"} 1 node_network_carrier_up_changes_total{device="lxc7246be095d99"} 1 node_network_carrier_up_changes_total{device="lxc7279bb863b23"} 1 node_network_carrier_up_changes_total{device="lxc7439c9d1e76c"} 1 node_network_carrier_up_changes_total{device="lxc764a4a25476b"} 1 node_network_carrier_up_changes_total{device="lxc7a369e735a0b"} 1 node_network_carrier_up_changes_total{device="lxc7da8f12b9ccb"} 1 node_network_carrier_up_changes_total{device="lxc80a8b8d45c86"} 1 node_network_carrier_up_changes_total{device="lxc82933f966e23"} 1 node_network_carrier_up_changes_total{device="lxc82e8a9efe11b"} 1 node_network_carrier_up_changes_total{device="lxc9455ae91dd6d"} 1 node_network_carrier_up_changes_total{device="lxc9536d1bef997"} 1 node_network_carrier_up_changes_total{device="lxc960d8994f233"} 1 node_network_carrier_up_changes_total{device="lxc96e20cc75c48"} 1 node_network_carrier_up_changes_total{device="lxc97db51943026"} 1 node_network_carrier_up_changes_total{device="lxc99993b245613"} 1 node_network_carrier_up_changes_total{device="lxc9bbcec36a351"} 1 node_network_carrier_up_changes_total{device="lxc9eedcbd09dc7"} 1 node_network_carrier_up_changes_total{device="lxc_health"} 1 node_network_carrier_up_changes_total{device="lxca6dde6cb52ff"} 1 node_network_carrier_up_changes_total{device="lxcafca5ff04ce6"} 1 node_network_carrier_up_changes_total{device="lxcb7927fd0043e"} 1 node_network_carrier_up_changes_total{device="lxcc6e5763dbbdc"} 1 node_network_carrier_up_changes_total{device="lxcc8bed0f71b01"} 1 node_network_carrier_up_changes_total{device="lxcd4db5dc7b0b0"} 1 node_network_carrier_up_changes_total{device="lxcd8e7436893d2"} 1 node_network_carrier_up_changes_total{device="lxcdb533255d226"} 1 node_network_carrier_up_changes_total{device="lxcdc457e993c22"} 1 node_network_carrier_up_changes_total{device="lxce19b0f816d59"} 1 node_network_carrier_up_changes_total{device="lxce52cd9f969f2"} 1 node_network_carrier_up_changes_total{device="lxce55c2d43bf60"} 1 node_network_carrier_up_changes_total{device="lxce5d280198106"} 1 node_network_carrier_up_changes_total{device="lxcf64446635f98"} 1 node_network_carrier_up_changes_total{device="lxcfe924dbc9e54"} 1 node_network_carrier_up_changes_total{device="lxcff314b06a8b6"} 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="ens34"} 0 node_network_device_id{device="ens35"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="lxc022e2a28711c"} 0 node_network_device_id{device="lxc027a85196d6a"} 0 node_network_device_id{device="lxc034901558210"} 0 node_network_device_id{device="lxc035b43cb81f7"} 0 node_network_device_id{device="lxc068542376ab3"} 0 node_network_device_id{device="lxc1042a49e862f"} 0 node_network_device_id{device="lxc10a0cf6315aa"} 0 node_network_device_id{device="lxc10a6fd373300"} 0 node_network_device_id{device="lxc1715190979b4"} 0 node_network_device_id{device="lxc1b6bf59f8e52"} 0 node_network_device_id{device="lxc1c00970cbbb6"} 0 node_network_device_id{device="lxc1c6f0a5e944b"} 0 node_network_device_id{device="lxc1e59d5770928"} 0 node_network_device_id{device="lxc22367fa5a35b"} 0 node_network_device_id{device="lxc22ec5c24cd00"} 0 node_network_device_id{device="lxc2656e16f0025"} 0 node_network_device_id{device="lxc275c57038023"} 0 node_network_device_id{device="lxc2c86e8f989c6"} 0 node_network_device_id{device="lxc2ed2276fac60"} 0 node_network_device_id{device="lxc2f48e9a8b947"} 0 node_network_device_id{device="lxc32f8bf8a117a"} 0 node_network_device_id{device="lxc3591465fd79e"} 0 node_network_device_id{device="lxc3835df602992"} 0 node_network_device_id{device="lxc3b39ae95d80d"} 0 node_network_device_id{device="lxc528fa261a30d"} 0 node_network_device_id{device="lxc59800011728e"} 0 node_network_device_id{device="lxc5ba7ea11b6d8"} 0 node_network_device_id{device="lxc5bc87dc140ee"} 0 node_network_device_id{device="lxc5d0be564df9e"} 0 node_network_device_id{device="lxc6a37fcd895af"} 0 node_network_device_id{device="lxc6df95aae14ad"} 0 node_network_device_id{device="lxc6f01f02b2ee5"} 0 node_network_device_id{device="lxc6f5fdb100bfb"} 0 node_network_device_id{device="lxc7246be095d99"} 0 node_network_device_id{device="lxc7279bb863b23"} 0 node_network_device_id{device="lxc7439c9d1e76c"} 0 node_network_device_id{device="lxc764a4a25476b"} 0 node_network_device_id{device="lxc7a369e735a0b"} 0 node_network_device_id{device="lxc7da8f12b9ccb"} 0 node_network_device_id{device="lxc80a8b8d45c86"} 0 node_network_device_id{device="lxc82933f966e23"} 0 node_network_device_id{device="lxc82e8a9efe11b"} 0 node_network_device_id{device="lxc9455ae91dd6d"} 0 node_network_device_id{device="lxc9536d1bef997"} 0 node_network_device_id{device="lxc960d8994f233"} 0 node_network_device_id{device="lxc96e20cc75c48"} 0 node_network_device_id{device="lxc97db51943026"} 0 node_network_device_id{device="lxc99993b245613"} 0 node_network_device_id{device="lxc9bbcec36a351"} 0 node_network_device_id{device="lxc9eedcbd09dc7"} 0 node_network_device_id{device="lxc_health"} 0 node_network_device_id{device="lxca6dde6cb52ff"} 0 node_network_device_id{device="lxcafca5ff04ce6"} 0 node_network_device_id{device="lxcb7927fd0043e"} 0 node_network_device_id{device="lxcc6e5763dbbdc"} 0 node_network_device_id{device="lxcc8bed0f71b01"} 0 node_network_device_id{device="lxcd4db5dc7b0b0"} 0 node_network_device_id{device="lxcd8e7436893d2"} 0 node_network_device_id{device="lxcdb533255d226"} 0 node_network_device_id{device="lxcdc457e993c22"} 0 node_network_device_id{device="lxce19b0f816d59"} 0 node_network_device_id{device="lxce52cd9f969f2"} 0 node_network_device_id{device="lxce55c2d43bf60"} 0 node_network_device_id{device="lxce5d280198106"} 0 node_network_device_id{device="lxcf64446635f98"} 0 node_network_device_id{device="lxcfe924dbc9e54"} 0 node_network_device_id{device="lxcff314b06a8b6"} 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="ens34"} 0 node_network_dormant{device="ens35"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="lxc022e2a28711c"} 0 node_network_dormant{device="lxc027a85196d6a"} 0 node_network_dormant{device="lxc034901558210"} 0 node_network_dormant{device="lxc035b43cb81f7"} 0 node_network_dormant{device="lxc068542376ab3"} 0 node_network_dormant{device="lxc1042a49e862f"} 0 node_network_dormant{device="lxc10a0cf6315aa"} 0 node_network_dormant{device="lxc10a6fd373300"} 0 node_network_dormant{device="lxc1715190979b4"} 0 node_network_dormant{device="lxc1b6bf59f8e52"} 0 node_network_dormant{device="lxc1c00970cbbb6"} 0 node_network_dormant{device="lxc1c6f0a5e944b"} 0 node_network_dormant{device="lxc1e59d5770928"} 0 node_network_dormant{device="lxc22367fa5a35b"} 0 node_network_dormant{device="lxc22ec5c24cd00"} 0 node_network_dormant{device="lxc2656e16f0025"} 0 node_network_dormant{device="lxc275c57038023"} 0 node_network_dormant{device="lxc2c86e8f989c6"} 0 node_network_dormant{device="lxc2ed2276fac60"} 0 node_network_dormant{device="lxc2f48e9a8b947"} 0 node_network_dormant{device="lxc32f8bf8a117a"} 0 node_network_dormant{device="lxc3591465fd79e"} 0 node_network_dormant{device="lxc3835df602992"} 0 node_network_dormant{device="lxc3b39ae95d80d"} 0 node_network_dormant{device="lxc528fa261a30d"} 0 node_network_dormant{device="lxc59800011728e"} 0 node_network_dormant{device="lxc5ba7ea11b6d8"} 0 node_network_dormant{device="lxc5bc87dc140ee"} 0 node_network_dormant{device="lxc5d0be564df9e"} 0 node_network_dormant{device="lxc6a37fcd895af"} 0 node_network_dormant{device="lxc6df95aae14ad"} 0 node_network_dormant{device="lxc6f01f02b2ee5"} 0 node_network_dormant{device="lxc6f5fdb100bfb"} 0 node_network_dormant{device="lxc7246be095d99"} 0 node_network_dormant{device="lxc7279bb863b23"} 0 node_network_dormant{device="lxc7439c9d1e76c"} 0 node_network_dormant{device="lxc764a4a25476b"} 0 node_network_dormant{device="lxc7a369e735a0b"} 0 node_network_dormant{device="lxc7da8f12b9ccb"} 0 node_network_dormant{device="lxc80a8b8d45c86"} 0 node_network_dormant{device="lxc82933f966e23"} 0 node_network_dormant{device="lxc82e8a9efe11b"} 0 node_network_dormant{device="lxc9455ae91dd6d"} 0 node_network_dormant{device="lxc9536d1bef997"} 0 node_network_dormant{device="lxc960d8994f233"} 0 node_network_dormant{device="lxc96e20cc75c48"} 0 node_network_dormant{device="lxc97db51943026"} 0 node_network_dormant{device="lxc99993b245613"} 0 node_network_dormant{device="lxc9bbcec36a351"} 0 node_network_dormant{device="lxc9eedcbd09dc7"} 0 node_network_dormant{device="lxc_health"} 0 node_network_dormant{device="lxca6dde6cb52ff"} 0 node_network_dormant{device="lxcafca5ff04ce6"} 0 node_network_dormant{device="lxcb7927fd0043e"} 0 node_network_dormant{device="lxcc6e5763dbbdc"} 0 node_network_dormant{device="lxcc8bed0f71b01"} 0 node_network_dormant{device="lxcd4db5dc7b0b0"} 0 node_network_dormant{device="lxcd8e7436893d2"} 0 node_network_dormant{device="lxcdb533255d226"} 0 node_network_dormant{device="lxcdc457e993c22"} 0 node_network_dormant{device="lxce19b0f816d59"} 0 node_network_dormant{device="lxce52cd9f969f2"} 0 node_network_dormant{device="lxce55c2d43bf60"} 0 node_network_dormant{device="lxce5d280198106"} 0 node_network_dormant{device="lxcf64446635f98"} 0 node_network_dormant{device="lxcfe924dbc9e54"} 0 node_network_dormant{device="lxcff314b06a8b6"} 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="ens34"} 4099 node_network_flags{device="ens35"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="lxc022e2a28711c"} 4099 node_network_flags{device="lxc027a85196d6a"} 4099 node_network_flags{device="lxc034901558210"} 4099 node_network_flags{device="lxc035b43cb81f7"} 4099 node_network_flags{device="lxc068542376ab3"} 4099 node_network_flags{device="lxc1042a49e862f"} 4099 node_network_flags{device="lxc10a0cf6315aa"} 4099 node_network_flags{device="lxc10a6fd373300"} 4099 node_network_flags{device="lxc1715190979b4"} 4099 node_network_flags{device="lxc1b6bf59f8e52"} 4099 node_network_flags{device="lxc1c00970cbbb6"} 4099 node_network_flags{device="lxc1c6f0a5e944b"} 4099 node_network_flags{device="lxc1e59d5770928"} 4099 node_network_flags{device="lxc22367fa5a35b"} 4099 node_network_flags{device="lxc22ec5c24cd00"} 4099 node_network_flags{device="lxc2656e16f0025"} 4099 node_network_flags{device="lxc275c57038023"} 4099 node_network_flags{device="lxc2c86e8f989c6"} 4099 node_network_flags{device="lxc2ed2276fac60"} 4099 node_network_flags{device="lxc2f48e9a8b947"} 4099 node_network_flags{device="lxc32f8bf8a117a"} 4099 node_network_flags{device="lxc3591465fd79e"} 4099 node_network_flags{device="lxc3835df602992"} 4099 node_network_flags{device="lxc3b39ae95d80d"} 4099 node_network_flags{device="lxc528fa261a30d"} 4099 node_network_flags{device="lxc59800011728e"} 4099 node_network_flags{device="lxc5ba7ea11b6d8"} 4099 node_network_flags{device="lxc5bc87dc140ee"} 4099 node_network_flags{device="lxc5d0be564df9e"} 4099 node_network_flags{device="lxc6a37fcd895af"} 4099 node_network_flags{device="lxc6df95aae14ad"} 4099 node_network_flags{device="lxc6f01f02b2ee5"} 4099 node_network_flags{device="lxc6f5fdb100bfb"} 4099 node_network_flags{device="lxc7246be095d99"} 4099 node_network_flags{device="lxc7279bb863b23"} 4099 node_network_flags{device="lxc7439c9d1e76c"} 4099 node_network_flags{device="lxc764a4a25476b"} 4099 node_network_flags{device="lxc7a369e735a0b"} 4099 node_network_flags{device="lxc7da8f12b9ccb"} 4099 node_network_flags{device="lxc80a8b8d45c86"} 4099 node_network_flags{device="lxc82933f966e23"} 4099 node_network_flags{device="lxc82e8a9efe11b"} 4099 node_network_flags{device="lxc9455ae91dd6d"} 4099 node_network_flags{device="lxc9536d1bef997"} 4099 node_network_flags{device="lxc960d8994f233"} 4099 node_network_flags{device="lxc96e20cc75c48"} 4099 node_network_flags{device="lxc97db51943026"} 4099 node_network_flags{device="lxc99993b245613"} 4099 node_network_flags{device="lxc9bbcec36a351"} 4099 node_network_flags{device="lxc9eedcbd09dc7"} 4099 node_network_flags{device="lxc_health"} 4099 node_network_flags{device="lxca6dde6cb52ff"} 4099 node_network_flags{device="lxcafca5ff04ce6"} 4099 node_network_flags{device="lxcb7927fd0043e"} 4099 node_network_flags{device="lxcc6e5763dbbdc"} 4099 node_network_flags{device="lxcc8bed0f71b01"} 4099 node_network_flags{device="lxcd4db5dc7b0b0"} 4099 node_network_flags{device="lxcd8e7436893d2"} 4099 node_network_flags{device="lxcdb533255d226"} 4099 node_network_flags{device="lxcdc457e993c22"} 4099 node_network_flags{device="lxce19b0f816d59"} 4099 node_network_flags{device="lxce52cd9f969f2"} 4099 node_network_flags{device="lxce55c2d43bf60"} 4099 node_network_flags{device="lxce5d280198106"} 4099 node_network_flags{device="lxcf64446635f98"} 4099 node_network_flags{device="lxcfe924dbc9e54"} 4099 node_network_flags{device="lxcff314b06a8b6"} 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"} 7 node_network_iface_id{device="cilium_net"} 6 node_network_iface_id{device="cilium_vxlan"} 8 node_network_iface_id{device="cilium_wg0"} 5 node_network_iface_id{device="ens34"} 2 node_network_iface_id{device="ens35"} 3 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="lxc022e2a28711c"} 32 node_network_iface_id{device="lxc027a85196d6a"} 240 node_network_iface_id{device="lxc034901558210"} 342 node_network_iface_id{device="lxc035b43cb81f7"} 278 node_network_iface_id{device="lxc068542376ab3"} 308 node_network_iface_id{device="lxc1042a49e862f"} 252 node_network_iface_id{device="lxc10a0cf6315aa"} 306 node_network_iface_id{device="lxc10a6fd373300"} 24 node_network_iface_id{device="lxc1715190979b4"} 246 node_network_iface_id{device="lxc1b6bf59f8e52"} 312 node_network_iface_id{device="lxc1c00970cbbb6"} 360 node_network_iface_id{device="lxc1c6f0a5e944b"} 256 node_network_iface_id{device="lxc1e59d5770928"} 346 node_network_iface_id{device="lxc22367fa5a35b"} 328 node_network_iface_id{device="lxc22ec5c24cd00"} 340 node_network_iface_id{device="lxc2656e16f0025"} 258 node_network_iface_id{device="lxc275c57038023"} 316 node_network_iface_id{device="lxc2c86e8f989c6"} 268 node_network_iface_id{device="lxc2ed2276fac60"} 276 node_network_iface_id{device="lxc2f48e9a8b947"} 250 node_network_iface_id{device="lxc32f8bf8a117a"} 348 node_network_iface_id{device="lxc3591465fd79e"} 20 node_network_iface_id{device="lxc3835df602992"} 26 node_network_iface_id{device="lxc3b39ae95d80d"} 352 node_network_iface_id{device="lxc528fa261a30d"} 16 node_network_iface_id{device="lxc59800011728e"} 248 node_network_iface_id{device="lxc5ba7ea11b6d8"} 14 node_network_iface_id{device="lxc5bc87dc140ee"} 350 node_network_iface_id{device="lxc5d0be564df9e"} 286 node_network_iface_id{device="lxc6a37fcd895af"} 288 node_network_iface_id{device="lxc6df95aae14ad"} 296 node_network_iface_id{device="lxc6f01f02b2ee5"} 270 node_network_iface_id{device="lxc6f5fdb100bfb"} 30 node_network_iface_id{device="lxc7246be095d99"} 274 node_network_iface_id{device="lxc7279bb863b23"} 12 node_network_iface_id{device="lxc7439c9d1e76c"} 318 node_network_iface_id{device="lxc764a4a25476b"} 334 node_network_iface_id{device="lxc7a369e735a0b"} 262 node_network_iface_id{device="lxc7da8f12b9ccb"} 324 node_network_iface_id{device="lxc80a8b8d45c86"} 22 node_network_iface_id{device="lxc82933f966e23"} 138 node_network_iface_id{device="lxc82e8a9efe11b"} 112 node_network_iface_id{device="lxc9455ae91dd6d"} 244 node_network_iface_id{device="lxc9536d1bef997"} 254 node_network_iface_id{device="lxc960d8994f233"} 326 node_network_iface_id{device="lxc96e20cc75c48"} 310 node_network_iface_id{device="lxc97db51943026"} 320 node_network_iface_id{device="lxc99993b245613"} 292 node_network_iface_id{device="lxc9bbcec36a351"} 304 node_network_iface_id{device="lxc9eedcbd09dc7"} 330 node_network_iface_id{device="lxc_health"} 10 node_network_iface_id{device="lxca6dde6cb52ff"} 298 node_network_iface_id{device="lxcafca5ff04ce6"} 322 node_network_iface_id{device="lxcb7927fd0043e"} 280 node_network_iface_id{device="lxcc6e5763dbbdc"} 358 node_network_iface_id{device="lxcc8bed0f71b01"} 294 node_network_iface_id{device="lxcd4db5dc7b0b0"} 344 node_network_iface_id{device="lxcd8e7436893d2"} 314 node_network_iface_id{device="lxcdb533255d226"} 266 node_network_iface_id{device="lxcdc457e993c22"} 136 node_network_iface_id{device="lxce19b0f816d59"} 238 node_network_iface_id{device="lxce52cd9f969f2"} 18 node_network_iface_id{device="lxce55c2d43bf60"} 300 node_network_iface_id{device="lxce5d280198106"} 354 node_network_iface_id{device="lxcf64446635f98"} 356 node_network_iface_id{device="lxcfe924dbc9e54"} 28 node_network_iface_id{device="lxcff314b06a8b6"} 272 node_network_iface_id{device="nodelocaldns"} 4 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="cilium_host"} 6 node_network_iface_link{device="cilium_net"} 7 node_network_iface_link{device="cilium_vxlan"} 8 node_network_iface_link{device="cilium_wg0"} 5 node_network_iface_link{device="ens34"} 2 node_network_iface_link{device="ens35"} 3 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="lxc022e2a28711c"} 31 node_network_iface_link{device="lxc027a85196d6a"} 239 node_network_iface_link{device="lxc034901558210"} 341 node_network_iface_link{device="lxc035b43cb81f7"} 277 node_network_iface_link{device="lxc068542376ab3"} 307 node_network_iface_link{device="lxc1042a49e862f"} 251 node_network_iface_link{device="lxc10a0cf6315aa"} 305 node_network_iface_link{device="lxc10a6fd373300"} 23 node_network_iface_link{device="lxc1715190979b4"} 245 node_network_iface_link{device="lxc1b6bf59f8e52"} 311 node_network_iface_link{device="lxc1c00970cbbb6"} 359 node_network_iface_link{device="lxc1c6f0a5e944b"} 255 node_network_iface_link{device="lxc1e59d5770928"} 345 node_network_iface_link{device="lxc22367fa5a35b"} 327 node_network_iface_link{device="lxc22ec5c24cd00"} 339 node_network_iface_link{device="lxc2656e16f0025"} 257 node_network_iface_link{device="lxc275c57038023"} 315 node_network_iface_link{device="lxc2c86e8f989c6"} 267 node_network_iface_link{device="lxc2ed2276fac60"} 275 node_network_iface_link{device="lxc2f48e9a8b947"} 249 node_network_iface_link{device="lxc32f8bf8a117a"} 347 node_network_iface_link{device="lxc3591465fd79e"} 19 node_network_iface_link{device="lxc3835df602992"} 25 node_network_iface_link{device="lxc3b39ae95d80d"} 351 node_network_iface_link{device="lxc528fa261a30d"} 15 node_network_iface_link{device="lxc59800011728e"} 247 node_network_iface_link{device="lxc5ba7ea11b6d8"} 13 node_network_iface_link{device="lxc5bc87dc140ee"} 349 node_network_iface_link{device="lxc5d0be564df9e"} 285 node_network_iface_link{device="lxc6a37fcd895af"} 287 node_network_iface_link{device="lxc6df95aae14ad"} 295 node_network_iface_link{device="lxc6f01f02b2ee5"} 269 node_network_iface_link{device="lxc6f5fdb100bfb"} 29 node_network_iface_link{device="lxc7246be095d99"} 273 node_network_iface_link{device="lxc7279bb863b23"} 11 node_network_iface_link{device="lxc7439c9d1e76c"} 317 node_network_iface_link{device="lxc764a4a25476b"} 333 node_network_iface_link{device="lxc7a369e735a0b"} 261 node_network_iface_link{device="lxc7da8f12b9ccb"} 323 node_network_iface_link{device="lxc80a8b8d45c86"} 21 node_network_iface_link{device="lxc82933f966e23"} 137 node_network_iface_link{device="lxc82e8a9efe11b"} 111 node_network_iface_link{device="lxc9455ae91dd6d"} 243 node_network_iface_link{device="lxc9536d1bef997"} 253 node_network_iface_link{device="lxc960d8994f233"} 325 node_network_iface_link{device="lxc96e20cc75c48"} 309 node_network_iface_link{device="lxc97db51943026"} 319 node_network_iface_link{device="lxc99993b245613"} 291 node_network_iface_link{device="lxc9bbcec36a351"} 303 node_network_iface_link{device="lxc9eedcbd09dc7"} 329 node_network_iface_link{device="lxc_health"} 9 node_network_iface_link{device="lxca6dde6cb52ff"} 297 node_network_iface_link{device="lxcafca5ff04ce6"} 321 node_network_iface_link{device="lxcb7927fd0043e"} 279 node_network_iface_link{device="lxcc6e5763dbbdc"} 357 node_network_iface_link{device="lxcc8bed0f71b01"} 293 node_network_iface_link{device="lxcd4db5dc7b0b0"} 343 node_network_iface_link{device="lxcd8e7436893d2"} 313 node_network_iface_link{device="lxcdb533255d226"} 265 node_network_iface_link{device="lxcdc457e993c22"} 135 node_network_iface_link{device="lxce19b0f816d59"} 237 node_network_iface_link{device="lxce52cd9f969f2"} 17 node_network_iface_link{device="lxce55c2d43bf60"} 299 node_network_iface_link{device="lxce5d280198106"} 353 node_network_iface_link{device="lxcf64446635f98"} 355 node_network_iface_link{device="lxcfe924dbc9e54"} 27 node_network_iface_link{device="lxcff314b06a8b6"} 271 node_network_iface_link{device="nodelocaldns"} 4 # 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="ens34"} 0 node_network_iface_link_mode{device="ens35"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="lxc022e2a28711c"} 0 node_network_iface_link_mode{device="lxc027a85196d6a"} 0 node_network_iface_link_mode{device="lxc034901558210"} 0 node_network_iface_link_mode{device="lxc035b43cb81f7"} 0 node_network_iface_link_mode{device="lxc068542376ab3"} 0 node_network_iface_link_mode{device="lxc1042a49e862f"} 0 node_network_iface_link_mode{device="lxc10a0cf6315aa"} 0 node_network_iface_link_mode{device="lxc10a6fd373300"} 0 node_network_iface_link_mode{device="lxc1715190979b4"} 0 node_network_iface_link_mode{device="lxc1b6bf59f8e52"} 0 node_network_iface_link_mode{device="lxc1c00970cbbb6"} 0 node_network_iface_link_mode{device="lxc1c6f0a5e944b"} 0 node_network_iface_link_mode{device="lxc1e59d5770928"} 0 node_network_iface_link_mode{device="lxc22367fa5a35b"} 0 node_network_iface_link_mode{device="lxc22ec5c24cd00"} 0 node_network_iface_link_mode{device="lxc2656e16f0025"} 0 node_network_iface_link_mode{device="lxc275c57038023"} 0 node_network_iface_link_mode{device="lxc2c86e8f989c6"} 0 node_network_iface_link_mode{device="lxc2ed2276fac60"} 0 node_network_iface_link_mode{device="lxc2f48e9a8b947"} 0 node_network_iface_link_mode{device="lxc32f8bf8a117a"} 0 node_network_iface_link_mode{device="lxc3591465fd79e"} 0 node_network_iface_link_mode{device="lxc3835df602992"} 0 node_network_iface_link_mode{device="lxc3b39ae95d80d"} 0 node_network_iface_link_mode{device="lxc528fa261a30d"} 0 node_network_iface_link_mode{device="lxc59800011728e"} 0 node_network_iface_link_mode{device="lxc5ba7ea11b6d8"} 0 node_network_iface_link_mode{device="lxc5bc87dc140ee"} 0 node_network_iface_link_mode{device="lxc5d0be564df9e"} 0 node_network_iface_link_mode{device="lxc6a37fcd895af"} 0 node_network_iface_link_mode{device="lxc6df95aae14ad"} 0 node_network_iface_link_mode{device="lxc6f01f02b2ee5"} 0 node_network_iface_link_mode{device="lxc6f5fdb100bfb"} 0 node_network_iface_link_mode{device="lxc7246be095d99"} 0 node_network_iface_link_mode{device="lxc7279bb863b23"} 0 node_network_iface_link_mode{device="lxc7439c9d1e76c"} 0 node_network_iface_link_mode{device="lxc764a4a25476b"} 0 node_network_iface_link_mode{device="lxc7a369e735a0b"} 0 node_network_iface_link_mode{device="lxc7da8f12b9ccb"} 0 node_network_iface_link_mode{device="lxc80a8b8d45c86"} 0 node_network_iface_link_mode{device="lxc82933f966e23"} 0 node_network_iface_link_mode{device="lxc82e8a9efe11b"} 0 node_network_iface_link_mode{device="lxc9455ae91dd6d"} 0 node_network_iface_link_mode{device="lxc9536d1bef997"} 0 node_network_iface_link_mode{device="lxc960d8994f233"} 0 node_network_iface_link_mode{device="lxc96e20cc75c48"} 0 node_network_iface_link_mode{device="lxc97db51943026"} 0 node_network_iface_link_mode{device="lxc99993b245613"} 0 node_network_iface_link_mode{device="lxc9bbcec36a351"} 0 node_network_iface_link_mode{device="lxc9eedcbd09dc7"} 0 node_network_iface_link_mode{device="lxc_health"} 0 node_network_iface_link_mode{device="lxca6dde6cb52ff"} 0 node_network_iface_link_mode{device="lxcafca5ff04ce6"} 0 node_network_iface_link_mode{device="lxcb7927fd0043e"} 0 node_network_iface_link_mode{device="lxcc6e5763dbbdc"} 0 node_network_iface_link_mode{device="lxcc8bed0f71b01"} 0 node_network_iface_link_mode{device="lxcd4db5dc7b0b0"} 0 node_network_iface_link_mode{device="lxcd8e7436893d2"} 0 node_network_iface_link_mode{device="lxcdb533255d226"} 0 node_network_iface_link_mode{device="lxcdc457e993c22"} 0 node_network_iface_link_mode{device="lxce19b0f816d59"} 0 node_network_iface_link_mode{device="lxce52cd9f969f2"} 0 node_network_iface_link_mode{device="lxce55c2d43bf60"} 0 node_network_iface_link_mode{device="lxce5d280198106"} 0 node_network_iface_link_mode{device="lxcf64446635f98"} 0 node_network_iface_link_mode{device="lxcfe924dbc9e54"} 0 node_network_iface_link_mode{device="lxcff314b06a8b6"} 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="00:50:56:81:8c:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="ens34",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="00:50:56:81:e9:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="ens35",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:f6:ff:49:06:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc960d8994f233",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:6c:1c:03:db:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc2656e16f0025",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:8e:34:83:e5:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc59800011728e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:fe:05:d1:9d:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc3835df602992",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:a4:65:8a:69:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc1042a49e862f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:ee:2c:6b:ef:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcd8e7436893d2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:4d:4c:41:ff:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcafca5ff04ce6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:92:f0:55:65:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc7246be095d99",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:4c:80:95:1a:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc82933f966e23",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:9b:20:72:c5:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc7a369e735a0b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:28:f1:78:1c:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc97db51943026",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:1b:73:91:ab:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcdc457e993c22",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:72:30:14:bc:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc3b39ae95d80d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:d1:cc:ea:a1:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc1c6f0a5e944b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:04:38:9c:78:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcb7927fd0043e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:c3:a7:24:79:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcc8bed0f71b01",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:c8:a6:cc:64:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc528fa261a30d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:6f:79:c1:9e:16",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="nodelocaldns",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="3a:ae:8b:18:f3:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxce55c2d43bf60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:fc:c5:11:69:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcf64446635f98",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:3e:fb:6e:b1:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc7279bb863b23",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:43:04:81:84:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc6f5fdb100bfb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:58:54:1a:39:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc068542376ab3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:70:3a:3a:9e:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc82e8a9efe11b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:4d:02:d6:22:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc9455ae91dd6d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:88:a5:25:14:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc9536d1bef997",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:5e:57:a3:8c:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc6df95aae14ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:c4:66:9d:05:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc2f48e9a8b947",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:e4:23:1f:97:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc10a0cf6315aa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:48:b4:8c:53:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc027a85196d6a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:b8:4f:e4:e9:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc2ed2276fac60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:ce:a5:db:43:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc022e2a28711c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:e9:a7:b5:fe:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cilium_vxlan",duplex="unknown",ifalias="",operstate="unknown"} 1 node_network_info{address="76:15:9a:74:c7:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc96e20cc75c48",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:57:2f:27:07:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc9eedcbd09dc7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:09:23:1b:ac:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc99993b245613",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:fd:88:16:ec:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxce19b0f816d59",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:81:7a:f8:78:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcdb533255d226",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:c1:e2:e8:ff:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc5bc87dc140ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:22:ad:76:03:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc22367fa5a35b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:4c:a9:0f:ee:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc034901558210",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:6d:55:fd:d7:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc10a6fd373300",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:89:13:43:28:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxce5d280198106",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:3a:d6:e8:2f:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc80a8b8d45c86",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:12:4e:8a:7d:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc5ba7ea11b6d8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:fd:8c:73:07:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cilium_host",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:ad:99:88:56:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc6a37fcd895af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:83:de:fe:25:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc7439c9d1e76c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:7f:2e:aa:94:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc_health",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:c3:d4:6d:4e:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc1b6bf59f8e52",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:1a:f2:b2:5a:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc6f01f02b2ee5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:63:f1:46:22:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc7da8f12b9ccb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:ae:ce:5f:a9:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc32f8bf8a117a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:29:11:60:17:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc5d0be564df9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:54:3b:1a:d3:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc9bbcec36a351",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:64:7a:af:1f:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcc6e5763dbbdc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:79:e7:93:a9:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcd4db5dc7b0b0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:9d:53:dc:f8:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc764a4a25476b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:41:f9:5a:99:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc035b43cb81f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:44:41:8d:53:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc275c57038023",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:b4:53:c1:73:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc1e59d5770928",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:fa:83:b7:0b:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxce52cd9f969f2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:fc:c7:9e:09:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc3591465fd79e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:88:96:42:42:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc1715190979b4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:24:e2:4a:b8:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc22ec5c24cd00",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:d5:1f:91:f5:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc1c00970cbbb6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:10:0f:46:31:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxca6dde6cb52ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:63:ca:56:42:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcff314b06a8b6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:52:82:ac:5c:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcfe924dbc9e54",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:44:61:ea:c4:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cilium_net",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:a3:45:37:27:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc2c86e8f989c6",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="ens34"} 1500 node_network_mtu_bytes{device="ens35"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="lxc022e2a28711c"} 1500 node_network_mtu_bytes{device="lxc027a85196d6a"} 1500 node_network_mtu_bytes{device="lxc034901558210"} 1500 node_network_mtu_bytes{device="lxc035b43cb81f7"} 1500 node_network_mtu_bytes{device="lxc068542376ab3"} 1500 node_network_mtu_bytes{device="lxc1042a49e862f"} 1500 node_network_mtu_bytes{device="lxc10a0cf6315aa"} 1500 node_network_mtu_bytes{device="lxc10a6fd373300"} 1500 node_network_mtu_bytes{device="lxc1715190979b4"} 1500 node_network_mtu_bytes{device="lxc1b6bf59f8e52"} 1500 node_network_mtu_bytes{device="lxc1c00970cbbb6"} 1500 node_network_mtu_bytes{device="lxc1c6f0a5e944b"} 1500 node_network_mtu_bytes{device="lxc1e59d5770928"} 1500 node_network_mtu_bytes{device="lxc22367fa5a35b"} 1500 node_network_mtu_bytes{device="lxc22ec5c24cd00"} 1500 node_network_mtu_bytes{device="lxc2656e16f0025"} 1500 node_network_mtu_bytes{device="lxc275c57038023"} 1500 node_network_mtu_bytes{device="lxc2c86e8f989c6"} 1500 node_network_mtu_bytes{device="lxc2ed2276fac60"} 1500 node_network_mtu_bytes{device="lxc2f48e9a8b947"} 1500 node_network_mtu_bytes{device="lxc32f8bf8a117a"} 1500 node_network_mtu_bytes{device="lxc3591465fd79e"} 1500 node_network_mtu_bytes{device="lxc3835df602992"} 1500 node_network_mtu_bytes{device="lxc3b39ae95d80d"} 1500 node_network_mtu_bytes{device="lxc528fa261a30d"} 1500 node_network_mtu_bytes{device="lxc59800011728e"} 1500 node_network_mtu_bytes{device="lxc5ba7ea11b6d8"} 1500 node_network_mtu_bytes{device="lxc5bc87dc140ee"} 1500 node_network_mtu_bytes{device="lxc5d0be564df9e"} 1500 node_network_mtu_bytes{device="lxc6a37fcd895af"} 1500 node_network_mtu_bytes{device="lxc6df95aae14ad"} 1500 node_network_mtu_bytes{device="lxc6f01f02b2ee5"} 1500 node_network_mtu_bytes{device="lxc6f5fdb100bfb"} 1500 node_network_mtu_bytes{device="lxc7246be095d99"} 1500 node_network_mtu_bytes{device="lxc7279bb863b23"} 1500 node_network_mtu_bytes{device="lxc7439c9d1e76c"} 1500 node_network_mtu_bytes{device="lxc764a4a25476b"} 1500 node_network_mtu_bytes{device="lxc7a369e735a0b"} 1500 node_network_mtu_bytes{device="lxc7da8f12b9ccb"} 1500 node_network_mtu_bytes{device="lxc80a8b8d45c86"} 1500 node_network_mtu_bytes{device="lxc82933f966e23"} 1500 node_network_mtu_bytes{device="lxc82e8a9efe11b"} 1500 node_network_mtu_bytes{device="lxc9455ae91dd6d"} 1500 node_network_mtu_bytes{device="lxc9536d1bef997"} 1500 node_network_mtu_bytes{device="lxc960d8994f233"} 1500 node_network_mtu_bytes{device="lxc96e20cc75c48"} 1500 node_network_mtu_bytes{device="lxc97db51943026"} 1500 node_network_mtu_bytes{device="lxc99993b245613"} 1500 node_network_mtu_bytes{device="lxc9bbcec36a351"} 1500 node_network_mtu_bytes{device="lxc9eedcbd09dc7"} 1500 node_network_mtu_bytes{device="lxc_health"} 1500 node_network_mtu_bytes{device="lxca6dde6cb52ff"} 1500 node_network_mtu_bytes{device="lxcafca5ff04ce6"} 1500 node_network_mtu_bytes{device="lxcb7927fd0043e"} 1500 node_network_mtu_bytes{device="lxcc6e5763dbbdc"} 1500 node_network_mtu_bytes{device="lxcc8bed0f71b01"} 1500 node_network_mtu_bytes{device="lxcd4db5dc7b0b0"} 1500 node_network_mtu_bytes{device="lxcd8e7436893d2"} 1500 node_network_mtu_bytes{device="lxcdb533255d226"} 1500 node_network_mtu_bytes{device="lxcdc457e993c22"} 1500 node_network_mtu_bytes{device="lxce19b0f816d59"} 1500 node_network_mtu_bytes{device="lxce52cd9f969f2"} 1500 node_network_mtu_bytes{device="lxce55c2d43bf60"} 1500 node_network_mtu_bytes{device="lxce5d280198106"} 1500 node_network_mtu_bytes{device="lxcf64446635f98"} 1500 node_network_mtu_bytes{device="lxcfe924dbc9e54"} 1500 node_network_mtu_bytes{device="lxcff314b06a8b6"} 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="ens34"} 4 node_network_name_assign_type{device="ens35"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="lxc022e2a28711c"} 3 node_network_name_assign_type{device="lxc027a85196d6a"} 3 node_network_name_assign_type{device="lxc034901558210"} 3 node_network_name_assign_type{device="lxc035b43cb81f7"} 3 node_network_name_assign_type{device="lxc068542376ab3"} 3 node_network_name_assign_type{device="lxc1042a49e862f"} 3 node_network_name_assign_type{device="lxc10a0cf6315aa"} 3 node_network_name_assign_type{device="lxc10a6fd373300"} 3 node_network_name_assign_type{device="lxc1715190979b4"} 3 node_network_name_assign_type{device="lxc1b6bf59f8e52"} 3 node_network_name_assign_type{device="lxc1c00970cbbb6"} 3 node_network_name_assign_type{device="lxc1c6f0a5e944b"} 3 node_network_name_assign_type{device="lxc1e59d5770928"} 3 node_network_name_assign_type{device="lxc22367fa5a35b"} 3 node_network_name_assign_type{device="lxc22ec5c24cd00"} 3 node_network_name_assign_type{device="lxc2656e16f0025"} 3 node_network_name_assign_type{device="lxc275c57038023"} 3 node_network_name_assign_type{device="lxc2c86e8f989c6"} 3 node_network_name_assign_type{device="lxc2ed2276fac60"} 3 node_network_name_assign_type{device="lxc2f48e9a8b947"} 3 node_network_name_assign_type{device="lxc32f8bf8a117a"} 3 node_network_name_assign_type{device="lxc3591465fd79e"} 3 node_network_name_assign_type{device="lxc3835df602992"} 3 node_network_name_assign_type{device="lxc3b39ae95d80d"} 3 node_network_name_assign_type{device="lxc528fa261a30d"} 3 node_network_name_assign_type{device="lxc59800011728e"} 3 node_network_name_assign_type{device="lxc5ba7ea11b6d8"} 3 node_network_name_assign_type{device="lxc5bc87dc140ee"} 3 node_network_name_assign_type{device="lxc5d0be564df9e"} 3 node_network_name_assign_type{device="lxc6a37fcd895af"} 3 node_network_name_assign_type{device="lxc6df95aae14ad"} 3 node_network_name_assign_type{device="lxc6f01f02b2ee5"} 3 node_network_name_assign_type{device="lxc6f5fdb100bfb"} 3 node_network_name_assign_type{device="lxc7246be095d99"} 3 node_network_name_assign_type{device="lxc7279bb863b23"} 3 node_network_name_assign_type{device="lxc7439c9d1e76c"} 3 node_network_name_assign_type{device="lxc764a4a25476b"} 3 node_network_name_assign_type{device="lxc7a369e735a0b"} 3 node_network_name_assign_type{device="lxc7da8f12b9ccb"} 3 node_network_name_assign_type{device="lxc80a8b8d45c86"} 3 node_network_name_assign_type{device="lxc82933f966e23"} 3 node_network_name_assign_type{device="lxc82e8a9efe11b"} 3 node_network_name_assign_type{device="lxc9455ae91dd6d"} 3 node_network_name_assign_type{device="lxc9536d1bef997"} 3 node_network_name_assign_type{device="lxc960d8994f233"} 3 node_network_name_assign_type{device="lxc96e20cc75c48"} 3 node_network_name_assign_type{device="lxc97db51943026"} 3 node_network_name_assign_type{device="lxc99993b245613"} 3 node_network_name_assign_type{device="lxc9bbcec36a351"} 3 node_network_name_assign_type{device="lxc9eedcbd09dc7"} 3 node_network_name_assign_type{device="lxc_health"} 3 node_network_name_assign_type{device="lxca6dde6cb52ff"} 3 node_network_name_assign_type{device="lxcafca5ff04ce6"} 3 node_network_name_assign_type{device="lxcb7927fd0043e"} 3 node_network_name_assign_type{device="lxcc6e5763dbbdc"} 3 node_network_name_assign_type{device="lxcc8bed0f71b01"} 3 node_network_name_assign_type{device="lxcd4db5dc7b0b0"} 3 node_network_name_assign_type{device="lxcd8e7436893d2"} 3 node_network_name_assign_type{device="lxcdb533255d226"} 3 node_network_name_assign_type{device="lxcdc457e993c22"} 3 node_network_name_assign_type{device="lxce19b0f816d59"} 3 node_network_name_assign_type{device="lxce52cd9f969f2"} 3 node_network_name_assign_type{device="lxce55c2d43bf60"} 3 node_network_name_assign_type{device="lxce5d280198106"} 3 node_network_name_assign_type{device="lxcf64446635f98"} 3 node_network_name_assign_type{device="lxcfe924dbc9e54"} 3 node_network_name_assign_type{device="lxcff314b06a8b6"} 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="ens34"} 0 node_network_net_dev_group{device="ens35"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="lxc022e2a28711c"} 0 node_network_net_dev_group{device="lxc027a85196d6a"} 0 node_network_net_dev_group{device="lxc034901558210"} 0 node_network_net_dev_group{device="lxc035b43cb81f7"} 0 node_network_net_dev_group{device="lxc068542376ab3"} 0 node_network_net_dev_group{device="lxc1042a49e862f"} 0 node_network_net_dev_group{device="lxc10a0cf6315aa"} 0 node_network_net_dev_group{device="lxc10a6fd373300"} 0 node_network_net_dev_group{device="lxc1715190979b4"} 0 node_network_net_dev_group{device="lxc1b6bf59f8e52"} 0 node_network_net_dev_group{device="lxc1c00970cbbb6"} 0 node_network_net_dev_group{device="lxc1c6f0a5e944b"} 0 node_network_net_dev_group{device="lxc1e59d5770928"} 0 node_network_net_dev_group{device="lxc22367fa5a35b"} 0 node_network_net_dev_group{device="lxc22ec5c24cd00"} 0 node_network_net_dev_group{device="lxc2656e16f0025"} 0 node_network_net_dev_group{device="lxc275c57038023"} 0 node_network_net_dev_group{device="lxc2c86e8f989c6"} 0 node_network_net_dev_group{device="lxc2ed2276fac60"} 0 node_network_net_dev_group{device="lxc2f48e9a8b947"} 0 node_network_net_dev_group{device="lxc32f8bf8a117a"} 0 node_network_net_dev_group{device="lxc3591465fd79e"} 0 node_network_net_dev_group{device="lxc3835df602992"} 0 node_network_net_dev_group{device="lxc3b39ae95d80d"} 0 node_network_net_dev_group{device="lxc528fa261a30d"} 0 node_network_net_dev_group{device="lxc59800011728e"} 0 node_network_net_dev_group{device="lxc5ba7ea11b6d8"} 0 node_network_net_dev_group{device="lxc5bc87dc140ee"} 0 node_network_net_dev_group{device="lxc5d0be564df9e"} 0 node_network_net_dev_group{device="lxc6a37fcd895af"} 0 node_network_net_dev_group{device="lxc6df95aae14ad"} 0 node_network_net_dev_group{device="lxc6f01f02b2ee5"} 0 node_network_net_dev_group{device="lxc6f5fdb100bfb"} 0 node_network_net_dev_group{device="lxc7246be095d99"} 0 node_network_net_dev_group{device="lxc7279bb863b23"} 0 node_network_net_dev_group{device="lxc7439c9d1e76c"} 0 node_network_net_dev_group{device="lxc764a4a25476b"} 0 node_network_net_dev_group{device="lxc7a369e735a0b"} 0 node_network_net_dev_group{device="lxc7da8f12b9ccb"} 0 node_network_net_dev_group{device="lxc80a8b8d45c86"} 0 node_network_net_dev_group{device="lxc82933f966e23"} 0 node_network_net_dev_group{device="lxc82e8a9efe11b"} 0 node_network_net_dev_group{device="lxc9455ae91dd6d"} 0 node_network_net_dev_group{device="lxc9536d1bef997"} 0 node_network_net_dev_group{device="lxc960d8994f233"} 0 node_network_net_dev_group{device="lxc96e20cc75c48"} 0 node_network_net_dev_group{device="lxc97db51943026"} 0 node_network_net_dev_group{device="lxc99993b245613"} 0 node_network_net_dev_group{device="lxc9bbcec36a351"} 0 node_network_net_dev_group{device="lxc9eedcbd09dc7"} 0 node_network_net_dev_group{device="lxc_health"} 0 node_network_net_dev_group{device="lxca6dde6cb52ff"} 0 node_network_net_dev_group{device="lxcafca5ff04ce6"} 0 node_network_net_dev_group{device="lxcb7927fd0043e"} 0 node_network_net_dev_group{device="lxcc6e5763dbbdc"} 0 node_network_net_dev_group{device="lxcc8bed0f71b01"} 0 node_network_net_dev_group{device="lxcd4db5dc7b0b0"} 0 node_network_net_dev_group{device="lxcd8e7436893d2"} 0 node_network_net_dev_group{device="lxcdb533255d226"} 0 node_network_net_dev_group{device="lxcdc457e993c22"} 0 node_network_net_dev_group{device="lxce19b0f816d59"} 0 node_network_net_dev_group{device="lxce52cd9f969f2"} 0 node_network_net_dev_group{device="lxce55c2d43bf60"} 0 node_network_net_dev_group{device="lxce5d280198106"} 0 node_network_net_dev_group{device="lxcf64446635f98"} 0 node_network_net_dev_group{device="lxcfe924dbc9e54"} 0 node_network_net_dev_group{device="lxcff314b06a8b6"} 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="ens34"} 1 node_network_protocol_type{device="ens35"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="lxc022e2a28711c"} 1 node_network_protocol_type{device="lxc027a85196d6a"} 1 node_network_protocol_type{device="lxc034901558210"} 1 node_network_protocol_type{device="lxc035b43cb81f7"} 1 node_network_protocol_type{device="lxc068542376ab3"} 1 node_network_protocol_type{device="lxc1042a49e862f"} 1 node_network_protocol_type{device="lxc10a0cf6315aa"} 1 node_network_protocol_type{device="lxc10a6fd373300"} 1 node_network_protocol_type{device="lxc1715190979b4"} 1 node_network_protocol_type{device="lxc1b6bf59f8e52"} 1 node_network_protocol_type{device="lxc1c00970cbbb6"} 1 node_network_protocol_type{device="lxc1c6f0a5e944b"} 1 node_network_protocol_type{device="lxc1e59d5770928"} 1 node_network_protocol_type{device="lxc22367fa5a35b"} 1 node_network_protocol_type{device="lxc22ec5c24cd00"} 1 node_network_protocol_type{device="lxc2656e16f0025"} 1 node_network_protocol_type{device="lxc275c57038023"} 1 node_network_protocol_type{device="lxc2c86e8f989c6"} 1 node_network_protocol_type{device="lxc2ed2276fac60"} 1 node_network_protocol_type{device="lxc2f48e9a8b947"} 1 node_network_protocol_type{device="lxc32f8bf8a117a"} 1 node_network_protocol_type{device="lxc3591465fd79e"} 1 node_network_protocol_type{device="lxc3835df602992"} 1 node_network_protocol_type{device="lxc3b39ae95d80d"} 1 node_network_protocol_type{device="lxc528fa261a30d"} 1 node_network_protocol_type{device="lxc59800011728e"} 1 node_network_protocol_type{device="lxc5ba7ea11b6d8"} 1 node_network_protocol_type{device="lxc5bc87dc140ee"} 1 node_network_protocol_type{device="lxc5d0be564df9e"} 1 node_network_protocol_type{device="lxc6a37fcd895af"} 1 node_network_protocol_type{device="lxc6df95aae14ad"} 1 node_network_protocol_type{device="lxc6f01f02b2ee5"} 1 node_network_protocol_type{device="lxc6f5fdb100bfb"} 1 node_network_protocol_type{device="lxc7246be095d99"} 1 node_network_protocol_type{device="lxc7279bb863b23"} 1 node_network_protocol_type{device="lxc7439c9d1e76c"} 1 node_network_protocol_type{device="lxc764a4a25476b"} 1 node_network_protocol_type{device="lxc7a369e735a0b"} 1 node_network_protocol_type{device="lxc7da8f12b9ccb"} 1 node_network_protocol_type{device="lxc80a8b8d45c86"} 1 node_network_protocol_type{device="lxc82933f966e23"} 1 node_network_protocol_type{device="lxc82e8a9efe11b"} 1 node_network_protocol_type{device="lxc9455ae91dd6d"} 1 node_network_protocol_type{device="lxc9536d1bef997"} 1 node_network_protocol_type{device="lxc960d8994f233"} 1 node_network_protocol_type{device="lxc96e20cc75c48"} 1 node_network_protocol_type{device="lxc97db51943026"} 1 node_network_protocol_type{device="lxc99993b245613"} 1 node_network_protocol_type{device="lxc9bbcec36a351"} 1 node_network_protocol_type{device="lxc9eedcbd09dc7"} 1 node_network_protocol_type{device="lxc_health"} 1 node_network_protocol_type{device="lxca6dde6cb52ff"} 1 node_network_protocol_type{device="lxcafca5ff04ce6"} 1 node_network_protocol_type{device="lxcb7927fd0043e"} 1 node_network_protocol_type{device="lxcc6e5763dbbdc"} 1 node_network_protocol_type{device="lxcc8bed0f71b01"} 1 node_network_protocol_type{device="lxcd4db5dc7b0b0"} 1 node_network_protocol_type{device="lxcd8e7436893d2"} 1 node_network_protocol_type{device="lxcdb533255d226"} 1 node_network_protocol_type{device="lxcdc457e993c22"} 1 node_network_protocol_type{device="lxce19b0f816d59"} 1 node_network_protocol_type{device="lxce52cd9f969f2"} 1 node_network_protocol_type{device="lxce55c2d43bf60"} 1 node_network_protocol_type{device="lxce5d280198106"} 1 node_network_protocol_type{device="lxcf64446635f98"} 1 node_network_protocol_type{device="lxcfe924dbc9e54"} 1 node_network_protocol_type{device="lxcff314b06a8b6"} 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"} 1.9163136e+07 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"} 218325 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="ens34"} 1.25e+09 node_network_speed_bytes{device="ens35"} 1.25e+09 node_network_speed_bytes{device="lxc022e2a28711c"} 1.25e+09 node_network_speed_bytes{device="lxc027a85196d6a"} 1.25e+09 node_network_speed_bytes{device="lxc034901558210"} 1.25e+09 node_network_speed_bytes{device="lxc035b43cb81f7"} 1.25e+09 node_network_speed_bytes{device="lxc068542376ab3"} 1.25e+09 node_network_speed_bytes{device="lxc1042a49e862f"} 1.25e+09 node_network_speed_bytes{device="lxc10a0cf6315aa"} 1.25e+09 node_network_speed_bytes{device="lxc10a6fd373300"} 1.25e+09 node_network_speed_bytes{device="lxc1715190979b4"} 1.25e+09 node_network_speed_bytes{device="lxc1b6bf59f8e52"} 1.25e+09 node_network_speed_bytes{device="lxc1c00970cbbb6"} 1.25e+09 node_network_speed_bytes{device="lxc1c6f0a5e944b"} 1.25e+09 node_network_speed_bytes{device="lxc1e59d5770928"} 1.25e+09 node_network_speed_bytes{device="lxc22367fa5a35b"} 1.25e+09 node_network_speed_bytes{device="lxc22ec5c24cd00"} 1.25e+09 node_network_speed_bytes{device="lxc2656e16f0025"} 1.25e+09 node_network_speed_bytes{device="lxc275c57038023"} 1.25e+09 node_network_speed_bytes{device="lxc2c86e8f989c6"} 1.25e+09 node_network_speed_bytes{device="lxc2ed2276fac60"} 1.25e+09 node_network_speed_bytes{device="lxc2f48e9a8b947"} 1.25e+09 node_network_speed_bytes{device="lxc32f8bf8a117a"} 1.25e+09 node_network_speed_bytes{device="lxc3591465fd79e"} 1.25e+09 node_network_speed_bytes{device="lxc3835df602992"} 1.25e+09 node_network_speed_bytes{device="lxc3b39ae95d80d"} 1.25e+09 node_network_speed_bytes{device="lxc528fa261a30d"} 1.25e+09 node_network_speed_bytes{device="lxc59800011728e"} 1.25e+09 node_network_speed_bytes{device="lxc5ba7ea11b6d8"} 1.25e+09 node_network_speed_bytes{device="lxc5bc87dc140ee"} 1.25e+09 node_network_speed_bytes{device="lxc5d0be564df9e"} 1.25e+09 node_network_speed_bytes{device="lxc6a37fcd895af"} 1.25e+09 node_network_speed_bytes{device="lxc6df95aae14ad"} 1.25e+09 node_network_speed_bytes{device="lxc6f01f02b2ee5"} 1.25e+09 node_network_speed_bytes{device="lxc6f5fdb100bfb"} 1.25e+09 node_network_speed_bytes{device="lxc7246be095d99"} 1.25e+09 node_network_speed_bytes{device="lxc7279bb863b23"} 1.25e+09 node_network_speed_bytes{device="lxc7439c9d1e76c"} 1.25e+09 node_network_speed_bytes{device="lxc764a4a25476b"} 1.25e+09 node_network_speed_bytes{device="lxc7a369e735a0b"} 1.25e+09 node_network_speed_bytes{device="lxc7da8f12b9ccb"} 1.25e+09 node_network_speed_bytes{device="lxc80a8b8d45c86"} 1.25e+09 node_network_speed_bytes{device="lxc82933f966e23"} 1.25e+09 node_network_speed_bytes{device="lxc82e8a9efe11b"} 1.25e+09 node_network_speed_bytes{device="lxc9455ae91dd6d"} 1.25e+09 node_network_speed_bytes{device="lxc9536d1bef997"} 1.25e+09 node_network_speed_bytes{device="lxc960d8994f233"} 1.25e+09 node_network_speed_bytes{device="lxc96e20cc75c48"} 1.25e+09 node_network_speed_bytes{device="lxc97db51943026"} 1.25e+09 node_network_speed_bytes{device="lxc99993b245613"} 1.25e+09 node_network_speed_bytes{device="lxc9bbcec36a351"} 1.25e+09 node_network_speed_bytes{device="lxc9eedcbd09dc7"} 1.25e+09 node_network_speed_bytes{device="lxc_health"} 1.25e+09 node_network_speed_bytes{device="lxca6dde6cb52ff"} 1.25e+09 node_network_speed_bytes{device="lxcafca5ff04ce6"} 1.25e+09 node_network_speed_bytes{device="lxcb7927fd0043e"} 1.25e+09 node_network_speed_bytes{device="lxcc6e5763dbbdc"} 1.25e+09 node_network_speed_bytes{device="lxcc8bed0f71b01"} 1.25e+09 node_network_speed_bytes{device="lxcd4db5dc7b0b0"} 1.25e+09 node_network_speed_bytes{device="lxcd8e7436893d2"} 1.25e+09 node_network_speed_bytes{device="lxcdb533255d226"} 1.25e+09 node_network_speed_bytes{device="lxcdc457e993c22"} 1.25e+09 node_network_speed_bytes{device="lxce19b0f816d59"} 1.25e+09 node_network_speed_bytes{device="lxce52cd9f969f2"} 1.25e+09 node_network_speed_bytes{device="lxce55c2d43bf60"} 1.25e+09 node_network_speed_bytes{device="lxce5d280198106"} 1.25e+09 node_network_speed_bytes{device="lxcf64446635f98"} 1.25e+09 node_network_speed_bytes{device="lxcfe924dbc9e54"} 1.25e+09 node_network_speed_bytes{device="lxcff314b06a8b6"} 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"} 8.175616e+07 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"} 206247 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="ens34"} 1000 node_network_transmit_queue_length{device="ens35"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="lxc022e2a28711c"} 1000 node_network_transmit_queue_length{device="lxc027a85196d6a"} 1000 node_network_transmit_queue_length{device="lxc034901558210"} 1000 node_network_transmit_queue_length{device="lxc035b43cb81f7"} 1000 node_network_transmit_queue_length{device="lxc068542376ab3"} 1000 node_network_transmit_queue_length{device="lxc1042a49e862f"} 1000 node_network_transmit_queue_length{device="lxc10a0cf6315aa"} 1000 node_network_transmit_queue_length{device="lxc10a6fd373300"} 1000 node_network_transmit_queue_length{device="lxc1715190979b4"} 1000 node_network_transmit_queue_length{device="lxc1b6bf59f8e52"} 1000 node_network_transmit_queue_length{device="lxc1c00970cbbb6"} 1000 node_network_transmit_queue_length{device="lxc1c6f0a5e944b"} 1000 node_network_transmit_queue_length{device="lxc1e59d5770928"} 1000 node_network_transmit_queue_length{device="lxc22367fa5a35b"} 1000 node_network_transmit_queue_length{device="lxc22ec5c24cd00"} 1000 node_network_transmit_queue_length{device="lxc2656e16f0025"} 1000 node_network_transmit_queue_length{device="lxc275c57038023"} 1000 node_network_transmit_queue_length{device="lxc2c86e8f989c6"} 1000 node_network_transmit_queue_length{device="lxc2ed2276fac60"} 1000 node_network_transmit_queue_length{device="lxc2f48e9a8b947"} 1000 node_network_transmit_queue_length{device="lxc32f8bf8a117a"} 1000 node_network_transmit_queue_length{device="lxc3591465fd79e"} 1000 node_network_transmit_queue_length{device="lxc3835df602992"} 1000 node_network_transmit_queue_length{device="lxc3b39ae95d80d"} 1000 node_network_transmit_queue_length{device="lxc528fa261a30d"} 1000 node_network_transmit_queue_length{device="lxc59800011728e"} 1000 node_network_transmit_queue_length{device="lxc5ba7ea11b6d8"} 1000 node_network_transmit_queue_length{device="lxc5bc87dc140ee"} 1000 node_network_transmit_queue_length{device="lxc5d0be564df9e"} 1000 node_network_transmit_queue_length{device="lxc6a37fcd895af"} 1000 node_network_transmit_queue_length{device="lxc6df95aae14ad"} 1000 node_network_transmit_queue_length{device="lxc6f01f02b2ee5"} 1000 node_network_transmit_queue_length{device="lxc6f5fdb100bfb"} 1000 node_network_transmit_queue_length{device="lxc7246be095d99"} 1000 node_network_transmit_queue_length{device="lxc7279bb863b23"} 1000 node_network_transmit_queue_length{device="lxc7439c9d1e76c"} 1000 node_network_transmit_queue_length{device="lxc764a4a25476b"} 1000 node_network_transmit_queue_length{device="lxc7a369e735a0b"} 1000 node_network_transmit_queue_length{device="lxc7da8f12b9ccb"} 1000 node_network_transmit_queue_length{device="lxc80a8b8d45c86"} 1000 node_network_transmit_queue_length{device="lxc82933f966e23"} 1000 node_network_transmit_queue_length{device="lxc82e8a9efe11b"} 1000 node_network_transmit_queue_length{device="lxc9455ae91dd6d"} 1000 node_network_transmit_queue_length{device="lxc9536d1bef997"} 1000 node_network_transmit_queue_length{device="lxc960d8994f233"} 1000 node_network_transmit_queue_length{device="lxc96e20cc75c48"} 1000 node_network_transmit_queue_length{device="lxc97db51943026"} 1000 node_network_transmit_queue_length{device="lxc99993b245613"} 1000 node_network_transmit_queue_length{device="lxc9bbcec36a351"} 1000 node_network_transmit_queue_length{device="lxc9eedcbd09dc7"} 1000 node_network_transmit_queue_length{device="lxc_health"} 1000 node_network_transmit_queue_length{device="lxca6dde6cb52ff"} 1000 node_network_transmit_queue_length{device="lxcafca5ff04ce6"} 1000 node_network_transmit_queue_length{device="lxcb7927fd0043e"} 1000 node_network_transmit_queue_length{device="lxcc6e5763dbbdc"} 1000 node_network_transmit_queue_length{device="lxcc8bed0f71b01"} 1000 node_network_transmit_queue_length{device="lxcd4db5dc7b0b0"} 1000 node_network_transmit_queue_length{device="lxcd8e7436893d2"} 1000 node_network_transmit_queue_length{device="lxcdb533255d226"} 1000 node_network_transmit_queue_length{device="lxcdc457e993c22"} 1000 node_network_transmit_queue_length{device="lxce19b0f816d59"} 1000 node_network_transmit_queue_length{device="lxce52cd9f969f2"} 1000 node_network_transmit_queue_length{device="lxce55c2d43bf60"} 1000 node_network_transmit_queue_length{device="lxce5d280198106"} 1000 node_network_transmit_queue_length{device="lxcf64446635f98"} 1000 node_network_transmit_queue_length{device="lxcfe924dbc9e54"} 1000 node_network_transmit_queue_length{device="lxcff314b06a8b6"} 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="ens34"} 1 node_network_up{device="ens35"} 1 node_network_up{device="lo"} 0 node_network_up{device="lxc022e2a28711c"} 1 node_network_up{device="lxc027a85196d6a"} 1 node_network_up{device="lxc034901558210"} 1 node_network_up{device="lxc035b43cb81f7"} 1 node_network_up{device="lxc068542376ab3"} 1 node_network_up{device="lxc1042a49e862f"} 1 node_network_up{device="lxc10a0cf6315aa"} 1 node_network_up{device="lxc10a6fd373300"} 1 node_network_up{device="lxc1715190979b4"} 1 node_network_up{device="lxc1b6bf59f8e52"} 1 node_network_up{device="lxc1c00970cbbb6"} 1 node_network_up{device="lxc1c6f0a5e944b"} 1 node_network_up{device="lxc1e59d5770928"} 1 node_network_up{device="lxc22367fa5a35b"} 1 node_network_up{device="lxc22ec5c24cd00"} 1 node_network_up{device="lxc2656e16f0025"} 1 node_network_up{device="lxc275c57038023"} 1 node_network_up{device="lxc2c86e8f989c6"} 1 node_network_up{device="lxc2ed2276fac60"} 1 node_network_up{device="lxc2f48e9a8b947"} 1 node_network_up{device="lxc32f8bf8a117a"} 1 node_network_up{device="lxc3591465fd79e"} 1 node_network_up{device="lxc3835df602992"} 1 node_network_up{device="lxc3b39ae95d80d"} 1 node_network_up{device="lxc528fa261a30d"} 1 node_network_up{device="lxc59800011728e"} 1 node_network_up{device="lxc5ba7ea11b6d8"} 1 node_network_up{device="lxc5bc87dc140ee"} 1 node_network_up{device="lxc5d0be564df9e"} 1 node_network_up{device="lxc6a37fcd895af"} 1 node_network_up{device="lxc6df95aae14ad"} 1 node_network_up{device="lxc6f01f02b2ee5"} 1 node_network_up{device="lxc6f5fdb100bfb"} 1 node_network_up{device="lxc7246be095d99"} 1 node_network_up{device="lxc7279bb863b23"} 1 node_network_up{device="lxc7439c9d1e76c"} 1 node_network_up{device="lxc764a4a25476b"} 1 node_network_up{device="lxc7a369e735a0b"} 1 node_network_up{device="lxc7da8f12b9ccb"} 1 node_network_up{device="lxc80a8b8d45c86"} 1 node_network_up{device="lxc82933f966e23"} 1 node_network_up{device="lxc82e8a9efe11b"} 1 node_network_up{device="lxc9455ae91dd6d"} 1 node_network_up{device="lxc9536d1bef997"} 1 node_network_up{device="lxc960d8994f233"} 1 node_network_up{device="lxc96e20cc75c48"} 1 node_network_up{device="lxc97db51943026"} 1 node_network_up{device="lxc99993b245613"} 1 node_network_up{device="lxc9bbcec36a351"} 1 node_network_up{device="lxc9eedcbd09dc7"} 1 node_network_up{device="lxc_health"} 1 node_network_up{device="lxca6dde6cb52ff"} 1 node_network_up{device="lxcafca5ff04ce6"} 1 node_network_up{device="lxcb7927fd0043e"} 1 node_network_up{device="lxcc6e5763dbbdc"} 1 node_network_up{device="lxcc8bed0f71b01"} 1 node_network_up{device="lxcd4db5dc7b0b0"} 1 node_network_up{device="lxcd8e7436893d2"} 1 node_network_up{device="lxcdb533255d226"} 1 node_network_up{device="lxcdc457e993c22"} 1 node_network_up{device="lxce19b0f816d59"} 1 node_network_up{device="lxce52cd9f969f2"} 1 node_network_up{device="lxce55c2d43bf60"} 1 node_network_up{device="lxce5d280198106"} 1 node_network_up{device="lxcf64446635f98"} 1 node_network_up{device="lxcfe924dbc9e54"} 1 node_network_up{device="lxcff314b06a8b6"} 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_power_supply_info info of /sys/class/power_supply/. # TYPE node_power_supply_info gauge node_power_supply_info{power_supply="ACAD",type="Mains"} 1 # HELP node_power_supply_online online value of /sys/class/power_supply/. # TYPE node_power_supply_online gauge node_power_supply_online{power_supply="ACAD"} 1 # 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 6667.4560599999995 # 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 271.859566 # 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 305.863729 # 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 26.518527 # 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 37.209924 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 2 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 35682.939594552 node_schedstat_running_seconds_total{cpu="1"} 33353.567970808 node_schedstat_running_seconds_total{cpu="10"} 35366.812344007 node_schedstat_running_seconds_total{cpu="11"} 35337.586432673 node_schedstat_running_seconds_total{cpu="12"} 35558.649773676 node_schedstat_running_seconds_total{cpu="13"} 35568.232246797 node_schedstat_running_seconds_total{cpu="14"} 35415.867652535 node_schedstat_running_seconds_total{cpu="15"} 35674.74589092 node_schedstat_running_seconds_total{cpu="2"} 36010.596897202 node_schedstat_running_seconds_total{cpu="3"} 35340.712056971 node_schedstat_running_seconds_total{cpu="4"} 35615.009040568 node_schedstat_running_seconds_total{cpu="5"} 36128.909399336 node_schedstat_running_seconds_total{cpu="6"} 35721.505594801 node_schedstat_running_seconds_total{cpu="7"} 36010.347863204 node_schedstat_running_seconds_total{cpu="8"} 34737.241702527 node_schedstat_running_seconds_total{cpu="9"} 35369.698673464 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.93597837e+08 node_schedstat_timeslices_total{cpu="1"} 2.01229674e+08 node_schedstat_timeslices_total{cpu="10"} 1.93086044e+08 node_schedstat_timeslices_total{cpu="11"} 1.91325256e+08 node_schedstat_timeslices_total{cpu="12"} 1.9173242e+08 node_schedstat_timeslices_total{cpu="13"} 1.89682144e+08 node_schedstat_timeslices_total{cpu="14"} 1.89442341e+08 node_schedstat_timeslices_total{cpu="15"} 1.90094961e+08 node_schedstat_timeslices_total{cpu="2"} 1.9393307e+08 node_schedstat_timeslices_total{cpu="3"} 1.94759875e+08 node_schedstat_timeslices_total{cpu="4"} 1.95109631e+08 node_schedstat_timeslices_total{cpu="5"} 1.95385485e+08 node_schedstat_timeslices_total{cpu="6"} 1.9622636e+08 node_schedstat_timeslices_total{cpu="7"} 1.96861519e+08 node_schedstat_timeslices_total{cpu="8"} 1.96382491e+08 node_schedstat_timeslices_total{cpu="9"} 1.93378922e+08 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 4210.58898723 node_schedstat_waiting_seconds_total{cpu="1"} 4834.531900911 node_schedstat_waiting_seconds_total{cpu="10"} 4329.362508668 node_schedstat_waiting_seconds_total{cpu="11"} 4301.955378104 node_schedstat_waiting_seconds_total{cpu="12"} 4206.797456012 node_schedstat_waiting_seconds_total{cpu="13"} 4308.362099616 node_schedstat_waiting_seconds_total{cpu="14"} 4232.995252344 node_schedstat_waiting_seconds_total{cpu="15"} 4189.866993004 node_schedstat_waiting_seconds_total{cpu="2"} 4131.902564722 node_schedstat_waiting_seconds_total{cpu="3"} 4206.577118091 node_schedstat_waiting_seconds_total{cpu="4"} 4174.845163457 node_schedstat_waiting_seconds_total{cpu="5"} 4136.026363575 node_schedstat_waiting_seconds_total{cpu="6"} 4158.256709237 node_schedstat_waiting_seconds_total{cpu="7"} 4163.707309289 node_schedstat_waiting_seconds_total{cpu="8"} 4376.361984051 node_schedstat_waiting_seconds_total{cpu="9"} 4485.507858629 # 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.000612475 node_scrape_collector_duration_seconds{collector="bcache"} 2.6354e-05 node_scrape_collector_duration_seconds{collector="bonding"} 0.000111154 node_scrape_collector_duration_seconds{collector="btrfs"} 0.273241361 node_scrape_collector_duration_seconds{collector="conntrack"} 0.00028477 node_scrape_collector_duration_seconds{collector="cpu"} 0.005856173 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000581983 node_scrape_collector_duration_seconds{collector="diskstats"} 0.117663648 node_scrape_collector_duration_seconds{collector="dmi"} 4.2031e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.000127145 node_scrape_collector_duration_seconds{collector="entropy"} 0.000443521 node_scrape_collector_duration_seconds{collector="fibrechannel"} 3.2444e-05 node_scrape_collector_duration_seconds{collector="filefd"} 9.947e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.213883256 node_scrape_collector_duration_seconds{collector="hwmon"} 0.001075801 node_scrape_collector_duration_seconds{collector="infiniband"} 3.8991e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 0.000328049 node_scrape_collector_duration_seconds{collector="loadavg"} 0.000108671 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000364481 node_scrape_collector_duration_seconds{collector="meminfo"} 0.0005657 node_scrape_collector_duration_seconds{collector="netclass"} 0.352493783 node_scrape_collector_duration_seconds{collector="netdev"} 0.000619249 node_scrape_collector_duration_seconds{collector="netstat"} 0.092782959 node_scrape_collector_duration_seconds{collector="nfs"} 7.1408e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 6.0359e-05 node_scrape_collector_duration_seconds{collector="nvme"} 4.6386e-05 node_scrape_collector_duration_seconds{collector="os"} 0.000141278 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 0.060829018 node_scrape_collector_duration_seconds{collector="pressure"} 0.000537526 node_scrape_collector_duration_seconds{collector="rapl"} 8.3089e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000782051 node_scrape_collector_duration_seconds{collector="selinux"} 3.738e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000473469 node_scrape_collector_duration_seconds{collector="softnet"} 0.000686696 node_scrape_collector_duration_seconds{collector="stat"} 0.001049791 node_scrape_collector_duration_seconds{collector="tapestats"} 9.5629e-05 node_scrape_collector_duration_seconds{collector="textfile"} 6.1747e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.004479845 node_scrape_collector_duration_seconds{collector="time"} 0.000361039 node_scrape_collector_duration_seconds{collector="timex"} 5.452e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.084296813 node_scrape_collector_duration_seconds{collector="uname"} 2.4097e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000455258 node_scrape_collector_duration_seconds{collector="watchdog"} 9.7034e-05 node_scrape_collector_duration_seconds{collector="xfs"} 3.6783e-05 node_scrape_collector_duration_seconds{collector="zfs"} 4.9039e-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 597 # 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 500 # 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 2.048e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 12 # 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 512 # 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 2.097152e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 4 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 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 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 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="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 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 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 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="10"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 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 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 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="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 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 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 1.7759346e+07 node_softnet_processed_total{cpu="1"} 1.6891975e+07 node_softnet_processed_total{cpu="10"} 2.8938703e+07 node_softnet_processed_total{cpu="11"} 2.7453538e+07 node_softnet_processed_total{cpu="12"} 2.1002655e+07 node_softnet_processed_total{cpu="13"} 4.0480909e+07 node_softnet_processed_total{cpu="14"} 2.7564507e+07 node_softnet_processed_total{cpu="15"} 2.3878386e+07 node_softnet_processed_total{cpu="2"} 1.6490747e+07 node_softnet_processed_total{cpu="3"} 1.7452789e+07 node_softnet_processed_total{cpu="4"} 1.7361519e+07 node_softnet_processed_total{cpu="5"} 1.7247802e+07 node_softnet_processed_total{cpu="6"} 1.6449754e+07 node_softnet_processed_total{cpu="7"} 1.7127803e+07 node_softnet_processed_total{cpu="8"} 4.4247915e+07 node_softnet_processed_total{cpu="9"} 5.5659056e+07 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 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 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="9"} 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"} 698 node_softnet_times_squeezed_total{cpu="1"} 301 node_softnet_times_squeezed_total{cpu="10"} 2802 node_softnet_times_squeezed_total{cpu="11"} 730 node_softnet_times_squeezed_total{cpu="12"} 780 node_softnet_times_squeezed_total{cpu="13"} 1273 node_softnet_times_squeezed_total{cpu="14"} 877 node_softnet_times_squeezed_total{cpu="15"} 775 node_softnet_times_squeezed_total{cpu="2"} 522 node_softnet_times_squeezed_total{cpu="3"} 523 node_softnet_times_squeezed_total{cpu="4"} 553 node_softnet_times_squeezed_total{cpu="5"} 569 node_softnet_times_squeezed_total{cpu="6"} 530 node_softnet_times_squeezed_total{cpu="7"} 537 node_softnet_times_squeezed_total{cpu="8"} 29330 node_softnet_times_squeezed_total{cpu="9"} 3149 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="hpet",device="0"} 1 node_time_clocksource_available_info{clocksource="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="tsc",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7803307876561193e+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 1.6e-05 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.9999872914123535 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 4 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 16 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 65 # 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 0 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="node-exporter-prometheus-node-exporter-dctlp",release="6.8.0-90-generic",sysname="Linux",version="#91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.113579141e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 491394 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 5.2990536e+07 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 3.25074971e+08 # 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 47.64 # 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 1.6097022e+07 # 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 7.8864658e+07 # 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 1.8518016e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.78012295866e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273257984e+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"} 3 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0