# 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"} 3.1419e-05 go_gc_duration_seconds{quantile="0.25"} 7.4368e-05 go_gc_duration_seconds{quantile="0.5"} 9.3604e-05 go_gc_duration_seconds{quantile="0.75"} 0.000118792 go_gc_duration_seconds{quantile="1"} 0.097956408 go_gc_duration_seconds_sum 265.67635042 go_gc_duration_seconds_count 386470 # 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 8 # 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 1.269792e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 7.86958012008e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.195459e+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 7.806492652e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.672848e+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 1.269792e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.2623872e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 3.137536e+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 4918 # 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 7.626752e+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.5761408e+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.7702845117101266e+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 7.80649757e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1208 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15704 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 64800 # 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 228480 # 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 791581 # 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 1.015808e+06 # 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 1.015808e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.3681288e+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 15 # 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.769903282e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 5.225306519e+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="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="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="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"} 22147.98 node_cpu_seconds_total{cpu="0",mode="iowait"} 47.14 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 0.02 node_cpu_seconds_total{cpu="0",mode="softirq"} 1276.49 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 4513.36 node_cpu_seconds_total{cpu="0",mode="user"} 313050.41 node_cpu_seconds_total{cpu="1",mode="idle"} 22638.29 node_cpu_seconds_total{cpu="1",mode="iowait"} 47.57 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 0.02 node_cpu_seconds_total{cpu="1",mode="softirq"} 910.45 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 4033.14 node_cpu_seconds_total{cpu="1",mode="user"} 313207.01 node_cpu_seconds_total{cpu="10",mode="idle"} 23062.6 node_cpu_seconds_total{cpu="10",mode="iowait"} 58.63 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 0.15 node_cpu_seconds_total{cpu="10",mode="softirq"} 1013.94 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 11503.93 node_cpu_seconds_total{cpu="10",mode="user"} 305006.97 node_cpu_seconds_total{cpu="11",mode="idle"} 23064.66 node_cpu_seconds_total{cpu="11",mode="iowait"} 59.38 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 0.05 node_cpu_seconds_total{cpu="11",mode="softirq"} 4754.14 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 11474.88 node_cpu_seconds_total{cpu="11",mode="user"} 301187.91 node_cpu_seconds_total{cpu="2",mode="idle"} 22780.55 node_cpu_seconds_total{cpu="2",mode="iowait"} 49.76 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 0.13 node_cpu_seconds_total{cpu="2",mode="softirq"} 2313.15 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 3205.2 node_cpu_seconds_total{cpu="2",mode="user"} 312527.54 node_cpu_seconds_total{cpu="3",mode="idle"} 22823.69 node_cpu_seconds_total{cpu="3",mode="iowait"} 47.82 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 0.11 node_cpu_seconds_total{cpu="3",mode="softirq"} 613.33 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 3127.38 node_cpu_seconds_total{cpu="3",mode="user"} 314170.25 node_cpu_seconds_total{cpu="4",mode="idle"} 230805.16 node_cpu_seconds_total{cpu="4",mode="iowait"} 835.36 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 0.68 node_cpu_seconds_total{cpu="4",mode="softirq"} 11521.05 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 37165.19 node_cpu_seconds_total{cpu="4",mode="user"} 68653.86 node_cpu_seconds_total{cpu="5",mode="idle"} 227622.25 node_cpu_seconds_total{cpu="5",mode="iowait"} 882.7 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 0.67 node_cpu_seconds_total{cpu="5",mode="softirq"} 8249.11 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 39293.7 node_cpu_seconds_total{cpu="5",mode="user"} 69929.86 node_cpu_seconds_total{cpu="6",mode="idle"} 220089.78 node_cpu_seconds_total{cpu="6",mode="iowait"} 1108.35 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 1.01 node_cpu_seconds_total{cpu="6",mode="softirq"} 6444.26 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 42216.46 node_cpu_seconds_total{cpu="6",mode="user"} 73287.62 node_cpu_seconds_total{cpu="7",mode="idle"} 205703.37 node_cpu_seconds_total{cpu="7",mode="iowait"} 1848.39 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 1.42 node_cpu_seconds_total{cpu="7",mode="softirq"} 5042.02 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 49360.88 node_cpu_seconds_total{cpu="7",mode="user"} 78261.57 node_cpu_seconds_total{cpu="8",mode="idle"} 22281.57 node_cpu_seconds_total{cpu="8",mode="iowait"} 61.04 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 0.1 node_cpu_seconds_total{cpu="8",mode="softirq"} 1271.29 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 13442.88 node_cpu_seconds_total{cpu="8",mode="user"} 303611.9 node_cpu_seconds_total{cpu="9",mode="idle"} 22908.98 node_cpu_seconds_total{cpu="9",mode="iowait"} 57.37 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 0.21 node_cpu_seconds_total{cpu="9",mode="softirq"} 3985.55 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 11556.88 node_cpu_seconds_total{cpu="9",mode="user"} 302118.91 # 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"} 303.056 # 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"} 3.793286272e+09 # 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"} 399206 # 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 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 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"} 31281.844 # 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"} 18636.652000000002 # 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"} 7.5922348032e+10 # 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"} 3246.427 # 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.538898e+06 # 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"} 1.421135e+06 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="sda"} 34658.001000000004 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="sda"} 1.2826747e+07 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 1.9651989e+07 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 2.98859511808e+11 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="04/01/2014",bios_vendor="SeaBIOS",bios_version="rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-9.0",product_family="",product_name="Standard PC (i440FX + PIIX, 1996)",product_sku="",product_version="pc-i440fx-9.0",system_vendor="QEMU"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 3631 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 4096 # 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 6624 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 1.794015232e+09 node_filesystem_avail_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 1.191278399488e+12 node_filesystem_avail_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 1.191278399488e+12 node_filesystem_avail_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 1.191278399488e+12 node_filesystem_avail_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 4.716032e+09 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/05af4e3e4f6bc3226f7106fe06a650f5c883095af7aa615260679dfcc146e9a0/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/08d80651ed4d8bd4666cfec2c71ee6314b2eaed4ee8f5cd0963a94551443762f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09858d2ede0c1a8c0b289de8c78acebe460a6180589b2ec9f1a6fe1db81e9deb/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0aa099a07cd0faf2bf638c940e2632ba485946dbe26f8583bcd78b0a4d6d0d9f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0ebcd4e2990db18e3514aeaf5bb027d1279b897872f3b4e8567ccb442a4cd48e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/142a5dcfe3244e7131de72b7ce3a0599b1d4658a356e3b90dec3151ff403e495/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/180383a50a8f086a8daab62488f71db5a915e9217d2ca0e3516691dd4c9c59a6/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/23a3b869f5f900fe86a4c5204a4aa8ed80453822850299b755d536fd3ccfcd07/shm"} 6.5798144e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/284799fa48b25970f89e46310cf701e3d65fcc2021d3dede094cbeb90d4324ce/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/285eb8b324855bcd9df7b4f586b432bbf1fd2eb1e5c431f669fd24f92dc4568d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/29a68911604205bb3f60e63f339d2e55dbf2dce18e0af7a62dd2b1d318ad05ab/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2afba918c45caaec5490e9729d1106938ea49ced51e9148f0fd8c4d28a2203c9/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30aa39f5c58af39841892df77675dc5d9174a426e61d4c21d5d9098dded2f3a0/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35158d8688eaaae5c05ad78c03ae7dff214bc0b93ee65b0486458ba90345b8f4/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3aa15d89c740658070bdacbaf4d7fcd7921aa75459d69e1cbfe4a8b447e50971/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3abf0aa2ebb861bea2fe43dacd7588428ff0dabb6435da2f53e2fe3c2b2958c0/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f28b6b9a30847272d8bb170309998b0d5b18513264a1ddcf1b9782c2709d018/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/428d5d08210e55ebb03e42ca5c95cb07b40754f93027a0b59cff99418c606e50/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4679b12779d4e46a23a21233175a212457b8cedd86e79821514255680ebf28a7/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/46c2195518fcc60540009d7227d962d812dd18ab3e080f350daf2c62692f4307/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4c936a3271578fe1d58de4e99947d703590f4192547efdb99a9a00f07eaf1fc2/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/51deea852c1eb08a8a3fe715657fe68e44e732490825fc973bc4b3ea4fff7382/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bb828ae60b10ad84a43035a49d596920d9c1ca9508c84b8f8eaa50904049fe0/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5e9080601ff5dc8162717195a16cb8c12e02b512084f5b897d17c2605029a885/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5fa55f9cd43dcaaf84f193b1b6840653dfa1f5afb15bc1aec6a5d7b9dfee7d7d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61233ba4fe1245b3aa9bcc0afad04ee5a924fcfc73a5e1324dfd8d8531d5e57f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/64d0d0ea8a78b3f231b98ef5bf3a7a99b648f5fa6e4501b766a05ceaab884e6f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/664936e4578f05ca0e5c3f8fd638501d7df6dcbc73721477a612c912135f6abf/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6769c67ccd621bf620416d494436aa07b5092f934630f1a50d511d24b1fba8c8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/81fda3653ec40aad4544aa0c054d66ec453f7c5aee7e15cbe3b1d86fb935dd36/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83bc38b78f08f31b71efd820024d2f60b0f7e3e1fb3dd6eba40a19d49d2e2d16/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/88aa153c7e0e63d8eb2a1a0240b1169a17b62ff577a8f9b0ebe10fe4fe70f474/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ba24e3402c345c603e3139614b7a4cfa185219f45693d0cbc99592b45a7eb64/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8d2046729773c960209e0fb77ae7def338cbf41a3eadf082856cf8f47d8eb3c6/shm"} 6.6031616e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/92f100602c3dc62ce98bd0f279aa6d05894a2bed84738325600be8d2712966be/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a59a61d0808bf898f7f521ae7c8ce99b6eec9b8271ac0a468994da8212dba1e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a1e2bcf41d0f81cfb682e635553b459f9af354f43c2570a2a38a9a3be42d161e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a70f444b75b2aa4e5de2adc770211059421c79f9459b5ec6d8fe642af4df758c/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a73b4214c8b31f73de987a5326427f8209d262947c2982d351db15c5cd5391b4/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a7d0dc8fd098a8c8cb6729e69cd714e708942624eb4fe7536278cba8c90cd496/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aa1dc94ad27b724b3bf54db5f3ee0ec5b5508ced6457ea6ace677e45d143fe5d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b03a2ddd8702f5a574e50265f71a0587b7eda8c398dd3fcc55641c5806aa6e8e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b13446e3987c790ee5f02e66dfbe744a76920e17d24019e4f84bc92de7df3627/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b90c95ee0b39945ec765db4acdac2af4cb9c5f76c50d334db27be8ec2be1efa8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b9e6a1b372a94eed5e83a1d39a53f32d84d735b836de758571089ef39cf68263/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c19f756a353a2c11b9dec3ada460e726a70246f60f9dcb34e42e4e8230ac7822/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c3079fb8425bc3dcd992278ba71cf43e73675ff696fd47212dbdb84f19732eb4/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c35daf72fb740a87403a3d19fef6790fd33b315abad8f873588b2b754edf267d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c4c1d48aff6ef8370de29451b31b0668348bd472678cb89e3e3970f6c45c64f6/shm"} 6.6031616e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c6e44f13b407141d9773162b6212cae6fd247bfca3e256a4771efc9f9557b8ea/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfd7de09aa7bc0317e01b3414a7ac310cda7c42be3b609bb3d13707756723e4/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2efe5d32fbca61c7e8b476b02db4b4b1124f48bbd73d79e1316b535431efce8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d51ad4f0ceca23c69123cb5e1e2dc0792318d8afc204bc4a260e31e3061794a0/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d64d5a804876a7f31c053c9a24a03b85318b106d66f4eafdba292805f123914a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d9fe3d41f1a71507fe5397dfff33df4aa04c7a549c5d696afd2b0cd64536b0f5/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db84e6df37c42cdb9f0018e1040f8f9db5fbd70a7b99e073a8f4641c7b1c6551/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec57d7e6f42b7962592807f3ecb33dfa10002ca8fef2587154f7c4330e35175f/shm"} 6.6031616e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ed3932f192643ba0aae8494ba4e3516959a5ae49d40cf00c47bbfa260bcbb1de/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef840599baa2529566ac7c0578a20f8e9b6d397e20fad2a32d2a23b67b3dee41/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8c52429a7b62206ecf5d0132b0d5dbb8894d9d75069083c872adf0c80fdafdb/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fad0f6565f159ff52a2d7631e627d3f45227e73de0773868989b439837efd669/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc25c737b2bcf36b89c714dc9c56e2276599d0de9a82d06d38b82770ef41f0a6/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe59e06efa1bbea7e2d5b40317071738cc8a914a16cb76e4a6305a2e3e58b15f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffee14b85fd6c6ce932c6fe19fc5bca339dd1a35d47c228498b4c72bcd667b25/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.716032e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 4.716032e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 5.053222912e+09 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 0 node_filesystem_device_error{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 0 node_filesystem_device_error{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 0 node_filesystem_device_error{device="/dev/sda3",device_error="permission denied",fstype="ext4",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/eb8b3ef3-78ee-4b81-99bb-3100292b3835/volume-subpaths/pvc-05afe72f-45ec-4524-8b7d-a653abf5763c/hlr-tools-sonarqube/0"} 1 node_filesystem_device_error{device="/dev/sda3",device_error="permission denied",fstype="ext4",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/eb8b3ef3-78ee-4b81-99bb-3100292b3835/volume-subpaths/pvc-05afe72f-45ec-4524-8b7d-a653abf5763c/hlr-tools-sonarqube/1"} 1 node_filesystem_device_error{device="/dev/sda3",device_error="permission denied",fstype="ext4",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/eb8b3ef3-78ee-4b81-99bb-3100292b3835/volume-subpaths/pvc-05afe72f-45ec-4524-8b7d-a653abf5763c/hlr-tools-sonarqube/2"} 1 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/05af4e3e4f6bc3226f7106fe06a650f5c883095af7aa615260679dfcc146e9a0/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/08d80651ed4d8bd4666cfec2c71ee6314b2eaed4ee8f5cd0963a94551443762f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09858d2ede0c1a8c0b289de8c78acebe460a6180589b2ec9f1a6fe1db81e9deb/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0aa099a07cd0faf2bf638c940e2632ba485946dbe26f8583bcd78b0a4d6d0d9f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0ebcd4e2990db18e3514aeaf5bb027d1279b897872f3b4e8567ccb442a4cd48e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/142a5dcfe3244e7131de72b7ce3a0599b1d4658a356e3b90dec3151ff403e495/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/180383a50a8f086a8daab62488f71db5a915e9217d2ca0e3516691dd4c9c59a6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/23a3b869f5f900fe86a4c5204a4aa8ed80453822850299b755d536fd3ccfcd07/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/284799fa48b25970f89e46310cf701e3d65fcc2021d3dede094cbeb90d4324ce/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/285eb8b324855bcd9df7b4f586b432bbf1fd2eb1e5c431f669fd24f92dc4568d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/29a68911604205bb3f60e63f339d2e55dbf2dce18e0af7a62dd2b1d318ad05ab/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2afba918c45caaec5490e9729d1106938ea49ced51e9148f0fd8c4d28a2203c9/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30aa39f5c58af39841892df77675dc5d9174a426e61d4c21d5d9098dded2f3a0/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35158d8688eaaae5c05ad78c03ae7dff214bc0b93ee65b0486458ba90345b8f4/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3aa15d89c740658070bdacbaf4d7fcd7921aa75459d69e1cbfe4a8b447e50971/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3abf0aa2ebb861bea2fe43dacd7588428ff0dabb6435da2f53e2fe3c2b2958c0/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f28b6b9a30847272d8bb170309998b0d5b18513264a1ddcf1b9782c2709d018/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/428d5d08210e55ebb03e42ca5c95cb07b40754f93027a0b59cff99418c606e50/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4679b12779d4e46a23a21233175a212457b8cedd86e79821514255680ebf28a7/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/46c2195518fcc60540009d7227d962d812dd18ab3e080f350daf2c62692f4307/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4c936a3271578fe1d58de4e99947d703590f4192547efdb99a9a00f07eaf1fc2/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/51deea852c1eb08a8a3fe715657fe68e44e732490825fc973bc4b3ea4fff7382/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bb828ae60b10ad84a43035a49d596920d9c1ca9508c84b8f8eaa50904049fe0/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5e9080601ff5dc8162717195a16cb8c12e02b512084f5b897d17c2605029a885/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5fa55f9cd43dcaaf84f193b1b6840653dfa1f5afb15bc1aec6a5d7b9dfee7d7d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61233ba4fe1245b3aa9bcc0afad04ee5a924fcfc73a5e1324dfd8d8531d5e57f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/64d0d0ea8a78b3f231b98ef5bf3a7a99b648f5fa6e4501b766a05ceaab884e6f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/664936e4578f05ca0e5c3f8fd638501d7df6dcbc73721477a612c912135f6abf/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6769c67ccd621bf620416d494436aa07b5092f934630f1a50d511d24b1fba8c8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/81fda3653ec40aad4544aa0c054d66ec453f7c5aee7e15cbe3b1d86fb935dd36/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83bc38b78f08f31b71efd820024d2f60b0f7e3e1fb3dd6eba40a19d49d2e2d16/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/88aa153c7e0e63d8eb2a1a0240b1169a17b62ff577a8f9b0ebe10fe4fe70f474/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ba24e3402c345c603e3139614b7a4cfa185219f45693d0cbc99592b45a7eb64/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8d2046729773c960209e0fb77ae7def338cbf41a3eadf082856cf8f47d8eb3c6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/92f100602c3dc62ce98bd0f279aa6d05894a2bed84738325600be8d2712966be/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a59a61d0808bf898f7f521ae7c8ce99b6eec9b8271ac0a468994da8212dba1e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a1e2bcf41d0f81cfb682e635553b459f9af354f43c2570a2a38a9a3be42d161e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a70f444b75b2aa4e5de2adc770211059421c79f9459b5ec6d8fe642af4df758c/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a73b4214c8b31f73de987a5326427f8209d262947c2982d351db15c5cd5391b4/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a7d0dc8fd098a8c8cb6729e69cd714e708942624eb4fe7536278cba8c90cd496/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aa1dc94ad27b724b3bf54db5f3ee0ec5b5508ced6457ea6ace677e45d143fe5d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b03a2ddd8702f5a574e50265f71a0587b7eda8c398dd3fcc55641c5806aa6e8e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b13446e3987c790ee5f02e66dfbe744a76920e17d24019e4f84bc92de7df3627/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b90c95ee0b39945ec765db4acdac2af4cb9c5f76c50d334db27be8ec2be1efa8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b9e6a1b372a94eed5e83a1d39a53f32d84d735b836de758571089ef39cf68263/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c19f756a353a2c11b9dec3ada460e726a70246f60f9dcb34e42e4e8230ac7822/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c3079fb8425bc3dcd992278ba71cf43e73675ff696fd47212dbdb84f19732eb4/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c35daf72fb740a87403a3d19fef6790fd33b315abad8f873588b2b754edf267d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c4c1d48aff6ef8370de29451b31b0668348bd472678cb89e3e3970f6c45c64f6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c6e44f13b407141d9773162b6212cae6fd247bfca3e256a4771efc9f9557b8ea/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfd7de09aa7bc0317e01b3414a7ac310cda7c42be3b609bb3d13707756723e4/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2efe5d32fbca61c7e8b476b02db4b4b1124f48bbd73d79e1316b535431efce8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d51ad4f0ceca23c69123cb5e1e2dc0792318d8afc204bc4a260e31e3061794a0/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d64d5a804876a7f31c053c9a24a03b85318b106d66f4eafdba292805f123914a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d9fe3d41f1a71507fe5397dfff33df4aa04c7a549c5d696afd2b0cd64536b0f5/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db84e6df37c42cdb9f0018e1040f8f9db5fbd70a7b99e073a8f4641c7b1c6551/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec57d7e6f42b7962592807f3ecb33dfa10002ca8fef2587154f7c4330e35175f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ed3932f192643ba0aae8494ba4e3516959a5ae49d40cf00c47bbfa260bcbb1de/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef840599baa2529566ac7c0578a20f8e9b6d397e20fad2a32d2a23b67b3dee41/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8c52429a7b62206ecf5d0132b0d5dbb8894d9d75069083c872adf0c80fdafdb/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fad0f6565f159ff52a2d7631e627d3f45227e73de0773868989b439837efd669/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc25c737b2bcf36b89c714dc9c56e2276599d0de9a82d06d38b82770ef41f0a6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe59e06efa1bbea7e2d5b40317071738cc8a914a16cb76e4a6305a2e3e58b15f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffee14b85fd6c6ce932c6fe19fc5bca339dd1a35d47c228498b4c72bcd667b25/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="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/host/sys/fs/cgroup"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/var/run/secrets/kubernetes.io/serviceaccount"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.runtime.v2.task/k8s.io/afc9d5c09b4c6e39199a18bb990069ca7c9ea628ba45fdbcd8220d52360c2b91/rootfs/dev"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.runtime.v2.task/k8s.io/afc9d5c09b4c6e39199a18bb990069ca7c9ea628ba45fdbcd8220d52360c2b91/rootfs/host/sys/fs/cgroup"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.runtime.v2.task/k8s.io/afc9d5c09b4c6e39199a18bb990069ca7c9ea628ba45fdbcd8220d52360c2b91/rootfs/sys/fs/cgroup"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/04c04dcb-234e-489b-8949-1def3bd3f768/volumes/kubernetes.io~projected/kube-api-access-ks4gs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/08089db3-91d8-4651-b30b-51b28f0d52c6/volumes/kubernetes.io~projected/kube-api-access-5hr6d"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/0880a7f3-76c8-4377-8cd9-bf230b40b4db/volumes/kubernetes.io~projected/service-account-token-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/0880a7f3-76c8-4377-8cd9-bf230b40b4db/volumes/kubernetes.io~secret/secret-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/094a72f3-1633-48d6-9304-0e58085d6167/volumes/kubernetes.io~projected/service-account-token-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/094a72f3-1633-48d6-9304-0e58085d6167/volumes/kubernetes.io~secret/secret-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/09fb1487-f298-422e-8ae4-8d8bd4c9455a/volumes/kubernetes.io~projected/kube-api-access-dj4kw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/0e3d2cf5-2a42-4e94-9f3e-d855019b32ff/volumes/kubernetes.io~projected/service-account-token-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/0e3d2cf5-2a42-4e94-9f3e-d855019b32ff/volumes/kubernetes.io~secret/secret-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/11b1988a-b6fc-42c0-86fd-84ef18bb894a/volumes/kubernetes.io~projected/kube-api-access-mkwcv"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/21d5e389-a7f2-47f1-8112-020eb3cd2936/volumes/kubernetes.io~projected/kube-api-access-n7wcg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/2a203c54-977b-4e18-a43d-2c4b228bc383/volumes/kubernetes.io~projected/kube-api-access-w5gnx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/2ccc635a-e24d-43e1-8a1b-455efd24cada/volumes/kubernetes.io~projected/kube-api-access-st9qx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/314878b8-b206-45fc-8563-d126a0b18d59/volumes/kubernetes.io~projected/kube-api-access-jd9qn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/33479778-e3a7-4462-bfbc-f88ab75ab34b/volumes/kubernetes.io~projected/kube-api-access-f895x"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/336f0e28-eccb-4d84-9188-09cc6a6c1249/volumes/kubernetes.io~projected/service-account-token-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/336f0e28-eccb-4d84-9188-09cc6a6c1249/volumes/kubernetes.io~secret/secret-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/3d8c9692-c743-456d-a901-61be155d0191/volumes/kubernetes.io~projected/kube-api-access-cdd6s"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/3fd0adc0-e6e5-4292-a615-3939169cc0b8/volumes/kubernetes.io~projected/kube-api-access-8tzsf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/565e2816-137c-49b1-a96f-9f0eddf59e52/volumes/kubernetes.io~projected/kube-api-access-rdlmc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/56de234a-1c0b-4966-9553-ec366a526ae8/volumes/kubernetes.io~projected/kube-api-access-86ktx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/599fc1ce-79b9-474e-9ac2-3810798a8b0f/volumes/kubernetes.io~projected/service-account-token-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/599fc1ce-79b9-474e-9ac2-3810798a8b0f/volumes/kubernetes.io~secret/secret-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/5d560b75-c573-4891-9474-31b6c7bc9e4f/volumes/kubernetes.io~projected/kube-api-access-m7kxw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/67ccc3a0-12b6-423c-adb0-620281bca9ef/volumes/kubernetes.io~projected/kube-api-access-mlmjn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/68d756ca-f178-4cad-baa6-3afdf32db05d/volumes/kubernetes.io~projected/service-account-token-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/68d756ca-f178-4cad-baa6-3afdf32db05d/volumes/kubernetes.io~secret/secret-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/74e7dbb8-bb9c-4e91-9f29-d120fb5386ca/volumes/kubernetes.io~projected/kube-api-access-dbwjf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/77aeb2c6-cf93-4578-a796-8385cf170e1c/volumes/kubernetes.io~projected/kube-api-access-gc2wt"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/7845e82a-8591-47c3-88bc-1b5ed7a0ad4e/volumes/kubernetes.io~projected/kube-api-access-s4t6j"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/7b8e0ef8-889f-4db8-ad7e-1484bfbe290e/volumes/kubernetes.io~projected/service-account-token-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/7b8e0ef8-889f-4db8-ad7e-1484bfbe290e/volumes/kubernetes.io~secret/secret-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/7bb8f68a-26ed-4a89-9518-ad95c7c4a27d/volumes/kubernetes.io~projected/kube-api-access-l8npk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/7c9e9c76-eedb-4bc9-aa42-3701eb95a477/volumes/kubernetes.io~projected/kube-api-access-2295z"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/81941746-f962-4d92-bf94-45217ac0d10a/volumes/kubernetes.io~projected/kube-api-access-64rls"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/81941746-f962-4d92-bf94-45217ac0d10a/volumes/kubernetes.io~secret/cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/81da0db6-dc6f-4c8e-9258-f95fd7fee791/volumes/kubernetes.io~projected/service-account-token-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/81da0db6-dc6f-4c8e-9258-f95fd7fee791/volumes/kubernetes.io~secret/secret-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/82632461-0cb3-4234-b6a9-fe751db538b6/volumes/kubernetes.io~downward-api/podinfo"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/82632461-0cb3-4234-b6a9-fe751db538b6/volumes/kubernetes.io~projected/istio-token"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/82632461-0cb3-4234-b6a9-fe751db538b6/volumes/kubernetes.io~projected/kube-api-access-8gfnd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/82632461-0cb3-4234-b6a9-fe751db538b6/volumes/kubernetes.io~secret/ingressgateway-ca-certs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/82632461-0cb3-4234-b6a9-fe751db538b6/volumes/kubernetes.io~secret/ingressgateway-certs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/88585de9-2229-47d8-abd9-65b955ee0fa7/volumes/kubernetes.io~empty-dir/local-certs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/88585de9-2229-47d8-abd9-65b955ee0fa7/volumes/kubernetes.io~projected/istio-token"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/88585de9-2229-47d8-abd9-65b955ee0fa7/volumes/kubernetes.io~projected/kube-api-access-rcnw5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/88585de9-2229-47d8-abd9-65b955ee0fa7/volumes/kubernetes.io~secret/cacerts"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/88585de9-2229-47d8-abd9-65b955ee0fa7/volumes/kubernetes.io~secret/istio-csr-dns-cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/88585de9-2229-47d8-abd9-65b955ee0fa7/volumes/kubernetes.io~secret/istio-kubeconfig"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/89d70687-cff8-4a05-814b-5a71ba2f365a/volumes/kubernetes.io~projected/kube-api-access-q5mz6"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8a6f960b-5702-4c42-b8d6-74d1edd99e46/volumes/kubernetes.io~projected/kube-api-access-mmcvl"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8acc54e6-9dc6-41ff-ab6e-8e9efb0c3fa6/volumes/kubernetes.io~downward-api/podinfo"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8acc54e6-9dc6-41ff-ab6e-8e9efb0c3fa6/volumes/kubernetes.io~projected/istio-token"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8acc54e6-9dc6-41ff-ab6e-8e9efb0c3fa6/volumes/kubernetes.io~projected/kube-api-access-zr6ms"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8acc54e6-9dc6-41ff-ab6e-8e9efb0c3fa6/volumes/kubernetes.io~secret/egressgateway-ca-certs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8acc54e6-9dc6-41ff-ab6e-8e9efb0c3fa6/volumes/kubernetes.io~secret/egressgateway-certs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8d72ef80-0341-4148-824c-a45cd6ca2ed9/volumes/kubernetes.io~projected/kube-api-access-fb7pg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8e504ebc-e5e4-421e-abfe-ca2017a6527a/volumes/kubernetes.io~projected/service-account-token-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8e504ebc-e5e4-421e-abfe-ca2017a6527a/volumes/kubernetes.io~secret/secret-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/98010e61-5545-4ee3-981d-3966174883da/volumes/kubernetes.io~projected/kube-api-access-mgf28"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/9b9a4870-c385-4d13-b733-df19f89e9bee/volumes/kubernetes.io~projected/kube-api-access-xhh6m"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/9da4bb6f-dd1f-41e3-aa0d-7fb0b8a36638/volumes/kubernetes.io~projected/kube-api-access-2t2k5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/a1780b08-a891-4d42-a653-cb38de2f6ca5/volumes/kubernetes.io~projected/kube-api-access-hw4t7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/a1f8a29d-0513-488c-9593-be4fae83406a/volumes/kubernetes.io~projected/kube-api-access-rmpbl"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/a4477f78-7efd-4437-ba4b-0d26561715c1/volumes/kubernetes.io~projected/service-account-token-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/a4477f78-7efd-4437-ba4b-0d26561715c1/volumes/kubernetes.io~secret/secret-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/a50741b4-86fe-4bad-a7c5-0f86e32b74d9/volumes/kubernetes.io~projected/kube-api-access-b87gx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/ad2d8d36-c7a5-4b32-9d69-76db06b54534/volumes/kubernetes.io~projected/kube-api-access-4bdpx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/ae80fa36-4033-459a-a42e-e3e04c14af0f/volumes/kubernetes.io~projected/kube-api-access-qsr7s"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/bb163de3-a988-429e-b6db-2f5921622966/volumes/kubernetes.io~projected/kube-api-access-wc8gj"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/c6dea7c7-081c-48e9-a0e2-cf1b59278320/volumes/kubernetes.io~projected/service-account-token-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/c6dea7c7-081c-48e9-a0e2-cf1b59278320/volumes/kubernetes.io~secret/secret-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/c92be0e9-b66b-4a99-990e-7014492c2452/volumes/kubernetes.io~projected/kube-api-access-clcns"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/cd09710b-75b5-4455-9202-2357adb1952e/volumes/kubernetes.io~projected/kube-api-access-mw6jd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/cd09710b-75b5-4455-9202-2357adb1952e/volumes/kubernetes.io~secret/kubernetes-dashboard-certs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/db5d0823-4dcb-4f2c-a347-2a2d16442cdf/volumes/kubernetes.io~projected/kube-api-access-cckqd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/ddf40247-9e67-414a-8536-30608e2bfe1f/volumes/kubernetes.io~projected/kube-api-access-rvx92"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/e48f2177-2bf9-4e67-b6ad-f7eb3e8d4d5b/volumes/kubernetes.io~projected/service-account-token-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/e48f2177-2bf9-4e67-b6ad-f7eb3e8d4d5b/volumes/kubernetes.io~secret/secret-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/e4db0b09-5f81-4f81-9dff-6eb71eaea5ed/volumes/kubernetes.io~projected/kube-api-access-ztbjk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/e511742c-891e-47d3-a277-0e06ae902398/volumes/kubernetes.io~projected/kube-api-access-kx6s9"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/e684f895-9da0-4205-9a01-19bf381921ca/volumes/kubernetes.io~projected/kube-api-access-m59rb"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/eb8b3ef3-78ee-4b81-99bb-3100292b3835/volumes/kubernetes.io~projected/kube-api-access-4zzbz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/efc714a4-e05f-426a-b658-88bf4b44490a/volumes/kubernetes.io~projected/kube-api-access-z22qv"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/f18c6136-0571-4ed5-8d87-6e039c991e6e/volumes/kubernetes.io~projected/kube-api-access-twtv9"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/fb2a35e2-80f3-45c9-bdd8-081297f48295/volumes/kubernetes.io~projected/kube-api-access-wt2dm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/fe81efd7-e9cf-4972-81d6-c3bc8be601b1/volumes/kubernetes.io~projected/kube-api-access-rd4sw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/ff764460-f236-49cf-b149-0ecfdc2b0172/volumes/kubernetes.io~projected/kube-api-access-k2h9t"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 131072 node_filesystem_files{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 1.04726528e+08 node_filesystem_files{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 1.04726528e+08 node_filesystem_files{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 1.04726528e+08 node_filesystem_files{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/05af4e3e4f6bc3226f7106fe06a650f5c883095af7aa615260679dfcc146e9a0/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/08d80651ed4d8bd4666cfec2c71ee6314b2eaed4ee8f5cd0963a94551443762f/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09858d2ede0c1a8c0b289de8c78acebe460a6180589b2ec9f1a6fe1db81e9deb/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0aa099a07cd0faf2bf638c940e2632ba485946dbe26f8583bcd78b0a4d6d0d9f/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0ebcd4e2990db18e3514aeaf5bb027d1279b897872f3b4e8567ccb442a4cd48e/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/142a5dcfe3244e7131de72b7ce3a0599b1d4658a356e3b90dec3151ff403e495/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/180383a50a8f086a8daab62488f71db5a915e9217d2ca0e3516691dd4c9c59a6/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/23a3b869f5f900fe86a4c5204a4aa8ed80453822850299b755d536fd3ccfcd07/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/284799fa48b25970f89e46310cf701e3d65fcc2021d3dede094cbeb90d4324ce/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/285eb8b324855bcd9df7b4f586b432bbf1fd2eb1e5c431f669fd24f92dc4568d/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/29a68911604205bb3f60e63f339d2e55dbf2dce18e0af7a62dd2b1d318ad05ab/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2afba918c45caaec5490e9729d1106938ea49ced51e9148f0fd8c4d28a2203c9/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30aa39f5c58af39841892df77675dc5d9174a426e61d4c21d5d9098dded2f3a0/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35158d8688eaaae5c05ad78c03ae7dff214bc0b93ee65b0486458ba90345b8f4/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3aa15d89c740658070bdacbaf4d7fcd7921aa75459d69e1cbfe4a8b447e50971/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3abf0aa2ebb861bea2fe43dacd7588428ff0dabb6435da2f53e2fe3c2b2958c0/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f28b6b9a30847272d8bb170309998b0d5b18513264a1ddcf1b9782c2709d018/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/428d5d08210e55ebb03e42ca5c95cb07b40754f93027a0b59cff99418c606e50/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4679b12779d4e46a23a21233175a212457b8cedd86e79821514255680ebf28a7/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/46c2195518fcc60540009d7227d962d812dd18ab3e080f350daf2c62692f4307/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4c936a3271578fe1d58de4e99947d703590f4192547efdb99a9a00f07eaf1fc2/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/51deea852c1eb08a8a3fe715657fe68e44e732490825fc973bc4b3ea4fff7382/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bb828ae60b10ad84a43035a49d596920d9c1ca9508c84b8f8eaa50904049fe0/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5e9080601ff5dc8162717195a16cb8c12e02b512084f5b897d17c2605029a885/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5fa55f9cd43dcaaf84f193b1b6840653dfa1f5afb15bc1aec6a5d7b9dfee7d7d/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61233ba4fe1245b3aa9bcc0afad04ee5a924fcfc73a5e1324dfd8d8531d5e57f/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/64d0d0ea8a78b3f231b98ef5bf3a7a99b648f5fa6e4501b766a05ceaab884e6f/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/664936e4578f05ca0e5c3f8fd638501d7df6dcbc73721477a612c912135f6abf/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6769c67ccd621bf620416d494436aa07b5092f934630f1a50d511d24b1fba8c8/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/81fda3653ec40aad4544aa0c054d66ec453f7c5aee7e15cbe3b1d86fb935dd36/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83bc38b78f08f31b71efd820024d2f60b0f7e3e1fb3dd6eba40a19d49d2e2d16/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/88aa153c7e0e63d8eb2a1a0240b1169a17b62ff577a8f9b0ebe10fe4fe70f474/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ba24e3402c345c603e3139614b7a4cfa185219f45693d0cbc99592b45a7eb64/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8d2046729773c960209e0fb77ae7def338cbf41a3eadf082856cf8f47d8eb3c6/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/92f100602c3dc62ce98bd0f279aa6d05894a2bed84738325600be8d2712966be/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a59a61d0808bf898f7f521ae7c8ce99b6eec9b8271ac0a468994da8212dba1e/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a1e2bcf41d0f81cfb682e635553b459f9af354f43c2570a2a38a9a3be42d161e/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a70f444b75b2aa4e5de2adc770211059421c79f9459b5ec6d8fe642af4df758c/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a73b4214c8b31f73de987a5326427f8209d262947c2982d351db15c5cd5391b4/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a7d0dc8fd098a8c8cb6729e69cd714e708942624eb4fe7536278cba8c90cd496/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aa1dc94ad27b724b3bf54db5f3ee0ec5b5508ced6457ea6ace677e45d143fe5d/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b03a2ddd8702f5a574e50265f71a0587b7eda8c398dd3fcc55641c5806aa6e8e/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b13446e3987c790ee5f02e66dfbe744a76920e17d24019e4f84bc92de7df3627/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b90c95ee0b39945ec765db4acdac2af4cb9c5f76c50d334db27be8ec2be1efa8/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b9e6a1b372a94eed5e83a1d39a53f32d84d735b836de758571089ef39cf68263/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c19f756a353a2c11b9dec3ada460e726a70246f60f9dcb34e42e4e8230ac7822/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c3079fb8425bc3dcd992278ba71cf43e73675ff696fd47212dbdb84f19732eb4/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c35daf72fb740a87403a3d19fef6790fd33b315abad8f873588b2b754edf267d/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c4c1d48aff6ef8370de29451b31b0668348bd472678cb89e3e3970f6c45c64f6/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c6e44f13b407141d9773162b6212cae6fd247bfca3e256a4771efc9f9557b8ea/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfd7de09aa7bc0317e01b3414a7ac310cda7c42be3b609bb3d13707756723e4/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2efe5d32fbca61c7e8b476b02db4b4b1124f48bbd73d79e1316b535431efce8/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d51ad4f0ceca23c69123cb5e1e2dc0792318d8afc204bc4a260e31e3061794a0/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d64d5a804876a7f31c053c9a24a03b85318b106d66f4eafdba292805f123914a/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d9fe3d41f1a71507fe5397dfff33df4aa04c7a549c5d696afd2b0cd64536b0f5/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db84e6df37c42cdb9f0018e1040f8f9db5fbd70a7b99e073a8f4641c7b1c6551/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec57d7e6f42b7962592807f3ecb33dfa10002ca8fef2587154f7c4330e35175f/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ed3932f192643ba0aae8494ba4e3516959a5ae49d40cf00c47bbfa260bcbb1de/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef840599baa2529566ac7c0578a20f8e9b6d397e20fad2a32d2a23b67b3dee41/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8c52429a7b62206ecf5d0132b0d5dbb8894d9d75069083c872adf0c80fdafdb/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fad0f6565f159ff52a2d7631e627d3f45227e73de0773868989b439837efd669/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc25c737b2bcf36b89c714dc9c56e2276599d0de9a82d06d38b82770ef41f0a6/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe59e06efa1bbea7e2d5b40317071738cc8a914a16cb76e4a6305a2e3e58b15f/shm"} 6.168487e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffee14b85fd6c6ce932c6fe19fc5bca339dd1a35d47c228498b4c72bcd667b25/shm"} 6.168487e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 6.168487e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 6.168487e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 6.168487e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 6.168487e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 130756 node_filesystem_files_free{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 9.127807e+07 node_filesystem_files_free{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 9.127807e+07 node_filesystem_files_free{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 9.127807e+07 node_filesystem_files_free{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 6.167276e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/05af4e3e4f6bc3226f7106fe06a650f5c883095af7aa615260679dfcc146e9a0/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/08d80651ed4d8bd4666cfec2c71ee6314b2eaed4ee8f5cd0963a94551443762f/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09858d2ede0c1a8c0b289de8c78acebe460a6180589b2ec9f1a6fe1db81e9deb/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0aa099a07cd0faf2bf638c940e2632ba485946dbe26f8583bcd78b0a4d6d0d9f/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0ebcd4e2990db18e3514aeaf5bb027d1279b897872f3b4e8567ccb442a4cd48e/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/142a5dcfe3244e7131de72b7ce3a0599b1d4658a356e3b90dec3151ff403e495/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/180383a50a8f086a8daab62488f71db5a915e9217d2ca0e3516691dd4c9c59a6/shm"} 6.168485e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/23a3b869f5f900fe86a4c5204a4aa8ed80453822850299b755d536fd3ccfcd07/shm"} 6.168484e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/284799fa48b25970f89e46310cf701e3d65fcc2021d3dede094cbeb90d4324ce/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/285eb8b324855bcd9df7b4f586b432bbf1fd2eb1e5c431f669fd24f92dc4568d/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/29a68911604205bb3f60e63f339d2e55dbf2dce18e0af7a62dd2b1d318ad05ab/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2afba918c45caaec5490e9729d1106938ea49ced51e9148f0fd8c4d28a2203c9/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30aa39f5c58af39841892df77675dc5d9174a426e61d4c21d5d9098dded2f3a0/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35158d8688eaaae5c05ad78c03ae7dff214bc0b93ee65b0486458ba90345b8f4/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3aa15d89c740658070bdacbaf4d7fcd7921aa75459d69e1cbfe4a8b447e50971/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3abf0aa2ebb861bea2fe43dacd7588428ff0dabb6435da2f53e2fe3c2b2958c0/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f28b6b9a30847272d8bb170309998b0d5b18513264a1ddcf1b9782c2709d018/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/428d5d08210e55ebb03e42ca5c95cb07b40754f93027a0b59cff99418c606e50/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4679b12779d4e46a23a21233175a212457b8cedd86e79821514255680ebf28a7/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/46c2195518fcc60540009d7227d962d812dd18ab3e080f350daf2c62692f4307/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4c936a3271578fe1d58de4e99947d703590f4192547efdb99a9a00f07eaf1fc2/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/51deea852c1eb08a8a3fe715657fe68e44e732490825fc973bc4b3ea4fff7382/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bb828ae60b10ad84a43035a49d596920d9c1ca9508c84b8f8eaa50904049fe0/shm"} 6.168485e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5e9080601ff5dc8162717195a16cb8c12e02b512084f5b897d17c2605029a885/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5fa55f9cd43dcaaf84f193b1b6840653dfa1f5afb15bc1aec6a5d7b9dfee7d7d/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61233ba4fe1245b3aa9bcc0afad04ee5a924fcfc73a5e1324dfd8d8531d5e57f/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/64d0d0ea8a78b3f231b98ef5bf3a7a99b648f5fa6e4501b766a05ceaab884e6f/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/664936e4578f05ca0e5c3f8fd638501d7df6dcbc73721477a612c912135f6abf/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6769c67ccd621bf620416d494436aa07b5092f934630f1a50d511d24b1fba8c8/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/81fda3653ec40aad4544aa0c054d66ec453f7c5aee7e15cbe3b1d86fb935dd36/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83bc38b78f08f31b71efd820024d2f60b0f7e3e1fb3dd6eba40a19d49d2e2d16/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/88aa153c7e0e63d8eb2a1a0240b1169a17b62ff577a8f9b0ebe10fe4fe70f474/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ba24e3402c345c603e3139614b7a4cfa185219f45693d0cbc99592b45a7eb64/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8d2046729773c960209e0fb77ae7def338cbf41a3eadf082856cf8f47d8eb3c6/shm"} 6.168484e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/92f100602c3dc62ce98bd0f279aa6d05894a2bed84738325600be8d2712966be/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a59a61d0808bf898f7f521ae7c8ce99b6eec9b8271ac0a468994da8212dba1e/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a1e2bcf41d0f81cfb682e635553b459f9af354f43c2570a2a38a9a3be42d161e/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a70f444b75b2aa4e5de2adc770211059421c79f9459b5ec6d8fe642af4df758c/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a73b4214c8b31f73de987a5326427f8209d262947c2982d351db15c5cd5391b4/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a7d0dc8fd098a8c8cb6729e69cd714e708942624eb4fe7536278cba8c90cd496/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aa1dc94ad27b724b3bf54db5f3ee0ec5b5508ced6457ea6ace677e45d143fe5d/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b03a2ddd8702f5a574e50265f71a0587b7eda8c398dd3fcc55641c5806aa6e8e/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b13446e3987c790ee5f02e66dfbe744a76920e17d24019e4f84bc92de7df3627/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b90c95ee0b39945ec765db4acdac2af4cb9c5f76c50d334db27be8ec2be1efa8/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b9e6a1b372a94eed5e83a1d39a53f32d84d735b836de758571089ef39cf68263/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c19f756a353a2c11b9dec3ada460e726a70246f60f9dcb34e42e4e8230ac7822/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c3079fb8425bc3dcd992278ba71cf43e73675ff696fd47212dbdb84f19732eb4/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c35daf72fb740a87403a3d19fef6790fd33b315abad8f873588b2b754edf267d/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c4c1d48aff6ef8370de29451b31b0668348bd472678cb89e3e3970f6c45c64f6/shm"} 6.168484e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c6e44f13b407141d9773162b6212cae6fd247bfca3e256a4771efc9f9557b8ea/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfd7de09aa7bc0317e01b3414a7ac310cda7c42be3b609bb3d13707756723e4/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2efe5d32fbca61c7e8b476b02db4b4b1124f48bbd73d79e1316b535431efce8/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d51ad4f0ceca23c69123cb5e1e2dc0792318d8afc204bc4a260e31e3061794a0/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d64d5a804876a7f31c053c9a24a03b85318b106d66f4eafdba292805f123914a/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d9fe3d41f1a71507fe5397dfff33df4aa04c7a549c5d696afd2b0cd64536b0f5/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db84e6df37c42cdb9f0018e1040f8f9db5fbd70a7b99e073a8f4641c7b1c6551/shm"} 6.168484e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec57d7e6f42b7962592807f3ecb33dfa10002ca8fef2587154f7c4330e35175f/shm"} 6.168484e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ed3932f192643ba0aae8494ba4e3516959a5ae49d40cf00c47bbfa260bcbb1de/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef840599baa2529566ac7c0578a20f8e9b6d397e20fad2a32d2a23b67b3dee41/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8c52429a7b62206ecf5d0132b0d5dbb8894d9d75069083c872adf0c80fdafdb/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fad0f6565f159ff52a2d7631e627d3f45227e73de0773868989b439837efd669/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc25c737b2bcf36b89c714dc9c56e2276599d0de9a82d06d38b82770ef41f0a6/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe59e06efa1bbea7e2d5b40317071738cc8a914a16cb76e4a6305a2e3e58b15f/shm"} 6.168486e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffee14b85fd6c6ce932c6fe19fc5bca339dd1a35d47c228498b4c72bcd667b25/shm"} 6.168486e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 6.167276e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 6.168485e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 6.167276e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 6.168462e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 1.918058496e+09 node_filesystem_free_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 1.277087092736e+12 node_filesystem_free_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 1.277087092736e+12 node_filesystem_free_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 1.277087092736e+12 node_filesystem_free_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 4.716032e+09 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/05af4e3e4f6bc3226f7106fe06a650f5c883095af7aa615260679dfcc146e9a0/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/08d80651ed4d8bd4666cfec2c71ee6314b2eaed4ee8f5cd0963a94551443762f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09858d2ede0c1a8c0b289de8c78acebe460a6180589b2ec9f1a6fe1db81e9deb/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0aa099a07cd0faf2bf638c940e2632ba485946dbe26f8583bcd78b0a4d6d0d9f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0ebcd4e2990db18e3514aeaf5bb027d1279b897872f3b4e8567ccb442a4cd48e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/142a5dcfe3244e7131de72b7ce3a0599b1d4658a356e3b90dec3151ff403e495/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/180383a50a8f086a8daab62488f71db5a915e9217d2ca0e3516691dd4c9c59a6/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/23a3b869f5f900fe86a4c5204a4aa8ed80453822850299b755d536fd3ccfcd07/shm"} 6.5798144e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/284799fa48b25970f89e46310cf701e3d65fcc2021d3dede094cbeb90d4324ce/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/285eb8b324855bcd9df7b4f586b432bbf1fd2eb1e5c431f669fd24f92dc4568d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/29a68911604205bb3f60e63f339d2e55dbf2dce18e0af7a62dd2b1d318ad05ab/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2afba918c45caaec5490e9729d1106938ea49ced51e9148f0fd8c4d28a2203c9/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30aa39f5c58af39841892df77675dc5d9174a426e61d4c21d5d9098dded2f3a0/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35158d8688eaaae5c05ad78c03ae7dff214bc0b93ee65b0486458ba90345b8f4/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3aa15d89c740658070bdacbaf4d7fcd7921aa75459d69e1cbfe4a8b447e50971/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3abf0aa2ebb861bea2fe43dacd7588428ff0dabb6435da2f53e2fe3c2b2958c0/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f28b6b9a30847272d8bb170309998b0d5b18513264a1ddcf1b9782c2709d018/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/428d5d08210e55ebb03e42ca5c95cb07b40754f93027a0b59cff99418c606e50/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4679b12779d4e46a23a21233175a212457b8cedd86e79821514255680ebf28a7/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/46c2195518fcc60540009d7227d962d812dd18ab3e080f350daf2c62692f4307/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4c936a3271578fe1d58de4e99947d703590f4192547efdb99a9a00f07eaf1fc2/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/51deea852c1eb08a8a3fe715657fe68e44e732490825fc973bc4b3ea4fff7382/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bb828ae60b10ad84a43035a49d596920d9c1ca9508c84b8f8eaa50904049fe0/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5e9080601ff5dc8162717195a16cb8c12e02b512084f5b897d17c2605029a885/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5fa55f9cd43dcaaf84f193b1b6840653dfa1f5afb15bc1aec6a5d7b9dfee7d7d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61233ba4fe1245b3aa9bcc0afad04ee5a924fcfc73a5e1324dfd8d8531d5e57f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/64d0d0ea8a78b3f231b98ef5bf3a7a99b648f5fa6e4501b766a05ceaab884e6f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/664936e4578f05ca0e5c3f8fd638501d7df6dcbc73721477a612c912135f6abf/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6769c67ccd621bf620416d494436aa07b5092f934630f1a50d511d24b1fba8c8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/81fda3653ec40aad4544aa0c054d66ec453f7c5aee7e15cbe3b1d86fb935dd36/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83bc38b78f08f31b71efd820024d2f60b0f7e3e1fb3dd6eba40a19d49d2e2d16/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/88aa153c7e0e63d8eb2a1a0240b1169a17b62ff577a8f9b0ebe10fe4fe70f474/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ba24e3402c345c603e3139614b7a4cfa185219f45693d0cbc99592b45a7eb64/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8d2046729773c960209e0fb77ae7def338cbf41a3eadf082856cf8f47d8eb3c6/shm"} 6.6031616e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/92f100602c3dc62ce98bd0f279aa6d05894a2bed84738325600be8d2712966be/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a59a61d0808bf898f7f521ae7c8ce99b6eec9b8271ac0a468994da8212dba1e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a1e2bcf41d0f81cfb682e635553b459f9af354f43c2570a2a38a9a3be42d161e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a70f444b75b2aa4e5de2adc770211059421c79f9459b5ec6d8fe642af4df758c/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a73b4214c8b31f73de987a5326427f8209d262947c2982d351db15c5cd5391b4/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a7d0dc8fd098a8c8cb6729e69cd714e708942624eb4fe7536278cba8c90cd496/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aa1dc94ad27b724b3bf54db5f3ee0ec5b5508ced6457ea6ace677e45d143fe5d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b03a2ddd8702f5a574e50265f71a0587b7eda8c398dd3fcc55641c5806aa6e8e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b13446e3987c790ee5f02e66dfbe744a76920e17d24019e4f84bc92de7df3627/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b90c95ee0b39945ec765db4acdac2af4cb9c5f76c50d334db27be8ec2be1efa8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b9e6a1b372a94eed5e83a1d39a53f32d84d735b836de758571089ef39cf68263/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c19f756a353a2c11b9dec3ada460e726a70246f60f9dcb34e42e4e8230ac7822/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c3079fb8425bc3dcd992278ba71cf43e73675ff696fd47212dbdb84f19732eb4/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c35daf72fb740a87403a3d19fef6790fd33b315abad8f873588b2b754edf267d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c4c1d48aff6ef8370de29451b31b0668348bd472678cb89e3e3970f6c45c64f6/shm"} 6.6031616e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c6e44f13b407141d9773162b6212cae6fd247bfca3e256a4771efc9f9557b8ea/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfd7de09aa7bc0317e01b3414a7ac310cda7c42be3b609bb3d13707756723e4/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2efe5d32fbca61c7e8b476b02db4b4b1124f48bbd73d79e1316b535431efce8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d51ad4f0ceca23c69123cb5e1e2dc0792318d8afc204bc4a260e31e3061794a0/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d64d5a804876a7f31c053c9a24a03b85318b106d66f4eafdba292805f123914a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d9fe3d41f1a71507fe5397dfff33df4aa04c7a549c5d696afd2b0cd64536b0f5/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db84e6df37c42cdb9f0018e1040f8f9db5fbd70a7b99e073a8f4641c7b1c6551/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec57d7e6f42b7962592807f3ecb33dfa10002ca8fef2587154f7c4330e35175f/shm"} 6.6031616e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ed3932f192643ba0aae8494ba4e3516959a5ae49d40cf00c47bbfa260bcbb1de/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef840599baa2529566ac7c0578a20f8e9b6d397e20fad2a32d2a23b67b3dee41/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8c52429a7b62206ecf5d0132b0d5dbb8894d9d75069083c872adf0c80fdafdb/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fad0f6565f159ff52a2d7631e627d3f45227e73de0773868989b439837efd669/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc25c737b2bcf36b89c714dc9c56e2276599d0de9a82d06d38b82770ef41f0a6/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe59e06efa1bbea7e2d5b40317071738cc8a914a16cb76e4a6305a2e3e58b15f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffee14b85fd6c6ce932c6fe19fc5bca339dd1a35d47c228498b4c72bcd667b25/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.716032e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 4.716032e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 5.053222912e+09 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda2",major="8",minor="2",mountpoint="/boot"} 1 node_filesystem_mount_info{device="/dev/sda3",major="8",minor="3",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sda3",major="8",minor="3",mountpoint="/etc/hostname"} 1 node_filesystem_mount_info{device="/dev/sda3",major="8",minor="3",mountpoint="/etc/hosts"} 1 node_filesystem_mount_info{device="/dev/sda3",major="8",minor="3",mountpoint="/etc/resolv.conf"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1164",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83bc38b78f08f31b71efd820024d2f60b0f7e3e1fb3dd6eba40a19d49d2e2d16/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="120",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0aa099a07cd0faf2bf638c940e2632ba485946dbe26f8583bcd78b0a4d6d0d9f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="122",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/664936e4578f05ca0e5c3f8fd638501d7df6dcbc73721477a612c912135f6abf/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="123",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d9fe3d41f1a71507fe5397dfff33df4aa04c7a549c5d696afd2b0cd64536b0f5/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="124",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35158d8688eaaae5c05ad78c03ae7dff214bc0b93ee65b0486458ba90345b8f4/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="125",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6769c67ccd621bf620416d494436aa07b5092f934630f1a50d511d24b1fba8c8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="126",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc25c737b2bcf36b89c714dc9c56e2276599d0de9a82d06d38b82770ef41f0a6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="128",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a70f444b75b2aa4e5de2adc770211059421c79f9459b5ec6d8fe642af4df758c/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1296",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a73b4214c8b31f73de987a5326427f8209d262947c2982d351db15c5cd5391b4/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="131",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/64d0d0ea8a78b3f231b98ef5bf3a7a99b648f5fa6e4501b766a05ceaab884e6f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1317",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/05af4e3e4f6bc3226f7106fe06a650f5c883095af7aa615260679dfcc146e9a0/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="133",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61233ba4fe1245b3aa9bcc0afad04ee5a924fcfc73a5e1324dfd8d8531d5e57f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="134",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c3079fb8425bc3dcd992278ba71cf43e73675ff696fd47212dbdb84f19732eb4/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="135",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/29a68911604205bb3f60e63f339d2e55dbf2dce18e0af7a62dd2b1d318ad05ab/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="137",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ba24e3402c345c603e3139614b7a4cfa185219f45693d0cbc99592b45a7eb64/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="138",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d64d5a804876a7f31c053c9a24a03b85318b106d66f4eafdba292805f123914a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="139",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fad0f6565f159ff52a2d7631e627d3f45227e73de0773868989b439837efd669/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="140",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffee14b85fd6c6ce932c6fe19fc5bca339dd1a35d47c228498b4c72bcd667b25/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1442",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a1e2bcf41d0f81cfb682e635553b459f9af354f43c2570a2a38a9a3be42d161e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="146",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09858d2ede0c1a8c0b289de8c78acebe460a6180589b2ec9f1a6fe1db81e9deb/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="1465",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3aa15d89c740658070bdacbaf4d7fcd7921aa75459d69e1cbfe4a8b447e50971/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="147",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/23a3b869f5f900fe86a4c5204a4aa8ed80453822850299b755d536fd3ccfcd07/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="148",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfd7de09aa7bc0317e01b3414a7ac310cda7c42be3b609bb3d13707756723e4/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="151",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/428d5d08210e55ebb03e42ca5c95cb07b40754f93027a0b59cff99418c606e50/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="153",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe59e06efa1bbea7e2d5b40317071738cc8a914a16cb76e4a6305a2e3e58b15f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="154",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2afba918c45caaec5490e9729d1106938ea49ced51e9148f0fd8c4d28a2203c9/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="155",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/180383a50a8f086a8daab62488f71db5a915e9217d2ca0e3516691dd4c9c59a6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="159",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db84e6df37c42cdb9f0018e1040f8f9db5fbd70a7b99e073a8f4641c7b1c6551/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="161",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/46c2195518fcc60540009d7227d962d812dd18ab3e080f350daf2c62692f4307/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="163",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4679b12779d4e46a23a21233175a212457b8cedd86e79821514255680ebf28a7/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="167",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ed3932f192643ba0aae8494ba4e3516959a5ae49d40cf00c47bbfa260bcbb1de/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="168",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2efe5d32fbca61c7e8b476b02db4b4b1124f48bbd73d79e1316b535431efce8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="171",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b90c95ee0b39945ec765db4acdac2af4cb9c5f76c50d334db27be8ec2be1efa8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="174",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8d2046729773c960209e0fb77ae7def338cbf41a3eadf082856cf8f47d8eb3c6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="175",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c4c1d48aff6ef8370de29451b31b0668348bd472678cb89e3e3970f6c45c64f6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="176",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/142a5dcfe3244e7131de72b7ce3a0599b1d4658a356e3b90dec3151ff403e495/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="180",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bb828ae60b10ad84a43035a49d596920d9c1ca9508c84b8f8eaa50904049fe0/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="182",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c35daf72fb740a87403a3d19fef6790fd33b315abad8f873588b2b754edf267d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="183",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8c52429a7b62206ecf5d0132b0d5dbb8894d9d75069083c872adf0c80fdafdb/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="187",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0ebcd4e2990db18e3514aeaf5bb027d1279b897872f3b4e8567ccb442a4cd48e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="188",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/88aa153c7e0e63d8eb2a1a0240b1169a17b62ff577a8f9b0ebe10fe4fe70f474/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="190",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/284799fa48b25970f89e46310cf701e3d65fcc2021d3dede094cbeb90d4324ce/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="191",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f28b6b9a30847272d8bb170309998b0d5b18513264a1ddcf1b9782c2709d018/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="192",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a7d0dc8fd098a8c8cb6729e69cd714e708942624eb4fe7536278cba8c90cd496/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="193",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30aa39f5c58af39841892df77675dc5d9174a426e61d4c21d5d9098dded2f3a0/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="194",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d51ad4f0ceca23c69123cb5e1e2dc0792318d8afc204bc4a260e31e3061794a0/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="195",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c6e44f13b407141d9773162b6212cae6fd247bfca3e256a4771efc9f9557b8ea/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="198",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/285eb8b324855bcd9df7b4f586b432bbf1fd2eb1e5c431f669fd24f92dc4568d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="199",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec57d7e6f42b7962592807f3ecb33dfa10002ca8fef2587154f7c4330e35175f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="202",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4c936a3271578fe1d58de4e99947d703590f4192547efdb99a9a00f07eaf1fc2/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="203",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/51deea852c1eb08a8a3fe715657fe68e44e732490825fc973bc4b3ea4fff7382/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="204",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3abf0aa2ebb861bea2fe43dacd7588428ff0dabb6435da2f53e2fe3c2b2958c0/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="205",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b9e6a1b372a94eed5e83a1d39a53f32d84d735b836de758571089ef39cf68263/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="207",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5e9080601ff5dc8162717195a16cb8c12e02b512084f5b897d17c2605029a885/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="408",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a59a61d0808bf898f7f521ae7c8ce99b6eec9b8271ac0a468994da8212dba1e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="423",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/81fda3653ec40aad4544aa0c054d66ec453f7c5aee7e15cbe3b1d86fb935dd36/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="454",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aa1dc94ad27b724b3bf54db5f3ee0ec5b5508ced6457ea6ace677e45d143fe5d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="56",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5fa55f9cd43dcaaf84f193b1b6840653dfa1f5afb15bc1aec6a5d7b9dfee7d7d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="615",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b03a2ddd8702f5a574e50265f71a0587b7eda8c398dd3fcc55641c5806aa6e8e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="625",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/92f100602c3dc62ce98bd0f279aa6d05894a2bed84738325600be8d2712966be/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="631",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef840599baa2529566ac7c0578a20f8e9b6d397e20fad2a32d2a23b67b3dee41/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="697",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/08d80651ed4d8bd4666cfec2c71ee6314b2eaed4ee8f5cd0963a94551443762f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="757",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c19f756a353a2c11b9dec3ada460e726a70246f60f9dcb34e42e4e8230ac7822/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="96",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b13446e3987c790ee5f02e66dfbe744a76920e17d24019e4f84bc92de7df3627/shm"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",mountpoint="/run/snapd/ns"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="28",mountpoint="/run/lock"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="55",mountpoint="/run/user/0"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 0 node_filesystem_purgeable_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 0 node_filesystem_purgeable_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/05af4e3e4f6bc3226f7106fe06a650f5c883095af7aa615260679dfcc146e9a0/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/08d80651ed4d8bd4666cfec2c71ee6314b2eaed4ee8f5cd0963a94551443762f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09858d2ede0c1a8c0b289de8c78acebe460a6180589b2ec9f1a6fe1db81e9deb/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0aa099a07cd0faf2bf638c940e2632ba485946dbe26f8583bcd78b0a4d6d0d9f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0ebcd4e2990db18e3514aeaf5bb027d1279b897872f3b4e8567ccb442a4cd48e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/142a5dcfe3244e7131de72b7ce3a0599b1d4658a356e3b90dec3151ff403e495/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/180383a50a8f086a8daab62488f71db5a915e9217d2ca0e3516691dd4c9c59a6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/23a3b869f5f900fe86a4c5204a4aa8ed80453822850299b755d536fd3ccfcd07/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/284799fa48b25970f89e46310cf701e3d65fcc2021d3dede094cbeb90d4324ce/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/285eb8b324855bcd9df7b4f586b432bbf1fd2eb1e5c431f669fd24f92dc4568d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/29a68911604205bb3f60e63f339d2e55dbf2dce18e0af7a62dd2b1d318ad05ab/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2afba918c45caaec5490e9729d1106938ea49ced51e9148f0fd8c4d28a2203c9/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30aa39f5c58af39841892df77675dc5d9174a426e61d4c21d5d9098dded2f3a0/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35158d8688eaaae5c05ad78c03ae7dff214bc0b93ee65b0486458ba90345b8f4/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3aa15d89c740658070bdacbaf4d7fcd7921aa75459d69e1cbfe4a8b447e50971/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3abf0aa2ebb861bea2fe43dacd7588428ff0dabb6435da2f53e2fe3c2b2958c0/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f28b6b9a30847272d8bb170309998b0d5b18513264a1ddcf1b9782c2709d018/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/428d5d08210e55ebb03e42ca5c95cb07b40754f93027a0b59cff99418c606e50/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4679b12779d4e46a23a21233175a212457b8cedd86e79821514255680ebf28a7/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/46c2195518fcc60540009d7227d962d812dd18ab3e080f350daf2c62692f4307/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4c936a3271578fe1d58de4e99947d703590f4192547efdb99a9a00f07eaf1fc2/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/51deea852c1eb08a8a3fe715657fe68e44e732490825fc973bc4b3ea4fff7382/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bb828ae60b10ad84a43035a49d596920d9c1ca9508c84b8f8eaa50904049fe0/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5e9080601ff5dc8162717195a16cb8c12e02b512084f5b897d17c2605029a885/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5fa55f9cd43dcaaf84f193b1b6840653dfa1f5afb15bc1aec6a5d7b9dfee7d7d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61233ba4fe1245b3aa9bcc0afad04ee5a924fcfc73a5e1324dfd8d8531d5e57f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/64d0d0ea8a78b3f231b98ef5bf3a7a99b648f5fa6e4501b766a05ceaab884e6f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/664936e4578f05ca0e5c3f8fd638501d7df6dcbc73721477a612c912135f6abf/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6769c67ccd621bf620416d494436aa07b5092f934630f1a50d511d24b1fba8c8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/81fda3653ec40aad4544aa0c054d66ec453f7c5aee7e15cbe3b1d86fb935dd36/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83bc38b78f08f31b71efd820024d2f60b0f7e3e1fb3dd6eba40a19d49d2e2d16/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/88aa153c7e0e63d8eb2a1a0240b1169a17b62ff577a8f9b0ebe10fe4fe70f474/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ba24e3402c345c603e3139614b7a4cfa185219f45693d0cbc99592b45a7eb64/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8d2046729773c960209e0fb77ae7def338cbf41a3eadf082856cf8f47d8eb3c6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/92f100602c3dc62ce98bd0f279aa6d05894a2bed84738325600be8d2712966be/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a59a61d0808bf898f7f521ae7c8ce99b6eec9b8271ac0a468994da8212dba1e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a1e2bcf41d0f81cfb682e635553b459f9af354f43c2570a2a38a9a3be42d161e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a70f444b75b2aa4e5de2adc770211059421c79f9459b5ec6d8fe642af4df758c/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a73b4214c8b31f73de987a5326427f8209d262947c2982d351db15c5cd5391b4/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a7d0dc8fd098a8c8cb6729e69cd714e708942624eb4fe7536278cba8c90cd496/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aa1dc94ad27b724b3bf54db5f3ee0ec5b5508ced6457ea6ace677e45d143fe5d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b03a2ddd8702f5a574e50265f71a0587b7eda8c398dd3fcc55641c5806aa6e8e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b13446e3987c790ee5f02e66dfbe744a76920e17d24019e4f84bc92de7df3627/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b90c95ee0b39945ec765db4acdac2af4cb9c5f76c50d334db27be8ec2be1efa8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b9e6a1b372a94eed5e83a1d39a53f32d84d735b836de758571089ef39cf68263/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c19f756a353a2c11b9dec3ada460e726a70246f60f9dcb34e42e4e8230ac7822/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c3079fb8425bc3dcd992278ba71cf43e73675ff696fd47212dbdb84f19732eb4/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c35daf72fb740a87403a3d19fef6790fd33b315abad8f873588b2b754edf267d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c4c1d48aff6ef8370de29451b31b0668348bd472678cb89e3e3970f6c45c64f6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c6e44f13b407141d9773162b6212cae6fd247bfca3e256a4771efc9f9557b8ea/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfd7de09aa7bc0317e01b3414a7ac310cda7c42be3b609bb3d13707756723e4/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2efe5d32fbca61c7e8b476b02db4b4b1124f48bbd73d79e1316b535431efce8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d51ad4f0ceca23c69123cb5e1e2dc0792318d8afc204bc4a260e31e3061794a0/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d64d5a804876a7f31c053c9a24a03b85318b106d66f4eafdba292805f123914a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d9fe3d41f1a71507fe5397dfff33df4aa04c7a549c5d696afd2b0cd64536b0f5/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db84e6df37c42cdb9f0018e1040f8f9db5fbd70a7b99e073a8f4641c7b1c6551/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec57d7e6f42b7962592807f3ecb33dfa10002ca8fef2587154f7c4330e35175f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ed3932f192643ba0aae8494ba4e3516959a5ae49d40cf00c47bbfa260bcbb1de/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef840599baa2529566ac7c0578a20f8e9b6d397e20fad2a32d2a23b67b3dee41/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8c52429a7b62206ecf5d0132b0d5dbb8894d9d75069083c872adf0c80fdafdb/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fad0f6565f159ff52a2d7631e627d3f45227e73de0773868989b439837efd669/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc25c737b2bcf36b89c714dc9c56e2276599d0de9a82d06d38b82770ef41f0a6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe59e06efa1bbea7e2d5b40317071738cc8a914a16cb76e4a6305a2e3e58b15f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffee14b85fd6c6ce932c6fe19fc5bca339dd1a35d47c228498b4c72bcd667b25/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 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 0 node_filesystem_readonly{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 0 node_filesystem_readonly{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 0 node_filesystem_readonly{device="/dev/sda3",device_error="permission denied",fstype="ext4",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/eb8b3ef3-78ee-4b81-99bb-3100292b3835/volume-subpaths/pvc-05afe72f-45ec-4524-8b7d-a653abf5763c/hlr-tools-sonarqube/0"} 0 node_filesystem_readonly{device="/dev/sda3",device_error="permission denied",fstype="ext4",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/eb8b3ef3-78ee-4b81-99bb-3100292b3835/volume-subpaths/pvc-05afe72f-45ec-4524-8b7d-a653abf5763c/hlr-tools-sonarqube/1"} 0 node_filesystem_readonly{device="/dev/sda3",device_error="permission denied",fstype="ext4",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/eb8b3ef3-78ee-4b81-99bb-3100292b3835/volume-subpaths/pvc-05afe72f-45ec-4524-8b7d-a653abf5763c/hlr-tools-sonarqube/2"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/05af4e3e4f6bc3226f7106fe06a650f5c883095af7aa615260679dfcc146e9a0/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/08d80651ed4d8bd4666cfec2c71ee6314b2eaed4ee8f5cd0963a94551443762f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09858d2ede0c1a8c0b289de8c78acebe460a6180589b2ec9f1a6fe1db81e9deb/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0aa099a07cd0faf2bf638c940e2632ba485946dbe26f8583bcd78b0a4d6d0d9f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0ebcd4e2990db18e3514aeaf5bb027d1279b897872f3b4e8567ccb442a4cd48e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/142a5dcfe3244e7131de72b7ce3a0599b1d4658a356e3b90dec3151ff403e495/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/180383a50a8f086a8daab62488f71db5a915e9217d2ca0e3516691dd4c9c59a6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/23a3b869f5f900fe86a4c5204a4aa8ed80453822850299b755d536fd3ccfcd07/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/284799fa48b25970f89e46310cf701e3d65fcc2021d3dede094cbeb90d4324ce/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/285eb8b324855bcd9df7b4f586b432bbf1fd2eb1e5c431f669fd24f92dc4568d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/29a68911604205bb3f60e63f339d2e55dbf2dce18e0af7a62dd2b1d318ad05ab/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2afba918c45caaec5490e9729d1106938ea49ced51e9148f0fd8c4d28a2203c9/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30aa39f5c58af39841892df77675dc5d9174a426e61d4c21d5d9098dded2f3a0/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35158d8688eaaae5c05ad78c03ae7dff214bc0b93ee65b0486458ba90345b8f4/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3aa15d89c740658070bdacbaf4d7fcd7921aa75459d69e1cbfe4a8b447e50971/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3abf0aa2ebb861bea2fe43dacd7588428ff0dabb6435da2f53e2fe3c2b2958c0/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f28b6b9a30847272d8bb170309998b0d5b18513264a1ddcf1b9782c2709d018/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/428d5d08210e55ebb03e42ca5c95cb07b40754f93027a0b59cff99418c606e50/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4679b12779d4e46a23a21233175a212457b8cedd86e79821514255680ebf28a7/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/46c2195518fcc60540009d7227d962d812dd18ab3e080f350daf2c62692f4307/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4c936a3271578fe1d58de4e99947d703590f4192547efdb99a9a00f07eaf1fc2/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/51deea852c1eb08a8a3fe715657fe68e44e732490825fc973bc4b3ea4fff7382/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bb828ae60b10ad84a43035a49d596920d9c1ca9508c84b8f8eaa50904049fe0/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5e9080601ff5dc8162717195a16cb8c12e02b512084f5b897d17c2605029a885/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5fa55f9cd43dcaaf84f193b1b6840653dfa1f5afb15bc1aec6a5d7b9dfee7d7d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61233ba4fe1245b3aa9bcc0afad04ee5a924fcfc73a5e1324dfd8d8531d5e57f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/64d0d0ea8a78b3f231b98ef5bf3a7a99b648f5fa6e4501b766a05ceaab884e6f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/664936e4578f05ca0e5c3f8fd638501d7df6dcbc73721477a612c912135f6abf/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6769c67ccd621bf620416d494436aa07b5092f934630f1a50d511d24b1fba8c8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/81fda3653ec40aad4544aa0c054d66ec453f7c5aee7e15cbe3b1d86fb935dd36/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83bc38b78f08f31b71efd820024d2f60b0f7e3e1fb3dd6eba40a19d49d2e2d16/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/88aa153c7e0e63d8eb2a1a0240b1169a17b62ff577a8f9b0ebe10fe4fe70f474/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ba24e3402c345c603e3139614b7a4cfa185219f45693d0cbc99592b45a7eb64/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8d2046729773c960209e0fb77ae7def338cbf41a3eadf082856cf8f47d8eb3c6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/92f100602c3dc62ce98bd0f279aa6d05894a2bed84738325600be8d2712966be/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a59a61d0808bf898f7f521ae7c8ce99b6eec9b8271ac0a468994da8212dba1e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a1e2bcf41d0f81cfb682e635553b459f9af354f43c2570a2a38a9a3be42d161e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a70f444b75b2aa4e5de2adc770211059421c79f9459b5ec6d8fe642af4df758c/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a73b4214c8b31f73de987a5326427f8209d262947c2982d351db15c5cd5391b4/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a7d0dc8fd098a8c8cb6729e69cd714e708942624eb4fe7536278cba8c90cd496/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aa1dc94ad27b724b3bf54db5f3ee0ec5b5508ced6457ea6ace677e45d143fe5d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b03a2ddd8702f5a574e50265f71a0587b7eda8c398dd3fcc55641c5806aa6e8e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b13446e3987c790ee5f02e66dfbe744a76920e17d24019e4f84bc92de7df3627/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b90c95ee0b39945ec765db4acdac2af4cb9c5f76c50d334db27be8ec2be1efa8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b9e6a1b372a94eed5e83a1d39a53f32d84d735b836de758571089ef39cf68263/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c19f756a353a2c11b9dec3ada460e726a70246f60f9dcb34e42e4e8230ac7822/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c3079fb8425bc3dcd992278ba71cf43e73675ff696fd47212dbdb84f19732eb4/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c35daf72fb740a87403a3d19fef6790fd33b315abad8f873588b2b754edf267d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c4c1d48aff6ef8370de29451b31b0668348bd472678cb89e3e3970f6c45c64f6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c6e44f13b407141d9773162b6212cae6fd247bfca3e256a4771efc9f9557b8ea/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfd7de09aa7bc0317e01b3414a7ac310cda7c42be3b609bb3d13707756723e4/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2efe5d32fbca61c7e8b476b02db4b4b1124f48bbd73d79e1316b535431efce8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d51ad4f0ceca23c69123cb5e1e2dc0792318d8afc204bc4a260e31e3061794a0/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d64d5a804876a7f31c053c9a24a03b85318b106d66f4eafdba292805f123914a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d9fe3d41f1a71507fe5397dfff33df4aa04c7a549c5d696afd2b0cd64536b0f5/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db84e6df37c42cdb9f0018e1040f8f9db5fbd70a7b99e073a8f4641c7b1c6551/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec57d7e6f42b7962592807f3ecb33dfa10002ca8fef2587154f7c4330e35175f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ed3932f192643ba0aae8494ba4e3516959a5ae49d40cf00c47bbfa260bcbb1de/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef840599baa2529566ac7c0578a20f8e9b6d397e20fad2a32d2a23b67b3dee41/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8c52429a7b62206ecf5d0132b0d5dbb8894d9d75069083c872adf0c80fdafdb/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fad0f6565f159ff52a2d7631e627d3f45227e73de0773868989b439837efd669/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc25c737b2bcf36b89c714dc9c56e2276599d0de9a82d06d38b82770ef41f0a6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe59e06efa1bbea7e2d5b40317071738cc8a914a16cb76e4a6305a2e3e58b15f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffee14b85fd6c6ce932c6fe19fc5bca339dd1a35d47c228498b4c72bcd667b25/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="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/host/sys/fs/cgroup"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/var/run/secrets/kubernetes.io/serviceaccount"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.runtime.v2.task/k8s.io/afc9d5c09b4c6e39199a18bb990069ca7c9ea628ba45fdbcd8220d52360c2b91/rootfs/dev"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.runtime.v2.task/k8s.io/afc9d5c09b4c6e39199a18bb990069ca7c9ea628ba45fdbcd8220d52360c2b91/rootfs/host/sys/fs/cgroup"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.runtime.v2.task/k8s.io/afc9d5c09b4c6e39199a18bb990069ca7c9ea628ba45fdbcd8220d52360c2b91/rootfs/sys/fs/cgroup"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/04c04dcb-234e-489b-8949-1def3bd3f768/volumes/kubernetes.io~projected/kube-api-access-ks4gs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/08089db3-91d8-4651-b30b-51b28f0d52c6/volumes/kubernetes.io~projected/kube-api-access-5hr6d"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/0880a7f3-76c8-4377-8cd9-bf230b40b4db/volumes/kubernetes.io~projected/service-account-token-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/0880a7f3-76c8-4377-8cd9-bf230b40b4db/volumes/kubernetes.io~secret/secret-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/094a72f3-1633-48d6-9304-0e58085d6167/volumes/kubernetes.io~projected/service-account-token-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/094a72f3-1633-48d6-9304-0e58085d6167/volumes/kubernetes.io~secret/secret-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/09fb1487-f298-422e-8ae4-8d8bd4c9455a/volumes/kubernetes.io~projected/kube-api-access-dj4kw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/0e3d2cf5-2a42-4e94-9f3e-d855019b32ff/volumes/kubernetes.io~projected/service-account-token-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/0e3d2cf5-2a42-4e94-9f3e-d855019b32ff/volumes/kubernetes.io~secret/secret-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/11b1988a-b6fc-42c0-86fd-84ef18bb894a/volumes/kubernetes.io~projected/kube-api-access-mkwcv"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/21d5e389-a7f2-47f1-8112-020eb3cd2936/volumes/kubernetes.io~projected/kube-api-access-n7wcg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/2a203c54-977b-4e18-a43d-2c4b228bc383/volumes/kubernetes.io~projected/kube-api-access-w5gnx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/2ccc635a-e24d-43e1-8a1b-455efd24cada/volumes/kubernetes.io~projected/kube-api-access-st9qx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/314878b8-b206-45fc-8563-d126a0b18d59/volumes/kubernetes.io~projected/kube-api-access-jd9qn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/33479778-e3a7-4462-bfbc-f88ab75ab34b/volumes/kubernetes.io~projected/kube-api-access-f895x"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/336f0e28-eccb-4d84-9188-09cc6a6c1249/volumes/kubernetes.io~projected/service-account-token-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/336f0e28-eccb-4d84-9188-09cc6a6c1249/volumes/kubernetes.io~secret/secret-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/3d8c9692-c743-456d-a901-61be155d0191/volumes/kubernetes.io~projected/kube-api-access-cdd6s"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/3fd0adc0-e6e5-4292-a615-3939169cc0b8/volumes/kubernetes.io~projected/kube-api-access-8tzsf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/565e2816-137c-49b1-a96f-9f0eddf59e52/volumes/kubernetes.io~projected/kube-api-access-rdlmc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/56de234a-1c0b-4966-9553-ec366a526ae8/volumes/kubernetes.io~projected/kube-api-access-86ktx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/599fc1ce-79b9-474e-9ac2-3810798a8b0f/volumes/kubernetes.io~projected/service-account-token-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/599fc1ce-79b9-474e-9ac2-3810798a8b0f/volumes/kubernetes.io~secret/secret-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/5d560b75-c573-4891-9474-31b6c7bc9e4f/volumes/kubernetes.io~projected/kube-api-access-m7kxw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/67ccc3a0-12b6-423c-adb0-620281bca9ef/volumes/kubernetes.io~projected/kube-api-access-mlmjn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/68d756ca-f178-4cad-baa6-3afdf32db05d/volumes/kubernetes.io~projected/service-account-token-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/68d756ca-f178-4cad-baa6-3afdf32db05d/volumes/kubernetes.io~secret/secret-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/74e7dbb8-bb9c-4e91-9f29-d120fb5386ca/volumes/kubernetes.io~projected/kube-api-access-dbwjf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/77aeb2c6-cf93-4578-a796-8385cf170e1c/volumes/kubernetes.io~projected/kube-api-access-gc2wt"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/7845e82a-8591-47c3-88bc-1b5ed7a0ad4e/volumes/kubernetes.io~projected/kube-api-access-s4t6j"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/7b8e0ef8-889f-4db8-ad7e-1484bfbe290e/volumes/kubernetes.io~projected/service-account-token-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/7b8e0ef8-889f-4db8-ad7e-1484bfbe290e/volumes/kubernetes.io~secret/secret-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/7bb8f68a-26ed-4a89-9518-ad95c7c4a27d/volumes/kubernetes.io~projected/kube-api-access-l8npk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/7c9e9c76-eedb-4bc9-aa42-3701eb95a477/volumes/kubernetes.io~projected/kube-api-access-2295z"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/81941746-f962-4d92-bf94-45217ac0d10a/volumes/kubernetes.io~projected/kube-api-access-64rls"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/81941746-f962-4d92-bf94-45217ac0d10a/volumes/kubernetes.io~secret/cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/81da0db6-dc6f-4c8e-9258-f95fd7fee791/volumes/kubernetes.io~projected/service-account-token-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/81da0db6-dc6f-4c8e-9258-f95fd7fee791/volumes/kubernetes.io~secret/secret-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/82632461-0cb3-4234-b6a9-fe751db538b6/volumes/kubernetes.io~downward-api/podinfo"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/82632461-0cb3-4234-b6a9-fe751db538b6/volumes/kubernetes.io~projected/istio-token"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/82632461-0cb3-4234-b6a9-fe751db538b6/volumes/kubernetes.io~projected/kube-api-access-8gfnd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/82632461-0cb3-4234-b6a9-fe751db538b6/volumes/kubernetes.io~secret/ingressgateway-ca-certs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/82632461-0cb3-4234-b6a9-fe751db538b6/volumes/kubernetes.io~secret/ingressgateway-certs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/88585de9-2229-47d8-abd9-65b955ee0fa7/volumes/kubernetes.io~empty-dir/local-certs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/88585de9-2229-47d8-abd9-65b955ee0fa7/volumes/kubernetes.io~projected/istio-token"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/88585de9-2229-47d8-abd9-65b955ee0fa7/volumes/kubernetes.io~projected/kube-api-access-rcnw5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/88585de9-2229-47d8-abd9-65b955ee0fa7/volumes/kubernetes.io~secret/cacerts"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/88585de9-2229-47d8-abd9-65b955ee0fa7/volumes/kubernetes.io~secret/istio-csr-dns-cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/88585de9-2229-47d8-abd9-65b955ee0fa7/volumes/kubernetes.io~secret/istio-kubeconfig"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/89d70687-cff8-4a05-814b-5a71ba2f365a/volumes/kubernetes.io~projected/kube-api-access-q5mz6"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8a6f960b-5702-4c42-b8d6-74d1edd99e46/volumes/kubernetes.io~projected/kube-api-access-mmcvl"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8acc54e6-9dc6-41ff-ab6e-8e9efb0c3fa6/volumes/kubernetes.io~downward-api/podinfo"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8acc54e6-9dc6-41ff-ab6e-8e9efb0c3fa6/volumes/kubernetes.io~projected/istio-token"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8acc54e6-9dc6-41ff-ab6e-8e9efb0c3fa6/volumes/kubernetes.io~projected/kube-api-access-zr6ms"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8acc54e6-9dc6-41ff-ab6e-8e9efb0c3fa6/volumes/kubernetes.io~secret/egressgateway-ca-certs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8acc54e6-9dc6-41ff-ab6e-8e9efb0c3fa6/volumes/kubernetes.io~secret/egressgateway-certs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8d72ef80-0341-4148-824c-a45cd6ca2ed9/volumes/kubernetes.io~projected/kube-api-access-fb7pg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8e504ebc-e5e4-421e-abfe-ca2017a6527a/volumes/kubernetes.io~projected/service-account-token-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/8e504ebc-e5e4-421e-abfe-ca2017a6527a/volumes/kubernetes.io~secret/secret-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/98010e61-5545-4ee3-981d-3966174883da/volumes/kubernetes.io~projected/kube-api-access-mgf28"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/9b9a4870-c385-4d13-b733-df19f89e9bee/volumes/kubernetes.io~projected/kube-api-access-xhh6m"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/9da4bb6f-dd1f-41e3-aa0d-7fb0b8a36638/volumes/kubernetes.io~projected/kube-api-access-2t2k5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/a1780b08-a891-4d42-a653-cb38de2f6ca5/volumes/kubernetes.io~projected/kube-api-access-hw4t7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/a1f8a29d-0513-488c-9593-be4fae83406a/volumes/kubernetes.io~projected/kube-api-access-rmpbl"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/a4477f78-7efd-4437-ba4b-0d26561715c1/volumes/kubernetes.io~projected/service-account-token-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/a4477f78-7efd-4437-ba4b-0d26561715c1/volumes/kubernetes.io~secret/secret-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/a50741b4-86fe-4bad-a7c5-0f86e32b74d9/volumes/kubernetes.io~projected/kube-api-access-b87gx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/ad2d8d36-c7a5-4b32-9d69-76db06b54534/volumes/kubernetes.io~projected/kube-api-access-4bdpx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/ae80fa36-4033-459a-a42e-e3e04c14af0f/volumes/kubernetes.io~projected/kube-api-access-qsr7s"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/bb163de3-a988-429e-b6db-2f5921622966/volumes/kubernetes.io~projected/kube-api-access-wc8gj"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/c6dea7c7-081c-48e9-a0e2-cf1b59278320/volumes/kubernetes.io~projected/service-account-token-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/c6dea7c7-081c-48e9-a0e2-cf1b59278320/volumes/kubernetes.io~secret/secret-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/c92be0e9-b66b-4a99-990e-7014492c2452/volumes/kubernetes.io~projected/kube-api-access-clcns"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/cd09710b-75b5-4455-9202-2357adb1952e/volumes/kubernetes.io~projected/kube-api-access-mw6jd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/cd09710b-75b5-4455-9202-2357adb1952e/volumes/kubernetes.io~secret/kubernetes-dashboard-certs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/db5d0823-4dcb-4f2c-a347-2a2d16442cdf/volumes/kubernetes.io~projected/kube-api-access-cckqd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/ddf40247-9e67-414a-8536-30608e2bfe1f/volumes/kubernetes.io~projected/kube-api-access-rvx92"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/e48f2177-2bf9-4e67-b6ad-f7eb3e8d4d5b/volumes/kubernetes.io~projected/service-account-token-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/e48f2177-2bf9-4e67-b6ad-f7eb3e8d4d5b/volumes/kubernetes.io~secret/secret-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/e4db0b09-5f81-4f81-9dff-6eb71eaea5ed/volumes/kubernetes.io~projected/kube-api-access-ztbjk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/e511742c-891e-47d3-a277-0e06ae902398/volumes/kubernetes.io~projected/kube-api-access-kx6s9"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/e684f895-9da0-4205-9a01-19bf381921ca/volumes/kubernetes.io~projected/kube-api-access-m59rb"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/eb8b3ef3-78ee-4b81-99bb-3100292b3835/volumes/kubernetes.io~projected/kube-api-access-4zzbz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/efc714a4-e05f-426a-b658-88bf4b44490a/volumes/kubernetes.io~projected/kube-api-access-z22qv"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/f18c6136-0571-4ed5-8d87-6e039c991e6e/volumes/kubernetes.io~projected/kube-api-access-twtv9"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/fb2a35e2-80f3-45c9-bdd8-081297f48295/volumes/kubernetes.io~projected/kube-api-access-wt2dm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/fe81efd7-e9cf-4972-81d6-c3bc8be601b1/volumes/kubernetes.io~projected/kube-api-access-rd4sw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/var/lib/kubelet/pods/ff764460-f236-49cf-b149-0ecfdc2b0172/volumes/kubernetes.io~projected/kube-api-access-k2h9t"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 2.071830528e+09 node_filesystem_size_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 1.687754592256e+12 node_filesystem_size_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/hostname"} 1.687754592256e+12 node_filesystem_size_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/hosts"} 1.687754592256e+12 node_filesystem_size_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/etc/resolv.conf"} 5.053227008e+09 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/05af4e3e4f6bc3226f7106fe06a650f5c883095af7aa615260679dfcc146e9a0/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/08d80651ed4d8bd4666cfec2c71ee6314b2eaed4ee8f5cd0963a94551443762f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/09858d2ede0c1a8c0b289de8c78acebe460a6180589b2ec9f1a6fe1db81e9deb/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0aa099a07cd0faf2bf638c940e2632ba485946dbe26f8583bcd78b0a4d6d0d9f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0ebcd4e2990db18e3514aeaf5bb027d1279b897872f3b4e8567ccb442a4cd48e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/142a5dcfe3244e7131de72b7ce3a0599b1d4658a356e3b90dec3151ff403e495/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/180383a50a8f086a8daab62488f71db5a915e9217d2ca0e3516691dd4c9c59a6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/23a3b869f5f900fe86a4c5204a4aa8ed80453822850299b755d536fd3ccfcd07/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/284799fa48b25970f89e46310cf701e3d65fcc2021d3dede094cbeb90d4324ce/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/285eb8b324855bcd9df7b4f586b432bbf1fd2eb1e5c431f669fd24f92dc4568d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/29a68911604205bb3f60e63f339d2e55dbf2dce18e0af7a62dd2b1d318ad05ab/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2afba918c45caaec5490e9729d1106938ea49ced51e9148f0fd8c4d28a2203c9/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/30aa39f5c58af39841892df77675dc5d9174a426e61d4c21d5d9098dded2f3a0/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35158d8688eaaae5c05ad78c03ae7dff214bc0b93ee65b0486458ba90345b8f4/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3aa15d89c740658070bdacbaf4d7fcd7921aa75459d69e1cbfe4a8b447e50971/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3abf0aa2ebb861bea2fe43dacd7588428ff0dabb6435da2f53e2fe3c2b2958c0/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3f28b6b9a30847272d8bb170309998b0d5b18513264a1ddcf1b9782c2709d018/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/428d5d08210e55ebb03e42ca5c95cb07b40754f93027a0b59cff99418c606e50/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4679b12779d4e46a23a21233175a212457b8cedd86e79821514255680ebf28a7/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/46c2195518fcc60540009d7227d962d812dd18ab3e080f350daf2c62692f4307/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4c936a3271578fe1d58de4e99947d703590f4192547efdb99a9a00f07eaf1fc2/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/51deea852c1eb08a8a3fe715657fe68e44e732490825fc973bc4b3ea4fff7382/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5bb828ae60b10ad84a43035a49d596920d9c1ca9508c84b8f8eaa50904049fe0/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5e9080601ff5dc8162717195a16cb8c12e02b512084f5b897d17c2605029a885/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5fa55f9cd43dcaaf84f193b1b6840653dfa1f5afb15bc1aec6a5d7b9dfee7d7d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61233ba4fe1245b3aa9bcc0afad04ee5a924fcfc73a5e1324dfd8d8531d5e57f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/64d0d0ea8a78b3f231b98ef5bf3a7a99b648f5fa6e4501b766a05ceaab884e6f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/664936e4578f05ca0e5c3f8fd638501d7df6dcbc73721477a612c912135f6abf/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6769c67ccd621bf620416d494436aa07b5092f934630f1a50d511d24b1fba8c8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/81fda3653ec40aad4544aa0c054d66ec453f7c5aee7e15cbe3b1d86fb935dd36/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/83bc38b78f08f31b71efd820024d2f60b0f7e3e1fb3dd6eba40a19d49d2e2d16/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/88aa153c7e0e63d8eb2a1a0240b1169a17b62ff577a8f9b0ebe10fe4fe70f474/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ba24e3402c345c603e3139614b7a4cfa185219f45693d0cbc99592b45a7eb64/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8d2046729773c960209e0fb77ae7def338cbf41a3eadf082856cf8f47d8eb3c6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/92f100602c3dc62ce98bd0f279aa6d05894a2bed84738325600be8d2712966be/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9a59a61d0808bf898f7f521ae7c8ce99b6eec9b8271ac0a468994da8212dba1e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a1e2bcf41d0f81cfb682e635553b459f9af354f43c2570a2a38a9a3be42d161e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a70f444b75b2aa4e5de2adc770211059421c79f9459b5ec6d8fe642af4df758c/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a73b4214c8b31f73de987a5326427f8209d262947c2982d351db15c5cd5391b4/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a7d0dc8fd098a8c8cb6729e69cd714e708942624eb4fe7536278cba8c90cd496/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aa1dc94ad27b724b3bf54db5f3ee0ec5b5508ced6457ea6ace677e45d143fe5d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b03a2ddd8702f5a574e50265f71a0587b7eda8c398dd3fcc55641c5806aa6e8e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b13446e3987c790ee5f02e66dfbe744a76920e17d24019e4f84bc92de7df3627/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b90c95ee0b39945ec765db4acdac2af4cb9c5f76c50d334db27be8ec2be1efa8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b9e6a1b372a94eed5e83a1d39a53f32d84d735b836de758571089ef39cf68263/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c19f756a353a2c11b9dec3ada460e726a70246f60f9dcb34e42e4e8230ac7822/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c3079fb8425bc3dcd992278ba71cf43e73675ff696fd47212dbdb84f19732eb4/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c35daf72fb740a87403a3d19fef6790fd33b315abad8f873588b2b754edf267d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c4c1d48aff6ef8370de29451b31b0668348bd472678cb89e3e3970f6c45c64f6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c6e44f13b407141d9773162b6212cae6fd247bfca3e256a4771efc9f9557b8ea/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cbfd7de09aa7bc0317e01b3414a7ac310cda7c42be3b609bb3d13707756723e4/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2efe5d32fbca61c7e8b476b02db4b4b1124f48bbd73d79e1316b535431efce8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d51ad4f0ceca23c69123cb5e1e2dc0792318d8afc204bc4a260e31e3061794a0/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d64d5a804876a7f31c053c9a24a03b85318b106d66f4eafdba292805f123914a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d9fe3d41f1a71507fe5397dfff33df4aa04c7a549c5d696afd2b0cd64536b0f5/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db84e6df37c42cdb9f0018e1040f8f9db5fbd70a7b99e073a8f4641c7b1c6551/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec57d7e6f42b7962592807f3ecb33dfa10002ca8fef2587154f7c4330e35175f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ed3932f192643ba0aae8494ba4e3516959a5ae49d40cf00c47bbfa260bcbb1de/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ef840599baa2529566ac7c0578a20f8e9b6d397e20fad2a32d2a23b67b3dee41/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f8c52429a7b62206ecf5d0132b0d5dbb8894d9d75069083c872adf0c80fdafdb/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fad0f6565f159ff52a2d7631e627d3f45227e73de0773868989b439837efd669/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc25c737b2bcf36b89c714dc9c56e2276599d0de9a82d06d38b82770ef41f0a6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe59e06efa1bbea7e2d5b40317071738cc8a914a16cb76e4a6305a2e3e58b15f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/var/snap/microk8s/common/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffee14b85fd6c6ce932c6fe19fc5bca339dd1a35d47c228498b4c72bcd667b25/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 5.053227008e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 5.053227008e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 5.053222912e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 9.915645e+06 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 3.462821841e+09 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 13.66 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 13.64 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 13.09 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 8.974319616e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 9.529643008e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 5.55323392e+08 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 2.2020096e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 8.962289664e+09 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 1.55697152e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 2.561056768e+09 # HELP node_memory_CmaFree_bytes Memory information field CmaFree_bytes. # TYPE node_memory_CmaFree_bytes gauge node_memory_CmaFree_bytes 0 # HELP node_memory_CmaTotal_bytes Memory information field CmaTotal_bytes. # TYPE node_memory_CmaTotal_bytes gauge node_memory_CmaTotal_bytes 0 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.5266122752e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 2.0744474624e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 3.1138512896e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 2.1598568448e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 9.49854208e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 1.798144e+06 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 3.74198272e+08 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 2.149482496e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 1.775284224e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 5.6623104e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.963995136e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 3.9635279872e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 3.7597114368e+10 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 5.0532245504e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 0 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 6.191104e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 5.8785792e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 3.18287872e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 6.77507072e+08 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 3.86154496e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 9.95794944e+08 # 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 0 # 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 6.772736e+07 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_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 118 # 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 0 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 6724 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 6.8766021e+07 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 2.709354335e+09 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 2 # 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 2 # 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 763744 # 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 2.061293e+06 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 91 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 20 # 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="cali00bf573dab1"} 3 node_network_address_assign_type{device="cali016acab51c1"} 3 node_network_address_assign_type{device="cali04b6b6d551a"} 3 node_network_address_assign_type{device="cali04cf251fbfd"} 3 node_network_address_assign_type{device="cali08e26c05b65"} 3 node_network_address_assign_type{device="cali0c90c49cce9"} 3 node_network_address_assign_type{device="cali0e419117d39"} 3 node_network_address_assign_type{device="cali14b4507dbcd"} 3 node_network_address_assign_type{device="cali168c259e2a6"} 3 node_network_address_assign_type{device="cali193c6df4f60"} 3 node_network_address_assign_type{device="cali1e701131675"} 3 node_network_address_assign_type{device="cali2013a0bef65"} 3 node_network_address_assign_type{device="cali2382bd906f0"} 3 node_network_address_assign_type{device="cali2a9eeba7c2e"} 3 node_network_address_assign_type{device="cali36c752d0c46"} 3 node_network_address_assign_type{device="cali3a37a8d2b6e"} 3 node_network_address_assign_type{device="cali3e604644256"} 3 node_network_address_assign_type{device="cali3fddeb1b58f"} 3 node_network_address_assign_type{device="cali4554c3b0ef7"} 3 node_network_address_assign_type{device="cali48154afe63e"} 3 node_network_address_assign_type{device="cali510209ba606"} 3 node_network_address_assign_type{device="cali5bb7a96b71f"} 3 node_network_address_assign_type{device="cali5c7efa55cf1"} 3 node_network_address_assign_type{device="cali5ca2a4c7d7d"} 3 node_network_address_assign_type{device="cali5e382e92d6a"} 3 node_network_address_assign_type{device="cali62386274c9e"} 3 node_network_address_assign_type{device="cali6d9acc8f955"} 3 node_network_address_assign_type{device="cali6f92504d31a"} 3 node_network_address_assign_type{device="cali6f95d54edaa"} 3 node_network_address_assign_type{device="cali74b3e1af3d4"} 3 node_network_address_assign_type{device="cali7bd0279b806"} 3 node_network_address_assign_type{device="cali7d7036dc768"} 3 node_network_address_assign_type{device="cali7f775bbf588"} 3 node_network_address_assign_type{device="cali8000081a67b"} 3 node_network_address_assign_type{device="cali81889d6bfe9"} 3 node_network_address_assign_type{device="cali8b809bcecb7"} 3 node_network_address_assign_type{device="cali8e1d383baf4"} 3 node_network_address_assign_type{device="cali9363431fc18"} 3 node_network_address_assign_type{device="cali9455759b62d"} 3 node_network_address_assign_type{device="cali95989681fcb"} 3 node_network_address_assign_type{device="cali9a0090cb2e8"} 3 node_network_address_assign_type{device="caliaf8267f9ae9"} 3 node_network_address_assign_type{device="calib797a56baec"} 3 node_network_address_assign_type{device="calib7b46611120"} 3 node_network_address_assign_type{device="calibb83b0dda84"} 3 node_network_address_assign_type{device="calic0525a9200a"} 3 node_network_address_assign_type{device="calic19a092a964"} 3 node_network_address_assign_type{device="calic40d0a3459d"} 3 node_network_address_assign_type{device="calic45768e30ec"} 3 node_network_address_assign_type{device="calicb9ba992194"} 3 node_network_address_assign_type{device="calicda64d4df88"} 3 node_network_address_assign_type{device="calid3d1e3b87cd"} 3 node_network_address_assign_type{device="calid7211e45d03"} 3 node_network_address_assign_type{device="calid79dca0fb3d"} 3 node_network_address_assign_type{device="calidf38fbb0739"} 3 node_network_address_assign_type{device="calidf893292ac7"} 3 node_network_address_assign_type{device="calidf947166f73"} 3 node_network_address_assign_type{device="calie060193038b"} 3 node_network_address_assign_type{device="calie1edca4bb89"} 3 node_network_address_assign_type{device="calie2dd0c48075"} 3 node_network_address_assign_type{device="calie85d731ceae"} 3 node_network_address_assign_type{device="calif6f5f56b20e"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="vxlan.calico"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="cali00bf573dab1"} 1 node_network_carrier{device="cali016acab51c1"} 1 node_network_carrier{device="cali04b6b6d551a"} 1 node_network_carrier{device="cali04cf251fbfd"} 1 node_network_carrier{device="cali08e26c05b65"} 1 node_network_carrier{device="cali0c90c49cce9"} 1 node_network_carrier{device="cali0e419117d39"} 1 node_network_carrier{device="cali14b4507dbcd"} 1 node_network_carrier{device="cali168c259e2a6"} 1 node_network_carrier{device="cali193c6df4f60"} 1 node_network_carrier{device="cali1e701131675"} 1 node_network_carrier{device="cali2013a0bef65"} 1 node_network_carrier{device="cali2382bd906f0"} 1 node_network_carrier{device="cali2a9eeba7c2e"} 1 node_network_carrier{device="cali36c752d0c46"} 1 node_network_carrier{device="cali3a37a8d2b6e"} 1 node_network_carrier{device="cali3e604644256"} 1 node_network_carrier{device="cali3fddeb1b58f"} 1 node_network_carrier{device="cali4554c3b0ef7"} 1 node_network_carrier{device="cali48154afe63e"} 1 node_network_carrier{device="cali510209ba606"} 1 node_network_carrier{device="cali5bb7a96b71f"} 1 node_network_carrier{device="cali5c7efa55cf1"} 1 node_network_carrier{device="cali5ca2a4c7d7d"} 1 node_network_carrier{device="cali5e382e92d6a"} 1 node_network_carrier{device="cali62386274c9e"} 1 node_network_carrier{device="cali6d9acc8f955"} 1 node_network_carrier{device="cali6f92504d31a"} 1 node_network_carrier{device="cali6f95d54edaa"} 1 node_network_carrier{device="cali74b3e1af3d4"} 1 node_network_carrier{device="cali7bd0279b806"} 1 node_network_carrier{device="cali7d7036dc768"} 1 node_network_carrier{device="cali7f775bbf588"} 1 node_network_carrier{device="cali8000081a67b"} 1 node_network_carrier{device="cali81889d6bfe9"} 1 node_network_carrier{device="cali8b809bcecb7"} 1 node_network_carrier{device="cali8e1d383baf4"} 1 node_network_carrier{device="cali9363431fc18"} 1 node_network_carrier{device="cali9455759b62d"} 1 node_network_carrier{device="cali95989681fcb"} 1 node_network_carrier{device="cali9a0090cb2e8"} 1 node_network_carrier{device="caliaf8267f9ae9"} 1 node_network_carrier{device="calib797a56baec"} 1 node_network_carrier{device="calib7b46611120"} 1 node_network_carrier{device="calibb83b0dda84"} 1 node_network_carrier{device="calic0525a9200a"} 1 node_network_carrier{device="calic19a092a964"} 1 node_network_carrier{device="calic40d0a3459d"} 1 node_network_carrier{device="calic45768e30ec"} 1 node_network_carrier{device="calicb9ba992194"} 1 node_network_carrier{device="calicda64d4df88"} 1 node_network_carrier{device="calid3d1e3b87cd"} 1 node_network_carrier{device="calid7211e45d03"} 1 node_network_carrier{device="calid79dca0fb3d"} 1 node_network_carrier{device="calidf38fbb0739"} 1 node_network_carrier{device="calidf893292ac7"} 1 node_network_carrier{device="calidf947166f73"} 1 node_network_carrier{device="calie060193038b"} 1 node_network_carrier{device="calie1edca4bb89"} 1 node_network_carrier{device="calie2dd0c48075"} 1 node_network_carrier{device="calie85d731ceae"} 1 node_network_carrier{device="calif6f5f56b20e"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="vxlan.calico"} 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="cali00bf573dab1"} 4 node_network_carrier_changes_total{device="cali016acab51c1"} 4 node_network_carrier_changes_total{device="cali04b6b6d551a"} 4 node_network_carrier_changes_total{device="cali04cf251fbfd"} 4 node_network_carrier_changes_total{device="cali08e26c05b65"} 4 node_network_carrier_changes_total{device="cali0c90c49cce9"} 4 node_network_carrier_changes_total{device="cali0e419117d39"} 4 node_network_carrier_changes_total{device="cali14b4507dbcd"} 4 node_network_carrier_changes_total{device="cali168c259e2a6"} 4 node_network_carrier_changes_total{device="cali193c6df4f60"} 4 node_network_carrier_changes_total{device="cali1e701131675"} 4 node_network_carrier_changes_total{device="cali2013a0bef65"} 4 node_network_carrier_changes_total{device="cali2382bd906f0"} 4 node_network_carrier_changes_total{device="cali2a9eeba7c2e"} 4 node_network_carrier_changes_total{device="cali36c752d0c46"} 4 node_network_carrier_changes_total{device="cali3a37a8d2b6e"} 4 node_network_carrier_changes_total{device="cali3e604644256"} 4 node_network_carrier_changes_total{device="cali3fddeb1b58f"} 4 node_network_carrier_changes_total{device="cali4554c3b0ef7"} 4 node_network_carrier_changes_total{device="cali48154afe63e"} 4 node_network_carrier_changes_total{device="cali510209ba606"} 4 node_network_carrier_changes_total{device="cali5bb7a96b71f"} 4 node_network_carrier_changes_total{device="cali5c7efa55cf1"} 4 node_network_carrier_changes_total{device="cali5ca2a4c7d7d"} 4 node_network_carrier_changes_total{device="cali5e382e92d6a"} 4 node_network_carrier_changes_total{device="cali62386274c9e"} 4 node_network_carrier_changes_total{device="cali6d9acc8f955"} 4 node_network_carrier_changes_total{device="cali6f92504d31a"} 4 node_network_carrier_changes_total{device="cali6f95d54edaa"} 4 node_network_carrier_changes_total{device="cali74b3e1af3d4"} 4 node_network_carrier_changes_total{device="cali7bd0279b806"} 4 node_network_carrier_changes_total{device="cali7d7036dc768"} 4 node_network_carrier_changes_total{device="cali7f775bbf588"} 4 node_network_carrier_changes_total{device="cali8000081a67b"} 4 node_network_carrier_changes_total{device="cali81889d6bfe9"} 4 node_network_carrier_changes_total{device="cali8b809bcecb7"} 4 node_network_carrier_changes_total{device="cali8e1d383baf4"} 4 node_network_carrier_changes_total{device="cali9363431fc18"} 4 node_network_carrier_changes_total{device="cali9455759b62d"} 4 node_network_carrier_changes_total{device="cali95989681fcb"} 4 node_network_carrier_changes_total{device="cali9a0090cb2e8"} 4 node_network_carrier_changes_total{device="caliaf8267f9ae9"} 4 node_network_carrier_changes_total{device="calib797a56baec"} 4 node_network_carrier_changes_total{device="calib7b46611120"} 4 node_network_carrier_changes_total{device="calibb83b0dda84"} 4 node_network_carrier_changes_total{device="calic0525a9200a"} 4 node_network_carrier_changes_total{device="calic19a092a964"} 4 node_network_carrier_changes_total{device="calic40d0a3459d"} 4 node_network_carrier_changes_total{device="calic45768e30ec"} 4 node_network_carrier_changes_total{device="calicb9ba992194"} 4 node_network_carrier_changes_total{device="calicda64d4df88"} 4 node_network_carrier_changes_total{device="calid3d1e3b87cd"} 4 node_network_carrier_changes_total{device="calid7211e45d03"} 4 node_network_carrier_changes_total{device="calid79dca0fb3d"} 4 node_network_carrier_changes_total{device="calidf38fbb0739"} 4 node_network_carrier_changes_total{device="calidf893292ac7"} 4 node_network_carrier_changes_total{device="calidf947166f73"} 4 node_network_carrier_changes_total{device="calie060193038b"} 4 node_network_carrier_changes_total{device="calie1edca4bb89"} 4 node_network_carrier_changes_total{device="calie2dd0c48075"} 4 node_network_carrier_changes_total{device="calie85d731ceae"} 4 node_network_carrier_changes_total{device="calif6f5f56b20e"} 4 node_network_carrier_changes_total{device="docker0"} 241 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="vxlan.calico"} 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="cali00bf573dab1"} 2 node_network_carrier_down_changes_total{device="cali016acab51c1"} 2 node_network_carrier_down_changes_total{device="cali04b6b6d551a"} 2 node_network_carrier_down_changes_total{device="cali04cf251fbfd"} 2 node_network_carrier_down_changes_total{device="cali08e26c05b65"} 2 node_network_carrier_down_changes_total{device="cali0c90c49cce9"} 2 node_network_carrier_down_changes_total{device="cali0e419117d39"} 2 node_network_carrier_down_changes_total{device="cali14b4507dbcd"} 2 node_network_carrier_down_changes_total{device="cali168c259e2a6"} 2 node_network_carrier_down_changes_total{device="cali193c6df4f60"} 2 node_network_carrier_down_changes_total{device="cali1e701131675"} 2 node_network_carrier_down_changes_total{device="cali2013a0bef65"} 2 node_network_carrier_down_changes_total{device="cali2382bd906f0"} 2 node_network_carrier_down_changes_total{device="cali2a9eeba7c2e"} 2 node_network_carrier_down_changes_total{device="cali36c752d0c46"} 2 node_network_carrier_down_changes_total{device="cali3a37a8d2b6e"} 2 node_network_carrier_down_changes_total{device="cali3e604644256"} 2 node_network_carrier_down_changes_total{device="cali3fddeb1b58f"} 2 node_network_carrier_down_changes_total{device="cali4554c3b0ef7"} 2 node_network_carrier_down_changes_total{device="cali48154afe63e"} 2 node_network_carrier_down_changes_total{device="cali510209ba606"} 2 node_network_carrier_down_changes_total{device="cali5bb7a96b71f"} 2 node_network_carrier_down_changes_total{device="cali5c7efa55cf1"} 2 node_network_carrier_down_changes_total{device="cali5ca2a4c7d7d"} 2 node_network_carrier_down_changes_total{device="cali5e382e92d6a"} 2 node_network_carrier_down_changes_total{device="cali62386274c9e"} 2 node_network_carrier_down_changes_total{device="cali6d9acc8f955"} 2 node_network_carrier_down_changes_total{device="cali6f92504d31a"} 2 node_network_carrier_down_changes_total{device="cali6f95d54edaa"} 2 node_network_carrier_down_changes_total{device="cali74b3e1af3d4"} 2 node_network_carrier_down_changes_total{device="cali7bd0279b806"} 2 node_network_carrier_down_changes_total{device="cali7d7036dc768"} 2 node_network_carrier_down_changes_total{device="cali7f775bbf588"} 2 node_network_carrier_down_changes_total{device="cali8000081a67b"} 2 node_network_carrier_down_changes_total{device="cali81889d6bfe9"} 2 node_network_carrier_down_changes_total{device="cali8b809bcecb7"} 2 node_network_carrier_down_changes_total{device="cali8e1d383baf4"} 2 node_network_carrier_down_changes_total{device="cali9363431fc18"} 2 node_network_carrier_down_changes_total{device="cali9455759b62d"} 2 node_network_carrier_down_changes_total{device="cali95989681fcb"} 2 node_network_carrier_down_changes_total{device="cali9a0090cb2e8"} 2 node_network_carrier_down_changes_total{device="caliaf8267f9ae9"} 2 node_network_carrier_down_changes_total{device="calib797a56baec"} 2 node_network_carrier_down_changes_total{device="calib7b46611120"} 2 node_network_carrier_down_changes_total{device="calibb83b0dda84"} 2 node_network_carrier_down_changes_total{device="calic0525a9200a"} 2 node_network_carrier_down_changes_total{device="calic19a092a964"} 2 node_network_carrier_down_changes_total{device="calic40d0a3459d"} 2 node_network_carrier_down_changes_total{device="calic45768e30ec"} 2 node_network_carrier_down_changes_total{device="calicb9ba992194"} 2 node_network_carrier_down_changes_total{device="calicda64d4df88"} 2 node_network_carrier_down_changes_total{device="calid3d1e3b87cd"} 2 node_network_carrier_down_changes_total{device="calid7211e45d03"} 2 node_network_carrier_down_changes_total{device="calid79dca0fb3d"} 2 node_network_carrier_down_changes_total{device="calidf38fbb0739"} 2 node_network_carrier_down_changes_total{device="calidf893292ac7"} 2 node_network_carrier_down_changes_total{device="calidf947166f73"} 2 node_network_carrier_down_changes_total{device="calie060193038b"} 2 node_network_carrier_down_changes_total{device="calie1edca4bb89"} 2 node_network_carrier_down_changes_total{device="calie2dd0c48075"} 2 node_network_carrier_down_changes_total{device="calie85d731ceae"} 2 node_network_carrier_down_changes_total{device="calif6f5f56b20e"} 2 node_network_carrier_down_changes_total{device="docker0"} 121 node_network_carrier_down_changes_total{device="eth0"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="vxlan.calico"} 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="cali00bf573dab1"} 2 node_network_carrier_up_changes_total{device="cali016acab51c1"} 2 node_network_carrier_up_changes_total{device="cali04b6b6d551a"} 2 node_network_carrier_up_changes_total{device="cali04cf251fbfd"} 2 node_network_carrier_up_changes_total{device="cali08e26c05b65"} 2 node_network_carrier_up_changes_total{device="cali0c90c49cce9"} 2 node_network_carrier_up_changes_total{device="cali0e419117d39"} 2 node_network_carrier_up_changes_total{device="cali14b4507dbcd"} 2 node_network_carrier_up_changes_total{device="cali168c259e2a6"} 2 node_network_carrier_up_changes_total{device="cali193c6df4f60"} 2 node_network_carrier_up_changes_total{device="cali1e701131675"} 2 node_network_carrier_up_changes_total{device="cali2013a0bef65"} 2 node_network_carrier_up_changes_total{device="cali2382bd906f0"} 2 node_network_carrier_up_changes_total{device="cali2a9eeba7c2e"} 2 node_network_carrier_up_changes_total{device="cali36c752d0c46"} 2 node_network_carrier_up_changes_total{device="cali3a37a8d2b6e"} 2 node_network_carrier_up_changes_total{device="cali3e604644256"} 2 node_network_carrier_up_changes_total{device="cali3fddeb1b58f"} 2 node_network_carrier_up_changes_total{device="cali4554c3b0ef7"} 2 node_network_carrier_up_changes_total{device="cali48154afe63e"} 2 node_network_carrier_up_changes_total{device="cali510209ba606"} 2 node_network_carrier_up_changes_total{device="cali5bb7a96b71f"} 2 node_network_carrier_up_changes_total{device="cali5c7efa55cf1"} 2 node_network_carrier_up_changes_total{device="cali5ca2a4c7d7d"} 2 node_network_carrier_up_changes_total{device="cali5e382e92d6a"} 2 node_network_carrier_up_changes_total{device="cali62386274c9e"} 2 node_network_carrier_up_changes_total{device="cali6d9acc8f955"} 2 node_network_carrier_up_changes_total{device="cali6f92504d31a"} 2 node_network_carrier_up_changes_total{device="cali6f95d54edaa"} 2 node_network_carrier_up_changes_total{device="cali74b3e1af3d4"} 2 node_network_carrier_up_changes_total{device="cali7bd0279b806"} 2 node_network_carrier_up_changes_total{device="cali7d7036dc768"} 2 node_network_carrier_up_changes_total{device="cali7f775bbf588"} 2 node_network_carrier_up_changes_total{device="cali8000081a67b"} 2 node_network_carrier_up_changes_total{device="cali81889d6bfe9"} 2 node_network_carrier_up_changes_total{device="cali8b809bcecb7"} 2 node_network_carrier_up_changes_total{device="cali8e1d383baf4"} 2 node_network_carrier_up_changes_total{device="cali9363431fc18"} 2 node_network_carrier_up_changes_total{device="cali9455759b62d"} 2 node_network_carrier_up_changes_total{device="cali95989681fcb"} 2 node_network_carrier_up_changes_total{device="cali9a0090cb2e8"} 2 node_network_carrier_up_changes_total{device="caliaf8267f9ae9"} 2 node_network_carrier_up_changes_total{device="calib797a56baec"} 2 node_network_carrier_up_changes_total{device="calib7b46611120"} 2 node_network_carrier_up_changes_total{device="calibb83b0dda84"} 2 node_network_carrier_up_changes_total{device="calic0525a9200a"} 2 node_network_carrier_up_changes_total{device="calic19a092a964"} 2 node_network_carrier_up_changes_total{device="calic40d0a3459d"} 2 node_network_carrier_up_changes_total{device="calic45768e30ec"} 2 node_network_carrier_up_changes_total{device="calicb9ba992194"} 2 node_network_carrier_up_changes_total{device="calicda64d4df88"} 2 node_network_carrier_up_changes_total{device="calid3d1e3b87cd"} 2 node_network_carrier_up_changes_total{device="calid7211e45d03"} 2 node_network_carrier_up_changes_total{device="calid79dca0fb3d"} 2 node_network_carrier_up_changes_total{device="calidf38fbb0739"} 2 node_network_carrier_up_changes_total{device="calidf893292ac7"} 2 node_network_carrier_up_changes_total{device="calidf947166f73"} 2 node_network_carrier_up_changes_total{device="calie060193038b"} 2 node_network_carrier_up_changes_total{device="calie1edca4bb89"} 2 node_network_carrier_up_changes_total{device="calie2dd0c48075"} 2 node_network_carrier_up_changes_total{device="calie85d731ceae"} 2 node_network_carrier_up_changes_total{device="calif6f5f56b20e"} 2 node_network_carrier_up_changes_total{device="docker0"} 120 node_network_carrier_up_changes_total{device="eth0"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="vxlan.calico"} 0 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="cali00bf573dab1"} 0 node_network_device_id{device="cali016acab51c1"} 0 node_network_device_id{device="cali04b6b6d551a"} 0 node_network_device_id{device="cali04cf251fbfd"} 0 node_network_device_id{device="cali08e26c05b65"} 0 node_network_device_id{device="cali0c90c49cce9"} 0 node_network_device_id{device="cali0e419117d39"} 0 node_network_device_id{device="cali14b4507dbcd"} 0 node_network_device_id{device="cali168c259e2a6"} 0 node_network_device_id{device="cali193c6df4f60"} 0 node_network_device_id{device="cali1e701131675"} 0 node_network_device_id{device="cali2013a0bef65"} 0 node_network_device_id{device="cali2382bd906f0"} 0 node_network_device_id{device="cali2a9eeba7c2e"} 0 node_network_device_id{device="cali36c752d0c46"} 0 node_network_device_id{device="cali3a37a8d2b6e"} 0 node_network_device_id{device="cali3e604644256"} 0 node_network_device_id{device="cali3fddeb1b58f"} 0 node_network_device_id{device="cali4554c3b0ef7"} 0 node_network_device_id{device="cali48154afe63e"} 0 node_network_device_id{device="cali510209ba606"} 0 node_network_device_id{device="cali5bb7a96b71f"} 0 node_network_device_id{device="cali5c7efa55cf1"} 0 node_network_device_id{device="cali5ca2a4c7d7d"} 0 node_network_device_id{device="cali5e382e92d6a"} 0 node_network_device_id{device="cali62386274c9e"} 0 node_network_device_id{device="cali6d9acc8f955"} 0 node_network_device_id{device="cali6f92504d31a"} 0 node_network_device_id{device="cali6f95d54edaa"} 0 node_network_device_id{device="cali74b3e1af3d4"} 0 node_network_device_id{device="cali7bd0279b806"} 0 node_network_device_id{device="cali7d7036dc768"} 0 node_network_device_id{device="cali7f775bbf588"} 0 node_network_device_id{device="cali8000081a67b"} 0 node_network_device_id{device="cali81889d6bfe9"} 0 node_network_device_id{device="cali8b809bcecb7"} 0 node_network_device_id{device="cali8e1d383baf4"} 0 node_network_device_id{device="cali9363431fc18"} 0 node_network_device_id{device="cali9455759b62d"} 0 node_network_device_id{device="cali95989681fcb"} 0 node_network_device_id{device="cali9a0090cb2e8"} 0 node_network_device_id{device="caliaf8267f9ae9"} 0 node_network_device_id{device="calib797a56baec"} 0 node_network_device_id{device="calib7b46611120"} 0 node_network_device_id{device="calibb83b0dda84"} 0 node_network_device_id{device="calic0525a9200a"} 0 node_network_device_id{device="calic19a092a964"} 0 node_network_device_id{device="calic40d0a3459d"} 0 node_network_device_id{device="calic45768e30ec"} 0 node_network_device_id{device="calicb9ba992194"} 0 node_network_device_id{device="calicda64d4df88"} 0 node_network_device_id{device="calid3d1e3b87cd"} 0 node_network_device_id{device="calid7211e45d03"} 0 node_network_device_id{device="calid79dca0fb3d"} 0 node_network_device_id{device="calidf38fbb0739"} 0 node_network_device_id{device="calidf893292ac7"} 0 node_network_device_id{device="calidf947166f73"} 0 node_network_device_id{device="calie060193038b"} 0 node_network_device_id{device="calie1edca4bb89"} 0 node_network_device_id{device="calie2dd0c48075"} 0 node_network_device_id{device="calie85d731ceae"} 0 node_network_device_id{device="calif6f5f56b20e"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="vxlan.calico"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="cali00bf573dab1"} 0 node_network_dormant{device="cali016acab51c1"} 0 node_network_dormant{device="cali04b6b6d551a"} 0 node_network_dormant{device="cali04cf251fbfd"} 0 node_network_dormant{device="cali08e26c05b65"} 0 node_network_dormant{device="cali0c90c49cce9"} 0 node_network_dormant{device="cali0e419117d39"} 0 node_network_dormant{device="cali14b4507dbcd"} 0 node_network_dormant{device="cali168c259e2a6"} 0 node_network_dormant{device="cali193c6df4f60"} 0 node_network_dormant{device="cali1e701131675"} 0 node_network_dormant{device="cali2013a0bef65"} 0 node_network_dormant{device="cali2382bd906f0"} 0 node_network_dormant{device="cali2a9eeba7c2e"} 0 node_network_dormant{device="cali36c752d0c46"} 0 node_network_dormant{device="cali3a37a8d2b6e"} 0 node_network_dormant{device="cali3e604644256"} 0 node_network_dormant{device="cali3fddeb1b58f"} 0 node_network_dormant{device="cali4554c3b0ef7"} 0 node_network_dormant{device="cali48154afe63e"} 0 node_network_dormant{device="cali510209ba606"} 0 node_network_dormant{device="cali5bb7a96b71f"} 0 node_network_dormant{device="cali5c7efa55cf1"} 0 node_network_dormant{device="cali5ca2a4c7d7d"} 0 node_network_dormant{device="cali5e382e92d6a"} 0 node_network_dormant{device="cali62386274c9e"} 0 node_network_dormant{device="cali6d9acc8f955"} 0 node_network_dormant{device="cali6f92504d31a"} 0 node_network_dormant{device="cali6f95d54edaa"} 0 node_network_dormant{device="cali74b3e1af3d4"} 0 node_network_dormant{device="cali7bd0279b806"} 0 node_network_dormant{device="cali7d7036dc768"} 0 node_network_dormant{device="cali7f775bbf588"} 0 node_network_dormant{device="cali8000081a67b"} 0 node_network_dormant{device="cali81889d6bfe9"} 0 node_network_dormant{device="cali8b809bcecb7"} 0 node_network_dormant{device="cali8e1d383baf4"} 0 node_network_dormant{device="cali9363431fc18"} 0 node_network_dormant{device="cali9455759b62d"} 0 node_network_dormant{device="cali95989681fcb"} 0 node_network_dormant{device="cali9a0090cb2e8"} 0 node_network_dormant{device="caliaf8267f9ae9"} 0 node_network_dormant{device="calib797a56baec"} 0 node_network_dormant{device="calib7b46611120"} 0 node_network_dormant{device="calibb83b0dda84"} 0 node_network_dormant{device="calic0525a9200a"} 0 node_network_dormant{device="calic19a092a964"} 0 node_network_dormant{device="calic40d0a3459d"} 0 node_network_dormant{device="calic45768e30ec"} 0 node_network_dormant{device="calicb9ba992194"} 0 node_network_dormant{device="calicda64d4df88"} 0 node_network_dormant{device="calid3d1e3b87cd"} 0 node_network_dormant{device="calid7211e45d03"} 0 node_network_dormant{device="calid79dca0fb3d"} 0 node_network_dormant{device="calidf38fbb0739"} 0 node_network_dormant{device="calidf893292ac7"} 0 node_network_dormant{device="calidf947166f73"} 0 node_network_dormant{device="calie060193038b"} 0 node_network_dormant{device="calie1edca4bb89"} 0 node_network_dormant{device="calie2dd0c48075"} 0 node_network_dormant{device="calie85d731ceae"} 0 node_network_dormant{device="calif6f5f56b20e"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="vxlan.calico"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="cali00bf573dab1"} 4099 node_network_flags{device="cali016acab51c1"} 4099 node_network_flags{device="cali04b6b6d551a"} 4099 node_network_flags{device="cali04cf251fbfd"} 4099 node_network_flags{device="cali08e26c05b65"} 4099 node_network_flags{device="cali0c90c49cce9"} 4099 node_network_flags{device="cali0e419117d39"} 4099 node_network_flags{device="cali14b4507dbcd"} 4099 node_network_flags{device="cali168c259e2a6"} 4099 node_network_flags{device="cali193c6df4f60"} 4099 node_network_flags{device="cali1e701131675"} 4099 node_network_flags{device="cali2013a0bef65"} 4099 node_network_flags{device="cali2382bd906f0"} 4099 node_network_flags{device="cali2a9eeba7c2e"} 4099 node_network_flags{device="cali36c752d0c46"} 4099 node_network_flags{device="cali3a37a8d2b6e"} 4099 node_network_flags{device="cali3e604644256"} 4099 node_network_flags{device="cali3fddeb1b58f"} 4099 node_network_flags{device="cali4554c3b0ef7"} 4099 node_network_flags{device="cali48154afe63e"} 4099 node_network_flags{device="cali510209ba606"} 4099 node_network_flags{device="cali5bb7a96b71f"} 4099 node_network_flags{device="cali5c7efa55cf1"} 4099 node_network_flags{device="cali5ca2a4c7d7d"} 4099 node_network_flags{device="cali5e382e92d6a"} 4099 node_network_flags{device="cali62386274c9e"} 4099 node_network_flags{device="cali6d9acc8f955"} 4099 node_network_flags{device="cali6f92504d31a"} 4099 node_network_flags{device="cali6f95d54edaa"} 4099 node_network_flags{device="cali74b3e1af3d4"} 4099 node_network_flags{device="cali7bd0279b806"} 4099 node_network_flags{device="cali7d7036dc768"} 4099 node_network_flags{device="cali7f775bbf588"} 4099 node_network_flags{device="cali8000081a67b"} 4099 node_network_flags{device="cali81889d6bfe9"} 4099 node_network_flags{device="cali8b809bcecb7"} 4099 node_network_flags{device="cali8e1d383baf4"} 4099 node_network_flags{device="cali9363431fc18"} 4099 node_network_flags{device="cali9455759b62d"} 4099 node_network_flags{device="cali95989681fcb"} 4099 node_network_flags{device="cali9a0090cb2e8"} 4099 node_network_flags{device="caliaf8267f9ae9"} 4099 node_network_flags{device="calib797a56baec"} 4099 node_network_flags{device="calib7b46611120"} 4099 node_network_flags{device="calibb83b0dda84"} 4099 node_network_flags{device="calic0525a9200a"} 4099 node_network_flags{device="calic19a092a964"} 4099 node_network_flags{device="calic40d0a3459d"} 4099 node_network_flags{device="calic45768e30ec"} 4099 node_network_flags{device="calicb9ba992194"} 4099 node_network_flags{device="calicda64d4df88"} 4099 node_network_flags{device="calid3d1e3b87cd"} 4099 node_network_flags{device="calid7211e45d03"} 4099 node_network_flags{device="calid79dca0fb3d"} 4099 node_network_flags{device="calidf38fbb0739"} 4099 node_network_flags{device="calidf893292ac7"} 4099 node_network_flags{device="calidf947166f73"} 4099 node_network_flags{device="calie060193038b"} 4099 node_network_flags{device="calie1edca4bb89"} 4099 node_network_flags{device="calie2dd0c48075"} 4099 node_network_flags{device="calie85d731ceae"} 4099 node_network_flags{device="calif6f5f56b20e"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="vxlan.calico"} 4099 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="cali00bf573dab1"} 88 node_network_iface_id{device="cali016acab51c1"} 60 node_network_iface_id{device="cali04b6b6d551a"} 79 node_network_iface_id{device="cali04cf251fbfd"} 47 node_network_iface_id{device="cali08e26c05b65"} 44 node_network_iface_id{device="cali0c90c49cce9"} 23 node_network_iface_id{device="cali0e419117d39"} 45 node_network_iface_id{device="cali14b4507dbcd"} 90 node_network_iface_id{device="cali168c259e2a6"} 16 node_network_iface_id{device="cali193c6df4f60"} 55 node_network_iface_id{device="cali1e701131675"} 28 node_network_iface_id{device="cali2013a0bef65"} 51 node_network_iface_id{device="cali2382bd906f0"} 15 node_network_iface_id{device="cali2a9eeba7c2e"} 86 node_network_iface_id{device="cali36c752d0c46"} 41 node_network_iface_id{device="cali3a37a8d2b6e"} 91 node_network_iface_id{device="cali3e604644256"} 21 node_network_iface_id{device="cali3fddeb1b58f"} 58 node_network_iface_id{device="cali4554c3b0ef7"} 11 node_network_iface_id{device="cali48154afe63e"} 31 node_network_iface_id{device="cali510209ba606"} 40 node_network_iface_id{device="cali5bb7a96b71f"} 48 node_network_iface_id{device="cali5c7efa55cf1"} 64 node_network_iface_id{device="cali5ca2a4c7d7d"} 8 node_network_iface_id{device="cali5e382e92d6a"} 344 node_network_iface_id{device="cali62386274c9e"} 19 node_network_iface_id{device="cali6d9acc8f955"} 32 node_network_iface_id{device="cali6f92504d31a"} 89 node_network_iface_id{device="cali6f95d54edaa"} 82 node_network_iface_id{device="cali74b3e1af3d4"} 46 node_network_iface_id{device="cali7bd0279b806"} 5 node_network_iface_id{device="cali7d7036dc768"} 12 node_network_iface_id{device="cali7f775bbf588"} 36 node_network_iface_id{device="cali8000081a67b"} 84 node_network_iface_id{device="cali81889d6bfe9"} 4 node_network_iface_id{device="cali8b809bcecb7"} 49 node_network_iface_id{device="cali8e1d383baf4"} 43 node_network_iface_id{device="cali9363431fc18"} 6 node_network_iface_id{device="cali9455759b62d"} 93 node_network_iface_id{device="cali95989681fcb"} 20 node_network_iface_id{device="cali9a0090cb2e8"} 9 node_network_iface_id{device="caliaf8267f9ae9"} 92 node_network_iface_id{device="calib797a56baec"} 83 node_network_iface_id{device="calib7b46611120"} 85 node_network_iface_id{device="calibb83b0dda84"} 57 node_network_iface_id{device="calic0525a9200a"} 54 node_network_iface_id{device="calic19a092a964"} 342 node_network_iface_id{device="calic40d0a3459d"} 42 node_network_iface_id{device="calic45768e30ec"} 343 node_network_iface_id{device="calicb9ba992194"} 13 node_network_iface_id{device="calicda64d4df88"} 22 node_network_iface_id{device="calid3d1e3b87cd"} 66 node_network_iface_id{device="calid7211e45d03"} 17 node_network_iface_id{device="calid79dca0fb3d"} 341 node_network_iface_id{device="calidf38fbb0739"} 10 node_network_iface_id{device="calidf893292ac7"} 345 node_network_iface_id{device="calidf947166f73"} 35 node_network_iface_id{device="calie060193038b"} 81 node_network_iface_id{device="calie1edca4bb89"} 50 node_network_iface_id{device="calie2dd0c48075"} 87 node_network_iface_id{device="calie85d731ceae"} 38 node_network_iface_id{device="calif6f5f56b20e"} 52 node_network_iface_id{device="docker0"} 3 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="vxlan.calico"} 63 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="cali00bf573dab1"} 3 node_network_iface_link{device="cali016acab51c1"} 3 node_network_iface_link{device="cali04b6b6d551a"} 3 node_network_iface_link{device="cali04cf251fbfd"} 3 node_network_iface_link{device="cali08e26c05b65"} 3 node_network_iface_link{device="cali0c90c49cce9"} 3 node_network_iface_link{device="cali0e419117d39"} 3 node_network_iface_link{device="cali14b4507dbcd"} 3 node_network_iface_link{device="cali168c259e2a6"} 3 node_network_iface_link{device="cali193c6df4f60"} 3 node_network_iface_link{device="cali1e701131675"} 3 node_network_iface_link{device="cali2013a0bef65"} 3 node_network_iface_link{device="cali2382bd906f0"} 3 node_network_iface_link{device="cali2a9eeba7c2e"} 3 node_network_iface_link{device="cali36c752d0c46"} 3 node_network_iface_link{device="cali3a37a8d2b6e"} 3 node_network_iface_link{device="cali3e604644256"} 3 node_network_iface_link{device="cali3fddeb1b58f"} 3 node_network_iface_link{device="cali4554c3b0ef7"} 3 node_network_iface_link{device="cali48154afe63e"} 3 node_network_iface_link{device="cali510209ba606"} 3 node_network_iface_link{device="cali5bb7a96b71f"} 3 node_network_iface_link{device="cali5c7efa55cf1"} 3 node_network_iface_link{device="cali5ca2a4c7d7d"} 3 node_network_iface_link{device="cali5e382e92d6a"} 3 node_network_iface_link{device="cali62386274c9e"} 3 node_network_iface_link{device="cali6d9acc8f955"} 3 node_network_iface_link{device="cali6f92504d31a"} 3 node_network_iface_link{device="cali6f95d54edaa"} 3 node_network_iface_link{device="cali74b3e1af3d4"} 3 node_network_iface_link{device="cali7bd0279b806"} 3 node_network_iface_link{device="cali7d7036dc768"} 3 node_network_iface_link{device="cali7f775bbf588"} 3 node_network_iface_link{device="cali8000081a67b"} 3 node_network_iface_link{device="cali81889d6bfe9"} 3 node_network_iface_link{device="cali8b809bcecb7"} 3 node_network_iface_link{device="cali8e1d383baf4"} 3 node_network_iface_link{device="cali9363431fc18"} 3 node_network_iface_link{device="cali9455759b62d"} 3 node_network_iface_link{device="cali95989681fcb"} 3 node_network_iface_link{device="cali9a0090cb2e8"} 3 node_network_iface_link{device="caliaf8267f9ae9"} 3 node_network_iface_link{device="calib797a56baec"} 3 node_network_iface_link{device="calib7b46611120"} 3 node_network_iface_link{device="calibb83b0dda84"} 3 node_network_iface_link{device="calic0525a9200a"} 3 node_network_iface_link{device="calic19a092a964"} 3 node_network_iface_link{device="calic40d0a3459d"} 3 node_network_iface_link{device="calic45768e30ec"} 3 node_network_iface_link{device="calicb9ba992194"} 3 node_network_iface_link{device="calicda64d4df88"} 3 node_network_iface_link{device="calid3d1e3b87cd"} 3 node_network_iface_link{device="calid7211e45d03"} 3 node_network_iface_link{device="calid79dca0fb3d"} 3 node_network_iface_link{device="calidf38fbb0739"} 3 node_network_iface_link{device="calidf893292ac7"} 3 node_network_iface_link{device="calidf947166f73"} 3 node_network_iface_link{device="calie060193038b"} 3 node_network_iface_link{device="calie1edca4bb89"} 3 node_network_iface_link{device="calie2dd0c48075"} 3 node_network_iface_link{device="calie85d731ceae"} 3 node_network_iface_link{device="calif6f5f56b20e"} 3 node_network_iface_link{device="docker0"} 3 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="vxlan.calico"} 63 # 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="cali00bf573dab1"} 0 node_network_iface_link_mode{device="cali016acab51c1"} 0 node_network_iface_link_mode{device="cali04b6b6d551a"} 0 node_network_iface_link_mode{device="cali04cf251fbfd"} 0 node_network_iface_link_mode{device="cali08e26c05b65"} 0 node_network_iface_link_mode{device="cali0c90c49cce9"} 0 node_network_iface_link_mode{device="cali0e419117d39"} 0 node_network_iface_link_mode{device="cali14b4507dbcd"} 0 node_network_iface_link_mode{device="cali168c259e2a6"} 0 node_network_iface_link_mode{device="cali193c6df4f60"} 0 node_network_iface_link_mode{device="cali1e701131675"} 0 node_network_iface_link_mode{device="cali2013a0bef65"} 0 node_network_iface_link_mode{device="cali2382bd906f0"} 0 node_network_iface_link_mode{device="cali2a9eeba7c2e"} 0 node_network_iface_link_mode{device="cali36c752d0c46"} 0 node_network_iface_link_mode{device="cali3a37a8d2b6e"} 0 node_network_iface_link_mode{device="cali3e604644256"} 0 node_network_iface_link_mode{device="cali3fddeb1b58f"} 0 node_network_iface_link_mode{device="cali4554c3b0ef7"} 0 node_network_iface_link_mode{device="cali48154afe63e"} 0 node_network_iface_link_mode{device="cali510209ba606"} 0 node_network_iface_link_mode{device="cali5bb7a96b71f"} 0 node_network_iface_link_mode{device="cali5c7efa55cf1"} 0 node_network_iface_link_mode{device="cali5ca2a4c7d7d"} 0 node_network_iface_link_mode{device="cali5e382e92d6a"} 0 node_network_iface_link_mode{device="cali62386274c9e"} 0 node_network_iface_link_mode{device="cali6d9acc8f955"} 0 node_network_iface_link_mode{device="cali6f92504d31a"} 0 node_network_iface_link_mode{device="cali6f95d54edaa"} 0 node_network_iface_link_mode{device="cali74b3e1af3d4"} 0 node_network_iface_link_mode{device="cali7bd0279b806"} 0 node_network_iface_link_mode{device="cali7d7036dc768"} 0 node_network_iface_link_mode{device="cali7f775bbf588"} 0 node_network_iface_link_mode{device="cali8000081a67b"} 0 node_network_iface_link_mode{device="cali81889d6bfe9"} 0 node_network_iface_link_mode{device="cali8b809bcecb7"} 0 node_network_iface_link_mode{device="cali8e1d383baf4"} 0 node_network_iface_link_mode{device="cali9363431fc18"} 0 node_network_iface_link_mode{device="cali9455759b62d"} 0 node_network_iface_link_mode{device="cali95989681fcb"} 0 node_network_iface_link_mode{device="cali9a0090cb2e8"} 0 node_network_iface_link_mode{device="caliaf8267f9ae9"} 0 node_network_iface_link_mode{device="calib797a56baec"} 0 node_network_iface_link_mode{device="calib7b46611120"} 0 node_network_iface_link_mode{device="calibb83b0dda84"} 0 node_network_iface_link_mode{device="calic0525a9200a"} 0 node_network_iface_link_mode{device="calic19a092a964"} 0 node_network_iface_link_mode{device="calic40d0a3459d"} 0 node_network_iface_link_mode{device="calic45768e30ec"} 0 node_network_iface_link_mode{device="calicb9ba992194"} 0 node_network_iface_link_mode{device="calicda64d4df88"} 0 node_network_iface_link_mode{device="calid3d1e3b87cd"} 0 node_network_iface_link_mode{device="calid7211e45d03"} 0 node_network_iface_link_mode{device="calid79dca0fb3d"} 0 node_network_iface_link_mode{device="calidf38fbb0739"} 0 node_network_iface_link_mode{device="calidf893292ac7"} 0 node_network_iface_link_mode{device="calidf947166f73"} 0 node_network_iface_link_mode{device="calie060193038b"} 0 node_network_iface_link_mode{device="calie1edca4bb89"} 0 node_network_iface_link_mode{device="calie2dd0c48075"} 0 node_network_iface_link_mode{device="calie85d731ceae"} 0 node_network_iface_link_mode{device="calif6f5f56b20e"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="vxlan.calico"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="00:50:56:56:bf:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="16:1a:e4:9b:12:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="66:a5:6d:72:4d:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vxlan.calico",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali00bf573dab1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali016acab51c1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali04b6b6d551a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali04cf251fbfd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali08e26c05b65",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali0c90c49cce9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali0e419117d39",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali14b4507dbcd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali168c259e2a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali193c6df4f60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali1e701131675",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali2013a0bef65",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali2382bd906f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali2a9eeba7c2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali36c752d0c46",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali3a37a8d2b6e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali3e604644256",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali3fddeb1b58f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali4554c3b0ef7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali48154afe63e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali510209ba606",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali5bb7a96b71f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali5c7efa55cf1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali5ca2a4c7d7d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali5e382e92d6a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali62386274c9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali6d9acc8f955",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali6f92504d31a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali6f95d54edaa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali74b3e1af3d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali7bd0279b806",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali7d7036dc768",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali7f775bbf588",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali8000081a67b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali81889d6bfe9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali8b809bcecb7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali8e1d383baf4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali9363431fc18",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali9455759b62d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali95989681fcb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali9a0090cb2e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="caliaf8267f9ae9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calib797a56baec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calib7b46611120",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calibb83b0dda84",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calic0525a9200a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calic19a092a964",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calic40d0a3459d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calic45768e30ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calicb9ba992194",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calicda64d4df88",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calid3d1e3b87cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calid7211e45d03",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calid79dca0fb3d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calidf38fbb0739",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calidf893292ac7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calidf947166f73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calie060193038b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calie1edca4bb89",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calie2dd0c48075",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calie85d731ceae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calif6f5f56b20e",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="cali00bf573dab1"} 1450 node_network_mtu_bytes{device="cali016acab51c1"} 1450 node_network_mtu_bytes{device="cali04b6b6d551a"} 1450 node_network_mtu_bytes{device="cali04cf251fbfd"} 1450 node_network_mtu_bytes{device="cali08e26c05b65"} 1450 node_network_mtu_bytes{device="cali0c90c49cce9"} 1450 node_network_mtu_bytes{device="cali0e419117d39"} 1450 node_network_mtu_bytes{device="cali14b4507dbcd"} 1450 node_network_mtu_bytes{device="cali168c259e2a6"} 1450 node_network_mtu_bytes{device="cali193c6df4f60"} 1450 node_network_mtu_bytes{device="cali1e701131675"} 1450 node_network_mtu_bytes{device="cali2013a0bef65"} 1450 node_network_mtu_bytes{device="cali2382bd906f0"} 1450 node_network_mtu_bytes{device="cali2a9eeba7c2e"} 1450 node_network_mtu_bytes{device="cali36c752d0c46"} 1450 node_network_mtu_bytes{device="cali3a37a8d2b6e"} 1450 node_network_mtu_bytes{device="cali3e604644256"} 1450 node_network_mtu_bytes{device="cali3fddeb1b58f"} 1450 node_network_mtu_bytes{device="cali4554c3b0ef7"} 1450 node_network_mtu_bytes{device="cali48154afe63e"} 1450 node_network_mtu_bytes{device="cali510209ba606"} 1450 node_network_mtu_bytes{device="cali5bb7a96b71f"} 1450 node_network_mtu_bytes{device="cali5c7efa55cf1"} 1450 node_network_mtu_bytes{device="cali5ca2a4c7d7d"} 1450 node_network_mtu_bytes{device="cali5e382e92d6a"} 1450 node_network_mtu_bytes{device="cali62386274c9e"} 1450 node_network_mtu_bytes{device="cali6d9acc8f955"} 1450 node_network_mtu_bytes{device="cali6f92504d31a"} 1450 node_network_mtu_bytes{device="cali6f95d54edaa"} 1450 node_network_mtu_bytes{device="cali74b3e1af3d4"} 1450 node_network_mtu_bytes{device="cali7bd0279b806"} 1450 node_network_mtu_bytes{device="cali7d7036dc768"} 1450 node_network_mtu_bytes{device="cali7f775bbf588"} 1450 node_network_mtu_bytes{device="cali8000081a67b"} 1450 node_network_mtu_bytes{device="cali81889d6bfe9"} 1450 node_network_mtu_bytes{device="cali8b809bcecb7"} 1450 node_network_mtu_bytes{device="cali8e1d383baf4"} 1450 node_network_mtu_bytes{device="cali9363431fc18"} 1450 node_network_mtu_bytes{device="cali9455759b62d"} 1450 node_network_mtu_bytes{device="cali95989681fcb"} 1450 node_network_mtu_bytes{device="cali9a0090cb2e8"} 1450 node_network_mtu_bytes{device="caliaf8267f9ae9"} 1450 node_network_mtu_bytes{device="calib797a56baec"} 1450 node_network_mtu_bytes{device="calib7b46611120"} 1450 node_network_mtu_bytes{device="calibb83b0dda84"} 1450 node_network_mtu_bytes{device="calic0525a9200a"} 1450 node_network_mtu_bytes{device="calic19a092a964"} 1450 node_network_mtu_bytes{device="calic40d0a3459d"} 1450 node_network_mtu_bytes{device="calic45768e30ec"} 1450 node_network_mtu_bytes{device="calicb9ba992194"} 1450 node_network_mtu_bytes{device="calicda64d4df88"} 1450 node_network_mtu_bytes{device="calid3d1e3b87cd"} 1450 node_network_mtu_bytes{device="calid7211e45d03"} 1450 node_network_mtu_bytes{device="calid79dca0fb3d"} 1450 node_network_mtu_bytes{device="calidf38fbb0739"} 1450 node_network_mtu_bytes{device="calidf893292ac7"} 1450 node_network_mtu_bytes{device="calidf947166f73"} 1450 node_network_mtu_bytes{device="calie060193038b"} 1450 node_network_mtu_bytes{device="calie1edca4bb89"} 1450 node_network_mtu_bytes{device="calie2dd0c48075"} 1450 node_network_mtu_bytes{device="calie85d731ceae"} 1450 node_network_mtu_bytes{device="calif6f5f56b20e"} 1450 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="vxlan.calico"} 1450 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="cali00bf573dab1"} 3 node_network_name_assign_type{device="cali016acab51c1"} 3 node_network_name_assign_type{device="cali04b6b6d551a"} 3 node_network_name_assign_type{device="cali04cf251fbfd"} 3 node_network_name_assign_type{device="cali08e26c05b65"} 3 node_network_name_assign_type{device="cali0c90c49cce9"} 3 node_network_name_assign_type{device="cali0e419117d39"} 3 node_network_name_assign_type{device="cali14b4507dbcd"} 3 node_network_name_assign_type{device="cali168c259e2a6"} 3 node_network_name_assign_type{device="cali193c6df4f60"} 3 node_network_name_assign_type{device="cali1e701131675"} 3 node_network_name_assign_type{device="cali2013a0bef65"} 3 node_network_name_assign_type{device="cali2382bd906f0"} 3 node_network_name_assign_type{device="cali2a9eeba7c2e"} 3 node_network_name_assign_type{device="cali36c752d0c46"} 3 node_network_name_assign_type{device="cali3a37a8d2b6e"} 3 node_network_name_assign_type{device="cali3e604644256"} 3 node_network_name_assign_type{device="cali3fddeb1b58f"} 3 node_network_name_assign_type{device="cali4554c3b0ef7"} 3 node_network_name_assign_type{device="cali48154afe63e"} 3 node_network_name_assign_type{device="cali510209ba606"} 3 node_network_name_assign_type{device="cali5bb7a96b71f"} 3 node_network_name_assign_type{device="cali5c7efa55cf1"} 3 node_network_name_assign_type{device="cali5ca2a4c7d7d"} 3 node_network_name_assign_type{device="cali5e382e92d6a"} 3 node_network_name_assign_type{device="cali62386274c9e"} 3 node_network_name_assign_type{device="cali6d9acc8f955"} 3 node_network_name_assign_type{device="cali6f92504d31a"} 3 node_network_name_assign_type{device="cali6f95d54edaa"} 3 node_network_name_assign_type{device="cali74b3e1af3d4"} 3 node_network_name_assign_type{device="cali7bd0279b806"} 3 node_network_name_assign_type{device="cali7d7036dc768"} 3 node_network_name_assign_type{device="cali7f775bbf588"} 3 node_network_name_assign_type{device="cali8000081a67b"} 3 node_network_name_assign_type{device="cali81889d6bfe9"} 3 node_network_name_assign_type{device="cali8b809bcecb7"} 3 node_network_name_assign_type{device="cali8e1d383baf4"} 3 node_network_name_assign_type{device="cali9363431fc18"} 3 node_network_name_assign_type{device="cali9455759b62d"} 3 node_network_name_assign_type{device="cali95989681fcb"} 3 node_network_name_assign_type{device="cali9a0090cb2e8"} 3 node_network_name_assign_type{device="caliaf8267f9ae9"} 3 node_network_name_assign_type{device="calib797a56baec"} 3 node_network_name_assign_type{device="calib7b46611120"} 3 node_network_name_assign_type{device="calibb83b0dda84"} 3 node_network_name_assign_type{device="calic0525a9200a"} 3 node_network_name_assign_type{device="calic19a092a964"} 3 node_network_name_assign_type{device="calic40d0a3459d"} 3 node_network_name_assign_type{device="calic45768e30ec"} 3 node_network_name_assign_type{device="calicb9ba992194"} 3 node_network_name_assign_type{device="calicda64d4df88"} 3 node_network_name_assign_type{device="calid3d1e3b87cd"} 3 node_network_name_assign_type{device="calid7211e45d03"} 3 node_network_name_assign_type{device="calid79dca0fb3d"} 3 node_network_name_assign_type{device="calidf38fbb0739"} 3 node_network_name_assign_type{device="calidf893292ac7"} 3 node_network_name_assign_type{device="calidf947166f73"} 3 node_network_name_assign_type{device="calie060193038b"} 3 node_network_name_assign_type{device="calie1edca4bb89"} 3 node_network_name_assign_type{device="calie2dd0c48075"} 3 node_network_name_assign_type{device="calie85d731ceae"} 3 node_network_name_assign_type{device="calif6f5f56b20e"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="vxlan.calico"} 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="cali00bf573dab1"} 0 node_network_net_dev_group{device="cali016acab51c1"} 0 node_network_net_dev_group{device="cali04b6b6d551a"} 0 node_network_net_dev_group{device="cali04cf251fbfd"} 0 node_network_net_dev_group{device="cali08e26c05b65"} 0 node_network_net_dev_group{device="cali0c90c49cce9"} 0 node_network_net_dev_group{device="cali0e419117d39"} 0 node_network_net_dev_group{device="cali14b4507dbcd"} 0 node_network_net_dev_group{device="cali168c259e2a6"} 0 node_network_net_dev_group{device="cali193c6df4f60"} 0 node_network_net_dev_group{device="cali1e701131675"} 0 node_network_net_dev_group{device="cali2013a0bef65"} 0 node_network_net_dev_group{device="cali2382bd906f0"} 0 node_network_net_dev_group{device="cali2a9eeba7c2e"} 0 node_network_net_dev_group{device="cali36c752d0c46"} 0 node_network_net_dev_group{device="cali3a37a8d2b6e"} 0 node_network_net_dev_group{device="cali3e604644256"} 0 node_network_net_dev_group{device="cali3fddeb1b58f"} 0 node_network_net_dev_group{device="cali4554c3b0ef7"} 0 node_network_net_dev_group{device="cali48154afe63e"} 0 node_network_net_dev_group{device="cali510209ba606"} 0 node_network_net_dev_group{device="cali5bb7a96b71f"} 0 node_network_net_dev_group{device="cali5c7efa55cf1"} 0 node_network_net_dev_group{device="cali5ca2a4c7d7d"} 0 node_network_net_dev_group{device="cali5e382e92d6a"} 0 node_network_net_dev_group{device="cali62386274c9e"} 0 node_network_net_dev_group{device="cali6d9acc8f955"} 0 node_network_net_dev_group{device="cali6f92504d31a"} 0 node_network_net_dev_group{device="cali6f95d54edaa"} 0 node_network_net_dev_group{device="cali74b3e1af3d4"} 0 node_network_net_dev_group{device="cali7bd0279b806"} 0 node_network_net_dev_group{device="cali7d7036dc768"} 0 node_network_net_dev_group{device="cali7f775bbf588"} 0 node_network_net_dev_group{device="cali8000081a67b"} 0 node_network_net_dev_group{device="cali81889d6bfe9"} 0 node_network_net_dev_group{device="cali8b809bcecb7"} 0 node_network_net_dev_group{device="cali8e1d383baf4"} 0 node_network_net_dev_group{device="cali9363431fc18"} 0 node_network_net_dev_group{device="cali9455759b62d"} 0 node_network_net_dev_group{device="cali95989681fcb"} 0 node_network_net_dev_group{device="cali9a0090cb2e8"} 0 node_network_net_dev_group{device="caliaf8267f9ae9"} 0 node_network_net_dev_group{device="calib797a56baec"} 0 node_network_net_dev_group{device="calib7b46611120"} 0 node_network_net_dev_group{device="calibb83b0dda84"} 0 node_network_net_dev_group{device="calic0525a9200a"} 0 node_network_net_dev_group{device="calic19a092a964"} 0 node_network_net_dev_group{device="calic40d0a3459d"} 0 node_network_net_dev_group{device="calic45768e30ec"} 0 node_network_net_dev_group{device="calicb9ba992194"} 0 node_network_net_dev_group{device="calicda64d4df88"} 0 node_network_net_dev_group{device="calid3d1e3b87cd"} 0 node_network_net_dev_group{device="calid7211e45d03"} 0 node_network_net_dev_group{device="calid79dca0fb3d"} 0 node_network_net_dev_group{device="calidf38fbb0739"} 0 node_network_net_dev_group{device="calidf893292ac7"} 0 node_network_net_dev_group{device="calidf947166f73"} 0 node_network_net_dev_group{device="calie060193038b"} 0 node_network_net_dev_group{device="calie1edca4bb89"} 0 node_network_net_dev_group{device="calie2dd0c48075"} 0 node_network_net_dev_group{device="calie85d731ceae"} 0 node_network_net_dev_group{device="calif6f5f56b20e"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="vxlan.calico"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="cali00bf573dab1"} 1 node_network_protocol_type{device="cali016acab51c1"} 1 node_network_protocol_type{device="cali04b6b6d551a"} 1 node_network_protocol_type{device="cali04cf251fbfd"} 1 node_network_protocol_type{device="cali08e26c05b65"} 1 node_network_protocol_type{device="cali0c90c49cce9"} 1 node_network_protocol_type{device="cali0e419117d39"} 1 node_network_protocol_type{device="cali14b4507dbcd"} 1 node_network_protocol_type{device="cali168c259e2a6"} 1 node_network_protocol_type{device="cali193c6df4f60"} 1 node_network_protocol_type{device="cali1e701131675"} 1 node_network_protocol_type{device="cali2013a0bef65"} 1 node_network_protocol_type{device="cali2382bd906f0"} 1 node_network_protocol_type{device="cali2a9eeba7c2e"} 1 node_network_protocol_type{device="cali36c752d0c46"} 1 node_network_protocol_type{device="cali3a37a8d2b6e"} 1 node_network_protocol_type{device="cali3e604644256"} 1 node_network_protocol_type{device="cali3fddeb1b58f"} 1 node_network_protocol_type{device="cali4554c3b0ef7"} 1 node_network_protocol_type{device="cali48154afe63e"} 1 node_network_protocol_type{device="cali510209ba606"} 1 node_network_protocol_type{device="cali5bb7a96b71f"} 1 node_network_protocol_type{device="cali5c7efa55cf1"} 1 node_network_protocol_type{device="cali5ca2a4c7d7d"} 1 node_network_protocol_type{device="cali5e382e92d6a"} 1 node_network_protocol_type{device="cali62386274c9e"} 1 node_network_protocol_type{device="cali6d9acc8f955"} 1 node_network_protocol_type{device="cali6f92504d31a"} 1 node_network_protocol_type{device="cali6f95d54edaa"} 1 node_network_protocol_type{device="cali74b3e1af3d4"} 1 node_network_protocol_type{device="cali7bd0279b806"} 1 node_network_protocol_type{device="cali7d7036dc768"} 1 node_network_protocol_type{device="cali7f775bbf588"} 1 node_network_protocol_type{device="cali8000081a67b"} 1 node_network_protocol_type{device="cali81889d6bfe9"} 1 node_network_protocol_type{device="cali8b809bcecb7"} 1 node_network_protocol_type{device="cali8e1d383baf4"} 1 node_network_protocol_type{device="cali9363431fc18"} 1 node_network_protocol_type{device="cali9455759b62d"} 1 node_network_protocol_type{device="cali95989681fcb"} 1 node_network_protocol_type{device="cali9a0090cb2e8"} 1 node_network_protocol_type{device="caliaf8267f9ae9"} 1 node_network_protocol_type{device="calib797a56baec"} 1 node_network_protocol_type{device="calib7b46611120"} 1 node_network_protocol_type{device="calibb83b0dda84"} 1 node_network_protocol_type{device="calic0525a9200a"} 1 node_network_protocol_type{device="calic19a092a964"} 1 node_network_protocol_type{device="calic40d0a3459d"} 1 node_network_protocol_type{device="calic45768e30ec"} 1 node_network_protocol_type{device="calicb9ba992194"} 1 node_network_protocol_type{device="calicda64d4df88"} 1 node_network_protocol_type{device="calid3d1e3b87cd"} 1 node_network_protocol_type{device="calid7211e45d03"} 1 node_network_protocol_type{device="calid79dca0fb3d"} 1 node_network_protocol_type{device="calidf38fbb0739"} 1 node_network_protocol_type{device="calidf893292ac7"} 1 node_network_protocol_type{device="calidf947166f73"} 1 node_network_protocol_type{device="calie060193038b"} 1 node_network_protocol_type{device="calie1edca4bb89"} 1 node_network_protocol_type{device="calie2dd0c48075"} 1 node_network_protocol_type{device="calie85d731ceae"} 1 node_network_protocol_type{device="calif6f5f56b20e"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="vxlan.calico"} 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"} 7.9458521e+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"} 763746 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="cali00bf573dab1"} 1.25e+09 node_network_speed_bytes{device="cali016acab51c1"} 1.25e+09 node_network_speed_bytes{device="cali04b6b6d551a"} 1.25e+09 node_network_speed_bytes{device="cali04cf251fbfd"} 1.25e+09 node_network_speed_bytes{device="cali08e26c05b65"} 1.25e+09 node_network_speed_bytes{device="cali0c90c49cce9"} 1.25e+09 node_network_speed_bytes{device="cali0e419117d39"} 1.25e+09 node_network_speed_bytes{device="cali14b4507dbcd"} 1.25e+09 node_network_speed_bytes{device="cali168c259e2a6"} 1.25e+09 node_network_speed_bytes{device="cali193c6df4f60"} 1.25e+09 node_network_speed_bytes{device="cali1e701131675"} 1.25e+09 node_network_speed_bytes{device="cali2013a0bef65"} 1.25e+09 node_network_speed_bytes{device="cali2382bd906f0"} 1.25e+09 node_network_speed_bytes{device="cali2a9eeba7c2e"} 1.25e+09 node_network_speed_bytes{device="cali36c752d0c46"} 1.25e+09 node_network_speed_bytes{device="cali3a37a8d2b6e"} 1.25e+09 node_network_speed_bytes{device="cali3e604644256"} 1.25e+09 node_network_speed_bytes{device="cali3fddeb1b58f"} 1.25e+09 node_network_speed_bytes{device="cali4554c3b0ef7"} 1.25e+09 node_network_speed_bytes{device="cali48154afe63e"} 1.25e+09 node_network_speed_bytes{device="cali510209ba606"} 1.25e+09 node_network_speed_bytes{device="cali5bb7a96b71f"} 1.25e+09 node_network_speed_bytes{device="cali5c7efa55cf1"} 1.25e+09 node_network_speed_bytes{device="cali5ca2a4c7d7d"} 1.25e+09 node_network_speed_bytes{device="cali5e382e92d6a"} 1.25e+09 node_network_speed_bytes{device="cali62386274c9e"} 1.25e+09 node_network_speed_bytes{device="cali6d9acc8f955"} 1.25e+09 node_network_speed_bytes{device="cali6f92504d31a"} 1.25e+09 node_network_speed_bytes{device="cali6f95d54edaa"} 1.25e+09 node_network_speed_bytes{device="cali74b3e1af3d4"} 1.25e+09 node_network_speed_bytes{device="cali7bd0279b806"} 1.25e+09 node_network_speed_bytes{device="cali7d7036dc768"} 1.25e+09 node_network_speed_bytes{device="cali7f775bbf588"} 1.25e+09 node_network_speed_bytes{device="cali8000081a67b"} 1.25e+09 node_network_speed_bytes{device="cali81889d6bfe9"} 1.25e+09 node_network_speed_bytes{device="cali8b809bcecb7"} 1.25e+09 node_network_speed_bytes{device="cali8e1d383baf4"} 1.25e+09 node_network_speed_bytes{device="cali9363431fc18"} 1.25e+09 node_network_speed_bytes{device="cali9455759b62d"} 1.25e+09 node_network_speed_bytes{device="cali95989681fcb"} 1.25e+09 node_network_speed_bytes{device="cali9a0090cb2e8"} 1.25e+09 node_network_speed_bytes{device="caliaf8267f9ae9"} 1.25e+09 node_network_speed_bytes{device="calib797a56baec"} 1.25e+09 node_network_speed_bytes{device="calib7b46611120"} 1.25e+09 node_network_speed_bytes{device="calibb83b0dda84"} 1.25e+09 node_network_speed_bytes{device="calic0525a9200a"} 1.25e+09 node_network_speed_bytes{device="calic19a092a964"} 1.25e+09 node_network_speed_bytes{device="calic40d0a3459d"} 1.25e+09 node_network_speed_bytes{device="calic45768e30ec"} 1.25e+09 node_network_speed_bytes{device="calicb9ba992194"} 1.25e+09 node_network_speed_bytes{device="calicda64d4df88"} 1.25e+09 node_network_speed_bytes{device="calid3d1e3b87cd"} 1.25e+09 node_network_speed_bytes{device="calid7211e45d03"} 1.25e+09 node_network_speed_bytes{device="calid79dca0fb3d"} 1.25e+09 node_network_speed_bytes{device="calidf38fbb0739"} 1.25e+09 node_network_speed_bytes{device="calidf893292ac7"} 1.25e+09 node_network_speed_bytes{device="calidf947166f73"} 1.25e+09 node_network_speed_bytes{device="calie060193038b"} 1.25e+09 node_network_speed_bytes{device="calie1edca4bb89"} 1.25e+09 node_network_speed_bytes{device="calie2dd0c48075"} 1.25e+09 node_network_speed_bytes{device="calie85d731ceae"} 1.25e+09 node_network_speed_bytes{device="calif6f5f56b20e"} 1.25e+09 node_network_speed_bytes{device="eth0"} -125000 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 2.720047967e+09 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 1 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"} 763352 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="cali00bf573dab1"} 0 node_network_transmit_queue_length{device="cali016acab51c1"} 0 node_network_transmit_queue_length{device="cali04b6b6d551a"} 0 node_network_transmit_queue_length{device="cali04cf251fbfd"} 0 node_network_transmit_queue_length{device="cali08e26c05b65"} 0 node_network_transmit_queue_length{device="cali0c90c49cce9"} 0 node_network_transmit_queue_length{device="cali0e419117d39"} 0 node_network_transmit_queue_length{device="cali14b4507dbcd"} 0 node_network_transmit_queue_length{device="cali168c259e2a6"} 0 node_network_transmit_queue_length{device="cali193c6df4f60"} 0 node_network_transmit_queue_length{device="cali1e701131675"} 0 node_network_transmit_queue_length{device="cali2013a0bef65"} 0 node_network_transmit_queue_length{device="cali2382bd906f0"} 0 node_network_transmit_queue_length{device="cali2a9eeba7c2e"} 0 node_network_transmit_queue_length{device="cali36c752d0c46"} 0 node_network_transmit_queue_length{device="cali3a37a8d2b6e"} 0 node_network_transmit_queue_length{device="cali3e604644256"} 0 node_network_transmit_queue_length{device="cali3fddeb1b58f"} 0 node_network_transmit_queue_length{device="cali4554c3b0ef7"} 0 node_network_transmit_queue_length{device="cali48154afe63e"} 0 node_network_transmit_queue_length{device="cali510209ba606"} 0 node_network_transmit_queue_length{device="cali5bb7a96b71f"} 0 node_network_transmit_queue_length{device="cali5c7efa55cf1"} 0 node_network_transmit_queue_length{device="cali5ca2a4c7d7d"} 0 node_network_transmit_queue_length{device="cali5e382e92d6a"} 0 node_network_transmit_queue_length{device="cali62386274c9e"} 0 node_network_transmit_queue_length{device="cali6d9acc8f955"} 0 node_network_transmit_queue_length{device="cali6f92504d31a"} 0 node_network_transmit_queue_length{device="cali6f95d54edaa"} 0 node_network_transmit_queue_length{device="cali74b3e1af3d4"} 0 node_network_transmit_queue_length{device="cali7bd0279b806"} 0 node_network_transmit_queue_length{device="cali7d7036dc768"} 0 node_network_transmit_queue_length{device="cali7f775bbf588"} 0 node_network_transmit_queue_length{device="cali8000081a67b"} 0 node_network_transmit_queue_length{device="cali81889d6bfe9"} 0 node_network_transmit_queue_length{device="cali8b809bcecb7"} 0 node_network_transmit_queue_length{device="cali8e1d383baf4"} 0 node_network_transmit_queue_length{device="cali9363431fc18"} 0 node_network_transmit_queue_length{device="cali9455759b62d"} 0 node_network_transmit_queue_length{device="cali95989681fcb"} 0 node_network_transmit_queue_length{device="cali9a0090cb2e8"} 0 node_network_transmit_queue_length{device="caliaf8267f9ae9"} 0 node_network_transmit_queue_length{device="calib797a56baec"} 0 node_network_transmit_queue_length{device="calib7b46611120"} 0 node_network_transmit_queue_length{device="calibb83b0dda84"} 0 node_network_transmit_queue_length{device="calic0525a9200a"} 0 node_network_transmit_queue_length{device="calic19a092a964"} 0 node_network_transmit_queue_length{device="calic40d0a3459d"} 0 node_network_transmit_queue_length{device="calic45768e30ec"} 0 node_network_transmit_queue_length{device="calicb9ba992194"} 0 node_network_transmit_queue_length{device="calicda64d4df88"} 0 node_network_transmit_queue_length{device="calid3d1e3b87cd"} 0 node_network_transmit_queue_length{device="calid7211e45d03"} 0 node_network_transmit_queue_length{device="calid79dca0fb3d"} 0 node_network_transmit_queue_length{device="calidf38fbb0739"} 0 node_network_transmit_queue_length{device="calidf893292ac7"} 0 node_network_transmit_queue_length{device="calidf947166f73"} 0 node_network_transmit_queue_length{device="calie060193038b"} 0 node_network_transmit_queue_length{device="calie1edca4bb89"} 0 node_network_transmit_queue_length{device="calie2dd0c48075"} 0 node_network_transmit_queue_length{device="calie85d731ceae"} 0 node_network_transmit_queue_length{device="calif6f5f56b20e"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="vxlan.calico"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="cali00bf573dab1"} 1 node_network_up{device="cali016acab51c1"} 1 node_network_up{device="cali04b6b6d551a"} 1 node_network_up{device="cali04cf251fbfd"} 1 node_network_up{device="cali08e26c05b65"} 1 node_network_up{device="cali0c90c49cce9"} 1 node_network_up{device="cali0e419117d39"} 1 node_network_up{device="cali14b4507dbcd"} 1 node_network_up{device="cali168c259e2a6"} 1 node_network_up{device="cali193c6df4f60"} 1 node_network_up{device="cali1e701131675"} 1 node_network_up{device="cali2013a0bef65"} 1 node_network_up{device="cali2382bd906f0"} 1 node_network_up{device="cali2a9eeba7c2e"} 1 node_network_up{device="cali36c752d0c46"} 1 node_network_up{device="cali3a37a8d2b6e"} 1 node_network_up{device="cali3e604644256"} 1 node_network_up{device="cali3fddeb1b58f"} 1 node_network_up{device="cali4554c3b0ef7"} 1 node_network_up{device="cali48154afe63e"} 1 node_network_up{device="cali510209ba606"} 1 node_network_up{device="cali5bb7a96b71f"} 1 node_network_up{device="cali5c7efa55cf1"} 1 node_network_up{device="cali5ca2a4c7d7d"} 1 node_network_up{device="cali5e382e92d6a"} 1 node_network_up{device="cali62386274c9e"} 1 node_network_up{device="cali6d9acc8f955"} 1 node_network_up{device="cali6f92504d31a"} 1 node_network_up{device="cali6f95d54edaa"} 1 node_network_up{device="cali74b3e1af3d4"} 1 node_network_up{device="cali7bd0279b806"} 1 node_network_up{device="cali7d7036dc768"} 1 node_network_up{device="cali7f775bbf588"} 1 node_network_up{device="cali8000081a67b"} 1 node_network_up{device="cali81889d6bfe9"} 1 node_network_up{device="cali8b809bcecb7"} 1 node_network_up{device="cali8e1d383baf4"} 1 node_network_up{device="cali9363431fc18"} 1 node_network_up{device="cali9455759b62d"} 1 node_network_up{device="cali95989681fcb"} 1 node_network_up{device="cali9a0090cb2e8"} 1 node_network_up{device="caliaf8267f9ae9"} 1 node_network_up{device="calib797a56baec"} 1 node_network_up{device="calib7b46611120"} 1 node_network_up{device="calibb83b0dda84"} 1 node_network_up{device="calic0525a9200a"} 1 node_network_up{device="calic19a092a964"} 1 node_network_up{device="calic40d0a3459d"} 1 node_network_up{device="calic45768e30ec"} 1 node_network_up{device="calicb9ba992194"} 1 node_network_up{device="calicda64d4df88"} 1 node_network_up{device="calid3d1e3b87cd"} 1 node_network_up{device="calid7211e45d03"} 1 node_network_up{device="calid79dca0fb3d"} 1 node_network_up{device="calidf38fbb0739"} 1 node_network_up{device="calidf893292ac7"} 1 node_network_up{device="calidf947166f73"} 1 node_network_up{device="calie060193038b"} 1 node_network_up{device="calie1edca4bb89"} 1 node_network_up{device="calie2dd0c48075"} 1 node_network_up{device="calie85d731ceae"} 1 node_network_up{device="calif6f5f56b20e"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="vxlan.calico"} 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 393216 # 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 20.04.6 LTS",variant="",variant_id="",version="20.04.6 LTS (Focal Fossa)",version_codename="focal",version_id="20.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"} 20.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 51188.306776 # 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 250.978571 # 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 1059.3628529999999 # 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 0.239204 # 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 8.909825999999999 # 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 14 # 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"} 359143.747732681 node_schedstat_running_seconds_total{cpu="1"} 358809.302237544 node_schedstat_running_seconds_total{cpu="10"} 358229.69213673 node_schedstat_running_seconds_total{cpu="11"} 358016.436163578 node_schedstat_running_seconds_total{cpu="2"} 358659.446831184 node_schedstat_running_seconds_total{cpu="3"} 358701.983423885 node_schedstat_running_seconds_total{cpu="4"} 150521.070568174 node_schedstat_running_seconds_total{cpu="5"} 153842.119834693 node_schedstat_running_seconds_total{cpu="6"} 159982.450946417 node_schedstat_running_seconds_total{cpu="7"} 170782.701980467 node_schedstat_running_seconds_total{cpu="8"} 358999.606005534 node_schedstat_running_seconds_total{cpu="9"} 358283.962629812 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 6.6715078e+07 node_schedstat_timeslices_total{cpu="1"} 5.2677012e+07 node_schedstat_timeslices_total{cpu="10"} 2.64451812e+08 node_schedstat_timeslices_total{cpu="11"} 2.66183782e+08 node_schedstat_timeslices_total{cpu="2"} 4.2960696e+07 node_schedstat_timeslices_total{cpu="3"} 3.937223e+07 node_schedstat_timeslices_total{cpu="4"} 4.18601511e+08 node_schedstat_timeslices_total{cpu="5"} 4.87971471e+08 node_schedstat_timeslices_total{cpu="6"} 6.5118843e+08 node_schedstat_timeslices_total{cpu="7"} 8.89339723e+08 node_schedstat_timeslices_total{cpu="8"} 2.98467447e+08 node_schedstat_timeslices_total{cpu="9"} 2.68783828e+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"} 34062.535622692 node_schedstat_waiting_seconds_total{cpu="1"} 30752.620459914 node_schedstat_waiting_seconds_total{cpu="10"} 93858.960596351 node_schedstat_waiting_seconds_total{cpu="11"} 104896.078054818 node_schedstat_waiting_seconds_total{cpu="2"} 26253.042746381 node_schedstat_waiting_seconds_total{cpu="3"} 22915.642156472 node_schedstat_waiting_seconds_total{cpu="4"} 128267.004799562 node_schedstat_waiting_seconds_total{cpu="5"} 147980.018802643 node_schedstat_waiting_seconds_total{cpu="6"} 187003.656464804 node_schedstat_waiting_seconds_total{cpu="7"} 254032.205907084 node_schedstat_waiting_seconds_total{cpu="8"} 104164.985375716 node_schedstat_waiting_seconds_total{cpu="9"} 103692.728681481 # 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.000709243 node_scrape_collector_duration_seconds{collector="bcache"} 2.1169e-05 node_scrape_collector_duration_seconds{collector="bonding"} 6.6393e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.045995137 node_scrape_collector_duration_seconds{collector="conntrack"} 0.00011831 node_scrape_collector_duration_seconds{collector="cpu"} 0.040816749 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.0001609 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001076257 node_scrape_collector_duration_seconds{collector="dmi"} 1.598e-05 node_scrape_collector_duration_seconds{collector="edac"} 6.9409e-05 node_scrape_collector_duration_seconds{collector="entropy"} 9.8544e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.6441e-05 node_scrape_collector_duration_seconds{collector="filefd"} 7.6563e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.324345897 node_scrape_collector_duration_seconds{collector="infiniband"} 2.0508e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 2.0057e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 0.000302464 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000131715 node_scrape_collector_duration_seconds{collector="meminfo"} 0.00020402 node_scrape_collector_duration_seconds{collector="netclass"} 0.251099064 node_scrape_collector_duration_seconds{collector="netdev"} 0.000250547 node_scrape_collector_duration_seconds{collector="netstat"} 0.000802106 node_scrape_collector_duration_seconds{collector="nfs"} 2.158e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 5.1475e-05 node_scrape_collector_duration_seconds{collector="nvme"} 2.13e-05 node_scrape_collector_duration_seconds{collector="os"} 6.6244e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.1275e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000217296 node_scrape_collector_duration_seconds{collector="rapl"} 0.000190395 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000210403 node_scrape_collector_duration_seconds{collector="selinux"} 1.693e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000228746 node_scrape_collector_duration_seconds{collector="softnet"} 0.00012919 node_scrape_collector_duration_seconds{collector="stat"} 0.00021973 node_scrape_collector_duration_seconds{collector="tapestats"} 1.1671e-05 node_scrape_collector_duration_seconds{collector="textfile"} 3.285e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000613024 node_scrape_collector_duration_seconds{collector="time"} 0.000132777 node_scrape_collector_duration_seconds{collector="timex"} 0.00015049 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000291504 node_scrape_collector_duration_seconds{collector="uname"} 1.1752e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000220441 node_scrape_collector_duration_seconds{collector="watchdog"} 2.09e-05 node_scrape_collector_duration_seconds{collector="xfs"} 3.182e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.5028e-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="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 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 3 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 525 # 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 67 # 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 274432 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 1 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 0 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 5 # 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 20480 # 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="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="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"} 1 node_softnet_dropped_total{cpu="10"} 1 node_softnet_dropped_total{cpu="11"} 2712 node_softnet_dropped_total{cpu="2"} 3 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 53567 node_softnet_dropped_total{cpu="5"} 21187 node_softnet_dropped_total{cpu="6"} 17081 node_softnet_dropped_total{cpu="7"} 11169 node_softnet_dropped_total{cpu="8"} 1 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="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"} 7.1628172e+07 node_softnet_processed_total{cpu="1"} 5.4857145e+07 node_softnet_processed_total{cpu="10"} 8.8701856e+07 node_softnet_processed_total{cpu="11"} 9.1172003e+07 node_softnet_processed_total{cpu="2"} 3.9975436e+07 node_softnet_processed_total{cpu="3"} 4.6832752e+07 node_softnet_processed_total{cpu="4"} 5.12799398e+08 node_softnet_processed_total{cpu="5"} 4.63274658e+08 node_softnet_processed_total{cpu="6"} 4.02320265e+08 node_softnet_processed_total{cpu="7"} 3.14724677e+08 node_softnet_processed_total{cpu="8"} 1.26730193e+08 node_softnet_processed_total{cpu="9"} 1.17539185e+08 # 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="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"} 2989 node_softnet_times_squeezed_total{cpu="1"} 3353 node_softnet_times_squeezed_total{cpu="10"} 7262 node_softnet_times_squeezed_total{cpu="11"} 51307 node_softnet_times_squeezed_total{cpu="2"} 15868 node_softnet_times_squeezed_total{cpu="3"} 2870 node_softnet_times_squeezed_total{cpu="4"} 65969 node_softnet_times_squeezed_total{cpu="5"} 62458 node_softnet_times_squeezed_total{cpu="6"} 59010 node_softnet_times_squeezed_total{cpu="7"} 53573 node_softnet_times_squeezed_total{cpu="8"} 7272 node_softnet_times_squeezed_total{cpu="9"} 66883 # 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="kvm-clock",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="kvm-clock",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7702845119805064e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.9999895716857911 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 7 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 1.1235 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 9.4701e-05 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 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="hlr-tools-node-exporter-daemonset-xfzsb",release="5.4.0-105-generic",sysname="Linux",version="#119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 14 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 3.29797818e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 157233 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 7.5501123e+07 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.91854992e+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 13225.44 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 65536 # 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 6.8766021e+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 2.709354335e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.711552e+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.76990337298e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.274302464e+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"} 76216 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0