# 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"} 7.839e-05 go_gc_duration_seconds{quantile="0.25"} 0.000109253 go_gc_duration_seconds{quantile="0.5"} 0.000126521 go_gc_duration_seconds{quantile="0.75"} 0.000151255 go_gc_duration_seconds{quantile="1"} 0.000801284 go_gc_duration_seconds_sum 22.834445837 go_gc_duration_seconds_count 167563 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.572392e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 3.29033902656e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.214371e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 3.363245892e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.615504e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 2.572392e+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 7.602176e+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 4.42368e+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 27214 # 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 5.61152e+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.2025856e+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.7828287366313083e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 3.363273106e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1208 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15704 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 82240 # 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 179520 # 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 5.203506e+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 878973 # 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 557056 # 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 557056 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.9486984e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 6 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="cni0"} 35 node_arp_entries{device="eth0"} 2 node_arp_entries{device="flannel.1"} 4 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.780383247e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.5586332564e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 2.14759977e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 4002.55 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 113.62 node_cpu_seconds_total{cpu="0",mode="softirq"} 4704.95 node_cpu_seconds_total{cpu="0",mode="steal"} 8861.22 node_cpu_seconds_total{cpu="0",mode="system"} 46117.13 node_cpu_seconds_total{cpu="0",mode="user"} 205151.06 node_cpu_seconds_total{cpu="1",mode="idle"} 2.15314074e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 3961.67 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 94.85 node_cpu_seconds_total{cpu="1",mode="softirq"} 3104.78 node_cpu_seconds_total{cpu="1",mode="steal"} 8422.28 node_cpu_seconds_total{cpu="1",mode="system"} 45851.07 node_cpu_seconds_total{cpu="1",mode="user"} 201572.53 node_cpu_seconds_total{cpu="2",mode="idle"} 2.12648218e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 4552.41 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 78.55 node_cpu_seconds_total{cpu="2",mode="softirq"} 5715.73 node_cpu_seconds_total{cpu="2",mode="steal"} 9046.77 node_cpu_seconds_total{cpu="2",mode="system"} 50570.4 node_cpu_seconds_total{cpu="2",mode="user"} 219129.12 node_cpu_seconds_total{cpu="3",mode="idle"} 2.09474789e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 4436.52 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 60.29 node_cpu_seconds_total{cpu="3",mode="softirq"} 18693.78 node_cpu_seconds_total{cpu="3",mode="steal"} 10569.84 node_cpu_seconds_total{cpu="3",mode="system"} 50901.8 node_cpu_seconds_total{cpu="3",mode="user"} 217452.28 # 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"} 221.315 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"} 4.71800728e+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"} 932756 node_disk_discards_completed_total{device="sr0"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 4 node_disk_discards_merged_total{device="sr0"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="sr0",type="iso9660",usage="filesystem",uuid="2026-06-02-12-24-01-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"} 295.891 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"} 1.360789e+06 node_disk_flush_requests_total{device="sr0"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="QEMU_HARDDISK",path="pci-0000:00:05.0-scsi-0:0:0:0",revision="2.5+",rotational="0",serial="drive-scsi0",wwn=""} 1 node_disk_info{device="sr0",major="11",minor="0",model="QEMU_DVD-ROM",path="pci-0000:00:01.1-ata-2.0",revision="2.5+",rotational="1",serial="QM00003",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sr0"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 6079 node_disk_io_time_seconds_total{device="sr0"} 0.031 # 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"} 103034.303 node_disk_io_time_weighted_seconds_total{device="sr0"} 0.035 # 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.68964993024e+11 node_disk_read_bytes_total{device="sr0"} 378880 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="sda"} 4144.228 node_disk_read_time_seconds_total{device="sr0"} 0.035 # 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"} 4.961297e+06 node_disk_reads_completed_total{device="sr0"} 97 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="sda"} 145748 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"} 98372.868 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"} 2.5174726e+07 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 1.4400202e+07 node_disk_writes_merged_total{device="sr0"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 7.31367310336e+11 node_disk_written_bytes_total{device="sr0"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="04/01/2014",bios_release="0.0",bios_vendor="SeaBIOS",bios_version="rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-5.1",product_family="",product_name="Standard PC (i440FX + PIIX, 1996)",product_sku="",product_version="pc-i440fx-5.1",system_vendor="QEMU"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.25.3",revision="654f19dee6a0c41de78a8d6d870e8c742cdb43b9",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 5088 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 2.097152e+06 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 1.13652957184e+11 node_filesystem_avail_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.02995968e+08 node_filesystem_avail_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 7.36366592e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.361755136e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 3.361755136e+09 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="103.176.85.83:/data/chatbot-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ded22007-bb4d-428a-90f1-37c8368ad10a/volumes/kubernetes.io~nfs/nfs-chat-bot"} 1 node_filesystem_device_error{device="103.176.85.83:/data/chatbot-sit/logs/shared_uploads",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ded22007-bb4d-428a-90f1-37c8368ad10a/volume-subpaths/nfs-chat-bot/chatbot-fastapi/0"} 1 node_filesystem_device_error{device="103.176.85.83:/data/chatbot-sit/logs/shared_vector_store",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ded22007-bb4d-428a-90f1-37c8368ad10a/volume-subpaths/nfs-chat-bot/chatbot-fastapi/1"} 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/3f0526c0-fe89-43dd-9f6e-aa896d8fe1b1/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/3fe6218c-246c-4194-9658-3597b561f355/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/6321d2db-c06b-4b74-9e7d-683cb818f7b1/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/6bc2f915-e32f-4582-bf11-a4e1c0d151ab/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/a624cc34-ef06-4353-811c-c4ca15dbe22b/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/af122961-9514-451b-a82a-a5be54ff1b41/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ea01770e-2aa6-4b2c-b418-bd2ab67cf3a0/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/f5f48ff1-bbe0-409e-a1bb-59542efefefe/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/505cea6a-8872-4618-84bb-7a09976dc4f7/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/7026d746-9612-47f2-a2b4-2cf6d60de200/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/89b4490a-a3b6-4b4a-97ef-0ba70d3b4299/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/fd0d6fa9-525b-41e6-83b2-3d0044e22ff6/volumes/kubernetes.io~nfs/nfs-gokite-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/key",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/0e0bf395-40a6-47cf-abfc-9fe0e94e15fc/volumes/kubernetes.io~nfs/nfs-ibp-key-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/key",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ff6e2da9-06c9-4a4e-880f-35b59dcc2de0/volumes/kubernetes.io~nfs/nfs-ibp-key-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/0e0bf395-40a6-47cf-abfc-9fe0e94e15fc/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/17cbdd00-c709-4065-8f56-fd89f08bb393/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/4ce7ee34-57a5-45d1-818e-a99327a49b08/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/ff6e2da9-06c9-4a4e-880f-35b59dcc2de0/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/1e6a038c-5a06-4a90-8041-525a060dc1bf/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/364f6b3f-c41d-4fc7-a468-9c2bb6c27c5d/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/4d9e7a84-750e-4b30-8cfa-50ca5d31c20c/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/5a8f2ded-f94d-44ec-8451-2ed033e8122a/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/5def4012-027b-473d-b209-cd2642e8ed6a/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/5ee1f446-db76-4d84-88ea-319fbb7b96c6/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/6f9eff15-6faa-443e-945e-e85f402dc4d3/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/700e68db-387e-4d4a-961b-15762223c4fc/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/8a2e17cd-50a0-4129-bb48-dd367e739bed/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/ad96d334-b1a0-4b3c-acaa-a88a9041355e/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/d8c4ba46-c484-4176-bdbb-9921508aa96f/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/e1dc7e45-55be-43b1-93c1-d86bfae24b76/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/e8f810eb-b69d-4033-9d72-0533376abc95/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0c1d2ed6031eb9df1648e6d7bcf078206db3d31811ee554a8958d9290bba03e7/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/138d4d3d4e0186d55dc07909329c5702f907223e5c967a1d21d9097b18699378/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13bd95cde9985986948ef91e2d45d69ee802afcbe574971bae39dff56576b6f6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1bc49fd36a9df1620e34ba0b16115d76d43edc0ea7d0746d132ae59044ddb502/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1e7ec87c18eb6e3bd1d93cff6a68da1e14980acdd82d2c615ff85b15185cedc3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/228b43c419b56aa8ad14e1d9558b0d6159f18f87e9340330cce738d9453eac3a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3724a0c1ba5a393471b993e181059bf949e17db477657b1a04af94bff70e41bc/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/38dc0b80bd130b4bce5b4792fce9e6c1216f7f0fb9c83da25c87d41a76aebefc/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c1f83f019aa6bfd0951c8b539f52672fce39488276290c107defc33ba566862/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c6b66359541cf93ec1a49ac7b7b5a8bf2ffd31d9781e5c4101331320782d3ad/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c88220e1b887044bb2da80a32d57fbe9ce44698c7ef5337dad9d1d721ad7aa0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41652140a18c786c3a246e086338c6970068c5727fc388ad604b922df295733b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/42465d0d829ba1c5104930cf71770d5927e36fff349e24aed146c6a49aa3641d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/429e18f5c74dd5fcb2531972bb57e03a6698fcc694056ad9b5226c811377ce27/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/459ddede95574eee9296fde258fc17bb5aea594f6b3c719fa19cbc1db85e7b99/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/49b53d70ffeb8fada7a1700ce759a1af04c16c5aa9ede28ce6d5d6b1f754f88a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4bf948f0be5939541933fbb211f2e0a08d1e9205b9374b4549079e90fa932eea/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/59f407587811d8a6c480ac262281d4cf43df5fea1ada09f5b06929a15ae78710/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/669a6f64428b7f8be840f756ce0d77e73837faec1ac22599dc484332b93b38b7/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/67d5d2ad45041734e43be3b4510336d6763fd60a83ae98593b683674ea46b99f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6e025e8bcdfabdf4d06a580bb73a9c5c8f803312f9cf2b074417904bd4b7485a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/753dec00286171a9fe79c72b7b9d73e75126704265a2f3434b5d4632028aac12/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/81d26c5e22c8053e3039461b9bca59b83c6813de3518ff179d7f845cfdd43eb4/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8c85250f6e2f1c5b752708565c2121327b7d2136003ab7f2208cc2a003296da4/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9219ebd5326527368f463b65e93432c4dc2ba3066dc1a6193940d3e3708822d9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/944495133fba90bc3bc79fac047c419e1e585b839bc0a6e8285f66528e0f21eb/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/946e9398dfc293a2d6ba56e8c53eaefae779117f549e1cd1debbb87f95c51cdd/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9e4f6fb5a21a73d11ac933a092aa26056b9e3f0ed419a9623761f7bb7a5eae44/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a541118306c5f23c69246ce9c2d8cc78853e2c1462d483eed8e67c1af54c8c04/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aa02ab7c60809e66220ec3d6963fea301b1509550dafe711c38c123a0becce41/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b4cc0e46455059e94f36117f3d728c88bde47f0ee1615effa297e053a7a637e5/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b72ae3778e87d3ada537556c00751802157432f839bcec47279bf963b4086a32/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bf81edd52f9732268da123609d9343923a2162a97ddd8ef1b4207938c65f19ce/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c43db5dea1db889aa3a7e61cdf1f102d822e6f321c4ebd36bf6a9ecfe069c515/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c4635e45660c389007e5810a0e51324005b24f5c6d14d7b3f8e3e89a3bfe84ae/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d11b3986de4d1e4e22f63ea998c28b2d73121f981756c1d8a955c81079ed5537/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d4b9da5f68f819e551babc9cfa749f988c28291a7c9cdade6275b1dcab6bb233/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df623ee060c6e21afb2591973c56518336c817368366140801706b0946debb2e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e06ac84a07f20c46fb250e9917e873b59c83e125a13829496bf7c5aadcba4d0c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e587e4d4a55500df2ac203214cf00222fab29b776272c117c90928ffebc837a6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec42f067d40a529d56d8d761a42ba3326954f6a0a88242028903480ec0a76f9c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f14cf462ffcd46efb141ead839046265cde5128875bdc0f7deb10471b541a047/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f30b6840be8601923c1f673244db33a2bdbf686bcc466f7080e7d54df67a15bc/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f75cf9d3ad776fda602da5604303950abc24724f477e014a721387343e28765a/shm"} 1 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0e0bf395-40a6-47cf-abfc-9fe0e94e15fc/volumes/kubernetes.io~projected/kube-api-access-vfq5l"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0e0bf395-40a6-47cf-abfc-9fe0e94e15fc/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/17cbdd00-c709-4065-8f56-fd89f08bb393/volumes/kubernetes.io~projected/kube-api-access-7cq4d"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1b5a4b64-8d97-4a37-8ea5-43ce1d2c9871/volumes/kubernetes.io~projected/kube-api-access-8n2ln"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1e6a038c-5a06-4a90-8041-525a060dc1bf/volumes/kubernetes.io~projected/kube-api-access-fvr98"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2f928989-b3d3-45e0-846b-94109b9bdca7/volumes/kubernetes.io~projected/kube-api-access-stbmr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/35f85342-fc1b-4ffe-aea6-392e757da39f/volumes/kubernetes.io~projected/kube-api-access-bwr9p"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/35f85342-fc1b-4ffe-aea6-392e757da39f/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/364f6b3f-c41d-4fc7-a468-9c2bb6c27c5d/volumes/kubernetes.io~projected/kube-api-access-9q9n2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3c2bd3ef-6134-4370-bff7-2ea802186885/volumes/kubernetes.io~projected/kube-api-access-wpqtp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3f0526c0-fe89-43dd-9f6e-aa896d8fe1b1/volumes/kubernetes.io~projected/kube-api-access-k4vh2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3fe6218c-246c-4194-9658-3597b561f355/volumes/kubernetes.io~projected/kube-api-access-6dgsd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/40c6d7d0-cdae-4df4-848a-93622098b88f/volumes/kubernetes.io~projected/kube-api-access-zr9qg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/40eb45a1-9075-4952-b891-c2d37316e9bc/volumes/kubernetes.io~projected/kube-api-access-jb4fq"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/40eb45a1-9075-4952-b891-c2d37316e9bc/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/42956221-cc5f-4a65-a140-4e0ee0c7d27f/volumes/kubernetes.io~projected/kube-api-access-v765k"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/42956221-cc5f-4a65-a140-4e0ee0c7d27f/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/4ce7ee34-57a5-45d1-818e-a99327a49b08/volumes/kubernetes.io~projected/kube-api-access-48wcl"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4d9e7a84-750e-4b30-8cfa-50ca5d31c20c/volumes/kubernetes.io~projected/kube-api-access-lmwbb"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/505cea6a-8872-4618-84bb-7a09976dc4f7/volumes/kubernetes.io~projected/kube-api-access-4nrkc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5a8f2ded-f94d-44ec-8451-2ed033e8122a/volumes/kubernetes.io~projected/kube-api-access-vgm2j"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5def4012-027b-473d-b209-cd2642e8ed6a/volumes/kubernetes.io~projected/kube-api-access-qh767"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5ee1f446-db76-4d84-88ea-319fbb7b96c6/volumes/kubernetes.io~projected/kube-api-access-nkcw2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/630fe231-61e8-40e6-b041-417110101eaf/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/6321d2db-c06b-4b74-9e7d-683cb818f7b1/volumes/kubernetes.io~projected/kube-api-access-fhn4m"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6bc2f915-e32f-4582-bf11-a4e1c0d151ab/volumes/kubernetes.io~projected/kube-api-access-wm78l"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6f9eff15-6faa-443e-945e-e85f402dc4d3/volumes/kubernetes.io~projected/kube-api-access-m5np7"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/700e68db-387e-4d4a-961b-15762223c4fc/volumes/kubernetes.io~projected/kube-api-access-vvmgc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7026d746-9612-47f2-a2b4-2cf6d60de200/volumes/kubernetes.io~projected/kube-api-access-w6rwc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/89b4490a-a3b6-4b4a-97ef-0ba70d3b4299/volumes/kubernetes.io~projected/kube-api-access-qkqtm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8a2e17cd-50a0-4129-bb48-dd367e739bed/volumes/kubernetes.io~projected/kube-api-access-6r9w6"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a2fac3cc-0f13-4ca0-b68f-a63b4c9a8cac/volumes/kubernetes.io~projected/kube-api-access-n64nh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a2fac3cc-0f13-4ca0-b68f-a63b4c9a8cac/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/a624cc34-ef06-4353-811c-c4ca15dbe22b/volumes/kubernetes.io~projected/kube-api-access-sd6g4"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/aa18c5e5-398e-46cc-a2f3-508d4ec6e889/volumes/kubernetes.io~projected/kube-api-access-z84lf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/aa18c5e5-398e-46cc-a2f3-508d4ec6e889/volumes/kubernetes.io~secret/webhook-cert"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ad96d334-b1a0-4b3c-acaa-a88a9041355e/volumes/kubernetes.io~projected/kube-api-access-n2bcq"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/af122961-9514-451b-a82a-a5be54ff1b41/volumes/kubernetes.io~projected/kube-api-access-j8pkh"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b8bdf81b-fd9c-4ee2-9a9d-11b5173bcbd2/volumes/kubernetes.io~projected/kube-api-access-xgdtc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d001d9de-a9c6-4d47-9f88-2d9a87641ebd/volumes/kubernetes.io~projected/kube-api-access-2v56p"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d8c4ba46-c484-4176-bdbb-9921508aa96f/volumes/kubernetes.io~projected/kube-api-access-rst4p"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ded22007-bb4d-428a-90f1-37c8368ad10a/volumes/kubernetes.io~projected/kube-api-access-z8k55"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e1dc7e45-55be-43b1-93c1-d86bfae24b76/volumes/kubernetes.io~projected/kube-api-access-sqb7g"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e8f810eb-b69d-4033-9d72-0533376abc95/volumes/kubernetes.io~projected/kube-api-access-8pnhw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ea01770e-2aa6-4b2c-b418-bd2ab67cf3a0/volumes/kubernetes.io~projected/kube-api-access-xldkg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f5f48ff1-bbe0-409e-a1bb-59542efefefe/volumes/kubernetes.io~projected/kube-api-access-qpbx5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fd0d6fa9-525b-41e6-83b2-3d0044e22ff6/volumes/kubernetes.io~projected/kube-api-access-rr4xj"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ff6e2da9-06c9-4a4e-880f-35b59dcc2de0/volumes/kubernetes.io~projected/kube-api-access-xqcrm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ff6e2da9-06c9-4a4e-880f-35b59dcc2de0/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/ffc10e21-ca0d-4f3c-99aa-936a093c7145/volumes/kubernetes.io~projected/kube-api-access-t6kt8"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 2.6083328e+07 node_filesystem_files{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 58496 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.11456e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.11456e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 4.11456e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 2.4658304e+07 node_filesystem_files_free{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 57892 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.111254e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.114557e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 4.111254e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 1.136697344e+11 node_filesystem_free_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.02995968e+08 node_filesystem_free_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 8.01009664e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.361755136e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 3.361755136e+09 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sda15",major="8",minor="15",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sda16",major="259",minor="0",mountpoint="/boot"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run/snapd/ns"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="27",mountpoint="/run/lock"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="103.176.85.83:/data/chatbot-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ded22007-bb4d-428a-90f1-37c8368ad10a/volumes/kubernetes.io~nfs/nfs-chat-bot"} 0 node_filesystem_readonly{device="103.176.85.83:/data/chatbot-sit/logs/shared_uploads",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ded22007-bb4d-428a-90f1-37c8368ad10a/volume-subpaths/nfs-chat-bot/chatbot-fastapi/0"} 0 node_filesystem_readonly{device="103.176.85.83:/data/chatbot-sit/logs/shared_vector_store",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ded22007-bb4d-428a-90f1-37c8368ad10a/volume-subpaths/nfs-chat-bot/chatbot-fastapi/1"} 0 node_filesystem_readonly{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/3f0526c0-fe89-43dd-9f6e-aa896d8fe1b1/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/3fe6218c-246c-4194-9658-3597b561f355/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/6321d2db-c06b-4b74-9e7d-683cb818f7b1/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/6bc2f915-e32f-4582-bf11-a4e1c0d151ab/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/a624cc34-ef06-4353-811c-c4ca15dbe22b/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/af122961-9514-451b-a82a-a5be54ff1b41/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ea01770e-2aa6-4b2c-b418-bd2ab67cf3a0/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/f5f48ff1-bbe0-409e-a1bb-59542efefefe/volumes/kubernetes.io~nfs/nfs-evisa-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/gokite-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/505cea6a-8872-4618-84bb-7a09976dc4f7/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/7026d746-9612-47f2-a2b4-2cf6d60de200/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/89b4490a-a3b6-4b4a-97ef-0ba70d3b4299/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/fd0d6fa9-525b-41e6-83b2-3d0044e22ff6/volumes/kubernetes.io~nfs/nfs-gokite-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/key",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/0e0bf395-40a6-47cf-abfc-9fe0e94e15fc/volumes/kubernetes.io~nfs/nfs-ibp-key-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/key",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ff6e2da9-06c9-4a4e-880f-35b59dcc2de0/volumes/kubernetes.io~nfs/nfs-ibp-key-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/0e0bf395-40a6-47cf-abfc-9fe0e94e15fc/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/17cbdd00-c709-4065-8f56-fd89f08bb393/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/4ce7ee34-57a5-45d1-818e-a99327a49b08/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/ff6e2da9-06c9-4a4e-880f-35b59dcc2de0/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/1e6a038c-5a06-4a90-8041-525a060dc1bf/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/364f6b3f-c41d-4fc7-a468-9c2bb6c27c5d/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/4d9e7a84-750e-4b30-8cfa-50ca5d31c20c/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/5a8f2ded-f94d-44ec-8451-2ed033e8122a/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/5def4012-027b-473d-b209-cd2642e8ed6a/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/5ee1f446-db76-4d84-88ea-319fbb7b96c6/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/6f9eff15-6faa-443e-945e-e85f402dc4d3/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/700e68db-387e-4d4a-961b-15762223c4fc/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/8a2e17cd-50a0-4129-bb48-dd367e739bed/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/ad96d334-b1a0-4b3c-acaa-a88a9041355e/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/d8c4ba46-c484-4176-bdbb-9921508aa96f/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/e1dc7e45-55be-43b1-93c1-d86bfae24b76/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/e8f810eb-b69d-4033-9d72-0533376abc95/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/0c1d2ed6031eb9df1648e6d7bcf078206db3d31811ee554a8958d9290bba03e7/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/138d4d3d4e0186d55dc07909329c5702f907223e5c967a1d21d9097b18699378/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/13bd95cde9985986948ef91e2d45d69ee802afcbe574971bae39dff56576b6f6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1bc49fd36a9df1620e34ba0b16115d76d43edc0ea7d0746d132ae59044ddb502/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1e7ec87c18eb6e3bd1d93cff6a68da1e14980acdd82d2c615ff85b15185cedc3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/228b43c419b56aa8ad14e1d9558b0d6159f18f87e9340330cce738d9453eac3a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3724a0c1ba5a393471b993e181059bf949e17db477657b1a04af94bff70e41bc/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/38dc0b80bd130b4bce5b4792fce9e6c1216f7f0fb9c83da25c87d41a76aebefc/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c1f83f019aa6bfd0951c8b539f52672fce39488276290c107defc33ba566862/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c6b66359541cf93ec1a49ac7b7b5a8bf2ffd31d9781e5c4101331320782d3ad/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c88220e1b887044bb2da80a32d57fbe9ce44698c7ef5337dad9d1d721ad7aa0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41652140a18c786c3a246e086338c6970068c5727fc388ad604b922df295733b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/42465d0d829ba1c5104930cf71770d5927e36fff349e24aed146c6a49aa3641d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/429e18f5c74dd5fcb2531972bb57e03a6698fcc694056ad9b5226c811377ce27/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/459ddede95574eee9296fde258fc17bb5aea594f6b3c719fa19cbc1db85e7b99/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/49b53d70ffeb8fada7a1700ce759a1af04c16c5aa9ede28ce6d5d6b1f754f88a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4bf948f0be5939541933fbb211f2e0a08d1e9205b9374b4549079e90fa932eea/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/59f407587811d8a6c480ac262281d4cf43df5fea1ada09f5b06929a15ae78710/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/669a6f64428b7f8be840f756ce0d77e73837faec1ac22599dc484332b93b38b7/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/67d5d2ad45041734e43be3b4510336d6763fd60a83ae98593b683674ea46b99f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6e025e8bcdfabdf4d06a580bb73a9c5c8f803312f9cf2b074417904bd4b7485a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/753dec00286171a9fe79c72b7b9d73e75126704265a2f3434b5d4632028aac12/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/81d26c5e22c8053e3039461b9bca59b83c6813de3518ff179d7f845cfdd43eb4/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8c85250f6e2f1c5b752708565c2121327b7d2136003ab7f2208cc2a003296da4/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9219ebd5326527368f463b65e93432c4dc2ba3066dc1a6193940d3e3708822d9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/944495133fba90bc3bc79fac047c419e1e585b839bc0a6e8285f66528e0f21eb/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/946e9398dfc293a2d6ba56e8c53eaefae779117f549e1cd1debbb87f95c51cdd/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9e4f6fb5a21a73d11ac933a092aa26056b9e3f0ed419a9623761f7bb7a5eae44/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a541118306c5f23c69246ce9c2d8cc78853e2c1462d483eed8e67c1af54c8c04/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/aa02ab7c60809e66220ec3d6963fea301b1509550dafe711c38c123a0becce41/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b4cc0e46455059e94f36117f3d728c88bde47f0ee1615effa297e053a7a637e5/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b72ae3778e87d3ada537556c00751802157432f839bcec47279bf963b4086a32/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bf81edd52f9732268da123609d9343923a2162a97ddd8ef1b4207938c65f19ce/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c43db5dea1db889aa3a7e61cdf1f102d822e6f321c4ebd36bf6a9ecfe069c515/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c4635e45660c389007e5810a0e51324005b24f5c6d14d7b3f8e3e89a3bfe84ae/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d11b3986de4d1e4e22f63ea998c28b2d73121f981756c1d8a955c81079ed5537/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d4b9da5f68f819e551babc9cfa749f988c28291a7c9cdade6275b1dcab6bb233/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df623ee060c6e21afb2591973c56518336c817368366140801706b0946debb2e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e06ac84a07f20c46fb250e9917e873b59c83e125a13829496bf7c5aadcba4d0c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e587e4d4a55500df2ac203214cf00222fab29b776272c117c90928ffebc837a6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ec42f067d40a529d56d8d761a42ba3326954f6a0a88242028903480ec0a76f9c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f14cf462ffcd46efb141ead839046265cde5128875bdc0f7deb10471b541a047/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f30b6840be8601923c1f673244db33a2bdbf686bcc466f7080e7d54df67a15bc/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f75cf9d3ad776fda602da5604303950abc24724f477e014a721387343e28765a/shm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0e0bf395-40a6-47cf-abfc-9fe0e94e15fc/volumes/kubernetes.io~projected/kube-api-access-vfq5l"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0e0bf395-40a6-47cf-abfc-9fe0e94e15fc/volumes/kubernetes.io~secret/ks-pass-file"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/17cbdd00-c709-4065-8f56-fd89f08bb393/volumes/kubernetes.io~projected/kube-api-access-7cq4d"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1b5a4b64-8d97-4a37-8ea5-43ce1d2c9871/volumes/kubernetes.io~projected/kube-api-access-8n2ln"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1e6a038c-5a06-4a90-8041-525a060dc1bf/volumes/kubernetes.io~projected/kube-api-access-fvr98"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2f928989-b3d3-45e0-846b-94109b9bdca7/volumes/kubernetes.io~projected/kube-api-access-stbmr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/35f85342-fc1b-4ffe-aea6-392e757da39f/volumes/kubernetes.io~projected/kube-api-access-bwr9p"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/35f85342-fc1b-4ffe-aea6-392e757da39f/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/364f6b3f-c41d-4fc7-a468-9c2bb6c27c5d/volumes/kubernetes.io~projected/kube-api-access-9q9n2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3c2bd3ef-6134-4370-bff7-2ea802186885/volumes/kubernetes.io~projected/kube-api-access-wpqtp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3f0526c0-fe89-43dd-9f6e-aa896d8fe1b1/volumes/kubernetes.io~projected/kube-api-access-k4vh2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3fe6218c-246c-4194-9658-3597b561f355/volumes/kubernetes.io~projected/kube-api-access-6dgsd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/40c6d7d0-cdae-4df4-848a-93622098b88f/volumes/kubernetes.io~projected/kube-api-access-zr9qg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/40eb45a1-9075-4952-b891-c2d37316e9bc/volumes/kubernetes.io~projected/kube-api-access-jb4fq"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/40eb45a1-9075-4952-b891-c2d37316e9bc/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/42956221-cc5f-4a65-a140-4e0ee0c7d27f/volumes/kubernetes.io~projected/kube-api-access-v765k"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/42956221-cc5f-4a65-a140-4e0ee0c7d27f/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/4ce7ee34-57a5-45d1-818e-a99327a49b08/volumes/kubernetes.io~projected/kube-api-access-48wcl"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4d9e7a84-750e-4b30-8cfa-50ca5d31c20c/volumes/kubernetes.io~projected/kube-api-access-lmwbb"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/505cea6a-8872-4618-84bb-7a09976dc4f7/volumes/kubernetes.io~projected/kube-api-access-4nrkc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5a8f2ded-f94d-44ec-8451-2ed033e8122a/volumes/kubernetes.io~projected/kube-api-access-vgm2j"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5def4012-027b-473d-b209-cd2642e8ed6a/volumes/kubernetes.io~projected/kube-api-access-qh767"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5ee1f446-db76-4d84-88ea-319fbb7b96c6/volumes/kubernetes.io~projected/kube-api-access-nkcw2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/630fe231-61e8-40e6-b041-417110101eaf/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/6321d2db-c06b-4b74-9e7d-683cb818f7b1/volumes/kubernetes.io~projected/kube-api-access-fhn4m"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6bc2f915-e32f-4582-bf11-a4e1c0d151ab/volumes/kubernetes.io~projected/kube-api-access-wm78l"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6f9eff15-6faa-443e-945e-e85f402dc4d3/volumes/kubernetes.io~projected/kube-api-access-m5np7"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/700e68db-387e-4d4a-961b-15762223c4fc/volumes/kubernetes.io~projected/kube-api-access-vvmgc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7026d746-9612-47f2-a2b4-2cf6d60de200/volumes/kubernetes.io~projected/kube-api-access-w6rwc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/89b4490a-a3b6-4b4a-97ef-0ba70d3b4299/volumes/kubernetes.io~projected/kube-api-access-qkqtm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8a2e17cd-50a0-4129-bb48-dd367e739bed/volumes/kubernetes.io~projected/kube-api-access-6r9w6"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a2fac3cc-0f13-4ca0-b68f-a63b4c9a8cac/volumes/kubernetes.io~projected/kube-api-access-n64nh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a2fac3cc-0f13-4ca0-b68f-a63b4c9a8cac/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/a624cc34-ef06-4353-811c-c4ca15dbe22b/volumes/kubernetes.io~projected/kube-api-access-sd6g4"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/aa18c5e5-398e-46cc-a2f3-508d4ec6e889/volumes/kubernetes.io~projected/kube-api-access-z84lf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/aa18c5e5-398e-46cc-a2f3-508d4ec6e889/volumes/kubernetes.io~secret/webhook-cert"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ad96d334-b1a0-4b3c-acaa-a88a9041355e/volumes/kubernetes.io~projected/kube-api-access-n2bcq"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/af122961-9514-451b-a82a-a5be54ff1b41/volumes/kubernetes.io~projected/kube-api-access-j8pkh"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b8bdf81b-fd9c-4ee2-9a9d-11b5173bcbd2/volumes/kubernetes.io~projected/kube-api-access-xgdtc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d001d9de-a9c6-4d47-9f88-2d9a87641ebd/volumes/kubernetes.io~projected/kube-api-access-2v56p"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d8c4ba46-c484-4176-bdbb-9921508aa96f/volumes/kubernetes.io~projected/kube-api-access-rst4p"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ded22007-bb4d-428a-90f1-37c8368ad10a/volumes/kubernetes.io~projected/kube-api-access-z8k55"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e1dc7e45-55be-43b1-93c1-d86bfae24b76/volumes/kubernetes.io~projected/kube-api-access-sqb7g"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e8f810eb-b69d-4033-9d72-0533376abc95/volumes/kubernetes.io~projected/kube-api-access-8pnhw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ea01770e-2aa6-4b2c-b418-bd2ab67cf3a0/volumes/kubernetes.io~projected/kube-api-access-xldkg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f5f48ff1-bbe0-409e-a1bb-59542efefefe/volumes/kubernetes.io~projected/kube-api-access-qpbx5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/fd0d6fa9-525b-41e6-83b2-3d0044e22ff6/volumes/kubernetes.io~projected/kube-api-access-rr4xj"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ff6e2da9-06c9-4a4e-880f-35b59dcc2de0/volumes/kubernetes.io~projected/kube-api-access-xqcrm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ff6e2da9-06c9-4a4e-880f-35b59dcc2de0/volumes/kubernetes.io~secret/ks-pass-file"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ffc10e21-ca0d-4f3c-99aa-936a093c7145/volumes/kubernetes.io~projected/kube-api-access-t6kt8"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 2.06900281344e+11 node_filesystem_size_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.09395456e+08 node_filesystem_size_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 9.2315648e+08 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.370651648e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 3.370651648e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.3837328e+07 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.1725469737e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.37 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.43 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.37 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 8.015405056e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.2200820736e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 4.18541568e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 3.9845888e+07 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 9.000087552e+09 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 1.113710592e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 9.203892224e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.685323776e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 1.6209833984e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 3.1138512896e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 5.163188224e+09 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.05365248e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 638976 # 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 9.76367616e+08 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 7.088635904e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 6.112268288e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 3.1588352e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.452453888e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.322190336e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 9.22288128e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.3706479616e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.7967488e+07 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 7.2564736e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.6809984e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 4.182441984e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 7.05466368e+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 1.093632e+07 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 4.887908352e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 2.7967488e+07 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 1.26550016e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 14171 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 18135 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 241 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 52016 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 80832 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 8.102340586e+09 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 1.3735382e+07 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.121555487071e+12 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 4.42426897077e+11 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 50 # 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 109 # 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 1078 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 3.063809e+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 348467 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 648983 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 3.041898e+06 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 51 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 1647 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 5.31503102e+08 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 1.591592e+06 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 6.15947798e+08 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 8.109572e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 975041 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 130241 # 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 32 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 130273 # 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 5.2067757e+07 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 256 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 100836 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 2.416635e+06 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="cni0"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="flannel.1"} 3 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth01a542ab"} 3 node_network_address_assign_type{device="veth04885b34"} 3 node_network_address_assign_type{device="veth058f585c"} 3 node_network_address_assign_type{device="veth0d85975d"} 3 node_network_address_assign_type{device="veth0e75c326"} 3 node_network_address_assign_type{device="veth0f180a25"} 3 node_network_address_assign_type{device="veth0fb83500"} 3 node_network_address_assign_type{device="veth1e01536b"} 3 node_network_address_assign_type{device="veth1ec2fc4b"} 3 node_network_address_assign_type{device="veth2132d387"} 3 node_network_address_assign_type{device="veth2996026b"} 3 node_network_address_assign_type{device="veth2ad61c04"} 3 node_network_address_assign_type{device="veth3dee70a4"} 3 node_network_address_assign_type{device="veth4af981f0"} 3 node_network_address_assign_type{device="veth4eab3c3e"} 3 node_network_address_assign_type{device="veth5d909148"} 3 node_network_address_assign_type{device="veth5f4e27aa"} 3 node_network_address_assign_type{device="veth67f0dfa5"} 3 node_network_address_assign_type{device="veth6a8a2631"} 3 node_network_address_assign_type{device="veth7158207a"} 3 node_network_address_assign_type{device="veth71c39f32"} 3 node_network_address_assign_type{device="veth776a3001"} 3 node_network_address_assign_type{device="veth7b6cba13"} 3 node_network_address_assign_type{device="veth86981f39"} 3 node_network_address_assign_type{device="veth8c92119f"} 3 node_network_address_assign_type{device="veth8deec114"} 3 node_network_address_assign_type{device="veth97a23ba1"} 3 node_network_address_assign_type{device="vethb6fe4048"} 3 node_network_address_assign_type{device="vethb9321c9d"} 3 node_network_address_assign_type{device="vethbc6f6058"} 3 node_network_address_assign_type{device="vethccbf0b1e"} 3 node_network_address_assign_type{device="vethd766d1bc"} 3 node_network_address_assign_type{device="vethe4f8a367"} 3 node_network_address_assign_type{device="vethe7ae6c3c"} 3 node_network_address_assign_type{device="vetheb1347c0"} 3 node_network_address_assign_type{device="vetheb6a655e"} 3 node_network_address_assign_type{device="vethee516d44"} 3 node_network_address_assign_type{device="vethf13f3084"} 3 node_network_address_assign_type{device="vethf360d74f"} 3 node_network_address_assign_type{device="vethff3bb083"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="cni0"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="flannel.1"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth01a542ab"} 1 node_network_carrier{device="veth04885b34"} 1 node_network_carrier{device="veth058f585c"} 1 node_network_carrier{device="veth0d85975d"} 1 node_network_carrier{device="veth0e75c326"} 1 node_network_carrier{device="veth0f180a25"} 1 node_network_carrier{device="veth0fb83500"} 1 node_network_carrier{device="veth1e01536b"} 1 node_network_carrier{device="veth1ec2fc4b"} 1 node_network_carrier{device="veth2132d387"} 1 node_network_carrier{device="veth2996026b"} 1 node_network_carrier{device="veth2ad61c04"} 1 node_network_carrier{device="veth3dee70a4"} 1 node_network_carrier{device="veth4af981f0"} 1 node_network_carrier{device="veth4eab3c3e"} 1 node_network_carrier{device="veth5d909148"} 1 node_network_carrier{device="veth5f4e27aa"} 1 node_network_carrier{device="veth67f0dfa5"} 1 node_network_carrier{device="veth6a8a2631"} 1 node_network_carrier{device="veth7158207a"} 1 node_network_carrier{device="veth71c39f32"} 1 node_network_carrier{device="veth776a3001"} 1 node_network_carrier{device="veth7b6cba13"} 1 node_network_carrier{device="veth86981f39"} 1 node_network_carrier{device="veth8c92119f"} 1 node_network_carrier{device="veth8deec114"} 1 node_network_carrier{device="veth97a23ba1"} 1 node_network_carrier{device="vethb6fe4048"} 1 node_network_carrier{device="vethb9321c9d"} 1 node_network_carrier{device="vethbc6f6058"} 1 node_network_carrier{device="vethccbf0b1e"} 1 node_network_carrier{device="vethd766d1bc"} 1 node_network_carrier{device="vethe4f8a367"} 1 node_network_carrier{device="vethe7ae6c3c"} 1 node_network_carrier{device="vetheb1347c0"} 1 node_network_carrier{device="vetheb6a655e"} 1 node_network_carrier{device="vethee516d44"} 1 node_network_carrier{device="vethf13f3084"} 1 node_network_carrier{device="vethf360d74f"} 1 node_network_carrier{device="vethff3bb083"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="cni0"} 2 node_network_carrier_changes_total{device="docker0"} 1 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="flannel.1"} 0 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth01a542ab"} 2 node_network_carrier_changes_total{device="veth04885b34"} 2 node_network_carrier_changes_total{device="veth058f585c"} 2 node_network_carrier_changes_total{device="veth0d85975d"} 2 node_network_carrier_changes_total{device="veth0e75c326"} 2 node_network_carrier_changes_total{device="veth0f180a25"} 2 node_network_carrier_changes_total{device="veth0fb83500"} 2 node_network_carrier_changes_total{device="veth1e01536b"} 2 node_network_carrier_changes_total{device="veth1ec2fc4b"} 2 node_network_carrier_changes_total{device="veth2132d387"} 2 node_network_carrier_changes_total{device="veth2996026b"} 2 node_network_carrier_changes_total{device="veth2ad61c04"} 2 node_network_carrier_changes_total{device="veth3dee70a4"} 2 node_network_carrier_changes_total{device="veth4af981f0"} 2 node_network_carrier_changes_total{device="veth4eab3c3e"} 2 node_network_carrier_changes_total{device="veth5d909148"} 2 node_network_carrier_changes_total{device="veth5f4e27aa"} 2 node_network_carrier_changes_total{device="veth67f0dfa5"} 2 node_network_carrier_changes_total{device="veth6a8a2631"} 2 node_network_carrier_changes_total{device="veth7158207a"} 2 node_network_carrier_changes_total{device="veth71c39f32"} 2 node_network_carrier_changes_total{device="veth776a3001"} 2 node_network_carrier_changes_total{device="veth7b6cba13"} 2 node_network_carrier_changes_total{device="veth86981f39"} 2 node_network_carrier_changes_total{device="veth8c92119f"} 2 node_network_carrier_changes_total{device="veth8deec114"} 2 node_network_carrier_changes_total{device="veth97a23ba1"} 2 node_network_carrier_changes_total{device="vethb6fe4048"} 2 node_network_carrier_changes_total{device="vethb9321c9d"} 2 node_network_carrier_changes_total{device="vethbc6f6058"} 2 node_network_carrier_changes_total{device="vethccbf0b1e"} 2 node_network_carrier_changes_total{device="vethd766d1bc"} 2 node_network_carrier_changes_total{device="vethe4f8a367"} 2 node_network_carrier_changes_total{device="vethe7ae6c3c"} 2 node_network_carrier_changes_total{device="vetheb1347c0"} 2 node_network_carrier_changes_total{device="vetheb6a655e"} 2 node_network_carrier_changes_total{device="vethee516d44"} 2 node_network_carrier_changes_total{device="vethf13f3084"} 2 node_network_carrier_changes_total{device="vethf360d74f"} 2 node_network_carrier_changes_total{device="vethff3bb083"} 2 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="cni0"} 1 node_network_carrier_down_changes_total{device="docker0"} 1 node_network_carrier_down_changes_total{device="eth0"} 1 node_network_carrier_down_changes_total{device="flannel.1"} 0 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth01a542ab"} 1 node_network_carrier_down_changes_total{device="veth04885b34"} 1 node_network_carrier_down_changes_total{device="veth058f585c"} 1 node_network_carrier_down_changes_total{device="veth0d85975d"} 1 node_network_carrier_down_changes_total{device="veth0e75c326"} 1 node_network_carrier_down_changes_total{device="veth0f180a25"} 1 node_network_carrier_down_changes_total{device="veth0fb83500"} 1 node_network_carrier_down_changes_total{device="veth1e01536b"} 1 node_network_carrier_down_changes_total{device="veth1ec2fc4b"} 1 node_network_carrier_down_changes_total{device="veth2132d387"} 1 node_network_carrier_down_changes_total{device="veth2996026b"} 1 node_network_carrier_down_changes_total{device="veth2ad61c04"} 1 node_network_carrier_down_changes_total{device="veth3dee70a4"} 1 node_network_carrier_down_changes_total{device="veth4af981f0"} 1 node_network_carrier_down_changes_total{device="veth4eab3c3e"} 1 node_network_carrier_down_changes_total{device="veth5d909148"} 1 node_network_carrier_down_changes_total{device="veth5f4e27aa"} 1 node_network_carrier_down_changes_total{device="veth67f0dfa5"} 1 node_network_carrier_down_changes_total{device="veth6a8a2631"} 1 node_network_carrier_down_changes_total{device="veth7158207a"} 1 node_network_carrier_down_changes_total{device="veth71c39f32"} 1 node_network_carrier_down_changes_total{device="veth776a3001"} 1 node_network_carrier_down_changes_total{device="veth7b6cba13"} 1 node_network_carrier_down_changes_total{device="veth86981f39"} 1 node_network_carrier_down_changes_total{device="veth8c92119f"} 1 node_network_carrier_down_changes_total{device="veth8deec114"} 1 node_network_carrier_down_changes_total{device="veth97a23ba1"} 1 node_network_carrier_down_changes_total{device="vethb6fe4048"} 1 node_network_carrier_down_changes_total{device="vethb9321c9d"} 1 node_network_carrier_down_changes_total{device="vethbc6f6058"} 1 node_network_carrier_down_changes_total{device="vethccbf0b1e"} 1 node_network_carrier_down_changes_total{device="vethd766d1bc"} 1 node_network_carrier_down_changes_total{device="vethe4f8a367"} 1 node_network_carrier_down_changes_total{device="vethe7ae6c3c"} 1 node_network_carrier_down_changes_total{device="vetheb1347c0"} 1 node_network_carrier_down_changes_total{device="vetheb6a655e"} 1 node_network_carrier_down_changes_total{device="vethee516d44"} 1 node_network_carrier_down_changes_total{device="vethf13f3084"} 1 node_network_carrier_down_changes_total{device="vethf360d74f"} 1 node_network_carrier_down_changes_total{device="vethff3bb083"} 1 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="cni0"} 1 node_network_carrier_up_changes_total{device="docker0"} 0 node_network_carrier_up_changes_total{device="eth0"} 1 node_network_carrier_up_changes_total{device="flannel.1"} 0 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth01a542ab"} 1 node_network_carrier_up_changes_total{device="veth04885b34"} 1 node_network_carrier_up_changes_total{device="veth058f585c"} 1 node_network_carrier_up_changes_total{device="veth0d85975d"} 1 node_network_carrier_up_changes_total{device="veth0e75c326"} 1 node_network_carrier_up_changes_total{device="veth0f180a25"} 1 node_network_carrier_up_changes_total{device="veth0fb83500"} 1 node_network_carrier_up_changes_total{device="veth1e01536b"} 1 node_network_carrier_up_changes_total{device="veth1ec2fc4b"} 1 node_network_carrier_up_changes_total{device="veth2132d387"} 1 node_network_carrier_up_changes_total{device="veth2996026b"} 1 node_network_carrier_up_changes_total{device="veth2ad61c04"} 1 node_network_carrier_up_changes_total{device="veth3dee70a4"} 1 node_network_carrier_up_changes_total{device="veth4af981f0"} 1 node_network_carrier_up_changes_total{device="veth4eab3c3e"} 1 node_network_carrier_up_changes_total{device="veth5d909148"} 1 node_network_carrier_up_changes_total{device="veth5f4e27aa"} 1 node_network_carrier_up_changes_total{device="veth67f0dfa5"} 1 node_network_carrier_up_changes_total{device="veth6a8a2631"} 1 node_network_carrier_up_changes_total{device="veth7158207a"} 1 node_network_carrier_up_changes_total{device="veth71c39f32"} 1 node_network_carrier_up_changes_total{device="veth776a3001"} 1 node_network_carrier_up_changes_total{device="veth7b6cba13"} 1 node_network_carrier_up_changes_total{device="veth86981f39"} 1 node_network_carrier_up_changes_total{device="veth8c92119f"} 1 node_network_carrier_up_changes_total{device="veth8deec114"} 1 node_network_carrier_up_changes_total{device="veth97a23ba1"} 1 node_network_carrier_up_changes_total{device="vethb6fe4048"} 1 node_network_carrier_up_changes_total{device="vethb9321c9d"} 1 node_network_carrier_up_changes_total{device="vethbc6f6058"} 1 node_network_carrier_up_changes_total{device="vethccbf0b1e"} 1 node_network_carrier_up_changes_total{device="vethd766d1bc"} 1 node_network_carrier_up_changes_total{device="vethe4f8a367"} 1 node_network_carrier_up_changes_total{device="vethe7ae6c3c"} 1 node_network_carrier_up_changes_total{device="vetheb1347c0"} 1 node_network_carrier_up_changes_total{device="vetheb6a655e"} 1 node_network_carrier_up_changes_total{device="vethee516d44"} 1 node_network_carrier_up_changes_total{device="vethf13f3084"} 1 node_network_carrier_up_changes_total{device="vethf360d74f"} 1 node_network_carrier_up_changes_total{device="vethff3bb083"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="cni0"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="flannel.1"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth01a542ab"} 0 node_network_device_id{device="veth04885b34"} 0 node_network_device_id{device="veth058f585c"} 0 node_network_device_id{device="veth0d85975d"} 0 node_network_device_id{device="veth0e75c326"} 0 node_network_device_id{device="veth0f180a25"} 0 node_network_device_id{device="veth0fb83500"} 0 node_network_device_id{device="veth1e01536b"} 0 node_network_device_id{device="veth1ec2fc4b"} 0 node_network_device_id{device="veth2132d387"} 0 node_network_device_id{device="veth2996026b"} 0 node_network_device_id{device="veth2ad61c04"} 0 node_network_device_id{device="veth3dee70a4"} 0 node_network_device_id{device="veth4af981f0"} 0 node_network_device_id{device="veth4eab3c3e"} 0 node_network_device_id{device="veth5d909148"} 0 node_network_device_id{device="veth5f4e27aa"} 0 node_network_device_id{device="veth67f0dfa5"} 0 node_network_device_id{device="veth6a8a2631"} 0 node_network_device_id{device="veth7158207a"} 0 node_network_device_id{device="veth71c39f32"} 0 node_network_device_id{device="veth776a3001"} 0 node_network_device_id{device="veth7b6cba13"} 0 node_network_device_id{device="veth86981f39"} 0 node_network_device_id{device="veth8c92119f"} 0 node_network_device_id{device="veth8deec114"} 0 node_network_device_id{device="veth97a23ba1"} 0 node_network_device_id{device="vethb6fe4048"} 0 node_network_device_id{device="vethb9321c9d"} 0 node_network_device_id{device="vethbc6f6058"} 0 node_network_device_id{device="vethccbf0b1e"} 0 node_network_device_id{device="vethd766d1bc"} 0 node_network_device_id{device="vethe4f8a367"} 0 node_network_device_id{device="vethe7ae6c3c"} 0 node_network_device_id{device="vetheb1347c0"} 0 node_network_device_id{device="vetheb6a655e"} 0 node_network_device_id{device="vethee516d44"} 0 node_network_device_id{device="vethf13f3084"} 0 node_network_device_id{device="vethf360d74f"} 0 node_network_device_id{device="vethff3bb083"} 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="veth01a542ab"} 0 node_network_dormant{device="veth04885b34"} 0 node_network_dormant{device="veth058f585c"} 0 node_network_dormant{device="veth0d85975d"} 0 node_network_dormant{device="veth0e75c326"} 0 node_network_dormant{device="veth0f180a25"} 0 node_network_dormant{device="veth0fb83500"} 0 node_network_dormant{device="veth1e01536b"} 0 node_network_dormant{device="veth1ec2fc4b"} 0 node_network_dormant{device="veth2132d387"} 0 node_network_dormant{device="veth2996026b"} 0 node_network_dormant{device="veth2ad61c04"} 0 node_network_dormant{device="veth3dee70a4"} 0 node_network_dormant{device="veth4af981f0"} 0 node_network_dormant{device="veth4eab3c3e"} 0 node_network_dormant{device="veth5d909148"} 0 node_network_dormant{device="veth5f4e27aa"} 0 node_network_dormant{device="veth67f0dfa5"} 0 node_network_dormant{device="veth6a8a2631"} 0 node_network_dormant{device="veth7158207a"} 0 node_network_dormant{device="veth71c39f32"} 0 node_network_dormant{device="veth776a3001"} 0 node_network_dormant{device="veth7b6cba13"} 0 node_network_dormant{device="veth86981f39"} 0 node_network_dormant{device="veth8c92119f"} 0 node_network_dormant{device="veth8deec114"} 0 node_network_dormant{device="veth97a23ba1"} 0 node_network_dormant{device="vethb6fe4048"} 0 node_network_dormant{device="vethb9321c9d"} 0 node_network_dormant{device="vethbc6f6058"} 0 node_network_dormant{device="vethccbf0b1e"} 0 node_network_dormant{device="vethd766d1bc"} 0 node_network_dormant{device="vethe4f8a367"} 0 node_network_dormant{device="vethe7ae6c3c"} 0 node_network_dormant{device="vetheb1347c0"} 0 node_network_dormant{device="vetheb6a655e"} 0 node_network_dormant{device="vethee516d44"} 0 node_network_dormant{device="vethf13f3084"} 0 node_network_dormant{device="vethf360d74f"} 0 node_network_dormant{device="vethff3bb083"} 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="veth01a542ab"} 4867 node_network_flags{device="veth04885b34"} 4867 node_network_flags{device="veth058f585c"} 4867 node_network_flags{device="veth0d85975d"} 4867 node_network_flags{device="veth0e75c326"} 4867 node_network_flags{device="veth0f180a25"} 4867 node_network_flags{device="veth0fb83500"} 4867 node_network_flags{device="veth1e01536b"} 4867 node_network_flags{device="veth1ec2fc4b"} 4867 node_network_flags{device="veth2132d387"} 4867 node_network_flags{device="veth2996026b"} 4867 node_network_flags{device="veth2ad61c04"} 4867 node_network_flags{device="veth3dee70a4"} 4867 node_network_flags{device="veth4af981f0"} 4867 node_network_flags{device="veth4eab3c3e"} 4867 node_network_flags{device="veth5d909148"} 4867 node_network_flags{device="veth5f4e27aa"} 4867 node_network_flags{device="veth67f0dfa5"} 4867 node_network_flags{device="veth6a8a2631"} 4867 node_network_flags{device="veth7158207a"} 4867 node_network_flags{device="veth71c39f32"} 4867 node_network_flags{device="veth776a3001"} 4867 node_network_flags{device="veth7b6cba13"} 4867 node_network_flags{device="veth86981f39"} 4867 node_network_flags{device="veth8c92119f"} 4867 node_network_flags{device="veth8deec114"} 4867 node_network_flags{device="veth97a23ba1"} 4867 node_network_flags{device="vethb6fe4048"} 4867 node_network_flags{device="vethb9321c9d"} 4867 node_network_flags{device="vethbc6f6058"} 4867 node_network_flags{device="vethccbf0b1e"} 4867 node_network_flags{device="vethd766d1bc"} 4867 node_network_flags{device="vethe4f8a367"} 4867 node_network_flags{device="vethe7ae6c3c"} 4867 node_network_flags{device="vetheb1347c0"} 4867 node_network_flags{device="vetheb6a655e"} 4867 node_network_flags{device="vethee516d44"} 4867 node_network_flags{device="vethf13f3084"} 4867 node_network_flags{device="vethf360d74f"} 4867 node_network_flags{device="vethff3bb083"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="cni0"} 5 node_network_iface_id{device="docker0"} 3 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="flannel.1"} 4 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth01a542ab"} 46 node_network_iface_id{device="veth04885b34"} 202 node_network_iface_id{device="veth058f585c"} 343 node_network_iface_id{device="veth0d85975d"} 19 node_network_iface_id{device="veth0e75c326"} 28 node_network_iface_id{device="veth0f180a25"} 276 node_network_iface_id{device="veth0fb83500"} 31 node_network_iface_id{device="veth1e01536b"} 420 node_network_iface_id{device="veth1ec2fc4b"} 81 node_network_iface_id{device="veth2132d387"} 184 node_network_iface_id{device="veth2996026b"} 161 node_network_iface_id{device="veth2ad61c04"} 126 node_network_iface_id{device="veth3dee70a4"} 194 node_network_iface_id{device="veth4af981f0"} 118 node_network_iface_id{device="veth4eab3c3e"} 204 node_network_iface_id{device="veth5d909148"} 323 node_network_iface_id{device="veth5f4e27aa"} 266 node_network_iface_id{device="veth67f0dfa5"} 198 node_network_iface_id{device="veth6a8a2631"} 185 node_network_iface_id{device="veth7158207a"} 59 node_network_iface_id{device="veth71c39f32"} 61 node_network_iface_id{device="veth776a3001"} 419 node_network_iface_id{device="veth7b6cba13"} 341 node_network_iface_id{device="veth86981f39"} 345 node_network_iface_id{device="veth8c92119f"} 193 node_network_iface_id{device="veth8deec114"} 164 node_network_iface_id{device="veth97a23ba1"} 200 node_network_iface_id{device="vethb6fe4048"} 391 node_network_iface_id{device="vethb9321c9d"} 411 node_network_iface_id{device="vethbc6f6058"} 199 node_network_iface_id{device="vethccbf0b1e"} 414 node_network_iface_id{device="vethd766d1bc"} 370 node_network_iface_id{device="vethe4f8a367"} 203 node_network_iface_id{device="vethe7ae6c3c"} 82 node_network_iface_id{device="vetheb1347c0"} 304 node_network_iface_id{device="vetheb6a655e"} 237 node_network_iface_id{device="vethee516d44"} 367 node_network_iface_id{device="vethf13f3084"} 283 node_network_iface_id{device="vethf360d74f"} 363 node_network_iface_id{device="vethff3bb083"} 103 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="cni0"} 5 node_network_iface_link{device="docker0"} 3 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="flannel.1"} 4 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth01a542ab"} 2 node_network_iface_link{device="veth04885b34"} 2 node_network_iface_link{device="veth058f585c"} 2 node_network_iface_link{device="veth0d85975d"} 2 node_network_iface_link{device="veth0e75c326"} 2 node_network_iface_link{device="veth0f180a25"} 2 node_network_iface_link{device="veth0fb83500"} 2 node_network_iface_link{device="veth1e01536b"} 2 node_network_iface_link{device="veth1ec2fc4b"} 2 node_network_iface_link{device="veth2132d387"} 2 node_network_iface_link{device="veth2996026b"} 2 node_network_iface_link{device="veth2ad61c04"} 2 node_network_iface_link{device="veth3dee70a4"} 2 node_network_iface_link{device="veth4af981f0"} 2 node_network_iface_link{device="veth4eab3c3e"} 2 node_network_iface_link{device="veth5d909148"} 2 node_network_iface_link{device="veth5f4e27aa"} 2 node_network_iface_link{device="veth67f0dfa5"} 2 node_network_iface_link{device="veth6a8a2631"} 2 node_network_iface_link{device="veth7158207a"} 2 node_network_iface_link{device="veth71c39f32"} 2 node_network_iface_link{device="veth776a3001"} 2 node_network_iface_link{device="veth7b6cba13"} 2 node_network_iface_link{device="veth86981f39"} 2 node_network_iface_link{device="veth8c92119f"} 2 node_network_iface_link{device="veth8deec114"} 2 node_network_iface_link{device="veth97a23ba1"} 2 node_network_iface_link{device="vethb6fe4048"} 2 node_network_iface_link{device="vethb9321c9d"} 2 node_network_iface_link{device="vethbc6f6058"} 2 node_network_iface_link{device="vethccbf0b1e"} 2 node_network_iface_link{device="vethd766d1bc"} 2 node_network_iface_link{device="vethe4f8a367"} 2 node_network_iface_link{device="vethe7ae6c3c"} 2 node_network_iface_link{device="vetheb1347c0"} 2 node_network_iface_link{device="vetheb6a655e"} 2 node_network_iface_link{device="vethee516d44"} 2 node_network_iface_link{device="vethf13f3084"} 2 node_network_iface_link{device="vethf360d74f"} 2 node_network_iface_link{device="vethff3bb083"} 2 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="cni0"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="flannel.1"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth01a542ab"} 0 node_network_iface_link_mode{device="veth04885b34"} 0 node_network_iface_link_mode{device="veth058f585c"} 0 node_network_iface_link_mode{device="veth0d85975d"} 0 node_network_iface_link_mode{device="veth0e75c326"} 0 node_network_iface_link_mode{device="veth0f180a25"} 0 node_network_iface_link_mode{device="veth0fb83500"} 0 node_network_iface_link_mode{device="veth1e01536b"} 0 node_network_iface_link_mode{device="veth1ec2fc4b"} 0 node_network_iface_link_mode{device="veth2132d387"} 0 node_network_iface_link_mode{device="veth2996026b"} 0 node_network_iface_link_mode{device="veth2ad61c04"} 0 node_network_iface_link_mode{device="veth3dee70a4"} 0 node_network_iface_link_mode{device="veth4af981f0"} 0 node_network_iface_link_mode{device="veth4eab3c3e"} 0 node_network_iface_link_mode{device="veth5d909148"} 0 node_network_iface_link_mode{device="veth5f4e27aa"} 0 node_network_iface_link_mode{device="veth67f0dfa5"} 0 node_network_iface_link_mode{device="veth6a8a2631"} 0 node_network_iface_link_mode{device="veth7158207a"} 0 node_network_iface_link_mode{device="veth71c39f32"} 0 node_network_iface_link_mode{device="veth776a3001"} 0 node_network_iface_link_mode{device="veth7b6cba13"} 0 node_network_iface_link_mode{device="veth86981f39"} 0 node_network_iface_link_mode{device="veth8c92119f"} 0 node_network_iface_link_mode{device="veth8deec114"} 0 node_network_iface_link_mode{device="veth97a23ba1"} 0 node_network_iface_link_mode{device="vethb6fe4048"} 0 node_network_iface_link_mode{device="vethb9321c9d"} 0 node_network_iface_link_mode{device="vethbc6f6058"} 0 node_network_iface_link_mode{device="vethccbf0b1e"} 0 node_network_iface_link_mode{device="vethd766d1bc"} 0 node_network_iface_link_mode{device="vethe4f8a367"} 0 node_network_iface_link_mode{device="vethe7ae6c3c"} 0 node_network_iface_link_mode{device="vetheb1347c0"} 0 node_network_iface_link_mode{device="vetheb6a655e"} 0 node_network_iface_link_mode{device="vethee516d44"} 0 node_network_iface_link_mode{device="vethf13f3084"} 0 node_network_iface_link_mode{device="vethf360d74f"} 0 node_network_iface_link_mode{device="vethff3bb083"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="0a:0e:60:dc:14:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5d909148",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:76:ba:90:f7:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cni0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="1a:18:a2:fd:8f:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff3bb083",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:78:97:6d:c7:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="2e:02:21:54:41:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb6fe4048",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:2d:e1:05:68:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4af981f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:76:63:59:66:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f180a25",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:c5:e0:b0:ae:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="flannel.1",duplex="unknown",ifalias="",operstate="unknown"} 1 node_network_info{address="4a:af:7c:8a:dc:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth86981f39",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:44:29:ac:16:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth67f0dfa5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:a1:53:fd:7c:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7158207a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:e9:19:c3:a3:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf360d74f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:65:75:c5:b0:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2132d387",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:69:0d:a1:db:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd766d1bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:87:0c:be:9a:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee516d44",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:5b:7e:86:9d:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01a542ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:83:86:9c:25:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a8a2631",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:e9:c7:8c:25:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf13f3084",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:cf:8b:b4:29:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbc6f6058",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:39:8f:7e:f5:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7ae6c3c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:68:1b:2f:6c:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ec2fc4b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:d1:19:48:d0:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b6cba13",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:05:65:14:72:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb1347c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:1b:20:0d:ae:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe4f8a367",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:89:7e:49:06:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth776a3001",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:9f:e6:0a:9d:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethccbf0b1e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:66:11:15:24:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f4e27aa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:19:3a:19:ff:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e01536b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:1d:8e:cb:6d:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e75c326",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:ac:87:39:f3:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3dee70a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:4a:61:9f:a3:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4eab3c3e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:a3:23:ff:a2:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth97a23ba1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="bc:24:11:52:5d:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="be:d1:e2:0c:fa:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c92119f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:cf:f5:ba:ae:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2996026b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:cb:da:aa:f6:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb6a655e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:9f:96:6e:b6:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d85975d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:ff:ff:bf:fc:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04885b34",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:d9:a5:88:e0:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8deec114",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:42:6e:2d:6c:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb9321c9d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:79:57:a6:99:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth058f585c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:28:a9:16:d7:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ad61c04",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:bc:23:ea:81:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth71c39f32",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:52:de:27:49:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0fb83500",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="veth01a542ab"} 1450 node_network_mtu_bytes{device="veth04885b34"} 1450 node_network_mtu_bytes{device="veth058f585c"} 1450 node_network_mtu_bytes{device="veth0d85975d"} 1450 node_network_mtu_bytes{device="veth0e75c326"} 1450 node_network_mtu_bytes{device="veth0f180a25"} 1450 node_network_mtu_bytes{device="veth0fb83500"} 1450 node_network_mtu_bytes{device="veth1e01536b"} 1450 node_network_mtu_bytes{device="veth1ec2fc4b"} 1450 node_network_mtu_bytes{device="veth2132d387"} 1450 node_network_mtu_bytes{device="veth2996026b"} 1450 node_network_mtu_bytes{device="veth2ad61c04"} 1450 node_network_mtu_bytes{device="veth3dee70a4"} 1450 node_network_mtu_bytes{device="veth4af981f0"} 1450 node_network_mtu_bytes{device="veth4eab3c3e"} 1450 node_network_mtu_bytes{device="veth5d909148"} 1450 node_network_mtu_bytes{device="veth5f4e27aa"} 1450 node_network_mtu_bytes{device="veth67f0dfa5"} 1450 node_network_mtu_bytes{device="veth6a8a2631"} 1450 node_network_mtu_bytes{device="veth7158207a"} 1450 node_network_mtu_bytes{device="veth71c39f32"} 1450 node_network_mtu_bytes{device="veth776a3001"} 1450 node_network_mtu_bytes{device="veth7b6cba13"} 1450 node_network_mtu_bytes{device="veth86981f39"} 1450 node_network_mtu_bytes{device="veth8c92119f"} 1450 node_network_mtu_bytes{device="veth8deec114"} 1450 node_network_mtu_bytes{device="veth97a23ba1"} 1450 node_network_mtu_bytes{device="vethb6fe4048"} 1450 node_network_mtu_bytes{device="vethb9321c9d"} 1450 node_network_mtu_bytes{device="vethbc6f6058"} 1450 node_network_mtu_bytes{device="vethccbf0b1e"} 1450 node_network_mtu_bytes{device="vethd766d1bc"} 1450 node_network_mtu_bytes{device="vethe4f8a367"} 1450 node_network_mtu_bytes{device="vethe7ae6c3c"} 1450 node_network_mtu_bytes{device="vetheb1347c0"} 1450 node_network_mtu_bytes{device="vetheb6a655e"} 1450 node_network_mtu_bytes{device="vethee516d44"} 1450 node_network_mtu_bytes{device="vethf13f3084"} 1450 node_network_mtu_bytes{device="vethf360d74f"} 1450 node_network_mtu_bytes{device="vethff3bb083"} 1450 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="cni0"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="eth0"} 4 node_network_name_assign_type{device="flannel.1"} 3 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth01a542ab"} 3 node_network_name_assign_type{device="veth04885b34"} 3 node_network_name_assign_type{device="veth058f585c"} 3 node_network_name_assign_type{device="veth0d85975d"} 3 node_network_name_assign_type{device="veth0e75c326"} 3 node_network_name_assign_type{device="veth0f180a25"} 3 node_network_name_assign_type{device="veth0fb83500"} 3 node_network_name_assign_type{device="veth1e01536b"} 3 node_network_name_assign_type{device="veth1ec2fc4b"} 3 node_network_name_assign_type{device="veth2132d387"} 3 node_network_name_assign_type{device="veth2996026b"} 3 node_network_name_assign_type{device="veth2ad61c04"} 3 node_network_name_assign_type{device="veth3dee70a4"} 3 node_network_name_assign_type{device="veth4af981f0"} 3 node_network_name_assign_type{device="veth4eab3c3e"} 3 node_network_name_assign_type{device="veth5d909148"} 3 node_network_name_assign_type{device="veth5f4e27aa"} 3 node_network_name_assign_type{device="veth67f0dfa5"} 3 node_network_name_assign_type{device="veth6a8a2631"} 3 node_network_name_assign_type{device="veth7158207a"} 3 node_network_name_assign_type{device="veth71c39f32"} 3 node_network_name_assign_type{device="veth776a3001"} 3 node_network_name_assign_type{device="veth7b6cba13"} 3 node_network_name_assign_type{device="veth86981f39"} 3 node_network_name_assign_type{device="veth8c92119f"} 3 node_network_name_assign_type{device="veth8deec114"} 3 node_network_name_assign_type{device="veth97a23ba1"} 3 node_network_name_assign_type{device="vethb6fe4048"} 3 node_network_name_assign_type{device="vethb9321c9d"} 3 node_network_name_assign_type{device="vethbc6f6058"} 3 node_network_name_assign_type{device="vethccbf0b1e"} 3 node_network_name_assign_type{device="vethd766d1bc"} 3 node_network_name_assign_type{device="vethe4f8a367"} 3 node_network_name_assign_type{device="vethe7ae6c3c"} 3 node_network_name_assign_type{device="vetheb1347c0"} 3 node_network_name_assign_type{device="vetheb6a655e"} 3 node_network_name_assign_type{device="vethee516d44"} 3 node_network_name_assign_type{device="vethf13f3084"} 3 node_network_name_assign_type{device="vethf360d74f"} 3 node_network_name_assign_type{device="vethff3bb083"} 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="veth01a542ab"} 0 node_network_net_dev_group{device="veth04885b34"} 0 node_network_net_dev_group{device="veth058f585c"} 0 node_network_net_dev_group{device="veth0d85975d"} 0 node_network_net_dev_group{device="veth0e75c326"} 0 node_network_net_dev_group{device="veth0f180a25"} 0 node_network_net_dev_group{device="veth0fb83500"} 0 node_network_net_dev_group{device="veth1e01536b"} 0 node_network_net_dev_group{device="veth1ec2fc4b"} 0 node_network_net_dev_group{device="veth2132d387"} 0 node_network_net_dev_group{device="veth2996026b"} 0 node_network_net_dev_group{device="veth2ad61c04"} 0 node_network_net_dev_group{device="veth3dee70a4"} 0 node_network_net_dev_group{device="veth4af981f0"} 0 node_network_net_dev_group{device="veth4eab3c3e"} 0 node_network_net_dev_group{device="veth5d909148"} 0 node_network_net_dev_group{device="veth5f4e27aa"} 0 node_network_net_dev_group{device="veth67f0dfa5"} 0 node_network_net_dev_group{device="veth6a8a2631"} 0 node_network_net_dev_group{device="veth7158207a"} 0 node_network_net_dev_group{device="veth71c39f32"} 0 node_network_net_dev_group{device="veth776a3001"} 0 node_network_net_dev_group{device="veth7b6cba13"} 0 node_network_net_dev_group{device="veth86981f39"} 0 node_network_net_dev_group{device="veth8c92119f"} 0 node_network_net_dev_group{device="veth8deec114"} 0 node_network_net_dev_group{device="veth97a23ba1"} 0 node_network_net_dev_group{device="vethb6fe4048"} 0 node_network_net_dev_group{device="vethb9321c9d"} 0 node_network_net_dev_group{device="vethbc6f6058"} 0 node_network_net_dev_group{device="vethccbf0b1e"} 0 node_network_net_dev_group{device="vethd766d1bc"} 0 node_network_net_dev_group{device="vethe4f8a367"} 0 node_network_net_dev_group{device="vethe7ae6c3c"} 0 node_network_net_dev_group{device="vetheb1347c0"} 0 node_network_net_dev_group{device="vetheb6a655e"} 0 node_network_net_dev_group{device="vethee516d44"} 0 node_network_net_dev_group{device="vethf13f3084"} 0 node_network_net_dev_group{device="vethf360d74f"} 0 node_network_net_dev_group{device="vethff3bb083"} 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="veth01a542ab"} 1 node_network_protocol_type{device="veth04885b34"} 1 node_network_protocol_type{device="veth058f585c"} 1 node_network_protocol_type{device="veth0d85975d"} 1 node_network_protocol_type{device="veth0e75c326"} 1 node_network_protocol_type{device="veth0f180a25"} 1 node_network_protocol_type{device="veth0fb83500"} 1 node_network_protocol_type{device="veth1e01536b"} 1 node_network_protocol_type{device="veth1ec2fc4b"} 1 node_network_protocol_type{device="veth2132d387"} 1 node_network_protocol_type{device="veth2996026b"} 1 node_network_protocol_type{device="veth2ad61c04"} 1 node_network_protocol_type{device="veth3dee70a4"} 1 node_network_protocol_type{device="veth4af981f0"} 1 node_network_protocol_type{device="veth4eab3c3e"} 1 node_network_protocol_type{device="veth5d909148"} 1 node_network_protocol_type{device="veth5f4e27aa"} 1 node_network_protocol_type{device="veth67f0dfa5"} 1 node_network_protocol_type{device="veth6a8a2631"} 1 node_network_protocol_type{device="veth7158207a"} 1 node_network_protocol_type{device="veth71c39f32"} 1 node_network_protocol_type{device="veth776a3001"} 1 node_network_protocol_type{device="veth7b6cba13"} 1 node_network_protocol_type{device="veth86981f39"} 1 node_network_protocol_type{device="veth8c92119f"} 1 node_network_protocol_type{device="veth8deec114"} 1 node_network_protocol_type{device="veth97a23ba1"} 1 node_network_protocol_type{device="vethb6fe4048"} 1 node_network_protocol_type{device="vethb9321c9d"} 1 node_network_protocol_type{device="vethbc6f6058"} 1 node_network_protocol_type{device="vethccbf0b1e"} 1 node_network_protocol_type{device="vethd766d1bc"} 1 node_network_protocol_type{device="vethe4f8a367"} 1 node_network_protocol_type{device="vethe7ae6c3c"} 1 node_network_protocol_type{device="vetheb1347c0"} 1 node_network_protocol_type{device="vetheb6a655e"} 1 node_network_protocol_type{device="vethee516d44"} 1 node_network_protocol_type{device="vethf13f3084"} 1 node_network_protocol_type{device="vethf360d74f"} 1 node_network_protocol_type{device="vethff3bb083"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="cni0"} 5.5394765415e+10 node_network_receive_bytes_total{device="docker0"} 0 node_network_receive_bytes_total{device="eth0"} 1.137671936938e+12 node_network_receive_bytes_total{device="flannel.1"} 1.5265435564e+10 node_network_receive_bytes_total{device="lo"} 2.721125574e+09 node_network_receive_bytes_total{device="veth01a542ab"} 6.52765002e+08 node_network_receive_bytes_total{device="veth04885b34"} 6.367244e+06 node_network_receive_bytes_total{device="veth058f585c"} 2.39080157e+08 node_network_receive_bytes_total{device="veth0d85975d"} 6.76142603e+08 node_network_receive_bytes_total{device="veth0e75c326"} 1.08974322e+08 node_network_receive_bytes_total{device="veth0f180a25"} 4.8018438e+07 node_network_receive_bytes_total{device="veth0fb83500"} 8.133211e+06 node_network_receive_bytes_total{device="veth1e01536b"} 1522 node_network_receive_bytes_total{device="veth1ec2fc4b"} 1.2779107e+07 node_network_receive_bytes_total{device="veth2132d387"} 1.23967256e+08 node_network_receive_bytes_total{device="veth2996026b"} 1.51406064e+08 node_network_receive_bytes_total{device="veth2ad61c04"} 1.1461459e+07 node_network_receive_bytes_total{device="veth3dee70a4"} 2.17334588e+08 node_network_receive_bytes_total{device="veth4af981f0"} 4.5156636e+07 node_network_receive_bytes_total{device="veth4eab3c3e"} 28822 node_network_receive_bytes_total{device="veth5d909148"} 3.98548554e+08 node_network_receive_bytes_total{device="veth5f4e27aa"} 39027 node_network_receive_bytes_total{device="veth67f0dfa5"} 28822 node_network_receive_bytes_total{device="veth6a8a2631"} 1.16126421e+08 node_network_receive_bytes_total{device="veth7158207a"} 2.561773846e+10 node_network_receive_bytes_total{device="veth71c39f32"} 3.3763324819e+10 node_network_receive_bytes_total{device="veth776a3001"} 107387 node_network_receive_bytes_total{device="veth7b6cba13"} 8.45064033e+08 node_network_receive_bytes_total{device="veth86981f39"} 6.5278604e+07 node_network_receive_bytes_total{device="veth8c92119f"} 466416 node_network_receive_bytes_total{device="veth8deec114"} 2.38192115e+08 node_network_receive_bytes_total{device="veth97a23ba1"} 29633 node_network_receive_bytes_total{device="vethb6fe4048"} 1.298157e+06 node_network_receive_bytes_total{device="vethb9321c9d"} 1.079785e+06 node_network_receive_bytes_total{device="vethbc6f6058"} 1.94612257e+08 node_network_receive_bytes_total{device="vethccbf0b1e"} 7.8935178e+07 node_network_receive_bytes_total{device="vethd766d1bc"} 3.611631e+06 node_network_receive_bytes_total{device="vethe4f8a367"} 2.38234206e+08 node_network_receive_bytes_total{device="vethe7ae6c3c"} 1.2782947e+07 node_network_receive_bytes_total{device="vetheb1347c0"} 4.046208e+06 node_network_receive_bytes_total{device="vetheb6a655e"} 8.11366037e+08 node_network_receive_bytes_total{device="vethee516d44"} 2.620072e+06 node_network_receive_bytes_total{device="vethf13f3084"} 7.850024e+06 node_network_receive_bytes_total{device="vethf360d74f"} 9.741986e+06 node_network_receive_bytes_total{device="vethff3bb083"} 9.9901142e+07 # 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="veth01a542ab"} 0 node_network_receive_compressed_total{device="veth04885b34"} 0 node_network_receive_compressed_total{device="veth058f585c"} 0 node_network_receive_compressed_total{device="veth0d85975d"} 0 node_network_receive_compressed_total{device="veth0e75c326"} 0 node_network_receive_compressed_total{device="veth0f180a25"} 0 node_network_receive_compressed_total{device="veth0fb83500"} 0 node_network_receive_compressed_total{device="veth1e01536b"} 0 node_network_receive_compressed_total{device="veth1ec2fc4b"} 0 node_network_receive_compressed_total{device="veth2132d387"} 0 node_network_receive_compressed_total{device="veth2996026b"} 0 node_network_receive_compressed_total{device="veth2ad61c04"} 0 node_network_receive_compressed_total{device="veth3dee70a4"} 0 node_network_receive_compressed_total{device="veth4af981f0"} 0 node_network_receive_compressed_total{device="veth4eab3c3e"} 0 node_network_receive_compressed_total{device="veth5d909148"} 0 node_network_receive_compressed_total{device="veth5f4e27aa"} 0 node_network_receive_compressed_total{device="veth67f0dfa5"} 0 node_network_receive_compressed_total{device="veth6a8a2631"} 0 node_network_receive_compressed_total{device="veth7158207a"} 0 node_network_receive_compressed_total{device="veth71c39f32"} 0 node_network_receive_compressed_total{device="veth776a3001"} 0 node_network_receive_compressed_total{device="veth7b6cba13"} 0 node_network_receive_compressed_total{device="veth86981f39"} 0 node_network_receive_compressed_total{device="veth8c92119f"} 0 node_network_receive_compressed_total{device="veth8deec114"} 0 node_network_receive_compressed_total{device="veth97a23ba1"} 0 node_network_receive_compressed_total{device="vethb6fe4048"} 0 node_network_receive_compressed_total{device="vethb9321c9d"} 0 node_network_receive_compressed_total{device="vethbc6f6058"} 0 node_network_receive_compressed_total{device="vethccbf0b1e"} 0 node_network_receive_compressed_total{device="vethd766d1bc"} 0 node_network_receive_compressed_total{device="vethe4f8a367"} 0 node_network_receive_compressed_total{device="vethe7ae6c3c"} 0 node_network_receive_compressed_total{device="vetheb1347c0"} 0 node_network_receive_compressed_total{device="vetheb6a655e"} 0 node_network_receive_compressed_total{device="vethee516d44"} 0 node_network_receive_compressed_total{device="vethf13f3084"} 0 node_network_receive_compressed_total{device="vethf360d74f"} 0 node_network_receive_compressed_total{device="vethff3bb083"} 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"} 360 node_network_receive_drop_total{device="flannel.1"} 0 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="veth01a542ab"} 0 node_network_receive_drop_total{device="veth04885b34"} 0 node_network_receive_drop_total{device="veth058f585c"} 0 node_network_receive_drop_total{device="veth0d85975d"} 0 node_network_receive_drop_total{device="veth0e75c326"} 0 node_network_receive_drop_total{device="veth0f180a25"} 0 node_network_receive_drop_total{device="veth0fb83500"} 0 node_network_receive_drop_total{device="veth1e01536b"} 0 node_network_receive_drop_total{device="veth1ec2fc4b"} 0 node_network_receive_drop_total{device="veth2132d387"} 0 node_network_receive_drop_total{device="veth2996026b"} 0 node_network_receive_drop_total{device="veth2ad61c04"} 0 node_network_receive_drop_total{device="veth3dee70a4"} 0 node_network_receive_drop_total{device="veth4af981f0"} 0 node_network_receive_drop_total{device="veth4eab3c3e"} 0 node_network_receive_drop_total{device="veth5d909148"} 0 node_network_receive_drop_total{device="veth5f4e27aa"} 0 node_network_receive_drop_total{device="veth67f0dfa5"} 0 node_network_receive_drop_total{device="veth6a8a2631"} 0 node_network_receive_drop_total{device="veth7158207a"} 0 node_network_receive_drop_total{device="veth71c39f32"} 0 node_network_receive_drop_total{device="veth776a3001"} 0 node_network_receive_drop_total{device="veth7b6cba13"} 0 node_network_receive_drop_total{device="veth86981f39"} 0 node_network_receive_drop_total{device="veth8c92119f"} 0 node_network_receive_drop_total{device="veth8deec114"} 0 node_network_receive_drop_total{device="veth97a23ba1"} 0 node_network_receive_drop_total{device="vethb6fe4048"} 0 node_network_receive_drop_total{device="vethb9321c9d"} 0 node_network_receive_drop_total{device="vethbc6f6058"} 0 node_network_receive_drop_total{device="vethccbf0b1e"} 0 node_network_receive_drop_total{device="vethd766d1bc"} 0 node_network_receive_drop_total{device="vethe4f8a367"} 0 node_network_receive_drop_total{device="vethe7ae6c3c"} 0 node_network_receive_drop_total{device="vetheb1347c0"} 0 node_network_receive_drop_total{device="vetheb6a655e"} 0 node_network_receive_drop_total{device="vethee516d44"} 0 node_network_receive_drop_total{device="vethf13f3084"} 0 node_network_receive_drop_total{device="vethf360d74f"} 0 node_network_receive_drop_total{device="vethff3bb083"} 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="veth01a542ab"} 0 node_network_receive_errs_total{device="veth04885b34"} 0 node_network_receive_errs_total{device="veth058f585c"} 0 node_network_receive_errs_total{device="veth0d85975d"} 0 node_network_receive_errs_total{device="veth0e75c326"} 0 node_network_receive_errs_total{device="veth0f180a25"} 0 node_network_receive_errs_total{device="veth0fb83500"} 0 node_network_receive_errs_total{device="veth1e01536b"} 0 node_network_receive_errs_total{device="veth1ec2fc4b"} 0 node_network_receive_errs_total{device="veth2132d387"} 0 node_network_receive_errs_total{device="veth2996026b"} 0 node_network_receive_errs_total{device="veth2ad61c04"} 0 node_network_receive_errs_total{device="veth3dee70a4"} 0 node_network_receive_errs_total{device="veth4af981f0"} 0 node_network_receive_errs_total{device="veth4eab3c3e"} 0 node_network_receive_errs_total{device="veth5d909148"} 0 node_network_receive_errs_total{device="veth5f4e27aa"} 0 node_network_receive_errs_total{device="veth67f0dfa5"} 0 node_network_receive_errs_total{device="veth6a8a2631"} 0 node_network_receive_errs_total{device="veth7158207a"} 0 node_network_receive_errs_total{device="veth71c39f32"} 0 node_network_receive_errs_total{device="veth776a3001"} 0 node_network_receive_errs_total{device="veth7b6cba13"} 0 node_network_receive_errs_total{device="veth86981f39"} 0 node_network_receive_errs_total{device="veth8c92119f"} 0 node_network_receive_errs_total{device="veth8deec114"} 0 node_network_receive_errs_total{device="veth97a23ba1"} 0 node_network_receive_errs_total{device="vethb6fe4048"} 0 node_network_receive_errs_total{device="vethb9321c9d"} 0 node_network_receive_errs_total{device="vethbc6f6058"} 0 node_network_receive_errs_total{device="vethccbf0b1e"} 0 node_network_receive_errs_total{device="vethd766d1bc"} 0 node_network_receive_errs_total{device="vethe4f8a367"} 0 node_network_receive_errs_total{device="vethe7ae6c3c"} 0 node_network_receive_errs_total{device="vetheb1347c0"} 0 node_network_receive_errs_total{device="vetheb6a655e"} 0 node_network_receive_errs_total{device="vethee516d44"} 0 node_network_receive_errs_total{device="vethf13f3084"} 0 node_network_receive_errs_total{device="vethf360d74f"} 0 node_network_receive_errs_total{device="vethff3bb083"} 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="veth01a542ab"} 0 node_network_receive_fifo_total{device="veth04885b34"} 0 node_network_receive_fifo_total{device="veth058f585c"} 0 node_network_receive_fifo_total{device="veth0d85975d"} 0 node_network_receive_fifo_total{device="veth0e75c326"} 0 node_network_receive_fifo_total{device="veth0f180a25"} 0 node_network_receive_fifo_total{device="veth0fb83500"} 0 node_network_receive_fifo_total{device="veth1e01536b"} 0 node_network_receive_fifo_total{device="veth1ec2fc4b"} 0 node_network_receive_fifo_total{device="veth2132d387"} 0 node_network_receive_fifo_total{device="veth2996026b"} 0 node_network_receive_fifo_total{device="veth2ad61c04"} 0 node_network_receive_fifo_total{device="veth3dee70a4"} 0 node_network_receive_fifo_total{device="veth4af981f0"} 0 node_network_receive_fifo_total{device="veth4eab3c3e"} 0 node_network_receive_fifo_total{device="veth5d909148"} 0 node_network_receive_fifo_total{device="veth5f4e27aa"} 0 node_network_receive_fifo_total{device="veth67f0dfa5"} 0 node_network_receive_fifo_total{device="veth6a8a2631"} 0 node_network_receive_fifo_total{device="veth7158207a"} 0 node_network_receive_fifo_total{device="veth71c39f32"} 0 node_network_receive_fifo_total{device="veth776a3001"} 0 node_network_receive_fifo_total{device="veth7b6cba13"} 0 node_network_receive_fifo_total{device="veth86981f39"} 0 node_network_receive_fifo_total{device="veth8c92119f"} 0 node_network_receive_fifo_total{device="veth8deec114"} 0 node_network_receive_fifo_total{device="veth97a23ba1"} 0 node_network_receive_fifo_total{device="vethb6fe4048"} 0 node_network_receive_fifo_total{device="vethb9321c9d"} 0 node_network_receive_fifo_total{device="vethbc6f6058"} 0 node_network_receive_fifo_total{device="vethccbf0b1e"} 0 node_network_receive_fifo_total{device="vethd766d1bc"} 0 node_network_receive_fifo_total{device="vethe4f8a367"} 0 node_network_receive_fifo_total{device="vethe7ae6c3c"} 0 node_network_receive_fifo_total{device="vetheb1347c0"} 0 node_network_receive_fifo_total{device="vetheb6a655e"} 0 node_network_receive_fifo_total{device="vethee516d44"} 0 node_network_receive_fifo_total{device="vethf13f3084"} 0 node_network_receive_fifo_total{device="vethf360d74f"} 0 node_network_receive_fifo_total{device="vethff3bb083"} 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="veth01a542ab"} 0 node_network_receive_frame_total{device="veth04885b34"} 0 node_network_receive_frame_total{device="veth058f585c"} 0 node_network_receive_frame_total{device="veth0d85975d"} 0 node_network_receive_frame_total{device="veth0e75c326"} 0 node_network_receive_frame_total{device="veth0f180a25"} 0 node_network_receive_frame_total{device="veth0fb83500"} 0 node_network_receive_frame_total{device="veth1e01536b"} 0 node_network_receive_frame_total{device="veth1ec2fc4b"} 0 node_network_receive_frame_total{device="veth2132d387"} 0 node_network_receive_frame_total{device="veth2996026b"} 0 node_network_receive_frame_total{device="veth2ad61c04"} 0 node_network_receive_frame_total{device="veth3dee70a4"} 0 node_network_receive_frame_total{device="veth4af981f0"} 0 node_network_receive_frame_total{device="veth4eab3c3e"} 0 node_network_receive_frame_total{device="veth5d909148"} 0 node_network_receive_frame_total{device="veth5f4e27aa"} 0 node_network_receive_frame_total{device="veth67f0dfa5"} 0 node_network_receive_frame_total{device="veth6a8a2631"} 0 node_network_receive_frame_total{device="veth7158207a"} 0 node_network_receive_frame_total{device="veth71c39f32"} 0 node_network_receive_frame_total{device="veth776a3001"} 0 node_network_receive_frame_total{device="veth7b6cba13"} 0 node_network_receive_frame_total{device="veth86981f39"} 0 node_network_receive_frame_total{device="veth8c92119f"} 0 node_network_receive_frame_total{device="veth8deec114"} 0 node_network_receive_frame_total{device="veth97a23ba1"} 0 node_network_receive_frame_total{device="vethb6fe4048"} 0 node_network_receive_frame_total{device="vethb9321c9d"} 0 node_network_receive_frame_total{device="vethbc6f6058"} 0 node_network_receive_frame_total{device="vethccbf0b1e"} 0 node_network_receive_frame_total{device="vethd766d1bc"} 0 node_network_receive_frame_total{device="vethe4f8a367"} 0 node_network_receive_frame_total{device="vethe7ae6c3c"} 0 node_network_receive_frame_total{device="vetheb1347c0"} 0 node_network_receive_frame_total{device="vetheb6a655e"} 0 node_network_receive_frame_total{device="vethee516d44"} 0 node_network_receive_frame_total{device="vethf13f3084"} 0 node_network_receive_frame_total{device="vethf360d74f"} 0 node_network_receive_frame_total{device="vethff3bb083"} 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"} 30336 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="veth01a542ab"} 0 node_network_receive_multicast_total{device="veth04885b34"} 0 node_network_receive_multicast_total{device="veth058f585c"} 0 node_network_receive_multicast_total{device="veth0d85975d"} 0 node_network_receive_multicast_total{device="veth0e75c326"} 0 node_network_receive_multicast_total{device="veth0f180a25"} 0 node_network_receive_multicast_total{device="veth0fb83500"} 0 node_network_receive_multicast_total{device="veth1e01536b"} 0 node_network_receive_multicast_total{device="veth1ec2fc4b"} 0 node_network_receive_multicast_total{device="veth2132d387"} 0 node_network_receive_multicast_total{device="veth2996026b"} 0 node_network_receive_multicast_total{device="veth2ad61c04"} 0 node_network_receive_multicast_total{device="veth3dee70a4"} 0 node_network_receive_multicast_total{device="veth4af981f0"} 0 node_network_receive_multicast_total{device="veth4eab3c3e"} 0 node_network_receive_multicast_total{device="veth5d909148"} 0 node_network_receive_multicast_total{device="veth5f4e27aa"} 0 node_network_receive_multicast_total{device="veth67f0dfa5"} 0 node_network_receive_multicast_total{device="veth6a8a2631"} 0 node_network_receive_multicast_total{device="veth7158207a"} 0 node_network_receive_multicast_total{device="veth71c39f32"} 0 node_network_receive_multicast_total{device="veth776a3001"} 0 node_network_receive_multicast_total{device="veth7b6cba13"} 0 node_network_receive_multicast_total{device="veth86981f39"} 0 node_network_receive_multicast_total{device="veth8c92119f"} 0 node_network_receive_multicast_total{device="veth8deec114"} 0 node_network_receive_multicast_total{device="veth97a23ba1"} 0 node_network_receive_multicast_total{device="vethb6fe4048"} 0 node_network_receive_multicast_total{device="vethb9321c9d"} 0 node_network_receive_multicast_total{device="vethbc6f6058"} 0 node_network_receive_multicast_total{device="vethccbf0b1e"} 0 node_network_receive_multicast_total{device="vethd766d1bc"} 0 node_network_receive_multicast_total{device="vethe4f8a367"} 0 node_network_receive_multicast_total{device="vethe7ae6c3c"} 0 node_network_receive_multicast_total{device="vetheb1347c0"} 0 node_network_receive_multicast_total{device="vetheb6a655e"} 0 node_network_receive_multicast_total{device="vethee516d44"} 0 node_network_receive_multicast_total{device="vethf13f3084"} 0 node_network_receive_multicast_total{device="vethf360d74f"} 0 node_network_receive_multicast_total{device="vethff3bb083"} 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="veth01a542ab"} 0 node_network_receive_nohandler_total{device="veth04885b34"} 0 node_network_receive_nohandler_total{device="veth058f585c"} 0 node_network_receive_nohandler_total{device="veth0d85975d"} 0 node_network_receive_nohandler_total{device="veth0e75c326"} 0 node_network_receive_nohandler_total{device="veth0f180a25"} 0 node_network_receive_nohandler_total{device="veth0fb83500"} 0 node_network_receive_nohandler_total{device="veth1e01536b"} 0 node_network_receive_nohandler_total{device="veth1ec2fc4b"} 0 node_network_receive_nohandler_total{device="veth2132d387"} 0 node_network_receive_nohandler_total{device="veth2996026b"} 0 node_network_receive_nohandler_total{device="veth2ad61c04"} 0 node_network_receive_nohandler_total{device="veth3dee70a4"} 0 node_network_receive_nohandler_total{device="veth4af981f0"} 0 node_network_receive_nohandler_total{device="veth4eab3c3e"} 0 node_network_receive_nohandler_total{device="veth5d909148"} 0 node_network_receive_nohandler_total{device="veth5f4e27aa"} 0 node_network_receive_nohandler_total{device="veth67f0dfa5"} 0 node_network_receive_nohandler_total{device="veth6a8a2631"} 0 node_network_receive_nohandler_total{device="veth7158207a"} 0 node_network_receive_nohandler_total{device="veth71c39f32"} 0 node_network_receive_nohandler_total{device="veth776a3001"} 0 node_network_receive_nohandler_total{device="veth7b6cba13"} 0 node_network_receive_nohandler_total{device="veth86981f39"} 0 node_network_receive_nohandler_total{device="veth8c92119f"} 0 node_network_receive_nohandler_total{device="veth8deec114"} 0 node_network_receive_nohandler_total{device="veth97a23ba1"} 0 node_network_receive_nohandler_total{device="vethb6fe4048"} 0 node_network_receive_nohandler_total{device="vethb9321c9d"} 0 node_network_receive_nohandler_total{device="vethbc6f6058"} 0 node_network_receive_nohandler_total{device="vethccbf0b1e"} 0 node_network_receive_nohandler_total{device="vethd766d1bc"} 0 node_network_receive_nohandler_total{device="vethe4f8a367"} 0 node_network_receive_nohandler_total{device="vethe7ae6c3c"} 0 node_network_receive_nohandler_total{device="vetheb1347c0"} 0 node_network_receive_nohandler_total{device="vetheb6a655e"} 0 node_network_receive_nohandler_total{device="vethee516d44"} 0 node_network_receive_nohandler_total{device="vethf13f3084"} 0 node_network_receive_nohandler_total{device="vethf360d74f"} 0 node_network_receive_nohandler_total{device="vethff3bb083"} 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"} 1.63879855e+08 node_network_receive_packets_total{device="docker0"} 0 node_network_receive_packets_total{device="eth0"} 1.102306511e+09 node_network_receive_packets_total{device="flannel.1"} 4.9652038e+07 node_network_receive_packets_total{device="lo"} 1.9363259e+07 node_network_receive_packets_total{device="veth01a542ab"} 7.393924e+06 node_network_receive_packets_total{device="veth04885b34"} 3924 node_network_receive_packets_total{device="veth058f585c"} 216281 node_network_receive_packets_total{device="veth0d85975d"} 7.721606e+06 node_network_receive_packets_total{device="veth0e75c326"} 1.474117e+06 node_network_receive_packets_total{device="veth0f180a25"} 472524 node_network_receive_packets_total{device="veth0fb83500"} 4681 node_network_receive_packets_total{device="veth1e01536b"} 21 node_network_receive_packets_total{device="veth1ec2fc4b"} 225972 node_network_receive_packets_total{device="veth2132d387"} 1.182903e+06 node_network_receive_packets_total{device="veth2996026b"} 120968 node_network_receive_packets_total{device="veth2ad61c04"} 202659 node_network_receive_packets_total{device="veth3dee70a4"} 854882 node_network_receive_packets_total{device="veth4af981f0"} 523719 node_network_receive_packets_total{device="veth4eab3c3e"} 411 node_network_receive_packets_total{device="veth5d909148"} 291733 node_network_receive_packets_total{device="veth5f4e27aa"} 374 node_network_receive_packets_total{device="veth67f0dfa5"} 411 node_network_receive_packets_total{device="veth6a8a2631"} 1.23625e+06 node_network_receive_packets_total{device="veth7158207a"} 5.9118099e+07 node_network_receive_packets_total{device="veth71c39f32"} 1.34007284e+08 node_network_receive_packets_total{device="veth776a3001"} 412 node_network_receive_packets_total{device="veth7b6cba13"} 4.658135e+06 node_network_receive_packets_total{device="veth86981f39"} 625816 node_network_receive_packets_total{device="veth8c92119f"} 4467 node_network_receive_packets_total{device="veth8deec114"} 2.780806e+06 node_network_receive_packets_total{device="veth97a23ba1"} 421 node_network_receive_packets_total{device="vethb6fe4048"} 286 node_network_receive_packets_total{device="vethb9321c9d"} 12943 node_network_receive_packets_total{device="vethbc6f6058"} 2.274298e+06 node_network_receive_packets_total{device="vethccbf0b1e"} 4751 node_network_receive_packets_total{device="vethd766d1bc"} 30533 node_network_receive_packets_total{device="vethe4f8a367"} 2.754757e+06 node_network_receive_packets_total{device="vethe7ae6c3c"} 226091 node_network_receive_packets_total{device="vetheb1347c0"} 6628 node_network_receive_packets_total{device="vetheb6a655e"} 441177 node_network_receive_packets_total{device="vethee516d44"} 43441 node_network_receive_packets_total{device="vethf13f3084"} 58676 node_network_receive_packets_total{device="vethf360d74f"} 83211 node_network_receive_packets_total{device="vethff3bb083"} 1.198979e+06 # 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="veth01a542ab"} 1.25e+09 node_network_speed_bytes{device="veth04885b34"} 1.25e+09 node_network_speed_bytes{device="veth058f585c"} 1.25e+09 node_network_speed_bytes{device="veth0d85975d"} 1.25e+09 node_network_speed_bytes{device="veth0e75c326"} 1.25e+09 node_network_speed_bytes{device="veth0f180a25"} 1.25e+09 node_network_speed_bytes{device="veth0fb83500"} 1.25e+09 node_network_speed_bytes{device="veth1e01536b"} 1.25e+09 node_network_speed_bytes{device="veth1ec2fc4b"} 1.25e+09 node_network_speed_bytes{device="veth2132d387"} 1.25e+09 node_network_speed_bytes{device="veth2996026b"} 1.25e+09 node_network_speed_bytes{device="veth2ad61c04"} 1.25e+09 node_network_speed_bytes{device="veth3dee70a4"} 1.25e+09 node_network_speed_bytes{device="veth4af981f0"} 1.25e+09 node_network_speed_bytes{device="veth4eab3c3e"} 1.25e+09 node_network_speed_bytes{device="veth5d909148"} 1.25e+09 node_network_speed_bytes{device="veth5f4e27aa"} 1.25e+09 node_network_speed_bytes{device="veth67f0dfa5"} 1.25e+09 node_network_speed_bytes{device="veth6a8a2631"} 1.25e+09 node_network_speed_bytes{device="veth7158207a"} 1.25e+09 node_network_speed_bytes{device="veth71c39f32"} 1.25e+09 node_network_speed_bytes{device="veth776a3001"} 1.25e+09 node_network_speed_bytes{device="veth7b6cba13"} 1.25e+09 node_network_speed_bytes{device="veth86981f39"} 1.25e+09 node_network_speed_bytes{device="veth8c92119f"} 1.25e+09 node_network_speed_bytes{device="veth8deec114"} 1.25e+09 node_network_speed_bytes{device="veth97a23ba1"} 1.25e+09 node_network_speed_bytes{device="vethb6fe4048"} 1.25e+09 node_network_speed_bytes{device="vethb9321c9d"} 1.25e+09 node_network_speed_bytes{device="vethbc6f6058"} 1.25e+09 node_network_speed_bytes{device="vethccbf0b1e"} 1.25e+09 node_network_speed_bytes{device="vethd766d1bc"} 1.25e+09 node_network_speed_bytes{device="vethe4f8a367"} 1.25e+09 node_network_speed_bytes{device="vethe7ae6c3c"} 1.25e+09 node_network_speed_bytes{device="vetheb1347c0"} 1.25e+09 node_network_speed_bytes{device="vetheb6a655e"} 1.25e+09 node_network_speed_bytes{device="vethee516d44"} 1.25e+09 node_network_speed_bytes{device="vethf13f3084"} 1.25e+09 node_network_speed_bytes{device="vethf360d74f"} 1.25e+09 node_network_speed_bytes{device="vethff3bb083"} 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.11935291026e+11 node_network_transmit_bytes_total{device="docker0"} 0 node_network_transmit_bytes_total{device="eth0"} 1.97731719101e+11 node_network_transmit_bytes_total{device="flannel.1"} 4.5512019429e+10 node_network_transmit_bytes_total{device="lo"} 2.721125574e+09 node_network_transmit_bytes_total{device="veth01a542ab"} 2.5799631532e+10 node_network_transmit_bytes_total{device="veth04885b34"} 1.78098e+06 node_network_transmit_bytes_total{device="veth058f585c"} 1.82664609e+08 node_network_transmit_bytes_total{device="veth0d85975d"} 2.5889703307e+10 node_network_transmit_bytes_total{device="veth0e75c326"} 1.21432824e+08 node_network_transmit_bytes_total{device="veth0f180a25"} 4.9517774e+07 node_network_transmit_bytes_total{device="veth0fb83500"} 2.870112e+06 node_network_transmit_bytes_total{device="veth1e01536b"} 32868 node_network_transmit_bytes_total{device="veth1ec2fc4b"} 1.5346879e+07 node_network_transmit_bytes_total{device="veth2132d387"} 1.47390747e+08 node_network_transmit_bytes_total{device="veth2996026b"} 1.18774904e+08 node_network_transmit_bytes_total{device="veth2ad61c04"} 1.3745527e+07 node_network_transmit_bytes_total{device="veth3dee70a4"} 3.11076124e+09 node_network_transmit_bytes_total{device="veth4af981f0"} 5.0769288e+07 node_network_transmit_bytes_total{device="veth4eab3c3e"} 1.465412e+06 node_network_transmit_bytes_total{device="veth5d909148"} 6.15889937e+08 node_network_transmit_bytes_total{device="veth5f4e27aa"} 1.00887e+06 node_network_transmit_bytes_total{device="veth67f0dfa5"} 1.470748e+06 node_network_transmit_bytes_total{device="veth6a8a2631"} 1.11510214e+08 node_network_transmit_bytes_total{device="veth7158207a"} 2.8484094026e+10 node_network_transmit_bytes_total{device="veth71c39f32"} 1.32563551801e+11 node_network_transmit_bytes_total{device="veth776a3001"} 92890 node_network_transmit_bytes_total{device="veth7b6cba13"} 6.2029531e+08 node_network_transmit_bytes_total{device="veth86981f39"} 7.0630279e+07 node_network_transmit_bytes_total{device="veth8c92119f"} 2.022479e+06 node_network_transmit_bytes_total{device="veth8deec114"} 1.38921924e+08 node_network_transmit_bytes_total{device="veth97a23ba1"} 1.470096e+06 node_network_transmit_bytes_total{device="vethb6fe4048"} 465721 node_network_transmit_bytes_total{device="vethb9321c9d"} 1.08843e+06 node_network_transmit_bytes_total{device="vethbc6f6058"} 1.08155233e+08 node_network_transmit_bytes_total{device="vethccbf0b1e"} 1.007524e+06 node_network_transmit_bytes_total{device="vethd766d1bc"} 3.667547e+06 node_network_transmit_bytes_total{device="vethe4f8a367"} 1.37386816e+08 node_network_transmit_bytes_total{device="vethe7ae6c3c"} 1.5351347e+07 node_network_transmit_bytes_total{device="vetheb1347c0"} 6.926048e+06 node_network_transmit_bytes_total{device="vetheb6a655e"} 3.63070626e+08 node_network_transmit_bytes_total{device="vethee516d44"} 3.265219e+06 node_network_transmit_bytes_total{device="vethf13f3084"} 2.8981314e+07 node_network_transmit_bytes_total{device="vethf360d74f"} 5.4708246e+07 node_network_transmit_bytes_total{device="vethff3bb083"} 8.1164249e+07 # 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="veth01a542ab"} 0 node_network_transmit_carrier_total{device="veth04885b34"} 0 node_network_transmit_carrier_total{device="veth058f585c"} 0 node_network_transmit_carrier_total{device="veth0d85975d"} 0 node_network_transmit_carrier_total{device="veth0e75c326"} 0 node_network_transmit_carrier_total{device="veth0f180a25"} 0 node_network_transmit_carrier_total{device="veth0fb83500"} 0 node_network_transmit_carrier_total{device="veth1e01536b"} 0 node_network_transmit_carrier_total{device="veth1ec2fc4b"} 0 node_network_transmit_carrier_total{device="veth2132d387"} 0 node_network_transmit_carrier_total{device="veth2996026b"} 0 node_network_transmit_carrier_total{device="veth2ad61c04"} 0 node_network_transmit_carrier_total{device="veth3dee70a4"} 0 node_network_transmit_carrier_total{device="veth4af981f0"} 0 node_network_transmit_carrier_total{device="veth4eab3c3e"} 0 node_network_transmit_carrier_total{device="veth5d909148"} 0 node_network_transmit_carrier_total{device="veth5f4e27aa"} 0 node_network_transmit_carrier_total{device="veth67f0dfa5"} 0 node_network_transmit_carrier_total{device="veth6a8a2631"} 0 node_network_transmit_carrier_total{device="veth7158207a"} 0 node_network_transmit_carrier_total{device="veth71c39f32"} 0 node_network_transmit_carrier_total{device="veth776a3001"} 0 node_network_transmit_carrier_total{device="veth7b6cba13"} 0 node_network_transmit_carrier_total{device="veth86981f39"} 0 node_network_transmit_carrier_total{device="veth8c92119f"} 0 node_network_transmit_carrier_total{device="veth8deec114"} 0 node_network_transmit_carrier_total{device="veth97a23ba1"} 0 node_network_transmit_carrier_total{device="vethb6fe4048"} 0 node_network_transmit_carrier_total{device="vethb9321c9d"} 0 node_network_transmit_carrier_total{device="vethbc6f6058"} 0 node_network_transmit_carrier_total{device="vethccbf0b1e"} 0 node_network_transmit_carrier_total{device="vethd766d1bc"} 0 node_network_transmit_carrier_total{device="vethe4f8a367"} 0 node_network_transmit_carrier_total{device="vethe7ae6c3c"} 0 node_network_transmit_carrier_total{device="vetheb1347c0"} 0 node_network_transmit_carrier_total{device="vetheb6a655e"} 0 node_network_transmit_carrier_total{device="vethee516d44"} 0 node_network_transmit_carrier_total{device="vethf13f3084"} 0 node_network_transmit_carrier_total{device="vethf360d74f"} 0 node_network_transmit_carrier_total{device="vethff3bb083"} 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="veth01a542ab"} 0 node_network_transmit_colls_total{device="veth04885b34"} 0 node_network_transmit_colls_total{device="veth058f585c"} 0 node_network_transmit_colls_total{device="veth0d85975d"} 0 node_network_transmit_colls_total{device="veth0e75c326"} 0 node_network_transmit_colls_total{device="veth0f180a25"} 0 node_network_transmit_colls_total{device="veth0fb83500"} 0 node_network_transmit_colls_total{device="veth1e01536b"} 0 node_network_transmit_colls_total{device="veth1ec2fc4b"} 0 node_network_transmit_colls_total{device="veth2132d387"} 0 node_network_transmit_colls_total{device="veth2996026b"} 0 node_network_transmit_colls_total{device="veth2ad61c04"} 0 node_network_transmit_colls_total{device="veth3dee70a4"} 0 node_network_transmit_colls_total{device="veth4af981f0"} 0 node_network_transmit_colls_total{device="veth4eab3c3e"} 0 node_network_transmit_colls_total{device="veth5d909148"} 0 node_network_transmit_colls_total{device="veth5f4e27aa"} 0 node_network_transmit_colls_total{device="veth67f0dfa5"} 0 node_network_transmit_colls_total{device="veth6a8a2631"} 0 node_network_transmit_colls_total{device="veth7158207a"} 0 node_network_transmit_colls_total{device="veth71c39f32"} 0 node_network_transmit_colls_total{device="veth776a3001"} 0 node_network_transmit_colls_total{device="veth7b6cba13"} 0 node_network_transmit_colls_total{device="veth86981f39"} 0 node_network_transmit_colls_total{device="veth8c92119f"} 0 node_network_transmit_colls_total{device="veth8deec114"} 0 node_network_transmit_colls_total{device="veth97a23ba1"} 0 node_network_transmit_colls_total{device="vethb6fe4048"} 0 node_network_transmit_colls_total{device="vethb9321c9d"} 0 node_network_transmit_colls_total{device="vethbc6f6058"} 0 node_network_transmit_colls_total{device="vethccbf0b1e"} 0 node_network_transmit_colls_total{device="vethd766d1bc"} 0 node_network_transmit_colls_total{device="vethe4f8a367"} 0 node_network_transmit_colls_total{device="vethe7ae6c3c"} 0 node_network_transmit_colls_total{device="vetheb1347c0"} 0 node_network_transmit_colls_total{device="vetheb6a655e"} 0 node_network_transmit_colls_total{device="vethee516d44"} 0 node_network_transmit_colls_total{device="vethf13f3084"} 0 node_network_transmit_colls_total{device="vethf360d74f"} 0 node_network_transmit_colls_total{device="vethff3bb083"} 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="veth01a542ab"} 0 node_network_transmit_compressed_total{device="veth04885b34"} 0 node_network_transmit_compressed_total{device="veth058f585c"} 0 node_network_transmit_compressed_total{device="veth0d85975d"} 0 node_network_transmit_compressed_total{device="veth0e75c326"} 0 node_network_transmit_compressed_total{device="veth0f180a25"} 0 node_network_transmit_compressed_total{device="veth0fb83500"} 0 node_network_transmit_compressed_total{device="veth1e01536b"} 0 node_network_transmit_compressed_total{device="veth1ec2fc4b"} 0 node_network_transmit_compressed_total{device="veth2132d387"} 0 node_network_transmit_compressed_total{device="veth2996026b"} 0 node_network_transmit_compressed_total{device="veth2ad61c04"} 0 node_network_transmit_compressed_total{device="veth3dee70a4"} 0 node_network_transmit_compressed_total{device="veth4af981f0"} 0 node_network_transmit_compressed_total{device="veth4eab3c3e"} 0 node_network_transmit_compressed_total{device="veth5d909148"} 0 node_network_transmit_compressed_total{device="veth5f4e27aa"} 0 node_network_transmit_compressed_total{device="veth67f0dfa5"} 0 node_network_transmit_compressed_total{device="veth6a8a2631"} 0 node_network_transmit_compressed_total{device="veth7158207a"} 0 node_network_transmit_compressed_total{device="veth71c39f32"} 0 node_network_transmit_compressed_total{device="veth776a3001"} 0 node_network_transmit_compressed_total{device="veth7b6cba13"} 0 node_network_transmit_compressed_total{device="veth86981f39"} 0 node_network_transmit_compressed_total{device="veth8c92119f"} 0 node_network_transmit_compressed_total{device="veth8deec114"} 0 node_network_transmit_compressed_total{device="veth97a23ba1"} 0 node_network_transmit_compressed_total{device="vethb6fe4048"} 0 node_network_transmit_compressed_total{device="vethb9321c9d"} 0 node_network_transmit_compressed_total{device="vethbc6f6058"} 0 node_network_transmit_compressed_total{device="vethccbf0b1e"} 0 node_network_transmit_compressed_total{device="vethd766d1bc"} 0 node_network_transmit_compressed_total{device="vethe4f8a367"} 0 node_network_transmit_compressed_total{device="vethe7ae6c3c"} 0 node_network_transmit_compressed_total{device="vetheb1347c0"} 0 node_network_transmit_compressed_total{device="vetheb6a655e"} 0 node_network_transmit_compressed_total{device="vethee516d44"} 0 node_network_transmit_compressed_total{device="vethf13f3084"} 0 node_network_transmit_compressed_total{device="vethf360d74f"} 0 node_network_transmit_compressed_total{device="vethff3bb083"} 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"} 673 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="veth01a542ab"} 0 node_network_transmit_drop_total{device="veth04885b34"} 0 node_network_transmit_drop_total{device="veth058f585c"} 0 node_network_transmit_drop_total{device="veth0d85975d"} 0 node_network_transmit_drop_total{device="veth0e75c326"} 0 node_network_transmit_drop_total{device="veth0f180a25"} 0 node_network_transmit_drop_total{device="veth0fb83500"} 0 node_network_transmit_drop_total{device="veth1e01536b"} 0 node_network_transmit_drop_total{device="veth1ec2fc4b"} 0 node_network_transmit_drop_total{device="veth2132d387"} 0 node_network_transmit_drop_total{device="veth2996026b"} 0 node_network_transmit_drop_total{device="veth2ad61c04"} 0 node_network_transmit_drop_total{device="veth3dee70a4"} 0 node_network_transmit_drop_total{device="veth4af981f0"} 0 node_network_transmit_drop_total{device="veth4eab3c3e"} 0 node_network_transmit_drop_total{device="veth5d909148"} 0 node_network_transmit_drop_total{device="veth5f4e27aa"} 0 node_network_transmit_drop_total{device="veth67f0dfa5"} 0 node_network_transmit_drop_total{device="veth6a8a2631"} 0 node_network_transmit_drop_total{device="veth7158207a"} 0 node_network_transmit_drop_total{device="veth71c39f32"} 0 node_network_transmit_drop_total{device="veth776a3001"} 0 node_network_transmit_drop_total{device="veth7b6cba13"} 0 node_network_transmit_drop_total{device="veth86981f39"} 0 node_network_transmit_drop_total{device="veth8c92119f"} 0 node_network_transmit_drop_total{device="veth8deec114"} 0 node_network_transmit_drop_total{device="veth97a23ba1"} 0 node_network_transmit_drop_total{device="vethb6fe4048"} 0 node_network_transmit_drop_total{device="vethb9321c9d"} 0 node_network_transmit_drop_total{device="vethbc6f6058"} 0 node_network_transmit_drop_total{device="vethccbf0b1e"} 0 node_network_transmit_drop_total{device="vethd766d1bc"} 0 node_network_transmit_drop_total{device="vethe4f8a367"} 0 node_network_transmit_drop_total{device="vethe7ae6c3c"} 0 node_network_transmit_drop_total{device="vetheb1347c0"} 0 node_network_transmit_drop_total{device="vetheb6a655e"} 0 node_network_transmit_drop_total{device="vethee516d44"} 0 node_network_transmit_drop_total{device="vethf13f3084"} 0 node_network_transmit_drop_total{device="vethf360d74f"} 0 node_network_transmit_drop_total{device="vethff3bb083"} 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="veth01a542ab"} 0 node_network_transmit_errs_total{device="veth04885b34"} 0 node_network_transmit_errs_total{device="veth058f585c"} 0 node_network_transmit_errs_total{device="veth0d85975d"} 0 node_network_transmit_errs_total{device="veth0e75c326"} 0 node_network_transmit_errs_total{device="veth0f180a25"} 0 node_network_transmit_errs_total{device="veth0fb83500"} 0 node_network_transmit_errs_total{device="veth1e01536b"} 0 node_network_transmit_errs_total{device="veth1ec2fc4b"} 0 node_network_transmit_errs_total{device="veth2132d387"} 0 node_network_transmit_errs_total{device="veth2996026b"} 0 node_network_transmit_errs_total{device="veth2ad61c04"} 0 node_network_transmit_errs_total{device="veth3dee70a4"} 0 node_network_transmit_errs_total{device="veth4af981f0"} 0 node_network_transmit_errs_total{device="veth4eab3c3e"} 0 node_network_transmit_errs_total{device="veth5d909148"} 0 node_network_transmit_errs_total{device="veth5f4e27aa"} 0 node_network_transmit_errs_total{device="veth67f0dfa5"} 0 node_network_transmit_errs_total{device="veth6a8a2631"} 0 node_network_transmit_errs_total{device="veth7158207a"} 0 node_network_transmit_errs_total{device="veth71c39f32"} 0 node_network_transmit_errs_total{device="veth776a3001"} 0 node_network_transmit_errs_total{device="veth7b6cba13"} 0 node_network_transmit_errs_total{device="veth86981f39"} 0 node_network_transmit_errs_total{device="veth8c92119f"} 0 node_network_transmit_errs_total{device="veth8deec114"} 0 node_network_transmit_errs_total{device="veth97a23ba1"} 0 node_network_transmit_errs_total{device="vethb6fe4048"} 0 node_network_transmit_errs_total{device="vethb9321c9d"} 0 node_network_transmit_errs_total{device="vethbc6f6058"} 0 node_network_transmit_errs_total{device="vethccbf0b1e"} 0 node_network_transmit_errs_total{device="vethd766d1bc"} 0 node_network_transmit_errs_total{device="vethe4f8a367"} 0 node_network_transmit_errs_total{device="vethe7ae6c3c"} 0 node_network_transmit_errs_total{device="vetheb1347c0"} 0 node_network_transmit_errs_total{device="vetheb6a655e"} 0 node_network_transmit_errs_total{device="vethee516d44"} 0 node_network_transmit_errs_total{device="vethf13f3084"} 0 node_network_transmit_errs_total{device="vethf360d74f"} 0 node_network_transmit_errs_total{device="vethff3bb083"} 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="veth01a542ab"} 0 node_network_transmit_fifo_total{device="veth04885b34"} 0 node_network_transmit_fifo_total{device="veth058f585c"} 0 node_network_transmit_fifo_total{device="veth0d85975d"} 0 node_network_transmit_fifo_total{device="veth0e75c326"} 0 node_network_transmit_fifo_total{device="veth0f180a25"} 0 node_network_transmit_fifo_total{device="veth0fb83500"} 0 node_network_transmit_fifo_total{device="veth1e01536b"} 0 node_network_transmit_fifo_total{device="veth1ec2fc4b"} 0 node_network_transmit_fifo_total{device="veth2132d387"} 0 node_network_transmit_fifo_total{device="veth2996026b"} 0 node_network_transmit_fifo_total{device="veth2ad61c04"} 0 node_network_transmit_fifo_total{device="veth3dee70a4"} 0 node_network_transmit_fifo_total{device="veth4af981f0"} 0 node_network_transmit_fifo_total{device="veth4eab3c3e"} 0 node_network_transmit_fifo_total{device="veth5d909148"} 0 node_network_transmit_fifo_total{device="veth5f4e27aa"} 0 node_network_transmit_fifo_total{device="veth67f0dfa5"} 0 node_network_transmit_fifo_total{device="veth6a8a2631"} 0 node_network_transmit_fifo_total{device="veth7158207a"} 0 node_network_transmit_fifo_total{device="veth71c39f32"} 0 node_network_transmit_fifo_total{device="veth776a3001"} 0 node_network_transmit_fifo_total{device="veth7b6cba13"} 0 node_network_transmit_fifo_total{device="veth86981f39"} 0 node_network_transmit_fifo_total{device="veth8c92119f"} 0 node_network_transmit_fifo_total{device="veth8deec114"} 0 node_network_transmit_fifo_total{device="veth97a23ba1"} 0 node_network_transmit_fifo_total{device="vethb6fe4048"} 0 node_network_transmit_fifo_total{device="vethb9321c9d"} 0 node_network_transmit_fifo_total{device="vethbc6f6058"} 0 node_network_transmit_fifo_total{device="vethccbf0b1e"} 0 node_network_transmit_fifo_total{device="vethd766d1bc"} 0 node_network_transmit_fifo_total{device="vethe4f8a367"} 0 node_network_transmit_fifo_total{device="vethe7ae6c3c"} 0 node_network_transmit_fifo_total{device="vetheb1347c0"} 0 node_network_transmit_fifo_total{device="vetheb6a655e"} 0 node_network_transmit_fifo_total{device="vethee516d44"} 0 node_network_transmit_fifo_total{device="vethf13f3084"} 0 node_network_transmit_fifo_total{device="vethf360d74f"} 0 node_network_transmit_fifo_total{device="vethff3bb083"} 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"} 1.53574984e+08 node_network_transmit_packets_total{device="docker0"} 0 node_network_transmit_packets_total{device="eth0"} 7.66396163e+08 node_network_transmit_packets_total{device="flannel.1"} 6.0478042e+07 node_network_transmit_packets_total{device="lo"} 1.9363259e+07 node_network_transmit_packets_total{device="veth01a542ab"} 9.4604e+06 node_network_transmit_packets_total{device="veth04885b34"} 25815 node_network_transmit_packets_total{device="veth058f585c"} 243498 node_network_transmit_packets_total{device="veth0d85975d"} 1.0207881e+07 node_network_transmit_packets_total{device="veth0e75c326"} 1.46531e+06 node_network_transmit_packets_total{device="veth0f180a25"} 356373 node_network_transmit_packets_total{device="veth0fb83500"} 38655 node_network_transmit_packets_total{device="veth1e01536b"} 494 node_network_transmit_packets_total{device="veth1ec2fc4b"} 258784 node_network_transmit_packets_total{device="veth2132d387"} 794917 node_network_transmit_packets_total{device="veth2996026b"} 154753 node_network_transmit_packets_total{device="veth2ad61c04"} 231799 node_network_transmit_packets_total{device="veth3dee70a4"} 1.212957e+06 node_network_transmit_packets_total{device="veth4af981f0"} 431542 node_network_transmit_packets_total{device="veth4eab3c3e"} 21516 node_network_transmit_packets_total{device="veth5d909148"} 352873 node_network_transmit_packets_total{device="veth5f4e27aa"} 14936 node_network_transmit_packets_total{device="veth67f0dfa5"} 21582 node_network_transmit_packets_total{device="veth6a8a2631"} 831949 node_network_transmit_packets_total{device="veth7158207a"} 6.6848989e+07 node_network_transmit_packets_total{device="veth71c39f32"} 1.19922495e+08 node_network_transmit_packets_total{device="veth776a3001"} 861 node_network_transmit_packets_total{device="veth7b6cba13"} 4.709092e+06 node_network_transmit_packets_total{device="veth86981f39"} 399899 node_network_transmit_packets_total{device="veth8c92119f"} 26359 node_network_transmit_packets_total{device="veth8deec114"} 1.639756e+06 node_network_transmit_packets_total{device="veth97a23ba1"} 21575 node_network_transmit_packets_total{device="vethb6fe4048"} 6650 node_network_transmit_packets_total{device="vethb9321c9d"} 9578 node_network_transmit_packets_total{device="vethbc6f6058"} 1.344765e+06 node_network_transmit_packets_total{device="vethccbf0b1e"} 7402 node_network_transmit_packets_total{device="vethd766d1bc"} 34501 node_network_transmit_packets_total{device="vethe4f8a367"} 1.667286e+06 node_network_transmit_packets_total{device="vethe7ae6c3c"} 258910 node_network_transmit_packets_total{device="vetheb1347c0"} 17422 node_network_transmit_packets_total{device="vetheb6a655e"} 423034 node_network_transmit_packets_total{device="vethee516d44"} 50127 node_network_transmit_packets_total{device="vethf13f3084"} 77038 node_network_transmit_packets_total{device="vethf360d74f"} 92943 node_network_transmit_packets_total{device="vethff3bb083"} 1.185076e+06 # 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="veth01a542ab"} 0 node_network_transmit_queue_length{device="veth04885b34"} 0 node_network_transmit_queue_length{device="veth058f585c"} 0 node_network_transmit_queue_length{device="veth0d85975d"} 0 node_network_transmit_queue_length{device="veth0e75c326"} 0 node_network_transmit_queue_length{device="veth0f180a25"} 0 node_network_transmit_queue_length{device="veth0fb83500"} 0 node_network_transmit_queue_length{device="veth1e01536b"} 0 node_network_transmit_queue_length{device="veth1ec2fc4b"} 0 node_network_transmit_queue_length{device="veth2132d387"} 0 node_network_transmit_queue_length{device="veth2996026b"} 0 node_network_transmit_queue_length{device="veth2ad61c04"} 0 node_network_transmit_queue_length{device="veth3dee70a4"} 0 node_network_transmit_queue_length{device="veth4af981f0"} 0 node_network_transmit_queue_length{device="veth4eab3c3e"} 0 node_network_transmit_queue_length{device="veth5d909148"} 0 node_network_transmit_queue_length{device="veth5f4e27aa"} 0 node_network_transmit_queue_length{device="veth67f0dfa5"} 0 node_network_transmit_queue_length{device="veth6a8a2631"} 0 node_network_transmit_queue_length{device="veth7158207a"} 0 node_network_transmit_queue_length{device="veth71c39f32"} 0 node_network_transmit_queue_length{device="veth776a3001"} 0 node_network_transmit_queue_length{device="veth7b6cba13"} 0 node_network_transmit_queue_length{device="veth86981f39"} 0 node_network_transmit_queue_length{device="veth8c92119f"} 0 node_network_transmit_queue_length{device="veth8deec114"} 0 node_network_transmit_queue_length{device="veth97a23ba1"} 0 node_network_transmit_queue_length{device="vethb6fe4048"} 0 node_network_transmit_queue_length{device="vethb9321c9d"} 0 node_network_transmit_queue_length{device="vethbc6f6058"} 0 node_network_transmit_queue_length{device="vethccbf0b1e"} 0 node_network_transmit_queue_length{device="vethd766d1bc"} 0 node_network_transmit_queue_length{device="vethe4f8a367"} 0 node_network_transmit_queue_length{device="vethe7ae6c3c"} 0 node_network_transmit_queue_length{device="vetheb1347c0"} 0 node_network_transmit_queue_length{device="vetheb6a655e"} 0 node_network_transmit_queue_length{device="vethee516d44"} 0 node_network_transmit_queue_length{device="vethf13f3084"} 0 node_network_transmit_queue_length{device="vethf360d74f"} 0 node_network_transmit_queue_length{device="vethff3bb083"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="cni0"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="flannel.1"} 0 node_network_up{device="lo"} 0 node_network_up{device="veth01a542ab"} 1 node_network_up{device="veth04885b34"} 1 node_network_up{device="veth058f585c"} 1 node_network_up{device="veth0d85975d"} 1 node_network_up{device="veth0e75c326"} 1 node_network_up{device="veth0f180a25"} 1 node_network_up{device="veth0fb83500"} 1 node_network_up{device="veth1e01536b"} 1 node_network_up{device="veth1ec2fc4b"} 1 node_network_up{device="veth2132d387"} 1 node_network_up{device="veth2996026b"} 1 node_network_up{device="veth2ad61c04"} 1 node_network_up{device="veth3dee70a4"} 1 node_network_up{device="veth4af981f0"} 1 node_network_up{device="veth4eab3c3e"} 1 node_network_up{device="veth5d909148"} 1 node_network_up{device="veth5f4e27aa"} 1 node_network_up{device="veth67f0dfa5"} 1 node_network_up{device="veth6a8a2631"} 1 node_network_up{device="veth7158207a"} 1 node_network_up{device="veth71c39f32"} 1 node_network_up{device="veth776a3001"} 1 node_network_up{device="veth7b6cba13"} 1 node_network_up{device="veth86981f39"} 1 node_network_up{device="veth8c92119f"} 1 node_network_up{device="veth8deec114"} 1 node_network_up{device="veth97a23ba1"} 1 node_network_up{device="vethb6fe4048"} 1 node_network_up{device="vethb9321c9d"} 1 node_network_up{device="vethbc6f6058"} 1 node_network_up{device="vethccbf0b1e"} 1 node_network_up{device="vethd766d1bc"} 1 node_network_up{device="vethe4f8a367"} 1 node_network_up{device="vethe7ae6c3c"} 1 node_network_up{device="vetheb1347c0"} 1 node_network_up{device="vetheb6a655e"} 1 node_network_up{device="vethee516d44"} 1 node_network_up{device="vethf13f3084"} 1 node_network_up{device="vethf360d74f"} 1 node_network_up{device="vethff3bb083"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 2785 # 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"} 240226 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"} 157279 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 880516 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"} 4813 node_nfs_requests_total{method="CreateSession",proto="4"} 16 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 23261 node_nfs_requests_total{method="DestroyClientID",proto="4"} 1 node_nfs_requests_total{method="DestroySession",proto="4"} 8 node_nfs_requests_total{method="ExchangeID",proto="4"} 11 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"} 1176 node_nfs_requests_total{method="FsLocations",proto="4"} 0 node_nfs_requests_total{method="FsStat",proto="2"} 0 node_nfs_requests_total{method="FsStat",proto="3"} 0 node_nfs_requests_total{method="FsidPresent",proto="4"} 0 node_nfs_requests_total{method="GetACL",proto="4"} 0 node_nfs_requests_total{method="GetAttr",proto="2"} 0 node_nfs_requests_total{method="GetAttr",proto="3"} 0 node_nfs_requests_total{method="GetDeviceInfo",proto="4"} 0 node_nfs_requests_total{method="GetDeviceList",proto="4"} 0 node_nfs_requests_total{method="GetLeaseTime",proto="4"} 7 node_nfs_requests_total{method="Getattr",proto="4"} 1.07811126e+08 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"} 1.18187182e+08 node_nfs_requests_total{method="LookupRoot",proto="4"} 348 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"} 8 node_nfs_requests_total{method="Open",proto="4"} 77067 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 283 node_nfs_requests_total{method="OpenNoattr",proto="4"} 92205 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 828 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"} 38211 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"} 1.07213934e+08 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"} 9 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"} 4754 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"} 15438 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"} 348 node_nfs_requests_total{method="Seek",proto="4"} 0 node_nfs_requests_total{method="Sequence",proto="4"} 9 node_nfs_requests_total{method="ServerCaps",proto="4"} 2004 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"} 15779 node_nfs_requests_total{method="StatFs",proto="4"} 926345 node_nfs_requests_total{method="SymLink",proto="2"} 0 node_nfs_requests_total{method="SymLink",proto="3"} 0 node_nfs_requests_total{method="Symlink",proto="4"} 0 node_nfs_requests_total{method="TestStateID",proto="4"} 2 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 912290 # 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 3.36603513e+08 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 1 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 3.36591704e+08 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 24.04.4 LTS",variant="",variant_id="",version="24.04.4 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 80277.76528 # 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 5709.869488 # 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 6702.005443 # 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 156.633615 # 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 214.959439 # 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"} 274362.895994573 node_schedstat_running_seconds_total{cpu="1"} 270189.058734021 node_schedstat_running_seconds_total{cpu="2"} 294041.451679999 node_schedstat_running_seconds_total{cpu="3"} 297425.24691428 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.236182577e+09 node_schedstat_timeslices_total{cpu="1"} 2.243563634e+09 node_schedstat_timeslices_total{cpu="2"} 2.246482531e+09 node_schedstat_timeslices_total{cpu="3"} 2.211356202e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 111399.86565632 node_schedstat_waiting_seconds_total{cpu="1"} 111492.35362029 node_schedstat_waiting_seconds_total{cpu="2"} 105896.597101649 node_schedstat_waiting_seconds_total{cpu="3"} 108899.398561049 # 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.000652538 node_scrape_collector_duration_seconds{collector="bcache"} 1.5997e-05 node_scrape_collector_duration_seconds{collector="bonding"} 3.1662e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.0058958 node_scrape_collector_duration_seconds{collector="conntrack"} 7.0233e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.000396498 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000117191 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001510344 node_scrape_collector_duration_seconds{collector="dmi"} 1.4883e-05 node_scrape_collector_duration_seconds{collector="edac"} 2.3837e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000103019 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.6095e-05 node_scrape_collector_duration_seconds{collector="filefd"} 3.2404e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.023060257 node_scrape_collector_duration_seconds{collector="hwmon"} 3.682e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.5408e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 1.1583e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 0.000110981 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000118008 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000209019 node_scrape_collector_duration_seconds{collector="netclass"} 0.037347094 node_scrape_collector_duration_seconds{collector="netdev"} 0.001609148 node_scrape_collector_duration_seconds{collector="netstat"} 0.000763591 node_scrape_collector_duration_seconds{collector="nfs"} 0.000133454 node_scrape_collector_duration_seconds{collector="nfsd"} 4.1733e-05 node_scrape_collector_duration_seconds{collector="nvme"} 4.0039e-05 node_scrape_collector_duration_seconds{collector="os"} 7.3093e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.3408e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.00021345 node_scrape_collector_duration_seconds{collector="rapl"} 2.2246e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 7.9987e-05 node_scrape_collector_duration_seconds{collector="selinux"} 2.261e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000161768 node_scrape_collector_duration_seconds{collector="softnet"} 0.000102116 node_scrape_collector_duration_seconds{collector="stat"} 9.6622e-05 node_scrape_collector_duration_seconds{collector="tapestats"} 5.4947e-05 node_scrape_collector_duration_seconds{collector="textfile"} 1.6292e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.00024226 node_scrape_collector_duration_seconds{collector="time"} 0.000211786 node_scrape_collector_duration_seconds{collector="timex"} 2.3884e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000290385 node_scrape_collector_duration_seconds{collector="uname"} 1.2759e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.00012202 node_scrape_collector_duration_seconds{collector="watchdog"} 1.5326e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.3895e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.6066e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 1 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 2 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 1 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 23 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 341 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 70 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 100 # 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 409600 # 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 191 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 5 # 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 7 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 261 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 1.069056e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 593 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 1.13410895e+08 node_softnet_processed_total{cpu="1"} 1.11869482e+08 node_softnet_processed_total{cpu="2"} 1.37832499e+08 node_softnet_processed_total{cpu="3"} 1.48921806e+09 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 4614 node_softnet_times_squeezed_total{cpu="1"} 4600 node_softnet_times_squeezed_total{cpu="2"} 19396 node_softnet_times_squeezed_total{cpu="3"} 87703 # 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.7828287822037182e+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.0000151994476318 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 7 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.3365 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0.001061641 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="slave4-dev",release="6.8.0-117-generic",sysname="Linux",version="#117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 104 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 6.704264164e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 1.931644e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.65086744e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 7.14225889e+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 2982.07 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.121555486662e+12 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 4.42426896973e+11 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.531328e+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.78038327381e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.27430656e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 40771 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0