# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 3.996e-05 go_gc_duration_seconds{quantile="0.25"} 7.0244e-05 go_gc_duration_seconds{quantile="0.5"} 8.3696e-05 go_gc_duration_seconds{quantile="0.75"} 0.00010062 go_gc_duration_seconds{quantile="1"} 0.001076057 go_gc_duration_seconds_sum 27.669057649 go_gc_duration_seconds_count 197506 # 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 3.451888e+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.88096826288e+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.228235e+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.96566445e+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 3.451888e+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 6.643712e+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 5.349376e+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 33081 # 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.562368e+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.1993088e+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.7832689566137369e+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.965697531e+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 92480 # 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.239506e+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 865109 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 589824 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 589824 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 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"} 1 node_arp_entries{device="flannel.1"} 4 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.780383247e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.8151887964e+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.53913133e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 4189.96 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 162.36 node_cpu_seconds_total{cpu="0",mode="softirq"} 5582.24 node_cpu_seconds_total{cpu="0",mode="steal"} 10126.4 node_cpu_seconds_total{cpu="0",mode="system"} 53510.6 node_cpu_seconds_total{cpu="0",mode="user"} 238641.83 node_cpu_seconds_total{cpu="1",mode="idle"} 2.54579713e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 4147.44 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 114.99 node_cpu_seconds_total{cpu="1",mode="softirq"} 3654.24 node_cpu_seconds_total{cpu="1",mode="steal"} 9600.81 node_cpu_seconds_total{cpu="1",mode="system"} 53198.65 node_cpu_seconds_total{cpu="1",mode="user"} 234374.56 node_cpu_seconds_total{cpu="2",mode="idle"} 2.51136505e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 4763.61 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 83.88 node_cpu_seconds_total{cpu="2",mode="softirq"} 6557.22 node_cpu_seconds_total{cpu="2",mode="steal"} 10257.67 node_cpu_seconds_total{cpu="2",mode="system"} 59383.19 node_cpu_seconds_total{cpu="2",mode="user"} 257870.49 node_cpu_seconds_total{cpu="3",mode="idle"} 2.47329101e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 4632.95 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 71.33 node_cpu_seconds_total{cpu="3",mode="softirq"} 21780.1 node_cpu_seconds_total{cpu="3",mode="steal"} 12125.8 node_cpu_seconds_total{cpu="3",mode="system"} 59935.63 node_cpu_seconds_total{cpu="3",mode="user"} 256220.51 # 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"} 261.737 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"} 5.636956264e+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"} 1.087485e+06 node_disk_discards_completed_total{device="sr0"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 4 node_disk_discards_merged_total{device="sr0"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="sr0",type="iso9660",usage="filesystem",uuid="2026-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"} 346.595 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.600911e+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"} 7122.218 node_disk_io_time_seconds_total{device="sr0"} 0.034 # 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"} 122083.833 node_disk_io_time_weighted_seconds_total{device="sr0"} 0.037 # 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"} 2.16393101312e+11 node_disk_read_bytes_total{device="sr0"} 397312 # 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"} 4917.2570000000005 node_disk_read_time_seconds_total{device="sr0"} 0.037 # 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"} 6.42825e+06 node_disk_reads_completed_total{device="sr0"} 102 # 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"} 164714 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"} 116558.242 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.9231233e+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.6500167e+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"} 8.674138368e+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 4448 # 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.05215053824e+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.36362496e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.362115584e+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.362115584e+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/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/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/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/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/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/c3012669c3fc72414e0f75af9e6f8277ba02bfb5d92c085544057ca76a7a4b94/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/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/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/4c915e76-c8f8-482d-a94b-e6857e395dfb/volumes/kubernetes.io~projected/kube-api-access-qn5mn"} 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/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 # 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.4541359e+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.111368e+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.111368e+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.0523183104e+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.01005568e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.362115584e+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.362115584e+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/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/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/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/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/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/c3012669c3fc72414e0f75af9e6f8277ba02bfb5d92c085544057ca76a7a4b94/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/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/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/4c915e76-c8f8-482d-a94b-e6857e395dfb/volumes/kubernetes.io~projected/kube-api-access-qn5mn"} 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/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 # 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.6254018e+07 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.3655013284e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.15 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.31 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.25 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 7.16279808e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.099395072e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 3.83115264e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 3.145728e+07 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 7.97251584e+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.44715776e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.388511232e+10 # 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.484058624e+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 561152 # 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 8.0125952e+08 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 1.0980425728e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 1.0179166208e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 2.9229056e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.345318912e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.41636352e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 6.312321024e+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 6.9533696e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.0523392e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 4.3220992e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 7.88475904e+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.05472e+07 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 5.110575104e+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.24080128e+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 15604 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 19875 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 484 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 61803 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 95411 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 1.16103132e+10 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 1.53502e+07 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.323474340134e+12 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 4.98222955131e+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 53 # 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.161803e+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 415829 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 792045 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 3.638504e+06 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 62 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 2260 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 5.9053357e+08 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 1.874698e+06 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 6.88892326e+08 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 9.619549e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 1.222117e+06 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 153354 # 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 37 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 153391 # 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.9517033e+07 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 269 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 105392 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 2.850335e+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="veth78655e27"} 3 node_network_address_assign_type{device="veth7b6cba13"} 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="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="veth78655e27"} 1 node_network_carrier{device="veth7b6cba13"} 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="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="veth78655e27"} 2 node_network_carrier_changes_total{device="veth7b6cba13"} 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="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="veth78655e27"} 1 node_network_carrier_down_changes_total{device="veth7b6cba13"} 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="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="veth78655e27"} 1 node_network_carrier_up_changes_total{device="veth7b6cba13"} 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="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="veth78655e27"} 0 node_network_device_id{device="veth7b6cba13"} 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="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="veth78655e27"} 0 node_network_dormant{device="veth7b6cba13"} 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="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="veth78655e27"} 4867 node_network_flags{device="veth7b6cba13"} 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="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="veth78655e27"} 430 node_network_iface_id{device="veth7b6cba13"} 341 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="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="veth78655e27"} 2 node_network_iface_link{device="veth7b6cba13"} 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="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="veth78655e27"} 0 node_network_iface_link_mode{device="veth7b6cba13"} 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="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="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="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="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:19:55:13:32:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth78655e27",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="veth78655e27"} 1450 node_network_mtu_bytes{device="veth7b6cba13"} 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="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="veth78655e27"} 3 node_network_name_assign_type{device="veth7b6cba13"} 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="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="veth78655e27"} 0 node_network_net_dev_group{device="veth7b6cba13"} 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="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="veth78655e27"} 1 node_network_protocol_type{device="veth7b6cba13"} 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="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.9640093327e+10 node_network_receive_bytes_total{device="docker0"} 0 node_network_receive_bytes_total{device="eth0"} 1.341502499355e+12 node_network_receive_bytes_total{device="flannel.1"} 1.7342295028e+10 node_network_receive_bytes_total{device="lo"} 3.202303411e+09 node_network_receive_bytes_total{device="veth01a542ab"} 7.84535061e+08 node_network_receive_bytes_total{device="veth04885b34"} 9.417635e+06 node_network_receive_bytes_total{device="veth058f585c"} 3.78521868e+08 node_network_receive_bytes_total{device="veth0d85975d"} 8.12062657e+08 node_network_receive_bytes_total{device="veth0e75c326"} 1.31067411e+08 node_network_receive_bytes_total{device="veth0f180a25"} 7.7106239e+07 node_network_receive_bytes_total{device="veth0fb83500"} 1.0156095e+07 node_network_receive_bytes_total{device="veth1e01536b"} 13369 node_network_receive_bytes_total{device="veth1ec2fc4b"} 1.5094963e+07 node_network_receive_bytes_total{device="veth2132d387"} 1.56903829e+08 node_network_receive_bytes_total{device="veth2996026b"} 1.59626339e+08 node_network_receive_bytes_total{device="veth2ad61c04"} 1.3769567e+07 node_network_receive_bytes_total{device="veth3dee70a4"} 2.85476838e+08 node_network_receive_bytes_total{device="veth4af981f0"} 5.3914183e+07 node_network_receive_bytes_total{device="veth4eab3c3e"} 37012 node_network_receive_bytes_total{device="veth5d909148"} 4.64201254e+08 node_network_receive_bytes_total{device="veth5f4e27aa"} 54862 node_network_receive_bytes_total{device="veth67f0dfa5"} 37152 node_network_receive_bytes_total{device="veth6a8a2631"} 1.46906999e+08 node_network_receive_bytes_total{device="veth7158207a"} 3.0700714502e+10 node_network_receive_bytes_total{device="veth71c39f32"} 4.0476157823e+10 node_network_receive_bytes_total{device="veth776a3001"} 134988 node_network_receive_bytes_total{device="veth78655e27"} 2.917548e+06 node_network_receive_bytes_total{device="veth7b6cba13"} 1.578124063e+09 node_network_receive_bytes_total{device="veth8c92119f"} 592870 node_network_receive_bytes_total{device="veth8deec114"} 2.96021225e+08 node_network_receive_bytes_total{device="veth97a23ba1"} 37893 node_network_receive_bytes_total{device="vethb6fe4048"} 1.308306e+06 node_network_receive_bytes_total{device="vethb9321c9d"} 6.138451e+06 node_network_receive_bytes_total{device="vethd766d1bc"} 7.071897e+06 node_network_receive_bytes_total{device="vethe4f8a367"} 3.04089601e+08 node_network_receive_bytes_total{device="vethe7ae6c3c"} 1.5095787e+07 node_network_receive_bytes_total{device="vetheb1347c0"} 4.087408e+06 node_network_receive_bytes_total{device="vetheb6a655e"} 8.1137772e+08 node_network_receive_bytes_total{device="vethee516d44"} 4.942914e+06 node_network_receive_bytes_total{device="vethf13f3084"} 1.2732256e+07 node_network_receive_bytes_total{device="vethf360d74f"} 1.9587855e+07 node_network_receive_bytes_total{device="vethff3bb083"} 1.19192064e+08 # 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="veth78655e27"} 0 node_network_receive_compressed_total{device="veth7b6cba13"} 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="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"} 385 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="veth78655e27"} 0 node_network_receive_drop_total{device="veth7b6cba13"} 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="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="veth78655e27"} 0 node_network_receive_errs_total{device="veth7b6cba13"} 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="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="veth78655e27"} 0 node_network_receive_fifo_total{device="veth7b6cba13"} 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="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="veth78655e27"} 0 node_network_receive_frame_total{device="veth7b6cba13"} 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="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"} 35069 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="veth78655e27"} 0 node_network_receive_multicast_total{device="veth7b6cba13"} 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="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="veth78655e27"} 0 node_network_receive_nohandler_total{device="veth7b6cba13"} 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="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.8973861e+08 node_network_receive_packets_total{device="docker0"} 0 node_network_receive_packets_total{device="eth0"} 1.251409633e+09 node_network_receive_packets_total{device="flannel.1"} 5.666762e+07 node_network_receive_packets_total{device="lo"} 2.2703212e+07 node_network_receive_packets_total{device="veth01a542ab"} 8.886422e+06 node_network_receive_packets_total{device="veth04885b34"} 5673 node_network_receive_packets_total{device="veth058f585c"} 306802 node_network_receive_packets_total{device="veth0d85975d"} 9.273182e+06 node_network_receive_packets_total{device="veth0e75c326"} 1.78718e+06 node_network_receive_packets_total{device="veth0f180a25"} 759036 node_network_receive_packets_total{device="veth0fb83500"} 5953 node_network_receive_packets_total{device="veth1e01536b"} 201 node_network_receive_packets_total{device="veth1ec2fc4b"} 266998 node_network_receive_packets_total{device="veth2132d387"} 1.498776e+06 node_network_receive_packets_total{device="veth2996026b"} 132546 node_network_receive_packets_total{device="veth2ad61c04"} 243473 node_network_receive_packets_total{device="veth3dee70a4"} 1.131758e+06 node_network_receive_packets_total{device="veth4af981f0"} 625704 node_network_receive_packets_total{device="veth4eab3c3e"} 528 node_network_receive_packets_total{device="veth5d909148"} 357396 node_network_receive_packets_total{device="veth5f4e27aa"} 608 node_network_receive_packets_total{device="veth67f0dfa5"} 530 node_network_receive_packets_total{device="veth6a8a2631"} 1.565588e+06 node_network_receive_packets_total{device="veth7158207a"} 7.0358274e+07 node_network_receive_packets_total{device="veth71c39f32"} 1.6073914e+08 node_network_receive_packets_total{device="veth776a3001"} 777 node_network_receive_packets_total{device="veth78655e27"} 3333 node_network_receive_packets_total{device="veth7b6cba13"} 8.707906e+06 node_network_receive_packets_total{device="veth8c92119f"} 5747 node_network_receive_packets_total{device="veth8deec114"} 3.456915e+06 node_network_receive_packets_total{device="veth97a23ba1"} 539 node_network_receive_packets_total{device="vethb6fe4048"} 414 node_network_receive_packets_total{device="vethb9321c9d"} 74072 node_network_receive_packets_total{device="vethd766d1bc"} 59781 node_network_receive_packets_total{device="vethe4f8a367"} 3.544911e+06 node_network_receive_packets_total{device="vethe7ae6c3c"} 267027 node_network_receive_packets_total{device="vetheb1347c0"} 6992 node_network_receive_packets_total{device="vetheb6a655e"} 441355 node_network_receive_packets_total{device="vethee516d44"} 84598 node_network_receive_packets_total{device="vethf13f3084"} 95673 node_network_receive_packets_total{device="vethf360d74f"} 166853 node_network_receive_packets_total{device="vethff3bb083"} 1.430553e+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="veth78655e27"} 1.25e+09 node_network_speed_bytes{device="veth7b6cba13"} 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="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.46639787953e+11 node_network_transmit_bytes_total{device="docker0"} 0 node_network_transmit_bytes_total{device="eth0"} 2.17408871422e+11 node_network_transmit_bytes_total{device="flannel.1"} 4.8185486964e+10 node_network_transmit_bytes_total{device="lo"} 3.202303411e+09 node_network_transmit_bytes_total{device="veth01a542ab"} 3.0947901216e+10 node_network_transmit_bytes_total{device="veth04885b34"} 2.270862e+06 node_network_transmit_bytes_total{device="veth058f585c"} 2.92952334e+08 node_network_transmit_bytes_total{device="veth0d85975d"} 3.104683151e+10 node_network_transmit_bytes_total{device="veth0e75c326"} 1.46200971e+08 node_network_transmit_bytes_total{device="veth0f180a25"} 7.9016147e+07 node_network_transmit_bytes_total{device="veth0fb83500"} 3.298018e+06 node_network_transmit_bytes_total{device="veth1e01536b"} 398531 node_network_transmit_bytes_total{device="veth1ec2fc4b"} 1.8069847e+07 node_network_transmit_bytes_total{device="veth2132d387"} 1.86486047e+08 node_network_transmit_bytes_total{device="veth2996026b"} 1.24488313e+08 node_network_transmit_bytes_total{device="veth2ad61c04"} 1.6458627e+07 node_network_transmit_bytes_total{device="veth3dee70a4"} 4.125684965e+09 node_network_transmit_bytes_total{device="veth4af981f0"} 6.0543056e+07 node_network_transmit_bytes_total{device="veth4eab3c3e"} 1.827124e+06 node_network_transmit_bytes_total{device="veth5d909148"} 7.24482954e+08 node_network_transmit_bytes_total{device="veth5f4e27aa"} 1.378474e+06 node_network_transmit_bytes_total{device="veth67f0dfa5"} 1.83246e+06 node_network_transmit_bytes_total{device="veth6a8a2631"} 1.40996831e+08 node_network_transmit_bytes_total{device="veth7158207a"} 3.3694330786e+10 node_network_transmit_bytes_total{device="veth71c39f32"} 1.58732922801e+11 node_network_transmit_bytes_total{device="veth776a3001"} 481547 node_network_transmit_bytes_total{device="veth78655e27"} 4.245767e+06 node_network_transmit_bytes_total{device="veth7b6cba13"} 1.151905031e+09 node_network_transmit_bytes_total{device="veth8c92119f"} 2.498989e+06 node_network_transmit_bytes_total{device="veth8deec114"} 1.72588655e+08 node_network_transmit_bytes_total{device="veth97a23ba1"} 1.831808e+06 node_network_transmit_bytes_total{device="vethb6fe4048"} 829957 node_network_transmit_bytes_total{device="vethb9321c9d"} 5.683832e+06 node_network_transmit_bytes_total{device="vethd766d1bc"} 7.076081e+06 node_network_transmit_bytes_total{device="vethe4f8a367"} 1.73583033e+08 node_network_transmit_bytes_total{device="vethe7ae6c3c"} 1.8071111e+07 node_network_transmit_bytes_total{device="vetheb1347c0"} 7.344494e+06 node_network_transmit_bytes_total{device="vetheb6a655e"} 3.63436523e+08 node_network_transmit_bytes_total{device="vethee516d44"} 5.993701e+06 node_network_transmit_bytes_total{device="vethf13f3084"} 4.6767553e+07 node_network_transmit_bytes_total{device="vethf360d74f"} 1.07273517e+08 node_network_transmit_bytes_total{device="vethff3bb083"} 9.6820012e+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="veth78655e27"} 0 node_network_transmit_carrier_total{device="veth7b6cba13"} 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="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="veth78655e27"} 0 node_network_transmit_colls_total{device="veth7b6cba13"} 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="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="veth78655e27"} 0 node_network_transmit_compressed_total{device="veth7b6cba13"} 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="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"} 793 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="veth78655e27"} 0 node_network_transmit_drop_total{device="veth7b6cba13"} 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="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="veth78655e27"} 0 node_network_transmit_errs_total{device="veth7b6cba13"} 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="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="veth78655e27"} 0 node_network_transmit_fifo_total{device="veth7b6cba13"} 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="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.78093491e+08 node_network_transmit_packets_total{device="docker0"} 0 node_network_transmit_packets_total{device="eth0"} 8.59204176e+08 node_network_transmit_packets_total{device="flannel.1"} 6.9682436e+07 node_network_transmit_packets_total{device="lo"} 2.2703212e+07 node_network_transmit_packets_total{device="veth01a542ab"} 1.1373732e+07 node_network_transmit_packets_total{device="veth04885b34"} 32800 node_network_transmit_packets_total{device="veth058f585c"} 349699 node_network_transmit_packets_total{device="veth0d85975d"} 1.2264961e+07 node_network_transmit_packets_total{device="veth0e75c326"} 1.775043e+06 node_network_transmit_packets_total{device="veth0f180a25"} 571138 node_network_transmit_packets_total{device="veth0fb83500"} 44786 node_network_transmit_packets_total{device="veth1e01536b"} 5773 node_network_transmit_packets_total{device="veth1ec2fc4b"} 304836 node_network_transmit_packets_total{device="veth2132d387"} 1.00649e+06 node_network_transmit_packets_total{device="veth2996026b"} 171588 node_network_transmit_packets_total{device="veth2ad61c04"} 277609 node_network_transmit_packets_total{device="veth3dee70a4"} 1.605028e+06 node_network_transmit_packets_total{device="veth4af981f0"} 514774 node_network_transmit_packets_total{device="veth4eab3c3e"} 26730 node_network_transmit_packets_total{device="veth5d909148"} 430177 node_network_transmit_packets_total{device="veth5f4e27aa"} 20281 node_network_transmit_packets_total{device="veth67f0dfa5"} 26796 node_network_transmit_packets_total{device="veth6a8a2631"} 1.052774e+06 node_network_transmit_packets_total{device="veth7158207a"} 7.9731399e+07 node_network_transmit_packets_total{device="veth71c39f32"} 1.43734172e+08 node_network_transmit_packets_total{device="veth776a3001"} 6322 node_network_transmit_packets_total{device="veth78655e27"} 6717 node_network_transmit_packets_total{device="veth7b6cba13"} 8.795054e+06 node_network_transmit_packets_total{device="veth8c92119f"} 32943 node_network_transmit_packets_total{device="veth8deec114"} 2.03811e+06 node_network_transmit_packets_total{device="veth97a23ba1"} 26789 node_network_transmit_packets_total{device="vethb6fe4048"} 11876 node_network_transmit_packets_total{device="vethb9321c9d"} 52896 node_network_transmit_packets_total{device="vethd766d1bc"} 65739 node_network_transmit_packets_total{device="vethe4f8a367"} 2.131517e+06 node_network_transmit_packets_total{device="vethe7ae6c3c"} 304870 node_network_transmit_packets_total{device="vetheb1347c0"} 22897 node_network_transmit_packets_total{device="vetheb6a655e"} 428318 node_network_transmit_packets_total{device="vethee516d44"} 96288 node_network_transmit_packets_total{device="vethf13f3084"} 122980 node_network_transmit_packets_total{device="vethf360d74f"} 184145 node_network_transmit_packets_total{device="vethff3bb083"} 1.413671e+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="veth78655e27"} 0 node_network_transmit_queue_length{device="veth7b6cba13"} 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="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="veth78655e27"} 1 node_network_up{device="veth7b6cba13"} 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="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 1559 # 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"} 265953 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"} 172701 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 1.046458e+06 node_nfs_requests_total{method="Create",proto="2"} 0 node_nfs_requests_total{method="Create",proto="3"} 0 node_nfs_requests_total{method="Create",proto="4"} 6244 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"} 25068 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"} 1212 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.08380891e+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.19128215e+08 node_nfs_requests_total{method="LookupRoot",proto="4"} 360 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"} 87758 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 308 node_nfs_requests_total{method="OpenNoattr",proto="4"} 99433 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 852 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"} 39968 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.3354377e+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"} 5349 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"} 18229 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"} 360 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"} 2064 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"} 17211 node_nfs_requests_total{method="StatFs",proto="4"} 1.07954e+06 node_nfs_requests_total{method="SymLink",proto="2"} 0 node_nfs_requests_total{method="SymLink",proto="3"} 0 node_nfs_requests_total{method="Symlink",proto="4"} 0 node_nfs_requests_total{method="TestStateID",proto="4"} 2 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 1.080504e+06 # HELP node_nfs_rpc_authentication_refreshes_total Number of RPC authentication refreshes performed. # TYPE node_nfs_rpc_authentication_refreshes_total counter node_nfs_rpc_authentication_refreshes_total 3.64999792e+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.64988282e+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 94486.16225 # 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 5952.367081 # 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 7031.223494 # 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 186.666706 # 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 253.43765299999998 # 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"} 319491.282391902 node_schedstat_running_seconds_total{cpu="1"} 314487.603714236 node_schedstat_running_seconds_total{cpu="2"} 345814.273433512 node_schedstat_running_seconds_total{cpu="3"} 350209.60945229 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.611448983e+09 node_schedstat_timeslices_total{cpu="1"} 2.619815622e+09 node_schedstat_timeslices_total{cpu="2"} 2.608816085e+09 node_schedstat_timeslices_total{cpu="3"} 2.568817581e+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"} 134304.258131105 node_schedstat_waiting_seconds_total{cpu="1"} 134343.452041589 node_schedstat_waiting_seconds_total{cpu="2"} 124090.53672533 node_schedstat_waiting_seconds_total{cpu="3"} 127373.298629278 # 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.000452532 node_scrape_collector_duration_seconds{collector="bcache"} 1.451e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.1149e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.005550702 node_scrape_collector_duration_seconds{collector="conntrack"} 7.4489e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.000404979 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000110615 node_scrape_collector_duration_seconds{collector="diskstats"} 0.002466763 node_scrape_collector_duration_seconds{collector="dmi"} 1.3423e-05 node_scrape_collector_duration_seconds{collector="edac"} 3.6337e-05 node_scrape_collector_duration_seconds{collector="entropy"} 6.4392e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.0881e-05 node_scrape_collector_duration_seconds{collector="filefd"} 3.0083e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.040878311 node_scrape_collector_duration_seconds{collector="hwmon"} 2.2885e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 2.0741e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 9.718e-06 node_scrape_collector_duration_seconds{collector="loadavg"} 0.000116771 node_scrape_collector_duration_seconds{collector="mdadm"} 9.4649e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000222109 node_scrape_collector_duration_seconds{collector="netclass"} 0.021318782 node_scrape_collector_duration_seconds{collector="netdev"} 0.002854452 node_scrape_collector_duration_seconds{collector="netstat"} 0.000700235 node_scrape_collector_duration_seconds{collector="nfs"} 0.000404113 node_scrape_collector_duration_seconds{collector="nfsd"} 2.0131e-05 node_scrape_collector_duration_seconds{collector="nvme"} 2.2241e-05 node_scrape_collector_duration_seconds{collector="os"} 0.000106264 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.8219e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000162178 node_scrape_collector_duration_seconds{collector="rapl"} 5.6752e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 8.2167e-05 node_scrape_collector_duration_seconds{collector="selinux"} 1.879e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000179811 node_scrape_collector_duration_seconds{collector="softnet"} 8.033e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000145782 node_scrape_collector_duration_seconds{collector="tapestats"} 3.1124e-05 node_scrape_collector_duration_seconds{collector="textfile"} 1.6085e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.00021459 node_scrape_collector_duration_seconds{collector="time"} 0.000184237 node_scrape_collector_duration_seconds{collector="timex"} 1.4798e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000275401 node_scrape_collector_duration_seconds{collector="uname"} 1.1758e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000164555 node_scrape_collector_duration_seconds{collector="watchdog"} 1.6833e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.0004e-05 node_scrape_collector_duration_seconds{collector="zfs"} 2.2122e-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 297 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 81 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 97 # 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 397312 # 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 214 # 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 205 # 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 839680 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 590 # 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.37797581e+08 node_softnet_processed_total{cpu="1"} 1.36046685e+08 node_softnet_processed_total{cpu="2"} 1.63930108e+08 node_softnet_processed_total{cpu="3"} 1.701067845e+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"} 5509 node_softnet_times_squeezed_total{cpu="1"} 5464 node_softnet_times_squeezed_total{cpu="2"} 21582 node_softnet_times_squeezed_total{cpu="3"} 100520 # 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.783268995058076e+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.0000124338378906 # 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.256 # 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.004417629 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 24577 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="slave4-dev",release="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 112 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 7.774752378e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 2.509253e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.11404663e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 8.47083825e+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 3531.77 # 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.323474340134e+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.98222955131e+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.5657344e+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"} 48113 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0