# 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"} 5.8334e-05 go_gc_duration_seconds{quantile="0.25"} 7.9646e-05 go_gc_duration_seconds{quantile="0.5"} 9.9256e-05 go_gc_duration_seconds{quantile="0.75"} 0.000117023 go_gc_duration_seconds{quantile="1"} 0.000413822 go_gc_duration_seconds_sum 5.265995459 go_gc_duration_seconds_count 34592 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.649536e+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 7.1305331136e+10 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.11116e+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 9.15381887e+08 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.352384e+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.649536e+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.3968e+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.448832e+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 4614 # 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 7.036928e+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.1845632e+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.7693970949416707e+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 9.15386501e+08 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15600 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 64160 # 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 1.031264e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 720896 # 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 720896 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.9223816e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 9 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="cni0"} 53 node_arp_entries{device="eth0"} 1 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.76880434e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 6.321082026e+09 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 534169.72 node_cpu_seconds_total{cpu="0",mode="iowait"} 323.23 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 2.97 node_cpu_seconds_total{cpu="0",mode="softirq"} 2462.1 node_cpu_seconds_total{cpu="0",mode="steal"} 9096.59 node_cpu_seconds_total{cpu="0",mode="system"} 9806.43 node_cpu_seconds_total{cpu="0",mode="user"} 36515.42 node_cpu_seconds_total{cpu="1",mode="idle"} 535583.9 node_cpu_seconds_total{cpu="1",mode="iowait"} 346.54 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 9.02 node_cpu_seconds_total{cpu="1",mode="softirq"} 1225.05 node_cpu_seconds_total{cpu="1",mode="steal"} 9048.64 node_cpu_seconds_total{cpu="1",mode="system"} 9839.2 node_cpu_seconds_total{cpu="1",mode="user"} 34618.4 node_cpu_seconds_total{cpu="2",mode="idle"} 533080.62 node_cpu_seconds_total{cpu="2",mode="iowait"} 392.06 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 5.72 node_cpu_seconds_total{cpu="2",mode="softirq"} 590.8 node_cpu_seconds_total{cpu="2",mode="steal"} 9147 node_cpu_seconds_total{cpu="2",mode="system"} 10023.36 node_cpu_seconds_total{cpu="2",mode="user"} 36648.98 node_cpu_seconds_total{cpu="3",mode="idle"} 524393.2 node_cpu_seconds_total{cpu="3",mode="iowait"} 348.16 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 44.17 node_cpu_seconds_total{cpu="3",mode="softirq"} 3087.31 node_cpu_seconds_total{cpu="3",mode="steal"} 9834.46 node_cpu_seconds_total{cpu="3",mode="system"} 10074.26 node_cpu_seconds_total{cpu="3",mode="user"} 37740.08 node_cpu_seconds_total{cpu="4",mode="idle"} 529777.44 node_cpu_seconds_total{cpu="4",mode="iowait"} 352.77 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 31.13 node_cpu_seconds_total{cpu="4",mode="softirq"} 315.96 node_cpu_seconds_total{cpu="4",mode="steal"} 9220.65 node_cpu_seconds_total{cpu="4",mode="system"} 10049.89 node_cpu_seconds_total{cpu="4",mode="user"} 38744.01 node_cpu_seconds_total{cpu="5",mode="idle"} 529867.63 node_cpu_seconds_total{cpu="5",mode="iowait"} 345.8 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 16.36 node_cpu_seconds_total{cpu="5",mode="softirq"} 232.75 node_cpu_seconds_total{cpu="5",mode="steal"} 9212.96 node_cpu_seconds_total{cpu="5",mode="system"} 10042.9 node_cpu_seconds_total{cpu="5",mode="user"} 38771.74 node_cpu_seconds_total{cpu="6",mode="idle"} 529038.52 node_cpu_seconds_total{cpu="6",mode="iowait"} 351.28 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 10.4 node_cpu_seconds_total{cpu="6",mode="softirq"} 304.99 node_cpu_seconds_total{cpu="6",mode="steal"} 9252 node_cpu_seconds_total{cpu="6",mode="system"} 9980.55 node_cpu_seconds_total{cpu="6",mode="user"} 39353.12 node_cpu_seconds_total{cpu="7",mode="idle"} 528559.97 node_cpu_seconds_total{cpu="7",mode="iowait"} 350.35 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 24.2 node_cpu_seconds_total{cpu="7",mode="softirq"} 157.55 node_cpu_seconds_total{cpu="7",mode="steal"} 9245.38 node_cpu_seconds_total{cpu="7",mode="system"} 9964.8 node_cpu_seconds_total{cpu="7",mode="user"} 40188.82 # 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"} 25.04 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"} 2.415539241e+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"} 338467 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"} 1 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="2025-11-23-22-27-22-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"} 81.508 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"} 600711 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="1",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="",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"} 5662.5560000000005 node_disk_io_time_seconds_total{device="sr0"} 0.1 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="sda"} 53844.583 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"} 1.4682728448e+10 node_disk_read_bytes_total{device="sr0"} 342016 # 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"} 390.656 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"} 799067 node_disk_reads_completed_total{device="sr0"} 96 # 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"} 42356 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"} 53347.377 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.32166e+06 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"} 6.315899e+06 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"} 3.45157036032e+11 node_disk_written_bytes_total{device="sr0"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="04/01/2014",bios_release="0.0",bios_vendor="SeaBIOS",bios_version="rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-9.2",product_family="",product_name="Standard PC (i440FX + PIIX, 1996)",product_sku="",product_version="pc-i440fx-9.2",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.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 9440 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 8.4975665152e+10 node_filesystem_avail_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.03080448e+08 node_filesystem_avail_bytes{device="103.176.85.83:/data/gokite-sit/logs",device_error="",fstype="nfs4",mountpoint="/mnt/test-nfs"} 2.16355831808e+11 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.998951936e+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"} 2.998951936e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.365105664e+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/sda1",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/946bd10c-f64e-4ac7-bb70-02826a17838c/volume-subpaths/rabbitmq-config/rabbitmq/1"} 1 node_filesystem_device_error{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="103.176.85.83:/data/albhukari-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/9b3a8d2e-187b-49f1-9970-f77dc1d65fd1/volumes/kubernetes.io~nfs/nfs-albhukari-sit-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/153071ed-8bd0-4bd6-9534-9d7ba24776e0/volumes/kubernetes.io~nfs/nfs-evisa-sit-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/81b73deb-a4d7-493d-ad6f-b70c7c39fc0e/volumes/kubernetes.io~nfs/nfs-evisa-sit-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/9d28fc7b-b438-4f15-958d-f6ab0162a8a0/volumes/kubernetes.io~nfs/nfs-evisa-sit-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/e58d7c5d-6603-4785-a625-e7a1c779e974/volumes/kubernetes.io~nfs/nfs-evisa-sit-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/eb1bb0f5-60c2-443e-8b10-7e7f09b7fbf2/volumes/kubernetes.io~nfs/nfs-evisa-sit-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/gokite-sit/logs",device_error="",fstype="nfs4",mountpoint="/mnt/test-nfs"} 0 node_filesystem_device_error{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/15ca773f-1e36-4efe-a46c-42c6125a735a/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/358952c6-7561-438c-ab39-58a92af7d6a6/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/47fe972d-5963-4814-b66d-685f3067c1bf/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/669e5d4c-eee7-49b5-967f-b6b6d4238260/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/6ed4aaf0-bfcf-4f78-b469-58598b1b584c/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/9189f6d9-f53d-45ff-a89a-be20a2591cae/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/96e701a9-cf2d-4775-ba30-e9951b40ffb4/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/c356ac49-3a47-41e2-9dbf-f1582fd94e37/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/c65b2c8c-95a3-4385-9c65-cfab51f4c47d/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/f3e2d0d1-4124-40c5-9537-b093bc507d15/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/fe2c123f-ff77-41ec-a643-09c0adace243/volumes/kubernetes.io~nfs/nfs-gokite-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/139ff6c6-f1d3-481a-83f4-50bc6442e842/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/28360da9-b56d-47cd-a0e7-0aac19844c65/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/5ad77c22-29ab-468e-b46b-cb0d1e2cf600/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/a59cad3c-7cd7-4e87-bf90-8ccefa8731ba/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/aebe4852-a8a4-43dc-8c7c-fde6be87b618/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/ccb58ecf-8e3e-4228-a274-9721455fe6c4/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/logs/truststore",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/139ff6c6-f1d3-481a-83f4-50bc6442e842/volumes/kubernetes.io~nfs/nfs-ibp-key-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/logs/truststore",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/aebe4852-a8a4-43dc-8c7c-fde6be87b618/volumes/kubernetes.io~nfs/nfs-ibp-key-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/rabbit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/946bd10c-f64e-4ac7-bb70-02826a17838c/volumes/kubernetes.io~nfs/nfs-visaas-rabbit-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/rawabi/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/055c7681-f218-454d-86b4-c36bf09ec989/volumes/kubernetes.io~nfs/rawabi-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/rawabi/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/787457a5-949c-4f9d-9f7c-56b5dee38534/volumes/kubernetes.io~nfs/rawabi-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/rawabi/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/d43e4154-e5c1-42d4-a17e-e9030d3521d2/volumes/kubernetes.io~nfs/rawabi-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/rawabi/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/d4f5468f-a109-4f54-87d5-e6db90aa3a7a/volumes/kubernetes.io~nfs/rawabi-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/rawabi/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/e48f9d8f-2cf5-4511-99f7-12a5d73714d7/volumes/kubernetes.io~nfs/rawabi-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/rawabi/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/e74411cd-3d1e-4632-a984-7e93eec9c769/volumes/kubernetes.io~nfs/rawabi-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/rawabi/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/fd8a9af0-e28c-4e99-8a20-7a217ca33318/volumes/kubernetes.io~nfs/rawabi-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-pp/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/20f63813-61eb-4bab-a6e8-1a1a49799114/volumes/kubernetes.io~nfs/nfs-visaas-pp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-pp/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/3870f8f3-68b2-487f-87b1-ce1cd03581fc/volumes/kubernetes.io~nfs/nfs-visaas-pp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-pp/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/3b8bb710-ad06-4912-b262-a402e1768618/volumes/kubernetes.io~nfs/nfs-visaas-pp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-pp/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/478f530f-a9b4-4ebc-92fe-25a40d3f343e/volumes/kubernetes.io~nfs/nfs-visaas-pp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-pp/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/7c11c4d8-5392-4430-9fd3-4970fb7f31b0/volumes/kubernetes.io~nfs/nfs-visaas-pp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-pp/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/a6cf08e8-497b-4fac-9536-5d344b274204/volumes/kubernetes.io~nfs/nfs-visaas-pp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-pp/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/b9ee535c-2225-4097-9bca-e3ddb057fa3a/volumes/kubernetes.io~nfs/nfs-visaas-pp-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/10774f97-a521-4cc9-b419-92db8fbe12b3/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/1124e21f-7f9d-4c9e-a5a1-2d14e5bcc607/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/231023c8-acd4-4701-bf33-014b25c43a87/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/3ac64c85-2cb0-4356-b032-ab5c9220b496/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/3f48882f-945f-4f75-a050-8eddc458a180/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/424cc601-5dce-4793-862c-7a5b4e07031a/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/97e832d4-1279-4538-8b70-11f6a4212219/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/b95bba66-d6a3-4ce9-ba1c-44010cb4ce0f/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/d697eed1-c200-420a-8f87-18b02bbe1059/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/dbd24f44-123b-4214-a617-699d4eb4695d/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/e85d7a87-9a1d-407c-8306-11f8f679d6c2/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/root/data/common-logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/5f468fdd-1543-4b82-a6e8-b1f0afcb94c7/volumes/kubernetes.io~nfs/nfs-common-pv"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/054a3e7024cbb6c0758edb95fd71ea7aef475d55d5914db1f59b62fbfb80a338/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/089d6c861f764f612ba8f6f94be4837cc1155a9707c15e4afcf4ff6a57e32b74/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0db6902e870de52690f04d6cca2e66dc8a99d5705865e8ac949103ceed53c353/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f5d109120d0b44817e6a95894642ee574909e570909db584dc50974a602b31d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fd10dff1d1e49855e9a61c2bae6a644cf4e983e3cfbc81a91e7bead63b979c2/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/129022065401f16b6b7928f506900dc1ec564a03b06423d9af214c24f5f4a146/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/12e1734bab514bff0d0ee3e1881b9e034f9e7a41bd54dac8b559f31bd622694e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14ebf75b05b7cdfcac8be2dbd25849bcb93440e3daef2ee2d7d8b047f8a83231/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/153161e4720562741831137f1dde5a850b8d9950d64530c5b73dcc1deee3e491/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/17beadb230115c9da1f22a1c132869241360b4d9f1b6ff1c0aa8dd0754ff1cad/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/17f91db2fbc475d7f55377e1344e1e842c0cecf291070cdfb637eff59132499a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1e67bc314dcf61a9653441923c43cca8c59e20cfdb6cee21df4bee081ef98e96/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/20d8b335a0676b8e34b04abae9cdc55e6bc9fd1fd488ce5a34e9ebb02fb918c1/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/24b2ba1d7de02a0c394e2844f77ff945eff2284803196539b8563e757dfefe79/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/278e94d34c3986d99114b202a681de9929c9b53bb5412c460322ca2c8df3b8d7/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2b310f72bc7f9adc56ab449afb043475d764a8656d2ee36153a23ca5c6097a30/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2e87af9be67cee0af08b918ed37269eca3ee2cb4926e77dfa872efaec3358370/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2f1ac0b86ad5efe4b2b9a0e40373048ddee85bc3b68e8954893824f5af89c1fe/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/32e51ea514b39c892240cfb5a0740140eafa2fa52503659c54dab559027fd90f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/332204e0d551a138a3c46bdf0b5c80d23de57aa5b769a3c1c85dfc6231eab907/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3a51e19fdd2ff48ed4638c945296a400c678804aec943989fddee456de61567d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3fc00683ca37c661ede3cd74fcb83395fcba32f6bf0fbcadb1aa79c0fa95cdae/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/43a0629549792409b207c9ce44f288a998d4ed0a056d51f6c2385fd780c29080/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4c21c748821f5f4db092711b864859ea775650ac6d7b45ed278dd53e6f73a6a9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4cb7e7911b4a44eff3442e615381975681eddb6234ea4d770be97afa53cc333d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4dafe9cc0d196d731cd1e843511bb6532ae609065e4fe6dba1aaa0b555454cfa/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/50176dfe79c5718fa525c73800665b673f4cedd78b1b1ad60e6223856dc49560/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/54ca7e693b51b8b08b1aa1d4de780b3b85b923e1ff969c923a3a5cc3a4148e17/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/58c874465bd2b73cf84b3da5604f707d4d3b9e8a4793b86eb5c064a1d253d9a2/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/59a5e6b9e4d97f37c1ce48e7a3a157749236afcb5ea1d71c330534119a10f5a2/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a1580d466de782941f6599d86dd418b62e2c1f8365f47a14766bfb36ced6f29/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a2ae9189f10a09c5c8d37c84ed17a47a44f84df5f6b431dfe4c617d2084174b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5ac87af889ea24a0745bf42c36d8df58ce2ea9b9e4edd94ddfadcce48aa39565/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f004fee5541ff94c3a4d4fa24a46da9d4e68304b73dc75df8754bddc7379224/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b2963b32ebac636aaf2cedca8fe78afd6ae8b254d7afcd7ef9ff448747a134c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6cb56c0e397040cb1a50ae2385db8984af7d9a8ff9c53c18f149f4ec116268f1/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/73467aeac27960e9ac9b2475ad432515b0d58ea5eb1a638cf1d611e3b9d52db5/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/740442c8f9510045a02f19a66eb813e52c6208d2291f914331952df03da07c4a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/77af2e4d67bfb592aae1e81c33271794f654ca1ea3c74c48d1b3f3b7e07eee23/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7b8c683f699f631a9808e5f1ac8e083b92fe623e1e019920148f30eed1645232/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7c409173d77b807701f8c577b872f021265078a1fad9849b65704be4b07ec9dc/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7ca812b49254ec7ec9b51ed75f7dbc81a34d472abdff0591d817aac29d1ec552/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e599e9dbb6ad33e0396a33600752f3f9d9119e39377f18f89ac0549bad2e9a6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7ec47fb781145a06e7bd97aaf914761253c0670da001f235236fc5cd8bafcac1/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7ffa1214ce704acf4f01ac5279f3c808a5a2c343d73fdf6e13a3b87dccf12fa9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/84325179a5326c0ad8ee9b0fe81bf9165c35cb22eb734f534b9cdc75e37e02e3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/86c00f631df840c6b97440137cc178800a3eae6fcdebbe20ab5fa89ba93b1a5e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/89363a7b49342b2378093f88b27c3f2da9b9f088cd23cca1584f9caf3d43e03e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8d42d445ec4c37bb7fededd3ff591c6c3f103eff3db16632efc22e12d72c3944/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/909dabbc8a0c9a9392c6f4b0987b42830034011a3f1fc86e7b192caff0ee256c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/987226bf38dcd264e5b22b84b2eeed09e7dd266645a9addd621bfd61d6ce17fa/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/999aa0009678be289a4cca726d6c5bacc442cb6c1dae483103ddb3b809f82000/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9be39d08ba0b1196349e1dfd07e6d1b796d075fb5b9ae043ead8fa4be053ca19/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9d66b5eea66e19beb2f0ad8514be83347ffa912fe7c65127f10ea7167b1fcff9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9e4d7e9bc3f597b732336949474300f1e0a57c89ea68f2637b1fa0509f5778e2/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a9421d86565174676a3d5a389f0071581b9456895fe34851e02c66f10011bd4c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aa51f557804c0b5a57f354f1b28133f61eb16562162ef92b51b10b8190384103/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b400ad9daff66ba9f344bee8c400267d0b0bc05b3e0ef29b8c0e8c8d9682650a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b5ad89f424941cd409fd121eaa174581fa627a24979c3e24b99504e48ae0f4b8/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bf283190f99a50bf3781dfe40314e198f6941b71cc96d43d3ea407775eb2e5f8/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0c4f427a6d322dadc9ad71b13e450bfd877c3e5d75d8e7651387b6a26b98411/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c80f5bc1b096bd3f2f8bfb23e5e062c9a1db2bc3442f2645bc7b644ad2593e50/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ca82856222263777ac2598f5f91feca1ad0cabe4b9f49848869f5521efb9947a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d42e6f6f98fbfe1d8165c270304aaee575f01b811218b3c14d2985aa955a7a27/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d91c4d76686e788b42d048e53fa4808cfb9c67f954840d6981214cf78f523122/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db9dfa8ed6ef18711238df15c972d00b4e1a7462a10aaa1c5e51be00d06fa3c9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e061a0d90f769203f18f15892abfabedb66c426afb254cfd02372dc4d33433db/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e35476acf7f4546377dbfaca016f673c953ebd23c21b26c7466f92a02901eeb0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e680d94509674e84838c4886df913a7c71a1ef7baf0daa6aeb523d59d32c0faf/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e861c69317bcd010a00345a15de4fd0a8692f045fbe509f3250e9e2ecd7a2a7f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f18bf5c56a408c50bd233590377e1736ad6ec8ab48fe5a6d13da008b8f3acace/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fd2def7ac76594087f632925f9845406e76df23ed4fd6a201626d4d06387809a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ff1f910e7c089599d03dd495055d067f83c84a68125ab17ad81b5f3faba4fb21/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="",fstype="tmpfs",mountpoint="/run/user/0"} 0 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/055c7681-f218-454d-86b4-c36bf09ec989/volumes/kubernetes.io~projected/kube-api-access-wxgf9"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/10774f97-a521-4cc9-b419-92db8fbe12b3/volumes/kubernetes.io~projected/kube-api-access-jhxm2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1124e21f-7f9d-4c9e-a5a1-2d14e5bcc607/volumes/kubernetes.io~projected/kube-api-access-6dxcd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/113d2b0a-1b68-47a8-a311-364732c584d8/volumes/kubernetes.io~projected/kube-api-access-nnf8x"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/139ff6c6-f1d3-481a-83f4-50bc6442e842/volumes/kubernetes.io~projected/kube-api-access-wtsbq"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/139ff6c6-f1d3-481a-83f4-50bc6442e842/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/153071ed-8bd0-4bd6-9534-9d7ba24776e0/volumes/kubernetes.io~projected/kube-api-access-zknxs"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/15ca773f-1e36-4efe-a46c-42c6125a735a/volumes/kubernetes.io~projected/kube-api-access-4d75n"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/18b78a3f-9dc8-48a3-ab42-845302e7605b/volumes/kubernetes.io~projected/kube-api-access-bddqp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1d81aaf5-c427-4097-8658-fc335010d8a7/volumes/kubernetes.io~projected/kube-api-access-zqb94"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/20f63813-61eb-4bab-a6e8-1a1a49799114/volumes/kubernetes.io~projected/kube-api-access-qxdxd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/22c86108-43aa-4bac-9846-c9563fbcfb7d/volumes/kubernetes.io~projected/kube-api-access-xbfpr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/231023c8-acd4-4701-bf33-014b25c43a87/volumes/kubernetes.io~projected/kube-api-access-bgqk5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/28360da9-b56d-47cd-a0e7-0aac19844c65/volumes/kubernetes.io~projected/kube-api-access-84hbx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/34e67f07-d31d-42a4-8f83-e2f30e2a74f7/volumes/kubernetes.io~projected/kube-api-access-sxm6s"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/358952c6-7561-438c-ab39-58a92af7d6a6/volumes/kubernetes.io~projected/kube-api-access-ndz57"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3870f8f3-68b2-487f-87b1-ce1cd03581fc/volumes/kubernetes.io~projected/kube-api-access-2dqcd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3ac64c85-2cb0-4356-b032-ab5c9220b496/volumes/kubernetes.io~projected/kube-api-access-2l4wm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3b8bb710-ad06-4912-b262-a402e1768618/volumes/kubernetes.io~projected/kube-api-access-tfxm7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3d3c689f-841f-48f2-a5cc-95f94916795d/volumes/kubernetes.io~projected/kube-api-access-8lw2c"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3d90efd4-c4dd-462e-b5f1-635ebcf1e768/volumes/kubernetes.io~projected/kube-api-access-9cj84"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3f48882f-945f-4f75-a050-8eddc458a180/volumes/kubernetes.io~projected/kube-api-access-n9vxn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/424cc601-5dce-4793-862c-7a5b4e07031a/volumes/kubernetes.io~projected/kube-api-access-dg9vt"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/478f530f-a9b4-4ebc-92fe-25a40d3f343e/volumes/kubernetes.io~projected/kube-api-access-jstr2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/47fe972d-5963-4814-b66d-685f3067c1bf/volumes/kubernetes.io~projected/kube-api-access-fkshd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5ad77c22-29ab-468e-b46b-cb0d1e2cf600/volumes/kubernetes.io~projected/kube-api-access-bhrwr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5c01e799-eaed-4662-8e2e-83518edd777f/volumes/kubernetes.io~projected/kube-api-access-k2pjr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5f468fdd-1543-4b82-a6e8-b1f0afcb94c7/volumes/kubernetes.io~projected/kube-api-access-sftxm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/669e5d4c-eee7-49b5-967f-b6b6d4238260/volumes/kubernetes.io~projected/kube-api-access-hs4x5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6a940d09-ade2-48ae-8531-4790f585ce50/volumes/kubernetes.io~projected/kube-api-access-ll44c"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6ed4aaf0-bfcf-4f78-b469-58598b1b584c/volumes/kubernetes.io~projected/kube-api-access-828cd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7501ab56-7c4f-4d83-8e0d-4fd20b607053/volumes/kubernetes.io~projected/kube-api-access-qsh5t"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/752a3de1-0391-4aab-917d-8635f5428e1c/volumes/kubernetes.io~projected/kube-api-access-dwxpb"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/787457a5-949c-4f9d-9f7c-56b5dee38534/volumes/kubernetes.io~projected/kube-api-access-xmb8h"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7b095d92-436e-4599-8e06-c3492d086ae8/volumes/kubernetes.io~projected/kube-api-access-cjnnf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7c11c4d8-5392-4430-9fd3-4970fb7f31b0/volumes/kubernetes.io~projected/kube-api-access-s7xld"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/81b73deb-a4d7-493d-ad6f-b70c7c39fc0e/volumes/kubernetes.io~projected/kube-api-access-bmkk9"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9189f6d9-f53d-45ff-a89a-be20a2591cae/volumes/kubernetes.io~projected/kube-api-access-q5xfp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/92f56694-820d-4ffb-9d54-5f3020169f18/volumes/kubernetes.io~projected/kube-api-access-wkffm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/92f56694-820d-4ffb-9d54-5f3020169f18/volumes/kubernetes.io~secret/webhook-cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/930015de-d78f-42bd-b509-6738a71e9cc0/volumes/kubernetes.io~projected/kube-api-access-pc899"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/946bd10c-f64e-4ac7-bb70-02826a17838c/volumes/kubernetes.io~projected/kube-api-access-7vw79"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/946bd10c-f64e-4ac7-bb70-02826a17838c/volumes/kubernetes.io~secret/rabbitmq-tls"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/96e701a9-cf2d-4775-ba30-e9951b40ffb4/volumes/kubernetes.io~projected/kube-api-access-qgl2q"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/97e832d4-1279-4538-8b70-11f6a4212219/volumes/kubernetes.io~projected/kube-api-access-85s7v"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9b3a8d2e-187b-49f1-9970-f77dc1d65fd1/volumes/kubernetes.io~projected/kube-api-access-swxdk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9d28fc7b-b438-4f15-958d-f6ab0162a8a0/volumes/kubernetes.io~projected/kube-api-access-5vwkf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a59cad3c-7cd7-4e87-bf90-8ccefa8731ba/volumes/kubernetes.io~projected/kube-api-access-k5c6l"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a6cf08e8-497b-4fac-9536-5d344b274204/volumes/kubernetes.io~projected/kube-api-access-8m8fj"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ae6ca398-bbab-448e-849f-92e8c2f2f6fb/volumes/kubernetes.io~projected/kube-api-access-ngh5d"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ae6ca398-bbab-448e-849f-92e8c2f2f6fb/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/aebe4852-a8a4-43dc-8c7c-fde6be87b618/volumes/kubernetes.io~projected/kube-api-access-lgwzr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/aebe4852-a8a4-43dc-8c7c-fde6be87b618/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/b09d5490-7e65-443c-8d37-4e322ca9e664/volumes/kubernetes.io~projected/kube-api-access-2cs2c"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b95bba66-d6a3-4ce9-ba1c-44010cb4ce0f/volumes/kubernetes.io~projected/kube-api-access-kt2mh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b9ee535c-2225-4097-9bca-e3ddb057fa3a/volumes/kubernetes.io~projected/kube-api-access-jn5nb"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c356ac49-3a47-41e2-9dbf-f1582fd94e37/volumes/kubernetes.io~projected/kube-api-access-6zq8v"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c65b2c8c-95a3-4385-9c65-cfab51f4c47d/volumes/kubernetes.io~projected/kube-api-access-dgr62"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ccb58ecf-8e3e-4228-a274-9721455fe6c4/volumes/kubernetes.io~projected/kube-api-access-zdjkc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/cf1d9c84-194d-409e-ae79-15cfb8f48208/volumes/kubernetes.io~projected/kube-api-access-x2jcc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d43e4154-e5c1-42d4-a17e-e9030d3521d2/volumes/kubernetes.io~projected/kube-api-access-hnpzv"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d4f5468f-a109-4f54-87d5-e6db90aa3a7a/volumes/kubernetes.io~projected/kube-api-access-zqmlb"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d5935aaf-02ea-4d5e-8bfc-f4bf9b61f546/volumes/kubernetes.io~projected/kube-api-access-vqggw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d697eed1-c200-420a-8f87-18b02bbe1059/volumes/kubernetes.io~projected/kube-api-access-5b2n8"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dbd24f44-123b-4214-a617-699d4eb4695d/volumes/kubernetes.io~projected/kube-api-access-95ddg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e3e559f2-0944-41f4-b33e-5bae15442a89/volumes/kubernetes.io~projected/kube-api-access-x57lg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e48f9d8f-2cf5-4511-99f7-12a5d73714d7/volumes/kubernetes.io~projected/kube-api-access-qs94b"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e58d7c5d-6603-4785-a625-e7a1c779e974/volumes/kubernetes.io~projected/kube-api-access-kglrh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e74411cd-3d1e-4632-a984-7e93eec9c769/volumes/kubernetes.io~projected/kube-api-access-9zvk7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e85d7a87-9a1d-407c-8306-11f8f679d6c2/volumes/kubernetes.io~projected/kube-api-access-q8s6z"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e983390f-ceac-4603-bf19-925244f6fcec/volumes/kubernetes.io~projected/kube-api-access-mkq5r"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/eb1bb0f5-60c2-443e-8b10-7e7f09b7fbf2/volumes/kubernetes.io~projected/kube-api-access-csdrz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/efd1a268-80b7-4111-ab57-5bc64090b67f/volumes/kubernetes.io~projected/kube-api-access-rfdt4"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/efd1a268-80b7-4111-ab57-5bc64090b67f/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/efd1a268-80b7-4111-ab57-5bc64090b67f/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/f019687b-d8a3-42e2-add7-77b1fccfd0ba/volumes/kubernetes.io~projected/kube-api-access-24bpv"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f3e2d0d1-4124-40c5-9537-b093bc507d15/volumes/kubernetes.io~projected/kube-api-access-zd2pn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fd8a9af0-e28c-4e99-8a20-7a217ca33318/volumes/kubernetes.io~projected/kube-api-access-lwk2v"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fe2c123f-ff77-41ec-a643-09c0adace243/volumes/kubernetes.io~projected/kube-api-access-7sb8z"} 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.58048e+07 node_filesystem_files{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="103.176.85.83:/data/gokite-sit/logs",device_error="",fstype="nfs4",mountpoint="/mnt/test-nfs"} 6.5404928e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.107801e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.107801e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 4.107801e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 821560 # 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.4799198e+07 node_filesystem_files_free{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="103.176.85.83:/data/gokite-sit/logs",device_error="",fstype="nfs4",mountpoint="/mnt/test-nfs"} 6.3677057e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.10288e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.107797e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 4.10288e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 821534 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 8.4992442368e+10 node_filesystem_free_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.03080448e+08 node_filesystem_free_bytes{device="103.176.85.83:/data/gokite-sit/logs",device_error="",fstype="nfs4",mountpoint="/mnt/test-nfs"} 2.16372609024e+11 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.998951936e+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"} 2.998951936e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.365105664e+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="103.176.85.83:/data/gokite-sit/logs",major="0",minor="49",mountpoint="/mnt/test-nfs"} 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 node_filesystem_mount_info{device="tmpfs",major="0",minor="44",mountpoint="/run/user/0"} 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="103.176.85.83:/data/gokite-sit/logs",device_error="",fstype="nfs4",mountpoint="/mnt/test-nfs"} 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 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 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/sda1",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/946bd10c-f64e-4ac7-bb70-02826a17838c/volume-subpaths/rabbitmq-config/rabbitmq/1"} 0 node_filesystem_readonly{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="103.176.85.83:/data/albhukari-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/9b3a8d2e-187b-49f1-9970-f77dc1d65fd1/volumes/kubernetes.io~nfs/nfs-albhukari-sit-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/153071ed-8bd0-4bd6-9534-9d7ba24776e0/volumes/kubernetes.io~nfs/nfs-evisa-sit-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/81b73deb-a4d7-493d-ad6f-b70c7c39fc0e/volumes/kubernetes.io~nfs/nfs-evisa-sit-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/9d28fc7b-b438-4f15-958d-f6ab0162a8a0/volumes/kubernetes.io~nfs/nfs-evisa-sit-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/e58d7c5d-6603-4785-a625-e7a1c779e974/volumes/kubernetes.io~nfs/nfs-evisa-sit-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/eb1bb0f5-60c2-443e-8b10-7e7f09b7fbf2/volumes/kubernetes.io~nfs/nfs-evisa-sit-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/gokite-sit/logs",device_error="",fstype="nfs4",mountpoint="/mnt/test-nfs"} 0 node_filesystem_readonly{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/15ca773f-1e36-4efe-a46c-42c6125a735a/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/358952c6-7561-438c-ab39-58a92af7d6a6/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/47fe972d-5963-4814-b66d-685f3067c1bf/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/669e5d4c-eee7-49b5-967f-b6b6d4238260/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/6ed4aaf0-bfcf-4f78-b469-58598b1b584c/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/9189f6d9-f53d-45ff-a89a-be20a2591cae/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/96e701a9-cf2d-4775-ba30-e9951b40ffb4/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/c356ac49-3a47-41e2-9dbf-f1582fd94e37/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/c65b2c8c-95a3-4385-9c65-cfab51f4c47d/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/f3e2d0d1-4124-40c5-9537-b093bc507d15/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/fe2c123f-ff77-41ec-a643-09c0adace243/volumes/kubernetes.io~nfs/nfs-gokite-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/139ff6c6-f1d3-481a-83f4-50bc6442e842/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/28360da9-b56d-47cd-a0e7-0aac19844c65/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/5ad77c22-29ab-468e-b46b-cb0d1e2cf600/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/a59cad3c-7cd7-4e87-bf90-8ccefa8731ba/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/aebe4852-a8a4-43dc-8c7c-fde6be87b618/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/ccb58ecf-8e3e-4228-a274-9721455fe6c4/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/logs/truststore",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/139ff6c6-f1d3-481a-83f4-50bc6442e842/volumes/kubernetes.io~nfs/nfs-ibp-key-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/logs/truststore",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/aebe4852-a8a4-43dc-8c7c-fde6be87b618/volumes/kubernetes.io~nfs/nfs-ibp-key-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/rabbit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/946bd10c-f64e-4ac7-bb70-02826a17838c/volumes/kubernetes.io~nfs/nfs-visaas-rabbit-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/rawabi/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/055c7681-f218-454d-86b4-c36bf09ec989/volumes/kubernetes.io~nfs/rawabi-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/rawabi/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/787457a5-949c-4f9d-9f7c-56b5dee38534/volumes/kubernetes.io~nfs/rawabi-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/rawabi/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/d43e4154-e5c1-42d4-a17e-e9030d3521d2/volumes/kubernetes.io~nfs/rawabi-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/rawabi/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/d4f5468f-a109-4f54-87d5-e6db90aa3a7a/volumes/kubernetes.io~nfs/rawabi-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/rawabi/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/e48f9d8f-2cf5-4511-99f7-12a5d73714d7/volumes/kubernetes.io~nfs/rawabi-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/rawabi/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/e74411cd-3d1e-4632-a984-7e93eec9c769/volumes/kubernetes.io~nfs/rawabi-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/rawabi/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/fd8a9af0-e28c-4e99-8a20-7a217ca33318/volumes/kubernetes.io~nfs/rawabi-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-pp/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/20f63813-61eb-4bab-a6e8-1a1a49799114/volumes/kubernetes.io~nfs/nfs-visaas-pp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-pp/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/3870f8f3-68b2-487f-87b1-ce1cd03581fc/volumes/kubernetes.io~nfs/nfs-visaas-pp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-pp/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/3b8bb710-ad06-4912-b262-a402e1768618/volumes/kubernetes.io~nfs/nfs-visaas-pp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-pp/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/478f530f-a9b4-4ebc-92fe-25a40d3f343e/volumes/kubernetes.io~nfs/nfs-visaas-pp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-pp/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/7c11c4d8-5392-4430-9fd3-4970fb7f31b0/volumes/kubernetes.io~nfs/nfs-visaas-pp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-pp/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/a6cf08e8-497b-4fac-9536-5d344b274204/volumes/kubernetes.io~nfs/nfs-visaas-pp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-pp/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/b9ee535c-2225-4097-9bca-e3ddb057fa3a/volumes/kubernetes.io~nfs/nfs-visaas-pp-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/10774f97-a521-4cc9-b419-92db8fbe12b3/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/1124e21f-7f9d-4c9e-a5a1-2d14e5bcc607/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/231023c8-acd4-4701-bf33-014b25c43a87/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/3ac64c85-2cb0-4356-b032-ab5c9220b496/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/3f48882f-945f-4f75-a050-8eddc458a180/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/424cc601-5dce-4793-862c-7a5b4e07031a/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/97e832d4-1279-4538-8b70-11f6a4212219/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/b95bba66-d6a3-4ce9-ba1c-44010cb4ce0f/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/d697eed1-c200-420a-8f87-18b02bbe1059/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/dbd24f44-123b-4214-a617-699d4eb4695d/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/e85d7a87-9a1d-407c-8306-11f8f679d6c2/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/root/data/common-logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/5f468fdd-1543-4b82-a6e8-b1f0afcb94c7/volumes/kubernetes.io~nfs/nfs-common-pv"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/054a3e7024cbb6c0758edb95fd71ea7aef475d55d5914db1f59b62fbfb80a338/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/089d6c861f764f612ba8f6f94be4837cc1155a9707c15e4afcf4ff6a57e32b74/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0db6902e870de52690f04d6cca2e66dc8a99d5705865e8ac949103ceed53c353/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0f5d109120d0b44817e6a95894642ee574909e570909db584dc50974a602b31d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0fd10dff1d1e49855e9a61c2bae6a644cf4e983e3cfbc81a91e7bead63b979c2/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/129022065401f16b6b7928f506900dc1ec564a03b06423d9af214c24f5f4a146/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/12e1734bab514bff0d0ee3e1881b9e034f9e7a41bd54dac8b559f31bd622694e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/14ebf75b05b7cdfcac8be2dbd25849bcb93440e3daef2ee2d7d8b047f8a83231/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/153161e4720562741831137f1dde5a850b8d9950d64530c5b73dcc1deee3e491/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/17beadb230115c9da1f22a1c132869241360b4d9f1b6ff1c0aa8dd0754ff1cad/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/17f91db2fbc475d7f55377e1344e1e842c0cecf291070cdfb637eff59132499a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1e67bc314dcf61a9653441923c43cca8c59e20cfdb6cee21df4bee081ef98e96/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/20d8b335a0676b8e34b04abae9cdc55e6bc9fd1fd488ce5a34e9ebb02fb918c1/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/24b2ba1d7de02a0c394e2844f77ff945eff2284803196539b8563e757dfefe79/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/278e94d34c3986d99114b202a681de9929c9b53bb5412c460322ca2c8df3b8d7/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2b310f72bc7f9adc56ab449afb043475d764a8656d2ee36153a23ca5c6097a30/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2e87af9be67cee0af08b918ed37269eca3ee2cb4926e77dfa872efaec3358370/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2f1ac0b86ad5efe4b2b9a0e40373048ddee85bc3b68e8954893824f5af89c1fe/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/32e51ea514b39c892240cfb5a0740140eafa2fa52503659c54dab559027fd90f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/332204e0d551a138a3c46bdf0b5c80d23de57aa5b769a3c1c85dfc6231eab907/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3a51e19fdd2ff48ed4638c945296a400c678804aec943989fddee456de61567d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3fc00683ca37c661ede3cd74fcb83395fcba32f6bf0fbcadb1aa79c0fa95cdae/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/43a0629549792409b207c9ce44f288a998d4ed0a056d51f6c2385fd780c29080/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4c21c748821f5f4db092711b864859ea775650ac6d7b45ed278dd53e6f73a6a9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4cb7e7911b4a44eff3442e615381975681eddb6234ea4d770be97afa53cc333d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4dafe9cc0d196d731cd1e843511bb6532ae609065e4fe6dba1aaa0b555454cfa/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/50176dfe79c5718fa525c73800665b673f4cedd78b1b1ad60e6223856dc49560/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/54ca7e693b51b8b08b1aa1d4de780b3b85b923e1ff969c923a3a5cc3a4148e17/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/58c874465bd2b73cf84b3da5604f707d4d3b9e8a4793b86eb5c064a1d253d9a2/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/59a5e6b9e4d97f37c1ce48e7a3a157749236afcb5ea1d71c330534119a10f5a2/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a1580d466de782941f6599d86dd418b62e2c1f8365f47a14766bfb36ced6f29/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5a2ae9189f10a09c5c8d37c84ed17a47a44f84df5f6b431dfe4c617d2084174b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5ac87af889ea24a0745bf42c36d8df58ce2ea9b9e4edd94ddfadcce48aa39565/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5f004fee5541ff94c3a4d4fa24a46da9d4e68304b73dc75df8754bddc7379224/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6b2963b32ebac636aaf2cedca8fe78afd6ae8b254d7afcd7ef9ff448747a134c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6cb56c0e397040cb1a50ae2385db8984af7d9a8ff9c53c18f149f4ec116268f1/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/73467aeac27960e9ac9b2475ad432515b0d58ea5eb1a638cf1d611e3b9d52db5/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/740442c8f9510045a02f19a66eb813e52c6208d2291f914331952df03da07c4a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/77af2e4d67bfb592aae1e81c33271794f654ca1ea3c74c48d1b3f3b7e07eee23/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7b8c683f699f631a9808e5f1ac8e083b92fe623e1e019920148f30eed1645232/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7c409173d77b807701f8c577b872f021265078a1fad9849b65704be4b07ec9dc/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7ca812b49254ec7ec9b51ed75f7dbc81a34d472abdff0591d817aac29d1ec552/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7e599e9dbb6ad33e0396a33600752f3f9d9119e39377f18f89ac0549bad2e9a6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7ec47fb781145a06e7bd97aaf914761253c0670da001f235236fc5cd8bafcac1/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7ffa1214ce704acf4f01ac5279f3c808a5a2c343d73fdf6e13a3b87dccf12fa9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/84325179a5326c0ad8ee9b0fe81bf9165c35cb22eb734f534b9cdc75e37e02e3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/86c00f631df840c6b97440137cc178800a3eae6fcdebbe20ab5fa89ba93b1a5e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/89363a7b49342b2378093f88b27c3f2da9b9f088cd23cca1584f9caf3d43e03e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8d42d445ec4c37bb7fededd3ff591c6c3f103eff3db16632efc22e12d72c3944/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/909dabbc8a0c9a9392c6f4b0987b42830034011a3f1fc86e7b192caff0ee256c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/987226bf38dcd264e5b22b84b2eeed09e7dd266645a9addd621bfd61d6ce17fa/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/999aa0009678be289a4cca726d6c5bacc442cb6c1dae483103ddb3b809f82000/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9be39d08ba0b1196349e1dfd07e6d1b796d075fb5b9ae043ead8fa4be053ca19/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9d66b5eea66e19beb2f0ad8514be83347ffa912fe7c65127f10ea7167b1fcff9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9e4d7e9bc3f597b732336949474300f1e0a57c89ea68f2637b1fa0509f5778e2/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a9421d86565174676a3d5a389f0071581b9456895fe34851e02c66f10011bd4c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aa51f557804c0b5a57f354f1b28133f61eb16562162ef92b51b10b8190384103/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b400ad9daff66ba9f344bee8c400267d0b0bc05b3e0ef29b8c0e8c8d9682650a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b5ad89f424941cd409fd121eaa174581fa627a24979c3e24b99504e48ae0f4b8/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bf283190f99a50bf3781dfe40314e198f6941b71cc96d43d3ea407775eb2e5f8/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c0c4f427a6d322dadc9ad71b13e450bfd877c3e5d75d8e7651387b6a26b98411/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c80f5bc1b096bd3f2f8bfb23e5e062c9a1db2bc3442f2645bc7b644ad2593e50/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ca82856222263777ac2598f5f91feca1ad0cabe4b9f49848869f5521efb9947a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d42e6f6f98fbfe1d8165c270304aaee575f01b811218b3c14d2985aa955a7a27/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d91c4d76686e788b42d048e53fa4808cfb9c67f954840d6981214cf78f523122/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/db9dfa8ed6ef18711238df15c972d00b4e1a7462a10aaa1c5e51be00d06fa3c9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e061a0d90f769203f18f15892abfabedb66c426afb254cfd02372dc4d33433db/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e35476acf7f4546377dbfaca016f673c953ebd23c21b26c7466f92a02901eeb0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e680d94509674e84838c4886df913a7c71a1ef7baf0daa6aeb523d59d32c0faf/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e861c69317bcd010a00345a15de4fd0a8692f045fbe509f3250e9e2ecd7a2a7f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f18bf5c56a408c50bd233590377e1736ad6ec8ab48fe5a6d13da008b8f3acace/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fd2def7ac76594087f632925f9845406e76df23ed4fd6a201626d4d06387809a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ff1f910e7c089599d03dd495055d067f83c84a68125ab17ad81b5f3faba4fb21/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="",fstype="tmpfs",mountpoint="/run/user/0"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/055c7681-f218-454d-86b4-c36bf09ec989/volumes/kubernetes.io~projected/kube-api-access-wxgf9"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/10774f97-a521-4cc9-b419-92db8fbe12b3/volumes/kubernetes.io~projected/kube-api-access-jhxm2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1124e21f-7f9d-4c9e-a5a1-2d14e5bcc607/volumes/kubernetes.io~projected/kube-api-access-6dxcd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/113d2b0a-1b68-47a8-a311-364732c584d8/volumes/kubernetes.io~projected/kube-api-access-nnf8x"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/139ff6c6-f1d3-481a-83f4-50bc6442e842/volumes/kubernetes.io~projected/kube-api-access-wtsbq"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/139ff6c6-f1d3-481a-83f4-50bc6442e842/volumes/kubernetes.io~secret/ks-pass-file"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/153071ed-8bd0-4bd6-9534-9d7ba24776e0/volumes/kubernetes.io~projected/kube-api-access-zknxs"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/15ca773f-1e36-4efe-a46c-42c6125a735a/volumes/kubernetes.io~projected/kube-api-access-4d75n"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/18b78a3f-9dc8-48a3-ab42-845302e7605b/volumes/kubernetes.io~projected/kube-api-access-bddqp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1d81aaf5-c427-4097-8658-fc335010d8a7/volumes/kubernetes.io~projected/kube-api-access-zqb94"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/20f63813-61eb-4bab-a6e8-1a1a49799114/volumes/kubernetes.io~projected/kube-api-access-qxdxd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/22c86108-43aa-4bac-9846-c9563fbcfb7d/volumes/kubernetes.io~projected/kube-api-access-xbfpr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/231023c8-acd4-4701-bf33-014b25c43a87/volumes/kubernetes.io~projected/kube-api-access-bgqk5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/28360da9-b56d-47cd-a0e7-0aac19844c65/volumes/kubernetes.io~projected/kube-api-access-84hbx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/34e67f07-d31d-42a4-8f83-e2f30e2a74f7/volumes/kubernetes.io~projected/kube-api-access-sxm6s"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/358952c6-7561-438c-ab39-58a92af7d6a6/volumes/kubernetes.io~projected/kube-api-access-ndz57"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3870f8f3-68b2-487f-87b1-ce1cd03581fc/volumes/kubernetes.io~projected/kube-api-access-2dqcd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3ac64c85-2cb0-4356-b032-ab5c9220b496/volumes/kubernetes.io~projected/kube-api-access-2l4wm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3b8bb710-ad06-4912-b262-a402e1768618/volumes/kubernetes.io~projected/kube-api-access-tfxm7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3d3c689f-841f-48f2-a5cc-95f94916795d/volumes/kubernetes.io~projected/kube-api-access-8lw2c"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3d90efd4-c4dd-462e-b5f1-635ebcf1e768/volumes/kubernetes.io~projected/kube-api-access-9cj84"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3f48882f-945f-4f75-a050-8eddc458a180/volumes/kubernetes.io~projected/kube-api-access-n9vxn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/424cc601-5dce-4793-862c-7a5b4e07031a/volumes/kubernetes.io~projected/kube-api-access-dg9vt"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/478f530f-a9b4-4ebc-92fe-25a40d3f343e/volumes/kubernetes.io~projected/kube-api-access-jstr2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/47fe972d-5963-4814-b66d-685f3067c1bf/volumes/kubernetes.io~projected/kube-api-access-fkshd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5ad77c22-29ab-468e-b46b-cb0d1e2cf600/volumes/kubernetes.io~projected/kube-api-access-bhrwr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5c01e799-eaed-4662-8e2e-83518edd777f/volumes/kubernetes.io~projected/kube-api-access-k2pjr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5f468fdd-1543-4b82-a6e8-b1f0afcb94c7/volumes/kubernetes.io~projected/kube-api-access-sftxm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/669e5d4c-eee7-49b5-967f-b6b6d4238260/volumes/kubernetes.io~projected/kube-api-access-hs4x5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6a940d09-ade2-48ae-8531-4790f585ce50/volumes/kubernetes.io~projected/kube-api-access-ll44c"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6ed4aaf0-bfcf-4f78-b469-58598b1b584c/volumes/kubernetes.io~projected/kube-api-access-828cd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7501ab56-7c4f-4d83-8e0d-4fd20b607053/volumes/kubernetes.io~projected/kube-api-access-qsh5t"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/752a3de1-0391-4aab-917d-8635f5428e1c/volumes/kubernetes.io~projected/kube-api-access-dwxpb"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/787457a5-949c-4f9d-9f7c-56b5dee38534/volumes/kubernetes.io~projected/kube-api-access-xmb8h"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7b095d92-436e-4599-8e06-c3492d086ae8/volumes/kubernetes.io~projected/kube-api-access-cjnnf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7c11c4d8-5392-4430-9fd3-4970fb7f31b0/volumes/kubernetes.io~projected/kube-api-access-s7xld"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/81b73deb-a4d7-493d-ad6f-b70c7c39fc0e/volumes/kubernetes.io~projected/kube-api-access-bmkk9"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9189f6d9-f53d-45ff-a89a-be20a2591cae/volumes/kubernetes.io~projected/kube-api-access-q5xfp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/92f56694-820d-4ffb-9d54-5f3020169f18/volumes/kubernetes.io~projected/kube-api-access-wkffm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/92f56694-820d-4ffb-9d54-5f3020169f18/volumes/kubernetes.io~secret/webhook-cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/930015de-d78f-42bd-b509-6738a71e9cc0/volumes/kubernetes.io~projected/kube-api-access-pc899"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/946bd10c-f64e-4ac7-bb70-02826a17838c/volumes/kubernetes.io~projected/kube-api-access-7vw79"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/946bd10c-f64e-4ac7-bb70-02826a17838c/volumes/kubernetes.io~secret/rabbitmq-tls"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/96e701a9-cf2d-4775-ba30-e9951b40ffb4/volumes/kubernetes.io~projected/kube-api-access-qgl2q"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/97e832d4-1279-4538-8b70-11f6a4212219/volumes/kubernetes.io~projected/kube-api-access-85s7v"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9b3a8d2e-187b-49f1-9970-f77dc1d65fd1/volumes/kubernetes.io~projected/kube-api-access-swxdk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9d28fc7b-b438-4f15-958d-f6ab0162a8a0/volumes/kubernetes.io~projected/kube-api-access-5vwkf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a59cad3c-7cd7-4e87-bf90-8ccefa8731ba/volumes/kubernetes.io~projected/kube-api-access-k5c6l"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a6cf08e8-497b-4fac-9536-5d344b274204/volumes/kubernetes.io~projected/kube-api-access-8m8fj"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ae6ca398-bbab-448e-849f-92e8c2f2f6fb/volumes/kubernetes.io~projected/kube-api-access-ngh5d"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ae6ca398-bbab-448e-849f-92e8c2f2f6fb/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/aebe4852-a8a4-43dc-8c7c-fde6be87b618/volumes/kubernetes.io~projected/kube-api-access-lgwzr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/aebe4852-a8a4-43dc-8c7c-fde6be87b618/volumes/kubernetes.io~secret/ks-pass-file"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b09d5490-7e65-443c-8d37-4e322ca9e664/volumes/kubernetes.io~projected/kube-api-access-2cs2c"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b95bba66-d6a3-4ce9-ba1c-44010cb4ce0f/volumes/kubernetes.io~projected/kube-api-access-kt2mh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b9ee535c-2225-4097-9bca-e3ddb057fa3a/volumes/kubernetes.io~projected/kube-api-access-jn5nb"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c356ac49-3a47-41e2-9dbf-f1582fd94e37/volumes/kubernetes.io~projected/kube-api-access-6zq8v"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c65b2c8c-95a3-4385-9c65-cfab51f4c47d/volumes/kubernetes.io~projected/kube-api-access-dgr62"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ccb58ecf-8e3e-4228-a274-9721455fe6c4/volumes/kubernetes.io~projected/kube-api-access-zdjkc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/cf1d9c84-194d-409e-ae79-15cfb8f48208/volumes/kubernetes.io~projected/kube-api-access-x2jcc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d43e4154-e5c1-42d4-a17e-e9030d3521d2/volumes/kubernetes.io~projected/kube-api-access-hnpzv"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d4f5468f-a109-4f54-87d5-e6db90aa3a7a/volumes/kubernetes.io~projected/kube-api-access-zqmlb"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d5935aaf-02ea-4d5e-8bfc-f4bf9b61f546/volumes/kubernetes.io~projected/kube-api-access-vqggw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d697eed1-c200-420a-8f87-18b02bbe1059/volumes/kubernetes.io~projected/kube-api-access-5b2n8"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dbd24f44-123b-4214-a617-699d4eb4695d/volumes/kubernetes.io~projected/kube-api-access-95ddg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e3e559f2-0944-41f4-b33e-5bae15442a89/volumes/kubernetes.io~projected/kube-api-access-x57lg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e48f9d8f-2cf5-4511-99f7-12a5d73714d7/volumes/kubernetes.io~projected/kube-api-access-qs94b"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e58d7c5d-6603-4785-a625-e7a1c779e974/volumes/kubernetes.io~projected/kube-api-access-kglrh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e74411cd-3d1e-4632-a984-7e93eec9c769/volumes/kubernetes.io~projected/kube-api-access-9zvk7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e85d7a87-9a1d-407c-8306-11f8f679d6c2/volumes/kubernetes.io~projected/kube-api-access-q8s6z"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e983390f-ceac-4603-bf19-925244f6fcec/volumes/kubernetes.io~projected/kube-api-access-mkq5r"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/eb1bb0f5-60c2-443e-8b10-7e7f09b7fbf2/volumes/kubernetes.io~projected/kube-api-access-csdrz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/efd1a268-80b7-4111-ab57-5bc64090b67f/volumes/kubernetes.io~projected/kube-api-access-rfdt4"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/efd1a268-80b7-4111-ab57-5bc64090b67f/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/efd1a268-80b7-4111-ab57-5bc64090b67f/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/f019687b-d8a3-42e2-add7-77b1fccfd0ba/volumes/kubernetes.io~projected/kube-api-access-24bpv"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f3e2d0d1-4124-40c5-9537-b093bc507d15/volumes/kubernetes.io~projected/kube-api-access-zd2pn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fd8a9af0-e28c-4e99-8a20-7a217ca33318/volumes/kubernetes.io~projected/kube-api-access-lwk2v"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fe2c123f-ff77-41ec-a643-09c0adace243/volumes/kubernetes.io~projected/kube-api-access-7sb8z"} 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.07929081856e+11 node_filesystem_size_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.09422592e+08 node_filesystem_size_bytes{device="103.176.85.83:/data/gokite-sit/logs",device_error="",fstype="nfs4",mountpoint="/mnt/test-nfs"} 5.18933970944e+11 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.365113856e+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.365113856e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.36510976e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 6.454033e+06 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 2.868890042e+09 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.35 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.31 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.31 # 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.60374784e+08 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 2.873421824e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 2.71304704e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 4.194304e+06 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 2.1311991808e+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.33005056e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 9.75362048e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.6825552896e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 2.9987139584e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 3.3363591168e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 9.95991552e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 450560 # 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 2.1636960256e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 2.8396716032e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 6.759755776e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 5.7409536e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 8.16717824e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.0617094144e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 7.2876032e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.3651105792e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.8360704e+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 9.3257728e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.801664e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 8.92305408e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.62848256e+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 5.04528896e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.255153664e+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.8360704e+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 8.747008e+07 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 261 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 987 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 35 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 13268 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 18825 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 3.598681138e+09 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 692098 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 6.9392563056e+10 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 6.7443711788e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 320 # 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 4.313705e+06 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 2.61681e+06 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 3.077669e+06 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 843323 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 40 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 940 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 2.6745638e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 220958 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2.9169396e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 511687 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 2.688217e+06 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 4931 # 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 7.112502e+06 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 10 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 5985 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 715780 # 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="veth048e79c7"} 3 node_network_address_assign_type{device="veth04a1e43e"} 3 node_network_address_assign_type{device="veth06f43f4f"} 3 node_network_address_assign_type{device="veth077709b0"} 3 node_network_address_assign_type{device="veth108dab1d"} 3 node_network_address_assign_type{device="veth12c34577"} 3 node_network_address_assign_type{device="veth14073fd9"} 3 node_network_address_assign_type{device="veth14c1bd17"} 3 node_network_address_assign_type{device="veth1a4b4ba7"} 3 node_network_address_assign_type{device="veth1c2b8123"} 3 node_network_address_assign_type{device="veth21c2e07e"} 3 node_network_address_assign_type{device="veth23905aa0"} 3 node_network_address_assign_type{device="veth25138284"} 3 node_network_address_assign_type{device="veth2bb4b627"} 3 node_network_address_assign_type{device="veth3003ac1b"} 3 node_network_address_assign_type{device="veth34d40143"} 3 node_network_address_assign_type{device="veth36c37c79"} 3 node_network_address_assign_type{device="veth3933ef35"} 3 node_network_address_assign_type{device="veth3d236a12"} 3 node_network_address_assign_type{device="veth3eaedb84"} 3 node_network_address_assign_type{device="veth41d21494"} 3 node_network_address_assign_type{device="veth503e928f"} 3 node_network_address_assign_type{device="veth5434d4cb"} 3 node_network_address_assign_type{device="veth621c8f9e"} 3 node_network_address_assign_type{device="veth65f867e3"} 3 node_network_address_assign_type{device="veth68dcacce"} 3 node_network_address_assign_type{device="veth6acdc37d"} 3 node_network_address_assign_type{device="veth6c897eba"} 3 node_network_address_assign_type{device="veth6ebff855"} 3 node_network_address_assign_type{device="veth73892d6c"} 3 node_network_address_assign_type{device="veth743db0a0"} 3 node_network_address_assign_type{device="veth7878283c"} 3 node_network_address_assign_type{device="veth78fd5a59"} 3 node_network_address_assign_type{device="veth7958a9d8"} 3 node_network_address_assign_type{device="veth7a9a73e3"} 3 node_network_address_assign_type{device="veth8225aa30"} 3 node_network_address_assign_type{device="veth8533a731"} 3 node_network_address_assign_type{device="veth86f386bf"} 3 node_network_address_assign_type{device="veth874e8cf1"} 3 node_network_address_assign_type{device="veth8a17254e"} 3 node_network_address_assign_type{device="veth8c419d5a"} 3 node_network_address_assign_type{device="veth8d869316"} 3 node_network_address_assign_type{device="veth8da922ad"} 3 node_network_address_assign_type{device="veth8dd462d7"} 3 node_network_address_assign_type{device="veth91ec00e8"} 3 node_network_address_assign_type{device="veth97670c87"} 3 node_network_address_assign_type{device="veth98334fad"} 3 node_network_address_assign_type{device="veth9bd46d96"} 3 node_network_address_assign_type{device="vetha3d49479"} 3 node_network_address_assign_type{device="vetha63c89ed"} 3 node_network_address_assign_type{device="vethaac2ba21"} 3 node_network_address_assign_type{device="vethad623b3e"} 3 node_network_address_assign_type{device="vethaeec3ae7"} 3 node_network_address_assign_type{device="vethb3e8bfc5"} 3 node_network_address_assign_type{device="vethb511c92b"} 3 node_network_address_assign_type{device="vethb7d16d79"} 3 node_network_address_assign_type{device="vethba6a650a"} 3 node_network_address_assign_type{device="vethc9b57728"} 3 node_network_address_assign_type{device="vethcedbe7d2"} 3 node_network_address_assign_type{device="vethcfbf4716"} 3 node_network_address_assign_type{device="vethd8c01dd1"} 3 node_network_address_assign_type{device="vethddb19bdd"} 3 node_network_address_assign_type{device="vethe2d6c5d0"} 3 node_network_address_assign_type{device="vethe2ea221b"} 3 node_network_address_assign_type{device="vethe67efe5e"} 3 node_network_address_assign_type{device="vethec5ffe03"} 3 node_network_address_assign_type{device="vethede3bf47"} 3 node_network_address_assign_type{device="vethf2f25ced"} 3 node_network_address_assign_type{device="vethf419d082"} 3 node_network_address_assign_type{device="wg0"} 0 # 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="veth048e79c7"} 1 node_network_carrier{device="veth04a1e43e"} 1 node_network_carrier{device="veth06f43f4f"} 1 node_network_carrier{device="veth077709b0"} 1 node_network_carrier{device="veth108dab1d"} 1 node_network_carrier{device="veth12c34577"} 1 node_network_carrier{device="veth14073fd9"} 1 node_network_carrier{device="veth14c1bd17"} 1 node_network_carrier{device="veth1a4b4ba7"} 1 node_network_carrier{device="veth1c2b8123"} 1 node_network_carrier{device="veth21c2e07e"} 1 node_network_carrier{device="veth23905aa0"} 1 node_network_carrier{device="veth25138284"} 1 node_network_carrier{device="veth2bb4b627"} 1 node_network_carrier{device="veth3003ac1b"} 1 node_network_carrier{device="veth34d40143"} 1 node_network_carrier{device="veth36c37c79"} 1 node_network_carrier{device="veth3933ef35"} 1 node_network_carrier{device="veth3d236a12"} 1 node_network_carrier{device="veth3eaedb84"} 1 node_network_carrier{device="veth41d21494"} 1 node_network_carrier{device="veth503e928f"} 1 node_network_carrier{device="veth5434d4cb"} 1 node_network_carrier{device="veth621c8f9e"} 1 node_network_carrier{device="veth65f867e3"} 1 node_network_carrier{device="veth68dcacce"} 1 node_network_carrier{device="veth6acdc37d"} 1 node_network_carrier{device="veth6c897eba"} 1 node_network_carrier{device="veth6ebff855"} 1 node_network_carrier{device="veth73892d6c"} 1 node_network_carrier{device="veth743db0a0"} 1 node_network_carrier{device="veth7878283c"} 1 node_network_carrier{device="veth78fd5a59"} 1 node_network_carrier{device="veth7958a9d8"} 1 node_network_carrier{device="veth7a9a73e3"} 1 node_network_carrier{device="veth8225aa30"} 1 node_network_carrier{device="veth8533a731"} 1 node_network_carrier{device="veth86f386bf"} 1 node_network_carrier{device="veth874e8cf1"} 1 node_network_carrier{device="veth8a17254e"} 1 node_network_carrier{device="veth8c419d5a"} 1 node_network_carrier{device="veth8d869316"} 1 node_network_carrier{device="veth8da922ad"} 1 node_network_carrier{device="veth8dd462d7"} 1 node_network_carrier{device="veth91ec00e8"} 1 node_network_carrier{device="veth97670c87"} 1 node_network_carrier{device="veth98334fad"} 1 node_network_carrier{device="veth9bd46d96"} 1 node_network_carrier{device="vetha3d49479"} 1 node_network_carrier{device="vetha63c89ed"} 1 node_network_carrier{device="vethaac2ba21"} 1 node_network_carrier{device="vethad623b3e"} 1 node_network_carrier{device="vethaeec3ae7"} 1 node_network_carrier{device="vethb3e8bfc5"} 1 node_network_carrier{device="vethb511c92b"} 1 node_network_carrier{device="vethb7d16d79"} 1 node_network_carrier{device="vethba6a650a"} 1 node_network_carrier{device="vethc9b57728"} 1 node_network_carrier{device="vethcedbe7d2"} 1 node_network_carrier{device="vethcfbf4716"} 1 node_network_carrier{device="vethd8c01dd1"} 1 node_network_carrier{device="vethddb19bdd"} 1 node_network_carrier{device="vethe2d6c5d0"} 1 node_network_carrier{device="vethe2ea221b"} 1 node_network_carrier{device="vethe67efe5e"} 1 node_network_carrier{device="vethec5ffe03"} 1 node_network_carrier{device="vethede3bf47"} 1 node_network_carrier{device="vethf2f25ced"} 1 node_network_carrier{device="vethf419d082"} 1 node_network_carrier{device="wg0"} 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"} 6 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="veth048e79c7"} 2 node_network_carrier_changes_total{device="veth04a1e43e"} 2 node_network_carrier_changes_total{device="veth06f43f4f"} 2 node_network_carrier_changes_total{device="veth077709b0"} 2 node_network_carrier_changes_total{device="veth108dab1d"} 2 node_network_carrier_changes_total{device="veth12c34577"} 2 node_network_carrier_changes_total{device="veth14073fd9"} 2 node_network_carrier_changes_total{device="veth14c1bd17"} 2 node_network_carrier_changes_total{device="veth1a4b4ba7"} 2 node_network_carrier_changes_total{device="veth1c2b8123"} 2 node_network_carrier_changes_total{device="veth21c2e07e"} 2 node_network_carrier_changes_total{device="veth23905aa0"} 2 node_network_carrier_changes_total{device="veth25138284"} 2 node_network_carrier_changes_total{device="veth2bb4b627"} 2 node_network_carrier_changes_total{device="veth3003ac1b"} 2 node_network_carrier_changes_total{device="veth34d40143"} 2 node_network_carrier_changes_total{device="veth36c37c79"} 2 node_network_carrier_changes_total{device="veth3933ef35"} 2 node_network_carrier_changes_total{device="veth3d236a12"} 2 node_network_carrier_changes_total{device="veth3eaedb84"} 2 node_network_carrier_changes_total{device="veth41d21494"} 2 node_network_carrier_changes_total{device="veth503e928f"} 2 node_network_carrier_changes_total{device="veth5434d4cb"} 2 node_network_carrier_changes_total{device="veth621c8f9e"} 2 node_network_carrier_changes_total{device="veth65f867e3"} 2 node_network_carrier_changes_total{device="veth68dcacce"} 2 node_network_carrier_changes_total{device="veth6acdc37d"} 2 node_network_carrier_changes_total{device="veth6c897eba"} 2 node_network_carrier_changes_total{device="veth6ebff855"} 2 node_network_carrier_changes_total{device="veth73892d6c"} 2 node_network_carrier_changes_total{device="veth743db0a0"} 2 node_network_carrier_changes_total{device="veth7878283c"} 2 node_network_carrier_changes_total{device="veth78fd5a59"} 2 node_network_carrier_changes_total{device="veth7958a9d8"} 2 node_network_carrier_changes_total{device="veth7a9a73e3"} 2 node_network_carrier_changes_total{device="veth8225aa30"} 2 node_network_carrier_changes_total{device="veth8533a731"} 2 node_network_carrier_changes_total{device="veth86f386bf"} 2 node_network_carrier_changes_total{device="veth874e8cf1"} 2 node_network_carrier_changes_total{device="veth8a17254e"} 2 node_network_carrier_changes_total{device="veth8c419d5a"} 2 node_network_carrier_changes_total{device="veth8d869316"} 2 node_network_carrier_changes_total{device="veth8da922ad"} 2 node_network_carrier_changes_total{device="veth8dd462d7"} 2 node_network_carrier_changes_total{device="veth91ec00e8"} 2 node_network_carrier_changes_total{device="veth97670c87"} 2 node_network_carrier_changes_total{device="veth98334fad"} 2 node_network_carrier_changes_total{device="veth9bd46d96"} 2 node_network_carrier_changes_total{device="vetha3d49479"} 2 node_network_carrier_changes_total{device="vetha63c89ed"} 2 node_network_carrier_changes_total{device="vethaac2ba21"} 2 node_network_carrier_changes_total{device="vethad623b3e"} 2 node_network_carrier_changes_total{device="vethaeec3ae7"} 2 node_network_carrier_changes_total{device="vethb3e8bfc5"} 2 node_network_carrier_changes_total{device="vethb511c92b"} 2 node_network_carrier_changes_total{device="vethb7d16d79"} 2 node_network_carrier_changes_total{device="vethba6a650a"} 2 node_network_carrier_changes_total{device="vethc9b57728"} 2 node_network_carrier_changes_total{device="vethcedbe7d2"} 2 node_network_carrier_changes_total{device="vethcfbf4716"} 2 node_network_carrier_changes_total{device="vethd8c01dd1"} 2 node_network_carrier_changes_total{device="vethddb19bdd"} 2 node_network_carrier_changes_total{device="vethe2d6c5d0"} 2 node_network_carrier_changes_total{device="vethe2ea221b"} 2 node_network_carrier_changes_total{device="vethe67efe5e"} 2 node_network_carrier_changes_total{device="vethec5ffe03"} 2 node_network_carrier_changes_total{device="vethede3bf47"} 2 node_network_carrier_changes_total{device="vethf2f25ced"} 2 node_network_carrier_changes_total{device="vethf419d082"} 2 node_network_carrier_changes_total{device="wg0"} 0 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="cni0"} 3 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="veth048e79c7"} 1 node_network_carrier_down_changes_total{device="veth04a1e43e"} 1 node_network_carrier_down_changes_total{device="veth06f43f4f"} 1 node_network_carrier_down_changes_total{device="veth077709b0"} 1 node_network_carrier_down_changes_total{device="veth108dab1d"} 1 node_network_carrier_down_changes_total{device="veth12c34577"} 1 node_network_carrier_down_changes_total{device="veth14073fd9"} 1 node_network_carrier_down_changes_total{device="veth14c1bd17"} 1 node_network_carrier_down_changes_total{device="veth1a4b4ba7"} 1 node_network_carrier_down_changes_total{device="veth1c2b8123"} 1 node_network_carrier_down_changes_total{device="veth21c2e07e"} 1 node_network_carrier_down_changes_total{device="veth23905aa0"} 1 node_network_carrier_down_changes_total{device="veth25138284"} 1 node_network_carrier_down_changes_total{device="veth2bb4b627"} 1 node_network_carrier_down_changes_total{device="veth3003ac1b"} 1 node_network_carrier_down_changes_total{device="veth34d40143"} 1 node_network_carrier_down_changes_total{device="veth36c37c79"} 1 node_network_carrier_down_changes_total{device="veth3933ef35"} 1 node_network_carrier_down_changes_total{device="veth3d236a12"} 1 node_network_carrier_down_changes_total{device="veth3eaedb84"} 1 node_network_carrier_down_changes_total{device="veth41d21494"} 1 node_network_carrier_down_changes_total{device="veth503e928f"} 1 node_network_carrier_down_changes_total{device="veth5434d4cb"} 1 node_network_carrier_down_changes_total{device="veth621c8f9e"} 1 node_network_carrier_down_changes_total{device="veth65f867e3"} 1 node_network_carrier_down_changes_total{device="veth68dcacce"} 1 node_network_carrier_down_changes_total{device="veth6acdc37d"} 1 node_network_carrier_down_changes_total{device="veth6c897eba"} 1 node_network_carrier_down_changes_total{device="veth6ebff855"} 1 node_network_carrier_down_changes_total{device="veth73892d6c"} 1 node_network_carrier_down_changes_total{device="veth743db0a0"} 1 node_network_carrier_down_changes_total{device="veth7878283c"} 1 node_network_carrier_down_changes_total{device="veth78fd5a59"} 1 node_network_carrier_down_changes_total{device="veth7958a9d8"} 1 node_network_carrier_down_changes_total{device="veth7a9a73e3"} 1 node_network_carrier_down_changes_total{device="veth8225aa30"} 1 node_network_carrier_down_changes_total{device="veth8533a731"} 1 node_network_carrier_down_changes_total{device="veth86f386bf"} 1 node_network_carrier_down_changes_total{device="veth874e8cf1"} 1 node_network_carrier_down_changes_total{device="veth8a17254e"} 1 node_network_carrier_down_changes_total{device="veth8c419d5a"} 1 node_network_carrier_down_changes_total{device="veth8d869316"} 1 node_network_carrier_down_changes_total{device="veth8da922ad"} 1 node_network_carrier_down_changes_total{device="veth8dd462d7"} 1 node_network_carrier_down_changes_total{device="veth91ec00e8"} 1 node_network_carrier_down_changes_total{device="veth97670c87"} 1 node_network_carrier_down_changes_total{device="veth98334fad"} 1 node_network_carrier_down_changes_total{device="veth9bd46d96"} 1 node_network_carrier_down_changes_total{device="vetha3d49479"} 1 node_network_carrier_down_changes_total{device="vetha63c89ed"} 1 node_network_carrier_down_changes_total{device="vethaac2ba21"} 1 node_network_carrier_down_changes_total{device="vethad623b3e"} 1 node_network_carrier_down_changes_total{device="vethaeec3ae7"} 1 node_network_carrier_down_changes_total{device="vethb3e8bfc5"} 1 node_network_carrier_down_changes_total{device="vethb511c92b"} 1 node_network_carrier_down_changes_total{device="vethb7d16d79"} 1 node_network_carrier_down_changes_total{device="vethba6a650a"} 1 node_network_carrier_down_changes_total{device="vethc9b57728"} 1 node_network_carrier_down_changes_total{device="vethcedbe7d2"} 1 node_network_carrier_down_changes_total{device="vethcfbf4716"} 1 node_network_carrier_down_changes_total{device="vethd8c01dd1"} 1 node_network_carrier_down_changes_total{device="vethddb19bdd"} 1 node_network_carrier_down_changes_total{device="vethe2d6c5d0"} 1 node_network_carrier_down_changes_total{device="vethe2ea221b"} 1 node_network_carrier_down_changes_total{device="vethe67efe5e"} 1 node_network_carrier_down_changes_total{device="vethec5ffe03"} 1 node_network_carrier_down_changes_total{device="vethede3bf47"} 1 node_network_carrier_down_changes_total{device="vethf2f25ced"} 1 node_network_carrier_down_changes_total{device="vethf419d082"} 1 node_network_carrier_down_changes_total{device="wg0"} 0 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="cni0"} 3 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="veth048e79c7"} 1 node_network_carrier_up_changes_total{device="veth04a1e43e"} 1 node_network_carrier_up_changes_total{device="veth06f43f4f"} 1 node_network_carrier_up_changes_total{device="veth077709b0"} 1 node_network_carrier_up_changes_total{device="veth108dab1d"} 1 node_network_carrier_up_changes_total{device="veth12c34577"} 1 node_network_carrier_up_changes_total{device="veth14073fd9"} 1 node_network_carrier_up_changes_total{device="veth14c1bd17"} 1 node_network_carrier_up_changes_total{device="veth1a4b4ba7"} 1 node_network_carrier_up_changes_total{device="veth1c2b8123"} 1 node_network_carrier_up_changes_total{device="veth21c2e07e"} 1 node_network_carrier_up_changes_total{device="veth23905aa0"} 1 node_network_carrier_up_changes_total{device="veth25138284"} 1 node_network_carrier_up_changes_total{device="veth2bb4b627"} 1 node_network_carrier_up_changes_total{device="veth3003ac1b"} 1 node_network_carrier_up_changes_total{device="veth34d40143"} 1 node_network_carrier_up_changes_total{device="veth36c37c79"} 1 node_network_carrier_up_changes_total{device="veth3933ef35"} 1 node_network_carrier_up_changes_total{device="veth3d236a12"} 1 node_network_carrier_up_changes_total{device="veth3eaedb84"} 1 node_network_carrier_up_changes_total{device="veth41d21494"} 1 node_network_carrier_up_changes_total{device="veth503e928f"} 1 node_network_carrier_up_changes_total{device="veth5434d4cb"} 1 node_network_carrier_up_changes_total{device="veth621c8f9e"} 1 node_network_carrier_up_changes_total{device="veth65f867e3"} 1 node_network_carrier_up_changes_total{device="veth68dcacce"} 1 node_network_carrier_up_changes_total{device="veth6acdc37d"} 1 node_network_carrier_up_changes_total{device="veth6c897eba"} 1 node_network_carrier_up_changes_total{device="veth6ebff855"} 1 node_network_carrier_up_changes_total{device="veth73892d6c"} 1 node_network_carrier_up_changes_total{device="veth743db0a0"} 1 node_network_carrier_up_changes_total{device="veth7878283c"} 1 node_network_carrier_up_changes_total{device="veth78fd5a59"} 1 node_network_carrier_up_changes_total{device="veth7958a9d8"} 1 node_network_carrier_up_changes_total{device="veth7a9a73e3"} 1 node_network_carrier_up_changes_total{device="veth8225aa30"} 1 node_network_carrier_up_changes_total{device="veth8533a731"} 1 node_network_carrier_up_changes_total{device="veth86f386bf"} 1 node_network_carrier_up_changes_total{device="veth874e8cf1"} 1 node_network_carrier_up_changes_total{device="veth8a17254e"} 1 node_network_carrier_up_changes_total{device="veth8c419d5a"} 1 node_network_carrier_up_changes_total{device="veth8d869316"} 1 node_network_carrier_up_changes_total{device="veth8da922ad"} 1 node_network_carrier_up_changes_total{device="veth8dd462d7"} 1 node_network_carrier_up_changes_total{device="veth91ec00e8"} 1 node_network_carrier_up_changes_total{device="veth97670c87"} 1 node_network_carrier_up_changes_total{device="veth98334fad"} 1 node_network_carrier_up_changes_total{device="veth9bd46d96"} 1 node_network_carrier_up_changes_total{device="vetha3d49479"} 1 node_network_carrier_up_changes_total{device="vetha63c89ed"} 1 node_network_carrier_up_changes_total{device="vethaac2ba21"} 1 node_network_carrier_up_changes_total{device="vethad623b3e"} 1 node_network_carrier_up_changes_total{device="vethaeec3ae7"} 1 node_network_carrier_up_changes_total{device="vethb3e8bfc5"} 1 node_network_carrier_up_changes_total{device="vethb511c92b"} 1 node_network_carrier_up_changes_total{device="vethb7d16d79"} 1 node_network_carrier_up_changes_total{device="vethba6a650a"} 1 node_network_carrier_up_changes_total{device="vethc9b57728"} 1 node_network_carrier_up_changes_total{device="vethcedbe7d2"} 1 node_network_carrier_up_changes_total{device="vethcfbf4716"} 1 node_network_carrier_up_changes_total{device="vethd8c01dd1"} 1 node_network_carrier_up_changes_total{device="vethddb19bdd"} 1 node_network_carrier_up_changes_total{device="vethe2d6c5d0"} 1 node_network_carrier_up_changes_total{device="vethe2ea221b"} 1 node_network_carrier_up_changes_total{device="vethe67efe5e"} 1 node_network_carrier_up_changes_total{device="vethec5ffe03"} 1 node_network_carrier_up_changes_total{device="vethede3bf47"} 1 node_network_carrier_up_changes_total{device="vethf2f25ced"} 1 node_network_carrier_up_changes_total{device="vethf419d082"} 1 node_network_carrier_up_changes_total{device="wg0"} 0 # 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="veth048e79c7"} 0 node_network_device_id{device="veth04a1e43e"} 0 node_network_device_id{device="veth06f43f4f"} 0 node_network_device_id{device="veth077709b0"} 0 node_network_device_id{device="veth108dab1d"} 0 node_network_device_id{device="veth12c34577"} 0 node_network_device_id{device="veth14073fd9"} 0 node_network_device_id{device="veth14c1bd17"} 0 node_network_device_id{device="veth1a4b4ba7"} 0 node_network_device_id{device="veth1c2b8123"} 0 node_network_device_id{device="veth21c2e07e"} 0 node_network_device_id{device="veth23905aa0"} 0 node_network_device_id{device="veth25138284"} 0 node_network_device_id{device="veth2bb4b627"} 0 node_network_device_id{device="veth3003ac1b"} 0 node_network_device_id{device="veth34d40143"} 0 node_network_device_id{device="veth36c37c79"} 0 node_network_device_id{device="veth3933ef35"} 0 node_network_device_id{device="veth3d236a12"} 0 node_network_device_id{device="veth3eaedb84"} 0 node_network_device_id{device="veth41d21494"} 0 node_network_device_id{device="veth503e928f"} 0 node_network_device_id{device="veth5434d4cb"} 0 node_network_device_id{device="veth621c8f9e"} 0 node_network_device_id{device="veth65f867e3"} 0 node_network_device_id{device="veth68dcacce"} 0 node_network_device_id{device="veth6acdc37d"} 0 node_network_device_id{device="veth6c897eba"} 0 node_network_device_id{device="veth6ebff855"} 0 node_network_device_id{device="veth73892d6c"} 0 node_network_device_id{device="veth743db0a0"} 0 node_network_device_id{device="veth7878283c"} 0 node_network_device_id{device="veth78fd5a59"} 0 node_network_device_id{device="veth7958a9d8"} 0 node_network_device_id{device="veth7a9a73e3"} 0 node_network_device_id{device="veth8225aa30"} 0 node_network_device_id{device="veth8533a731"} 0 node_network_device_id{device="veth86f386bf"} 0 node_network_device_id{device="veth874e8cf1"} 0 node_network_device_id{device="veth8a17254e"} 0 node_network_device_id{device="veth8c419d5a"} 0 node_network_device_id{device="veth8d869316"} 0 node_network_device_id{device="veth8da922ad"} 0 node_network_device_id{device="veth8dd462d7"} 0 node_network_device_id{device="veth91ec00e8"} 0 node_network_device_id{device="veth97670c87"} 0 node_network_device_id{device="veth98334fad"} 0 node_network_device_id{device="veth9bd46d96"} 0 node_network_device_id{device="vetha3d49479"} 0 node_network_device_id{device="vetha63c89ed"} 0 node_network_device_id{device="vethaac2ba21"} 0 node_network_device_id{device="vethad623b3e"} 0 node_network_device_id{device="vethaeec3ae7"} 0 node_network_device_id{device="vethb3e8bfc5"} 0 node_network_device_id{device="vethb511c92b"} 0 node_network_device_id{device="vethb7d16d79"} 0 node_network_device_id{device="vethba6a650a"} 0 node_network_device_id{device="vethc9b57728"} 0 node_network_device_id{device="vethcedbe7d2"} 0 node_network_device_id{device="vethcfbf4716"} 0 node_network_device_id{device="vethd8c01dd1"} 0 node_network_device_id{device="vethddb19bdd"} 0 node_network_device_id{device="vethe2d6c5d0"} 0 node_network_device_id{device="vethe2ea221b"} 0 node_network_device_id{device="vethe67efe5e"} 0 node_network_device_id{device="vethec5ffe03"} 0 node_network_device_id{device="vethede3bf47"} 0 node_network_device_id{device="vethf2f25ced"} 0 node_network_device_id{device="vethf419d082"} 0 node_network_device_id{device="wg0"} 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="veth048e79c7"} 0 node_network_dormant{device="veth04a1e43e"} 0 node_network_dormant{device="veth06f43f4f"} 0 node_network_dormant{device="veth077709b0"} 0 node_network_dormant{device="veth108dab1d"} 0 node_network_dormant{device="veth12c34577"} 0 node_network_dormant{device="veth14073fd9"} 0 node_network_dormant{device="veth14c1bd17"} 0 node_network_dormant{device="veth1a4b4ba7"} 0 node_network_dormant{device="veth1c2b8123"} 0 node_network_dormant{device="veth21c2e07e"} 0 node_network_dormant{device="veth23905aa0"} 0 node_network_dormant{device="veth25138284"} 0 node_network_dormant{device="veth2bb4b627"} 0 node_network_dormant{device="veth3003ac1b"} 0 node_network_dormant{device="veth34d40143"} 0 node_network_dormant{device="veth36c37c79"} 0 node_network_dormant{device="veth3933ef35"} 0 node_network_dormant{device="veth3d236a12"} 0 node_network_dormant{device="veth3eaedb84"} 0 node_network_dormant{device="veth41d21494"} 0 node_network_dormant{device="veth503e928f"} 0 node_network_dormant{device="veth5434d4cb"} 0 node_network_dormant{device="veth621c8f9e"} 0 node_network_dormant{device="veth65f867e3"} 0 node_network_dormant{device="veth68dcacce"} 0 node_network_dormant{device="veth6acdc37d"} 0 node_network_dormant{device="veth6c897eba"} 0 node_network_dormant{device="veth6ebff855"} 0 node_network_dormant{device="veth73892d6c"} 0 node_network_dormant{device="veth743db0a0"} 0 node_network_dormant{device="veth7878283c"} 0 node_network_dormant{device="veth78fd5a59"} 0 node_network_dormant{device="veth7958a9d8"} 0 node_network_dormant{device="veth7a9a73e3"} 0 node_network_dormant{device="veth8225aa30"} 0 node_network_dormant{device="veth8533a731"} 0 node_network_dormant{device="veth86f386bf"} 0 node_network_dormant{device="veth874e8cf1"} 0 node_network_dormant{device="veth8a17254e"} 0 node_network_dormant{device="veth8c419d5a"} 0 node_network_dormant{device="veth8d869316"} 0 node_network_dormant{device="veth8da922ad"} 0 node_network_dormant{device="veth8dd462d7"} 0 node_network_dormant{device="veth91ec00e8"} 0 node_network_dormant{device="veth97670c87"} 0 node_network_dormant{device="veth98334fad"} 0 node_network_dormant{device="veth9bd46d96"} 0 node_network_dormant{device="vetha3d49479"} 0 node_network_dormant{device="vetha63c89ed"} 0 node_network_dormant{device="vethaac2ba21"} 0 node_network_dormant{device="vethad623b3e"} 0 node_network_dormant{device="vethaeec3ae7"} 0 node_network_dormant{device="vethb3e8bfc5"} 0 node_network_dormant{device="vethb511c92b"} 0 node_network_dormant{device="vethb7d16d79"} 0 node_network_dormant{device="vethba6a650a"} 0 node_network_dormant{device="vethc9b57728"} 0 node_network_dormant{device="vethcedbe7d2"} 0 node_network_dormant{device="vethcfbf4716"} 0 node_network_dormant{device="vethd8c01dd1"} 0 node_network_dormant{device="vethddb19bdd"} 0 node_network_dormant{device="vethe2d6c5d0"} 0 node_network_dormant{device="vethe2ea221b"} 0 node_network_dormant{device="vethe67efe5e"} 0 node_network_dormant{device="vethec5ffe03"} 0 node_network_dormant{device="vethede3bf47"} 0 node_network_dormant{device="vethf2f25ced"} 0 node_network_dormant{device="vethf419d082"} 0 node_network_dormant{device="wg0"} 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="veth048e79c7"} 4867 node_network_flags{device="veth04a1e43e"} 4867 node_network_flags{device="veth06f43f4f"} 4867 node_network_flags{device="veth077709b0"} 4867 node_network_flags{device="veth108dab1d"} 4867 node_network_flags{device="veth12c34577"} 4867 node_network_flags{device="veth14073fd9"} 4867 node_network_flags{device="veth14c1bd17"} 4867 node_network_flags{device="veth1a4b4ba7"} 4867 node_network_flags{device="veth1c2b8123"} 4867 node_network_flags{device="veth21c2e07e"} 4867 node_network_flags{device="veth23905aa0"} 4867 node_network_flags{device="veth25138284"} 4867 node_network_flags{device="veth2bb4b627"} 4867 node_network_flags{device="veth3003ac1b"} 4867 node_network_flags{device="veth34d40143"} 4867 node_network_flags{device="veth36c37c79"} 4867 node_network_flags{device="veth3933ef35"} 4867 node_network_flags{device="veth3d236a12"} 4867 node_network_flags{device="veth3eaedb84"} 4867 node_network_flags{device="veth41d21494"} 4867 node_network_flags{device="veth503e928f"} 4867 node_network_flags{device="veth5434d4cb"} 4867 node_network_flags{device="veth621c8f9e"} 4867 node_network_flags{device="veth65f867e3"} 4867 node_network_flags{device="veth68dcacce"} 4867 node_network_flags{device="veth6acdc37d"} 4867 node_network_flags{device="veth6c897eba"} 4867 node_network_flags{device="veth6ebff855"} 4867 node_network_flags{device="veth73892d6c"} 4867 node_network_flags{device="veth743db0a0"} 4867 node_network_flags{device="veth7878283c"} 4867 node_network_flags{device="veth78fd5a59"} 4867 node_network_flags{device="veth7958a9d8"} 4867 node_network_flags{device="veth7a9a73e3"} 4867 node_network_flags{device="veth8225aa30"} 4867 node_network_flags{device="veth8533a731"} 4867 node_network_flags{device="veth86f386bf"} 4867 node_network_flags{device="veth874e8cf1"} 4867 node_network_flags{device="veth8a17254e"} 4867 node_network_flags{device="veth8c419d5a"} 4867 node_network_flags{device="veth8d869316"} 4867 node_network_flags{device="veth8da922ad"} 4867 node_network_flags{device="veth8dd462d7"} 4867 node_network_flags{device="veth91ec00e8"} 4867 node_network_flags{device="veth97670c87"} 4867 node_network_flags{device="veth98334fad"} 4867 node_network_flags{device="veth9bd46d96"} 4867 node_network_flags{device="vetha3d49479"} 4867 node_network_flags{device="vetha63c89ed"} 4867 node_network_flags{device="vethaac2ba21"} 4867 node_network_flags{device="vethad623b3e"} 4867 node_network_flags{device="vethaeec3ae7"} 4867 node_network_flags{device="vethb3e8bfc5"} 4867 node_network_flags{device="vethb511c92b"} 4867 node_network_flags{device="vethb7d16d79"} 4867 node_network_flags{device="vethba6a650a"} 4867 node_network_flags{device="vethc9b57728"} 4867 node_network_flags{device="vethcedbe7d2"} 4867 node_network_flags{device="vethcfbf4716"} 4867 node_network_flags{device="vethd8c01dd1"} 4867 node_network_flags{device="vethddb19bdd"} 4867 node_network_flags{device="vethe2d6c5d0"} 4867 node_network_flags{device="vethe2ea221b"} 4867 node_network_flags{device="vethe67efe5e"} 4867 node_network_flags{device="vethec5ffe03"} 4867 node_network_flags{device="vethede3bf47"} 4867 node_network_flags{device="vethf2f25ced"} 4867 node_network_flags{device="vethf419d082"} 4867 node_network_flags{device="wg0"} 145 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="cni0"} 6 node_network_iface_id{device="docker0"} 4 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="flannel.1"} 5 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth048e79c7"} 87 node_network_iface_id{device="veth04a1e43e"} 99 node_network_iface_id{device="veth06f43f4f"} 78 node_network_iface_id{device="veth077709b0"} 60 node_network_iface_id{device="veth108dab1d"} 122 node_network_iface_id{device="veth12c34577"} 50 node_network_iface_id{device="veth14073fd9"} 157 node_network_iface_id{device="veth14c1bd17"} 62 node_network_iface_id{device="veth1a4b4ba7"} 148 node_network_iface_id{device="veth1c2b8123"} 57 node_network_iface_id{device="veth21c2e07e"} 83 node_network_iface_id{device="veth23905aa0"} 90 node_network_iface_id{device="veth25138284"} 36 node_network_iface_id{device="veth2bb4b627"} 141 node_network_iface_id{device="veth3003ac1b"} 160 node_network_iface_id{device="veth34d40143"} 159 node_network_iface_id{device="veth36c37c79"} 59 node_network_iface_id{device="veth3933ef35"} 72 node_network_iface_id{device="veth3d236a12"} 21 node_network_iface_id{device="veth3eaedb84"} 126 node_network_iface_id{device="veth41d21494"} 114 node_network_iface_id{device="veth503e928f"} 95 node_network_iface_id{device="veth5434d4cb"} 41 node_network_iface_id{device="veth621c8f9e"} 110 node_network_iface_id{device="veth65f867e3"} 91 node_network_iface_id{device="veth68dcacce"} 94 node_network_iface_id{device="veth6acdc37d"} 82 node_network_iface_id{device="veth6c897eba"} 56 node_network_iface_id{device="veth6ebff855"} 125 node_network_iface_id{device="veth73892d6c"} 30 node_network_iface_id{device="veth743db0a0"} 162 node_network_iface_id{device="veth7878283c"} 67 node_network_iface_id{device="veth78fd5a59"} 35 node_network_iface_id{device="veth7958a9d8"} 116 node_network_iface_id{device="veth7a9a73e3"} 26 node_network_iface_id{device="veth8225aa30"} 64 node_network_iface_id{device="veth8533a731"} 51 node_network_iface_id{device="veth86f386bf"} 53 node_network_iface_id{device="veth874e8cf1"} 117 node_network_iface_id{device="veth8a17254e"} 108 node_network_iface_id{device="veth8c419d5a"} 137 node_network_iface_id{device="veth8d869316"} 49 node_network_iface_id{device="veth8da922ad"} 19 node_network_iface_id{device="veth8dd462d7"} 111 node_network_iface_id{device="veth91ec00e8"} 20 node_network_iface_id{device="veth97670c87"} 43 node_network_iface_id{device="veth98334fad"} 113 node_network_iface_id{device="veth9bd46d96"} 69 node_network_iface_id{device="vetha3d49479"} 107 node_network_iface_id{device="vetha63c89ed"} 88 node_network_iface_id{device="vethaac2ba21"} 118 node_network_iface_id{device="vethad623b3e"} 81 node_network_iface_id{device="vethaeec3ae7"} 25 node_network_iface_id{device="vethb3e8bfc5"} 76 node_network_iface_id{device="vethb511c92b"} 80 node_network_iface_id{device="vethb7d16d79"} 103 node_network_iface_id{device="vethba6a650a"} 79 node_network_iface_id{device="vethc9b57728"} 27 node_network_iface_id{device="vethcedbe7d2"} 34 node_network_iface_id{device="vethcfbf4716"} 98 node_network_iface_id{device="vethd8c01dd1"} 52 node_network_iface_id{device="vethddb19bdd"} 63 node_network_iface_id{device="vethe2d6c5d0"} 158 node_network_iface_id{device="vethe2ea221b"} 97 node_network_iface_id{device="vethe67efe5e"} 73 node_network_iface_id{device="vethec5ffe03"} 65 node_network_iface_id{device="vethede3bf47"} 71 node_network_iface_id{device="vethf2f25ced"} 101 node_network_iface_id{device="vethf419d082"} 61 node_network_iface_id{device="wg0"} 3 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="cni0"} 6 node_network_iface_link{device="docker0"} 4 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="flannel.1"} 5 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth048e79c7"} 2 node_network_iface_link{device="veth04a1e43e"} 2 node_network_iface_link{device="veth06f43f4f"} 2 node_network_iface_link{device="veth077709b0"} 2 node_network_iface_link{device="veth108dab1d"} 2 node_network_iface_link{device="veth12c34577"} 2 node_network_iface_link{device="veth14073fd9"} 2 node_network_iface_link{device="veth14c1bd17"} 2 node_network_iface_link{device="veth1a4b4ba7"} 2 node_network_iface_link{device="veth1c2b8123"} 2 node_network_iface_link{device="veth21c2e07e"} 2 node_network_iface_link{device="veth23905aa0"} 2 node_network_iface_link{device="veth25138284"} 2 node_network_iface_link{device="veth2bb4b627"} 2 node_network_iface_link{device="veth3003ac1b"} 2 node_network_iface_link{device="veth34d40143"} 2 node_network_iface_link{device="veth36c37c79"} 2 node_network_iface_link{device="veth3933ef35"} 2 node_network_iface_link{device="veth3d236a12"} 2 node_network_iface_link{device="veth3eaedb84"} 2 node_network_iface_link{device="veth41d21494"} 2 node_network_iface_link{device="veth503e928f"} 2 node_network_iface_link{device="veth5434d4cb"} 2 node_network_iface_link{device="veth621c8f9e"} 2 node_network_iface_link{device="veth65f867e3"} 2 node_network_iface_link{device="veth68dcacce"} 2 node_network_iface_link{device="veth6acdc37d"} 2 node_network_iface_link{device="veth6c897eba"} 2 node_network_iface_link{device="veth6ebff855"} 2 node_network_iface_link{device="veth73892d6c"} 2 node_network_iface_link{device="veth743db0a0"} 2 node_network_iface_link{device="veth7878283c"} 2 node_network_iface_link{device="veth78fd5a59"} 2 node_network_iface_link{device="veth7958a9d8"} 2 node_network_iface_link{device="veth7a9a73e3"} 2 node_network_iface_link{device="veth8225aa30"} 2 node_network_iface_link{device="veth8533a731"} 2 node_network_iface_link{device="veth86f386bf"} 2 node_network_iface_link{device="veth874e8cf1"} 2 node_network_iface_link{device="veth8a17254e"} 2 node_network_iface_link{device="veth8c419d5a"} 2 node_network_iface_link{device="veth8d869316"} 2 node_network_iface_link{device="veth8da922ad"} 2 node_network_iface_link{device="veth8dd462d7"} 2 node_network_iface_link{device="veth91ec00e8"} 2 node_network_iface_link{device="veth97670c87"} 2 node_network_iface_link{device="veth98334fad"} 2 node_network_iface_link{device="veth9bd46d96"} 2 node_network_iface_link{device="vetha3d49479"} 2 node_network_iface_link{device="vetha63c89ed"} 2 node_network_iface_link{device="vethaac2ba21"} 2 node_network_iface_link{device="vethad623b3e"} 2 node_network_iface_link{device="vethaeec3ae7"} 2 node_network_iface_link{device="vethb3e8bfc5"} 2 node_network_iface_link{device="vethb511c92b"} 2 node_network_iface_link{device="vethb7d16d79"} 2 node_network_iface_link{device="vethba6a650a"} 2 node_network_iface_link{device="vethc9b57728"} 2 node_network_iface_link{device="vethcedbe7d2"} 2 node_network_iface_link{device="vethcfbf4716"} 2 node_network_iface_link{device="vethd8c01dd1"} 2 node_network_iface_link{device="vethddb19bdd"} 2 node_network_iface_link{device="vethe2d6c5d0"} 2 node_network_iface_link{device="vethe2ea221b"} 2 node_network_iface_link{device="vethe67efe5e"} 2 node_network_iface_link{device="vethec5ffe03"} 2 node_network_iface_link{device="vethede3bf47"} 2 node_network_iface_link{device="vethf2f25ced"} 2 node_network_iface_link{device="vethf419d082"} 2 node_network_iface_link{device="wg0"} 3 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="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="veth048e79c7"} 0 node_network_iface_link_mode{device="veth04a1e43e"} 0 node_network_iface_link_mode{device="veth06f43f4f"} 0 node_network_iface_link_mode{device="veth077709b0"} 0 node_network_iface_link_mode{device="veth108dab1d"} 0 node_network_iface_link_mode{device="veth12c34577"} 0 node_network_iface_link_mode{device="veth14073fd9"} 0 node_network_iface_link_mode{device="veth14c1bd17"} 0 node_network_iface_link_mode{device="veth1a4b4ba7"} 0 node_network_iface_link_mode{device="veth1c2b8123"} 0 node_network_iface_link_mode{device="veth21c2e07e"} 0 node_network_iface_link_mode{device="veth23905aa0"} 0 node_network_iface_link_mode{device="veth25138284"} 0 node_network_iface_link_mode{device="veth2bb4b627"} 0 node_network_iface_link_mode{device="veth3003ac1b"} 0 node_network_iface_link_mode{device="veth34d40143"} 0 node_network_iface_link_mode{device="veth36c37c79"} 0 node_network_iface_link_mode{device="veth3933ef35"} 0 node_network_iface_link_mode{device="veth3d236a12"} 0 node_network_iface_link_mode{device="veth3eaedb84"} 0 node_network_iface_link_mode{device="veth41d21494"} 0 node_network_iface_link_mode{device="veth503e928f"} 0 node_network_iface_link_mode{device="veth5434d4cb"} 0 node_network_iface_link_mode{device="veth621c8f9e"} 0 node_network_iface_link_mode{device="veth65f867e3"} 0 node_network_iface_link_mode{device="veth68dcacce"} 0 node_network_iface_link_mode{device="veth6acdc37d"} 0 node_network_iface_link_mode{device="veth6c897eba"} 0 node_network_iface_link_mode{device="veth6ebff855"} 0 node_network_iface_link_mode{device="veth73892d6c"} 0 node_network_iface_link_mode{device="veth743db0a0"} 0 node_network_iface_link_mode{device="veth7878283c"} 0 node_network_iface_link_mode{device="veth78fd5a59"} 0 node_network_iface_link_mode{device="veth7958a9d8"} 0 node_network_iface_link_mode{device="veth7a9a73e3"} 0 node_network_iface_link_mode{device="veth8225aa30"} 0 node_network_iface_link_mode{device="veth8533a731"} 0 node_network_iface_link_mode{device="veth86f386bf"} 0 node_network_iface_link_mode{device="veth874e8cf1"} 0 node_network_iface_link_mode{device="veth8a17254e"} 0 node_network_iface_link_mode{device="veth8c419d5a"} 0 node_network_iface_link_mode{device="veth8d869316"} 0 node_network_iface_link_mode{device="veth8da922ad"} 0 node_network_iface_link_mode{device="veth8dd462d7"} 0 node_network_iface_link_mode{device="veth91ec00e8"} 0 node_network_iface_link_mode{device="veth97670c87"} 0 node_network_iface_link_mode{device="veth98334fad"} 0 node_network_iface_link_mode{device="veth9bd46d96"} 0 node_network_iface_link_mode{device="vetha3d49479"} 0 node_network_iface_link_mode{device="vetha63c89ed"} 0 node_network_iface_link_mode{device="vethaac2ba21"} 0 node_network_iface_link_mode{device="vethad623b3e"} 0 node_network_iface_link_mode{device="vethaeec3ae7"} 0 node_network_iface_link_mode{device="vethb3e8bfc5"} 0 node_network_iface_link_mode{device="vethb511c92b"} 0 node_network_iface_link_mode{device="vethb7d16d79"} 0 node_network_iface_link_mode{device="vethba6a650a"} 0 node_network_iface_link_mode{device="vethc9b57728"} 0 node_network_iface_link_mode{device="vethcedbe7d2"} 0 node_network_iface_link_mode{device="vethcfbf4716"} 0 node_network_iface_link_mode{device="vethd8c01dd1"} 0 node_network_iface_link_mode{device="vethddb19bdd"} 0 node_network_iface_link_mode{device="vethe2d6c5d0"} 0 node_network_iface_link_mode{device="vethe2ea221b"} 0 node_network_iface_link_mode{device="vethe67efe5e"} 0 node_network_iface_link_mode{device="vethec5ffe03"} 0 node_network_iface_link_mode{device="vethede3bf47"} 0 node_network_iface_link_mode{device="vethf2f25ced"} 0 node_network_iface_link_mode{device="vethf419d082"} 0 node_network_iface_link_mode{device="wg0"} 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="",adminstate="up",broadcast="",device="wg0",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:1c:cc:29:57:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf2f25ced",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:48:ff:00:4f:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3eaedb84",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:6b:69:54:84:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth73892d6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:ff:77:c9:af:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41d21494",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:bb:f4:67:60:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68dcacce",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:43:ac:f4:43:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04a1e43e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:ab:76:bc:02:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth98334fad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:f2:ec:5f:50:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8533a731",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:5b:fc:5c:55:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth14073fd9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:64:6a:ad:e7:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth06f43f4f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:67:8d:e6:55:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth91ec00e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:78:1d:78:84:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3e8bfc5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:84:c1:04:e4:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth25138284",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:fa:78:89:18:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8a17254e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:2d:80:2e:e5:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3d49479",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:11:77:c1:3c:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth077709b0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:99:7a:a0:db:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethec5ffe03",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:bb:d6:ee:64:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth36c37c79",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:39:d2:84:16:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethba6a650a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:f6:44:88:89:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb7d16d79",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:6c:4e:71:d8:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth86f386bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:59:65:9e:f1:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth23905aa0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:70:31:5c:5d:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcedbe7d2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:d2:91:29:c3:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb511c92b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:44:57:0a:ec:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth14c1bd17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:48:22:1d:ad:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth97670c87",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:c2:05:41:37:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6ebff855",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:83:81:69:b6:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaac2ba21",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:f2:52:71:76:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth21c2e07e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:f9:be:9e:4f:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7878283c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:f6:ba:5e:27:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9bd46d96",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:5f:f1:ea:35:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth048e79c7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:1e:ac:b7:dc:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth874e8cf1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:ee:ee:60:1a:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth108dab1d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:a1:f1:5b:55:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8c01dd1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:b1:4c:b5:38:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3003ac1b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:5e:7b:56:29:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1c2b8123",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:88:9e:34:ef:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d869316",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:af:ef:17:20:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c419d5a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:44:f8:44:b8:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1a4b4ba7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:c7:cf:36:ed:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65f867e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:02:72:ea:21:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth621c8f9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:d7:c0:16:92:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2d6c5d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:c9:ce:a1:49:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethede3bf47",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:8f:9f:a2:2f:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf419d082",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:3a:f0:f4:f9:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha63c89ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:76:f2:2f:6d:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6acdc37d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:b7:6c:59:7e:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe67efe5e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:9d:0c:8f:b3:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaeec3ae7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:aa:86:95:c3:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth503e928f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:96:0c:31:ba:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5434d4cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:ba:ca:7f:5a:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="flannel.1",duplex="unknown",ifalias="",operstate="unknown"} 1 node_network_info{address="be:03:59:fd:83:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cni0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="be:09:05:5e:02:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8da922ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:8d:7d:4d:22:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3933ef35",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:16:68:34:be:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="ce:b0:38:6d:73:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcfbf4716",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:91:85:10:2b:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethddb19bdd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:ad:2b:d6:e9:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth12c34577",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:c7:63:c0:aa:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8dd462d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:05:e5:e5:96:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8225aa30",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:09:4c:f3:b5:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad623b3e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:33:01:df:da:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c897eba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:5b:77:1e:8b:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d236a12",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:99:a0:2a:f1:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth743db0a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:b8:3d:90:3f:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2ea221b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:e7:da:77:f5:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a9a73e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:17:cd:5b:18:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2bb4b627",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:55:b0:00:20:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7958a9d8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:6f:09:45:11:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="fa:d9:62:46:79:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9b57728",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:4f:09:ce:f9:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth34d40143",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:60:3f:0e:74:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth78fd5a59",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="veth048e79c7"} 1450 node_network_mtu_bytes{device="veth04a1e43e"} 1450 node_network_mtu_bytes{device="veth06f43f4f"} 1450 node_network_mtu_bytes{device="veth077709b0"} 1450 node_network_mtu_bytes{device="veth108dab1d"} 1450 node_network_mtu_bytes{device="veth12c34577"} 1450 node_network_mtu_bytes{device="veth14073fd9"} 1450 node_network_mtu_bytes{device="veth14c1bd17"} 1450 node_network_mtu_bytes{device="veth1a4b4ba7"} 1450 node_network_mtu_bytes{device="veth1c2b8123"} 1450 node_network_mtu_bytes{device="veth21c2e07e"} 1450 node_network_mtu_bytes{device="veth23905aa0"} 1450 node_network_mtu_bytes{device="veth25138284"} 1450 node_network_mtu_bytes{device="veth2bb4b627"} 1450 node_network_mtu_bytes{device="veth3003ac1b"} 1450 node_network_mtu_bytes{device="veth34d40143"} 1450 node_network_mtu_bytes{device="veth36c37c79"} 1450 node_network_mtu_bytes{device="veth3933ef35"} 1450 node_network_mtu_bytes{device="veth3d236a12"} 1450 node_network_mtu_bytes{device="veth3eaedb84"} 1450 node_network_mtu_bytes{device="veth41d21494"} 1450 node_network_mtu_bytes{device="veth503e928f"} 1450 node_network_mtu_bytes{device="veth5434d4cb"} 1450 node_network_mtu_bytes{device="veth621c8f9e"} 1450 node_network_mtu_bytes{device="veth65f867e3"} 1450 node_network_mtu_bytes{device="veth68dcacce"} 1450 node_network_mtu_bytes{device="veth6acdc37d"} 1450 node_network_mtu_bytes{device="veth6c897eba"} 1450 node_network_mtu_bytes{device="veth6ebff855"} 1450 node_network_mtu_bytes{device="veth73892d6c"} 1450 node_network_mtu_bytes{device="veth743db0a0"} 1450 node_network_mtu_bytes{device="veth7878283c"} 1450 node_network_mtu_bytes{device="veth78fd5a59"} 1450 node_network_mtu_bytes{device="veth7958a9d8"} 1450 node_network_mtu_bytes{device="veth7a9a73e3"} 1450 node_network_mtu_bytes{device="veth8225aa30"} 1450 node_network_mtu_bytes{device="veth8533a731"} 1450 node_network_mtu_bytes{device="veth86f386bf"} 1450 node_network_mtu_bytes{device="veth874e8cf1"} 1450 node_network_mtu_bytes{device="veth8a17254e"} 1450 node_network_mtu_bytes{device="veth8c419d5a"} 1450 node_network_mtu_bytes{device="veth8d869316"} 1450 node_network_mtu_bytes{device="veth8da922ad"} 1450 node_network_mtu_bytes{device="veth8dd462d7"} 1450 node_network_mtu_bytes{device="veth91ec00e8"} 1450 node_network_mtu_bytes{device="veth97670c87"} 1450 node_network_mtu_bytes{device="veth98334fad"} 1450 node_network_mtu_bytes{device="veth9bd46d96"} 1450 node_network_mtu_bytes{device="vetha3d49479"} 1450 node_network_mtu_bytes{device="vetha63c89ed"} 1450 node_network_mtu_bytes{device="vethaac2ba21"} 1450 node_network_mtu_bytes{device="vethad623b3e"} 1450 node_network_mtu_bytes{device="vethaeec3ae7"} 1450 node_network_mtu_bytes{device="vethb3e8bfc5"} 1450 node_network_mtu_bytes{device="vethb511c92b"} 1450 node_network_mtu_bytes{device="vethb7d16d79"} 1450 node_network_mtu_bytes{device="vethba6a650a"} 1450 node_network_mtu_bytes{device="vethc9b57728"} 1450 node_network_mtu_bytes{device="vethcedbe7d2"} 1450 node_network_mtu_bytes{device="vethcfbf4716"} 1450 node_network_mtu_bytes{device="vethd8c01dd1"} 1450 node_network_mtu_bytes{device="vethddb19bdd"} 1450 node_network_mtu_bytes{device="vethe2d6c5d0"} 1450 node_network_mtu_bytes{device="vethe2ea221b"} 1450 node_network_mtu_bytes{device="vethe67efe5e"} 1450 node_network_mtu_bytes{device="vethec5ffe03"} 1450 node_network_mtu_bytes{device="vethede3bf47"} 1450 node_network_mtu_bytes{device="vethf2f25ced"} 1450 node_network_mtu_bytes{device="vethf419d082"} 1450 node_network_mtu_bytes{device="wg0"} 1420 # 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="veth048e79c7"} 3 node_network_name_assign_type{device="veth04a1e43e"} 3 node_network_name_assign_type{device="veth06f43f4f"} 3 node_network_name_assign_type{device="veth077709b0"} 3 node_network_name_assign_type{device="veth108dab1d"} 3 node_network_name_assign_type{device="veth12c34577"} 3 node_network_name_assign_type{device="veth14073fd9"} 3 node_network_name_assign_type{device="veth14c1bd17"} 3 node_network_name_assign_type{device="veth1a4b4ba7"} 3 node_network_name_assign_type{device="veth1c2b8123"} 3 node_network_name_assign_type{device="veth21c2e07e"} 3 node_network_name_assign_type{device="veth23905aa0"} 3 node_network_name_assign_type{device="veth25138284"} 3 node_network_name_assign_type{device="veth2bb4b627"} 3 node_network_name_assign_type{device="veth3003ac1b"} 3 node_network_name_assign_type{device="veth34d40143"} 3 node_network_name_assign_type{device="veth36c37c79"} 3 node_network_name_assign_type{device="veth3933ef35"} 3 node_network_name_assign_type{device="veth3d236a12"} 3 node_network_name_assign_type{device="veth3eaedb84"} 3 node_network_name_assign_type{device="veth41d21494"} 3 node_network_name_assign_type{device="veth503e928f"} 3 node_network_name_assign_type{device="veth5434d4cb"} 3 node_network_name_assign_type{device="veth621c8f9e"} 3 node_network_name_assign_type{device="veth65f867e3"} 3 node_network_name_assign_type{device="veth68dcacce"} 3 node_network_name_assign_type{device="veth6acdc37d"} 3 node_network_name_assign_type{device="veth6c897eba"} 3 node_network_name_assign_type{device="veth6ebff855"} 3 node_network_name_assign_type{device="veth73892d6c"} 3 node_network_name_assign_type{device="veth743db0a0"} 3 node_network_name_assign_type{device="veth7878283c"} 3 node_network_name_assign_type{device="veth78fd5a59"} 3 node_network_name_assign_type{device="veth7958a9d8"} 3 node_network_name_assign_type{device="veth7a9a73e3"} 3 node_network_name_assign_type{device="veth8225aa30"} 3 node_network_name_assign_type{device="veth8533a731"} 3 node_network_name_assign_type{device="veth86f386bf"} 3 node_network_name_assign_type{device="veth874e8cf1"} 3 node_network_name_assign_type{device="veth8a17254e"} 3 node_network_name_assign_type{device="veth8c419d5a"} 3 node_network_name_assign_type{device="veth8d869316"} 3 node_network_name_assign_type{device="veth8da922ad"} 3 node_network_name_assign_type{device="veth8dd462d7"} 3 node_network_name_assign_type{device="veth91ec00e8"} 3 node_network_name_assign_type{device="veth97670c87"} 3 node_network_name_assign_type{device="veth98334fad"} 3 node_network_name_assign_type{device="veth9bd46d96"} 3 node_network_name_assign_type{device="vetha3d49479"} 3 node_network_name_assign_type{device="vetha63c89ed"} 3 node_network_name_assign_type{device="vethaac2ba21"} 3 node_network_name_assign_type{device="vethad623b3e"} 3 node_network_name_assign_type{device="vethaeec3ae7"} 3 node_network_name_assign_type{device="vethb3e8bfc5"} 3 node_network_name_assign_type{device="vethb511c92b"} 3 node_network_name_assign_type{device="vethb7d16d79"} 3 node_network_name_assign_type{device="vethba6a650a"} 3 node_network_name_assign_type{device="vethc9b57728"} 3 node_network_name_assign_type{device="vethcedbe7d2"} 3 node_network_name_assign_type{device="vethcfbf4716"} 3 node_network_name_assign_type{device="vethd8c01dd1"} 3 node_network_name_assign_type{device="vethddb19bdd"} 3 node_network_name_assign_type{device="vethe2d6c5d0"} 3 node_network_name_assign_type{device="vethe2ea221b"} 3 node_network_name_assign_type{device="vethe67efe5e"} 3 node_network_name_assign_type{device="vethec5ffe03"} 3 node_network_name_assign_type{device="vethede3bf47"} 3 node_network_name_assign_type{device="vethf2f25ced"} 3 node_network_name_assign_type{device="vethf419d082"} 3 node_network_name_assign_type{device="wg0"} 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="veth048e79c7"} 0 node_network_net_dev_group{device="veth04a1e43e"} 0 node_network_net_dev_group{device="veth06f43f4f"} 0 node_network_net_dev_group{device="veth077709b0"} 0 node_network_net_dev_group{device="veth108dab1d"} 0 node_network_net_dev_group{device="veth12c34577"} 0 node_network_net_dev_group{device="veth14073fd9"} 0 node_network_net_dev_group{device="veth14c1bd17"} 0 node_network_net_dev_group{device="veth1a4b4ba7"} 0 node_network_net_dev_group{device="veth1c2b8123"} 0 node_network_net_dev_group{device="veth21c2e07e"} 0 node_network_net_dev_group{device="veth23905aa0"} 0 node_network_net_dev_group{device="veth25138284"} 0 node_network_net_dev_group{device="veth2bb4b627"} 0 node_network_net_dev_group{device="veth3003ac1b"} 0 node_network_net_dev_group{device="veth34d40143"} 0 node_network_net_dev_group{device="veth36c37c79"} 0 node_network_net_dev_group{device="veth3933ef35"} 0 node_network_net_dev_group{device="veth3d236a12"} 0 node_network_net_dev_group{device="veth3eaedb84"} 0 node_network_net_dev_group{device="veth41d21494"} 0 node_network_net_dev_group{device="veth503e928f"} 0 node_network_net_dev_group{device="veth5434d4cb"} 0 node_network_net_dev_group{device="veth621c8f9e"} 0 node_network_net_dev_group{device="veth65f867e3"} 0 node_network_net_dev_group{device="veth68dcacce"} 0 node_network_net_dev_group{device="veth6acdc37d"} 0 node_network_net_dev_group{device="veth6c897eba"} 0 node_network_net_dev_group{device="veth6ebff855"} 0 node_network_net_dev_group{device="veth73892d6c"} 0 node_network_net_dev_group{device="veth743db0a0"} 0 node_network_net_dev_group{device="veth7878283c"} 0 node_network_net_dev_group{device="veth78fd5a59"} 0 node_network_net_dev_group{device="veth7958a9d8"} 0 node_network_net_dev_group{device="veth7a9a73e3"} 0 node_network_net_dev_group{device="veth8225aa30"} 0 node_network_net_dev_group{device="veth8533a731"} 0 node_network_net_dev_group{device="veth86f386bf"} 0 node_network_net_dev_group{device="veth874e8cf1"} 0 node_network_net_dev_group{device="veth8a17254e"} 0 node_network_net_dev_group{device="veth8c419d5a"} 0 node_network_net_dev_group{device="veth8d869316"} 0 node_network_net_dev_group{device="veth8da922ad"} 0 node_network_net_dev_group{device="veth8dd462d7"} 0 node_network_net_dev_group{device="veth91ec00e8"} 0 node_network_net_dev_group{device="veth97670c87"} 0 node_network_net_dev_group{device="veth98334fad"} 0 node_network_net_dev_group{device="veth9bd46d96"} 0 node_network_net_dev_group{device="vetha3d49479"} 0 node_network_net_dev_group{device="vetha63c89ed"} 0 node_network_net_dev_group{device="vethaac2ba21"} 0 node_network_net_dev_group{device="vethad623b3e"} 0 node_network_net_dev_group{device="vethaeec3ae7"} 0 node_network_net_dev_group{device="vethb3e8bfc5"} 0 node_network_net_dev_group{device="vethb511c92b"} 0 node_network_net_dev_group{device="vethb7d16d79"} 0 node_network_net_dev_group{device="vethba6a650a"} 0 node_network_net_dev_group{device="vethc9b57728"} 0 node_network_net_dev_group{device="vethcedbe7d2"} 0 node_network_net_dev_group{device="vethcfbf4716"} 0 node_network_net_dev_group{device="vethd8c01dd1"} 0 node_network_net_dev_group{device="vethddb19bdd"} 0 node_network_net_dev_group{device="vethe2d6c5d0"} 0 node_network_net_dev_group{device="vethe2ea221b"} 0 node_network_net_dev_group{device="vethe67efe5e"} 0 node_network_net_dev_group{device="vethec5ffe03"} 0 node_network_net_dev_group{device="vethede3bf47"} 0 node_network_net_dev_group{device="vethf2f25ced"} 0 node_network_net_dev_group{device="vethf419d082"} 0 node_network_net_dev_group{device="wg0"} 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="veth048e79c7"} 1 node_network_protocol_type{device="veth04a1e43e"} 1 node_network_protocol_type{device="veth06f43f4f"} 1 node_network_protocol_type{device="veth077709b0"} 1 node_network_protocol_type{device="veth108dab1d"} 1 node_network_protocol_type{device="veth12c34577"} 1 node_network_protocol_type{device="veth14073fd9"} 1 node_network_protocol_type{device="veth14c1bd17"} 1 node_network_protocol_type{device="veth1a4b4ba7"} 1 node_network_protocol_type{device="veth1c2b8123"} 1 node_network_protocol_type{device="veth21c2e07e"} 1 node_network_protocol_type{device="veth23905aa0"} 1 node_network_protocol_type{device="veth25138284"} 1 node_network_protocol_type{device="veth2bb4b627"} 1 node_network_protocol_type{device="veth3003ac1b"} 1 node_network_protocol_type{device="veth34d40143"} 1 node_network_protocol_type{device="veth36c37c79"} 1 node_network_protocol_type{device="veth3933ef35"} 1 node_network_protocol_type{device="veth3d236a12"} 1 node_network_protocol_type{device="veth3eaedb84"} 1 node_network_protocol_type{device="veth41d21494"} 1 node_network_protocol_type{device="veth503e928f"} 1 node_network_protocol_type{device="veth5434d4cb"} 1 node_network_protocol_type{device="veth621c8f9e"} 1 node_network_protocol_type{device="veth65f867e3"} 1 node_network_protocol_type{device="veth68dcacce"} 1 node_network_protocol_type{device="veth6acdc37d"} 1 node_network_protocol_type{device="veth6c897eba"} 1 node_network_protocol_type{device="veth6ebff855"} 1 node_network_protocol_type{device="veth73892d6c"} 1 node_network_protocol_type{device="veth743db0a0"} 1 node_network_protocol_type{device="veth7878283c"} 1 node_network_protocol_type{device="veth78fd5a59"} 1 node_network_protocol_type{device="veth7958a9d8"} 1 node_network_protocol_type{device="veth7a9a73e3"} 1 node_network_protocol_type{device="veth8225aa30"} 1 node_network_protocol_type{device="veth8533a731"} 1 node_network_protocol_type{device="veth86f386bf"} 1 node_network_protocol_type{device="veth874e8cf1"} 1 node_network_protocol_type{device="veth8a17254e"} 1 node_network_protocol_type{device="veth8c419d5a"} 1 node_network_protocol_type{device="veth8d869316"} 1 node_network_protocol_type{device="veth8da922ad"} 1 node_network_protocol_type{device="veth8dd462d7"} 1 node_network_protocol_type{device="veth91ec00e8"} 1 node_network_protocol_type{device="veth97670c87"} 1 node_network_protocol_type{device="veth98334fad"} 1 node_network_protocol_type{device="veth9bd46d96"} 1 node_network_protocol_type{device="vetha3d49479"} 1 node_network_protocol_type{device="vetha63c89ed"} 1 node_network_protocol_type{device="vethaac2ba21"} 1 node_network_protocol_type{device="vethad623b3e"} 1 node_network_protocol_type{device="vethaeec3ae7"} 1 node_network_protocol_type{device="vethb3e8bfc5"} 1 node_network_protocol_type{device="vethb511c92b"} 1 node_network_protocol_type{device="vethb7d16d79"} 1 node_network_protocol_type{device="vethba6a650a"} 1 node_network_protocol_type{device="vethc9b57728"} 1 node_network_protocol_type{device="vethcedbe7d2"} 1 node_network_protocol_type{device="vethcfbf4716"} 1 node_network_protocol_type{device="vethd8c01dd1"} 1 node_network_protocol_type{device="vethddb19bdd"} 1 node_network_protocol_type{device="vethe2d6c5d0"} 1 node_network_protocol_type{device="vethe2ea221b"} 1 node_network_protocol_type{device="vethe67efe5e"} 1 node_network_protocol_type{device="vethec5ffe03"} 1 node_network_protocol_type{device="vethede3bf47"} 1 node_network_protocol_type{device="vethf2f25ced"} 1 node_network_protocol_type{device="vethf419d082"} 1 node_network_protocol_type{device="wg0"} 65534 # 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"} 6.05842953e+09 node_network_receive_bytes_total{device="docker0"} 0 node_network_receive_bytes_total{device="eth0"} 6.6511131987e+10 node_network_receive_bytes_total{device="flannel.1"} 2.597302157e+09 node_network_receive_bytes_total{device="lo"} 7.37989608e+08 node_network_receive_bytes_total{device="veth048e79c7"} 4.6354486e+07 node_network_receive_bytes_total{device="veth04a1e43e"} 592201 node_network_receive_bytes_total{device="veth06f43f4f"} 12880 node_network_receive_bytes_total{device="veth077709b0"} 4.92449e+06 node_network_receive_bytes_total{device="veth108dab1d"} 1.41788744e+08 node_network_receive_bytes_total{device="veth12c34577"} 5.0569816e+07 node_network_receive_bytes_total{device="veth14073fd9"} 1.196577e+06 node_network_receive_bytes_total{device="veth14c1bd17"} 3.6197442e+07 node_network_receive_bytes_total{device="veth1a4b4ba7"} 1.9474612e+07 node_network_receive_bytes_total{device="veth1c2b8123"} 2.8281792e+07 node_network_receive_bytes_total{device="veth21c2e07e"} 4.882657e+06 node_network_receive_bytes_total{device="veth23905aa0"} 4.907436e+06 node_network_receive_bytes_total{device="veth25138284"} 19854 node_network_receive_bytes_total{device="veth2bb4b627"} 1.1703198e+07 node_network_receive_bytes_total{device="veth3003ac1b"} 1.3023497e+07 node_network_receive_bytes_total{device="veth34d40143"} 7.60002656e+08 node_network_receive_bytes_total{device="veth36c37c79"} 6.567281e+07 node_network_receive_bytes_total{device="veth3933ef35"} 57208 node_network_receive_bytes_total{device="veth3d236a12"} 1.9824052e+07 node_network_receive_bytes_total{device="veth3eaedb84"} 7052 node_network_receive_bytes_total{device="veth41d21494"} 2.7197588e+07 node_network_receive_bytes_total{device="veth503e928f"} 2.594924e+06 node_network_receive_bytes_total{device="veth5434d4cb"} 1.69884502e+08 node_network_receive_bytes_total{device="veth621c8f9e"} 6.5243233e+07 node_network_receive_bytes_total{device="veth65f867e3"} 2.06595469e+08 node_network_receive_bytes_total{device="veth68dcacce"} 1.3266446e+07 node_network_receive_bytes_total{device="veth6acdc37d"} 10692 node_network_receive_bytes_total{device="veth6c897eba"} 8.4061079e+07 node_network_receive_bytes_total{device="veth6ebff855"} 5.63554776e+08 node_network_receive_bytes_total{device="veth73892d6c"} 1.8008871e+07 node_network_receive_bytes_total{device="veth743db0a0"} 4.837348e+06 node_network_receive_bytes_total{device="veth7878283c"} 2.385546e+06 node_network_receive_bytes_total{device="veth78fd5a59"} 6.2297397e+07 node_network_receive_bytes_total{device="veth7958a9d8"} 1.32523404e+08 node_network_receive_bytes_total{device="veth7a9a73e3"} 269470 node_network_receive_bytes_total{device="veth8225aa30"} 1.7665131e+07 node_network_receive_bytes_total{device="veth8533a731"} 4.8893744e+07 node_network_receive_bytes_total{device="veth86f386bf"} 1.7665947e+07 node_network_receive_bytes_total{device="veth874e8cf1"} 1.1258168e+07 node_network_receive_bytes_total{device="veth8a17254e"} 6.4462549e+07 node_network_receive_bytes_total{device="veth8c419d5a"} 1.618134e+06 node_network_receive_bytes_total{device="veth8d869316"} 6.348526e+07 node_network_receive_bytes_total{device="veth8da922ad"} 9.0614871e+07 node_network_receive_bytes_total{device="veth8dd462d7"} 33600 node_network_receive_bytes_total{device="veth91ec00e8"} 5.5840453e+07 node_network_receive_bytes_total{device="veth97670c87"} 4.3559651e+07 node_network_receive_bytes_total{device="veth98334fad"} 4.879896e+06 node_network_receive_bytes_total{device="veth9bd46d96"} 1.4359398e+07 node_network_receive_bytes_total{device="vetha3d49479"} 5.6230592e+07 node_network_receive_bytes_total{device="vetha63c89ed"} 2.5581897e+07 node_network_receive_bytes_total{device="vethaac2ba21"} 1.3920134e+07 node_network_receive_bytes_total{device="vethad623b3e"} 8.862725e+06 node_network_receive_bytes_total{device="vethaeec3ae7"} 328176 node_network_receive_bytes_total{device="vethb3e8bfc5"} 11578 node_network_receive_bytes_total{device="vethb511c92b"} 10622 node_network_receive_bytes_total{device="vethb7d16d79"} 1.1156035e+07 node_network_receive_bytes_total{device="vethba6a650a"} 5.65592e+06 node_network_receive_bytes_total{device="vethc9b57728"} 1.9132447e+07 node_network_receive_bytes_total{device="vethcedbe7d2"} 3.809321e+06 node_network_receive_bytes_total{device="vethcfbf4716"} 5.258453e+06 node_network_receive_bytes_total{device="vethd8c01dd1"} 24200 node_network_receive_bytes_total{device="vethddb19bdd"} 23224 node_network_receive_bytes_total{device="vethe2d6c5d0"} 1.1290344e+07 node_network_receive_bytes_total{device="vethe2ea221b"} 8.1273075e+08 node_network_receive_bytes_total{device="vethe67efe5e"} 9.40310738e+08 node_network_receive_bytes_total{device="vethec5ffe03"} 1.0553393e+07 node_network_receive_bytes_total{device="vethede3bf47"} 2.3324398e+07 node_network_receive_bytes_total{device="vethf2f25ced"} 28770 node_network_receive_bytes_total{device="vethf419d082"} 9.94192818e+08 node_network_receive_bytes_total{device="wg0"} 1.532968e+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="veth048e79c7"} 0 node_network_receive_compressed_total{device="veth04a1e43e"} 0 node_network_receive_compressed_total{device="veth06f43f4f"} 0 node_network_receive_compressed_total{device="veth077709b0"} 0 node_network_receive_compressed_total{device="veth108dab1d"} 0 node_network_receive_compressed_total{device="veth12c34577"} 0 node_network_receive_compressed_total{device="veth14073fd9"} 0 node_network_receive_compressed_total{device="veth14c1bd17"} 0 node_network_receive_compressed_total{device="veth1a4b4ba7"} 0 node_network_receive_compressed_total{device="veth1c2b8123"} 0 node_network_receive_compressed_total{device="veth21c2e07e"} 0 node_network_receive_compressed_total{device="veth23905aa0"} 0 node_network_receive_compressed_total{device="veth25138284"} 0 node_network_receive_compressed_total{device="veth2bb4b627"} 0 node_network_receive_compressed_total{device="veth3003ac1b"} 0 node_network_receive_compressed_total{device="veth34d40143"} 0 node_network_receive_compressed_total{device="veth36c37c79"} 0 node_network_receive_compressed_total{device="veth3933ef35"} 0 node_network_receive_compressed_total{device="veth3d236a12"} 0 node_network_receive_compressed_total{device="veth3eaedb84"} 0 node_network_receive_compressed_total{device="veth41d21494"} 0 node_network_receive_compressed_total{device="veth503e928f"} 0 node_network_receive_compressed_total{device="veth5434d4cb"} 0 node_network_receive_compressed_total{device="veth621c8f9e"} 0 node_network_receive_compressed_total{device="veth65f867e3"} 0 node_network_receive_compressed_total{device="veth68dcacce"} 0 node_network_receive_compressed_total{device="veth6acdc37d"} 0 node_network_receive_compressed_total{device="veth6c897eba"} 0 node_network_receive_compressed_total{device="veth6ebff855"} 0 node_network_receive_compressed_total{device="veth73892d6c"} 0 node_network_receive_compressed_total{device="veth743db0a0"} 0 node_network_receive_compressed_total{device="veth7878283c"} 0 node_network_receive_compressed_total{device="veth78fd5a59"} 0 node_network_receive_compressed_total{device="veth7958a9d8"} 0 node_network_receive_compressed_total{device="veth7a9a73e3"} 0 node_network_receive_compressed_total{device="veth8225aa30"} 0 node_network_receive_compressed_total{device="veth8533a731"} 0 node_network_receive_compressed_total{device="veth86f386bf"} 0 node_network_receive_compressed_total{device="veth874e8cf1"} 0 node_network_receive_compressed_total{device="veth8a17254e"} 0 node_network_receive_compressed_total{device="veth8c419d5a"} 0 node_network_receive_compressed_total{device="veth8d869316"} 0 node_network_receive_compressed_total{device="veth8da922ad"} 0 node_network_receive_compressed_total{device="veth8dd462d7"} 0 node_network_receive_compressed_total{device="veth91ec00e8"} 0 node_network_receive_compressed_total{device="veth97670c87"} 0 node_network_receive_compressed_total{device="veth98334fad"} 0 node_network_receive_compressed_total{device="veth9bd46d96"} 0 node_network_receive_compressed_total{device="vetha3d49479"} 0 node_network_receive_compressed_total{device="vetha63c89ed"} 0 node_network_receive_compressed_total{device="vethaac2ba21"} 0 node_network_receive_compressed_total{device="vethad623b3e"} 0 node_network_receive_compressed_total{device="vethaeec3ae7"} 0 node_network_receive_compressed_total{device="vethb3e8bfc5"} 0 node_network_receive_compressed_total{device="vethb511c92b"} 0 node_network_receive_compressed_total{device="vethb7d16d79"} 0 node_network_receive_compressed_total{device="vethba6a650a"} 0 node_network_receive_compressed_total{device="vethc9b57728"} 0 node_network_receive_compressed_total{device="vethcedbe7d2"} 0 node_network_receive_compressed_total{device="vethcfbf4716"} 0 node_network_receive_compressed_total{device="vethd8c01dd1"} 0 node_network_receive_compressed_total{device="vethddb19bdd"} 0 node_network_receive_compressed_total{device="vethe2d6c5d0"} 0 node_network_receive_compressed_total{device="vethe2ea221b"} 0 node_network_receive_compressed_total{device="vethe67efe5e"} 0 node_network_receive_compressed_total{device="vethec5ffe03"} 0 node_network_receive_compressed_total{device="vethede3bf47"} 0 node_network_receive_compressed_total{device="vethf2f25ced"} 0 node_network_receive_compressed_total{device="vethf419d082"} 0 node_network_receive_compressed_total{device="wg0"} 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"} 74 node_network_receive_drop_total{device="flannel.1"} 0 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="veth048e79c7"} 0 node_network_receive_drop_total{device="veth04a1e43e"} 0 node_network_receive_drop_total{device="veth06f43f4f"} 0 node_network_receive_drop_total{device="veth077709b0"} 0 node_network_receive_drop_total{device="veth108dab1d"} 0 node_network_receive_drop_total{device="veth12c34577"} 0 node_network_receive_drop_total{device="veth14073fd9"} 0 node_network_receive_drop_total{device="veth14c1bd17"} 0 node_network_receive_drop_total{device="veth1a4b4ba7"} 0 node_network_receive_drop_total{device="veth1c2b8123"} 0 node_network_receive_drop_total{device="veth21c2e07e"} 0 node_network_receive_drop_total{device="veth23905aa0"} 0 node_network_receive_drop_total{device="veth25138284"} 0 node_network_receive_drop_total{device="veth2bb4b627"} 0 node_network_receive_drop_total{device="veth3003ac1b"} 0 node_network_receive_drop_total{device="veth34d40143"} 0 node_network_receive_drop_total{device="veth36c37c79"} 0 node_network_receive_drop_total{device="veth3933ef35"} 0 node_network_receive_drop_total{device="veth3d236a12"} 0 node_network_receive_drop_total{device="veth3eaedb84"} 0 node_network_receive_drop_total{device="veth41d21494"} 0 node_network_receive_drop_total{device="veth503e928f"} 0 node_network_receive_drop_total{device="veth5434d4cb"} 0 node_network_receive_drop_total{device="veth621c8f9e"} 0 node_network_receive_drop_total{device="veth65f867e3"} 0 node_network_receive_drop_total{device="veth68dcacce"} 0 node_network_receive_drop_total{device="veth6acdc37d"} 0 node_network_receive_drop_total{device="veth6c897eba"} 0 node_network_receive_drop_total{device="veth6ebff855"} 0 node_network_receive_drop_total{device="veth73892d6c"} 0 node_network_receive_drop_total{device="veth743db0a0"} 0 node_network_receive_drop_total{device="veth7878283c"} 0 node_network_receive_drop_total{device="veth78fd5a59"} 0 node_network_receive_drop_total{device="veth7958a9d8"} 0 node_network_receive_drop_total{device="veth7a9a73e3"} 0 node_network_receive_drop_total{device="veth8225aa30"} 0 node_network_receive_drop_total{device="veth8533a731"} 0 node_network_receive_drop_total{device="veth86f386bf"} 0 node_network_receive_drop_total{device="veth874e8cf1"} 0 node_network_receive_drop_total{device="veth8a17254e"} 0 node_network_receive_drop_total{device="veth8c419d5a"} 0 node_network_receive_drop_total{device="veth8d869316"} 0 node_network_receive_drop_total{device="veth8da922ad"} 0 node_network_receive_drop_total{device="veth8dd462d7"} 0 node_network_receive_drop_total{device="veth91ec00e8"} 0 node_network_receive_drop_total{device="veth97670c87"} 0 node_network_receive_drop_total{device="veth98334fad"} 0 node_network_receive_drop_total{device="veth9bd46d96"} 0 node_network_receive_drop_total{device="vetha3d49479"} 0 node_network_receive_drop_total{device="vetha63c89ed"} 0 node_network_receive_drop_total{device="vethaac2ba21"} 0 node_network_receive_drop_total{device="vethad623b3e"} 0 node_network_receive_drop_total{device="vethaeec3ae7"} 0 node_network_receive_drop_total{device="vethb3e8bfc5"} 0 node_network_receive_drop_total{device="vethb511c92b"} 0 node_network_receive_drop_total{device="vethb7d16d79"} 0 node_network_receive_drop_total{device="vethba6a650a"} 0 node_network_receive_drop_total{device="vethc9b57728"} 0 node_network_receive_drop_total{device="vethcedbe7d2"} 0 node_network_receive_drop_total{device="vethcfbf4716"} 0 node_network_receive_drop_total{device="vethd8c01dd1"} 0 node_network_receive_drop_total{device="vethddb19bdd"} 0 node_network_receive_drop_total{device="vethe2d6c5d0"} 0 node_network_receive_drop_total{device="vethe2ea221b"} 0 node_network_receive_drop_total{device="vethe67efe5e"} 0 node_network_receive_drop_total{device="vethec5ffe03"} 0 node_network_receive_drop_total{device="vethede3bf47"} 0 node_network_receive_drop_total{device="vethf2f25ced"} 0 node_network_receive_drop_total{device="vethf419d082"} 0 node_network_receive_drop_total{device="wg0"} 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="veth048e79c7"} 0 node_network_receive_errs_total{device="veth04a1e43e"} 0 node_network_receive_errs_total{device="veth06f43f4f"} 0 node_network_receive_errs_total{device="veth077709b0"} 0 node_network_receive_errs_total{device="veth108dab1d"} 0 node_network_receive_errs_total{device="veth12c34577"} 0 node_network_receive_errs_total{device="veth14073fd9"} 0 node_network_receive_errs_total{device="veth14c1bd17"} 0 node_network_receive_errs_total{device="veth1a4b4ba7"} 0 node_network_receive_errs_total{device="veth1c2b8123"} 0 node_network_receive_errs_total{device="veth21c2e07e"} 0 node_network_receive_errs_total{device="veth23905aa0"} 0 node_network_receive_errs_total{device="veth25138284"} 0 node_network_receive_errs_total{device="veth2bb4b627"} 0 node_network_receive_errs_total{device="veth3003ac1b"} 0 node_network_receive_errs_total{device="veth34d40143"} 0 node_network_receive_errs_total{device="veth36c37c79"} 0 node_network_receive_errs_total{device="veth3933ef35"} 0 node_network_receive_errs_total{device="veth3d236a12"} 0 node_network_receive_errs_total{device="veth3eaedb84"} 0 node_network_receive_errs_total{device="veth41d21494"} 0 node_network_receive_errs_total{device="veth503e928f"} 0 node_network_receive_errs_total{device="veth5434d4cb"} 0 node_network_receive_errs_total{device="veth621c8f9e"} 0 node_network_receive_errs_total{device="veth65f867e3"} 0 node_network_receive_errs_total{device="veth68dcacce"} 0 node_network_receive_errs_total{device="veth6acdc37d"} 0 node_network_receive_errs_total{device="veth6c897eba"} 0 node_network_receive_errs_total{device="veth6ebff855"} 0 node_network_receive_errs_total{device="veth73892d6c"} 0 node_network_receive_errs_total{device="veth743db0a0"} 0 node_network_receive_errs_total{device="veth7878283c"} 0 node_network_receive_errs_total{device="veth78fd5a59"} 0 node_network_receive_errs_total{device="veth7958a9d8"} 0 node_network_receive_errs_total{device="veth7a9a73e3"} 0 node_network_receive_errs_total{device="veth8225aa30"} 0 node_network_receive_errs_total{device="veth8533a731"} 0 node_network_receive_errs_total{device="veth86f386bf"} 0 node_network_receive_errs_total{device="veth874e8cf1"} 0 node_network_receive_errs_total{device="veth8a17254e"} 0 node_network_receive_errs_total{device="veth8c419d5a"} 0 node_network_receive_errs_total{device="veth8d869316"} 0 node_network_receive_errs_total{device="veth8da922ad"} 0 node_network_receive_errs_total{device="veth8dd462d7"} 0 node_network_receive_errs_total{device="veth91ec00e8"} 0 node_network_receive_errs_total{device="veth97670c87"} 0 node_network_receive_errs_total{device="veth98334fad"} 0 node_network_receive_errs_total{device="veth9bd46d96"} 0 node_network_receive_errs_total{device="vetha3d49479"} 0 node_network_receive_errs_total{device="vetha63c89ed"} 0 node_network_receive_errs_total{device="vethaac2ba21"} 0 node_network_receive_errs_total{device="vethad623b3e"} 0 node_network_receive_errs_total{device="vethaeec3ae7"} 0 node_network_receive_errs_total{device="vethb3e8bfc5"} 0 node_network_receive_errs_total{device="vethb511c92b"} 0 node_network_receive_errs_total{device="vethb7d16d79"} 0 node_network_receive_errs_total{device="vethba6a650a"} 0 node_network_receive_errs_total{device="vethc9b57728"} 0 node_network_receive_errs_total{device="vethcedbe7d2"} 0 node_network_receive_errs_total{device="vethcfbf4716"} 0 node_network_receive_errs_total{device="vethd8c01dd1"} 0 node_network_receive_errs_total{device="vethddb19bdd"} 0 node_network_receive_errs_total{device="vethe2d6c5d0"} 0 node_network_receive_errs_total{device="vethe2ea221b"} 0 node_network_receive_errs_total{device="vethe67efe5e"} 0 node_network_receive_errs_total{device="vethec5ffe03"} 0 node_network_receive_errs_total{device="vethede3bf47"} 0 node_network_receive_errs_total{device="vethf2f25ced"} 0 node_network_receive_errs_total{device="vethf419d082"} 0 node_network_receive_errs_total{device="wg0"} 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="veth048e79c7"} 0 node_network_receive_fifo_total{device="veth04a1e43e"} 0 node_network_receive_fifo_total{device="veth06f43f4f"} 0 node_network_receive_fifo_total{device="veth077709b0"} 0 node_network_receive_fifo_total{device="veth108dab1d"} 0 node_network_receive_fifo_total{device="veth12c34577"} 0 node_network_receive_fifo_total{device="veth14073fd9"} 0 node_network_receive_fifo_total{device="veth14c1bd17"} 0 node_network_receive_fifo_total{device="veth1a4b4ba7"} 0 node_network_receive_fifo_total{device="veth1c2b8123"} 0 node_network_receive_fifo_total{device="veth21c2e07e"} 0 node_network_receive_fifo_total{device="veth23905aa0"} 0 node_network_receive_fifo_total{device="veth25138284"} 0 node_network_receive_fifo_total{device="veth2bb4b627"} 0 node_network_receive_fifo_total{device="veth3003ac1b"} 0 node_network_receive_fifo_total{device="veth34d40143"} 0 node_network_receive_fifo_total{device="veth36c37c79"} 0 node_network_receive_fifo_total{device="veth3933ef35"} 0 node_network_receive_fifo_total{device="veth3d236a12"} 0 node_network_receive_fifo_total{device="veth3eaedb84"} 0 node_network_receive_fifo_total{device="veth41d21494"} 0 node_network_receive_fifo_total{device="veth503e928f"} 0 node_network_receive_fifo_total{device="veth5434d4cb"} 0 node_network_receive_fifo_total{device="veth621c8f9e"} 0 node_network_receive_fifo_total{device="veth65f867e3"} 0 node_network_receive_fifo_total{device="veth68dcacce"} 0 node_network_receive_fifo_total{device="veth6acdc37d"} 0 node_network_receive_fifo_total{device="veth6c897eba"} 0 node_network_receive_fifo_total{device="veth6ebff855"} 0 node_network_receive_fifo_total{device="veth73892d6c"} 0 node_network_receive_fifo_total{device="veth743db0a0"} 0 node_network_receive_fifo_total{device="veth7878283c"} 0 node_network_receive_fifo_total{device="veth78fd5a59"} 0 node_network_receive_fifo_total{device="veth7958a9d8"} 0 node_network_receive_fifo_total{device="veth7a9a73e3"} 0 node_network_receive_fifo_total{device="veth8225aa30"} 0 node_network_receive_fifo_total{device="veth8533a731"} 0 node_network_receive_fifo_total{device="veth86f386bf"} 0 node_network_receive_fifo_total{device="veth874e8cf1"} 0 node_network_receive_fifo_total{device="veth8a17254e"} 0 node_network_receive_fifo_total{device="veth8c419d5a"} 0 node_network_receive_fifo_total{device="veth8d869316"} 0 node_network_receive_fifo_total{device="veth8da922ad"} 0 node_network_receive_fifo_total{device="veth8dd462d7"} 0 node_network_receive_fifo_total{device="veth91ec00e8"} 0 node_network_receive_fifo_total{device="veth97670c87"} 0 node_network_receive_fifo_total{device="veth98334fad"} 0 node_network_receive_fifo_total{device="veth9bd46d96"} 0 node_network_receive_fifo_total{device="vetha3d49479"} 0 node_network_receive_fifo_total{device="vetha63c89ed"} 0 node_network_receive_fifo_total{device="vethaac2ba21"} 0 node_network_receive_fifo_total{device="vethad623b3e"} 0 node_network_receive_fifo_total{device="vethaeec3ae7"} 0 node_network_receive_fifo_total{device="vethb3e8bfc5"} 0 node_network_receive_fifo_total{device="vethb511c92b"} 0 node_network_receive_fifo_total{device="vethb7d16d79"} 0 node_network_receive_fifo_total{device="vethba6a650a"} 0 node_network_receive_fifo_total{device="vethc9b57728"} 0 node_network_receive_fifo_total{device="vethcedbe7d2"} 0 node_network_receive_fifo_total{device="vethcfbf4716"} 0 node_network_receive_fifo_total{device="vethd8c01dd1"} 0 node_network_receive_fifo_total{device="vethddb19bdd"} 0 node_network_receive_fifo_total{device="vethe2d6c5d0"} 0 node_network_receive_fifo_total{device="vethe2ea221b"} 0 node_network_receive_fifo_total{device="vethe67efe5e"} 0 node_network_receive_fifo_total{device="vethec5ffe03"} 0 node_network_receive_fifo_total{device="vethede3bf47"} 0 node_network_receive_fifo_total{device="vethf2f25ced"} 0 node_network_receive_fifo_total{device="vethf419d082"} 0 node_network_receive_fifo_total{device="wg0"} 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="veth048e79c7"} 0 node_network_receive_frame_total{device="veth04a1e43e"} 0 node_network_receive_frame_total{device="veth06f43f4f"} 0 node_network_receive_frame_total{device="veth077709b0"} 0 node_network_receive_frame_total{device="veth108dab1d"} 0 node_network_receive_frame_total{device="veth12c34577"} 0 node_network_receive_frame_total{device="veth14073fd9"} 0 node_network_receive_frame_total{device="veth14c1bd17"} 0 node_network_receive_frame_total{device="veth1a4b4ba7"} 0 node_network_receive_frame_total{device="veth1c2b8123"} 0 node_network_receive_frame_total{device="veth21c2e07e"} 0 node_network_receive_frame_total{device="veth23905aa0"} 0 node_network_receive_frame_total{device="veth25138284"} 0 node_network_receive_frame_total{device="veth2bb4b627"} 0 node_network_receive_frame_total{device="veth3003ac1b"} 0 node_network_receive_frame_total{device="veth34d40143"} 0 node_network_receive_frame_total{device="veth36c37c79"} 0 node_network_receive_frame_total{device="veth3933ef35"} 0 node_network_receive_frame_total{device="veth3d236a12"} 0 node_network_receive_frame_total{device="veth3eaedb84"} 0 node_network_receive_frame_total{device="veth41d21494"} 0 node_network_receive_frame_total{device="veth503e928f"} 0 node_network_receive_frame_total{device="veth5434d4cb"} 0 node_network_receive_frame_total{device="veth621c8f9e"} 0 node_network_receive_frame_total{device="veth65f867e3"} 0 node_network_receive_frame_total{device="veth68dcacce"} 0 node_network_receive_frame_total{device="veth6acdc37d"} 0 node_network_receive_frame_total{device="veth6c897eba"} 0 node_network_receive_frame_total{device="veth6ebff855"} 0 node_network_receive_frame_total{device="veth73892d6c"} 0 node_network_receive_frame_total{device="veth743db0a0"} 0 node_network_receive_frame_total{device="veth7878283c"} 0 node_network_receive_frame_total{device="veth78fd5a59"} 0 node_network_receive_frame_total{device="veth7958a9d8"} 0 node_network_receive_frame_total{device="veth7a9a73e3"} 0 node_network_receive_frame_total{device="veth8225aa30"} 0 node_network_receive_frame_total{device="veth8533a731"} 0 node_network_receive_frame_total{device="veth86f386bf"} 0 node_network_receive_frame_total{device="veth874e8cf1"} 0 node_network_receive_frame_total{device="veth8a17254e"} 0 node_network_receive_frame_total{device="veth8c419d5a"} 0 node_network_receive_frame_total{device="veth8d869316"} 0 node_network_receive_frame_total{device="veth8da922ad"} 0 node_network_receive_frame_total{device="veth8dd462d7"} 0 node_network_receive_frame_total{device="veth91ec00e8"} 0 node_network_receive_frame_total{device="veth97670c87"} 0 node_network_receive_frame_total{device="veth98334fad"} 0 node_network_receive_frame_total{device="veth9bd46d96"} 0 node_network_receive_frame_total{device="vetha3d49479"} 0 node_network_receive_frame_total{device="vetha63c89ed"} 0 node_network_receive_frame_total{device="vethaac2ba21"} 0 node_network_receive_frame_total{device="vethad623b3e"} 0 node_network_receive_frame_total{device="vethaeec3ae7"} 0 node_network_receive_frame_total{device="vethb3e8bfc5"} 0 node_network_receive_frame_total{device="vethb511c92b"} 0 node_network_receive_frame_total{device="vethb7d16d79"} 0 node_network_receive_frame_total{device="vethba6a650a"} 0 node_network_receive_frame_total{device="vethc9b57728"} 0 node_network_receive_frame_total{device="vethcedbe7d2"} 0 node_network_receive_frame_total{device="vethcfbf4716"} 0 node_network_receive_frame_total{device="vethd8c01dd1"} 0 node_network_receive_frame_total{device="vethddb19bdd"} 0 node_network_receive_frame_total{device="vethe2d6c5d0"} 0 node_network_receive_frame_total{device="vethe2ea221b"} 0 node_network_receive_frame_total{device="vethe67efe5e"} 0 node_network_receive_frame_total{device="vethec5ffe03"} 0 node_network_receive_frame_total{device="vethede3bf47"} 0 node_network_receive_frame_total{device="vethf2f25ced"} 0 node_network_receive_frame_total{device="vethf419d082"} 0 node_network_receive_frame_total{device="wg0"} 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"} 16206 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="veth048e79c7"} 0 node_network_receive_multicast_total{device="veth04a1e43e"} 0 node_network_receive_multicast_total{device="veth06f43f4f"} 0 node_network_receive_multicast_total{device="veth077709b0"} 0 node_network_receive_multicast_total{device="veth108dab1d"} 0 node_network_receive_multicast_total{device="veth12c34577"} 0 node_network_receive_multicast_total{device="veth14073fd9"} 0 node_network_receive_multicast_total{device="veth14c1bd17"} 0 node_network_receive_multicast_total{device="veth1a4b4ba7"} 0 node_network_receive_multicast_total{device="veth1c2b8123"} 0 node_network_receive_multicast_total{device="veth21c2e07e"} 0 node_network_receive_multicast_total{device="veth23905aa0"} 0 node_network_receive_multicast_total{device="veth25138284"} 0 node_network_receive_multicast_total{device="veth2bb4b627"} 0 node_network_receive_multicast_total{device="veth3003ac1b"} 0 node_network_receive_multicast_total{device="veth34d40143"} 0 node_network_receive_multicast_total{device="veth36c37c79"} 0 node_network_receive_multicast_total{device="veth3933ef35"} 0 node_network_receive_multicast_total{device="veth3d236a12"} 0 node_network_receive_multicast_total{device="veth3eaedb84"} 0 node_network_receive_multicast_total{device="veth41d21494"} 0 node_network_receive_multicast_total{device="veth503e928f"} 0 node_network_receive_multicast_total{device="veth5434d4cb"} 0 node_network_receive_multicast_total{device="veth621c8f9e"} 0 node_network_receive_multicast_total{device="veth65f867e3"} 0 node_network_receive_multicast_total{device="veth68dcacce"} 0 node_network_receive_multicast_total{device="veth6acdc37d"} 0 node_network_receive_multicast_total{device="veth6c897eba"} 0 node_network_receive_multicast_total{device="veth6ebff855"} 0 node_network_receive_multicast_total{device="veth73892d6c"} 0 node_network_receive_multicast_total{device="veth743db0a0"} 0 node_network_receive_multicast_total{device="veth7878283c"} 0 node_network_receive_multicast_total{device="veth78fd5a59"} 0 node_network_receive_multicast_total{device="veth7958a9d8"} 0 node_network_receive_multicast_total{device="veth7a9a73e3"} 0 node_network_receive_multicast_total{device="veth8225aa30"} 0 node_network_receive_multicast_total{device="veth8533a731"} 0 node_network_receive_multicast_total{device="veth86f386bf"} 0 node_network_receive_multicast_total{device="veth874e8cf1"} 0 node_network_receive_multicast_total{device="veth8a17254e"} 0 node_network_receive_multicast_total{device="veth8c419d5a"} 0 node_network_receive_multicast_total{device="veth8d869316"} 0 node_network_receive_multicast_total{device="veth8da922ad"} 0 node_network_receive_multicast_total{device="veth8dd462d7"} 0 node_network_receive_multicast_total{device="veth91ec00e8"} 0 node_network_receive_multicast_total{device="veth97670c87"} 0 node_network_receive_multicast_total{device="veth98334fad"} 0 node_network_receive_multicast_total{device="veth9bd46d96"} 0 node_network_receive_multicast_total{device="vetha3d49479"} 0 node_network_receive_multicast_total{device="vetha63c89ed"} 0 node_network_receive_multicast_total{device="vethaac2ba21"} 0 node_network_receive_multicast_total{device="vethad623b3e"} 0 node_network_receive_multicast_total{device="vethaeec3ae7"} 0 node_network_receive_multicast_total{device="vethb3e8bfc5"} 0 node_network_receive_multicast_total{device="vethb511c92b"} 0 node_network_receive_multicast_total{device="vethb7d16d79"} 0 node_network_receive_multicast_total{device="vethba6a650a"} 0 node_network_receive_multicast_total{device="vethc9b57728"} 0 node_network_receive_multicast_total{device="vethcedbe7d2"} 0 node_network_receive_multicast_total{device="vethcfbf4716"} 0 node_network_receive_multicast_total{device="vethd8c01dd1"} 0 node_network_receive_multicast_total{device="vethddb19bdd"} 0 node_network_receive_multicast_total{device="vethe2d6c5d0"} 0 node_network_receive_multicast_total{device="vethe2ea221b"} 0 node_network_receive_multicast_total{device="vethe67efe5e"} 0 node_network_receive_multicast_total{device="vethec5ffe03"} 0 node_network_receive_multicast_total{device="vethede3bf47"} 0 node_network_receive_multicast_total{device="vethf2f25ced"} 0 node_network_receive_multicast_total{device="vethf419d082"} 0 node_network_receive_multicast_total{device="wg0"} 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="veth048e79c7"} 0 node_network_receive_nohandler_total{device="veth04a1e43e"} 0 node_network_receive_nohandler_total{device="veth06f43f4f"} 0 node_network_receive_nohandler_total{device="veth077709b0"} 0 node_network_receive_nohandler_total{device="veth108dab1d"} 0 node_network_receive_nohandler_total{device="veth12c34577"} 0 node_network_receive_nohandler_total{device="veth14073fd9"} 0 node_network_receive_nohandler_total{device="veth14c1bd17"} 0 node_network_receive_nohandler_total{device="veth1a4b4ba7"} 0 node_network_receive_nohandler_total{device="veth1c2b8123"} 0 node_network_receive_nohandler_total{device="veth21c2e07e"} 0 node_network_receive_nohandler_total{device="veth23905aa0"} 0 node_network_receive_nohandler_total{device="veth25138284"} 0 node_network_receive_nohandler_total{device="veth2bb4b627"} 0 node_network_receive_nohandler_total{device="veth3003ac1b"} 0 node_network_receive_nohandler_total{device="veth34d40143"} 0 node_network_receive_nohandler_total{device="veth36c37c79"} 0 node_network_receive_nohandler_total{device="veth3933ef35"} 0 node_network_receive_nohandler_total{device="veth3d236a12"} 0 node_network_receive_nohandler_total{device="veth3eaedb84"} 0 node_network_receive_nohandler_total{device="veth41d21494"} 0 node_network_receive_nohandler_total{device="veth503e928f"} 0 node_network_receive_nohandler_total{device="veth5434d4cb"} 0 node_network_receive_nohandler_total{device="veth621c8f9e"} 0 node_network_receive_nohandler_total{device="veth65f867e3"} 0 node_network_receive_nohandler_total{device="veth68dcacce"} 0 node_network_receive_nohandler_total{device="veth6acdc37d"} 0 node_network_receive_nohandler_total{device="veth6c897eba"} 0 node_network_receive_nohandler_total{device="veth6ebff855"} 0 node_network_receive_nohandler_total{device="veth73892d6c"} 0 node_network_receive_nohandler_total{device="veth743db0a0"} 0 node_network_receive_nohandler_total{device="veth7878283c"} 0 node_network_receive_nohandler_total{device="veth78fd5a59"} 0 node_network_receive_nohandler_total{device="veth7958a9d8"} 0 node_network_receive_nohandler_total{device="veth7a9a73e3"} 0 node_network_receive_nohandler_total{device="veth8225aa30"} 0 node_network_receive_nohandler_total{device="veth8533a731"} 0 node_network_receive_nohandler_total{device="veth86f386bf"} 0 node_network_receive_nohandler_total{device="veth874e8cf1"} 0 node_network_receive_nohandler_total{device="veth8a17254e"} 0 node_network_receive_nohandler_total{device="veth8c419d5a"} 0 node_network_receive_nohandler_total{device="veth8d869316"} 0 node_network_receive_nohandler_total{device="veth8da922ad"} 0 node_network_receive_nohandler_total{device="veth8dd462d7"} 0 node_network_receive_nohandler_total{device="veth91ec00e8"} 0 node_network_receive_nohandler_total{device="veth97670c87"} 0 node_network_receive_nohandler_total{device="veth98334fad"} 0 node_network_receive_nohandler_total{device="veth9bd46d96"} 0 node_network_receive_nohandler_total{device="vetha3d49479"} 0 node_network_receive_nohandler_total{device="vetha63c89ed"} 0 node_network_receive_nohandler_total{device="vethaac2ba21"} 0 node_network_receive_nohandler_total{device="vethad623b3e"} 0 node_network_receive_nohandler_total{device="vethaeec3ae7"} 0 node_network_receive_nohandler_total{device="vethb3e8bfc5"} 0 node_network_receive_nohandler_total{device="vethb511c92b"} 0 node_network_receive_nohandler_total{device="vethb7d16d79"} 0 node_network_receive_nohandler_total{device="vethba6a650a"} 0 node_network_receive_nohandler_total{device="vethc9b57728"} 0 node_network_receive_nohandler_total{device="vethcedbe7d2"} 0 node_network_receive_nohandler_total{device="vethcfbf4716"} 0 node_network_receive_nohandler_total{device="vethd8c01dd1"} 0 node_network_receive_nohandler_total{device="vethddb19bdd"} 0 node_network_receive_nohandler_total{device="vethe2d6c5d0"} 0 node_network_receive_nohandler_total{device="vethe2ea221b"} 0 node_network_receive_nohandler_total{device="vethe67efe5e"} 0 node_network_receive_nohandler_total{device="vethec5ffe03"} 0 node_network_receive_nohandler_total{device="vethede3bf47"} 0 node_network_receive_nohandler_total{device="vethf2f25ced"} 0 node_network_receive_nohandler_total{device="vethf419d082"} 0 node_network_receive_nohandler_total{device="wg0"} 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.4336326e+07 node_network_receive_packets_total{device="docker0"} 0 node_network_receive_packets_total{device="eth0"} 9.6570318e+07 node_network_receive_packets_total{device="flannel.1"} 6.366028e+06 node_network_receive_packets_total{device="lo"} 4.558532e+06 node_network_receive_packets_total{device="veth048e79c7"} 6913 node_network_receive_packets_total{device="veth04a1e43e"} 5380 node_network_receive_packets_total{device="veth06f43f4f"} 172 node_network_receive_packets_total{device="veth077709b0"} 69212 node_network_receive_packets_total{device="veth108dab1d"} 853255 node_network_receive_packets_total{device="veth12c34577"} 604143 node_network_receive_packets_total{device="veth14073fd9"} 21011 node_network_receive_packets_total{device="veth14c1bd17"} 417490 node_network_receive_packets_total{device="veth1a4b4ba7"} 156734 node_network_receive_packets_total{device="veth1c2b8123"} 1877 node_network_receive_packets_total{device="veth21c2e07e"} 68618 node_network_receive_packets_total{device="veth23905aa0"} 68959 node_network_receive_packets_total{device="veth25138284"} 221 node_network_receive_packets_total{device="veth2bb4b627"} 134824 node_network_receive_packets_total{device="veth3003ac1b"} 138537 node_network_receive_packets_total{device="veth34d40143"} 141376 node_network_receive_packets_total{device="veth36c37c79"} 806426 node_network_receive_packets_total{device="veth3933ef35"} 299 node_network_receive_packets_total{device="veth3d236a12"} 228941 node_network_receive_packets_total{device="veth3eaedb84"} 100 node_network_receive_packets_total{device="veth41d21494"} 271848 node_network_receive_packets_total{device="veth503e928f"} 45695 node_network_receive_packets_total{device="veth5434d4cb"} 321459 node_network_receive_packets_total{device="veth621c8f9e"} 675443 node_network_receive_packets_total{device="veth65f867e3"} 2.322572e+06 node_network_receive_packets_total{device="veth68dcacce"} 143369 node_network_receive_packets_total{device="veth6acdc37d"} 152 node_network_receive_packets_total{device="veth6c897eba"} 778656 node_network_receive_packets_total{device="veth6ebff855"} 3.714418e+06 node_network_receive_packets_total{device="veth73892d6c"} 2799 node_network_receive_packets_total{device="veth743db0a0"} 40454 node_network_receive_packets_total{device="veth7878283c"} 3340 node_network_receive_packets_total{device="veth78fd5a59"} 741038 node_network_receive_packets_total{device="veth7958a9d8"} 21680 node_network_receive_packets_total{device="veth7a9a73e3"} 5057 node_network_receive_packets_total{device="veth8225aa30"} 196690 node_network_receive_packets_total{device="veth8533a731"} 540991 node_network_receive_packets_total{device="veth86f386bf"} 7209 node_network_receive_packets_total{device="veth874e8cf1"} 116504 node_network_receive_packets_total{device="veth8a17254e"} 757978 node_network_receive_packets_total{device="veth8c419d5a"} 28523 node_network_receive_packets_total{device="veth8d869316"} 744997 node_network_receive_packets_total{device="veth8da922ad"} 14308 node_network_receive_packets_total{device="veth8dd462d7"} 365 node_network_receive_packets_total{device="veth91ec00e8"} 649297 node_network_receive_packets_total{device="veth97670c87"} 513299 node_network_receive_packets_total{device="veth98334fad"} 68500 node_network_receive_packets_total{device="veth9bd46d96"} 167622 node_network_receive_packets_total{device="vetha3d49479"} 237074 node_network_receive_packets_total{device="vetha63c89ed"} 316778 node_network_receive_packets_total{device="vethaac2ba21"} 163345 node_network_receive_packets_total{device="vethad623b3e"} 98336 node_network_receive_packets_total{device="vethaeec3ae7"} 563 node_network_receive_packets_total{device="vethb3e8bfc5"} 168 node_network_receive_packets_total{device="vethb511c92b"} 151 node_network_receive_packets_total{device="vethb7d16d79"} 4456 node_network_receive_packets_total{device="vethba6a650a"} 75465 node_network_receive_packets_total{device="vethc9b57728"} 209412 node_network_receive_packets_total{device="vethcedbe7d2"} 28649 node_network_receive_packets_total{device="vethcfbf4716"} 3330 node_network_receive_packets_total{device="vethd8c01dd1"} 322 node_network_receive_packets_total{device="vethddb19bdd"} 380 node_network_receive_packets_total{device="vethe2d6c5d0"} 127970 node_network_receive_packets_total{device="vethe2ea221b"} 579651 node_network_receive_packets_total{device="vethe67efe5e"} 1.704594e+06 node_network_receive_packets_total{device="vethec5ffe03"} 133085 node_network_receive_packets_total{device="vethede3bf47"} 278100 node_network_receive_packets_total{device="vethf2f25ced"} 317 node_network_receive_packets_total{device="vethf419d082"} 2.108011e+06 node_network_receive_packets_total{device="wg0"} 31403 # 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="veth048e79c7"} 1.25e+09 node_network_speed_bytes{device="veth04a1e43e"} 1.25e+09 node_network_speed_bytes{device="veth06f43f4f"} 1.25e+09 node_network_speed_bytes{device="veth077709b0"} 1.25e+09 node_network_speed_bytes{device="veth108dab1d"} 1.25e+09 node_network_speed_bytes{device="veth12c34577"} 1.25e+09 node_network_speed_bytes{device="veth14073fd9"} 1.25e+09 node_network_speed_bytes{device="veth14c1bd17"} 1.25e+09 node_network_speed_bytes{device="veth1a4b4ba7"} 1.25e+09 node_network_speed_bytes{device="veth1c2b8123"} 1.25e+09 node_network_speed_bytes{device="veth21c2e07e"} 1.25e+09 node_network_speed_bytes{device="veth23905aa0"} 1.25e+09 node_network_speed_bytes{device="veth25138284"} 1.25e+09 node_network_speed_bytes{device="veth2bb4b627"} 1.25e+09 node_network_speed_bytes{device="veth3003ac1b"} 1.25e+09 node_network_speed_bytes{device="veth34d40143"} 1.25e+09 node_network_speed_bytes{device="veth36c37c79"} 1.25e+09 node_network_speed_bytes{device="veth3933ef35"} 1.25e+09 node_network_speed_bytes{device="veth3d236a12"} 1.25e+09 node_network_speed_bytes{device="veth3eaedb84"} 1.25e+09 node_network_speed_bytes{device="veth41d21494"} 1.25e+09 node_network_speed_bytes{device="veth503e928f"} 1.25e+09 node_network_speed_bytes{device="veth5434d4cb"} 1.25e+09 node_network_speed_bytes{device="veth621c8f9e"} 1.25e+09 node_network_speed_bytes{device="veth65f867e3"} 1.25e+09 node_network_speed_bytes{device="veth68dcacce"} 1.25e+09 node_network_speed_bytes{device="veth6acdc37d"} 1.25e+09 node_network_speed_bytes{device="veth6c897eba"} 1.25e+09 node_network_speed_bytes{device="veth6ebff855"} 1.25e+09 node_network_speed_bytes{device="veth73892d6c"} 1.25e+09 node_network_speed_bytes{device="veth743db0a0"} 1.25e+09 node_network_speed_bytes{device="veth7878283c"} 1.25e+09 node_network_speed_bytes{device="veth78fd5a59"} 1.25e+09 node_network_speed_bytes{device="veth7958a9d8"} 1.25e+09 node_network_speed_bytes{device="veth7a9a73e3"} 1.25e+09 node_network_speed_bytes{device="veth8225aa30"} 1.25e+09 node_network_speed_bytes{device="veth8533a731"} 1.25e+09 node_network_speed_bytes{device="veth86f386bf"} 1.25e+09 node_network_speed_bytes{device="veth874e8cf1"} 1.25e+09 node_network_speed_bytes{device="veth8a17254e"} 1.25e+09 node_network_speed_bytes{device="veth8c419d5a"} 1.25e+09 node_network_speed_bytes{device="veth8d869316"} 1.25e+09 node_network_speed_bytes{device="veth8da922ad"} 1.25e+09 node_network_speed_bytes{device="veth8dd462d7"} 1.25e+09 node_network_speed_bytes{device="veth91ec00e8"} 1.25e+09 node_network_speed_bytes{device="veth97670c87"} 1.25e+09 node_network_speed_bytes{device="veth98334fad"} 1.25e+09 node_network_speed_bytes{device="veth9bd46d96"} 1.25e+09 node_network_speed_bytes{device="vetha3d49479"} 1.25e+09 node_network_speed_bytes{device="vetha63c89ed"} 1.25e+09 node_network_speed_bytes{device="vethaac2ba21"} 1.25e+09 node_network_speed_bytes{device="vethad623b3e"} 1.25e+09 node_network_speed_bytes{device="vethaeec3ae7"} 1.25e+09 node_network_speed_bytes{device="vethb3e8bfc5"} 1.25e+09 node_network_speed_bytes{device="vethb511c92b"} 1.25e+09 node_network_speed_bytes{device="vethb7d16d79"} 1.25e+09 node_network_speed_bytes{device="vethba6a650a"} 1.25e+09 node_network_speed_bytes{device="vethc9b57728"} 1.25e+09 node_network_speed_bytes{device="vethcedbe7d2"} 1.25e+09 node_network_speed_bytes{device="vethcfbf4716"} 1.25e+09 node_network_speed_bytes{device="vethd8c01dd1"} 1.25e+09 node_network_speed_bytes{device="vethddb19bdd"} 1.25e+09 node_network_speed_bytes{device="vethe2d6c5d0"} 1.25e+09 node_network_speed_bytes{device="vethe2ea221b"} 1.25e+09 node_network_speed_bytes{device="vethe67efe5e"} 1.25e+09 node_network_speed_bytes{device="vethec5ffe03"} 1.25e+09 node_network_speed_bytes{device="vethede3bf47"} 1.25e+09 node_network_speed_bytes{device="vethf2f25ced"} 1.25e+09 node_network_speed_bytes{device="vethf419d082"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="cni0"} 2.1386144226e+10 node_network_transmit_bytes_total{device="docker0"} 0 node_network_transmit_bytes_total{device="eth0"} 1.5203652265e+10 node_network_transmit_bytes_total{device="flannel.1"} 4.537073151e+09 node_network_transmit_bytes_total{device="lo"} 7.37989608e+08 node_network_transmit_bytes_total{device="veth048e79c7"} 2.213406e+06 node_network_transmit_bytes_total{device="veth04a1e43e"} 3.339811e+06 node_network_transmit_bytes_total{device="veth06f43f4f"} 1.39878e+06 node_network_transmit_bytes_total{device="veth077709b0"} 5.306958e+06 node_network_transmit_bytes_total{device="veth108dab1d"} 8.3141606e+07 node_network_transmit_bytes_total{device="veth12c34577"} 2.9325692e+07 node_network_transmit_bytes_total{device="veth14073fd9"} 1.529841e+06 node_network_transmit_bytes_total{device="veth14c1bd17"} 2.953408e+07 node_network_transmit_bytes_total{device="veth1a4b4ba7"} 3.7165142e+07 node_network_transmit_bytes_total{device="veth1c2b8123"} 1.695859e+06 node_network_transmit_bytes_total{device="veth21c2e07e"} 5.250147e+06 node_network_transmit_bytes_total{device="veth23905aa0"} 5.27823e+06 node_network_transmit_bytes_total{device="veth25138284"} 1.419766e+06 node_network_transmit_bytes_total{device="veth2bb4b627"} 9.722282e+06 node_network_transmit_bytes_total{device="veth3003ac1b"} 1.4500533e+07 node_network_transmit_bytes_total{device="veth34d40143"} 1.7705486e+07 node_network_transmit_bytes_total{device="veth36c37c79"} 6.2500502e+07 node_network_transmit_bytes_total{device="veth3933ef35"} 1.408709e+06 node_network_transmit_bytes_total{device="veth3d236a12"} 1.3717204e+07 node_network_transmit_bytes_total{device="veth3eaedb84"} 492926 node_network_transmit_bytes_total{device="veth41d21494"} 3.8420486e+07 node_network_transmit_bytes_total{device="veth503e928f"} 4.022834e+06 node_network_transmit_bytes_total{device="veth5434d4cb"} 6.4588311e+07 node_network_transmit_bytes_total{device="veth621c8f9e"} 3.7222538e+07 node_network_transmit_bytes_total{device="veth65f867e3"} 7.354296758e+09 node_network_transmit_bytes_total{device="veth68dcacce"} 2.7094475e+07 node_network_transmit_bytes_total{device="veth6acdc37d"} 1.390215e+06 node_network_transmit_bytes_total{device="veth6c897eba"} 9.9476377e+07 node_network_transmit_bytes_total{device="veth6ebff855"} 7.655873941e+09 node_network_transmit_bytes_total{device="veth73892d6c"} 1.735391e+06 node_network_transmit_bytes_total{device="veth743db0a0"} 3.732117e+06 node_network_transmit_bytes_total{device="veth7878283c"} 1.655887e+06 node_network_transmit_bytes_total{device="veth78fd5a59"} 3.2108846e+07 node_network_transmit_bytes_total{device="veth7958a9d8"} 3.30376e+06 node_network_transmit_bytes_total{device="veth7a9a73e3"} 1.641427e+06 node_network_transmit_bytes_total{device="veth8225aa30"} 1.451664e+07 node_network_transmit_bytes_total{device="veth8533a731"} 4.2929874e+07 node_network_transmit_bytes_total{device="veth86f386bf"} 1.908554e+06 node_network_transmit_bytes_total{device="veth874e8cf1"} 1.2060272e+07 node_network_transmit_bytes_total{device="veth8a17254e"} 3.6185382e+07 node_network_transmit_bytes_total{device="veth8c419d5a"} 2.119282e+06 node_network_transmit_bytes_total{device="veth8d869316"} 3.4625943e+07 node_network_transmit_bytes_total{device="veth8da922ad"} 3.541722e+06 node_network_transmit_bytes_total{device="veth8dd462d7"} 1.39894e+06 node_network_transmit_bytes_total{device="veth91ec00e8"} 2.8497841e+07 node_network_transmit_bytes_total{device="veth97670c87"} 2.367646e+07 node_network_transmit_bytes_total{device="veth98334fad"} 5.240504e+06 node_network_transmit_bytes_total{device="veth9bd46d96"} 1.033867e+07 node_network_transmit_bytes_total{device="vetha3d49479"} 3.8840991e+07 node_network_transmit_bytes_total{device="vetha63c89ed"} 3.2075631e+07 node_network_transmit_bytes_total{device="vethaac2ba21"} 9.11203e+06 node_network_transmit_bytes_total{device="vethad623b3e"} 1.9721503e+07 node_network_transmit_bytes_total{device="vethaeec3ae7"} 1.450424e+06 node_network_transmit_bytes_total{device="vethb3e8bfc5"} 1.39524e+06 node_network_transmit_bytes_total{device="vethb511c92b"} 1.390805e+06 node_network_transmit_bytes_total{device="vethb7d16d79"} 1.77786e+06 node_network_transmit_bytes_total{device="vethba6a650a"} 5.246358e+06 node_network_transmit_bytes_total{device="vethc9b57728"} 2.7282602e+07 node_network_transmit_bytes_total{device="vethcedbe7d2"} 3.555142e+06 node_network_transmit_bytes_total{device="vethcfbf4716"} 1.625775e+06 node_network_transmit_bytes_total{device="vethd8c01dd1"} 1.424434e+06 node_network_transmit_bytes_total{device="vethddb19bdd"} 1.41008e+06 node_network_transmit_bytes_total{device="vethe2d6c5d0"} 9.797751e+06 node_network_transmit_bytes_total{device="vethe2ea221b"} 5.6901732e+07 node_network_transmit_bytes_total{device="vethe67efe5e"} 7.97456557e+08 node_network_transmit_bytes_total{device="vethec5ffe03"} 6.894631e+06 node_network_transmit_bytes_total{device="vethede3bf47"} 1.6135668e+07 node_network_transmit_bytes_total{device="vethf2f25ced"} 1.401176e+06 node_network_transmit_bytes_total{device="vethf419d082"} 1.490564777e+09 node_network_transmit_bytes_total{device="wg0"} 482296 # 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="veth048e79c7"} 0 node_network_transmit_carrier_total{device="veth04a1e43e"} 0 node_network_transmit_carrier_total{device="veth06f43f4f"} 0 node_network_transmit_carrier_total{device="veth077709b0"} 0 node_network_transmit_carrier_total{device="veth108dab1d"} 0 node_network_transmit_carrier_total{device="veth12c34577"} 0 node_network_transmit_carrier_total{device="veth14073fd9"} 0 node_network_transmit_carrier_total{device="veth14c1bd17"} 0 node_network_transmit_carrier_total{device="veth1a4b4ba7"} 0 node_network_transmit_carrier_total{device="veth1c2b8123"} 0 node_network_transmit_carrier_total{device="veth21c2e07e"} 0 node_network_transmit_carrier_total{device="veth23905aa0"} 0 node_network_transmit_carrier_total{device="veth25138284"} 0 node_network_transmit_carrier_total{device="veth2bb4b627"} 0 node_network_transmit_carrier_total{device="veth3003ac1b"} 0 node_network_transmit_carrier_total{device="veth34d40143"} 0 node_network_transmit_carrier_total{device="veth36c37c79"} 0 node_network_transmit_carrier_total{device="veth3933ef35"} 0 node_network_transmit_carrier_total{device="veth3d236a12"} 0 node_network_transmit_carrier_total{device="veth3eaedb84"} 0 node_network_transmit_carrier_total{device="veth41d21494"} 0 node_network_transmit_carrier_total{device="veth503e928f"} 0 node_network_transmit_carrier_total{device="veth5434d4cb"} 0 node_network_transmit_carrier_total{device="veth621c8f9e"} 0 node_network_transmit_carrier_total{device="veth65f867e3"} 0 node_network_transmit_carrier_total{device="veth68dcacce"} 0 node_network_transmit_carrier_total{device="veth6acdc37d"} 0 node_network_transmit_carrier_total{device="veth6c897eba"} 0 node_network_transmit_carrier_total{device="veth6ebff855"} 0 node_network_transmit_carrier_total{device="veth73892d6c"} 0 node_network_transmit_carrier_total{device="veth743db0a0"} 0 node_network_transmit_carrier_total{device="veth7878283c"} 0 node_network_transmit_carrier_total{device="veth78fd5a59"} 0 node_network_transmit_carrier_total{device="veth7958a9d8"} 0 node_network_transmit_carrier_total{device="veth7a9a73e3"} 0 node_network_transmit_carrier_total{device="veth8225aa30"} 0 node_network_transmit_carrier_total{device="veth8533a731"} 0 node_network_transmit_carrier_total{device="veth86f386bf"} 0 node_network_transmit_carrier_total{device="veth874e8cf1"} 0 node_network_transmit_carrier_total{device="veth8a17254e"} 0 node_network_transmit_carrier_total{device="veth8c419d5a"} 0 node_network_transmit_carrier_total{device="veth8d869316"} 0 node_network_transmit_carrier_total{device="veth8da922ad"} 0 node_network_transmit_carrier_total{device="veth8dd462d7"} 0 node_network_transmit_carrier_total{device="veth91ec00e8"} 0 node_network_transmit_carrier_total{device="veth97670c87"} 0 node_network_transmit_carrier_total{device="veth98334fad"} 0 node_network_transmit_carrier_total{device="veth9bd46d96"} 0 node_network_transmit_carrier_total{device="vetha3d49479"} 0 node_network_transmit_carrier_total{device="vetha63c89ed"} 0 node_network_transmit_carrier_total{device="vethaac2ba21"} 0 node_network_transmit_carrier_total{device="vethad623b3e"} 0 node_network_transmit_carrier_total{device="vethaeec3ae7"} 0 node_network_transmit_carrier_total{device="vethb3e8bfc5"} 0 node_network_transmit_carrier_total{device="vethb511c92b"} 0 node_network_transmit_carrier_total{device="vethb7d16d79"} 0 node_network_transmit_carrier_total{device="vethba6a650a"} 0 node_network_transmit_carrier_total{device="vethc9b57728"} 0 node_network_transmit_carrier_total{device="vethcedbe7d2"} 0 node_network_transmit_carrier_total{device="vethcfbf4716"} 0 node_network_transmit_carrier_total{device="vethd8c01dd1"} 0 node_network_transmit_carrier_total{device="vethddb19bdd"} 0 node_network_transmit_carrier_total{device="vethe2d6c5d0"} 0 node_network_transmit_carrier_total{device="vethe2ea221b"} 0 node_network_transmit_carrier_total{device="vethe67efe5e"} 0 node_network_transmit_carrier_total{device="vethec5ffe03"} 0 node_network_transmit_carrier_total{device="vethede3bf47"} 0 node_network_transmit_carrier_total{device="vethf2f25ced"} 0 node_network_transmit_carrier_total{device="vethf419d082"} 0 node_network_transmit_carrier_total{device="wg0"} 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="veth048e79c7"} 0 node_network_transmit_colls_total{device="veth04a1e43e"} 0 node_network_transmit_colls_total{device="veth06f43f4f"} 0 node_network_transmit_colls_total{device="veth077709b0"} 0 node_network_transmit_colls_total{device="veth108dab1d"} 0 node_network_transmit_colls_total{device="veth12c34577"} 0 node_network_transmit_colls_total{device="veth14073fd9"} 0 node_network_transmit_colls_total{device="veth14c1bd17"} 0 node_network_transmit_colls_total{device="veth1a4b4ba7"} 0 node_network_transmit_colls_total{device="veth1c2b8123"} 0 node_network_transmit_colls_total{device="veth21c2e07e"} 0 node_network_transmit_colls_total{device="veth23905aa0"} 0 node_network_transmit_colls_total{device="veth25138284"} 0 node_network_transmit_colls_total{device="veth2bb4b627"} 0 node_network_transmit_colls_total{device="veth3003ac1b"} 0 node_network_transmit_colls_total{device="veth34d40143"} 0 node_network_transmit_colls_total{device="veth36c37c79"} 0 node_network_transmit_colls_total{device="veth3933ef35"} 0 node_network_transmit_colls_total{device="veth3d236a12"} 0 node_network_transmit_colls_total{device="veth3eaedb84"} 0 node_network_transmit_colls_total{device="veth41d21494"} 0 node_network_transmit_colls_total{device="veth503e928f"} 0 node_network_transmit_colls_total{device="veth5434d4cb"} 0 node_network_transmit_colls_total{device="veth621c8f9e"} 0 node_network_transmit_colls_total{device="veth65f867e3"} 0 node_network_transmit_colls_total{device="veth68dcacce"} 0 node_network_transmit_colls_total{device="veth6acdc37d"} 0 node_network_transmit_colls_total{device="veth6c897eba"} 0 node_network_transmit_colls_total{device="veth6ebff855"} 0 node_network_transmit_colls_total{device="veth73892d6c"} 0 node_network_transmit_colls_total{device="veth743db0a0"} 0 node_network_transmit_colls_total{device="veth7878283c"} 0 node_network_transmit_colls_total{device="veth78fd5a59"} 0 node_network_transmit_colls_total{device="veth7958a9d8"} 0 node_network_transmit_colls_total{device="veth7a9a73e3"} 0 node_network_transmit_colls_total{device="veth8225aa30"} 0 node_network_transmit_colls_total{device="veth8533a731"} 0 node_network_transmit_colls_total{device="veth86f386bf"} 0 node_network_transmit_colls_total{device="veth874e8cf1"} 0 node_network_transmit_colls_total{device="veth8a17254e"} 0 node_network_transmit_colls_total{device="veth8c419d5a"} 0 node_network_transmit_colls_total{device="veth8d869316"} 0 node_network_transmit_colls_total{device="veth8da922ad"} 0 node_network_transmit_colls_total{device="veth8dd462d7"} 0 node_network_transmit_colls_total{device="veth91ec00e8"} 0 node_network_transmit_colls_total{device="veth97670c87"} 0 node_network_transmit_colls_total{device="veth98334fad"} 0 node_network_transmit_colls_total{device="veth9bd46d96"} 0 node_network_transmit_colls_total{device="vetha3d49479"} 0 node_network_transmit_colls_total{device="vetha63c89ed"} 0 node_network_transmit_colls_total{device="vethaac2ba21"} 0 node_network_transmit_colls_total{device="vethad623b3e"} 0 node_network_transmit_colls_total{device="vethaeec3ae7"} 0 node_network_transmit_colls_total{device="vethb3e8bfc5"} 0 node_network_transmit_colls_total{device="vethb511c92b"} 0 node_network_transmit_colls_total{device="vethb7d16d79"} 0 node_network_transmit_colls_total{device="vethba6a650a"} 0 node_network_transmit_colls_total{device="vethc9b57728"} 0 node_network_transmit_colls_total{device="vethcedbe7d2"} 0 node_network_transmit_colls_total{device="vethcfbf4716"} 0 node_network_transmit_colls_total{device="vethd8c01dd1"} 0 node_network_transmit_colls_total{device="vethddb19bdd"} 0 node_network_transmit_colls_total{device="vethe2d6c5d0"} 0 node_network_transmit_colls_total{device="vethe2ea221b"} 0 node_network_transmit_colls_total{device="vethe67efe5e"} 0 node_network_transmit_colls_total{device="vethec5ffe03"} 0 node_network_transmit_colls_total{device="vethede3bf47"} 0 node_network_transmit_colls_total{device="vethf2f25ced"} 0 node_network_transmit_colls_total{device="vethf419d082"} 0 node_network_transmit_colls_total{device="wg0"} 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="veth048e79c7"} 0 node_network_transmit_compressed_total{device="veth04a1e43e"} 0 node_network_transmit_compressed_total{device="veth06f43f4f"} 0 node_network_transmit_compressed_total{device="veth077709b0"} 0 node_network_transmit_compressed_total{device="veth108dab1d"} 0 node_network_transmit_compressed_total{device="veth12c34577"} 0 node_network_transmit_compressed_total{device="veth14073fd9"} 0 node_network_transmit_compressed_total{device="veth14c1bd17"} 0 node_network_transmit_compressed_total{device="veth1a4b4ba7"} 0 node_network_transmit_compressed_total{device="veth1c2b8123"} 0 node_network_transmit_compressed_total{device="veth21c2e07e"} 0 node_network_transmit_compressed_total{device="veth23905aa0"} 0 node_network_transmit_compressed_total{device="veth25138284"} 0 node_network_transmit_compressed_total{device="veth2bb4b627"} 0 node_network_transmit_compressed_total{device="veth3003ac1b"} 0 node_network_transmit_compressed_total{device="veth34d40143"} 0 node_network_transmit_compressed_total{device="veth36c37c79"} 0 node_network_transmit_compressed_total{device="veth3933ef35"} 0 node_network_transmit_compressed_total{device="veth3d236a12"} 0 node_network_transmit_compressed_total{device="veth3eaedb84"} 0 node_network_transmit_compressed_total{device="veth41d21494"} 0 node_network_transmit_compressed_total{device="veth503e928f"} 0 node_network_transmit_compressed_total{device="veth5434d4cb"} 0 node_network_transmit_compressed_total{device="veth621c8f9e"} 0 node_network_transmit_compressed_total{device="veth65f867e3"} 0 node_network_transmit_compressed_total{device="veth68dcacce"} 0 node_network_transmit_compressed_total{device="veth6acdc37d"} 0 node_network_transmit_compressed_total{device="veth6c897eba"} 0 node_network_transmit_compressed_total{device="veth6ebff855"} 0 node_network_transmit_compressed_total{device="veth73892d6c"} 0 node_network_transmit_compressed_total{device="veth743db0a0"} 0 node_network_transmit_compressed_total{device="veth7878283c"} 0 node_network_transmit_compressed_total{device="veth78fd5a59"} 0 node_network_transmit_compressed_total{device="veth7958a9d8"} 0 node_network_transmit_compressed_total{device="veth7a9a73e3"} 0 node_network_transmit_compressed_total{device="veth8225aa30"} 0 node_network_transmit_compressed_total{device="veth8533a731"} 0 node_network_transmit_compressed_total{device="veth86f386bf"} 0 node_network_transmit_compressed_total{device="veth874e8cf1"} 0 node_network_transmit_compressed_total{device="veth8a17254e"} 0 node_network_transmit_compressed_total{device="veth8c419d5a"} 0 node_network_transmit_compressed_total{device="veth8d869316"} 0 node_network_transmit_compressed_total{device="veth8da922ad"} 0 node_network_transmit_compressed_total{device="veth8dd462d7"} 0 node_network_transmit_compressed_total{device="veth91ec00e8"} 0 node_network_transmit_compressed_total{device="veth97670c87"} 0 node_network_transmit_compressed_total{device="veth98334fad"} 0 node_network_transmit_compressed_total{device="veth9bd46d96"} 0 node_network_transmit_compressed_total{device="vetha3d49479"} 0 node_network_transmit_compressed_total{device="vetha63c89ed"} 0 node_network_transmit_compressed_total{device="vethaac2ba21"} 0 node_network_transmit_compressed_total{device="vethad623b3e"} 0 node_network_transmit_compressed_total{device="vethaeec3ae7"} 0 node_network_transmit_compressed_total{device="vethb3e8bfc5"} 0 node_network_transmit_compressed_total{device="vethb511c92b"} 0 node_network_transmit_compressed_total{device="vethb7d16d79"} 0 node_network_transmit_compressed_total{device="vethba6a650a"} 0 node_network_transmit_compressed_total{device="vethc9b57728"} 0 node_network_transmit_compressed_total{device="vethcedbe7d2"} 0 node_network_transmit_compressed_total{device="vethcfbf4716"} 0 node_network_transmit_compressed_total{device="vethd8c01dd1"} 0 node_network_transmit_compressed_total{device="vethddb19bdd"} 0 node_network_transmit_compressed_total{device="vethe2d6c5d0"} 0 node_network_transmit_compressed_total{device="vethe2ea221b"} 0 node_network_transmit_compressed_total{device="vethe67efe5e"} 0 node_network_transmit_compressed_total{device="vethec5ffe03"} 0 node_network_transmit_compressed_total{device="vethede3bf47"} 0 node_network_transmit_compressed_total{device="vethf2f25ced"} 0 node_network_transmit_compressed_total{device="vethf419d082"} 0 node_network_transmit_compressed_total{device="wg0"} 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"} 177 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="veth048e79c7"} 0 node_network_transmit_drop_total{device="veth04a1e43e"} 0 node_network_transmit_drop_total{device="veth06f43f4f"} 0 node_network_transmit_drop_total{device="veth077709b0"} 0 node_network_transmit_drop_total{device="veth108dab1d"} 0 node_network_transmit_drop_total{device="veth12c34577"} 0 node_network_transmit_drop_total{device="veth14073fd9"} 0 node_network_transmit_drop_total{device="veth14c1bd17"} 0 node_network_transmit_drop_total{device="veth1a4b4ba7"} 0 node_network_transmit_drop_total{device="veth1c2b8123"} 0 node_network_transmit_drop_total{device="veth21c2e07e"} 0 node_network_transmit_drop_total{device="veth23905aa0"} 0 node_network_transmit_drop_total{device="veth25138284"} 0 node_network_transmit_drop_total{device="veth2bb4b627"} 0 node_network_transmit_drop_total{device="veth3003ac1b"} 0 node_network_transmit_drop_total{device="veth34d40143"} 0 node_network_transmit_drop_total{device="veth36c37c79"} 0 node_network_transmit_drop_total{device="veth3933ef35"} 0 node_network_transmit_drop_total{device="veth3d236a12"} 0 node_network_transmit_drop_total{device="veth3eaedb84"} 0 node_network_transmit_drop_total{device="veth41d21494"} 0 node_network_transmit_drop_total{device="veth503e928f"} 0 node_network_transmit_drop_total{device="veth5434d4cb"} 0 node_network_transmit_drop_total{device="veth621c8f9e"} 0 node_network_transmit_drop_total{device="veth65f867e3"} 0 node_network_transmit_drop_total{device="veth68dcacce"} 0 node_network_transmit_drop_total{device="veth6acdc37d"} 0 node_network_transmit_drop_total{device="veth6c897eba"} 0 node_network_transmit_drop_total{device="veth6ebff855"} 0 node_network_transmit_drop_total{device="veth73892d6c"} 0 node_network_transmit_drop_total{device="veth743db0a0"} 0 node_network_transmit_drop_total{device="veth7878283c"} 0 node_network_transmit_drop_total{device="veth78fd5a59"} 0 node_network_transmit_drop_total{device="veth7958a9d8"} 0 node_network_transmit_drop_total{device="veth7a9a73e3"} 0 node_network_transmit_drop_total{device="veth8225aa30"} 0 node_network_transmit_drop_total{device="veth8533a731"} 0 node_network_transmit_drop_total{device="veth86f386bf"} 0 node_network_transmit_drop_total{device="veth874e8cf1"} 0 node_network_transmit_drop_total{device="veth8a17254e"} 0 node_network_transmit_drop_total{device="veth8c419d5a"} 0 node_network_transmit_drop_total{device="veth8d869316"} 0 node_network_transmit_drop_total{device="veth8da922ad"} 0 node_network_transmit_drop_total{device="veth8dd462d7"} 0 node_network_transmit_drop_total{device="veth91ec00e8"} 0 node_network_transmit_drop_total{device="veth97670c87"} 0 node_network_transmit_drop_total{device="veth98334fad"} 0 node_network_transmit_drop_total{device="veth9bd46d96"} 0 node_network_transmit_drop_total{device="vetha3d49479"} 0 node_network_transmit_drop_total{device="vetha63c89ed"} 0 node_network_transmit_drop_total{device="vethaac2ba21"} 0 node_network_transmit_drop_total{device="vethad623b3e"} 0 node_network_transmit_drop_total{device="vethaeec3ae7"} 0 node_network_transmit_drop_total{device="vethb3e8bfc5"} 0 node_network_transmit_drop_total{device="vethb511c92b"} 0 node_network_transmit_drop_total{device="vethb7d16d79"} 0 node_network_transmit_drop_total{device="vethba6a650a"} 0 node_network_transmit_drop_total{device="vethc9b57728"} 0 node_network_transmit_drop_total{device="vethcedbe7d2"} 0 node_network_transmit_drop_total{device="vethcfbf4716"} 0 node_network_transmit_drop_total{device="vethd8c01dd1"} 0 node_network_transmit_drop_total{device="vethddb19bdd"} 0 node_network_transmit_drop_total{device="vethe2d6c5d0"} 0 node_network_transmit_drop_total{device="vethe2ea221b"} 0 node_network_transmit_drop_total{device="vethe67efe5e"} 0 node_network_transmit_drop_total{device="vethec5ffe03"} 0 node_network_transmit_drop_total{device="vethede3bf47"} 0 node_network_transmit_drop_total{device="vethf2f25ced"} 0 node_network_transmit_drop_total{device="vethf419d082"} 0 node_network_transmit_drop_total{device="wg0"} 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="veth048e79c7"} 0 node_network_transmit_errs_total{device="veth04a1e43e"} 0 node_network_transmit_errs_total{device="veth06f43f4f"} 0 node_network_transmit_errs_total{device="veth077709b0"} 0 node_network_transmit_errs_total{device="veth108dab1d"} 0 node_network_transmit_errs_total{device="veth12c34577"} 0 node_network_transmit_errs_total{device="veth14073fd9"} 0 node_network_transmit_errs_total{device="veth14c1bd17"} 0 node_network_transmit_errs_total{device="veth1a4b4ba7"} 0 node_network_transmit_errs_total{device="veth1c2b8123"} 0 node_network_transmit_errs_total{device="veth21c2e07e"} 0 node_network_transmit_errs_total{device="veth23905aa0"} 0 node_network_transmit_errs_total{device="veth25138284"} 0 node_network_transmit_errs_total{device="veth2bb4b627"} 0 node_network_transmit_errs_total{device="veth3003ac1b"} 0 node_network_transmit_errs_total{device="veth34d40143"} 0 node_network_transmit_errs_total{device="veth36c37c79"} 0 node_network_transmit_errs_total{device="veth3933ef35"} 0 node_network_transmit_errs_total{device="veth3d236a12"} 0 node_network_transmit_errs_total{device="veth3eaedb84"} 0 node_network_transmit_errs_total{device="veth41d21494"} 0 node_network_transmit_errs_total{device="veth503e928f"} 0 node_network_transmit_errs_total{device="veth5434d4cb"} 0 node_network_transmit_errs_total{device="veth621c8f9e"} 0 node_network_transmit_errs_total{device="veth65f867e3"} 0 node_network_transmit_errs_total{device="veth68dcacce"} 0 node_network_transmit_errs_total{device="veth6acdc37d"} 0 node_network_transmit_errs_total{device="veth6c897eba"} 0 node_network_transmit_errs_total{device="veth6ebff855"} 0 node_network_transmit_errs_total{device="veth73892d6c"} 0 node_network_transmit_errs_total{device="veth743db0a0"} 0 node_network_transmit_errs_total{device="veth7878283c"} 0 node_network_transmit_errs_total{device="veth78fd5a59"} 0 node_network_transmit_errs_total{device="veth7958a9d8"} 0 node_network_transmit_errs_total{device="veth7a9a73e3"} 0 node_network_transmit_errs_total{device="veth8225aa30"} 0 node_network_transmit_errs_total{device="veth8533a731"} 0 node_network_transmit_errs_total{device="veth86f386bf"} 0 node_network_transmit_errs_total{device="veth874e8cf1"} 0 node_network_transmit_errs_total{device="veth8a17254e"} 0 node_network_transmit_errs_total{device="veth8c419d5a"} 0 node_network_transmit_errs_total{device="veth8d869316"} 0 node_network_transmit_errs_total{device="veth8da922ad"} 0 node_network_transmit_errs_total{device="veth8dd462d7"} 0 node_network_transmit_errs_total{device="veth91ec00e8"} 0 node_network_transmit_errs_total{device="veth97670c87"} 0 node_network_transmit_errs_total{device="veth98334fad"} 0 node_network_transmit_errs_total{device="veth9bd46d96"} 0 node_network_transmit_errs_total{device="vetha3d49479"} 0 node_network_transmit_errs_total{device="vetha63c89ed"} 0 node_network_transmit_errs_total{device="vethaac2ba21"} 0 node_network_transmit_errs_total{device="vethad623b3e"} 0 node_network_transmit_errs_total{device="vethaeec3ae7"} 0 node_network_transmit_errs_total{device="vethb3e8bfc5"} 0 node_network_transmit_errs_total{device="vethb511c92b"} 0 node_network_transmit_errs_total{device="vethb7d16d79"} 0 node_network_transmit_errs_total{device="vethba6a650a"} 0 node_network_transmit_errs_total{device="vethc9b57728"} 0 node_network_transmit_errs_total{device="vethcedbe7d2"} 0 node_network_transmit_errs_total{device="vethcfbf4716"} 0 node_network_transmit_errs_total{device="vethd8c01dd1"} 0 node_network_transmit_errs_total{device="vethddb19bdd"} 0 node_network_transmit_errs_total{device="vethe2d6c5d0"} 0 node_network_transmit_errs_total{device="vethe2ea221b"} 0 node_network_transmit_errs_total{device="vethe67efe5e"} 0 node_network_transmit_errs_total{device="vethec5ffe03"} 0 node_network_transmit_errs_total{device="vethede3bf47"} 0 node_network_transmit_errs_total{device="vethf2f25ced"} 0 node_network_transmit_errs_total{device="vethf419d082"} 0 node_network_transmit_errs_total{device="wg0"} 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="veth048e79c7"} 0 node_network_transmit_fifo_total{device="veth04a1e43e"} 0 node_network_transmit_fifo_total{device="veth06f43f4f"} 0 node_network_transmit_fifo_total{device="veth077709b0"} 0 node_network_transmit_fifo_total{device="veth108dab1d"} 0 node_network_transmit_fifo_total{device="veth12c34577"} 0 node_network_transmit_fifo_total{device="veth14073fd9"} 0 node_network_transmit_fifo_total{device="veth14c1bd17"} 0 node_network_transmit_fifo_total{device="veth1a4b4ba7"} 0 node_network_transmit_fifo_total{device="veth1c2b8123"} 0 node_network_transmit_fifo_total{device="veth21c2e07e"} 0 node_network_transmit_fifo_total{device="veth23905aa0"} 0 node_network_transmit_fifo_total{device="veth25138284"} 0 node_network_transmit_fifo_total{device="veth2bb4b627"} 0 node_network_transmit_fifo_total{device="veth3003ac1b"} 0 node_network_transmit_fifo_total{device="veth34d40143"} 0 node_network_transmit_fifo_total{device="veth36c37c79"} 0 node_network_transmit_fifo_total{device="veth3933ef35"} 0 node_network_transmit_fifo_total{device="veth3d236a12"} 0 node_network_transmit_fifo_total{device="veth3eaedb84"} 0 node_network_transmit_fifo_total{device="veth41d21494"} 0 node_network_transmit_fifo_total{device="veth503e928f"} 0 node_network_transmit_fifo_total{device="veth5434d4cb"} 0 node_network_transmit_fifo_total{device="veth621c8f9e"} 0 node_network_transmit_fifo_total{device="veth65f867e3"} 0 node_network_transmit_fifo_total{device="veth68dcacce"} 0 node_network_transmit_fifo_total{device="veth6acdc37d"} 0 node_network_transmit_fifo_total{device="veth6c897eba"} 0 node_network_transmit_fifo_total{device="veth6ebff855"} 0 node_network_transmit_fifo_total{device="veth73892d6c"} 0 node_network_transmit_fifo_total{device="veth743db0a0"} 0 node_network_transmit_fifo_total{device="veth7878283c"} 0 node_network_transmit_fifo_total{device="veth78fd5a59"} 0 node_network_transmit_fifo_total{device="veth7958a9d8"} 0 node_network_transmit_fifo_total{device="veth7a9a73e3"} 0 node_network_transmit_fifo_total{device="veth8225aa30"} 0 node_network_transmit_fifo_total{device="veth8533a731"} 0 node_network_transmit_fifo_total{device="veth86f386bf"} 0 node_network_transmit_fifo_total{device="veth874e8cf1"} 0 node_network_transmit_fifo_total{device="veth8a17254e"} 0 node_network_transmit_fifo_total{device="veth8c419d5a"} 0 node_network_transmit_fifo_total{device="veth8d869316"} 0 node_network_transmit_fifo_total{device="veth8da922ad"} 0 node_network_transmit_fifo_total{device="veth8dd462d7"} 0 node_network_transmit_fifo_total{device="veth91ec00e8"} 0 node_network_transmit_fifo_total{device="veth97670c87"} 0 node_network_transmit_fifo_total{device="veth98334fad"} 0 node_network_transmit_fifo_total{device="veth9bd46d96"} 0 node_network_transmit_fifo_total{device="vetha3d49479"} 0 node_network_transmit_fifo_total{device="vetha63c89ed"} 0 node_network_transmit_fifo_total{device="vethaac2ba21"} 0 node_network_transmit_fifo_total{device="vethad623b3e"} 0 node_network_transmit_fifo_total{device="vethaeec3ae7"} 0 node_network_transmit_fifo_total{device="vethb3e8bfc5"} 0 node_network_transmit_fifo_total{device="vethb511c92b"} 0 node_network_transmit_fifo_total{device="vethb7d16d79"} 0 node_network_transmit_fifo_total{device="vethba6a650a"} 0 node_network_transmit_fifo_total{device="vethc9b57728"} 0 node_network_transmit_fifo_total{device="vethcedbe7d2"} 0 node_network_transmit_fifo_total{device="vethcfbf4716"} 0 node_network_transmit_fifo_total{device="vethd8c01dd1"} 0 node_network_transmit_fifo_total{device="vethddb19bdd"} 0 node_network_transmit_fifo_total{device="vethe2d6c5d0"} 0 node_network_transmit_fifo_total{device="vethe2ea221b"} 0 node_network_transmit_fifo_total{device="vethe67efe5e"} 0 node_network_transmit_fifo_total{device="vethec5ffe03"} 0 node_network_transmit_fifo_total{device="vethede3bf47"} 0 node_network_transmit_fifo_total{device="vethf2f25ced"} 0 node_network_transmit_fifo_total{device="vethf419d082"} 0 node_network_transmit_fifo_total{device="wg0"} 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.2150983e+07 node_network_transmit_packets_total{device="docker0"} 0 node_network_transmit_packets_total{device="eth0"} 4.4098156e+07 node_network_transmit_packets_total{device="flannel.1"} 6.842456e+06 node_network_transmit_packets_total{device="lo"} 4.558532e+06 node_network_transmit_packets_total{device="veth048e79c7"} 22759 node_network_transmit_packets_total{device="veth04a1e43e"} 22395 node_network_transmit_packets_total{device="veth06f43f4f"} 17632 node_network_transmit_packets_total{device="veth077709b0"} 61242 node_network_transmit_packets_total{device="veth108dab1d"} 918769 node_network_transmit_packets_total{device="veth12c34577"} 367545 node_network_transmit_packets_total{device="veth14073fd9"} 25406 node_network_transmit_packets_total{device="veth14c1bd17"} 291844 node_network_transmit_packets_total{device="veth1a4b4ba7"} 119964 node_network_transmit_packets_total{device="veth1c2b8123"} 20473 node_network_transmit_packets_total{device="veth21c2e07e"} 60724 node_network_transmit_packets_total{device="veth23905aa0"} 60865 node_network_transmit_packets_total{device="veth25138284"} 17960 node_network_transmit_packets_total{device="veth2bb4b627"} 104472 node_network_transmit_packets_total{device="veth3003ac1b"} 110040 node_network_transmit_packets_total{device="veth34d40143"} 125405 node_network_transmit_packets_total{device="veth36c37c79"} 830141 node_network_transmit_packets_total{device="veth3933ef35"} 17816 node_network_transmit_packets_total{device="veth3d236a12"} 152427 node_network_transmit_packets_total{device="veth3eaedb84"} 7084 node_network_transmit_packets_total{device="veth41d21494"} 178420 node_network_transmit_packets_total{device="veth503e928f"} 62895 node_network_transmit_packets_total{device="veth5434d4cb"} 315486 node_network_transmit_packets_total{device="veth621c8f9e"} 401764 node_network_transmit_packets_total{device="veth65f867e3"} 3.116081e+06 node_network_transmit_packets_total{device="veth68dcacce"} 127271 node_network_transmit_packets_total{device="veth6acdc37d"} 17598 node_network_transmit_packets_total{device="veth6c897eba"} 602179 node_network_transmit_packets_total{device="veth6ebff855"} 4.190865e+06 node_network_transmit_packets_total{device="veth73892d6c"} 20210 node_network_transmit_packets_total{device="veth743db0a0"} 29232 node_network_transmit_packets_total{device="veth7878283c"} 20927 node_network_transmit_packets_total{device="veth78fd5a59"} 435910 node_network_transmit_packets_total{device="veth7958a9d8"} 30555 node_network_transmit_packets_total{device="veth7a9a73e3"} 22814 node_network_transmit_packets_total{device="veth8225aa30"} 136690 node_network_transmit_packets_total{device="veth8533a731"} 560536 node_network_transmit_packets_total{device="veth86f386bf"} 21891 node_network_transmit_packets_total{device="veth874e8cf1"} 124634 node_network_transmit_packets_total{device="veth8a17254e"} 454050 node_network_transmit_packets_total{device="veth8c419d5a"} 35142 node_network_transmit_packets_total{device="veth8d869316"} 440118 node_network_transmit_packets_total{device="veth8da922ad"} 28753 node_network_transmit_packets_total{device="veth8dd462d7"} 17683 node_network_transmit_packets_total{device="veth91ec00e8"} 390789 node_network_transmit_packets_total{device="veth97670c87"} 323016 node_network_transmit_packets_total{device="veth98334fad"} 60414 node_network_transmit_packets_total{device="veth9bd46d96"} 125232 node_network_transmit_packets_total{device="vetha3d49479"} 175125 node_network_transmit_packets_total{device="vetha63c89ed"} 337417 node_network_transmit_packets_total{device="vethaac2ba21"} 122125 node_network_transmit_packets_total{device="vethad623b3e"} 104781 node_network_transmit_packets_total{device="vethaeec3ae7"} 18349 node_network_transmit_packets_total{device="vethb3e8bfc5"} 17667 node_network_transmit_packets_total{device="vethb511c92b"} 17605 node_network_transmit_packets_total{device="vethb7d16d79"} 22461 node_network_transmit_packets_total{device="vethba6a650a"} 43473 node_network_transmit_packets_total{device="vethc9b57728"} 164908 node_network_transmit_packets_total{device="vethcedbe7d2"} 47074 node_network_transmit_packets_total{device="vethcfbf4716"} 20962 node_network_transmit_packets_total{device="vethd8c01dd1"} 17998 node_network_transmit_packets_total{device="vethddb19bdd"} 17898 node_network_transmit_packets_total{device="vethe2d6c5d0"} 89942 node_network_transmit_packets_total{device="vethe2ea221b"} 669549 node_network_transmit_packets_total{device="vethe67efe5e"} 1.644579e+06 node_network_transmit_packets_total{device="vethec5ffe03"} 100517 node_network_transmit_packets_total{device="vethede3bf47"} 215275 node_network_transmit_packets_total{device="vethf2f25ced"} 17651 node_network_transmit_packets_total{device="vethf419d082"} 2.054348e+06 node_network_transmit_packets_total{device="wg0"} 6098 # 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="veth048e79c7"} 0 node_network_transmit_queue_length{device="veth04a1e43e"} 0 node_network_transmit_queue_length{device="veth06f43f4f"} 0 node_network_transmit_queue_length{device="veth077709b0"} 0 node_network_transmit_queue_length{device="veth108dab1d"} 0 node_network_transmit_queue_length{device="veth12c34577"} 0 node_network_transmit_queue_length{device="veth14073fd9"} 0 node_network_transmit_queue_length{device="veth14c1bd17"} 0 node_network_transmit_queue_length{device="veth1a4b4ba7"} 0 node_network_transmit_queue_length{device="veth1c2b8123"} 0 node_network_transmit_queue_length{device="veth21c2e07e"} 0 node_network_transmit_queue_length{device="veth23905aa0"} 0 node_network_transmit_queue_length{device="veth25138284"} 0 node_network_transmit_queue_length{device="veth2bb4b627"} 0 node_network_transmit_queue_length{device="veth3003ac1b"} 0 node_network_transmit_queue_length{device="veth34d40143"} 0 node_network_transmit_queue_length{device="veth36c37c79"} 0 node_network_transmit_queue_length{device="veth3933ef35"} 0 node_network_transmit_queue_length{device="veth3d236a12"} 0 node_network_transmit_queue_length{device="veth3eaedb84"} 0 node_network_transmit_queue_length{device="veth41d21494"} 0 node_network_transmit_queue_length{device="veth503e928f"} 0 node_network_transmit_queue_length{device="veth5434d4cb"} 0 node_network_transmit_queue_length{device="veth621c8f9e"} 0 node_network_transmit_queue_length{device="veth65f867e3"} 0 node_network_transmit_queue_length{device="veth68dcacce"} 0 node_network_transmit_queue_length{device="veth6acdc37d"} 0 node_network_transmit_queue_length{device="veth6c897eba"} 0 node_network_transmit_queue_length{device="veth6ebff855"} 0 node_network_transmit_queue_length{device="veth73892d6c"} 0 node_network_transmit_queue_length{device="veth743db0a0"} 0 node_network_transmit_queue_length{device="veth7878283c"} 0 node_network_transmit_queue_length{device="veth78fd5a59"} 0 node_network_transmit_queue_length{device="veth7958a9d8"} 0 node_network_transmit_queue_length{device="veth7a9a73e3"} 0 node_network_transmit_queue_length{device="veth8225aa30"} 0 node_network_transmit_queue_length{device="veth8533a731"} 0 node_network_transmit_queue_length{device="veth86f386bf"} 0 node_network_transmit_queue_length{device="veth874e8cf1"} 0 node_network_transmit_queue_length{device="veth8a17254e"} 0 node_network_transmit_queue_length{device="veth8c419d5a"} 0 node_network_transmit_queue_length{device="veth8d869316"} 0 node_network_transmit_queue_length{device="veth8da922ad"} 0 node_network_transmit_queue_length{device="veth8dd462d7"} 0 node_network_transmit_queue_length{device="veth91ec00e8"} 0 node_network_transmit_queue_length{device="veth97670c87"} 0 node_network_transmit_queue_length{device="veth98334fad"} 0 node_network_transmit_queue_length{device="veth9bd46d96"} 0 node_network_transmit_queue_length{device="vetha3d49479"} 0 node_network_transmit_queue_length{device="vetha63c89ed"} 0 node_network_transmit_queue_length{device="vethaac2ba21"} 0 node_network_transmit_queue_length{device="vethad623b3e"} 0 node_network_transmit_queue_length{device="vethaeec3ae7"} 0 node_network_transmit_queue_length{device="vethb3e8bfc5"} 0 node_network_transmit_queue_length{device="vethb511c92b"} 0 node_network_transmit_queue_length{device="vethb7d16d79"} 0 node_network_transmit_queue_length{device="vethba6a650a"} 0 node_network_transmit_queue_length{device="vethc9b57728"} 0 node_network_transmit_queue_length{device="vethcedbe7d2"} 0 node_network_transmit_queue_length{device="vethcfbf4716"} 0 node_network_transmit_queue_length{device="vethd8c01dd1"} 0 node_network_transmit_queue_length{device="vethddb19bdd"} 0 node_network_transmit_queue_length{device="vethe2d6c5d0"} 0 node_network_transmit_queue_length{device="vethe2ea221b"} 0 node_network_transmit_queue_length{device="vethe67efe5e"} 0 node_network_transmit_queue_length{device="vethec5ffe03"} 0 node_network_transmit_queue_length{device="vethede3bf47"} 0 node_network_transmit_queue_length{device="vethf2f25ced"} 0 node_network_transmit_queue_length{device="vethf419d082"} 0 node_network_transmit_queue_length{device="wg0"} 1000 # 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="veth048e79c7"} 1 node_network_up{device="veth04a1e43e"} 1 node_network_up{device="veth06f43f4f"} 1 node_network_up{device="veth077709b0"} 1 node_network_up{device="veth108dab1d"} 1 node_network_up{device="veth12c34577"} 1 node_network_up{device="veth14073fd9"} 1 node_network_up{device="veth14c1bd17"} 1 node_network_up{device="veth1a4b4ba7"} 1 node_network_up{device="veth1c2b8123"} 1 node_network_up{device="veth21c2e07e"} 1 node_network_up{device="veth23905aa0"} 1 node_network_up{device="veth25138284"} 1 node_network_up{device="veth2bb4b627"} 1 node_network_up{device="veth3003ac1b"} 1 node_network_up{device="veth34d40143"} 1 node_network_up{device="veth36c37c79"} 1 node_network_up{device="veth3933ef35"} 1 node_network_up{device="veth3d236a12"} 1 node_network_up{device="veth3eaedb84"} 1 node_network_up{device="veth41d21494"} 1 node_network_up{device="veth503e928f"} 1 node_network_up{device="veth5434d4cb"} 1 node_network_up{device="veth621c8f9e"} 1 node_network_up{device="veth65f867e3"} 1 node_network_up{device="veth68dcacce"} 1 node_network_up{device="veth6acdc37d"} 1 node_network_up{device="veth6c897eba"} 1 node_network_up{device="veth6ebff855"} 1 node_network_up{device="veth73892d6c"} 1 node_network_up{device="veth743db0a0"} 1 node_network_up{device="veth7878283c"} 1 node_network_up{device="veth78fd5a59"} 1 node_network_up{device="veth7958a9d8"} 1 node_network_up{device="veth7a9a73e3"} 1 node_network_up{device="veth8225aa30"} 1 node_network_up{device="veth8533a731"} 1 node_network_up{device="veth86f386bf"} 1 node_network_up{device="veth874e8cf1"} 1 node_network_up{device="veth8a17254e"} 1 node_network_up{device="veth8c419d5a"} 1 node_network_up{device="veth8d869316"} 1 node_network_up{device="veth8da922ad"} 1 node_network_up{device="veth8dd462d7"} 1 node_network_up{device="veth91ec00e8"} 1 node_network_up{device="veth97670c87"} 1 node_network_up{device="veth98334fad"} 1 node_network_up{device="veth9bd46d96"} 1 node_network_up{device="vetha3d49479"} 1 node_network_up{device="vetha63c89ed"} 1 node_network_up{device="vethaac2ba21"} 1 node_network_up{device="vethad623b3e"} 1 node_network_up{device="vethaeec3ae7"} 1 node_network_up{device="vethb3e8bfc5"} 1 node_network_up{device="vethb511c92b"} 1 node_network_up{device="vethb7d16d79"} 1 node_network_up{device="vethba6a650a"} 1 node_network_up{device="vethc9b57728"} 1 node_network_up{device="vethcedbe7d2"} 1 node_network_up{device="vethcfbf4716"} 1 node_network_up{device="vethd8c01dd1"} 1 node_network_up{device="vethddb19bdd"} 1 node_network_up{device="vethe2d6c5d0"} 1 node_network_up{device="vethe2ea221b"} 1 node_network_up{device="vethe67efe5e"} 1 node_network_up{device="vethec5ffe03"} 1 node_network_up{device="vethede3bf47"} 1 node_network_up{device="vethf2f25ced"} 1 node_network_up{device="vethf419d082"} 1 node_network_up{device="wg0"} 0 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 1080 # 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"} 7960 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"} 34907 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 83078 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"} 194 node_nfs_requests_total{method="CreateSession",proto="4"} 5 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 4365 node_nfs_requests_total{method="DestroyClientID",proto="4"} 0 node_nfs_requests_total{method="DestroySession",proto="4"} 2 node_nfs_requests_total{method="ExchangeID",proto="4"} 4 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"} 592 node_nfs_requests_total{method="FsLocations",proto="4"} 462 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"} 4 node_nfs_requests_total{method="GetAttr",proto="2"} 0 node_nfs_requests_total{method="GetAttr",proto="3"} 0 node_nfs_requests_total{method="GetDeviceInfo",proto="4"} 0 node_nfs_requests_total{method="GetDeviceList",proto="4"} 0 node_nfs_requests_total{method="GetLeaseTime",proto="4"} 2 node_nfs_requests_total{method="Getattr",proto="4"} 421937 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"} 15303 node_nfs_requests_total{method="LookupRoot",proto="4"} 130 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"} 1 node_nfs_requests_total{method="Open",proto="4"} 8769 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 12 node_nfs_requests_total{method="OpenNoattr",proto="4"} 28139 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 462 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"} 4319 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"} 3761 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"} 3 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"} 1182 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"} 991 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"} 130 node_nfs_requests_total{method="Seek",proto="4"} 0 node_nfs_requests_total{method="Sequence",proto="4"} 0 node_nfs_requests_total{method="ServerCaps",proto="4"} 1054 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"} 8158 node_nfs_requests_total{method="StatFs",proto="4"} 603563 node_nfs_requests_total{method="SymLink",proto="2"} 0 node_nfs_requests_total{method="SymLink",proto="3"} 0 node_nfs_requests_total{method="Symlink",proto="4"} 0 node_nfs_requests_total{method="TestStateID",proto="4"} 0 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 100133 # 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.329177e+06 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 0 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 1.329231e+06 # HELP node_nfsd_connections_total Total number of NFSd TCP connections. # TYPE node_nfsd_connections_total counter node_nfsd_connections_total 152 # HELP node_nfsd_disk_bytes_read_total Total NFSd bytes read. # TYPE node_nfsd_disk_bytes_read_total counter node_nfsd_disk_bytes_read_total 0 # HELP node_nfsd_disk_bytes_written_total Total NFSd bytes written. # TYPE node_nfsd_disk_bytes_written_total counter node_nfsd_disk_bytes_written_total 0 # HELP node_nfsd_file_handles_stale_total Total number of NFSd stale file handles # TYPE node_nfsd_file_handles_stale_total counter node_nfsd_file_handles_stale_total 0 # HELP node_nfsd_packets_total Total NFSd network packets (sent+received) by protocol type. # TYPE node_nfsd_packets_total counter node_nfsd_packets_total{proto="tcp"} 68 node_nfsd_packets_total{proto="udp"} 0 # HELP node_nfsd_read_ahead_cache_not_found_total Total number of NFSd read ahead cache not found. # TYPE node_nfsd_read_ahead_cache_not_found_total counter node_nfsd_read_ahead_cache_not_found_total 0 # HELP node_nfsd_read_ahead_cache_size_blocks How large the read ahead cache is in blocks. # TYPE node_nfsd_read_ahead_cache_size_blocks gauge node_nfsd_read_ahead_cache_size_blocks 0 # HELP node_nfsd_reply_cache_hits_total Total number of NFSd Reply Cache hits (client lost server response). # TYPE node_nfsd_reply_cache_hits_total counter node_nfsd_reply_cache_hits_total 0 # HELP node_nfsd_reply_cache_misses_total Total number of NFSd Reply Cache an operation that requires caching (idempotent). # TYPE node_nfsd_reply_cache_misses_total counter node_nfsd_reply_cache_misses_total 0 # HELP node_nfsd_reply_cache_nocache_total Total number of NFSd Reply Cache non-idempotent operations (rename/delete/…). # TYPE node_nfsd_reply_cache_nocache_total counter node_nfsd_reply_cache_nocache_total 8 # HELP node_nfsd_requests_total Total number NFSd Requests by method and protocol. # TYPE node_nfsd_requests_total counter node_nfsd_requests_total{method="Access",proto="3"} 0 node_nfsd_requests_total{method="Access",proto="4"} 0 node_nfsd_requests_total{method="Close",proto="4"} 0 node_nfsd_requests_total{method="Commit",proto="3"} 0 node_nfsd_requests_total{method="Commit",proto="4"} 0 node_nfsd_requests_total{method="Create",proto="2"} 0 node_nfsd_requests_total{method="Create",proto="3"} 0 node_nfsd_requests_total{method="Create",proto="4"} 0 node_nfsd_requests_total{method="DelegPurge",proto="4"} 0 node_nfsd_requests_total{method="DelegReturn",proto="4"} 0 node_nfsd_requests_total{method="FsInfo",proto="3"} 0 node_nfsd_requests_total{method="FsStat",proto="2"} 0 node_nfsd_requests_total{method="FsStat",proto="3"} 0 node_nfsd_requests_total{method="GetAttr",proto="2"} 0 node_nfsd_requests_total{method="GetAttr",proto="3"} 0 node_nfsd_requests_total{method="GetAttr",proto="4"} 0 node_nfsd_requests_total{method="GetFH",proto="4"} 0 node_nfsd_requests_total{method="Link",proto="2"} 0 node_nfsd_requests_total{method="Link",proto="3"} 0 node_nfsd_requests_total{method="Link",proto="4"} 0 node_nfsd_requests_total{method="Lock",proto="4"} 0 node_nfsd_requests_total{method="Lockt",proto="4"} 0 node_nfsd_requests_total{method="Locku",proto="4"} 0 node_nfsd_requests_total{method="Lookup",proto="2"} 0 node_nfsd_requests_total{method="Lookup",proto="3"} 0 node_nfsd_requests_total{method="Lookup",proto="4"} 0 node_nfsd_requests_total{method="LookupRoot",proto="4"} 0 node_nfsd_requests_total{method="MkDir",proto="2"} 0 node_nfsd_requests_total{method="MkDir",proto="3"} 0 node_nfsd_requests_total{method="MkNod",proto="3"} 0 node_nfsd_requests_total{method="Nverify",proto="4"} 0 node_nfsd_requests_total{method="Open",proto="4"} 0 node_nfsd_requests_total{method="OpenAttr",proto="4"} 0 node_nfsd_requests_total{method="OpenConfirm",proto="4"} 0 node_nfsd_requests_total{method="OpenDgrd",proto="4"} 0 node_nfsd_requests_total{method="PathConf",proto="3"} 0 node_nfsd_requests_total{method="PutFH",proto="4"} 0 node_nfsd_requests_total{method="Read",proto="2"} 0 node_nfsd_requests_total{method="Read",proto="3"} 0 node_nfsd_requests_total{method="Read",proto="4"} 0 node_nfsd_requests_total{method="ReadDir",proto="2"} 0 node_nfsd_requests_total{method="ReadDir",proto="3"} 0 node_nfsd_requests_total{method="ReadDir",proto="4"} 0 node_nfsd_requests_total{method="ReadDirPlus",proto="3"} 0 node_nfsd_requests_total{method="ReadLink",proto="2"} 0 node_nfsd_requests_total{method="ReadLink",proto="3"} 0 node_nfsd_requests_total{method="ReadLink",proto="4"} 0 node_nfsd_requests_total{method="RelLockOwner",proto="4"} 0 node_nfsd_requests_total{method="Remove",proto="2"} 0 node_nfsd_requests_total{method="Remove",proto="3"} 0 node_nfsd_requests_total{method="Remove",proto="4"} 0 node_nfsd_requests_total{method="Rename",proto="2"} 0 node_nfsd_requests_total{method="Rename",proto="3"} 0 node_nfsd_requests_total{method="Rename",proto="4"} 0 node_nfsd_requests_total{method="Renew",proto="4"} 0 node_nfsd_requests_total{method="RestoreFH",proto="4"} 0 node_nfsd_requests_total{method="RmDir",proto="2"} 0 node_nfsd_requests_total{method="RmDir",proto="3"} 0 node_nfsd_requests_total{method="Root",proto="2"} 0 node_nfsd_requests_total{method="SaveFH",proto="4"} 0 node_nfsd_requests_total{method="SecInfo",proto="4"} 0 node_nfsd_requests_total{method="SetAttr",proto="2"} 0 node_nfsd_requests_total{method="SetAttr",proto="3"} 0 node_nfsd_requests_total{method="SetAttr",proto="4"} 0 node_nfsd_requests_total{method="SetClientID",proto="4"} 0 node_nfsd_requests_total{method="SetClientIDConfirm",proto="4"} 0 node_nfsd_requests_total{method="SymLink",proto="2"} 0 node_nfsd_requests_total{method="SymLink",proto="3"} 0 node_nfsd_requests_total{method="Verify",proto="4"} 0 node_nfsd_requests_total{method="WdelegGetattr",proto="4"} 0 node_nfsd_requests_total{method="WrCache",proto="2"} 0 node_nfsd_requests_total{method="Write",proto="2"} 0 node_nfsd_requests_total{method="Write",proto="3"} 0 node_nfsd_requests_total{method="Write",proto="4"} 0 # HELP node_nfsd_rpc_errors_total Total number of NFSd RPC errors by error type. # TYPE node_nfsd_rpc_errors_total counter node_nfsd_rpc_errors_total{error="auth"} 2 node_nfsd_rpc_errors_total{error="cInt"} 0 node_nfsd_rpc_errors_total{error="fmt"} 58 # HELP node_nfsd_server_rpcs_total Total number of NFSd RPCs. # TYPE node_nfsd_server_rpcs_total counter node_nfsd_server_rpcs_total 8 # HELP node_nfsd_server_threads Total number of NFSd kernel threads that are running. # TYPE node_nfsd_server_threads gauge node_nfsd_server_threads 8 # 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 22.04.5 LTS",variant="",variant_id="",version="22.04.5 LTS (Jammy Jellyfish)",version_codename="jammy",version_id="22.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"} 22.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 12143.720434 # 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 464.224876 # 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 636.044876 # 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 26.852361000000002 # 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 33.918898 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 1 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 53132.938084595 node_schedstat_running_seconds_total{cpu="1"} 52743.656078066 node_schedstat_running_seconds_total{cpu="2"} 55728.839445214 node_schedstat_running_seconds_total{cpu="3"} 58541.274565344 node_schedstat_running_seconds_total{cpu="4"} 59380.051217305 node_schedstat_running_seconds_total{cpu="5"} 59325.853516338 node_schedstat_running_seconds_total{cpu="6"} 59925.890649227 node_schedstat_running_seconds_total{cpu="7"} 60744.773346454 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 5.56118939e+08 node_schedstat_timeslices_total{cpu="1"} 5.44502788e+08 node_schedstat_timeslices_total{cpu="2"} 5.24691363e+08 node_schedstat_timeslices_total{cpu="3"} 5.09664299e+08 node_schedstat_timeslices_total{cpu="4"} 4.97484884e+08 node_schedstat_timeslices_total{cpu="5"} 4.94232993e+08 node_schedstat_timeslices_total{cpu="6"} 4.84517387e+08 node_schedstat_timeslices_total{cpu="7"} 4.79060638e+08 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 34692.065926249 node_schedstat_waiting_seconds_total{cpu="1"} 30494.06631733 node_schedstat_waiting_seconds_total{cpu="2"} 26377.273966015 node_schedstat_waiting_seconds_total{cpu="3"} 25040.973012259 node_schedstat_waiting_seconds_total{cpu="4"} 22922.807817238 node_schedstat_waiting_seconds_total{cpu="5"} 23102.619637046 node_schedstat_waiting_seconds_total{cpu="6"} 22167.89254769 node_schedstat_waiting_seconds_total{cpu="7"} 21908.912818774 # 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.000527325 node_scrape_collector_duration_seconds{collector="bcache"} 1.0691e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.007e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.004917743 node_scrape_collector_duration_seconds{collector="conntrack"} 9.383e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.00081392 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000151474 node_scrape_collector_duration_seconds{collector="diskstats"} 0.030590769 node_scrape_collector_duration_seconds{collector="dmi"} 1.5212e-05 node_scrape_collector_duration_seconds{collector="edac"} 3.4642e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000124012 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.744e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.029364166 node_scrape_collector_duration_seconds{collector="filesystem"} 0.060088214 node_scrape_collector_duration_seconds{collector="hwmon"} 2.4387e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 2.1937e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 1.3866e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 0.029397191 node_scrape_collector_duration_seconds{collector="mdadm"} 7.1706e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000182639 node_scrape_collector_duration_seconds{collector="netclass"} 0.105960774 node_scrape_collector_duration_seconds{collector="netdev"} 0.032296462 node_scrape_collector_duration_seconds{collector="netstat"} 0.000954465 node_scrape_collector_duration_seconds{collector="nfs"} 0.000218966 node_scrape_collector_duration_seconds{collector="nfsd"} 0.000222051 node_scrape_collector_duration_seconds{collector="nvme"} 3.177e-05 node_scrape_collector_duration_seconds{collector="os"} 6.733e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.5938e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.024408996 node_scrape_collector_duration_seconds{collector="rapl"} 5.9691e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.029532879 node_scrape_collector_duration_seconds{collector="selinux"} 1.905e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000143505 node_scrape_collector_duration_seconds{collector="softnet"} 0.000136875 node_scrape_collector_duration_seconds{collector="stat"} 0.000211231 node_scrape_collector_duration_seconds{collector="tapestats"} 0.000632582 node_scrape_collector_duration_seconds{collector="textfile"} 0.029436936 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000614625 node_scrape_collector_duration_seconds{collector="time"} 0.029499166 node_scrape_collector_duration_seconds{collector="timex"} 2.6114e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000273342 node_scrape_collector_duration_seconds{collector="uname"} 0.029438854 node_scrape_collector_duration_seconds{collector="vmstat"} 0.029437807 node_scrape_collector_duration_seconds{collector="watchdog"} 6.3358e-05 node_scrape_collector_duration_seconds{collector="xfs"} 2.4068e-05 node_scrape_collector_duration_seconds{collector="zfs"} 6.2291e-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"} 1 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 39 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 676 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 75 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 51 # 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 208896 # 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 50 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 8 # 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 10 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 7 # 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 28672 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 835 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 6.038831e+06 node_softnet_processed_total{cpu="1"} 4.901664e+06 node_softnet_processed_total{cpu="2"} 4.508374e+06 node_softnet_processed_total{cpu="3"} 1.43459452e+08 node_softnet_processed_total{cpu="4"} 6.921113e+06 node_softnet_processed_total{cpu="5"} 5.849301e+06 node_softnet_processed_total{cpu="6"} 5.048137e+06 node_softnet_processed_total{cpu="7"} 4.697629e+06 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 299 node_softnet_times_squeezed_total{cpu="1"} 174 node_softnet_times_squeezed_total{cpu="2"} 118 node_softnet_times_squeezed_total{cpu="3"} 16760 node_softnet_times_squeezed_total{cpu="4"} 171 node_softnet_times_squeezed_total{cpu="5"} 151 node_softnet_times_squeezed_total{cpu="6"} 732 node_softnet_times_squeezed_total{cpu="7"} 128 # 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.7693971116796548e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000104363250732 # 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 1.435 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -3.9255e-05 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 24577 # 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="5.15.0-164-generic",sysname="Linux",version="#174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 1 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 2.808403398e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 277209 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.4418232e+07 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 3.37067418e+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 1339.82 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524288 # 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 6.9392562811e+10 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 6.7443711298e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.7432576e+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.7688046045e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273147392e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 420 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"} 9878 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0