# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 4.5674e-05 go_gc_duration_seconds{quantile="0.25"} 8.9604e-05 go_gc_duration_seconds{quantile="0.5"} 0.000109115 go_gc_duration_seconds{quantile="0.75"} 0.000130823 go_gc_duration_seconds{quantile="1"} 0.003030524 go_gc_duration_seconds_sum 29.943986598 go_gc_duration_seconds_count 200454 # 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.588184e+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 4.00812198728e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.220123e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 4.252275646e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.608848e+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.588184e+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.978432e+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.080192e+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 4873 # 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.627328e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.2058624e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.776866236607066e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 4.252280519e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1208 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15704 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 58880 # 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 146880 # 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 912517 # 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 524288 # 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 524288 # 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.9486984e+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"} 33 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 2.3790389067e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 3.73466198e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 2957.81 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 134.26 node_cpu_seconds_total{cpu="0",mode="softirq"} 7443.38 node_cpu_seconds_total{cpu="0",mode="steal"} 33787.05 node_cpu_seconds_total{cpu="0",mode="system"} 95620.28 node_cpu_seconds_total{cpu="0",mode="user"} 573431.24 node_cpu_seconds_total{cpu="1",mode="idle"} 3.68240479e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 3087.21 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 229.64 node_cpu_seconds_total{cpu="1",mode="softirq"} 4810.14 node_cpu_seconds_total{cpu="1",mode="steal"} 29782.21 node_cpu_seconds_total{cpu="1",mode="system"} 92071.28 node_cpu_seconds_total{cpu="1",mode="user"} 632739.58 node_cpu_seconds_total{cpu="2",mode="idle"} 3.70189472e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 3259.62 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 182.94 node_cpu_seconds_total{cpu="2",mode="softirq"} 6528.24 node_cpu_seconds_total{cpu="2",mode="steal"} 30023.39 node_cpu_seconds_total{cpu="2",mode="system"} 94376.9 node_cpu_seconds_total{cpu="2",mode="user"} 605455.93 node_cpu_seconds_total{cpu="3",mode="idle"} 3.64383061e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 2955.73 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 132.71 node_cpu_seconds_total{cpu="3",mode="softirq"} 21669.14 node_cpu_seconds_total{cpu="3",mode="steal"} 35214.84 node_cpu_seconds_total{cpu="3",mode="system"} 93514.03 node_cpu_seconds_total{cpu="3",mode="user"} 606095.53 # 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"} 518.565 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"} 3.089908304e+09 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"} 3.413854e+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"} 8 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"} 1309.413 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"} 6.830693e+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"} 11652.154 node_disk_io_time_seconds_total{device="sr0"} 0.059000000000000004 # 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"} 167180.326 node_disk_io_time_weighted_seconds_total{device="sr0"} 0.063 # 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"} 3.16574193152e+11 node_disk_read_bytes_total{device="sr0"} 565248 # 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"} 21944.887 node_disk_read_time_seconds_total{device="sr0"} 0.063 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="sda"} 1.056827e+07 node_disk_reads_completed_total{device="sr0"} 144 # 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"} 185128 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"} 143407.46 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"} 8.4270078e+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"} 4.5068623e+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"} 1.007774536704e+12 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 5312 # 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="/"} 4.2693029888e+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.36370688e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.358973952e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 3.358973952e+09 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/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/27803b94-fa69-4485-b2aa-d42c943ed139/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/35388f5f-f166-43b6-9342-4eb3ff629004/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/36c076f2-a24c-45d3-8b34-3db90bada06a/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/65235106-dc0a-410d-b725-28f4b188af7f/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/6b00ef98-cab8-41c3-bc3f-d074b18e0ab2/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/7a49cec3-0de1-49dc-842a-a923f2078617/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/83428d93-3c11-455c-8bed-8a650a8f89f6/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/9a0d185c-ee29-4d59-8cd0-c459d0fe4e30/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/9c53a646-15e3-467f-a63d-0d08b24ee935/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/a6ae49f9-e88b-4949-8915-c9ff84e92880/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/ced77d52-622e-4a76-8962-f8d1ec3ec54f/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/05b48d5d-50f0-47fa-9c86-efd7543a52ae/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/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/2373f84e-725e-4cff-b3b1-64aecd54789d/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/5bae2196-e627-48d2-8397-3c74ebd03003/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/861c606d-45aa-434d-9118-df28d5c5c4ff/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/fc1dc294-1899-475a-a60c-ae1fa9e7fae5/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/28e1acac-0061-46d5-826c-4641d1b3bb6e/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/39221f7d-2fef-4673-9e19-77774d5cf066/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/a589c1f1-ac82-4b12-8275-17534045faca/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/b895e134-2a45-4b01-9e2f-50ffd88e31ab/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/d14bd50f-57f9-46f7-b3dd-1c3d0b06b01d/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/0a29c2f0-f4df-4f36-bff4-a3ef7725b481/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/21cfe0f3-fa57-4842-8a90-28ecad3156fb/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/28e1acac-0061-46d5-826c-4641d1b3bb6e/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/39221f7d-2fef-4673-9e19-77774d5cf066/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/457e2856-7aee-4659-9891-8456214e4479/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/63dc8174-8194-483f-85b0-440ff751b199/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/a589c1f1-ac82-4b12-8275-17534045faca/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/b895e134-2a45-4b01-9e2f-50ffd88e31ab/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/d14bd50f-57f9-46f7-b3dd-1c3d0b06b01d/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/04940509-3ca0-4413-a72f-f604e6e319a7/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/08f50506-0d34-4c06-80fe-0762fe0a2196/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/207b2146-b5ec-4040-a12e-6ed437c3bc2c/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/6a69aa4b-5faa-45e7-8902-0cc4d0a9297b/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/90985f02-6a83-482a-876e-62dc033fe0c6/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/af1ed2e2-0f0b-48c6-8ea9-13fa50e9b747/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/b709a06b-9b65-4cce-b5df-38e68c327cbb/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/bca78b54-40a5-491f-8142-d882ad34731f/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/c0ae9323-8633-4aba-8e86-d13c913129a1/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/cdb18e7c-ed28-422b-a49e-86d0805223b7/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/rabbitmq/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/7015c2dd-4d0d-473d-8d4c-42c4f8324126/volumes/kubernetes.io~nfs/nfs-evisa-mq-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/e64d6141-ea15-4fba-a23d-0a34c0f70bee/volumes/kubernetes.io~nfs/nfs-ibp-mq-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/redis/evisa-sit",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/05bd6924-18b7-443b-abca-ee5715718e9d/volumes/kubernetes.io~nfs/nfs-evisa-redis-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/redis/ibp-sit",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/55ee227b-1bd1-4ba5-8dbb-f374eb64f1dd/volumes/kubernetes.io~nfs/nfs-ibp-redis-pv"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0502b8f6e30986e05edef894bbed8b0bc053921addad978860b4ee754e190716/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/093d17d9f87e0ee3d737b4b6d7eacdaa04fbd00e35a61789b54486c8b4da6ee1/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0d26b3c233e339cdd9b12811133fdcd9ef8cb19016d580c4fff52851bb104652/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/16550aca61af14d5247058beb29d7c151b92b20c4e79e2ed77957f7ee925da30/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1c74064eb324f1c3f72517365241731beb699f2d0c0e91e38a010da4fa20b087/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1d911da0933f5a646a4660ca995ce2429f60e48ed8e3b7f299737fd55360339b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1edc54102373d4721ae1f51762c9e3a88f563f74d379b070379bc7b2dd6abf83/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1fb859b3807f05570e51a18f0c492c934cda7d30561c55de08d06687d5f31949/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/231c6d166450954ef6f051f665b3d4549005c8d7879ef957a3534eb2fb3a6245/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/272f250c196beaaa854315758641cc893fef10137830c5ce6e7994b08d22a88b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/355a3071130f47828bd6d687d87a9debfb84b0c0b3e7a44365930f15148a0234/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35786766fd2c1fe748bbbfb9dd8e2f03b676b1899ee1da03ab9b2fdd0594f0e0/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/3a49e13e32f42a950b623a4c3eb5dc1fb025a9d659fb10038bb8a2b7ee28cea8/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3fd086bfe682c2521d33ba3b8fa12a4fdce52627c18aea351fa81ade441a8eb7/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3ff5d10b1b6efed6ac1ab8a90efd94a6248d38d934359925792613a7a6eecea0/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/4799a7012aa8af95068315e4e689bd7a19649649b10f88a53586d335902d216d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d0fa8125ef6685e62b11bc37a6e056fb1c502fbd2e2ad8b05f0c76c989597b6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4ee99a95524e7cfb3f0ac5880d253a90d8454579943f7ce9e970484ae63f0e7a/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/5732645956014d76efea1aae7b18fa74f6aa5d6d4b15e2e4891f23c4dd7d8e47/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d23c3c5118806f2c4473a0d03b42dcfb6085c56c0fd9149e666da49627990cd/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5de76317e71a6a09a4c71464619366a4311375ec907615361b410c6ffbe52054/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/74a1537e583b2d1d3e0fead5933e175b8a55b4627bf14bcd2e622e212fa3fb1c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7726be7e154f025871129bbb6762ede317d2b45f5a043e717f029a2764f30bfa/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/77a547593311d1f37443d8fc5fc695622cbd305d687754cea44f84221ff639ab/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/7c0834631cbec67126ec77026b115fae12fe96ba0fea6922d156f8226db349a2/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7d06d7ca8162276bd78fe1fe392634cd6c9411a49d0b051b712aa21ca2db4ab5/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/91c4b8065a5c9000ff97a44a7025138c5136bf82fc2f1a1dd592541c40196c32/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/a089593b9814c681e8d9bd2c601bbc638c62a46880de02e7a12f720121c5b964/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ad69110e1abb42e8a490a86cd97d761997f1498c7e77d19a08b9f19cf8c69741/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae81152be5348a478a507460d082d53d92d2971a988fdf1a8147e8c4b3861e0a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af99cedcbf7c5ad01d8716577c31caed4900382dc1b50af6802decbc448f8b3a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b1d1238758eee5eefb85b79fdc9a8e4eb139fe93cdcdcefb18ab795dbf4975c7/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/b6b99e9456f9947221c01b89889e2e374e8a356eaa2d7d9ec3d917b8d16a9d1f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b8459ef6d09f705b5125d15343caa8a6d5125322aa67848a7d66b524e8b93ce4/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b9e2cee86036bab90401a47c5552c29893b13c82c0ff2bf10210ed548072a5e0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c4aee5069a9acf0a1dafda954b42316e59d8cbb2a99cb0584618f6a80e4b65a2/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/ca1160dab5b1912ad4300427d8b5b313419a3fab6c31873dd928ff8383f13c99/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cc5055a137e17d237ad153136d2f41dfdc4fc2d06d2bc1c64db013c11e8f7e59/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cf867f30e32258a4bd243f5edae2f1b9b28aa8d1f71b0ec1514c2e711a2691e6/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/dac8b74b97ca160228dacc65ef4ee9ef98a97970d93c879ff6d6907bcd1076c1/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dcb0fd4af585e96acf55b9ca99e4107c74abae7c3cbf82f8046429d073c6b94b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e04f5e022258b2d041d38d2ea7efae3a20f9106467b11e4a48387c3a967191ab/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e0ee6861002665fa0d1904333816bac044f0aa0514ecf271f8b14707b2a73ef1/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/eb7f0a6092f6145853322dd7a27f468e6915171bd086c0899b9257c3a5854427/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/f141967c8ab687900be72df7aa39f9b3dcce033201f9c80f9cb0cf4da1e9dd2f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fd3ac954b0124946f2e7f14024089fbf224f3e31d7b2e246f949ac1cdce67a26/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="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0211e780-c477-4991-bf1b-53a3aabcc0c2/volumes/kubernetes.io~projected/kube-api-access-8rs2w"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/04940509-3ca0-4413-a72f-f604e6e319a7/volumes/kubernetes.io~projected/kube-api-access-55x4t"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/05b48d5d-50f0-47fa-9c86-efd7543a52ae/volumes/kubernetes.io~projected/kube-api-access-bhss5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/05bd6924-18b7-443b-abca-ee5715718e9d/volumes/kubernetes.io~projected/kube-api-access-rvszm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/08f50506-0d34-4c06-80fe-0762fe0a2196/volumes/kubernetes.io~projected/kube-api-access-rl2fp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0a29c2f0-f4df-4f36-bff4-a3ef7725b481/volumes/kubernetes.io~projected/kube-api-access-kjml7"} 1 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/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/207b2146-b5ec-4040-a12e-6ed437c3bc2c/volumes/kubernetes.io~projected/kube-api-access-wnhft"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/21cfe0f3-fa57-4842-8a90-28ecad3156fb/volumes/kubernetes.io~projected/kube-api-access-mx6cg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2373f84e-725e-4cff-b3b1-64aecd54789d/volumes/kubernetes.io~projected/kube-api-access-r5kcg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/27803b94-fa69-4485-b2aa-d42c943ed139/volumes/kubernetes.io~projected/kube-api-access-24j5w"} 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/28e1acac-0061-46d5-826c-4641d1b3bb6e/volumes/kubernetes.io~projected/kube-api-access-jmnkh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/28e1acac-0061-46d5-826c-4641d1b3bb6e/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/35388f5f-f166-43b6-9342-4eb3ff629004/volumes/kubernetes.io~projected/kube-api-access-vtzqm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/36c076f2-a24c-45d3-8b34-3db90bada06a/volumes/kubernetes.io~projected/kube-api-access-rgtw4"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/39221f7d-2fef-4673-9e19-77774d5cf066/volumes/kubernetes.io~projected/kube-api-access-7ds4x"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/39221f7d-2fef-4673-9e19-77774d5cf066/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/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/457e2856-7aee-4659-9891-8456214e4479/volumes/kubernetes.io~projected/kube-api-access-tfc9h"} 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/55ee227b-1bd1-4ba5-8dbb-f374eb64f1dd/volumes/kubernetes.io~projected/kube-api-access-ldxww"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5bae2196-e627-48d2-8397-3c74ebd03003/volumes/kubernetes.io~projected/kube-api-access-fj2v6"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/63dc8174-8194-483f-85b0-440ff751b199/volumes/kubernetes.io~projected/kube-api-access-xg8mc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/65235106-dc0a-410d-b725-28f4b188af7f/volumes/kubernetes.io~projected/kube-api-access-prmdm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/66bfce30-f318-41ad-b409-5cbbee6232b2/volumes/kubernetes.io~projected/kube-api-access-hrpwt"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6a69aa4b-5faa-45e7-8902-0cc4d0a9297b/volumes/kubernetes.io~projected/kube-api-access-fw7qb"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6b00ef98-cab8-41c3-bc3f-d074b18e0ab2/volumes/kubernetes.io~projected/kube-api-access-kzq4n"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7015c2dd-4d0d-473d-8d4c-42c4f8324126/volumes/kubernetes.io~projected/kube-api-access-6dv7b"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7081d893-1938-4d4b-9d42-5421f8df301a/volumes/kubernetes.io~projected/kube-api-access-95gwj"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7a49cec3-0de1-49dc-842a-a923f2078617/volumes/kubernetes.io~projected/kube-api-access-sg674"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/83428d93-3c11-455c-8bed-8a650a8f89f6/volumes/kubernetes.io~projected/kube-api-access-dfr8v"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/861c606d-45aa-434d-9118-df28d5c5c4ff/volumes/kubernetes.io~projected/kube-api-access-dfb8s"} 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/90985f02-6a83-482a-876e-62dc033fe0c6/volumes/kubernetes.io~projected/kube-api-access-v574p"} 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/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/9760e641-6720-4991-ae57-ad8e9dfae6ed/volumes/kubernetes.io~projected/kube-api-access-qhjv6"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9a0d185c-ee29-4d59-8cd0-c459d0fe4e30/volumes/kubernetes.io~projected/kube-api-access-zxwnm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9c53a646-15e3-467f-a63d-0d08b24ee935/volumes/kubernetes.io~projected/kube-api-access-lvhcm"} 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/a589c1f1-ac82-4b12-8275-17534045faca/volumes/kubernetes.io~projected/kube-api-access-gfhp7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a589c1f1-ac82-4b12-8275-17534045faca/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/a6ae49f9-e88b-4949-8915-c9ff84e92880/volumes/kubernetes.io~projected/kube-api-access-sl6qn"} 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/af1ed2e2-0f0b-48c6-8ea9-13fa50e9b747/volumes/kubernetes.io~projected/kube-api-access-97hrx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b616b85e-515a-4128-bce4-d6441cc7d393/volumes/kubernetes.io~projected/kube-api-access-zkgjv"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b709a06b-9b65-4cce-b5df-38e68c327cbb/volumes/kubernetes.io~projected/kube-api-access-pdzvh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b895e134-2a45-4b01-9e2f-50ffd88e31ab/volumes/kubernetes.io~projected/kube-api-access-64qnf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b895e134-2a45-4b01-9e2f-50ffd88e31ab/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/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/bca78b54-40a5-491f-8142-d882ad34731f/volumes/kubernetes.io~projected/kube-api-access-2npkf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c0ae9323-8633-4aba-8e86-d13c913129a1/volumes/kubernetes.io~projected/kube-api-access-pt5t7"} 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/cdb18e7c-ed28-422b-a49e-86d0805223b7/volumes/kubernetes.io~projected/kube-api-access-9t4gr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ced77d52-622e-4a76-8962-f8d1ec3ec54f/volumes/kubernetes.io~projected/kube-api-access-7lmxf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d14bd50f-57f9-46f7-b3dd-1c3d0b06b01d/volumes/kubernetes.io~projected/kube-api-access-cf49k"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d14bd50f-57f9-46f7-b3dd-1c3d0b06b01d/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/e64d6141-ea15-4fba-a23d-0a34c0f70bee/volumes/kubernetes.io~projected/kube-api-access-ng764"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fc1dc294-1899-475a-a60c-ae1fa9e7fae5/volumes/kubernetes.io~projected/kube-api-access-5bb4d"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fce4687a-8e6a-4a99-b06d-43fe1479e840/volumes/kubernetes.io~projected/kube-api-access-tcql8"} 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 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 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.4529726e+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.110274e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.114559e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 4.110274e+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="/"} 4.2709807104e+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.0101376e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.358973952e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 3.358973952e+09 # 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="25",mountpoint="/run/snapd/ns"} 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 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 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/27803b94-fa69-4485-b2aa-d42c943ed139/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/35388f5f-f166-43b6-9342-4eb3ff629004/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/36c076f2-a24c-45d3-8b34-3db90bada06a/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/65235106-dc0a-410d-b725-28f4b188af7f/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/6b00ef98-cab8-41c3-bc3f-d074b18e0ab2/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/7a49cec3-0de1-49dc-842a-a923f2078617/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/83428d93-3c11-455c-8bed-8a650a8f89f6/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/9a0d185c-ee29-4d59-8cd0-c459d0fe4e30/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/9c53a646-15e3-467f-a63d-0d08b24ee935/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/a6ae49f9-e88b-4949-8915-c9ff84e92880/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/ced77d52-622e-4a76-8962-f8d1ec3ec54f/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/05b48d5d-50f0-47fa-9c86-efd7543a52ae/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/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/2373f84e-725e-4cff-b3b1-64aecd54789d/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/5bae2196-e627-48d2-8397-3c74ebd03003/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/861c606d-45aa-434d-9118-df28d5c5c4ff/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/fc1dc294-1899-475a-a60c-ae1fa9e7fae5/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/28e1acac-0061-46d5-826c-4641d1b3bb6e/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/39221f7d-2fef-4673-9e19-77774d5cf066/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/a589c1f1-ac82-4b12-8275-17534045faca/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/b895e134-2a45-4b01-9e2f-50ffd88e31ab/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/d14bd50f-57f9-46f7-b3dd-1c3d0b06b01d/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/0a29c2f0-f4df-4f36-bff4-a3ef7725b481/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/21cfe0f3-fa57-4842-8a90-28ecad3156fb/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/28e1acac-0061-46d5-826c-4641d1b3bb6e/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/39221f7d-2fef-4673-9e19-77774d5cf066/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/457e2856-7aee-4659-9891-8456214e4479/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/63dc8174-8194-483f-85b0-440ff751b199/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/a589c1f1-ac82-4b12-8275-17534045faca/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/b895e134-2a45-4b01-9e2f-50ffd88e31ab/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/d14bd50f-57f9-46f7-b3dd-1c3d0b06b01d/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/04940509-3ca0-4413-a72f-f604e6e319a7/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/08f50506-0d34-4c06-80fe-0762fe0a2196/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/207b2146-b5ec-4040-a12e-6ed437c3bc2c/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/6a69aa4b-5faa-45e7-8902-0cc4d0a9297b/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/90985f02-6a83-482a-876e-62dc033fe0c6/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/af1ed2e2-0f0b-48c6-8ea9-13fa50e9b747/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/b709a06b-9b65-4cce-b5df-38e68c327cbb/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/bca78b54-40a5-491f-8142-d882ad34731f/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/c0ae9323-8633-4aba-8e86-d13c913129a1/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/cdb18e7c-ed28-422b-a49e-86d0805223b7/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/rabbitmq/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/7015c2dd-4d0d-473d-8d4c-42c4f8324126/volumes/kubernetes.io~nfs/nfs-evisa-mq-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/e64d6141-ea15-4fba-a23d-0a34c0f70bee/volumes/kubernetes.io~nfs/nfs-ibp-mq-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/redis/evisa-sit",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/05bd6924-18b7-443b-abca-ee5715718e9d/volumes/kubernetes.io~nfs/nfs-evisa-redis-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/redis/ibp-sit",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/55ee227b-1bd1-4ba5-8dbb-f374eb64f1dd/volumes/kubernetes.io~nfs/nfs-ibp-redis-pv"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0502b8f6e30986e05edef894bbed8b0bc053921addad978860b4ee754e190716/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/093d17d9f87e0ee3d737b4b6d7eacdaa04fbd00e35a61789b54486c8b4da6ee1/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0d26b3c233e339cdd9b12811133fdcd9ef8cb19016d580c4fff52851bb104652/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/16550aca61af14d5247058beb29d7c151b92b20c4e79e2ed77957f7ee925da30/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1c74064eb324f1c3f72517365241731beb699f2d0c0e91e38a010da4fa20b087/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1d911da0933f5a646a4660ca995ce2429f60e48ed8e3b7f299737fd55360339b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1edc54102373d4721ae1f51762c9e3a88f563f74d379b070379bc7b2dd6abf83/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1fb859b3807f05570e51a18f0c492c934cda7d30561c55de08d06687d5f31949/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/231c6d166450954ef6f051f665b3d4549005c8d7879ef957a3534eb2fb3a6245/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/272f250c196beaaa854315758641cc893fef10137830c5ce6e7994b08d22a88b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/355a3071130f47828bd6d687d87a9debfb84b0c0b3e7a44365930f15148a0234/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/35786766fd2c1fe748bbbfb9dd8e2f03b676b1899ee1da03ab9b2fdd0594f0e0/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/3a49e13e32f42a950b623a4c3eb5dc1fb025a9d659fb10038bb8a2b7ee28cea8/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3fd086bfe682c2521d33ba3b8fa12a4fdce52627c18aea351fa81ade441a8eb7/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3ff5d10b1b6efed6ac1ab8a90efd94a6248d38d934359925792613a7a6eecea0/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/4799a7012aa8af95068315e4e689bd7a19649649b10f88a53586d335902d216d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d0fa8125ef6685e62b11bc37a6e056fb1c502fbd2e2ad8b05f0c76c989597b6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4ee99a95524e7cfb3f0ac5880d253a90d8454579943f7ce9e970484ae63f0e7a/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/5732645956014d76efea1aae7b18fa74f6aa5d6d4b15e2e4891f23c4dd7d8e47/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5d23c3c5118806f2c4473a0d03b42dcfb6085c56c0fd9149e666da49627990cd/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5de76317e71a6a09a4c71464619366a4311375ec907615361b410c6ffbe52054/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/74a1537e583b2d1d3e0fead5933e175b8a55b4627bf14bcd2e622e212fa3fb1c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7726be7e154f025871129bbb6762ede317d2b45f5a043e717f029a2764f30bfa/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/77a547593311d1f37443d8fc5fc695622cbd305d687754cea44f84221ff639ab/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/7c0834631cbec67126ec77026b115fae12fe96ba0fea6922d156f8226db349a2/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7d06d7ca8162276bd78fe1fe392634cd6c9411a49d0b051b712aa21ca2db4ab5/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/91c4b8065a5c9000ff97a44a7025138c5136bf82fc2f1a1dd592541c40196c32/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/a089593b9814c681e8d9bd2c601bbc638c62a46880de02e7a12f720121c5b964/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ad69110e1abb42e8a490a86cd97d761997f1498c7e77d19a08b9f19cf8c69741/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ae81152be5348a478a507460d082d53d92d2971a988fdf1a8147e8c4b3861e0a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/af99cedcbf7c5ad01d8716577c31caed4900382dc1b50af6802decbc448f8b3a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b1d1238758eee5eefb85b79fdc9a8e4eb139fe93cdcdcefb18ab795dbf4975c7/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/b6b99e9456f9947221c01b89889e2e374e8a356eaa2d7d9ec3d917b8d16a9d1f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b8459ef6d09f705b5125d15343caa8a6d5125322aa67848a7d66b524e8b93ce4/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b9e2cee86036bab90401a47c5552c29893b13c82c0ff2bf10210ed548072a5e0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c4aee5069a9acf0a1dafda954b42316e59d8cbb2a99cb0584618f6a80e4b65a2/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/ca1160dab5b1912ad4300427d8b5b313419a3fab6c31873dd928ff8383f13c99/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cc5055a137e17d237ad153136d2f41dfdc4fc2d06d2bc1c64db013c11e8f7e59/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cf867f30e32258a4bd243f5edae2f1b9b28aa8d1f71b0ec1514c2e711a2691e6/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/dac8b74b97ca160228dacc65ef4ee9ef98a97970d93c879ff6d6907bcd1076c1/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dcb0fd4af585e96acf55b9ca99e4107c74abae7c3cbf82f8046429d073c6b94b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e04f5e022258b2d041d38d2ea7efae3a20f9106467b11e4a48387c3a967191ab/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e0ee6861002665fa0d1904333816bac044f0aa0514ecf271f8b14707b2a73ef1/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/eb7f0a6092f6145853322dd7a27f468e6915171bd086c0899b9257c3a5854427/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/f141967c8ab687900be72df7aa39f9b3dcce033201f9c80f9cb0cf4da1e9dd2f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fd3ac954b0124946f2e7f14024089fbf224f3e31d7b2e246f949ac1cdce67a26/shm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0211e780-c477-4991-bf1b-53a3aabcc0c2/volumes/kubernetes.io~projected/kube-api-access-8rs2w"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/04940509-3ca0-4413-a72f-f604e6e319a7/volumes/kubernetes.io~projected/kube-api-access-55x4t"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/05b48d5d-50f0-47fa-9c86-efd7543a52ae/volumes/kubernetes.io~projected/kube-api-access-bhss5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/05bd6924-18b7-443b-abca-ee5715718e9d/volumes/kubernetes.io~projected/kube-api-access-rvszm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/08f50506-0d34-4c06-80fe-0762fe0a2196/volumes/kubernetes.io~projected/kube-api-access-rl2fp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0a29c2f0-f4df-4f36-bff4-a3ef7725b481/volumes/kubernetes.io~projected/kube-api-access-kjml7"} 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/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/207b2146-b5ec-4040-a12e-6ed437c3bc2c/volumes/kubernetes.io~projected/kube-api-access-wnhft"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/21cfe0f3-fa57-4842-8a90-28ecad3156fb/volumes/kubernetes.io~projected/kube-api-access-mx6cg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2373f84e-725e-4cff-b3b1-64aecd54789d/volumes/kubernetes.io~projected/kube-api-access-r5kcg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/27803b94-fa69-4485-b2aa-d42c943ed139/volumes/kubernetes.io~projected/kube-api-access-24j5w"} 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/28e1acac-0061-46d5-826c-4641d1b3bb6e/volumes/kubernetes.io~projected/kube-api-access-jmnkh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/28e1acac-0061-46d5-826c-4641d1b3bb6e/volumes/kubernetes.io~secret/ks-pass-file"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/35388f5f-f166-43b6-9342-4eb3ff629004/volumes/kubernetes.io~projected/kube-api-access-vtzqm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/36c076f2-a24c-45d3-8b34-3db90bada06a/volumes/kubernetes.io~projected/kube-api-access-rgtw4"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/39221f7d-2fef-4673-9e19-77774d5cf066/volumes/kubernetes.io~projected/kube-api-access-7ds4x"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/39221f7d-2fef-4673-9e19-77774d5cf066/volumes/kubernetes.io~secret/ks-pass-file"} 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/457e2856-7aee-4659-9891-8456214e4479/volumes/kubernetes.io~projected/kube-api-access-tfc9h"} 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/55ee227b-1bd1-4ba5-8dbb-f374eb64f1dd/volumes/kubernetes.io~projected/kube-api-access-ldxww"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5bae2196-e627-48d2-8397-3c74ebd03003/volumes/kubernetes.io~projected/kube-api-access-fj2v6"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/63dc8174-8194-483f-85b0-440ff751b199/volumes/kubernetes.io~projected/kube-api-access-xg8mc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/65235106-dc0a-410d-b725-28f4b188af7f/volumes/kubernetes.io~projected/kube-api-access-prmdm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/66bfce30-f318-41ad-b409-5cbbee6232b2/volumes/kubernetes.io~projected/kube-api-access-hrpwt"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6a69aa4b-5faa-45e7-8902-0cc4d0a9297b/volumes/kubernetes.io~projected/kube-api-access-fw7qb"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6b00ef98-cab8-41c3-bc3f-d074b18e0ab2/volumes/kubernetes.io~projected/kube-api-access-kzq4n"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7015c2dd-4d0d-473d-8d4c-42c4f8324126/volumes/kubernetes.io~projected/kube-api-access-6dv7b"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7081d893-1938-4d4b-9d42-5421f8df301a/volumes/kubernetes.io~projected/kube-api-access-95gwj"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7a49cec3-0de1-49dc-842a-a923f2078617/volumes/kubernetes.io~projected/kube-api-access-sg674"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/83428d93-3c11-455c-8bed-8a650a8f89f6/volumes/kubernetes.io~projected/kube-api-access-dfr8v"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/861c606d-45aa-434d-9118-df28d5c5c4ff/volumes/kubernetes.io~projected/kube-api-access-dfb8s"} 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/90985f02-6a83-482a-876e-62dc033fe0c6/volumes/kubernetes.io~projected/kube-api-access-v574p"} 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/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/9760e641-6720-4991-ae57-ad8e9dfae6ed/volumes/kubernetes.io~projected/kube-api-access-qhjv6"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9a0d185c-ee29-4d59-8cd0-c459d0fe4e30/volumes/kubernetes.io~projected/kube-api-access-zxwnm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9c53a646-15e3-467f-a63d-0d08b24ee935/volumes/kubernetes.io~projected/kube-api-access-lvhcm"} 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/a589c1f1-ac82-4b12-8275-17534045faca/volumes/kubernetes.io~projected/kube-api-access-gfhp7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a589c1f1-ac82-4b12-8275-17534045faca/volumes/kubernetes.io~secret/ks-pass-file"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a6ae49f9-e88b-4949-8915-c9ff84e92880/volumes/kubernetes.io~projected/kube-api-access-sl6qn"} 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/af1ed2e2-0f0b-48c6-8ea9-13fa50e9b747/volumes/kubernetes.io~projected/kube-api-access-97hrx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b616b85e-515a-4128-bce4-d6441cc7d393/volumes/kubernetes.io~projected/kube-api-access-zkgjv"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b709a06b-9b65-4cce-b5df-38e68c327cbb/volumes/kubernetes.io~projected/kube-api-access-pdzvh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b895e134-2a45-4b01-9e2f-50ffd88e31ab/volumes/kubernetes.io~projected/kube-api-access-64qnf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b895e134-2a45-4b01-9e2f-50ffd88e31ab/volumes/kubernetes.io~secret/ks-pass-file"} 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/bca78b54-40a5-491f-8142-d882ad34731f/volumes/kubernetes.io~projected/kube-api-access-2npkf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c0ae9323-8633-4aba-8e86-d13c913129a1/volumes/kubernetes.io~projected/kube-api-access-pt5t7"} 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/cdb18e7c-ed28-422b-a49e-86d0805223b7/volumes/kubernetes.io~projected/kube-api-access-9t4gr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ced77d52-622e-4a76-8962-f8d1ec3ec54f/volumes/kubernetes.io~projected/kube-api-access-7lmxf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d14bd50f-57f9-46f7-b3dd-1c3d0b06b01d/volumes/kubernetes.io~projected/kube-api-access-cf49k"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d14bd50f-57f9-46f7-b3dd-1c3d0b06b01d/volumes/kubernetes.io~secret/ks-pass-file"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e64d6141-ea15-4fba-a23d-0a34c0f70bee/volumes/kubernetes.io~projected/kube-api-access-ng764"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fc1dc294-1899-475a-a60c-ae1fa9e7fae5/volumes/kubernetes.io~projected/kube-api-access-5bb4d"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fce4687a-8e6a-4a99-b06d-43fe1479e840/volumes/kubernetes.io~projected/kube-api-access-tcql8"} 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 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 3.370651648e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 4.2884082e+07 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.7758896e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.42 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.02 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.86 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.1827519488e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.3780078592e+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 1.952559104e+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 1.23113472e+10 # 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.20053504e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 6.487064576e+09 # 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.8465800192e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.8253611008e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.7978884096e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.74571264e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 929792 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 5.46455552e+08 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 5.210365952e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 4.6639104e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 3.8912e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.090387968e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.9767033856e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.3233266688e+10 # 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.7967488e+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 6.5040384e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 6.373376e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 4.40344576e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 6.56748544e+08 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 8.1686528e+07 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.09709312e+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.7967488e+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.53493504e+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 5001 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 7249 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 259 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 139693 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 258233 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 1.1154609559e+10 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 498712 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 5.40960135735e+11 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 6.35615802885e+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 1459 # 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 583740 # 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 1.7749348e+07 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 2.0479255e+07 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 7.688024e+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 404 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 2.11510254e+08 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 2.542296e+06 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2.54470036e+08 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 1.4869305e+07 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 1.790527e+07 # 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 1.68992825e+08 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 8 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 84143 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 4.752294e+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="docker0"} 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="veth0cf33c8a"} 3 node_network_address_assign_type{device="veth0d1d57ef"} 3 node_network_address_assign_type{device="veth15d6c391"} 3 node_network_address_assign_type{device="veth15e30695"} 3 node_network_address_assign_type{device="veth1de06947"} 3 node_network_address_assign_type{device="veth23a048ac"} 3 node_network_address_assign_type{device="veth2c61ad7c"} 3 node_network_address_assign_type{device="veth2ed247c6"} 3 node_network_address_assign_type{device="veth3647dc26"} 3 node_network_address_assign_type{device="veth39161efe"} 3 node_network_address_assign_type{device="veth46c8bb00"} 3 node_network_address_assign_type{device="veth4c820610"} 3 node_network_address_assign_type{device="veth53c936ef"} 3 node_network_address_assign_type{device="veth5438b1e0"} 3 node_network_address_assign_type{device="veth5e5b42f3"} 3 node_network_address_assign_type{device="veth5ef047a7"} 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="veth643a5969"} 3 node_network_address_assign_type{device="veth69db7785"} 3 node_network_address_assign_type{device="veth765aab44"} 3 node_network_address_assign_type{device="veth779ca663"} 3 node_network_address_assign_type{device="veth7cdf15b7"} 3 node_network_address_assign_type{device="veth7ef70ed8"} 3 node_network_address_assign_type{device="veth8674a17a"} 3 node_network_address_assign_type{device="veth86a165ec"} 3 node_network_address_assign_type{device="veth89602c13"} 3 node_network_address_assign_type{device="veth8d72db5c"} 3 node_network_address_assign_type{device="veth8f235189"} 3 node_network_address_assign_type{device="veth9c2f67e3"} 3 node_network_address_assign_type{device="veth9c39284d"} 3 node_network_address_assign_type{device="vetha346de1b"} 3 node_network_address_assign_type{device="vetha5e835e5"} 3 node_network_address_assign_type{device="vetha7dba6ec"} 3 node_network_address_assign_type{device="vethade7c609"} 3 node_network_address_assign_type{device="vethafbb6388"} 3 node_network_address_assign_type{device="vethb09b0f8a"} 3 node_network_address_assign_type{device="vethb19f75de"} 3 node_network_address_assign_type{device="vethb1b45147"} 3 node_network_address_assign_type{device="vethba5978e1"} 3 node_network_address_assign_type{device="vethbbb9173b"} 3 node_network_address_assign_type{device="vethbe59aea2"} 3 node_network_address_assign_type{device="vethbfed3e29"} 3 node_network_address_assign_type{device="vethc0d9c682"} 3 node_network_address_assign_type{device="vethc95b2d36"} 3 node_network_address_assign_type{device="vethccd58434"} 3 node_network_address_assign_type{device="vethcd8ace80"} 3 node_network_address_assign_type{device="vethe095b425"} 3 node_network_address_assign_type{device="vethe136dbb6"} 3 node_network_address_assign_type{device="vethe4a1260d"} 3 node_network_address_assign_type{device="vetheb37fee5"} 3 node_network_address_assign_type{device="vethf4e3d5e9"} 3 node_network_address_assign_type{device="vethfbd8ea4f"} 3 node_network_address_assign_type{device="vethfd7f2878"} 3 node_network_address_assign_type{device="vethfe0fb973"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="cni0"} 1 node_network_carrier{device="docker0"} 0 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="veth0cf33c8a"} 1 node_network_carrier{device="veth0d1d57ef"} 1 node_network_carrier{device="veth15d6c391"} 1 node_network_carrier{device="veth15e30695"} 1 node_network_carrier{device="veth1de06947"} 1 node_network_carrier{device="veth23a048ac"} 1 node_network_carrier{device="veth2c61ad7c"} 1 node_network_carrier{device="veth2ed247c6"} 1 node_network_carrier{device="veth3647dc26"} 1 node_network_carrier{device="veth39161efe"} 1 node_network_carrier{device="veth46c8bb00"} 1 node_network_carrier{device="veth4c820610"} 1 node_network_carrier{device="veth53c936ef"} 1 node_network_carrier{device="veth5438b1e0"} 1 node_network_carrier{device="veth5e5b42f3"} 1 node_network_carrier{device="veth5ef047a7"} 1 node_network_carrier{device="veth5f3927af"} 1 node_network_carrier{device="veth618905f4"} 1 node_network_carrier{device="veth6371fd92"} 1 node_network_carrier{device="veth643a5969"} 1 node_network_carrier{device="veth69db7785"} 1 node_network_carrier{device="veth765aab44"} 1 node_network_carrier{device="veth779ca663"} 1 node_network_carrier{device="veth7cdf15b7"} 1 node_network_carrier{device="veth7ef70ed8"} 1 node_network_carrier{device="veth8674a17a"} 1 node_network_carrier{device="veth86a165ec"} 1 node_network_carrier{device="veth89602c13"} 1 node_network_carrier{device="veth8d72db5c"} 1 node_network_carrier{device="veth8f235189"} 1 node_network_carrier{device="veth9c2f67e3"} 1 node_network_carrier{device="veth9c39284d"} 1 node_network_carrier{device="vetha346de1b"} 1 node_network_carrier{device="vetha5e835e5"} 1 node_network_carrier{device="vetha7dba6ec"} 1 node_network_carrier{device="vethade7c609"} 1 node_network_carrier{device="vethafbb6388"} 1 node_network_carrier{device="vethb09b0f8a"} 1 node_network_carrier{device="vethb19f75de"} 1 node_network_carrier{device="vethb1b45147"} 1 node_network_carrier{device="vethba5978e1"} 1 node_network_carrier{device="vethbbb9173b"} 1 node_network_carrier{device="vethbe59aea2"} 1 node_network_carrier{device="vethbfed3e29"} 1 node_network_carrier{device="vethc0d9c682"} 1 node_network_carrier{device="vethc95b2d36"} 1 node_network_carrier{device="vethccd58434"} 1 node_network_carrier{device="vethcd8ace80"} 1 node_network_carrier{device="vethe095b425"} 1 node_network_carrier{device="vethe136dbb6"} 1 node_network_carrier{device="vethe4a1260d"} 1 node_network_carrier{device="vetheb37fee5"} 1 node_network_carrier{device="vethf4e3d5e9"} 1 node_network_carrier{device="vethfbd8ea4f"} 1 node_network_carrier{device="vethfd7f2878"} 1 node_network_carrier{device="vethfe0fb973"} 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="docker0"} 1 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="veth0cf33c8a"} 2 node_network_carrier_changes_total{device="veth0d1d57ef"} 2 node_network_carrier_changes_total{device="veth15d6c391"} 2 node_network_carrier_changes_total{device="veth15e30695"} 2 node_network_carrier_changes_total{device="veth1de06947"} 2 node_network_carrier_changes_total{device="veth23a048ac"} 2 node_network_carrier_changes_total{device="veth2c61ad7c"} 2 node_network_carrier_changes_total{device="veth2ed247c6"} 2 node_network_carrier_changes_total{device="veth3647dc26"} 2 node_network_carrier_changes_total{device="veth39161efe"} 2 node_network_carrier_changes_total{device="veth46c8bb00"} 2 node_network_carrier_changes_total{device="veth4c820610"} 2 node_network_carrier_changes_total{device="veth53c936ef"} 2 node_network_carrier_changes_total{device="veth5438b1e0"} 2 node_network_carrier_changes_total{device="veth5e5b42f3"} 2 node_network_carrier_changes_total{device="veth5ef047a7"} 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="veth643a5969"} 2 node_network_carrier_changes_total{device="veth69db7785"} 2 node_network_carrier_changes_total{device="veth765aab44"} 2 node_network_carrier_changes_total{device="veth779ca663"} 2 node_network_carrier_changes_total{device="veth7cdf15b7"} 2 node_network_carrier_changes_total{device="veth7ef70ed8"} 2 node_network_carrier_changes_total{device="veth8674a17a"} 2 node_network_carrier_changes_total{device="veth86a165ec"} 2 node_network_carrier_changes_total{device="veth89602c13"} 2 node_network_carrier_changes_total{device="veth8d72db5c"} 2 node_network_carrier_changes_total{device="veth8f235189"} 2 node_network_carrier_changes_total{device="veth9c2f67e3"} 2 node_network_carrier_changes_total{device="veth9c39284d"} 2 node_network_carrier_changes_total{device="vetha346de1b"} 2 node_network_carrier_changes_total{device="vetha5e835e5"} 2 node_network_carrier_changes_total{device="vetha7dba6ec"} 2 node_network_carrier_changes_total{device="vethade7c609"} 2 node_network_carrier_changes_total{device="vethafbb6388"} 2 node_network_carrier_changes_total{device="vethb09b0f8a"} 2 node_network_carrier_changes_total{device="vethb19f75de"} 2 node_network_carrier_changes_total{device="vethb1b45147"} 2 node_network_carrier_changes_total{device="vethba5978e1"} 2 node_network_carrier_changes_total{device="vethbbb9173b"} 2 node_network_carrier_changes_total{device="vethbe59aea2"} 2 node_network_carrier_changes_total{device="vethbfed3e29"} 2 node_network_carrier_changes_total{device="vethc0d9c682"} 2 node_network_carrier_changes_total{device="vethc95b2d36"} 2 node_network_carrier_changes_total{device="vethccd58434"} 2 node_network_carrier_changes_total{device="vethcd8ace80"} 2 node_network_carrier_changes_total{device="vethe095b425"} 2 node_network_carrier_changes_total{device="vethe136dbb6"} 2 node_network_carrier_changes_total{device="vethe4a1260d"} 2 node_network_carrier_changes_total{device="vetheb37fee5"} 2 node_network_carrier_changes_total{device="vethf4e3d5e9"} 2 node_network_carrier_changes_total{device="vethfbd8ea4f"} 2 node_network_carrier_changes_total{device="vethfd7f2878"} 2 node_network_carrier_changes_total{device="vethfe0fb973"} 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="docker0"} 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="veth0cf33c8a"} 1 node_network_carrier_down_changes_total{device="veth0d1d57ef"} 1 node_network_carrier_down_changes_total{device="veth15d6c391"} 1 node_network_carrier_down_changes_total{device="veth15e30695"} 1 node_network_carrier_down_changes_total{device="veth1de06947"} 1 node_network_carrier_down_changes_total{device="veth23a048ac"} 1 node_network_carrier_down_changes_total{device="veth2c61ad7c"} 1 node_network_carrier_down_changes_total{device="veth2ed247c6"} 1 node_network_carrier_down_changes_total{device="veth3647dc26"} 1 node_network_carrier_down_changes_total{device="veth39161efe"} 1 node_network_carrier_down_changes_total{device="veth46c8bb00"} 1 node_network_carrier_down_changes_total{device="veth4c820610"} 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="veth5e5b42f3"} 1 node_network_carrier_down_changes_total{device="veth5ef047a7"} 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="veth643a5969"} 1 node_network_carrier_down_changes_total{device="veth69db7785"} 1 node_network_carrier_down_changes_total{device="veth765aab44"} 1 node_network_carrier_down_changes_total{device="veth779ca663"} 1 node_network_carrier_down_changes_total{device="veth7cdf15b7"} 1 node_network_carrier_down_changes_total{device="veth7ef70ed8"} 1 node_network_carrier_down_changes_total{device="veth8674a17a"} 1 node_network_carrier_down_changes_total{device="veth86a165ec"} 1 node_network_carrier_down_changes_total{device="veth89602c13"} 1 node_network_carrier_down_changes_total{device="veth8d72db5c"} 1 node_network_carrier_down_changes_total{device="veth8f235189"} 1 node_network_carrier_down_changes_total{device="veth9c2f67e3"} 1 node_network_carrier_down_changes_total{device="veth9c39284d"} 1 node_network_carrier_down_changes_total{device="vetha346de1b"} 1 node_network_carrier_down_changes_total{device="vetha5e835e5"} 1 node_network_carrier_down_changes_total{device="vetha7dba6ec"} 1 node_network_carrier_down_changes_total{device="vethade7c609"} 1 node_network_carrier_down_changes_total{device="vethafbb6388"} 1 node_network_carrier_down_changes_total{device="vethb09b0f8a"} 1 node_network_carrier_down_changes_total{device="vethb19f75de"} 1 node_network_carrier_down_changes_total{device="vethb1b45147"} 1 node_network_carrier_down_changes_total{device="vethba5978e1"} 1 node_network_carrier_down_changes_total{device="vethbbb9173b"} 1 node_network_carrier_down_changes_total{device="vethbe59aea2"} 1 node_network_carrier_down_changes_total{device="vethbfed3e29"} 1 node_network_carrier_down_changes_total{device="vethc0d9c682"} 1 node_network_carrier_down_changes_total{device="vethc95b2d36"} 1 node_network_carrier_down_changes_total{device="vethccd58434"} 1 node_network_carrier_down_changes_total{device="vethcd8ace80"} 1 node_network_carrier_down_changes_total{device="vethe095b425"} 1 node_network_carrier_down_changes_total{device="vethe136dbb6"} 1 node_network_carrier_down_changes_total{device="vethe4a1260d"} 1 node_network_carrier_down_changes_total{device="vetheb37fee5"} 1 node_network_carrier_down_changes_total{device="vethf4e3d5e9"} 1 node_network_carrier_down_changes_total{device="vethfbd8ea4f"} 1 node_network_carrier_down_changes_total{device="vethfd7f2878"} 1 node_network_carrier_down_changes_total{device="vethfe0fb973"} 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="docker0"} 0 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="veth0cf33c8a"} 1 node_network_carrier_up_changes_total{device="veth0d1d57ef"} 1 node_network_carrier_up_changes_total{device="veth15d6c391"} 1 node_network_carrier_up_changes_total{device="veth15e30695"} 1 node_network_carrier_up_changes_total{device="veth1de06947"} 1 node_network_carrier_up_changes_total{device="veth23a048ac"} 1 node_network_carrier_up_changes_total{device="veth2c61ad7c"} 1 node_network_carrier_up_changes_total{device="veth2ed247c6"} 1 node_network_carrier_up_changes_total{device="veth3647dc26"} 1 node_network_carrier_up_changes_total{device="veth39161efe"} 1 node_network_carrier_up_changes_total{device="veth46c8bb00"} 1 node_network_carrier_up_changes_total{device="veth4c820610"} 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="veth5e5b42f3"} 1 node_network_carrier_up_changes_total{device="veth5ef047a7"} 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="veth643a5969"} 1 node_network_carrier_up_changes_total{device="veth69db7785"} 1 node_network_carrier_up_changes_total{device="veth765aab44"} 1 node_network_carrier_up_changes_total{device="veth779ca663"} 1 node_network_carrier_up_changes_total{device="veth7cdf15b7"} 1 node_network_carrier_up_changes_total{device="veth7ef70ed8"} 1 node_network_carrier_up_changes_total{device="veth8674a17a"} 1 node_network_carrier_up_changes_total{device="veth86a165ec"} 1 node_network_carrier_up_changes_total{device="veth89602c13"} 1 node_network_carrier_up_changes_total{device="veth8d72db5c"} 1 node_network_carrier_up_changes_total{device="veth8f235189"} 1 node_network_carrier_up_changes_total{device="veth9c2f67e3"} 1 node_network_carrier_up_changes_total{device="veth9c39284d"} 1 node_network_carrier_up_changes_total{device="vetha346de1b"} 1 node_network_carrier_up_changes_total{device="vetha5e835e5"} 1 node_network_carrier_up_changes_total{device="vetha7dba6ec"} 1 node_network_carrier_up_changes_total{device="vethade7c609"} 1 node_network_carrier_up_changes_total{device="vethafbb6388"} 1 node_network_carrier_up_changes_total{device="vethb09b0f8a"} 1 node_network_carrier_up_changes_total{device="vethb19f75de"} 1 node_network_carrier_up_changes_total{device="vethb1b45147"} 1 node_network_carrier_up_changes_total{device="vethba5978e1"} 1 node_network_carrier_up_changes_total{device="vethbbb9173b"} 1 node_network_carrier_up_changes_total{device="vethbe59aea2"} 1 node_network_carrier_up_changes_total{device="vethbfed3e29"} 1 node_network_carrier_up_changes_total{device="vethc0d9c682"} 1 node_network_carrier_up_changes_total{device="vethc95b2d36"} 1 node_network_carrier_up_changes_total{device="vethccd58434"} 1 node_network_carrier_up_changes_total{device="vethcd8ace80"} 1 node_network_carrier_up_changes_total{device="vethe095b425"} 1 node_network_carrier_up_changes_total{device="vethe136dbb6"} 1 node_network_carrier_up_changes_total{device="vethe4a1260d"} 1 node_network_carrier_up_changes_total{device="vetheb37fee5"} 1 node_network_carrier_up_changes_total{device="vethf4e3d5e9"} 1 node_network_carrier_up_changes_total{device="vethfbd8ea4f"} 1 node_network_carrier_up_changes_total{device="vethfd7f2878"} 1 node_network_carrier_up_changes_total{device="vethfe0fb973"} 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="docker0"} 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="veth0cf33c8a"} 0 node_network_device_id{device="veth0d1d57ef"} 0 node_network_device_id{device="veth15d6c391"} 0 node_network_device_id{device="veth15e30695"} 0 node_network_device_id{device="veth1de06947"} 0 node_network_device_id{device="veth23a048ac"} 0 node_network_device_id{device="veth2c61ad7c"} 0 node_network_device_id{device="veth2ed247c6"} 0 node_network_device_id{device="veth3647dc26"} 0 node_network_device_id{device="veth39161efe"} 0 node_network_device_id{device="veth46c8bb00"} 0 node_network_device_id{device="veth4c820610"} 0 node_network_device_id{device="veth53c936ef"} 0 node_network_device_id{device="veth5438b1e0"} 0 node_network_device_id{device="veth5e5b42f3"} 0 node_network_device_id{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_device_id{device="veth69db7785"} 0 node_network_device_id{device="veth765aab44"} 0 node_network_device_id{device="veth779ca663"} 0 node_network_device_id{device="veth7cdf15b7"} 0 node_network_device_id{device="veth7ef70ed8"} 0 node_network_device_id{device="veth8674a17a"} 0 node_network_device_id{device="veth86a165ec"} 0 node_network_device_id{device="veth89602c13"} 0 node_network_device_id{device="veth8d72db5c"} 0 node_network_device_id{device="veth8f235189"} 0 node_network_device_id{device="veth9c2f67e3"} 0 node_network_device_id{device="veth9c39284d"} 0 node_network_device_id{device="vetha346de1b"} 0 node_network_device_id{device="vetha5e835e5"} 0 node_network_device_id{device="vetha7dba6ec"} 0 node_network_device_id{device="vethade7c609"} 0 node_network_device_id{device="vethafbb6388"} 0 node_network_device_id{device="vethb09b0f8a"} 0 node_network_device_id{device="vethb19f75de"} 0 node_network_device_id{device="vethb1b45147"} 0 node_network_device_id{device="vethba5978e1"} 0 node_network_device_id{device="vethbbb9173b"} 0 node_network_device_id{device="vethbe59aea2"} 0 node_network_device_id{device="vethbfed3e29"} 0 node_network_device_id{device="vethc0d9c682"} 0 node_network_device_id{device="vethc95b2d36"} 0 node_network_device_id{device="vethccd58434"} 0 node_network_device_id{device="vethcd8ace80"} 0 node_network_device_id{device="vethe095b425"} 0 node_network_device_id{device="vethe136dbb6"} 0 node_network_device_id{device="vethe4a1260d"} 0 node_network_device_id{device="vetheb37fee5"} 0 node_network_device_id{device="vethf4e3d5e9"} 0 node_network_device_id{device="vethfbd8ea4f"} 0 node_network_device_id{device="vethfd7f2878"} 0 node_network_device_id{device="vethfe0fb973"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="cni0"} 0 node_network_dormant{device="docker0"} 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="veth0cf33c8a"} 0 node_network_dormant{device="veth0d1d57ef"} 0 node_network_dormant{device="veth15d6c391"} 0 node_network_dormant{device="veth15e30695"} 0 node_network_dormant{device="veth1de06947"} 0 node_network_dormant{device="veth23a048ac"} 0 node_network_dormant{device="veth2c61ad7c"} 0 node_network_dormant{device="veth2ed247c6"} 0 node_network_dormant{device="veth3647dc26"} 0 node_network_dormant{device="veth39161efe"} 0 node_network_dormant{device="veth46c8bb00"} 0 node_network_dormant{device="veth4c820610"} 0 node_network_dormant{device="veth53c936ef"} 0 node_network_dormant{device="veth5438b1e0"} 0 node_network_dormant{device="veth5e5b42f3"} 0 node_network_dormant{device="veth5ef047a7"} 0 node_network_dormant{device="veth5f3927af"} 0 node_network_dormant{device="veth618905f4"} 0 node_network_dormant{device="veth6371fd92"} 0 node_network_dormant{device="veth643a5969"} 0 node_network_dormant{device="veth69db7785"} 0 node_network_dormant{device="veth765aab44"} 0 node_network_dormant{device="veth779ca663"} 0 node_network_dormant{device="veth7cdf15b7"} 0 node_network_dormant{device="veth7ef70ed8"} 0 node_network_dormant{device="veth8674a17a"} 0 node_network_dormant{device="veth86a165ec"} 0 node_network_dormant{device="veth89602c13"} 0 node_network_dormant{device="veth8d72db5c"} 0 node_network_dormant{device="veth8f235189"} 0 node_network_dormant{device="veth9c2f67e3"} 0 node_network_dormant{device="veth9c39284d"} 0 node_network_dormant{device="vetha346de1b"} 0 node_network_dormant{device="vetha5e835e5"} 0 node_network_dormant{device="vetha7dba6ec"} 0 node_network_dormant{device="vethade7c609"} 0 node_network_dormant{device="vethafbb6388"} 0 node_network_dormant{device="vethb09b0f8a"} 0 node_network_dormant{device="vethb19f75de"} 0 node_network_dormant{device="vethb1b45147"} 0 node_network_dormant{device="vethba5978e1"} 0 node_network_dormant{device="vethbbb9173b"} 0 node_network_dormant{device="vethbe59aea2"} 0 node_network_dormant{device="vethbfed3e29"} 0 node_network_dormant{device="vethc0d9c682"} 0 node_network_dormant{device="vethc95b2d36"} 0 node_network_dormant{device="vethccd58434"} 0 node_network_dormant{device="vethcd8ace80"} 0 node_network_dormant{device="vethe095b425"} 0 node_network_dormant{device="vethe136dbb6"} 0 node_network_dormant{device="vethe4a1260d"} 0 node_network_dormant{device="vetheb37fee5"} 0 node_network_dormant{device="vethf4e3d5e9"} 0 node_network_dormant{device="vethfbd8ea4f"} 0 node_network_dormant{device="vethfd7f2878"} 0 node_network_dormant{device="vethfe0fb973"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="cni0"} 4099 node_network_flags{device="docker0"} 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="veth0cf33c8a"} 4867 node_network_flags{device="veth0d1d57ef"} 4867 node_network_flags{device="veth15d6c391"} 4867 node_network_flags{device="veth15e30695"} 4867 node_network_flags{device="veth1de06947"} 4867 node_network_flags{device="veth23a048ac"} 4867 node_network_flags{device="veth2c61ad7c"} 4867 node_network_flags{device="veth2ed247c6"} 4867 node_network_flags{device="veth3647dc26"} 4867 node_network_flags{device="veth39161efe"} 4867 node_network_flags{device="veth46c8bb00"} 4867 node_network_flags{device="veth4c820610"} 4867 node_network_flags{device="veth53c936ef"} 4867 node_network_flags{device="veth5438b1e0"} 4867 node_network_flags{device="veth5e5b42f3"} 4867 node_network_flags{device="veth5ef047a7"} 4867 node_network_flags{device="veth5f3927af"} 4867 node_network_flags{device="veth618905f4"} 4867 node_network_flags{device="veth6371fd92"} 4867 node_network_flags{device="veth643a5969"} 4867 node_network_flags{device="veth69db7785"} 4867 node_network_flags{device="veth765aab44"} 4867 node_network_flags{device="veth779ca663"} 4867 node_network_flags{device="veth7cdf15b7"} 4867 node_network_flags{device="veth7ef70ed8"} 4867 node_network_flags{device="veth8674a17a"} 4867 node_network_flags{device="veth86a165ec"} 4867 node_network_flags{device="veth89602c13"} 4867 node_network_flags{device="veth8d72db5c"} 4867 node_network_flags{device="veth8f235189"} 4867 node_network_flags{device="veth9c2f67e3"} 4867 node_network_flags{device="veth9c39284d"} 4867 node_network_flags{device="vetha346de1b"} 4867 node_network_flags{device="vetha5e835e5"} 4867 node_network_flags{device="vetha7dba6ec"} 4867 node_network_flags{device="vethade7c609"} 4867 node_network_flags{device="vethafbb6388"} 4867 node_network_flags{device="vethb09b0f8a"} 4867 node_network_flags{device="vethb19f75de"} 4867 node_network_flags{device="vethb1b45147"} 4867 node_network_flags{device="vethba5978e1"} 4867 node_network_flags{device="vethbbb9173b"} 4867 node_network_flags{device="vethbe59aea2"} 4867 node_network_flags{device="vethbfed3e29"} 4867 node_network_flags{device="vethc0d9c682"} 4867 node_network_flags{device="vethc95b2d36"} 4867 node_network_flags{device="vethccd58434"} 4867 node_network_flags{device="vethcd8ace80"} 4867 node_network_flags{device="vethe095b425"} 4867 node_network_flags{device="vethe136dbb6"} 4867 node_network_flags{device="vethe4a1260d"} 4867 node_network_flags{device="vetheb37fee5"} 4867 node_network_flags{device="vethf4e3d5e9"} 4867 node_network_flags{device="vethfbd8ea4f"} 4867 node_network_flags{device="vethfd7f2878"} 4867 node_network_flags{device="vethfe0fb973"} 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="docker0"} 410 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="veth0cf33c8a"} 409 node_network_iface_id{device="veth0d1d57ef"} 407 node_network_iface_id{device="veth15d6c391"} 373 node_network_iface_id{device="veth15e30695"} 408 node_network_iface_id{device="veth1de06947"} 391 node_network_iface_id{device="veth23a048ac"} 383 node_network_iface_id{device="veth2c61ad7c"} 6 node_network_iface_id{device="veth2ed247c6"} 500 node_network_iface_id{device="veth3647dc26"} 559 node_network_iface_id{device="veth39161efe"} 273 node_network_iface_id{device="veth46c8bb00"} 550 node_network_iface_id{device="veth4c820610"} 553 node_network_iface_id{device="veth53c936ef"} 317 node_network_iface_id{device="veth5438b1e0"} 314 node_network_iface_id{device="veth5e5b42f3"} 522 node_network_iface_id{device="veth5ef047a7"} 384 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="veth643a5969"} 493 node_network_iface_id{device="veth69db7785"} 536 node_network_iface_id{device="veth765aab44"} 266 node_network_iface_id{device="veth779ca663"} 548 node_network_iface_id{device="veth7cdf15b7"} 274 node_network_iface_id{device="veth7ef70ed8"} 541 node_network_iface_id{device="veth8674a17a"} 538 node_network_iface_id{device="veth86a165ec"} 393 node_network_iface_id{device="veth89602c13"} 385 node_network_iface_id{device="veth8d72db5c"} 270 node_network_iface_id{device="veth8f235189"} 547 node_network_iface_id{device="veth9c2f67e3"} 403 node_network_iface_id{device="veth9c39284d"} 406 node_network_iface_id{device="vetha346de1b"} 543 node_network_iface_id{device="vetha5e835e5"} 394 node_network_iface_id{device="vetha7dba6ec"} 401 node_network_iface_id{device="vethade7c609"} 544 node_network_iface_id{device="vethafbb6388"} 5 node_network_iface_id{device="vethb09b0f8a"} 405 node_network_iface_id{device="vethb19f75de"} 552 node_network_iface_id{device="vethb1b45147"} 498 node_network_iface_id{device="vethba5978e1"} 387 node_network_iface_id{device="vethbbb9173b"} 574 node_network_iface_id{device="vethbe59aea2"} 492 node_network_iface_id{device="vethbfed3e29"} 484 node_network_iface_id{device="vethc0d9c682"} 517 node_network_iface_id{device="vethc95b2d36"} 551 node_network_iface_id{device="vethccd58434"} 512 node_network_iface_id{device="vethcd8ace80"} 549 node_network_iface_id{device="vethe095b425"} 546 node_network_iface_id{device="vethe136dbb6"} 537 node_network_iface_id{device="vethe4a1260d"} 464 node_network_iface_id{device="vetheb37fee5"} 545 node_network_iface_id{device="vethf4e3d5e9"} 404 node_network_iface_id{device="vethfbd8ea4f"} 400 node_network_iface_id{device="vethfd7f2878"} 528 node_network_iface_id{device="vethfe0fb973"} 565 # 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="docker0"} 410 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="veth0cf33c8a"} 2 node_network_iface_link{device="veth0d1d57ef"} 2 node_network_iface_link{device="veth15d6c391"} 2 node_network_iface_link{device="veth15e30695"} 2 node_network_iface_link{device="veth1de06947"} 2 node_network_iface_link{device="veth23a048ac"} 2 node_network_iface_link{device="veth2c61ad7c"} 2 node_network_iface_link{device="veth2ed247c6"} 2 node_network_iface_link{device="veth3647dc26"} 2 node_network_iface_link{device="veth39161efe"} 2 node_network_iface_link{device="veth46c8bb00"} 2 node_network_iface_link{device="veth4c820610"} 2 node_network_iface_link{device="veth53c936ef"} 2 node_network_iface_link{device="veth5438b1e0"} 2 node_network_iface_link{device="veth5e5b42f3"} 2 node_network_iface_link{device="veth5ef047a7"} 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="veth643a5969"} 2 node_network_iface_link{device="veth69db7785"} 2 node_network_iface_link{device="veth765aab44"} 2 node_network_iface_link{device="veth779ca663"} 2 node_network_iface_link{device="veth7cdf15b7"} 2 node_network_iface_link{device="veth7ef70ed8"} 2 node_network_iface_link{device="veth8674a17a"} 2 node_network_iface_link{device="veth86a165ec"} 2 node_network_iface_link{device="veth89602c13"} 2 node_network_iface_link{device="veth8d72db5c"} 2 node_network_iface_link{device="veth8f235189"} 2 node_network_iface_link{device="veth9c2f67e3"} 2 node_network_iface_link{device="veth9c39284d"} 2 node_network_iface_link{device="vetha346de1b"} 2 node_network_iface_link{device="vetha5e835e5"} 2 node_network_iface_link{device="vetha7dba6ec"} 2 node_network_iface_link{device="vethade7c609"} 2 node_network_iface_link{device="vethafbb6388"} 2 node_network_iface_link{device="vethb09b0f8a"} 2 node_network_iface_link{device="vethb19f75de"} 2 node_network_iface_link{device="vethb1b45147"} 2 node_network_iface_link{device="vethba5978e1"} 2 node_network_iface_link{device="vethbbb9173b"} 2 node_network_iface_link{device="vethbe59aea2"} 2 node_network_iface_link{device="vethbfed3e29"} 2 node_network_iface_link{device="vethc0d9c682"} 2 node_network_iface_link{device="vethc95b2d36"} 2 node_network_iface_link{device="vethccd58434"} 2 node_network_iface_link{device="vethcd8ace80"} 2 node_network_iface_link{device="vethe095b425"} 2 node_network_iface_link{device="vethe136dbb6"} 2 node_network_iface_link{device="vethe4a1260d"} 2 node_network_iface_link{device="vetheb37fee5"} 2 node_network_iface_link{device="vethf4e3d5e9"} 2 node_network_iface_link{device="vethfbd8ea4f"} 2 node_network_iface_link{device="vethfd7f2878"} 2 node_network_iface_link{device="vethfe0fb973"} 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="docker0"} 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="veth0cf33c8a"} 0 node_network_iface_link_mode{device="veth0d1d57ef"} 0 node_network_iface_link_mode{device="veth15d6c391"} 0 node_network_iface_link_mode{device="veth15e30695"} 0 node_network_iface_link_mode{device="veth1de06947"} 0 node_network_iface_link_mode{device="veth23a048ac"} 0 node_network_iface_link_mode{device="veth2c61ad7c"} 0 node_network_iface_link_mode{device="veth2ed247c6"} 0 node_network_iface_link_mode{device="veth3647dc26"} 0 node_network_iface_link_mode{device="veth39161efe"} 0 node_network_iface_link_mode{device="veth46c8bb00"} 0 node_network_iface_link_mode{device="veth4c820610"} 0 node_network_iface_link_mode{device="veth53c936ef"} 0 node_network_iface_link_mode{device="veth5438b1e0"} 0 node_network_iface_link_mode{device="veth5e5b42f3"} 0 node_network_iface_link_mode{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_iface_link_mode{device="veth69db7785"} 0 node_network_iface_link_mode{device="veth765aab44"} 0 node_network_iface_link_mode{device="veth779ca663"} 0 node_network_iface_link_mode{device="veth7cdf15b7"} 0 node_network_iface_link_mode{device="veth7ef70ed8"} 0 node_network_iface_link_mode{device="veth8674a17a"} 0 node_network_iface_link_mode{device="veth86a165ec"} 0 node_network_iface_link_mode{device="veth89602c13"} 0 node_network_iface_link_mode{device="veth8d72db5c"} 0 node_network_iface_link_mode{device="veth8f235189"} 0 node_network_iface_link_mode{device="veth9c2f67e3"} 0 node_network_iface_link_mode{device="veth9c39284d"} 0 node_network_iface_link_mode{device="vetha346de1b"} 0 node_network_iface_link_mode{device="vetha5e835e5"} 0 node_network_iface_link_mode{device="vetha7dba6ec"} 0 node_network_iface_link_mode{device="vethade7c609"} 0 node_network_iface_link_mode{device="vethafbb6388"} 0 node_network_iface_link_mode{device="vethb09b0f8a"} 0 node_network_iface_link_mode{device="vethb19f75de"} 0 node_network_iface_link_mode{device="vethb1b45147"} 0 node_network_iface_link_mode{device="vethba5978e1"} 0 node_network_iface_link_mode{device="vethbbb9173b"} 0 node_network_iface_link_mode{device="vethbe59aea2"} 0 node_network_iface_link_mode{device="vethbfed3e29"} 0 node_network_iface_link_mode{device="vethc0d9c682"} 0 node_network_iface_link_mode{device="vethc95b2d36"} 0 node_network_iface_link_mode{device="vethccd58434"} 0 node_network_iface_link_mode{device="vethcd8ace80"} 0 node_network_iface_link_mode{device="vethe095b425"} 0 node_network_iface_link_mode{device="vethe136dbb6"} 0 node_network_iface_link_mode{device="vethe4a1260d"} 0 node_network_iface_link_mode{device="vetheb37fee5"} 0 node_network_iface_link_mode{device="vethf4e3d5e9"} 0 node_network_iface_link_mode{device="vethfbd8ea4f"} 0 node_network_iface_link_mode{device="vethfd7f2878"} 0 node_network_iface_link_mode{device="vethfe0fb973"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="06:6c:e5:97:a5:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5e5b42f3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:6b:ad:3a:65:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe4a1260d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:bb:28:47:e4:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c39284d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:fd:96:c5:9f:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethba5978e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:5c:f8:f4:32:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth69db7785",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:8f:dd:a0:1b:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4e3d5e9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:b8:a4:12:7a:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethccd58434",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:b9:8e:83:a5:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth46c8bb00",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:75:90:80:35:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth15d6c391",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:9e:a2:24:30:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb19f75de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:e3:17:a7:dd:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc95b2d36",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:fc:97:ae:c3:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth15e30695",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:50:61:33:d3:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth23a048ac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:cd:b1:11:27:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe59aea2",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="42:cb:99:1f:b3:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c2f67e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:02:78:fd:ee:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb37fee5",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:7b:4e:84:85:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd7f2878",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:de:3d:c8:ee:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfbd8ea4f",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="56:9e:e0:47:ef:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5ef047a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:51:6b:4a:2c:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth89602c13",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="6a:43:0b:7c:6f:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha5e835e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:6f:53:80:a6:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc0d9c682",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="76:4a:12:3f:10:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4c820610",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="7e:fe:ef:52:d5:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d1d57ef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:04:a1:9d:18:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb09b0f8a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:24:87:b5:ad:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha346de1b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:59:38:cb:9f:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe095b425",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="96:ad:e7:59:b7:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth779ca663",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:d6:77:e0:26:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbbb9173b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:a0:dc:96:c4:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f235189",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:f3:5d:fe:12:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3647dc26",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:1e:2c:03:ef:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7dba6ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:d6:25:ab:65:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1de06947",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:74:97:c5:4e:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbfed3e29",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:9d:88:de:5d:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth643a5969",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:4f:fd:9a:9c:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8674a17a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:7a:34:c1:42:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ef70ed8",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="be:7c:c9:76:5c:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe136dbb6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:f8:a8:58:a1:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethade7c609",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:b5:c0:4d:24:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcd8ace80",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="ca:eb:4e:a7:61:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1b45147",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:9f:a9:bc:eb:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 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="da:61:eb:87:7c:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ed247c6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:86:56:4e:14:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0cf33c8a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:ca:9d:f3:1e:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe0fb973",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:a2:f5:02:ba:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth86a165ec",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="docker0"} 1500 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="veth0cf33c8a"} 1450 node_network_mtu_bytes{device="veth0d1d57ef"} 1450 node_network_mtu_bytes{device="veth15d6c391"} 1450 node_network_mtu_bytes{device="veth15e30695"} 1450 node_network_mtu_bytes{device="veth1de06947"} 1450 node_network_mtu_bytes{device="veth23a048ac"} 1450 node_network_mtu_bytes{device="veth2c61ad7c"} 1450 node_network_mtu_bytes{device="veth2ed247c6"} 1450 node_network_mtu_bytes{device="veth3647dc26"} 1450 node_network_mtu_bytes{device="veth39161efe"} 1450 node_network_mtu_bytes{device="veth46c8bb00"} 1450 node_network_mtu_bytes{device="veth4c820610"} 1450 node_network_mtu_bytes{device="veth53c936ef"} 1450 node_network_mtu_bytes{device="veth5438b1e0"} 1450 node_network_mtu_bytes{device="veth5e5b42f3"} 1450 node_network_mtu_bytes{device="veth5ef047a7"} 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="veth643a5969"} 1450 node_network_mtu_bytes{device="veth69db7785"} 1450 node_network_mtu_bytes{device="veth765aab44"} 1450 node_network_mtu_bytes{device="veth779ca663"} 1450 node_network_mtu_bytes{device="veth7cdf15b7"} 1450 node_network_mtu_bytes{device="veth7ef70ed8"} 1450 node_network_mtu_bytes{device="veth8674a17a"} 1450 node_network_mtu_bytes{device="veth86a165ec"} 1450 node_network_mtu_bytes{device="veth89602c13"} 1450 node_network_mtu_bytes{device="veth8d72db5c"} 1450 node_network_mtu_bytes{device="veth8f235189"} 1450 node_network_mtu_bytes{device="veth9c2f67e3"} 1450 node_network_mtu_bytes{device="veth9c39284d"} 1450 node_network_mtu_bytes{device="vetha346de1b"} 1450 node_network_mtu_bytes{device="vetha5e835e5"} 1450 node_network_mtu_bytes{device="vetha7dba6ec"} 1450 node_network_mtu_bytes{device="vethade7c609"} 1450 node_network_mtu_bytes{device="vethafbb6388"} 1450 node_network_mtu_bytes{device="vethb09b0f8a"} 1450 node_network_mtu_bytes{device="vethb19f75de"} 1450 node_network_mtu_bytes{device="vethb1b45147"} 1450 node_network_mtu_bytes{device="vethba5978e1"} 1450 node_network_mtu_bytes{device="vethbbb9173b"} 1450 node_network_mtu_bytes{device="vethbe59aea2"} 1450 node_network_mtu_bytes{device="vethbfed3e29"} 1450 node_network_mtu_bytes{device="vethc0d9c682"} 1450 node_network_mtu_bytes{device="vethc95b2d36"} 1450 node_network_mtu_bytes{device="vethccd58434"} 1450 node_network_mtu_bytes{device="vethcd8ace80"} 1450 node_network_mtu_bytes{device="vethe095b425"} 1450 node_network_mtu_bytes{device="vethe136dbb6"} 1450 node_network_mtu_bytes{device="vethe4a1260d"} 1450 node_network_mtu_bytes{device="vetheb37fee5"} 1450 node_network_mtu_bytes{device="vethf4e3d5e9"} 1450 node_network_mtu_bytes{device="vethfbd8ea4f"} 1450 node_network_mtu_bytes{device="vethfd7f2878"} 1450 node_network_mtu_bytes{device="vethfe0fb973"} 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="docker0"} 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="veth0cf33c8a"} 3 node_network_name_assign_type{device="veth0d1d57ef"} 3 node_network_name_assign_type{device="veth15d6c391"} 3 node_network_name_assign_type{device="veth15e30695"} 3 node_network_name_assign_type{device="veth1de06947"} 3 node_network_name_assign_type{device="veth23a048ac"} 3 node_network_name_assign_type{device="veth2c61ad7c"} 3 node_network_name_assign_type{device="veth2ed247c6"} 3 node_network_name_assign_type{device="veth3647dc26"} 3 node_network_name_assign_type{device="veth39161efe"} 3 node_network_name_assign_type{device="veth46c8bb00"} 3 node_network_name_assign_type{device="veth4c820610"} 3 node_network_name_assign_type{device="veth53c936ef"} 3 node_network_name_assign_type{device="veth5438b1e0"} 3 node_network_name_assign_type{device="veth5e5b42f3"} 3 node_network_name_assign_type{device="veth5ef047a7"} 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="veth643a5969"} 3 node_network_name_assign_type{device="veth69db7785"} 3 node_network_name_assign_type{device="veth765aab44"} 3 node_network_name_assign_type{device="veth779ca663"} 3 node_network_name_assign_type{device="veth7cdf15b7"} 3 node_network_name_assign_type{device="veth7ef70ed8"} 3 node_network_name_assign_type{device="veth8674a17a"} 3 node_network_name_assign_type{device="veth86a165ec"} 3 node_network_name_assign_type{device="veth89602c13"} 3 node_network_name_assign_type{device="veth8d72db5c"} 3 node_network_name_assign_type{device="veth8f235189"} 3 node_network_name_assign_type{device="veth9c2f67e3"} 3 node_network_name_assign_type{device="veth9c39284d"} 3 node_network_name_assign_type{device="vetha346de1b"} 3 node_network_name_assign_type{device="vetha5e835e5"} 3 node_network_name_assign_type{device="vetha7dba6ec"} 3 node_network_name_assign_type{device="vethade7c609"} 3 node_network_name_assign_type{device="vethafbb6388"} 3 node_network_name_assign_type{device="vethb09b0f8a"} 3 node_network_name_assign_type{device="vethb19f75de"} 3 node_network_name_assign_type{device="vethb1b45147"} 3 node_network_name_assign_type{device="vethba5978e1"} 3 node_network_name_assign_type{device="vethbbb9173b"} 3 node_network_name_assign_type{device="vethbe59aea2"} 3 node_network_name_assign_type{device="vethbfed3e29"} 3 node_network_name_assign_type{device="vethc0d9c682"} 3 node_network_name_assign_type{device="vethc95b2d36"} 3 node_network_name_assign_type{device="vethccd58434"} 3 node_network_name_assign_type{device="vethcd8ace80"} 3 node_network_name_assign_type{device="vethe095b425"} 3 node_network_name_assign_type{device="vethe136dbb6"} 3 node_network_name_assign_type{device="vethe4a1260d"} 3 node_network_name_assign_type{device="vetheb37fee5"} 3 node_network_name_assign_type{device="vethf4e3d5e9"} 3 node_network_name_assign_type{device="vethfbd8ea4f"} 3 node_network_name_assign_type{device="vethfd7f2878"} 3 node_network_name_assign_type{device="vethfe0fb973"} 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="docker0"} 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="veth0cf33c8a"} 0 node_network_net_dev_group{device="veth0d1d57ef"} 0 node_network_net_dev_group{device="veth15d6c391"} 0 node_network_net_dev_group{device="veth15e30695"} 0 node_network_net_dev_group{device="veth1de06947"} 0 node_network_net_dev_group{device="veth23a048ac"} 0 node_network_net_dev_group{device="veth2c61ad7c"} 0 node_network_net_dev_group{device="veth2ed247c6"} 0 node_network_net_dev_group{device="veth3647dc26"} 0 node_network_net_dev_group{device="veth39161efe"} 0 node_network_net_dev_group{device="veth46c8bb00"} 0 node_network_net_dev_group{device="veth4c820610"} 0 node_network_net_dev_group{device="veth53c936ef"} 0 node_network_net_dev_group{device="veth5438b1e0"} 0 node_network_net_dev_group{device="veth5e5b42f3"} 0 node_network_net_dev_group{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_net_dev_group{device="veth69db7785"} 0 node_network_net_dev_group{device="veth765aab44"} 0 node_network_net_dev_group{device="veth779ca663"} 0 node_network_net_dev_group{device="veth7cdf15b7"} 0 node_network_net_dev_group{device="veth7ef70ed8"} 0 node_network_net_dev_group{device="veth8674a17a"} 0 node_network_net_dev_group{device="veth86a165ec"} 0 node_network_net_dev_group{device="veth89602c13"} 0 node_network_net_dev_group{device="veth8d72db5c"} 0 node_network_net_dev_group{device="veth8f235189"} 0 node_network_net_dev_group{device="veth9c2f67e3"} 0 node_network_net_dev_group{device="veth9c39284d"} 0 node_network_net_dev_group{device="vetha346de1b"} 0 node_network_net_dev_group{device="vetha5e835e5"} 0 node_network_net_dev_group{device="vetha7dba6ec"} 0 node_network_net_dev_group{device="vethade7c609"} 0 node_network_net_dev_group{device="vethafbb6388"} 0 node_network_net_dev_group{device="vethb09b0f8a"} 0 node_network_net_dev_group{device="vethb19f75de"} 0 node_network_net_dev_group{device="vethb1b45147"} 0 node_network_net_dev_group{device="vethba5978e1"} 0 node_network_net_dev_group{device="vethbbb9173b"} 0 node_network_net_dev_group{device="vethbe59aea2"} 0 node_network_net_dev_group{device="vethbfed3e29"} 0 node_network_net_dev_group{device="vethc0d9c682"} 0 node_network_net_dev_group{device="vethc95b2d36"} 0 node_network_net_dev_group{device="vethccd58434"} 0 node_network_net_dev_group{device="vethcd8ace80"} 0 node_network_net_dev_group{device="vethe095b425"} 0 node_network_net_dev_group{device="vethe136dbb6"} 0 node_network_net_dev_group{device="vethe4a1260d"} 0 node_network_net_dev_group{device="vetheb37fee5"} 0 node_network_net_dev_group{device="vethf4e3d5e9"} 0 node_network_net_dev_group{device="vethfbd8ea4f"} 0 node_network_net_dev_group{device="vethfd7f2878"} 0 node_network_net_dev_group{device="vethfe0fb973"} 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="docker0"} 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="veth0cf33c8a"} 1 node_network_protocol_type{device="veth0d1d57ef"} 1 node_network_protocol_type{device="veth15d6c391"} 1 node_network_protocol_type{device="veth15e30695"} 1 node_network_protocol_type{device="veth1de06947"} 1 node_network_protocol_type{device="veth23a048ac"} 1 node_network_protocol_type{device="veth2c61ad7c"} 1 node_network_protocol_type{device="veth2ed247c6"} 1 node_network_protocol_type{device="veth3647dc26"} 1 node_network_protocol_type{device="veth39161efe"} 1 node_network_protocol_type{device="veth46c8bb00"} 1 node_network_protocol_type{device="veth4c820610"} 1 node_network_protocol_type{device="veth53c936ef"} 1 node_network_protocol_type{device="veth5438b1e0"} 1 node_network_protocol_type{device="veth5e5b42f3"} 1 node_network_protocol_type{device="veth5ef047a7"} 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="veth643a5969"} 1 node_network_protocol_type{device="veth69db7785"} 1 node_network_protocol_type{device="veth765aab44"} 1 node_network_protocol_type{device="veth779ca663"} 1 node_network_protocol_type{device="veth7cdf15b7"} 1 node_network_protocol_type{device="veth7ef70ed8"} 1 node_network_protocol_type{device="veth8674a17a"} 1 node_network_protocol_type{device="veth86a165ec"} 1 node_network_protocol_type{device="veth89602c13"} 1 node_network_protocol_type{device="veth8d72db5c"} 1 node_network_protocol_type{device="veth8f235189"} 1 node_network_protocol_type{device="veth9c2f67e3"} 1 node_network_protocol_type{device="veth9c39284d"} 1 node_network_protocol_type{device="vetha346de1b"} 1 node_network_protocol_type{device="vetha5e835e5"} 1 node_network_protocol_type{device="vetha7dba6ec"} 1 node_network_protocol_type{device="vethade7c609"} 1 node_network_protocol_type{device="vethafbb6388"} 1 node_network_protocol_type{device="vethb09b0f8a"} 1 node_network_protocol_type{device="vethb19f75de"} 1 node_network_protocol_type{device="vethb1b45147"} 1 node_network_protocol_type{device="vethba5978e1"} 1 node_network_protocol_type{device="vethbbb9173b"} 1 node_network_protocol_type{device="vethbe59aea2"} 1 node_network_protocol_type{device="vethbfed3e29"} 1 node_network_protocol_type{device="vethc0d9c682"} 1 node_network_protocol_type{device="vethc95b2d36"} 1 node_network_protocol_type{device="vethccd58434"} 1 node_network_protocol_type{device="vethcd8ace80"} 1 node_network_protocol_type{device="vethe095b425"} 1 node_network_protocol_type{device="vethe136dbb6"} 1 node_network_protocol_type{device="vethe4a1260d"} 1 node_network_protocol_type{device="vetheb37fee5"} 1 node_network_protocol_type{device="vethf4e3d5e9"} 1 node_network_protocol_type{device="vethfbd8ea4f"} 1 node_network_protocol_type{device="vethfd7f2878"} 1 node_network_protocol_type{device="vethfe0fb973"} 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.19782211397e+11 node_network_receive_bytes_total{device="docker0"} 0 node_network_receive_bytes_total{device="eth0"} 3.65399204778e+11 node_network_receive_bytes_total{device="flannel.1"} 3.7298975084e+10 node_network_receive_bytes_total{device="lo"} 5.18612556e+09 node_network_receive_bytes_total{device="veth0162ba44"} 2.3389780646e+10 node_network_receive_bytes_total{device="veth0170c948"} 2.3491238e+07 node_network_receive_bytes_total{device="veth0cf33c8a"} 7.90326884e+08 node_network_receive_bytes_total{device="veth0d1d57ef"} 1.43516364e+08 node_network_receive_bytes_total{device="veth15d6c391"} 37362 node_network_receive_bytes_total{device="veth15e30695"} 1.9344605e+08 node_network_receive_bytes_total{device="veth1de06947"} 2.06853712e+08 node_network_receive_bytes_total{device="veth23a048ac"} 2.7138962e+07 node_network_receive_bytes_total{device="veth2c61ad7c"} 5.617141001e+09 node_network_receive_bytes_total{device="veth2ed247c6"} 3.6101294e+07 node_network_receive_bytes_total{device="veth3647dc26"} 4.1945756e+07 node_network_receive_bytes_total{device="veth39161efe"} 1.61959880303e+11 node_network_receive_bytes_total{device="veth46c8bb00"} 9.450296e+07 node_network_receive_bytes_total{device="veth4c820610"} 6492 node_network_receive_bytes_total{device="veth53c936ef"} 1.326063e+06 node_network_receive_bytes_total{device="veth5438b1e0"} 4.57110339e+08 node_network_receive_bytes_total{device="veth5e5b42f3"} 2.6279785e+07 node_network_receive_bytes_total{device="veth5ef047a7"} 1.52835e+07 node_network_receive_bytes_total{device="veth5f3927af"} 811050 node_network_receive_bytes_total{device="veth618905f4"} 51852 node_network_receive_bytes_total{device="veth6371fd92"} 6.3091693e+07 node_network_receive_bytes_total{device="veth643a5969"} 2.28207868e+08 node_network_receive_bytes_total{device="veth69db7785"} 1.1198283e+08 node_network_receive_bytes_total{device="veth765aab44"} 6.06266062e+08 node_network_receive_bytes_total{device="veth779ca663"} 6492 node_network_receive_bytes_total{device="veth7cdf15b7"} 3.85416779e+08 node_network_receive_bytes_total{device="veth7ef70ed8"} 6492 node_network_receive_bytes_total{device="veth8674a17a"} 2.7441493e+07 node_network_receive_bytes_total{device="veth86a165ec"} 1.0082267e+07 node_network_receive_bytes_total{device="veth89602c13"} 1.5368184e+07 node_network_receive_bytes_total{device="veth8d72db5c"} 3.260395267e+09 node_network_receive_bytes_total{device="veth8f235189"} 3.3039493e+07 node_network_receive_bytes_total{device="veth9c2f67e3"} 5.08145709e+08 node_network_receive_bytes_total{device="veth9c39284d"} 1.28664053e+08 node_network_receive_bytes_total{device="vetha346de1b"} 6.093377e+06 node_network_receive_bytes_total{device="vetha5e835e5"} 37152 node_network_receive_bytes_total{device="vetha7dba6ec"} 8.0697349e+07 node_network_receive_bytes_total{device="vethade7c609"} 6562 node_network_receive_bytes_total{device="vethafbb6388"} 5.617801622e+09 node_network_receive_bytes_total{device="vethb09b0f8a"} 9.750485e+06 node_network_receive_bytes_total{device="vethb19f75de"} 1.7263331e+07 node_network_receive_bytes_total{device="vethb1b45147"} 2.7826565e+07 node_network_receive_bytes_total{device="vethba5978e1"} 7.9847213e+07 node_network_receive_bytes_total{device="vethbbb9173b"} 780178 node_network_receive_bytes_total{device="vethbe59aea2"} 8.625002e+07 node_network_receive_bytes_total{device="vethbfed3e29"} 1.0238979e+07 node_network_receive_bytes_total{device="vethc0d9c682"} 401994 node_network_receive_bytes_total{device="vethc95b2d36"} 1.08310336e+08 node_network_receive_bytes_total{device="vethccd58434"} 149912 node_network_receive_bytes_total{device="vethcd8ace80"} 1.3904427e+07 node_network_receive_bytes_total{device="vethe095b425"} 6422 node_network_receive_bytes_total{device="vethe136dbb6"} 6.6892435e+07 node_network_receive_bytes_total{device="vethe4a1260d"} 1.28827852e+08 node_network_receive_bytes_total{device="vetheb37fee5"} 13384 node_network_receive_bytes_total{device="vethf4e3d5e9"} 9.740938e+06 node_network_receive_bytes_total{device="vethfbd8ea4f"} 6.7946191e+07 node_network_receive_bytes_total{device="vethfd7f2878"} 6.7328346e+07 node_network_receive_bytes_total{device="vethfe0fb973"} 2.240385e+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="docker0"} 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="veth0cf33c8a"} 0 node_network_receive_compressed_total{device="veth0d1d57ef"} 0 node_network_receive_compressed_total{device="veth15d6c391"} 0 node_network_receive_compressed_total{device="veth15e30695"} 0 node_network_receive_compressed_total{device="veth1de06947"} 0 node_network_receive_compressed_total{device="veth23a048ac"} 0 node_network_receive_compressed_total{device="veth2c61ad7c"} 0 node_network_receive_compressed_total{device="veth2ed247c6"} 0 node_network_receive_compressed_total{device="veth3647dc26"} 0 node_network_receive_compressed_total{device="veth39161efe"} 0 node_network_receive_compressed_total{device="veth46c8bb00"} 0 node_network_receive_compressed_total{device="veth4c820610"} 0 node_network_receive_compressed_total{device="veth53c936ef"} 0 node_network_receive_compressed_total{device="veth5438b1e0"} 0 node_network_receive_compressed_total{device="veth5e5b42f3"} 0 node_network_receive_compressed_total{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_receive_compressed_total{device="veth69db7785"} 0 node_network_receive_compressed_total{device="veth765aab44"} 0 node_network_receive_compressed_total{device="veth779ca663"} 0 node_network_receive_compressed_total{device="veth7cdf15b7"} 0 node_network_receive_compressed_total{device="veth7ef70ed8"} 0 node_network_receive_compressed_total{device="veth8674a17a"} 0 node_network_receive_compressed_total{device="veth86a165ec"} 0 node_network_receive_compressed_total{device="veth89602c13"} 0 node_network_receive_compressed_total{device="veth8d72db5c"} 0 node_network_receive_compressed_total{device="veth8f235189"} 0 node_network_receive_compressed_total{device="veth9c2f67e3"} 0 node_network_receive_compressed_total{device="veth9c39284d"} 0 node_network_receive_compressed_total{device="vetha346de1b"} 0 node_network_receive_compressed_total{device="vetha5e835e5"} 0 node_network_receive_compressed_total{device="vetha7dba6ec"} 0 node_network_receive_compressed_total{device="vethade7c609"} 0 node_network_receive_compressed_total{device="vethafbb6388"} 0 node_network_receive_compressed_total{device="vethb09b0f8a"} 0 node_network_receive_compressed_total{device="vethb19f75de"} 0 node_network_receive_compressed_total{device="vethb1b45147"} 0 node_network_receive_compressed_total{device="vethba5978e1"} 0 node_network_receive_compressed_total{device="vethbbb9173b"} 0 node_network_receive_compressed_total{device="vethbe59aea2"} 0 node_network_receive_compressed_total{device="vethbfed3e29"} 0 node_network_receive_compressed_total{device="vethc0d9c682"} 0 node_network_receive_compressed_total{device="vethc95b2d36"} 0 node_network_receive_compressed_total{device="vethccd58434"} 0 node_network_receive_compressed_total{device="vethcd8ace80"} 0 node_network_receive_compressed_total{device="vethe095b425"} 0 node_network_receive_compressed_total{device="vethe136dbb6"} 0 node_network_receive_compressed_total{device="vethe4a1260d"} 0 node_network_receive_compressed_total{device="vetheb37fee5"} 0 node_network_receive_compressed_total{device="vethf4e3d5e9"} 0 node_network_receive_compressed_total{device="vethfbd8ea4f"} 0 node_network_receive_compressed_total{device="vethfd7f2878"} 0 node_network_receive_compressed_total{device="vethfe0fb973"} 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="docker0"} 0 node_network_receive_drop_total{device="eth0"} 640 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="veth0cf33c8a"} 0 node_network_receive_drop_total{device="veth0d1d57ef"} 0 node_network_receive_drop_total{device="veth15d6c391"} 0 node_network_receive_drop_total{device="veth15e30695"} 0 node_network_receive_drop_total{device="veth1de06947"} 0 node_network_receive_drop_total{device="veth23a048ac"} 0 node_network_receive_drop_total{device="veth2c61ad7c"} 0 node_network_receive_drop_total{device="veth2ed247c6"} 0 node_network_receive_drop_total{device="veth3647dc26"} 0 node_network_receive_drop_total{device="veth39161efe"} 0 node_network_receive_drop_total{device="veth46c8bb00"} 0 node_network_receive_drop_total{device="veth4c820610"} 0 node_network_receive_drop_total{device="veth53c936ef"} 0 node_network_receive_drop_total{device="veth5438b1e0"} 0 node_network_receive_drop_total{device="veth5e5b42f3"} 0 node_network_receive_drop_total{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_receive_drop_total{device="veth69db7785"} 0 node_network_receive_drop_total{device="veth765aab44"} 0 node_network_receive_drop_total{device="veth779ca663"} 0 node_network_receive_drop_total{device="veth7cdf15b7"} 0 node_network_receive_drop_total{device="veth7ef70ed8"} 0 node_network_receive_drop_total{device="veth8674a17a"} 0 node_network_receive_drop_total{device="veth86a165ec"} 0 node_network_receive_drop_total{device="veth89602c13"} 0 node_network_receive_drop_total{device="veth8d72db5c"} 0 node_network_receive_drop_total{device="veth8f235189"} 0 node_network_receive_drop_total{device="veth9c2f67e3"} 0 node_network_receive_drop_total{device="veth9c39284d"} 0 node_network_receive_drop_total{device="vetha346de1b"} 0 node_network_receive_drop_total{device="vetha5e835e5"} 0 node_network_receive_drop_total{device="vetha7dba6ec"} 0 node_network_receive_drop_total{device="vethade7c609"} 0 node_network_receive_drop_total{device="vethafbb6388"} 0 node_network_receive_drop_total{device="vethb09b0f8a"} 0 node_network_receive_drop_total{device="vethb19f75de"} 0 node_network_receive_drop_total{device="vethb1b45147"} 0 node_network_receive_drop_total{device="vethba5978e1"} 0 node_network_receive_drop_total{device="vethbbb9173b"} 0 node_network_receive_drop_total{device="vethbe59aea2"} 0 node_network_receive_drop_total{device="vethbfed3e29"} 0 node_network_receive_drop_total{device="vethc0d9c682"} 0 node_network_receive_drop_total{device="vethc95b2d36"} 0 node_network_receive_drop_total{device="vethccd58434"} 0 node_network_receive_drop_total{device="vethcd8ace80"} 0 node_network_receive_drop_total{device="vethe095b425"} 0 node_network_receive_drop_total{device="vethe136dbb6"} 0 node_network_receive_drop_total{device="vethe4a1260d"} 0 node_network_receive_drop_total{device="vetheb37fee5"} 0 node_network_receive_drop_total{device="vethf4e3d5e9"} 0 node_network_receive_drop_total{device="vethfbd8ea4f"} 0 node_network_receive_drop_total{device="vethfd7f2878"} 0 node_network_receive_drop_total{device="vethfe0fb973"} 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="docker0"} 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="veth0cf33c8a"} 0 node_network_receive_errs_total{device="veth0d1d57ef"} 0 node_network_receive_errs_total{device="veth15d6c391"} 0 node_network_receive_errs_total{device="veth15e30695"} 0 node_network_receive_errs_total{device="veth1de06947"} 0 node_network_receive_errs_total{device="veth23a048ac"} 0 node_network_receive_errs_total{device="veth2c61ad7c"} 0 node_network_receive_errs_total{device="veth2ed247c6"} 0 node_network_receive_errs_total{device="veth3647dc26"} 0 node_network_receive_errs_total{device="veth39161efe"} 0 node_network_receive_errs_total{device="veth46c8bb00"} 0 node_network_receive_errs_total{device="veth4c820610"} 0 node_network_receive_errs_total{device="veth53c936ef"} 0 node_network_receive_errs_total{device="veth5438b1e0"} 0 node_network_receive_errs_total{device="veth5e5b42f3"} 0 node_network_receive_errs_total{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_receive_errs_total{device="veth69db7785"} 0 node_network_receive_errs_total{device="veth765aab44"} 0 node_network_receive_errs_total{device="veth779ca663"} 0 node_network_receive_errs_total{device="veth7cdf15b7"} 0 node_network_receive_errs_total{device="veth7ef70ed8"} 0 node_network_receive_errs_total{device="veth8674a17a"} 0 node_network_receive_errs_total{device="veth86a165ec"} 0 node_network_receive_errs_total{device="veth89602c13"} 0 node_network_receive_errs_total{device="veth8d72db5c"} 0 node_network_receive_errs_total{device="veth8f235189"} 0 node_network_receive_errs_total{device="veth9c2f67e3"} 0 node_network_receive_errs_total{device="veth9c39284d"} 0 node_network_receive_errs_total{device="vetha346de1b"} 0 node_network_receive_errs_total{device="vetha5e835e5"} 0 node_network_receive_errs_total{device="vetha7dba6ec"} 0 node_network_receive_errs_total{device="vethade7c609"} 0 node_network_receive_errs_total{device="vethafbb6388"} 0 node_network_receive_errs_total{device="vethb09b0f8a"} 0 node_network_receive_errs_total{device="vethb19f75de"} 0 node_network_receive_errs_total{device="vethb1b45147"} 0 node_network_receive_errs_total{device="vethba5978e1"} 0 node_network_receive_errs_total{device="vethbbb9173b"} 0 node_network_receive_errs_total{device="vethbe59aea2"} 0 node_network_receive_errs_total{device="vethbfed3e29"} 0 node_network_receive_errs_total{device="vethc0d9c682"} 0 node_network_receive_errs_total{device="vethc95b2d36"} 0 node_network_receive_errs_total{device="vethccd58434"} 0 node_network_receive_errs_total{device="vethcd8ace80"} 0 node_network_receive_errs_total{device="vethe095b425"} 0 node_network_receive_errs_total{device="vethe136dbb6"} 0 node_network_receive_errs_total{device="vethe4a1260d"} 0 node_network_receive_errs_total{device="vetheb37fee5"} 0 node_network_receive_errs_total{device="vethf4e3d5e9"} 0 node_network_receive_errs_total{device="vethfbd8ea4f"} 0 node_network_receive_errs_total{device="vethfd7f2878"} 0 node_network_receive_errs_total{device="vethfe0fb973"} 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="docker0"} 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="veth0cf33c8a"} 0 node_network_receive_fifo_total{device="veth0d1d57ef"} 0 node_network_receive_fifo_total{device="veth15d6c391"} 0 node_network_receive_fifo_total{device="veth15e30695"} 0 node_network_receive_fifo_total{device="veth1de06947"} 0 node_network_receive_fifo_total{device="veth23a048ac"} 0 node_network_receive_fifo_total{device="veth2c61ad7c"} 0 node_network_receive_fifo_total{device="veth2ed247c6"} 0 node_network_receive_fifo_total{device="veth3647dc26"} 0 node_network_receive_fifo_total{device="veth39161efe"} 0 node_network_receive_fifo_total{device="veth46c8bb00"} 0 node_network_receive_fifo_total{device="veth4c820610"} 0 node_network_receive_fifo_total{device="veth53c936ef"} 0 node_network_receive_fifo_total{device="veth5438b1e0"} 0 node_network_receive_fifo_total{device="veth5e5b42f3"} 0 node_network_receive_fifo_total{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_receive_fifo_total{device="veth69db7785"} 0 node_network_receive_fifo_total{device="veth765aab44"} 0 node_network_receive_fifo_total{device="veth779ca663"} 0 node_network_receive_fifo_total{device="veth7cdf15b7"} 0 node_network_receive_fifo_total{device="veth7ef70ed8"} 0 node_network_receive_fifo_total{device="veth8674a17a"} 0 node_network_receive_fifo_total{device="veth86a165ec"} 0 node_network_receive_fifo_total{device="veth89602c13"} 0 node_network_receive_fifo_total{device="veth8d72db5c"} 0 node_network_receive_fifo_total{device="veth8f235189"} 0 node_network_receive_fifo_total{device="veth9c2f67e3"} 0 node_network_receive_fifo_total{device="veth9c39284d"} 0 node_network_receive_fifo_total{device="vetha346de1b"} 0 node_network_receive_fifo_total{device="vetha5e835e5"} 0 node_network_receive_fifo_total{device="vetha7dba6ec"} 0 node_network_receive_fifo_total{device="vethade7c609"} 0 node_network_receive_fifo_total{device="vethafbb6388"} 0 node_network_receive_fifo_total{device="vethb09b0f8a"} 0 node_network_receive_fifo_total{device="vethb19f75de"} 0 node_network_receive_fifo_total{device="vethb1b45147"} 0 node_network_receive_fifo_total{device="vethba5978e1"} 0 node_network_receive_fifo_total{device="vethbbb9173b"} 0 node_network_receive_fifo_total{device="vethbe59aea2"} 0 node_network_receive_fifo_total{device="vethbfed3e29"} 0 node_network_receive_fifo_total{device="vethc0d9c682"} 0 node_network_receive_fifo_total{device="vethc95b2d36"} 0 node_network_receive_fifo_total{device="vethccd58434"} 0 node_network_receive_fifo_total{device="vethcd8ace80"} 0 node_network_receive_fifo_total{device="vethe095b425"} 0 node_network_receive_fifo_total{device="vethe136dbb6"} 0 node_network_receive_fifo_total{device="vethe4a1260d"} 0 node_network_receive_fifo_total{device="vetheb37fee5"} 0 node_network_receive_fifo_total{device="vethf4e3d5e9"} 0 node_network_receive_fifo_total{device="vethfbd8ea4f"} 0 node_network_receive_fifo_total{device="vethfd7f2878"} 0 node_network_receive_fifo_total{device="vethfe0fb973"} 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="docker0"} 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="veth0cf33c8a"} 0 node_network_receive_frame_total{device="veth0d1d57ef"} 0 node_network_receive_frame_total{device="veth15d6c391"} 0 node_network_receive_frame_total{device="veth15e30695"} 0 node_network_receive_frame_total{device="veth1de06947"} 0 node_network_receive_frame_total{device="veth23a048ac"} 0 node_network_receive_frame_total{device="veth2c61ad7c"} 0 node_network_receive_frame_total{device="veth2ed247c6"} 0 node_network_receive_frame_total{device="veth3647dc26"} 0 node_network_receive_frame_total{device="veth39161efe"} 0 node_network_receive_frame_total{device="veth46c8bb00"} 0 node_network_receive_frame_total{device="veth4c820610"} 0 node_network_receive_frame_total{device="veth53c936ef"} 0 node_network_receive_frame_total{device="veth5438b1e0"} 0 node_network_receive_frame_total{device="veth5e5b42f3"} 0 node_network_receive_frame_total{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_receive_frame_total{device="veth69db7785"} 0 node_network_receive_frame_total{device="veth765aab44"} 0 node_network_receive_frame_total{device="veth779ca663"} 0 node_network_receive_frame_total{device="veth7cdf15b7"} 0 node_network_receive_frame_total{device="veth7ef70ed8"} 0 node_network_receive_frame_total{device="veth8674a17a"} 0 node_network_receive_frame_total{device="veth86a165ec"} 0 node_network_receive_frame_total{device="veth89602c13"} 0 node_network_receive_frame_total{device="veth8d72db5c"} 0 node_network_receive_frame_total{device="veth8f235189"} 0 node_network_receive_frame_total{device="veth9c2f67e3"} 0 node_network_receive_frame_total{device="veth9c39284d"} 0 node_network_receive_frame_total{device="vetha346de1b"} 0 node_network_receive_frame_total{device="vetha5e835e5"} 0 node_network_receive_frame_total{device="vetha7dba6ec"} 0 node_network_receive_frame_total{device="vethade7c609"} 0 node_network_receive_frame_total{device="vethafbb6388"} 0 node_network_receive_frame_total{device="vethb09b0f8a"} 0 node_network_receive_frame_total{device="vethb19f75de"} 0 node_network_receive_frame_total{device="vethb1b45147"} 0 node_network_receive_frame_total{device="vethba5978e1"} 0 node_network_receive_frame_total{device="vethbbb9173b"} 0 node_network_receive_frame_total{device="vethbe59aea2"} 0 node_network_receive_frame_total{device="vethbfed3e29"} 0 node_network_receive_frame_total{device="vethc0d9c682"} 0 node_network_receive_frame_total{device="vethc95b2d36"} 0 node_network_receive_frame_total{device="vethccd58434"} 0 node_network_receive_frame_total{device="vethcd8ace80"} 0 node_network_receive_frame_total{device="vethe095b425"} 0 node_network_receive_frame_total{device="vethe136dbb6"} 0 node_network_receive_frame_total{device="vethe4a1260d"} 0 node_network_receive_frame_total{device="vetheb37fee5"} 0 node_network_receive_frame_total{device="vethf4e3d5e9"} 0 node_network_receive_frame_total{device="vethfbd8ea4f"} 0 node_network_receive_frame_total{device="vethfd7f2878"} 0 node_network_receive_frame_total{device="vethfe0fb973"} 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"} 69945 node_network_receive_multicast_total{device="docker0"} 0 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="veth0cf33c8a"} 0 node_network_receive_multicast_total{device="veth0d1d57ef"} 0 node_network_receive_multicast_total{device="veth15d6c391"} 0 node_network_receive_multicast_total{device="veth15e30695"} 0 node_network_receive_multicast_total{device="veth1de06947"} 0 node_network_receive_multicast_total{device="veth23a048ac"} 0 node_network_receive_multicast_total{device="veth2c61ad7c"} 0 node_network_receive_multicast_total{device="veth2ed247c6"} 0 node_network_receive_multicast_total{device="veth3647dc26"} 0 node_network_receive_multicast_total{device="veth39161efe"} 0 node_network_receive_multicast_total{device="veth46c8bb00"} 0 node_network_receive_multicast_total{device="veth4c820610"} 0 node_network_receive_multicast_total{device="veth53c936ef"} 0 node_network_receive_multicast_total{device="veth5438b1e0"} 0 node_network_receive_multicast_total{device="veth5e5b42f3"} 0 node_network_receive_multicast_total{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_receive_multicast_total{device="veth69db7785"} 0 node_network_receive_multicast_total{device="veth765aab44"} 0 node_network_receive_multicast_total{device="veth779ca663"} 0 node_network_receive_multicast_total{device="veth7cdf15b7"} 0 node_network_receive_multicast_total{device="veth7ef70ed8"} 0 node_network_receive_multicast_total{device="veth8674a17a"} 0 node_network_receive_multicast_total{device="veth86a165ec"} 0 node_network_receive_multicast_total{device="veth89602c13"} 0 node_network_receive_multicast_total{device="veth8d72db5c"} 0 node_network_receive_multicast_total{device="veth8f235189"} 0 node_network_receive_multicast_total{device="veth9c2f67e3"} 0 node_network_receive_multicast_total{device="veth9c39284d"} 0 node_network_receive_multicast_total{device="vetha346de1b"} 0 node_network_receive_multicast_total{device="vetha5e835e5"} 0 node_network_receive_multicast_total{device="vetha7dba6ec"} 0 node_network_receive_multicast_total{device="vethade7c609"} 0 node_network_receive_multicast_total{device="vethafbb6388"} 0 node_network_receive_multicast_total{device="vethb09b0f8a"} 0 node_network_receive_multicast_total{device="vethb19f75de"} 0 node_network_receive_multicast_total{device="vethb1b45147"} 0 node_network_receive_multicast_total{device="vethba5978e1"} 0 node_network_receive_multicast_total{device="vethbbb9173b"} 0 node_network_receive_multicast_total{device="vethbe59aea2"} 0 node_network_receive_multicast_total{device="vethbfed3e29"} 0 node_network_receive_multicast_total{device="vethc0d9c682"} 0 node_network_receive_multicast_total{device="vethc95b2d36"} 0 node_network_receive_multicast_total{device="vethccd58434"} 0 node_network_receive_multicast_total{device="vethcd8ace80"} 0 node_network_receive_multicast_total{device="vethe095b425"} 0 node_network_receive_multicast_total{device="vethe136dbb6"} 0 node_network_receive_multicast_total{device="vethe4a1260d"} 0 node_network_receive_multicast_total{device="vetheb37fee5"} 0 node_network_receive_multicast_total{device="vethf4e3d5e9"} 0 node_network_receive_multicast_total{device="vethfbd8ea4f"} 0 node_network_receive_multicast_total{device="vethfd7f2878"} 0 node_network_receive_multicast_total{device="vethfe0fb973"} 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="docker0"} 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="veth0cf33c8a"} 0 node_network_receive_nohandler_total{device="veth0d1d57ef"} 0 node_network_receive_nohandler_total{device="veth15d6c391"} 0 node_network_receive_nohandler_total{device="veth15e30695"} 0 node_network_receive_nohandler_total{device="veth1de06947"} 0 node_network_receive_nohandler_total{device="veth23a048ac"} 0 node_network_receive_nohandler_total{device="veth2c61ad7c"} 0 node_network_receive_nohandler_total{device="veth2ed247c6"} 0 node_network_receive_nohandler_total{device="veth3647dc26"} 0 node_network_receive_nohandler_total{device="veth39161efe"} 0 node_network_receive_nohandler_total{device="veth46c8bb00"} 0 node_network_receive_nohandler_total{device="veth4c820610"} 0 node_network_receive_nohandler_total{device="veth53c936ef"} 0 node_network_receive_nohandler_total{device="veth5438b1e0"} 0 node_network_receive_nohandler_total{device="veth5e5b42f3"} 0 node_network_receive_nohandler_total{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_receive_nohandler_total{device="veth69db7785"} 0 node_network_receive_nohandler_total{device="veth765aab44"} 0 node_network_receive_nohandler_total{device="veth779ca663"} 0 node_network_receive_nohandler_total{device="veth7cdf15b7"} 0 node_network_receive_nohandler_total{device="veth7ef70ed8"} 0 node_network_receive_nohandler_total{device="veth8674a17a"} 0 node_network_receive_nohandler_total{device="veth86a165ec"} 0 node_network_receive_nohandler_total{device="veth89602c13"} 0 node_network_receive_nohandler_total{device="veth8d72db5c"} 0 node_network_receive_nohandler_total{device="veth8f235189"} 0 node_network_receive_nohandler_total{device="veth9c2f67e3"} 0 node_network_receive_nohandler_total{device="veth9c39284d"} 0 node_network_receive_nohandler_total{device="vetha346de1b"} 0 node_network_receive_nohandler_total{device="vetha5e835e5"} 0 node_network_receive_nohandler_total{device="vetha7dba6ec"} 0 node_network_receive_nohandler_total{device="vethade7c609"} 0 node_network_receive_nohandler_total{device="vethafbb6388"} 0 node_network_receive_nohandler_total{device="vethb09b0f8a"} 0 node_network_receive_nohandler_total{device="vethb19f75de"} 0 node_network_receive_nohandler_total{device="vethb1b45147"} 0 node_network_receive_nohandler_total{device="vethba5978e1"} 0 node_network_receive_nohandler_total{device="vethbbb9173b"} 0 node_network_receive_nohandler_total{device="vethbe59aea2"} 0 node_network_receive_nohandler_total{device="vethbfed3e29"} 0 node_network_receive_nohandler_total{device="vethc0d9c682"} 0 node_network_receive_nohandler_total{device="vethc95b2d36"} 0 node_network_receive_nohandler_total{device="vethccd58434"} 0 node_network_receive_nohandler_total{device="vethcd8ace80"} 0 node_network_receive_nohandler_total{device="vethe095b425"} 0 node_network_receive_nohandler_total{device="vethe136dbb6"} 0 node_network_receive_nohandler_total{device="vethe4a1260d"} 0 node_network_receive_nohandler_total{device="vetheb37fee5"} 0 node_network_receive_nohandler_total{device="vethf4e3d5e9"} 0 node_network_receive_nohandler_total{device="vethfbd8ea4f"} 0 node_network_receive_nohandler_total{device="vethfd7f2878"} 0 node_network_receive_nohandler_total{device="vethfe0fb973"} 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"} 2.37202762e+08 node_network_receive_packets_total{device="docker0"} 0 node_network_receive_packets_total{device="eth0"} 1.245427806e+09 node_network_receive_packets_total{device="flannel.1"} 1.64245504e+08 node_network_receive_packets_total{device="lo"} 3.368779e+07 node_network_receive_packets_total{device="veth0162ba44"} 5.9318935e+07 node_network_receive_packets_total{device="veth0170c948"} 201604 node_network_receive_packets_total{device="veth0cf33c8a"} 6.087542e+06 node_network_receive_packets_total{device="veth0d1d57ef"} 54017 node_network_receive_packets_total{device="veth15d6c391"} 533 node_network_receive_packets_total{device="veth15e30695"} 2.14095e+06 node_network_receive_packets_total{device="veth1de06947"} 2.424966e+06 node_network_receive_packets_total{device="veth23a048ac"} 232406 node_network_receive_packets_total{device="veth2c61ad7c"} 3.202491e+07 node_network_receive_packets_total{device="veth2ed247c6"} 340684 node_network_receive_packets_total{device="veth3647dc26"} 3709 node_network_receive_packets_total{device="veth39161efe"} 2.3384579e+07 node_network_receive_packets_total{device="veth46c8bb00"} 454328 node_network_receive_packets_total{device="veth4c820610"} 92 node_network_receive_packets_total{device="veth53c936ef"} 17916 node_network_receive_packets_total{device="veth5438b1e0"} 4.492573e+06 node_network_receive_packets_total{device="veth5e5b42f3"} 1858 node_network_receive_packets_total{device="veth5ef047a7"} 131943 node_network_receive_packets_total{device="veth5f3927af"} 821 node_network_receive_packets_total{device="veth618905f4"} 740 node_network_receive_packets_total{device="veth6371fd92"} 591524 node_network_receive_packets_total{device="veth643a5969"} 19801 node_network_receive_packets_total{device="veth69db7785"} 300137 node_network_receive_packets_total{device="veth765aab44"} 7.051943e+06 node_network_receive_packets_total{device="veth779ca663"} 92 node_network_receive_packets_total{device="veth7cdf15b7"} 2.970916e+06 node_network_receive_packets_total{device="veth7ef70ed8"} 92 node_network_receive_packets_total{device="veth8674a17a"} 203958 node_network_receive_packets_total{device="veth86a165ec"} 178423 node_network_receive_packets_total{device="veth89602c13"} 131903 node_network_receive_packets_total{device="veth8d72db5c"} 1.6195896e+07 node_network_receive_packets_total{device="veth8f235189"} 25781 node_network_receive_packets_total{device="veth9c2f67e3"} 291758 node_network_receive_packets_total{device="veth9c39284d"} 1.311785e+06 node_network_receive_packets_total{device="vetha346de1b"} 53782 node_network_receive_packets_total{device="vetha5e835e5"} 530 node_network_receive_packets_total{device="vetha7dba6ec"} 909000 node_network_receive_packets_total{device="vethade7c609"} 93 node_network_receive_packets_total{device="vethafbb6388"} 3.2033479e+07 node_network_receive_packets_total{device="vethb09b0f8a"} 172730 node_network_receive_packets_total{device="vethb19f75de"} 179010 node_network_receive_packets_total{device="vethb1b45147"} 289607 node_network_receive_packets_total{device="vethba5978e1"} 703494 node_network_receive_packets_total{device="vethbbb9173b"} 8055 node_network_receive_packets_total{device="vethbe59aea2"} 1.004361e+06 node_network_receive_packets_total{device="vethbfed3e29"} 127237 node_network_receive_packets_total{device="vethc0d9c682"} 6074 node_network_receive_packets_total{device="vethc95b2d36"} 436339 node_network_receive_packets_total{device="vethccd58434"} 1478 node_network_receive_packets_total{device="vethcd8ace80"} 164388 node_network_receive_packets_total{device="vethe095b425"} 91 node_network_receive_packets_total{device="vethe136dbb6"} 705843 node_network_receive_packets_total{device="vethe4a1260d"} 1.479398e+06 node_network_receive_packets_total{device="vetheb37fee5"} 117 node_network_receive_packets_total{device="vethf4e3d5e9"} 172472 node_network_receive_packets_total{device="vethfbd8ea4f"} 770735 node_network_receive_packets_total{device="vethfd7f2878"} 797828 node_network_receive_packets_total{device="vethfe0fb973"} 2449 # 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="docker0"} -125000 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="veth0cf33c8a"} 1.25e+09 node_network_speed_bytes{device="veth0d1d57ef"} 1.25e+09 node_network_speed_bytes{device="veth15d6c391"} 1.25e+09 node_network_speed_bytes{device="veth15e30695"} 1.25e+09 node_network_speed_bytes{device="veth1de06947"} 1.25e+09 node_network_speed_bytes{device="veth23a048ac"} 1.25e+09 node_network_speed_bytes{device="veth2c61ad7c"} 1.25e+09 node_network_speed_bytes{device="veth2ed247c6"} 1.25e+09 node_network_speed_bytes{device="veth3647dc26"} 1.25e+09 node_network_speed_bytes{device="veth39161efe"} 1.25e+09 node_network_speed_bytes{device="veth46c8bb00"} 1.25e+09 node_network_speed_bytes{device="veth4c820610"} 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="veth5e5b42f3"} 1.25e+09 node_network_speed_bytes{device="veth5ef047a7"} 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="veth643a5969"} 1.25e+09 node_network_speed_bytes{device="veth69db7785"} 1.25e+09 node_network_speed_bytes{device="veth765aab44"} 1.25e+09 node_network_speed_bytes{device="veth779ca663"} 1.25e+09 node_network_speed_bytes{device="veth7cdf15b7"} 1.25e+09 node_network_speed_bytes{device="veth7ef70ed8"} 1.25e+09 node_network_speed_bytes{device="veth8674a17a"} 1.25e+09 node_network_speed_bytes{device="veth86a165ec"} 1.25e+09 node_network_speed_bytes{device="veth89602c13"} 1.25e+09 node_network_speed_bytes{device="veth8d72db5c"} 1.25e+09 node_network_speed_bytes{device="veth8f235189"} 1.25e+09 node_network_speed_bytes{device="veth9c2f67e3"} 1.25e+09 node_network_speed_bytes{device="veth9c39284d"} 1.25e+09 node_network_speed_bytes{device="vetha346de1b"} 1.25e+09 node_network_speed_bytes{device="vetha5e835e5"} 1.25e+09 node_network_speed_bytes{device="vetha7dba6ec"} 1.25e+09 node_network_speed_bytes{device="vethade7c609"} 1.25e+09 node_network_speed_bytes{device="vethafbb6388"} 1.25e+09 node_network_speed_bytes{device="vethb09b0f8a"} 1.25e+09 node_network_speed_bytes{device="vethb19f75de"} 1.25e+09 node_network_speed_bytes{device="vethb1b45147"} 1.25e+09 node_network_speed_bytes{device="vethba5978e1"} 1.25e+09 node_network_speed_bytes{device="vethbbb9173b"} 1.25e+09 node_network_speed_bytes{device="vethbe59aea2"} 1.25e+09 node_network_speed_bytes{device="vethbfed3e29"} 1.25e+09 node_network_speed_bytes{device="vethc0d9c682"} 1.25e+09 node_network_speed_bytes{device="vethc95b2d36"} 1.25e+09 node_network_speed_bytes{device="vethccd58434"} 1.25e+09 node_network_speed_bytes{device="vethcd8ace80"} 1.25e+09 node_network_speed_bytes{device="vethe095b425"} 1.25e+09 node_network_speed_bytes{device="vethe136dbb6"} 1.25e+09 node_network_speed_bytes{device="vethe4a1260d"} 1.25e+09 node_network_speed_bytes{device="vetheb37fee5"} 1.25e+09 node_network_speed_bytes{device="vethf4e3d5e9"} 1.25e+09 node_network_speed_bytes{device="vethfbd8ea4f"} 1.25e+09 node_network_speed_bytes{device="vethfd7f2878"} 1.25e+09 node_network_speed_bytes{device="vethfe0fb973"} 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"} 1.25944246676e+11 node_network_transmit_bytes_total{device="docker0"} 0 node_network_transmit_bytes_total{device="eth0"} 3.17123329147e+11 node_network_transmit_bytes_total{device="flannel.1"} 2.1143796228e+11 node_network_transmit_bytes_total{device="lo"} 5.18612556e+09 node_network_transmit_bytes_total{device="veth0162ba44"} 2.7282945737e+10 node_network_transmit_bytes_total{device="veth0170c948"} 3.227772e+07 node_network_transmit_bytes_total{device="veth0cf33c8a"} 9.09452711e+08 node_network_transmit_bytes_total{device="veth0d1d57ef"} 1.58198593e+08 node_network_transmit_bytes_total{device="veth15d6c391"} 8.235952e+06 node_network_transmit_bytes_total{device="veth15e30695"} 1.78033713e+08 node_network_transmit_bytes_total{device="veth1de06947"} 1.10954444e+08 node_network_transmit_bytes_total{device="veth23a048ac"} 5.1129315e+07 node_network_transmit_bytes_total{device="veth2c61ad7c"} 4.969545511e+09 node_network_transmit_bytes_total{device="veth2ed247c6"} 5.1181843e+07 node_network_transmit_bytes_total{device="veth3647dc26"} 2.265711e+06 node_network_transmit_bytes_total{device="veth39161efe"} 1.9503206566e+10 node_network_transmit_bytes_total{device="veth46c8bb00"} 7.6272267e+07 node_network_transmit_bytes_total{device="veth4c820610"} 1.657924e+06 node_network_transmit_bytes_total{device="veth53c936ef"} 1.2266703e+07 node_network_transmit_bytes_total{device="veth5438b1e0"} 4.13243097e+08 node_network_transmit_bytes_total{device="veth5e5b42f3"} 2.889885e+06 node_network_transmit_bytes_total{device="veth5ef047a7"} 2.1433161e+07 node_network_transmit_bytes_total{device="veth5f3927af"} 1.1662682e+07 node_network_transmit_bytes_total{device="veth618905f4"} 1.1647826e+07 node_network_transmit_bytes_total{device="veth6371fd92"} 6.7413446e+07 node_network_transmit_bytes_total{device="veth643a5969"} 7.763954e+06 node_network_transmit_bytes_total{device="veth69db7785"} 1.32241279e+08 node_network_transmit_bytes_total{device="veth765aab44"} 2.1314817287e+10 node_network_transmit_bytes_total{device="veth779ca663"} 1.660474e+06 node_network_transmit_bytes_total{device="veth7cdf15b7"} 3.03266586e+08 node_network_transmit_bytes_total{device="veth7ef70ed8"} 1.663664e+06 node_network_transmit_bytes_total{device="veth8674a17a"} 4.0007596e+07 node_network_transmit_bytes_total{device="veth86a165ec"} 1.8442301e+07 node_network_transmit_bytes_total{device="veth89602c13"} 2.1435702e+07 node_network_transmit_bytes_total{device="veth8d72db5c"} 2.3541020555e+10 node_network_transmit_bytes_total{device="veth8f235189"} 2.7405975e+07 node_network_transmit_bytes_total{device="veth9c2f67e3"} 4.16963771e+08 node_network_transmit_bytes_total{device="veth9c39284d"} 1.065150195e+09 node_network_transmit_bytes_total{device="vetha346de1b"} 1.1160851e+07 node_network_transmit_bytes_total{device="vetha5e835e5"} 8.189152e+06 node_network_transmit_bytes_total{device="vetha7dba6ec"} 6.8083004e+07 node_network_transmit_bytes_total{device="vethade7c609"} 1.662644e+06 node_network_transmit_bytes_total{device="vethafbb6388"} 4.970810557e+09 node_network_transmit_bytes_total{device="vethb09b0f8a"} 1.7761209e+07 node_network_transmit_bytes_total{device="vethb19f75de"} 2.4476417e+07 node_network_transmit_bytes_total{device="vethb1b45147"} 2.0904707e+07 node_network_transmit_bytes_total{device="vethba5978e1"} 1.73070013e+08 node_network_transmit_bytes_total{device="vethbbb9173b"} 1.140918e+06 node_network_transmit_bytes_total{device="vethbe59aea2"} 4.5395571e+07 node_network_transmit_bytes_total{device="vethbfed3e29"} 1.5732383e+07 node_network_transmit_bytes_total{device="vethc0d9c682"} 2.881269e+06 node_network_transmit_bytes_total{device="vethc95b2d36"} 2.0450357e+08 node_network_transmit_bytes_total{device="vethccd58434"} 3.028467e+06 node_network_transmit_bytes_total{device="vethcd8ace80"} 1.3838189e+07 node_network_transmit_bytes_total{device="vethe095b425"} 1.661424e+06 node_network_transmit_bytes_total{device="vethe136dbb6"} 6.0602034e+07 node_network_transmit_bytes_total{device="vethe4a1260d"} 7.2557678e+07 node_network_transmit_bytes_total{device="vetheb37fee5"} 1.665415e+06 node_network_transmit_bytes_total{device="vethf4e3d5e9"} 1.7753637e+07 node_network_transmit_bytes_total{device="vethfbd8ea4f"} 7.3180972e+07 node_network_transmit_bytes_total{device="vethfd7f2878"} 3.9240499e+07 node_network_transmit_bytes_total{device="vethfe0fb973"} 1.839274e+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="docker0"} 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="veth0cf33c8a"} 0 node_network_transmit_carrier_total{device="veth0d1d57ef"} 0 node_network_transmit_carrier_total{device="veth15d6c391"} 0 node_network_transmit_carrier_total{device="veth15e30695"} 0 node_network_transmit_carrier_total{device="veth1de06947"} 0 node_network_transmit_carrier_total{device="veth23a048ac"} 0 node_network_transmit_carrier_total{device="veth2c61ad7c"} 0 node_network_transmit_carrier_total{device="veth2ed247c6"} 0 node_network_transmit_carrier_total{device="veth3647dc26"} 0 node_network_transmit_carrier_total{device="veth39161efe"} 0 node_network_transmit_carrier_total{device="veth46c8bb00"} 0 node_network_transmit_carrier_total{device="veth4c820610"} 0 node_network_transmit_carrier_total{device="veth53c936ef"} 0 node_network_transmit_carrier_total{device="veth5438b1e0"} 0 node_network_transmit_carrier_total{device="veth5e5b42f3"} 0 node_network_transmit_carrier_total{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_transmit_carrier_total{device="veth69db7785"} 0 node_network_transmit_carrier_total{device="veth765aab44"} 0 node_network_transmit_carrier_total{device="veth779ca663"} 0 node_network_transmit_carrier_total{device="veth7cdf15b7"} 0 node_network_transmit_carrier_total{device="veth7ef70ed8"} 0 node_network_transmit_carrier_total{device="veth8674a17a"} 0 node_network_transmit_carrier_total{device="veth86a165ec"} 0 node_network_transmit_carrier_total{device="veth89602c13"} 0 node_network_transmit_carrier_total{device="veth8d72db5c"} 0 node_network_transmit_carrier_total{device="veth8f235189"} 0 node_network_transmit_carrier_total{device="veth9c2f67e3"} 0 node_network_transmit_carrier_total{device="veth9c39284d"} 0 node_network_transmit_carrier_total{device="vetha346de1b"} 0 node_network_transmit_carrier_total{device="vetha5e835e5"} 0 node_network_transmit_carrier_total{device="vetha7dba6ec"} 0 node_network_transmit_carrier_total{device="vethade7c609"} 0 node_network_transmit_carrier_total{device="vethafbb6388"} 0 node_network_transmit_carrier_total{device="vethb09b0f8a"} 0 node_network_transmit_carrier_total{device="vethb19f75de"} 0 node_network_transmit_carrier_total{device="vethb1b45147"} 0 node_network_transmit_carrier_total{device="vethba5978e1"} 0 node_network_transmit_carrier_total{device="vethbbb9173b"} 0 node_network_transmit_carrier_total{device="vethbe59aea2"} 0 node_network_transmit_carrier_total{device="vethbfed3e29"} 0 node_network_transmit_carrier_total{device="vethc0d9c682"} 0 node_network_transmit_carrier_total{device="vethc95b2d36"} 0 node_network_transmit_carrier_total{device="vethccd58434"} 0 node_network_transmit_carrier_total{device="vethcd8ace80"} 0 node_network_transmit_carrier_total{device="vethe095b425"} 0 node_network_transmit_carrier_total{device="vethe136dbb6"} 0 node_network_transmit_carrier_total{device="vethe4a1260d"} 0 node_network_transmit_carrier_total{device="vetheb37fee5"} 0 node_network_transmit_carrier_total{device="vethf4e3d5e9"} 0 node_network_transmit_carrier_total{device="vethfbd8ea4f"} 0 node_network_transmit_carrier_total{device="vethfd7f2878"} 0 node_network_transmit_carrier_total{device="vethfe0fb973"} 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="docker0"} 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="veth0cf33c8a"} 0 node_network_transmit_colls_total{device="veth0d1d57ef"} 0 node_network_transmit_colls_total{device="veth15d6c391"} 0 node_network_transmit_colls_total{device="veth15e30695"} 0 node_network_transmit_colls_total{device="veth1de06947"} 0 node_network_transmit_colls_total{device="veth23a048ac"} 0 node_network_transmit_colls_total{device="veth2c61ad7c"} 0 node_network_transmit_colls_total{device="veth2ed247c6"} 0 node_network_transmit_colls_total{device="veth3647dc26"} 0 node_network_transmit_colls_total{device="veth39161efe"} 0 node_network_transmit_colls_total{device="veth46c8bb00"} 0 node_network_transmit_colls_total{device="veth4c820610"} 0 node_network_transmit_colls_total{device="veth53c936ef"} 0 node_network_transmit_colls_total{device="veth5438b1e0"} 0 node_network_transmit_colls_total{device="veth5e5b42f3"} 0 node_network_transmit_colls_total{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_transmit_colls_total{device="veth69db7785"} 0 node_network_transmit_colls_total{device="veth765aab44"} 0 node_network_transmit_colls_total{device="veth779ca663"} 0 node_network_transmit_colls_total{device="veth7cdf15b7"} 0 node_network_transmit_colls_total{device="veth7ef70ed8"} 0 node_network_transmit_colls_total{device="veth8674a17a"} 0 node_network_transmit_colls_total{device="veth86a165ec"} 0 node_network_transmit_colls_total{device="veth89602c13"} 0 node_network_transmit_colls_total{device="veth8d72db5c"} 0 node_network_transmit_colls_total{device="veth8f235189"} 0 node_network_transmit_colls_total{device="veth9c2f67e3"} 0 node_network_transmit_colls_total{device="veth9c39284d"} 0 node_network_transmit_colls_total{device="vetha346de1b"} 0 node_network_transmit_colls_total{device="vetha5e835e5"} 0 node_network_transmit_colls_total{device="vetha7dba6ec"} 0 node_network_transmit_colls_total{device="vethade7c609"} 0 node_network_transmit_colls_total{device="vethafbb6388"} 0 node_network_transmit_colls_total{device="vethb09b0f8a"} 0 node_network_transmit_colls_total{device="vethb19f75de"} 0 node_network_transmit_colls_total{device="vethb1b45147"} 0 node_network_transmit_colls_total{device="vethba5978e1"} 0 node_network_transmit_colls_total{device="vethbbb9173b"} 0 node_network_transmit_colls_total{device="vethbe59aea2"} 0 node_network_transmit_colls_total{device="vethbfed3e29"} 0 node_network_transmit_colls_total{device="vethc0d9c682"} 0 node_network_transmit_colls_total{device="vethc95b2d36"} 0 node_network_transmit_colls_total{device="vethccd58434"} 0 node_network_transmit_colls_total{device="vethcd8ace80"} 0 node_network_transmit_colls_total{device="vethe095b425"} 0 node_network_transmit_colls_total{device="vethe136dbb6"} 0 node_network_transmit_colls_total{device="vethe4a1260d"} 0 node_network_transmit_colls_total{device="vetheb37fee5"} 0 node_network_transmit_colls_total{device="vethf4e3d5e9"} 0 node_network_transmit_colls_total{device="vethfbd8ea4f"} 0 node_network_transmit_colls_total{device="vethfd7f2878"} 0 node_network_transmit_colls_total{device="vethfe0fb973"} 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="docker0"} 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="veth0cf33c8a"} 0 node_network_transmit_compressed_total{device="veth0d1d57ef"} 0 node_network_transmit_compressed_total{device="veth15d6c391"} 0 node_network_transmit_compressed_total{device="veth15e30695"} 0 node_network_transmit_compressed_total{device="veth1de06947"} 0 node_network_transmit_compressed_total{device="veth23a048ac"} 0 node_network_transmit_compressed_total{device="veth2c61ad7c"} 0 node_network_transmit_compressed_total{device="veth2ed247c6"} 0 node_network_transmit_compressed_total{device="veth3647dc26"} 0 node_network_transmit_compressed_total{device="veth39161efe"} 0 node_network_transmit_compressed_total{device="veth46c8bb00"} 0 node_network_transmit_compressed_total{device="veth4c820610"} 0 node_network_transmit_compressed_total{device="veth53c936ef"} 0 node_network_transmit_compressed_total{device="veth5438b1e0"} 0 node_network_transmit_compressed_total{device="veth5e5b42f3"} 0 node_network_transmit_compressed_total{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_transmit_compressed_total{device="veth69db7785"} 0 node_network_transmit_compressed_total{device="veth765aab44"} 0 node_network_transmit_compressed_total{device="veth779ca663"} 0 node_network_transmit_compressed_total{device="veth7cdf15b7"} 0 node_network_transmit_compressed_total{device="veth7ef70ed8"} 0 node_network_transmit_compressed_total{device="veth8674a17a"} 0 node_network_transmit_compressed_total{device="veth86a165ec"} 0 node_network_transmit_compressed_total{device="veth89602c13"} 0 node_network_transmit_compressed_total{device="veth8d72db5c"} 0 node_network_transmit_compressed_total{device="veth8f235189"} 0 node_network_transmit_compressed_total{device="veth9c2f67e3"} 0 node_network_transmit_compressed_total{device="veth9c39284d"} 0 node_network_transmit_compressed_total{device="vetha346de1b"} 0 node_network_transmit_compressed_total{device="vetha5e835e5"} 0 node_network_transmit_compressed_total{device="vetha7dba6ec"} 0 node_network_transmit_compressed_total{device="vethade7c609"} 0 node_network_transmit_compressed_total{device="vethafbb6388"} 0 node_network_transmit_compressed_total{device="vethb09b0f8a"} 0 node_network_transmit_compressed_total{device="vethb19f75de"} 0 node_network_transmit_compressed_total{device="vethb1b45147"} 0 node_network_transmit_compressed_total{device="vethba5978e1"} 0 node_network_transmit_compressed_total{device="vethbbb9173b"} 0 node_network_transmit_compressed_total{device="vethbe59aea2"} 0 node_network_transmit_compressed_total{device="vethbfed3e29"} 0 node_network_transmit_compressed_total{device="vethc0d9c682"} 0 node_network_transmit_compressed_total{device="vethc95b2d36"} 0 node_network_transmit_compressed_total{device="vethccd58434"} 0 node_network_transmit_compressed_total{device="vethcd8ace80"} 0 node_network_transmit_compressed_total{device="vethe095b425"} 0 node_network_transmit_compressed_total{device="vethe136dbb6"} 0 node_network_transmit_compressed_total{device="vethe4a1260d"} 0 node_network_transmit_compressed_total{device="vetheb37fee5"} 0 node_network_transmit_compressed_total{device="vethf4e3d5e9"} 0 node_network_transmit_compressed_total{device="vethfbd8ea4f"} 0 node_network_transmit_compressed_total{device="vethfd7f2878"} 0 node_network_transmit_compressed_total{device="vethfe0fb973"} 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="docker0"} 0 node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="flannel.1"} 1222 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="veth0cf33c8a"} 0 node_network_transmit_drop_total{device="veth0d1d57ef"} 0 node_network_transmit_drop_total{device="veth15d6c391"} 0 node_network_transmit_drop_total{device="veth15e30695"} 0 node_network_transmit_drop_total{device="veth1de06947"} 0 node_network_transmit_drop_total{device="veth23a048ac"} 0 node_network_transmit_drop_total{device="veth2c61ad7c"} 0 node_network_transmit_drop_total{device="veth2ed247c6"} 0 node_network_transmit_drop_total{device="veth3647dc26"} 0 node_network_transmit_drop_total{device="veth39161efe"} 0 node_network_transmit_drop_total{device="veth46c8bb00"} 0 node_network_transmit_drop_total{device="veth4c820610"} 0 node_network_transmit_drop_total{device="veth53c936ef"} 0 node_network_transmit_drop_total{device="veth5438b1e0"} 0 node_network_transmit_drop_total{device="veth5e5b42f3"} 0 node_network_transmit_drop_total{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_transmit_drop_total{device="veth69db7785"} 0 node_network_transmit_drop_total{device="veth765aab44"} 0 node_network_transmit_drop_total{device="veth779ca663"} 0 node_network_transmit_drop_total{device="veth7cdf15b7"} 0 node_network_transmit_drop_total{device="veth7ef70ed8"} 0 node_network_transmit_drop_total{device="veth8674a17a"} 0 node_network_transmit_drop_total{device="veth86a165ec"} 0 node_network_transmit_drop_total{device="veth89602c13"} 0 node_network_transmit_drop_total{device="veth8d72db5c"} 0 node_network_transmit_drop_total{device="veth8f235189"} 0 node_network_transmit_drop_total{device="veth9c2f67e3"} 0 node_network_transmit_drop_total{device="veth9c39284d"} 0 node_network_transmit_drop_total{device="vetha346de1b"} 0 node_network_transmit_drop_total{device="vetha5e835e5"} 0 node_network_transmit_drop_total{device="vetha7dba6ec"} 0 node_network_transmit_drop_total{device="vethade7c609"} 0 node_network_transmit_drop_total{device="vethafbb6388"} 0 node_network_transmit_drop_total{device="vethb09b0f8a"} 0 node_network_transmit_drop_total{device="vethb19f75de"} 0 node_network_transmit_drop_total{device="vethb1b45147"} 0 node_network_transmit_drop_total{device="vethba5978e1"} 0 node_network_transmit_drop_total{device="vethbbb9173b"} 0 node_network_transmit_drop_total{device="vethbe59aea2"} 0 node_network_transmit_drop_total{device="vethbfed3e29"} 0 node_network_transmit_drop_total{device="vethc0d9c682"} 0 node_network_transmit_drop_total{device="vethc95b2d36"} 0 node_network_transmit_drop_total{device="vethccd58434"} 0 node_network_transmit_drop_total{device="vethcd8ace80"} 0 node_network_transmit_drop_total{device="vethe095b425"} 0 node_network_transmit_drop_total{device="vethe136dbb6"} 0 node_network_transmit_drop_total{device="vethe4a1260d"} 0 node_network_transmit_drop_total{device="vetheb37fee5"} 0 node_network_transmit_drop_total{device="vethf4e3d5e9"} 0 node_network_transmit_drop_total{device="vethfbd8ea4f"} 0 node_network_transmit_drop_total{device="vethfd7f2878"} 0 node_network_transmit_drop_total{device="vethfe0fb973"} 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="docker0"} 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="veth0cf33c8a"} 0 node_network_transmit_errs_total{device="veth0d1d57ef"} 0 node_network_transmit_errs_total{device="veth15d6c391"} 0 node_network_transmit_errs_total{device="veth15e30695"} 0 node_network_transmit_errs_total{device="veth1de06947"} 0 node_network_transmit_errs_total{device="veth23a048ac"} 0 node_network_transmit_errs_total{device="veth2c61ad7c"} 0 node_network_transmit_errs_total{device="veth2ed247c6"} 0 node_network_transmit_errs_total{device="veth3647dc26"} 0 node_network_transmit_errs_total{device="veth39161efe"} 0 node_network_transmit_errs_total{device="veth46c8bb00"} 0 node_network_transmit_errs_total{device="veth4c820610"} 0 node_network_transmit_errs_total{device="veth53c936ef"} 0 node_network_transmit_errs_total{device="veth5438b1e0"} 0 node_network_transmit_errs_total{device="veth5e5b42f3"} 0 node_network_transmit_errs_total{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_transmit_errs_total{device="veth69db7785"} 0 node_network_transmit_errs_total{device="veth765aab44"} 0 node_network_transmit_errs_total{device="veth779ca663"} 0 node_network_transmit_errs_total{device="veth7cdf15b7"} 0 node_network_transmit_errs_total{device="veth7ef70ed8"} 0 node_network_transmit_errs_total{device="veth8674a17a"} 0 node_network_transmit_errs_total{device="veth86a165ec"} 0 node_network_transmit_errs_total{device="veth89602c13"} 0 node_network_transmit_errs_total{device="veth8d72db5c"} 0 node_network_transmit_errs_total{device="veth8f235189"} 0 node_network_transmit_errs_total{device="veth9c2f67e3"} 0 node_network_transmit_errs_total{device="veth9c39284d"} 0 node_network_transmit_errs_total{device="vetha346de1b"} 0 node_network_transmit_errs_total{device="vetha5e835e5"} 0 node_network_transmit_errs_total{device="vetha7dba6ec"} 0 node_network_transmit_errs_total{device="vethade7c609"} 0 node_network_transmit_errs_total{device="vethafbb6388"} 0 node_network_transmit_errs_total{device="vethb09b0f8a"} 0 node_network_transmit_errs_total{device="vethb19f75de"} 0 node_network_transmit_errs_total{device="vethb1b45147"} 0 node_network_transmit_errs_total{device="vethba5978e1"} 0 node_network_transmit_errs_total{device="vethbbb9173b"} 0 node_network_transmit_errs_total{device="vethbe59aea2"} 0 node_network_transmit_errs_total{device="vethbfed3e29"} 0 node_network_transmit_errs_total{device="vethc0d9c682"} 0 node_network_transmit_errs_total{device="vethc95b2d36"} 0 node_network_transmit_errs_total{device="vethccd58434"} 0 node_network_transmit_errs_total{device="vethcd8ace80"} 0 node_network_transmit_errs_total{device="vethe095b425"} 0 node_network_transmit_errs_total{device="vethe136dbb6"} 0 node_network_transmit_errs_total{device="vethe4a1260d"} 0 node_network_transmit_errs_total{device="vetheb37fee5"} 0 node_network_transmit_errs_total{device="vethf4e3d5e9"} 0 node_network_transmit_errs_total{device="vethfbd8ea4f"} 0 node_network_transmit_errs_total{device="vethfd7f2878"} 0 node_network_transmit_errs_total{device="vethfe0fb973"} 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="docker0"} 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="veth0cf33c8a"} 0 node_network_transmit_fifo_total{device="veth0d1d57ef"} 0 node_network_transmit_fifo_total{device="veth15d6c391"} 0 node_network_transmit_fifo_total{device="veth15e30695"} 0 node_network_transmit_fifo_total{device="veth1de06947"} 0 node_network_transmit_fifo_total{device="veth23a048ac"} 0 node_network_transmit_fifo_total{device="veth2c61ad7c"} 0 node_network_transmit_fifo_total{device="veth2ed247c6"} 0 node_network_transmit_fifo_total{device="veth3647dc26"} 0 node_network_transmit_fifo_total{device="veth39161efe"} 0 node_network_transmit_fifo_total{device="veth46c8bb00"} 0 node_network_transmit_fifo_total{device="veth4c820610"} 0 node_network_transmit_fifo_total{device="veth53c936ef"} 0 node_network_transmit_fifo_total{device="veth5438b1e0"} 0 node_network_transmit_fifo_total{device="veth5e5b42f3"} 0 node_network_transmit_fifo_total{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_transmit_fifo_total{device="veth69db7785"} 0 node_network_transmit_fifo_total{device="veth765aab44"} 0 node_network_transmit_fifo_total{device="veth779ca663"} 0 node_network_transmit_fifo_total{device="veth7cdf15b7"} 0 node_network_transmit_fifo_total{device="veth7ef70ed8"} 0 node_network_transmit_fifo_total{device="veth8674a17a"} 0 node_network_transmit_fifo_total{device="veth86a165ec"} 0 node_network_transmit_fifo_total{device="veth89602c13"} 0 node_network_transmit_fifo_total{device="veth8d72db5c"} 0 node_network_transmit_fifo_total{device="veth8f235189"} 0 node_network_transmit_fifo_total{device="veth9c2f67e3"} 0 node_network_transmit_fifo_total{device="veth9c39284d"} 0 node_network_transmit_fifo_total{device="vetha346de1b"} 0 node_network_transmit_fifo_total{device="vetha5e835e5"} 0 node_network_transmit_fifo_total{device="vetha7dba6ec"} 0 node_network_transmit_fifo_total{device="vethade7c609"} 0 node_network_transmit_fifo_total{device="vethafbb6388"} 0 node_network_transmit_fifo_total{device="vethb09b0f8a"} 0 node_network_transmit_fifo_total{device="vethb19f75de"} 0 node_network_transmit_fifo_total{device="vethb1b45147"} 0 node_network_transmit_fifo_total{device="vethba5978e1"} 0 node_network_transmit_fifo_total{device="vethbbb9173b"} 0 node_network_transmit_fifo_total{device="vethbe59aea2"} 0 node_network_transmit_fifo_total{device="vethbfed3e29"} 0 node_network_transmit_fifo_total{device="vethc0d9c682"} 0 node_network_transmit_fifo_total{device="vethc95b2d36"} 0 node_network_transmit_fifo_total{device="vethccd58434"} 0 node_network_transmit_fifo_total{device="vethcd8ace80"} 0 node_network_transmit_fifo_total{device="vethe095b425"} 0 node_network_transmit_fifo_total{device="vethe136dbb6"} 0 node_network_transmit_fifo_total{device="vethe4a1260d"} 0 node_network_transmit_fifo_total{device="vetheb37fee5"} 0 node_network_transmit_fifo_total{device="vethf4e3d5e9"} 0 node_network_transmit_fifo_total{device="vethfbd8ea4f"} 0 node_network_transmit_fifo_total{device="vethfd7f2878"} 0 node_network_transmit_fifo_total{device="vethfe0fb973"} 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"} 2.5597471e+08 node_network_transmit_packets_total{device="docker0"} 0 node_network_transmit_packets_total{device="eth0"} 5.17182108e+08 node_network_transmit_packets_total{device="flannel.1"} 1.37520714e+08 node_network_transmit_packets_total{device="lo"} 3.368779e+07 node_network_transmit_packets_total{device="veth0162ba44"} 7.0893401e+07 node_network_transmit_packets_total{device="veth0170c948"} 418703 node_network_transmit_packets_total{device="veth0cf33c8a"} 8.978983e+06 node_network_transmit_packets_total{device="veth0d1d57ef"} 230210 node_network_transmit_packets_total{device="veth15d6c391"} 175558 node_network_transmit_packets_total{device="veth15e30695"} 2.326069e+06 node_network_transmit_packets_total{device="veth1de06947"} 1.565293e+06 node_network_transmit_packets_total{device="veth23a048ac"} 389343 node_network_transmit_packets_total{device="veth2c61ad7c"} 3.2728393e+07 node_network_transmit_packets_total{device="veth2ed247c6"} 303724 node_network_transmit_packets_total{device="veth3647dc26"} 19688 node_network_transmit_packets_total{device="veth39161efe"} 3.6457005e+07 node_network_transmit_packets_total{device="veth46c8bb00"} 845604 node_network_transmit_packets_total{device="veth4c820610"} 36058 node_network_transmit_packets_total{device="veth53c936ef"} 245385 node_network_transmit_packets_total{device="veth5438b1e0"} 4.005444e+06 node_network_transmit_packets_total{device="veth5e5b42f3"} 56806 node_network_transmit_packets_total{device="veth5ef047a7"} 287075 node_network_transmit_packets_total{device="veth5f3927af"} 240676 node_network_transmit_packets_total{device="veth618905f4"} 240554 node_network_transmit_packets_total{device="veth6371fd92"} 685970 node_network_transmit_packets_total{device="veth643a5969"} 100192 node_network_transmit_packets_total{device="veth69db7785"} 278622 node_network_transmit_packets_total{device="veth765aab44"} 8.904181e+06 node_network_transmit_packets_total{device="veth779ca663"} 36089 node_network_transmit_packets_total{device="veth7cdf15b7"} 3.410885e+06 node_network_transmit_packets_total{device="veth7ef70ed8"} 36126 node_network_transmit_packets_total{device="veth8674a17a"} 186080 node_network_transmit_packets_total{device="veth86a165ec"} 351886 node_network_transmit_packets_total{device="veth89602c13"} 287120 node_network_transmit_packets_total{device="veth8d72db5c"} 1.5275745e+07 node_network_transmit_packets_total{device="veth8f235189"} 62061 node_network_transmit_packets_total{device="veth9c2f67e3"} 494720 node_network_transmit_packets_total{device="veth9c39284d"} 1.288039e+06 node_network_transmit_packets_total{device="vetha346de1b"} 87177 node_network_transmit_packets_total{device="vetha5e835e5"} 174690 node_network_transmit_packets_total{device="vetha7dba6ec"} 724582 node_network_transmit_packets_total{device="vethade7c609"} 36114 node_network_transmit_packets_total{device="vethafbb6388"} 3.2747115e+07 node_network_transmit_packets_total{device="vethb09b0f8a"} 338555 node_network_transmit_packets_total{device="vethb19f75de"} 150469 node_network_transmit_packets_total{device="vethb1b45147"} 235680 node_network_transmit_packets_total{device="vethba5978e1"} 746524 node_network_transmit_packets_total{device="vethbbb9173b"} 6819 node_network_transmit_packets_total{device="vethbe59aea2"} 651793 node_network_transmit_packets_total{device="vethbfed3e29"} 161711 node_network_transmit_packets_total{device="vethc0d9c682"} 59654 node_network_transmit_packets_total{device="vethc95b2d36"} 465630 node_network_transmit_packets_total{device="vethccd58434"} 60942 node_network_transmit_packets_total{device="vethcd8ace80"} 201293 node_network_transmit_packets_total{device="vethe095b425"} 36100 node_network_transmit_packets_total{device="vethe136dbb6"} 477671 node_network_transmit_packets_total{device="vethe4a1260d"} 964720 node_network_transmit_packets_total{device="vetheb37fee5"} 36138 node_network_transmit_packets_total{device="vethf4e3d5e9"} 338310 node_network_transmit_packets_total{device="vethfbd8ea4f"} 671801 node_network_transmit_packets_total{device="vethfd7f2878"} 501492 node_network_transmit_packets_total{device="vethfe0fb973"} 15635 # 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="docker0"} 0 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="veth0cf33c8a"} 0 node_network_transmit_queue_length{device="veth0d1d57ef"} 0 node_network_transmit_queue_length{device="veth15d6c391"} 0 node_network_transmit_queue_length{device="veth15e30695"} 0 node_network_transmit_queue_length{device="veth1de06947"} 0 node_network_transmit_queue_length{device="veth23a048ac"} 0 node_network_transmit_queue_length{device="veth2c61ad7c"} 0 node_network_transmit_queue_length{device="veth2ed247c6"} 0 node_network_transmit_queue_length{device="veth3647dc26"} 0 node_network_transmit_queue_length{device="veth39161efe"} 0 node_network_transmit_queue_length{device="veth46c8bb00"} 0 node_network_transmit_queue_length{device="veth4c820610"} 0 node_network_transmit_queue_length{device="veth53c936ef"} 0 node_network_transmit_queue_length{device="veth5438b1e0"} 0 node_network_transmit_queue_length{device="veth5e5b42f3"} 0 node_network_transmit_queue_length{device="veth5ef047a7"} 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="veth643a5969"} 0 node_network_transmit_queue_length{device="veth69db7785"} 0 node_network_transmit_queue_length{device="veth765aab44"} 0 node_network_transmit_queue_length{device="veth779ca663"} 0 node_network_transmit_queue_length{device="veth7cdf15b7"} 0 node_network_transmit_queue_length{device="veth7ef70ed8"} 0 node_network_transmit_queue_length{device="veth8674a17a"} 0 node_network_transmit_queue_length{device="veth86a165ec"} 0 node_network_transmit_queue_length{device="veth89602c13"} 0 node_network_transmit_queue_length{device="veth8d72db5c"} 0 node_network_transmit_queue_length{device="veth8f235189"} 0 node_network_transmit_queue_length{device="veth9c2f67e3"} 0 node_network_transmit_queue_length{device="veth9c39284d"} 0 node_network_transmit_queue_length{device="vetha346de1b"} 0 node_network_transmit_queue_length{device="vetha5e835e5"} 0 node_network_transmit_queue_length{device="vetha7dba6ec"} 0 node_network_transmit_queue_length{device="vethade7c609"} 0 node_network_transmit_queue_length{device="vethafbb6388"} 0 node_network_transmit_queue_length{device="vethb09b0f8a"} 0 node_network_transmit_queue_length{device="vethb19f75de"} 0 node_network_transmit_queue_length{device="vethb1b45147"} 0 node_network_transmit_queue_length{device="vethba5978e1"} 0 node_network_transmit_queue_length{device="vethbbb9173b"} 0 node_network_transmit_queue_length{device="vethbe59aea2"} 0 node_network_transmit_queue_length{device="vethbfed3e29"} 0 node_network_transmit_queue_length{device="vethc0d9c682"} 0 node_network_transmit_queue_length{device="vethc95b2d36"} 0 node_network_transmit_queue_length{device="vethccd58434"} 0 node_network_transmit_queue_length{device="vethcd8ace80"} 0 node_network_transmit_queue_length{device="vethe095b425"} 0 node_network_transmit_queue_length{device="vethe136dbb6"} 0 node_network_transmit_queue_length{device="vethe4a1260d"} 0 node_network_transmit_queue_length{device="vetheb37fee5"} 0 node_network_transmit_queue_length{device="vethf4e3d5e9"} 0 node_network_transmit_queue_length{device="vethfbd8ea4f"} 0 node_network_transmit_queue_length{device="vethfd7f2878"} 0 node_network_transmit_queue_length{device="vethfe0fb973"} 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="docker0"} 0 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="veth0cf33c8a"} 1 node_network_up{device="veth0d1d57ef"} 1 node_network_up{device="veth15d6c391"} 1 node_network_up{device="veth15e30695"} 1 node_network_up{device="veth1de06947"} 1 node_network_up{device="veth23a048ac"} 1 node_network_up{device="veth2c61ad7c"} 1 node_network_up{device="veth2ed247c6"} 1 node_network_up{device="veth3647dc26"} 1 node_network_up{device="veth39161efe"} 1 node_network_up{device="veth46c8bb00"} 1 node_network_up{device="veth4c820610"} 1 node_network_up{device="veth53c936ef"} 1 node_network_up{device="veth5438b1e0"} 1 node_network_up{device="veth5e5b42f3"} 1 node_network_up{device="veth5ef047a7"} 1 node_network_up{device="veth5f3927af"} 1 node_network_up{device="veth618905f4"} 1 node_network_up{device="veth6371fd92"} 1 node_network_up{device="veth643a5969"} 1 node_network_up{device="veth69db7785"} 1 node_network_up{device="veth765aab44"} 1 node_network_up{device="veth779ca663"} 1 node_network_up{device="veth7cdf15b7"} 1 node_network_up{device="veth7ef70ed8"} 1 node_network_up{device="veth8674a17a"} 1 node_network_up{device="veth86a165ec"} 1 node_network_up{device="veth89602c13"} 1 node_network_up{device="veth8d72db5c"} 1 node_network_up{device="veth8f235189"} 1 node_network_up{device="veth9c2f67e3"} 1 node_network_up{device="veth9c39284d"} 1 node_network_up{device="vetha346de1b"} 1 node_network_up{device="vetha5e835e5"} 1 node_network_up{device="vetha7dba6ec"} 1 node_network_up{device="vethade7c609"} 1 node_network_up{device="vethafbb6388"} 1 node_network_up{device="vethb09b0f8a"} 1 node_network_up{device="vethb19f75de"} 1 node_network_up{device="vethb1b45147"} 1 node_network_up{device="vethba5978e1"} 1 node_network_up{device="vethbbb9173b"} 1 node_network_up{device="vethbe59aea2"} 1 node_network_up{device="vethbfed3e29"} 1 node_network_up{device="vethc0d9c682"} 1 node_network_up{device="vethc95b2d36"} 1 node_network_up{device="vethccd58434"} 1 node_network_up{device="vethcd8ace80"} 1 node_network_up{device="vethe095b425"} 1 node_network_up{device="vethe136dbb6"} 1 node_network_up{device="vethe4a1260d"} 1 node_network_up{device="vetheb37fee5"} 1 node_network_up{device="vethf4e3d5e9"} 1 node_network_up{device="vethfbd8ea4f"} 1 node_network_up{device="vethfd7f2878"} 1 node_network_up{device="vethfe0fb973"} 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 5549 # 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"} 1.996368e+06 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"} 2.578726e+06 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 1.128289e+06 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"} 8023 node_nfs_requests_total{method="CreateSession",proto="4"} 10 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 270733 node_nfs_requests_total{method="DestroyClientID",proto="4"} 1 node_nfs_requests_total{method="DestroySession",proto="4"} 5 node_nfs_requests_total{method="ExchangeID",proto="4"} 8 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"} 8309 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"} 4 node_nfs_requests_total{method="Getattr",proto="4"} 3.801507e+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"} 561694 node_nfs_requests_total{method="LookupRoot",proto="4"} 2095 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"} 274449 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 67103 node_nfs_requests_total{method="OpenNoattr",proto="4"} 2.422098e+06 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 6215 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"} 19921 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"} 15086 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"} 6 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"} 7324 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"} 25085 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"} 2095 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"} 14525 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"} 46362 node_nfs_requests_total{method="StatFs",proto="4"} 3.045332e+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"} 2 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"} 1.366369e+06 # 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 1.7660294e+07 # 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 1.7662452e+07 # 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 241321.229238 # 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 3577.712653 # 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 5242.9225480000005 # 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 375.732756 # 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 502.056309 # 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 4 # 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"} 706781.497262756 node_schedstat_running_seconds_total{cpu="1"} 764671.422589103 node_schedstat_running_seconds_total{cpu="2"} 742492.304514216 node_schedstat_running_seconds_total{cpu="3"} 753444.239386903 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 3.735351188e+09 node_schedstat_timeslices_total{cpu="1"} 3.483281321e+09 node_schedstat_timeslices_total{cpu="2"} 3.575454983e+09 node_schedstat_timeslices_total{cpu="3"} 3.531241369e+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"} 312523.108530358 node_schedstat_waiting_seconds_total{cpu="1"} 302089.752951231 node_schedstat_waiting_seconds_total{cpu="2"} 312945.737438401 node_schedstat_waiting_seconds_total{cpu="3"} 307576.301220942 # 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.000731687 node_scrape_collector_duration_seconds{collector="bcache"} 2.4491e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.9054e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.009375045 node_scrape_collector_duration_seconds{collector="conntrack"} 7.9519e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.000539433 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000132463 node_scrape_collector_duration_seconds{collector="diskstats"} 0.002100741 node_scrape_collector_duration_seconds{collector="dmi"} 0.02466658 node_scrape_collector_duration_seconds{collector="edac"} 8.0645e-05 node_scrape_collector_duration_seconds{collector="entropy"} 7.1034e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 2.3042e-05 node_scrape_collector_duration_seconds{collector="filefd"} 3.4403e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.035679704 node_scrape_collector_duration_seconds{collector="hwmon"} 8.5204e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.6929e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 7.3804e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 4.2769e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000113733 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000269242 node_scrape_collector_duration_seconds{collector="netclass"} 0.063526559 node_scrape_collector_duration_seconds{collector="netdev"} 0.029602667 node_scrape_collector_duration_seconds{collector="netstat"} 0.024857772 node_scrape_collector_duration_seconds{collector="nfs"} 0.000193586 node_scrape_collector_duration_seconds{collector="nfsd"} 5.6356e-05 node_scrape_collector_duration_seconds{collector="nvme"} 7.3274e-05 node_scrape_collector_duration_seconds{collector="os"} 6.6224e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.1181e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000132897 node_scrape_collector_duration_seconds{collector="rapl"} 4.6632e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 7.5697e-05 node_scrape_collector_duration_seconds{collector="selinux"} 2.627e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000157903 node_scrape_collector_duration_seconds{collector="softnet"} 0.000148669 node_scrape_collector_duration_seconds{collector="stat"} 0.000149838 node_scrape_collector_duration_seconds{collector="tapestats"} 1.582e-05 node_scrape_collector_duration_seconds{collector="textfile"} 3.2835e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000277395 node_scrape_collector_duration_seconds{collector="time"} 0.00011275 node_scrape_collector_duration_seconds{collector="timex"} 0.00101776 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.024792686 node_scrape_collector_duration_seconds{collector="uname"} 1.9783e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000124632 node_scrape_collector_duration_seconds{collector="watchdog"} 2.9935e-05 node_scrape_collector_duration_seconds{collector="xfs"} 3.4583e-05 node_scrape_collector_duration_seconds{collector="zfs"} 2.8334e-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 470 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 29 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 132 # 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 540672 # 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 209 # 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 531 # 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 2.174976e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 651 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 1.29855076e+08 node_softnet_processed_total{cpu="1"} 1.20099297e+08 node_softnet_processed_total{cpu="2"} 1.59142492e+08 node_softnet_processed_total{cpu="3"} 1.897388104e+09 # 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"} 16073 node_softnet_times_squeezed_total{cpu="1"} 14368 node_softnet_times_squeezed_total{cpu="2"} 51323 node_softnet_times_squeezed_total{cpu="3"} 213711 # 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.7768662838209622e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.9999947038116455 # 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.03 # 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.02347973 # 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 98 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 2.198574534e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 2.657612e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 3.09276228e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 9.84154821e+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 3844.6 # 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 5.40960134328e+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 6.35615801531e+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.8345984e+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.27430656e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 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"} 45033 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0