# 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"} 6.6591e-05 go_gc_duration_seconds{quantile="0.25"} 0.000103019 go_gc_duration_seconds{quantile="0.5"} 0.000120037 go_gc_duration_seconds{quantile="0.75"} 0.000151173 go_gc_duration_seconds{quantile="1"} 0.00266443 go_gc_duration_seconds_sum 3.003352322 go_gc_duration_seconds_count 19382 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.593368e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 3.7985770328e+10 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.942699e+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 3.98560354e+08 # 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.555088e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 1.593368e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 8.912896e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 3.047424e+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 4825 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 6.709248e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.196032e+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.774431495491147e+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 3.98565179e+08 # 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 57120 # 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.194304e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 997877 # 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 622592 # 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 622592 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.922484e+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 6 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="cni0"} 31 node_arp_entries{device="eth0"} 2 node_arp_entries{device="flannel.1"} 4 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.772387476e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 9.726505354e+09 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 1.77561878e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 1266.32 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 59.61 node_cpu_seconds_total{cpu="0",mode="softirq"} 2992.45 node_cpu_seconds_total{cpu="0",mode="steal"} 13828.8 node_cpu_seconds_total{cpu="0",mode="system"} 39869.62 node_cpu_seconds_total{cpu="0",mode="user"} 199359.09 node_cpu_seconds_total{cpu="1",mode="idle"} 1.73672789e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 1442.62 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 91.43 node_cpu_seconds_total{cpu="1",mode="softirq"} 1952.01 node_cpu_seconds_total{cpu="1",mode="steal"} 11753.54 node_cpu_seconds_total{cpu="1",mode="system"} 36581.3 node_cpu_seconds_total{cpu="1",mode="user"} 241675.62 node_cpu_seconds_total{cpu="2",mode="idle"} 1.75345013e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 1521.79 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 83.75 node_cpu_seconds_total{cpu="2",mode="softirq"} 2445.97 node_cpu_seconds_total{cpu="2",mode="steal"} 11950.34 node_cpu_seconds_total{cpu="2",mode="system"} 38286.51 node_cpu_seconds_total{cpu="2",mode="user"} 220690.23 node_cpu_seconds_total{cpu="3",mode="idle"} 1.71981095e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 1354.65 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 56.54 node_cpu_seconds_total{cpu="3",mode="softirq"} 8166.77 node_cpu_seconds_total{cpu="3",mode="steal"} 14552.88 node_cpu_seconds_total{cpu="3",mode="system"} 37847.59 node_cpu_seconds_total{cpu="3",mode="user"} 229693 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="sda"} 194.64600000000002 node_disk_discard_time_seconds_total{device="sr0"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="sda"} 9.30047344e+08 node_disk_discarded_sectors_total{device="sr0"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="sda"} 1.450364e+06 node_disk_discards_completed_total{device="sr0"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 4 node_disk_discards_merged_total{device="sr0"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="sr0",type="iso9660",usage="filesystem",uuid="2026-03-01-23-21-10-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="sda"} 601.427 node_disk_flush_requests_time_seconds_total{device="sr0"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="sda"} 3.314251e+06 node_disk_flush_requests_total{device="sr0"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="QEMU_HARDDISK",path="pci-0000:00:05.0-scsi-0:0:0:0",revision="2.5+",rotational="0",serial="drive-scsi0",wwn=""} 1 node_disk_info{device="sr0",major="11",minor="0",model="QEMU_DVD-ROM",path="pci-0000:00:01.1-ata-2.0",revision="2.5+",rotational="1",serial="QM00003",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sr0"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 5093.627 node_disk_io_time_seconds_total{device="sr0"} 0.028 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="sda"} 64760.225 node_disk_io_time_weighted_seconds_total{device="sr0"} 0.031 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="sda"} 6.8396368896e+10 node_disk_read_bytes_total{device="sr0"} 378880 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="sda"} 1494.92 node_disk_read_time_seconds_total{device="sr0"} 0.031 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="sda"} 3.580591e+06 node_disk_reads_completed_total{device="sr0"} 97 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="sda"} 61730 node_disk_reads_merged_total{device="sr0"} 0 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="sda"} 62469.231 node_disk_write_time_seconds_total{device="sr0"} 0 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="sda"} 3.9707964e+07 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 1.9635143e+07 node_disk_writes_merged_total{device="sr0"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 4.04273169408e+11 node_disk_written_bytes_total{device="sr0"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="04/01/2014",bios_release="0.0",bios_vendor="SeaBIOS",bios_version="rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-5.1",product_family="",product_name="Standard PC (i440FX + PIIX, 1996)",product_sku="",product_version="pc-i440fx-5.1",system_vendor="QEMU"} 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 4032 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 2.097152e+06 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 8.6069501952e+10 node_filesystem_avail_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.02995968e+08 node_filesystem_avail_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 7.36366592e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.36128e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/19d872ed-3384-49b1-a1c4-116442db1165/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/3bf72281-9c60-45af-9ee3-1748c76de9ed/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/44719c4a-377e-4e37-9e7c-0252300b11ba/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/961b66fa-ec9c-49af-bd0e-f20861a96eee/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ae923f24-4fff-4dbf-8417-ae6584a8ec3a/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/0e20bc75-0430-44f7-965b-0ed46dbb8cad/volumes/kubernetes.io~nfs/nfs-gokite-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/13071236-a9d7-4e88-89e6-edf67855eab0/volumes/kubernetes.io~nfs/nfs-gokite-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/27ae2ec8-a2f2-42e7-96b3-eae486528a82/volumes/kubernetes.io~nfs/nfs-gokite-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/3cef571d-7406-4eaf-8f15-9db7a6582bc6/volumes/kubernetes.io~nfs/nfs-gokite-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/4e10de43-be85-432f-863b-49bb34ca480f/volumes/kubernetes.io~nfs/nfs-gokite-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/55207a2b-3db9-4c5f-b7c0-06733ec103df/volumes/kubernetes.io~nfs/nfs-gokite-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/dc50b2c6-123b-41bd-b276-f8220e73b196/volumes/kubernetes.io~nfs/nfs-gokite-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/key",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/466f3ff9-4381-4427-bf5f-08ec47a76679/volumes/kubernetes.io~nfs/nfs-ibp-key-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/key",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/a392c9ef-9de5-4345-b100-1cba9d5870b8/volumes/kubernetes.io~nfs/nfs-ibp-key-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/341e4a91-1060-4aae-9869-51160380d66f/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/466f3ff9-4381-4427-bf5f-08ec47a76679/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/a392c9ef-9de5-4345-b100-1cba9d5870b8/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/a3b29910-4037-4e19-94e4-e221b055d889/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/d9b7c2b1-d29a-4fd9-891e-e40b12157702/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/214932fc-9060-4799-a45e-5e85c9626abf/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/251a494f-8589-4e0c-a547-95e07974e894/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/2b957dc5-1fe0-4ebe-aa0f-75cbf5ff981d/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/3acb05b0-59b8-483d-8757-706db918d7d9/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/733439ab-7efb-4200-ad2d-6ab1b6f56e75/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ba84db43-410c-4129-a79a-af05f8251b34/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/bf4df39c-5a46-44fd-8cb4-2da067916b11/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/c9d5eae7-8fae-4feb-a135-2c74728d090b/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/f0e2e93e-8194-4597-a4b9-00e03b765afa/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/f6c6e971-0e0f-4922-b815-712ed5ffb66e/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/fe2aa3ce-9901-4a10-a5e2-753124a01be5/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/zoho-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/85e41dd2-fd40-4a09-a340-c42d25c49c81/volumes/kubernetes.io~nfs/nfs-zoho-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/zoho-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/fe79cb38-4375-483e-aae8-bf43dca1bb72/volumes/kubernetes.io~nfs/nfs-zoho-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/rabbitmq/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/69ac451b-5469-4752-bcfc-345d3ea14ff4/volumes/kubernetes.io~nfs/nfs-ibp-mq-pv"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/027457a67c18e7afa971a89d0fcba4d0cfc879e54906c0778e4c5d6ff9b72295/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0338b5655b3649f74ac3f9c24b8a75f8877fd354b001a5a0c45ba5fad475d742/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/073f592286ffc45c913407d25ca98eff55ce4c931114891d1faab939afbccd0f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0db1ecdb149e1869139abf7325ce4a7e443e68eb19cb24d96c2d16bdfe97a9a5/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13f23b5b68621ff1b7a9dd46f28f0218efc6f43762f5447c088b3d670e22c927/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1572ecd5f87d559fe6b4d0a7d199602527d8bb19ce506058f1dba46fb49b372a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1c2d6d8ff6e0e163ef3fbdaf017ed535f27772f819ac6ee97ff3e95fec7c1844/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/240db1f00337540f41d42c05418e7ca5f1bf9b54ed97b14affc25a606e4bc1c1/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/241bbfe300e85ca2a72a5f6dd53e267415363f84fb356201b3cf6381ac7bcebb/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2619c2161cd89529bc3e2c38c93c4f93fcccf74097ea89f60972efe0231dfd51/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/261dcaf5869d22c0bd17acef0d3c8c769fd3fc8651528b3c7d14b1862a73fe84/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2a6f7157a5dbd9124c8fbc96e1c4a3e37c34523c915fa08d618899f28ae7266b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2f57ff91bc31dc94d194e430463ab3c758f1aa3c44db79a231b06407cb584da0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36b7d97d8f3abddbdab4c8ecdac419faea755f654f10a482bae8ba732dc82997/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39b5e954f0c3dda087899341d59ccb01b6921e5d2b1342821427f58a45da941a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3d662f4dde34aa61cbe56382aebd3b6d1bf52e906131aef5c9c7550bba59e6f0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/46bc58c3c290da13ce098886d05fd1445af041a4d006ede2f721a328d227e070/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/568625634ee74c3ab7974c51fae3e5a3e986e318a298980183ba6065c007b6c7/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/576684272fb9fb0e67aed98f82df626634196baca620d6a50296f2841ff048a4/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/612895c0c377e988a6c9d86005fcc6cf808a058826f1c235056139ec58b3561d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/65d33d02ab37da4575903f79234e710f3a88e6a28f99e49cc8b5568e6598ea7d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6834015b60e75664f9b9df52f3c6b90c64b571fedf6644fb8f14164a99162b93/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7813d85b62cf07172165ddac427f153185190e688ebadb6cfde9e8d98fe478d8/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/78ef4b6b49aac1be0cb48364e804036b53c088c3405ff85f6f25d147e0417b4d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7c0834631cbec67126ec77026b115fae12fe96ba0fea6922d156f8226db349a2/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/85a4cd3f9eae4481e437acbeca248aafdbe2a97acae103057df21083fc011fe3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/87a06ec1e54bd8c5384c531bb50bb30300bbe8a77b697bd84e728ac972e72897/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/975c6b03525bce568faa8cbee9bbc34e8b17c3eeb877628eea1e45a4ae2a5276/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9f2bf4dd0ac098fe7e80e996ef080ba6237b213511c929d07246775165bc0965/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a02af79ff012d03dd41700fc3c7dc81d2944895c4732fa153d9bbdd82d2c33d3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afb21d97a9c86b1971b9648980e83b4a36e6c0100d362199919b2e1de0e102c3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b27187eb7dccd97d20ff525873595bb8c81a2cd8ee8bd03807f0dfdf5bff5f9a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b4e720575400972e21cd19750217b90bb9f9e92bdcc832b113f64f24f8618061/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/be7b3f22ef58e8f844341635d09046cb0526f8944b142e5e19bd55048da5bc3e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c1a2c6315b0debcfb3bbf76f424c60947a30ca8f5f99137e9f4f40408f3cfaa5/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c82e7c619ec5ca686ebbe7b6ae28106aaacf8742c52655718780837e3c33d14c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd4efdc327fce1afdd90350b669c914217db77fa24ed6532f9d2a8d9f532737a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d47ad8a51f417f755288f9eb85e9b152363ab14265cf4bed7695e98a2b90dea1/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db1220aded0b42d3ee6737d759624a7c9cb0e954cc0bb3db20e0188038188ee2/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db576ad550e1ceddb734badb83fba9265c77646cf1e69458fb60a18377e57963/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dbda2f55bf33d6901c834ee637057fd8d5c3f6a68f151efa6f01142a46ea1f96/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df8012a02c6f32b4c1c6d2e0d459e6f75716d4739e1e72257bb6d60dd3c2df96/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1963ecff5ffe3dde65f483b45c9a641d3fec285c61922e925c96037cd33fd83/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e6eb06a77b80777af92f4d0088cda11061d9632fb8f7dc55b9d65a1df3dc07be/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/eea2380d0446f3f2c47f24a2c275b635382d04fed4565d466aa9530974a8d2be/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f209242d9794a35adcfdfdd4a0f82af0a931e469d202491e77f7f3996bd769c5/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f7e5ba4f823edaabebe6ae3370f139e221b25c85a69bc95d7b0f7b13760b63fb/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe167f3229439ad7ffbe0d835d76c8fb91d771609e5f93efb061ddce767debc4/shm"} 1 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0e20bc75-0430-44f7-965b-0ed46dbb8cad/volumes/kubernetes.io~projected/kube-api-access-p4zsh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/13071236-a9d7-4e88-89e6-edf67855eab0/volumes/kubernetes.io~projected/kube-api-access-mgsfm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1639aed9-d85a-4b1d-919c-6c7e3631a871/volumes/kubernetes.io~projected/kube-api-access-fw8zg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/19d872ed-3384-49b1-a1c4-116442db1165/volumes/kubernetes.io~projected/kube-api-access-9jmq6"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1beb6afb-3695-4e57-bc21-7d0847b7b194/volumes/kubernetes.io~projected/kube-api-access-jsj7x"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/214932fc-9060-4799-a45e-5e85c9626abf/volumes/kubernetes.io~projected/kube-api-access-plc5p"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/251a494f-8589-4e0c-a547-95e07974e894/volumes/kubernetes.io~projected/kube-api-access-6j2mp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/27ae2ec8-a2f2-42e7-96b3-eae486528a82/volumes/kubernetes.io~projected/kube-api-access-zdf6r"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2b957dc5-1fe0-4ebe-aa0f-75cbf5ff981d/volumes/kubernetes.io~projected/kube-api-access-4st7j"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/341e4a91-1060-4aae-9869-51160380d66f/volumes/kubernetes.io~projected/kube-api-access-x2x4x"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/383bee1b-458f-4d11-8ef7-ee18edc5dbf8/volumes/kubernetes.io~projected/kube-api-access-sxlm7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3acb05b0-59b8-483d-8757-706db918d7d9/volumes/kubernetes.io~projected/kube-api-access-q5p4k"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3bf72281-9c60-45af-9ee3-1748c76de9ed/volumes/kubernetes.io~projected/kube-api-access-lxdc6"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3cef571d-7406-4eaf-8f15-9db7a6582bc6/volumes/kubernetes.io~projected/kube-api-access-qjpwd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/40c6d7d0-cdae-4df4-848a-93622098b88f/volumes/kubernetes.io~projected/kube-api-access-zr9qg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/418fc087-916f-421a-9f1c-e348616fc45e/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/44719c4a-377e-4e37-9e7c-0252300b11ba/volumes/kubernetes.io~projected/kube-api-access-vc4rr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/466f3ff9-4381-4427-bf5f-08ec47a76679/volumes/kubernetes.io~projected/kube-api-access-br4ch"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/466f3ff9-4381-4427-bf5f-08ec47a76679/volumes/kubernetes.io~secret/ks-pass-file"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4e10de43-be85-432f-863b-49bb34ca480f/volumes/kubernetes.io~projected/kube-api-access-5s7l4"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/50cffbd4-5af7-42fa-9486-5058fdb28536/volumes/kubernetes.io~projected/kube-api-access-7cbcs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/55207a2b-3db9-4c5f-b7c0-06733ec103df/volumes/kubernetes.io~projected/kube-api-access-bcql2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/61ae52ce-5826-44a3-9906-8679e27a6661/volumes/kubernetes.io~projected/kube-api-access-nvrz2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/69ac451b-5469-4752-bcfc-345d3ea14ff4/volumes/kubernetes.io~projected/kube-api-access-dbd9p"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/733439ab-7efb-4200-ad2d-6ab1b6f56e75/volumes/kubernetes.io~projected/kube-api-access-zxkd6"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7500ab6b-7cd5-4acb-a40b-a01efedcf3b1/volumes/kubernetes.io~projected/kube-api-access-z8gz8"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/85e41dd2-fd40-4a09-a340-c42d25c49c81/volumes/kubernetes.io~projected/kube-api-access-7x6vq"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8b05f4f3-c52c-4745-afa7-c321ba809f5e/volumes/kubernetes.io~projected/kube-api-access-7qsth"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/92471c36-06e3-4cbf-a0e8-045f61d759da/volumes/kubernetes.io~projected/kube-api-access-qslbk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/92471c36-06e3-4cbf-a0e8-045f61d759da/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/9350b985-db2b-4e22-815f-34cb454652a9/volumes/kubernetes.io~projected/kube-api-access-z94zx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9350b985-db2b-4e22-815f-34cb454652a9/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/9350b985-db2b-4e22-815f-34cb454652a9/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/961b66fa-ec9c-49af-bd0e-f20861a96eee/volumes/kubernetes.io~projected/kube-api-access-sjx6p"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/97485673-51f8-4747-8782-017e92b12907/volumes/kubernetes.io~projected/kube-api-access-ctqln"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a392c9ef-9de5-4345-b100-1cba9d5870b8/volumes/kubernetes.io~projected/kube-api-access-bznxm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a392c9ef-9de5-4345-b100-1cba9d5870b8/volumes/kubernetes.io~secret/ks-pass-file"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a3b29910-4037-4e19-94e4-e221b055d889/volumes/kubernetes.io~projected/kube-api-access-bskgx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a4218a52-f13b-4b6c-aec2-838c9f2b3719/volumes/kubernetes.io~projected/kube-api-access-gmg7c"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/aa18c5e5-398e-46cc-a2f3-508d4ec6e889/volumes/kubernetes.io~projected/kube-api-access-z84lf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/aa18c5e5-398e-46cc-a2f3-508d4ec6e889/volumes/kubernetes.io~secret/webhook-cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ae923f24-4fff-4dbf-8417-ae6584a8ec3a/volumes/kubernetes.io~projected/kube-api-access-558qm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b8bdf81b-fd9c-4ee2-9a9d-11b5173bcbd2/volumes/kubernetes.io~projected/kube-api-access-xgdtc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ba84db43-410c-4129-a79a-af05f8251b34/volumes/kubernetes.io~projected/kube-api-access-lzfrb"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/bf4df39c-5a46-44fd-8cb4-2da067916b11/volumes/kubernetes.io~projected/kube-api-access-lmzlf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c9d5eae7-8fae-4feb-a135-2c74728d090b/volumes/kubernetes.io~projected/kube-api-access-jd2tk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d9b7c2b1-d29a-4fd9-891e-e40b12157702/volumes/kubernetes.io~projected/kube-api-access-vzkcw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dc50b2c6-123b-41bd-b276-f8220e73b196/volumes/kubernetes.io~projected/kube-api-access-d9kq8"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f0e2e93e-8194-4597-a4b9-00e03b765afa/volumes/kubernetes.io~projected/kube-api-access-xjz4g"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f45f9e38-b9be-4d70-8520-c065464d86de/volumes/kubernetes.io~projected/kube-api-access-gsxrm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f6c6e971-0e0f-4922-b815-712ed5ffb66e/volumes/kubernetes.io~projected/kube-api-access-24s9j"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fe2aa3ce-9901-4a10-a5e2-753124a01be5/volumes/kubernetes.io~projected/kube-api-access-87pb4"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fe79cb38-4375-483e-aae8-bf43dca1bb72/volumes/kubernetes.io~projected/kube-api-access-4jlv6"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 2.6083328e+07 node_filesystem_files{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 58496 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.114562e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.114562e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 2.5021153e+07 node_filesystem_files_free{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 57892 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.111059e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.114559e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 8.6086279168e+10 node_filesystem_free_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.02995968e+08 node_filesystem_free_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 8.01009664e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.36128e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sda15",major="8",minor="15",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sda16",major="259",minor="0",mountpoint="/boot"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="27",mountpoint="/run/lock"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/19d872ed-3384-49b1-a1c4-116442db1165/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/3bf72281-9c60-45af-9ee3-1748c76de9ed/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/44719c4a-377e-4e37-9e7c-0252300b11ba/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/961b66fa-ec9c-49af-bd0e-f20861a96eee/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ae923f24-4fff-4dbf-8417-ae6584a8ec3a/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/0e20bc75-0430-44f7-965b-0ed46dbb8cad/volumes/kubernetes.io~nfs/nfs-gokite-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/13071236-a9d7-4e88-89e6-edf67855eab0/volumes/kubernetes.io~nfs/nfs-gokite-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/27ae2ec8-a2f2-42e7-96b3-eae486528a82/volumes/kubernetes.io~nfs/nfs-gokite-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/3cef571d-7406-4eaf-8f15-9db7a6582bc6/volumes/kubernetes.io~nfs/nfs-gokite-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/4e10de43-be85-432f-863b-49bb34ca480f/volumes/kubernetes.io~nfs/nfs-gokite-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/55207a2b-3db9-4c5f-b7c0-06733ec103df/volumes/kubernetes.io~nfs/nfs-gokite-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/dc50b2c6-123b-41bd-b276-f8220e73b196/volumes/kubernetes.io~nfs/nfs-gokite-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/key",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/466f3ff9-4381-4427-bf5f-08ec47a76679/volumes/kubernetes.io~nfs/nfs-ibp-key-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/key",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/a392c9ef-9de5-4345-b100-1cba9d5870b8/volumes/kubernetes.io~nfs/nfs-ibp-key-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/341e4a91-1060-4aae-9869-51160380d66f/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/466f3ff9-4381-4427-bf5f-08ec47a76679/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/a392c9ef-9de5-4345-b100-1cba9d5870b8/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/a3b29910-4037-4e19-94e4-e221b055d889/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/d9b7c2b1-d29a-4fd9-891e-e40b12157702/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/214932fc-9060-4799-a45e-5e85c9626abf/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/251a494f-8589-4e0c-a547-95e07974e894/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/2b957dc5-1fe0-4ebe-aa0f-75cbf5ff981d/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/3acb05b0-59b8-483d-8757-706db918d7d9/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/733439ab-7efb-4200-ad2d-6ab1b6f56e75/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ba84db43-410c-4129-a79a-af05f8251b34/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/bf4df39c-5a46-44fd-8cb4-2da067916b11/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/c9d5eae7-8fae-4feb-a135-2c74728d090b/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/f0e2e93e-8194-4597-a4b9-00e03b765afa/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/f6c6e971-0e0f-4922-b815-712ed5ffb66e/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/fe2aa3ce-9901-4a10-a5e2-753124a01be5/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/zoho-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/85e41dd2-fd40-4a09-a340-c42d25c49c81/volumes/kubernetes.io~nfs/nfs-zoho-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/zoho-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/fe79cb38-4375-483e-aae8-bf43dca1bb72/volumes/kubernetes.io~nfs/nfs-zoho-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/rabbitmq/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/69ac451b-5469-4752-bcfc-345d3ea14ff4/volumes/kubernetes.io~nfs/nfs-ibp-mq-pv"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/027457a67c18e7afa971a89d0fcba4d0cfc879e54906c0778e4c5d6ff9b72295/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0338b5655b3649f74ac3f9c24b8a75f8877fd354b001a5a0c45ba5fad475d742/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/073f592286ffc45c913407d25ca98eff55ce4c931114891d1faab939afbccd0f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0db1ecdb149e1869139abf7325ce4a7e443e68eb19cb24d96c2d16bdfe97a9a5/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13f23b5b68621ff1b7a9dd46f28f0218efc6f43762f5447c088b3d670e22c927/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1572ecd5f87d559fe6b4d0a7d199602527d8bb19ce506058f1dba46fb49b372a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1c2d6d8ff6e0e163ef3fbdaf017ed535f27772f819ac6ee97ff3e95fec7c1844/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/240db1f00337540f41d42c05418e7ca5f1bf9b54ed97b14affc25a606e4bc1c1/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/241bbfe300e85ca2a72a5f6dd53e267415363f84fb356201b3cf6381ac7bcebb/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2619c2161cd89529bc3e2c38c93c4f93fcccf74097ea89f60972efe0231dfd51/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/261dcaf5869d22c0bd17acef0d3c8c769fd3fc8651528b3c7d14b1862a73fe84/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2a6f7157a5dbd9124c8fbc96e1c4a3e37c34523c915fa08d618899f28ae7266b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2f57ff91bc31dc94d194e430463ab3c758f1aa3c44db79a231b06407cb584da0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/36b7d97d8f3abddbdab4c8ecdac419faea755f654f10a482bae8ba732dc82997/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/39b5e954f0c3dda087899341d59ccb01b6921e5d2b1342821427f58a45da941a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3d662f4dde34aa61cbe56382aebd3b6d1bf52e906131aef5c9c7550bba59e6f0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/46bc58c3c290da13ce098886d05fd1445af041a4d006ede2f721a328d227e070/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/568625634ee74c3ab7974c51fae3e5a3e986e318a298980183ba6065c007b6c7/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/576684272fb9fb0e67aed98f82df626634196baca620d6a50296f2841ff048a4/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/612895c0c377e988a6c9d86005fcc6cf808a058826f1c235056139ec58b3561d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/65d33d02ab37da4575903f79234e710f3a88e6a28f99e49cc8b5568e6598ea7d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6834015b60e75664f9b9df52f3c6b90c64b571fedf6644fb8f14164a99162b93/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7813d85b62cf07172165ddac427f153185190e688ebadb6cfde9e8d98fe478d8/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/78ef4b6b49aac1be0cb48364e804036b53c088c3405ff85f6f25d147e0417b4d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7c0834631cbec67126ec77026b115fae12fe96ba0fea6922d156f8226db349a2/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/85a4cd3f9eae4481e437acbeca248aafdbe2a97acae103057df21083fc011fe3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/87a06ec1e54bd8c5384c531bb50bb30300bbe8a77b697bd84e728ac972e72897/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/975c6b03525bce568faa8cbee9bbc34e8b17c3eeb877628eea1e45a4ae2a5276/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9f2bf4dd0ac098fe7e80e996ef080ba6237b213511c929d07246775165bc0965/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a02af79ff012d03dd41700fc3c7dc81d2944895c4732fa153d9bbdd82d2c33d3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afb21d97a9c86b1971b9648980e83b4a36e6c0100d362199919b2e1de0e102c3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b27187eb7dccd97d20ff525873595bb8c81a2cd8ee8bd03807f0dfdf5bff5f9a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b4e720575400972e21cd19750217b90bb9f9e92bdcc832b113f64f24f8618061/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/be7b3f22ef58e8f844341635d09046cb0526f8944b142e5e19bd55048da5bc3e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c1a2c6315b0debcfb3bbf76f424c60947a30ca8f5f99137e9f4f40408f3cfaa5/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c82e7c619ec5ca686ebbe7b6ae28106aaacf8742c52655718780837e3c33d14c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cd4efdc327fce1afdd90350b669c914217db77fa24ed6532f9d2a8d9f532737a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d47ad8a51f417f755288f9eb85e9b152363ab14265cf4bed7695e98a2b90dea1/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db1220aded0b42d3ee6737d759624a7c9cb0e954cc0bb3db20e0188038188ee2/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db576ad550e1ceddb734badb83fba9265c77646cf1e69458fb60a18377e57963/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dbda2f55bf33d6901c834ee637057fd8d5c3f6a68f151efa6f01142a46ea1f96/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df8012a02c6f32b4c1c6d2e0d459e6f75716d4739e1e72257bb6d60dd3c2df96/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e1963ecff5ffe3dde65f483b45c9a641d3fec285c61922e925c96037cd33fd83/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e6eb06a77b80777af92f4d0088cda11061d9632fb8f7dc55b9d65a1df3dc07be/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/eea2380d0446f3f2c47f24a2c275b635382d04fed4565d466aa9530974a8d2be/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f209242d9794a35adcfdfdd4a0f82af0a931e469d202491e77f7f3996bd769c5/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f7e5ba4f823edaabebe6ae3370f139e221b25c85a69bc95d7b0f7b13760b63fb/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fe167f3229439ad7ffbe0d835d76c8fb91d771609e5f93efb061ddce767debc4/shm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0e20bc75-0430-44f7-965b-0ed46dbb8cad/volumes/kubernetes.io~projected/kube-api-access-p4zsh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/13071236-a9d7-4e88-89e6-edf67855eab0/volumes/kubernetes.io~projected/kube-api-access-mgsfm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1639aed9-d85a-4b1d-919c-6c7e3631a871/volumes/kubernetes.io~projected/kube-api-access-fw8zg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/19d872ed-3384-49b1-a1c4-116442db1165/volumes/kubernetes.io~projected/kube-api-access-9jmq6"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1beb6afb-3695-4e57-bc21-7d0847b7b194/volumes/kubernetes.io~projected/kube-api-access-jsj7x"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/214932fc-9060-4799-a45e-5e85c9626abf/volumes/kubernetes.io~projected/kube-api-access-plc5p"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/251a494f-8589-4e0c-a547-95e07974e894/volumes/kubernetes.io~projected/kube-api-access-6j2mp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/27ae2ec8-a2f2-42e7-96b3-eae486528a82/volumes/kubernetes.io~projected/kube-api-access-zdf6r"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2b957dc5-1fe0-4ebe-aa0f-75cbf5ff981d/volumes/kubernetes.io~projected/kube-api-access-4st7j"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/341e4a91-1060-4aae-9869-51160380d66f/volumes/kubernetes.io~projected/kube-api-access-x2x4x"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/383bee1b-458f-4d11-8ef7-ee18edc5dbf8/volumes/kubernetes.io~projected/kube-api-access-sxlm7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3acb05b0-59b8-483d-8757-706db918d7d9/volumes/kubernetes.io~projected/kube-api-access-q5p4k"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3bf72281-9c60-45af-9ee3-1748c76de9ed/volumes/kubernetes.io~projected/kube-api-access-lxdc6"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3cef571d-7406-4eaf-8f15-9db7a6582bc6/volumes/kubernetes.io~projected/kube-api-access-qjpwd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/40c6d7d0-cdae-4df4-848a-93622098b88f/volumes/kubernetes.io~projected/kube-api-access-zr9qg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/418fc087-916f-421a-9f1c-e348616fc45e/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/44719c4a-377e-4e37-9e7c-0252300b11ba/volumes/kubernetes.io~projected/kube-api-access-vc4rr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/466f3ff9-4381-4427-bf5f-08ec47a76679/volumes/kubernetes.io~projected/kube-api-access-br4ch"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/466f3ff9-4381-4427-bf5f-08ec47a76679/volumes/kubernetes.io~secret/ks-pass-file"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4e10de43-be85-432f-863b-49bb34ca480f/volumes/kubernetes.io~projected/kube-api-access-5s7l4"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/50cffbd4-5af7-42fa-9486-5058fdb28536/volumes/kubernetes.io~projected/kube-api-access-7cbcs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/55207a2b-3db9-4c5f-b7c0-06733ec103df/volumes/kubernetes.io~projected/kube-api-access-bcql2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/61ae52ce-5826-44a3-9906-8679e27a6661/volumes/kubernetes.io~projected/kube-api-access-nvrz2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/69ac451b-5469-4752-bcfc-345d3ea14ff4/volumes/kubernetes.io~projected/kube-api-access-dbd9p"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/733439ab-7efb-4200-ad2d-6ab1b6f56e75/volumes/kubernetes.io~projected/kube-api-access-zxkd6"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7500ab6b-7cd5-4acb-a40b-a01efedcf3b1/volumes/kubernetes.io~projected/kube-api-access-z8gz8"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/85e41dd2-fd40-4a09-a340-c42d25c49c81/volumes/kubernetes.io~projected/kube-api-access-7x6vq"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8b05f4f3-c52c-4745-afa7-c321ba809f5e/volumes/kubernetes.io~projected/kube-api-access-7qsth"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/92471c36-06e3-4cbf-a0e8-045f61d759da/volumes/kubernetes.io~projected/kube-api-access-qslbk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/92471c36-06e3-4cbf-a0e8-045f61d759da/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/9350b985-db2b-4e22-815f-34cb454652a9/volumes/kubernetes.io~projected/kube-api-access-z94zx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9350b985-db2b-4e22-815f-34cb454652a9/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/9350b985-db2b-4e22-815f-34cb454652a9/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/961b66fa-ec9c-49af-bd0e-f20861a96eee/volumes/kubernetes.io~projected/kube-api-access-sjx6p"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/97485673-51f8-4747-8782-017e92b12907/volumes/kubernetes.io~projected/kube-api-access-ctqln"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a392c9ef-9de5-4345-b100-1cba9d5870b8/volumes/kubernetes.io~projected/kube-api-access-bznxm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a392c9ef-9de5-4345-b100-1cba9d5870b8/volumes/kubernetes.io~secret/ks-pass-file"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a3b29910-4037-4e19-94e4-e221b055d889/volumes/kubernetes.io~projected/kube-api-access-bskgx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a4218a52-f13b-4b6c-aec2-838c9f2b3719/volumes/kubernetes.io~projected/kube-api-access-gmg7c"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/aa18c5e5-398e-46cc-a2f3-508d4ec6e889/volumes/kubernetes.io~projected/kube-api-access-z84lf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/aa18c5e5-398e-46cc-a2f3-508d4ec6e889/volumes/kubernetes.io~secret/webhook-cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ae923f24-4fff-4dbf-8417-ae6584a8ec3a/volumes/kubernetes.io~projected/kube-api-access-558qm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b8bdf81b-fd9c-4ee2-9a9d-11b5173bcbd2/volumes/kubernetes.io~projected/kube-api-access-xgdtc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ba84db43-410c-4129-a79a-af05f8251b34/volumes/kubernetes.io~projected/kube-api-access-lzfrb"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/bf4df39c-5a46-44fd-8cb4-2da067916b11/volumes/kubernetes.io~projected/kube-api-access-lmzlf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c9d5eae7-8fae-4feb-a135-2c74728d090b/volumes/kubernetes.io~projected/kube-api-access-jd2tk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d9b7c2b1-d29a-4fd9-891e-e40b12157702/volumes/kubernetes.io~projected/kube-api-access-vzkcw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dc50b2c6-123b-41bd-b276-f8220e73b196/volumes/kubernetes.io~projected/kube-api-access-d9kq8"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f0e2e93e-8194-4597-a4b9-00e03b765afa/volumes/kubernetes.io~projected/kube-api-access-xjz4g"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f45f9e38-b9be-4d70-8520-c065464d86de/volumes/kubernetes.io~projected/kube-api-access-gsxrm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f6c6e971-0e0f-4922-b815-712ed5ffb66e/volumes/kubernetes.io~projected/kube-api-access-24s9j"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fe2aa3ce-9901-4a10-a5e2-753124a01be5/volumes/kubernetes.io~projected/kube-api-access-87pb4"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fe79cb38-4375-483e-aae8-bf43dca1bb72/volumes/kubernetes.io~projected/kube-api-access-4jlv6"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 2.06900281344e+11 node_filesystem_size_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.09395456e+08 node_filesystem_size_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 9.2315648e+08 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.370651648e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.7707081e+07 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 7.250172682e+09 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.26 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.34 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.47 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 8.325541888e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.1768127488e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 3.4425856e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 9.897357312e+09 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 2.44445184e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.7400057856e+10 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.6853245952e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 1.5055495168e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 3.0064771072e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 6.264193024e+09 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.78102272e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 729088 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 1.59787008e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 1.574567936e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 1.414780928e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 2.9917184e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 8.10139648e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.2478426112e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 4.24910848e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.3706491904e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.7971584e+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 4.7611904e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.9043072e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.120026624e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.83827712e+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 4.5146112e+07 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.603854336e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 2.7971584e+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.4327808e+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 987 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 2876 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 113 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 41018 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 102426 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 4.957669005e+09 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 198844 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.44022809128e+11 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.19282571834e+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 667 # 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 310513 # 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 9.043913e+06 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 1.0166202e+07 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 2.672169e+06 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 11 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 224 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 9.3921e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 1.122384e+06 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.1631685e+08 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 6.633894e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 9.154033e+06 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 4.2491224e+07 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 1 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 18447 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 2.338374e+06 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="cni0"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="flannel.1"} 3 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth0162ba44"} 3 node_network_address_assign_type{device="veth0170c948"} 3 node_network_address_assign_type{device="veth04cc06d5"} 3 node_network_address_assign_type{device="veth0cb3e325"} 3 node_network_address_assign_type{device="veth0fb3678b"} 3 node_network_address_assign_type{device="veth1249f7db"} 3 node_network_address_assign_type{device="veth2c61ad7c"} 3 node_network_address_assign_type{device="veth349e5881"} 3 node_network_address_assign_type{device="veth39161efe"} 3 node_network_address_assign_type{device="veth3b688aab"} 3 node_network_address_assign_type{device="veth3de53be1"} 3 node_network_address_assign_type{device="veth53c936ef"} 3 node_network_address_assign_type{device="veth5438b1e0"} 3 node_network_address_assign_type{device="veth59bdde09"} 3 node_network_address_assign_type{device="veth5b30168e"} 3 node_network_address_assign_type{device="veth5f3927af"} 3 node_network_address_assign_type{device="veth618905f4"} 3 node_network_address_assign_type{device="veth6371fd92"} 3 node_network_address_assign_type{device="veth690ce4cd"} 3 node_network_address_assign_type{device="veth6d5eecda"} 3 node_network_address_assign_type{device="veth71098440"} 3 node_network_address_assign_type{device="veth765aab44"} 3 node_network_address_assign_type{device="veth7cdf15b7"} 3 node_network_address_assign_type{device="veth7fa44cba"} 3 node_network_address_assign_type{device="veth80d4caf7"} 3 node_network_address_assign_type{device="veth875f2f27"} 3 node_network_address_assign_type{device="veth87b848fc"} 3 node_network_address_assign_type{device="veth8d72db5c"} 3 node_network_address_assign_type{device="veth9c49db02"} 3 node_network_address_assign_type{device="vetha13dcc6b"} 3 node_network_address_assign_type{device="vetha2cf49a3"} 3 node_network_address_assign_type{device="vetha3f245cf"} 3 node_network_address_assign_type{device="vetha66ec260"} 3 node_network_address_assign_type{device="vethafbb6388"} 3 node_network_address_assign_type{device="vethaff881f1"} 3 node_network_address_assign_type{device="vethb0b39b3e"} 3 node_network_address_assign_type{device="vethbcd15e11"} 3 node_network_address_assign_type{device="vethc6d0967a"} 3 node_network_address_assign_type{device="vethc7264d35"} 3 node_network_address_assign_type{device="vethd9f544c2"} 3 node_network_address_assign_type{device="vethe2c8d112"} 3 node_network_address_assign_type{device="vethe6fa6b49"} 3 node_network_address_assign_type{device="vetheaa1e523"} 3 node_network_address_assign_type{device="vethebd4ce62"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="cni0"} 1 node_network_carrier{device="eth0"} 1 node_network_carrier{device="flannel.1"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth0162ba44"} 1 node_network_carrier{device="veth0170c948"} 1 node_network_carrier{device="veth04cc06d5"} 1 node_network_carrier{device="veth0cb3e325"} 1 node_network_carrier{device="veth0fb3678b"} 1 node_network_carrier{device="veth1249f7db"} 1 node_network_carrier{device="veth2c61ad7c"} 1 node_network_carrier{device="veth349e5881"} 1 node_network_carrier{device="veth39161efe"} 1 node_network_carrier{device="veth3b688aab"} 1 node_network_carrier{device="veth3de53be1"} 1 node_network_carrier{device="veth53c936ef"} 1 node_network_carrier{device="veth5438b1e0"} 1 node_network_carrier{device="veth59bdde09"} 1 node_network_carrier{device="veth5b30168e"} 1 node_network_carrier{device="veth5f3927af"} 1 node_network_carrier{device="veth618905f4"} 1 node_network_carrier{device="veth6371fd92"} 1 node_network_carrier{device="veth690ce4cd"} 1 node_network_carrier{device="veth6d5eecda"} 1 node_network_carrier{device="veth71098440"} 1 node_network_carrier{device="veth765aab44"} 1 node_network_carrier{device="veth7cdf15b7"} 1 node_network_carrier{device="veth7fa44cba"} 1 node_network_carrier{device="veth80d4caf7"} 1 node_network_carrier{device="veth875f2f27"} 1 node_network_carrier{device="veth87b848fc"} 1 node_network_carrier{device="veth8d72db5c"} 1 node_network_carrier{device="veth9c49db02"} 1 node_network_carrier{device="vetha13dcc6b"} 1 node_network_carrier{device="vetha2cf49a3"} 1 node_network_carrier{device="vetha3f245cf"} 1 node_network_carrier{device="vetha66ec260"} 1 node_network_carrier{device="vethafbb6388"} 1 node_network_carrier{device="vethaff881f1"} 1 node_network_carrier{device="vethb0b39b3e"} 1 node_network_carrier{device="vethbcd15e11"} 1 node_network_carrier{device="vethc6d0967a"} 1 node_network_carrier{device="vethc7264d35"} 1 node_network_carrier{device="vethd9f544c2"} 1 node_network_carrier{device="vethe2c8d112"} 1 node_network_carrier{device="vethe6fa6b49"} 1 node_network_carrier{device="vetheaa1e523"} 1 node_network_carrier{device="vethebd4ce62"} 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="cni0"} 2 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="flannel.1"} 0 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth0162ba44"} 2 node_network_carrier_changes_total{device="veth0170c948"} 2 node_network_carrier_changes_total{device="veth04cc06d5"} 2 node_network_carrier_changes_total{device="veth0cb3e325"} 2 node_network_carrier_changes_total{device="veth0fb3678b"} 2 node_network_carrier_changes_total{device="veth1249f7db"} 2 node_network_carrier_changes_total{device="veth2c61ad7c"} 2 node_network_carrier_changes_total{device="veth349e5881"} 2 node_network_carrier_changes_total{device="veth39161efe"} 2 node_network_carrier_changes_total{device="veth3b688aab"} 2 node_network_carrier_changes_total{device="veth3de53be1"} 2 node_network_carrier_changes_total{device="veth53c936ef"} 2 node_network_carrier_changes_total{device="veth5438b1e0"} 2 node_network_carrier_changes_total{device="veth59bdde09"} 2 node_network_carrier_changes_total{device="veth5b30168e"} 2 node_network_carrier_changes_total{device="veth5f3927af"} 2 node_network_carrier_changes_total{device="veth618905f4"} 2 node_network_carrier_changes_total{device="veth6371fd92"} 2 node_network_carrier_changes_total{device="veth690ce4cd"} 2 node_network_carrier_changes_total{device="veth6d5eecda"} 2 node_network_carrier_changes_total{device="veth71098440"} 2 node_network_carrier_changes_total{device="veth765aab44"} 2 node_network_carrier_changes_total{device="veth7cdf15b7"} 2 node_network_carrier_changes_total{device="veth7fa44cba"} 2 node_network_carrier_changes_total{device="veth80d4caf7"} 2 node_network_carrier_changes_total{device="veth875f2f27"} 2 node_network_carrier_changes_total{device="veth87b848fc"} 2 node_network_carrier_changes_total{device="veth8d72db5c"} 2 node_network_carrier_changes_total{device="veth9c49db02"} 2 node_network_carrier_changes_total{device="vetha13dcc6b"} 2 node_network_carrier_changes_total{device="vetha2cf49a3"} 2 node_network_carrier_changes_total{device="vetha3f245cf"} 2 node_network_carrier_changes_total{device="vetha66ec260"} 2 node_network_carrier_changes_total{device="vethafbb6388"} 2 node_network_carrier_changes_total{device="vethaff881f1"} 2 node_network_carrier_changes_total{device="vethb0b39b3e"} 2 node_network_carrier_changes_total{device="vethbcd15e11"} 2 node_network_carrier_changes_total{device="vethc6d0967a"} 2 node_network_carrier_changes_total{device="vethc7264d35"} 2 node_network_carrier_changes_total{device="vethd9f544c2"} 2 node_network_carrier_changes_total{device="vethe2c8d112"} 2 node_network_carrier_changes_total{device="vethe6fa6b49"} 2 node_network_carrier_changes_total{device="vetheaa1e523"} 2 node_network_carrier_changes_total{device="vethebd4ce62"} 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="cni0"} 1 node_network_carrier_down_changes_total{device="eth0"} 1 node_network_carrier_down_changes_total{device="flannel.1"} 0 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth0162ba44"} 1 node_network_carrier_down_changes_total{device="veth0170c948"} 1 node_network_carrier_down_changes_total{device="veth04cc06d5"} 1 node_network_carrier_down_changes_total{device="veth0cb3e325"} 1 node_network_carrier_down_changes_total{device="veth0fb3678b"} 1 node_network_carrier_down_changes_total{device="veth1249f7db"} 1 node_network_carrier_down_changes_total{device="veth2c61ad7c"} 1 node_network_carrier_down_changes_total{device="veth349e5881"} 1 node_network_carrier_down_changes_total{device="veth39161efe"} 1 node_network_carrier_down_changes_total{device="veth3b688aab"} 1 node_network_carrier_down_changes_total{device="veth3de53be1"} 1 node_network_carrier_down_changes_total{device="veth53c936ef"} 1 node_network_carrier_down_changes_total{device="veth5438b1e0"} 1 node_network_carrier_down_changes_total{device="veth59bdde09"} 1 node_network_carrier_down_changes_total{device="veth5b30168e"} 1 node_network_carrier_down_changes_total{device="veth5f3927af"} 1 node_network_carrier_down_changes_total{device="veth618905f4"} 1 node_network_carrier_down_changes_total{device="veth6371fd92"} 1 node_network_carrier_down_changes_total{device="veth690ce4cd"} 1 node_network_carrier_down_changes_total{device="veth6d5eecda"} 1 node_network_carrier_down_changes_total{device="veth71098440"} 1 node_network_carrier_down_changes_total{device="veth765aab44"} 1 node_network_carrier_down_changes_total{device="veth7cdf15b7"} 1 node_network_carrier_down_changes_total{device="veth7fa44cba"} 1 node_network_carrier_down_changes_total{device="veth80d4caf7"} 1 node_network_carrier_down_changes_total{device="veth875f2f27"} 1 node_network_carrier_down_changes_total{device="veth87b848fc"} 1 node_network_carrier_down_changes_total{device="veth8d72db5c"} 1 node_network_carrier_down_changes_total{device="veth9c49db02"} 1 node_network_carrier_down_changes_total{device="vetha13dcc6b"} 1 node_network_carrier_down_changes_total{device="vetha2cf49a3"} 1 node_network_carrier_down_changes_total{device="vetha3f245cf"} 1 node_network_carrier_down_changes_total{device="vetha66ec260"} 1 node_network_carrier_down_changes_total{device="vethafbb6388"} 1 node_network_carrier_down_changes_total{device="vethaff881f1"} 1 node_network_carrier_down_changes_total{device="vethb0b39b3e"} 1 node_network_carrier_down_changes_total{device="vethbcd15e11"} 1 node_network_carrier_down_changes_total{device="vethc6d0967a"} 1 node_network_carrier_down_changes_total{device="vethc7264d35"} 1 node_network_carrier_down_changes_total{device="vethd9f544c2"} 1 node_network_carrier_down_changes_total{device="vethe2c8d112"} 1 node_network_carrier_down_changes_total{device="vethe6fa6b49"} 1 node_network_carrier_down_changes_total{device="vetheaa1e523"} 1 node_network_carrier_down_changes_total{device="vethebd4ce62"} 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="cni0"} 1 node_network_carrier_up_changes_total{device="eth0"} 1 node_network_carrier_up_changes_total{device="flannel.1"} 0 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth0162ba44"} 1 node_network_carrier_up_changes_total{device="veth0170c948"} 1 node_network_carrier_up_changes_total{device="veth04cc06d5"} 1 node_network_carrier_up_changes_total{device="veth0cb3e325"} 1 node_network_carrier_up_changes_total{device="veth0fb3678b"} 1 node_network_carrier_up_changes_total{device="veth1249f7db"} 1 node_network_carrier_up_changes_total{device="veth2c61ad7c"} 1 node_network_carrier_up_changes_total{device="veth349e5881"} 1 node_network_carrier_up_changes_total{device="veth39161efe"} 1 node_network_carrier_up_changes_total{device="veth3b688aab"} 1 node_network_carrier_up_changes_total{device="veth3de53be1"} 1 node_network_carrier_up_changes_total{device="veth53c936ef"} 1 node_network_carrier_up_changes_total{device="veth5438b1e0"} 1 node_network_carrier_up_changes_total{device="veth59bdde09"} 1 node_network_carrier_up_changes_total{device="veth5b30168e"} 1 node_network_carrier_up_changes_total{device="veth5f3927af"} 1 node_network_carrier_up_changes_total{device="veth618905f4"} 1 node_network_carrier_up_changes_total{device="veth6371fd92"} 1 node_network_carrier_up_changes_total{device="veth690ce4cd"} 1 node_network_carrier_up_changes_total{device="veth6d5eecda"} 1 node_network_carrier_up_changes_total{device="veth71098440"} 1 node_network_carrier_up_changes_total{device="veth765aab44"} 1 node_network_carrier_up_changes_total{device="veth7cdf15b7"} 1 node_network_carrier_up_changes_total{device="veth7fa44cba"} 1 node_network_carrier_up_changes_total{device="veth80d4caf7"} 1 node_network_carrier_up_changes_total{device="veth875f2f27"} 1 node_network_carrier_up_changes_total{device="veth87b848fc"} 1 node_network_carrier_up_changes_total{device="veth8d72db5c"} 1 node_network_carrier_up_changes_total{device="veth9c49db02"} 1 node_network_carrier_up_changes_total{device="vetha13dcc6b"} 1 node_network_carrier_up_changes_total{device="vetha2cf49a3"} 1 node_network_carrier_up_changes_total{device="vetha3f245cf"} 1 node_network_carrier_up_changes_total{device="vetha66ec260"} 1 node_network_carrier_up_changes_total{device="vethafbb6388"} 1 node_network_carrier_up_changes_total{device="vethaff881f1"} 1 node_network_carrier_up_changes_total{device="vethb0b39b3e"} 1 node_network_carrier_up_changes_total{device="vethbcd15e11"} 1 node_network_carrier_up_changes_total{device="vethc6d0967a"} 1 node_network_carrier_up_changes_total{device="vethc7264d35"} 1 node_network_carrier_up_changes_total{device="vethd9f544c2"} 1 node_network_carrier_up_changes_total{device="vethe2c8d112"} 1 node_network_carrier_up_changes_total{device="vethe6fa6b49"} 1 node_network_carrier_up_changes_total{device="vetheaa1e523"} 1 node_network_carrier_up_changes_total{device="vethebd4ce62"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="cni0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="flannel.1"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth0162ba44"} 0 node_network_device_id{device="veth0170c948"} 0 node_network_device_id{device="veth04cc06d5"} 0 node_network_device_id{device="veth0cb3e325"} 0 node_network_device_id{device="veth0fb3678b"} 0 node_network_device_id{device="veth1249f7db"} 0 node_network_device_id{device="veth2c61ad7c"} 0 node_network_device_id{device="veth349e5881"} 0 node_network_device_id{device="veth39161efe"} 0 node_network_device_id{device="veth3b688aab"} 0 node_network_device_id{device="veth3de53be1"} 0 node_network_device_id{device="veth53c936ef"} 0 node_network_device_id{device="veth5438b1e0"} 0 node_network_device_id{device="veth59bdde09"} 0 node_network_device_id{device="veth5b30168e"} 0 node_network_device_id{device="veth5f3927af"} 0 node_network_device_id{device="veth618905f4"} 0 node_network_device_id{device="veth6371fd92"} 0 node_network_device_id{device="veth690ce4cd"} 0 node_network_device_id{device="veth6d5eecda"} 0 node_network_device_id{device="veth71098440"} 0 node_network_device_id{device="veth765aab44"} 0 node_network_device_id{device="veth7cdf15b7"} 0 node_network_device_id{device="veth7fa44cba"} 0 node_network_device_id{device="veth80d4caf7"} 0 node_network_device_id{device="veth875f2f27"} 0 node_network_device_id{device="veth87b848fc"} 0 node_network_device_id{device="veth8d72db5c"} 0 node_network_device_id{device="veth9c49db02"} 0 node_network_device_id{device="vetha13dcc6b"} 0 node_network_device_id{device="vetha2cf49a3"} 0 node_network_device_id{device="vetha3f245cf"} 0 node_network_device_id{device="vetha66ec260"} 0 node_network_device_id{device="vethafbb6388"} 0 node_network_device_id{device="vethaff881f1"} 0 node_network_device_id{device="vethb0b39b3e"} 0 node_network_device_id{device="vethbcd15e11"} 0 node_network_device_id{device="vethc6d0967a"} 0 node_network_device_id{device="vethc7264d35"} 0 node_network_device_id{device="vethd9f544c2"} 0 node_network_device_id{device="vethe2c8d112"} 0 node_network_device_id{device="vethe6fa6b49"} 0 node_network_device_id{device="vetheaa1e523"} 0 node_network_device_id{device="vethebd4ce62"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="cni0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="flannel.1"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth0162ba44"} 0 node_network_dormant{device="veth0170c948"} 0 node_network_dormant{device="veth04cc06d5"} 0 node_network_dormant{device="veth0cb3e325"} 0 node_network_dormant{device="veth0fb3678b"} 0 node_network_dormant{device="veth1249f7db"} 0 node_network_dormant{device="veth2c61ad7c"} 0 node_network_dormant{device="veth349e5881"} 0 node_network_dormant{device="veth39161efe"} 0 node_network_dormant{device="veth3b688aab"} 0 node_network_dormant{device="veth3de53be1"} 0 node_network_dormant{device="veth53c936ef"} 0 node_network_dormant{device="veth5438b1e0"} 0 node_network_dormant{device="veth59bdde09"} 0 node_network_dormant{device="veth5b30168e"} 0 node_network_dormant{device="veth5f3927af"} 0 node_network_dormant{device="veth618905f4"} 0 node_network_dormant{device="veth6371fd92"} 0 node_network_dormant{device="veth690ce4cd"} 0 node_network_dormant{device="veth6d5eecda"} 0 node_network_dormant{device="veth71098440"} 0 node_network_dormant{device="veth765aab44"} 0 node_network_dormant{device="veth7cdf15b7"} 0 node_network_dormant{device="veth7fa44cba"} 0 node_network_dormant{device="veth80d4caf7"} 0 node_network_dormant{device="veth875f2f27"} 0 node_network_dormant{device="veth87b848fc"} 0 node_network_dormant{device="veth8d72db5c"} 0 node_network_dormant{device="veth9c49db02"} 0 node_network_dormant{device="vetha13dcc6b"} 0 node_network_dormant{device="vetha2cf49a3"} 0 node_network_dormant{device="vetha3f245cf"} 0 node_network_dormant{device="vetha66ec260"} 0 node_network_dormant{device="vethafbb6388"} 0 node_network_dormant{device="vethaff881f1"} 0 node_network_dormant{device="vethb0b39b3e"} 0 node_network_dormant{device="vethbcd15e11"} 0 node_network_dormant{device="vethc6d0967a"} 0 node_network_dormant{device="vethc7264d35"} 0 node_network_dormant{device="vethd9f544c2"} 0 node_network_dormant{device="vethe2c8d112"} 0 node_network_dormant{device="vethe6fa6b49"} 0 node_network_dormant{device="vetheaa1e523"} 0 node_network_dormant{device="vethebd4ce62"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="cni0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="flannel.1"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth0162ba44"} 4867 node_network_flags{device="veth0170c948"} 4867 node_network_flags{device="veth04cc06d5"} 4867 node_network_flags{device="veth0cb3e325"} 4867 node_network_flags{device="veth0fb3678b"} 4867 node_network_flags{device="veth1249f7db"} 4867 node_network_flags{device="veth2c61ad7c"} 4867 node_network_flags{device="veth349e5881"} 4867 node_network_flags{device="veth39161efe"} 4867 node_network_flags{device="veth3b688aab"} 4867 node_network_flags{device="veth3de53be1"} 4867 node_network_flags{device="veth53c936ef"} 4867 node_network_flags{device="veth5438b1e0"} 4867 node_network_flags{device="veth59bdde09"} 4867 node_network_flags{device="veth5b30168e"} 4867 node_network_flags{device="veth5f3927af"} 4867 node_network_flags{device="veth618905f4"} 4867 node_network_flags{device="veth6371fd92"} 4867 node_network_flags{device="veth690ce4cd"} 4867 node_network_flags{device="veth6d5eecda"} 4867 node_network_flags{device="veth71098440"} 4867 node_network_flags{device="veth765aab44"} 4867 node_network_flags{device="veth7cdf15b7"} 4867 node_network_flags{device="veth7fa44cba"} 4867 node_network_flags{device="veth80d4caf7"} 4867 node_network_flags{device="veth875f2f27"} 4867 node_network_flags{device="veth87b848fc"} 4867 node_network_flags{device="veth8d72db5c"} 4867 node_network_flags{device="veth9c49db02"} 4867 node_network_flags{device="vetha13dcc6b"} 4867 node_network_flags{device="vetha2cf49a3"} 4867 node_network_flags{device="vetha3f245cf"} 4867 node_network_flags{device="vetha66ec260"} 4867 node_network_flags{device="vethafbb6388"} 4867 node_network_flags{device="vethaff881f1"} 4867 node_network_flags{device="vethb0b39b3e"} 4867 node_network_flags{device="vethbcd15e11"} 4867 node_network_flags{device="vethc6d0967a"} 4867 node_network_flags{device="vethc7264d35"} 4867 node_network_flags{device="vethd9f544c2"} 4867 node_network_flags{device="vethe2c8d112"} 4867 node_network_flags{device="vethe6fa6b49"} 4867 node_network_flags{device="vetheaa1e523"} 4867 node_network_flags{device="vethebd4ce62"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="cni0"} 4 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="flannel.1"} 3 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth0162ba44"} 267 node_network_iface_id{device="veth0170c948"} 195 node_network_iface_id{device="veth04cc06d5"} 315 node_network_iface_id{device="veth0cb3e325"} 322 node_network_iface_id{device="veth0fb3678b"} 191 node_network_iface_id{device="veth1249f7db"} 313 node_network_iface_id{device="veth2c61ad7c"} 6 node_network_iface_id{device="veth349e5881"} 323 node_network_iface_id{device="veth39161efe"} 273 node_network_iface_id{device="veth3b688aab"} 196 node_network_iface_id{device="veth3de53be1"} 189 node_network_iface_id{device="veth53c936ef"} 317 node_network_iface_id{device="veth5438b1e0"} 314 node_network_iface_id{device="veth59bdde09"} 216 node_network_iface_id{device="veth5b30168e"} 214 node_network_iface_id{device="veth5f3927af"} 278 node_network_iface_id{device="veth618905f4"} 276 node_network_iface_id{device="veth6371fd92"} 316 node_network_iface_id{device="veth690ce4cd"} 277 node_network_iface_id{device="veth6d5eecda"} 204 node_network_iface_id{device="veth71098440"} 326 node_network_iface_id{device="veth765aab44"} 266 node_network_iface_id{device="veth7cdf15b7"} 274 node_network_iface_id{device="veth7fa44cba"} 218 node_network_iface_id{device="veth80d4caf7"} 281 node_network_iface_id{device="veth875f2f27"} 192 node_network_iface_id{device="veth87b848fc"} 275 node_network_iface_id{device="veth8d72db5c"} 270 node_network_iface_id{device="veth9c49db02"} 318 node_network_iface_id{device="vetha13dcc6b"} 222 node_network_iface_id{device="vetha2cf49a3"} 182 node_network_iface_id{device="vetha3f245cf"} 208 node_network_iface_id{device="vetha66ec260"} 219 node_network_iface_id{device="vethafbb6388"} 5 node_network_iface_id{device="vethaff881f1"} 206 node_network_iface_id{device="vethb0b39b3e"} 201 node_network_iface_id{device="vethbcd15e11"} 212 node_network_iface_id{device="vethc6d0967a"} 258 node_network_iface_id{device="vethc7264d35"} 259 node_network_iface_id{device="vethd9f544c2"} 324 node_network_iface_id{device="vethe2c8d112"} 194 node_network_iface_id{device="vethe6fa6b49"} 202 node_network_iface_id{device="vetheaa1e523"} 310 node_network_iface_id{device="vethebd4ce62"} 307 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="cni0"} 4 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="flannel.1"} 3 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth0162ba44"} 2 node_network_iface_link{device="veth0170c948"} 2 node_network_iface_link{device="veth04cc06d5"} 2 node_network_iface_link{device="veth0cb3e325"} 2 node_network_iface_link{device="veth0fb3678b"} 2 node_network_iface_link{device="veth1249f7db"} 2 node_network_iface_link{device="veth2c61ad7c"} 2 node_network_iface_link{device="veth349e5881"} 2 node_network_iface_link{device="veth39161efe"} 2 node_network_iface_link{device="veth3b688aab"} 2 node_network_iface_link{device="veth3de53be1"} 2 node_network_iface_link{device="veth53c936ef"} 2 node_network_iface_link{device="veth5438b1e0"} 2 node_network_iface_link{device="veth59bdde09"} 2 node_network_iface_link{device="veth5b30168e"} 2 node_network_iface_link{device="veth5f3927af"} 2 node_network_iface_link{device="veth618905f4"} 2 node_network_iface_link{device="veth6371fd92"} 2 node_network_iface_link{device="veth690ce4cd"} 2 node_network_iface_link{device="veth6d5eecda"} 2 node_network_iface_link{device="veth71098440"} 2 node_network_iface_link{device="veth765aab44"} 2 node_network_iface_link{device="veth7cdf15b7"} 2 node_network_iface_link{device="veth7fa44cba"} 2 node_network_iface_link{device="veth80d4caf7"} 2 node_network_iface_link{device="veth875f2f27"} 2 node_network_iface_link{device="veth87b848fc"} 2 node_network_iface_link{device="veth8d72db5c"} 2 node_network_iface_link{device="veth9c49db02"} 2 node_network_iface_link{device="vetha13dcc6b"} 2 node_network_iface_link{device="vetha2cf49a3"} 2 node_network_iface_link{device="vetha3f245cf"} 2 node_network_iface_link{device="vetha66ec260"} 2 node_network_iface_link{device="vethafbb6388"} 2 node_network_iface_link{device="vethaff881f1"} 2 node_network_iface_link{device="vethb0b39b3e"} 2 node_network_iface_link{device="vethbcd15e11"} 2 node_network_iface_link{device="vethc6d0967a"} 2 node_network_iface_link{device="vethc7264d35"} 2 node_network_iface_link{device="vethd9f544c2"} 2 node_network_iface_link{device="vethe2c8d112"} 2 node_network_iface_link{device="vethe6fa6b49"} 2 node_network_iface_link{device="vetheaa1e523"} 2 node_network_iface_link{device="vethebd4ce62"} 2 # 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="cni0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="flannel.1"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth0162ba44"} 0 node_network_iface_link_mode{device="veth0170c948"} 0 node_network_iface_link_mode{device="veth04cc06d5"} 0 node_network_iface_link_mode{device="veth0cb3e325"} 0 node_network_iface_link_mode{device="veth0fb3678b"} 0 node_network_iface_link_mode{device="veth1249f7db"} 0 node_network_iface_link_mode{device="veth2c61ad7c"} 0 node_network_iface_link_mode{device="veth349e5881"} 0 node_network_iface_link_mode{device="veth39161efe"} 0 node_network_iface_link_mode{device="veth3b688aab"} 0 node_network_iface_link_mode{device="veth3de53be1"} 0 node_network_iface_link_mode{device="veth53c936ef"} 0 node_network_iface_link_mode{device="veth5438b1e0"} 0 node_network_iface_link_mode{device="veth59bdde09"} 0 node_network_iface_link_mode{device="veth5b30168e"} 0 node_network_iface_link_mode{device="veth5f3927af"} 0 node_network_iface_link_mode{device="veth618905f4"} 0 node_network_iface_link_mode{device="veth6371fd92"} 0 node_network_iface_link_mode{device="veth690ce4cd"} 0 node_network_iface_link_mode{device="veth6d5eecda"} 0 node_network_iface_link_mode{device="veth71098440"} 0 node_network_iface_link_mode{device="veth765aab44"} 0 node_network_iface_link_mode{device="veth7cdf15b7"} 0 node_network_iface_link_mode{device="veth7fa44cba"} 0 node_network_iface_link_mode{device="veth80d4caf7"} 0 node_network_iface_link_mode{device="veth875f2f27"} 0 node_network_iface_link_mode{device="veth87b848fc"} 0 node_network_iface_link_mode{device="veth8d72db5c"} 0 node_network_iface_link_mode{device="veth9c49db02"} 0 node_network_iface_link_mode{device="vetha13dcc6b"} 0 node_network_iface_link_mode{device="vetha2cf49a3"} 0 node_network_iface_link_mode{device="vetha3f245cf"} 0 node_network_iface_link_mode{device="vetha66ec260"} 0 node_network_iface_link_mode{device="vethafbb6388"} 0 node_network_iface_link_mode{device="vethaff881f1"} 0 node_network_iface_link_mode{device="vethb0b39b3e"} 0 node_network_iface_link_mode{device="vethbcd15e11"} 0 node_network_iface_link_mode{device="vethc6d0967a"} 0 node_network_iface_link_mode{device="vethc7264d35"} 0 node_network_iface_link_mode{device="vethd9f544c2"} 0 node_network_iface_link_mode{device="vethe2c8d112"} 0 node_network_iface_link_mode{device="vethe6fa6b49"} 0 node_network_iface_link_mode{device="vetheaa1e523"} 0 node_network_iface_link_mode{device="vethebd4ce62"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:43:a6:19:6f:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha66ec260",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:48:99:53:9a:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc7264d35",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:a7:98:73:35:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth71098440",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:11:54:eb:26:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3b688aab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:7b:ba:8e:74:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b30168e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:ce:38:54:d7:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheaa1e523",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:bf:19:b6:a4:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0fb3678b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:c5:e0:b0:ae:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="flannel.1",duplex="unknown",ifalias="",operstate="unknown"} 1 node_network_info{address="46:34:45:30:a9:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87b848fc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:dc:89:94:92:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth618905f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:9f:cc:c9:02:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2c8d112",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:b9:a6:af:13:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2c61ad7c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:73:f4:3d:5c:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cni0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="52:8b:e1:ce:c7:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7cdf15b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:5d:6f:48:3a:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3de53be1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:2b:22:42:24:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5438b1e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:f8:f2:10:b1:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth349e5881",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:c3:5a:0a:a6:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethebd4ce62",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:c3:0b:e0:4c:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f3927af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:0f:37:91:7d:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6371fd92",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:bc:c4:ff:f8:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d72db5c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:e0:00:f2:7b:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth80d4caf7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:4c:0a:d3:61:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe6fa6b49",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:77:7d:fc:21:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0cb3e325",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:13:ef:8c:4c:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb0b39b3e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:91:ff:7c:78:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9f544c2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:1c:d7:45:3d:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth765aab44",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:d1:b7:f5:6d:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0162ba44",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:7b:ed:19:c9:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth39161efe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:1a:a7:0c:13:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaff881f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:05:32:9e:e5:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3f245cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:23:f9:cd:bb:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha13dcc6b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:fe:36:fe:eb:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth690ce4cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="bc:24:11:52:5d:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="c6:53:cd:72:7d:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c49db02",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:59:14:c9:fe:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04cc06d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:86:3b:a5:e2:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth53c936ef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:a2:ec:b5:81:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethafbb6388",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:e2:39:09:97:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7fa44cba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:6b:f0:f9:64:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2cf49a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:eb:3a:4f:37:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6d0967a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:0e:35:d7:c8:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d5eecda",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:d0:16:bd:de:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth875f2f27",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:63:ca:20:0e:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth59bdde09",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:d2:1f:32:de:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbcd15e11",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:ac:25:d1:6e:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1249f7db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:c3:48:e8:03:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0170c948",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="cni0"} 1450 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="flannel.1"} 1450 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth0162ba44"} 1450 node_network_mtu_bytes{device="veth0170c948"} 1450 node_network_mtu_bytes{device="veth04cc06d5"} 1450 node_network_mtu_bytes{device="veth0cb3e325"} 1450 node_network_mtu_bytes{device="veth0fb3678b"} 1450 node_network_mtu_bytes{device="veth1249f7db"} 1450 node_network_mtu_bytes{device="veth2c61ad7c"} 1450 node_network_mtu_bytes{device="veth349e5881"} 1450 node_network_mtu_bytes{device="veth39161efe"} 1450 node_network_mtu_bytes{device="veth3b688aab"} 1450 node_network_mtu_bytes{device="veth3de53be1"} 1450 node_network_mtu_bytes{device="veth53c936ef"} 1450 node_network_mtu_bytes{device="veth5438b1e0"} 1450 node_network_mtu_bytes{device="veth59bdde09"} 1450 node_network_mtu_bytes{device="veth5b30168e"} 1450 node_network_mtu_bytes{device="veth5f3927af"} 1450 node_network_mtu_bytes{device="veth618905f4"} 1450 node_network_mtu_bytes{device="veth6371fd92"} 1450 node_network_mtu_bytes{device="veth690ce4cd"} 1450 node_network_mtu_bytes{device="veth6d5eecda"} 1450 node_network_mtu_bytes{device="veth71098440"} 1450 node_network_mtu_bytes{device="veth765aab44"} 1450 node_network_mtu_bytes{device="veth7cdf15b7"} 1450 node_network_mtu_bytes{device="veth7fa44cba"} 1450 node_network_mtu_bytes{device="veth80d4caf7"} 1450 node_network_mtu_bytes{device="veth875f2f27"} 1450 node_network_mtu_bytes{device="veth87b848fc"} 1450 node_network_mtu_bytes{device="veth8d72db5c"} 1450 node_network_mtu_bytes{device="veth9c49db02"} 1450 node_network_mtu_bytes{device="vetha13dcc6b"} 1450 node_network_mtu_bytes{device="vetha2cf49a3"} 1450 node_network_mtu_bytes{device="vetha3f245cf"} 1450 node_network_mtu_bytes{device="vetha66ec260"} 1450 node_network_mtu_bytes{device="vethafbb6388"} 1450 node_network_mtu_bytes{device="vethaff881f1"} 1450 node_network_mtu_bytes{device="vethb0b39b3e"} 1450 node_network_mtu_bytes{device="vethbcd15e11"} 1450 node_network_mtu_bytes{device="vethc6d0967a"} 1450 node_network_mtu_bytes{device="vethc7264d35"} 1450 node_network_mtu_bytes{device="vethd9f544c2"} 1450 node_network_mtu_bytes{device="vethe2c8d112"} 1450 node_network_mtu_bytes{device="vethe6fa6b49"} 1450 node_network_mtu_bytes{device="vetheaa1e523"} 1450 node_network_mtu_bytes{device="vethebd4ce62"} 1450 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="cni0"} 3 node_network_name_assign_type{device="eth0"} 4 node_network_name_assign_type{device="flannel.1"} 3 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth0162ba44"} 3 node_network_name_assign_type{device="veth0170c948"} 3 node_network_name_assign_type{device="veth04cc06d5"} 3 node_network_name_assign_type{device="veth0cb3e325"} 3 node_network_name_assign_type{device="veth0fb3678b"} 3 node_network_name_assign_type{device="veth1249f7db"} 3 node_network_name_assign_type{device="veth2c61ad7c"} 3 node_network_name_assign_type{device="veth349e5881"} 3 node_network_name_assign_type{device="veth39161efe"} 3 node_network_name_assign_type{device="veth3b688aab"} 3 node_network_name_assign_type{device="veth3de53be1"} 3 node_network_name_assign_type{device="veth53c936ef"} 3 node_network_name_assign_type{device="veth5438b1e0"} 3 node_network_name_assign_type{device="veth59bdde09"} 3 node_network_name_assign_type{device="veth5b30168e"} 3 node_network_name_assign_type{device="veth5f3927af"} 3 node_network_name_assign_type{device="veth618905f4"} 3 node_network_name_assign_type{device="veth6371fd92"} 3 node_network_name_assign_type{device="veth690ce4cd"} 3 node_network_name_assign_type{device="veth6d5eecda"} 3 node_network_name_assign_type{device="veth71098440"} 3 node_network_name_assign_type{device="veth765aab44"} 3 node_network_name_assign_type{device="veth7cdf15b7"} 3 node_network_name_assign_type{device="veth7fa44cba"} 3 node_network_name_assign_type{device="veth80d4caf7"} 3 node_network_name_assign_type{device="veth875f2f27"} 3 node_network_name_assign_type{device="veth87b848fc"} 3 node_network_name_assign_type{device="veth8d72db5c"} 3 node_network_name_assign_type{device="veth9c49db02"} 3 node_network_name_assign_type{device="vetha13dcc6b"} 3 node_network_name_assign_type{device="vetha2cf49a3"} 3 node_network_name_assign_type{device="vetha3f245cf"} 3 node_network_name_assign_type{device="vetha66ec260"} 3 node_network_name_assign_type{device="vethafbb6388"} 3 node_network_name_assign_type{device="vethaff881f1"} 3 node_network_name_assign_type{device="vethb0b39b3e"} 3 node_network_name_assign_type{device="vethbcd15e11"} 3 node_network_name_assign_type{device="vethc6d0967a"} 3 node_network_name_assign_type{device="vethc7264d35"} 3 node_network_name_assign_type{device="vethd9f544c2"} 3 node_network_name_assign_type{device="vethe2c8d112"} 3 node_network_name_assign_type{device="vethe6fa6b49"} 3 node_network_name_assign_type{device="vetheaa1e523"} 3 node_network_name_assign_type{device="vethebd4ce62"} 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="cni0"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="flannel.1"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth0162ba44"} 0 node_network_net_dev_group{device="veth0170c948"} 0 node_network_net_dev_group{device="veth04cc06d5"} 0 node_network_net_dev_group{device="veth0cb3e325"} 0 node_network_net_dev_group{device="veth0fb3678b"} 0 node_network_net_dev_group{device="veth1249f7db"} 0 node_network_net_dev_group{device="veth2c61ad7c"} 0 node_network_net_dev_group{device="veth349e5881"} 0 node_network_net_dev_group{device="veth39161efe"} 0 node_network_net_dev_group{device="veth3b688aab"} 0 node_network_net_dev_group{device="veth3de53be1"} 0 node_network_net_dev_group{device="veth53c936ef"} 0 node_network_net_dev_group{device="veth5438b1e0"} 0 node_network_net_dev_group{device="veth59bdde09"} 0 node_network_net_dev_group{device="veth5b30168e"} 0 node_network_net_dev_group{device="veth5f3927af"} 0 node_network_net_dev_group{device="veth618905f4"} 0 node_network_net_dev_group{device="veth6371fd92"} 0 node_network_net_dev_group{device="veth690ce4cd"} 0 node_network_net_dev_group{device="veth6d5eecda"} 0 node_network_net_dev_group{device="veth71098440"} 0 node_network_net_dev_group{device="veth765aab44"} 0 node_network_net_dev_group{device="veth7cdf15b7"} 0 node_network_net_dev_group{device="veth7fa44cba"} 0 node_network_net_dev_group{device="veth80d4caf7"} 0 node_network_net_dev_group{device="veth875f2f27"} 0 node_network_net_dev_group{device="veth87b848fc"} 0 node_network_net_dev_group{device="veth8d72db5c"} 0 node_network_net_dev_group{device="veth9c49db02"} 0 node_network_net_dev_group{device="vetha13dcc6b"} 0 node_network_net_dev_group{device="vetha2cf49a3"} 0 node_network_net_dev_group{device="vetha3f245cf"} 0 node_network_net_dev_group{device="vetha66ec260"} 0 node_network_net_dev_group{device="vethafbb6388"} 0 node_network_net_dev_group{device="vethaff881f1"} 0 node_network_net_dev_group{device="vethb0b39b3e"} 0 node_network_net_dev_group{device="vethbcd15e11"} 0 node_network_net_dev_group{device="vethc6d0967a"} 0 node_network_net_dev_group{device="vethc7264d35"} 0 node_network_net_dev_group{device="vethd9f544c2"} 0 node_network_net_dev_group{device="vethe2c8d112"} 0 node_network_net_dev_group{device="vethe6fa6b49"} 0 node_network_net_dev_group{device="vetheaa1e523"} 0 node_network_net_dev_group{device="vethebd4ce62"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="cni0"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="flannel.1"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth0162ba44"} 1 node_network_protocol_type{device="veth0170c948"} 1 node_network_protocol_type{device="veth04cc06d5"} 1 node_network_protocol_type{device="veth0cb3e325"} 1 node_network_protocol_type{device="veth0fb3678b"} 1 node_network_protocol_type{device="veth1249f7db"} 1 node_network_protocol_type{device="veth2c61ad7c"} 1 node_network_protocol_type{device="veth349e5881"} 1 node_network_protocol_type{device="veth39161efe"} 1 node_network_protocol_type{device="veth3b688aab"} 1 node_network_protocol_type{device="veth3de53be1"} 1 node_network_protocol_type{device="veth53c936ef"} 1 node_network_protocol_type{device="veth5438b1e0"} 1 node_network_protocol_type{device="veth59bdde09"} 1 node_network_protocol_type{device="veth5b30168e"} 1 node_network_protocol_type{device="veth5f3927af"} 1 node_network_protocol_type{device="veth618905f4"} 1 node_network_protocol_type{device="veth6371fd92"} 1 node_network_protocol_type{device="veth690ce4cd"} 1 node_network_protocol_type{device="veth6d5eecda"} 1 node_network_protocol_type{device="veth71098440"} 1 node_network_protocol_type{device="veth765aab44"} 1 node_network_protocol_type{device="veth7cdf15b7"} 1 node_network_protocol_type{device="veth7fa44cba"} 1 node_network_protocol_type{device="veth80d4caf7"} 1 node_network_protocol_type{device="veth875f2f27"} 1 node_network_protocol_type{device="veth87b848fc"} 1 node_network_protocol_type{device="veth8d72db5c"} 1 node_network_protocol_type{device="veth9c49db02"} 1 node_network_protocol_type{device="vetha13dcc6b"} 1 node_network_protocol_type{device="vetha2cf49a3"} 1 node_network_protocol_type{device="vetha3f245cf"} 1 node_network_protocol_type{device="vetha66ec260"} 1 node_network_protocol_type{device="vethafbb6388"} 1 node_network_protocol_type{device="vethaff881f1"} 1 node_network_protocol_type{device="vethb0b39b3e"} 1 node_network_protocol_type{device="vethbcd15e11"} 1 node_network_protocol_type{device="vethc6d0967a"} 1 node_network_protocol_type{device="vethc7264d35"} 1 node_network_protocol_type{device="vethd9f544c2"} 1 node_network_protocol_type{device="vethe2c8d112"} 1 node_network_protocol_type{device="vethe6fa6b49"} 1 node_network_protocol_type{device="vetheaa1e523"} 1 node_network_protocol_type{device="vethebd4ce62"} 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="cni0"} 2.6468777055e+10 node_network_receive_bytes_total{device="eth0"} 1.44847984085e+11 node_network_receive_bytes_total{device="flannel.1"} 7.492113873e+09 node_network_receive_bytes_total{device="lo"} 1.967411207e+09 node_network_receive_bytes_total{device="veth0162ba44"} 2.72186799e+09 node_network_receive_bytes_total{device="veth0170c948"} 4.03763e+06 node_network_receive_bytes_total{device="veth04cc06d5"} 1.3411315e+07 node_network_receive_bytes_total{device="veth0cb3e325"} 2992 node_network_receive_bytes_total{device="veth0fb3678b"} 7.136021e+06 node_network_receive_bytes_total{device="veth1249f7db"} 5.80321281e+08 node_network_receive_bytes_total{device="veth2c61ad7c"} 2.246668746e+09 node_network_receive_bytes_total{device="veth349e5881"} 2.6044095e+07 node_network_receive_bytes_total{device="veth39161efe"} 1.5532893409e+10 node_network_receive_bytes_total{device="veth3b688aab"} 4.893961e+06 node_network_receive_bytes_total{device="veth3de53be1"} 10552 node_network_receive_bytes_total{device="veth53c936ef"} 82496 node_network_receive_bytes_total{device="veth5438b1e0"} 5.137964e+06 node_network_receive_bytes_total{device="veth59bdde09"} 6.492656e+06 node_network_receive_bytes_total{device="veth5b30168e"} 1.7721425e+07 node_network_receive_bytes_total{device="veth5f3927af"} 6072 node_network_receive_bytes_total{device="veth618905f4"} 6072 node_network_receive_bytes_total{device="veth6371fd92"} 4.658078e+06 node_network_receive_bytes_total{device="veth690ce4cd"} 3.009981e+06 node_network_receive_bytes_total{device="veth6d5eecda"} 9362 node_network_receive_bytes_total{device="veth71098440"} 5.337048e+06 node_network_receive_bytes_total{device="veth765aab44"} 7.0131679e+07 node_network_receive_bytes_total{device="veth7cdf15b7"} 3.7671925e+07 node_network_receive_bytes_total{device="veth7fa44cba"} 3.849738e+06 node_network_receive_bytes_total{device="veth80d4caf7"} 2.7645973e+07 node_network_receive_bytes_total{device="veth875f2f27"} 278774 node_network_receive_bytes_total{device="veth87b848fc"} 3.179768e+06 node_network_receive_bytes_total{device="veth8d72db5c"} 2.56713007e+08 node_network_receive_bytes_total{device="veth9c49db02"} 1.266035e+06 node_network_receive_bytes_total{device="vetha13dcc6b"} 719875 node_network_receive_bytes_total{device="vetha2cf49a3"} 2.1874125e+07 node_network_receive_bytes_total{device="vetha3f245cf"} 2.267675e+06 node_network_receive_bytes_total{device="vetha66ec260"} 9152 node_network_receive_bytes_total{device="vethafbb6388"} 2.245863537e+09 node_network_receive_bytes_total{device="vethaff881f1"} 4.7598287e+07 node_network_receive_bytes_total{device="vethb0b39b3e"} 2.271298e+07 node_network_receive_bytes_total{device="vethbcd15e11"} 9152 node_network_receive_bytes_total{device="vethc6d0967a"} 4.8740737e+07 node_network_receive_bytes_total{device="vethc7264d35"} 2.0928682e+07 node_network_receive_bytes_total{device="vethd9f544c2"} 1.12358161e+08 node_network_receive_bytes_total{device="vethe2c8d112"} 1.0736723e+07 node_network_receive_bytes_total{device="vethe6fa6b49"} 2.3137017e+07 node_network_receive_bytes_total{device="vetheaa1e523"} 6.729811e+06 node_network_receive_bytes_total{device="vethebd4ce62"} 9.62188e+06 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="cni0"} 0 node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="flannel.1"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="veth0162ba44"} 0 node_network_receive_compressed_total{device="veth0170c948"} 0 node_network_receive_compressed_total{device="veth04cc06d5"} 0 node_network_receive_compressed_total{device="veth0cb3e325"} 0 node_network_receive_compressed_total{device="veth0fb3678b"} 0 node_network_receive_compressed_total{device="veth1249f7db"} 0 node_network_receive_compressed_total{device="veth2c61ad7c"} 0 node_network_receive_compressed_total{device="veth349e5881"} 0 node_network_receive_compressed_total{device="veth39161efe"} 0 node_network_receive_compressed_total{device="veth3b688aab"} 0 node_network_receive_compressed_total{device="veth3de53be1"} 0 node_network_receive_compressed_total{device="veth53c936ef"} 0 node_network_receive_compressed_total{device="veth5438b1e0"} 0 node_network_receive_compressed_total{device="veth59bdde09"} 0 node_network_receive_compressed_total{device="veth5b30168e"} 0 node_network_receive_compressed_total{device="veth5f3927af"} 0 node_network_receive_compressed_total{device="veth618905f4"} 0 node_network_receive_compressed_total{device="veth6371fd92"} 0 node_network_receive_compressed_total{device="veth690ce4cd"} 0 node_network_receive_compressed_total{device="veth6d5eecda"} 0 node_network_receive_compressed_total{device="veth71098440"} 0 node_network_receive_compressed_total{device="veth765aab44"} 0 node_network_receive_compressed_total{device="veth7cdf15b7"} 0 node_network_receive_compressed_total{device="veth7fa44cba"} 0 node_network_receive_compressed_total{device="veth80d4caf7"} 0 node_network_receive_compressed_total{device="veth875f2f27"} 0 node_network_receive_compressed_total{device="veth87b848fc"} 0 node_network_receive_compressed_total{device="veth8d72db5c"} 0 node_network_receive_compressed_total{device="veth9c49db02"} 0 node_network_receive_compressed_total{device="vetha13dcc6b"} 0 node_network_receive_compressed_total{device="vetha2cf49a3"} 0 node_network_receive_compressed_total{device="vetha3f245cf"} 0 node_network_receive_compressed_total{device="vetha66ec260"} 0 node_network_receive_compressed_total{device="vethafbb6388"} 0 node_network_receive_compressed_total{device="vethaff881f1"} 0 node_network_receive_compressed_total{device="vethb0b39b3e"} 0 node_network_receive_compressed_total{device="vethbcd15e11"} 0 node_network_receive_compressed_total{device="vethc6d0967a"} 0 node_network_receive_compressed_total{device="vethc7264d35"} 0 node_network_receive_compressed_total{device="vethd9f544c2"} 0 node_network_receive_compressed_total{device="vethe2c8d112"} 0 node_network_receive_compressed_total{device="vethe6fa6b49"} 0 node_network_receive_compressed_total{device="vetheaa1e523"} 0 node_network_receive_compressed_total{device="vethebd4ce62"} 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="cni0"} 0 node_network_receive_drop_total{device="eth0"} 168 node_network_receive_drop_total{device="flannel.1"} 0 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="veth0162ba44"} 0 node_network_receive_drop_total{device="veth0170c948"} 0 node_network_receive_drop_total{device="veth04cc06d5"} 0 node_network_receive_drop_total{device="veth0cb3e325"} 0 node_network_receive_drop_total{device="veth0fb3678b"} 0 node_network_receive_drop_total{device="veth1249f7db"} 0 node_network_receive_drop_total{device="veth2c61ad7c"} 0 node_network_receive_drop_total{device="veth349e5881"} 0 node_network_receive_drop_total{device="veth39161efe"} 0 node_network_receive_drop_total{device="veth3b688aab"} 0 node_network_receive_drop_total{device="veth3de53be1"} 0 node_network_receive_drop_total{device="veth53c936ef"} 0 node_network_receive_drop_total{device="veth5438b1e0"} 0 node_network_receive_drop_total{device="veth59bdde09"} 0 node_network_receive_drop_total{device="veth5b30168e"} 0 node_network_receive_drop_total{device="veth5f3927af"} 0 node_network_receive_drop_total{device="veth618905f4"} 0 node_network_receive_drop_total{device="veth6371fd92"} 0 node_network_receive_drop_total{device="veth690ce4cd"} 0 node_network_receive_drop_total{device="veth6d5eecda"} 0 node_network_receive_drop_total{device="veth71098440"} 0 node_network_receive_drop_total{device="veth765aab44"} 0 node_network_receive_drop_total{device="veth7cdf15b7"} 0 node_network_receive_drop_total{device="veth7fa44cba"} 0 node_network_receive_drop_total{device="veth80d4caf7"} 0 node_network_receive_drop_total{device="veth875f2f27"} 0 node_network_receive_drop_total{device="veth87b848fc"} 0 node_network_receive_drop_total{device="veth8d72db5c"} 0 node_network_receive_drop_total{device="veth9c49db02"} 0 node_network_receive_drop_total{device="vetha13dcc6b"} 0 node_network_receive_drop_total{device="vetha2cf49a3"} 0 node_network_receive_drop_total{device="vetha3f245cf"} 0 node_network_receive_drop_total{device="vetha66ec260"} 0 node_network_receive_drop_total{device="vethafbb6388"} 0 node_network_receive_drop_total{device="vethaff881f1"} 0 node_network_receive_drop_total{device="vethb0b39b3e"} 0 node_network_receive_drop_total{device="vethbcd15e11"} 0 node_network_receive_drop_total{device="vethc6d0967a"} 0 node_network_receive_drop_total{device="vethc7264d35"} 0 node_network_receive_drop_total{device="vethd9f544c2"} 0 node_network_receive_drop_total{device="vethe2c8d112"} 0 node_network_receive_drop_total{device="vethe6fa6b49"} 0 node_network_receive_drop_total{device="vetheaa1e523"} 0 node_network_receive_drop_total{device="vethebd4ce62"} 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="cni0"} 0 node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="flannel.1"} 0 node_network_receive_errs_total{device="lo"} 0 node_network_receive_errs_total{device="veth0162ba44"} 0 node_network_receive_errs_total{device="veth0170c948"} 0 node_network_receive_errs_total{device="veth04cc06d5"} 0 node_network_receive_errs_total{device="veth0cb3e325"} 0 node_network_receive_errs_total{device="veth0fb3678b"} 0 node_network_receive_errs_total{device="veth1249f7db"} 0 node_network_receive_errs_total{device="veth2c61ad7c"} 0 node_network_receive_errs_total{device="veth349e5881"} 0 node_network_receive_errs_total{device="veth39161efe"} 0 node_network_receive_errs_total{device="veth3b688aab"} 0 node_network_receive_errs_total{device="veth3de53be1"} 0 node_network_receive_errs_total{device="veth53c936ef"} 0 node_network_receive_errs_total{device="veth5438b1e0"} 0 node_network_receive_errs_total{device="veth59bdde09"} 0 node_network_receive_errs_total{device="veth5b30168e"} 0 node_network_receive_errs_total{device="veth5f3927af"} 0 node_network_receive_errs_total{device="veth618905f4"} 0 node_network_receive_errs_total{device="veth6371fd92"} 0 node_network_receive_errs_total{device="veth690ce4cd"} 0 node_network_receive_errs_total{device="veth6d5eecda"} 0 node_network_receive_errs_total{device="veth71098440"} 0 node_network_receive_errs_total{device="veth765aab44"} 0 node_network_receive_errs_total{device="veth7cdf15b7"} 0 node_network_receive_errs_total{device="veth7fa44cba"} 0 node_network_receive_errs_total{device="veth80d4caf7"} 0 node_network_receive_errs_total{device="veth875f2f27"} 0 node_network_receive_errs_total{device="veth87b848fc"} 0 node_network_receive_errs_total{device="veth8d72db5c"} 0 node_network_receive_errs_total{device="veth9c49db02"} 0 node_network_receive_errs_total{device="vetha13dcc6b"} 0 node_network_receive_errs_total{device="vetha2cf49a3"} 0 node_network_receive_errs_total{device="vetha3f245cf"} 0 node_network_receive_errs_total{device="vetha66ec260"} 0 node_network_receive_errs_total{device="vethafbb6388"} 0 node_network_receive_errs_total{device="vethaff881f1"} 0 node_network_receive_errs_total{device="vethb0b39b3e"} 0 node_network_receive_errs_total{device="vethbcd15e11"} 0 node_network_receive_errs_total{device="vethc6d0967a"} 0 node_network_receive_errs_total{device="vethc7264d35"} 0 node_network_receive_errs_total{device="vethd9f544c2"} 0 node_network_receive_errs_total{device="vethe2c8d112"} 0 node_network_receive_errs_total{device="vethe6fa6b49"} 0 node_network_receive_errs_total{device="vetheaa1e523"} 0 node_network_receive_errs_total{device="vethebd4ce62"} 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="cni0"} 0 node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="flannel.1"} 0 node_network_receive_fifo_total{device="lo"} 0 node_network_receive_fifo_total{device="veth0162ba44"} 0 node_network_receive_fifo_total{device="veth0170c948"} 0 node_network_receive_fifo_total{device="veth04cc06d5"} 0 node_network_receive_fifo_total{device="veth0cb3e325"} 0 node_network_receive_fifo_total{device="veth0fb3678b"} 0 node_network_receive_fifo_total{device="veth1249f7db"} 0 node_network_receive_fifo_total{device="veth2c61ad7c"} 0 node_network_receive_fifo_total{device="veth349e5881"} 0 node_network_receive_fifo_total{device="veth39161efe"} 0 node_network_receive_fifo_total{device="veth3b688aab"} 0 node_network_receive_fifo_total{device="veth3de53be1"} 0 node_network_receive_fifo_total{device="veth53c936ef"} 0 node_network_receive_fifo_total{device="veth5438b1e0"} 0 node_network_receive_fifo_total{device="veth59bdde09"} 0 node_network_receive_fifo_total{device="veth5b30168e"} 0 node_network_receive_fifo_total{device="veth5f3927af"} 0 node_network_receive_fifo_total{device="veth618905f4"} 0 node_network_receive_fifo_total{device="veth6371fd92"} 0 node_network_receive_fifo_total{device="veth690ce4cd"} 0 node_network_receive_fifo_total{device="veth6d5eecda"} 0 node_network_receive_fifo_total{device="veth71098440"} 0 node_network_receive_fifo_total{device="veth765aab44"} 0 node_network_receive_fifo_total{device="veth7cdf15b7"} 0 node_network_receive_fifo_total{device="veth7fa44cba"} 0 node_network_receive_fifo_total{device="veth80d4caf7"} 0 node_network_receive_fifo_total{device="veth875f2f27"} 0 node_network_receive_fifo_total{device="veth87b848fc"} 0 node_network_receive_fifo_total{device="veth8d72db5c"} 0 node_network_receive_fifo_total{device="veth9c49db02"} 0 node_network_receive_fifo_total{device="vetha13dcc6b"} 0 node_network_receive_fifo_total{device="vetha2cf49a3"} 0 node_network_receive_fifo_total{device="vetha3f245cf"} 0 node_network_receive_fifo_total{device="vetha66ec260"} 0 node_network_receive_fifo_total{device="vethafbb6388"} 0 node_network_receive_fifo_total{device="vethaff881f1"} 0 node_network_receive_fifo_total{device="vethb0b39b3e"} 0 node_network_receive_fifo_total{device="vethbcd15e11"} 0 node_network_receive_fifo_total{device="vethc6d0967a"} 0 node_network_receive_fifo_total{device="vethc7264d35"} 0 node_network_receive_fifo_total{device="vethd9f544c2"} 0 node_network_receive_fifo_total{device="vethe2c8d112"} 0 node_network_receive_fifo_total{device="vethe6fa6b49"} 0 node_network_receive_fifo_total{device="vetheaa1e523"} 0 node_network_receive_fifo_total{device="vethebd4ce62"} 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="cni0"} 0 node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="flannel.1"} 0 node_network_receive_frame_total{device="lo"} 0 node_network_receive_frame_total{device="veth0162ba44"} 0 node_network_receive_frame_total{device="veth0170c948"} 0 node_network_receive_frame_total{device="veth04cc06d5"} 0 node_network_receive_frame_total{device="veth0cb3e325"} 0 node_network_receive_frame_total{device="veth0fb3678b"} 0 node_network_receive_frame_total{device="veth1249f7db"} 0 node_network_receive_frame_total{device="veth2c61ad7c"} 0 node_network_receive_frame_total{device="veth349e5881"} 0 node_network_receive_frame_total{device="veth39161efe"} 0 node_network_receive_frame_total{device="veth3b688aab"} 0 node_network_receive_frame_total{device="veth3de53be1"} 0 node_network_receive_frame_total{device="veth53c936ef"} 0 node_network_receive_frame_total{device="veth5438b1e0"} 0 node_network_receive_frame_total{device="veth59bdde09"} 0 node_network_receive_frame_total{device="veth5b30168e"} 0 node_network_receive_frame_total{device="veth5f3927af"} 0 node_network_receive_frame_total{device="veth618905f4"} 0 node_network_receive_frame_total{device="veth6371fd92"} 0 node_network_receive_frame_total{device="veth690ce4cd"} 0 node_network_receive_frame_total{device="veth6d5eecda"} 0 node_network_receive_frame_total{device="veth71098440"} 0 node_network_receive_frame_total{device="veth765aab44"} 0 node_network_receive_frame_total{device="veth7cdf15b7"} 0 node_network_receive_frame_total{device="veth7fa44cba"} 0 node_network_receive_frame_total{device="veth80d4caf7"} 0 node_network_receive_frame_total{device="veth875f2f27"} 0 node_network_receive_frame_total{device="veth87b848fc"} 0 node_network_receive_frame_total{device="veth8d72db5c"} 0 node_network_receive_frame_total{device="veth9c49db02"} 0 node_network_receive_frame_total{device="vetha13dcc6b"} 0 node_network_receive_frame_total{device="vetha2cf49a3"} 0 node_network_receive_frame_total{device="vetha3f245cf"} 0 node_network_receive_frame_total{device="vetha66ec260"} 0 node_network_receive_frame_total{device="vethafbb6388"} 0 node_network_receive_frame_total{device="vethaff881f1"} 0 node_network_receive_frame_total{device="vethb0b39b3e"} 0 node_network_receive_frame_total{device="vethbcd15e11"} 0 node_network_receive_frame_total{device="vethc6d0967a"} 0 node_network_receive_frame_total{device="vethc7264d35"} 0 node_network_receive_frame_total{device="vethd9f544c2"} 0 node_network_receive_frame_total{device="vethe2c8d112"} 0 node_network_receive_frame_total{device="vethe6fa6b49"} 0 node_network_receive_frame_total{device="vetheaa1e523"} 0 node_network_receive_frame_total{device="vethebd4ce62"} 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="cni0"} 31159 node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="flannel.1"} 0 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="veth0162ba44"} 0 node_network_receive_multicast_total{device="veth0170c948"} 0 node_network_receive_multicast_total{device="veth04cc06d5"} 0 node_network_receive_multicast_total{device="veth0cb3e325"} 0 node_network_receive_multicast_total{device="veth0fb3678b"} 0 node_network_receive_multicast_total{device="veth1249f7db"} 0 node_network_receive_multicast_total{device="veth2c61ad7c"} 0 node_network_receive_multicast_total{device="veth349e5881"} 0 node_network_receive_multicast_total{device="veth39161efe"} 0 node_network_receive_multicast_total{device="veth3b688aab"} 0 node_network_receive_multicast_total{device="veth3de53be1"} 0 node_network_receive_multicast_total{device="veth53c936ef"} 0 node_network_receive_multicast_total{device="veth5438b1e0"} 0 node_network_receive_multicast_total{device="veth59bdde09"} 0 node_network_receive_multicast_total{device="veth5b30168e"} 0 node_network_receive_multicast_total{device="veth5f3927af"} 0 node_network_receive_multicast_total{device="veth618905f4"} 0 node_network_receive_multicast_total{device="veth6371fd92"} 0 node_network_receive_multicast_total{device="veth690ce4cd"} 0 node_network_receive_multicast_total{device="veth6d5eecda"} 0 node_network_receive_multicast_total{device="veth71098440"} 0 node_network_receive_multicast_total{device="veth765aab44"} 0 node_network_receive_multicast_total{device="veth7cdf15b7"} 0 node_network_receive_multicast_total{device="veth7fa44cba"} 0 node_network_receive_multicast_total{device="veth80d4caf7"} 0 node_network_receive_multicast_total{device="veth875f2f27"} 0 node_network_receive_multicast_total{device="veth87b848fc"} 0 node_network_receive_multicast_total{device="veth8d72db5c"} 0 node_network_receive_multicast_total{device="veth9c49db02"} 0 node_network_receive_multicast_total{device="vetha13dcc6b"} 0 node_network_receive_multicast_total{device="vetha2cf49a3"} 0 node_network_receive_multicast_total{device="vetha3f245cf"} 0 node_network_receive_multicast_total{device="vetha66ec260"} 0 node_network_receive_multicast_total{device="vethafbb6388"} 0 node_network_receive_multicast_total{device="vethaff881f1"} 0 node_network_receive_multicast_total{device="vethb0b39b3e"} 0 node_network_receive_multicast_total{device="vethbcd15e11"} 0 node_network_receive_multicast_total{device="vethc6d0967a"} 0 node_network_receive_multicast_total{device="vethc7264d35"} 0 node_network_receive_multicast_total{device="vethd9f544c2"} 0 node_network_receive_multicast_total{device="vethe2c8d112"} 0 node_network_receive_multicast_total{device="vethe6fa6b49"} 0 node_network_receive_multicast_total{device="vetheaa1e523"} 0 node_network_receive_multicast_total{device="vethebd4ce62"} 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="cni0"} 0 node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="flannel.1"} 0 node_network_receive_nohandler_total{device="lo"} 0 node_network_receive_nohandler_total{device="veth0162ba44"} 0 node_network_receive_nohandler_total{device="veth0170c948"} 0 node_network_receive_nohandler_total{device="veth04cc06d5"} 0 node_network_receive_nohandler_total{device="veth0cb3e325"} 0 node_network_receive_nohandler_total{device="veth0fb3678b"} 0 node_network_receive_nohandler_total{device="veth1249f7db"} 0 node_network_receive_nohandler_total{device="veth2c61ad7c"} 0 node_network_receive_nohandler_total{device="veth349e5881"} 0 node_network_receive_nohandler_total{device="veth39161efe"} 0 node_network_receive_nohandler_total{device="veth3b688aab"} 0 node_network_receive_nohandler_total{device="veth3de53be1"} 0 node_network_receive_nohandler_total{device="veth53c936ef"} 0 node_network_receive_nohandler_total{device="veth5438b1e0"} 0 node_network_receive_nohandler_total{device="veth59bdde09"} 0 node_network_receive_nohandler_total{device="veth5b30168e"} 0 node_network_receive_nohandler_total{device="veth5f3927af"} 0 node_network_receive_nohandler_total{device="veth618905f4"} 0 node_network_receive_nohandler_total{device="veth6371fd92"} 0 node_network_receive_nohandler_total{device="veth690ce4cd"} 0 node_network_receive_nohandler_total{device="veth6d5eecda"} 0 node_network_receive_nohandler_total{device="veth71098440"} 0 node_network_receive_nohandler_total{device="veth765aab44"} 0 node_network_receive_nohandler_total{device="veth7cdf15b7"} 0 node_network_receive_nohandler_total{device="veth7fa44cba"} 0 node_network_receive_nohandler_total{device="veth80d4caf7"} 0 node_network_receive_nohandler_total{device="veth875f2f27"} 0 node_network_receive_nohandler_total{device="veth87b848fc"} 0 node_network_receive_nohandler_total{device="veth8d72db5c"} 0 node_network_receive_nohandler_total{device="veth9c49db02"} 0 node_network_receive_nohandler_total{device="vetha13dcc6b"} 0 node_network_receive_nohandler_total{device="vetha2cf49a3"} 0 node_network_receive_nohandler_total{device="vetha3f245cf"} 0 node_network_receive_nohandler_total{device="vetha66ec260"} 0 node_network_receive_nohandler_total{device="vethafbb6388"} 0 node_network_receive_nohandler_total{device="vethaff881f1"} 0 node_network_receive_nohandler_total{device="vethb0b39b3e"} 0 node_network_receive_nohandler_total{device="vethbcd15e11"} 0 node_network_receive_nohandler_total{device="vethc6d0967a"} 0 node_network_receive_nohandler_total{device="vethc7264d35"} 0 node_network_receive_nohandler_total{device="vethd9f544c2"} 0 node_network_receive_nohandler_total{device="vethe2c8d112"} 0 node_network_receive_nohandler_total{device="vethe6fa6b49"} 0 node_network_receive_nohandler_total{device="vetheaa1e523"} 0 node_network_receive_nohandler_total{device="vethebd4ce62"} 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="cni0"} 6.5972189e+07 node_network_receive_packets_total{device="eth0"} 5.30238785e+08 node_network_receive_packets_total{device="flannel.1"} 4.0153915e+07 node_network_receive_packets_total{device="lo"} 1.2977882e+07 node_network_receive_packets_total{device="veth0162ba44"} 6.985874e+06 node_network_receive_packets_total{device="veth0170c948"} 34567 node_network_receive_packets_total{device="veth04cc06d5"} 95470 node_network_receive_packets_total{device="veth0cb3e325"} 42 node_network_receive_packets_total{device="veth0fb3678b"} 60682 node_network_receive_packets_total{device="veth1249f7db"} 33863 node_network_receive_packets_total{device="veth2c61ad7c"} 1.3157061e+07 node_network_receive_packets_total{device="veth349e5881"} 56707 node_network_receive_packets_total{device="veth39161efe"} 2.486175e+06 node_network_receive_packets_total{device="veth3b688aab"} 41230 node_network_receive_packets_total{device="veth3de53be1"} 150 node_network_receive_packets_total{device="veth53c936ef"} 1109 node_network_receive_packets_total{device="veth5438b1e0"} 60212 node_network_receive_packets_total{device="veth59bdde09"} 54324 node_network_receive_packets_total{device="veth5b30168e"} 1611 node_network_receive_packets_total{device="veth5f3927af"} 86 node_network_receive_packets_total{device="veth618905f4"} 86 node_network_receive_packets_total{device="veth6371fd92"} 43611 node_network_receive_packets_total{device="veth690ce4cd"} 37472 node_network_receive_packets_total{device="veth6d5eecda"} 133 node_network_receive_packets_total{device="veth71098440"} 59464 node_network_receive_packets_total{device="veth765aab44"} 818270 node_network_receive_packets_total{device="veth7cdf15b7"} 288967 node_network_receive_packets_total{device="veth7fa44cba"} 45139 node_network_receive_packets_total{device="veth80d4caf7"} 322014 node_network_receive_packets_total{device="veth875f2f27"} 892 node_network_receive_packets_total{device="veth87b848fc"} 39354 node_network_receive_packets_total{device="veth8d72db5c"} 1.606449e+06 node_network_receive_packets_total{device="veth9c49db02"} 8585 node_network_receive_packets_total{device="vetha13dcc6b"} 7825 node_network_receive_packets_total{device="vetha2cf49a3"} 191627 node_network_receive_packets_total{device="vetha3f245cf"} 40198 node_network_receive_packets_total{device="vetha66ec260"} 130 node_network_receive_packets_total{device="vethafbb6388"} 1.3152163e+07 node_network_receive_packets_total{device="vethaff881f1"} 94547 node_network_receive_packets_total{device="vethb0b39b3e"} 248620 node_network_receive_packets_total{device="vethbcd15e11"} 130 node_network_receive_packets_total{device="vethc6d0967a"} 486304 node_network_receive_packets_total{device="vethc7264d35"} 211853 node_network_receive_packets_total{device="vethd9f544c2"} 6278 node_network_receive_packets_total{device="vethe2c8d112"} 122167 node_network_receive_packets_total{device="vethe6fa6b49"} 272811 node_network_receive_packets_total{device="vetheaa1e523"} 74487 node_network_receive_packets_total{device="vethebd4ce62"} 57526 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="cni0"} 1.25e+09 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="flannel.1"} -125000 node_network_speed_bytes{device="veth0162ba44"} 1.25e+09 node_network_speed_bytes{device="veth0170c948"} 1.25e+09 node_network_speed_bytes{device="veth04cc06d5"} 1.25e+09 node_network_speed_bytes{device="veth0cb3e325"} 1.25e+09 node_network_speed_bytes{device="veth0fb3678b"} 1.25e+09 node_network_speed_bytes{device="veth1249f7db"} 1.25e+09 node_network_speed_bytes{device="veth2c61ad7c"} 1.25e+09 node_network_speed_bytes{device="veth349e5881"} 1.25e+09 node_network_speed_bytes{device="veth39161efe"} 1.25e+09 node_network_speed_bytes{device="veth3b688aab"} 1.25e+09 node_network_speed_bytes{device="veth3de53be1"} 1.25e+09 node_network_speed_bytes{device="veth53c936ef"} 1.25e+09 node_network_speed_bytes{device="veth5438b1e0"} 1.25e+09 node_network_speed_bytes{device="veth59bdde09"} 1.25e+09 node_network_speed_bytes{device="veth5b30168e"} 1.25e+09 node_network_speed_bytes{device="veth5f3927af"} 1.25e+09 node_network_speed_bytes{device="veth618905f4"} 1.25e+09 node_network_speed_bytes{device="veth6371fd92"} 1.25e+09 node_network_speed_bytes{device="veth690ce4cd"} 1.25e+09 node_network_speed_bytes{device="veth6d5eecda"} 1.25e+09 node_network_speed_bytes{device="veth71098440"} 1.25e+09 node_network_speed_bytes{device="veth765aab44"} 1.25e+09 node_network_speed_bytes{device="veth7cdf15b7"} 1.25e+09 node_network_speed_bytes{device="veth7fa44cba"} 1.25e+09 node_network_speed_bytes{device="veth80d4caf7"} 1.25e+09 node_network_speed_bytes{device="veth875f2f27"} 1.25e+09 node_network_speed_bytes{device="veth87b848fc"} 1.25e+09 node_network_speed_bytes{device="veth8d72db5c"} 1.25e+09 node_network_speed_bytes{device="veth9c49db02"} 1.25e+09 node_network_speed_bytes{device="vetha13dcc6b"} 1.25e+09 node_network_speed_bytes{device="vetha2cf49a3"} 1.25e+09 node_network_speed_bytes{device="vetha3f245cf"} 1.25e+09 node_network_speed_bytes{device="vetha66ec260"} 1.25e+09 node_network_speed_bytes{device="vethafbb6388"} 1.25e+09 node_network_speed_bytes{device="vethaff881f1"} 1.25e+09 node_network_speed_bytes{device="vethb0b39b3e"} 1.25e+09 node_network_speed_bytes{device="vethbcd15e11"} 1.25e+09 node_network_speed_bytes{device="vethc6d0967a"} 1.25e+09 node_network_speed_bytes{device="vethc7264d35"} 1.25e+09 node_network_speed_bytes{device="vethd9f544c2"} 1.25e+09 node_network_speed_bytes{device="vethe2c8d112"} 1.25e+09 node_network_speed_bytes{device="vethe6fa6b49"} 1.25e+09 node_network_speed_bytes{device="vetheaa1e523"} 1.25e+09 node_network_speed_bytes{device="vethebd4ce62"} 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="cni0"} 2.9088857373e+10 node_network_transmit_bytes_total{device="eth0"} 6.8600371913e+10 node_network_transmit_bytes_total{device="flannel.1"} 2.4039603117e+10 node_network_transmit_bytes_total{device="lo"} 1.967411207e+09 node_network_transmit_bytes_total{device="veth0162ba44"} 4.901483911e+09 node_network_transmit_bytes_total{device="veth0170c948"} 4.77602e+06 node_network_transmit_bytes_total{device="veth04cc06d5"} 1.1773467e+07 node_network_transmit_bytes_total{device="veth0cb3e325"} 350132 node_network_transmit_bytes_total{device="veth0fb3678b"} 1.2620067e+07 node_network_transmit_bytes_total{device="veth1249f7db"} 7.86943e+06 node_network_transmit_bytes_total{device="veth2c61ad7c"} 2.102738963e+09 node_network_transmit_bytes_total{device="veth349e5881"} 1.8382765e+07 node_network_transmit_bytes_total{device="veth39161efe"} 2.191345747e+09 node_network_transmit_bytes_total{device="veth3b688aab"} 9.605568e+06 node_network_transmit_bytes_total{device="veth3de53be1"} 1.270656e+06 node_network_transmit_bytes_total{device="veth53c936ef"} 570531 node_network_transmit_bytes_total{device="veth5438b1e0"} 3.56631e+06 node_network_transmit_bytes_total{device="veth59bdde09"} 2.718693e+07 node_network_transmit_bytes_total{device="veth5b30168e"} 1.51305e+06 node_network_transmit_bytes_total{device="veth5f3927af"} 937912 node_network_transmit_bytes_total{device="veth618905f4"} 938412 node_network_transmit_bytes_total{device="veth6371fd92"} 4.010332e+06 node_network_transmit_bytes_total{device="veth690ce4cd"} 3.485379e+06 node_network_transmit_bytes_total{device="veth6d5eecda"} 1.226218e+06 node_network_transmit_bytes_total{device="veth71098440"} 4.25494e+06 node_network_transmit_bytes_total{device="veth765aab44"} 2.314558254e+09 node_network_transmit_bytes_total{device="veth7cdf15b7"} 2.9673194e+07 node_network_transmit_bytes_total{device="veth7fa44cba"} 4.072327e+06 node_network_transmit_bytes_total{device="veth80d4caf7"} 1.7575966e+07 node_network_transmit_bytes_total{device="veth875f2f27"} 1.666993e+06 node_network_transmit_bytes_total{device="veth87b848fc"} 3.890604e+06 node_network_transmit_bytes_total{device="veth8d72db5c"} 2.46347707e+09 node_network_transmit_bytes_total{device="veth9c49db02"} 7.3253983e+07 node_network_transmit_bytes_total{device="vetha13dcc6b"} 2.670679e+06 node_network_transmit_bytes_total{device="vetha2cf49a3"} 4.6486957e+07 node_network_transmit_bytes_total{device="vetha3f245cf"} 3.526733e+06 node_network_transmit_bytes_total{device="vetha66ec260"} 1.203264e+06 node_network_transmit_bytes_total{device="vethafbb6388"} 2.102501571e+09 node_network_transmit_bytes_total{device="vethaff881f1"} 9.9147316e+07 node_network_transmit_bytes_total{device="vethb0b39b3e"} 2.0686755e+07 node_network_transmit_bytes_total{device="vethbcd15e11"} 1.20878e+06 node_network_transmit_bytes_total{device="vethc6d0967a"} 5.6660635e+07 node_network_transmit_bytes_total{device="vethc7264d35"} 2.8776319e+07 node_network_transmit_bytes_total{device="vethd9f544c2"} 1.645821e+06 node_network_transmit_bytes_total{device="vethe2c8d112"} 9.370342e+06 node_network_transmit_bytes_total{device="vethe6fa6b49"} 1.7065098e+07 node_network_transmit_bytes_total{device="vetheaa1e523"} 5.511438e+06 node_network_transmit_bytes_total{device="vethebd4ce62"} 7.62397e+06 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="cni0"} 0 node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="flannel.1"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="veth0162ba44"} 0 node_network_transmit_carrier_total{device="veth0170c948"} 0 node_network_transmit_carrier_total{device="veth04cc06d5"} 0 node_network_transmit_carrier_total{device="veth0cb3e325"} 0 node_network_transmit_carrier_total{device="veth0fb3678b"} 0 node_network_transmit_carrier_total{device="veth1249f7db"} 0 node_network_transmit_carrier_total{device="veth2c61ad7c"} 0 node_network_transmit_carrier_total{device="veth349e5881"} 0 node_network_transmit_carrier_total{device="veth39161efe"} 0 node_network_transmit_carrier_total{device="veth3b688aab"} 0 node_network_transmit_carrier_total{device="veth3de53be1"} 0 node_network_transmit_carrier_total{device="veth53c936ef"} 0 node_network_transmit_carrier_total{device="veth5438b1e0"} 0 node_network_transmit_carrier_total{device="veth59bdde09"} 0 node_network_transmit_carrier_total{device="veth5b30168e"} 0 node_network_transmit_carrier_total{device="veth5f3927af"} 0 node_network_transmit_carrier_total{device="veth618905f4"} 0 node_network_transmit_carrier_total{device="veth6371fd92"} 0 node_network_transmit_carrier_total{device="veth690ce4cd"} 0 node_network_transmit_carrier_total{device="veth6d5eecda"} 0 node_network_transmit_carrier_total{device="veth71098440"} 0 node_network_transmit_carrier_total{device="veth765aab44"} 0 node_network_transmit_carrier_total{device="veth7cdf15b7"} 0 node_network_transmit_carrier_total{device="veth7fa44cba"} 0 node_network_transmit_carrier_total{device="veth80d4caf7"} 0 node_network_transmit_carrier_total{device="veth875f2f27"} 0 node_network_transmit_carrier_total{device="veth87b848fc"} 0 node_network_transmit_carrier_total{device="veth8d72db5c"} 0 node_network_transmit_carrier_total{device="veth9c49db02"} 0 node_network_transmit_carrier_total{device="vetha13dcc6b"} 0 node_network_transmit_carrier_total{device="vetha2cf49a3"} 0 node_network_transmit_carrier_total{device="vetha3f245cf"} 0 node_network_transmit_carrier_total{device="vetha66ec260"} 0 node_network_transmit_carrier_total{device="vethafbb6388"} 0 node_network_transmit_carrier_total{device="vethaff881f1"} 0 node_network_transmit_carrier_total{device="vethb0b39b3e"} 0 node_network_transmit_carrier_total{device="vethbcd15e11"} 0 node_network_transmit_carrier_total{device="vethc6d0967a"} 0 node_network_transmit_carrier_total{device="vethc7264d35"} 0 node_network_transmit_carrier_total{device="vethd9f544c2"} 0 node_network_transmit_carrier_total{device="vethe2c8d112"} 0 node_network_transmit_carrier_total{device="vethe6fa6b49"} 0 node_network_transmit_carrier_total{device="vetheaa1e523"} 0 node_network_transmit_carrier_total{device="vethebd4ce62"} 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="cni0"} 0 node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="flannel.1"} 0 node_network_transmit_colls_total{device="lo"} 0 node_network_transmit_colls_total{device="veth0162ba44"} 0 node_network_transmit_colls_total{device="veth0170c948"} 0 node_network_transmit_colls_total{device="veth04cc06d5"} 0 node_network_transmit_colls_total{device="veth0cb3e325"} 0 node_network_transmit_colls_total{device="veth0fb3678b"} 0 node_network_transmit_colls_total{device="veth1249f7db"} 0 node_network_transmit_colls_total{device="veth2c61ad7c"} 0 node_network_transmit_colls_total{device="veth349e5881"} 0 node_network_transmit_colls_total{device="veth39161efe"} 0 node_network_transmit_colls_total{device="veth3b688aab"} 0 node_network_transmit_colls_total{device="veth3de53be1"} 0 node_network_transmit_colls_total{device="veth53c936ef"} 0 node_network_transmit_colls_total{device="veth5438b1e0"} 0 node_network_transmit_colls_total{device="veth59bdde09"} 0 node_network_transmit_colls_total{device="veth5b30168e"} 0 node_network_transmit_colls_total{device="veth5f3927af"} 0 node_network_transmit_colls_total{device="veth618905f4"} 0 node_network_transmit_colls_total{device="veth6371fd92"} 0 node_network_transmit_colls_total{device="veth690ce4cd"} 0 node_network_transmit_colls_total{device="veth6d5eecda"} 0 node_network_transmit_colls_total{device="veth71098440"} 0 node_network_transmit_colls_total{device="veth765aab44"} 0 node_network_transmit_colls_total{device="veth7cdf15b7"} 0 node_network_transmit_colls_total{device="veth7fa44cba"} 0 node_network_transmit_colls_total{device="veth80d4caf7"} 0 node_network_transmit_colls_total{device="veth875f2f27"} 0 node_network_transmit_colls_total{device="veth87b848fc"} 0 node_network_transmit_colls_total{device="veth8d72db5c"} 0 node_network_transmit_colls_total{device="veth9c49db02"} 0 node_network_transmit_colls_total{device="vetha13dcc6b"} 0 node_network_transmit_colls_total{device="vetha2cf49a3"} 0 node_network_transmit_colls_total{device="vetha3f245cf"} 0 node_network_transmit_colls_total{device="vetha66ec260"} 0 node_network_transmit_colls_total{device="vethafbb6388"} 0 node_network_transmit_colls_total{device="vethaff881f1"} 0 node_network_transmit_colls_total{device="vethb0b39b3e"} 0 node_network_transmit_colls_total{device="vethbcd15e11"} 0 node_network_transmit_colls_total{device="vethc6d0967a"} 0 node_network_transmit_colls_total{device="vethc7264d35"} 0 node_network_transmit_colls_total{device="vethd9f544c2"} 0 node_network_transmit_colls_total{device="vethe2c8d112"} 0 node_network_transmit_colls_total{device="vethe6fa6b49"} 0 node_network_transmit_colls_total{device="vetheaa1e523"} 0 node_network_transmit_colls_total{device="vethebd4ce62"} 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="cni0"} 0 node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="flannel.1"} 0 node_network_transmit_compressed_total{device="lo"} 0 node_network_transmit_compressed_total{device="veth0162ba44"} 0 node_network_transmit_compressed_total{device="veth0170c948"} 0 node_network_transmit_compressed_total{device="veth04cc06d5"} 0 node_network_transmit_compressed_total{device="veth0cb3e325"} 0 node_network_transmit_compressed_total{device="veth0fb3678b"} 0 node_network_transmit_compressed_total{device="veth1249f7db"} 0 node_network_transmit_compressed_total{device="veth2c61ad7c"} 0 node_network_transmit_compressed_total{device="veth349e5881"} 0 node_network_transmit_compressed_total{device="veth39161efe"} 0 node_network_transmit_compressed_total{device="veth3b688aab"} 0 node_network_transmit_compressed_total{device="veth3de53be1"} 0 node_network_transmit_compressed_total{device="veth53c936ef"} 0 node_network_transmit_compressed_total{device="veth5438b1e0"} 0 node_network_transmit_compressed_total{device="veth59bdde09"} 0 node_network_transmit_compressed_total{device="veth5b30168e"} 0 node_network_transmit_compressed_total{device="veth5f3927af"} 0 node_network_transmit_compressed_total{device="veth618905f4"} 0 node_network_transmit_compressed_total{device="veth6371fd92"} 0 node_network_transmit_compressed_total{device="veth690ce4cd"} 0 node_network_transmit_compressed_total{device="veth6d5eecda"} 0 node_network_transmit_compressed_total{device="veth71098440"} 0 node_network_transmit_compressed_total{device="veth765aab44"} 0 node_network_transmit_compressed_total{device="veth7cdf15b7"} 0 node_network_transmit_compressed_total{device="veth7fa44cba"} 0 node_network_transmit_compressed_total{device="veth80d4caf7"} 0 node_network_transmit_compressed_total{device="veth875f2f27"} 0 node_network_transmit_compressed_total{device="veth87b848fc"} 0 node_network_transmit_compressed_total{device="veth8d72db5c"} 0 node_network_transmit_compressed_total{device="veth9c49db02"} 0 node_network_transmit_compressed_total{device="vetha13dcc6b"} 0 node_network_transmit_compressed_total{device="vetha2cf49a3"} 0 node_network_transmit_compressed_total{device="vetha3f245cf"} 0 node_network_transmit_compressed_total{device="vetha66ec260"} 0 node_network_transmit_compressed_total{device="vethafbb6388"} 0 node_network_transmit_compressed_total{device="vethaff881f1"} 0 node_network_transmit_compressed_total{device="vethb0b39b3e"} 0 node_network_transmit_compressed_total{device="vethbcd15e11"} 0 node_network_transmit_compressed_total{device="vethc6d0967a"} 0 node_network_transmit_compressed_total{device="vethc7264d35"} 0 node_network_transmit_compressed_total{device="vethd9f544c2"} 0 node_network_transmit_compressed_total{device="vethe2c8d112"} 0 node_network_transmit_compressed_total{device="vethe6fa6b49"} 0 node_network_transmit_compressed_total{device="vetheaa1e523"} 0 node_network_transmit_compressed_total{device="vethebd4ce62"} 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="cni0"} 0 node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="flannel.1"} 564 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="veth0162ba44"} 0 node_network_transmit_drop_total{device="veth0170c948"} 0 node_network_transmit_drop_total{device="veth04cc06d5"} 0 node_network_transmit_drop_total{device="veth0cb3e325"} 0 node_network_transmit_drop_total{device="veth0fb3678b"} 0 node_network_transmit_drop_total{device="veth1249f7db"} 0 node_network_transmit_drop_total{device="veth2c61ad7c"} 0 node_network_transmit_drop_total{device="veth349e5881"} 0 node_network_transmit_drop_total{device="veth39161efe"} 0 node_network_transmit_drop_total{device="veth3b688aab"} 0 node_network_transmit_drop_total{device="veth3de53be1"} 0 node_network_transmit_drop_total{device="veth53c936ef"} 0 node_network_transmit_drop_total{device="veth5438b1e0"} 0 node_network_transmit_drop_total{device="veth59bdde09"} 0 node_network_transmit_drop_total{device="veth5b30168e"} 0 node_network_transmit_drop_total{device="veth5f3927af"} 0 node_network_transmit_drop_total{device="veth618905f4"} 0 node_network_transmit_drop_total{device="veth6371fd92"} 0 node_network_transmit_drop_total{device="veth690ce4cd"} 0 node_network_transmit_drop_total{device="veth6d5eecda"} 0 node_network_transmit_drop_total{device="veth71098440"} 0 node_network_transmit_drop_total{device="veth765aab44"} 0 node_network_transmit_drop_total{device="veth7cdf15b7"} 0 node_network_transmit_drop_total{device="veth7fa44cba"} 0 node_network_transmit_drop_total{device="veth80d4caf7"} 0 node_network_transmit_drop_total{device="veth875f2f27"} 0 node_network_transmit_drop_total{device="veth87b848fc"} 0 node_network_transmit_drop_total{device="veth8d72db5c"} 0 node_network_transmit_drop_total{device="veth9c49db02"} 0 node_network_transmit_drop_total{device="vetha13dcc6b"} 0 node_network_transmit_drop_total{device="vetha2cf49a3"} 0 node_network_transmit_drop_total{device="vetha3f245cf"} 0 node_network_transmit_drop_total{device="vetha66ec260"} 0 node_network_transmit_drop_total{device="vethafbb6388"} 0 node_network_transmit_drop_total{device="vethaff881f1"} 0 node_network_transmit_drop_total{device="vethb0b39b3e"} 0 node_network_transmit_drop_total{device="vethbcd15e11"} 0 node_network_transmit_drop_total{device="vethc6d0967a"} 0 node_network_transmit_drop_total{device="vethc7264d35"} 0 node_network_transmit_drop_total{device="vethd9f544c2"} 0 node_network_transmit_drop_total{device="vethe2c8d112"} 0 node_network_transmit_drop_total{device="vethe6fa6b49"} 0 node_network_transmit_drop_total{device="vetheaa1e523"} 0 node_network_transmit_drop_total{device="vethebd4ce62"} 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="cni0"} 0 node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="flannel.1"} 0 node_network_transmit_errs_total{device="lo"} 0 node_network_transmit_errs_total{device="veth0162ba44"} 0 node_network_transmit_errs_total{device="veth0170c948"} 0 node_network_transmit_errs_total{device="veth04cc06d5"} 0 node_network_transmit_errs_total{device="veth0cb3e325"} 0 node_network_transmit_errs_total{device="veth0fb3678b"} 0 node_network_transmit_errs_total{device="veth1249f7db"} 0 node_network_transmit_errs_total{device="veth2c61ad7c"} 0 node_network_transmit_errs_total{device="veth349e5881"} 0 node_network_transmit_errs_total{device="veth39161efe"} 0 node_network_transmit_errs_total{device="veth3b688aab"} 0 node_network_transmit_errs_total{device="veth3de53be1"} 0 node_network_transmit_errs_total{device="veth53c936ef"} 0 node_network_transmit_errs_total{device="veth5438b1e0"} 0 node_network_transmit_errs_total{device="veth59bdde09"} 0 node_network_transmit_errs_total{device="veth5b30168e"} 0 node_network_transmit_errs_total{device="veth5f3927af"} 0 node_network_transmit_errs_total{device="veth618905f4"} 0 node_network_transmit_errs_total{device="veth6371fd92"} 0 node_network_transmit_errs_total{device="veth690ce4cd"} 0 node_network_transmit_errs_total{device="veth6d5eecda"} 0 node_network_transmit_errs_total{device="veth71098440"} 0 node_network_transmit_errs_total{device="veth765aab44"} 0 node_network_transmit_errs_total{device="veth7cdf15b7"} 0 node_network_transmit_errs_total{device="veth7fa44cba"} 0 node_network_transmit_errs_total{device="veth80d4caf7"} 0 node_network_transmit_errs_total{device="veth875f2f27"} 0 node_network_transmit_errs_total{device="veth87b848fc"} 0 node_network_transmit_errs_total{device="veth8d72db5c"} 0 node_network_transmit_errs_total{device="veth9c49db02"} 0 node_network_transmit_errs_total{device="vetha13dcc6b"} 0 node_network_transmit_errs_total{device="vetha2cf49a3"} 0 node_network_transmit_errs_total{device="vetha3f245cf"} 0 node_network_transmit_errs_total{device="vetha66ec260"} 0 node_network_transmit_errs_total{device="vethafbb6388"} 0 node_network_transmit_errs_total{device="vethaff881f1"} 0 node_network_transmit_errs_total{device="vethb0b39b3e"} 0 node_network_transmit_errs_total{device="vethbcd15e11"} 0 node_network_transmit_errs_total{device="vethc6d0967a"} 0 node_network_transmit_errs_total{device="vethc7264d35"} 0 node_network_transmit_errs_total{device="vethd9f544c2"} 0 node_network_transmit_errs_total{device="vethe2c8d112"} 0 node_network_transmit_errs_total{device="vethe6fa6b49"} 0 node_network_transmit_errs_total{device="vetheaa1e523"} 0 node_network_transmit_errs_total{device="vethebd4ce62"} 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="cni0"} 0 node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="flannel.1"} 0 node_network_transmit_fifo_total{device="lo"} 0 node_network_transmit_fifo_total{device="veth0162ba44"} 0 node_network_transmit_fifo_total{device="veth0170c948"} 0 node_network_transmit_fifo_total{device="veth04cc06d5"} 0 node_network_transmit_fifo_total{device="veth0cb3e325"} 0 node_network_transmit_fifo_total{device="veth0fb3678b"} 0 node_network_transmit_fifo_total{device="veth1249f7db"} 0 node_network_transmit_fifo_total{device="veth2c61ad7c"} 0 node_network_transmit_fifo_total{device="veth349e5881"} 0 node_network_transmit_fifo_total{device="veth39161efe"} 0 node_network_transmit_fifo_total{device="veth3b688aab"} 0 node_network_transmit_fifo_total{device="veth3de53be1"} 0 node_network_transmit_fifo_total{device="veth53c936ef"} 0 node_network_transmit_fifo_total{device="veth5438b1e0"} 0 node_network_transmit_fifo_total{device="veth59bdde09"} 0 node_network_transmit_fifo_total{device="veth5b30168e"} 0 node_network_transmit_fifo_total{device="veth5f3927af"} 0 node_network_transmit_fifo_total{device="veth618905f4"} 0 node_network_transmit_fifo_total{device="veth6371fd92"} 0 node_network_transmit_fifo_total{device="veth690ce4cd"} 0 node_network_transmit_fifo_total{device="veth6d5eecda"} 0 node_network_transmit_fifo_total{device="veth71098440"} 0 node_network_transmit_fifo_total{device="veth765aab44"} 0 node_network_transmit_fifo_total{device="veth7cdf15b7"} 0 node_network_transmit_fifo_total{device="veth7fa44cba"} 0 node_network_transmit_fifo_total{device="veth80d4caf7"} 0 node_network_transmit_fifo_total{device="veth875f2f27"} 0 node_network_transmit_fifo_total{device="veth87b848fc"} 0 node_network_transmit_fifo_total{device="veth8d72db5c"} 0 node_network_transmit_fifo_total{device="veth9c49db02"} 0 node_network_transmit_fifo_total{device="vetha13dcc6b"} 0 node_network_transmit_fifo_total{device="vetha2cf49a3"} 0 node_network_transmit_fifo_total{device="vetha3f245cf"} 0 node_network_transmit_fifo_total{device="vetha66ec260"} 0 node_network_transmit_fifo_total{device="vethafbb6388"} 0 node_network_transmit_fifo_total{device="vethaff881f1"} 0 node_network_transmit_fifo_total{device="vethb0b39b3e"} 0 node_network_transmit_fifo_total{device="vethbcd15e11"} 0 node_network_transmit_fifo_total{device="vethc6d0967a"} 0 node_network_transmit_fifo_total{device="vethc7264d35"} 0 node_network_transmit_fifo_total{device="vethd9f544c2"} 0 node_network_transmit_fifo_total{device="vethe2c8d112"} 0 node_network_transmit_fifo_total{device="vethe6fa6b49"} 0 node_network_transmit_fifo_total{device="vetheaa1e523"} 0 node_network_transmit_fifo_total{device="vethebd4ce62"} 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="cni0"} 6.6838077e+07 node_network_transmit_packets_total{device="eth0"} 1.53132534e+08 node_network_transmit_packets_total{device="flannel.1"} 3.4897527e+07 node_network_transmit_packets_total{device="lo"} 1.2977882e+07 node_network_transmit_packets_total{device="veth0162ba44"} 8.523653e+06 node_network_transmit_packets_total{device="veth0170c948"} 55096 node_network_transmit_packets_total{device="veth04cc06d5"} 75129 node_network_transmit_packets_total{device="veth0cb3e325"} 7402 node_network_transmit_packets_total{device="veth0fb3678b"} 82224 node_network_transmit_packets_total{device="veth1249f7db"} 55700 node_network_transmit_packets_total{device="veth2c61ad7c"} 1.3430288e+07 node_network_transmit_packets_total{device="veth349e5881"} 47683 node_network_transmit_packets_total{device="veth39161efe"} 3.780384e+06 node_network_transmit_packets_total{device="veth3b688aab"} 61609 node_network_transmit_packets_total{device="veth3de53be1"} 25094 node_network_transmit_packets_total{device="veth53c936ef"} 11352 node_network_transmit_packets_total{device="veth5438b1e0"} 48483 node_network_transmit_packets_total{device="veth59bdde09"} 76245 node_network_transmit_packets_total{device="veth5b30168e"} 26641 node_network_transmit_packets_total{device="veth5f3927af"} 19464 node_network_transmit_packets_total{device="veth618905f4"} 19470 node_network_transmit_packets_total{device="veth6371fd92"} 43718 node_network_transmit_packets_total{device="veth690ce4cd"} 43498 node_network_transmit_packets_total{device="veth6d5eecda"} 24449 node_network_transmit_packets_total{device="veth71098440"} 42861 node_network_transmit_packets_total{device="veth765aab44"} 976734 node_network_transmit_packets_total{device="veth7cdf15b7"} 331887 node_network_transmit_packets_total{device="veth7fa44cba"} 69194 node_network_transmit_packets_total{device="veth80d4caf7"} 203245 node_network_transmit_packets_total{device="veth875f2f27"} 25683 node_network_transmit_packets_total{device="veth87b848fc"} 44851 node_network_transmit_packets_total{device="veth8d72db5c"} 1.549764e+06 node_network_transmit_packets_total{device="veth9c49db02"} 25808 node_network_transmit_packets_total{device="vetha13dcc6b"} 31121 node_network_transmit_packets_total{device="vetha2cf49a3"} 181682 node_network_transmit_packets_total{device="vetha3f245cf"} 64309 node_network_transmit_packets_total{device="vetha66ec260"} 24151 node_network_transmit_packets_total{device="vethafbb6388"} 1.3429444e+07 node_network_transmit_packets_total{device="vethaff881f1"} 112521 node_network_transmit_packets_total{device="vethb0b39b3e"} 190713 node_network_transmit_packets_total{device="vethbcd15e11"} 24225 node_network_transmit_packets_total{device="vethc6d0967a"} 323994 node_network_transmit_packets_total{device="vethc7264d35"} 159859 node_network_transmit_packets_total{device="vethd9f544c2"} 15474 node_network_transmit_packets_total{device="vethe2c8d112"} 98894 node_network_transmit_packets_total{device="vethe6fa6b49"} 215615 node_network_transmit_packets_total{device="vetheaa1e523"} 55308 node_network_transmit_packets_total{device="vethebd4ce62"} 57781 # 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="cni0"} 1000 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="flannel.1"} 0 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth0162ba44"} 0 node_network_transmit_queue_length{device="veth0170c948"} 0 node_network_transmit_queue_length{device="veth04cc06d5"} 0 node_network_transmit_queue_length{device="veth0cb3e325"} 0 node_network_transmit_queue_length{device="veth0fb3678b"} 0 node_network_transmit_queue_length{device="veth1249f7db"} 0 node_network_transmit_queue_length{device="veth2c61ad7c"} 0 node_network_transmit_queue_length{device="veth349e5881"} 0 node_network_transmit_queue_length{device="veth39161efe"} 0 node_network_transmit_queue_length{device="veth3b688aab"} 0 node_network_transmit_queue_length{device="veth3de53be1"} 0 node_network_transmit_queue_length{device="veth53c936ef"} 0 node_network_transmit_queue_length{device="veth5438b1e0"} 0 node_network_transmit_queue_length{device="veth59bdde09"} 0 node_network_transmit_queue_length{device="veth5b30168e"} 0 node_network_transmit_queue_length{device="veth5f3927af"} 0 node_network_transmit_queue_length{device="veth618905f4"} 0 node_network_transmit_queue_length{device="veth6371fd92"} 0 node_network_transmit_queue_length{device="veth690ce4cd"} 0 node_network_transmit_queue_length{device="veth6d5eecda"} 0 node_network_transmit_queue_length{device="veth71098440"} 0 node_network_transmit_queue_length{device="veth765aab44"} 0 node_network_transmit_queue_length{device="veth7cdf15b7"} 0 node_network_transmit_queue_length{device="veth7fa44cba"} 0 node_network_transmit_queue_length{device="veth80d4caf7"} 0 node_network_transmit_queue_length{device="veth875f2f27"} 0 node_network_transmit_queue_length{device="veth87b848fc"} 0 node_network_transmit_queue_length{device="veth8d72db5c"} 0 node_network_transmit_queue_length{device="veth9c49db02"} 0 node_network_transmit_queue_length{device="vetha13dcc6b"} 0 node_network_transmit_queue_length{device="vetha2cf49a3"} 0 node_network_transmit_queue_length{device="vetha3f245cf"} 0 node_network_transmit_queue_length{device="vetha66ec260"} 0 node_network_transmit_queue_length{device="vethafbb6388"} 0 node_network_transmit_queue_length{device="vethaff881f1"} 0 node_network_transmit_queue_length{device="vethb0b39b3e"} 0 node_network_transmit_queue_length{device="vethbcd15e11"} 0 node_network_transmit_queue_length{device="vethc6d0967a"} 0 node_network_transmit_queue_length{device="vethc7264d35"} 0 node_network_transmit_queue_length{device="vethd9f544c2"} 0 node_network_transmit_queue_length{device="vethe2c8d112"} 0 node_network_transmit_queue_length{device="vethe6fa6b49"} 0 node_network_transmit_queue_length{device="vetheaa1e523"} 0 node_network_transmit_queue_length{device="vethebd4ce62"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="cni0"} 1 node_network_up{device="eth0"} 1 node_network_up{device="flannel.1"} 0 node_network_up{device="lo"} 0 node_network_up{device="veth0162ba44"} 1 node_network_up{device="veth0170c948"} 1 node_network_up{device="veth04cc06d5"} 1 node_network_up{device="veth0cb3e325"} 1 node_network_up{device="veth0fb3678b"} 1 node_network_up{device="veth1249f7db"} 1 node_network_up{device="veth2c61ad7c"} 1 node_network_up{device="veth349e5881"} 1 node_network_up{device="veth39161efe"} 1 node_network_up{device="veth3b688aab"} 1 node_network_up{device="veth3de53be1"} 1 node_network_up{device="veth53c936ef"} 1 node_network_up{device="veth5438b1e0"} 1 node_network_up{device="veth59bdde09"} 1 node_network_up{device="veth5b30168e"} 1 node_network_up{device="veth5f3927af"} 1 node_network_up{device="veth618905f4"} 1 node_network_up{device="veth6371fd92"} 1 node_network_up{device="veth690ce4cd"} 1 node_network_up{device="veth6d5eecda"} 1 node_network_up{device="veth71098440"} 1 node_network_up{device="veth765aab44"} 1 node_network_up{device="veth7cdf15b7"} 1 node_network_up{device="veth7fa44cba"} 1 node_network_up{device="veth80d4caf7"} 1 node_network_up{device="veth875f2f27"} 1 node_network_up{device="veth87b848fc"} 1 node_network_up{device="veth8d72db5c"} 1 node_network_up{device="veth9c49db02"} 1 node_network_up{device="vetha13dcc6b"} 1 node_network_up{device="vetha2cf49a3"} 1 node_network_up{device="vetha3f245cf"} 1 node_network_up{device="vetha66ec260"} 1 node_network_up{device="vethafbb6388"} 1 node_network_up{device="vethaff881f1"} 1 node_network_up{device="vethb0b39b3e"} 1 node_network_up{device="vethbcd15e11"} 1 node_network_up{device="vethc6d0967a"} 1 node_network_up{device="vethc7264d35"} 1 node_network_up{device="vethd9f544c2"} 1 node_network_up{device="vethe2c8d112"} 1 node_network_up{device="vethe6fa6b49"} 1 node_network_up{device="vetheaa1e523"} 1 node_network_up{device="vethebd4ce62"} 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 1566 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_nfs_connections_total Total number of NFSd TCP connections. # TYPE node_nfs_connections_total counter node_nfs_connections_total 0 # HELP node_nfs_packets_total Total NFSd network packets (sent+received) by protocol type. # TYPE node_nfs_packets_total counter node_nfs_packets_total{protocol="tcp"} 0 node_nfs_packets_total{protocol="udp"} 0 # HELP node_nfs_requests_total Number of NFS procedures invoked. # TYPE node_nfs_requests_total counter node_nfs_requests_total{method="Access",proto="3"} 0 node_nfs_requests_total{method="Access",proto="4"} 883167 node_nfs_requests_total{method="Allocate",proto="4"} 0 node_nfs_requests_total{method="BindConnToSession",proto="4"} 0 node_nfs_requests_total{method="Clone",proto="4"} 0 node_nfs_requests_total{method="Close",proto="4"} 1.517767e+06 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 578410 node_nfs_requests_total{method="Create",proto="2"} 0 node_nfs_requests_total{method="Create",proto="3"} 0 node_nfs_requests_total{method="Create",proto="4"} 7019 node_nfs_requests_total{method="CreateSession",proto="4"} 6 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 126086 node_nfs_requests_total{method="DestroyClientID",proto="4"} 1 node_nfs_requests_total{method="DestroySession",proto="4"} 3 node_nfs_requests_total{method="ExchangeID",proto="4"} 6 node_nfs_requests_total{method="FreeStateID",proto="4"} 0 node_nfs_requests_total{method="FsInfo",proto="3"} 0 node_nfs_requests_total{method="FsInfo",proto="4"} 7622 node_nfs_requests_total{method="FsLocations",proto="4"} 0 node_nfs_requests_total{method="FsStat",proto="2"} 0 node_nfs_requests_total{method="FsStat",proto="3"} 0 node_nfs_requests_total{method="FsidPresent",proto="4"} 0 node_nfs_requests_total{method="GetACL",proto="4"} 0 node_nfs_requests_total{method="GetAttr",proto="2"} 0 node_nfs_requests_total{method="GetAttr",proto="3"} 0 node_nfs_requests_total{method="GetDeviceInfo",proto="4"} 0 node_nfs_requests_total{method="GetDeviceList",proto="4"} 0 node_nfs_requests_total{method="GetLeaseTime",proto="4"} 2 node_nfs_requests_total{method="Getattr",proto="4"} 2.172868e+06 node_nfs_requests_total{method="LayoutCommit",proto="4"} 0 node_nfs_requests_total{method="LayoutGet",proto="4"} 0 node_nfs_requests_total{method="LayoutReturn",proto="4"} 0 node_nfs_requests_total{method="LayoutStats",proto="4"} 0 node_nfs_requests_total{method="Link",proto="2"} 0 node_nfs_requests_total{method="Link",proto="3"} 0 node_nfs_requests_total{method="Link",proto="4"} 0 node_nfs_requests_total{method="Lock",proto="4"} 0 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 0 node_nfs_requests_total{method="Lookup",proto="2"} 0 node_nfs_requests_total{method="Lookup",proto="3"} 0 node_nfs_requests_total{method="Lookup",proto="4"} 232737 node_nfs_requests_total{method="LookupRoot",proto="4"} 1905 node_nfs_requests_total{method="MkDir",proto="2"} 0 node_nfs_requests_total{method="MkDir",proto="3"} 0 node_nfs_requests_total{method="MkNod",proto="3"} 0 node_nfs_requests_total{method="Null",proto="2"} 0 node_nfs_requests_total{method="Null",proto="3"} 0 node_nfs_requests_total{method="Null",proto="4"} 2 node_nfs_requests_total{method="Open",proto="4"} 105247 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 57822 node_nfs_requests_total{method="OpenNoattr",proto="4"} 1.497475e+06 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 5718 node_nfs_requests_total{method="Read",proto="2"} 0 node_nfs_requests_total{method="Read",proto="3"} 0 node_nfs_requests_total{method="Read",proto="4"} 4837 node_nfs_requests_total{method="ReadDir",proto="2"} 0 node_nfs_requests_total{method="ReadDir",proto="3"} 0 node_nfs_requests_total{method="ReadDir",proto="4"} 7423 node_nfs_requests_total{method="ReadDirPlus",proto="3"} 0 node_nfs_requests_total{method="ReadLink",proto="2"} 0 node_nfs_requests_total{method="ReadLink",proto="3"} 0 node_nfs_requests_total{method="ReadLink",proto="4"} 0 node_nfs_requests_total{method="ReclaimComplete",proto="4"} 4 node_nfs_requests_total{method="ReleaseLockowner",proto="4"} 0 node_nfs_requests_total{method="Remove",proto="2"} 0 node_nfs_requests_total{method="Remove",proto="3"} 0 node_nfs_requests_total{method="Remove",proto="4"} 2193 node_nfs_requests_total{method="Rename",proto="2"} 0 node_nfs_requests_total{method="Rename",proto="3"} 0 node_nfs_requests_total{method="Rename",proto="4"} 12866 node_nfs_requests_total{method="Renew",proto="4"} 0 node_nfs_requests_total{method="RmDir",proto="2"} 0 node_nfs_requests_total{method="RmDir",proto="3"} 0 node_nfs_requests_total{method="Root",proto="2"} 0 node_nfs_requests_total{method="Secinfo",proto="4"} 0 node_nfs_requests_total{method="SecinfoNoName",proto="4"} 1905 node_nfs_requests_total{method="Seek",proto="4"} 0 node_nfs_requests_total{method="Sequence",proto="4"} 41 node_nfs_requests_total{method="ServerCaps",proto="4"} 13341 node_nfs_requests_total{method="SetACL",proto="4"} 0 node_nfs_requests_total{method="SetAttr",proto="2"} 0 node_nfs_requests_total{method="SetAttr",proto="3"} 0 node_nfs_requests_total{method="SetClientID",proto="4"} 0 node_nfs_requests_total{method="SetClientIDConfirm",proto="4"} 0 node_nfs_requests_total{method="Setattr",proto="4"} 17949 node_nfs_requests_total{method="StatFs",proto="4"} 1.741226e+06 node_nfs_requests_total{method="SymLink",proto="2"} 0 node_nfs_requests_total{method="SymLink",proto="3"} 0 node_nfs_requests_total{method="Symlink",proto="4"} 0 node_nfs_requests_total{method="TestStateID",proto="4"} 0 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 697787 # HELP node_nfs_rpc_authentication_refreshes_total Number of RPC authentication refreshes performed. # TYPE node_nfs_rpc_authentication_refreshes_total counter node_nfs_rpc_authentication_refreshes_total 9.690779e+06 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 0 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 9.691314e+06 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 24.04.4 LTS",variant="",variant_id="",version="24.04.4 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_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 103246.40606200001 # 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 1716.851723 # 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 2330.793951 # 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 25.362198 # 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 30.60441 # 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 6 # 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"} 251657.620302654 node_schedstat_running_seconds_total{cpu="1"} 293688.364292972 node_schedstat_running_seconds_total{cpu="2"} 275663.420048121 node_schedstat_running_seconds_total{cpu="3"} 288306.130105882 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.546083539e+09 node_schedstat_timeslices_total{cpu="1"} 1.364570856e+09 node_schedstat_timeslices_total{cpu="2"} 1.431886478e+09 node_schedstat_timeslices_total{cpu="3"} 1.391255601e+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"} 131252.875110816 node_schedstat_waiting_seconds_total{cpu="1"} 121466.330520594 node_schedstat_waiting_seconds_total{cpu="2"} 125937.712216447 node_schedstat_waiting_seconds_total{cpu="3"} 120069.736100171 # 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.00167375 node_scrape_collector_duration_seconds{collector="bcache"} 2.9947e-05 node_scrape_collector_duration_seconds{collector="bonding"} 5.1393e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.061306742 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000125214 node_scrape_collector_duration_seconds{collector="cpu"} 0.000803701 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000158441 node_scrape_collector_duration_seconds{collector="diskstats"} 0.037164524 node_scrape_collector_duration_seconds{collector="dmi"} 3.1059e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.000134765 node_scrape_collector_duration_seconds{collector="entropy"} 0.000143681 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.8366e-05 node_scrape_collector_duration_seconds{collector="filefd"} 4.2583e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.068786269 node_scrape_collector_duration_seconds{collector="hwmon"} 0.000115923 node_scrape_collector_duration_seconds{collector="infiniband"} 1.6319e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 0.000118925 node_scrape_collector_duration_seconds{collector="loadavg"} 7.5719e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000108106 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000244362 node_scrape_collector_duration_seconds{collector="netclass"} 0.10040326 node_scrape_collector_duration_seconds{collector="netdev"} 0.003297481 node_scrape_collector_duration_seconds{collector="netstat"} 0.001018365 node_scrape_collector_duration_seconds{collector="nfs"} 0.000907238 node_scrape_collector_duration_seconds{collector="nfsd"} 7.394e-05 node_scrape_collector_duration_seconds{collector="nvme"} 7.2684e-05 node_scrape_collector_duration_seconds{collector="os"} 0.000126599 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.6244e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000237146 node_scrape_collector_duration_seconds{collector="rapl"} 3.4431e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000108785 node_scrape_collector_duration_seconds{collector="selinux"} 3.187e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000335498 node_scrape_collector_duration_seconds{collector="softnet"} 0.00017252 node_scrape_collector_duration_seconds{collector="stat"} 0.00029763 node_scrape_collector_duration_seconds{collector="tapestats"} 2.2805e-05 node_scrape_collector_duration_seconds{collector="textfile"} 4.5554e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000353869 node_scrape_collector_duration_seconds{collector="time"} 0.00013614 node_scrape_collector_duration_seconds{collector="timex"} 0.000857354 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000467643 node_scrape_collector_duration_seconds{collector="uname"} 0.026774341 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000298418 node_scrape_collector_duration_seconds{collector="watchdog"} 3.3856e-05 node_scrape_collector_duration_seconds{collector="xfs"} 2.8666e-05 node_scrape_collector_duration_seconds{collector="zfs"} 3.5297e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 1 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 1 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 23 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 297 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 28 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 218 # 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 892928 # 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 233 # 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 6 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 216 # 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 884736 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 532 # 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"} 4.4221243e+07 node_softnet_processed_total{cpu="1"} 4.040138e+07 node_softnet_processed_total{cpu="2"} 5.0729578e+07 node_softnet_processed_total{cpu="3"} 7.05889507e+08 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 # 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"} 4556 node_softnet_times_squeezed_total{cpu="1"} 4139 node_softnet_times_squeezed_total{cpu="2"} 15109 node_softnet_times_squeezed_total{cpu="3"} 70183 # 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.774431528427188e+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.0000134833068848 # 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.6565 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -0.000907775 # 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="slave4-dev",release="6.8.0-101-generic",sysname="Linux",version="#101-Ubuntu SMP PREEMPT_DYNAMIC Mon Feb 9 10:15:05 UTC 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 26 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 8.098448728e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 136657 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 6.6793723e+07 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 3.94798017e+08 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 376.18 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.44022808926e+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 1.19282571722e+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 1.6961536e+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.77416541875e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.274044416e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 4437 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0