# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 3.5325e-05 go_gc_duration_seconds{quantile="0.25"} 4.8786e-05 go_gc_duration_seconds{quantile="0.5"} 5.6824e-05 go_gc_duration_seconds{quantile="0.75"} 6.8586e-05 go_gc_duration_seconds{quantile="1"} 0.000179804 go_gc_duration_seconds_sum 24.68262183 go_gc_duration_seconds_count 369001 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.379256e+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 6.68973645544e+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.221099e+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 6.834138086e+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.59912e+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 2.379256e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.2009472e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 4.17792e+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 22541 # 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 1.0330112e+07 # 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.6187392e+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.7905267048799355e+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 6.834160627e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1208 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15704 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 71680 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 130560 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.990986e+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 937589 # 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 589824 # 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 589824 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.3681288e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 7 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 node_arp_entries{device="eth1"} 4 node_arp_entries{device="lxc2710d7278458"} 1 node_arp_entries{device="lxc_health"} 1 node_arp_entries{device="lxcb391559dc2e2"} 1 node_arp_entries{device="lxcb958fd9ff994"} 1 node_arp_entries{device="lxcd1652290b906"} 1 node_arp_entries{device="lxcdd75c0bf8840"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.788833765e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.0790131778e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 1.57554683e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 96.11 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 1.39 node_cpu_seconds_total{cpu="0",mode="softirq"} 36505.23 node_cpu_seconds_total{cpu="0",mode="steal"} 15446.62 node_cpu_seconds_total{cpu="0",mode="system"} 27215.69 node_cpu_seconds_total{cpu="0",mode="user"} 57492.51 node_cpu_seconds_total{cpu="1",mode="idle"} 1.57189939e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 97.62 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 1.02 node_cpu_seconds_total{cpu="1",mode="softirq"} 19860.55 node_cpu_seconds_total{cpu="1",mode="steal"} 15637.65 node_cpu_seconds_total{cpu="1",mode="system"} 28078.94 node_cpu_seconds_total{cpu="1",mode="user"} 59283.48 node_cpu_seconds_total{cpu="2",mode="idle"} 1.5724333e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 105.23 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 1.48 node_cpu_seconds_total{cpu="2",mode="softirq"} 7934.62 node_cpu_seconds_total{cpu="2",mode="steal"} 15568.73 node_cpu_seconds_total{cpu="2",mode="system"} 28890.72 node_cpu_seconds_total{cpu="2",mode="user"} 61034 node_cpu_seconds_total{cpu="3",mode="idle"} 1.57290417e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 91.19 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 1.44 node_cpu_seconds_total{cpu="3",mode="softirq"} 4587.28 node_cpu_seconds_total{cpu="3",mode="steal"} 16006.54 node_cpu_seconds_total{cpu="3",mode="system"} 28788.12 node_cpu_seconds_total{cpu="3",mode="user"} 61025.6 # 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="vda"} 16.887 node_disk_discard_time_seconds_total{device="vdb"} 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="vda"} 3.84136308e+08 node_disk_discarded_sectors_total{device="vdb"} 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="vda"} 111134 node_disk_discards_completed_total{device="vdb"} 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="vda"} 0 node_disk_discards_merged_total{device="vdb"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="vdb",type="iso9660",usage="filesystem",uuid="2026-09-08-02-15-59-00",version=""} 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="vda"} 154.072 node_disk_flush_requests_time_seconds_total{device="vdb"} 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="vda"} 841741 node_disk_flush_requests_total{device="vdb"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="vda",major="254",minor="0",model="",path="pci-0000:00:06.0",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="vdb",major="254",minor="16",model="",path="pci-0000:00:07.0",revision="",rotational="0",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="vda"} 0 node_disk_io_now{device="vdb"} 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="vda"} 487.82800000000003 node_disk_io_time_seconds_total{device="vdb"} 0.004 # 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="vda"} 4047.11 node_disk_io_time_weighted_seconds_total{device="vdb"} 0.012 # 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="vda"} 4.395711488e+09 node_disk_read_bytes_total{device="vdb"} 458752 # 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="vda"} 56.344 node_disk_read_time_seconds_total{device="vdb"} 0.012 # 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="vda"} 161224 node_disk_reads_completed_total{device="vdb"} 117 # 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="vda"} 16443 node_disk_reads_merged_total{device="vdb"} 0 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="vda"} 3819.8050000000003 node_disk_write_time_seconds_total{device="vdb"} 0 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="vda"} 5.592944e+06 node_disk_writes_completed_total{device="vdb"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="vda"} 4.901884e+06 node_disk_writes_merged_total{device="vdb"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="vda"} 8.1763227136e+10 node_disk_written_bytes_total{device="vdb"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="12/12/2017",bios_release="0.0",bios_vendor="DigitalOcean",bios_version="20171212",board_asset_tag="598618593",board_name="Droplet",board_vendor="DigitalOcean",board_version="20171212",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-6.1",product_family="DigitalOcean_Droplet",product_name="Droplet",product_sku="",product_version="20171212",system_vendor="DigitalOcean"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.25.3",revision="654f19dee6a0c41de78a8d6d870e8c742cdb43b9",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 2752 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/vda1",device_error="",fstype="ext4",mountpoint="/"} 1.45426620416e+11 node_filesystem_avail_bytes{device="/dev/vda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.20395776e+08 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0b961de306cee7c1319da62ec7eb60cae6a309bb3571fe95fb386ea96bac86ec/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0bee5b78713dbdbc98aa59c76a348f89f98b65b7d582b64a1be5a8433fb52395/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/10f7abf0f5c6ff93f8052a6592e470aca077719dcfac7b1a35840ae888f38656/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1114410a914f7d9648f19dea8918f6b4eba2fffca96ef2eb5584a353b18531c6/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/16b65840dd02eae574a27e9b2d047e86beb6bcb7c46e03ab04758f26e6bf97ec/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/18a079defc7d6d05b76c9538581542e5f695e33ecf2ac56bc0c3ba98f19e3b94/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a5dae2d5e719d5198adee7e2dd9fdfe249e19dd3c9bb147b5e51524e4421285/shm"} 6.7104768e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36bdaafe7449c2ade3826ac1b532e5025dad7058d9813595f78708abd0d16799/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3df2d2899b5d4ab6a8f478ef932d32792ee98c69b84713654f79a4a4d6270c28/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e6e3120495150ad62d3b330b0055df647d9243ac61c4a2f1463a42b687ff025/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/419770fc17d1ad4f5bbbef2e7f907d947c4d7d9faa2f9d64bc71b54174fff429/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/54fef094f0332c27b3a95a8809f78a0bd824eb9553c83b8fcd881124e40a3dc3/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/58d306f5df95b0114693fe77d9e0d0393b199a68254a1a48e4fd376d076fb33b/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a0e031fb33065217e833a342767594111ea89e37659705daff9248702a3ba0c/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5c191a72387ebd6c8c5c8f04fa4c7fcb03142f970c9d90164d973fd93da05c28/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/642bc574711d74b09eef87f7b1a9c0ab10a0e9e81a380fe3cf4d8ebaf09aa9b6/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7a60ef9f3068766129f0d70fbe53a913022cfdcd4daa7b727993939166e475e8/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7afb752383b1d4a01400b95aaacd9a76663934aee8cc6df1df05903fa68048c3/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7c9b2d29f853f36332b756d0da2ef9c585750855995b73c2edecb487439db9ef/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/82756baf698da186989f1f7d71b3f8ffe5a4f700996129ef5b024769d4b28a24/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/919499181a3da40a2aea2fd91ea13b12f6498b3a6adcb214333d63fc98c9cc72/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a653055e1d7e1134d02ee1de0f04974460b948ccdbc0f18cd08f767927deaa45/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae49e1087202779e0cfeaa08e4f994926f3eb510fda4d828f5b217fecc0a4a22/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b222e9fef74e8be3b2e7bbf45c2358b7ffec0a733bb19f070ee42ae16fce28c5/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b47337b70587f9f7d9ba4bf4ccf2df8fb0ce3baace1a5a6aee655007709fdeae/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/be2022694c2556e3adbd9b90a5703579f645097ea02638ac0819ba5dbb8d5dbb/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d4fc0f11501ad628a64fde3936dd12701015c5e0f477cec5f0aba0c3c84b9d15/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f0cea7221f687e07de1a755fea0c23c30d476fa615762f6f1aec5e4270653618/shm"} 6.7108864e+07 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 8.27490304e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 4.166664192e+09 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/vda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/vda1",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/07e488e4-a554-4005-9b4e-8f7ced562ea4/volume-subpaths/config/grafana/0"} 1 node_filesystem_device_error{device="/dev/vda1",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/99353332-40f1-4711-88fd-dbc29f0949db/volume-subpaths/hubble-ui-nginx-conf/frontend/0"} 1 node_filesystem_device_error{device="/dev/vda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0b961de306cee7c1319da62ec7eb60cae6a309bb3571fe95fb386ea96bac86ec/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0bee5b78713dbdbc98aa59c76a348f89f98b65b7d582b64a1be5a8433fb52395/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/10f7abf0f5c6ff93f8052a6592e470aca077719dcfac7b1a35840ae888f38656/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1114410a914f7d9648f19dea8918f6b4eba2fffca96ef2eb5584a353b18531c6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/16b65840dd02eae574a27e9b2d047e86beb6bcb7c46e03ab04758f26e6bf97ec/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/18a079defc7d6d05b76c9538581542e5f695e33ecf2ac56bc0c3ba98f19e3b94/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a5dae2d5e719d5198adee7e2dd9fdfe249e19dd3c9bb147b5e51524e4421285/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36bdaafe7449c2ade3826ac1b532e5025dad7058d9813595f78708abd0d16799/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3df2d2899b5d4ab6a8f478ef932d32792ee98c69b84713654f79a4a4d6270c28/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e6e3120495150ad62d3b330b0055df647d9243ac61c4a2f1463a42b687ff025/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/419770fc17d1ad4f5bbbef2e7f907d947c4d7d9faa2f9d64bc71b54174fff429/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/54fef094f0332c27b3a95a8809f78a0bd824eb9553c83b8fcd881124e40a3dc3/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/58d306f5df95b0114693fe77d9e0d0393b199a68254a1a48e4fd376d076fb33b/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a0e031fb33065217e833a342767594111ea89e37659705daff9248702a3ba0c/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5c191a72387ebd6c8c5c8f04fa4c7fcb03142f970c9d90164d973fd93da05c28/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/642bc574711d74b09eef87f7b1a9c0ab10a0e9e81a380fe3cf4d8ebaf09aa9b6/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7a60ef9f3068766129f0d70fbe53a913022cfdcd4daa7b727993939166e475e8/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7afb752383b1d4a01400b95aaacd9a76663934aee8cc6df1df05903fa68048c3/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7c9b2d29f853f36332b756d0da2ef9c585750855995b73c2edecb487439db9ef/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/82756baf698da186989f1f7d71b3f8ffe5a4f700996129ef5b024769d4b28a24/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/919499181a3da40a2aea2fd91ea13b12f6498b3a6adcb214333d63fc98c9cc72/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a653055e1d7e1134d02ee1de0f04974460b948ccdbc0f18cd08f767927deaa45/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae49e1087202779e0cfeaa08e4f994926f3eb510fda4d828f5b217fecc0a4a22/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b222e9fef74e8be3b2e7bbf45c2358b7ffec0a733bb19f070ee42ae16fce28c5/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b47337b70587f9f7d9ba4bf4ccf2df8fb0ce3baace1a5a6aee655007709fdeae/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/be2022694c2556e3adbd9b90a5703579f645097ea02638ac0819ba5dbb8d5dbb/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d4fc0f11501ad628a64fde3936dd12701015c5e0f477cec5f0aba0c3c84b9d15/shm"} 0 node_filesystem_device_error{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f0cea7221f687e07de1a755fea0c23c30d476fa615762f6f1aec5e4270653618/shm"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 0 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/07e488e4-a554-4005-9b4e-8f7ced562ea4/volumes/kubernetes.io~projected/kube-api-access-pqzvw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0f450f5e-8b32-4382-9b26-95ce39dc83ad/volumes/kubernetes.io~projected/clustermesh-secrets"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0f450f5e-8b32-4382-9b26-95ce39dc83ad/volumes/kubernetes.io~projected/hubble-tls"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0f450f5e-8b32-4382-9b26-95ce39dc83ad/volumes/kubernetes.io~projected/kube-api-access-pwnqz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/14ba9c1e-cc85-4ca7-9f88-1a5b4d576b8e/volumes/kubernetes.io~projected/kube-api-access-2kmz7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/14ba9c1e-cc85-4ca7-9f88-1a5b4d576b8e/volumes/kubernetes.io~secret/argocd-dex-server-tls"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/14ba9c1e-cc85-4ca7-9f88-1a5b4d576b8e/volumes/kubernetes.io~secret/argocd-repo-server-tls"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/15cd1411-cb22-498f-8238-5075d54505a8/volumes/kubernetes.io~secret/worker-observability-refresh-token"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1b7c8c4d-bc02-4d1d-b9dc-342620c36a78/volumes/kubernetes.io~secret/argocd-repo-server-tls"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/310197b3-521d-498d-ab47-cf4e12699a39/volumes/kubernetes.io~projected/kube-api-access-csx79"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/320791d0-715c-43da-842e-cf4a4c7c85eb/volumes/kubernetes.io~projected/kube-api-access-gdqmg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/320791d0-715c-43da-842e-cf4a4c7c85eb/volumes/kubernetes.io~secret/argocd-repo-server-tls"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3f464b7a-4cd8-40e5-8a2f-c21cd6375472/volumes/kubernetes.io~projected/konnectivity-agent-token"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3f464b7a-4cd8-40e5-8a2f-c21cd6375472/volumes/kubernetes.io~projected/kube-api-access-sp4jk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/42684c0d-5d9c-49f0-8448-bbcac44524e5/volumes/kubernetes.io~projected/kube-api-access-vzkhk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/541932e7-69b0-4f5f-b195-9222088609c7/volumes/kubernetes.io~projected/kube-api-access-6cbfn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/557ac2e1-6491-4ec3-a39e-cb13265846ba/volumes/kubernetes.io~projected/kube-api-access-qfzz7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6a8a70b4-75e9-468c-9b4d-ec5b475cb84d/volumes/kubernetes.io~projected/kube-api-access-cfk5n"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6a8a70b4-75e9-468c-9b4d-ec5b475cb84d/volumes/kubernetes.io~secret/argocd-dex-server-tls"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/70bdc0f6-5460-4842-92a7-a3a023dd0c8c/volumes/kubernetes.io~projected/kube-api-access-7pb4q"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/854c941f-ffd9-4b9a-b7b1-f9fcac77868d/volumes/kubernetes.io~projected/kube-api-access-rqpgr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/869d9a93-f103-4267-a021-f94138b2f9ea/volumes/kubernetes.io~projected/tls"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/92a0ec82-bef5-4618-af7b-2cf77bbcff09/volumes/kubernetes.io~projected/kube-api-access-xqjbc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/92a0ec82-bef5-4618-af7b-2cf77bbcff09/volumes/kubernetes.io~secret/google-credentials-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/92ef48e2-9ed7-4bf1-9a34-1ed09169c1c3/volumes/kubernetes.io~projected/kube-api-access-2rt6p"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/92ef48e2-9ed7-4bf1-9a34-1ed09169c1c3/volumes/kubernetes.io~secret/google-credentials-volume"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/99353332-40f1-4711-88fd-dbc29f0949db/volumes/kubernetes.io~projected/kube-api-access-5zsp6"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9bd9a3f0-0cb0-4c65-919c-02a736e48072/volumes/kubernetes.io~projected/kube-api-access-tjhd8"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9d01c762-436c-49e2-b10e-2dc5f10b54f8/volumes/kubernetes.io~projected/kube-api-access-b45rf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9d01c762-436c-49e2-b10e-2dc5f10b54f8/volumes/kubernetes.io~secret/argocd-repo-server-tls"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a400170b-db0f-4cd4-8fde-cb1fa2fdec1e/volumes/kubernetes.io~projected/konnectivity-agent-token"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a400170b-db0f-4cd4-8fde-cb1fa2fdec1e/volumes/kubernetes.io~projected/kube-api-access-6t9cj"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b55628a6-4cc1-4df9-ac39-04b999131143/volumes/kubernetes.io~projected/kube-api-access-dq2b6"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b55628a6-4cc1-4df9-ac39-04b999131143/volumes/kubernetes.io~secret/webhook-cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/bf19e24e-3495-44b1-9cf0-bf5761a7738a/volumes/kubernetes.io~projected/kube-api-access-x6plk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c4a9095c-83cb-42f9-9980-527892e9b405/volumes/kubernetes.io~projected/kube-api-access-kd428"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/cb816fa9-6979-4cde-91c1-bdf07c72ca9b/volumes/kubernetes.io~projected/kube-api-access-rkd55"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/daebbd24-9798-41f9-bae1-9ec9dff7d5e9/volumes/kubernetes.io~projected/kube-api-access-sspqs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/daebbd24-9798-41f9-bae1-9ec9dff7d5e9/volumes/kubernetes.io~secret/argocd-repo-server-tls"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e85313b0-834d-463a-baf1-65973151639a/volumes/kubernetes.io~projected/kube-api-access-sbj8n"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e85313b0-834d-463a-baf1-65973151639a/volumes/kubernetes.io~secret/kube-proxy-kubeconfig"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/vda1",device_error="",fstype="ext4",mountpoint="/"} 1.0477568e+07 node_filesystem_files{device="/dev/vda15",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/0b961de306cee7c1319da62ec7eb60cae6a309bb3571fe95fb386ea96bac86ec/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0bee5b78713dbdbc98aa59c76a348f89f98b65b7d582b64a1be5a8433fb52395/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/10f7abf0f5c6ff93f8052a6592e470aca077719dcfac7b1a35840ae888f38656/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1114410a914f7d9648f19dea8918f6b4eba2fffca96ef2eb5584a353b18531c6/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/16b65840dd02eae574a27e9b2d047e86beb6bcb7c46e03ab04758f26e6bf97ec/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/18a079defc7d6d05b76c9538581542e5f695e33ecf2ac56bc0c3ba98f19e3b94/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a5dae2d5e719d5198adee7e2dd9fdfe249e19dd3c9bb147b5e51524e4421285/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36bdaafe7449c2ade3826ac1b532e5025dad7058d9813595f78708abd0d16799/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3df2d2899b5d4ab6a8f478ef932d32792ee98c69b84713654f79a4a4d6270c28/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e6e3120495150ad62d3b330b0055df647d9243ac61c4a2f1463a42b687ff025/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/419770fc17d1ad4f5bbbef2e7f907d947c4d7d9faa2f9d64bc71b54174fff429/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/54fef094f0332c27b3a95a8809f78a0bd824eb9553c83b8fcd881124e40a3dc3/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/58d306f5df95b0114693fe77d9e0d0393b199a68254a1a48e4fd376d076fb33b/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a0e031fb33065217e833a342767594111ea89e37659705daff9248702a3ba0c/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5c191a72387ebd6c8c5c8f04fa4c7fcb03142f970c9d90164d973fd93da05c28/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/642bc574711d74b09eef87f7b1a9c0ab10a0e9e81a380fe3cf4d8ebaf09aa9b6/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7a60ef9f3068766129f0d70fbe53a913022cfdcd4daa7b727993939166e475e8/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7afb752383b1d4a01400b95aaacd9a76663934aee8cc6df1df05903fa68048c3/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7c9b2d29f853f36332b756d0da2ef9c585750855995b73c2edecb487439db9ef/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/82756baf698da186989f1f7d71b3f8ffe5a4f700996129ef5b024769d4b28a24/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/919499181a3da40a2aea2fd91ea13b12f6498b3a6adcb214333d63fc98c9cc72/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a653055e1d7e1134d02ee1de0f04974460b948ccdbc0f18cd08f767927deaa45/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae49e1087202779e0cfeaa08e4f994926f3eb510fda4d828f5b217fecc0a4a22/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b222e9fef74e8be3b2e7bbf45c2358b7ffec0a733bb19f070ee42ae16fce28c5/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b47337b70587f9f7d9ba4bf4ccf2df8fb0ce3baace1a5a6aee655007709fdeae/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/be2022694c2556e3adbd9b90a5703579f645097ea02638ac0819ba5dbb8d5dbb/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d4fc0f11501ad628a64fde3936dd12701015c5e0f477cec5f0aba0c3c84b9d15/shm"} 1.017251e+06 node_filesystem_files{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f0cea7221f687e07de1a755fea0c23c30d476fa615762f6f1aec5e4270653618/shm"} 1.017251e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.017251e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.017251e+06 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/vda1",device_error="",fstype="ext4",mountpoint="/"} 1.0035924e+07 node_filesystem_files_free{device="/dev/vda15",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/0b961de306cee7c1319da62ec7eb60cae6a309bb3571fe95fb386ea96bac86ec/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0bee5b78713dbdbc98aa59c76a348f89f98b65b7d582b64a1be5a8433fb52395/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/10f7abf0f5c6ff93f8052a6592e470aca077719dcfac7b1a35840ae888f38656/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1114410a914f7d9648f19dea8918f6b4eba2fffca96ef2eb5584a353b18531c6/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/16b65840dd02eae574a27e9b2d047e86beb6bcb7c46e03ab04758f26e6bf97ec/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/18a079defc7d6d05b76c9538581542e5f695e33ecf2ac56bc0c3ba98f19e3b94/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a5dae2d5e719d5198adee7e2dd9fdfe249e19dd3c9bb147b5e51524e4421285/shm"} 1.017249e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36bdaafe7449c2ade3826ac1b532e5025dad7058d9813595f78708abd0d16799/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3df2d2899b5d4ab6a8f478ef932d32792ee98c69b84713654f79a4a4d6270c28/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e6e3120495150ad62d3b330b0055df647d9243ac61c4a2f1463a42b687ff025/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/419770fc17d1ad4f5bbbef2e7f907d947c4d7d9faa2f9d64bc71b54174fff429/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/54fef094f0332c27b3a95a8809f78a0bd824eb9553c83b8fcd881124e40a3dc3/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/58d306f5df95b0114693fe77d9e0d0393b199a68254a1a48e4fd376d076fb33b/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a0e031fb33065217e833a342767594111ea89e37659705daff9248702a3ba0c/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5c191a72387ebd6c8c5c8f04fa4c7fcb03142f970c9d90164d973fd93da05c28/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/642bc574711d74b09eef87f7b1a9c0ab10a0e9e81a380fe3cf4d8ebaf09aa9b6/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7a60ef9f3068766129f0d70fbe53a913022cfdcd4daa7b727993939166e475e8/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7afb752383b1d4a01400b95aaacd9a76663934aee8cc6df1df05903fa68048c3/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7c9b2d29f853f36332b756d0da2ef9c585750855995b73c2edecb487439db9ef/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/82756baf698da186989f1f7d71b3f8ffe5a4f700996129ef5b024769d4b28a24/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/919499181a3da40a2aea2fd91ea13b12f6498b3a6adcb214333d63fc98c9cc72/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a653055e1d7e1134d02ee1de0f04974460b948ccdbc0f18cd08f767927deaa45/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae49e1087202779e0cfeaa08e4f994926f3eb510fda4d828f5b217fecc0a4a22/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b222e9fef74e8be3b2e7bbf45c2358b7ffec0a733bb19f070ee42ae16fce28c5/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b47337b70587f9f7d9ba4bf4ccf2df8fb0ce3baace1a5a6aee655007709fdeae/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/be2022694c2556e3adbd9b90a5703579f645097ea02638ac0819ba5dbb8d5dbb/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d4fc0f11501ad628a64fde3936dd12701015c5e0f477cec5f0aba0c3c84b9d15/shm"} 1.01725e+06 node_filesystem_files_free{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f0cea7221f687e07de1a755fea0c23c30d476fa615762f6f1aec5e4270653618/shm"} 1.01725e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.015347e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.017249e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 1.048571e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/vda1",device_error="",fstype="ext4",mountpoint="/"} 1.52340619264e+11 node_filesystem_free_bytes{device="/dev/vda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.20395776e+08 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0b961de306cee7c1319da62ec7eb60cae6a309bb3571fe95fb386ea96bac86ec/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0bee5b78713dbdbc98aa59c76a348f89f98b65b7d582b64a1be5a8433fb52395/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/10f7abf0f5c6ff93f8052a6592e470aca077719dcfac7b1a35840ae888f38656/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1114410a914f7d9648f19dea8918f6b4eba2fffca96ef2eb5584a353b18531c6/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/16b65840dd02eae574a27e9b2d047e86beb6bcb7c46e03ab04758f26e6bf97ec/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/18a079defc7d6d05b76c9538581542e5f695e33ecf2ac56bc0c3ba98f19e3b94/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a5dae2d5e719d5198adee7e2dd9fdfe249e19dd3c9bb147b5e51524e4421285/shm"} 6.7104768e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36bdaafe7449c2ade3826ac1b532e5025dad7058d9813595f78708abd0d16799/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3df2d2899b5d4ab6a8f478ef932d32792ee98c69b84713654f79a4a4d6270c28/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e6e3120495150ad62d3b330b0055df647d9243ac61c4a2f1463a42b687ff025/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/419770fc17d1ad4f5bbbef2e7f907d947c4d7d9faa2f9d64bc71b54174fff429/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/54fef094f0332c27b3a95a8809f78a0bd824eb9553c83b8fcd881124e40a3dc3/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/58d306f5df95b0114693fe77d9e0d0393b199a68254a1a48e4fd376d076fb33b/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a0e031fb33065217e833a342767594111ea89e37659705daff9248702a3ba0c/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5c191a72387ebd6c8c5c8f04fa4c7fcb03142f970c9d90164d973fd93da05c28/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/642bc574711d74b09eef87f7b1a9c0ab10a0e9e81a380fe3cf4d8ebaf09aa9b6/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7a60ef9f3068766129f0d70fbe53a913022cfdcd4daa7b727993939166e475e8/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7afb752383b1d4a01400b95aaacd9a76663934aee8cc6df1df05903fa68048c3/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7c9b2d29f853f36332b756d0da2ef9c585750855995b73c2edecb487439db9ef/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/82756baf698da186989f1f7d71b3f8ffe5a4f700996129ef5b024769d4b28a24/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/919499181a3da40a2aea2fd91ea13b12f6498b3a6adcb214333d63fc98c9cc72/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a653055e1d7e1134d02ee1de0f04974460b948ccdbc0f18cd08f767927deaa45/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae49e1087202779e0cfeaa08e4f994926f3eb510fda4d828f5b217fecc0a4a22/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b222e9fef74e8be3b2e7bbf45c2358b7ffec0a733bb19f070ee42ae16fce28c5/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b47337b70587f9f7d9ba4bf4ccf2df8fb0ce3baace1a5a6aee655007709fdeae/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/be2022694c2556e3adbd9b90a5703579f645097ea02638ac0819ba5dbb8d5dbb/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d4fc0f11501ad628a64fde3936dd12701015c5e0f477cec5f0aba0c3c84b9d15/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f0cea7221f687e07de1a755fea0c23c30d476fa615762f6f1aec5e4270653618/shm"} 6.7108864e+07 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 8.27490304e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 4.166664192e+09 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/vda1",major="254",minor="1",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/vda15",major="254",minor="15",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="shm",major="0",minor="129",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0bee5b78713dbdbc98aa59c76a348f89f98b65b7d582b64a1be5a8433fb52395/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="139",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0b961de306cee7c1319da62ec7eb60cae6a309bb3571fe95fb386ea96bac86ec/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="143",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b222e9fef74e8be3b2e7bbf45c2358b7ffec0a733bb19f070ee42ae16fce28c5/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="217",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1114410a914f7d9648f19dea8918f6b4eba2fffca96ef2eb5584a353b18531c6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="219",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b47337b70587f9f7d9ba4bf4ccf2df8fb0ce3baace1a5a6aee655007709fdeae/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="220",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f0cea7221f687e07de1a755fea0c23c30d476fa615762f6f1aec5e4270653618/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="222",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/18a079defc7d6d05b76c9538581542e5f695e33ecf2ac56bc0c3ba98f19e3b94/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="223",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d4fc0f11501ad628a64fde3936dd12701015c5e0f477cec5f0aba0c3c84b9d15/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="224",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7a60ef9f3068766129f0d70fbe53a913022cfdcd4daa7b727993939166e475e8/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="226",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/16b65840dd02eae574a27e9b2d047e86beb6bcb7c46e03ab04758f26e6bf97ec/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="227",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7afb752383b1d4a01400b95aaacd9a76663934aee8cc6df1df05903fa68048c3/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="229",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/58d306f5df95b0114693fe77d9e0d0393b199a68254a1a48e4fd376d076fb33b/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="230",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/be2022694c2556e3adbd9b90a5703579f645097ea02638ac0819ba5dbb8d5dbb/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="231",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/82756baf698da186989f1f7d71b3f8ffe5a4f700996129ef5b024769d4b28a24/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="232",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5c191a72387ebd6c8c5c8f04fa4c7fcb03142f970c9d90164d973fd93da05c28/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="233",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a653055e1d7e1134d02ee1de0f04974460b948ccdbc0f18cd08f767927deaa45/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="237",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/10f7abf0f5c6ff93f8052a6592e470aca077719dcfac7b1a35840ae888f38656/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="340",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/419770fc17d1ad4f5bbbef2e7f907d947c4d7d9faa2f9d64bc71b54174fff429/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="463",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e6e3120495150ad62d3b330b0055df647d9243ac61c4a2f1463a42b687ff025/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="548",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/642bc574711d74b09eef87f7b1a9c0ab10a0e9e81a380fe3cf4d8ebaf09aa9b6/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="601",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae49e1087202779e0cfeaa08e4f994926f3eb510fda4d828f5b217fecc0a4a22/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="63",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/54fef094f0332c27b3a95a8809f78a0bd824eb9553c83b8fcd881124e40a3dc3/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="66",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/919499181a3da40a2aea2fd91ea13b12f6498b3a6adcb214333d63fc98c9cc72/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="69",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a0e031fb33065217e833a342767594111ea89e37659705daff9248702a3ba0c/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="74",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a5dae2d5e719d5198adee7e2dd9fdfe249e19dd3c9bb147b5e51524e4421285/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="78",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3df2d2899b5d4ab6a8f478ef932d32792ee98c69b84713654f79a4a4d6270c28/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="80",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7c9b2d29f853f36332b756d0da2ef9c585750855995b73c2edecb487439db9ef/shm"} 1 node_filesystem_mount_info{device="shm",major="0",minor="81",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36bdaafe7449c2ade3826ac1b532e5025dad7058d9813595f78708abd0d16799/shm"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="24",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="31",mountpoint="/run/lock"} 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/vda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/vda15",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/0b961de306cee7c1319da62ec7eb60cae6a309bb3571fe95fb386ea96bac86ec/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0bee5b78713dbdbc98aa59c76a348f89f98b65b7d582b64a1be5a8433fb52395/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/10f7abf0f5c6ff93f8052a6592e470aca077719dcfac7b1a35840ae888f38656/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1114410a914f7d9648f19dea8918f6b4eba2fffca96ef2eb5584a353b18531c6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/16b65840dd02eae574a27e9b2d047e86beb6bcb7c46e03ab04758f26e6bf97ec/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/18a079defc7d6d05b76c9538581542e5f695e33ecf2ac56bc0c3ba98f19e3b94/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a5dae2d5e719d5198adee7e2dd9fdfe249e19dd3c9bb147b5e51524e4421285/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36bdaafe7449c2ade3826ac1b532e5025dad7058d9813595f78708abd0d16799/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3df2d2899b5d4ab6a8f478ef932d32792ee98c69b84713654f79a4a4d6270c28/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e6e3120495150ad62d3b330b0055df647d9243ac61c4a2f1463a42b687ff025/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/419770fc17d1ad4f5bbbef2e7f907d947c4d7d9faa2f9d64bc71b54174fff429/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/54fef094f0332c27b3a95a8809f78a0bd824eb9553c83b8fcd881124e40a3dc3/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/58d306f5df95b0114693fe77d9e0d0393b199a68254a1a48e4fd376d076fb33b/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a0e031fb33065217e833a342767594111ea89e37659705daff9248702a3ba0c/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5c191a72387ebd6c8c5c8f04fa4c7fcb03142f970c9d90164d973fd93da05c28/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/642bc574711d74b09eef87f7b1a9c0ab10a0e9e81a380fe3cf4d8ebaf09aa9b6/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7a60ef9f3068766129f0d70fbe53a913022cfdcd4daa7b727993939166e475e8/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7afb752383b1d4a01400b95aaacd9a76663934aee8cc6df1df05903fa68048c3/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7c9b2d29f853f36332b756d0da2ef9c585750855995b73c2edecb487439db9ef/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/82756baf698da186989f1f7d71b3f8ffe5a4f700996129ef5b024769d4b28a24/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/919499181a3da40a2aea2fd91ea13b12f6498b3a6adcb214333d63fc98c9cc72/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a653055e1d7e1134d02ee1de0f04974460b948ccdbc0f18cd08f767927deaa45/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae49e1087202779e0cfeaa08e4f994926f3eb510fda4d828f5b217fecc0a4a22/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b222e9fef74e8be3b2e7bbf45c2358b7ffec0a733bb19f070ee42ae16fce28c5/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b47337b70587f9f7d9ba4bf4ccf2df8fb0ce3baace1a5a6aee655007709fdeae/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/be2022694c2556e3adbd9b90a5703579f645097ea02638ac0819ba5dbb8d5dbb/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d4fc0f11501ad628a64fde3936dd12701015c5e0f477cec5f0aba0c3c84b9d15/shm"} 0 node_filesystem_purgeable_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f0cea7221f687e07de1a755fea0c23c30d476fa615762f6f1aec5e4270653618/shm"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/vda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/vda1",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/07e488e4-a554-4005-9b4e-8f7ced562ea4/volume-subpaths/config/grafana/0"} 0 node_filesystem_readonly{device="/dev/vda1",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/99353332-40f1-4711-88fd-dbc29f0949db/volume-subpaths/hubble-ui-nginx-conf/frontend/0"} 0 node_filesystem_readonly{device="/dev/vda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0b961de306cee7c1319da62ec7eb60cae6a309bb3571fe95fb386ea96bac86ec/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0bee5b78713dbdbc98aa59c76a348f89f98b65b7d582b64a1be5a8433fb52395/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/10f7abf0f5c6ff93f8052a6592e470aca077719dcfac7b1a35840ae888f38656/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1114410a914f7d9648f19dea8918f6b4eba2fffca96ef2eb5584a353b18531c6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/16b65840dd02eae574a27e9b2d047e86beb6bcb7c46e03ab04758f26e6bf97ec/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/18a079defc7d6d05b76c9538581542e5f695e33ecf2ac56bc0c3ba98f19e3b94/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a5dae2d5e719d5198adee7e2dd9fdfe249e19dd3c9bb147b5e51524e4421285/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36bdaafe7449c2ade3826ac1b532e5025dad7058d9813595f78708abd0d16799/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3df2d2899b5d4ab6a8f478ef932d32792ee98c69b84713654f79a4a4d6270c28/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e6e3120495150ad62d3b330b0055df647d9243ac61c4a2f1463a42b687ff025/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/419770fc17d1ad4f5bbbef2e7f907d947c4d7d9faa2f9d64bc71b54174fff429/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/54fef094f0332c27b3a95a8809f78a0bd824eb9553c83b8fcd881124e40a3dc3/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/58d306f5df95b0114693fe77d9e0d0393b199a68254a1a48e4fd376d076fb33b/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a0e031fb33065217e833a342767594111ea89e37659705daff9248702a3ba0c/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5c191a72387ebd6c8c5c8f04fa4c7fcb03142f970c9d90164d973fd93da05c28/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/642bc574711d74b09eef87f7b1a9c0ab10a0e9e81a380fe3cf4d8ebaf09aa9b6/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7a60ef9f3068766129f0d70fbe53a913022cfdcd4daa7b727993939166e475e8/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7afb752383b1d4a01400b95aaacd9a76663934aee8cc6df1df05903fa68048c3/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7c9b2d29f853f36332b756d0da2ef9c585750855995b73c2edecb487439db9ef/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/82756baf698da186989f1f7d71b3f8ffe5a4f700996129ef5b024769d4b28a24/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/919499181a3da40a2aea2fd91ea13b12f6498b3a6adcb214333d63fc98c9cc72/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a653055e1d7e1134d02ee1de0f04974460b948ccdbc0f18cd08f767927deaa45/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae49e1087202779e0cfeaa08e4f994926f3eb510fda4d828f5b217fecc0a4a22/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b222e9fef74e8be3b2e7bbf45c2358b7ffec0a733bb19f070ee42ae16fce28c5/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b47337b70587f9f7d9ba4bf4ccf2df8fb0ce3baace1a5a6aee655007709fdeae/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/be2022694c2556e3adbd9b90a5703579f645097ea02638ac0819ba5dbb8d5dbb/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d4fc0f11501ad628a64fde3936dd12701015c5e0f477cec5f0aba0c3c84b9d15/shm"} 0 node_filesystem_readonly{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f0cea7221f687e07de1a755fea0c23c30d476fa615762f6f1aec5e4270653618/shm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/07e488e4-a554-4005-9b4e-8f7ced562ea4/volumes/kubernetes.io~projected/kube-api-access-pqzvw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0f450f5e-8b32-4382-9b26-95ce39dc83ad/volumes/kubernetes.io~projected/clustermesh-secrets"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0f450f5e-8b32-4382-9b26-95ce39dc83ad/volumes/kubernetes.io~projected/hubble-tls"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0f450f5e-8b32-4382-9b26-95ce39dc83ad/volumes/kubernetes.io~projected/kube-api-access-pwnqz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/14ba9c1e-cc85-4ca7-9f88-1a5b4d576b8e/volumes/kubernetes.io~projected/kube-api-access-2kmz7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/14ba9c1e-cc85-4ca7-9f88-1a5b4d576b8e/volumes/kubernetes.io~secret/argocd-dex-server-tls"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/14ba9c1e-cc85-4ca7-9f88-1a5b4d576b8e/volumes/kubernetes.io~secret/argocd-repo-server-tls"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/15cd1411-cb22-498f-8238-5075d54505a8/volumes/kubernetes.io~secret/worker-observability-refresh-token"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1b7c8c4d-bc02-4d1d-b9dc-342620c36a78/volumes/kubernetes.io~secret/argocd-repo-server-tls"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/310197b3-521d-498d-ab47-cf4e12699a39/volumes/kubernetes.io~projected/kube-api-access-csx79"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/320791d0-715c-43da-842e-cf4a4c7c85eb/volumes/kubernetes.io~projected/kube-api-access-gdqmg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/320791d0-715c-43da-842e-cf4a4c7c85eb/volumes/kubernetes.io~secret/argocd-repo-server-tls"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3f464b7a-4cd8-40e5-8a2f-c21cd6375472/volumes/kubernetes.io~projected/konnectivity-agent-token"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3f464b7a-4cd8-40e5-8a2f-c21cd6375472/volumes/kubernetes.io~projected/kube-api-access-sp4jk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/42684c0d-5d9c-49f0-8448-bbcac44524e5/volumes/kubernetes.io~projected/kube-api-access-vzkhk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/541932e7-69b0-4f5f-b195-9222088609c7/volumes/kubernetes.io~projected/kube-api-access-6cbfn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/557ac2e1-6491-4ec3-a39e-cb13265846ba/volumes/kubernetes.io~projected/kube-api-access-qfzz7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6a8a70b4-75e9-468c-9b4d-ec5b475cb84d/volumes/kubernetes.io~projected/kube-api-access-cfk5n"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6a8a70b4-75e9-468c-9b4d-ec5b475cb84d/volumes/kubernetes.io~secret/argocd-dex-server-tls"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/70bdc0f6-5460-4842-92a7-a3a023dd0c8c/volumes/kubernetes.io~projected/kube-api-access-7pb4q"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/854c941f-ffd9-4b9a-b7b1-f9fcac77868d/volumes/kubernetes.io~projected/kube-api-access-rqpgr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/869d9a93-f103-4267-a021-f94138b2f9ea/volumes/kubernetes.io~projected/tls"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/92a0ec82-bef5-4618-af7b-2cf77bbcff09/volumes/kubernetes.io~projected/kube-api-access-xqjbc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/92a0ec82-bef5-4618-af7b-2cf77bbcff09/volumes/kubernetes.io~secret/google-credentials-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/92ef48e2-9ed7-4bf1-9a34-1ed09169c1c3/volumes/kubernetes.io~projected/kube-api-access-2rt6p"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/92ef48e2-9ed7-4bf1-9a34-1ed09169c1c3/volumes/kubernetes.io~secret/google-credentials-volume"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/99353332-40f1-4711-88fd-dbc29f0949db/volumes/kubernetes.io~projected/kube-api-access-5zsp6"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9bd9a3f0-0cb0-4c65-919c-02a736e48072/volumes/kubernetes.io~projected/kube-api-access-tjhd8"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9d01c762-436c-49e2-b10e-2dc5f10b54f8/volumes/kubernetes.io~projected/kube-api-access-b45rf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9d01c762-436c-49e2-b10e-2dc5f10b54f8/volumes/kubernetes.io~secret/argocd-repo-server-tls"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a400170b-db0f-4cd4-8fde-cb1fa2fdec1e/volumes/kubernetes.io~projected/konnectivity-agent-token"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a400170b-db0f-4cd4-8fde-cb1fa2fdec1e/volumes/kubernetes.io~projected/kube-api-access-6t9cj"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b55628a6-4cc1-4df9-ac39-04b999131143/volumes/kubernetes.io~projected/kube-api-access-dq2b6"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b55628a6-4cc1-4df9-ac39-04b999131143/volumes/kubernetes.io~secret/webhook-cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/bf19e24e-3495-44b1-9cf0-bf5761a7738a/volumes/kubernetes.io~projected/kube-api-access-x6plk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c4a9095c-83cb-42f9-9980-527892e9b405/volumes/kubernetes.io~projected/kube-api-access-kd428"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/cb816fa9-6979-4cde-91c1-bdf07c72ca9b/volumes/kubernetes.io~projected/kube-api-access-rkd55"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/daebbd24-9798-41f9-bae1-9ec9dff7d5e9/volumes/kubernetes.io~projected/kube-api-access-sspqs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/daebbd24-9798-41f9-bae1-9ec9dff7d5e9/volumes/kubernetes.io~secret/argocd-repo-server-tls"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e85313b0-834d-463a-baf1-65973151639a/volumes/kubernetes.io~projected/kube-api-access-sbj8n"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e85313b0-834d-463a-baf1-65973151639a/volumes/kubernetes.io~secret/kube-proxy-kubeconfig"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/vda1",device_error="",fstype="ext4",mountpoint="/"} 1.68881938432e+11 node_filesystem_size_bytes{device="/dev/vda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.29718272e+08 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0b961de306cee7c1319da62ec7eb60cae6a309bb3571fe95fb386ea96bac86ec/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0bee5b78713dbdbc98aa59c76a348f89f98b65b7d582b64a1be5a8433fb52395/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/10f7abf0f5c6ff93f8052a6592e470aca077719dcfac7b1a35840ae888f38656/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1114410a914f7d9648f19dea8918f6b4eba2fffca96ef2eb5584a353b18531c6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/16b65840dd02eae574a27e9b2d047e86beb6bcb7c46e03ab04758f26e6bf97ec/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/18a079defc7d6d05b76c9538581542e5f695e33ecf2ac56bc0c3ba98f19e3b94/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a5dae2d5e719d5198adee7e2dd9fdfe249e19dd3c9bb147b5e51524e4421285/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36bdaafe7449c2ade3826ac1b532e5025dad7058d9813595f78708abd0d16799/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3df2d2899b5d4ab6a8f478ef932d32792ee98c69b84713654f79a4a4d6270c28/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3e6e3120495150ad62d3b330b0055df647d9243ac61c4a2f1463a42b687ff025/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/419770fc17d1ad4f5bbbef2e7f907d947c4d7d9faa2f9d64bc71b54174fff429/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/54fef094f0332c27b3a95a8809f78a0bd824eb9553c83b8fcd881124e40a3dc3/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/58d306f5df95b0114693fe77d9e0d0393b199a68254a1a48e4fd376d076fb33b/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a0e031fb33065217e833a342767594111ea89e37659705daff9248702a3ba0c/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5c191a72387ebd6c8c5c8f04fa4c7fcb03142f970c9d90164d973fd93da05c28/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/642bc574711d74b09eef87f7b1a9c0ab10a0e9e81a380fe3cf4d8ebaf09aa9b6/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7a60ef9f3068766129f0d70fbe53a913022cfdcd4daa7b727993939166e475e8/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7afb752383b1d4a01400b95aaacd9a76663934aee8cc6df1df05903fa68048c3/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7c9b2d29f853f36332b756d0da2ef9c585750855995b73c2edecb487439db9ef/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/82756baf698da186989f1f7d71b3f8ffe5a4f700996129ef5b024769d4b28a24/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/919499181a3da40a2aea2fd91ea13b12f6498b3a6adcb214333d63fc98c9cc72/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a653055e1d7e1134d02ee1de0f04974460b948ccdbc0f18cd08f767927deaa45/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae49e1087202779e0cfeaa08e4f994926f3eb510fda4d828f5b217fecc0a4a22/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b222e9fef74e8be3b2e7bbf45c2358b7ffec0a733bb19f070ee42ae16fce28c5/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b47337b70587f9f7d9ba4bf4ccf2df8fb0ce3baace1a5a6aee655007709fdeae/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/be2022694c2556e3adbd9b90a5703579f645097ea02638ac0819ba5dbb8d5dbb/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d4fc0f11501ad628a64fde3936dd12701015c5e0f477cec5f0aba0c3c84b9d15/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="shm",device_error="",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f0cea7221f687e07de1a755fea0c23c30d476fa615762f6f1aec5e4270653618/shm"} 6.7108864e+07 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 8.33335296e+08 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 4.166664192e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.43392e+06 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 6.6479149e+09 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.38 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.3 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.33 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.890152448e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 2.405773312e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 5.15620864e+08 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 1.172307968e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 2.264604672e+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.2834816e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.360019456e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 4.166660096e+09 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 6.630219776e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 8.35715072e+09 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.3263232e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 106496 # 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 5.4923264e+08 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 1.506750464e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 9.57517824e+08 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 2.0611072e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 5.99977984e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 5.222506496e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 3.776344064e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 8.333324288e+09 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 1.6023552e+07 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 3.9522304e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 8.11008e+06 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 2.8581888e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 1.22458112e+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 9.1136e+06 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 4.08276992e+08 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 1.6384e+07 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 1.06909696e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 13729 # 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 77160 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 77305 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 5.13151208e+08 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 5.13828351e+08 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 4.37200282194e+11 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 4.05552199224e+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 5.892641e+06 # 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 57 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 340 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 4.546287e+06 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 56 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 2 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.17001974e+08 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 57474 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.53687119e+08 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 1.703987e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 26622 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 29 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 147 # 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 116012 # 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 2 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 116102 # 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="anchor"} 3 node_network_address_assign_type{device="cilium_host"} 3 node_network_address_assign_type{device="cilium_net"} 3 node_network_address_assign_type{device="cpbridge"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="eth1"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="lxc0473d2296960"} 3 node_network_address_assign_type{device="lxc13806542098e"} 3 node_network_address_assign_type{device="lxc2710d7278458"} 3 node_network_address_assign_type{device="lxc300916bb23a8"} 3 node_network_address_assign_type{device="lxc402785c5571c"} 3 node_network_address_assign_type{device="lxc55542146b93f"} 3 node_network_address_assign_type{device="lxc57141188d350"} 3 node_network_address_assign_type{device="lxc82f99c579f8c"} 3 node_network_address_assign_type{device="lxc95753d39dbb0"} 3 node_network_address_assign_type{device="lxc9eea16058934"} 3 node_network_address_assign_type{device="lxc_health"} 3 node_network_address_assign_type{device="lxca29f148b6cc8"} 3 node_network_address_assign_type{device="lxcaf16de352e73"} 3 node_network_address_assign_type{device="lxcb391559dc2e2"} 3 node_network_address_assign_type{device="lxcb958fd9ff994"} 3 node_network_address_assign_type{device="lxcbada806e4e52"} 3 node_network_address_assign_type{device="lxccd293aeaf9d7"} 3 node_network_address_assign_type{device="lxcd1652290b906"} 3 node_network_address_assign_type{device="lxcd22f7c78c74a"} 3 node_network_address_assign_type{device="lxcdd75c0bf8840"} 3 node_network_address_assign_type{device="lxcefe9a336b46b"} 3 node_network_address_assign_type{device="lxcfbeeffde2306"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="anchor"} 1 node_network_carrier{device="cilium_host"} 1 node_network_carrier{device="cilium_net"} 1 node_network_carrier{device="cpbridge"} 1 node_network_carrier{device="eth0"} 1 node_network_carrier{device="eth1"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="lxc0473d2296960"} 1 node_network_carrier{device="lxc13806542098e"} 1 node_network_carrier{device="lxc2710d7278458"} 1 node_network_carrier{device="lxc300916bb23a8"} 1 node_network_carrier{device="lxc402785c5571c"} 1 node_network_carrier{device="lxc55542146b93f"} 1 node_network_carrier{device="lxc57141188d350"} 1 node_network_carrier{device="lxc82f99c579f8c"} 1 node_network_carrier{device="lxc95753d39dbb0"} 1 node_network_carrier{device="lxc9eea16058934"} 1 node_network_carrier{device="lxc_health"} 1 node_network_carrier{device="lxca29f148b6cc8"} 1 node_network_carrier{device="lxcaf16de352e73"} 1 node_network_carrier{device="lxcb391559dc2e2"} 1 node_network_carrier{device="lxcb958fd9ff994"} 1 node_network_carrier{device="lxcbada806e4e52"} 1 node_network_carrier{device="lxccd293aeaf9d7"} 1 node_network_carrier{device="lxcd1652290b906"} 1 node_network_carrier{device="lxcd22f7c78c74a"} 1 node_network_carrier{device="lxcdd75c0bf8840"} 1 node_network_carrier{device="lxcefe9a336b46b"} 1 node_network_carrier{device="lxcfbeeffde2306"} 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="anchor"} 0 node_network_carrier_changes_total{device="cilium_host"} 2 node_network_carrier_changes_total{device="cilium_net"} 2 node_network_carrier_changes_total{device="cpbridge"} 0 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="eth1"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="lxc0473d2296960"} 2 node_network_carrier_changes_total{device="lxc13806542098e"} 2 node_network_carrier_changes_total{device="lxc2710d7278458"} 2 node_network_carrier_changes_total{device="lxc300916bb23a8"} 2 node_network_carrier_changes_total{device="lxc402785c5571c"} 2 node_network_carrier_changes_total{device="lxc55542146b93f"} 2 node_network_carrier_changes_total{device="lxc57141188d350"} 2 node_network_carrier_changes_total{device="lxc82f99c579f8c"} 2 node_network_carrier_changes_total{device="lxc95753d39dbb0"} 2 node_network_carrier_changes_total{device="lxc9eea16058934"} 2 node_network_carrier_changes_total{device="lxc_health"} 2 node_network_carrier_changes_total{device="lxca29f148b6cc8"} 2 node_network_carrier_changes_total{device="lxcaf16de352e73"} 2 node_network_carrier_changes_total{device="lxcb391559dc2e2"} 2 node_network_carrier_changes_total{device="lxcb958fd9ff994"} 2 node_network_carrier_changes_total{device="lxcbada806e4e52"} 2 node_network_carrier_changes_total{device="lxccd293aeaf9d7"} 2 node_network_carrier_changes_total{device="lxcd1652290b906"} 2 node_network_carrier_changes_total{device="lxcd22f7c78c74a"} 2 node_network_carrier_changes_total{device="lxcdd75c0bf8840"} 2 node_network_carrier_changes_total{device="lxcefe9a336b46b"} 2 node_network_carrier_changes_total{device="lxcfbeeffde2306"} 2 # 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="anchor"} 0 node_network_carrier_down_changes_total{device="cilium_host"} 1 node_network_carrier_down_changes_total{device="cilium_net"} 1 node_network_carrier_down_changes_total{device="cpbridge"} 0 node_network_carrier_down_changes_total{device="eth0"} 1 node_network_carrier_down_changes_total{device="eth1"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="lxc0473d2296960"} 1 node_network_carrier_down_changes_total{device="lxc13806542098e"} 1 node_network_carrier_down_changes_total{device="lxc2710d7278458"} 1 node_network_carrier_down_changes_total{device="lxc300916bb23a8"} 1 node_network_carrier_down_changes_total{device="lxc402785c5571c"} 1 node_network_carrier_down_changes_total{device="lxc55542146b93f"} 1 node_network_carrier_down_changes_total{device="lxc57141188d350"} 1 node_network_carrier_down_changes_total{device="lxc82f99c579f8c"} 1 node_network_carrier_down_changes_total{device="lxc95753d39dbb0"} 1 node_network_carrier_down_changes_total{device="lxc9eea16058934"} 1 node_network_carrier_down_changes_total{device="lxc_health"} 1 node_network_carrier_down_changes_total{device="lxca29f148b6cc8"} 1 node_network_carrier_down_changes_total{device="lxcaf16de352e73"} 1 node_network_carrier_down_changes_total{device="lxcb391559dc2e2"} 1 node_network_carrier_down_changes_total{device="lxcb958fd9ff994"} 1 node_network_carrier_down_changes_total{device="lxcbada806e4e52"} 1 node_network_carrier_down_changes_total{device="lxccd293aeaf9d7"} 1 node_network_carrier_down_changes_total{device="lxcd1652290b906"} 1 node_network_carrier_down_changes_total{device="lxcd22f7c78c74a"} 1 node_network_carrier_down_changes_total{device="lxcdd75c0bf8840"} 1 node_network_carrier_down_changes_total{device="lxcefe9a336b46b"} 1 node_network_carrier_down_changes_total{device="lxcfbeeffde2306"} 1 # 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="anchor"} 0 node_network_carrier_up_changes_total{device="cilium_host"} 1 node_network_carrier_up_changes_total{device="cilium_net"} 1 node_network_carrier_up_changes_total{device="cpbridge"} 0 node_network_carrier_up_changes_total{device="eth0"} 1 node_network_carrier_up_changes_total{device="eth1"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="lxc0473d2296960"} 1 node_network_carrier_up_changes_total{device="lxc13806542098e"} 1 node_network_carrier_up_changes_total{device="lxc2710d7278458"} 1 node_network_carrier_up_changes_total{device="lxc300916bb23a8"} 1 node_network_carrier_up_changes_total{device="lxc402785c5571c"} 1 node_network_carrier_up_changes_total{device="lxc55542146b93f"} 1 node_network_carrier_up_changes_total{device="lxc57141188d350"} 1 node_network_carrier_up_changes_total{device="lxc82f99c579f8c"} 1 node_network_carrier_up_changes_total{device="lxc95753d39dbb0"} 1 node_network_carrier_up_changes_total{device="lxc9eea16058934"} 1 node_network_carrier_up_changes_total{device="lxc_health"} 1 node_network_carrier_up_changes_total{device="lxca29f148b6cc8"} 1 node_network_carrier_up_changes_total{device="lxcaf16de352e73"} 1 node_network_carrier_up_changes_total{device="lxcb391559dc2e2"} 1 node_network_carrier_up_changes_total{device="lxcb958fd9ff994"} 1 node_network_carrier_up_changes_total{device="lxcbada806e4e52"} 1 node_network_carrier_up_changes_total{device="lxccd293aeaf9d7"} 1 node_network_carrier_up_changes_total{device="lxcd1652290b906"} 1 node_network_carrier_up_changes_total{device="lxcd22f7c78c74a"} 1 node_network_carrier_up_changes_total{device="lxcdd75c0bf8840"} 1 node_network_carrier_up_changes_total{device="lxcefe9a336b46b"} 1 node_network_carrier_up_changes_total{device="lxcfbeeffde2306"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="anchor"} 0 node_network_device_id{device="cilium_host"} 0 node_network_device_id{device="cilium_net"} 0 node_network_device_id{device="cpbridge"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="eth1"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="lxc0473d2296960"} 0 node_network_device_id{device="lxc13806542098e"} 0 node_network_device_id{device="lxc2710d7278458"} 0 node_network_device_id{device="lxc300916bb23a8"} 0 node_network_device_id{device="lxc402785c5571c"} 0 node_network_device_id{device="lxc55542146b93f"} 0 node_network_device_id{device="lxc57141188d350"} 0 node_network_device_id{device="lxc82f99c579f8c"} 0 node_network_device_id{device="lxc95753d39dbb0"} 0 node_network_device_id{device="lxc9eea16058934"} 0 node_network_device_id{device="lxc_health"} 0 node_network_device_id{device="lxca29f148b6cc8"} 0 node_network_device_id{device="lxcaf16de352e73"} 0 node_network_device_id{device="lxcb391559dc2e2"} 0 node_network_device_id{device="lxcb958fd9ff994"} 0 node_network_device_id{device="lxcbada806e4e52"} 0 node_network_device_id{device="lxccd293aeaf9d7"} 0 node_network_device_id{device="lxcd1652290b906"} 0 node_network_device_id{device="lxcd22f7c78c74a"} 0 node_network_device_id{device="lxcdd75c0bf8840"} 0 node_network_device_id{device="lxcefe9a336b46b"} 0 node_network_device_id{device="lxcfbeeffde2306"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="anchor"} 0 node_network_dormant{device="cilium_host"} 0 node_network_dormant{device="cilium_net"} 0 node_network_dormant{device="cpbridge"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="eth1"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="lxc0473d2296960"} 0 node_network_dormant{device="lxc13806542098e"} 0 node_network_dormant{device="lxc2710d7278458"} 0 node_network_dormant{device="lxc300916bb23a8"} 0 node_network_dormant{device="lxc402785c5571c"} 0 node_network_dormant{device="lxc55542146b93f"} 0 node_network_dormant{device="lxc57141188d350"} 0 node_network_dormant{device="lxc82f99c579f8c"} 0 node_network_dormant{device="lxc95753d39dbb0"} 0 node_network_dormant{device="lxc9eea16058934"} 0 node_network_dormant{device="lxc_health"} 0 node_network_dormant{device="lxca29f148b6cc8"} 0 node_network_dormant{device="lxcaf16de352e73"} 0 node_network_dormant{device="lxcb391559dc2e2"} 0 node_network_dormant{device="lxcb958fd9ff994"} 0 node_network_dormant{device="lxcbada806e4e52"} 0 node_network_dormant{device="lxccd293aeaf9d7"} 0 node_network_dormant{device="lxcd1652290b906"} 0 node_network_dormant{device="lxcd22f7c78c74a"} 0 node_network_dormant{device="lxcdd75c0bf8840"} 0 node_network_dormant{device="lxcefe9a336b46b"} 0 node_network_dormant{device="lxcfbeeffde2306"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="anchor"} 131 node_network_flags{device="cilium_host"} 4227 node_network_flags{device="cilium_net"} 4227 node_network_flags{device="cpbridge"} 131 node_network_flags{device="eth0"} 4099 node_network_flags{device="eth1"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="lxc0473d2296960"} 4099 node_network_flags{device="lxc13806542098e"} 4099 node_network_flags{device="lxc2710d7278458"} 4099 node_network_flags{device="lxc300916bb23a8"} 4099 node_network_flags{device="lxc402785c5571c"} 4099 node_network_flags{device="lxc55542146b93f"} 4099 node_network_flags{device="lxc57141188d350"} 4099 node_network_flags{device="lxc82f99c579f8c"} 4099 node_network_flags{device="lxc95753d39dbb0"} 4099 node_network_flags{device="lxc9eea16058934"} 4099 node_network_flags{device="lxc_health"} 4099 node_network_flags{device="lxca29f148b6cc8"} 4099 node_network_flags{device="lxcaf16de352e73"} 4099 node_network_flags{device="lxcb391559dc2e2"} 4099 node_network_flags{device="lxcb958fd9ff994"} 4099 node_network_flags{device="lxcbada806e4e52"} 4099 node_network_flags{device="lxccd293aeaf9d7"} 4099 node_network_flags{device="lxcd1652290b906"} 4099 node_network_flags{device="lxcd22f7c78c74a"} 4099 node_network_flags{device="lxcdd75c0bf8840"} 4099 node_network_flags{device="lxcefe9a336b46b"} 4099 node_network_flags{device="lxcfbeeffde2306"} 4099 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="anchor"} 5 node_network_iface_id{device="cilium_host"} 7 node_network_iface_id{device="cilium_net"} 6 node_network_iface_id{device="cpbridge"} 4 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="eth1"} 3 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="lxc0473d2296960"} 11 node_network_iface_id{device="lxc13806542098e"} 23 node_network_iface_id{device="lxc2710d7278458"} 29 node_network_iface_id{device="lxc300916bb23a8"} 61 node_network_iface_id{device="lxc402785c5571c"} 45 node_network_iface_id{device="lxc55542146b93f"} 49 node_network_iface_id{device="lxc57141188d350"} 59 node_network_iface_id{device="lxc82f99c579f8c"} 21 node_network_iface_id{device="lxc95753d39dbb0"} 57 node_network_iface_id{device="lxc9eea16058934"} 35 node_network_iface_id{device="lxc_health"} 53 node_network_iface_id{device="lxca29f148b6cc8"} 15 node_network_iface_id{device="lxcaf16de352e73"} 17 node_network_iface_id{device="lxcb391559dc2e2"} 91 node_network_iface_id{device="lxcb958fd9ff994"} 43 node_network_iface_id{device="lxcbada806e4e52"} 27 node_network_iface_id{device="lxccd293aeaf9d7"} 39 node_network_iface_id{device="lxcd1652290b906"} 55 node_network_iface_id{device="lxcd22f7c78c74a"} 37 node_network_iface_id{device="lxcdd75c0bf8840"} 89 node_network_iface_id{device="lxcefe9a336b46b"} 47 node_network_iface_id{device="lxcfbeeffde2306"} 41 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="anchor"} 5 node_network_iface_link{device="cilium_host"} 6 node_network_iface_link{device="cilium_net"} 7 node_network_iface_link{device="cpbridge"} 4 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="eth1"} 3 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="lxc0473d2296960"} 10 node_network_iface_link{device="lxc13806542098e"} 22 node_network_iface_link{device="lxc2710d7278458"} 28 node_network_iface_link{device="lxc300916bb23a8"} 60 node_network_iface_link{device="lxc402785c5571c"} 44 node_network_iface_link{device="lxc55542146b93f"} 48 node_network_iface_link{device="lxc57141188d350"} 58 node_network_iface_link{device="lxc82f99c579f8c"} 20 node_network_iface_link{device="lxc95753d39dbb0"} 56 node_network_iface_link{device="lxc9eea16058934"} 34 node_network_iface_link{device="lxc_health"} 52 node_network_iface_link{device="lxca29f148b6cc8"} 14 node_network_iface_link{device="lxcaf16de352e73"} 16 node_network_iface_link{device="lxcb391559dc2e2"} 90 node_network_iface_link{device="lxcb958fd9ff994"} 42 node_network_iface_link{device="lxcbada806e4e52"} 26 node_network_iface_link{device="lxccd293aeaf9d7"} 38 node_network_iface_link{device="lxcd1652290b906"} 54 node_network_iface_link{device="lxcd22f7c78c74a"} 36 node_network_iface_link{device="lxcdd75c0bf8840"} 88 node_network_iface_link{device="lxcefe9a336b46b"} 46 node_network_iface_link{device="lxcfbeeffde2306"} 40 # 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="anchor"} 0 node_network_iface_link_mode{device="cilium_host"} 0 node_network_iface_link_mode{device="cilium_net"} 0 node_network_iface_link_mode{device="cpbridge"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="eth1"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="lxc0473d2296960"} 0 node_network_iface_link_mode{device="lxc13806542098e"} 0 node_network_iface_link_mode{device="lxc2710d7278458"} 0 node_network_iface_link_mode{device="lxc300916bb23a8"} 0 node_network_iface_link_mode{device="lxc402785c5571c"} 0 node_network_iface_link_mode{device="lxc55542146b93f"} 0 node_network_iface_link_mode{device="lxc57141188d350"} 0 node_network_iface_link_mode{device="lxc82f99c579f8c"} 0 node_network_iface_link_mode{device="lxc95753d39dbb0"} 0 node_network_iface_link_mode{device="lxc9eea16058934"} 0 node_network_iface_link_mode{device="lxc_health"} 0 node_network_iface_link_mode{device="lxca29f148b6cc8"} 0 node_network_iface_link_mode{device="lxcaf16de352e73"} 0 node_network_iface_link_mode{device="lxcb391559dc2e2"} 0 node_network_iface_link_mode{device="lxcb958fd9ff994"} 0 node_network_iface_link_mode{device="lxcbada806e4e52"} 0 node_network_iface_link_mode{device="lxccd293aeaf9d7"} 0 node_network_iface_link_mode{device="lxcd1652290b906"} 0 node_network_iface_link_mode{device="lxcd22f7c78c74a"} 0 node_network_iface_link_mode{device="lxcdd75c0bf8840"} 0 node_network_iface_link_mode{device="lxcefe9a336b46b"} 0 node_network_iface_link_mode{device="lxcfbeeffde2306"} 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="06:71:4e:b2:3b:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcd22f7c78c74a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:a4:c3:53:71:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcaf16de352e73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:76:32:e1:2b:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcb958fd9ff994",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:bf:cd:82:8e:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc_health",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:40:e9:40:5e:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc95753d39dbb0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:73:26:1e:89:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcb391559dc2e2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:1e:16:a9:19:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcfbeeffde2306",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:f2:ad:b1:fa:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc82f99c579f8c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:56:f2:c6:94:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc402785c5571c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:5a:c3:ca:f1:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcbada806e4e52",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:95:bf:b4:a6:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc13806542098e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:20:2c:02:f7:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="anchor",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="82:6e:2e:63:f2:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cpbridge",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="82:f4:7b:74:58:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc9eea16058934",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:7a:63:b5:38:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcefe9a336b46b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:ce:d9:8e:3d:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cilium_host",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:a8:eb:c7:d2:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc2710d7278458",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:f5:06:62:5e:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc55542146b93f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:0d:2d:fb:35:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcdd75c0bf8840",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:d2:61:47:11:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc0473d2296960",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:e7:e4:cd:12:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="d2:d1:f4:30:4f:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc57141188d350",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:77:69:e2:61:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="e2:19:41:b2:fd:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxca29f148b6cc8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:82:45:2e:37:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxc300916bb23a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:af:5f:cc:26:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxccd293aeaf9d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:2a:f9:cd:cf:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cilium_net",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:37:8b:f9:a6:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="lxcd1652290b906",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="anchor"} 1500 node_network_mtu_bytes{device="cilium_host"} 1500 node_network_mtu_bytes{device="cilium_net"} 1500 node_network_mtu_bytes{device="cpbridge"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="eth1"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="lxc0473d2296960"} 1500 node_network_mtu_bytes{device="lxc13806542098e"} 1500 node_network_mtu_bytes{device="lxc2710d7278458"} 1500 node_network_mtu_bytes{device="lxc300916bb23a8"} 1500 node_network_mtu_bytes{device="lxc402785c5571c"} 1500 node_network_mtu_bytes{device="lxc55542146b93f"} 1500 node_network_mtu_bytes{device="lxc57141188d350"} 1500 node_network_mtu_bytes{device="lxc82f99c579f8c"} 1500 node_network_mtu_bytes{device="lxc95753d39dbb0"} 1500 node_network_mtu_bytes{device="lxc9eea16058934"} 1500 node_network_mtu_bytes{device="lxc_health"} 1500 node_network_mtu_bytes{device="lxca29f148b6cc8"} 1500 node_network_mtu_bytes{device="lxcaf16de352e73"} 1500 node_network_mtu_bytes{device="lxcb391559dc2e2"} 1500 node_network_mtu_bytes{device="lxcb958fd9ff994"} 1500 node_network_mtu_bytes{device="lxcbada806e4e52"} 1500 node_network_mtu_bytes{device="lxccd293aeaf9d7"} 1500 node_network_mtu_bytes{device="lxcd1652290b906"} 1500 node_network_mtu_bytes{device="lxcd22f7c78c74a"} 1500 node_network_mtu_bytes{device="lxcdd75c0bf8840"} 1500 node_network_mtu_bytes{device="lxcefe9a336b46b"} 1500 node_network_mtu_bytes{device="lxcfbeeffde2306"} 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="anchor"} 3 node_network_name_assign_type{device="cilium_host"} 3 node_network_name_assign_type{device="cilium_net"} 3 node_network_name_assign_type{device="cpbridge"} 3 node_network_name_assign_type{device="eth0"} 1 node_network_name_assign_type{device="eth1"} 1 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="lxc0473d2296960"} 3 node_network_name_assign_type{device="lxc13806542098e"} 3 node_network_name_assign_type{device="lxc2710d7278458"} 3 node_network_name_assign_type{device="lxc300916bb23a8"} 3 node_network_name_assign_type{device="lxc402785c5571c"} 3 node_network_name_assign_type{device="lxc55542146b93f"} 3 node_network_name_assign_type{device="lxc57141188d350"} 3 node_network_name_assign_type{device="lxc82f99c579f8c"} 3 node_network_name_assign_type{device="lxc95753d39dbb0"} 3 node_network_name_assign_type{device="lxc9eea16058934"} 3 node_network_name_assign_type{device="lxc_health"} 3 node_network_name_assign_type{device="lxca29f148b6cc8"} 3 node_network_name_assign_type{device="lxcaf16de352e73"} 3 node_network_name_assign_type{device="lxcb391559dc2e2"} 3 node_network_name_assign_type{device="lxcb958fd9ff994"} 3 node_network_name_assign_type{device="lxcbada806e4e52"} 3 node_network_name_assign_type{device="lxccd293aeaf9d7"} 3 node_network_name_assign_type{device="lxcd1652290b906"} 3 node_network_name_assign_type{device="lxcd22f7c78c74a"} 3 node_network_name_assign_type{device="lxcdd75c0bf8840"} 3 node_network_name_assign_type{device="lxcefe9a336b46b"} 3 node_network_name_assign_type{device="lxcfbeeffde2306"} 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="anchor"} 0 node_network_net_dev_group{device="cilium_host"} 0 node_network_net_dev_group{device="cilium_net"} 0 node_network_net_dev_group{device="cpbridge"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="eth1"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="lxc0473d2296960"} 0 node_network_net_dev_group{device="lxc13806542098e"} 0 node_network_net_dev_group{device="lxc2710d7278458"} 0 node_network_net_dev_group{device="lxc300916bb23a8"} 0 node_network_net_dev_group{device="lxc402785c5571c"} 0 node_network_net_dev_group{device="lxc55542146b93f"} 0 node_network_net_dev_group{device="lxc57141188d350"} 0 node_network_net_dev_group{device="lxc82f99c579f8c"} 0 node_network_net_dev_group{device="lxc95753d39dbb0"} 0 node_network_net_dev_group{device="lxc9eea16058934"} 0 node_network_net_dev_group{device="lxc_health"} 0 node_network_net_dev_group{device="lxca29f148b6cc8"} 0 node_network_net_dev_group{device="lxcaf16de352e73"} 0 node_network_net_dev_group{device="lxcb391559dc2e2"} 0 node_network_net_dev_group{device="lxcb958fd9ff994"} 0 node_network_net_dev_group{device="lxcbada806e4e52"} 0 node_network_net_dev_group{device="lxccd293aeaf9d7"} 0 node_network_net_dev_group{device="lxcd1652290b906"} 0 node_network_net_dev_group{device="lxcd22f7c78c74a"} 0 node_network_net_dev_group{device="lxcdd75c0bf8840"} 0 node_network_net_dev_group{device="lxcefe9a336b46b"} 0 node_network_net_dev_group{device="lxcfbeeffde2306"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="anchor"} 1 node_network_protocol_type{device="cilium_host"} 1 node_network_protocol_type{device="cilium_net"} 1 node_network_protocol_type{device="cpbridge"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="eth1"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="lxc0473d2296960"} 1 node_network_protocol_type{device="lxc13806542098e"} 1 node_network_protocol_type{device="lxc2710d7278458"} 1 node_network_protocol_type{device="lxc300916bb23a8"} 1 node_network_protocol_type{device="lxc402785c5571c"} 1 node_network_protocol_type{device="lxc55542146b93f"} 1 node_network_protocol_type{device="lxc57141188d350"} 1 node_network_protocol_type{device="lxc82f99c579f8c"} 1 node_network_protocol_type{device="lxc95753d39dbb0"} 1 node_network_protocol_type{device="lxc9eea16058934"} 1 node_network_protocol_type{device="lxc_health"} 1 node_network_protocol_type{device="lxca29f148b6cc8"} 1 node_network_protocol_type{device="lxcaf16de352e73"} 1 node_network_protocol_type{device="lxcb391559dc2e2"} 1 node_network_protocol_type{device="lxcb958fd9ff994"} 1 node_network_protocol_type{device="lxcbada806e4e52"} 1 node_network_protocol_type{device="lxccd293aeaf9d7"} 1 node_network_protocol_type{device="lxcd1652290b906"} 1 node_network_protocol_type{device="lxcd22f7c78c74a"} 1 node_network_protocol_type{device="lxcdd75c0bf8840"} 1 node_network_protocol_type{device="lxcefe9a336b46b"} 1 node_network_protocol_type{device="lxcfbeeffde2306"} 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="anchor"} 0 node_network_receive_bytes_total{device="cilium_host"} 33833 node_network_receive_bytes_total{device="cilium_net"} 89832 node_network_receive_bytes_total{device="cpbridge"} 0 node_network_receive_bytes_total{device="eth0"} 3.22999334184e+11 node_network_receive_bytes_total{device="eth1"} 5.718094261e+09 node_network_receive_bytes_total{device="lo"} 3.1242863371e+10 node_network_receive_bytes_total{device="lxc0473d2296960"} 8.0699858765e+10 node_network_receive_bytes_total{device="lxc13806542098e"} 8.2873077e+07 node_network_receive_bytes_total{device="lxc2710d7278458"} 2.6593148e+07 node_network_receive_bytes_total{device="lxc300916bb23a8"} 1.98401919e+08 node_network_receive_bytes_total{device="lxc402785c5571c"} 2.18307423e+08 node_network_receive_bytes_total{device="lxc55542146b93f"} 4.27471802e+08 node_network_receive_bytes_total{device="lxc57141188d350"} 1.74080701e+08 node_network_receive_bytes_total{device="lxc82f99c579f8c"} 2.48164954e+08 node_network_receive_bytes_total{device="lxc95753d39dbb0"} 3.10816161e+08 node_network_receive_bytes_total{device="lxc9eea16058934"} 1.029130184e+09 node_network_receive_bytes_total{device="lxc_health"} 1.7641808e+07 node_network_receive_bytes_total{device="lxca29f148b6cc8"} 1.83085433e+08 node_network_receive_bytes_total{device="lxcaf16de352e73"} 1.066676e+09 node_network_receive_bytes_total{device="lxcb391559dc2e2"} 1.709421199e+09 node_network_receive_bytes_total{device="lxcb958fd9ff994"} 1.6217993e+07 node_network_receive_bytes_total{device="lxcbada806e4e52"} 4.4277038e+07 node_network_receive_bytes_total{device="lxccd293aeaf9d7"} 1.64923382e+08 node_network_receive_bytes_total{device="lxcd1652290b906"} 1.35377044e+08 node_network_receive_bytes_total{device="lxcd22f7c78c74a"} 3.64638046e+08 node_network_receive_bytes_total{device="lxcdd75c0bf8840"} 1.69612222e+09 node_network_receive_bytes_total{device="lxcefe9a336b46b"} 4.2677841e+08 node_network_receive_bytes_total{device="lxcfbeeffde2306"} 5.3493049663e+10 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="anchor"} 0 node_network_receive_compressed_total{device="cilium_host"} 0 node_network_receive_compressed_total{device="cilium_net"} 0 node_network_receive_compressed_total{device="cpbridge"} 0 node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="eth1"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="lxc0473d2296960"} 0 node_network_receive_compressed_total{device="lxc13806542098e"} 0 node_network_receive_compressed_total{device="lxc2710d7278458"} 0 node_network_receive_compressed_total{device="lxc300916bb23a8"} 0 node_network_receive_compressed_total{device="lxc402785c5571c"} 0 node_network_receive_compressed_total{device="lxc55542146b93f"} 0 node_network_receive_compressed_total{device="lxc57141188d350"} 0 node_network_receive_compressed_total{device="lxc82f99c579f8c"} 0 node_network_receive_compressed_total{device="lxc95753d39dbb0"} 0 node_network_receive_compressed_total{device="lxc9eea16058934"} 0 node_network_receive_compressed_total{device="lxc_health"} 0 node_network_receive_compressed_total{device="lxca29f148b6cc8"} 0 node_network_receive_compressed_total{device="lxcaf16de352e73"} 0 node_network_receive_compressed_total{device="lxcb391559dc2e2"} 0 node_network_receive_compressed_total{device="lxcb958fd9ff994"} 0 node_network_receive_compressed_total{device="lxcbada806e4e52"} 0 node_network_receive_compressed_total{device="lxccd293aeaf9d7"} 0 node_network_receive_compressed_total{device="lxcd1652290b906"} 0 node_network_receive_compressed_total{device="lxcd22f7c78c74a"} 0 node_network_receive_compressed_total{device="lxcdd75c0bf8840"} 0 node_network_receive_compressed_total{device="lxcefe9a336b46b"} 0 node_network_receive_compressed_total{device="lxcfbeeffde2306"} 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="anchor"} 0 node_network_receive_drop_total{device="cilium_host"} 0 node_network_receive_drop_total{device="cilium_net"} 0 node_network_receive_drop_total{device="cpbridge"} 0 node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="eth1"} 0 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="lxc0473d2296960"} 0 node_network_receive_drop_total{device="lxc13806542098e"} 0 node_network_receive_drop_total{device="lxc2710d7278458"} 0 node_network_receive_drop_total{device="lxc300916bb23a8"} 0 node_network_receive_drop_total{device="lxc402785c5571c"} 0 node_network_receive_drop_total{device="lxc55542146b93f"} 0 node_network_receive_drop_total{device="lxc57141188d350"} 0 node_network_receive_drop_total{device="lxc82f99c579f8c"} 0 node_network_receive_drop_total{device="lxc95753d39dbb0"} 0 node_network_receive_drop_total{device="lxc9eea16058934"} 0 node_network_receive_drop_total{device="lxc_health"} 0 node_network_receive_drop_total{device="lxca29f148b6cc8"} 0 node_network_receive_drop_total{device="lxcaf16de352e73"} 0 node_network_receive_drop_total{device="lxcb391559dc2e2"} 0 node_network_receive_drop_total{device="lxcb958fd9ff994"} 0 node_network_receive_drop_total{device="lxcbada806e4e52"} 0 node_network_receive_drop_total{device="lxccd293aeaf9d7"} 0 node_network_receive_drop_total{device="lxcd1652290b906"} 0 node_network_receive_drop_total{device="lxcd22f7c78c74a"} 0 node_network_receive_drop_total{device="lxcdd75c0bf8840"} 0 node_network_receive_drop_total{device="lxcefe9a336b46b"} 0 node_network_receive_drop_total{device="lxcfbeeffde2306"} 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="anchor"} 0 node_network_receive_errs_total{device="cilium_host"} 0 node_network_receive_errs_total{device="cilium_net"} 0 node_network_receive_errs_total{device="cpbridge"} 0 node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="eth1"} 0 node_network_receive_errs_total{device="lo"} 0 node_network_receive_errs_total{device="lxc0473d2296960"} 0 node_network_receive_errs_total{device="lxc13806542098e"} 0 node_network_receive_errs_total{device="lxc2710d7278458"} 0 node_network_receive_errs_total{device="lxc300916bb23a8"} 0 node_network_receive_errs_total{device="lxc402785c5571c"} 0 node_network_receive_errs_total{device="lxc55542146b93f"} 0 node_network_receive_errs_total{device="lxc57141188d350"} 0 node_network_receive_errs_total{device="lxc82f99c579f8c"} 0 node_network_receive_errs_total{device="lxc95753d39dbb0"} 0 node_network_receive_errs_total{device="lxc9eea16058934"} 0 node_network_receive_errs_total{device="lxc_health"} 0 node_network_receive_errs_total{device="lxca29f148b6cc8"} 0 node_network_receive_errs_total{device="lxcaf16de352e73"} 0 node_network_receive_errs_total{device="lxcb391559dc2e2"} 0 node_network_receive_errs_total{device="lxcb958fd9ff994"} 0 node_network_receive_errs_total{device="lxcbada806e4e52"} 0 node_network_receive_errs_total{device="lxccd293aeaf9d7"} 0 node_network_receive_errs_total{device="lxcd1652290b906"} 0 node_network_receive_errs_total{device="lxcd22f7c78c74a"} 0 node_network_receive_errs_total{device="lxcdd75c0bf8840"} 0 node_network_receive_errs_total{device="lxcefe9a336b46b"} 0 node_network_receive_errs_total{device="lxcfbeeffde2306"} 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="anchor"} 0 node_network_receive_fifo_total{device="cilium_host"} 0 node_network_receive_fifo_total{device="cilium_net"} 0 node_network_receive_fifo_total{device="cpbridge"} 0 node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="eth1"} 0 node_network_receive_fifo_total{device="lo"} 0 node_network_receive_fifo_total{device="lxc0473d2296960"} 0 node_network_receive_fifo_total{device="lxc13806542098e"} 0 node_network_receive_fifo_total{device="lxc2710d7278458"} 0 node_network_receive_fifo_total{device="lxc300916bb23a8"} 0 node_network_receive_fifo_total{device="lxc402785c5571c"} 0 node_network_receive_fifo_total{device="lxc55542146b93f"} 0 node_network_receive_fifo_total{device="lxc57141188d350"} 0 node_network_receive_fifo_total{device="lxc82f99c579f8c"} 0 node_network_receive_fifo_total{device="lxc95753d39dbb0"} 0 node_network_receive_fifo_total{device="lxc9eea16058934"} 0 node_network_receive_fifo_total{device="lxc_health"} 0 node_network_receive_fifo_total{device="lxca29f148b6cc8"} 0 node_network_receive_fifo_total{device="lxcaf16de352e73"} 0 node_network_receive_fifo_total{device="lxcb391559dc2e2"} 0 node_network_receive_fifo_total{device="lxcb958fd9ff994"} 0 node_network_receive_fifo_total{device="lxcbada806e4e52"} 0 node_network_receive_fifo_total{device="lxccd293aeaf9d7"} 0 node_network_receive_fifo_total{device="lxcd1652290b906"} 0 node_network_receive_fifo_total{device="lxcd22f7c78c74a"} 0 node_network_receive_fifo_total{device="lxcdd75c0bf8840"} 0 node_network_receive_fifo_total{device="lxcefe9a336b46b"} 0 node_network_receive_fifo_total{device="lxcfbeeffde2306"} 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="anchor"} 0 node_network_receive_frame_total{device="cilium_host"} 0 node_network_receive_frame_total{device="cilium_net"} 0 node_network_receive_frame_total{device="cpbridge"} 0 node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="eth1"} 0 node_network_receive_frame_total{device="lo"} 0 node_network_receive_frame_total{device="lxc0473d2296960"} 0 node_network_receive_frame_total{device="lxc13806542098e"} 0 node_network_receive_frame_total{device="lxc2710d7278458"} 0 node_network_receive_frame_total{device="lxc300916bb23a8"} 0 node_network_receive_frame_total{device="lxc402785c5571c"} 0 node_network_receive_frame_total{device="lxc55542146b93f"} 0 node_network_receive_frame_total{device="lxc57141188d350"} 0 node_network_receive_frame_total{device="lxc82f99c579f8c"} 0 node_network_receive_frame_total{device="lxc95753d39dbb0"} 0 node_network_receive_frame_total{device="lxc9eea16058934"} 0 node_network_receive_frame_total{device="lxc_health"} 0 node_network_receive_frame_total{device="lxca29f148b6cc8"} 0 node_network_receive_frame_total{device="lxcaf16de352e73"} 0 node_network_receive_frame_total{device="lxcb391559dc2e2"} 0 node_network_receive_frame_total{device="lxcb958fd9ff994"} 0 node_network_receive_frame_total{device="lxcbada806e4e52"} 0 node_network_receive_frame_total{device="lxccd293aeaf9d7"} 0 node_network_receive_frame_total{device="lxcd1652290b906"} 0 node_network_receive_frame_total{device="lxcd22f7c78c74a"} 0 node_network_receive_frame_total{device="lxcdd75c0bf8840"} 0 node_network_receive_frame_total{device="lxcefe9a336b46b"} 0 node_network_receive_frame_total{device="lxcfbeeffde2306"} 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="anchor"} 0 node_network_receive_multicast_total{device="cilium_host"} 0 node_network_receive_multicast_total{device="cilium_net"} 0 node_network_receive_multicast_total{device="cpbridge"} 0 node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="eth1"} 0 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="lxc0473d2296960"} 0 node_network_receive_multicast_total{device="lxc13806542098e"} 0 node_network_receive_multicast_total{device="lxc2710d7278458"} 0 node_network_receive_multicast_total{device="lxc300916bb23a8"} 0 node_network_receive_multicast_total{device="lxc402785c5571c"} 0 node_network_receive_multicast_total{device="lxc55542146b93f"} 0 node_network_receive_multicast_total{device="lxc57141188d350"} 0 node_network_receive_multicast_total{device="lxc82f99c579f8c"} 0 node_network_receive_multicast_total{device="lxc95753d39dbb0"} 0 node_network_receive_multicast_total{device="lxc9eea16058934"} 0 node_network_receive_multicast_total{device="lxc_health"} 0 node_network_receive_multicast_total{device="lxca29f148b6cc8"} 0 node_network_receive_multicast_total{device="lxcaf16de352e73"} 0 node_network_receive_multicast_total{device="lxcb391559dc2e2"} 0 node_network_receive_multicast_total{device="lxcb958fd9ff994"} 0 node_network_receive_multicast_total{device="lxcbada806e4e52"} 0 node_network_receive_multicast_total{device="lxccd293aeaf9d7"} 0 node_network_receive_multicast_total{device="lxcd1652290b906"} 0 node_network_receive_multicast_total{device="lxcd22f7c78c74a"} 0 node_network_receive_multicast_total{device="lxcdd75c0bf8840"} 0 node_network_receive_multicast_total{device="lxcefe9a336b46b"} 0 node_network_receive_multicast_total{device="lxcfbeeffde2306"} 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="anchor"} 0 node_network_receive_nohandler_total{device="cilium_host"} 0 node_network_receive_nohandler_total{device="cilium_net"} 0 node_network_receive_nohandler_total{device="cpbridge"} 0 node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="eth1"} 0 node_network_receive_nohandler_total{device="lo"} 0 node_network_receive_nohandler_total{device="lxc0473d2296960"} 0 node_network_receive_nohandler_total{device="lxc13806542098e"} 0 node_network_receive_nohandler_total{device="lxc2710d7278458"} 0 node_network_receive_nohandler_total{device="lxc300916bb23a8"} 0 node_network_receive_nohandler_total{device="lxc402785c5571c"} 0 node_network_receive_nohandler_total{device="lxc55542146b93f"} 0 node_network_receive_nohandler_total{device="lxc57141188d350"} 0 node_network_receive_nohandler_total{device="lxc82f99c579f8c"} 0 node_network_receive_nohandler_total{device="lxc95753d39dbb0"} 0 node_network_receive_nohandler_total{device="lxc9eea16058934"} 0 node_network_receive_nohandler_total{device="lxc_health"} 0 node_network_receive_nohandler_total{device="lxca29f148b6cc8"} 0 node_network_receive_nohandler_total{device="lxcaf16de352e73"} 0 node_network_receive_nohandler_total{device="lxcb391559dc2e2"} 0 node_network_receive_nohandler_total{device="lxcb958fd9ff994"} 0 node_network_receive_nohandler_total{device="lxcbada806e4e52"} 0 node_network_receive_nohandler_total{device="lxccd293aeaf9d7"} 0 node_network_receive_nohandler_total{device="lxcd1652290b906"} 0 node_network_receive_nohandler_total{device="lxcd22f7c78c74a"} 0 node_network_receive_nohandler_total{device="lxcdd75c0bf8840"} 0 node_network_receive_nohandler_total{device="lxcefe9a336b46b"} 0 node_network_receive_nohandler_total{device="lxcfbeeffde2306"} 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="anchor"} 0 node_network_receive_packets_total{device="cilium_host"} 480 node_network_receive_packets_total{device="cilium_net"} 1313 node_network_receive_packets_total{device="cpbridge"} 0 node_network_receive_packets_total{device="eth0"} 9.7367764e+07 node_network_receive_packets_total{device="eth1"} 4.4853547e+07 node_network_receive_packets_total{device="lo"} 2.6478145e+07 node_network_receive_packets_total{device="lxc0473d2296960"} 8.0871306e+07 node_network_receive_packets_total{device="lxc13806542098e"} 920598 node_network_receive_packets_total{device="lxc2710d7278458"} 317842 node_network_receive_packets_total{device="lxc300916bb23a8"} 1.133455e+06 node_network_receive_packets_total{device="lxc402785c5571c"} 2.460096e+06 node_network_receive_packets_total{device="lxc55542146b93f"} 2.504617e+06 node_network_receive_packets_total{device="lxc57141188d350"} 1.013449e+06 node_network_receive_packets_total{device="lxc82f99c579f8c"} 1.66061e+06 node_network_receive_packets_total{device="lxc95753d39dbb0"} 1.799699e+06 node_network_receive_packets_total{device="lxc9eea16058934"} 8.342424e+06 node_network_receive_packets_total{device="lxc_health"} 214907 node_network_receive_packets_total{device="lxca29f148b6cc8"} 1.052751e+06 node_network_receive_packets_total{device="lxcaf16de352e73"} 1.715525e+06 node_network_receive_packets_total{device="lxcb391559dc2e2"} 4.935408e+06 node_network_receive_packets_total{device="lxcb958fd9ff994"} 197824 node_network_receive_packets_total{device="lxcbada806e4e52"} 576227 node_network_receive_packets_total{device="lxccd293aeaf9d7"} 838896 node_network_receive_packets_total{device="lxcd1652290b906"} 1.674955e+06 node_network_receive_packets_total{device="lxcd22f7c78c74a"} 3.052804e+06 node_network_receive_packets_total{device="lxcdd75c0bf8840"} 4.99924e+06 node_network_receive_packets_total{device="lxcefe9a336b46b"} 2.500483e+06 node_network_receive_packets_total{device="lxcfbeeffde2306"} 2.2717454e+07 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="cilium_host"} 1.25e+09 node_network_speed_bytes{device="cilium_net"} 1.25e+09 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="eth1"} -125000 node_network_speed_bytes{device="lxc0473d2296960"} 1.25e+09 node_network_speed_bytes{device="lxc13806542098e"} 1.25e+09 node_network_speed_bytes{device="lxc2710d7278458"} 1.25e+09 node_network_speed_bytes{device="lxc300916bb23a8"} 1.25e+09 node_network_speed_bytes{device="lxc402785c5571c"} 1.25e+09 node_network_speed_bytes{device="lxc55542146b93f"} 1.25e+09 node_network_speed_bytes{device="lxc57141188d350"} 1.25e+09 node_network_speed_bytes{device="lxc82f99c579f8c"} 1.25e+09 node_network_speed_bytes{device="lxc95753d39dbb0"} 1.25e+09 node_network_speed_bytes{device="lxc9eea16058934"} 1.25e+09 node_network_speed_bytes{device="lxc_health"} 1.25e+09 node_network_speed_bytes{device="lxca29f148b6cc8"} 1.25e+09 node_network_speed_bytes{device="lxcaf16de352e73"} 1.25e+09 node_network_speed_bytes{device="lxcb391559dc2e2"} 1.25e+09 node_network_speed_bytes{device="lxcb958fd9ff994"} 1.25e+09 node_network_speed_bytes{device="lxcbada806e4e52"} 1.25e+09 node_network_speed_bytes{device="lxccd293aeaf9d7"} 1.25e+09 node_network_speed_bytes{device="lxcd1652290b906"} 1.25e+09 node_network_speed_bytes{device="lxcd22f7c78c74a"} 1.25e+09 node_network_speed_bytes{device="lxcdd75c0bf8840"} 1.25e+09 node_network_speed_bytes{device="lxcefe9a336b46b"} 1.25e+09 node_network_speed_bytes{device="lxcfbeeffde2306"} 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="anchor"} 32830 node_network_transmit_bytes_total{device="cilium_host"} 89832 node_network_transmit_bytes_total{device="cilium_net"} 33833 node_network_transmit_bytes_total{device="cpbridge"} 33040 node_network_transmit_bytes_total{device="eth0"} 2.057743091e+10 node_network_transmit_bytes_total{device="eth1"} 6.9235488986e+10 node_network_transmit_bytes_total{device="lo"} 3.1242863371e+10 node_network_transmit_bytes_total{device="lxc0473d2296960"} 7.0772522652e+10 node_network_transmit_bytes_total{device="lxc13806542098e"} 2.61270781e+08 node_network_transmit_bytes_total{device="lxc2710d7278458"} 1.21148151e+08 node_network_transmit_bytes_total{device="lxc300916bb23a8"} 1.37181129e+08 node_network_transmit_bytes_total{device="lxc402785c5571c"} 2.61421149e+08 node_network_transmit_bytes_total{device="lxc55542146b93f"} 2.78481962e+08 node_network_transmit_bytes_total{device="lxc57141188d350"} 1.12058331e+08 node_network_transmit_bytes_total{device="lxc82f99c579f8c"} 3.19866079e+08 node_network_transmit_bytes_total{device="lxc95753d39dbb0"} 1.69051084e+08 node_network_transmit_bytes_total{device="lxc9eea16058934"} 1.8098519833e+10 node_network_transmit_bytes_total{device="lxc_health"} 2.2739213e+07 node_network_transmit_bytes_total{device="lxca29f148b6cc8"} 3.16632187e+08 node_network_transmit_bytes_total{device="lxcaf16de352e73"} 2.1769031e+08 node_network_transmit_bytes_total{device="lxcb391559dc2e2"} 1.7884237909e+10 node_network_transmit_bytes_total{device="lxcb958fd9ff994"} 2.2313973e+07 node_network_transmit_bytes_total{device="lxcbada806e4e52"} 1.54311717e+08 node_network_transmit_bytes_total{device="lxccd293aeaf9d7"} 2.93083276e+08 node_network_transmit_bytes_total{device="lxcd1652290b906"} 1.87405789e+08 node_network_transmit_bytes_total{device="lxcd22f7c78c74a"} 4.25721689e+08 node_network_transmit_bytes_total{device="lxcdd75c0bf8840"} 1.821922169e+10 node_network_transmit_bytes_total{device="lxcefe9a336b46b"} 2.78239497e+08 node_network_transmit_bytes_total{device="lxcfbeeffde2306"} 1.299917287e+10 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="anchor"} 0 node_network_transmit_carrier_total{device="cilium_host"} 0 node_network_transmit_carrier_total{device="cilium_net"} 0 node_network_transmit_carrier_total{device="cpbridge"} 0 node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="eth1"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="lxc0473d2296960"} 0 node_network_transmit_carrier_total{device="lxc13806542098e"} 0 node_network_transmit_carrier_total{device="lxc2710d7278458"} 0 node_network_transmit_carrier_total{device="lxc300916bb23a8"} 0 node_network_transmit_carrier_total{device="lxc402785c5571c"} 0 node_network_transmit_carrier_total{device="lxc55542146b93f"} 0 node_network_transmit_carrier_total{device="lxc57141188d350"} 0 node_network_transmit_carrier_total{device="lxc82f99c579f8c"} 0 node_network_transmit_carrier_total{device="lxc95753d39dbb0"} 0 node_network_transmit_carrier_total{device="lxc9eea16058934"} 0 node_network_transmit_carrier_total{device="lxc_health"} 0 node_network_transmit_carrier_total{device="lxca29f148b6cc8"} 0 node_network_transmit_carrier_total{device="lxcaf16de352e73"} 0 node_network_transmit_carrier_total{device="lxcb391559dc2e2"} 0 node_network_transmit_carrier_total{device="lxcb958fd9ff994"} 0 node_network_transmit_carrier_total{device="lxcbada806e4e52"} 0 node_network_transmit_carrier_total{device="lxccd293aeaf9d7"} 0 node_network_transmit_carrier_total{device="lxcd1652290b906"} 0 node_network_transmit_carrier_total{device="lxcd22f7c78c74a"} 0 node_network_transmit_carrier_total{device="lxcdd75c0bf8840"} 0 node_network_transmit_carrier_total{device="lxcefe9a336b46b"} 0 node_network_transmit_carrier_total{device="lxcfbeeffde2306"} 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="anchor"} 0 node_network_transmit_colls_total{device="cilium_host"} 0 node_network_transmit_colls_total{device="cilium_net"} 0 node_network_transmit_colls_total{device="cpbridge"} 0 node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="eth1"} 0 node_network_transmit_colls_total{device="lo"} 0 node_network_transmit_colls_total{device="lxc0473d2296960"} 0 node_network_transmit_colls_total{device="lxc13806542098e"} 0 node_network_transmit_colls_total{device="lxc2710d7278458"} 0 node_network_transmit_colls_total{device="lxc300916bb23a8"} 0 node_network_transmit_colls_total{device="lxc402785c5571c"} 0 node_network_transmit_colls_total{device="lxc55542146b93f"} 0 node_network_transmit_colls_total{device="lxc57141188d350"} 0 node_network_transmit_colls_total{device="lxc82f99c579f8c"} 0 node_network_transmit_colls_total{device="lxc95753d39dbb0"} 0 node_network_transmit_colls_total{device="lxc9eea16058934"} 0 node_network_transmit_colls_total{device="lxc_health"} 0 node_network_transmit_colls_total{device="lxca29f148b6cc8"} 0 node_network_transmit_colls_total{device="lxcaf16de352e73"} 0 node_network_transmit_colls_total{device="lxcb391559dc2e2"} 0 node_network_transmit_colls_total{device="lxcb958fd9ff994"} 0 node_network_transmit_colls_total{device="lxcbada806e4e52"} 0 node_network_transmit_colls_total{device="lxccd293aeaf9d7"} 0 node_network_transmit_colls_total{device="lxcd1652290b906"} 0 node_network_transmit_colls_total{device="lxcd22f7c78c74a"} 0 node_network_transmit_colls_total{device="lxcdd75c0bf8840"} 0 node_network_transmit_colls_total{device="lxcefe9a336b46b"} 0 node_network_transmit_colls_total{device="lxcfbeeffde2306"} 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="anchor"} 0 node_network_transmit_compressed_total{device="cilium_host"} 0 node_network_transmit_compressed_total{device="cilium_net"} 0 node_network_transmit_compressed_total{device="cpbridge"} 0 node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="eth1"} 0 node_network_transmit_compressed_total{device="lo"} 0 node_network_transmit_compressed_total{device="lxc0473d2296960"} 0 node_network_transmit_compressed_total{device="lxc13806542098e"} 0 node_network_transmit_compressed_total{device="lxc2710d7278458"} 0 node_network_transmit_compressed_total{device="lxc300916bb23a8"} 0 node_network_transmit_compressed_total{device="lxc402785c5571c"} 0 node_network_transmit_compressed_total{device="lxc55542146b93f"} 0 node_network_transmit_compressed_total{device="lxc57141188d350"} 0 node_network_transmit_compressed_total{device="lxc82f99c579f8c"} 0 node_network_transmit_compressed_total{device="lxc95753d39dbb0"} 0 node_network_transmit_compressed_total{device="lxc9eea16058934"} 0 node_network_transmit_compressed_total{device="lxc_health"} 0 node_network_transmit_compressed_total{device="lxca29f148b6cc8"} 0 node_network_transmit_compressed_total{device="lxcaf16de352e73"} 0 node_network_transmit_compressed_total{device="lxcb391559dc2e2"} 0 node_network_transmit_compressed_total{device="lxcb958fd9ff994"} 0 node_network_transmit_compressed_total{device="lxcbada806e4e52"} 0 node_network_transmit_compressed_total{device="lxccd293aeaf9d7"} 0 node_network_transmit_compressed_total{device="lxcd1652290b906"} 0 node_network_transmit_compressed_total{device="lxcd22f7c78c74a"} 0 node_network_transmit_compressed_total{device="lxcdd75c0bf8840"} 0 node_network_transmit_compressed_total{device="lxcefe9a336b46b"} 0 node_network_transmit_compressed_total{device="lxcfbeeffde2306"} 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="anchor"} 0 node_network_transmit_drop_total{device="cilium_host"} 0 node_network_transmit_drop_total{device="cilium_net"} 0 node_network_transmit_drop_total{device="cpbridge"} 0 node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="eth1"} 0 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="lxc0473d2296960"} 0 node_network_transmit_drop_total{device="lxc13806542098e"} 0 node_network_transmit_drop_total{device="lxc2710d7278458"} 0 node_network_transmit_drop_total{device="lxc300916bb23a8"} 0 node_network_transmit_drop_total{device="lxc402785c5571c"} 0 node_network_transmit_drop_total{device="lxc55542146b93f"} 0 node_network_transmit_drop_total{device="lxc57141188d350"} 0 node_network_transmit_drop_total{device="lxc82f99c579f8c"} 0 node_network_transmit_drop_total{device="lxc95753d39dbb0"} 0 node_network_transmit_drop_total{device="lxc9eea16058934"} 0 node_network_transmit_drop_total{device="lxc_health"} 0 node_network_transmit_drop_total{device="lxca29f148b6cc8"} 0 node_network_transmit_drop_total{device="lxcaf16de352e73"} 0 node_network_transmit_drop_total{device="lxcb391559dc2e2"} 0 node_network_transmit_drop_total{device="lxcb958fd9ff994"} 0 node_network_transmit_drop_total{device="lxcbada806e4e52"} 0 node_network_transmit_drop_total{device="lxccd293aeaf9d7"} 0 node_network_transmit_drop_total{device="lxcd1652290b906"} 0 node_network_transmit_drop_total{device="lxcd22f7c78c74a"} 0 node_network_transmit_drop_total{device="lxcdd75c0bf8840"} 0 node_network_transmit_drop_total{device="lxcefe9a336b46b"} 0 node_network_transmit_drop_total{device="lxcfbeeffde2306"} 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="anchor"} 0 node_network_transmit_errs_total{device="cilium_host"} 0 node_network_transmit_errs_total{device="cilium_net"} 0 node_network_transmit_errs_total{device="cpbridge"} 0 node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="eth1"} 0 node_network_transmit_errs_total{device="lo"} 0 node_network_transmit_errs_total{device="lxc0473d2296960"} 0 node_network_transmit_errs_total{device="lxc13806542098e"} 0 node_network_transmit_errs_total{device="lxc2710d7278458"} 0 node_network_transmit_errs_total{device="lxc300916bb23a8"} 0 node_network_transmit_errs_total{device="lxc402785c5571c"} 0 node_network_transmit_errs_total{device="lxc55542146b93f"} 0 node_network_transmit_errs_total{device="lxc57141188d350"} 0 node_network_transmit_errs_total{device="lxc82f99c579f8c"} 0 node_network_transmit_errs_total{device="lxc95753d39dbb0"} 0 node_network_transmit_errs_total{device="lxc9eea16058934"} 0 node_network_transmit_errs_total{device="lxc_health"} 0 node_network_transmit_errs_total{device="lxca29f148b6cc8"} 0 node_network_transmit_errs_total{device="lxcaf16de352e73"} 0 node_network_transmit_errs_total{device="lxcb391559dc2e2"} 0 node_network_transmit_errs_total{device="lxcb958fd9ff994"} 0 node_network_transmit_errs_total{device="lxcbada806e4e52"} 0 node_network_transmit_errs_total{device="lxccd293aeaf9d7"} 0 node_network_transmit_errs_total{device="lxcd1652290b906"} 0 node_network_transmit_errs_total{device="lxcd22f7c78c74a"} 0 node_network_transmit_errs_total{device="lxcdd75c0bf8840"} 0 node_network_transmit_errs_total{device="lxcefe9a336b46b"} 0 node_network_transmit_errs_total{device="lxcfbeeffde2306"} 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="anchor"} 0 node_network_transmit_fifo_total{device="cilium_host"} 0 node_network_transmit_fifo_total{device="cilium_net"} 0 node_network_transmit_fifo_total{device="cpbridge"} 0 node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="eth1"} 0 node_network_transmit_fifo_total{device="lo"} 0 node_network_transmit_fifo_total{device="lxc0473d2296960"} 0 node_network_transmit_fifo_total{device="lxc13806542098e"} 0 node_network_transmit_fifo_total{device="lxc2710d7278458"} 0 node_network_transmit_fifo_total{device="lxc300916bb23a8"} 0 node_network_transmit_fifo_total{device="lxc402785c5571c"} 0 node_network_transmit_fifo_total{device="lxc55542146b93f"} 0 node_network_transmit_fifo_total{device="lxc57141188d350"} 0 node_network_transmit_fifo_total{device="lxc82f99c579f8c"} 0 node_network_transmit_fifo_total{device="lxc95753d39dbb0"} 0 node_network_transmit_fifo_total{device="lxc9eea16058934"} 0 node_network_transmit_fifo_total{device="lxc_health"} 0 node_network_transmit_fifo_total{device="lxca29f148b6cc8"} 0 node_network_transmit_fifo_total{device="lxcaf16de352e73"} 0 node_network_transmit_fifo_total{device="lxcb391559dc2e2"} 0 node_network_transmit_fifo_total{device="lxcb958fd9ff994"} 0 node_network_transmit_fifo_total{device="lxcbada806e4e52"} 0 node_network_transmit_fifo_total{device="lxccd293aeaf9d7"} 0 node_network_transmit_fifo_total{device="lxcd1652290b906"} 0 node_network_transmit_fifo_total{device="lxcd22f7c78c74a"} 0 node_network_transmit_fifo_total{device="lxcdd75c0bf8840"} 0 node_network_transmit_fifo_total{device="lxcefe9a336b46b"} 0 node_network_transmit_fifo_total{device="lxcfbeeffde2306"} 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="anchor"} 469 node_network_transmit_packets_total{device="cilium_host"} 1313 node_network_transmit_packets_total{device="cilium_net"} 480 node_network_transmit_packets_total{device="cpbridge"} 472 node_network_transmit_packets_total{device="eth0"} 8.5123181e+07 node_network_transmit_packets_total{device="eth1"} 4.6842258e+07 node_network_transmit_packets_total{device="lo"} 2.6478145e+07 node_network_transmit_packets_total{device="lxc0473d2296960"} 7.2922561e+07 node_network_transmit_packets_total{device="lxc13806542098e"} 1.634236e+06 node_network_transmit_packets_total{device="lxc2710d7278458"} 292605 node_network_transmit_packets_total{device="lxc300916bb23a8"} 1.340352e+06 node_network_transmit_packets_total{device="lxc402785c5571c"} 2.940825e+06 node_network_transmit_packets_total{device="lxc55542146b93f"} 2.767196e+06 node_network_transmit_packets_total{device="lxc57141188d350"} 1.185981e+06 node_network_transmit_packets_total{device="lxc82f99c579f8c"} 1.885005e+06 node_network_transmit_packets_total{device="lxc95753d39dbb0"} 1.969172e+06 node_network_transmit_packets_total{device="lxc9eea16058934"} 8.677287e+06 node_network_transmit_packets_total{device="lxc_health"} 269255 node_network_transmit_packets_total{device="lxca29f148b6cc8"} 844868 node_network_transmit_packets_total{device="lxcaf16de352e73"} 1.972582e+06 node_network_transmit_packets_total{device="lxcb391559dc2e2"} 6.661423e+06 node_network_transmit_packets_total{device="lxcb958fd9ff994"} 168281 node_network_transmit_packets_total{device="lxcbada806e4e52"} 875723 node_network_transmit_packets_total{device="lxccd293aeaf9d7"} 649646 node_network_transmit_packets_total{device="lxcd1652290b906"} 2.106293e+06 node_network_transmit_packets_total{device="lxcd22f7c78c74a"} 2.594709e+06 node_network_transmit_packets_total{device="lxcdd75c0bf8840"} 6.749791e+06 node_network_transmit_packets_total{device="lxcefe9a336b46b"} 2.764012e+06 node_network_transmit_packets_total{device="lxcfbeeffde2306"} 2.1046305e+07 # 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="anchor"} 1000 node_network_transmit_queue_length{device="cilium_host"} 1000 node_network_transmit_queue_length{device="cilium_net"} 1000 node_network_transmit_queue_length{device="cpbridge"} 1000 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="eth1"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="lxc0473d2296960"} 1000 node_network_transmit_queue_length{device="lxc13806542098e"} 1000 node_network_transmit_queue_length{device="lxc2710d7278458"} 1000 node_network_transmit_queue_length{device="lxc300916bb23a8"} 1000 node_network_transmit_queue_length{device="lxc402785c5571c"} 1000 node_network_transmit_queue_length{device="lxc55542146b93f"} 1000 node_network_transmit_queue_length{device="lxc57141188d350"} 1000 node_network_transmit_queue_length{device="lxc82f99c579f8c"} 1000 node_network_transmit_queue_length{device="lxc95753d39dbb0"} 1000 node_network_transmit_queue_length{device="lxc9eea16058934"} 1000 node_network_transmit_queue_length{device="lxc_health"} 1000 node_network_transmit_queue_length{device="lxca29f148b6cc8"} 1000 node_network_transmit_queue_length{device="lxcaf16de352e73"} 1000 node_network_transmit_queue_length{device="lxcb391559dc2e2"} 1000 node_network_transmit_queue_length{device="lxcb958fd9ff994"} 1000 node_network_transmit_queue_length{device="lxcbada806e4e52"} 1000 node_network_transmit_queue_length{device="lxccd293aeaf9d7"} 1000 node_network_transmit_queue_length{device="lxcd1652290b906"} 1000 node_network_transmit_queue_length{device="lxcd22f7c78c74a"} 1000 node_network_transmit_queue_length{device="lxcdd75c0bf8840"} 1000 node_network_transmit_queue_length{device="lxcefe9a336b46b"} 1000 node_network_transmit_queue_length{device="lxcfbeeffde2306"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="anchor"} 0 node_network_up{device="cilium_host"} 1 node_network_up{device="cilium_net"} 1 node_network_up{device="cpbridge"} 0 node_network_up{device="eth0"} 1 node_network_up{device="eth1"} 1 node_network_up{device="lo"} 0 node_network_up{device="lxc0473d2296960"} 1 node_network_up{device="lxc13806542098e"} 1 node_network_up{device="lxc2710d7278458"} 1 node_network_up{device="lxc300916bb23a8"} 1 node_network_up{device="lxc402785c5571c"} 1 node_network_up{device="lxc55542146b93f"} 1 node_network_up{device="lxc57141188d350"} 1 node_network_up{device="lxc82f99c579f8c"} 1 node_network_up{device="lxc95753d39dbb0"} 1 node_network_up{device="lxc9eea16058934"} 1 node_network_up{device="lxc_health"} 1 node_network_up{device="lxca29f148b6cc8"} 1 node_network_up{device="lxcaf16de352e73"} 1 node_network_up{device="lxcb391559dc2e2"} 1 node_network_up{device="lxcb958fd9ff994"} 1 node_network_up{device="lxcbada806e4e52"} 1 node_network_up{device="lxccd293aeaf9d7"} 1 node_network_up{device="lxcd1652290b906"} 1 node_network_up{device="lxcd22f7c78c74a"} 1 node_network_up{device="lxcdd75c0bf8840"} 1 node_network_up{device="lxcefe9a336b46b"} 1 node_network_up{device="lxcfbeeffde2306"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 505 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 131072 # HELP node_nf_conntrack_stat_drop Number of packets dropped due to conntrack failure. # TYPE node_nf_conntrack_stat_drop gauge node_nf_conntrack_stat_drop 0 # 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 1374 # 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 0 # 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 0 # HELP node_nf_conntrack_stat_search_restart Number of conntrack table lookups which had to be restarted due to hashtable resizes. # TYPE node_nf_conntrack_stat_search_restart gauge node_nf_conntrack_stat_search_restart 0 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="debian",id_like="",image_id="",image_version="",name="Debian GNU/Linux",pretty_name="Debian GNU/Linux 13 (trixie)",variant="",variant_id="",version="13 (trixie)",version_codename="trixie",version_id="13"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="debian",id_like="",name="Debian GNU/Linux"} 13 # 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 42113.887729 # 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 107.339593 # 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 129.193359 # 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 2.501704 # 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 3.3085120000000003 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 2 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 96926.643810505 node_schedstat_running_seconds_total{cpu="1"} 100237.983242269 node_schedstat_running_seconds_total{cpu="2"} 101900.098577373 node_schedstat_running_seconds_total{cpu="3"} 101782.779879671 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.477207726e+09 node_schedstat_timeslices_total{cpu="1"} 1.54332251e+09 node_schedstat_timeslices_total{cpu="2"} 1.59039312e+09 node_schedstat_timeslices_total{cpu="3"} 1.582738687e+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"} 477264.485326406 node_schedstat_waiting_seconds_total{cpu="1"} 1.288549496313686e+06 node_schedstat_waiting_seconds_total{cpu="2"} 829772.433802437 node_schedstat_waiting_seconds_total{cpu="3"} 504594.953224247 # 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.001047182 node_scrape_collector_duration_seconds{collector="bcache"} 1.7767e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.098e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.003514567 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000210868 node_scrape_collector_duration_seconds{collector="cpu"} 0.000576807 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000130142 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001296153 node_scrape_collector_duration_seconds{collector="dmi"} 1.6881e-05 node_scrape_collector_duration_seconds{collector="edac"} 4.0034e-05 node_scrape_collector_duration_seconds{collector="entropy"} 9.6168e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.0591e-05 node_scrape_collector_duration_seconds{collector="filefd"} 5.0286e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.031015464 node_scrape_collector_duration_seconds{collector="hwmon"} 1.9145e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 9.19e-06 node_scrape_collector_duration_seconds{collector="ipvs"} 1.1231e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 6.2258e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 2.812e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000143792 node_scrape_collector_duration_seconds{collector="netclass"} 0.025279911 node_scrape_collector_duration_seconds{collector="netdev"} 0.00116423 node_scrape_collector_duration_seconds{collector="netstat"} 0.000649141 node_scrape_collector_duration_seconds{collector="nfs"} 2.3654e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.7203e-05 node_scrape_collector_duration_seconds{collector="nvme"} 1.8632e-05 node_scrape_collector_duration_seconds{collector="os"} 4.3262e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.6084e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000144852 node_scrape_collector_duration_seconds{collector="rapl"} 2.4085e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 9.8668e-05 node_scrape_collector_duration_seconds{collector="selinux"} 1.565e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000102862 node_scrape_collector_duration_seconds{collector="softnet"} 6.0578e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000104138 node_scrape_collector_duration_seconds{collector="tapestats"} 4.9103e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.5823e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000276295 node_scrape_collector_duration_seconds{collector="time"} 0.000172494 node_scrape_collector_duration_seconds{collector="timex"} 2.2047e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000114543 node_scrape_collector_duration_seconds{collector="uname"} 1.1135e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000136362 node_scrape_collector_duration_seconds{collector="watchdog"} 4.0521e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.522e-05 node_scrape_collector_duration_seconds{collector="zfs"} 2.0364e-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"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 0 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 0 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 2 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 2 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 15 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 226 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 71 # 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 95 # 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 5 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 8 # 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 32768 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 472 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 1.72337201e+08 node_softnet_processed_total{cpu="1"} 2.61986592e+08 node_softnet_processed_total{cpu="2"} 8.2532064e+07 node_softnet_processed_total{cpu="3"} 8.3322103e+07 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 3525 node_softnet_times_squeezed_total{cpu="1"} 7398 node_softnet_times_squeezed_total{cpu="2"} 6713 node_softnet_times_squeezed_total{cpu="3"} 2404 # 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="kvm-clock",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7905267099543142e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000033583831787 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 7 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.54 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 2.7045e-05 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="pool-qkpw61psd-3fuxnh",release="6.12.96+deb13-amd64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Debian 6.12.96-1 (2026-07-20)"} 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.34526995e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 43886 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.293135e+06 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 7.8534757e+07 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 6677.3 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.073741816e+09 # 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 4.37200282194e+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 4.05552199224e+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.2528e+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.78883378726e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.27430656e+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"} 1090 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"} 112762 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0