# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 4.2994e-05 go_gc_duration_seconds{quantile="0.25"} 7.4726e-05 go_gc_duration_seconds{quantile="0.5"} 9.0993e-05 go_gc_duration_seconds{quantile="0.75"} 0.000123765 go_gc_duration_seconds{quantile="1"} 0.001661444 go_gc_duration_seconds_sum 0.326395066 go_gc_duration_seconds_count 2253 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 4.036568e+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 3.038103192e+09 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.669771e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 2.9479425e+07 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.566352e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 4.036568e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 6.545408e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 5.513216e+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 43029 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 5.382144e+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.2058624e+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.7701109651015162e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 2.9522454e+07 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 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 88320 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 130560 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 5.465242e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 1.030165e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 491520 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 491520 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.8962696e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 5 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 node_arp_entries{device="gke05e8a708b02"} 1 node_arp_entries{device="gke089673573d3"} 1 node_arp_entries{device="gke2055f745d4a"} 1 node_arp_entries{device="gke2626dffe062"} 1 node_arp_entries{device="gke420d91eef90"} 1 node_arp_entries{device="gke423dc593d61"} 1 node_arp_entries{device="gke46a19693e58"} 1 node_arp_entries{device="gke577bf116802"} 1 node_arp_entries{device="gke6915e177b87"} 1 node_arp_entries{device="gke6a364803b2a"} 1 node_arp_entries{device="gke7088a90e030"} 1 node_arp_entries{device="gke72774893de1"} 1 node_arp_entries{device="gke7bdbfc305f3"} 1 node_arp_entries{device="gke8154a554f61"} 1 node_arp_entries{device="gke860c56d9610"} 1 node_arp_entries{device="gke88bfa934a46"} 1 node_arp_entries{device="gke8b423e3ad0a"} 1 node_arp_entries{device="gke8e0a09fe86a"} 1 node_arp_entries{device="gke92316e5f9bf"} 1 node_arp_entries{device="gkea0d93b312d0"} 1 node_arp_entries{device="gkea4cb2e0f605"} 1 node_arp_entries{device="gkeab08e09a5b1"} 1 node_arp_entries{device="gkead184e3ae0e"} 1 node_arp_entries{device="gkeb41764314be"} 1 node_arp_entries{device="gkeb6855862594"} 1 node_arp_entries{device="gkebfcd1d2fb34"} 1 node_arp_entries{device="gkec99b7bf449f"} 1 node_arp_entries{device="gkecb3280ec50a"} 1 node_arp_entries{device="gkedf7616d8869"} 1 node_arp_entries{device="gkee915b482214"} 1 node_arp_entries{device="gkeeb09e9ad59e"} 1 node_arp_entries{device="gkeec2812ca20a"} 1 node_arp_entries{device="gkeee1484d9cf9"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.769895097e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.288060397e+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="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 # 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"} 195317.25 node_cpu_seconds_total{cpu="0",mode="iowait"} 1926.54 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 0 node_cpu_seconds_total{cpu="0",mode="softirq"} 2260.84 node_cpu_seconds_total{cpu="0",mode="steal"} 749.05 node_cpu_seconds_total{cpu="0",mode="system"} 4451.65 node_cpu_seconds_total{cpu="0",mode="user"} 10029.13 node_cpu_seconds_total{cpu="1",mode="idle"} 195307.09 node_cpu_seconds_total{cpu="1",mode="iowait"} 1715.89 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 0 node_cpu_seconds_total{cpu="1",mode="softirq"} 1500.95 node_cpu_seconds_total{cpu="1",mode="steal"} 752.41 node_cpu_seconds_total{cpu="1",mode="system"} 4421.09 node_cpu_seconds_total{cpu="1",mode="user"} 10144.57 node_cpu_seconds_total{cpu="2",mode="idle"} 195499.16 node_cpu_seconds_total{cpu="2",mode="iowait"} 1748.15 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 0 node_cpu_seconds_total{cpu="2",mode="softirq"} 874.52 node_cpu_seconds_total{cpu="2",mode="steal"} 735.35 node_cpu_seconds_total{cpu="2",mode="system"} 4427.55 node_cpu_seconds_total{cpu="2",mode="user"} 10111.3 node_cpu_seconds_total{cpu="3",mode="idle"} 195550.94 node_cpu_seconds_total{cpu="3",mode="iowait"} 1676.36 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 0 node_cpu_seconds_total{cpu="3",mode="softirq"} 827.81 node_cpu_seconds_total{cpu="3",mode="steal"} 760.42 node_cpu_seconds_total{cpu="3",mode="system"} 4443.38 node_cpu_seconds_total{cpu="3",mode="user"} 9947.54 # HELP node_disk_device_mapper_info Info about disk device mapper. # TYPE node_disk_device_mapper_info gauge node_disk_device_mapper_info{device="dm-0",lv_layer="",lv_name="",name="vroot",uuid="",vg_name=""} 1 # 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="dm-0"} 0 node_disk_discard_time_seconds_total{device="sda"} 0 node_disk_discard_time_seconds_total{device="sdb"} 0.027 node_disk_discard_time_seconds_total{device="sdc"} 0.02 node_disk_discard_time_seconds_total{device="sdd"} 0.014 # 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="dm-0"} 0 node_disk_discarded_sectors_total{device="sda"} 0 node_disk_discarded_sectors_total{device="sdb"} 2.0971528e+07 node_disk_discarded_sectors_total{device="sdc"} 2.0971528e+07 node_disk_discarded_sectors_total{device="sdd"} 1.0485768e+07 # 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="dm-0"} 0 node_disk_discards_completed_total{device="sda"} 0 node_disk_discards_completed_total{device="sdb"} 6 node_disk_discards_completed_total{device="sdc"} 6 node_disk_discards_completed_total{device="sdd"} 4 # 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="dm-0"} 0 node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sdb"} 0 node_disk_discards_merged_total{device="sdc"} 0 node_disk_discards_merged_total{device="sdd"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="sdb",type="ext4",usage="filesystem",uuid="8908c74b-37c9-4ffa-8f66-b238fbee78f1",version="1.0"} 1 node_disk_filesystem_info{device="sdc",type="ext4",usage="filesystem",uuid="c2887a5e-731f-4e00-ae3d-66c3d6800862",version="1.0"} 1 node_disk_filesystem_info{device="sdd",type="ext4",usage="filesystem",uuid="17e0ca30-7566-47bc-b6f5-6c1638fb7ac5",version="1.0"} 1 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="dm-0"} 0 node_disk_flush_requests_time_seconds_total{device="sda"} 625.785 node_disk_flush_requests_time_seconds_total{device="sdb"} 4.0200000000000005 node_disk_flush_requests_time_seconds_total{device="sdc"} 0.001 node_disk_flush_requests_time_seconds_total{device="sdd"} 0.517 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="dm-0"} 0 node_disk_flush_requests_total{device="sda"} 6.530222e+06 node_disk_flush_requests_total{device="sdb"} 37719 node_disk_flush_requests_total{device="sdc"} 13 node_disk_flush_requests_total{device="sdd"} 2878 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="253",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sda",major="8",minor="0",model="PersistentDisk",path="pci-0000:00:03.0-scsi-0:0:1:0",revision="1",rotational="0",serial="persistent-disk-0",wwn=""} 1 node_disk_info{device="sdb",major="8",minor="16",model="PersistentDisk",path="pci-0000:00:03.0-scsi-0:0:2:0",revision="1",rotational="0",serial="pvc-7588b39d-b7ea-4a35-b5be-4d7bda149073",wwn=""} 1 node_disk_info{device="sdc",major="8",minor="32",model="PersistentDisk",path="pci-0000:00:03.0-scsi-0:0:3:0",revision="1",rotational="0",serial="pvc-dfa7dd5d-fb26-4d83-9f8e-8a3930641658",wwn=""} 1 node_disk_info{device="sdd",major="8",minor="48",model="PersistentDisk",path="pci-0000:00:03.0-scsi-0:0:4:0",revision="1",rotational="0",serial="pvc-e0f62f5f-d101-4b9d-b89d-a412b48824dd",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="dm-0"} 0 node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sdb"} 0 node_disk_io_now{device="sdc"} 0 node_disk_io_now{device="sdd"} 0 # 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="dm-0"} 13.269 node_disk_io_time_seconds_total{device="sda"} 7302.692 node_disk_io_time_seconds_total{device="sdb"} 41.269 node_disk_io_time_seconds_total{device="sdc"} 0.198 node_disk_io_time_seconds_total{device="sdd"} 4.5120000000000005 # 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="dm-0"} 25.47 node_disk_io_time_weighted_seconds_total{device="sda"} 15439.845000000001 node_disk_io_time_weighted_seconds_total{device="sdb"} 43.558 node_disk_io_time_weighted_seconds_total{device="sdc"} 0.322 node_disk_io_time_weighted_seconds_total{device="sdd"} 6.293 # 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="dm-0"} 4.5228032e+08 node_disk_read_bytes_total{device="sda"} 1.03741045248e+11 node_disk_read_bytes_total{device="sdb"} 1.8250752e+07 node_disk_read_bytes_total{device="sdc"} 3.335168e+06 node_disk_read_bytes_total{device="sdd"} 3.326976e+06 # 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="dm-0"} 25.47 node_disk_read_time_seconds_total{device="sda"} 1974.951 node_disk_read_time_seconds_total{device="sdb"} 0.6930000000000001 node_disk_read_time_seconds_total{device="sdc"} 0.123 node_disk_read_time_seconds_total{device="sdd"} 0.089 # 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="dm-0"} 9917 node_disk_reads_completed_total{device="sda"} 1.759901e+06 node_disk_reads_completed_total{device="sdb"} 925 node_disk_reads_completed_total{device="sdc"} 168 node_disk_reads_completed_total{device="sdd"} 167 # 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="dm-0"} 0 node_disk_reads_merged_total{device="sda"} 31476 node_disk_reads_merged_total{device="sdb"} 81 node_disk_reads_merged_total{device="sdc"} 2 node_disk_reads_merged_total{device="sdd"} 1 # 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="dm-0"} 0 node_disk_write_time_seconds_total{device="sda"} 12839.108 node_disk_write_time_seconds_total{device="sdb"} 38.817 node_disk_write_time_seconds_total{device="sdc"} 0.176 node_disk_write_time_seconds_total{device="sdd"} 5.672 # 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="dm-0"} 0 node_disk_writes_completed_total{device="sda"} 1.147348e+07 node_disk_writes_completed_total{device="sdb"} 75362 node_disk_writes_completed_total{device="sdc"} 136 node_disk_writes_completed_total{device="sdd"} 5567 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="dm-0"} 0 node_disk_writes_merged_total{device="sda"} 1.2485997e+07 node_disk_writes_merged_total{device="sdb"} 2550 node_disk_writes_merged_total{device="sdc"} 1038 node_disk_writes_merged_total{device="sdd"} 4564 # 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="dm-0"} 0 node_disk_written_bytes_total{device="sda"} 1.47199280128e+11 node_disk_written_bytes_total{device="sdb"} 6.57977344e+08 node_disk_written_bytes_total{device="sdc"} 2.3939072e+08 node_disk_written_bytes_total{device="sdd"} 2.08826368e+08 # 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="10/25/2025",bios_release="1.0",bios_vendor="Google",bios_version="Google",board_asset_tag="736D5886-205A-D710-66B6-336EA5E11CA8",board_name="Google Compute Engine",board_vendor="Google",board_version="",chassis_asset_tag="",chassis_vendor="Google",chassis_version="",product_family="",product_name="Google Compute Engine",product_sku="",product_version="",system_vendor="Google"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.25.3",revision="654f19dee6a0c41de78a8d6d870e8c742cdb43b9",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 3584 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 8.388608e+06 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/root",device_error="",fstype="ext2",mountpoint="/"} 7.85268736e+08 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home"} 8.11613184e+10 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/containerd"} 8.11613184e+10 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/bin"} 8.11613184e+10 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter"} 8.11613184e+10 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet"} 8.11613184e+10 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/flexvolume"} 8.11613184e+10 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/mnt/stateful_partition"} 8.11613184e+10 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var"} 8.11613184e+10 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/containerd"} 8.11613184e+10 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/docker"} 8.11613184e+10 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/google"} 8.11613184e+10 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/kubelet"} 8.11613184e+10 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/toolbox"} 8.11613184e+10 node_filesystem_avail_bytes{device="/dev/sda8",device_error="",fstype="ext4",mountpoint="/usr/share/oem"} 1.1157504e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0505bd6d70e0945817ef31472b0acc2d2616596f58a4a8a7f29308949f835f7e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06e7790c3192762ebef8e04bf1e2021838e0d8a278ba1480dc1cb14bdf3f3ae3/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0d58ba85e2a2062a0f2d0b7d22eedd05de3c7e3b0a5ec778c6bf22d44425c3e6/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1646bdbc514df3c182667d51694132560a24c92c335fe36c10d052d785cb92f7/shm"} 6.6031616e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1c9617766b3fe460fcffdd7e9381e1669cc0d66a92c387053fc05d2b78ef0575/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1d1dc9d7e3311ddd28262ea1b2e8ddd4f5eda94fbde0e7954e96e9db86da26ce/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21d4140c63131dfc3b1ddbd1ba4288cb4a2c282619866ad503fde1723c197248/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35e45a4efee8782b340789eccaf4f4668360184679d782fc8bf4046546a269e3/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/38b55a7f5284fe3f754839bd217bcf5cc27b61eb3475b79fc92427b8801a0f6c/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39947296f20b0d8848af9d1d20db11df6c89a1d88a81db11f99c5944208b1db7/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c99970f323b7a987ee37788f468b102713ae67048c80bed2aabfaae2bf04828/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3dd490f9e0a214a7ee55b711bb78f8cbcb2f137064afdcb4a2e024ed6bb8f928/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/444255c0a70bef58ec3d98bcd98ffc8356e76617ec05a23bace2a8a51489f8e8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4efc50ee3dc09faf5019f8e13d855a093c002f0238e4f32474325be956ff347a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/532b45abb2d91bb1185a804644ba2db7431a9b84b21c80264ed1a4ff265c789d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/55b7a91e6526ecce1e2af06c3bd919cf5e93a214a485d77683b4dd7fe25c28e1/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca71ac20bffe272abd1f6ecef80f512bd6c0dc301fa8fa71435b5005b1322f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61fdb8a0d11ac377e3062d14d1b04fb83fc9ee14f4380ab92f5f6b9aecbcda9d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fdf0dcc23fe7e2cd8aa26766f2c225b17a9f6b9c3ef063ebd66c6d84460c88/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7039b49b76db0faa5d2414be30ceafe76870fd428b86d0c03b6869a9287b0c67/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7bb8f68a0f731b9713cdcde1a04d8ed664cdf324b9477c6c86c5b694b7d44625/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/800a1be0cf00b77cc461aaeedc9dd2b37a877adf37bfb563d39dd31c4342b898/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8030ef241513cdab07fd55b1f66d11463ea3c4cd947fcc25b117e431e162fe7b/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8c6f7a10f87ba8c10458053656537a642e735092d5d1099f92595f0cceb20714/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b58a0ca8e80be6a3f8486463e7c58e29fb0d1f35e7851460adc96719fa68fb7/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a81f1e7e20622c43c8c144cbc9600f4c7f37ea8d8bbf1e149f374e6957c5c493/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b97ff4b3c3ca201e3eff1c531f5e1c39c2d4106397ca13cfb23404d979d4498d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bc53f77a98a67013c5cfcbb7f115a72237cf79fff2ad727b3ee5ac89f413fe8f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c1b3c49d2d35701b4f3dcd761d9b62a99870132304860581afc9762a36839d8d/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c68b576ac5eb236780361b72548aa1cd165116b8b9cd14c54a376bd9c91efcba/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb22a2dc37a9684327060d891ef663095fc05aa73fb5655475f599a35c32ebf8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d69e70fc326505e8c1f11ff3b12a5d1716d17d692b8956a4b064db75ef37f732/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d95acc2cc3fd7c8ada8b4924f78e3150dac67b56d1a6f33641daef40d61b3b1c/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd552d2105179c7f1347e16cb783efeec2ee93ff832e62d5c05ce3f919af2fdd/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e199784de78521ab05cdb8ae7c1b60b4ca8fc1a5a410e20695e77a4632479e04/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2bc8705ec4895d66735a96a9302db6f4fbfc830228d07aed300a2a55e80c306/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec735fb6e97bcac4fd7e019a435a0bbc8a183f151460d9875b5862bcd1216ab2/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2048c2f6c52b1e0822c23b02fc412347e09ec20e0b6cc5310fe73e09897fdea/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fed4323b156871e2516015cbf8645e99a519eb698f1b010e17d8935b00287639/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffa87890250301b925d5fe89f7508b31af355d857985ed39408f821c316dbbea/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/etc/machine-id"} 8.387928064e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pki"} 8.388104192e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/disks"} 262144 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.34616576e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 8.388112384e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/lib/cloud"} 3.97312e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/lib/kubelet/pki"} 8.388104192e+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/root",device_error="",fstype="ext2",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/containerd"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/bin"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/flexvolume"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/mnt/stateful_partition"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/containerd"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/docker"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/google"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/kubelet"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/toolbox"} 0 node_filesystem_device_error{device="/dev/sda8",device_error="",fstype="ext4",mountpoint="/usr/share/oem"} 0 node_filesystem_device_error{device="/dev/sdb",device_error="permission denied",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/plugins/kubernetes.io/csi/pd.csi.storage.gke.io/8cc338a98cda0dcea660acf930725726a4749ffea165eb41b1082e97e88d86ac/globalmount"} 1 node_filesystem_device_error{device="/dev/sdb",device_error="permission denied",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/deb12667-dfc1-418b-af11-df73e64ab1c5/volume-subpaths/pvc-7588b39d-b7ea-4a35-b5be-4d7bda149073/postgres/0"} 1 node_filesystem_device_error{device="/dev/sdb",device_error="permission denied",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/deb12667-dfc1-418b-af11-df73e64ab1c5/volumes/kubernetes.io~csi/pvc-7588b39d-b7ea-4a35-b5be-4d7bda149073/mount"} 1 node_filesystem_device_error{device="/dev/sdb",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/pd.csi.storage.gke.io/8cc338a98cda0dcea660acf930725726a4749ffea165eb41b1082e97e88d86ac/globalmount"} 1 node_filesystem_device_error{device="/dev/sdb",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/deb12667-dfc1-418b-af11-df73e64ab1c5/volume-subpaths/pvc-7588b39d-b7ea-4a35-b5be-4d7bda149073/postgres/0"} 1 node_filesystem_device_error{device="/dev/sdb",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/deb12667-dfc1-418b-af11-df73e64ab1c5/volumes/kubernetes.io~csi/pvc-7588b39d-b7ea-4a35-b5be-4d7bda149073/mount"} 1 node_filesystem_device_error{device="/dev/sdc",device_error="permission denied",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/plugins/kubernetes.io/csi/pd.csi.storage.gke.io/2dbd14b3159eacd8be1db67976512b85baf23a4535e2ed6d9fd6d9a9504461c6/globalmount"} 1 node_filesystem_device_error{device="/dev/sdc",device_error="permission denied",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/3a3a9347-bb64-41bf-91a8-ed02c8ca0ea9/volumes/kubernetes.io~csi/pvc-dfa7dd5d-fb26-4d83-9f8e-8a3930641658/mount"} 1 node_filesystem_device_error{device="/dev/sdc",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/pd.csi.storage.gke.io/2dbd14b3159eacd8be1db67976512b85baf23a4535e2ed6d9fd6d9a9504461c6/globalmount"} 1 node_filesystem_device_error{device="/dev/sdc",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/3a3a9347-bb64-41bf-91a8-ed02c8ca0ea9/volumes/kubernetes.io~csi/pvc-dfa7dd5d-fb26-4d83-9f8e-8a3930641658/mount"} 1 node_filesystem_device_error{device="/dev/sdd",device_error="permission denied",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/plugins/kubernetes.io/csi/pd.csi.storage.gke.io/cfe345a215591d5e54d7e33c0ab00645c6eb21ed35fcd8e39167c45c9c223cd1/globalmount"} 1 node_filesystem_device_error{device="/dev/sdd",device_error="permission denied",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/3a3a9347-bb64-41bf-91a8-ed02c8ca0ea9/volumes/kubernetes.io~csi/pvc-e0f62f5f-d101-4b9d-b89d-a412b48824dd/mount"} 1 node_filesystem_device_error{device="/dev/sdd",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/pd.csi.storage.gke.io/cfe345a215591d5e54d7e33c0ab00645c6eb21ed35fcd8e39167c45c9c223cd1/globalmount"} 1 node_filesystem_device_error{device="/dev/sdd",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/3a3a9347-bb64-41bf-91a8-ed02c8ca0ea9/volumes/kubernetes.io~csi/pvc-e0f62f5f-d101-4b9d-b89d-a412b48824dd/mount"} 1 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0505bd6d70e0945817ef31472b0acc2d2616596f58a4a8a7f29308949f835f7e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06e7790c3192762ebef8e04bf1e2021838e0d8a278ba1480dc1cb14bdf3f3ae3/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0d58ba85e2a2062a0f2d0b7d22eedd05de3c7e3b0a5ec778c6bf22d44425c3e6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1646bdbc514df3c182667d51694132560a24c92c335fe36c10d052d785cb92f7/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1c9617766b3fe460fcffdd7e9381e1669cc0d66a92c387053fc05d2b78ef0575/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1d1dc9d7e3311ddd28262ea1b2e8ddd4f5eda94fbde0e7954e96e9db86da26ce/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21d4140c63131dfc3b1ddbd1ba4288cb4a2c282619866ad503fde1723c197248/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35e45a4efee8782b340789eccaf4f4668360184679d782fc8bf4046546a269e3/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/38b55a7f5284fe3f754839bd217bcf5cc27b61eb3475b79fc92427b8801a0f6c/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39947296f20b0d8848af9d1d20db11df6c89a1d88a81db11f99c5944208b1db7/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c99970f323b7a987ee37788f468b102713ae67048c80bed2aabfaae2bf04828/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3dd490f9e0a214a7ee55b711bb78f8cbcb2f137064afdcb4a2e024ed6bb8f928/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/444255c0a70bef58ec3d98bcd98ffc8356e76617ec05a23bace2a8a51489f8e8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4efc50ee3dc09faf5019f8e13d855a093c002f0238e4f32474325be956ff347a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/532b45abb2d91bb1185a804644ba2db7431a9b84b21c80264ed1a4ff265c789d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/55b7a91e6526ecce1e2af06c3bd919cf5e93a214a485d77683b4dd7fe25c28e1/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca71ac20bffe272abd1f6ecef80f512bd6c0dc301fa8fa71435b5005b1322f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61fdb8a0d11ac377e3062d14d1b04fb83fc9ee14f4380ab92f5f6b9aecbcda9d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fdf0dcc23fe7e2cd8aa26766f2c225b17a9f6b9c3ef063ebd66c6d84460c88/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7039b49b76db0faa5d2414be30ceafe76870fd428b86d0c03b6869a9287b0c67/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7bb8f68a0f731b9713cdcde1a04d8ed664cdf324b9477c6c86c5b694b7d44625/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/800a1be0cf00b77cc461aaeedc9dd2b37a877adf37bfb563d39dd31c4342b898/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8030ef241513cdab07fd55b1f66d11463ea3c4cd947fcc25b117e431e162fe7b/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8c6f7a10f87ba8c10458053656537a642e735092d5d1099f92595f0cceb20714/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b58a0ca8e80be6a3f8486463e7c58e29fb0d1f35e7851460adc96719fa68fb7/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a81f1e7e20622c43c8c144cbc9600f4c7f37ea8d8bbf1e149f374e6957c5c493/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b97ff4b3c3ca201e3eff1c531f5e1c39c2d4106397ca13cfb23404d979d4498d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bc53f77a98a67013c5cfcbb7f115a72237cf79fff2ad727b3ee5ac89f413fe8f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c1b3c49d2d35701b4f3dcd761d9b62a99870132304860581afc9762a36839d8d/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c68b576ac5eb236780361b72548aa1cd165116b8b9cd14c54a376bd9c91efcba/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb22a2dc37a9684327060d891ef663095fc05aa73fb5655475f599a35c32ebf8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d69e70fc326505e8c1f11ff3b12a5d1716d17d692b8956a4b064db75ef37f732/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d95acc2cc3fd7c8ada8b4924f78e3150dac67b56d1a6f33641daef40d61b3b1c/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd552d2105179c7f1347e16cb783efeec2ee93ff832e62d5c05ce3f919af2fdd/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e199784de78521ab05cdb8ae7c1b60b4ca8fc1a5a410e20695e77a4632479e04/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2bc8705ec4895d66735a96a9302db6f4fbfc830228d07aed300a2a55e80c306/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec735fb6e97bcac4fd7e019a435a0bbc8a183f151460d9875b5862bcd1216ab2/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2048c2f6c52b1e0822c23b02fc412347e09ec20e0b6cc5310fe73e09897fdea/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fed4323b156871e2516015cbf8645e99a519eb698f1b010e17d8935b00287639/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffa87890250301b925d5fe89f7508b31af355d857985ed39408f821c316dbbea/shm"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/etc/machine-id"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pki"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/disks"} 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="/tmp"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/lib/cloud"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/lib/kubelet/pki"} 0 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/02454e08-7ae2-42c5-87a2-4b8edba302c6/volumes/kubernetes.io~projected/kube-api-access-7jpkt"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/11635008-160e-4c35-8a3c-1777a30a4a27/volumes/kubernetes.io~projected/kube-api-access-9mk59"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/15e1db1f-bbbe-4c46-ab98-91818142ed20/volumes/kubernetes.io~projected/kube-api-access-vscrz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/207b02f4-9495-4f74-a318-a383b5ce7b66/volumes/kubernetes.io~projected/kube-api-access-54vgs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/33e4e375-a04f-43b8-a574-1eff5839fd8d/volumes/kubernetes.io~projected/kube-api-access-pmww5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/3537f2dd-20b0-4137-97fc-c94d0ef8b936/volumes/kubernetes.io~projected/kube-api-access-mw9fc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/3a3a9347-bb64-41bf-91a8-ed02c8ca0ea9/volumes/kubernetes.io~projected/kube-api-access-zl8qw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/4bc2791f-48a7-4849-a943-34aaa3223fbd/volumes/kubernetes.io~projected/kube-api-access-77plb"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/4bc2791f-48a7-4849-a943-34aaa3223fbd/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/62dc16dc-10a8-48a4-b26c-2f8f0a2b000d/volumes/kubernetes.io~projected/kube-api-access-bkvb7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/65f8d569-524c-4936-999e-50f62281ccd4/volumes/kubernetes.io~projected/kube-api-access-8kwz7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/6b2457ff-babc-4a9e-be82-ea1c03df9c00/volumes/kubernetes.io~projected/kube-api-access-n8mp4"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/6d19467f-126e-4db9-a92e-b24259b4051f/volumes/kubernetes.io~projected/kube-api-access-pgl6j"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/7dbfbef2-ffd1-4fc8-8be2-bb5fe4ef6b9d/volumes/kubernetes.io~projected/kube-api-access-r2pcm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/7dbfbef2-ffd1-4fc8-8be2-bb5fe4ef6b9d/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/87abb910-a88d-417e-a66c-3d392aed814a/volumes/kubernetes.io~projected/konnectivity-agent-token"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/87abb910-a88d-417e-a66c-3d392aed814a/volumes/kubernetes.io~projected/kube-api-access-sn5vc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/87abb910-a88d-417e-a66c-3d392aed814a/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/87f9f952-06ab-4c42-b833-fe03a46d851d/volumes/kubernetes.io~projected/kube-api-access-4jbj5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/8ec61a11-0bd7-47f1-a60c-2532f7216735/volumes/kubernetes.io~projected/kube-api-access-n4grl"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/90428957-aa01-489a-b2f8-efaab7edd0b3/volumes/kubernetes.io~projected/kube-api-access-bk65b"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/90428957-aa01-489a-b2f8-efaab7edd0b3/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/90428957-aa01-489a-b2f8-efaab7edd0b3/volumes/kubernetes.io~secret/collection-secret"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/9467118d-14b3-4bc2-957f-ea8f5fba7f3e/volumes/kubernetes.io~projected/kube-api-access-cqq9f"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/9467118d-14b3-4bc2-957f-ea8f5fba7f3e/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/a8325a6f-1203-4816-9491-b10f151c5639/volumes/kubernetes.io~projected/kube-api-access-dgj42"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/a8325a6f-1203-4816-9491-b10f151c5639/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/a97b0a48-8956-4eb6-b69f-b2ee3417c66c/volumes/kubernetes.io~projected/kube-api-access-s96hp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/aef9f252-6c08-47e0-89eb-6263ba5a0640/volumes/kubernetes.io~projected/kube-api-access-skxvx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/b03931f3-0af3-432f-8550-48fbd5bad2ce/volumes/kubernetes.io~projected/kube-api-access-9x2qm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/b0cbe8b9-b6cc-4f8b-8e68-1412e369ce65/volumes/kubernetes.io~projected/kube-api-access-t77vm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/b54129ce-43bc-43dd-b710-6f50dc4108be/volumes/kubernetes.io~projected/kube-api-access-9vqvs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/c4fb261a-ed8a-47bb-9d1b-521ea6f59f73/volumes/kubernetes.io~projected/kube-api-access-szjnh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/c4fb261a-ed8a-47bb-9d1b-521ea6f59f73/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/c549bfb0-2839-498a-8767-c35f19b17202/volumes/kubernetes.io~projected/kube-api-access-8jlcl"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/c86387d1-1ad9-4be6-8280-3a9bd3fb7cbe/volumes/kubernetes.io~projected/kube-api-access-b55vh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/d204cf36-f2c4-478d-bab1-c3d06f5259f5/volumes/kubernetes.io~projected/kube-api-access-hvfrz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/dc44b196-c4c7-4006-b0e9-caa55a90cd9f/volumes/kubernetes.io~projected/kube-api-access-28z2f"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/dc44b196-c4c7-4006-b0e9-caa55a90cd9f/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/dc6dab7d-8c04-4495-a407-f12f0a472286/volumes/kubernetes.io~projected/kube-api-access-tbwx6"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/deb12667-dfc1-418b-af11-df73e64ab1c5/volumes/kubernetes.io~projected/kube-api-access-c24zk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/dfb8b797-54a4-40d4-a708-3670359f30c9/volumes/kubernetes.io~projected/kube-api-access-bnnd2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/e0473ef9-53bc-4e8d-8f38-86c547556ce2/volumes/kubernetes.io~projected/kube-api-access-bzn7c"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/e0473ef9-53bc-4e8d-8f38-86c547556ce2/volumes/kubernetes.io~secret/certs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/e434b961-1dd6-4625-b7bf-54696abb47af/volumes/kubernetes.io~projected/kube-api-access-jdn5d"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/e434b961-1dd6-4625-b7bf-54696abb47af/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/ee2ca90b-2170-4eb2-b7dc-f0080f2c3f0e/volumes/kubernetes.io~projected/kube-api-access-htghh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/ef6de5db-611d-4dc3-bf5e-6eccbf9efa5d/volumes/kubernetes.io~projected/kube-api-access-z4x2s"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/f2391837-1730-401a-ba56-c81345bcfc21/volumes/kubernetes.io~projected/kube-api-access-2mbxk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/02454e08-7ae2-42c5-87a2-4b8edba302c6/volumes/kubernetes.io~projected/kube-api-access-7jpkt"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/11635008-160e-4c35-8a3c-1777a30a4a27/volumes/kubernetes.io~projected/kube-api-access-9mk59"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/15e1db1f-bbbe-4c46-ab98-91818142ed20/volumes/kubernetes.io~projected/kube-api-access-vscrz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/207b02f4-9495-4f74-a318-a383b5ce7b66/volumes/kubernetes.io~projected/kube-api-access-54vgs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/33e4e375-a04f-43b8-a574-1eff5839fd8d/volumes/kubernetes.io~projected/kube-api-access-pmww5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3537f2dd-20b0-4137-97fc-c94d0ef8b936/volumes/kubernetes.io~projected/kube-api-access-mw9fc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3a3a9347-bb64-41bf-91a8-ed02c8ca0ea9/volumes/kubernetes.io~projected/kube-api-access-zl8qw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4bc2791f-48a7-4849-a943-34aaa3223fbd/volumes/kubernetes.io~projected/kube-api-access-77plb"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4bc2791f-48a7-4849-a943-34aaa3223fbd/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/62dc16dc-10a8-48a4-b26c-2f8f0a2b000d/volumes/kubernetes.io~projected/kube-api-access-bkvb7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/65f8d569-524c-4936-999e-50f62281ccd4/volumes/kubernetes.io~projected/kube-api-access-8kwz7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6b2457ff-babc-4a9e-be82-ea1c03df9c00/volumes/kubernetes.io~projected/kube-api-access-n8mp4"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d19467f-126e-4db9-a92e-b24259b4051f/volumes/kubernetes.io~projected/kube-api-access-pgl6j"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7dbfbef2-ffd1-4fc8-8be2-bb5fe4ef6b9d/volumes/kubernetes.io~projected/kube-api-access-r2pcm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7dbfbef2-ffd1-4fc8-8be2-bb5fe4ef6b9d/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/87abb910-a88d-417e-a66c-3d392aed814a/volumes/kubernetes.io~projected/konnectivity-agent-token"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/87abb910-a88d-417e-a66c-3d392aed814a/volumes/kubernetes.io~projected/kube-api-access-sn5vc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/87abb910-a88d-417e-a66c-3d392aed814a/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/87f9f952-06ab-4c42-b833-fe03a46d851d/volumes/kubernetes.io~projected/kube-api-access-4jbj5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8ec61a11-0bd7-47f1-a60c-2532f7216735/volumes/kubernetes.io~projected/kube-api-access-n4grl"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/90428957-aa01-489a-b2f8-efaab7edd0b3/volumes/kubernetes.io~projected/kube-api-access-bk65b"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/90428957-aa01-489a-b2f8-efaab7edd0b3/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/90428957-aa01-489a-b2f8-efaab7edd0b3/volumes/kubernetes.io~secret/collection-secret"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9467118d-14b3-4bc2-957f-ea8f5fba7f3e/volumes/kubernetes.io~projected/kube-api-access-cqq9f"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9467118d-14b3-4bc2-957f-ea8f5fba7f3e/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a8325a6f-1203-4816-9491-b10f151c5639/volumes/kubernetes.io~projected/kube-api-access-dgj42"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a8325a6f-1203-4816-9491-b10f151c5639/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a97b0a48-8956-4eb6-b69f-b2ee3417c66c/volumes/kubernetes.io~projected/kube-api-access-s96hp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/aef9f252-6c08-47e0-89eb-6263ba5a0640/volumes/kubernetes.io~projected/kube-api-access-skxvx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b03931f3-0af3-432f-8550-48fbd5bad2ce/volumes/kubernetes.io~projected/kube-api-access-9x2qm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b0cbe8b9-b6cc-4f8b-8e68-1412e369ce65/volumes/kubernetes.io~projected/kube-api-access-t77vm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b54129ce-43bc-43dd-b710-6f50dc4108be/volumes/kubernetes.io~projected/kube-api-access-9vqvs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c4fb261a-ed8a-47bb-9d1b-521ea6f59f73/volumes/kubernetes.io~projected/kube-api-access-szjnh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c4fb261a-ed8a-47bb-9d1b-521ea6f59f73/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c549bfb0-2839-498a-8767-c35f19b17202/volumes/kubernetes.io~projected/kube-api-access-8jlcl"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c86387d1-1ad9-4be6-8280-3a9bd3fb7cbe/volumes/kubernetes.io~projected/kube-api-access-b55vh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d204cf36-f2c4-478d-bab1-c3d06f5259f5/volumes/kubernetes.io~projected/kube-api-access-hvfrz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dc44b196-c4c7-4006-b0e9-caa55a90cd9f/volumes/kubernetes.io~projected/kube-api-access-28z2f"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dc44b196-c4c7-4006-b0e9-caa55a90cd9f/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dc6dab7d-8c04-4495-a407-f12f0a472286/volumes/kubernetes.io~projected/kube-api-access-tbwx6"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/deb12667-dfc1-418b-af11-df73e64ab1c5/volumes/kubernetes.io~projected/kube-api-access-c24zk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dfb8b797-54a4-40d4-a708-3670359f30c9/volumes/kubernetes.io~projected/kube-api-access-bnnd2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e0473ef9-53bc-4e8d-8f38-86c547556ce2/volumes/kubernetes.io~projected/kube-api-access-bzn7c"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e0473ef9-53bc-4e8d-8f38-86c547556ce2/volumes/kubernetes.io~secret/certs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e434b961-1dd6-4625-b7bf-54696abb47af/volumes/kubernetes.io~projected/kube-api-access-jdn5d"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e434b961-1dd6-4625-b7bf-54696abb47af/volumes/kubernetes.io~projected/token-broker-ksa"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ee2ca90b-2170-4eb2-b7dc-f0080f2c3f0e/volumes/kubernetes.io~projected/kube-api-access-htghh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ef6de5db-611d-4dc3-bf5e-6eccbf9efa5d/volumes/kubernetes.io~projected/kube-api-access-z4x2s"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f2391837-1730-401a-ba56-c81345bcfc21/volumes/kubernetes.io~projected/kube-api-access-2mbxk"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/root",device_error="",fstype="ext2",mountpoint="/"} 63744 node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home"} 6.25872e+06 node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/containerd"} 6.25872e+06 node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/bin"} 6.25872e+06 node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter"} 6.25872e+06 node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet"} 6.25872e+06 node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/flexvolume"} 6.25872e+06 node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/mnt/stateful_partition"} 6.25872e+06 node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var"} 6.25872e+06 node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/containerd"} 6.25872e+06 node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/docker"} 6.25872e+06 node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/google"} 6.25872e+06 node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/kubelet"} 6.25872e+06 node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/toolbox"} 6.25872e+06 node_filesystem_files{device="/dev/sda8",device_error="",fstype="ext4",mountpoint="/usr/share/oem"} 4096 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0505bd6d70e0945817ef31472b0acc2d2616596f58a4a8a7f29308949f835f7e/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06e7790c3192762ebef8e04bf1e2021838e0d8a278ba1480dc1cb14bdf3f3ae3/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0d58ba85e2a2062a0f2d0b7d22eedd05de3c7e3b0a5ec778c6bf22d44425c3e6/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1646bdbc514df3c182667d51694132560a24c92c335fe36c10d052d785cb92f7/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1c9617766b3fe460fcffdd7e9381e1669cc0d66a92c387053fc05d2b78ef0575/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1d1dc9d7e3311ddd28262ea1b2e8ddd4f5eda94fbde0e7954e96e9db86da26ce/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21d4140c63131dfc3b1ddbd1ba4288cb4a2c282619866ad503fde1723c197248/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35e45a4efee8782b340789eccaf4f4668360184679d782fc8bf4046546a269e3/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/38b55a7f5284fe3f754839bd217bcf5cc27b61eb3475b79fc92427b8801a0f6c/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39947296f20b0d8848af9d1d20db11df6c89a1d88a81db11f99c5944208b1db7/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c99970f323b7a987ee37788f468b102713ae67048c80bed2aabfaae2bf04828/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3dd490f9e0a214a7ee55b711bb78f8cbcb2f137064afdcb4a2e024ed6bb8f928/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/444255c0a70bef58ec3d98bcd98ffc8356e76617ec05a23bace2a8a51489f8e8/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4efc50ee3dc09faf5019f8e13d855a093c002f0238e4f32474325be956ff347a/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/532b45abb2d91bb1185a804644ba2db7431a9b84b21c80264ed1a4ff265c789d/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/55b7a91e6526ecce1e2af06c3bd919cf5e93a214a485d77683b4dd7fe25c28e1/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca71ac20bffe272abd1f6ecef80f512bd6c0dc301fa8fa71435b5005b1322f/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61fdb8a0d11ac377e3062d14d1b04fb83fc9ee14f4380ab92f5f6b9aecbcda9d/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fdf0dcc23fe7e2cd8aa26766f2c225b17a9f6b9c3ef063ebd66c6d84460c88/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7039b49b76db0faa5d2414be30ceafe76870fd428b86d0c03b6869a9287b0c67/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7bb8f68a0f731b9713cdcde1a04d8ed664cdf324b9477c6c86c5b694b7d44625/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/800a1be0cf00b77cc461aaeedc9dd2b37a877adf37bfb563d39dd31c4342b898/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8030ef241513cdab07fd55b1f66d11463ea3c4cd947fcc25b117e431e162fe7b/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8c6f7a10f87ba8c10458053656537a642e735092d5d1099f92595f0cceb20714/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b58a0ca8e80be6a3f8486463e7c58e29fb0d1f35e7851460adc96719fa68fb7/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a81f1e7e20622c43c8c144cbc9600f4c7f37ea8d8bbf1e149f374e6957c5c493/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b97ff4b3c3ca201e3eff1c531f5e1c39c2d4106397ca13cfb23404d979d4498d/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bc53f77a98a67013c5cfcbb7f115a72237cf79fff2ad727b3ee5ac89f413fe8f/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c1b3c49d2d35701b4f3dcd761d9b62a99870132304860581afc9762a36839d8d/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c68b576ac5eb236780361b72548aa1cd165116b8b9cd14c54a376bd9c91efcba/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb22a2dc37a9684327060d891ef663095fc05aa73fb5655475f599a35c32ebf8/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d69e70fc326505e8c1f11ff3b12a5d1716d17d692b8956a4b064db75ef37f732/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d95acc2cc3fd7c8ada8b4924f78e3150dac67b56d1a6f33641daef40d61b3b1c/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd552d2105179c7f1347e16cb783efeec2ee93ff832e62d5c05ce3f919af2fdd/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e199784de78521ab05cdb8ae7c1b60b4ca8fc1a5a410e20695e77a4632479e04/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2bc8705ec4895d66735a96a9302db6f4fbfc830228d07aed300a2a55e80c306/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec735fb6e97bcac4fd7e019a435a0bbc8a183f151460d9875b5862bcd1216ab2/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2048c2f6c52b1e0822c23b02fc412347e09ec20e0b6cc5310fe73e09897fdea/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fed4323b156871e2516015cbf8645e99a519eb698f1b010e17d8935b00287639/shm"} 2.04788e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffa87890250301b925d5fe89f7508b31af355d857985ed39408f821c316dbbea/shm"} 2.04788e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/etc/machine-id"} 2.04788e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pki"} 2.04788e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/disks"} 2.04788e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 819200 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 2.04788e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/lib/cloud"} 2.04788e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/lib/kubelet/pki"} 2.04788e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/root",device_error="",fstype="ext2",mountpoint="/"} 49085 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home"} 5.861497e+06 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/containerd"} 5.861497e+06 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/bin"} 5.861497e+06 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter"} 5.861497e+06 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet"} 5.861497e+06 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/flexvolume"} 5.861497e+06 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/mnt/stateful_partition"} 5.861497e+06 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var"} 5.861497e+06 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/containerd"} 5.861497e+06 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/docker"} 5.861497e+06 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/google"} 5.861497e+06 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/kubelet"} 5.861497e+06 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/toolbox"} 5.861497e+06 node_filesystem_files_free{device="/dev/sda8",device_error="",fstype="ext4",mountpoint="/usr/share/oem"} 4085 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0505bd6d70e0945817ef31472b0acc2d2616596f58a4a8a7f29308949f835f7e/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06e7790c3192762ebef8e04bf1e2021838e0d8a278ba1480dc1cb14bdf3f3ae3/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0d58ba85e2a2062a0f2d0b7d22eedd05de3c7e3b0a5ec778c6bf22d44425c3e6/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1646bdbc514df3c182667d51694132560a24c92c335fe36c10d052d785cb92f7/shm"} 2.047877e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1c9617766b3fe460fcffdd7e9381e1669cc0d66a92c387053fc05d2b78ef0575/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1d1dc9d7e3311ddd28262ea1b2e8ddd4f5eda94fbde0e7954e96e9db86da26ce/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21d4140c63131dfc3b1ddbd1ba4288cb4a2c282619866ad503fde1723c197248/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35e45a4efee8782b340789eccaf4f4668360184679d782fc8bf4046546a269e3/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/38b55a7f5284fe3f754839bd217bcf5cc27b61eb3475b79fc92427b8801a0f6c/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39947296f20b0d8848af9d1d20db11df6c89a1d88a81db11f99c5944208b1db7/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c99970f323b7a987ee37788f468b102713ae67048c80bed2aabfaae2bf04828/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3dd490f9e0a214a7ee55b711bb78f8cbcb2f137064afdcb4a2e024ed6bb8f928/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/444255c0a70bef58ec3d98bcd98ffc8356e76617ec05a23bace2a8a51489f8e8/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4efc50ee3dc09faf5019f8e13d855a093c002f0238e4f32474325be956ff347a/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/532b45abb2d91bb1185a804644ba2db7431a9b84b21c80264ed1a4ff265c789d/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/55b7a91e6526ecce1e2af06c3bd919cf5e93a214a485d77683b4dd7fe25c28e1/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca71ac20bffe272abd1f6ecef80f512bd6c0dc301fa8fa71435b5005b1322f/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61fdb8a0d11ac377e3062d14d1b04fb83fc9ee14f4380ab92f5f6b9aecbcda9d/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fdf0dcc23fe7e2cd8aa26766f2c225b17a9f6b9c3ef063ebd66c6d84460c88/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7039b49b76db0faa5d2414be30ceafe76870fd428b86d0c03b6869a9287b0c67/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7bb8f68a0f731b9713cdcde1a04d8ed664cdf324b9477c6c86c5b694b7d44625/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/800a1be0cf00b77cc461aaeedc9dd2b37a877adf37bfb563d39dd31c4342b898/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8030ef241513cdab07fd55b1f66d11463ea3c4cd947fcc25b117e431e162fe7b/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8c6f7a10f87ba8c10458053656537a642e735092d5d1099f92595f0cceb20714/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b58a0ca8e80be6a3f8486463e7c58e29fb0d1f35e7851460adc96719fa68fb7/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a81f1e7e20622c43c8c144cbc9600f4c7f37ea8d8bbf1e149f374e6957c5c493/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b97ff4b3c3ca201e3eff1c531f5e1c39c2d4106397ca13cfb23404d979d4498d/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bc53f77a98a67013c5cfcbb7f115a72237cf79fff2ad727b3ee5ac89f413fe8f/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c1b3c49d2d35701b4f3dcd761d9b62a99870132304860581afc9762a36839d8d/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c68b576ac5eb236780361b72548aa1cd165116b8b9cd14c54a376bd9c91efcba/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb22a2dc37a9684327060d891ef663095fc05aa73fb5655475f599a35c32ebf8/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d69e70fc326505e8c1f11ff3b12a5d1716d17d692b8956a4b064db75ef37f732/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d95acc2cc3fd7c8ada8b4924f78e3150dac67b56d1a6f33641daef40d61b3b1c/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd552d2105179c7f1347e16cb783efeec2ee93ff832e62d5c05ce3f919af2fdd/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e199784de78521ab05cdb8ae7c1b60b4ca8fc1a5a410e20695e77a4632479e04/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2bc8705ec4895d66735a96a9302db6f4fbfc830228d07aed300a2a55e80c306/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec735fb6e97bcac4fd7e019a435a0bbc8a183f151460d9875b5862bcd1216ab2/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2048c2f6c52b1e0822c23b02fc412347e09ec20e0b6cc5310fe73e09897fdea/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fed4323b156871e2516015cbf8645e99a519eb698f1b010e17d8935b00287639/shm"} 2.047879e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffa87890250301b925d5fe89f7508b31af355d857985ed39408f821c316dbbea/shm"} 2.047879e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/etc/machine-id"} 2.047783e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pki"} 2.047874e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/disks"} 2.047879e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 815859 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 2.047868e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/lib/cloud"} 2.047835e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/lib/kubelet/pki"} 2.047874e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/root",device_error="",fstype="ext2",mountpoint="/"} 7.85268736e+08 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home"} 8.1178095616e+10 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/containerd"} 8.1178095616e+10 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/bin"} 8.1178095616e+10 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter"} 8.1178095616e+10 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet"} 8.1178095616e+10 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/flexvolume"} 8.1178095616e+10 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/mnt/stateful_partition"} 8.1178095616e+10 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var"} 8.1178095616e+10 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/containerd"} 8.1178095616e+10 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/docker"} 8.1178095616e+10 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/google"} 8.1178095616e+10 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/kubelet"} 8.1178095616e+10 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/toolbox"} 8.1178095616e+10 node_filesystem_free_bytes{device="/dev/sda8",device_error="",fstype="ext4",mountpoint="/usr/share/oem"} 1.148928e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0505bd6d70e0945817ef31472b0acc2d2616596f58a4a8a7f29308949f835f7e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06e7790c3192762ebef8e04bf1e2021838e0d8a278ba1480dc1cb14bdf3f3ae3/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0d58ba85e2a2062a0f2d0b7d22eedd05de3c7e3b0a5ec778c6bf22d44425c3e6/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1646bdbc514df3c182667d51694132560a24c92c335fe36c10d052d785cb92f7/shm"} 6.6031616e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1c9617766b3fe460fcffdd7e9381e1669cc0d66a92c387053fc05d2b78ef0575/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1d1dc9d7e3311ddd28262ea1b2e8ddd4f5eda94fbde0e7954e96e9db86da26ce/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21d4140c63131dfc3b1ddbd1ba4288cb4a2c282619866ad503fde1723c197248/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35e45a4efee8782b340789eccaf4f4668360184679d782fc8bf4046546a269e3/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/38b55a7f5284fe3f754839bd217bcf5cc27b61eb3475b79fc92427b8801a0f6c/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39947296f20b0d8848af9d1d20db11df6c89a1d88a81db11f99c5944208b1db7/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c99970f323b7a987ee37788f468b102713ae67048c80bed2aabfaae2bf04828/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3dd490f9e0a214a7ee55b711bb78f8cbcb2f137064afdcb4a2e024ed6bb8f928/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/444255c0a70bef58ec3d98bcd98ffc8356e76617ec05a23bace2a8a51489f8e8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4efc50ee3dc09faf5019f8e13d855a093c002f0238e4f32474325be956ff347a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/532b45abb2d91bb1185a804644ba2db7431a9b84b21c80264ed1a4ff265c789d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/55b7a91e6526ecce1e2af06c3bd919cf5e93a214a485d77683b4dd7fe25c28e1/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca71ac20bffe272abd1f6ecef80f512bd6c0dc301fa8fa71435b5005b1322f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61fdb8a0d11ac377e3062d14d1b04fb83fc9ee14f4380ab92f5f6b9aecbcda9d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fdf0dcc23fe7e2cd8aa26766f2c225b17a9f6b9c3ef063ebd66c6d84460c88/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7039b49b76db0faa5d2414be30ceafe76870fd428b86d0c03b6869a9287b0c67/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7bb8f68a0f731b9713cdcde1a04d8ed664cdf324b9477c6c86c5b694b7d44625/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/800a1be0cf00b77cc461aaeedc9dd2b37a877adf37bfb563d39dd31c4342b898/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8030ef241513cdab07fd55b1f66d11463ea3c4cd947fcc25b117e431e162fe7b/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8c6f7a10f87ba8c10458053656537a642e735092d5d1099f92595f0cceb20714/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b58a0ca8e80be6a3f8486463e7c58e29fb0d1f35e7851460adc96719fa68fb7/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a81f1e7e20622c43c8c144cbc9600f4c7f37ea8d8bbf1e149f374e6957c5c493/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b97ff4b3c3ca201e3eff1c531f5e1c39c2d4106397ca13cfb23404d979d4498d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bc53f77a98a67013c5cfcbb7f115a72237cf79fff2ad727b3ee5ac89f413fe8f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c1b3c49d2d35701b4f3dcd761d9b62a99870132304860581afc9762a36839d8d/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c68b576ac5eb236780361b72548aa1cd165116b8b9cd14c54a376bd9c91efcba/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb22a2dc37a9684327060d891ef663095fc05aa73fb5655475f599a35c32ebf8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d69e70fc326505e8c1f11ff3b12a5d1716d17d692b8956a4b064db75ef37f732/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d95acc2cc3fd7c8ada8b4924f78e3150dac67b56d1a6f33641daef40d61b3b1c/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd552d2105179c7f1347e16cb783efeec2ee93ff832e62d5c05ce3f919af2fdd/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e199784de78521ab05cdb8ae7c1b60b4ca8fc1a5a410e20695e77a4632479e04/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2bc8705ec4895d66735a96a9302db6f4fbfc830228d07aed300a2a55e80c306/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec735fb6e97bcac4fd7e019a435a0bbc8a183f151460d9875b5862bcd1216ab2/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2048c2f6c52b1e0822c23b02fc412347e09ec20e0b6cc5310fe73e09897fdea/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fed4323b156871e2516015cbf8645e99a519eb698f1b010e17d8935b00287639/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffa87890250301b925d5fe89f7508b31af355d857985ed39408f821c316dbbea/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/etc/machine-id"} 8.387928064e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pki"} 8.388104192e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/disks"} 262144 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.34616576e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 8.388112384e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/lib/cloud"} 3.97312e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/lib/kubelet/pki"} 8.388104192e+09 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/root",major="253",minor="0",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/home"} 1 node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/home/containerd"} 1 node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/home/kubernetes/bin"} 1 node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/home/kubernetes/containerized_mounter"} 1 node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet"} 1 node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/home/kubernetes/flexvolume"} 1 node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/mnt/stateful_partition"} 1 node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/var"} 1 node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/var/lib/containerd"} 1 node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/var/lib/docker"} 1 node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/var/lib/google"} 1 node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/var/lib/kubelet"} 1 node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/var/lib/toolbox"} 1 node_filesystem_mount_info{device="/dev/sda8",major="8",minor="8",mountpoint="/usr/share/oem"} 1 node_filesystem_mount_info{device="shm",major="0",minor="149",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b97ff4b3c3ca201e3eff1c531f5e1c39c2d4106397ca13cfb23404d979d4498d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="170",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21d4140c63131dfc3b1ddbd1ba4288cb4a2c282619866ad503fde1723c197248/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="173",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fdf0dcc23fe7e2cd8aa26766f2c225b17a9f6b9c3ef063ebd66c6d84460c88/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="201",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1d1dc9d7e3311ddd28262ea1b2e8ddd4f5eda94fbde0e7954e96e9db86da26ce/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="216",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61fdb8a0d11ac377e3062d14d1b04fb83fc9ee14f4380ab92f5f6b9aecbcda9d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="217",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c99970f323b7a987ee37788f468b102713ae67048c80bed2aabfaae2bf04828/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="231",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d69e70fc326505e8c1f11ff3b12a5d1716d17d692b8956a4b064db75ef37f732/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="253",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca71ac20bffe272abd1f6ecef80f512bd6c0dc301fa8fa71435b5005b1322f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="284",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3dd490f9e0a214a7ee55b711bb78f8cbcb2f137064afdcb4a2e024ed6bb8f928/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="292",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2048c2f6c52b1e0822c23b02fc412347e09ec20e0b6cc5310fe73e09897fdea/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="293",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39947296f20b0d8848af9d1d20db11df6c89a1d88a81db11f99c5944208b1db7/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="308",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8c6f7a10f87ba8c10458053656537a642e735092d5d1099f92595f0cceb20714/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="314",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/444255c0a70bef58ec3d98bcd98ffc8356e76617ec05a23bace2a8a51489f8e8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="323",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c1b3c49d2d35701b4f3dcd761d9b62a99870132304860581afc9762a36839d8d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="372",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb22a2dc37a9684327060d891ef663095fc05aa73fb5655475f599a35c32ebf8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="390",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2bc8705ec4895d66735a96a9302db6f4fbfc830228d07aed300a2a55e80c306/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="48",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fed4323b156871e2516015cbf8645e99a519eb698f1b010e17d8935b00287639/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="49",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec735fb6e97bcac4fd7e019a435a0bbc8a183f151460d9875b5862bcd1216ab2/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="53",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06e7790c3192762ebef8e04bf1e2021838e0d8a278ba1480dc1cb14bdf3f3ae3/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="552",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd552d2105179c7f1347e16cb783efeec2ee93ff832e62d5c05ce3f919af2fdd/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="592",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1c9617766b3fe460fcffdd7e9381e1669cc0d66a92c387053fc05d2b78ef0575/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="598",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/38b55a7f5284fe3f754839bd217bcf5cc27b61eb3475b79fc92427b8801a0f6c/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="601",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0505bd6d70e0945817ef31472b0acc2d2616596f58a4a8a7f29308949f835f7e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="607",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/800a1be0cf00b77cc461aaeedc9dd2b37a877adf37bfb563d39dd31c4342b898/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="608",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/55b7a91e6526ecce1e2af06c3bd919cf5e93a214a485d77683b4dd7fe25c28e1/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="652",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e199784de78521ab05cdb8ae7c1b60b4ca8fc1a5a410e20695e77a4632479e04/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="732",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7bb8f68a0f731b9713cdcde1a04d8ed664cdf324b9477c6c86c5b694b7d44625/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="746",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a81f1e7e20622c43c8c144cbc9600f4c7f37ea8d8bbf1e149f374e6957c5c493/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="76",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/532b45abb2d91bb1185a804644ba2db7431a9b84b21c80264ed1a4ff265c789d/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="80",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bc53f77a98a67013c5cfcbb7f115a72237cf79fff2ad727b3ee5ac89f413fe8f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="800",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b58a0ca8e80be6a3f8486463e7c58e29fb0d1f35e7851460adc96719fa68fb7/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="811",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d95acc2cc3fd7c8ada8b4924f78e3150dac67b56d1a6f33641daef40d61b3b1c/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="815",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0d58ba85e2a2062a0f2d0b7d22eedd05de3c7e3b0a5ec778c6bf22d44425c3e6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="818",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffa87890250301b925d5fe89f7508b31af355d857985ed39408f821c316dbbea/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="83",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7039b49b76db0faa5d2414be30ceafe76870fd428b86d0c03b6869a9287b0c67/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="843",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1646bdbc514df3c182667d51694132560a24c92c335fe36c10d052d785cb92f7/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="849",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c68b576ac5eb236780361b72548aa1cd165116b8b9cd14c54a376bd9c91efcba/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="85",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8030ef241513cdab07fd55b1f66d11463ea3c4cd947fcc25b117e431e162fe7b/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="876",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35e45a4efee8782b340789eccaf4f4668360184679d782fc8bf4046546a269e3/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="95",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4efc50ee3dc09faf5019f8e13d855a093c002f0238e4f32474325be956ff347a/shm"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",mountpoint="/etc/machine-id"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="32",mountpoint="/mnt/disks"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="34",mountpoint="/tmp"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="41",mountpoint="/var/lib/cloud"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="52",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pki"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="52",mountpoint="/var/lib/kubelet/pki"} 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/root",device_error="",fstype="ext2",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home"} 0 node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/containerd"} 0 node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/bin"} 0 node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter"} 0 node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet"} 0 node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/flexvolume"} 0 node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/mnt/stateful_partition"} 0 node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var"} 0 node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/containerd"} 0 node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/docker"} 0 node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/google"} 0 node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/kubelet"} 0 node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/toolbox"} 0 node_filesystem_purgeable_bytes{device="/dev/sda8",device_error="",fstype="ext4",mountpoint="/usr/share/oem"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0505bd6d70e0945817ef31472b0acc2d2616596f58a4a8a7f29308949f835f7e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06e7790c3192762ebef8e04bf1e2021838e0d8a278ba1480dc1cb14bdf3f3ae3/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0d58ba85e2a2062a0f2d0b7d22eedd05de3c7e3b0a5ec778c6bf22d44425c3e6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1646bdbc514df3c182667d51694132560a24c92c335fe36c10d052d785cb92f7/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1c9617766b3fe460fcffdd7e9381e1669cc0d66a92c387053fc05d2b78ef0575/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1d1dc9d7e3311ddd28262ea1b2e8ddd4f5eda94fbde0e7954e96e9db86da26ce/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21d4140c63131dfc3b1ddbd1ba4288cb4a2c282619866ad503fde1723c197248/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35e45a4efee8782b340789eccaf4f4668360184679d782fc8bf4046546a269e3/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/38b55a7f5284fe3f754839bd217bcf5cc27b61eb3475b79fc92427b8801a0f6c/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39947296f20b0d8848af9d1d20db11df6c89a1d88a81db11f99c5944208b1db7/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c99970f323b7a987ee37788f468b102713ae67048c80bed2aabfaae2bf04828/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3dd490f9e0a214a7ee55b711bb78f8cbcb2f137064afdcb4a2e024ed6bb8f928/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/444255c0a70bef58ec3d98bcd98ffc8356e76617ec05a23bace2a8a51489f8e8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4efc50ee3dc09faf5019f8e13d855a093c002f0238e4f32474325be956ff347a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/532b45abb2d91bb1185a804644ba2db7431a9b84b21c80264ed1a4ff265c789d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/55b7a91e6526ecce1e2af06c3bd919cf5e93a214a485d77683b4dd7fe25c28e1/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca71ac20bffe272abd1f6ecef80f512bd6c0dc301fa8fa71435b5005b1322f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61fdb8a0d11ac377e3062d14d1b04fb83fc9ee14f4380ab92f5f6b9aecbcda9d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fdf0dcc23fe7e2cd8aa26766f2c225b17a9f6b9c3ef063ebd66c6d84460c88/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7039b49b76db0faa5d2414be30ceafe76870fd428b86d0c03b6869a9287b0c67/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7bb8f68a0f731b9713cdcde1a04d8ed664cdf324b9477c6c86c5b694b7d44625/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/800a1be0cf00b77cc461aaeedc9dd2b37a877adf37bfb563d39dd31c4342b898/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8030ef241513cdab07fd55b1f66d11463ea3c4cd947fcc25b117e431e162fe7b/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8c6f7a10f87ba8c10458053656537a642e735092d5d1099f92595f0cceb20714/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b58a0ca8e80be6a3f8486463e7c58e29fb0d1f35e7851460adc96719fa68fb7/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a81f1e7e20622c43c8c144cbc9600f4c7f37ea8d8bbf1e149f374e6957c5c493/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b97ff4b3c3ca201e3eff1c531f5e1c39c2d4106397ca13cfb23404d979d4498d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bc53f77a98a67013c5cfcbb7f115a72237cf79fff2ad727b3ee5ac89f413fe8f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c1b3c49d2d35701b4f3dcd761d9b62a99870132304860581afc9762a36839d8d/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c68b576ac5eb236780361b72548aa1cd165116b8b9cd14c54a376bd9c91efcba/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb22a2dc37a9684327060d891ef663095fc05aa73fb5655475f599a35c32ebf8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d69e70fc326505e8c1f11ff3b12a5d1716d17d692b8956a4b064db75ef37f732/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d95acc2cc3fd7c8ada8b4924f78e3150dac67b56d1a6f33641daef40d61b3b1c/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd552d2105179c7f1347e16cb783efeec2ee93ff832e62d5c05ce3f919af2fdd/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e199784de78521ab05cdb8ae7c1b60b4ca8fc1a5a410e20695e77a4632479e04/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2bc8705ec4895d66735a96a9302db6f4fbfc830228d07aed300a2a55e80c306/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec735fb6e97bcac4fd7e019a435a0bbc8a183f151460d9875b5862bcd1216ab2/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2048c2f6c52b1e0822c23b02fc412347e09ec20e0b6cc5310fe73e09897fdea/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fed4323b156871e2516015cbf8645e99a519eb698f1b010e17d8935b00287639/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffa87890250301b925d5fe89f7508b31af355d857985ed39408f821c316dbbea/shm"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/etc/machine-id"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pki"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/disks"} 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="/tmp"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/lib/cloud"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/lib/kubelet/pki"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/root",device_error="",fstype="ext2",mountpoint="/"} 1 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/containerd"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/bin"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/flexvolume"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/mnt/stateful_partition"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/containerd"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/docker"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/google"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/kubelet"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/toolbox"} 0 node_filesystem_readonly{device="/dev/sda8",device_error="",fstype="ext4",mountpoint="/usr/share/oem"} 1 node_filesystem_readonly{device="/dev/sdb",device_error="permission denied",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/plugins/kubernetes.io/csi/pd.csi.storage.gke.io/8cc338a98cda0dcea660acf930725726a4749ffea165eb41b1082e97e88d86ac/globalmount"} 0 node_filesystem_readonly{device="/dev/sdb",device_error="permission denied",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/deb12667-dfc1-418b-af11-df73e64ab1c5/volume-subpaths/pvc-7588b39d-b7ea-4a35-b5be-4d7bda149073/postgres/0"} 0 node_filesystem_readonly{device="/dev/sdb",device_error="permission denied",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/deb12667-dfc1-418b-af11-df73e64ab1c5/volumes/kubernetes.io~csi/pvc-7588b39d-b7ea-4a35-b5be-4d7bda149073/mount"} 0 node_filesystem_readonly{device="/dev/sdb",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/pd.csi.storage.gke.io/8cc338a98cda0dcea660acf930725726a4749ffea165eb41b1082e97e88d86ac/globalmount"} 0 node_filesystem_readonly{device="/dev/sdb",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/deb12667-dfc1-418b-af11-df73e64ab1c5/volume-subpaths/pvc-7588b39d-b7ea-4a35-b5be-4d7bda149073/postgres/0"} 0 node_filesystem_readonly{device="/dev/sdb",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/deb12667-dfc1-418b-af11-df73e64ab1c5/volumes/kubernetes.io~csi/pvc-7588b39d-b7ea-4a35-b5be-4d7bda149073/mount"} 0 node_filesystem_readonly{device="/dev/sdc",device_error="permission denied",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/plugins/kubernetes.io/csi/pd.csi.storage.gke.io/2dbd14b3159eacd8be1db67976512b85baf23a4535e2ed6d9fd6d9a9504461c6/globalmount"} 0 node_filesystem_readonly{device="/dev/sdc",device_error="permission denied",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/3a3a9347-bb64-41bf-91a8-ed02c8ca0ea9/volumes/kubernetes.io~csi/pvc-dfa7dd5d-fb26-4d83-9f8e-8a3930641658/mount"} 0 node_filesystem_readonly{device="/dev/sdc",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/pd.csi.storage.gke.io/2dbd14b3159eacd8be1db67976512b85baf23a4535e2ed6d9fd6d9a9504461c6/globalmount"} 0 node_filesystem_readonly{device="/dev/sdc",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/3a3a9347-bb64-41bf-91a8-ed02c8ca0ea9/volumes/kubernetes.io~csi/pvc-dfa7dd5d-fb26-4d83-9f8e-8a3930641658/mount"} 0 node_filesystem_readonly{device="/dev/sdd",device_error="permission denied",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/plugins/kubernetes.io/csi/pd.csi.storage.gke.io/cfe345a215591d5e54d7e33c0ab00645c6eb21ed35fcd8e39167c45c9c223cd1/globalmount"} 0 node_filesystem_readonly{device="/dev/sdd",device_error="permission denied",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/3a3a9347-bb64-41bf-91a8-ed02c8ca0ea9/volumes/kubernetes.io~csi/pvc-e0f62f5f-d101-4b9d-b89d-a412b48824dd/mount"} 0 node_filesystem_readonly{device="/dev/sdd",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/pd.csi.storage.gke.io/cfe345a215591d5e54d7e33c0ab00645c6eb21ed35fcd8e39167c45c9c223cd1/globalmount"} 0 node_filesystem_readonly{device="/dev/sdd",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/3a3a9347-bb64-41bf-91a8-ed02c8ca0ea9/volumes/kubernetes.io~csi/pvc-e0f62f5f-d101-4b9d-b89d-a412b48824dd/mount"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0505bd6d70e0945817ef31472b0acc2d2616596f58a4a8a7f29308949f835f7e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06e7790c3192762ebef8e04bf1e2021838e0d8a278ba1480dc1cb14bdf3f3ae3/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0d58ba85e2a2062a0f2d0b7d22eedd05de3c7e3b0a5ec778c6bf22d44425c3e6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1646bdbc514df3c182667d51694132560a24c92c335fe36c10d052d785cb92f7/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1c9617766b3fe460fcffdd7e9381e1669cc0d66a92c387053fc05d2b78ef0575/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1d1dc9d7e3311ddd28262ea1b2e8ddd4f5eda94fbde0e7954e96e9db86da26ce/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21d4140c63131dfc3b1ddbd1ba4288cb4a2c282619866ad503fde1723c197248/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35e45a4efee8782b340789eccaf4f4668360184679d782fc8bf4046546a269e3/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/38b55a7f5284fe3f754839bd217bcf5cc27b61eb3475b79fc92427b8801a0f6c/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39947296f20b0d8848af9d1d20db11df6c89a1d88a81db11f99c5944208b1db7/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c99970f323b7a987ee37788f468b102713ae67048c80bed2aabfaae2bf04828/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3dd490f9e0a214a7ee55b711bb78f8cbcb2f137064afdcb4a2e024ed6bb8f928/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/444255c0a70bef58ec3d98bcd98ffc8356e76617ec05a23bace2a8a51489f8e8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4efc50ee3dc09faf5019f8e13d855a093c002f0238e4f32474325be956ff347a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/532b45abb2d91bb1185a804644ba2db7431a9b84b21c80264ed1a4ff265c789d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/55b7a91e6526ecce1e2af06c3bd919cf5e93a214a485d77683b4dd7fe25c28e1/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca71ac20bffe272abd1f6ecef80f512bd6c0dc301fa8fa71435b5005b1322f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61fdb8a0d11ac377e3062d14d1b04fb83fc9ee14f4380ab92f5f6b9aecbcda9d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fdf0dcc23fe7e2cd8aa26766f2c225b17a9f6b9c3ef063ebd66c6d84460c88/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7039b49b76db0faa5d2414be30ceafe76870fd428b86d0c03b6869a9287b0c67/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7bb8f68a0f731b9713cdcde1a04d8ed664cdf324b9477c6c86c5b694b7d44625/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/800a1be0cf00b77cc461aaeedc9dd2b37a877adf37bfb563d39dd31c4342b898/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8030ef241513cdab07fd55b1f66d11463ea3c4cd947fcc25b117e431e162fe7b/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8c6f7a10f87ba8c10458053656537a642e735092d5d1099f92595f0cceb20714/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b58a0ca8e80be6a3f8486463e7c58e29fb0d1f35e7851460adc96719fa68fb7/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a81f1e7e20622c43c8c144cbc9600f4c7f37ea8d8bbf1e149f374e6957c5c493/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b97ff4b3c3ca201e3eff1c531f5e1c39c2d4106397ca13cfb23404d979d4498d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bc53f77a98a67013c5cfcbb7f115a72237cf79fff2ad727b3ee5ac89f413fe8f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c1b3c49d2d35701b4f3dcd761d9b62a99870132304860581afc9762a36839d8d/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c68b576ac5eb236780361b72548aa1cd165116b8b9cd14c54a376bd9c91efcba/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb22a2dc37a9684327060d891ef663095fc05aa73fb5655475f599a35c32ebf8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d69e70fc326505e8c1f11ff3b12a5d1716d17d692b8956a4b064db75ef37f732/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d95acc2cc3fd7c8ada8b4924f78e3150dac67b56d1a6f33641daef40d61b3b1c/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd552d2105179c7f1347e16cb783efeec2ee93ff832e62d5c05ce3f919af2fdd/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e199784de78521ab05cdb8ae7c1b60b4ca8fc1a5a410e20695e77a4632479e04/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2bc8705ec4895d66735a96a9302db6f4fbfc830228d07aed300a2a55e80c306/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec735fb6e97bcac4fd7e019a435a0bbc8a183f151460d9875b5862bcd1216ab2/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2048c2f6c52b1e0822c23b02fc412347e09ec20e0b6cc5310fe73e09897fdea/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fed4323b156871e2516015cbf8645e99a519eb698f1b010e17d8935b00287639/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffa87890250301b925d5fe89f7508b31af355d857985ed39408f821c316dbbea/shm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/etc/machine-id"} 1 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pki"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/disks"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/lib/cloud"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/lib/kubelet/pki"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/02454e08-7ae2-42c5-87a2-4b8edba302c6/volumes/kubernetes.io~projected/kube-api-access-7jpkt"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/11635008-160e-4c35-8a3c-1777a30a4a27/volumes/kubernetes.io~projected/kube-api-access-9mk59"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/15e1db1f-bbbe-4c46-ab98-91818142ed20/volumes/kubernetes.io~projected/kube-api-access-vscrz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/207b02f4-9495-4f74-a318-a383b5ce7b66/volumes/kubernetes.io~projected/kube-api-access-54vgs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/33e4e375-a04f-43b8-a574-1eff5839fd8d/volumes/kubernetes.io~projected/kube-api-access-pmww5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/3537f2dd-20b0-4137-97fc-c94d0ef8b936/volumes/kubernetes.io~projected/kube-api-access-mw9fc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/3a3a9347-bb64-41bf-91a8-ed02c8ca0ea9/volumes/kubernetes.io~projected/kube-api-access-zl8qw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/4bc2791f-48a7-4849-a943-34aaa3223fbd/volumes/kubernetes.io~projected/kube-api-access-77plb"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/4bc2791f-48a7-4849-a943-34aaa3223fbd/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/62dc16dc-10a8-48a4-b26c-2f8f0a2b000d/volumes/kubernetes.io~projected/kube-api-access-bkvb7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/65f8d569-524c-4936-999e-50f62281ccd4/volumes/kubernetes.io~projected/kube-api-access-8kwz7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/6b2457ff-babc-4a9e-be82-ea1c03df9c00/volumes/kubernetes.io~projected/kube-api-access-n8mp4"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/6d19467f-126e-4db9-a92e-b24259b4051f/volumes/kubernetes.io~projected/kube-api-access-pgl6j"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/7dbfbef2-ffd1-4fc8-8be2-bb5fe4ef6b9d/volumes/kubernetes.io~projected/kube-api-access-r2pcm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/7dbfbef2-ffd1-4fc8-8be2-bb5fe4ef6b9d/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/87abb910-a88d-417e-a66c-3d392aed814a/volumes/kubernetes.io~projected/konnectivity-agent-token"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/87abb910-a88d-417e-a66c-3d392aed814a/volumes/kubernetes.io~projected/kube-api-access-sn5vc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/87abb910-a88d-417e-a66c-3d392aed814a/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/87f9f952-06ab-4c42-b833-fe03a46d851d/volumes/kubernetes.io~projected/kube-api-access-4jbj5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/8ec61a11-0bd7-47f1-a60c-2532f7216735/volumes/kubernetes.io~projected/kube-api-access-n4grl"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/90428957-aa01-489a-b2f8-efaab7edd0b3/volumes/kubernetes.io~projected/kube-api-access-bk65b"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/90428957-aa01-489a-b2f8-efaab7edd0b3/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/90428957-aa01-489a-b2f8-efaab7edd0b3/volumes/kubernetes.io~secret/collection-secret"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/9467118d-14b3-4bc2-957f-ea8f5fba7f3e/volumes/kubernetes.io~projected/kube-api-access-cqq9f"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/9467118d-14b3-4bc2-957f-ea8f5fba7f3e/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/a8325a6f-1203-4816-9491-b10f151c5639/volumes/kubernetes.io~projected/kube-api-access-dgj42"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/a8325a6f-1203-4816-9491-b10f151c5639/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/a97b0a48-8956-4eb6-b69f-b2ee3417c66c/volumes/kubernetes.io~projected/kube-api-access-s96hp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/aef9f252-6c08-47e0-89eb-6263ba5a0640/volumes/kubernetes.io~projected/kube-api-access-skxvx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/b03931f3-0af3-432f-8550-48fbd5bad2ce/volumes/kubernetes.io~projected/kube-api-access-9x2qm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/b0cbe8b9-b6cc-4f8b-8e68-1412e369ce65/volumes/kubernetes.io~projected/kube-api-access-t77vm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/b54129ce-43bc-43dd-b710-6f50dc4108be/volumes/kubernetes.io~projected/kube-api-access-9vqvs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/c4fb261a-ed8a-47bb-9d1b-521ea6f59f73/volumes/kubernetes.io~projected/kube-api-access-szjnh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/c4fb261a-ed8a-47bb-9d1b-521ea6f59f73/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/c549bfb0-2839-498a-8767-c35f19b17202/volumes/kubernetes.io~projected/kube-api-access-8jlcl"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/c86387d1-1ad9-4be6-8280-3a9bd3fb7cbe/volumes/kubernetes.io~projected/kube-api-access-b55vh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/d204cf36-f2c4-478d-bab1-c3d06f5259f5/volumes/kubernetes.io~projected/kube-api-access-hvfrz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/dc44b196-c4c7-4006-b0e9-caa55a90cd9f/volumes/kubernetes.io~projected/kube-api-access-28z2f"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/dc44b196-c4c7-4006-b0e9-caa55a90cd9f/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/dc6dab7d-8c04-4495-a407-f12f0a472286/volumes/kubernetes.io~projected/kube-api-access-tbwx6"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/deb12667-dfc1-418b-af11-df73e64ab1c5/volumes/kubernetes.io~projected/kube-api-access-c24zk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/dfb8b797-54a4-40d4-a708-3670359f30c9/volumes/kubernetes.io~projected/kube-api-access-bnnd2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/e0473ef9-53bc-4e8d-8f38-86c547556ce2/volumes/kubernetes.io~projected/kube-api-access-bzn7c"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/e0473ef9-53bc-4e8d-8f38-86c547556ce2/volumes/kubernetes.io~secret/certs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/e434b961-1dd6-4625-b7bf-54696abb47af/volumes/kubernetes.io~projected/kube-api-access-jdn5d"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/e434b961-1dd6-4625-b7bf-54696abb47af/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/ee2ca90b-2170-4eb2-b7dc-f0080f2c3f0e/volumes/kubernetes.io~projected/kube-api-access-htghh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/ef6de5db-611d-4dc3-bf5e-6eccbf9efa5d/volumes/kubernetes.io~projected/kube-api-access-z4x2s"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pods/f2391837-1730-401a-ba56-c81345bcfc21/volumes/kubernetes.io~projected/kube-api-access-2mbxk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/02454e08-7ae2-42c5-87a2-4b8edba302c6/volumes/kubernetes.io~projected/kube-api-access-7jpkt"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/11635008-160e-4c35-8a3c-1777a30a4a27/volumes/kubernetes.io~projected/kube-api-access-9mk59"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/15e1db1f-bbbe-4c46-ab98-91818142ed20/volumes/kubernetes.io~projected/kube-api-access-vscrz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/207b02f4-9495-4f74-a318-a383b5ce7b66/volumes/kubernetes.io~projected/kube-api-access-54vgs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/33e4e375-a04f-43b8-a574-1eff5839fd8d/volumes/kubernetes.io~projected/kube-api-access-pmww5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3537f2dd-20b0-4137-97fc-c94d0ef8b936/volumes/kubernetes.io~projected/kube-api-access-mw9fc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3a3a9347-bb64-41bf-91a8-ed02c8ca0ea9/volumes/kubernetes.io~projected/kube-api-access-zl8qw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4bc2791f-48a7-4849-a943-34aaa3223fbd/volumes/kubernetes.io~projected/kube-api-access-77plb"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4bc2791f-48a7-4849-a943-34aaa3223fbd/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/62dc16dc-10a8-48a4-b26c-2f8f0a2b000d/volumes/kubernetes.io~projected/kube-api-access-bkvb7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/65f8d569-524c-4936-999e-50f62281ccd4/volumes/kubernetes.io~projected/kube-api-access-8kwz7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6b2457ff-babc-4a9e-be82-ea1c03df9c00/volumes/kubernetes.io~projected/kube-api-access-n8mp4"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d19467f-126e-4db9-a92e-b24259b4051f/volumes/kubernetes.io~projected/kube-api-access-pgl6j"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7dbfbef2-ffd1-4fc8-8be2-bb5fe4ef6b9d/volumes/kubernetes.io~projected/kube-api-access-r2pcm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7dbfbef2-ffd1-4fc8-8be2-bb5fe4ef6b9d/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/87abb910-a88d-417e-a66c-3d392aed814a/volumes/kubernetes.io~projected/konnectivity-agent-token"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/87abb910-a88d-417e-a66c-3d392aed814a/volumes/kubernetes.io~projected/kube-api-access-sn5vc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/87abb910-a88d-417e-a66c-3d392aed814a/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/87f9f952-06ab-4c42-b833-fe03a46d851d/volumes/kubernetes.io~projected/kube-api-access-4jbj5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8ec61a11-0bd7-47f1-a60c-2532f7216735/volumes/kubernetes.io~projected/kube-api-access-n4grl"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/90428957-aa01-489a-b2f8-efaab7edd0b3/volumes/kubernetes.io~projected/kube-api-access-bk65b"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/90428957-aa01-489a-b2f8-efaab7edd0b3/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/90428957-aa01-489a-b2f8-efaab7edd0b3/volumes/kubernetes.io~secret/collection-secret"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9467118d-14b3-4bc2-957f-ea8f5fba7f3e/volumes/kubernetes.io~projected/kube-api-access-cqq9f"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9467118d-14b3-4bc2-957f-ea8f5fba7f3e/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a8325a6f-1203-4816-9491-b10f151c5639/volumes/kubernetes.io~projected/kube-api-access-dgj42"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a8325a6f-1203-4816-9491-b10f151c5639/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a97b0a48-8956-4eb6-b69f-b2ee3417c66c/volumes/kubernetes.io~projected/kube-api-access-s96hp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/aef9f252-6c08-47e0-89eb-6263ba5a0640/volumes/kubernetes.io~projected/kube-api-access-skxvx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b03931f3-0af3-432f-8550-48fbd5bad2ce/volumes/kubernetes.io~projected/kube-api-access-9x2qm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b0cbe8b9-b6cc-4f8b-8e68-1412e369ce65/volumes/kubernetes.io~projected/kube-api-access-t77vm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b54129ce-43bc-43dd-b710-6f50dc4108be/volumes/kubernetes.io~projected/kube-api-access-9vqvs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c4fb261a-ed8a-47bb-9d1b-521ea6f59f73/volumes/kubernetes.io~projected/kube-api-access-szjnh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c4fb261a-ed8a-47bb-9d1b-521ea6f59f73/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c549bfb0-2839-498a-8767-c35f19b17202/volumes/kubernetes.io~projected/kube-api-access-8jlcl"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c86387d1-1ad9-4be6-8280-3a9bd3fb7cbe/volumes/kubernetes.io~projected/kube-api-access-b55vh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d204cf36-f2c4-478d-bab1-c3d06f5259f5/volumes/kubernetes.io~projected/kube-api-access-hvfrz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dc44b196-c4c7-4006-b0e9-caa55a90cd9f/volumes/kubernetes.io~projected/kube-api-access-28z2f"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dc44b196-c4c7-4006-b0e9-caa55a90cd9f/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dc6dab7d-8c04-4495-a407-f12f0a472286/volumes/kubernetes.io~projected/kube-api-access-tbwx6"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/deb12667-dfc1-418b-af11-df73e64ab1c5/volumes/kubernetes.io~projected/kube-api-access-c24zk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dfb8b797-54a4-40d4-a708-3670359f30c9/volumes/kubernetes.io~projected/kube-api-access-bnnd2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e0473ef9-53bc-4e8d-8f38-86c547556ce2/volumes/kubernetes.io~projected/kube-api-access-bzn7c"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e0473ef9-53bc-4e8d-8f38-86c547556ce2/volumes/kubernetes.io~secret/certs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e434b961-1dd6-4625-b7bf-54696abb47af/volumes/kubernetes.io~projected/kube-api-access-jdn5d"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e434b961-1dd6-4625-b7bf-54696abb47af/volumes/kubernetes.io~projected/token-broker-ksa"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ee2ca90b-2170-4eb2-b7dc-f0080f2c3f0e/volumes/kubernetes.io~projected/kube-api-access-htghh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ef6de5db-611d-4dc3-bf5e-6eccbf9efa5d/volumes/kubernetes.io~projected/kube-api-access-z4x2s"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f2391837-1730-401a-ba56-c81345bcfc21/volumes/kubernetes.io~projected/kube-api-access-2mbxk"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/root",device_error="",fstype="ext2",mountpoint="/"} 2.068168704e+09 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home"} 1.01203873792e+11 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/containerd"} 1.01203873792e+11 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/bin"} 1.01203873792e+11 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter"} 1.01203873792e+11 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet"} 1.01203873792e+11 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home/kubernetes/flexvolume"} 1.01203873792e+11 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/mnt/stateful_partition"} 1.01203873792e+11 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var"} 1.01203873792e+11 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/containerd"} 1.01203873792e+11 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/docker"} 1.01203873792e+11 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/google"} 1.01203873792e+11 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/kubelet"} 1.01203873792e+11 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var/lib/toolbox"} 1.01203873792e+11 node_filesystem_size_bytes{device="/dev/sda8",device_error="",fstype="ext4",mountpoint="/usr/share/oem"} 1.1513856e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0505bd6d70e0945817ef31472b0acc2d2616596f58a4a8a7f29308949f835f7e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/06e7790c3192762ebef8e04bf1e2021838e0d8a278ba1480dc1cb14bdf3f3ae3/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0d58ba85e2a2062a0f2d0b7d22eedd05de3c7e3b0a5ec778c6bf22d44425c3e6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1646bdbc514df3c182667d51694132560a24c92c335fe36c10d052d785cb92f7/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1c9617766b3fe460fcffdd7e9381e1669cc0d66a92c387053fc05d2b78ef0575/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1d1dc9d7e3311ddd28262ea1b2e8ddd4f5eda94fbde0e7954e96e9db86da26ce/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/21d4140c63131dfc3b1ddbd1ba4288cb4a2c282619866ad503fde1723c197248/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35e45a4efee8782b340789eccaf4f4668360184679d782fc8bf4046546a269e3/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/38b55a7f5284fe3f754839bd217bcf5cc27b61eb3475b79fc92427b8801a0f6c/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39947296f20b0d8848af9d1d20db11df6c89a1d88a81db11f99c5944208b1db7/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c99970f323b7a987ee37788f468b102713ae67048c80bed2aabfaae2bf04828/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3dd490f9e0a214a7ee55b711bb78f8cbcb2f137064afdcb4a2e024ed6bb8f928/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/444255c0a70bef58ec3d98bcd98ffc8356e76617ec05a23bace2a8a51489f8e8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4efc50ee3dc09faf5019f8e13d855a093c002f0238e4f32474325be956ff347a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/532b45abb2d91bb1185a804644ba2db7431a9b84b21c80264ed1a4ff265c789d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/55b7a91e6526ecce1e2af06c3bd919cf5e93a214a485d77683b4dd7fe25c28e1/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/59ca71ac20bffe272abd1f6ecef80f512bd6c0dc301fa8fa71435b5005b1322f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/61fdb8a0d11ac377e3062d14d1b04fb83fc9ee14f4380ab92f5f6b9aecbcda9d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/62fdf0dcc23fe7e2cd8aa26766f2c225b17a9f6b9c3ef063ebd66c6d84460c88/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7039b49b76db0faa5d2414be30ceafe76870fd428b86d0c03b6869a9287b0c67/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7bb8f68a0f731b9713cdcde1a04d8ed664cdf324b9477c6c86c5b694b7d44625/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/800a1be0cf00b77cc461aaeedc9dd2b37a877adf37bfb563d39dd31c4342b898/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8030ef241513cdab07fd55b1f66d11463ea3c4cd947fcc25b117e431e162fe7b/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8c6f7a10f87ba8c10458053656537a642e735092d5d1099f92595f0cceb20714/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b58a0ca8e80be6a3f8486463e7c58e29fb0d1f35e7851460adc96719fa68fb7/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a81f1e7e20622c43c8c144cbc9600f4c7f37ea8d8bbf1e149f374e6957c5c493/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b97ff4b3c3ca201e3eff1c531f5e1c39c2d4106397ca13cfb23404d979d4498d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bc53f77a98a67013c5cfcbb7f115a72237cf79fff2ad727b3ee5ac89f413fe8f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c1b3c49d2d35701b4f3dcd761d9b62a99870132304860581afc9762a36839d8d/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c68b576ac5eb236780361b72548aa1cd165116b8b9cd14c54a376bd9c91efcba/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cb22a2dc37a9684327060d891ef663095fc05aa73fb5655475f599a35c32ebf8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d69e70fc326505e8c1f11ff3b12a5d1716d17d692b8956a4b064db75ef37f732/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d95acc2cc3fd7c8ada8b4924f78e3150dac67b56d1a6f33641daef40d61b3b1c/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dd552d2105179c7f1347e16cb783efeec2ee93ff832e62d5c05ce3f919af2fdd/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e199784de78521ab05cdb8ae7c1b60b4ca8fc1a5a410e20695e77a4632479e04/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e2bc8705ec4895d66735a96a9302db6f4fbfc830228d07aed300a2a55e80c306/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec735fb6e97bcac4fd7e019a435a0bbc8a183f151460d9875b5862bcd1216ab2/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f2048c2f6c52b1e0822c23b02fc412347e09ec20e0b6cc5310fe73e09897fdea/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fed4323b156871e2516015cbf8645e99a519eb698f1b010e17d8935b00287639/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffa87890250301b925d5fe89f7508b31af355d857985ed39408f821c316dbbea/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/etc/machine-id"} 8.38811648e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/home/kubernetes/containerized_mounter/rootfs/var/lib/kubelet/pki"} 8.38811648e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/mnt/disks"} 262144 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.355250688e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 8.38811648e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/lib/cloud"} 4.194304e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/var/lib/kubelet/pki"} 8.38811648e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 166616 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 9.82305017e+08 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.1 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.8 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.57 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 2.2482944e+07 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.834418176e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 1.811935232e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 3.335483392e+09 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 2.98053632e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 3.141275648e+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 8.38811648e+09 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 9.336098816e+09 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 8.589934592e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.0468982784e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.65076736e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 282624 # 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.38325504e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 4.93983744e+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.5565824e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 2.1970944e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.245462528e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.2707844096e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 9.197481984e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.6776237056e+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 4.1111552e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 4.800512e+06 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 4.87743488e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 1.31821568e+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 7.0811648e+07 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 6.19565056e+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 512000 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 3.4123776e+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 485 # 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 8 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 9624 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 35428 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 3.2982543949e+10 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 2.9212457593e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 126 # 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 3 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 996 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 769142 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 62 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 1 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 8.845997e+06 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 64020 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.1584857e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 125764 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 23430 # 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 35393 # 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 35393 # 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="docker0"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="gke05e8a708b02"} 1 node_network_address_assign_type{device="gke089673573d3"} 1 node_network_address_assign_type{device="gke2055f745d4a"} 1 node_network_address_assign_type{device="gke2626dffe062"} 1 node_network_address_assign_type{device="gke420d91eef90"} 1 node_network_address_assign_type{device="gke423dc593d61"} 1 node_network_address_assign_type{device="gke46a19693e58"} 1 node_network_address_assign_type{device="gke577bf116802"} 1 node_network_address_assign_type{device="gke6915e177b87"} 1 node_network_address_assign_type{device="gke6a364803b2a"} 1 node_network_address_assign_type{device="gke7088a90e030"} 1 node_network_address_assign_type{device="gke72774893de1"} 1 node_network_address_assign_type{device="gke7bdbfc305f3"} 1 node_network_address_assign_type{device="gke8154a554f61"} 1 node_network_address_assign_type{device="gke860c56d9610"} 1 node_network_address_assign_type{device="gke88bfa934a46"} 1 node_network_address_assign_type{device="gke8b423e3ad0a"} 1 node_network_address_assign_type{device="gke8e0a09fe86a"} 1 node_network_address_assign_type{device="gke92316e5f9bf"} 1 node_network_address_assign_type{device="gkea0d93b312d0"} 1 node_network_address_assign_type{device="gkea4cb2e0f605"} 1 node_network_address_assign_type{device="gkeab08e09a5b1"} 1 node_network_address_assign_type{device="gkead184e3ae0e"} 1 node_network_address_assign_type{device="gkeb41764314be"} 1 node_network_address_assign_type{device="gkeb6855862594"} 1 node_network_address_assign_type{device="gkebfcd1d2fb34"} 1 node_network_address_assign_type{device="gkec99b7bf449f"} 1 node_network_address_assign_type{device="gkecb3280ec50a"} 1 node_network_address_assign_type{device="gkedf7616d8869"} 1 node_network_address_assign_type{device="gkee915b482214"} 1 node_network_address_assign_type{device="gkeeb09e9ad59e"} 1 node_network_address_assign_type{device="gkeec2812ca20a"} 1 node_network_address_assign_type{device="gkeee1484d9cf9"} 1 node_network_address_assign_type{device="lo"} 0 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="gke05e8a708b02"} 1 node_network_carrier{device="gke089673573d3"} 1 node_network_carrier{device="gke2055f745d4a"} 1 node_network_carrier{device="gke2626dffe062"} 1 node_network_carrier{device="gke420d91eef90"} 1 node_network_carrier{device="gke423dc593d61"} 1 node_network_carrier{device="gke46a19693e58"} 1 node_network_carrier{device="gke577bf116802"} 1 node_network_carrier{device="gke6915e177b87"} 1 node_network_carrier{device="gke6a364803b2a"} 1 node_network_carrier{device="gke7088a90e030"} 1 node_network_carrier{device="gke72774893de1"} 1 node_network_carrier{device="gke7bdbfc305f3"} 1 node_network_carrier{device="gke8154a554f61"} 1 node_network_carrier{device="gke860c56d9610"} 1 node_network_carrier{device="gke88bfa934a46"} 1 node_network_carrier{device="gke8b423e3ad0a"} 1 node_network_carrier{device="gke8e0a09fe86a"} 1 node_network_carrier{device="gke92316e5f9bf"} 1 node_network_carrier{device="gkea0d93b312d0"} 1 node_network_carrier{device="gkea4cb2e0f605"} 1 node_network_carrier{device="gkeab08e09a5b1"} 1 node_network_carrier{device="gkead184e3ae0e"} 1 node_network_carrier{device="gkeb41764314be"} 1 node_network_carrier{device="gkeb6855862594"} 1 node_network_carrier{device="gkebfcd1d2fb34"} 1 node_network_carrier{device="gkec99b7bf449f"} 1 node_network_carrier{device="gkecb3280ec50a"} 1 node_network_carrier{device="gkedf7616d8869"} 1 node_network_carrier{device="gkee915b482214"} 1 node_network_carrier{device="gkeeb09e9ad59e"} 1 node_network_carrier{device="gkeec2812ca20a"} 1 node_network_carrier{device="gkeee1484d9cf9"} 1 node_network_carrier{device="lo"} 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="docker0"} 1 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="gke05e8a708b02"} 2 node_network_carrier_changes_total{device="gke089673573d3"} 2 node_network_carrier_changes_total{device="gke2055f745d4a"} 2 node_network_carrier_changes_total{device="gke2626dffe062"} 2 node_network_carrier_changes_total{device="gke420d91eef90"} 2 node_network_carrier_changes_total{device="gke423dc593d61"} 2 node_network_carrier_changes_total{device="gke46a19693e58"} 2 node_network_carrier_changes_total{device="gke577bf116802"} 2 node_network_carrier_changes_total{device="gke6915e177b87"} 2 node_network_carrier_changes_total{device="gke6a364803b2a"} 2 node_network_carrier_changes_total{device="gke7088a90e030"} 2 node_network_carrier_changes_total{device="gke72774893de1"} 2 node_network_carrier_changes_total{device="gke7bdbfc305f3"} 2 node_network_carrier_changes_total{device="gke8154a554f61"} 2 node_network_carrier_changes_total{device="gke860c56d9610"} 2 node_network_carrier_changes_total{device="gke88bfa934a46"} 2 node_network_carrier_changes_total{device="gke8b423e3ad0a"} 2 node_network_carrier_changes_total{device="gke8e0a09fe86a"} 2 node_network_carrier_changes_total{device="gke92316e5f9bf"} 2 node_network_carrier_changes_total{device="gkea0d93b312d0"} 2 node_network_carrier_changes_total{device="gkea4cb2e0f605"} 2 node_network_carrier_changes_total{device="gkeab08e09a5b1"} 2 node_network_carrier_changes_total{device="gkead184e3ae0e"} 2 node_network_carrier_changes_total{device="gkeb41764314be"} 2 node_network_carrier_changes_total{device="gkeb6855862594"} 2 node_network_carrier_changes_total{device="gkebfcd1d2fb34"} 2 node_network_carrier_changes_total{device="gkec99b7bf449f"} 2 node_network_carrier_changes_total{device="gkecb3280ec50a"} 2 node_network_carrier_changes_total{device="gkedf7616d8869"} 2 node_network_carrier_changes_total{device="gkee915b482214"} 2 node_network_carrier_changes_total{device="gkeeb09e9ad59e"} 2 node_network_carrier_changes_total{device="gkeec2812ca20a"} 2 node_network_carrier_changes_total{device="gkeee1484d9cf9"} 2 node_network_carrier_changes_total{device="lo"} 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="docker0"} 1 node_network_carrier_down_changes_total{device="eth0"} 1 node_network_carrier_down_changes_total{device="gke05e8a708b02"} 1 node_network_carrier_down_changes_total{device="gke089673573d3"} 1 node_network_carrier_down_changes_total{device="gke2055f745d4a"} 1 node_network_carrier_down_changes_total{device="gke2626dffe062"} 1 node_network_carrier_down_changes_total{device="gke420d91eef90"} 1 node_network_carrier_down_changes_total{device="gke423dc593d61"} 1 node_network_carrier_down_changes_total{device="gke46a19693e58"} 1 node_network_carrier_down_changes_total{device="gke577bf116802"} 1 node_network_carrier_down_changes_total{device="gke6915e177b87"} 1 node_network_carrier_down_changes_total{device="gke6a364803b2a"} 1 node_network_carrier_down_changes_total{device="gke7088a90e030"} 1 node_network_carrier_down_changes_total{device="gke72774893de1"} 1 node_network_carrier_down_changes_total{device="gke7bdbfc305f3"} 1 node_network_carrier_down_changes_total{device="gke8154a554f61"} 1 node_network_carrier_down_changes_total{device="gke860c56d9610"} 1 node_network_carrier_down_changes_total{device="gke88bfa934a46"} 1 node_network_carrier_down_changes_total{device="gke8b423e3ad0a"} 1 node_network_carrier_down_changes_total{device="gke8e0a09fe86a"} 1 node_network_carrier_down_changes_total{device="gke92316e5f9bf"} 1 node_network_carrier_down_changes_total{device="gkea0d93b312d0"} 1 node_network_carrier_down_changes_total{device="gkea4cb2e0f605"} 1 node_network_carrier_down_changes_total{device="gkeab08e09a5b1"} 1 node_network_carrier_down_changes_total{device="gkead184e3ae0e"} 1 node_network_carrier_down_changes_total{device="gkeb41764314be"} 1 node_network_carrier_down_changes_total{device="gkeb6855862594"} 1 node_network_carrier_down_changes_total{device="gkebfcd1d2fb34"} 1 node_network_carrier_down_changes_total{device="gkec99b7bf449f"} 1 node_network_carrier_down_changes_total{device="gkecb3280ec50a"} 1 node_network_carrier_down_changes_total{device="gkedf7616d8869"} 1 node_network_carrier_down_changes_total{device="gkee915b482214"} 1 node_network_carrier_down_changes_total{device="gkeeb09e9ad59e"} 1 node_network_carrier_down_changes_total{device="gkeec2812ca20a"} 1 node_network_carrier_down_changes_total{device="gkeee1484d9cf9"} 1 node_network_carrier_down_changes_total{device="lo"} 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="docker0"} 0 node_network_carrier_up_changes_total{device="eth0"} 1 node_network_carrier_up_changes_total{device="gke05e8a708b02"} 1 node_network_carrier_up_changes_total{device="gke089673573d3"} 1 node_network_carrier_up_changes_total{device="gke2055f745d4a"} 1 node_network_carrier_up_changes_total{device="gke2626dffe062"} 1 node_network_carrier_up_changes_total{device="gke420d91eef90"} 1 node_network_carrier_up_changes_total{device="gke423dc593d61"} 1 node_network_carrier_up_changes_total{device="gke46a19693e58"} 1 node_network_carrier_up_changes_total{device="gke577bf116802"} 1 node_network_carrier_up_changes_total{device="gke6915e177b87"} 1 node_network_carrier_up_changes_total{device="gke6a364803b2a"} 1 node_network_carrier_up_changes_total{device="gke7088a90e030"} 1 node_network_carrier_up_changes_total{device="gke72774893de1"} 1 node_network_carrier_up_changes_total{device="gke7bdbfc305f3"} 1 node_network_carrier_up_changes_total{device="gke8154a554f61"} 1 node_network_carrier_up_changes_total{device="gke860c56d9610"} 1 node_network_carrier_up_changes_total{device="gke88bfa934a46"} 1 node_network_carrier_up_changes_total{device="gke8b423e3ad0a"} 1 node_network_carrier_up_changes_total{device="gke8e0a09fe86a"} 1 node_network_carrier_up_changes_total{device="gke92316e5f9bf"} 1 node_network_carrier_up_changes_total{device="gkea0d93b312d0"} 1 node_network_carrier_up_changes_total{device="gkea4cb2e0f605"} 1 node_network_carrier_up_changes_total{device="gkeab08e09a5b1"} 1 node_network_carrier_up_changes_total{device="gkead184e3ae0e"} 1 node_network_carrier_up_changes_total{device="gkeb41764314be"} 1 node_network_carrier_up_changes_total{device="gkeb6855862594"} 1 node_network_carrier_up_changes_total{device="gkebfcd1d2fb34"} 1 node_network_carrier_up_changes_total{device="gkec99b7bf449f"} 1 node_network_carrier_up_changes_total{device="gkecb3280ec50a"} 1 node_network_carrier_up_changes_total{device="gkedf7616d8869"} 1 node_network_carrier_up_changes_total{device="gkee915b482214"} 1 node_network_carrier_up_changes_total{device="gkeeb09e9ad59e"} 1 node_network_carrier_up_changes_total{device="gkeec2812ca20a"} 1 node_network_carrier_up_changes_total{device="gkeee1484d9cf9"} 1 node_network_carrier_up_changes_total{device="lo"} 0 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="docker0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="gke05e8a708b02"} 0 node_network_device_id{device="gke089673573d3"} 0 node_network_device_id{device="gke2055f745d4a"} 0 node_network_device_id{device="gke2626dffe062"} 0 node_network_device_id{device="gke420d91eef90"} 0 node_network_device_id{device="gke423dc593d61"} 0 node_network_device_id{device="gke46a19693e58"} 0 node_network_device_id{device="gke577bf116802"} 0 node_network_device_id{device="gke6915e177b87"} 0 node_network_device_id{device="gke6a364803b2a"} 0 node_network_device_id{device="gke7088a90e030"} 0 node_network_device_id{device="gke72774893de1"} 0 node_network_device_id{device="gke7bdbfc305f3"} 0 node_network_device_id{device="gke8154a554f61"} 0 node_network_device_id{device="gke860c56d9610"} 0 node_network_device_id{device="gke88bfa934a46"} 0 node_network_device_id{device="gke8b423e3ad0a"} 0 node_network_device_id{device="gke8e0a09fe86a"} 0 node_network_device_id{device="gke92316e5f9bf"} 0 node_network_device_id{device="gkea0d93b312d0"} 0 node_network_device_id{device="gkea4cb2e0f605"} 0 node_network_device_id{device="gkeab08e09a5b1"} 0 node_network_device_id{device="gkead184e3ae0e"} 0 node_network_device_id{device="gkeb41764314be"} 0 node_network_device_id{device="gkeb6855862594"} 0 node_network_device_id{device="gkebfcd1d2fb34"} 0 node_network_device_id{device="gkec99b7bf449f"} 0 node_network_device_id{device="gkecb3280ec50a"} 0 node_network_device_id{device="gkedf7616d8869"} 0 node_network_device_id{device="gkee915b482214"} 0 node_network_device_id{device="gkeeb09e9ad59e"} 0 node_network_device_id{device="gkeec2812ca20a"} 0 node_network_device_id{device="gkeee1484d9cf9"} 0 node_network_device_id{device="lo"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="gke05e8a708b02"} 0 node_network_dormant{device="gke089673573d3"} 0 node_network_dormant{device="gke2055f745d4a"} 0 node_network_dormant{device="gke2626dffe062"} 0 node_network_dormant{device="gke420d91eef90"} 0 node_network_dormant{device="gke423dc593d61"} 0 node_network_dormant{device="gke46a19693e58"} 0 node_network_dormant{device="gke577bf116802"} 0 node_network_dormant{device="gke6915e177b87"} 0 node_network_dormant{device="gke6a364803b2a"} 0 node_network_dormant{device="gke7088a90e030"} 0 node_network_dormant{device="gke72774893de1"} 0 node_network_dormant{device="gke7bdbfc305f3"} 0 node_network_dormant{device="gke8154a554f61"} 0 node_network_dormant{device="gke860c56d9610"} 0 node_network_dormant{device="gke88bfa934a46"} 0 node_network_dormant{device="gke8b423e3ad0a"} 0 node_network_dormant{device="gke8e0a09fe86a"} 0 node_network_dormant{device="gke92316e5f9bf"} 0 node_network_dormant{device="gkea0d93b312d0"} 0 node_network_dormant{device="gkea4cb2e0f605"} 0 node_network_dormant{device="gkeab08e09a5b1"} 0 node_network_dormant{device="gkead184e3ae0e"} 0 node_network_dormant{device="gkeb41764314be"} 0 node_network_dormant{device="gkeb6855862594"} 0 node_network_dormant{device="gkebfcd1d2fb34"} 0 node_network_dormant{device="gkec99b7bf449f"} 0 node_network_dormant{device="gkecb3280ec50a"} 0 node_network_dormant{device="gkedf7616d8869"} 0 node_network_dormant{device="gkee915b482214"} 0 node_network_dormant{device="gkeeb09e9ad59e"} 0 node_network_dormant{device="gkeec2812ca20a"} 0 node_network_dormant{device="gkeee1484d9cf9"} 0 node_network_dormant{device="lo"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="gke05e8a708b02"} 4099 node_network_flags{device="gke089673573d3"} 4099 node_network_flags{device="gke2055f745d4a"} 4099 node_network_flags{device="gke2626dffe062"} 4099 node_network_flags{device="gke420d91eef90"} 4099 node_network_flags{device="gke423dc593d61"} 4099 node_network_flags{device="gke46a19693e58"} 4099 node_network_flags{device="gke577bf116802"} 4099 node_network_flags{device="gke6915e177b87"} 4099 node_network_flags{device="gke6a364803b2a"} 4099 node_network_flags{device="gke7088a90e030"} 4099 node_network_flags{device="gke72774893de1"} 4099 node_network_flags{device="gke7bdbfc305f3"} 4099 node_network_flags{device="gke8154a554f61"} 4099 node_network_flags{device="gke860c56d9610"} 4099 node_network_flags{device="gke88bfa934a46"} 4099 node_network_flags{device="gke8b423e3ad0a"} 4099 node_network_flags{device="gke8e0a09fe86a"} 4099 node_network_flags{device="gke92316e5f9bf"} 4099 node_network_flags{device="gkea0d93b312d0"} 4099 node_network_flags{device="gkea4cb2e0f605"} 4099 node_network_flags{device="gkeab08e09a5b1"} 4099 node_network_flags{device="gkead184e3ae0e"} 4099 node_network_flags{device="gkeb41764314be"} 4099 node_network_flags{device="gkeb6855862594"} 4099 node_network_flags{device="gkebfcd1d2fb34"} 4099 node_network_flags{device="gkec99b7bf449f"} 4099 node_network_flags{device="gkecb3280ec50a"} 4099 node_network_flags{device="gkedf7616d8869"} 4099 node_network_flags{device="gkee915b482214"} 4099 node_network_flags{device="gkeeb09e9ad59e"} 4099 node_network_flags{device="gkeec2812ca20a"} 4099 node_network_flags{device="gkeee1484d9cf9"} 4099 node_network_flags{device="lo"} 9 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="docker0"} 3 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="gke05e8a708b02"} 11 node_network_iface_id{device="gke089673573d3"} 84 node_network_iface_id{device="gke2055f745d4a"} 19 node_network_iface_id{device="gke2626dffe062"} 74 node_network_iface_id{device="gke420d91eef90"} 27 node_network_iface_id{device="gke423dc593d61"} 79 node_network_iface_id{device="gke46a19693e58"} 80 node_network_iface_id{device="gke577bf116802"} 29 node_network_iface_id{device="gke6915e177b87"} 5 node_network_iface_id{device="gke6a364803b2a"} 17 node_network_iface_id{device="gke7088a90e030"} 22 node_network_iface_id{device="gke72774893de1"} 86 node_network_iface_id{device="gke7bdbfc305f3"} 10 node_network_iface_id{device="gke8154a554f61"} 83 node_network_iface_id{device="gke860c56d9610"} 35 node_network_iface_id{device="gke88bfa934a46"} 28 node_network_iface_id{device="gke8b423e3ad0a"} 9 node_network_iface_id{device="gke8e0a09fe86a"} 21 node_network_iface_id{device="gke92316e5f9bf"} 31 node_network_iface_id{device="gkea0d93b312d0"} 72 node_network_iface_id{device="gkea4cb2e0f605"} 12 node_network_iface_id{device="gkeab08e09a5b1"} 26 node_network_iface_id{device="gkead184e3ae0e"} 7 node_network_iface_id{device="gkeb41764314be"} 18 node_network_iface_id{device="gkeb6855862594"} 37 node_network_iface_id{device="gkebfcd1d2fb34"} 62 node_network_iface_id{device="gkec99b7bf449f"} 4 node_network_iface_id{device="gkecb3280ec50a"} 14 node_network_iface_id{device="gkedf7616d8869"} 25 node_network_iface_id{device="gkee915b482214"} 24 node_network_iface_id{device="gkeeb09e9ad59e"} 16 node_network_iface_id{device="gkeec2812ca20a"} 54 node_network_iface_id{device="gkeee1484d9cf9"} 82 node_network_iface_id{device="lo"} 1 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="docker0"} 3 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="gke05e8a708b02"} 2 node_network_iface_link{device="gke089673573d3"} 2 node_network_iface_link{device="gke2055f745d4a"} 2 node_network_iface_link{device="gke2626dffe062"} 2 node_network_iface_link{device="gke420d91eef90"} 2 node_network_iface_link{device="gke423dc593d61"} 2 node_network_iface_link{device="gke46a19693e58"} 2 node_network_iface_link{device="gke577bf116802"} 2 node_network_iface_link{device="gke6915e177b87"} 2 node_network_iface_link{device="gke6a364803b2a"} 2 node_network_iface_link{device="gke7088a90e030"} 2 node_network_iface_link{device="gke72774893de1"} 2 node_network_iface_link{device="gke7bdbfc305f3"} 2 node_network_iface_link{device="gke8154a554f61"} 2 node_network_iface_link{device="gke860c56d9610"} 2 node_network_iface_link{device="gke88bfa934a46"} 2 node_network_iface_link{device="gke8b423e3ad0a"} 2 node_network_iface_link{device="gke8e0a09fe86a"} 2 node_network_iface_link{device="gke92316e5f9bf"} 2 node_network_iface_link{device="gkea0d93b312d0"} 2 node_network_iface_link{device="gkea4cb2e0f605"} 2 node_network_iface_link{device="gkeab08e09a5b1"} 2 node_network_iface_link{device="gkead184e3ae0e"} 2 node_network_iface_link{device="gkeb41764314be"} 2 node_network_iface_link{device="gkeb6855862594"} 2 node_network_iface_link{device="gkebfcd1d2fb34"} 2 node_network_iface_link{device="gkec99b7bf449f"} 2 node_network_iface_link{device="gkecb3280ec50a"} 2 node_network_iface_link{device="gkedf7616d8869"} 2 node_network_iface_link{device="gkee915b482214"} 2 node_network_iface_link{device="gkeeb09e9ad59e"} 2 node_network_iface_link{device="gkeec2812ca20a"} 2 node_network_iface_link{device="gkeee1484d9cf9"} 2 node_network_iface_link{device="lo"} 1 # 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="docker0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="gke05e8a708b02"} 0 node_network_iface_link_mode{device="gke089673573d3"} 0 node_network_iface_link_mode{device="gke2055f745d4a"} 0 node_network_iface_link_mode{device="gke2626dffe062"} 0 node_network_iface_link_mode{device="gke420d91eef90"} 0 node_network_iface_link_mode{device="gke423dc593d61"} 0 node_network_iface_link_mode{device="gke46a19693e58"} 0 node_network_iface_link_mode{device="gke577bf116802"} 0 node_network_iface_link_mode{device="gke6915e177b87"} 0 node_network_iface_link_mode{device="gke6a364803b2a"} 0 node_network_iface_link_mode{device="gke7088a90e030"} 0 node_network_iface_link_mode{device="gke72774893de1"} 0 node_network_iface_link_mode{device="gke7bdbfc305f3"} 0 node_network_iface_link_mode{device="gke8154a554f61"} 0 node_network_iface_link_mode{device="gke860c56d9610"} 0 node_network_iface_link_mode{device="gke88bfa934a46"} 0 node_network_iface_link_mode{device="gke8b423e3ad0a"} 0 node_network_iface_link_mode{device="gke8e0a09fe86a"} 0 node_network_iface_link_mode{device="gke92316e5f9bf"} 0 node_network_iface_link_mode{device="gkea0d93b312d0"} 0 node_network_iface_link_mode{device="gkea4cb2e0f605"} 0 node_network_iface_link_mode{device="gkeab08e09a5b1"} 0 node_network_iface_link_mode{device="gkead184e3ae0e"} 0 node_network_iface_link_mode{device="gkeb41764314be"} 0 node_network_iface_link_mode{device="gkeb6855862594"} 0 node_network_iface_link_mode{device="gkebfcd1d2fb34"} 0 node_network_iface_link_mode{device="gkec99b7bf449f"} 0 node_network_iface_link_mode{device="gkecb3280ec50a"} 0 node_network_iface_link_mode{device="gkedf7616d8869"} 0 node_network_iface_link_mode{device="gkee915b482214"} 0 node_network_iface_link_mode{device="gkeeb09e9ad59e"} 0 node_network_iface_link_mode{device="gkeec2812ca20a"} 0 node_network_iface_link_mode{device="gkeee1484d9cf9"} 0 node_network_iface_link_mode{device="lo"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:42:0c:73:3a:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="12:ec:69:b8:37:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke420d91eef90",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:ea:54:8f:a0:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke46a19693e58",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:42:af:71:bf:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gkeee1484d9cf9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:5f:b4:00:42:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gkee915b482214",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:e5:db:26:78:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke577bf116802",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:f4:93:37:9b:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gkedf7616d8869",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:01:0a:0a:00:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="46:40:5f:af:ba:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gkecb3280ec50a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:4b:12:40:b4:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke7bdbfc305f3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:62:bd:3a:c1:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke2626dffe062",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:0a:01:df:0e:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gkeeb09e9ad59e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:26:b9:77:a7:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gkebfcd1d2fb34",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:cc:fa:dc:61:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gkeb6855862594",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:39:e1:c2:bd:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke6915e177b87",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:51:4c:70:9d:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke6a364803b2a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:91:5f:4e:0f:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke05e8a708b02",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:14:5d:b0:18:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gkec99b7bf449f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:ca:a1:43:17:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke2055f745d4a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:3a:11:9c:48:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke8e0a09fe86a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:eb:fd:7d:b2:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke72774893de1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:07:d2:7f:f1:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke92316e5f9bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:0a:52:38:f7:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke860c56d9610",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:1a:a9:a5:87:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gkeec2812ca20a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:63:50:cb:17:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gkea0d93b312d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:4a:c3:98:45:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gkeb41764314be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:18:39:40:dc:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke8154a554f61",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:c3:8f:1c:83:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke423dc593d61",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:67:85:01:e0:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gkead184e3ae0e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:c4:45:71:f1:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke089673573d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:fb:67:be:01:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gkeab08e09a5b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:a7:d0:80:7f:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke88bfa934a46",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:ed:0a:17:af:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke8b423e3ad0a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:f6:b6:8b:df:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gke7088a90e030",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:80:b1:ef:57:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="gkea4cb2e0f605",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="docker0"} 1460 node_network_mtu_bytes{device="eth0"} 1460 node_network_mtu_bytes{device="gke05e8a708b02"} 1460 node_network_mtu_bytes{device="gke089673573d3"} 1460 node_network_mtu_bytes{device="gke2055f745d4a"} 1460 node_network_mtu_bytes{device="gke2626dffe062"} 1460 node_network_mtu_bytes{device="gke420d91eef90"} 1460 node_network_mtu_bytes{device="gke423dc593d61"} 1460 node_network_mtu_bytes{device="gke46a19693e58"} 1460 node_network_mtu_bytes{device="gke577bf116802"} 1460 node_network_mtu_bytes{device="gke6915e177b87"} 1460 node_network_mtu_bytes{device="gke6a364803b2a"} 1460 node_network_mtu_bytes{device="gke7088a90e030"} 1460 node_network_mtu_bytes{device="gke72774893de1"} 1460 node_network_mtu_bytes{device="gke7bdbfc305f3"} 1460 node_network_mtu_bytes{device="gke8154a554f61"} 1460 node_network_mtu_bytes{device="gke860c56d9610"} 1460 node_network_mtu_bytes{device="gke88bfa934a46"} 1460 node_network_mtu_bytes{device="gke8b423e3ad0a"} 1460 node_network_mtu_bytes{device="gke8e0a09fe86a"} 1460 node_network_mtu_bytes{device="gke92316e5f9bf"} 1460 node_network_mtu_bytes{device="gkea0d93b312d0"} 1460 node_network_mtu_bytes{device="gkea4cb2e0f605"} 1460 node_network_mtu_bytes{device="gkeab08e09a5b1"} 1460 node_network_mtu_bytes{device="gkead184e3ae0e"} 1460 node_network_mtu_bytes{device="gkeb41764314be"} 1460 node_network_mtu_bytes{device="gkeb6855862594"} 1460 node_network_mtu_bytes{device="gkebfcd1d2fb34"} 1460 node_network_mtu_bytes{device="gkec99b7bf449f"} 1460 node_network_mtu_bytes{device="gkecb3280ec50a"} 1460 node_network_mtu_bytes{device="gkedf7616d8869"} 1460 node_network_mtu_bytes{device="gkee915b482214"} 1460 node_network_mtu_bytes{device="gkeeb09e9ad59e"} 1460 node_network_mtu_bytes{device="gkeec2812ca20a"} 1460 node_network_mtu_bytes{device="gkeee1484d9cf9"} 1460 node_network_mtu_bytes{device="lo"} 65536 # 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="docker0"} 3 node_network_name_assign_type{device="eth0"} 1 node_network_name_assign_type{device="gke05e8a708b02"} 3 node_network_name_assign_type{device="gke089673573d3"} 3 node_network_name_assign_type{device="gke2055f745d4a"} 3 node_network_name_assign_type{device="gke2626dffe062"} 3 node_network_name_assign_type{device="gke420d91eef90"} 3 node_network_name_assign_type{device="gke423dc593d61"} 3 node_network_name_assign_type{device="gke46a19693e58"} 3 node_network_name_assign_type{device="gke577bf116802"} 3 node_network_name_assign_type{device="gke6915e177b87"} 3 node_network_name_assign_type{device="gke6a364803b2a"} 3 node_network_name_assign_type{device="gke7088a90e030"} 3 node_network_name_assign_type{device="gke72774893de1"} 3 node_network_name_assign_type{device="gke7bdbfc305f3"} 3 node_network_name_assign_type{device="gke8154a554f61"} 3 node_network_name_assign_type{device="gke860c56d9610"} 3 node_network_name_assign_type{device="gke88bfa934a46"} 3 node_network_name_assign_type{device="gke8b423e3ad0a"} 3 node_network_name_assign_type{device="gke8e0a09fe86a"} 3 node_network_name_assign_type{device="gke92316e5f9bf"} 3 node_network_name_assign_type{device="gkea0d93b312d0"} 3 node_network_name_assign_type{device="gkea4cb2e0f605"} 3 node_network_name_assign_type{device="gkeab08e09a5b1"} 3 node_network_name_assign_type{device="gkead184e3ae0e"} 3 node_network_name_assign_type{device="gkeb41764314be"} 3 node_network_name_assign_type{device="gkeb6855862594"} 3 node_network_name_assign_type{device="gkebfcd1d2fb34"} 3 node_network_name_assign_type{device="gkec99b7bf449f"} 3 node_network_name_assign_type{device="gkecb3280ec50a"} 3 node_network_name_assign_type{device="gkedf7616d8869"} 3 node_network_name_assign_type{device="gkee915b482214"} 3 node_network_name_assign_type{device="gkeeb09e9ad59e"} 3 node_network_name_assign_type{device="gkeec2812ca20a"} 3 node_network_name_assign_type{device="gkeee1484d9cf9"} 3 node_network_name_assign_type{device="lo"} 2 # 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="docker0"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="gke05e8a708b02"} 0 node_network_net_dev_group{device="gke089673573d3"} 0 node_network_net_dev_group{device="gke2055f745d4a"} 0 node_network_net_dev_group{device="gke2626dffe062"} 0 node_network_net_dev_group{device="gke420d91eef90"} 0 node_network_net_dev_group{device="gke423dc593d61"} 0 node_network_net_dev_group{device="gke46a19693e58"} 0 node_network_net_dev_group{device="gke577bf116802"} 0 node_network_net_dev_group{device="gke6915e177b87"} 0 node_network_net_dev_group{device="gke6a364803b2a"} 0 node_network_net_dev_group{device="gke7088a90e030"} 0 node_network_net_dev_group{device="gke72774893de1"} 0 node_network_net_dev_group{device="gke7bdbfc305f3"} 0 node_network_net_dev_group{device="gke8154a554f61"} 0 node_network_net_dev_group{device="gke860c56d9610"} 0 node_network_net_dev_group{device="gke88bfa934a46"} 0 node_network_net_dev_group{device="gke8b423e3ad0a"} 0 node_network_net_dev_group{device="gke8e0a09fe86a"} 0 node_network_net_dev_group{device="gke92316e5f9bf"} 0 node_network_net_dev_group{device="gkea0d93b312d0"} 0 node_network_net_dev_group{device="gkea4cb2e0f605"} 0 node_network_net_dev_group{device="gkeab08e09a5b1"} 0 node_network_net_dev_group{device="gkead184e3ae0e"} 0 node_network_net_dev_group{device="gkeb41764314be"} 0 node_network_net_dev_group{device="gkeb6855862594"} 0 node_network_net_dev_group{device="gkebfcd1d2fb34"} 0 node_network_net_dev_group{device="gkec99b7bf449f"} 0 node_network_net_dev_group{device="gkecb3280ec50a"} 0 node_network_net_dev_group{device="gkedf7616d8869"} 0 node_network_net_dev_group{device="gkee915b482214"} 0 node_network_net_dev_group{device="gkeeb09e9ad59e"} 0 node_network_net_dev_group{device="gkeec2812ca20a"} 0 node_network_net_dev_group{device="gkeee1484d9cf9"} 0 node_network_net_dev_group{device="lo"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="gke05e8a708b02"} 1 node_network_protocol_type{device="gke089673573d3"} 1 node_network_protocol_type{device="gke2055f745d4a"} 1 node_network_protocol_type{device="gke2626dffe062"} 1 node_network_protocol_type{device="gke420d91eef90"} 1 node_network_protocol_type{device="gke423dc593d61"} 1 node_network_protocol_type{device="gke46a19693e58"} 1 node_network_protocol_type{device="gke577bf116802"} 1 node_network_protocol_type{device="gke6915e177b87"} 1 node_network_protocol_type{device="gke6a364803b2a"} 1 node_network_protocol_type{device="gke7088a90e030"} 1 node_network_protocol_type{device="gke72774893de1"} 1 node_network_protocol_type{device="gke7bdbfc305f3"} 1 node_network_protocol_type{device="gke8154a554f61"} 1 node_network_protocol_type{device="gke860c56d9610"} 1 node_network_protocol_type{device="gke88bfa934a46"} 1 node_network_protocol_type{device="gke8b423e3ad0a"} 1 node_network_protocol_type{device="gke8e0a09fe86a"} 1 node_network_protocol_type{device="gke92316e5f9bf"} 1 node_network_protocol_type{device="gkea0d93b312d0"} 1 node_network_protocol_type{device="gkea4cb2e0f605"} 1 node_network_protocol_type{device="gkeab08e09a5b1"} 1 node_network_protocol_type{device="gkead184e3ae0e"} 1 node_network_protocol_type{device="gkeb41764314be"} 1 node_network_protocol_type{device="gkeb6855862594"} 1 node_network_protocol_type{device="gkebfcd1d2fb34"} 1 node_network_protocol_type{device="gkec99b7bf449f"} 1 node_network_protocol_type{device="gkecb3280ec50a"} 1 node_network_protocol_type{device="gkedf7616d8869"} 1 node_network_protocol_type{device="gkee915b482214"} 1 node_network_protocol_type{device="gkeeb09e9ad59e"} 1 node_network_protocol_type{device="gkeec2812ca20a"} 1 node_network_protocol_type{device="gkeee1484d9cf9"} 1 node_network_protocol_type{device="lo"} 772 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="docker0"} 0 node_network_receive_bytes_total{device="eth0"} 1.3283853877e+10 node_network_receive_bytes_total{device="gke05e8a708b02"} 3.77470601e+08 node_network_receive_bytes_total{device="gke089673573d3"} 6.893931e+06 node_network_receive_bytes_total{device="gke2055f745d4a"} 8.951281e+06 node_network_receive_bytes_total{device="gke2626dffe062"} 3.52898031e+08 node_network_receive_bytes_total{device="gke420d91eef90"} 1.2648937e+07 node_network_receive_bytes_total{device="gke423dc593d61"} 563334 node_network_receive_bytes_total{device="gke46a19693e58"} 7.10909477e+08 node_network_receive_bytes_total{device="gke577bf116802"} 1.5520799e+07 node_network_receive_bytes_total{device="gke6915e177b87"} 9.064073e+07 node_network_receive_bytes_total{device="gke6a364803b2a"} 2.74146668e+08 node_network_receive_bytes_total{device="gke7088a90e030"} 2.11087784e+08 node_network_receive_bytes_total{device="gke72774893de1"} 8.587131e+06 node_network_receive_bytes_total{device="gke7bdbfc305f3"} 5.5483989e+07 node_network_receive_bytes_total{device="gke8154a554f61"} 1.664674e+06 node_network_receive_bytes_total{device="gke860c56d9610"} 1.50305416e+08 node_network_receive_bytes_total{device="gke88bfa934a46"} 7.994267e+06 node_network_receive_bytes_total{device="gke8b423e3ad0a"} 4.1192485e+07 node_network_receive_bytes_total{device="gke8e0a09fe86a"} 1.40898118e+08 node_network_receive_bytes_total{device="gke92316e5f9bf"} 3.18436952e+08 node_network_receive_bytes_total{device="gkea0d93b312d0"} 3.37006415e+08 node_network_receive_bytes_total{device="gkea4cb2e0f605"} 9.117036e+06 node_network_receive_bytes_total{device="gkeab08e09a5b1"} 6.8871801e+07 node_network_receive_bytes_total{device="gkead184e3ae0e"} 5.9179561e+07 node_network_receive_bytes_total{device="gkeb41764314be"} 1.72351912e+08 node_network_receive_bytes_total{device="gkeb6855862594"} 3.2107205e+07 node_network_receive_bytes_total{device="gkebfcd1d2fb34"} 14184 node_network_receive_bytes_total{device="gkec99b7bf449f"} 1.3588685886e+10 node_network_receive_bytes_total{device="gkecb3280ec50a"} 1.0277748e+07 node_network_receive_bytes_total{device="gkedf7616d8869"} 1.5462622e+07 node_network_receive_bytes_total{device="gkee915b482214"} 9.811983e+06 node_network_receive_bytes_total{device="gkeeb09e9ad59e"} 5.76215413e+08 node_network_receive_bytes_total{device="gkeec2812ca20a"} 1.45793854e+08 node_network_receive_bytes_total{device="gkeee1484d9cf9"} 4.35221294e+08 node_network_receive_bytes_total{device="lo"} 1.492257309e+09 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="docker0"} 0 node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="gke05e8a708b02"} 0 node_network_receive_compressed_total{device="gke089673573d3"} 0 node_network_receive_compressed_total{device="gke2055f745d4a"} 0 node_network_receive_compressed_total{device="gke2626dffe062"} 0 node_network_receive_compressed_total{device="gke420d91eef90"} 0 node_network_receive_compressed_total{device="gke423dc593d61"} 0 node_network_receive_compressed_total{device="gke46a19693e58"} 0 node_network_receive_compressed_total{device="gke577bf116802"} 0 node_network_receive_compressed_total{device="gke6915e177b87"} 0 node_network_receive_compressed_total{device="gke6a364803b2a"} 0 node_network_receive_compressed_total{device="gke7088a90e030"} 0 node_network_receive_compressed_total{device="gke72774893de1"} 0 node_network_receive_compressed_total{device="gke7bdbfc305f3"} 0 node_network_receive_compressed_total{device="gke8154a554f61"} 0 node_network_receive_compressed_total{device="gke860c56d9610"} 0 node_network_receive_compressed_total{device="gke88bfa934a46"} 0 node_network_receive_compressed_total{device="gke8b423e3ad0a"} 0 node_network_receive_compressed_total{device="gke8e0a09fe86a"} 0 node_network_receive_compressed_total{device="gke92316e5f9bf"} 0 node_network_receive_compressed_total{device="gkea0d93b312d0"} 0 node_network_receive_compressed_total{device="gkea4cb2e0f605"} 0 node_network_receive_compressed_total{device="gkeab08e09a5b1"} 0 node_network_receive_compressed_total{device="gkead184e3ae0e"} 0 node_network_receive_compressed_total{device="gkeb41764314be"} 0 node_network_receive_compressed_total{device="gkeb6855862594"} 0 node_network_receive_compressed_total{device="gkebfcd1d2fb34"} 0 node_network_receive_compressed_total{device="gkec99b7bf449f"} 0 node_network_receive_compressed_total{device="gkecb3280ec50a"} 0 node_network_receive_compressed_total{device="gkedf7616d8869"} 0 node_network_receive_compressed_total{device="gkee915b482214"} 0 node_network_receive_compressed_total{device="gkeeb09e9ad59e"} 0 node_network_receive_compressed_total{device="gkeec2812ca20a"} 0 node_network_receive_compressed_total{device="gkeee1484d9cf9"} 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="docker0"} 0 node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="gke05e8a708b02"} 0 node_network_receive_drop_total{device="gke089673573d3"} 0 node_network_receive_drop_total{device="gke2055f745d4a"} 0 node_network_receive_drop_total{device="gke2626dffe062"} 0 node_network_receive_drop_total{device="gke420d91eef90"} 0 node_network_receive_drop_total{device="gke423dc593d61"} 0 node_network_receive_drop_total{device="gke46a19693e58"} 0 node_network_receive_drop_total{device="gke577bf116802"} 0 node_network_receive_drop_total{device="gke6915e177b87"} 0 node_network_receive_drop_total{device="gke6a364803b2a"} 0 node_network_receive_drop_total{device="gke7088a90e030"} 0 node_network_receive_drop_total{device="gke72774893de1"} 0 node_network_receive_drop_total{device="gke7bdbfc305f3"} 0 node_network_receive_drop_total{device="gke8154a554f61"} 0 node_network_receive_drop_total{device="gke860c56d9610"} 0 node_network_receive_drop_total{device="gke88bfa934a46"} 0 node_network_receive_drop_total{device="gke8b423e3ad0a"} 0 node_network_receive_drop_total{device="gke8e0a09fe86a"} 0 node_network_receive_drop_total{device="gke92316e5f9bf"} 0 node_network_receive_drop_total{device="gkea0d93b312d0"} 0 node_network_receive_drop_total{device="gkea4cb2e0f605"} 0 node_network_receive_drop_total{device="gkeab08e09a5b1"} 0 node_network_receive_drop_total{device="gkead184e3ae0e"} 0 node_network_receive_drop_total{device="gkeb41764314be"} 0 node_network_receive_drop_total{device="gkeb6855862594"} 0 node_network_receive_drop_total{device="gkebfcd1d2fb34"} 0 node_network_receive_drop_total{device="gkec99b7bf449f"} 0 node_network_receive_drop_total{device="gkecb3280ec50a"} 0 node_network_receive_drop_total{device="gkedf7616d8869"} 0 node_network_receive_drop_total{device="gkee915b482214"} 0 node_network_receive_drop_total{device="gkeeb09e9ad59e"} 0 node_network_receive_drop_total{device="gkeec2812ca20a"} 0 node_network_receive_drop_total{device="gkeee1484d9cf9"} 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="docker0"} 0 node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="gke05e8a708b02"} 0 node_network_receive_errs_total{device="gke089673573d3"} 0 node_network_receive_errs_total{device="gke2055f745d4a"} 0 node_network_receive_errs_total{device="gke2626dffe062"} 0 node_network_receive_errs_total{device="gke420d91eef90"} 0 node_network_receive_errs_total{device="gke423dc593d61"} 0 node_network_receive_errs_total{device="gke46a19693e58"} 0 node_network_receive_errs_total{device="gke577bf116802"} 0 node_network_receive_errs_total{device="gke6915e177b87"} 0 node_network_receive_errs_total{device="gke6a364803b2a"} 0 node_network_receive_errs_total{device="gke7088a90e030"} 0 node_network_receive_errs_total{device="gke72774893de1"} 0 node_network_receive_errs_total{device="gke7bdbfc305f3"} 0 node_network_receive_errs_total{device="gke8154a554f61"} 0 node_network_receive_errs_total{device="gke860c56d9610"} 0 node_network_receive_errs_total{device="gke88bfa934a46"} 0 node_network_receive_errs_total{device="gke8b423e3ad0a"} 0 node_network_receive_errs_total{device="gke8e0a09fe86a"} 0 node_network_receive_errs_total{device="gke92316e5f9bf"} 0 node_network_receive_errs_total{device="gkea0d93b312d0"} 0 node_network_receive_errs_total{device="gkea4cb2e0f605"} 0 node_network_receive_errs_total{device="gkeab08e09a5b1"} 0 node_network_receive_errs_total{device="gkead184e3ae0e"} 0 node_network_receive_errs_total{device="gkeb41764314be"} 0 node_network_receive_errs_total{device="gkeb6855862594"} 0 node_network_receive_errs_total{device="gkebfcd1d2fb34"} 0 node_network_receive_errs_total{device="gkec99b7bf449f"} 0 node_network_receive_errs_total{device="gkecb3280ec50a"} 0 node_network_receive_errs_total{device="gkedf7616d8869"} 0 node_network_receive_errs_total{device="gkee915b482214"} 0 node_network_receive_errs_total{device="gkeeb09e9ad59e"} 0 node_network_receive_errs_total{device="gkeec2812ca20a"} 0 node_network_receive_errs_total{device="gkeee1484d9cf9"} 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="docker0"} 0 node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="gke05e8a708b02"} 0 node_network_receive_fifo_total{device="gke089673573d3"} 0 node_network_receive_fifo_total{device="gke2055f745d4a"} 0 node_network_receive_fifo_total{device="gke2626dffe062"} 0 node_network_receive_fifo_total{device="gke420d91eef90"} 0 node_network_receive_fifo_total{device="gke423dc593d61"} 0 node_network_receive_fifo_total{device="gke46a19693e58"} 0 node_network_receive_fifo_total{device="gke577bf116802"} 0 node_network_receive_fifo_total{device="gke6915e177b87"} 0 node_network_receive_fifo_total{device="gke6a364803b2a"} 0 node_network_receive_fifo_total{device="gke7088a90e030"} 0 node_network_receive_fifo_total{device="gke72774893de1"} 0 node_network_receive_fifo_total{device="gke7bdbfc305f3"} 0 node_network_receive_fifo_total{device="gke8154a554f61"} 0 node_network_receive_fifo_total{device="gke860c56d9610"} 0 node_network_receive_fifo_total{device="gke88bfa934a46"} 0 node_network_receive_fifo_total{device="gke8b423e3ad0a"} 0 node_network_receive_fifo_total{device="gke8e0a09fe86a"} 0 node_network_receive_fifo_total{device="gke92316e5f9bf"} 0 node_network_receive_fifo_total{device="gkea0d93b312d0"} 0 node_network_receive_fifo_total{device="gkea4cb2e0f605"} 0 node_network_receive_fifo_total{device="gkeab08e09a5b1"} 0 node_network_receive_fifo_total{device="gkead184e3ae0e"} 0 node_network_receive_fifo_total{device="gkeb41764314be"} 0 node_network_receive_fifo_total{device="gkeb6855862594"} 0 node_network_receive_fifo_total{device="gkebfcd1d2fb34"} 0 node_network_receive_fifo_total{device="gkec99b7bf449f"} 0 node_network_receive_fifo_total{device="gkecb3280ec50a"} 0 node_network_receive_fifo_total{device="gkedf7616d8869"} 0 node_network_receive_fifo_total{device="gkee915b482214"} 0 node_network_receive_fifo_total{device="gkeeb09e9ad59e"} 0 node_network_receive_fifo_total{device="gkeec2812ca20a"} 0 node_network_receive_fifo_total{device="gkeee1484d9cf9"} 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="docker0"} 0 node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="gke05e8a708b02"} 0 node_network_receive_frame_total{device="gke089673573d3"} 0 node_network_receive_frame_total{device="gke2055f745d4a"} 0 node_network_receive_frame_total{device="gke2626dffe062"} 0 node_network_receive_frame_total{device="gke420d91eef90"} 0 node_network_receive_frame_total{device="gke423dc593d61"} 0 node_network_receive_frame_total{device="gke46a19693e58"} 0 node_network_receive_frame_total{device="gke577bf116802"} 0 node_network_receive_frame_total{device="gke6915e177b87"} 0 node_network_receive_frame_total{device="gke6a364803b2a"} 0 node_network_receive_frame_total{device="gke7088a90e030"} 0 node_network_receive_frame_total{device="gke72774893de1"} 0 node_network_receive_frame_total{device="gke7bdbfc305f3"} 0 node_network_receive_frame_total{device="gke8154a554f61"} 0 node_network_receive_frame_total{device="gke860c56d9610"} 0 node_network_receive_frame_total{device="gke88bfa934a46"} 0 node_network_receive_frame_total{device="gke8b423e3ad0a"} 0 node_network_receive_frame_total{device="gke8e0a09fe86a"} 0 node_network_receive_frame_total{device="gke92316e5f9bf"} 0 node_network_receive_frame_total{device="gkea0d93b312d0"} 0 node_network_receive_frame_total{device="gkea4cb2e0f605"} 0 node_network_receive_frame_total{device="gkeab08e09a5b1"} 0 node_network_receive_frame_total{device="gkead184e3ae0e"} 0 node_network_receive_frame_total{device="gkeb41764314be"} 0 node_network_receive_frame_total{device="gkeb6855862594"} 0 node_network_receive_frame_total{device="gkebfcd1d2fb34"} 0 node_network_receive_frame_total{device="gkec99b7bf449f"} 0 node_network_receive_frame_total{device="gkecb3280ec50a"} 0 node_network_receive_frame_total{device="gkedf7616d8869"} 0 node_network_receive_frame_total{device="gkee915b482214"} 0 node_network_receive_frame_total{device="gkeeb09e9ad59e"} 0 node_network_receive_frame_total{device="gkeec2812ca20a"} 0 node_network_receive_frame_total{device="gkeee1484d9cf9"} 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="docker0"} 0 node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="gke05e8a708b02"} 0 node_network_receive_multicast_total{device="gke089673573d3"} 0 node_network_receive_multicast_total{device="gke2055f745d4a"} 0 node_network_receive_multicast_total{device="gke2626dffe062"} 0 node_network_receive_multicast_total{device="gke420d91eef90"} 0 node_network_receive_multicast_total{device="gke423dc593d61"} 0 node_network_receive_multicast_total{device="gke46a19693e58"} 0 node_network_receive_multicast_total{device="gke577bf116802"} 0 node_network_receive_multicast_total{device="gke6915e177b87"} 0 node_network_receive_multicast_total{device="gke6a364803b2a"} 0 node_network_receive_multicast_total{device="gke7088a90e030"} 0 node_network_receive_multicast_total{device="gke72774893de1"} 0 node_network_receive_multicast_total{device="gke7bdbfc305f3"} 0 node_network_receive_multicast_total{device="gke8154a554f61"} 0 node_network_receive_multicast_total{device="gke860c56d9610"} 0 node_network_receive_multicast_total{device="gke88bfa934a46"} 0 node_network_receive_multicast_total{device="gke8b423e3ad0a"} 0 node_network_receive_multicast_total{device="gke8e0a09fe86a"} 0 node_network_receive_multicast_total{device="gke92316e5f9bf"} 0 node_network_receive_multicast_total{device="gkea0d93b312d0"} 0 node_network_receive_multicast_total{device="gkea4cb2e0f605"} 0 node_network_receive_multicast_total{device="gkeab08e09a5b1"} 0 node_network_receive_multicast_total{device="gkead184e3ae0e"} 0 node_network_receive_multicast_total{device="gkeb41764314be"} 0 node_network_receive_multicast_total{device="gkeb6855862594"} 0 node_network_receive_multicast_total{device="gkebfcd1d2fb34"} 0 node_network_receive_multicast_total{device="gkec99b7bf449f"} 0 node_network_receive_multicast_total{device="gkecb3280ec50a"} 0 node_network_receive_multicast_total{device="gkedf7616d8869"} 0 node_network_receive_multicast_total{device="gkee915b482214"} 0 node_network_receive_multicast_total{device="gkeeb09e9ad59e"} 0 node_network_receive_multicast_total{device="gkeec2812ca20a"} 0 node_network_receive_multicast_total{device="gkeee1484d9cf9"} 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="docker0"} 0 node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="gke05e8a708b02"} 0 node_network_receive_nohandler_total{device="gke089673573d3"} 0 node_network_receive_nohandler_total{device="gke2055f745d4a"} 0 node_network_receive_nohandler_total{device="gke2626dffe062"} 0 node_network_receive_nohandler_total{device="gke420d91eef90"} 0 node_network_receive_nohandler_total{device="gke423dc593d61"} 0 node_network_receive_nohandler_total{device="gke46a19693e58"} 0 node_network_receive_nohandler_total{device="gke577bf116802"} 0 node_network_receive_nohandler_total{device="gke6915e177b87"} 0 node_network_receive_nohandler_total{device="gke6a364803b2a"} 0 node_network_receive_nohandler_total{device="gke7088a90e030"} 0 node_network_receive_nohandler_total{device="gke72774893de1"} 0 node_network_receive_nohandler_total{device="gke7bdbfc305f3"} 0 node_network_receive_nohandler_total{device="gke8154a554f61"} 0 node_network_receive_nohandler_total{device="gke860c56d9610"} 0 node_network_receive_nohandler_total{device="gke88bfa934a46"} 0 node_network_receive_nohandler_total{device="gke8b423e3ad0a"} 0 node_network_receive_nohandler_total{device="gke8e0a09fe86a"} 0 node_network_receive_nohandler_total{device="gke92316e5f9bf"} 0 node_network_receive_nohandler_total{device="gkea0d93b312d0"} 0 node_network_receive_nohandler_total{device="gkea4cb2e0f605"} 0 node_network_receive_nohandler_total{device="gkeab08e09a5b1"} 0 node_network_receive_nohandler_total{device="gkead184e3ae0e"} 0 node_network_receive_nohandler_total{device="gkeb41764314be"} 0 node_network_receive_nohandler_total{device="gkeb6855862594"} 0 node_network_receive_nohandler_total{device="gkebfcd1d2fb34"} 0 node_network_receive_nohandler_total{device="gkec99b7bf449f"} 0 node_network_receive_nohandler_total{device="gkecb3280ec50a"} 0 node_network_receive_nohandler_total{device="gkedf7616d8869"} 0 node_network_receive_nohandler_total{device="gkee915b482214"} 0 node_network_receive_nohandler_total{device="gkeeb09e9ad59e"} 0 node_network_receive_nohandler_total{device="gkeec2812ca20a"} 0 node_network_receive_nohandler_total{device="gkeee1484d9cf9"} 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="docker0"} 0 node_network_receive_packets_total{device="eth0"} 1.2365007e+07 node_network_receive_packets_total{device="gke05e8a708b02"} 3.074023e+06 node_network_receive_packets_total{device="gke089673573d3"} 39588 node_network_receive_packets_total{device="gke2055f745d4a"} 102790 node_network_receive_packets_total{device="gke2626dffe062"} 288931 node_network_receive_packets_total{device="gke420d91eef90"} 125339 node_network_receive_packets_total{device="gke423dc593d61"} 8125 node_network_receive_packets_total{device="gke46a19693e58"} 146427 node_network_receive_packets_total{device="gke577bf116802"} 127162 node_network_receive_packets_total{device="gke6915e177b87"} 608946 node_network_receive_packets_total{device="gke6a364803b2a"} 369010 node_network_receive_packets_total{device="gke7088a90e030"} 238112 node_network_receive_packets_total{device="gke72774893de1"} 19775 node_network_receive_packets_total{device="gke7bdbfc305f3"} 161397 node_network_receive_packets_total{device="gke8154a554f61"} 14351 node_network_receive_packets_total{device="gke860c56d9610"} 574796 node_network_receive_packets_total{device="gke88bfa934a46"} 63560 node_network_receive_packets_total{device="gke8b423e3ad0a"} 318502 node_network_receive_packets_total{device="gke8e0a09fe86a"} 19078 node_network_receive_packets_total{device="gke92316e5f9bf"} 1.616069e+06 node_network_receive_packets_total{device="gkea0d93b312d0"} 288557 node_network_receive_packets_total{device="gkea4cb2e0f605"} 103818 node_network_receive_packets_total{device="gkeab08e09a5b1"} 524576 node_network_receive_packets_total{device="gkead184e3ae0e"} 390661 node_network_receive_packets_total{device="gkeb41764314be"} 564050 node_network_receive_packets_total{device="gkeb6855862594"} 219984 node_network_receive_packets_total{device="gkebfcd1d2fb34"} 108 node_network_receive_packets_total{device="gkec99b7bf449f"} 1.766841e+06 node_network_receive_packets_total{device="gkecb3280ec50a"} 106678 node_network_receive_packets_total{device="gkedf7616d8869"} 172590 node_network_receive_packets_total{device="gkee915b482214"} 45714 node_network_receive_packets_total{device="gkeeb09e9ad59e"} 1.731178e+06 node_network_receive_packets_total{device="gkeec2812ca20a"} 300690 node_network_receive_packets_total{device="gkeee1484d9cf9"} 252004 node_network_receive_packets_total{device="lo"} 2.154539e+06 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="gke05e8a708b02"} 1.25e+09 node_network_speed_bytes{device="gke089673573d3"} 1.25e+09 node_network_speed_bytes{device="gke2055f745d4a"} 1.25e+09 node_network_speed_bytes{device="gke2626dffe062"} 1.25e+09 node_network_speed_bytes{device="gke420d91eef90"} 1.25e+09 node_network_speed_bytes{device="gke423dc593d61"} 1.25e+09 node_network_speed_bytes{device="gke46a19693e58"} 1.25e+09 node_network_speed_bytes{device="gke577bf116802"} 1.25e+09 node_network_speed_bytes{device="gke6915e177b87"} 1.25e+09 node_network_speed_bytes{device="gke6a364803b2a"} 1.25e+09 node_network_speed_bytes{device="gke7088a90e030"} 1.25e+09 node_network_speed_bytes{device="gke72774893de1"} 1.25e+09 node_network_speed_bytes{device="gke7bdbfc305f3"} 1.25e+09 node_network_speed_bytes{device="gke8154a554f61"} 1.25e+09 node_network_speed_bytes{device="gke860c56d9610"} 1.25e+09 node_network_speed_bytes{device="gke88bfa934a46"} 1.25e+09 node_network_speed_bytes{device="gke8b423e3ad0a"} 1.25e+09 node_network_speed_bytes{device="gke8e0a09fe86a"} 1.25e+09 node_network_speed_bytes{device="gke92316e5f9bf"} 1.25e+09 node_network_speed_bytes{device="gkea0d93b312d0"} 1.25e+09 node_network_speed_bytes{device="gkea4cb2e0f605"} 1.25e+09 node_network_speed_bytes{device="gkeab08e09a5b1"} 1.25e+09 node_network_speed_bytes{device="gkead184e3ae0e"} 1.25e+09 node_network_speed_bytes{device="gkeb41764314be"} 1.25e+09 node_network_speed_bytes{device="gkeb6855862594"} 1.25e+09 node_network_speed_bytes{device="gkebfcd1d2fb34"} 1.25e+09 node_network_speed_bytes{device="gkec99b7bf449f"} 1.25e+09 node_network_speed_bytes{device="gkecb3280ec50a"} 1.25e+09 node_network_speed_bytes{device="gkedf7616d8869"} 1.25e+09 node_network_speed_bytes{device="gkee915b482214"} 1.25e+09 node_network_speed_bytes{device="gkeeb09e9ad59e"} 1.25e+09 node_network_speed_bytes{device="gkeec2812ca20a"} 1.25e+09 node_network_speed_bytes{device="gkeee1484d9cf9"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="docker0"} 0 node_network_transmit_bytes_total{device="eth0"} 1.8504245868e+10 node_network_transmit_bytes_total{device="gke05e8a708b02"} 1.537494718e+09 node_network_transmit_bytes_total{device="gke089673573d3"} 2.0028107e+07 node_network_transmit_bytes_total{device="gke2055f745d4a"} 5.5933535e+07 node_network_transmit_bytes_total{device="gke2626dffe062"} 1.17540489e+08 node_network_transmit_bytes_total{device="gke420d91eef90"} 2.6337302e+07 node_network_transmit_bytes_total{device="gke423dc593d61"} 923640 node_network_transmit_bytes_total{device="gke46a19693e58"} 5.37326239e+08 node_network_transmit_bytes_total{device="gke577bf116802"} 2.2270313e+07 node_network_transmit_bytes_total{device="gke6915e177b87"} 3.91309526e+08 node_network_transmit_bytes_total{device="gke6a364803b2a"} 8.5444873e+07 node_network_transmit_bytes_total{device="gke7088a90e030"} 6.291254e+07 node_network_transmit_bytes_total{device="gke72774893de1"} 5.147952e+06 node_network_transmit_bytes_total{device="gke7bdbfc305f3"} 5.086368e+07 node_network_transmit_bytes_total{device="gke8154a554f61"} 3.86643e+06 node_network_transmit_bytes_total{device="gke860c56d9610"} 7.09147099e+08 node_network_transmit_bytes_total{device="gke88bfa934a46"} 1.6809517e+07 node_network_transmit_bytes_total{device="gke8b423e3ad0a"} 3.9017029e+07 node_network_transmit_bytes_total{device="gke8e0a09fe86a"} 1.284049e+06 node_network_transmit_bytes_total{device="gke92316e5f9bf"} 9.45348092e+08 node_network_transmit_bytes_total{device="gkea0d93b312d0"} 1.17970848e+08 node_network_transmit_bytes_total{device="gkea4cb2e0f605"} 6.9591905e+07 node_network_transmit_bytes_total{device="gkeab08e09a5b1"} 1.09934061e+08 node_network_transmit_bytes_total{device="gkead184e3ae0e"} 6.3447074e+07 node_network_transmit_bytes_total{device="gkeb41764314be"} 1.81944831e+08 node_network_transmit_bytes_total{device="gkeb6855862594"} 5.7113362e+07 node_network_transmit_bytes_total{device="gkebfcd1d2fb34"} 6418 node_network_transmit_bytes_total{device="gkec99b7bf449f"} 2.836263105e+09 node_network_transmit_bytes_total{device="gkecb3280ec50a"} 9.855614e+06 node_network_transmit_bytes_total{device="gkedf7616d8869"} 2.0896023e+07 node_network_transmit_bytes_total{device="gkee915b482214"} 1.4301582e+07 node_network_transmit_bytes_total{device="gkeeb09e9ad59e"} 2.30840329e+08 node_network_transmit_bytes_total{device="gkeec2812ca20a"} 5.5855153e+07 node_network_transmit_bytes_total{device="gkeee1484d9cf9"} 4.42329364e+08 node_network_transmit_bytes_total{device="lo"} 1.492257309e+09 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="docker0"} 0 node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="gke05e8a708b02"} 0 node_network_transmit_carrier_total{device="gke089673573d3"} 0 node_network_transmit_carrier_total{device="gke2055f745d4a"} 0 node_network_transmit_carrier_total{device="gke2626dffe062"} 0 node_network_transmit_carrier_total{device="gke420d91eef90"} 0 node_network_transmit_carrier_total{device="gke423dc593d61"} 0 node_network_transmit_carrier_total{device="gke46a19693e58"} 0 node_network_transmit_carrier_total{device="gke577bf116802"} 0 node_network_transmit_carrier_total{device="gke6915e177b87"} 0 node_network_transmit_carrier_total{device="gke6a364803b2a"} 0 node_network_transmit_carrier_total{device="gke7088a90e030"} 0 node_network_transmit_carrier_total{device="gke72774893de1"} 0 node_network_transmit_carrier_total{device="gke7bdbfc305f3"} 0 node_network_transmit_carrier_total{device="gke8154a554f61"} 0 node_network_transmit_carrier_total{device="gke860c56d9610"} 0 node_network_transmit_carrier_total{device="gke88bfa934a46"} 0 node_network_transmit_carrier_total{device="gke8b423e3ad0a"} 0 node_network_transmit_carrier_total{device="gke8e0a09fe86a"} 0 node_network_transmit_carrier_total{device="gke92316e5f9bf"} 0 node_network_transmit_carrier_total{device="gkea0d93b312d0"} 0 node_network_transmit_carrier_total{device="gkea4cb2e0f605"} 0 node_network_transmit_carrier_total{device="gkeab08e09a5b1"} 0 node_network_transmit_carrier_total{device="gkead184e3ae0e"} 0 node_network_transmit_carrier_total{device="gkeb41764314be"} 0 node_network_transmit_carrier_total{device="gkeb6855862594"} 0 node_network_transmit_carrier_total{device="gkebfcd1d2fb34"} 0 node_network_transmit_carrier_total{device="gkec99b7bf449f"} 0 node_network_transmit_carrier_total{device="gkecb3280ec50a"} 0 node_network_transmit_carrier_total{device="gkedf7616d8869"} 0 node_network_transmit_carrier_total{device="gkee915b482214"} 0 node_network_transmit_carrier_total{device="gkeeb09e9ad59e"} 0 node_network_transmit_carrier_total{device="gkeec2812ca20a"} 0 node_network_transmit_carrier_total{device="gkeee1484d9cf9"} 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="docker0"} 0 node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="gke05e8a708b02"} 0 node_network_transmit_colls_total{device="gke089673573d3"} 0 node_network_transmit_colls_total{device="gke2055f745d4a"} 0 node_network_transmit_colls_total{device="gke2626dffe062"} 0 node_network_transmit_colls_total{device="gke420d91eef90"} 0 node_network_transmit_colls_total{device="gke423dc593d61"} 0 node_network_transmit_colls_total{device="gke46a19693e58"} 0 node_network_transmit_colls_total{device="gke577bf116802"} 0 node_network_transmit_colls_total{device="gke6915e177b87"} 0 node_network_transmit_colls_total{device="gke6a364803b2a"} 0 node_network_transmit_colls_total{device="gke7088a90e030"} 0 node_network_transmit_colls_total{device="gke72774893de1"} 0 node_network_transmit_colls_total{device="gke7bdbfc305f3"} 0 node_network_transmit_colls_total{device="gke8154a554f61"} 0 node_network_transmit_colls_total{device="gke860c56d9610"} 0 node_network_transmit_colls_total{device="gke88bfa934a46"} 0 node_network_transmit_colls_total{device="gke8b423e3ad0a"} 0 node_network_transmit_colls_total{device="gke8e0a09fe86a"} 0 node_network_transmit_colls_total{device="gke92316e5f9bf"} 0 node_network_transmit_colls_total{device="gkea0d93b312d0"} 0 node_network_transmit_colls_total{device="gkea4cb2e0f605"} 0 node_network_transmit_colls_total{device="gkeab08e09a5b1"} 0 node_network_transmit_colls_total{device="gkead184e3ae0e"} 0 node_network_transmit_colls_total{device="gkeb41764314be"} 0 node_network_transmit_colls_total{device="gkeb6855862594"} 0 node_network_transmit_colls_total{device="gkebfcd1d2fb34"} 0 node_network_transmit_colls_total{device="gkec99b7bf449f"} 0 node_network_transmit_colls_total{device="gkecb3280ec50a"} 0 node_network_transmit_colls_total{device="gkedf7616d8869"} 0 node_network_transmit_colls_total{device="gkee915b482214"} 0 node_network_transmit_colls_total{device="gkeeb09e9ad59e"} 0 node_network_transmit_colls_total{device="gkeec2812ca20a"} 0 node_network_transmit_colls_total{device="gkeee1484d9cf9"} 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="docker0"} 0 node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="gke05e8a708b02"} 0 node_network_transmit_compressed_total{device="gke089673573d3"} 0 node_network_transmit_compressed_total{device="gke2055f745d4a"} 0 node_network_transmit_compressed_total{device="gke2626dffe062"} 0 node_network_transmit_compressed_total{device="gke420d91eef90"} 0 node_network_transmit_compressed_total{device="gke423dc593d61"} 0 node_network_transmit_compressed_total{device="gke46a19693e58"} 0 node_network_transmit_compressed_total{device="gke577bf116802"} 0 node_network_transmit_compressed_total{device="gke6915e177b87"} 0 node_network_transmit_compressed_total{device="gke6a364803b2a"} 0 node_network_transmit_compressed_total{device="gke7088a90e030"} 0 node_network_transmit_compressed_total{device="gke72774893de1"} 0 node_network_transmit_compressed_total{device="gke7bdbfc305f3"} 0 node_network_transmit_compressed_total{device="gke8154a554f61"} 0 node_network_transmit_compressed_total{device="gke860c56d9610"} 0 node_network_transmit_compressed_total{device="gke88bfa934a46"} 0 node_network_transmit_compressed_total{device="gke8b423e3ad0a"} 0 node_network_transmit_compressed_total{device="gke8e0a09fe86a"} 0 node_network_transmit_compressed_total{device="gke92316e5f9bf"} 0 node_network_transmit_compressed_total{device="gkea0d93b312d0"} 0 node_network_transmit_compressed_total{device="gkea4cb2e0f605"} 0 node_network_transmit_compressed_total{device="gkeab08e09a5b1"} 0 node_network_transmit_compressed_total{device="gkead184e3ae0e"} 0 node_network_transmit_compressed_total{device="gkeb41764314be"} 0 node_network_transmit_compressed_total{device="gkeb6855862594"} 0 node_network_transmit_compressed_total{device="gkebfcd1d2fb34"} 0 node_network_transmit_compressed_total{device="gkec99b7bf449f"} 0 node_network_transmit_compressed_total{device="gkecb3280ec50a"} 0 node_network_transmit_compressed_total{device="gkedf7616d8869"} 0 node_network_transmit_compressed_total{device="gkee915b482214"} 0 node_network_transmit_compressed_total{device="gkeeb09e9ad59e"} 0 node_network_transmit_compressed_total{device="gkeec2812ca20a"} 0 node_network_transmit_compressed_total{device="gkeee1484d9cf9"} 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="docker0"} 0 node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="gke05e8a708b02"} 0 node_network_transmit_drop_total{device="gke089673573d3"} 0 node_network_transmit_drop_total{device="gke2055f745d4a"} 0 node_network_transmit_drop_total{device="gke2626dffe062"} 0 node_network_transmit_drop_total{device="gke420d91eef90"} 0 node_network_transmit_drop_total{device="gke423dc593d61"} 0 node_network_transmit_drop_total{device="gke46a19693e58"} 0 node_network_transmit_drop_total{device="gke577bf116802"} 0 node_network_transmit_drop_total{device="gke6915e177b87"} 0 node_network_transmit_drop_total{device="gke6a364803b2a"} 0 node_network_transmit_drop_total{device="gke7088a90e030"} 0 node_network_transmit_drop_total{device="gke72774893de1"} 0 node_network_transmit_drop_total{device="gke7bdbfc305f3"} 0 node_network_transmit_drop_total{device="gke8154a554f61"} 0 node_network_transmit_drop_total{device="gke860c56d9610"} 0 node_network_transmit_drop_total{device="gke88bfa934a46"} 0 node_network_transmit_drop_total{device="gke8b423e3ad0a"} 0 node_network_transmit_drop_total{device="gke8e0a09fe86a"} 0 node_network_transmit_drop_total{device="gke92316e5f9bf"} 0 node_network_transmit_drop_total{device="gkea0d93b312d0"} 0 node_network_transmit_drop_total{device="gkea4cb2e0f605"} 0 node_network_transmit_drop_total{device="gkeab08e09a5b1"} 0 node_network_transmit_drop_total{device="gkead184e3ae0e"} 0 node_network_transmit_drop_total{device="gkeb41764314be"} 0 node_network_transmit_drop_total{device="gkeb6855862594"} 0 node_network_transmit_drop_total{device="gkebfcd1d2fb34"} 0 node_network_transmit_drop_total{device="gkec99b7bf449f"} 0 node_network_transmit_drop_total{device="gkecb3280ec50a"} 0 node_network_transmit_drop_total{device="gkedf7616d8869"} 0 node_network_transmit_drop_total{device="gkee915b482214"} 0 node_network_transmit_drop_total{device="gkeeb09e9ad59e"} 0 node_network_transmit_drop_total{device="gkeec2812ca20a"} 0 node_network_transmit_drop_total{device="gkeee1484d9cf9"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="docker0"} 0 node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="gke05e8a708b02"} 0 node_network_transmit_errs_total{device="gke089673573d3"} 0 node_network_transmit_errs_total{device="gke2055f745d4a"} 0 node_network_transmit_errs_total{device="gke2626dffe062"} 0 node_network_transmit_errs_total{device="gke420d91eef90"} 0 node_network_transmit_errs_total{device="gke423dc593d61"} 0 node_network_transmit_errs_total{device="gke46a19693e58"} 0 node_network_transmit_errs_total{device="gke577bf116802"} 0 node_network_transmit_errs_total{device="gke6915e177b87"} 0 node_network_transmit_errs_total{device="gke6a364803b2a"} 0 node_network_transmit_errs_total{device="gke7088a90e030"} 0 node_network_transmit_errs_total{device="gke72774893de1"} 0 node_network_transmit_errs_total{device="gke7bdbfc305f3"} 0 node_network_transmit_errs_total{device="gke8154a554f61"} 0 node_network_transmit_errs_total{device="gke860c56d9610"} 0 node_network_transmit_errs_total{device="gke88bfa934a46"} 0 node_network_transmit_errs_total{device="gke8b423e3ad0a"} 0 node_network_transmit_errs_total{device="gke8e0a09fe86a"} 0 node_network_transmit_errs_total{device="gke92316e5f9bf"} 0 node_network_transmit_errs_total{device="gkea0d93b312d0"} 0 node_network_transmit_errs_total{device="gkea4cb2e0f605"} 0 node_network_transmit_errs_total{device="gkeab08e09a5b1"} 0 node_network_transmit_errs_total{device="gkead184e3ae0e"} 0 node_network_transmit_errs_total{device="gkeb41764314be"} 0 node_network_transmit_errs_total{device="gkeb6855862594"} 0 node_network_transmit_errs_total{device="gkebfcd1d2fb34"} 0 node_network_transmit_errs_total{device="gkec99b7bf449f"} 0 node_network_transmit_errs_total{device="gkecb3280ec50a"} 0 node_network_transmit_errs_total{device="gkedf7616d8869"} 0 node_network_transmit_errs_total{device="gkee915b482214"} 0 node_network_transmit_errs_total{device="gkeeb09e9ad59e"} 0 node_network_transmit_errs_total{device="gkeec2812ca20a"} 0 node_network_transmit_errs_total{device="gkeee1484d9cf9"} 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="docker0"} 0 node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="gke05e8a708b02"} 0 node_network_transmit_fifo_total{device="gke089673573d3"} 0 node_network_transmit_fifo_total{device="gke2055f745d4a"} 0 node_network_transmit_fifo_total{device="gke2626dffe062"} 0 node_network_transmit_fifo_total{device="gke420d91eef90"} 0 node_network_transmit_fifo_total{device="gke423dc593d61"} 0 node_network_transmit_fifo_total{device="gke46a19693e58"} 0 node_network_transmit_fifo_total{device="gke577bf116802"} 0 node_network_transmit_fifo_total{device="gke6915e177b87"} 0 node_network_transmit_fifo_total{device="gke6a364803b2a"} 0 node_network_transmit_fifo_total{device="gke7088a90e030"} 0 node_network_transmit_fifo_total{device="gke72774893de1"} 0 node_network_transmit_fifo_total{device="gke7bdbfc305f3"} 0 node_network_transmit_fifo_total{device="gke8154a554f61"} 0 node_network_transmit_fifo_total{device="gke860c56d9610"} 0 node_network_transmit_fifo_total{device="gke88bfa934a46"} 0 node_network_transmit_fifo_total{device="gke8b423e3ad0a"} 0 node_network_transmit_fifo_total{device="gke8e0a09fe86a"} 0 node_network_transmit_fifo_total{device="gke92316e5f9bf"} 0 node_network_transmit_fifo_total{device="gkea0d93b312d0"} 0 node_network_transmit_fifo_total{device="gkea4cb2e0f605"} 0 node_network_transmit_fifo_total{device="gkeab08e09a5b1"} 0 node_network_transmit_fifo_total{device="gkead184e3ae0e"} 0 node_network_transmit_fifo_total{device="gkeb41764314be"} 0 node_network_transmit_fifo_total{device="gkeb6855862594"} 0 node_network_transmit_fifo_total{device="gkebfcd1d2fb34"} 0 node_network_transmit_fifo_total{device="gkec99b7bf449f"} 0 node_network_transmit_fifo_total{device="gkecb3280ec50a"} 0 node_network_transmit_fifo_total{device="gkedf7616d8869"} 0 node_network_transmit_fifo_total{device="gkee915b482214"} 0 node_network_transmit_fifo_total{device="gkeeb09e9ad59e"} 0 node_network_transmit_fifo_total{device="gkeec2812ca20a"} 0 node_network_transmit_fifo_total{device="gkeee1484d9cf9"} 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="docker0"} 0 node_network_transmit_packets_total{device="eth0"} 1.1044084e+07 node_network_transmit_packets_total{device="gke05e8a708b02"} 3.4691e+06 node_network_transmit_packets_total{device="gke089673573d3"} 35232 node_network_transmit_packets_total{device="gke2055f745d4a"} 124872 node_network_transmit_packets_total{device="gke2626dffe062"} 292711 node_network_transmit_packets_total{device="gke420d91eef90"} 128741 node_network_transmit_packets_total{device="gke423dc593d61"} 13582 node_network_transmit_packets_total{device="gke46a19693e58"} 150438 node_network_transmit_packets_total{device="gke577bf116802"} 132904 node_network_transmit_packets_total{device="gke6915e177b87"} 629379 node_network_transmit_packets_total{device="gke6a364803b2a"} 383155 node_network_transmit_packets_total{device="gke7088a90e030"} 226271 node_network_transmit_packets_total{device="gke72774893de1"} 21243 node_network_transmit_packets_total{device="gke7bdbfc305f3"} 152379 node_network_transmit_packets_total{device="gke8154a554f61"} 14752 node_network_transmit_packets_total{device="gke860c56d9610"} 528837 node_network_transmit_packets_total{device="gke88bfa934a46"} 63458 node_network_transmit_packets_total{device="gke8b423e3ad0a"} 327703 node_network_transmit_packets_total{device="gke8e0a09fe86a"} 16530 node_network_transmit_packets_total{device="gke92316e5f9bf"} 1.866649e+06 node_network_transmit_packets_total{device="gkea0d93b312d0"} 293384 node_network_transmit_packets_total{device="gkea4cb2e0f605"} 125808 node_network_transmit_packets_total{device="gkeab08e09a5b1"} 525304 node_network_transmit_packets_total{device="gkead184e3ae0e"} 370548 node_network_transmit_packets_total{device="gkeb41764314be"} 679915 node_network_transmit_packets_total{device="gkeb6855862594"} 208908 node_network_transmit_packets_total{device="gkebfcd1d2fb34"} 113 node_network_transmit_packets_total{device="gkec99b7bf449f"} 2.256543e+06 node_network_transmit_packets_total{device="gkecb3280ec50a"} 111071 node_network_transmit_packets_total{device="gkedf7616d8869"} 184993 node_network_transmit_packets_total{device="gkee915b482214"} 42427 node_network_transmit_packets_total{device="gkeeb09e9ad59e"} 1.7557e+06 node_network_transmit_packets_total{device="gkeec2812ca20a"} 398994 node_network_transmit_packets_total{device="gkeee1484d9cf9"} 247248 node_network_transmit_packets_total{device="lo"} 2.154539e+06 # 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="docker0"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="gke05e8a708b02"} 1000 node_network_transmit_queue_length{device="gke089673573d3"} 1000 node_network_transmit_queue_length{device="gke2055f745d4a"} 1000 node_network_transmit_queue_length{device="gke2626dffe062"} 1000 node_network_transmit_queue_length{device="gke420d91eef90"} 1000 node_network_transmit_queue_length{device="gke423dc593d61"} 1000 node_network_transmit_queue_length{device="gke46a19693e58"} 1000 node_network_transmit_queue_length{device="gke577bf116802"} 1000 node_network_transmit_queue_length{device="gke6915e177b87"} 1000 node_network_transmit_queue_length{device="gke6a364803b2a"} 1000 node_network_transmit_queue_length{device="gke7088a90e030"} 1000 node_network_transmit_queue_length{device="gke72774893de1"} 1000 node_network_transmit_queue_length{device="gke7bdbfc305f3"} 1000 node_network_transmit_queue_length{device="gke8154a554f61"} 1000 node_network_transmit_queue_length{device="gke860c56d9610"} 1000 node_network_transmit_queue_length{device="gke88bfa934a46"} 1000 node_network_transmit_queue_length{device="gke8b423e3ad0a"} 1000 node_network_transmit_queue_length{device="gke8e0a09fe86a"} 1000 node_network_transmit_queue_length{device="gke92316e5f9bf"} 1000 node_network_transmit_queue_length{device="gkea0d93b312d0"} 1000 node_network_transmit_queue_length{device="gkea4cb2e0f605"} 1000 node_network_transmit_queue_length{device="gkeab08e09a5b1"} 1000 node_network_transmit_queue_length{device="gkead184e3ae0e"} 1000 node_network_transmit_queue_length{device="gkeb41764314be"} 1000 node_network_transmit_queue_length{device="gkeb6855862594"} 1000 node_network_transmit_queue_length{device="gkebfcd1d2fb34"} 1000 node_network_transmit_queue_length{device="gkec99b7bf449f"} 1000 node_network_transmit_queue_length{device="gkecb3280ec50a"} 1000 node_network_transmit_queue_length{device="gkedf7616d8869"} 1000 node_network_transmit_queue_length{device="gkee915b482214"} 1000 node_network_transmit_queue_length{device="gkeeb09e9ad59e"} 1000 node_network_transmit_queue_length{device="gkeec2812ca20a"} 1000 node_network_transmit_queue_length{device="gkeee1484d9cf9"} 1000 node_network_transmit_queue_length{device="lo"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="gke05e8a708b02"} 1 node_network_up{device="gke089673573d3"} 1 node_network_up{device="gke2055f745d4a"} 1 node_network_up{device="gke2626dffe062"} 1 node_network_up{device="gke420d91eef90"} 1 node_network_up{device="gke423dc593d61"} 1 node_network_up{device="gke46a19693e58"} 1 node_network_up{device="gke577bf116802"} 1 node_network_up{device="gke6915e177b87"} 1 node_network_up{device="gke6a364803b2a"} 1 node_network_up{device="gke7088a90e030"} 1 node_network_up{device="gke72774893de1"} 1 node_network_up{device="gke7bdbfc305f3"} 1 node_network_up{device="gke8154a554f61"} 1 node_network_up{device="gke860c56d9610"} 1 node_network_up{device="gke88bfa934a46"} 1 node_network_up{device="gke8b423e3ad0a"} 1 node_network_up{device="gke8e0a09fe86a"} 1 node_network_up{device="gke92316e5f9bf"} 1 node_network_up{device="gkea0d93b312d0"} 1 node_network_up{device="gkea4cb2e0f605"} 1 node_network_up{device="gkeab08e09a5b1"} 1 node_network_up{device="gkead184e3ae0e"} 1 node_network_up{device="gkeb41764314be"} 1 node_network_up{device="gkeb6855862594"} 1 node_network_up{device="gkebfcd1d2fb34"} 1 node_network_up{device="gkec99b7bf449f"} 1 node_network_up{device="gkecb3280ec50a"} 1 node_network_up{device="gkedf7616d8869"} 1 node_network_up{device="gkee915b482214"} 1 node_network_up{device="gkeeb09e9ad59e"} 1 node_network_up{device="gkeec2812ca20a"} 1 node_network_up{device="gkeee1484d9cf9"} 1 node_network_up{device="lo"} 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 2508 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 131072 # HELP node_nf_conntrack_stat_drop Number of packets dropped due to conntrack failure. # TYPE node_nf_conntrack_stat_drop gauge node_nf_conntrack_stat_drop 14 # HELP node_nf_conntrack_stat_early_drop Number of dropped conntrack entries to make room for new ones, if maximum table size was reached. # TYPE node_nf_conntrack_stat_early_drop gauge node_nf_conntrack_stat_early_drop 0 # HELP node_nf_conntrack_stat_found Number of searched entries which were successful. # TYPE node_nf_conntrack_stat_found gauge node_nf_conntrack_stat_found 184 # HELP node_nf_conntrack_stat_ignore Number of packets seen which are already connected to a conntrack entry. # TYPE node_nf_conntrack_stat_ignore gauge node_nf_conntrack_stat_ignore 0 # HELP node_nf_conntrack_stat_insert Number of entries inserted into the list. # TYPE node_nf_conntrack_stat_insert gauge node_nf_conntrack_stat_insert 0 # HELP node_nf_conntrack_stat_insert_failed Number of entries for which list insertion was attempted but failed. # TYPE node_nf_conntrack_stat_insert_failed gauge node_nf_conntrack_stat_insert_failed 14 # HELP node_nf_conntrack_stat_invalid Number of packets seen which can not be tracked. # TYPE node_nf_conntrack_stat_invalid gauge node_nf_conntrack_stat_invalid 25 # HELP node_nf_conntrack_stat_search_restart Number of conntrack table lookups which had to be restarted due to hashtable resizes. # TYPE node_nf_conntrack_stat_search_restart gauge node_nf_conntrack_stat_search_restart 0 # 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="18867.294.38",id="cos",id_like="",image_id="",image_version="",name="Container-Optimized OS",pretty_name="Container-Optimized OS from Google",variant="",variant_id="",version="121",version_codename="",version_id="121"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="cos",id_like="",name="Container-Optimized OS"} 121 # 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 12165.404566 # 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 1848.761256 # 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 2127.99282 # 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 73.598523 # 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 110.141446 # 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 1 # 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"} 16401.121952916 node_schedstat_running_seconds_total{cpu="1"} 16518.739882584 node_schedstat_running_seconds_total{cpu="2"} 16470.373811977 node_schedstat_running_seconds_total{cpu="3"} 16338.592227779 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.75038131e+08 node_schedstat_timeslices_total{cpu="1"} 1.73994173e+08 node_schedstat_timeslices_total{cpu="2"} 1.73674176e+08 node_schedstat_timeslices_total{cpu="3"} 1.80195053e+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"} 18622.029190841 node_schedstat_waiting_seconds_total{cpu="1"} 18664.119924301 node_schedstat_waiting_seconds_total{cpu="2"} 18785.879610586 node_schedstat_waiting_seconds_total{cpu="3"} 18137.916622109 # 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.002694544 node_scrape_collector_duration_seconds{collector="bcache"} 4.6786e-05 node_scrape_collector_duration_seconds{collector="bonding"} 6.9009e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.01570119 node_scrape_collector_duration_seconds{collector="conntrack"} 0.00053633 node_scrape_collector_duration_seconds{collector="cpu"} 0.000679853 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000168657 node_scrape_collector_duration_seconds{collector="diskstats"} 0.006697362 node_scrape_collector_duration_seconds{collector="dmi"} 2.0012e-05 node_scrape_collector_duration_seconds{collector="edac"} 1.6502e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000181719 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.9588e-05 node_scrape_collector_duration_seconds{collector="filefd"} 4.9575e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.074529053 node_scrape_collector_duration_seconds{collector="hwmon"} 0.000113371 node_scrape_collector_duration_seconds{collector="infiniband"} 1.2433e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 7.9229e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 5.3322e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.00015852 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000384134 node_scrape_collector_duration_seconds{collector="netclass"} 0.035444023 node_scrape_collector_duration_seconds{collector="netdev"} 0.001600019 node_scrape_collector_duration_seconds{collector="netstat"} 0.001252386 node_scrape_collector_duration_seconds{collector="nfs"} 1.8947e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.9373e-05 node_scrape_collector_duration_seconds{collector="nvme"} 2.3377e-05 node_scrape_collector_duration_seconds{collector="os"} 0.000115721 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.5849e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000575279 node_scrape_collector_duration_seconds{collector="rapl"} 0.00020026 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000135874 node_scrape_collector_duration_seconds{collector="selinux"} 2.693e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000136048 node_scrape_collector_duration_seconds{collector="softnet"} 6.6783e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000209301 node_scrape_collector_duration_seconds{collector="tapestats"} 1.4027e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.4231e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000447491 node_scrape_collector_duration_seconds{collector="time"} 0.000326065 node_scrape_collector_duration_seconds{collector="timex"} 4.5213e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000186341 node_scrape_collector_duration_seconds{collector="uname"} 1.907e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000159362 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000142932 node_scrape_collector_duration_seconds{collector="xfs"} 9.7552e-05 node_scrape_collector_duration_seconds{collector="zfs"} 2.2273e-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"} 1 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 0 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"} 1 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 0 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 1 # 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 23 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 246 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 60 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 0 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 0 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 107 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 1 # 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 4 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 0 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 0 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 510 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 1.0078023e+07 node_softnet_processed_total{cpu="1"} 1.8593459e+07 node_softnet_processed_total{cpu="2"} 1.2872222e+07 node_softnet_processed_total{cpu="3"} 8.711877e+06 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 # 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"} 65 node_softnet_times_squeezed_total{cpu="1"} 67 node_softnet_times_squeezed_total{cpu="2"} 94 node_softnet_times_squeezed_total{cpu="3"} 53 # 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="kvm-clock",device="0"} 1 node_time_clocksource_available_info{clocksource="tsc",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="tsc",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7701109810208733e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 1.1e-05 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.9999681257324219 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 2 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.445189 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 0 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.010001 # 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="gke-vcg-cluster-vcg-cluster-node-pool-5751e68c-4ih3",release="6.6.113+",sysname="Linux",version="#1 SMP Sat Nov 29 10:43:19 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 143 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 2.38956022e+08 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 975462 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.01333943e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.42770697e+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 46.63 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 3.2982543511e+10 # 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.9212457164e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.4584192e+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.77000370613e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273782272e+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"} 290 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0