# 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"} 2.6971e-05 go_gc_duration_seconds{quantile="0.25"} 3.9712e-05 go_gc_duration_seconds{quantile="0.5"} 4.5611e-05 go_gc_duration_seconds{quantile="0.75"} 5.4152e-05 go_gc_duration_seconds{quantile="1"} 0.000110724 go_gc_duration_seconds_sum 11.579429954 go_gc_duration_seconds_count 252834 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.581304e+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.59614986808e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.22592e+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 4.225316032e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.405776e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 1.581304e+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 8.937472e+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 3.137536e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 4570 # 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 6.733824e+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.2075008e+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.7732258497547052e+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 4.225320602e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # 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 15600 # 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 59360 # 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 114240 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.194304e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 895752 # 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.9223816e+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="eni0b4f9d80309"} 1 node_arp_entries{device="eni0c459c75abc"} 1 node_arp_entries{device="eni23618576144"} 1 node_arp_entries{device="eni2e65f392374"} 1 node_arp_entries{device="eni2ef1df33ea4"} 1 node_arp_entries{device="eni32b1cdc70f1"} 1 node_arp_entries{device="eni3399e47037a"} 1 node_arp_entries{device="eni530e435aaf5"} 1 node_arp_entries{device="eni54a8932338e"} 1 node_arp_entries{device="eni639d7a4de2e"} 1 node_arp_entries{device="eni791f086ed87"} 1 node_arp_entries{device="eni7ac7d4e7aff"} 1 node_arp_entries{device="eni7f56faf4248"} 1 node_arp_entries{device="eni8cc1bf44fb5"} 1 node_arp_entries{device="eni8d6f9053c09"} 1 node_arp_entries{device="eni90393a1d097"} 1 node_arp_entries{device="eni941e6e544df"} 1 node_arp_entries{device="eni9b5e5f53f11"} 1 node_arp_entries{device="eniaa43cfbdc87"} 1 node_arp_entries{device="eniabe68ac78fa"} 1 node_arp_entries{device="eniac11bdb7ca9"} 1 node_arp_entries{device="enib7bf01cbdf3"} 1 node_arp_entries{device="enidb26764788e"} 1 node_arp_entries{device="eniec6aa822d85"} 1 node_arp_entries{device="eniffc9d0eb423"} 1 node_arp_entries{device="ens5"} 2 node_arp_entries{device="ens6"} 1 node_arp_entries{device="ens7"} 1 node_arp_entries{device="ens8"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.757662139e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.00591953604e+11 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 1.478547533e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 1810.63 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 6.11 node_cpu_seconds_total{cpu="0",mode="softirq"} 6233.65 node_cpu_seconds_total{cpu="0",mode="steal"} 505.95 node_cpu_seconds_total{cpu="0",mode="system"} 218167.3 node_cpu_seconds_total{cpu="0",mode="user"} 416815.9 node_cpu_seconds_total{cpu="1",mode="idle"} 1.475032287e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 1740.93 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 5.38 node_cpu_seconds_total{cpu="1",mode="softirq"} 6118.24 node_cpu_seconds_total{cpu="1",mode="steal"} 486.09 node_cpu_seconds_total{cpu="1",mode="system"} 221819.76 node_cpu_seconds_total{cpu="1",mode="user"} 457585.75 node_cpu_seconds_total{cpu="2",mode="idle"} 1.476449145e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 1701.32 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 6 node_cpu_seconds_total{cpu="2",mode="softirq"} 5950.97 node_cpu_seconds_total{cpu="2",mode="steal"} 478.98 node_cpu_seconds_total{cpu="2",mode="system"} 220395.41 node_cpu_seconds_total{cpu="2",mode="user"} 447762.88 node_cpu_seconds_total{cpu="3",mode="idle"} 1.475272606e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 1678.32 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 4.57 node_cpu_seconds_total{cpu="3",mode="softirq"} 5825.63 node_cpu_seconds_total{cpu="3",mode="steal"} 473.75 node_cpu_seconds_total{cpu="3",mode="system"} 221399.89 node_cpu_seconds_total{cpu="3",mode="user"} 455198.76 node_cpu_seconds_total{cpu="4",mode="idle"} 1.47633618e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 2015.58 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 5.45 node_cpu_seconds_total{cpu="4",mode="softirq"} 5738.58 node_cpu_seconds_total{cpu="4",mode="steal"} 634.96 node_cpu_seconds_total{cpu="4",mode="system"} 220510.76 node_cpu_seconds_total{cpu="4",mode="user"} 450075.03 node_cpu_seconds_total{cpu="5",mode="idle"} 1.479064032e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 1459.84 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 5.86 node_cpu_seconds_total{cpu="5",mode="softirq"} 5512.77 node_cpu_seconds_total{cpu="5",mode="steal"} 642.3 node_cpu_seconds_total{cpu="5",mode="system"} 218416.23 node_cpu_seconds_total{cpu="5",mode="user"} 420084.99 node_cpu_seconds_total{cpu="6",mode="idle"} 1.476613473e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 2156.19 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 5.54 node_cpu_seconds_total{cpu="6",mode="softirq"} 5811.36 node_cpu_seconds_total{cpu="6",mode="steal"} 633.69 node_cpu_seconds_total{cpu="6",mode="system"} 221382.69 node_cpu_seconds_total{cpu="6",mode="user"} 439255.22 node_cpu_seconds_total{cpu="7",mode="idle"} 1.478528654e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 1527.25 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 5.59 node_cpu_seconds_total{cpu="7",mode="softirq"} 5837.61 node_cpu_seconds_total{cpu="7",mode="steal"} 643.05 node_cpu_seconds_total{cpu="7",mode="system"} 219684.78 node_cpu_seconds_total{cpu="7",mode="user"} 425700.45 # 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="nvme0n1"} 0 node_disk_discard_time_seconds_total{device="nvme1n1"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="nvme0n1"} 0 node_disk_discarded_sectors_total{device="nvme1n1"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="nvme0n1"} 0 node_disk_discards_completed_total{device="nvme1n1"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="nvme0n1"} 0 node_disk_discards_merged_total{device="nvme1n1"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="nvme1n1",type="ext4",usage="filesystem",uuid="9f2ea893-5866-462b-869b-fc5bf93ce1b0",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="nvme0n1"} 0 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="nvme0n1"} 0 node_disk_flush_requests_total{device="nvme1n1"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="nvme0n1",major="259",minor="0",model="Amazon Elastic Block Store",path="pci-0000:00:04.0-nvme-1",revision="1.0",rotational="0",serial="vol00fca39e951e5cfcd",wwn="nvme.1d0f-766f6c3030666361333965393531653563666364-416d617a6f6e20456c617374696320426c6f636b2053746f7265-00000001"} 1 node_disk_info{device="nvme1n1",major="259",minor="4",model="Amazon Elastic Block Store",path="pci-0000:00:1f.0-nvme-1",revision="1.0",rotational="0",serial="vol0029da0041d39815b",wwn="nvme.1d0f-766f6c3030323964613030343164333938313562-416d617a6f6e20456c617374696320426c6f636b2053746f7265-00000001"} 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="nvme0n1"} 0 node_disk_io_now{device="nvme1n1"} 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="nvme0n1"} 17033.89 node_disk_io_time_seconds_total{device="nvme1n1"} 3.1 # 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="nvme0n1"} 92776.038 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 5.8500000000000005 # 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="nvme0n1"} 2.535586816e+09 node_disk_read_bytes_total{device="nvme1n1"} 4.38784e+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="nvme0n1"} 103.681 node_disk_read_time_seconds_total{device="nvme1n1"} 0.13 # 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="nvme0n1"} 151435 node_disk_reads_completed_total{device="nvme1n1"} 207 # 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="nvme0n1"} 12 node_disk_reads_merged_total{device="nvme1n1"} 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="nvme0n1"} 92672.356 node_disk_write_time_seconds_total{device="nvme1n1"} 5.719 # 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="nvme0n1"} 6.6674012e+07 node_disk_writes_completed_total{device="nvme1n1"} 5962 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="nvme0n1"} 1.7340981e+07 node_disk_writes_merged_total{device="nvme1n1"} 7146 # 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="nvme0n1"} 1.461827858944e+12 node_disk_written_bytes_total{device="nvme1n1"} 5.8564608e+07 # 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/16/2017",bios_release="1.0",bios_vendor="Amazon EC2",bios_version="1.0",board_asset_tag="i-069ca7c85551e48c3",board_name="",board_vendor="Amazon EC2",board_version="",chassis_asset_tag="Amazon EC2",chassis_vendor="Amazon EC2",chassis_version="",product_family="",product_name="m5a.2xlarge",product_sku="",product_version="",system_vendor="Amazon EC2"} 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.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 3520 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/nvme0n1p1",device_error="",fstype="xfs",mountpoint="/"} 4.874596352e+09 node_filesystem_avail_bytes{device="/dev/nvme0n1p128",device_error="",fstype="vfat",mountpoint="/boot/efi"} 9.101312e+06 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04876bd5d3b13c33671404949093d48566c4d78d846bfeef53764a53b5dd40b5/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/065cb2d34fd1c2574edce6776b40445c60b58fed27ed468d76043fbb2aa4a6cc/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/078883a106cd6e090dafe86cd7f760520c3ebee05efaee8972ac252a5d1a88c3/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cdfcdcfb3b9336644e8b5d540862dddeaea4b06b291f071bbe834b6581a382e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dbcdf10cbc4357f318643225cc9d33650baf371a4514b25b84e95b360d8be9b/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dde3173b5c15e1994957b3e0b56b8fa946ce65dc448d8dac4844554804c0d38/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/17f7ca1ad14a5a5a3ba6ccd6e8e1bd7677d216e211378b3dc05fffd70a61017f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2824cb2d42bb5dfc3725fe914728f245fc71a5a9b676ac6e191f6223b6002293/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3cd08af37e7d18da3a1786b5471c17b8fe38dcba83b77d2da976ed5e7aae0f21/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4219d4cc1693af8afe6d4e7de838ff66372de1862381151f65d6b3469649b8e5/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4fc1ea22f2355b8ed4f2df304b503a71d86ef9ad481b648cc53af145ceccfa85/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/52637f050b2a717cc1070ec16fa875561dd7f4a26e6e4cddf548ed7b2e4edc38/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6626491b775f22133863bbd09ca32e7e648f5e3a64c6991a948ac0909be3e81a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e68179c36db085a20c10e1c46763f460088006f020e744d4d8c955970f016d5/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f78f0278b7041dece42256752973f82ced73529ff757ef39110ab577234ceaf/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/98601c52dce7d71caef39157c8443f8df25daedc96e26e28bf0037b232d88609/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a8c2bff3b482dd16f778de631b06fa2f9d313e1d76cda236edaf938d266301/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af112d84fbd0aed95ce0ae92b101d99feb44f1c0b970165aee4c2c3e745f2b44/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afde0aa6051429628bff8cef562b6a247c91643707d670dde39a53c4adf9843a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b26f254c71f749b6e9ca4c9ef685aadf8295baf9808fa9ff42126bf651f9977c/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd0e465d797e8ed43739f9ad0b1248bec7e1da3a9a01de95df3fe940ca3247ba/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06da33e0c2e1de3d74b4fab826752eb8f8149cca578b282fb23b7317191fb3e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c63f85b6691b2d3928e09eecdc2a16ff3b97e518b17a01d31743f31b8f86fdb6/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2b6ce873a11d7855ab08b139f8421b5dee3414fb3951eccc741591e72b65a4f/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d65fe2d15f0902bbfd017984011216467ed7d43d4b9154ea49d5e80200dac2ee/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dae561bbcbb8ae47888d894f1290f11a840d21be3f1acac7b14bda7edbbc6707/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/deb2c8a044129804612d174b202287ba99cd2585350306579f6ec1b657799844/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1972a3ca044e91859a178f4fc7dbf15cfb7409d1d4a01e0eefbb56ebe650949/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e36d83579e99dc660c44a2d2d53464e3deba77a454d75a8f27f6b6ff5c5c5695/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4f130cc70de3f56716c36b6222f291ab4621689301d3ebaac1da89260466002/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f91c7b47c90b8501224946842f9848d2687ee94c6a6aa46dd01238f28d347d0a/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fa7ceabf485e9eb817f07dd18f2dba40588548ce9aa2e4b7daee0ea93769ca09/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb320083061a0cffc04c279c0f32b66dc43e18194a88ccf09a42d2a4661cdd7e/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc7672a196652199961a007492a10cb033d53710f49118a3ce9d577863220133/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 6.609997824e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 1.6543895552e+10 # 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/nvme0n1p1",device_error="",fstype="xfs",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/nvme0n1p1",device_error="permission denied",fstype="xfs",mountpoint="/var/lib/kubelet/pods/52f2703f-ec43-4b7a-a406-d90f9c348477/volume-subpaths/nginx-config-volume/nginx/0"} 1 node_filesystem_device_error{device="/dev/nvme0n1p1",device_error="permission denied",fstype="xfs",mountpoint="/var/lib/kubelet/pods/5c0298c1-c81c-45fc-adc0-fed88d1c279b/volume-subpaths/nginx-config-volume/nginx/0"} 1 node_filesystem_device_error{device="/dev/nvme0n1p1",device_error="permission denied",fstype="xfs",mountpoint="/var/lib/kubelet/pods/f6776291-7631-491a-8b7f-e1e378cc6521/volume-subpaths/nginx-config-volume/nginx/0"} 1 node_filesystem_device_error{device="/dev/nvme0n1p128",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/nvme1n1",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/ebs.csi.aws.com/dec32fabdba8f7f1914e19351f4a97f07fc97eca63b02ee8ede2690b5df18129/globalmount"} 1 node_filesystem_device_error{device="/dev/nvme1n1",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/0e49c24a-55f4-43d9-b7f0-31675df5da96/volumes/kubernetes.io~csi/pvc-442fac1a-22d3-45d7-a5ce-0b728ae65e09/mount"} 1 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04876bd5d3b13c33671404949093d48566c4d78d846bfeef53764a53b5dd40b5/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/065cb2d34fd1c2574edce6776b40445c60b58fed27ed468d76043fbb2aa4a6cc/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/078883a106cd6e090dafe86cd7f760520c3ebee05efaee8972ac252a5d1a88c3/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cdfcdcfb3b9336644e8b5d540862dddeaea4b06b291f071bbe834b6581a382e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dbcdf10cbc4357f318643225cc9d33650baf371a4514b25b84e95b360d8be9b/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dde3173b5c15e1994957b3e0b56b8fa946ce65dc448d8dac4844554804c0d38/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/17f7ca1ad14a5a5a3ba6ccd6e8e1bd7677d216e211378b3dc05fffd70a61017f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2824cb2d42bb5dfc3725fe914728f245fc71a5a9b676ac6e191f6223b6002293/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3cd08af37e7d18da3a1786b5471c17b8fe38dcba83b77d2da976ed5e7aae0f21/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4219d4cc1693af8afe6d4e7de838ff66372de1862381151f65d6b3469649b8e5/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4fc1ea22f2355b8ed4f2df304b503a71d86ef9ad481b648cc53af145ceccfa85/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/52637f050b2a717cc1070ec16fa875561dd7f4a26e6e4cddf548ed7b2e4edc38/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6626491b775f22133863bbd09ca32e7e648f5e3a64c6991a948ac0909be3e81a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e68179c36db085a20c10e1c46763f460088006f020e744d4d8c955970f016d5/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f78f0278b7041dece42256752973f82ced73529ff757ef39110ab577234ceaf/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/98601c52dce7d71caef39157c8443f8df25daedc96e26e28bf0037b232d88609/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a8c2bff3b482dd16f778de631b06fa2f9d313e1d76cda236edaf938d266301/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af112d84fbd0aed95ce0ae92b101d99feb44f1c0b970165aee4c2c3e745f2b44/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afde0aa6051429628bff8cef562b6a247c91643707d670dde39a53c4adf9843a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b26f254c71f749b6e9ca4c9ef685aadf8295baf9808fa9ff42126bf651f9977c/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd0e465d797e8ed43739f9ad0b1248bec7e1da3a9a01de95df3fe940ca3247ba/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06da33e0c2e1de3d74b4fab826752eb8f8149cca578b282fb23b7317191fb3e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c63f85b6691b2d3928e09eecdc2a16ff3b97e518b17a01d31743f31b8f86fdb6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2b6ce873a11d7855ab08b139f8421b5dee3414fb3951eccc741591e72b65a4f/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d65fe2d15f0902bbfd017984011216467ed7d43d4b9154ea49d5e80200dac2ee/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dae561bbcbb8ae47888d894f1290f11a840d21be3f1acac7b14bda7edbbc6707/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/deb2c8a044129804612d174b202287ba99cd2585350306579f6ec1b657799844/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1972a3ca044e91859a178f4fc7dbf15cfb7409d1d4a01e0eefbb56ebe650949/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e36d83579e99dc660c44a2d2d53464e3deba77a454d75a8f27f6b6ff5c5c5695/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4f130cc70de3f56716c36b6222f291ab4621689301d3ebaac1da89260466002/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f91c7b47c90b8501224946842f9848d2687ee94c6a6aa46dd01238f28d347d0a/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fa7ceabf485e9eb817f07dd18f2dba40588548ce9aa2e4b7daee0ea93769ca09/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb320083061a0cffc04c279c0f32b66dc43e18194a88ccf09a42d2a4661cdd7e/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc7672a196652199961a007492a10cb033d53710f49118a3ce9d577863220133/shm"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 0 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0510bd7a-247a-4a76-af18-626d5f522df6/volumes/kubernetes.io~projected/kube-api-access-dt4wx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/053afe72-e676-4377-8e56-3df66fc71900/volumes/kubernetes.io~projected/kube-api-access-2bdf7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0c919c31-8031-4af7-8701-06ee3b9ccaf8/volumes/kubernetes.io~projected/kube-api-access-fw67k"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0e49c24a-55f4-43d9-b7f0-31675df5da96/volumes/kubernetes.io~projected/kube-api-access-jkj2s"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1d510fcc-e36f-43be-b288-d7aab0851d2b/volumes/kubernetes.io~projected/kube-api-access-vp6d7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2437e982-fa11-4d49-b4d7-3a41f7f5cea6/volumes/kubernetes.io~projected/kube-api-access-rkgvf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/341138ae-1495-470e-93c1-30a712e02da0/volumes/kubernetes.io~projected/kube-api-access-lkxwv"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3423e548-60e1-4d13-b834-35c2908a26f5/volumes/kubernetes.io~projected/kube-api-access-g5hwh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4d2209bb-43c9-4b16-8dbf-eb204d7ed398/volumes/kubernetes.io~projected/kube-api-access-x7txv"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/52f2703f-ec43-4b7a-a406-d90f9c348477/volumes/kubernetes.io~projected/kube-api-access-xkgvd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5a39705f-1026-4a75-993b-3f8d336a1e25/volumes/kubernetes.io~projected/kube-api-access-4dlsp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5acbd320-2779-4616-8775-11e2f8506b61/volumes/kubernetes.io~projected/kube-api-access-6nvgk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5c0298c1-c81c-45fc-adc0-fed88d1c279b/volumes/kubernetes.io~projected/kube-api-access-gxqg7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5e7dbcbc-1603-43b6-a670-4aeda9100877/volumes/kubernetes.io~projected/kube-api-access-5vp46"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5fde91ca-8753-4e7a-ad96-ae2a34133ecd/volumes/kubernetes.io~projected/kube-api-access-58qpn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6aa340c5-7327-4ecc-bb68-f73491607da6/volumes/kubernetes.io~projected/aws-iam-token"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6aa340c5-7327-4ecc-bb68-f73491607da6/volumes/kubernetes.io~projected/kube-api-access-qhlg2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6aa340c5-7327-4ecc-bb68-f73491607da6/volumes/kubernetes.io~secret/cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6ef288f7-1284-4b0d-b83f-192403c23952/volumes/kubernetes.io~projected/kube-api-access-vbklm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/70fd84ee-db0c-41f9-995c-ccf6ae634f68/volumes/kubernetes.io~projected/kube-api-access-knfdd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/881825a0-4821-4f8c-97c6-bf9de63f0fb5/volumes/kubernetes.io~projected/kube-api-access-29f2j"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8a797be5-0f7e-43ec-bd72-e5a917390a46/volumes/kubernetes.io~projected/kube-api-access-d9qlr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/936a4607-2278-47d0-9b71-aa5bf69b801b/volumes/kubernetes.io~projected/kube-api-access-zxqgh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/99994a39-3468-430d-96e8-f474c9d86b98/volumes/kubernetes.io~projected/kube-api-access-v6hnv"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9b9a2b4b-1ffa-4ea7-bae8-847f92787859/volumes/kubernetes.io~projected/kube-api-access-sx9cn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9f524dc5-3b72-48d6-a703-bc56eb35b061/volumes/kubernetes.io~projected/kube-api-access-jft8k"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a6728007-e55f-47d8-969a-71a616bd2b8f/volumes/kubernetes.io~projected/kube-api-access-gtsff"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a6728007-e55f-47d8-969a-71a616bd2b8f/volumes/kubernetes.io~secret/cattle-credentials"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/abf83e8f-f225-49f9-b9c1-ba7c2b3eb75e/volumes/kubernetes.io~projected/kube-api-access-2n25s"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/bddca92c-6687-47c9-9d87-4dd5a886108c/volumes/kubernetes.io~projected/kube-api-access-464tq"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c27b6ab6-4881-4ff3-a581-0090dbdce3c3/volumes/kubernetes.io~projected/kube-api-access-dddzl"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/cb087860-c982-4e62-bb98-b48b3e6487af/volumes/kubernetes.io~projected/kube-api-access-5cp2s"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/df7f9c35-fa2d-4365-b2b9-d7f6d7b56dfb/volumes/kubernetes.io~projected/kube-api-access-4zpbr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e7a7c766-5301-401d-ac3c-96e2c5d8d5c4/volumes/kubernetes.io~projected/kube-api-access-dmcdf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f6776291-7631-491a-8b7f-e1e378cc6521/volumes/kubernetes.io~projected/kube-api-access-k8lbc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fd8ad3b7-7635-45c1-81ea-2e405614b469/volumes/kubernetes.io~projected/kube-api-access-7rcrd"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/nvme0n1p1",device_error="",fstype="xfs",mountpoint="/"} 1.0008344e+07 node_filesystem_files{device="/dev/nvme0n1p128",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04876bd5d3b13c33671404949093d48566c4d78d846bfeef53764a53b5dd40b5/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/065cb2d34fd1c2574edce6776b40445c60b58fed27ed468d76043fbb2aa4a6cc/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/078883a106cd6e090dafe86cd7f760520c3ebee05efaee8972ac252a5d1a88c3/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cdfcdcfb3b9336644e8b5d540862dddeaea4b06b291f071bbe834b6581a382e/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dbcdf10cbc4357f318643225cc9d33650baf371a4514b25b84e95b360d8be9b/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dde3173b5c15e1994957b3e0b56b8fa946ce65dc448d8dac4844554804c0d38/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/17f7ca1ad14a5a5a3ba6ccd6e8e1bd7677d216e211378b3dc05fffd70a61017f/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2824cb2d42bb5dfc3725fe914728f245fc71a5a9b676ac6e191f6223b6002293/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3cd08af37e7d18da3a1786b5471c17b8fe38dcba83b77d2da976ed5e7aae0f21/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4219d4cc1693af8afe6d4e7de838ff66372de1862381151f65d6b3469649b8e5/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4fc1ea22f2355b8ed4f2df304b503a71d86ef9ad481b648cc53af145ceccfa85/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/52637f050b2a717cc1070ec16fa875561dd7f4a26e6e4cddf548ed7b2e4edc38/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6626491b775f22133863bbd09ca32e7e648f5e3a64c6991a948ac0909be3e81a/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e68179c36db085a20c10e1c46763f460088006f020e744d4d8c955970f016d5/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f78f0278b7041dece42256752973f82ced73529ff757ef39110ab577234ceaf/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/98601c52dce7d71caef39157c8443f8df25daedc96e26e28bf0037b232d88609/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a8c2bff3b482dd16f778de631b06fa2f9d313e1d76cda236edaf938d266301/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af112d84fbd0aed95ce0ae92b101d99feb44f1c0b970165aee4c2c3e745f2b44/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afde0aa6051429628bff8cef562b6a247c91643707d670dde39a53c4adf9843a/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b26f254c71f749b6e9ca4c9ef685aadf8295baf9808fa9ff42126bf651f9977c/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd0e465d797e8ed43739f9ad0b1248bec7e1da3a9a01de95df3fe940ca3247ba/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06da33e0c2e1de3d74b4fab826752eb8f8149cca578b282fb23b7317191fb3e/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c63f85b6691b2d3928e09eecdc2a16ff3b97e518b17a01d31743f31b8f86fdb6/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2b6ce873a11d7855ab08b139f8421b5dee3414fb3951eccc741591e72b65a4f/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d65fe2d15f0902bbfd017984011216467ed7d43d4b9154ea49d5e80200dac2ee/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dae561bbcbb8ae47888d894f1290f11a840d21be3f1acac7b14bda7edbbc6707/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/deb2c8a044129804612d174b202287ba99cd2585350306579f6ec1b657799844/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1972a3ca044e91859a178f4fc7dbf15cfb7409d1d4a01e0eefbb56ebe650949/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e36d83579e99dc660c44a2d2d53464e3deba77a454d75a8f27f6b6ff5c5c5695/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4f130cc70de3f56716c36b6222f291ab4621689301d3ebaac1da89260466002/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f91c7b47c90b8501224946842f9848d2687ee94c6a6aa46dd01238f28d347d0a/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fa7ceabf485e9eb817f07dd18f2dba40588548ce9aa2e4b7daee0ea93769ca09/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb320083061a0cffc04c279c0f32b66dc43e18194a88ccf09a42d2a4661cdd7e/shm"} 4.039037e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc7672a196652199961a007492a10cb033d53710f49118a3ce9d577863220133/shm"} 4.039037e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 819200 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 1.048576e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/nvme0n1p1",device_error="",fstype="xfs",mountpoint="/"} 9.53742e+06 node_filesystem_files_free{device="/dev/nvme0n1p128",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04876bd5d3b13c33671404949093d48566c4d78d846bfeef53764a53b5dd40b5/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/065cb2d34fd1c2574edce6776b40445c60b58fed27ed468d76043fbb2aa4a6cc/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/078883a106cd6e090dafe86cd7f760520c3ebee05efaee8972ac252a5d1a88c3/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cdfcdcfb3b9336644e8b5d540862dddeaea4b06b291f071bbe834b6581a382e/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dbcdf10cbc4357f318643225cc9d33650baf371a4514b25b84e95b360d8be9b/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dde3173b5c15e1994957b3e0b56b8fa946ce65dc448d8dac4844554804c0d38/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/17f7ca1ad14a5a5a3ba6ccd6e8e1bd7677d216e211378b3dc05fffd70a61017f/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2824cb2d42bb5dfc3725fe914728f245fc71a5a9b676ac6e191f6223b6002293/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3cd08af37e7d18da3a1786b5471c17b8fe38dcba83b77d2da976ed5e7aae0f21/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4219d4cc1693af8afe6d4e7de838ff66372de1862381151f65d6b3469649b8e5/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4fc1ea22f2355b8ed4f2df304b503a71d86ef9ad481b648cc53af145ceccfa85/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/52637f050b2a717cc1070ec16fa875561dd7f4a26e6e4cddf548ed7b2e4edc38/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6626491b775f22133863bbd09ca32e7e648f5e3a64c6991a948ac0909be3e81a/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e68179c36db085a20c10e1c46763f460088006f020e744d4d8c955970f016d5/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f78f0278b7041dece42256752973f82ced73529ff757ef39110ab577234ceaf/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/98601c52dce7d71caef39157c8443f8df25daedc96e26e28bf0037b232d88609/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a8c2bff3b482dd16f778de631b06fa2f9d313e1d76cda236edaf938d266301/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af112d84fbd0aed95ce0ae92b101d99feb44f1c0b970165aee4c2c3e745f2b44/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afde0aa6051429628bff8cef562b6a247c91643707d670dde39a53c4adf9843a/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b26f254c71f749b6e9ca4c9ef685aadf8295baf9808fa9ff42126bf651f9977c/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd0e465d797e8ed43739f9ad0b1248bec7e1da3a9a01de95df3fe940ca3247ba/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06da33e0c2e1de3d74b4fab826752eb8f8149cca578b282fb23b7317191fb3e/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c63f85b6691b2d3928e09eecdc2a16ff3b97e518b17a01d31743f31b8f86fdb6/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2b6ce873a11d7855ab08b139f8421b5dee3414fb3951eccc741591e72b65a4f/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d65fe2d15f0902bbfd017984011216467ed7d43d4b9154ea49d5e80200dac2ee/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dae561bbcbb8ae47888d894f1290f11a840d21be3f1acac7b14bda7edbbc6707/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/deb2c8a044129804612d174b202287ba99cd2585350306579f6ec1b657799844/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1972a3ca044e91859a178f4fc7dbf15cfb7409d1d4a01e0eefbb56ebe650949/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e36d83579e99dc660c44a2d2d53464e3deba77a454d75a8f27f6b6ff5c5c5695/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4f130cc70de3f56716c36b6222f291ab4621689301d3ebaac1da89260466002/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f91c7b47c90b8501224946842f9848d2687ee94c6a6aa46dd01238f28d347d0a/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fa7ceabf485e9eb817f07dd18f2dba40588548ce9aa2e4b7daee0ea93769ca09/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb320083061a0cffc04c279c0f32b66dc43e18194a88ccf09a42d2a4661cdd7e/shm"} 4.039036e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc7672a196652199961a007492a10cb033d53710f49118a3ce9d577863220133/shm"} 4.039036e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 815997 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 1.048566e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/nvme0n1p1",device_error="",fstype="xfs",mountpoint="/"} 4.874596352e+09 node_filesystem_free_bytes{device="/dev/nvme0n1p128",device_error="",fstype="vfat",mountpoint="/boot/efi"} 9.101312e+06 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04876bd5d3b13c33671404949093d48566c4d78d846bfeef53764a53b5dd40b5/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/065cb2d34fd1c2574edce6776b40445c60b58fed27ed468d76043fbb2aa4a6cc/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/078883a106cd6e090dafe86cd7f760520c3ebee05efaee8972ac252a5d1a88c3/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cdfcdcfb3b9336644e8b5d540862dddeaea4b06b291f071bbe834b6581a382e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dbcdf10cbc4357f318643225cc9d33650baf371a4514b25b84e95b360d8be9b/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dde3173b5c15e1994957b3e0b56b8fa946ce65dc448d8dac4844554804c0d38/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/17f7ca1ad14a5a5a3ba6ccd6e8e1bd7677d216e211378b3dc05fffd70a61017f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2824cb2d42bb5dfc3725fe914728f245fc71a5a9b676ac6e191f6223b6002293/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3cd08af37e7d18da3a1786b5471c17b8fe38dcba83b77d2da976ed5e7aae0f21/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4219d4cc1693af8afe6d4e7de838ff66372de1862381151f65d6b3469649b8e5/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4fc1ea22f2355b8ed4f2df304b503a71d86ef9ad481b648cc53af145ceccfa85/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/52637f050b2a717cc1070ec16fa875561dd7f4a26e6e4cddf548ed7b2e4edc38/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6626491b775f22133863bbd09ca32e7e648f5e3a64c6991a948ac0909be3e81a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e68179c36db085a20c10e1c46763f460088006f020e744d4d8c955970f016d5/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f78f0278b7041dece42256752973f82ced73529ff757ef39110ab577234ceaf/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/98601c52dce7d71caef39157c8443f8df25daedc96e26e28bf0037b232d88609/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a8c2bff3b482dd16f778de631b06fa2f9d313e1d76cda236edaf938d266301/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af112d84fbd0aed95ce0ae92b101d99feb44f1c0b970165aee4c2c3e745f2b44/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afde0aa6051429628bff8cef562b6a247c91643707d670dde39a53c4adf9843a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b26f254c71f749b6e9ca4c9ef685aadf8295baf9808fa9ff42126bf651f9977c/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd0e465d797e8ed43739f9ad0b1248bec7e1da3a9a01de95df3fe940ca3247ba/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06da33e0c2e1de3d74b4fab826752eb8f8149cca578b282fb23b7317191fb3e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c63f85b6691b2d3928e09eecdc2a16ff3b97e518b17a01d31743f31b8f86fdb6/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2b6ce873a11d7855ab08b139f8421b5dee3414fb3951eccc741591e72b65a4f/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d65fe2d15f0902bbfd017984011216467ed7d43d4b9154ea49d5e80200dac2ee/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dae561bbcbb8ae47888d894f1290f11a840d21be3f1acac7b14bda7edbbc6707/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/deb2c8a044129804612d174b202287ba99cd2585350306579f6ec1b657799844/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1972a3ca044e91859a178f4fc7dbf15cfb7409d1d4a01e0eefbb56ebe650949/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e36d83579e99dc660c44a2d2d53464e3deba77a454d75a8f27f6b6ff5c5c5695/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4f130cc70de3f56716c36b6222f291ab4621689301d3ebaac1da89260466002/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f91c7b47c90b8501224946842f9848d2687ee94c6a6aa46dd01238f28d347d0a/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fa7ceabf485e9eb817f07dd18f2dba40588548ce9aa2e4b7daee0ea93769ca09/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb320083061a0cffc04c279c0f32b66dc43e18194a88ccf09a42d2a4661cdd7e/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc7672a196652199961a007492a10cb033d53710f49118a3ce9d577863220133/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 6.609997824e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 1.6543895552e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/nvme0n1p1",major="259",minor="1",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/nvme0n1p128",major="259",minor="3",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="shm",major="0",minor="135",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1972a3ca044e91859a178f4fc7dbf15cfb7409d1d4a01e0eefbb56ebe650949/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="142",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb320083061a0cffc04c279c0f32b66dc43e18194a88ccf09a42d2a4661cdd7e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="146",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cdfcdcfb3b9336644e8b5d540862dddeaea4b06b291f071bbe834b6581a382e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="147",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a8c2bff3b482dd16f778de631b06fa2f9d313e1d76cda236edaf938d266301/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="148",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e68179c36db085a20c10e1c46763f460088006f020e744d4d8c955970f016d5/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="149",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06da33e0c2e1de3d74b4fab826752eb8f8149cca578b282fb23b7317191fb3e/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="151",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/52637f050b2a717cc1070ec16fa875561dd7f4a26e6e4cddf548ed7b2e4edc38/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="154",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f91c7b47c90b8501224946842f9848d2687ee94c6a6aa46dd01238f28d347d0a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="171",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4fc1ea22f2355b8ed4f2df304b503a71d86ef9ad481b648cc53af145ceccfa85/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="207",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4f130cc70de3f56716c36b6222f291ab4621689301d3ebaac1da89260466002/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="219",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/17f7ca1ad14a5a5a3ba6ccd6e8e1bd7677d216e211378b3dc05fffd70a61017f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="257",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c63f85b6691b2d3928e09eecdc2a16ff3b97e518b17a01d31743f31b8f86fdb6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="269",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afde0aa6051429628bff8cef562b6a247c91643707d670dde39a53c4adf9843a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="270",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b26f254c71f749b6e9ca4c9ef685aadf8295baf9808fa9ff42126bf651f9977c/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="280",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2824cb2d42bb5dfc3725fe914728f245fc71a5a9b676ac6e191f6223b6002293/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="307",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e36d83579e99dc660c44a2d2d53464e3deba77a454d75a8f27f6b6ff5c5c5695/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="325",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6626491b775f22133863bbd09ca32e7e648f5e3a64c6991a948ac0909be3e81a/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="328",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fa7ceabf485e9eb817f07dd18f2dba40588548ce9aa2e4b7daee0ea93769ca09/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="337",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04876bd5d3b13c33671404949093d48566c4d78d846bfeef53764a53b5dd40b5/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="442",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dbcdf10cbc4357f318643225cc9d33650baf371a4514b25b84e95b360d8be9b/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="454",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/deb2c8a044129804612d174b202287ba99cd2585350306579f6ec1b657799844/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="483",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2b6ce873a11d7855ab08b139f8421b5dee3414fb3951eccc741591e72b65a4f/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="489",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f78f0278b7041dece42256752973f82ced73529ff757ef39110ab577234ceaf/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="505",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dae561bbcbb8ae47888d894f1290f11a840d21be3f1acac7b14bda7edbbc6707/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="57",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d65fe2d15f0902bbfd017984011216467ed7d43d4b9154ea49d5e80200dac2ee/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="575",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/065cb2d34fd1c2574edce6776b40445c60b58fed27ed468d76043fbb2aa4a6cc/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="592",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd0e465d797e8ed43739f9ad0b1248bec7e1da3a9a01de95df3fe940ca3247ba/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="60",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc7672a196652199961a007492a10cb033d53710f49118a3ce9d577863220133/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="609",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4219d4cc1693af8afe6d4e7de838ff66372de1862381151f65d6b3469649b8e5/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="61",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af112d84fbd0aed95ce0ae92b101d99feb44f1c0b970165aee4c2c3e745f2b44/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="638",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/078883a106cd6e090dafe86cd7f760520c3ebee05efaee8972ac252a5d1a88c3/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="670",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/98601c52dce7d71caef39157c8443f8df25daedc96e26e28bf0037b232d88609/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="70",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3cd08af37e7d18da3a1786b5471c17b8fe38dcba83b77d2da976ed5e7aae0f21/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="706",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dde3173b5c15e1994957b3e0b56b8fa946ce65dc448d8dac4844554804c0d38/shm"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="32",mountpoint="/tmp"} 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/nvme0n1p1",device_error="",fstype="xfs",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/nvme0n1p128",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04876bd5d3b13c33671404949093d48566c4d78d846bfeef53764a53b5dd40b5/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/065cb2d34fd1c2574edce6776b40445c60b58fed27ed468d76043fbb2aa4a6cc/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/078883a106cd6e090dafe86cd7f760520c3ebee05efaee8972ac252a5d1a88c3/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cdfcdcfb3b9336644e8b5d540862dddeaea4b06b291f071bbe834b6581a382e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dbcdf10cbc4357f318643225cc9d33650baf371a4514b25b84e95b360d8be9b/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dde3173b5c15e1994957b3e0b56b8fa946ce65dc448d8dac4844554804c0d38/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/17f7ca1ad14a5a5a3ba6ccd6e8e1bd7677d216e211378b3dc05fffd70a61017f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2824cb2d42bb5dfc3725fe914728f245fc71a5a9b676ac6e191f6223b6002293/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3cd08af37e7d18da3a1786b5471c17b8fe38dcba83b77d2da976ed5e7aae0f21/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4219d4cc1693af8afe6d4e7de838ff66372de1862381151f65d6b3469649b8e5/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4fc1ea22f2355b8ed4f2df304b503a71d86ef9ad481b648cc53af145ceccfa85/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/52637f050b2a717cc1070ec16fa875561dd7f4a26e6e4cddf548ed7b2e4edc38/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6626491b775f22133863bbd09ca32e7e648f5e3a64c6991a948ac0909be3e81a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e68179c36db085a20c10e1c46763f460088006f020e744d4d8c955970f016d5/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f78f0278b7041dece42256752973f82ced73529ff757ef39110ab577234ceaf/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/98601c52dce7d71caef39157c8443f8df25daedc96e26e28bf0037b232d88609/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a8c2bff3b482dd16f778de631b06fa2f9d313e1d76cda236edaf938d266301/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af112d84fbd0aed95ce0ae92b101d99feb44f1c0b970165aee4c2c3e745f2b44/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afde0aa6051429628bff8cef562b6a247c91643707d670dde39a53c4adf9843a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b26f254c71f749b6e9ca4c9ef685aadf8295baf9808fa9ff42126bf651f9977c/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd0e465d797e8ed43739f9ad0b1248bec7e1da3a9a01de95df3fe940ca3247ba/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06da33e0c2e1de3d74b4fab826752eb8f8149cca578b282fb23b7317191fb3e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c63f85b6691b2d3928e09eecdc2a16ff3b97e518b17a01d31743f31b8f86fdb6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2b6ce873a11d7855ab08b139f8421b5dee3414fb3951eccc741591e72b65a4f/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d65fe2d15f0902bbfd017984011216467ed7d43d4b9154ea49d5e80200dac2ee/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dae561bbcbb8ae47888d894f1290f11a840d21be3f1acac7b14bda7edbbc6707/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/deb2c8a044129804612d174b202287ba99cd2585350306579f6ec1b657799844/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1972a3ca044e91859a178f4fc7dbf15cfb7409d1d4a01e0eefbb56ebe650949/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e36d83579e99dc660c44a2d2d53464e3deba77a454d75a8f27f6b6ff5c5c5695/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4f130cc70de3f56716c36b6222f291ab4621689301d3ebaac1da89260466002/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f91c7b47c90b8501224946842f9848d2687ee94c6a6aa46dd01238f28d347d0a/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fa7ceabf485e9eb817f07dd18f2dba40588548ce9aa2e4b7daee0ea93769ca09/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb320083061a0cffc04c279c0f32b66dc43e18194a88ccf09a42d2a4661cdd7e/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc7672a196652199961a007492a10cb033d53710f49118a3ce9d577863220133/shm"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/nvme0n1p1",device_error="",fstype="xfs",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/nvme0n1p1",device_error="permission denied",fstype="xfs",mountpoint="/var/lib/kubelet/pods/52f2703f-ec43-4b7a-a406-d90f9c348477/volume-subpaths/nginx-config-volume/nginx/0"} 0 node_filesystem_readonly{device="/dev/nvme0n1p1",device_error="permission denied",fstype="xfs",mountpoint="/var/lib/kubelet/pods/5c0298c1-c81c-45fc-adc0-fed88d1c279b/volume-subpaths/nginx-config-volume/nginx/0"} 0 node_filesystem_readonly{device="/dev/nvme0n1p1",device_error="permission denied",fstype="xfs",mountpoint="/var/lib/kubelet/pods/f6776291-7631-491a-8b7f-e1e378cc6521/volume-subpaths/nginx-config-volume/nginx/0"} 0 node_filesystem_readonly{device="/dev/nvme0n1p128",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/nvme1n1",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/plugins/kubernetes.io/csi/ebs.csi.aws.com/dec32fabdba8f7f1914e19351f4a97f07fc97eca63b02ee8ede2690b5df18129/globalmount"} 0 node_filesystem_readonly{device="/dev/nvme1n1",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/0e49c24a-55f4-43d9-b7f0-31675df5da96/volumes/kubernetes.io~csi/pvc-442fac1a-22d3-45d7-a5ce-0b728ae65e09/mount"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04876bd5d3b13c33671404949093d48566c4d78d846bfeef53764a53b5dd40b5/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/065cb2d34fd1c2574edce6776b40445c60b58fed27ed468d76043fbb2aa4a6cc/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/078883a106cd6e090dafe86cd7f760520c3ebee05efaee8972ac252a5d1a88c3/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cdfcdcfb3b9336644e8b5d540862dddeaea4b06b291f071bbe834b6581a382e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dbcdf10cbc4357f318643225cc9d33650baf371a4514b25b84e95b360d8be9b/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dde3173b5c15e1994957b3e0b56b8fa946ce65dc448d8dac4844554804c0d38/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/17f7ca1ad14a5a5a3ba6ccd6e8e1bd7677d216e211378b3dc05fffd70a61017f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2824cb2d42bb5dfc3725fe914728f245fc71a5a9b676ac6e191f6223b6002293/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3cd08af37e7d18da3a1786b5471c17b8fe38dcba83b77d2da976ed5e7aae0f21/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4219d4cc1693af8afe6d4e7de838ff66372de1862381151f65d6b3469649b8e5/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4fc1ea22f2355b8ed4f2df304b503a71d86ef9ad481b648cc53af145ceccfa85/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/52637f050b2a717cc1070ec16fa875561dd7f4a26e6e4cddf548ed7b2e4edc38/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6626491b775f22133863bbd09ca32e7e648f5e3a64c6991a948ac0909be3e81a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e68179c36db085a20c10e1c46763f460088006f020e744d4d8c955970f016d5/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f78f0278b7041dece42256752973f82ced73529ff757ef39110ab577234ceaf/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/98601c52dce7d71caef39157c8443f8df25daedc96e26e28bf0037b232d88609/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a8c2bff3b482dd16f778de631b06fa2f9d313e1d76cda236edaf938d266301/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af112d84fbd0aed95ce0ae92b101d99feb44f1c0b970165aee4c2c3e745f2b44/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afde0aa6051429628bff8cef562b6a247c91643707d670dde39a53c4adf9843a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b26f254c71f749b6e9ca4c9ef685aadf8295baf9808fa9ff42126bf651f9977c/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd0e465d797e8ed43739f9ad0b1248bec7e1da3a9a01de95df3fe940ca3247ba/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06da33e0c2e1de3d74b4fab826752eb8f8149cca578b282fb23b7317191fb3e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c63f85b6691b2d3928e09eecdc2a16ff3b97e518b17a01d31743f31b8f86fdb6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2b6ce873a11d7855ab08b139f8421b5dee3414fb3951eccc741591e72b65a4f/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d65fe2d15f0902bbfd017984011216467ed7d43d4b9154ea49d5e80200dac2ee/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dae561bbcbb8ae47888d894f1290f11a840d21be3f1acac7b14bda7edbbc6707/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/deb2c8a044129804612d174b202287ba99cd2585350306579f6ec1b657799844/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1972a3ca044e91859a178f4fc7dbf15cfb7409d1d4a01e0eefbb56ebe650949/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e36d83579e99dc660c44a2d2d53464e3deba77a454d75a8f27f6b6ff5c5c5695/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4f130cc70de3f56716c36b6222f291ab4621689301d3ebaac1da89260466002/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f91c7b47c90b8501224946842f9848d2687ee94c6a6aa46dd01238f28d347d0a/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fa7ceabf485e9eb817f07dd18f2dba40588548ce9aa2e4b7daee0ea93769ca09/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb320083061a0cffc04c279c0f32b66dc43e18194a88ccf09a42d2a4661cdd7e/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc7672a196652199961a007492a10cb033d53710f49118a3ce9d577863220133/shm"} 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="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0510bd7a-247a-4a76-af18-626d5f522df6/volumes/kubernetes.io~projected/kube-api-access-dt4wx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/053afe72-e676-4377-8e56-3df66fc71900/volumes/kubernetes.io~projected/kube-api-access-2bdf7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0c919c31-8031-4af7-8701-06ee3b9ccaf8/volumes/kubernetes.io~projected/kube-api-access-fw67k"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0e49c24a-55f4-43d9-b7f0-31675df5da96/volumes/kubernetes.io~projected/kube-api-access-jkj2s"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1d510fcc-e36f-43be-b288-d7aab0851d2b/volumes/kubernetes.io~projected/kube-api-access-vp6d7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2437e982-fa11-4d49-b4d7-3a41f7f5cea6/volumes/kubernetes.io~projected/kube-api-access-rkgvf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/341138ae-1495-470e-93c1-30a712e02da0/volumes/kubernetes.io~projected/kube-api-access-lkxwv"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3423e548-60e1-4d13-b834-35c2908a26f5/volumes/kubernetes.io~projected/kube-api-access-g5hwh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4d2209bb-43c9-4b16-8dbf-eb204d7ed398/volumes/kubernetes.io~projected/kube-api-access-x7txv"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/52f2703f-ec43-4b7a-a406-d90f9c348477/volumes/kubernetes.io~projected/kube-api-access-xkgvd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5a39705f-1026-4a75-993b-3f8d336a1e25/volumes/kubernetes.io~projected/kube-api-access-4dlsp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5acbd320-2779-4616-8775-11e2f8506b61/volumes/kubernetes.io~projected/kube-api-access-6nvgk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5c0298c1-c81c-45fc-adc0-fed88d1c279b/volumes/kubernetes.io~projected/kube-api-access-gxqg7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5e7dbcbc-1603-43b6-a670-4aeda9100877/volumes/kubernetes.io~projected/kube-api-access-5vp46"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5fde91ca-8753-4e7a-ad96-ae2a34133ecd/volumes/kubernetes.io~projected/kube-api-access-58qpn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6aa340c5-7327-4ecc-bb68-f73491607da6/volumes/kubernetes.io~projected/aws-iam-token"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6aa340c5-7327-4ecc-bb68-f73491607da6/volumes/kubernetes.io~projected/kube-api-access-qhlg2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6aa340c5-7327-4ecc-bb68-f73491607da6/volumes/kubernetes.io~secret/cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6ef288f7-1284-4b0d-b83f-192403c23952/volumes/kubernetes.io~projected/kube-api-access-vbklm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/70fd84ee-db0c-41f9-995c-ccf6ae634f68/volumes/kubernetes.io~projected/kube-api-access-knfdd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/881825a0-4821-4f8c-97c6-bf9de63f0fb5/volumes/kubernetes.io~projected/kube-api-access-29f2j"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8a797be5-0f7e-43ec-bd72-e5a917390a46/volumes/kubernetes.io~projected/kube-api-access-d9qlr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/936a4607-2278-47d0-9b71-aa5bf69b801b/volumes/kubernetes.io~projected/kube-api-access-zxqgh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/99994a39-3468-430d-96e8-f474c9d86b98/volumes/kubernetes.io~projected/kube-api-access-v6hnv"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9b9a2b4b-1ffa-4ea7-bae8-847f92787859/volumes/kubernetes.io~projected/kube-api-access-sx9cn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9f524dc5-3b72-48d6-a703-bc56eb35b061/volumes/kubernetes.io~projected/kube-api-access-jft8k"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a6728007-e55f-47d8-969a-71a616bd2b8f/volumes/kubernetes.io~projected/kube-api-access-gtsff"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a6728007-e55f-47d8-969a-71a616bd2b8f/volumes/kubernetes.io~secret/cattle-credentials"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/abf83e8f-f225-49f9-b9c1-ba7c2b3eb75e/volumes/kubernetes.io~projected/kube-api-access-2n25s"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/bddca92c-6687-47c9-9d87-4dd5a886108c/volumes/kubernetes.io~projected/kube-api-access-464tq"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c27b6ab6-4881-4ff3-a581-0090dbdce3c3/volumes/kubernetes.io~projected/kube-api-access-dddzl"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/cb087860-c982-4e62-bb98-b48b3e6487af/volumes/kubernetes.io~projected/kube-api-access-5cp2s"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/df7f9c35-fa2d-4365-b2b9-d7f6d7b56dfb/volumes/kubernetes.io~projected/kube-api-access-4zpbr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e7a7c766-5301-401d-ac3c-96e2c5d8d5c4/volumes/kubernetes.io~projected/kube-api-access-dmcdf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f6776291-7631-491a-8b7f-e1e378cc6521/volumes/kubernetes.io~projected/kube-api-access-k8lbc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fd8ad3b7-7635-45c1-81ea-2e405614b469/volumes/kubernetes.io~projected/kube-api-access-7rcrd"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/nvme0n1p1",device_error="",fstype="xfs",mountpoint="/"} 2.1395124224e+10 node_filesystem_size_bytes{device="/dev/nvme0n1p128",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.0446848e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/04876bd5d3b13c33671404949093d48566c4d78d846bfeef53764a53b5dd40b5/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/065cb2d34fd1c2574edce6776b40445c60b58fed27ed468d76043fbb2aa4a6cc/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/078883a106cd6e090dafe86cd7f760520c3ebee05efaee8972ac252a5d1a88c3/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0cdfcdcfb3b9336644e8b5d540862dddeaea4b06b291f071bbe834b6581a382e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dbcdf10cbc4357f318643225cc9d33650baf371a4514b25b84e95b360d8be9b/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0dde3173b5c15e1994957b3e0b56b8fa946ce65dc448d8dac4844554804c0d38/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/17f7ca1ad14a5a5a3ba6ccd6e8e1bd7677d216e211378b3dc05fffd70a61017f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2824cb2d42bb5dfc3725fe914728f245fc71a5a9b676ac6e191f6223b6002293/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3cd08af37e7d18da3a1786b5471c17b8fe38dcba83b77d2da976ed5e7aae0f21/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4219d4cc1693af8afe6d4e7de838ff66372de1862381151f65d6b3469649b8e5/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4fc1ea22f2355b8ed4f2df304b503a71d86ef9ad481b648cc53af145ceccfa85/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/52637f050b2a717cc1070ec16fa875561dd7f4a26e6e4cddf548ed7b2e4edc38/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6626491b775f22133863bbd09ca32e7e648f5e3a64c6991a948ac0909be3e81a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e68179c36db085a20c10e1c46763f460088006f020e744d4d8c955970f016d5/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8f78f0278b7041dece42256752973f82ced73529ff757ef39110ab577234ceaf/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/98601c52dce7d71caef39157c8443f8df25daedc96e26e28bf0037b232d88609/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/99a8c2bff3b482dd16f778de631b06fa2f9d313e1d76cda236edaf938d266301/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af112d84fbd0aed95ce0ae92b101d99feb44f1c0b970165aee4c2c3e745f2b44/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afde0aa6051429628bff8cef562b6a247c91643707d670dde39a53c4adf9843a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b26f254c71f749b6e9ca4c9ef685aadf8295baf9808fa9ff42126bf651f9977c/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd0e465d797e8ed43739f9ad0b1248bec7e1da3a9a01de95df3fe940ca3247ba/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c06da33e0c2e1de3d74b4fab826752eb8f8149cca578b282fb23b7317191fb3e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c63f85b6691b2d3928e09eecdc2a16ff3b97e518b17a01d31743f31b8f86fdb6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d2b6ce873a11d7855ab08b139f8421b5dee3414fb3951eccc741591e72b65a4f/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d65fe2d15f0902bbfd017984011216467ed7d43d4b9154ea49d5e80200dac2ee/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dae561bbcbb8ae47888d894f1290f11a840d21be3f1acac7b14bda7edbbc6707/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/deb2c8a044129804612d174b202287ba99cd2585350306579f6ec1b657799844/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1972a3ca044e91859a178f4fc7dbf15cfb7409d1d4a01e0eefbb56ebe650949/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e36d83579e99dc660c44a2d2d53464e3deba77a454d75a8f27f6b6ff5c5c5695/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4f130cc70de3f56716c36b6222f291ab4621689301d3ebaac1da89260466002/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f91c7b47c90b8501224946842f9848d2687ee94c6a6aa46dd01238f28d347d0a/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fa7ceabf485e9eb817f07dd18f2dba40588548ce9aa2e4b7daee0ea93769ca09/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fb320083061a0cffc04c279c0f32b66dc43e18194a88ccf09a42d2a4661cdd7e/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fc7672a196652199961a007492a10cb033d53710f49118a3ce9d577863220133/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 6.61755904e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 1.6543895552e+10 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 2.77843513e+08 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 6.0615291322e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.45 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.28 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.32 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 4.8128e+06 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 2.279424e+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 2.2746112e+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 8.060780544e+09 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 1.1767808e+07 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 8.654884864e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.6543895552e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 2.3532281856e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 2.2548578304e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.2102664192e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.08060416e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 32768 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 8.0608256e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 1.4447378432e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 6.386552832e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 2.3166976e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.363898368e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.290386944e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 7.928897536e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.3087791104e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 0 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 6.3983616e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 8.617984e+06 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 6.786482176e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 9.24438528e+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 8.024064e+06 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 7.710920704e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 434176 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 5.1191808e+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 3 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 21474 # 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 6 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 1.183268e+06 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 3.150961488e+09 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 3.162024156e+09 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 8.46476044583e+11 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 8.02631807466e+11 # 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 10385 # 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 48 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 102 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 6.315532e+07 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 8 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 4.19446259e+08 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 34671 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 4.68417722e+08 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 1.563419e+07 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 20878 # 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 3 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 136508 # 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 1.808192e+06 # 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 8 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 1.808224e+06 # 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="eni0b4f9d80309"} 1 node_network_address_assign_type{device="eni0c459c75abc"} 1 node_network_address_assign_type{device="eni1b727bd29b7"} 1 node_network_address_assign_type{device="eni23618576144"} 1 node_network_address_assign_type{device="eni2e65f392374"} 1 node_network_address_assign_type{device="eni2ef1df33ea4"} 1 node_network_address_assign_type{device="eni315a4ddca6a"} 1 node_network_address_assign_type{device="eni32b1cdc70f1"} 1 node_network_address_assign_type{device="eni3399e47037a"} 1 node_network_address_assign_type{device="eni5237621ea30"} 1 node_network_address_assign_type{device="eni530e435aaf5"} 1 node_network_address_assign_type{device="eni54a8932338e"} 1 node_network_address_assign_type{device="eni639d7a4de2e"} 1 node_network_address_assign_type{device="eni791f086ed87"} 1 node_network_address_assign_type{device="eni7ac7d4e7aff"} 1 node_network_address_assign_type{device="eni7f56faf4248"} 1 node_network_address_assign_type{device="eni8cc1bf44fb5"} 1 node_network_address_assign_type{device="eni8d6f9053c09"} 1 node_network_address_assign_type{device="eni90393a1d097"} 1 node_network_address_assign_type{device="eni941e6e544df"} 1 node_network_address_assign_type{device="eni9b5e5f53f11"} 1 node_network_address_assign_type{device="eniaa43cfbdc87"} 1 node_network_address_assign_type{device="eniabe68ac78fa"} 1 node_network_address_assign_type{device="eniac11bdb7ca9"} 1 node_network_address_assign_type{device="eniae00220b1d3"} 1 node_network_address_assign_type{device="enib7bf01cbdf3"} 1 node_network_address_assign_type{device="enidb26764788e"} 1 node_network_address_assign_type{device="enie2ae83d0469"} 1 node_network_address_assign_type{device="eniec6aa822d85"} 1 node_network_address_assign_type{device="eniffc9d0eb423"} 1 node_network_address_assign_type{device="ens5"} 0 node_network_address_assign_type{device="ens6"} 0 node_network_address_assign_type{device="ens7"} 0 node_network_address_assign_type{device="ens8"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="pod-id-link0"} 1 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="eni0b4f9d80309"} 1 node_network_carrier{device="eni0c459c75abc"} 1 node_network_carrier{device="eni1b727bd29b7"} 1 node_network_carrier{device="eni23618576144"} 1 node_network_carrier{device="eni2e65f392374"} 1 node_network_carrier{device="eni2ef1df33ea4"} 1 node_network_carrier{device="eni315a4ddca6a"} 1 node_network_carrier{device="eni32b1cdc70f1"} 1 node_network_carrier{device="eni3399e47037a"} 1 node_network_carrier{device="eni5237621ea30"} 1 node_network_carrier{device="eni530e435aaf5"} 1 node_network_carrier{device="eni54a8932338e"} 1 node_network_carrier{device="eni639d7a4de2e"} 1 node_network_carrier{device="eni791f086ed87"} 1 node_network_carrier{device="eni7ac7d4e7aff"} 1 node_network_carrier{device="eni7f56faf4248"} 1 node_network_carrier{device="eni8cc1bf44fb5"} 1 node_network_carrier{device="eni8d6f9053c09"} 1 node_network_carrier{device="eni90393a1d097"} 1 node_network_carrier{device="eni941e6e544df"} 1 node_network_carrier{device="eni9b5e5f53f11"} 1 node_network_carrier{device="eniaa43cfbdc87"} 1 node_network_carrier{device="eniabe68ac78fa"} 1 node_network_carrier{device="eniac11bdb7ca9"} 1 node_network_carrier{device="eniae00220b1d3"} 1 node_network_carrier{device="enib7bf01cbdf3"} 1 node_network_carrier{device="enidb26764788e"} 1 node_network_carrier{device="enie2ae83d0469"} 1 node_network_carrier{device="eniec6aa822d85"} 1 node_network_carrier{device="eniffc9d0eb423"} 1 node_network_carrier{device="ens5"} 1 node_network_carrier{device="ens6"} 1 node_network_carrier{device="ens7"} 1 node_network_carrier{device="ens8"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="pod-id-link0"} 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="eni0b4f9d80309"} 4 node_network_carrier_changes_total{device="eni0c459c75abc"} 4 node_network_carrier_changes_total{device="eni1b727bd29b7"} 4 node_network_carrier_changes_total{device="eni23618576144"} 4 node_network_carrier_changes_total{device="eni2e65f392374"} 4 node_network_carrier_changes_total{device="eni2ef1df33ea4"} 4 node_network_carrier_changes_total{device="eni315a4ddca6a"} 4 node_network_carrier_changes_total{device="eni32b1cdc70f1"} 4 node_network_carrier_changes_total{device="eni3399e47037a"} 4 node_network_carrier_changes_total{device="eni5237621ea30"} 4 node_network_carrier_changes_total{device="eni530e435aaf5"} 4 node_network_carrier_changes_total{device="eni54a8932338e"} 4 node_network_carrier_changes_total{device="eni639d7a4de2e"} 4 node_network_carrier_changes_total{device="eni791f086ed87"} 4 node_network_carrier_changes_total{device="eni7ac7d4e7aff"} 4 node_network_carrier_changes_total{device="eni7f56faf4248"} 4 node_network_carrier_changes_total{device="eni8cc1bf44fb5"} 4 node_network_carrier_changes_total{device="eni8d6f9053c09"} 4 node_network_carrier_changes_total{device="eni90393a1d097"} 4 node_network_carrier_changes_total{device="eni941e6e544df"} 4 node_network_carrier_changes_total{device="eni9b5e5f53f11"} 4 node_network_carrier_changes_total{device="eniaa43cfbdc87"} 4 node_network_carrier_changes_total{device="eniabe68ac78fa"} 4 node_network_carrier_changes_total{device="eniac11bdb7ca9"} 4 node_network_carrier_changes_total{device="eniae00220b1d3"} 4 node_network_carrier_changes_total{device="enib7bf01cbdf3"} 4 node_network_carrier_changes_total{device="enidb26764788e"} 4 node_network_carrier_changes_total{device="enie2ae83d0469"} 4 node_network_carrier_changes_total{device="eniec6aa822d85"} 4 node_network_carrier_changes_total{device="eniffc9d0eb423"} 4 node_network_carrier_changes_total{device="ens5"} 1 node_network_carrier_changes_total{device="ens6"} 1 node_network_carrier_changes_total{device="ens7"} 1 node_network_carrier_changes_total{device="ens8"} 1 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="pod-id-link0"} 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="eni0b4f9d80309"} 2 node_network_carrier_down_changes_total{device="eni0c459c75abc"} 2 node_network_carrier_down_changes_total{device="eni1b727bd29b7"} 2 node_network_carrier_down_changes_total{device="eni23618576144"} 2 node_network_carrier_down_changes_total{device="eni2e65f392374"} 2 node_network_carrier_down_changes_total{device="eni2ef1df33ea4"} 2 node_network_carrier_down_changes_total{device="eni315a4ddca6a"} 2 node_network_carrier_down_changes_total{device="eni32b1cdc70f1"} 2 node_network_carrier_down_changes_total{device="eni3399e47037a"} 2 node_network_carrier_down_changes_total{device="eni5237621ea30"} 2 node_network_carrier_down_changes_total{device="eni530e435aaf5"} 2 node_network_carrier_down_changes_total{device="eni54a8932338e"} 2 node_network_carrier_down_changes_total{device="eni639d7a4de2e"} 2 node_network_carrier_down_changes_total{device="eni791f086ed87"} 2 node_network_carrier_down_changes_total{device="eni7ac7d4e7aff"} 2 node_network_carrier_down_changes_total{device="eni7f56faf4248"} 2 node_network_carrier_down_changes_total{device="eni8cc1bf44fb5"} 2 node_network_carrier_down_changes_total{device="eni8d6f9053c09"} 2 node_network_carrier_down_changes_total{device="eni90393a1d097"} 2 node_network_carrier_down_changes_total{device="eni941e6e544df"} 2 node_network_carrier_down_changes_total{device="eni9b5e5f53f11"} 2 node_network_carrier_down_changes_total{device="eniaa43cfbdc87"} 2 node_network_carrier_down_changes_total{device="eniabe68ac78fa"} 2 node_network_carrier_down_changes_total{device="eniac11bdb7ca9"} 2 node_network_carrier_down_changes_total{device="eniae00220b1d3"} 2 node_network_carrier_down_changes_total{device="enib7bf01cbdf3"} 2 node_network_carrier_down_changes_total{device="enidb26764788e"} 2 node_network_carrier_down_changes_total{device="enie2ae83d0469"} 2 node_network_carrier_down_changes_total{device="eniec6aa822d85"} 2 node_network_carrier_down_changes_total{device="eniffc9d0eb423"} 2 node_network_carrier_down_changes_total{device="ens5"} 0 node_network_carrier_down_changes_total{device="ens6"} 0 node_network_carrier_down_changes_total{device="ens7"} 0 node_network_carrier_down_changes_total{device="ens8"} 0 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="pod-id-link0"} 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="eni0b4f9d80309"} 2 node_network_carrier_up_changes_total{device="eni0c459c75abc"} 2 node_network_carrier_up_changes_total{device="eni1b727bd29b7"} 2 node_network_carrier_up_changes_total{device="eni23618576144"} 2 node_network_carrier_up_changes_total{device="eni2e65f392374"} 2 node_network_carrier_up_changes_total{device="eni2ef1df33ea4"} 2 node_network_carrier_up_changes_total{device="eni315a4ddca6a"} 2 node_network_carrier_up_changes_total{device="eni32b1cdc70f1"} 2 node_network_carrier_up_changes_total{device="eni3399e47037a"} 2 node_network_carrier_up_changes_total{device="eni5237621ea30"} 2 node_network_carrier_up_changes_total{device="eni530e435aaf5"} 2 node_network_carrier_up_changes_total{device="eni54a8932338e"} 2 node_network_carrier_up_changes_total{device="eni639d7a4de2e"} 2 node_network_carrier_up_changes_total{device="eni791f086ed87"} 2 node_network_carrier_up_changes_total{device="eni7ac7d4e7aff"} 2 node_network_carrier_up_changes_total{device="eni7f56faf4248"} 2 node_network_carrier_up_changes_total{device="eni8cc1bf44fb5"} 2 node_network_carrier_up_changes_total{device="eni8d6f9053c09"} 2 node_network_carrier_up_changes_total{device="eni90393a1d097"} 2 node_network_carrier_up_changes_total{device="eni941e6e544df"} 2 node_network_carrier_up_changes_total{device="eni9b5e5f53f11"} 2 node_network_carrier_up_changes_total{device="eniaa43cfbdc87"} 2 node_network_carrier_up_changes_total{device="eniabe68ac78fa"} 2 node_network_carrier_up_changes_total{device="eniac11bdb7ca9"} 2 node_network_carrier_up_changes_total{device="eniae00220b1d3"} 2 node_network_carrier_up_changes_total{device="enib7bf01cbdf3"} 2 node_network_carrier_up_changes_total{device="enidb26764788e"} 2 node_network_carrier_up_changes_total{device="enie2ae83d0469"} 2 node_network_carrier_up_changes_total{device="eniec6aa822d85"} 2 node_network_carrier_up_changes_total{device="eniffc9d0eb423"} 2 node_network_carrier_up_changes_total{device="ens5"} 1 node_network_carrier_up_changes_total{device="ens6"} 1 node_network_carrier_up_changes_total{device="ens7"} 1 node_network_carrier_up_changes_total{device="ens8"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="pod-id-link0"} 0 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="eni0b4f9d80309"} 0 node_network_device_id{device="eni0c459c75abc"} 0 node_network_device_id{device="eni1b727bd29b7"} 0 node_network_device_id{device="eni23618576144"} 0 node_network_device_id{device="eni2e65f392374"} 0 node_network_device_id{device="eni2ef1df33ea4"} 0 node_network_device_id{device="eni315a4ddca6a"} 0 node_network_device_id{device="eni32b1cdc70f1"} 0 node_network_device_id{device="eni3399e47037a"} 0 node_network_device_id{device="eni5237621ea30"} 0 node_network_device_id{device="eni530e435aaf5"} 0 node_network_device_id{device="eni54a8932338e"} 0 node_network_device_id{device="eni639d7a4de2e"} 0 node_network_device_id{device="eni791f086ed87"} 0 node_network_device_id{device="eni7ac7d4e7aff"} 0 node_network_device_id{device="eni7f56faf4248"} 0 node_network_device_id{device="eni8cc1bf44fb5"} 0 node_network_device_id{device="eni8d6f9053c09"} 0 node_network_device_id{device="eni90393a1d097"} 0 node_network_device_id{device="eni941e6e544df"} 0 node_network_device_id{device="eni9b5e5f53f11"} 0 node_network_device_id{device="eniaa43cfbdc87"} 0 node_network_device_id{device="eniabe68ac78fa"} 0 node_network_device_id{device="eniac11bdb7ca9"} 0 node_network_device_id{device="eniae00220b1d3"} 0 node_network_device_id{device="enib7bf01cbdf3"} 0 node_network_device_id{device="enidb26764788e"} 0 node_network_device_id{device="enie2ae83d0469"} 0 node_network_device_id{device="eniec6aa822d85"} 0 node_network_device_id{device="eniffc9d0eb423"} 0 node_network_device_id{device="ens5"} 0 node_network_device_id{device="ens6"} 0 node_network_device_id{device="ens7"} 0 node_network_device_id{device="ens8"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="pod-id-link0"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="eni0b4f9d80309"} 0 node_network_dormant{device="eni0c459c75abc"} 0 node_network_dormant{device="eni1b727bd29b7"} 0 node_network_dormant{device="eni23618576144"} 0 node_network_dormant{device="eni2e65f392374"} 0 node_network_dormant{device="eni2ef1df33ea4"} 0 node_network_dormant{device="eni315a4ddca6a"} 0 node_network_dormant{device="eni32b1cdc70f1"} 0 node_network_dormant{device="eni3399e47037a"} 0 node_network_dormant{device="eni5237621ea30"} 0 node_network_dormant{device="eni530e435aaf5"} 0 node_network_dormant{device="eni54a8932338e"} 0 node_network_dormant{device="eni639d7a4de2e"} 0 node_network_dormant{device="eni791f086ed87"} 0 node_network_dormant{device="eni7ac7d4e7aff"} 0 node_network_dormant{device="eni7f56faf4248"} 0 node_network_dormant{device="eni8cc1bf44fb5"} 0 node_network_dormant{device="eni8d6f9053c09"} 0 node_network_dormant{device="eni90393a1d097"} 0 node_network_dormant{device="eni941e6e544df"} 0 node_network_dormant{device="eni9b5e5f53f11"} 0 node_network_dormant{device="eniaa43cfbdc87"} 0 node_network_dormant{device="eniabe68ac78fa"} 0 node_network_dormant{device="eniac11bdb7ca9"} 0 node_network_dormant{device="eniae00220b1d3"} 0 node_network_dormant{device="enib7bf01cbdf3"} 0 node_network_dormant{device="enidb26764788e"} 0 node_network_dormant{device="enie2ae83d0469"} 0 node_network_dormant{device="eniec6aa822d85"} 0 node_network_dormant{device="eniffc9d0eb423"} 0 node_network_dormant{device="ens5"} 0 node_network_dormant{device="ens6"} 0 node_network_dormant{device="ens7"} 0 node_network_dormant{device="ens8"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="pod-id-link0"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="eni0b4f9d80309"} 4099 node_network_flags{device="eni0c459c75abc"} 4099 node_network_flags{device="eni1b727bd29b7"} 4099 node_network_flags{device="eni23618576144"} 4099 node_network_flags{device="eni2e65f392374"} 4099 node_network_flags{device="eni2ef1df33ea4"} 4099 node_network_flags{device="eni315a4ddca6a"} 4099 node_network_flags{device="eni32b1cdc70f1"} 4099 node_network_flags{device="eni3399e47037a"} 4099 node_network_flags{device="eni5237621ea30"} 4099 node_network_flags{device="eni530e435aaf5"} 4099 node_network_flags{device="eni54a8932338e"} 4099 node_network_flags{device="eni639d7a4de2e"} 4099 node_network_flags{device="eni791f086ed87"} 4099 node_network_flags{device="eni7ac7d4e7aff"} 4099 node_network_flags{device="eni7f56faf4248"} 4099 node_network_flags{device="eni8cc1bf44fb5"} 4099 node_network_flags{device="eni8d6f9053c09"} 4099 node_network_flags{device="eni90393a1d097"} 4099 node_network_flags{device="eni941e6e544df"} 4099 node_network_flags{device="eni9b5e5f53f11"} 4099 node_network_flags{device="eniaa43cfbdc87"} 4099 node_network_flags{device="eniabe68ac78fa"} 4099 node_network_flags{device="eniac11bdb7ca9"} 4099 node_network_flags{device="eniae00220b1d3"} 4099 node_network_flags{device="enib7bf01cbdf3"} 4099 node_network_flags{device="enidb26764788e"} 4099 node_network_flags{device="enie2ae83d0469"} 4099 node_network_flags{device="eniec6aa822d85"} 4099 node_network_flags{device="eniffc9d0eb423"} 4099 node_network_flags{device="ens5"} 4099 node_network_flags{device="ens6"} 4099 node_network_flags{device="ens7"} 4099 node_network_flags{device="ens8"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="pod-id-link0"} 131 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="eni0b4f9d80309"} 10 node_network_iface_id{device="eni0c459c75abc"} 196 node_network_iface_id{device="eni1b727bd29b7"} 233 node_network_iface_id{device="eni23618576144"} 237 node_network_iface_id{device="eni2e65f392374"} 201 node_network_iface_id{device="eni2ef1df33ea4"} 216 node_network_iface_id{device="eni315a4ddca6a"} 224 node_network_iface_id{device="eni32b1cdc70f1"} 241 node_network_iface_id{device="eni3399e47037a"} 222 node_network_iface_id{device="eni5237621ea30"} 225 node_network_iface_id{device="eni530e435aaf5"} 243 node_network_iface_id{device="eni54a8932338e"} 180 node_network_iface_id{device="eni639d7a4de2e"} 218 node_network_iface_id{device="eni791f086ed87"} 226 node_network_iface_id{device="eni7ac7d4e7aff"} 202 node_network_iface_id{device="eni7f56faf4248"} 220 node_network_iface_id{device="eni8cc1bf44fb5"} 18 node_network_iface_id{device="eni8d6f9053c09"} 25 node_network_iface_id{device="eni90393a1d097"} 17 node_network_iface_id{device="eni941e6e544df"} 16 node_network_iface_id{device="eni9b5e5f53f11"} 238 node_network_iface_id{device="eniaa43cfbdc87"} 190 node_network_iface_id{device="eniabe68ac78fa"} 19 node_network_iface_id{device="eniac11bdb7ca9"} 26 node_network_iface_id{device="eniae00220b1d3"} 78 node_network_iface_id{device="enib7bf01cbdf3"} 4 node_network_iface_id{device="enidb26764788e"} 236 node_network_iface_id{device="enie2ae83d0469"} 228 node_network_iface_id{device="eniec6aa822d85"} 230 node_network_iface_id{device="eniffc9d0eb423"} 242 node_network_iface_id{device="ens5"} 2 node_network_iface_id{device="ens6"} 5 node_network_iface_id{device="ens7"} 22 node_network_iface_id{device="ens8"} 240 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="pod-id-link0"} 3 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="eni0b4f9d80309"} 3 node_network_iface_link{device="eni0c459c75abc"} 3 node_network_iface_link{device="eni1b727bd29b7"} 3 node_network_iface_link{device="eni23618576144"} 3 node_network_iface_link{device="eni2e65f392374"} 3 node_network_iface_link{device="eni2ef1df33ea4"} 3 node_network_iface_link{device="eni315a4ddca6a"} 3 node_network_iface_link{device="eni32b1cdc70f1"} 3 node_network_iface_link{device="eni3399e47037a"} 3 node_network_iface_link{device="eni5237621ea30"} 3 node_network_iface_link{device="eni530e435aaf5"} 3 node_network_iface_link{device="eni54a8932338e"} 3 node_network_iface_link{device="eni639d7a4de2e"} 3 node_network_iface_link{device="eni791f086ed87"} 3 node_network_iface_link{device="eni7ac7d4e7aff"} 3 node_network_iface_link{device="eni7f56faf4248"} 3 node_network_iface_link{device="eni8cc1bf44fb5"} 3 node_network_iface_link{device="eni8d6f9053c09"} 3 node_network_iface_link{device="eni90393a1d097"} 3 node_network_iface_link{device="eni941e6e544df"} 3 node_network_iface_link{device="eni9b5e5f53f11"} 3 node_network_iface_link{device="eniaa43cfbdc87"} 3 node_network_iface_link{device="eniabe68ac78fa"} 3 node_network_iface_link{device="eniac11bdb7ca9"} 3 node_network_iface_link{device="eniae00220b1d3"} 3 node_network_iface_link{device="enib7bf01cbdf3"} 3 node_network_iface_link{device="enidb26764788e"} 3 node_network_iface_link{device="enie2ae83d0469"} 3 node_network_iface_link{device="eniec6aa822d85"} 3 node_network_iface_link{device="eniffc9d0eb423"} 3 node_network_iface_link{device="ens5"} 2 node_network_iface_link{device="ens6"} 5 node_network_iface_link{device="ens7"} 22 node_network_iface_link{device="ens8"} 240 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="pod-id-link0"} 3 # 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="eni0b4f9d80309"} 0 node_network_iface_link_mode{device="eni0c459c75abc"} 0 node_network_iface_link_mode{device="eni1b727bd29b7"} 0 node_network_iface_link_mode{device="eni23618576144"} 0 node_network_iface_link_mode{device="eni2e65f392374"} 0 node_network_iface_link_mode{device="eni2ef1df33ea4"} 0 node_network_iface_link_mode{device="eni315a4ddca6a"} 0 node_network_iface_link_mode{device="eni32b1cdc70f1"} 0 node_network_iface_link_mode{device="eni3399e47037a"} 0 node_network_iface_link_mode{device="eni5237621ea30"} 0 node_network_iface_link_mode{device="eni530e435aaf5"} 0 node_network_iface_link_mode{device="eni54a8932338e"} 0 node_network_iface_link_mode{device="eni639d7a4de2e"} 0 node_network_iface_link_mode{device="eni791f086ed87"} 0 node_network_iface_link_mode{device="eni7ac7d4e7aff"} 0 node_network_iface_link_mode{device="eni7f56faf4248"} 0 node_network_iface_link_mode{device="eni8cc1bf44fb5"} 0 node_network_iface_link_mode{device="eni8d6f9053c09"} 0 node_network_iface_link_mode{device="eni90393a1d097"} 0 node_network_iface_link_mode{device="eni941e6e544df"} 0 node_network_iface_link_mode{device="eni9b5e5f53f11"} 0 node_network_iface_link_mode{device="eniaa43cfbdc87"} 0 node_network_iface_link_mode{device="eniabe68ac78fa"} 0 node_network_iface_link_mode{device="eniac11bdb7ca9"} 0 node_network_iface_link_mode{device="eniae00220b1d3"} 0 node_network_iface_link_mode{device="enib7bf01cbdf3"} 0 node_network_iface_link_mode{device="enidb26764788e"} 0 node_network_iface_link_mode{device="enie2ae83d0469"} 0 node_network_iface_link_mode{device="eniec6aa822d85"} 0 node_network_iface_link_mode{device="eniffc9d0eb423"} 0 node_network_iface_link_mode{device="ens5"} 0 node_network_iface_link_mode{device="ens6"} 0 node_network_iface_link_mode{device="ens7"} 0 node_network_iface_link_mode{device="ens8"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="pod-id-link0"} 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:2f:ae:f4:f6:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="ens7",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="02:52:ad:a7:09:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="ens8",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="02:68:03:6f:bc:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="ens5",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="02:e8:6c:e1:74:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="ens6",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="06:9b:68:c3:b4:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni791f086ed87",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:5c:2f:fb:04:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni2e65f392374",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:a1:46:84:ad:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni23618576144",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:07:dd:ef:8b:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni0b4f9d80309",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:30:e2:34:65:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni54a8932338e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:c4:19:c0:ef:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni7ac7d4e7aff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:17:27:13:3a:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni639d7a4de2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:22:c4:5e:a8:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni7f56faf4248",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:e1:f9:1a:76:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="pod-id-link0",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="6a:ad:a8:3a:0d:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eniaa43cfbdc87",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:ee:25:f9:63:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni0c459c75abc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:60:cc:95:f2:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni8d6f9053c09",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:3a:28:7b:74:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni1b727bd29b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:89:49:92:0a:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eniac11bdb7ca9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:a3:ae:28:28:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eniffc9d0eb423",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:6c:b5:bb:ba:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni9b5e5f53f11",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:4b:87:d8:a5:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni315a4ddca6a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:23:bb:8a:83:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni90393a1d097",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:d7:4b:be:ea:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni5237621ea30",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:ff:31:ba:c9:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eniae00220b1d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:39:6a:2e:93:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni3399e47037a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:aa:79:8e:87:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="enib7bf01cbdf3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:70:ea:98:d6:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="enie2ae83d0469",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:3f:02:eb:68:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eniec6aa822d85",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:50:77:23:1d:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eniabe68ac78fa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:fa:cf:8a:dc:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni530e435aaf5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:16:1c:6b:49:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni8cc1bf44fb5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:41:f6:60:3e:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni2ef1df33ea4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:d7:c9:b8:6c:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni941e6e544df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:1f:3f:19:13:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="enidb26764788e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:6d:03:67:73:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eni32b1cdc70f1",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="eni0b4f9d80309"} 9001 node_network_mtu_bytes{device="eni0c459c75abc"} 9001 node_network_mtu_bytes{device="eni1b727bd29b7"} 9001 node_network_mtu_bytes{device="eni23618576144"} 9001 node_network_mtu_bytes{device="eni2e65f392374"} 9001 node_network_mtu_bytes{device="eni2ef1df33ea4"} 9001 node_network_mtu_bytes{device="eni315a4ddca6a"} 9001 node_network_mtu_bytes{device="eni32b1cdc70f1"} 9001 node_network_mtu_bytes{device="eni3399e47037a"} 9001 node_network_mtu_bytes{device="eni5237621ea30"} 9001 node_network_mtu_bytes{device="eni530e435aaf5"} 9001 node_network_mtu_bytes{device="eni54a8932338e"} 9001 node_network_mtu_bytes{device="eni639d7a4de2e"} 9001 node_network_mtu_bytes{device="eni791f086ed87"} 9001 node_network_mtu_bytes{device="eni7ac7d4e7aff"} 9001 node_network_mtu_bytes{device="eni7f56faf4248"} 9001 node_network_mtu_bytes{device="eni8cc1bf44fb5"} 9001 node_network_mtu_bytes{device="eni8d6f9053c09"} 9001 node_network_mtu_bytes{device="eni90393a1d097"} 9001 node_network_mtu_bytes{device="eni941e6e544df"} 9001 node_network_mtu_bytes{device="eni9b5e5f53f11"} 9001 node_network_mtu_bytes{device="eniaa43cfbdc87"} 9001 node_network_mtu_bytes{device="eniabe68ac78fa"} 9001 node_network_mtu_bytes{device="eniac11bdb7ca9"} 9001 node_network_mtu_bytes{device="eniae00220b1d3"} 9001 node_network_mtu_bytes{device="enib7bf01cbdf3"} 9001 node_network_mtu_bytes{device="enidb26764788e"} 9001 node_network_mtu_bytes{device="enie2ae83d0469"} 9001 node_network_mtu_bytes{device="eniec6aa822d85"} 9001 node_network_mtu_bytes{device="eniffc9d0eb423"} 9001 node_network_mtu_bytes{device="ens5"} 9001 node_network_mtu_bytes{device="ens6"} 9001 node_network_mtu_bytes{device="ens7"} 9001 node_network_mtu_bytes{device="ens8"} 9001 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="pod-id-link0"} 1500 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="eni0b4f9d80309"} 3 node_network_name_assign_type{device="eni0c459c75abc"} 3 node_network_name_assign_type{device="eni1b727bd29b7"} 3 node_network_name_assign_type{device="eni23618576144"} 3 node_network_name_assign_type{device="eni2e65f392374"} 3 node_network_name_assign_type{device="eni2ef1df33ea4"} 3 node_network_name_assign_type{device="eni315a4ddca6a"} 3 node_network_name_assign_type{device="eni32b1cdc70f1"} 3 node_network_name_assign_type{device="eni3399e47037a"} 3 node_network_name_assign_type{device="eni5237621ea30"} 3 node_network_name_assign_type{device="eni530e435aaf5"} 3 node_network_name_assign_type{device="eni54a8932338e"} 3 node_network_name_assign_type{device="eni639d7a4de2e"} 3 node_network_name_assign_type{device="eni791f086ed87"} 3 node_network_name_assign_type{device="eni7ac7d4e7aff"} 3 node_network_name_assign_type{device="eni7f56faf4248"} 3 node_network_name_assign_type{device="eni8cc1bf44fb5"} 3 node_network_name_assign_type{device="eni8d6f9053c09"} 3 node_network_name_assign_type{device="eni90393a1d097"} 3 node_network_name_assign_type{device="eni941e6e544df"} 3 node_network_name_assign_type{device="eni9b5e5f53f11"} 3 node_network_name_assign_type{device="eniaa43cfbdc87"} 3 node_network_name_assign_type{device="eniabe68ac78fa"} 3 node_network_name_assign_type{device="eniac11bdb7ca9"} 3 node_network_name_assign_type{device="eniae00220b1d3"} 3 node_network_name_assign_type{device="enib7bf01cbdf3"} 3 node_network_name_assign_type{device="enidb26764788e"} 3 node_network_name_assign_type{device="enie2ae83d0469"} 3 node_network_name_assign_type{device="eniec6aa822d85"} 3 node_network_name_assign_type{device="eniffc9d0eb423"} 3 node_network_name_assign_type{device="ens5"} 4 node_network_name_assign_type{device="ens6"} 4 node_network_name_assign_type{device="ens7"} 4 node_network_name_assign_type{device="ens8"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="pod-id-link0"} 3 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="eni0b4f9d80309"} 0 node_network_net_dev_group{device="eni0c459c75abc"} 0 node_network_net_dev_group{device="eni1b727bd29b7"} 0 node_network_net_dev_group{device="eni23618576144"} 0 node_network_net_dev_group{device="eni2e65f392374"} 0 node_network_net_dev_group{device="eni2ef1df33ea4"} 0 node_network_net_dev_group{device="eni315a4ddca6a"} 0 node_network_net_dev_group{device="eni32b1cdc70f1"} 0 node_network_net_dev_group{device="eni3399e47037a"} 0 node_network_net_dev_group{device="eni5237621ea30"} 0 node_network_net_dev_group{device="eni530e435aaf5"} 0 node_network_net_dev_group{device="eni54a8932338e"} 0 node_network_net_dev_group{device="eni639d7a4de2e"} 0 node_network_net_dev_group{device="eni791f086ed87"} 0 node_network_net_dev_group{device="eni7ac7d4e7aff"} 0 node_network_net_dev_group{device="eni7f56faf4248"} 0 node_network_net_dev_group{device="eni8cc1bf44fb5"} 0 node_network_net_dev_group{device="eni8d6f9053c09"} 0 node_network_net_dev_group{device="eni90393a1d097"} 0 node_network_net_dev_group{device="eni941e6e544df"} 0 node_network_net_dev_group{device="eni9b5e5f53f11"} 0 node_network_net_dev_group{device="eniaa43cfbdc87"} 0 node_network_net_dev_group{device="eniabe68ac78fa"} 0 node_network_net_dev_group{device="eniac11bdb7ca9"} 0 node_network_net_dev_group{device="eniae00220b1d3"} 0 node_network_net_dev_group{device="enib7bf01cbdf3"} 0 node_network_net_dev_group{device="enidb26764788e"} 0 node_network_net_dev_group{device="enie2ae83d0469"} 0 node_network_net_dev_group{device="eniec6aa822d85"} 0 node_network_net_dev_group{device="eniffc9d0eb423"} 0 node_network_net_dev_group{device="ens5"} 0 node_network_net_dev_group{device="ens6"} 0 node_network_net_dev_group{device="ens7"} 0 node_network_net_dev_group{device="ens8"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="pod-id-link0"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="eni0b4f9d80309"} 1 node_network_protocol_type{device="eni0c459c75abc"} 1 node_network_protocol_type{device="eni1b727bd29b7"} 1 node_network_protocol_type{device="eni23618576144"} 1 node_network_protocol_type{device="eni2e65f392374"} 1 node_network_protocol_type{device="eni2ef1df33ea4"} 1 node_network_protocol_type{device="eni315a4ddca6a"} 1 node_network_protocol_type{device="eni32b1cdc70f1"} 1 node_network_protocol_type{device="eni3399e47037a"} 1 node_network_protocol_type{device="eni5237621ea30"} 1 node_network_protocol_type{device="eni530e435aaf5"} 1 node_network_protocol_type{device="eni54a8932338e"} 1 node_network_protocol_type{device="eni639d7a4de2e"} 1 node_network_protocol_type{device="eni791f086ed87"} 1 node_network_protocol_type{device="eni7ac7d4e7aff"} 1 node_network_protocol_type{device="eni7f56faf4248"} 1 node_network_protocol_type{device="eni8cc1bf44fb5"} 1 node_network_protocol_type{device="eni8d6f9053c09"} 1 node_network_protocol_type{device="eni90393a1d097"} 1 node_network_protocol_type{device="eni941e6e544df"} 1 node_network_protocol_type{device="eni9b5e5f53f11"} 1 node_network_protocol_type{device="eniaa43cfbdc87"} 1 node_network_protocol_type{device="eniabe68ac78fa"} 1 node_network_protocol_type{device="eniac11bdb7ca9"} 1 node_network_protocol_type{device="eniae00220b1d3"} 1 node_network_protocol_type{device="enib7bf01cbdf3"} 1 node_network_protocol_type{device="enidb26764788e"} 1 node_network_protocol_type{device="enie2ae83d0469"} 1 node_network_protocol_type{device="eniec6aa822d85"} 1 node_network_protocol_type{device="eniffc9d0eb423"} 1 node_network_protocol_type{device="ens5"} 1 node_network_protocol_type{device="ens6"} 1 node_network_protocol_type{device="ens7"} 1 node_network_protocol_type{device="ens8"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="pod-id-link0"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eni0b4f9d80309"} 6.155339484e+09 node_network_receive_bytes_total{device="eni0c459c75abc"} 2.6832226e+07 node_network_receive_bytes_total{device="eni1b727bd29b7"} 7.894974e+06 node_network_receive_bytes_total{device="eni23618576144"} 2.2241957e+07 node_network_receive_bytes_total{device="eni2e65f392374"} 7.8118607e+07 node_network_receive_bytes_total{device="eni2ef1df33ea4"} 4.0911041e+07 node_network_receive_bytes_total{device="eni315a4ddca6a"} 17558 node_network_receive_bytes_total{device="eni32b1cdc70f1"} 3.3681651e+07 node_network_receive_bytes_total{device="eni3399e47037a"} 1.0662794e+07 node_network_receive_bytes_total{device="eni5237621ea30"} 835581 node_network_receive_bytes_total{device="eni530e435aaf5"} 79593 node_network_receive_bytes_total{device="eni54a8932338e"} 1.50873413387e+11 node_network_receive_bytes_total{device="eni639d7a4de2e"} 9.3007379e+07 node_network_receive_bytes_total{device="eni791f086ed87"} 598564 node_network_receive_bytes_total{device="eni7ac7d4e7aff"} 4.541506e+07 node_network_receive_bytes_total{device="eni7f56faf4248"} 1.8542015e+07 node_network_receive_bytes_total{device="eni8cc1bf44fb5"} 1.7771593224e+10 node_network_receive_bytes_total{device="eni8d6f9053c09"} 1.455629956e+09 node_network_receive_bytes_total{device="eni90393a1d097"} 2.59233654e+09 node_network_receive_bytes_total{device="eni941e6e544df"} 1.614836803e+09 node_network_receive_bytes_total{device="eni9b5e5f53f11"} 5.4383844e+07 node_network_receive_bytes_total{device="eniaa43cfbdc87"} 1.89586832e+08 node_network_receive_bytes_total{device="eniabe68ac78fa"} 6.67225949e+08 node_network_receive_bytes_total{device="eniac11bdb7ca9"} 4.95477095e+09 node_network_receive_bytes_total{device="eniae00220b1d3"} 1.627481988e+09 node_network_receive_bytes_total{device="enib7bf01cbdf3"} 7.39312558e+08 node_network_receive_bytes_total{device="enidb26764788e"} 8.397589e+06 node_network_receive_bytes_total{device="enie2ae83d0469"} 1.2882981e+07 node_network_receive_bytes_total{device="eniec6aa822d85"} 3.9185881e+07 node_network_receive_bytes_total{device="eniffc9d0eb423"} 689100 node_network_receive_bytes_total{device="ens5"} 4.31590519785e+11 node_network_receive_bytes_total{device="ens6"} 4.1069968754e+10 node_network_receive_bytes_total{device="ens7"} 1.4561892962e+10 node_network_receive_bytes_total{device="ens8"} 2.175013e+06 node_network_receive_bytes_total{device="lo"} 1.9758089014e+10 node_network_receive_bytes_total{device="pod-id-link0"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eni0b4f9d80309"} 0 node_network_receive_compressed_total{device="eni0c459c75abc"} 0 node_network_receive_compressed_total{device="eni1b727bd29b7"} 0 node_network_receive_compressed_total{device="eni23618576144"} 0 node_network_receive_compressed_total{device="eni2e65f392374"} 0 node_network_receive_compressed_total{device="eni2ef1df33ea4"} 0 node_network_receive_compressed_total{device="eni315a4ddca6a"} 0 node_network_receive_compressed_total{device="eni32b1cdc70f1"} 0 node_network_receive_compressed_total{device="eni3399e47037a"} 0 node_network_receive_compressed_total{device="eni5237621ea30"} 0 node_network_receive_compressed_total{device="eni530e435aaf5"} 0 node_network_receive_compressed_total{device="eni54a8932338e"} 0 node_network_receive_compressed_total{device="eni639d7a4de2e"} 0 node_network_receive_compressed_total{device="eni791f086ed87"} 0 node_network_receive_compressed_total{device="eni7ac7d4e7aff"} 0 node_network_receive_compressed_total{device="eni7f56faf4248"} 0 node_network_receive_compressed_total{device="eni8cc1bf44fb5"} 0 node_network_receive_compressed_total{device="eni8d6f9053c09"} 0 node_network_receive_compressed_total{device="eni90393a1d097"} 0 node_network_receive_compressed_total{device="eni941e6e544df"} 0 node_network_receive_compressed_total{device="eni9b5e5f53f11"} 0 node_network_receive_compressed_total{device="eniaa43cfbdc87"} 0 node_network_receive_compressed_total{device="eniabe68ac78fa"} 0 node_network_receive_compressed_total{device="eniac11bdb7ca9"} 0 node_network_receive_compressed_total{device="eniae00220b1d3"} 0 node_network_receive_compressed_total{device="enib7bf01cbdf3"} 0 node_network_receive_compressed_total{device="enidb26764788e"} 0 node_network_receive_compressed_total{device="enie2ae83d0469"} 0 node_network_receive_compressed_total{device="eniec6aa822d85"} 0 node_network_receive_compressed_total{device="eniffc9d0eb423"} 0 node_network_receive_compressed_total{device="ens5"} 0 node_network_receive_compressed_total{device="ens6"} 0 node_network_receive_compressed_total{device="ens7"} 0 node_network_receive_compressed_total{device="ens8"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="pod-id-link0"} 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="eni0b4f9d80309"} 0 node_network_receive_drop_total{device="eni0c459c75abc"} 1 node_network_receive_drop_total{device="eni1b727bd29b7"} 1 node_network_receive_drop_total{device="eni23618576144"} 1 node_network_receive_drop_total{device="eni2e65f392374"} 1 node_network_receive_drop_total{device="eni2ef1df33ea4"} 1 node_network_receive_drop_total{device="eni315a4ddca6a"} 1 node_network_receive_drop_total{device="eni32b1cdc70f1"} 1 node_network_receive_drop_total{device="eni3399e47037a"} 1 node_network_receive_drop_total{device="eni5237621ea30"} 1 node_network_receive_drop_total{device="eni530e435aaf5"} 1 node_network_receive_drop_total{device="eni54a8932338e"} 1 node_network_receive_drop_total{device="eni639d7a4de2e"} 1 node_network_receive_drop_total{device="eni791f086ed87"} 1 node_network_receive_drop_total{device="eni7ac7d4e7aff"} 1 node_network_receive_drop_total{device="eni7f56faf4248"} 1 node_network_receive_drop_total{device="eni8cc1bf44fb5"} 2 node_network_receive_drop_total{device="eni8d6f9053c09"} 1 node_network_receive_drop_total{device="eni90393a1d097"} 1 node_network_receive_drop_total{device="eni941e6e544df"} 1 node_network_receive_drop_total{device="eni9b5e5f53f11"} 1 node_network_receive_drop_total{device="eniaa43cfbdc87"} 1 node_network_receive_drop_total{device="eniabe68ac78fa"} 1 node_network_receive_drop_total{device="eniac11bdb7ca9"} 1 node_network_receive_drop_total{device="eniae00220b1d3"} 1 node_network_receive_drop_total{device="enib7bf01cbdf3"} 1 node_network_receive_drop_total{device="enidb26764788e"} 2 node_network_receive_drop_total{device="enie2ae83d0469"} 1 node_network_receive_drop_total{device="eniec6aa822d85"} 1 node_network_receive_drop_total{device="eniffc9d0eb423"} 1 node_network_receive_drop_total{device="ens5"} 11451 node_network_receive_drop_total{device="ens6"} 0 node_network_receive_drop_total{device="ens7"} 0 node_network_receive_drop_total{device="ens8"} 0 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="pod-id-link0"} 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="eni0b4f9d80309"} 0 node_network_receive_errs_total{device="eni0c459c75abc"} 0 node_network_receive_errs_total{device="eni1b727bd29b7"} 0 node_network_receive_errs_total{device="eni23618576144"} 0 node_network_receive_errs_total{device="eni2e65f392374"} 0 node_network_receive_errs_total{device="eni2ef1df33ea4"} 0 node_network_receive_errs_total{device="eni315a4ddca6a"} 0 node_network_receive_errs_total{device="eni32b1cdc70f1"} 0 node_network_receive_errs_total{device="eni3399e47037a"} 0 node_network_receive_errs_total{device="eni5237621ea30"} 0 node_network_receive_errs_total{device="eni530e435aaf5"} 0 node_network_receive_errs_total{device="eni54a8932338e"} 0 node_network_receive_errs_total{device="eni639d7a4de2e"} 0 node_network_receive_errs_total{device="eni791f086ed87"} 0 node_network_receive_errs_total{device="eni7ac7d4e7aff"} 0 node_network_receive_errs_total{device="eni7f56faf4248"} 0 node_network_receive_errs_total{device="eni8cc1bf44fb5"} 0 node_network_receive_errs_total{device="eni8d6f9053c09"} 0 node_network_receive_errs_total{device="eni90393a1d097"} 0 node_network_receive_errs_total{device="eni941e6e544df"} 0 node_network_receive_errs_total{device="eni9b5e5f53f11"} 0 node_network_receive_errs_total{device="eniaa43cfbdc87"} 0 node_network_receive_errs_total{device="eniabe68ac78fa"} 0 node_network_receive_errs_total{device="eniac11bdb7ca9"} 0 node_network_receive_errs_total{device="eniae00220b1d3"} 0 node_network_receive_errs_total{device="enib7bf01cbdf3"} 0 node_network_receive_errs_total{device="enidb26764788e"} 0 node_network_receive_errs_total{device="enie2ae83d0469"} 0 node_network_receive_errs_total{device="eniec6aa822d85"} 0 node_network_receive_errs_total{device="eniffc9d0eb423"} 0 node_network_receive_errs_total{device="ens5"} 0 node_network_receive_errs_total{device="ens6"} 0 node_network_receive_errs_total{device="ens7"} 0 node_network_receive_errs_total{device="ens8"} 0 node_network_receive_errs_total{device="lo"} 0 node_network_receive_errs_total{device="pod-id-link0"} 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="eni0b4f9d80309"} 0 node_network_receive_fifo_total{device="eni0c459c75abc"} 0 node_network_receive_fifo_total{device="eni1b727bd29b7"} 0 node_network_receive_fifo_total{device="eni23618576144"} 0 node_network_receive_fifo_total{device="eni2e65f392374"} 0 node_network_receive_fifo_total{device="eni2ef1df33ea4"} 0 node_network_receive_fifo_total{device="eni315a4ddca6a"} 0 node_network_receive_fifo_total{device="eni32b1cdc70f1"} 0 node_network_receive_fifo_total{device="eni3399e47037a"} 0 node_network_receive_fifo_total{device="eni5237621ea30"} 0 node_network_receive_fifo_total{device="eni530e435aaf5"} 0 node_network_receive_fifo_total{device="eni54a8932338e"} 0 node_network_receive_fifo_total{device="eni639d7a4de2e"} 0 node_network_receive_fifo_total{device="eni791f086ed87"} 0 node_network_receive_fifo_total{device="eni7ac7d4e7aff"} 0 node_network_receive_fifo_total{device="eni7f56faf4248"} 0 node_network_receive_fifo_total{device="eni8cc1bf44fb5"} 0 node_network_receive_fifo_total{device="eni8d6f9053c09"} 0 node_network_receive_fifo_total{device="eni90393a1d097"} 0 node_network_receive_fifo_total{device="eni941e6e544df"} 0 node_network_receive_fifo_total{device="eni9b5e5f53f11"} 0 node_network_receive_fifo_total{device="eniaa43cfbdc87"} 0 node_network_receive_fifo_total{device="eniabe68ac78fa"} 0 node_network_receive_fifo_total{device="eniac11bdb7ca9"} 0 node_network_receive_fifo_total{device="eniae00220b1d3"} 0 node_network_receive_fifo_total{device="enib7bf01cbdf3"} 0 node_network_receive_fifo_total{device="enidb26764788e"} 0 node_network_receive_fifo_total{device="enie2ae83d0469"} 0 node_network_receive_fifo_total{device="eniec6aa822d85"} 0 node_network_receive_fifo_total{device="eniffc9d0eb423"} 0 node_network_receive_fifo_total{device="ens5"} 0 node_network_receive_fifo_total{device="ens6"} 0 node_network_receive_fifo_total{device="ens7"} 0 node_network_receive_fifo_total{device="ens8"} 0 node_network_receive_fifo_total{device="lo"} 0 node_network_receive_fifo_total{device="pod-id-link0"} 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="eni0b4f9d80309"} 0 node_network_receive_frame_total{device="eni0c459c75abc"} 0 node_network_receive_frame_total{device="eni1b727bd29b7"} 0 node_network_receive_frame_total{device="eni23618576144"} 0 node_network_receive_frame_total{device="eni2e65f392374"} 0 node_network_receive_frame_total{device="eni2ef1df33ea4"} 0 node_network_receive_frame_total{device="eni315a4ddca6a"} 0 node_network_receive_frame_total{device="eni32b1cdc70f1"} 0 node_network_receive_frame_total{device="eni3399e47037a"} 0 node_network_receive_frame_total{device="eni5237621ea30"} 0 node_network_receive_frame_total{device="eni530e435aaf5"} 0 node_network_receive_frame_total{device="eni54a8932338e"} 0 node_network_receive_frame_total{device="eni639d7a4de2e"} 0 node_network_receive_frame_total{device="eni791f086ed87"} 0 node_network_receive_frame_total{device="eni7ac7d4e7aff"} 0 node_network_receive_frame_total{device="eni7f56faf4248"} 0 node_network_receive_frame_total{device="eni8cc1bf44fb5"} 0 node_network_receive_frame_total{device="eni8d6f9053c09"} 0 node_network_receive_frame_total{device="eni90393a1d097"} 0 node_network_receive_frame_total{device="eni941e6e544df"} 0 node_network_receive_frame_total{device="eni9b5e5f53f11"} 0 node_network_receive_frame_total{device="eniaa43cfbdc87"} 0 node_network_receive_frame_total{device="eniabe68ac78fa"} 0 node_network_receive_frame_total{device="eniac11bdb7ca9"} 0 node_network_receive_frame_total{device="eniae00220b1d3"} 0 node_network_receive_frame_total{device="enib7bf01cbdf3"} 0 node_network_receive_frame_total{device="enidb26764788e"} 0 node_network_receive_frame_total{device="enie2ae83d0469"} 0 node_network_receive_frame_total{device="eniec6aa822d85"} 0 node_network_receive_frame_total{device="eniffc9d0eb423"} 0 node_network_receive_frame_total{device="ens5"} 0 node_network_receive_frame_total{device="ens6"} 0 node_network_receive_frame_total{device="ens7"} 0 node_network_receive_frame_total{device="ens8"} 0 node_network_receive_frame_total{device="lo"} 0 node_network_receive_frame_total{device="pod-id-link0"} 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="eni0b4f9d80309"} 0 node_network_receive_multicast_total{device="eni0c459c75abc"} 0 node_network_receive_multicast_total{device="eni1b727bd29b7"} 0 node_network_receive_multicast_total{device="eni23618576144"} 0 node_network_receive_multicast_total{device="eni2e65f392374"} 0 node_network_receive_multicast_total{device="eni2ef1df33ea4"} 0 node_network_receive_multicast_total{device="eni315a4ddca6a"} 0 node_network_receive_multicast_total{device="eni32b1cdc70f1"} 0 node_network_receive_multicast_total{device="eni3399e47037a"} 0 node_network_receive_multicast_total{device="eni5237621ea30"} 0 node_network_receive_multicast_total{device="eni530e435aaf5"} 0 node_network_receive_multicast_total{device="eni54a8932338e"} 0 node_network_receive_multicast_total{device="eni639d7a4de2e"} 0 node_network_receive_multicast_total{device="eni791f086ed87"} 0 node_network_receive_multicast_total{device="eni7ac7d4e7aff"} 0 node_network_receive_multicast_total{device="eni7f56faf4248"} 0 node_network_receive_multicast_total{device="eni8cc1bf44fb5"} 0 node_network_receive_multicast_total{device="eni8d6f9053c09"} 0 node_network_receive_multicast_total{device="eni90393a1d097"} 0 node_network_receive_multicast_total{device="eni941e6e544df"} 0 node_network_receive_multicast_total{device="eni9b5e5f53f11"} 0 node_network_receive_multicast_total{device="eniaa43cfbdc87"} 0 node_network_receive_multicast_total{device="eniabe68ac78fa"} 0 node_network_receive_multicast_total{device="eniac11bdb7ca9"} 0 node_network_receive_multicast_total{device="eniae00220b1d3"} 0 node_network_receive_multicast_total{device="enib7bf01cbdf3"} 0 node_network_receive_multicast_total{device="enidb26764788e"} 0 node_network_receive_multicast_total{device="enie2ae83d0469"} 0 node_network_receive_multicast_total{device="eniec6aa822d85"} 0 node_network_receive_multicast_total{device="eniffc9d0eb423"} 0 node_network_receive_multicast_total{device="ens5"} 0 node_network_receive_multicast_total{device="ens6"} 0 node_network_receive_multicast_total{device="ens7"} 0 node_network_receive_multicast_total{device="ens8"} 0 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="pod-id-link0"} 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="eni0b4f9d80309"} 0 node_network_receive_nohandler_total{device="eni0c459c75abc"} 0 node_network_receive_nohandler_total{device="eni1b727bd29b7"} 0 node_network_receive_nohandler_total{device="eni23618576144"} 0 node_network_receive_nohandler_total{device="eni2e65f392374"} 0 node_network_receive_nohandler_total{device="eni2ef1df33ea4"} 0 node_network_receive_nohandler_total{device="eni315a4ddca6a"} 0 node_network_receive_nohandler_total{device="eni32b1cdc70f1"} 0 node_network_receive_nohandler_total{device="eni3399e47037a"} 0 node_network_receive_nohandler_total{device="eni5237621ea30"} 0 node_network_receive_nohandler_total{device="eni530e435aaf5"} 0 node_network_receive_nohandler_total{device="eni54a8932338e"} 0 node_network_receive_nohandler_total{device="eni639d7a4de2e"} 0 node_network_receive_nohandler_total{device="eni791f086ed87"} 0 node_network_receive_nohandler_total{device="eni7ac7d4e7aff"} 0 node_network_receive_nohandler_total{device="eni7f56faf4248"} 0 node_network_receive_nohandler_total{device="eni8cc1bf44fb5"} 0 node_network_receive_nohandler_total{device="eni8d6f9053c09"} 0 node_network_receive_nohandler_total{device="eni90393a1d097"} 0 node_network_receive_nohandler_total{device="eni941e6e544df"} 0 node_network_receive_nohandler_total{device="eni9b5e5f53f11"} 0 node_network_receive_nohandler_total{device="eniaa43cfbdc87"} 0 node_network_receive_nohandler_total{device="eniabe68ac78fa"} 0 node_network_receive_nohandler_total{device="eniac11bdb7ca9"} 0 node_network_receive_nohandler_total{device="eniae00220b1d3"} 0 node_network_receive_nohandler_total{device="enib7bf01cbdf3"} 0 node_network_receive_nohandler_total{device="enidb26764788e"} 0 node_network_receive_nohandler_total{device="enie2ae83d0469"} 0 node_network_receive_nohandler_total{device="eniec6aa822d85"} 0 node_network_receive_nohandler_total{device="eniffc9d0eb423"} 0 node_network_receive_nohandler_total{device="ens5"} 0 node_network_receive_nohandler_total{device="ens6"} 0 node_network_receive_nohandler_total{device="ens7"} 0 node_network_receive_nohandler_total{device="ens8"} 0 node_network_receive_nohandler_total{device="lo"} 0 node_network_receive_nohandler_total{device="pod-id-link0"} 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="eni0b4f9d80309"} 3.2964202e+07 node_network_receive_packets_total{device="eni0c459c75abc"} 33430 node_network_receive_packets_total{device="eni1b727bd29b7"} 2372 node_network_receive_packets_total{device="eni23618576144"} 144722 node_network_receive_packets_total{device="eni2e65f392374"} 692546 node_network_receive_packets_total{device="eni2ef1df33ea4"} 151032 node_network_receive_packets_total{device="eni315a4ddca6a"} 153 node_network_receive_packets_total{device="eni32b1cdc70f1"} 161295 node_network_receive_packets_total{device="eni3399e47037a"} 10763 node_network_receive_packets_total{device="eni5237621ea30"} 367 node_network_receive_packets_total{device="eni530e435aaf5"} 622 node_network_receive_packets_total{device="eni54a8932338e"} 1.6319751e+07 node_network_receive_packets_total{device="eni639d7a4de2e"} 535171 node_network_receive_packets_total{device="eni791f086ed87"} 4105 node_network_receive_packets_total{device="eni7ac7d4e7aff"} 393578 node_network_receive_packets_total{device="eni7f56faf4248"} 23132 node_network_receive_packets_total{device="eni8cc1bf44fb5"} 8.7288994e+07 node_network_receive_packets_total{device="eni8d6f9053c09"} 9.353381e+06 node_network_receive_packets_total{device="eni90393a1d097"} 2.8195644e+07 node_network_receive_packets_total{device="eni941e6e544df"} 9.269799e+06 node_network_receive_packets_total{device="eni9b5e5f53f11"} 312413 node_network_receive_packets_total{device="eniaa43cfbdc87"} 2.082255e+06 node_network_receive_packets_total{device="eniabe68ac78fa"} 8.297434e+06 node_network_receive_packets_total{device="eniac11bdb7ca9"} 3.2206635e+07 node_network_receive_packets_total{device="eniae00220b1d3"} 498669 node_network_receive_packets_total{device="enib7bf01cbdf3"} 7.782112e+06 node_network_receive_packets_total{device="enidb26764788e"} 51926 node_network_receive_packets_total{device="enie2ae83d0469"} 2632 node_network_receive_packets_total{device="eniec6aa822d85"} 29355 node_network_receive_packets_total{device="eniffc9d0eb423"} 7447 node_network_receive_packets_total{device="ens5"} 6.68879905e+08 node_network_receive_packets_total{device="ens6"} 1.91062872e+08 node_network_receive_packets_total{device="ens7"} 5.7112303e+07 node_network_receive_packets_total{device="ens8"} 5115 node_network_receive_packets_total{device="lo"} 1.93972723e+08 node_network_receive_packets_total{device="pod-id-link0"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="eni0b4f9d80309"} 1.25e+09 node_network_speed_bytes{device="eni0c459c75abc"} 1.25e+09 node_network_speed_bytes{device="eni1b727bd29b7"} 1.25e+09 node_network_speed_bytes{device="eni23618576144"} 1.25e+09 node_network_speed_bytes{device="eni2e65f392374"} 1.25e+09 node_network_speed_bytes{device="eni2ef1df33ea4"} 1.25e+09 node_network_speed_bytes{device="eni315a4ddca6a"} 1.25e+09 node_network_speed_bytes{device="eni32b1cdc70f1"} 1.25e+09 node_network_speed_bytes{device="eni3399e47037a"} 1.25e+09 node_network_speed_bytes{device="eni5237621ea30"} 1.25e+09 node_network_speed_bytes{device="eni530e435aaf5"} 1.25e+09 node_network_speed_bytes{device="eni54a8932338e"} 1.25e+09 node_network_speed_bytes{device="eni639d7a4de2e"} 1.25e+09 node_network_speed_bytes{device="eni791f086ed87"} 1.25e+09 node_network_speed_bytes{device="eni7ac7d4e7aff"} 1.25e+09 node_network_speed_bytes{device="eni7f56faf4248"} 1.25e+09 node_network_speed_bytes{device="eni8cc1bf44fb5"} 1.25e+09 node_network_speed_bytes{device="eni8d6f9053c09"} 1.25e+09 node_network_speed_bytes{device="eni90393a1d097"} 1.25e+09 node_network_speed_bytes{device="eni941e6e544df"} 1.25e+09 node_network_speed_bytes{device="eni9b5e5f53f11"} 1.25e+09 node_network_speed_bytes{device="eniaa43cfbdc87"} 1.25e+09 node_network_speed_bytes{device="eniabe68ac78fa"} 1.25e+09 node_network_speed_bytes{device="eniac11bdb7ca9"} 1.25e+09 node_network_speed_bytes{device="eniae00220b1d3"} 1.25e+09 node_network_speed_bytes{device="enib7bf01cbdf3"} 1.25e+09 node_network_speed_bytes{device="enidb26764788e"} 1.25e+09 node_network_speed_bytes{device="enie2ae83d0469"} 1.25e+09 node_network_speed_bytes{device="eniec6aa822d85"} 1.25e+09 node_network_speed_bytes{device="eniffc9d0eb423"} 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="eni0b4f9d80309"} 4.611804901e+09 node_network_transmit_bytes_total{device="eni0c459c75abc"} 5.418272e+06 node_network_transmit_bytes_total{device="eni1b727bd29b7"} 303343 node_network_transmit_bytes_total{device="eni23618576144"} 1.5077563e+07 node_network_transmit_bytes_total{device="eni2e65f392374"} 1.44304328e+08 node_network_transmit_bytes_total{device="eni2ef1df33ea4"} 1.3126867e+07 node_network_transmit_bytes_total{device="eni315a4ddca6a"} 72554 node_network_transmit_bytes_total{device="eni32b1cdc70f1"} 1.03207117e+08 node_network_transmit_bytes_total{device="eni3399e47037a"} 7.495592e+06 node_network_transmit_bytes_total{device="eni5237621ea30"} 224848 node_network_transmit_bytes_total{device="eni530e435aaf5"} 220332 node_network_transmit_bytes_total{device="eni54a8932338e"} 5.652518321e+09 node_network_transmit_bytes_total{device="eni639d7a4de2e"} 7.8283444e+07 node_network_transmit_bytes_total{device="eni791f086ed87"} 1.104852e+06 node_network_transmit_bytes_total{device="eni7ac7d4e7aff"} 2.61840474e+08 node_network_transmit_bytes_total{device="eni7f56faf4248"} 3.790167e+06 node_network_transmit_bytes_total{device="eni8cc1bf44fb5"} 1.1289908858e+10 node_network_transmit_bytes_total{device="eni8d6f9053c09"} 2.364866834e+09 node_network_transmit_bytes_total{device="eni90393a1d097"} 7.370729794e+09 node_network_transmit_bytes_total{device="eni941e6e544df"} 2.82754816e+09 node_network_transmit_bytes_total{device="eni9b5e5f53f11"} 4.6309601e+07 node_network_transmit_bytes_total{device="eniaa43cfbdc87"} 1.575548458e+09 node_network_transmit_bytes_total{device="eniabe68ac78fa"} 8.64563681e+08 node_network_transmit_bytes_total{device="eniac11bdb7ca9"} 3.453712982e+09 node_network_transmit_bytes_total{device="eniae00220b1d3"} 7.8907079e+07 node_network_transmit_bytes_total{device="enib7bf01cbdf3"} 7.00914427e+08 node_network_transmit_bytes_total{device="enidb26764788e"} 6.884248e+06 node_network_transmit_bytes_total{device="enie2ae83d0469"} 1.95785e+06 node_network_transmit_bytes_total{device="eniec6aa822d85"} 5.8491613e+07 node_network_transmit_bytes_total{device="eniffc9d0eb423"} 2.476611e+06 node_network_transmit_bytes_total{device="ens5"} 3.25424018317e+11 node_network_transmit_bytes_total{device="ens6"} 5.1106517283e+10 node_network_transmit_bytes_total{device="ens7"} 1.59520918023e+11 node_network_transmit_bytes_total{device="ens8"} 384410 node_network_transmit_bytes_total{device="lo"} 1.9758089014e+10 node_network_transmit_bytes_total{device="pod-id-link0"} 290780 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eni0b4f9d80309"} 0 node_network_transmit_carrier_total{device="eni0c459c75abc"} 0 node_network_transmit_carrier_total{device="eni1b727bd29b7"} 0 node_network_transmit_carrier_total{device="eni23618576144"} 0 node_network_transmit_carrier_total{device="eni2e65f392374"} 0 node_network_transmit_carrier_total{device="eni2ef1df33ea4"} 0 node_network_transmit_carrier_total{device="eni315a4ddca6a"} 0 node_network_transmit_carrier_total{device="eni32b1cdc70f1"} 0 node_network_transmit_carrier_total{device="eni3399e47037a"} 0 node_network_transmit_carrier_total{device="eni5237621ea30"} 0 node_network_transmit_carrier_total{device="eni530e435aaf5"} 0 node_network_transmit_carrier_total{device="eni54a8932338e"} 0 node_network_transmit_carrier_total{device="eni639d7a4de2e"} 0 node_network_transmit_carrier_total{device="eni791f086ed87"} 0 node_network_transmit_carrier_total{device="eni7ac7d4e7aff"} 0 node_network_transmit_carrier_total{device="eni7f56faf4248"} 0 node_network_transmit_carrier_total{device="eni8cc1bf44fb5"} 0 node_network_transmit_carrier_total{device="eni8d6f9053c09"} 0 node_network_transmit_carrier_total{device="eni90393a1d097"} 0 node_network_transmit_carrier_total{device="eni941e6e544df"} 0 node_network_transmit_carrier_total{device="eni9b5e5f53f11"} 0 node_network_transmit_carrier_total{device="eniaa43cfbdc87"} 0 node_network_transmit_carrier_total{device="eniabe68ac78fa"} 0 node_network_transmit_carrier_total{device="eniac11bdb7ca9"} 0 node_network_transmit_carrier_total{device="eniae00220b1d3"} 0 node_network_transmit_carrier_total{device="enib7bf01cbdf3"} 0 node_network_transmit_carrier_total{device="enidb26764788e"} 0 node_network_transmit_carrier_total{device="enie2ae83d0469"} 0 node_network_transmit_carrier_total{device="eniec6aa822d85"} 0 node_network_transmit_carrier_total{device="eniffc9d0eb423"} 0 node_network_transmit_carrier_total{device="ens5"} 0 node_network_transmit_carrier_total{device="ens6"} 0 node_network_transmit_carrier_total{device="ens7"} 0 node_network_transmit_carrier_total{device="ens8"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="pod-id-link0"} 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="eni0b4f9d80309"} 0 node_network_transmit_colls_total{device="eni0c459c75abc"} 0 node_network_transmit_colls_total{device="eni1b727bd29b7"} 0 node_network_transmit_colls_total{device="eni23618576144"} 0 node_network_transmit_colls_total{device="eni2e65f392374"} 0 node_network_transmit_colls_total{device="eni2ef1df33ea4"} 0 node_network_transmit_colls_total{device="eni315a4ddca6a"} 0 node_network_transmit_colls_total{device="eni32b1cdc70f1"} 0 node_network_transmit_colls_total{device="eni3399e47037a"} 0 node_network_transmit_colls_total{device="eni5237621ea30"} 0 node_network_transmit_colls_total{device="eni530e435aaf5"} 0 node_network_transmit_colls_total{device="eni54a8932338e"} 0 node_network_transmit_colls_total{device="eni639d7a4de2e"} 0 node_network_transmit_colls_total{device="eni791f086ed87"} 0 node_network_transmit_colls_total{device="eni7ac7d4e7aff"} 0 node_network_transmit_colls_total{device="eni7f56faf4248"} 0 node_network_transmit_colls_total{device="eni8cc1bf44fb5"} 0 node_network_transmit_colls_total{device="eni8d6f9053c09"} 0 node_network_transmit_colls_total{device="eni90393a1d097"} 0 node_network_transmit_colls_total{device="eni941e6e544df"} 0 node_network_transmit_colls_total{device="eni9b5e5f53f11"} 0 node_network_transmit_colls_total{device="eniaa43cfbdc87"} 0 node_network_transmit_colls_total{device="eniabe68ac78fa"} 0 node_network_transmit_colls_total{device="eniac11bdb7ca9"} 0 node_network_transmit_colls_total{device="eniae00220b1d3"} 0 node_network_transmit_colls_total{device="enib7bf01cbdf3"} 0 node_network_transmit_colls_total{device="enidb26764788e"} 0 node_network_transmit_colls_total{device="enie2ae83d0469"} 0 node_network_transmit_colls_total{device="eniec6aa822d85"} 0 node_network_transmit_colls_total{device="eniffc9d0eb423"} 0 node_network_transmit_colls_total{device="ens5"} 0 node_network_transmit_colls_total{device="ens6"} 0 node_network_transmit_colls_total{device="ens7"} 0 node_network_transmit_colls_total{device="ens8"} 0 node_network_transmit_colls_total{device="lo"} 0 node_network_transmit_colls_total{device="pod-id-link0"} 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="eni0b4f9d80309"} 0 node_network_transmit_compressed_total{device="eni0c459c75abc"} 0 node_network_transmit_compressed_total{device="eni1b727bd29b7"} 0 node_network_transmit_compressed_total{device="eni23618576144"} 0 node_network_transmit_compressed_total{device="eni2e65f392374"} 0 node_network_transmit_compressed_total{device="eni2ef1df33ea4"} 0 node_network_transmit_compressed_total{device="eni315a4ddca6a"} 0 node_network_transmit_compressed_total{device="eni32b1cdc70f1"} 0 node_network_transmit_compressed_total{device="eni3399e47037a"} 0 node_network_transmit_compressed_total{device="eni5237621ea30"} 0 node_network_transmit_compressed_total{device="eni530e435aaf5"} 0 node_network_transmit_compressed_total{device="eni54a8932338e"} 0 node_network_transmit_compressed_total{device="eni639d7a4de2e"} 0 node_network_transmit_compressed_total{device="eni791f086ed87"} 0 node_network_transmit_compressed_total{device="eni7ac7d4e7aff"} 0 node_network_transmit_compressed_total{device="eni7f56faf4248"} 0 node_network_transmit_compressed_total{device="eni8cc1bf44fb5"} 0 node_network_transmit_compressed_total{device="eni8d6f9053c09"} 0 node_network_transmit_compressed_total{device="eni90393a1d097"} 0 node_network_transmit_compressed_total{device="eni941e6e544df"} 0 node_network_transmit_compressed_total{device="eni9b5e5f53f11"} 0 node_network_transmit_compressed_total{device="eniaa43cfbdc87"} 0 node_network_transmit_compressed_total{device="eniabe68ac78fa"} 0 node_network_transmit_compressed_total{device="eniac11bdb7ca9"} 0 node_network_transmit_compressed_total{device="eniae00220b1d3"} 0 node_network_transmit_compressed_total{device="enib7bf01cbdf3"} 0 node_network_transmit_compressed_total{device="enidb26764788e"} 0 node_network_transmit_compressed_total{device="enie2ae83d0469"} 0 node_network_transmit_compressed_total{device="eniec6aa822d85"} 0 node_network_transmit_compressed_total{device="eniffc9d0eb423"} 0 node_network_transmit_compressed_total{device="ens5"} 0 node_network_transmit_compressed_total{device="ens6"} 0 node_network_transmit_compressed_total{device="ens7"} 0 node_network_transmit_compressed_total{device="ens8"} 0 node_network_transmit_compressed_total{device="lo"} 0 node_network_transmit_compressed_total{device="pod-id-link0"} 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="eni0b4f9d80309"} 0 node_network_transmit_drop_total{device="eni0c459c75abc"} 0 node_network_transmit_drop_total{device="eni1b727bd29b7"} 0 node_network_transmit_drop_total{device="eni23618576144"} 0 node_network_transmit_drop_total{device="eni2e65f392374"} 0 node_network_transmit_drop_total{device="eni2ef1df33ea4"} 0 node_network_transmit_drop_total{device="eni315a4ddca6a"} 0 node_network_transmit_drop_total{device="eni32b1cdc70f1"} 0 node_network_transmit_drop_total{device="eni3399e47037a"} 0 node_network_transmit_drop_total{device="eni5237621ea30"} 0 node_network_transmit_drop_total{device="eni530e435aaf5"} 0 node_network_transmit_drop_total{device="eni54a8932338e"} 0 node_network_transmit_drop_total{device="eni639d7a4de2e"} 0 node_network_transmit_drop_total{device="eni791f086ed87"} 0 node_network_transmit_drop_total{device="eni7ac7d4e7aff"} 0 node_network_transmit_drop_total{device="eni7f56faf4248"} 0 node_network_transmit_drop_total{device="eni8cc1bf44fb5"} 0 node_network_transmit_drop_total{device="eni8d6f9053c09"} 0 node_network_transmit_drop_total{device="eni90393a1d097"} 0 node_network_transmit_drop_total{device="eni941e6e544df"} 0 node_network_transmit_drop_total{device="eni9b5e5f53f11"} 0 node_network_transmit_drop_total{device="eniaa43cfbdc87"} 0 node_network_transmit_drop_total{device="eniabe68ac78fa"} 0 node_network_transmit_drop_total{device="eniac11bdb7ca9"} 0 node_network_transmit_drop_total{device="eniae00220b1d3"} 0 node_network_transmit_drop_total{device="enib7bf01cbdf3"} 0 node_network_transmit_drop_total{device="enidb26764788e"} 0 node_network_transmit_drop_total{device="enie2ae83d0469"} 0 node_network_transmit_drop_total{device="eniec6aa822d85"} 0 node_network_transmit_drop_total{device="eniffc9d0eb423"} 0 node_network_transmit_drop_total{device="ens5"} 0 node_network_transmit_drop_total{device="ens6"} 0 node_network_transmit_drop_total{device="ens7"} 0 node_network_transmit_drop_total{device="ens8"} 0 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="pod-id-link0"} 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="eni0b4f9d80309"} 0 node_network_transmit_errs_total{device="eni0c459c75abc"} 0 node_network_transmit_errs_total{device="eni1b727bd29b7"} 0 node_network_transmit_errs_total{device="eni23618576144"} 0 node_network_transmit_errs_total{device="eni2e65f392374"} 0 node_network_transmit_errs_total{device="eni2ef1df33ea4"} 0 node_network_transmit_errs_total{device="eni315a4ddca6a"} 0 node_network_transmit_errs_total{device="eni32b1cdc70f1"} 0 node_network_transmit_errs_total{device="eni3399e47037a"} 0 node_network_transmit_errs_total{device="eni5237621ea30"} 0 node_network_transmit_errs_total{device="eni530e435aaf5"} 0 node_network_transmit_errs_total{device="eni54a8932338e"} 0 node_network_transmit_errs_total{device="eni639d7a4de2e"} 0 node_network_transmit_errs_total{device="eni791f086ed87"} 0 node_network_transmit_errs_total{device="eni7ac7d4e7aff"} 0 node_network_transmit_errs_total{device="eni7f56faf4248"} 0 node_network_transmit_errs_total{device="eni8cc1bf44fb5"} 0 node_network_transmit_errs_total{device="eni8d6f9053c09"} 0 node_network_transmit_errs_total{device="eni90393a1d097"} 0 node_network_transmit_errs_total{device="eni941e6e544df"} 0 node_network_transmit_errs_total{device="eni9b5e5f53f11"} 0 node_network_transmit_errs_total{device="eniaa43cfbdc87"} 0 node_network_transmit_errs_total{device="eniabe68ac78fa"} 0 node_network_transmit_errs_total{device="eniac11bdb7ca9"} 0 node_network_transmit_errs_total{device="eniae00220b1d3"} 0 node_network_transmit_errs_total{device="enib7bf01cbdf3"} 0 node_network_transmit_errs_total{device="enidb26764788e"} 0 node_network_transmit_errs_total{device="enie2ae83d0469"} 0 node_network_transmit_errs_total{device="eniec6aa822d85"} 0 node_network_transmit_errs_total{device="eniffc9d0eb423"} 0 node_network_transmit_errs_total{device="ens5"} 0 node_network_transmit_errs_total{device="ens6"} 0 node_network_transmit_errs_total{device="ens7"} 0 node_network_transmit_errs_total{device="ens8"} 0 node_network_transmit_errs_total{device="lo"} 0 node_network_transmit_errs_total{device="pod-id-link0"} 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="eni0b4f9d80309"} 0 node_network_transmit_fifo_total{device="eni0c459c75abc"} 0 node_network_transmit_fifo_total{device="eni1b727bd29b7"} 0 node_network_transmit_fifo_total{device="eni23618576144"} 0 node_network_transmit_fifo_total{device="eni2e65f392374"} 0 node_network_transmit_fifo_total{device="eni2ef1df33ea4"} 0 node_network_transmit_fifo_total{device="eni315a4ddca6a"} 0 node_network_transmit_fifo_total{device="eni32b1cdc70f1"} 0 node_network_transmit_fifo_total{device="eni3399e47037a"} 0 node_network_transmit_fifo_total{device="eni5237621ea30"} 0 node_network_transmit_fifo_total{device="eni530e435aaf5"} 0 node_network_transmit_fifo_total{device="eni54a8932338e"} 0 node_network_transmit_fifo_total{device="eni639d7a4de2e"} 0 node_network_transmit_fifo_total{device="eni791f086ed87"} 0 node_network_transmit_fifo_total{device="eni7ac7d4e7aff"} 0 node_network_transmit_fifo_total{device="eni7f56faf4248"} 0 node_network_transmit_fifo_total{device="eni8cc1bf44fb5"} 0 node_network_transmit_fifo_total{device="eni8d6f9053c09"} 0 node_network_transmit_fifo_total{device="eni90393a1d097"} 0 node_network_transmit_fifo_total{device="eni941e6e544df"} 0 node_network_transmit_fifo_total{device="eni9b5e5f53f11"} 0 node_network_transmit_fifo_total{device="eniaa43cfbdc87"} 0 node_network_transmit_fifo_total{device="eniabe68ac78fa"} 0 node_network_transmit_fifo_total{device="eniac11bdb7ca9"} 0 node_network_transmit_fifo_total{device="eniae00220b1d3"} 0 node_network_transmit_fifo_total{device="enib7bf01cbdf3"} 0 node_network_transmit_fifo_total{device="enidb26764788e"} 0 node_network_transmit_fifo_total{device="enie2ae83d0469"} 0 node_network_transmit_fifo_total{device="eniec6aa822d85"} 0 node_network_transmit_fifo_total{device="eniffc9d0eb423"} 0 node_network_transmit_fifo_total{device="ens5"} 0 node_network_transmit_fifo_total{device="ens6"} 0 node_network_transmit_fifo_total{device="ens7"} 0 node_network_transmit_fifo_total{device="ens8"} 0 node_network_transmit_fifo_total{device="lo"} 0 node_network_transmit_fifo_total{device="pod-id-link0"} 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="eni0b4f9d80309"} 2.6324037e+07 node_network_transmit_packets_total{device="eni0c459c75abc"} 44284 node_network_transmit_packets_total{device="eni1b727bd29b7"} 2360 node_network_transmit_packets_total{device="eni23618576144"} 115035 node_network_transmit_packets_total{device="eni2e65f392374"} 948487 node_network_transmit_packets_total{device="eni2ef1df33ea4"} 154584 node_network_transmit_packets_total{device="eni315a4ddca6a"} 122 node_network_transmit_packets_total{device="eni32b1cdc70f1"} 124485 node_network_transmit_packets_total{device="eni3399e47037a"} 10370 node_network_transmit_packets_total{device="eni5237621ea30"} 536 node_network_transmit_packets_total{device="eni530e435aaf5"} 551 node_network_transmit_packets_total{device="eni54a8932338e"} 1.7803147e+07 node_network_transmit_packets_total{device="eni639d7a4de2e"} 454678 node_network_transmit_packets_total{device="eni791f086ed87"} 3782 node_network_transmit_packets_total{device="eni7ac7d4e7aff"} 299885 node_network_transmit_packets_total{device="eni7f56faf4248"} 30560 node_network_transmit_packets_total{device="eni8cc1bf44fb5"} 8.8008059e+07 node_network_transmit_packets_total{device="eni8d6f9053c09"} 8.123441e+06 node_network_transmit_packets_total{device="eni90393a1d097"} 2.9442775e+07 node_network_transmit_packets_total{device="eni941e6e544df"} 8.487647e+06 node_network_transmit_packets_total{device="eni9b5e5f53f11"} 265722 node_network_transmit_packets_total{device="eniaa43cfbdc87"} 1.435651e+06 node_network_transmit_packets_total{device="eniabe68ac78fa"} 4.71819e+06 node_network_transmit_packets_total{device="eniac11bdb7ca9"} 2.5620459e+07 node_network_transmit_packets_total{device="eniae00220b1d3"} 560435 node_network_transmit_packets_total{device="enib7bf01cbdf3"} 7.78994e+06 node_network_transmit_packets_total{device="enidb26764788e"} 46359 node_network_transmit_packets_total{device="enie2ae83d0469"} 4843 node_network_transmit_packets_total{device="eniec6aa822d85"} 29090 node_network_transmit_packets_total{device="eniffc9d0eb423"} 6901 node_network_transmit_packets_total{device="ens5"} 6.60317079e+08 node_network_transmit_packets_total{device="ens6"} 2.04609006e+08 node_network_transmit_packets_total{device="ens7"} 6.6452239e+07 node_network_transmit_packets_total{device="ens8"} 5123 node_network_transmit_packets_total{device="lo"} 1.93972723e+08 node_network_transmit_packets_total{device="pod-id-link0"} 4154 # 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="eni0b4f9d80309"} 0 node_network_transmit_queue_length{device="eni0c459c75abc"} 0 node_network_transmit_queue_length{device="eni1b727bd29b7"} 0 node_network_transmit_queue_length{device="eni23618576144"} 0 node_network_transmit_queue_length{device="eni2e65f392374"} 0 node_network_transmit_queue_length{device="eni2ef1df33ea4"} 0 node_network_transmit_queue_length{device="eni315a4ddca6a"} 0 node_network_transmit_queue_length{device="eni32b1cdc70f1"} 0 node_network_transmit_queue_length{device="eni3399e47037a"} 0 node_network_transmit_queue_length{device="eni5237621ea30"} 0 node_network_transmit_queue_length{device="eni530e435aaf5"} 0 node_network_transmit_queue_length{device="eni54a8932338e"} 0 node_network_transmit_queue_length{device="eni639d7a4de2e"} 0 node_network_transmit_queue_length{device="eni791f086ed87"} 0 node_network_transmit_queue_length{device="eni7ac7d4e7aff"} 0 node_network_transmit_queue_length{device="eni7f56faf4248"} 0 node_network_transmit_queue_length{device="eni8cc1bf44fb5"} 0 node_network_transmit_queue_length{device="eni8d6f9053c09"} 0 node_network_transmit_queue_length{device="eni90393a1d097"} 0 node_network_transmit_queue_length{device="eni941e6e544df"} 0 node_network_transmit_queue_length{device="eni9b5e5f53f11"} 0 node_network_transmit_queue_length{device="eniaa43cfbdc87"} 0 node_network_transmit_queue_length{device="eniabe68ac78fa"} 0 node_network_transmit_queue_length{device="eniac11bdb7ca9"} 0 node_network_transmit_queue_length{device="eniae00220b1d3"} 0 node_network_transmit_queue_length{device="enib7bf01cbdf3"} 0 node_network_transmit_queue_length{device="enidb26764788e"} 0 node_network_transmit_queue_length{device="enie2ae83d0469"} 0 node_network_transmit_queue_length{device="eniec6aa822d85"} 0 node_network_transmit_queue_length{device="eniffc9d0eb423"} 0 node_network_transmit_queue_length{device="ens5"} 1000 node_network_transmit_queue_length{device="ens6"} 1000 node_network_transmit_queue_length{device="ens7"} 1000 node_network_transmit_queue_length{device="ens8"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="pod-id-link0"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="eni0b4f9d80309"} 1 node_network_up{device="eni0c459c75abc"} 1 node_network_up{device="eni1b727bd29b7"} 1 node_network_up{device="eni23618576144"} 1 node_network_up{device="eni2e65f392374"} 1 node_network_up{device="eni2ef1df33ea4"} 1 node_network_up{device="eni315a4ddca6a"} 1 node_network_up{device="eni32b1cdc70f1"} 1 node_network_up{device="eni3399e47037a"} 1 node_network_up{device="eni5237621ea30"} 1 node_network_up{device="eni530e435aaf5"} 1 node_network_up{device="eni54a8932338e"} 1 node_network_up{device="eni639d7a4de2e"} 1 node_network_up{device="eni791f086ed87"} 1 node_network_up{device="eni7ac7d4e7aff"} 1 node_network_up{device="eni7f56faf4248"} 1 node_network_up{device="eni8cc1bf44fb5"} 1 node_network_up{device="eni8d6f9053c09"} 1 node_network_up{device="eni90393a1d097"} 1 node_network_up{device="eni941e6e544df"} 1 node_network_up{device="eni9b5e5f53f11"} 1 node_network_up{device="eniaa43cfbdc87"} 1 node_network_up{device="eniabe68ac78fa"} 1 node_network_up{device="eniac11bdb7ca9"} 1 node_network_up{device="eniae00220b1d3"} 1 node_network_up{device="enib7bf01cbdf3"} 1 node_network_up{device="enidb26764788e"} 1 node_network_up{device="enie2ae83d0469"} 1 node_network_up{device="eniec6aa822d85"} 1 node_network_up{device="eniffc9d0eb423"} 1 node_network_up{device="ens5"} 1 node_network_up{device="ens6"} 1 node_network_up{device="ens7"} 1 node_network_up{device="ens8"} 1 node_network_up{device="lo"} 0 node_network_up{device="pod-id-link0"} 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 1223 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_nf_conntrack_stat_drop Number of packets dropped due to conntrack failure. # TYPE node_nf_conntrack_stat_drop gauge node_nf_conntrack_stat_drop 4 # 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 71347 # 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 4 # 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 852 # 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_nvme_info Non-numeric data from /sys/class/nvme/, value is always 1. # TYPE node_nvme_info gauge node_nvme_info{device="nvme0",firmware_revision="1.0",model="Amazon Elastic Block Store",serial="vol00fca39e951e5cfcd",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="1.0",model="Amazon Elastic Block Store",serial="vol0029da0041d39815b",state="live"} 1 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="amzn",id_like="fedora",image_id="",image_version="",name="Amazon Linux",pretty_name="Amazon Linux 2023.8.20250818",variant="",variant_id="",version="2023",version_codename="",version_id="2023"} 1 # HELP node_os_support_end_timestamp_seconds Metric containing the end-of-life date timestamp of the OS. # TYPE node_os_support_end_timestamp_seconds gauge node_os_support_end_timestamp_seconds 1.877472e+09 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="amzn",id_like="fedora",name="Amazon Linux"} 2023 # 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 2.02426836443e+06 # 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 1888.8068529999998 # 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 2101.346189 # 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 7.512745 # 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 7.742299 # 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"} 709018.050060168 node_schedstat_running_seconds_total{cpu="1"} 746996.385327379 node_schedstat_running_seconds_total{cpu="2"} 737253.521641551 node_schedstat_running_seconds_total{cpu="3"} 746062.159648735 node_schedstat_running_seconds_total{cpu="4"} 739364.842936794 node_schedstat_running_seconds_total{cpu="5"} 712562.125228654 node_schedstat_running_seconds_total{cpu="6"} 733327.754490471 node_schedstat_running_seconds_total{cpu="7"} 717379.817713983 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 6.355620519e+09 node_schedstat_timeslices_total{cpu="1"} 6.326998801e+09 node_schedstat_timeslices_total{cpu="2"} 6.310834442e+09 node_schedstat_timeslices_total{cpu="3"} 6.320780334e+09 node_schedstat_timeslices_total{cpu="4"} 6.304866528e+09 node_schedstat_timeslices_total{cpu="5"} 6.346867738e+09 node_schedstat_timeslices_total{cpu="6"} 6.33959256e+09 node_schedstat_timeslices_total{cpu="7"} 6.350393304e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 8.6294029567496e+06 node_schedstat_waiting_seconds_total{cpu="1"} 6.075710429054917e+06 node_schedstat_waiting_seconds_total{cpu="2"} 3.282563904633918e+07 node_schedstat_waiting_seconds_total{cpu="3"} 1.3420470575797612e+07 node_schedstat_waiting_seconds_total{cpu="4"} 9.421166603364369e+06 node_schedstat_waiting_seconds_total{cpu="5"} 2.686916075959498e+07 node_schedstat_waiting_seconds_total{cpu="6"} 7.492253055750114e+06 node_schedstat_waiting_seconds_total{cpu="7"} 6.330867118912412e+06 # 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.00277732 node_scrape_collector_duration_seconds{collector="bcache"} 2.4661e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.618e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.057515944 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000176266 node_scrape_collector_duration_seconds{collector="cpu"} 0.001016026 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000164326 node_scrape_collector_duration_seconds{collector="diskstats"} 0.002551582 node_scrape_collector_duration_seconds{collector="dmi"} 1.6411e-05 node_scrape_collector_duration_seconds{collector="edac"} 3.8981e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000190057 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.4151e-05 node_scrape_collector_duration_seconds{collector="filefd"} 4.7412e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.041418214 node_scrape_collector_duration_seconds{collector="hwmon"} 1.4941e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.169e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 2.2821e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 4.3431e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 4.5381e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000223048 node_scrape_collector_duration_seconds{collector="netclass"} 0.035689967 node_scrape_collector_duration_seconds{collector="netdev"} 0.003135003 node_scrape_collector_duration_seconds{collector="netstat"} 0.001134751 node_scrape_collector_duration_seconds{collector="nfs"} 3.4751e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.5041e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.000261919 node_scrape_collector_duration_seconds{collector="os"} 6.7702e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.4622e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000169166 node_scrape_collector_duration_seconds{collector="rapl"} 3.1441e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000163846 node_scrape_collector_duration_seconds{collector="selinux"} 5.9513e-05 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000254889 node_scrape_collector_duration_seconds{collector="softnet"} 0.000131185 node_scrape_collector_duration_seconds{collector="stat"} 0.000206697 node_scrape_collector_duration_seconds{collector="tapestats"} 1.63e-05 node_scrape_collector_duration_seconds{collector="textfile"} 1.8211e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000727406 node_scrape_collector_duration_seconds{collector="time"} 0.000120564 node_scrape_collector_duration_seconds{collector="timex"} 1.7211e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000364103 node_scrape_collector_duration_seconds{collector="uname"} 2.2541e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000215308 node_scrape_collector_duration_seconds{collector="watchdog"} 4.1181e-05 node_scrape_collector_duration_seconds{collector="xfs"} 0.000359793 node_scrape_collector_duration_seconds{collector="zfs"} 1.718e-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"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 0 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_config_mode Configured SELinux enforcement mode # TYPE node_selinux_config_mode gauge node_selinux_config_mode -1 # HELP node_selinux_current_mode Current SELinux enforcement mode # TYPE node_selinux_current_mode gauge node_selinux_current_mode 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 1 # 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 12 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 253 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 12 # 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 91 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 2 # 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 2 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 256 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 1.048576e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 416 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 4.37489467e+08 node_softnet_processed_total{cpu="1"} 4.46267598e+08 node_softnet_processed_total{cpu="2"} 4.45861255e+08 node_softnet_processed_total{cpu="3"} 4.31221287e+08 node_softnet_processed_total{cpu="4"} 4.29741365e+08 node_softnet_processed_total{cpu="5"} 4.15030437e+08 node_softnet_processed_total{cpu="6"} 4.36264512e+08 node_softnet_processed_total{cpu="7"} 4.4253575e+08 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 211 node_softnet_times_squeezed_total{cpu="1"} 222 node_softnet_times_squeezed_total{cpu="2"} 204 node_softnet_times_squeezed_total{cpu="3"} 226 node_softnet_times_squeezed_total{cpu="4"} 215 node_softnet_times_squeezed_total{cpu="5"} 187 node_softnet_times_squeezed_total{cpu="6"} 255 node_softnet_times_squeezed_total{cpu="7"} 266 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="hpet",device="0"} 1 node_time_clocksource_available_info{clocksource="kvm-clock",device="0"} 1 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.7732258866350684e+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 8e-06 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000324174804687 # 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.00636 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 0 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="ip-10-192-20-26.ca-central-1.compute.internal",release="6.12.40-63.114.amzn2023.x86_64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Thu Aug 7 19:30:51 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.56391447083e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 8960 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.514438e+06 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.642330624e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP node_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem. # TYPE node_xfs_allocation_btree_compares_total counter node_xfs_allocation_btree_compares_total{device="nvme0n1p1"} 0 # HELP node_xfs_allocation_btree_lookups_total Number of allocation B-tree lookups for a filesystem. # TYPE node_xfs_allocation_btree_lookups_total counter node_xfs_allocation_btree_lookups_total{device="nvme0n1p1"} 0 # HELP node_xfs_allocation_btree_records_deleted_total Number of allocation B-tree records deleted for a filesystem. # TYPE node_xfs_allocation_btree_records_deleted_total counter node_xfs_allocation_btree_records_deleted_total{device="nvme0n1p1"} 0 # HELP node_xfs_allocation_btree_records_inserted_total Number of allocation B-tree records inserted for a filesystem. # TYPE node_xfs_allocation_btree_records_inserted_total counter node_xfs_allocation_btree_records_inserted_total{device="nvme0n1p1"} 0 # HELP node_xfs_block_map_btree_compares_total Number of block map B-tree compares for a filesystem. # TYPE node_xfs_block_map_btree_compares_total counter node_xfs_block_map_btree_compares_total{device="nvme0n1p1"} 0 # HELP node_xfs_block_map_btree_lookups_total Number of block map B-tree lookups for a filesystem. # TYPE node_xfs_block_map_btree_lookups_total counter node_xfs_block_map_btree_lookups_total{device="nvme0n1p1"} 0 # HELP node_xfs_block_map_btree_records_deleted_total Number of block map B-tree records deleted for a filesystem. # TYPE node_xfs_block_map_btree_records_deleted_total counter node_xfs_block_map_btree_records_deleted_total{device="nvme0n1p1"} 0 # HELP node_xfs_block_map_btree_records_inserted_total Number of block map B-tree records inserted for a filesystem. # TYPE node_xfs_block_map_btree_records_inserted_total counter node_xfs_block_map_btree_records_inserted_total{device="nvme0n1p1"} 0 # HELP node_xfs_block_mapping_extent_list_compares_total Number of extent list compares for a filesystem. # TYPE node_xfs_block_mapping_extent_list_compares_total counter node_xfs_block_mapping_extent_list_compares_total{device="nvme0n1p1"} 0 # HELP node_xfs_block_mapping_extent_list_deletions_total Number of extent list deletions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_deletions_total counter node_xfs_block_mapping_extent_list_deletions_total{device="nvme0n1p1"} 2.9501343e+07 # HELP node_xfs_block_mapping_extent_list_insertions_total Number of extent list insertions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_insertions_total counter node_xfs_block_mapping_extent_list_insertions_total{device="nvme0n1p1"} 6.0184198e+07 # HELP node_xfs_block_mapping_extent_list_lookups_total Number of extent list lookups for a filesystem. # TYPE node_xfs_block_mapping_extent_list_lookups_total counter node_xfs_block_mapping_extent_list_lookups_total{device="nvme0n1p1"} 1.934152298e+09 # HELP node_xfs_block_mapping_reads_total Number of block map for read operations for a filesystem. # TYPE node_xfs_block_mapping_reads_total counter node_xfs_block_mapping_reads_total{device="nvme0n1p1"} 1.443317222e+09 # HELP node_xfs_block_mapping_unmaps_total Number of block unmaps (deletes) for a filesystem. # TYPE node_xfs_block_mapping_unmaps_total counter node_xfs_block_mapping_unmaps_total{device="nvme0n1p1"} 5.4820188e+07 # HELP node_xfs_block_mapping_writes_total Number of block map for write operations for a filesystem. # TYPE node_xfs_block_mapping_writes_total counter node_xfs_block_mapping_writes_total{device="nvme0n1p1"} 3.13388599e+08 # HELP node_xfs_directory_operation_create_total Number of times a new directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_create_total counter node_xfs_directory_operation_create_total{device="nvme0n1p1"} 5.2641823e+07 # HELP node_xfs_directory_operation_getdents_total Number of times the directory getdents operation was performed for a filesystem. # TYPE node_xfs_directory_operation_getdents_total counter node_xfs_directory_operation_getdents_total{device="nvme0n1p1"} 3.712733554e+09 # HELP node_xfs_directory_operation_lookup_total Number of file name directory lookups which miss the operating systems directory name lookup cache. # TYPE node_xfs_directory_operation_lookup_total counter node_xfs_directory_operation_lookup_total{device="nvme0n1p1"} 1.43216838e+08 # HELP node_xfs_directory_operation_remove_total Number of times an existing directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_remove_total counter node_xfs_directory_operation_remove_total{device="nvme0n1p1"} 5.2246417e+07 # HELP node_xfs_extent_allocation_blocks_allocated_total Number of blocks allocated for a filesystem. # TYPE node_xfs_extent_allocation_blocks_allocated_total counter node_xfs_extent_allocation_blocks_allocated_total{device="nvme0n1p1"} 2.15728477e+08 # HELP node_xfs_extent_allocation_blocks_freed_total Number of blocks freed for a filesystem. # TYPE node_xfs_extent_allocation_blocks_freed_total counter node_xfs_extent_allocation_blocks_freed_total{device="nvme0n1p1"} 2.12402372e+08 # HELP node_xfs_extent_allocation_extents_allocated_total Number of extents allocated for a filesystem. # TYPE node_xfs_extent_allocation_extents_allocated_total counter node_xfs_extent_allocation_extents_allocated_total{device="nvme0n1p1"} 2.9638774e+07 # HELP node_xfs_extent_allocation_extents_freed_total Number of extents freed for a filesystem. # TYPE node_xfs_extent_allocation_extents_freed_total counter node_xfs_extent_allocation_extents_freed_total{device="nvme0n1p1"} 2.934666e+07 # HELP node_xfs_inode_operation_attempts_total Number of times the OS looked for an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_attempts_total counter node_xfs_inode_operation_attempts_total{device="nvme0n1p1"} 3.8785401e+07 # HELP node_xfs_inode_operation_attribute_changes_total Number of times the OS explicitly changed the attributes of an XFS inode. # TYPE node_xfs_inode_operation_attribute_changes_total counter node_xfs_inode_operation_attribute_changes_total{device="nvme0n1p1"} 3.53219657e+08 # HELP node_xfs_inode_operation_duplicates_total Number of times the OS tried to add a missing XFS inode to the inode cache, but found it had already been added by another process. # TYPE node_xfs_inode_operation_duplicates_total counter node_xfs_inode_operation_duplicates_total{device="nvme0n1p1"} 0 # HELP node_xfs_inode_operation_found_total Number of times the OS looked for and found an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_found_total counter node_xfs_inode_operation_found_total{device="nvme0n1p1"} 9.790386e+06 # HELP node_xfs_inode_operation_missed_total Number of times the OS looked for an XFS inode in the cache, but did not find it. # TYPE node_xfs_inode_operation_missed_total counter node_xfs_inode_operation_missed_total{device="nvme0n1p1"} 2.8995015e+07 # HELP node_xfs_inode_operation_reclaims_total Number of times the OS reclaimed an XFS inode from the inode cache to free memory for another purpose. # TYPE node_xfs_inode_operation_reclaims_total counter node_xfs_inode_operation_reclaims_total{device="nvme0n1p1"} 2.859957e+07 # HELP node_xfs_inode_operation_recycled_total Number of times the OS found an XFS inode in the cache, but could not use it as it was being recycled. # TYPE node_xfs_inode_operation_recycled_total counter node_xfs_inode_operation_recycled_total{device="nvme0n1p1"} 1 # HELP node_xfs_read_calls_total Number of read(2) system calls made to files in a filesystem. # TYPE node_xfs_read_calls_total counter node_xfs_read_calls_total{device="nvme0n1p1"} 2.776477145e+09 # HELP node_xfs_vnode_active_total Number of vnodes not on free lists for a filesystem. # TYPE node_xfs_vnode_active_total counter node_xfs_vnode_active_total{device="nvme0n1p1"} 395445 # HELP node_xfs_vnode_allocate_total Number of times vn_alloc called for a filesystem. # TYPE node_xfs_vnode_allocate_total counter node_xfs_vnode_allocate_total{device="nvme0n1p1"} 0 # HELP node_xfs_vnode_get_total Number of times vn_get called for a filesystem. # TYPE node_xfs_vnode_get_total counter node_xfs_vnode_get_total{device="nvme0n1p1"} 0 # HELP node_xfs_vnode_hold_total Number of times vn_hold called for a filesystem. # TYPE node_xfs_vnode_hold_total counter node_xfs_vnode_hold_total{device="nvme0n1p1"} 0 # HELP node_xfs_vnode_reclaim_total Number of times vn_reclaim called for a filesystem. # TYPE node_xfs_vnode_reclaim_total counter node_xfs_vnode_reclaim_total{device="nvme0n1p1"} 3.8380646e+07 # HELP node_xfs_vnode_release_total Number of times vn_rele called for a filesystem. # TYPE node_xfs_vnode_release_total counter node_xfs_vnode_release_total{device="nvme0n1p1"} 3.8380646e+07 # HELP node_xfs_vnode_remove_total Number of times vn_remove called for a filesystem. # TYPE node_xfs_vnode_remove_total counter node_xfs_vnode_remove_total{device="nvme0n1p1"} 3.8380646e+07 # HELP node_xfs_write_calls_total Number of write(2) system calls made to files in a filesystem. # TYPE node_xfs_write_calls_total counter node_xfs_write_calls_total{device="nvme0n1p1"} 2.58173835e+08 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 6428.79 # 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 8.46476044583e+11 # 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 8.02631807466e+11 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.2806528e+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.75766690155e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273147392e+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"} 64533 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0