# 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.9958e-05 go_gc_duration_seconds{quantile="0.25"} 8.3296e-05 go_gc_duration_seconds{quantile="0.5"} 9.7498e-05 go_gc_duration_seconds{quantile="0.75"} 0.000114082 go_gc_duration_seconds{quantile="1"} 0.001590656 go_gc_duration_seconds_sum 2.338910854 go_gc_duration_seconds_count 19272 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.844656e+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.6897767624e+10 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.953131e+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.77670119e+08 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.575568e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 2.844656e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 7.421952e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 4.603904e+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 29645 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 6.02112e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.2025856e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7806766567123806e+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.77699764e+08 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1208 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15704 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 80320 # 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 114240 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.288258e+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 983285 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 557056 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 557056 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.922484e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 6 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="cni0"} 71 node_arp_entries{device="eth0"} 5 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.510764873e+09 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 262540.59 node_cpu_seconds_total{cpu="0",mode="iowait"} 279.08 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 12.28 node_cpu_seconds_total{cpu="0",mode="softirq"} 414.44 node_cpu_seconds_total{cpu="0",mode="steal"} 358.96 node_cpu_seconds_total{cpu="0",mode="system"} 4126.08 node_cpu_seconds_total{cpu="0",mode="user"} 22498.44 node_cpu_seconds_total{cpu="1",mode="idle"} 262946.39 node_cpu_seconds_total{cpu="1",mode="iowait"} 241.56 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 15.1 node_cpu_seconds_total{cpu="1",mode="softirq"} 285.65 node_cpu_seconds_total{cpu="1",mode="steal"} 335.38 node_cpu_seconds_total{cpu="1",mode="system"} 4099.58 node_cpu_seconds_total{cpu="1",mode="user"} 22316.39 node_cpu_seconds_total{cpu="2",mode="idle"} 260837.15 node_cpu_seconds_total{cpu="2",mode="iowait"} 279.28 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 21.49 node_cpu_seconds_total{cpu="2",mode="softirq"} 434.6 node_cpu_seconds_total{cpu="2",mode="steal"} 326.18 node_cpu_seconds_total{cpu="2",mode="system"} 4265.74 node_cpu_seconds_total{cpu="2",mode="user"} 24072.07 node_cpu_seconds_total{cpu="3",mode="idle"} 257907.46 node_cpu_seconds_total{cpu="3",mode="iowait"} 233.06 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 17.33 node_cpu_seconds_total{cpu="3",mode="softirq"} 1233.55 node_cpu_seconds_total{cpu="3",mode="steal"} 479.93 node_cpu_seconds_total{cpu="3",mode="system"} 4241.55 node_cpu_seconds_total{cpu="3",mode="user"} 23706.13 # 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"} 27.837 node_disk_discard_time_seconds_total{device="sr0"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="sda"} 4.09300144e+08 node_disk_discarded_sectors_total{device="sr0"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="sda"} 152639 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"} 0 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"} 49.342 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"} 289020 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"} 1027.875 node_disk_io_time_seconds_total{device="sr0"} 0.029 # 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"} 22213.453 node_disk_io_time_weighted_seconds_total{device="sr0"} 0.033 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="sda"} 3.962720256e+09 node_disk_read_bytes_total{device="sr0"} 360448 # 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"} 76.825 node_disk_read_time_seconds_total{device="sr0"} 0.033 # 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"} 144504 node_disk_reads_completed_total{device="sr0"} 92 # 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"} 50792 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"} 22059.448 node_disk_write_time_seconds_total{device="sr0"} 0 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="sda"} 3.848709e+06 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 2.299215e+06 node_disk_writes_merged_total{device="sr0"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 1.21675920384e+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 4384 # 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="/"} 9.9332206592e+10 node_filesystem_avail_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.02995968e+08 node_filesystem_avail_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 7.36370688e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.362267136e+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.362267136e+09 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/32420ac7-6902-4fad-b8f3-a75d02267d21/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/66f95a06-646b-4f1d-ad21-6e36d8440b77/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/bd558c06-f873-4656-802f-4927014c139c/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/2a137c2c-9c35-45fa-92fa-82f506fda9cc/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/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/600dba74-fe46-47de-b9e8-f8013b5d1334/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/a69e8878-4412-438a-bfaf-5a580731fe04/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/be271c8b-835a-47ef-b7ab-c33248b9938b/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/51bc33db-9343-43de-9465-5b50ad240029/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/51bc33db-9343-43de-9465-5b50ad240029/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/058ad424-1a7d-4e4f-9cc9-65893c363fe2/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/1a581cd5-58ef-4731-892b-f201c0433b8f/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/3e1f1d54-ae20-47bf-b516-f5a6bedd8aa2/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/40c76e17-2af2-47b2-ae22-7c58da4f87ff/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/46d9ca2a-eecf-4931-94cd-6f9017ee3ab1/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/63e2395b-4cb4-4cb7-8397-9cbbda5f9a86/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/6bf835a3-5c89-46f4-b211-147160ac6743/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/6c4533c8-9950-43e1-be7c-775b6813a49b/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/816f5f48-d33c-4d68-a902-4686812ed45d/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/8a81022f-d09d-4814-a37d-67c9cbbdecc5/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/b0cbe869-e85e-4e65-8429-5853cfe5fd4b/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/ba8a225f-e85f-4c7c-ab9c-e6d081a0e0f9/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/c2a5e374-7a26-4ddf-afa4-e8f0f167dca2/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/db81744f-35ac-4df9-91d9-b62f60fefcc6/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/dff82684-5de3-4535-a17a-238ae0a4ad73/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/e9352636-2c1a-4dca-817c-b49354a49316/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/visaas-sit/logs/insurance-rsi",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ba8a225f-e85f-4c7c-ab9c-e6d081a0e0f9/volume-subpaths/nfs-visaas-pv/insurance-rsi-service/0"} 1 node_filesystem_device_error{device="103.176.85.83:/data/zoho-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/a88e1aa4-f8be-4a8d-a1c6-5f1c3c841ae0/volumes/kubernetes.io~nfs/nfs-zoho-pv"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/10eea51ef62c00bfd22f930a9425d6e1a12a05f1f5f0dcc55a78ec2ba27b82b6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/11258f3e17ba9233074ff5640c584f2eeff0df1465183602839871f476a798f4/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/12e9d78827d0299776429df1a33a36a027547705701d615272ce6c3a9480c344/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/1a03446bf46ae6587336ac559a4a704304c5d08c8414aab03173f11258486b0b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a0dcd1a2e77057626a6733864cebaeb19dcf9e4cec907f367599f6aab953815/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/321089d1cc1193d9f36e9a16be1a9f038df54dadf514f8ea5031e468f9ded4f6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c1e533e75ddcad4372dfa74e8d98039af140ffc068f2a16209f3d80b47dd79b/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/49b53d70ffeb8fada7a1700ce759a1af04c16c5aa9ede28ce6d5d6b1f754f88a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5806fa9f633653b125a43da993becf6d76fcd068a5a5c5861fe7ef927368daf9/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/5e0a0596dad27962883bfa68e6cc0d64469e20a5e4f51850732d6ecf454f4d43/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6471a491ebc044f02e1fb721297cdfbe8e58639bfe6aa84f98160f5fb874a5c7/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/6c6d1b696a0896c300c18776a5e0f4bca8ac9a8ff6af68b26758075509fa392b/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/72edc73b9a85f12e955cd7ef8350d066b921e2d8e458f3377c6bc430833e968e/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/937ae0db3cd7c61f447841df362c03b74c75dfb942ae3282fea850facddd0d3a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/956cb32c85f60791f5a7f83b8681f1bd060eb5f77cda0e9814fd07c0d95a5b8b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b583627f28abe5b67447b80d93b475c6ea7823368c491980eda68285c148d50/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a3e44c5d56949d6f9349c79eca02ff26d2b786cf3d0cdb66d1a1bfd978cb6bd2/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/b5963bb63880156f8b250902dcb6cb5616ad1a2a643c0981cfd3ff69525abd29/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/ba534a88c2ac4fc9f7bd95a1205bfa6745ea0bfe02b294844e61e1bf7fdceec5/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bf4ad5ffb3806600ffe086d8cd7d9d096a2a08c0917f2ba1103388fb1fe932a0/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/c241db4bc44e216e4a83a1f2109977aa4f13a73654d35af775288afb0d8c3b54/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ce2d242f4b565a79247a723674c1bfdb01080668680bbd04387126680af434a0/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/d35ece4137c6b9e50569e93b6d4b895b9372bf3d65d8d618817310ab84124a4a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df5ada60303b482e9e8ed918d575af0b277cbd18277eab1e70247cad790a8ba9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dfdd0c4e3c1439d9f50369eaa78a1b666c18293723e704170280be8aa586e205/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e68306d8f58d961cb6b47a68c8a4f7c4b3b3654d456b90e4934f0bbe75740703/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e77d104d548041341011a2256edd6340a7190364d2003625ca1d13829123d62b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e8b6c5d6184b20cc96e39a95b38e2736436c8c802395eefe2b0dcf5ccca706ce/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/f45fd185122541fed516510b0b40f1cc83f1e19fe4bdf49d63e1f5a7191a9bf8/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/058ad424-1a7d-4e4f-9cc9-65893c363fe2/volumes/kubernetes.io~projected/kube-api-access-nxfn4"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1a581cd5-58ef-4731-892b-f201c0433b8f/volumes/kubernetes.io~projected/kube-api-access-mhcng"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2a137c2c-9c35-45fa-92fa-82f506fda9cc/volumes/kubernetes.io~projected/kube-api-access-w24w8"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/32420ac7-6902-4fad-b8f3-a75d02267d21/volumes/kubernetes.io~projected/kube-api-access-t825k"} 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/3e1f1d54-ae20-47bf-b516-f5a6bedd8aa2/volumes/kubernetes.io~projected/kube-api-access-754c8"} 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/40c76e17-2af2-47b2-ae22-7c58da4f87ff/volumes/kubernetes.io~projected/kube-api-access-mq7d7"} 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/46d9ca2a-eecf-4931-94cd-6f9017ee3ab1/volumes/kubernetes.io~projected/kube-api-access-9sslv"} 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/51bc33db-9343-43de-9465-5b50ad240029/volumes/kubernetes.io~projected/kube-api-access-s2d4b"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/51bc33db-9343-43de-9465-5b50ad240029/volumes/kubernetes.io~secret/ks-pass-file"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/600dba74-fe46-47de-b9e8-f8013b5d1334/volumes/kubernetes.io~projected/kube-api-access-9z4bb"} 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/63e2395b-4cb4-4cb7-8397-9cbbda5f9a86/volumes/kubernetes.io~projected/kube-api-access-8gcxc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/66f95a06-646b-4f1d-ad21-6e36d8440b77/volumes/kubernetes.io~projected/kube-api-access-t4kxm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6bf835a3-5c89-46f4-b211-147160ac6743/volumes/kubernetes.io~projected/kube-api-access-z6p7x"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6c4533c8-9950-43e1-be7c-775b6813a49b/volumes/kubernetes.io~projected/kube-api-access-7wngk"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/816f5f48-d33c-4d68-a902-4686812ed45d/volumes/kubernetes.io~projected/kube-api-access-zp6v6"} 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/8a81022f-d09d-4814-a37d-67c9cbbdecc5/volumes/kubernetes.io~projected/kube-api-access-ghbx6"} 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/a69e8878-4412-438a-bfaf-5a580731fe04/volumes/kubernetes.io~projected/kube-api-access-s77kn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a88e1aa4-f8be-4a8d-a1c6-5f1c3c841ae0/volumes/kubernetes.io~projected/kube-api-access-dwdg5"} 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/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/b0cbe869-e85e-4e65-8429-5853cfe5fd4b/volumes/kubernetes.io~projected/kube-api-access-whtws"} 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/ba8a225f-e85f-4c7c-ab9c-e6d081a0e0f9/volumes/kubernetes.io~projected/kube-api-access-26fxn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/bd558c06-f873-4656-802f-4927014c139c/volumes/kubernetes.io~projected/kube-api-access-cfn5j"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/be271c8b-835a-47ef-b7ab-c33248b9938b/volumes/kubernetes.io~projected/kube-api-access-7m2jz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c2a5e374-7a26-4ddf-afa4-e8f0f167dca2/volumes/kubernetes.io~projected/kube-api-access-5tfx2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c3258aa5-80c4-491d-8056-fabc0535abed/volumes/kubernetes.io~projected/kube-api-access-hkc5z"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ce465504-5775-4a4f-87b6-1b15ad6a8ce6/volumes/kubernetes.io~projected/kube-api-access-pqwv5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/db81744f-35ac-4df9-91d9-b62f60fefcc6/volumes/kubernetes.io~projected/kube-api-access-bg6hq"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dff82684-5de3-4535-a17a-238ae0a4ad73/volumes/kubernetes.io~projected/kube-api-access-s4bmr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e9352636-2c1a-4dca-817c-b49354a49316/volumes/kubernetes.io~projected/kube-api-access-gp4qf"} 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/ff9c5d40-13be-4130-b36a-5c2f7dcc3b12/volumes/kubernetes.io~projected/kube-api-access-gggwc"} 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.4985357e+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.111436e+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.111436e+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="/"} 9.9348983808e+10 node_filesystem_free_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.02995968e+08 node_filesystem_free_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 8.0101376e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.362267136e+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.362267136e+09 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sda15",major="8",minor="15",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sda16",major="259",minor="0",mountpoint="/boot"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run/snapd/ns"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="27",mountpoint="/run/lock"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="103.176.85.83:/data/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/32420ac7-6902-4fad-b8f3-a75d02267d21/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/66f95a06-646b-4f1d-ad21-6e36d8440b77/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/bd558c06-f873-4656-802f-4927014c139c/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/2a137c2c-9c35-45fa-92fa-82f506fda9cc/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/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/600dba74-fe46-47de-b9e8-f8013b5d1334/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/a69e8878-4412-438a-bfaf-5a580731fe04/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/be271c8b-835a-47ef-b7ab-c33248b9938b/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/51bc33db-9343-43de-9465-5b50ad240029/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/51bc33db-9343-43de-9465-5b50ad240029/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/058ad424-1a7d-4e4f-9cc9-65893c363fe2/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/1a581cd5-58ef-4731-892b-f201c0433b8f/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/3e1f1d54-ae20-47bf-b516-f5a6bedd8aa2/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/40c76e17-2af2-47b2-ae22-7c58da4f87ff/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/46d9ca2a-eecf-4931-94cd-6f9017ee3ab1/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/63e2395b-4cb4-4cb7-8397-9cbbda5f9a86/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/6bf835a3-5c89-46f4-b211-147160ac6743/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/6c4533c8-9950-43e1-be7c-775b6813a49b/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/816f5f48-d33c-4d68-a902-4686812ed45d/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/8a81022f-d09d-4814-a37d-67c9cbbdecc5/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/b0cbe869-e85e-4e65-8429-5853cfe5fd4b/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/ba8a225f-e85f-4c7c-ab9c-e6d081a0e0f9/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/c2a5e374-7a26-4ddf-afa4-e8f0f167dca2/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/db81744f-35ac-4df9-91d9-b62f60fefcc6/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/dff82684-5de3-4535-a17a-238ae0a4ad73/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/e9352636-2c1a-4dca-817c-b49354a49316/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/visaas-sit/logs/insurance-rsi",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ba8a225f-e85f-4c7c-ab9c-e6d081a0e0f9/volume-subpaths/nfs-visaas-pv/insurance-rsi-service/0"} 0 node_filesystem_readonly{device="103.176.85.83:/data/zoho-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/a88e1aa4-f8be-4a8d-a1c6-5f1c3c841ae0/volumes/kubernetes.io~nfs/nfs-zoho-pv"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/10eea51ef62c00bfd22f930a9425d6e1a12a05f1f5f0dcc55a78ec2ba27b82b6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/11258f3e17ba9233074ff5640c584f2eeff0df1465183602839871f476a798f4/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/12e9d78827d0299776429df1a33a36a027547705701d615272ce6c3a9480c344/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/1a03446bf46ae6587336ac559a4a704304c5d08c8414aab03173f11258486b0b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1a0dcd1a2e77057626a6733864cebaeb19dcf9e4cec907f367599f6aab953815/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/321089d1cc1193d9f36e9a16be1a9f038df54dadf514f8ea5031e468f9ded4f6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3c1e533e75ddcad4372dfa74e8d98039af140ffc068f2a16209f3d80b47dd79b/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/49b53d70ffeb8fada7a1700ce759a1af04c16c5aa9ede28ce6d5d6b1f754f88a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5806fa9f633653b125a43da993becf6d76fcd068a5a5c5861fe7ef927368daf9/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/5e0a0596dad27962883bfa68e6cc0d64469e20a5e4f51850732d6ecf454f4d43/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6471a491ebc044f02e1fb721297cdfbe8e58639bfe6aa84f98160f5fb874a5c7/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/6c6d1b696a0896c300c18776a5e0f4bca8ac9a8ff6af68b26758075509fa392b/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/72edc73b9a85f12e955cd7ef8350d066b921e2d8e458f3377c6bc430833e968e/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/937ae0db3cd7c61f447841df362c03b74c75dfb942ae3282fea850facddd0d3a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/956cb32c85f60791f5a7f83b8681f1bd060eb5f77cda0e9814fd07c0d95a5b8b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/9b583627f28abe5b67447b80d93b475c6ea7823368c491980eda68285c148d50/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a3e44c5d56949d6f9349c79eca02ff26d2b786cf3d0cdb66d1a1bfd978cb6bd2/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/b5963bb63880156f8b250902dcb6cb5616ad1a2a643c0981cfd3ff69525abd29/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/ba534a88c2ac4fc9f7bd95a1205bfa6745ea0bfe02b294844e61e1bf7fdceec5/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bf4ad5ffb3806600ffe086d8cd7d9d096a2a08c0917f2ba1103388fb1fe932a0/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/c241db4bc44e216e4a83a1f2109977aa4f13a73654d35af775288afb0d8c3b54/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ce2d242f4b565a79247a723674c1bfdb01080668680bbd04387126680af434a0/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/d35ece4137c6b9e50569e93b6d4b895b9372bf3d65d8d618817310ab84124a4a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/df5ada60303b482e9e8ed918d575af0b277cbd18277eab1e70247cad790a8ba9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/dfdd0c4e3c1439d9f50369eaa78a1b666c18293723e704170280be8aa586e205/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e68306d8f58d961cb6b47a68c8a4f7c4b3b3654d456b90e4934f0bbe75740703/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e77d104d548041341011a2256edd6340a7190364d2003625ca1d13829123d62b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e8b6c5d6184b20cc96e39a95b38e2736436c8c802395eefe2b0dcf5ccca706ce/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/f45fd185122541fed516510b0b40f1cc83f1e19fe4bdf49d63e1f5a7191a9bf8/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/058ad424-1a7d-4e4f-9cc9-65893c363fe2/volumes/kubernetes.io~projected/kube-api-access-nxfn4"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1a581cd5-58ef-4731-892b-f201c0433b8f/volumes/kubernetes.io~projected/kube-api-access-mhcng"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2a137c2c-9c35-45fa-92fa-82f506fda9cc/volumes/kubernetes.io~projected/kube-api-access-w24w8"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/32420ac7-6902-4fad-b8f3-a75d02267d21/volumes/kubernetes.io~projected/kube-api-access-t825k"} 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/3e1f1d54-ae20-47bf-b516-f5a6bedd8aa2/volumes/kubernetes.io~projected/kube-api-access-754c8"} 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/40c76e17-2af2-47b2-ae22-7c58da4f87ff/volumes/kubernetes.io~projected/kube-api-access-mq7d7"} 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/46d9ca2a-eecf-4931-94cd-6f9017ee3ab1/volumes/kubernetes.io~projected/kube-api-access-9sslv"} 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/51bc33db-9343-43de-9465-5b50ad240029/volumes/kubernetes.io~projected/kube-api-access-s2d4b"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/51bc33db-9343-43de-9465-5b50ad240029/volumes/kubernetes.io~secret/ks-pass-file"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/600dba74-fe46-47de-b9e8-f8013b5d1334/volumes/kubernetes.io~projected/kube-api-access-9z4bb"} 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/63e2395b-4cb4-4cb7-8397-9cbbda5f9a86/volumes/kubernetes.io~projected/kube-api-access-8gcxc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/66f95a06-646b-4f1d-ad21-6e36d8440b77/volumes/kubernetes.io~projected/kube-api-access-t4kxm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6bf835a3-5c89-46f4-b211-147160ac6743/volumes/kubernetes.io~projected/kube-api-access-z6p7x"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6c4533c8-9950-43e1-be7c-775b6813a49b/volumes/kubernetes.io~projected/kube-api-access-7wngk"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/816f5f48-d33c-4d68-a902-4686812ed45d/volumes/kubernetes.io~projected/kube-api-access-zp6v6"} 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/8a81022f-d09d-4814-a37d-67c9cbbdecc5/volumes/kubernetes.io~projected/kube-api-access-ghbx6"} 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/a69e8878-4412-438a-bfaf-5a580731fe04/volumes/kubernetes.io~projected/kube-api-access-s77kn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a88e1aa4-f8be-4a8d-a1c6-5f1c3c841ae0/volumes/kubernetes.io~projected/kube-api-access-dwdg5"} 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/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/b0cbe869-e85e-4e65-8429-5853cfe5fd4b/volumes/kubernetes.io~projected/kube-api-access-whtws"} 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/ba8a225f-e85f-4c7c-ab9c-e6d081a0e0f9/volumes/kubernetes.io~projected/kube-api-access-26fxn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/bd558c06-f873-4656-802f-4927014c139c/volumes/kubernetes.io~projected/kube-api-access-cfn5j"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/be271c8b-835a-47ef-b7ab-c33248b9938b/volumes/kubernetes.io~projected/kube-api-access-7m2jz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c2a5e374-7a26-4ddf-afa4-e8f0f167dca2/volumes/kubernetes.io~projected/kube-api-access-5tfx2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c3258aa5-80c4-491d-8056-fabc0535abed/volumes/kubernetes.io~projected/kube-api-access-hkc5z"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ce465504-5775-4a4f-87b6-1b15ad6a8ce6/volumes/kubernetes.io~projected/kube-api-access-pqwv5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/db81744f-35ac-4df9-91d9-b62f60fefcc6/volumes/kubernetes.io~projected/kube-api-access-bg6hq"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/dff82684-5de3-4535-a17a-238ae0a4ad73/volumes/kubernetes.io~projected/kube-api-access-s4bmr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e9352636-2c1a-4dca-817c-b49354a49316/volumes/kubernetes.io~projected/kube-api-access-gp4qf"} 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/ff9c5d40-13be-4130-b36a-5c2f7dcc3b12/volumes/kubernetes.io~projected/kube-api-access-gggwc"} 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.768817e+06 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.051842195e+09 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.34 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.43 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.38 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 8.78360576e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.1567235072e+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 2.783629312e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 8.79450112e+09 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 2.62848512e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 2.191132672e+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.3969186816e+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 1.015808e+06 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 1.970176e+06 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 1.93734656e+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.9371495424e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 2.8819456e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.286447104e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.3846367232e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 9.28780288e+08 # 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.0841984e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.4860288e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.24356608e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.1975424e+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.0088448e+07 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.56332032e+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.21556992e+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 1237 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 2152 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 13 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 6239 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 10282 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 8.46100621e+08 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 977730 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 7.9587286716e+10 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 7.0356127753e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 1 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 679431 # 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 2204 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 3588 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 365999 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 16 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 27 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.669558e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 154812 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.4047603e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 800608 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 6271 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 15372 # 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 4 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 15376 # 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 6.585878e+06 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 3 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 4498 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 291839 # 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="veth06f3690f"} 3 node_network_address_assign_type{device="veth0d85975d"} 3 node_network_address_assign_type{device="veth0e75c326"} 3 node_network_address_assign_type{device="veth0f41d3a9"} 3 node_network_address_assign_type{device="veth0fb83500"} 3 node_network_address_assign_type{device="veth15364855"} 3 node_network_address_assign_type{device="veth1ec2fc4b"} 3 node_network_address_assign_type{device="veth2ad61c04"} 3 node_network_address_assign_type{device="veth38291f4f"} 3 node_network_address_assign_type{device="veth4a712903"} 3 node_network_address_assign_type{device="veth4af981f0"} 3 node_network_address_assign_type{device="veth5c6bccb0"} 3 node_network_address_assign_type{device="veth5d990812"} 3 node_network_address_assign_type{device="veth5f620173"} 3 node_network_address_assign_type{device="veth698dca0f"} 3 node_network_address_assign_type{device="veth6cb025d1"} 3 node_network_address_assign_type{device="veth6d068db3"} 3 node_network_address_assign_type{device="veth6ec95b8f"} 3 node_network_address_assign_type{device="veth7158207a"} 3 node_network_address_assign_type{device="veth71c39f32"} 3 node_network_address_assign_type{device="veth7790eb4a"} 3 node_network_address_assign_type{device="veth90368232"} 3 node_network_address_assign_type{device="veth93513465"} 3 node_network_address_assign_type{device="veth945bb454"} 3 node_network_address_assign_type{device="vetha113e9ce"} 3 node_network_address_assign_type{device="vetha21e96b1"} 3 node_network_address_assign_type{device="vethb04ce3a4"} 3 node_network_address_assign_type{device="vethc3ca66a8"} 3 node_network_address_assign_type{device="vethcfd39473"} 3 node_network_address_assign_type{device="vethd7cb9d6e"} 3 node_network_address_assign_type{device="vethe49bdd9c"} 3 node_network_address_assign_type{device="vethe7ae6c3c"} 3 node_network_address_assign_type{device="vethe7fc0fb6"} 3 node_network_address_assign_type{device="vethe9ceb1c3"} 3 node_network_address_assign_type{device="vethf0f5ac39"} 3 node_network_address_assign_type{device="vethf805ff9e"} 3 node_network_address_assign_type{device="vethfca99cd1"} 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="veth06f3690f"} 1 node_network_carrier{device="veth0d85975d"} 1 node_network_carrier{device="veth0e75c326"} 1 node_network_carrier{device="veth0f41d3a9"} 1 node_network_carrier{device="veth0fb83500"} 1 node_network_carrier{device="veth15364855"} 1 node_network_carrier{device="veth1ec2fc4b"} 1 node_network_carrier{device="veth2ad61c04"} 1 node_network_carrier{device="veth38291f4f"} 1 node_network_carrier{device="veth4a712903"} 1 node_network_carrier{device="veth4af981f0"} 1 node_network_carrier{device="veth5c6bccb0"} 1 node_network_carrier{device="veth5d990812"} 1 node_network_carrier{device="veth5f620173"} 1 node_network_carrier{device="veth698dca0f"} 1 node_network_carrier{device="veth6cb025d1"} 1 node_network_carrier{device="veth6d068db3"} 1 node_network_carrier{device="veth6ec95b8f"} 1 node_network_carrier{device="veth7158207a"} 1 node_network_carrier{device="veth71c39f32"} 1 node_network_carrier{device="veth7790eb4a"} 1 node_network_carrier{device="veth90368232"} 1 node_network_carrier{device="veth93513465"} 1 node_network_carrier{device="veth945bb454"} 1 node_network_carrier{device="vetha113e9ce"} 1 node_network_carrier{device="vetha21e96b1"} 1 node_network_carrier{device="vethb04ce3a4"} 1 node_network_carrier{device="vethc3ca66a8"} 1 node_network_carrier{device="vethcfd39473"} 1 node_network_carrier{device="vethd7cb9d6e"} 1 node_network_carrier{device="vethe49bdd9c"} 1 node_network_carrier{device="vethe7ae6c3c"} 1 node_network_carrier{device="vethe7fc0fb6"} 1 node_network_carrier{device="vethe9ceb1c3"} 1 node_network_carrier{device="vethf0f5ac39"} 1 node_network_carrier{device="vethf805ff9e"} 1 node_network_carrier{device="vethfca99cd1"} 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="veth06f3690f"} 2 node_network_carrier_changes_total{device="veth0d85975d"} 2 node_network_carrier_changes_total{device="veth0e75c326"} 2 node_network_carrier_changes_total{device="veth0f41d3a9"} 2 node_network_carrier_changes_total{device="veth0fb83500"} 2 node_network_carrier_changes_total{device="veth15364855"} 2 node_network_carrier_changes_total{device="veth1ec2fc4b"} 2 node_network_carrier_changes_total{device="veth2ad61c04"} 2 node_network_carrier_changes_total{device="veth38291f4f"} 2 node_network_carrier_changes_total{device="veth4a712903"} 2 node_network_carrier_changes_total{device="veth4af981f0"} 2 node_network_carrier_changes_total{device="veth5c6bccb0"} 2 node_network_carrier_changes_total{device="veth5d990812"} 2 node_network_carrier_changes_total{device="veth5f620173"} 2 node_network_carrier_changes_total{device="veth698dca0f"} 2 node_network_carrier_changes_total{device="veth6cb025d1"} 2 node_network_carrier_changes_total{device="veth6d068db3"} 2 node_network_carrier_changes_total{device="veth6ec95b8f"} 2 node_network_carrier_changes_total{device="veth7158207a"} 2 node_network_carrier_changes_total{device="veth71c39f32"} 2 node_network_carrier_changes_total{device="veth7790eb4a"} 2 node_network_carrier_changes_total{device="veth90368232"} 2 node_network_carrier_changes_total{device="veth93513465"} 2 node_network_carrier_changes_total{device="veth945bb454"} 2 node_network_carrier_changes_total{device="vetha113e9ce"} 2 node_network_carrier_changes_total{device="vetha21e96b1"} 2 node_network_carrier_changes_total{device="vethb04ce3a4"} 2 node_network_carrier_changes_total{device="vethc3ca66a8"} 2 node_network_carrier_changes_total{device="vethcfd39473"} 2 node_network_carrier_changes_total{device="vethd7cb9d6e"} 2 node_network_carrier_changes_total{device="vethe49bdd9c"} 2 node_network_carrier_changes_total{device="vethe7ae6c3c"} 2 node_network_carrier_changes_total{device="vethe7fc0fb6"} 2 node_network_carrier_changes_total{device="vethe9ceb1c3"} 2 node_network_carrier_changes_total{device="vethf0f5ac39"} 2 node_network_carrier_changes_total{device="vethf805ff9e"} 2 node_network_carrier_changes_total{device="vethfca99cd1"} 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="veth06f3690f"} 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="veth0f41d3a9"} 1 node_network_carrier_down_changes_total{device="veth0fb83500"} 1 node_network_carrier_down_changes_total{device="veth15364855"} 1 node_network_carrier_down_changes_total{device="veth1ec2fc4b"} 1 node_network_carrier_down_changes_total{device="veth2ad61c04"} 1 node_network_carrier_down_changes_total{device="veth38291f4f"} 1 node_network_carrier_down_changes_total{device="veth4a712903"} 1 node_network_carrier_down_changes_total{device="veth4af981f0"} 1 node_network_carrier_down_changes_total{device="veth5c6bccb0"} 1 node_network_carrier_down_changes_total{device="veth5d990812"} 1 node_network_carrier_down_changes_total{device="veth5f620173"} 1 node_network_carrier_down_changes_total{device="veth698dca0f"} 1 node_network_carrier_down_changes_total{device="veth6cb025d1"} 1 node_network_carrier_down_changes_total{device="veth6d068db3"} 1 node_network_carrier_down_changes_total{device="veth6ec95b8f"} 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="veth7790eb4a"} 1 node_network_carrier_down_changes_total{device="veth90368232"} 1 node_network_carrier_down_changes_total{device="veth93513465"} 1 node_network_carrier_down_changes_total{device="veth945bb454"} 1 node_network_carrier_down_changes_total{device="vetha113e9ce"} 1 node_network_carrier_down_changes_total{device="vetha21e96b1"} 1 node_network_carrier_down_changes_total{device="vethb04ce3a4"} 1 node_network_carrier_down_changes_total{device="vethc3ca66a8"} 1 node_network_carrier_down_changes_total{device="vethcfd39473"} 1 node_network_carrier_down_changes_total{device="vethd7cb9d6e"} 1 node_network_carrier_down_changes_total{device="vethe49bdd9c"} 1 node_network_carrier_down_changes_total{device="vethe7ae6c3c"} 1 node_network_carrier_down_changes_total{device="vethe7fc0fb6"} 1 node_network_carrier_down_changes_total{device="vethe9ceb1c3"} 1 node_network_carrier_down_changes_total{device="vethf0f5ac39"} 1 node_network_carrier_down_changes_total{device="vethf805ff9e"} 1 node_network_carrier_down_changes_total{device="vethfca99cd1"} 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="veth06f3690f"} 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="veth0f41d3a9"} 1 node_network_carrier_up_changes_total{device="veth0fb83500"} 1 node_network_carrier_up_changes_total{device="veth15364855"} 1 node_network_carrier_up_changes_total{device="veth1ec2fc4b"} 1 node_network_carrier_up_changes_total{device="veth2ad61c04"} 1 node_network_carrier_up_changes_total{device="veth38291f4f"} 1 node_network_carrier_up_changes_total{device="veth4a712903"} 1 node_network_carrier_up_changes_total{device="veth4af981f0"} 1 node_network_carrier_up_changes_total{device="veth5c6bccb0"} 1 node_network_carrier_up_changes_total{device="veth5d990812"} 1 node_network_carrier_up_changes_total{device="veth5f620173"} 1 node_network_carrier_up_changes_total{device="veth698dca0f"} 1 node_network_carrier_up_changes_total{device="veth6cb025d1"} 1 node_network_carrier_up_changes_total{device="veth6d068db3"} 1 node_network_carrier_up_changes_total{device="veth6ec95b8f"} 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="veth7790eb4a"} 1 node_network_carrier_up_changes_total{device="veth90368232"} 1 node_network_carrier_up_changes_total{device="veth93513465"} 1 node_network_carrier_up_changes_total{device="veth945bb454"} 1 node_network_carrier_up_changes_total{device="vetha113e9ce"} 1 node_network_carrier_up_changes_total{device="vetha21e96b1"} 1 node_network_carrier_up_changes_total{device="vethb04ce3a4"} 1 node_network_carrier_up_changes_total{device="vethc3ca66a8"} 1 node_network_carrier_up_changes_total{device="vethcfd39473"} 1 node_network_carrier_up_changes_total{device="vethd7cb9d6e"} 1 node_network_carrier_up_changes_total{device="vethe49bdd9c"} 1 node_network_carrier_up_changes_total{device="vethe7ae6c3c"} 1 node_network_carrier_up_changes_total{device="vethe7fc0fb6"} 1 node_network_carrier_up_changes_total{device="vethe9ceb1c3"} 1 node_network_carrier_up_changes_total{device="vethf0f5ac39"} 1 node_network_carrier_up_changes_total{device="vethf805ff9e"} 1 node_network_carrier_up_changes_total{device="vethfca99cd1"} 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="veth06f3690f"} 0 node_network_device_id{device="veth0d85975d"} 0 node_network_device_id{device="veth0e75c326"} 0 node_network_device_id{device="veth0f41d3a9"} 0 node_network_device_id{device="veth0fb83500"} 0 node_network_device_id{device="veth15364855"} 0 node_network_device_id{device="veth1ec2fc4b"} 0 node_network_device_id{device="veth2ad61c04"} 0 node_network_device_id{device="veth38291f4f"} 0 node_network_device_id{device="veth4a712903"} 0 node_network_device_id{device="veth4af981f0"} 0 node_network_device_id{device="veth5c6bccb0"} 0 node_network_device_id{device="veth5d990812"} 0 node_network_device_id{device="veth5f620173"} 0 node_network_device_id{device="veth698dca0f"} 0 node_network_device_id{device="veth6cb025d1"} 0 node_network_device_id{device="veth6d068db3"} 0 node_network_device_id{device="veth6ec95b8f"} 0 node_network_device_id{device="veth7158207a"} 0 node_network_device_id{device="veth71c39f32"} 0 node_network_device_id{device="veth7790eb4a"} 0 node_network_device_id{device="veth90368232"} 0 node_network_device_id{device="veth93513465"} 0 node_network_device_id{device="veth945bb454"} 0 node_network_device_id{device="vetha113e9ce"} 0 node_network_device_id{device="vetha21e96b1"} 0 node_network_device_id{device="vethb04ce3a4"} 0 node_network_device_id{device="vethc3ca66a8"} 0 node_network_device_id{device="vethcfd39473"} 0 node_network_device_id{device="vethd7cb9d6e"} 0 node_network_device_id{device="vethe49bdd9c"} 0 node_network_device_id{device="vethe7ae6c3c"} 0 node_network_device_id{device="vethe7fc0fb6"} 0 node_network_device_id{device="vethe9ceb1c3"} 0 node_network_device_id{device="vethf0f5ac39"} 0 node_network_device_id{device="vethf805ff9e"} 0 node_network_device_id{device="vethfca99cd1"} 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="veth06f3690f"} 0 node_network_dormant{device="veth0d85975d"} 0 node_network_dormant{device="veth0e75c326"} 0 node_network_dormant{device="veth0f41d3a9"} 0 node_network_dormant{device="veth0fb83500"} 0 node_network_dormant{device="veth15364855"} 0 node_network_dormant{device="veth1ec2fc4b"} 0 node_network_dormant{device="veth2ad61c04"} 0 node_network_dormant{device="veth38291f4f"} 0 node_network_dormant{device="veth4a712903"} 0 node_network_dormant{device="veth4af981f0"} 0 node_network_dormant{device="veth5c6bccb0"} 0 node_network_dormant{device="veth5d990812"} 0 node_network_dormant{device="veth5f620173"} 0 node_network_dormant{device="veth698dca0f"} 0 node_network_dormant{device="veth6cb025d1"} 0 node_network_dormant{device="veth6d068db3"} 0 node_network_dormant{device="veth6ec95b8f"} 0 node_network_dormant{device="veth7158207a"} 0 node_network_dormant{device="veth71c39f32"} 0 node_network_dormant{device="veth7790eb4a"} 0 node_network_dormant{device="veth90368232"} 0 node_network_dormant{device="veth93513465"} 0 node_network_dormant{device="veth945bb454"} 0 node_network_dormant{device="vetha113e9ce"} 0 node_network_dormant{device="vetha21e96b1"} 0 node_network_dormant{device="vethb04ce3a4"} 0 node_network_dormant{device="vethc3ca66a8"} 0 node_network_dormant{device="vethcfd39473"} 0 node_network_dormant{device="vethd7cb9d6e"} 0 node_network_dormant{device="vethe49bdd9c"} 0 node_network_dormant{device="vethe7ae6c3c"} 0 node_network_dormant{device="vethe7fc0fb6"} 0 node_network_dormant{device="vethe9ceb1c3"} 0 node_network_dormant{device="vethf0f5ac39"} 0 node_network_dormant{device="vethf805ff9e"} 0 node_network_dormant{device="vethfca99cd1"} 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="veth06f3690f"} 4867 node_network_flags{device="veth0d85975d"} 4867 node_network_flags{device="veth0e75c326"} 4867 node_network_flags{device="veth0f41d3a9"} 4867 node_network_flags{device="veth0fb83500"} 4867 node_network_flags{device="veth15364855"} 4867 node_network_flags{device="veth1ec2fc4b"} 4867 node_network_flags{device="veth2ad61c04"} 4867 node_network_flags{device="veth38291f4f"} 4867 node_network_flags{device="veth4a712903"} 4867 node_network_flags{device="veth4af981f0"} 4867 node_network_flags{device="veth5c6bccb0"} 4867 node_network_flags{device="veth5d990812"} 4867 node_network_flags{device="veth5f620173"} 4867 node_network_flags{device="veth698dca0f"} 4867 node_network_flags{device="veth6cb025d1"} 4867 node_network_flags{device="veth6d068db3"} 4867 node_network_flags{device="veth6ec95b8f"} 4867 node_network_flags{device="veth7158207a"} 4867 node_network_flags{device="veth71c39f32"} 4867 node_network_flags{device="veth7790eb4a"} 4867 node_network_flags{device="veth90368232"} 4867 node_network_flags{device="veth93513465"} 4867 node_network_flags{device="veth945bb454"} 4867 node_network_flags{device="vetha113e9ce"} 4867 node_network_flags{device="vetha21e96b1"} 4867 node_network_flags{device="vethb04ce3a4"} 4867 node_network_flags{device="vethc3ca66a8"} 4867 node_network_flags{device="vethcfd39473"} 4867 node_network_flags{device="vethd7cb9d6e"} 4867 node_network_flags{device="vethe49bdd9c"} 4867 node_network_flags{device="vethe7ae6c3c"} 4867 node_network_flags{device="vethe7fc0fb6"} 4867 node_network_flags{device="vethe9ceb1c3"} 4867 node_network_flags{device="vethf0f5ac39"} 4867 node_network_flags{device="vethf805ff9e"} 4867 node_network_flags{device="vethfca99cd1"} 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="veth06f3690f"} 78 node_network_iface_id{device="veth0d85975d"} 19 node_network_iface_id{device="veth0e75c326"} 28 node_network_iface_id{device="veth0f41d3a9"} 49 node_network_iface_id{device="veth0fb83500"} 31 node_network_iface_id{device="veth15364855"} 102 node_network_iface_id{device="veth1ec2fc4b"} 81 node_network_iface_id{device="veth2ad61c04"} 126 node_network_iface_id{device="veth38291f4f"} 77 node_network_iface_id{device="veth4a712903"} 88 node_network_iface_id{device="veth4af981f0"} 118 node_network_iface_id{device="veth5c6bccb0"} 113 node_network_iface_id{device="veth5d990812"} 136 node_network_iface_id{device="veth5f620173"} 112 node_network_iface_id{device="veth698dca0f"} 109 node_network_iface_id{device="veth6cb025d1"} 75 node_network_iface_id{device="veth6d068db3"} 71 node_network_iface_id{device="veth6ec95b8f"} 93 node_network_iface_id{device="veth7158207a"} 59 node_network_iface_id{device="veth71c39f32"} 61 node_network_iface_id{device="veth7790eb4a"} 130 node_network_iface_id{device="veth90368232"} 133 node_network_iface_id{device="veth93513465"} 90 node_network_iface_id{device="veth945bb454"} 125 node_network_iface_id{device="vetha113e9ce"} 83 node_network_iface_id{device="vetha21e96b1"} 76 node_network_iface_id{device="vethb04ce3a4"} 95 node_network_iface_id{device="vethc3ca66a8"} 119 node_network_iface_id{device="vethcfd39473"} 79 node_network_iface_id{device="vethd7cb9d6e"} 80 node_network_iface_id{device="vethe49bdd9c"} 69 node_network_iface_id{device="vethe7ae6c3c"} 82 node_network_iface_id{device="vethe7fc0fb6"} 72 node_network_iface_id{device="vethe9ceb1c3"} 13 node_network_iface_id{device="vethf0f5ac39"} 66 node_network_iface_id{device="vethf805ff9e"} 74 node_network_iface_id{device="vethfca99cd1"} 132 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="veth06f3690f"} 2 node_network_iface_link{device="veth0d85975d"} 2 node_network_iface_link{device="veth0e75c326"} 2 node_network_iface_link{device="veth0f41d3a9"} 2 node_network_iface_link{device="veth0fb83500"} 2 node_network_iface_link{device="veth15364855"} 2 node_network_iface_link{device="veth1ec2fc4b"} 2 node_network_iface_link{device="veth2ad61c04"} 2 node_network_iface_link{device="veth38291f4f"} 2 node_network_iface_link{device="veth4a712903"} 2 node_network_iface_link{device="veth4af981f0"} 2 node_network_iface_link{device="veth5c6bccb0"} 2 node_network_iface_link{device="veth5d990812"} 2 node_network_iface_link{device="veth5f620173"} 2 node_network_iface_link{device="veth698dca0f"} 2 node_network_iface_link{device="veth6cb025d1"} 2 node_network_iface_link{device="veth6d068db3"} 2 node_network_iface_link{device="veth6ec95b8f"} 2 node_network_iface_link{device="veth7158207a"} 2 node_network_iface_link{device="veth71c39f32"} 2 node_network_iface_link{device="veth7790eb4a"} 2 node_network_iface_link{device="veth90368232"} 2 node_network_iface_link{device="veth93513465"} 2 node_network_iface_link{device="veth945bb454"} 2 node_network_iface_link{device="vetha113e9ce"} 2 node_network_iface_link{device="vetha21e96b1"} 2 node_network_iface_link{device="vethb04ce3a4"} 2 node_network_iface_link{device="vethc3ca66a8"} 2 node_network_iface_link{device="vethcfd39473"} 2 node_network_iface_link{device="vethd7cb9d6e"} 2 node_network_iface_link{device="vethe49bdd9c"} 2 node_network_iface_link{device="vethe7ae6c3c"} 2 node_network_iface_link{device="vethe7fc0fb6"} 2 node_network_iface_link{device="vethe9ceb1c3"} 2 node_network_iface_link{device="vethf0f5ac39"} 2 node_network_iface_link{device="vethf805ff9e"} 2 node_network_iface_link{device="vethfca99cd1"} 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="veth06f3690f"} 0 node_network_iface_link_mode{device="veth0d85975d"} 0 node_network_iface_link_mode{device="veth0e75c326"} 0 node_network_iface_link_mode{device="veth0f41d3a9"} 0 node_network_iface_link_mode{device="veth0fb83500"} 0 node_network_iface_link_mode{device="veth15364855"} 0 node_network_iface_link_mode{device="veth1ec2fc4b"} 0 node_network_iface_link_mode{device="veth2ad61c04"} 0 node_network_iface_link_mode{device="veth38291f4f"} 0 node_network_iface_link_mode{device="veth4a712903"} 0 node_network_iface_link_mode{device="veth4af981f0"} 0 node_network_iface_link_mode{device="veth5c6bccb0"} 0 node_network_iface_link_mode{device="veth5d990812"} 0 node_network_iface_link_mode{device="veth5f620173"} 0 node_network_iface_link_mode{device="veth698dca0f"} 0 node_network_iface_link_mode{device="veth6cb025d1"} 0 node_network_iface_link_mode{device="veth6d068db3"} 0 node_network_iface_link_mode{device="veth6ec95b8f"} 0 node_network_iface_link_mode{device="veth7158207a"} 0 node_network_iface_link_mode{device="veth71c39f32"} 0 node_network_iface_link_mode{device="veth7790eb4a"} 0 node_network_iface_link_mode{device="veth90368232"} 0 node_network_iface_link_mode{device="veth93513465"} 0 node_network_iface_link_mode{device="veth945bb454"} 0 node_network_iface_link_mode{device="vetha113e9ce"} 0 node_network_iface_link_mode{device="vetha21e96b1"} 0 node_network_iface_link_mode{device="vethb04ce3a4"} 0 node_network_iface_link_mode{device="vethc3ca66a8"} 0 node_network_iface_link_mode{device="vethcfd39473"} 0 node_network_iface_link_mode{device="vethd7cb9d6e"} 0 node_network_iface_link_mode{device="vethe49bdd9c"} 0 node_network_iface_link_mode{device="vethe7ae6c3c"} 0 node_network_iface_link_mode{device="vethe7fc0fb6"} 0 node_network_iface_link_mode{device="vethe9ceb1c3"} 0 node_network_iface_link_mode{device="vethf0f5ac39"} 0 node_network_iface_link_mode{device="vethf805ff9e"} 0 node_network_iface_link_mode{device="vethfca99cd1"} 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:57:21:6c:b6:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd7cb9d6e",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="0a:ef:ac:f5:4f:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth15364855",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:87:4c:c4:a6:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5d990812",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:96:ae:1d:01:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4a712903",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:10:3a:47:7e:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0f5ac39",duplex="full",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="1e:a9:fd:61:24:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth945bb454",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:19:e7:a0:a8:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth698dca0f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:04:0e:68:54:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6ec95b8f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:be:9f:f9:8d:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c6bccb0",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="3a:24:6e:b4:40:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe9ceb1c3",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:3d:62:ad:b5:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha113e9ce",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:3a:a7:27:d3:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe49bdd9c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:8b:73:50:a5:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d068db3",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="7e:b7:8d:6f:93:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7fc0fb6",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="92:d5:7d:3a:34:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth93513465",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:f7:b2:22:ef:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f620173",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:a3:4b:73:eb:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3ca66a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:89:48:fd:4b:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf805ff9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:a7:86:02:79:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb04ce3a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:74:ed:56:3e:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha21e96b1",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="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="c2:14:88:c7:79:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcfd39473",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:20:74:19:e9:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7790eb4a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:e4:30:d6:34:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth90368232",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:9b:8a:9e:fe:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f41d3a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:7b:10:ee:7e:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfca99cd1",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:23:f6:50:af:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth38291f4f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:e1:f9:35:d8:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6cb025d1",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="f6:99:fc:80:a7:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth06f3690f",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="veth06f3690f"} 1450 node_network_mtu_bytes{device="veth0d85975d"} 1450 node_network_mtu_bytes{device="veth0e75c326"} 1450 node_network_mtu_bytes{device="veth0f41d3a9"} 1450 node_network_mtu_bytes{device="veth0fb83500"} 1450 node_network_mtu_bytes{device="veth15364855"} 1450 node_network_mtu_bytes{device="veth1ec2fc4b"} 1450 node_network_mtu_bytes{device="veth2ad61c04"} 1450 node_network_mtu_bytes{device="veth38291f4f"} 1450 node_network_mtu_bytes{device="veth4a712903"} 1450 node_network_mtu_bytes{device="veth4af981f0"} 1450 node_network_mtu_bytes{device="veth5c6bccb0"} 1450 node_network_mtu_bytes{device="veth5d990812"} 1450 node_network_mtu_bytes{device="veth5f620173"} 1450 node_network_mtu_bytes{device="veth698dca0f"} 1450 node_network_mtu_bytes{device="veth6cb025d1"} 1450 node_network_mtu_bytes{device="veth6d068db3"} 1450 node_network_mtu_bytes{device="veth6ec95b8f"} 1450 node_network_mtu_bytes{device="veth7158207a"} 1450 node_network_mtu_bytes{device="veth71c39f32"} 1450 node_network_mtu_bytes{device="veth7790eb4a"} 1450 node_network_mtu_bytes{device="veth90368232"} 1450 node_network_mtu_bytes{device="veth93513465"} 1450 node_network_mtu_bytes{device="veth945bb454"} 1450 node_network_mtu_bytes{device="vetha113e9ce"} 1450 node_network_mtu_bytes{device="vetha21e96b1"} 1450 node_network_mtu_bytes{device="vethb04ce3a4"} 1450 node_network_mtu_bytes{device="vethc3ca66a8"} 1450 node_network_mtu_bytes{device="vethcfd39473"} 1450 node_network_mtu_bytes{device="vethd7cb9d6e"} 1450 node_network_mtu_bytes{device="vethe49bdd9c"} 1450 node_network_mtu_bytes{device="vethe7ae6c3c"} 1450 node_network_mtu_bytes{device="vethe7fc0fb6"} 1450 node_network_mtu_bytes{device="vethe9ceb1c3"} 1450 node_network_mtu_bytes{device="vethf0f5ac39"} 1450 node_network_mtu_bytes{device="vethf805ff9e"} 1450 node_network_mtu_bytes{device="vethfca99cd1"} 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="veth06f3690f"} 3 node_network_name_assign_type{device="veth0d85975d"} 3 node_network_name_assign_type{device="veth0e75c326"} 3 node_network_name_assign_type{device="veth0f41d3a9"} 3 node_network_name_assign_type{device="veth0fb83500"} 3 node_network_name_assign_type{device="veth15364855"} 3 node_network_name_assign_type{device="veth1ec2fc4b"} 3 node_network_name_assign_type{device="veth2ad61c04"} 3 node_network_name_assign_type{device="veth38291f4f"} 3 node_network_name_assign_type{device="veth4a712903"} 3 node_network_name_assign_type{device="veth4af981f0"} 3 node_network_name_assign_type{device="veth5c6bccb0"} 3 node_network_name_assign_type{device="veth5d990812"} 3 node_network_name_assign_type{device="veth5f620173"} 3 node_network_name_assign_type{device="veth698dca0f"} 3 node_network_name_assign_type{device="veth6cb025d1"} 3 node_network_name_assign_type{device="veth6d068db3"} 3 node_network_name_assign_type{device="veth6ec95b8f"} 3 node_network_name_assign_type{device="veth7158207a"} 3 node_network_name_assign_type{device="veth71c39f32"} 3 node_network_name_assign_type{device="veth7790eb4a"} 3 node_network_name_assign_type{device="veth90368232"} 3 node_network_name_assign_type{device="veth93513465"} 3 node_network_name_assign_type{device="veth945bb454"} 3 node_network_name_assign_type{device="vetha113e9ce"} 3 node_network_name_assign_type{device="vetha21e96b1"} 3 node_network_name_assign_type{device="vethb04ce3a4"} 3 node_network_name_assign_type{device="vethc3ca66a8"} 3 node_network_name_assign_type{device="vethcfd39473"} 3 node_network_name_assign_type{device="vethd7cb9d6e"} 3 node_network_name_assign_type{device="vethe49bdd9c"} 3 node_network_name_assign_type{device="vethe7ae6c3c"} 3 node_network_name_assign_type{device="vethe7fc0fb6"} 3 node_network_name_assign_type{device="vethe9ceb1c3"} 3 node_network_name_assign_type{device="vethf0f5ac39"} 3 node_network_name_assign_type{device="vethf805ff9e"} 3 node_network_name_assign_type{device="vethfca99cd1"} 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="veth06f3690f"} 0 node_network_net_dev_group{device="veth0d85975d"} 0 node_network_net_dev_group{device="veth0e75c326"} 0 node_network_net_dev_group{device="veth0f41d3a9"} 0 node_network_net_dev_group{device="veth0fb83500"} 0 node_network_net_dev_group{device="veth15364855"} 0 node_network_net_dev_group{device="veth1ec2fc4b"} 0 node_network_net_dev_group{device="veth2ad61c04"} 0 node_network_net_dev_group{device="veth38291f4f"} 0 node_network_net_dev_group{device="veth4a712903"} 0 node_network_net_dev_group{device="veth4af981f0"} 0 node_network_net_dev_group{device="veth5c6bccb0"} 0 node_network_net_dev_group{device="veth5d990812"} 0 node_network_net_dev_group{device="veth5f620173"} 0 node_network_net_dev_group{device="veth698dca0f"} 0 node_network_net_dev_group{device="veth6cb025d1"} 0 node_network_net_dev_group{device="veth6d068db3"} 0 node_network_net_dev_group{device="veth6ec95b8f"} 0 node_network_net_dev_group{device="veth7158207a"} 0 node_network_net_dev_group{device="veth71c39f32"} 0 node_network_net_dev_group{device="veth7790eb4a"} 0 node_network_net_dev_group{device="veth90368232"} 0 node_network_net_dev_group{device="veth93513465"} 0 node_network_net_dev_group{device="veth945bb454"} 0 node_network_net_dev_group{device="vetha113e9ce"} 0 node_network_net_dev_group{device="vetha21e96b1"} 0 node_network_net_dev_group{device="vethb04ce3a4"} 0 node_network_net_dev_group{device="vethc3ca66a8"} 0 node_network_net_dev_group{device="vethcfd39473"} 0 node_network_net_dev_group{device="vethd7cb9d6e"} 0 node_network_net_dev_group{device="vethe49bdd9c"} 0 node_network_net_dev_group{device="vethe7ae6c3c"} 0 node_network_net_dev_group{device="vethe7fc0fb6"} 0 node_network_net_dev_group{device="vethe9ceb1c3"} 0 node_network_net_dev_group{device="vethf0f5ac39"} 0 node_network_net_dev_group{device="vethf805ff9e"} 0 node_network_net_dev_group{device="vethfca99cd1"} 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="veth06f3690f"} 1 node_network_protocol_type{device="veth0d85975d"} 1 node_network_protocol_type{device="veth0e75c326"} 1 node_network_protocol_type{device="veth0f41d3a9"} 1 node_network_protocol_type{device="veth0fb83500"} 1 node_network_protocol_type{device="veth15364855"} 1 node_network_protocol_type{device="veth1ec2fc4b"} 1 node_network_protocol_type{device="veth2ad61c04"} 1 node_network_protocol_type{device="veth38291f4f"} 1 node_network_protocol_type{device="veth4a712903"} 1 node_network_protocol_type{device="veth4af981f0"} 1 node_network_protocol_type{device="veth5c6bccb0"} 1 node_network_protocol_type{device="veth5d990812"} 1 node_network_protocol_type{device="veth5f620173"} 1 node_network_protocol_type{device="veth698dca0f"} 1 node_network_protocol_type{device="veth6cb025d1"} 1 node_network_protocol_type{device="veth6d068db3"} 1 node_network_protocol_type{device="veth6ec95b8f"} 1 node_network_protocol_type{device="veth7158207a"} 1 node_network_protocol_type{device="veth71c39f32"} 1 node_network_protocol_type{device="veth7790eb4a"} 1 node_network_protocol_type{device="veth90368232"} 1 node_network_protocol_type{device="veth93513465"} 1 node_network_protocol_type{device="veth945bb454"} 1 node_network_protocol_type{device="vetha113e9ce"} 1 node_network_protocol_type{device="vetha21e96b1"} 1 node_network_protocol_type{device="vethb04ce3a4"} 1 node_network_protocol_type{device="vethc3ca66a8"} 1 node_network_protocol_type{device="vethcfd39473"} 1 node_network_protocol_type{device="vethd7cb9d6e"} 1 node_network_protocol_type{device="vethe49bdd9c"} 1 node_network_protocol_type{device="vethe7ae6c3c"} 1 node_network_protocol_type{device="vethe7fc0fb6"} 1 node_network_protocol_type{device="vethe9ceb1c3"} 1 node_network_protocol_type{device="vethf0f5ac39"} 1 node_network_protocol_type{device="vethf805ff9e"} 1 node_network_protocol_type{device="vethfca99cd1"} 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"} 9.820213655e+09 node_network_receive_bytes_total{device="docker0"} 0 node_network_receive_bytes_total{device="eth0"} 7.3412584484e+10 node_network_receive_bytes_total{device="flannel.1"} 1.890085311e+09 node_network_receive_bytes_total{device="lo"} 3.46692855e+08 node_network_receive_bytes_total{device="veth01a542ab"} 7.4862272e+07 node_network_receive_bytes_total{device="veth06f3690f"} 2.184714e+06 node_network_receive_bytes_total{device="veth0d85975d"} 7.847209e+07 node_network_receive_bytes_total{device="veth0e75c326"} 1.6219095e+07 node_network_receive_bytes_total{device="veth0f41d3a9"} 6492 node_network_receive_bytes_total{device="veth0fb83500"} 2.03054e+06 node_network_receive_bytes_total{device="veth15364855"} 2.4659554e+07 node_network_receive_bytes_total{device="veth1ec2fc4b"} 1.460807e+06 node_network_receive_bytes_total{device="veth2ad61c04"} 131919 node_network_receive_bytes_total{device="veth38291f4f"} 1.457522e+06 node_network_receive_bytes_total{device="veth4a712903"} 1.8548424e+07 node_network_receive_bytes_total{device="veth4af981f0"} 1.990483e+06 node_network_receive_bytes_total{device="veth5c6bccb0"} 3.9516261e+08 node_network_receive_bytes_total{device="veth5d990812"} 2.4459147e+07 node_network_receive_bytes_total{device="veth5f620173"} 1.4671344e+07 node_network_receive_bytes_total{device="veth698dca0f"} 2.398016e+06 node_network_receive_bytes_total{device="veth6cb025d1"} 5.1305099e+07 node_network_receive_bytes_total{device="veth6d068db3"} 2.012547e+06 node_network_receive_bytes_total{device="veth6ec95b8f"} 3.6865304e+07 node_network_receive_bytes_total{device="veth7158207a"} 2.914075894e+09 node_network_receive_bytes_total{device="veth71c39f32"} 3.876620862e+09 node_network_receive_bytes_total{device="veth7790eb4a"} 1.989837e+06 node_network_receive_bytes_total{device="veth90368232"} 1242 node_network_receive_bytes_total{device="veth93513465"} 5.1153147e+07 node_network_receive_bytes_total{device="veth945bb454"} 2.18811e+06 node_network_receive_bytes_total{device="vetha113e9ce"} 6282 node_network_receive_bytes_total{device="vetha21e96b1"} 6.71519474e+08 node_network_receive_bytes_total{device="vethb04ce3a4"} 2.107494e+07 node_network_receive_bytes_total{device="vethc3ca66a8"} 7.07431993e+08 node_network_receive_bytes_total{device="vethcfd39473"} 8.768775e+06 node_network_receive_bytes_total{device="vethd7cb9d6e"} 1.676664e+06 node_network_receive_bytes_total{device="vethe49bdd9c"} 1.46545e+06 node_network_receive_bytes_total{device="vethe7ae6c3c"} 1.463767e+06 node_network_receive_bytes_total{device="vethe7fc0fb6"} 2.174841e+06 node_network_receive_bytes_total{device="vethe9ceb1c3"} 1.538504e+06 node_network_receive_bytes_total{device="vethf0f5ac39"} 3.241867e+06 node_network_receive_bytes_total{device="vethf805ff9e"} 2.177038e+06 node_network_receive_bytes_total{device="vethfca99cd1"} 10892 node_network_receive_bytes_total{device="vethff3bb083"} 5.561816e+06 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="cni0"} 0 node_network_receive_compressed_total{device="docker0"} 0 node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="flannel.1"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="veth01a542ab"} 0 node_network_receive_compressed_total{device="veth06f3690f"} 0 node_network_receive_compressed_total{device="veth0d85975d"} 0 node_network_receive_compressed_total{device="veth0e75c326"} 0 node_network_receive_compressed_total{device="veth0f41d3a9"} 0 node_network_receive_compressed_total{device="veth0fb83500"} 0 node_network_receive_compressed_total{device="veth15364855"} 0 node_network_receive_compressed_total{device="veth1ec2fc4b"} 0 node_network_receive_compressed_total{device="veth2ad61c04"} 0 node_network_receive_compressed_total{device="veth38291f4f"} 0 node_network_receive_compressed_total{device="veth4a712903"} 0 node_network_receive_compressed_total{device="veth4af981f0"} 0 node_network_receive_compressed_total{device="veth5c6bccb0"} 0 node_network_receive_compressed_total{device="veth5d990812"} 0 node_network_receive_compressed_total{device="veth5f620173"} 0 node_network_receive_compressed_total{device="veth698dca0f"} 0 node_network_receive_compressed_total{device="veth6cb025d1"} 0 node_network_receive_compressed_total{device="veth6d068db3"} 0 node_network_receive_compressed_total{device="veth6ec95b8f"} 0 node_network_receive_compressed_total{device="veth7158207a"} 0 node_network_receive_compressed_total{device="veth71c39f32"} 0 node_network_receive_compressed_total{device="veth7790eb4a"} 0 node_network_receive_compressed_total{device="veth90368232"} 0 node_network_receive_compressed_total{device="veth93513465"} 0 node_network_receive_compressed_total{device="veth945bb454"} 0 node_network_receive_compressed_total{device="vetha113e9ce"} 0 node_network_receive_compressed_total{device="vetha21e96b1"} 0 node_network_receive_compressed_total{device="vethb04ce3a4"} 0 node_network_receive_compressed_total{device="vethc3ca66a8"} 0 node_network_receive_compressed_total{device="vethcfd39473"} 0 node_network_receive_compressed_total{device="vethd7cb9d6e"} 0 node_network_receive_compressed_total{device="vethe49bdd9c"} 0 node_network_receive_compressed_total{device="vethe7ae6c3c"} 0 node_network_receive_compressed_total{device="vethe7fc0fb6"} 0 node_network_receive_compressed_total{device="vethe9ceb1c3"} 0 node_network_receive_compressed_total{device="vethf0f5ac39"} 0 node_network_receive_compressed_total{device="vethf805ff9e"} 0 node_network_receive_compressed_total{device="vethfca99cd1"} 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"} 60 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="veth06f3690f"} 0 node_network_receive_drop_total{device="veth0d85975d"} 0 node_network_receive_drop_total{device="veth0e75c326"} 0 node_network_receive_drop_total{device="veth0f41d3a9"} 0 node_network_receive_drop_total{device="veth0fb83500"} 0 node_network_receive_drop_total{device="veth15364855"} 0 node_network_receive_drop_total{device="veth1ec2fc4b"} 0 node_network_receive_drop_total{device="veth2ad61c04"} 0 node_network_receive_drop_total{device="veth38291f4f"} 0 node_network_receive_drop_total{device="veth4a712903"} 0 node_network_receive_drop_total{device="veth4af981f0"} 0 node_network_receive_drop_total{device="veth5c6bccb0"} 0 node_network_receive_drop_total{device="veth5d990812"} 0 node_network_receive_drop_total{device="veth5f620173"} 0 node_network_receive_drop_total{device="veth698dca0f"} 0 node_network_receive_drop_total{device="veth6cb025d1"} 0 node_network_receive_drop_total{device="veth6d068db3"} 0 node_network_receive_drop_total{device="veth6ec95b8f"} 0 node_network_receive_drop_total{device="veth7158207a"} 0 node_network_receive_drop_total{device="veth71c39f32"} 0 node_network_receive_drop_total{device="veth7790eb4a"} 0 node_network_receive_drop_total{device="veth90368232"} 0 node_network_receive_drop_total{device="veth93513465"} 0 node_network_receive_drop_total{device="veth945bb454"} 0 node_network_receive_drop_total{device="vetha113e9ce"} 0 node_network_receive_drop_total{device="vetha21e96b1"} 0 node_network_receive_drop_total{device="vethb04ce3a4"} 0 node_network_receive_drop_total{device="vethc3ca66a8"} 0 node_network_receive_drop_total{device="vethcfd39473"} 0 node_network_receive_drop_total{device="vethd7cb9d6e"} 0 node_network_receive_drop_total{device="vethe49bdd9c"} 0 node_network_receive_drop_total{device="vethe7ae6c3c"} 0 node_network_receive_drop_total{device="vethe7fc0fb6"} 0 node_network_receive_drop_total{device="vethe9ceb1c3"} 0 node_network_receive_drop_total{device="vethf0f5ac39"} 0 node_network_receive_drop_total{device="vethf805ff9e"} 0 node_network_receive_drop_total{device="vethfca99cd1"} 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="veth06f3690f"} 0 node_network_receive_errs_total{device="veth0d85975d"} 0 node_network_receive_errs_total{device="veth0e75c326"} 0 node_network_receive_errs_total{device="veth0f41d3a9"} 0 node_network_receive_errs_total{device="veth0fb83500"} 0 node_network_receive_errs_total{device="veth15364855"} 0 node_network_receive_errs_total{device="veth1ec2fc4b"} 0 node_network_receive_errs_total{device="veth2ad61c04"} 0 node_network_receive_errs_total{device="veth38291f4f"} 0 node_network_receive_errs_total{device="veth4a712903"} 0 node_network_receive_errs_total{device="veth4af981f0"} 0 node_network_receive_errs_total{device="veth5c6bccb0"} 0 node_network_receive_errs_total{device="veth5d990812"} 0 node_network_receive_errs_total{device="veth5f620173"} 0 node_network_receive_errs_total{device="veth698dca0f"} 0 node_network_receive_errs_total{device="veth6cb025d1"} 0 node_network_receive_errs_total{device="veth6d068db3"} 0 node_network_receive_errs_total{device="veth6ec95b8f"} 0 node_network_receive_errs_total{device="veth7158207a"} 0 node_network_receive_errs_total{device="veth71c39f32"} 0 node_network_receive_errs_total{device="veth7790eb4a"} 0 node_network_receive_errs_total{device="veth90368232"} 0 node_network_receive_errs_total{device="veth93513465"} 0 node_network_receive_errs_total{device="veth945bb454"} 0 node_network_receive_errs_total{device="vetha113e9ce"} 0 node_network_receive_errs_total{device="vetha21e96b1"} 0 node_network_receive_errs_total{device="vethb04ce3a4"} 0 node_network_receive_errs_total{device="vethc3ca66a8"} 0 node_network_receive_errs_total{device="vethcfd39473"} 0 node_network_receive_errs_total{device="vethd7cb9d6e"} 0 node_network_receive_errs_total{device="vethe49bdd9c"} 0 node_network_receive_errs_total{device="vethe7ae6c3c"} 0 node_network_receive_errs_total{device="vethe7fc0fb6"} 0 node_network_receive_errs_total{device="vethe9ceb1c3"} 0 node_network_receive_errs_total{device="vethf0f5ac39"} 0 node_network_receive_errs_total{device="vethf805ff9e"} 0 node_network_receive_errs_total{device="vethfca99cd1"} 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="veth06f3690f"} 0 node_network_receive_fifo_total{device="veth0d85975d"} 0 node_network_receive_fifo_total{device="veth0e75c326"} 0 node_network_receive_fifo_total{device="veth0f41d3a9"} 0 node_network_receive_fifo_total{device="veth0fb83500"} 0 node_network_receive_fifo_total{device="veth15364855"} 0 node_network_receive_fifo_total{device="veth1ec2fc4b"} 0 node_network_receive_fifo_total{device="veth2ad61c04"} 0 node_network_receive_fifo_total{device="veth38291f4f"} 0 node_network_receive_fifo_total{device="veth4a712903"} 0 node_network_receive_fifo_total{device="veth4af981f0"} 0 node_network_receive_fifo_total{device="veth5c6bccb0"} 0 node_network_receive_fifo_total{device="veth5d990812"} 0 node_network_receive_fifo_total{device="veth5f620173"} 0 node_network_receive_fifo_total{device="veth698dca0f"} 0 node_network_receive_fifo_total{device="veth6cb025d1"} 0 node_network_receive_fifo_total{device="veth6d068db3"} 0 node_network_receive_fifo_total{device="veth6ec95b8f"} 0 node_network_receive_fifo_total{device="veth7158207a"} 0 node_network_receive_fifo_total{device="veth71c39f32"} 0 node_network_receive_fifo_total{device="veth7790eb4a"} 0 node_network_receive_fifo_total{device="veth90368232"} 0 node_network_receive_fifo_total{device="veth93513465"} 0 node_network_receive_fifo_total{device="veth945bb454"} 0 node_network_receive_fifo_total{device="vetha113e9ce"} 0 node_network_receive_fifo_total{device="vetha21e96b1"} 0 node_network_receive_fifo_total{device="vethb04ce3a4"} 0 node_network_receive_fifo_total{device="vethc3ca66a8"} 0 node_network_receive_fifo_total{device="vethcfd39473"} 0 node_network_receive_fifo_total{device="vethd7cb9d6e"} 0 node_network_receive_fifo_total{device="vethe49bdd9c"} 0 node_network_receive_fifo_total{device="vethe7ae6c3c"} 0 node_network_receive_fifo_total{device="vethe7fc0fb6"} 0 node_network_receive_fifo_total{device="vethe9ceb1c3"} 0 node_network_receive_fifo_total{device="vethf0f5ac39"} 0 node_network_receive_fifo_total{device="vethf805ff9e"} 0 node_network_receive_fifo_total{device="vethfca99cd1"} 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="veth06f3690f"} 0 node_network_receive_frame_total{device="veth0d85975d"} 0 node_network_receive_frame_total{device="veth0e75c326"} 0 node_network_receive_frame_total{device="veth0f41d3a9"} 0 node_network_receive_frame_total{device="veth0fb83500"} 0 node_network_receive_frame_total{device="veth15364855"} 0 node_network_receive_frame_total{device="veth1ec2fc4b"} 0 node_network_receive_frame_total{device="veth2ad61c04"} 0 node_network_receive_frame_total{device="veth38291f4f"} 0 node_network_receive_frame_total{device="veth4a712903"} 0 node_network_receive_frame_total{device="veth4af981f0"} 0 node_network_receive_frame_total{device="veth5c6bccb0"} 0 node_network_receive_frame_total{device="veth5d990812"} 0 node_network_receive_frame_total{device="veth5f620173"} 0 node_network_receive_frame_total{device="veth698dca0f"} 0 node_network_receive_frame_total{device="veth6cb025d1"} 0 node_network_receive_frame_total{device="veth6d068db3"} 0 node_network_receive_frame_total{device="veth6ec95b8f"} 0 node_network_receive_frame_total{device="veth7158207a"} 0 node_network_receive_frame_total{device="veth71c39f32"} 0 node_network_receive_frame_total{device="veth7790eb4a"} 0 node_network_receive_frame_total{device="veth90368232"} 0 node_network_receive_frame_total{device="veth93513465"} 0 node_network_receive_frame_total{device="veth945bb454"} 0 node_network_receive_frame_total{device="vetha113e9ce"} 0 node_network_receive_frame_total{device="vetha21e96b1"} 0 node_network_receive_frame_total{device="vethb04ce3a4"} 0 node_network_receive_frame_total{device="vethc3ca66a8"} 0 node_network_receive_frame_total{device="vethcfd39473"} 0 node_network_receive_frame_total{device="vethd7cb9d6e"} 0 node_network_receive_frame_total{device="vethe49bdd9c"} 0 node_network_receive_frame_total{device="vethe7ae6c3c"} 0 node_network_receive_frame_total{device="vethe7fc0fb6"} 0 node_network_receive_frame_total{device="vethe9ceb1c3"} 0 node_network_receive_frame_total{device="vethf0f5ac39"} 0 node_network_receive_frame_total{device="vethf805ff9e"} 0 node_network_receive_frame_total{device="vethfca99cd1"} 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"} 4281 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="veth06f3690f"} 0 node_network_receive_multicast_total{device="veth0d85975d"} 0 node_network_receive_multicast_total{device="veth0e75c326"} 0 node_network_receive_multicast_total{device="veth0f41d3a9"} 0 node_network_receive_multicast_total{device="veth0fb83500"} 0 node_network_receive_multicast_total{device="veth15364855"} 0 node_network_receive_multicast_total{device="veth1ec2fc4b"} 0 node_network_receive_multicast_total{device="veth2ad61c04"} 0 node_network_receive_multicast_total{device="veth38291f4f"} 0 node_network_receive_multicast_total{device="veth4a712903"} 0 node_network_receive_multicast_total{device="veth4af981f0"} 0 node_network_receive_multicast_total{device="veth5c6bccb0"} 0 node_network_receive_multicast_total{device="veth5d990812"} 0 node_network_receive_multicast_total{device="veth5f620173"} 0 node_network_receive_multicast_total{device="veth698dca0f"} 0 node_network_receive_multicast_total{device="veth6cb025d1"} 0 node_network_receive_multicast_total{device="veth6d068db3"} 0 node_network_receive_multicast_total{device="veth6ec95b8f"} 0 node_network_receive_multicast_total{device="veth7158207a"} 0 node_network_receive_multicast_total{device="veth71c39f32"} 0 node_network_receive_multicast_total{device="veth7790eb4a"} 0 node_network_receive_multicast_total{device="veth90368232"} 0 node_network_receive_multicast_total{device="veth93513465"} 0 node_network_receive_multicast_total{device="veth945bb454"} 0 node_network_receive_multicast_total{device="vetha113e9ce"} 0 node_network_receive_multicast_total{device="vetha21e96b1"} 0 node_network_receive_multicast_total{device="vethb04ce3a4"} 0 node_network_receive_multicast_total{device="vethc3ca66a8"} 0 node_network_receive_multicast_total{device="vethcfd39473"} 0 node_network_receive_multicast_total{device="vethd7cb9d6e"} 0 node_network_receive_multicast_total{device="vethe49bdd9c"} 0 node_network_receive_multicast_total{device="vethe7ae6c3c"} 0 node_network_receive_multicast_total{device="vethe7fc0fb6"} 0 node_network_receive_multicast_total{device="vethe9ceb1c3"} 0 node_network_receive_multicast_total{device="vethf0f5ac39"} 0 node_network_receive_multicast_total{device="vethf805ff9e"} 0 node_network_receive_multicast_total{device="vethfca99cd1"} 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="veth06f3690f"} 0 node_network_receive_nohandler_total{device="veth0d85975d"} 0 node_network_receive_nohandler_total{device="veth0e75c326"} 0 node_network_receive_nohandler_total{device="veth0f41d3a9"} 0 node_network_receive_nohandler_total{device="veth0fb83500"} 0 node_network_receive_nohandler_total{device="veth15364855"} 0 node_network_receive_nohandler_total{device="veth1ec2fc4b"} 0 node_network_receive_nohandler_total{device="veth2ad61c04"} 0 node_network_receive_nohandler_total{device="veth38291f4f"} 0 node_network_receive_nohandler_total{device="veth4a712903"} 0 node_network_receive_nohandler_total{device="veth4af981f0"} 0 node_network_receive_nohandler_total{device="veth5c6bccb0"} 0 node_network_receive_nohandler_total{device="veth5d990812"} 0 node_network_receive_nohandler_total{device="veth5f620173"} 0 node_network_receive_nohandler_total{device="veth698dca0f"} 0 node_network_receive_nohandler_total{device="veth6cb025d1"} 0 node_network_receive_nohandler_total{device="veth6d068db3"} 0 node_network_receive_nohandler_total{device="veth6ec95b8f"} 0 node_network_receive_nohandler_total{device="veth7158207a"} 0 node_network_receive_nohandler_total{device="veth71c39f32"} 0 node_network_receive_nohandler_total{device="veth7790eb4a"} 0 node_network_receive_nohandler_total{device="veth90368232"} 0 node_network_receive_nohandler_total{device="veth93513465"} 0 node_network_receive_nohandler_total{device="veth945bb454"} 0 node_network_receive_nohandler_total{device="vetha113e9ce"} 0 node_network_receive_nohandler_total{device="vetha21e96b1"} 0 node_network_receive_nohandler_total{device="vethb04ce3a4"} 0 node_network_receive_nohandler_total{device="vethc3ca66a8"} 0 node_network_receive_nohandler_total{device="vethcfd39473"} 0 node_network_receive_nohandler_total{device="vethd7cb9d6e"} 0 node_network_receive_nohandler_total{device="vethe49bdd9c"} 0 node_network_receive_nohandler_total{device="vethe7ae6c3c"} 0 node_network_receive_nohandler_total{device="vethe7fc0fb6"} 0 node_network_receive_nohandler_total{device="vethe9ceb1c3"} 0 node_network_receive_nohandler_total{device="vethf0f5ac39"} 0 node_network_receive_nohandler_total{device="vethf805ff9e"} 0 node_network_receive_nohandler_total{device="vethfca99cd1"} 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"} 2.3279709e+07 node_network_receive_packets_total{device="docker0"} 0 node_network_receive_packets_total{device="eth0"} 8.6995313e+07 node_network_receive_packets_total{device="flannel.1"} 6.294211e+06 node_network_receive_packets_total{device="lo"} 2.77932e+06 node_network_receive_packets_total{device="veth01a542ab"} 848165 node_network_receive_packets_total{device="veth06f3690f"} 18153 node_network_receive_packets_total{device="veth0d85975d"} 895794 node_network_receive_packets_total{device="veth0e75c326"} 178150 node_network_receive_packets_total{device="veth0f41d3a9"} 92 node_network_receive_packets_total{device="veth0fb83500"} 881 node_network_receive_packets_total{device="veth15364855"} 283518 node_network_receive_packets_total{device="veth1ec2fc4b"} 25852 node_network_receive_packets_total{device="veth2ad61c04"} 2303 node_network_receive_packets_total{device="veth38291f4f"} 25774 node_network_receive_packets_total{device="veth4a712903"} 188857 node_network_receive_packets_total{device="veth4af981f0"} 22602 node_network_receive_packets_total{device="veth5c6bccb0"} 196788 node_network_receive_packets_total{device="veth5d990812"} 97051 node_network_receive_packets_total{device="veth5f620173"} 169713 node_network_receive_packets_total{device="veth698dca0f"} 28062 node_network_receive_packets_total{device="veth6cb025d1"} 455537 node_network_receive_packets_total{device="veth6d068db3"} 18309 node_network_receive_packets_total{device="veth6ec95b8f"} 2749 node_network_receive_packets_total{device="veth7158207a"} 6.609476e+06 node_network_receive_packets_total{device="veth71c39f32"} 1.5300825e+07 node_network_receive_packets_total{device="veth7790eb4a"} 23665 node_network_receive_packets_total{device="veth90368232"} 17 node_network_receive_packets_total{device="veth93513465"} 561227 node_network_receive_packets_total{device="veth945bb454"} 12800 node_network_receive_packets_total{device="vetha113e9ce"} 89 node_network_receive_packets_total{device="vetha21e96b1"} 204495 node_network_receive_packets_total{device="vethb04ce3a4"} 2283 node_network_receive_packets_total{device="vethc3ca66a8"} 38044 node_network_receive_packets_total{device="vethcfd39473"} 81692 node_network_receive_packets_total{device="vethd7cb9d6e"} 27285 node_network_receive_packets_total{device="vethe49bdd9c"} 25951 node_network_receive_packets_total{device="vethe7ae6c3c"} 25923 node_network_receive_packets_total{device="vethe7fc0fb6"} 18096 node_network_receive_packets_total{device="vethe9ceb1c3"} 27198 node_network_receive_packets_total{device="vethf0f5ac39"} 39587 node_network_receive_packets_total{device="vethf805ff9e"} 18124 node_network_receive_packets_total{device="vethfca99cd1"} 68 node_network_receive_packets_total{device="vethff3bb083"} 66697 # 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="veth06f3690f"} 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="veth0f41d3a9"} 1.25e+09 node_network_speed_bytes{device="veth0fb83500"} 1.25e+09 node_network_speed_bytes{device="veth15364855"} 1.25e+09 node_network_speed_bytes{device="veth1ec2fc4b"} 1.25e+09 node_network_speed_bytes{device="veth2ad61c04"} 1.25e+09 node_network_speed_bytes{device="veth38291f4f"} 1.25e+09 node_network_speed_bytes{device="veth4a712903"} 1.25e+09 node_network_speed_bytes{device="veth4af981f0"} 1.25e+09 node_network_speed_bytes{device="veth5c6bccb0"} 1.25e+09 node_network_speed_bytes{device="veth5d990812"} 1.25e+09 node_network_speed_bytes{device="veth5f620173"} 1.25e+09 node_network_speed_bytes{device="veth698dca0f"} 1.25e+09 node_network_speed_bytes{device="veth6cb025d1"} 1.25e+09 node_network_speed_bytes{device="veth6d068db3"} 1.25e+09 node_network_speed_bytes{device="veth6ec95b8f"} 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="veth7790eb4a"} 1.25e+09 node_network_speed_bytes{device="veth90368232"} 1.25e+09 node_network_speed_bytes{device="veth93513465"} 1.25e+09 node_network_speed_bytes{device="veth945bb454"} 1.25e+09 node_network_speed_bytes{device="vetha113e9ce"} 1.25e+09 node_network_speed_bytes{device="vetha21e96b1"} 1.25e+09 node_network_speed_bytes{device="vethb04ce3a4"} 1.25e+09 node_network_speed_bytes{device="vethc3ca66a8"} 1.25e+09 node_network_speed_bytes{device="vethcfd39473"} 1.25e+09 node_network_speed_bytes{device="vethd7cb9d6e"} 1.25e+09 node_network_speed_bytes{device="vethe49bdd9c"} 1.25e+09 node_network_speed_bytes{device="vethe7ae6c3c"} 1.25e+09 node_network_speed_bytes{device="vethe7fc0fb6"} 1.25e+09 node_network_speed_bytes{device="vethe9ceb1c3"} 1.25e+09 node_network_speed_bytes{device="vethf0f5ac39"} 1.25e+09 node_network_speed_bytes{device="vethf805ff9e"} 1.25e+09 node_network_speed_bytes{device="vethfca99cd1"} 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"} 4.8951475016e+10 node_network_transmit_bytes_total{device="docker0"} 0 node_network_transmit_bytes_total{device="eth0"} 1.3944687089e+10 node_network_transmit_bytes_total{device="flannel.1"} 8.483335406e+09 node_network_transmit_bytes_total{device="lo"} 3.46692855e+08 node_network_transmit_bytes_total{device="veth01a542ab"} 2.905688117e+09 node_network_transmit_bytes_total{device="veth06f3690f"} 2.207255e+06 node_network_transmit_bytes_total{device="veth0d85975d"} 2.958822176e+09 node_network_transmit_bytes_total{device="veth0e75c326"} 1.5963713e+07 node_network_transmit_bytes_total{device="veth0f41d3a9"} 434899 node_network_transmit_bytes_total{device="veth0fb83500"} 605085 node_network_transmit_bytes_total{device="veth15364855"} 1.4695842e+07 node_network_transmit_bytes_total{device="veth1ec2fc4b"} 1.773825e+06 node_network_transmit_bytes_total{device="veth2ad61c04"} 166896 node_network_transmit_bytes_total{device="veth38291f4f"} 1.766527e+06 node_network_transmit_bytes_total{device="veth4a712903"} 2.9462817e+07 node_network_transmit_bytes_total{device="veth4af981f0"} 2.292675e+06 node_network_transmit_bytes_total{device="veth5c6bccb0"} 3.43862307e+08 node_network_transmit_bytes_total{device="veth5d990812"} 2.5292351e+07 node_network_transmit_bytes_total{device="veth5f620173"} 9.250571e+06 node_network_transmit_bytes_total{device="veth698dca0f"} 2.345584e+06 node_network_transmit_bytes_total{device="veth6cb025d1"} 6.0938008e+07 node_network_transmit_bytes_total{device="veth6d068db3"} 2.799648e+06 node_network_transmit_bytes_total{device="veth6ec95b8f"} 754314 node_network_transmit_bytes_total{device="veth7158207a"} 4.905209078e+09 node_network_transmit_bytes_total{device="veth71c39f32"} 1.5032970204e+10 node_network_transmit_bytes_total{device="veth7790eb4a"} 1.094602e+06 node_network_transmit_bytes_total{device="veth90368232"} 14286 node_network_transmit_bytes_total{device="veth93513465"} 5.7987388e+07 node_network_transmit_bytes_total{device="veth945bb454"} 1.4661406e+07 node_network_transmit_bytes_total{device="vetha113e9ce"} 281849 node_network_transmit_bytes_total{device="vetha21e96b1"} 6.89091731e+08 node_network_transmit_bytes_total{device="vethb04ce3a4"} 1.182541e+06 node_network_transmit_bytes_total{device="vethc3ca66a8"} 8.602477e+06 node_network_transmit_bytes_total{device="vethcfd39473"} 8.974789e+06 node_network_transmit_bytes_total{device="vethd7cb9d6e"} 1.964788e+06 node_network_transmit_bytes_total{device="vethe49bdd9c"} 1.788393e+06 node_network_transmit_bytes_total{device="vethe7ae6c3c"} 1.776235e+06 node_network_transmit_bytes_total{device="vethe7fc0fb6"} 2.208379e+06 node_network_transmit_bytes_total{device="vethe9ceb1c3"} 2.072529e+06 node_network_transmit_bytes_total{device="vethf0f5ac39"} 3.074975e+06 node_network_transmit_bytes_total{device="vethf805ff9e"} 2.209413e+06 node_network_transmit_bytes_total{device="vethfca99cd1"} 25535 node_network_transmit_bytes_total{device="vethff3bb083"} 4.564158e+06 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="cni0"} 0 node_network_transmit_carrier_total{device="docker0"} 0 node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="flannel.1"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="veth01a542ab"} 0 node_network_transmit_carrier_total{device="veth06f3690f"} 0 node_network_transmit_carrier_total{device="veth0d85975d"} 0 node_network_transmit_carrier_total{device="veth0e75c326"} 0 node_network_transmit_carrier_total{device="veth0f41d3a9"} 0 node_network_transmit_carrier_total{device="veth0fb83500"} 0 node_network_transmit_carrier_total{device="veth15364855"} 0 node_network_transmit_carrier_total{device="veth1ec2fc4b"} 0 node_network_transmit_carrier_total{device="veth2ad61c04"} 0 node_network_transmit_carrier_total{device="veth38291f4f"} 0 node_network_transmit_carrier_total{device="veth4a712903"} 0 node_network_transmit_carrier_total{device="veth4af981f0"} 0 node_network_transmit_carrier_total{device="veth5c6bccb0"} 0 node_network_transmit_carrier_total{device="veth5d990812"} 0 node_network_transmit_carrier_total{device="veth5f620173"} 0 node_network_transmit_carrier_total{device="veth698dca0f"} 0 node_network_transmit_carrier_total{device="veth6cb025d1"} 0 node_network_transmit_carrier_total{device="veth6d068db3"} 0 node_network_transmit_carrier_total{device="veth6ec95b8f"} 0 node_network_transmit_carrier_total{device="veth7158207a"} 0 node_network_transmit_carrier_total{device="veth71c39f32"} 0 node_network_transmit_carrier_total{device="veth7790eb4a"} 0 node_network_transmit_carrier_total{device="veth90368232"} 0 node_network_transmit_carrier_total{device="veth93513465"} 0 node_network_transmit_carrier_total{device="veth945bb454"} 0 node_network_transmit_carrier_total{device="vetha113e9ce"} 0 node_network_transmit_carrier_total{device="vetha21e96b1"} 0 node_network_transmit_carrier_total{device="vethb04ce3a4"} 0 node_network_transmit_carrier_total{device="vethc3ca66a8"} 0 node_network_transmit_carrier_total{device="vethcfd39473"} 0 node_network_transmit_carrier_total{device="vethd7cb9d6e"} 0 node_network_transmit_carrier_total{device="vethe49bdd9c"} 0 node_network_transmit_carrier_total{device="vethe7ae6c3c"} 0 node_network_transmit_carrier_total{device="vethe7fc0fb6"} 0 node_network_transmit_carrier_total{device="vethe9ceb1c3"} 0 node_network_transmit_carrier_total{device="vethf0f5ac39"} 0 node_network_transmit_carrier_total{device="vethf805ff9e"} 0 node_network_transmit_carrier_total{device="vethfca99cd1"} 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="veth06f3690f"} 0 node_network_transmit_colls_total{device="veth0d85975d"} 0 node_network_transmit_colls_total{device="veth0e75c326"} 0 node_network_transmit_colls_total{device="veth0f41d3a9"} 0 node_network_transmit_colls_total{device="veth0fb83500"} 0 node_network_transmit_colls_total{device="veth15364855"} 0 node_network_transmit_colls_total{device="veth1ec2fc4b"} 0 node_network_transmit_colls_total{device="veth2ad61c04"} 0 node_network_transmit_colls_total{device="veth38291f4f"} 0 node_network_transmit_colls_total{device="veth4a712903"} 0 node_network_transmit_colls_total{device="veth4af981f0"} 0 node_network_transmit_colls_total{device="veth5c6bccb0"} 0 node_network_transmit_colls_total{device="veth5d990812"} 0 node_network_transmit_colls_total{device="veth5f620173"} 0 node_network_transmit_colls_total{device="veth698dca0f"} 0 node_network_transmit_colls_total{device="veth6cb025d1"} 0 node_network_transmit_colls_total{device="veth6d068db3"} 0 node_network_transmit_colls_total{device="veth6ec95b8f"} 0 node_network_transmit_colls_total{device="veth7158207a"} 0 node_network_transmit_colls_total{device="veth71c39f32"} 0 node_network_transmit_colls_total{device="veth7790eb4a"} 0 node_network_transmit_colls_total{device="veth90368232"} 0 node_network_transmit_colls_total{device="veth93513465"} 0 node_network_transmit_colls_total{device="veth945bb454"} 0 node_network_transmit_colls_total{device="vetha113e9ce"} 0 node_network_transmit_colls_total{device="vetha21e96b1"} 0 node_network_transmit_colls_total{device="vethb04ce3a4"} 0 node_network_transmit_colls_total{device="vethc3ca66a8"} 0 node_network_transmit_colls_total{device="vethcfd39473"} 0 node_network_transmit_colls_total{device="vethd7cb9d6e"} 0 node_network_transmit_colls_total{device="vethe49bdd9c"} 0 node_network_transmit_colls_total{device="vethe7ae6c3c"} 0 node_network_transmit_colls_total{device="vethe7fc0fb6"} 0 node_network_transmit_colls_total{device="vethe9ceb1c3"} 0 node_network_transmit_colls_total{device="vethf0f5ac39"} 0 node_network_transmit_colls_total{device="vethf805ff9e"} 0 node_network_transmit_colls_total{device="vethfca99cd1"} 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="veth06f3690f"} 0 node_network_transmit_compressed_total{device="veth0d85975d"} 0 node_network_transmit_compressed_total{device="veth0e75c326"} 0 node_network_transmit_compressed_total{device="veth0f41d3a9"} 0 node_network_transmit_compressed_total{device="veth0fb83500"} 0 node_network_transmit_compressed_total{device="veth15364855"} 0 node_network_transmit_compressed_total{device="veth1ec2fc4b"} 0 node_network_transmit_compressed_total{device="veth2ad61c04"} 0 node_network_transmit_compressed_total{device="veth38291f4f"} 0 node_network_transmit_compressed_total{device="veth4a712903"} 0 node_network_transmit_compressed_total{device="veth4af981f0"} 0 node_network_transmit_compressed_total{device="veth5c6bccb0"} 0 node_network_transmit_compressed_total{device="veth5d990812"} 0 node_network_transmit_compressed_total{device="veth5f620173"} 0 node_network_transmit_compressed_total{device="veth698dca0f"} 0 node_network_transmit_compressed_total{device="veth6cb025d1"} 0 node_network_transmit_compressed_total{device="veth6d068db3"} 0 node_network_transmit_compressed_total{device="veth6ec95b8f"} 0 node_network_transmit_compressed_total{device="veth7158207a"} 0 node_network_transmit_compressed_total{device="veth71c39f32"} 0 node_network_transmit_compressed_total{device="veth7790eb4a"} 0 node_network_transmit_compressed_total{device="veth90368232"} 0 node_network_transmit_compressed_total{device="veth93513465"} 0 node_network_transmit_compressed_total{device="veth945bb454"} 0 node_network_transmit_compressed_total{device="vetha113e9ce"} 0 node_network_transmit_compressed_total{device="vetha21e96b1"} 0 node_network_transmit_compressed_total{device="vethb04ce3a4"} 0 node_network_transmit_compressed_total{device="vethc3ca66a8"} 0 node_network_transmit_compressed_total{device="vethcfd39473"} 0 node_network_transmit_compressed_total{device="vethd7cb9d6e"} 0 node_network_transmit_compressed_total{device="vethe49bdd9c"} 0 node_network_transmit_compressed_total{device="vethe7ae6c3c"} 0 node_network_transmit_compressed_total{device="vethe7fc0fb6"} 0 node_network_transmit_compressed_total{device="vethe9ceb1c3"} 0 node_network_transmit_compressed_total{device="vethf0f5ac39"} 0 node_network_transmit_compressed_total{device="vethf805ff9e"} 0 node_network_transmit_compressed_total{device="vethfca99cd1"} 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"} 95 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="veth01a542ab"} 0 node_network_transmit_drop_total{device="veth06f3690f"} 0 node_network_transmit_drop_total{device="veth0d85975d"} 0 node_network_transmit_drop_total{device="veth0e75c326"} 0 node_network_transmit_drop_total{device="veth0f41d3a9"} 0 node_network_transmit_drop_total{device="veth0fb83500"} 0 node_network_transmit_drop_total{device="veth15364855"} 0 node_network_transmit_drop_total{device="veth1ec2fc4b"} 0 node_network_transmit_drop_total{device="veth2ad61c04"} 0 node_network_transmit_drop_total{device="veth38291f4f"} 0 node_network_transmit_drop_total{device="veth4a712903"} 0 node_network_transmit_drop_total{device="veth4af981f0"} 0 node_network_transmit_drop_total{device="veth5c6bccb0"} 0 node_network_transmit_drop_total{device="veth5d990812"} 0 node_network_transmit_drop_total{device="veth5f620173"} 0 node_network_transmit_drop_total{device="veth698dca0f"} 0 node_network_transmit_drop_total{device="veth6cb025d1"} 0 node_network_transmit_drop_total{device="veth6d068db3"} 0 node_network_transmit_drop_total{device="veth6ec95b8f"} 0 node_network_transmit_drop_total{device="veth7158207a"} 0 node_network_transmit_drop_total{device="veth71c39f32"} 0 node_network_transmit_drop_total{device="veth7790eb4a"} 0 node_network_transmit_drop_total{device="veth90368232"} 0 node_network_transmit_drop_total{device="veth93513465"} 0 node_network_transmit_drop_total{device="veth945bb454"} 0 node_network_transmit_drop_total{device="vetha113e9ce"} 0 node_network_transmit_drop_total{device="vetha21e96b1"} 0 node_network_transmit_drop_total{device="vethb04ce3a4"} 0 node_network_transmit_drop_total{device="vethc3ca66a8"} 0 node_network_transmit_drop_total{device="vethcfd39473"} 0 node_network_transmit_drop_total{device="vethd7cb9d6e"} 0 node_network_transmit_drop_total{device="vethe49bdd9c"} 0 node_network_transmit_drop_total{device="vethe7ae6c3c"} 0 node_network_transmit_drop_total{device="vethe7fc0fb6"} 0 node_network_transmit_drop_total{device="vethe9ceb1c3"} 0 node_network_transmit_drop_total{device="vethf0f5ac39"} 0 node_network_transmit_drop_total{device="vethf805ff9e"} 0 node_network_transmit_drop_total{device="vethfca99cd1"} 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="veth06f3690f"} 0 node_network_transmit_errs_total{device="veth0d85975d"} 0 node_network_transmit_errs_total{device="veth0e75c326"} 0 node_network_transmit_errs_total{device="veth0f41d3a9"} 0 node_network_transmit_errs_total{device="veth0fb83500"} 0 node_network_transmit_errs_total{device="veth15364855"} 0 node_network_transmit_errs_total{device="veth1ec2fc4b"} 0 node_network_transmit_errs_total{device="veth2ad61c04"} 0 node_network_transmit_errs_total{device="veth38291f4f"} 0 node_network_transmit_errs_total{device="veth4a712903"} 0 node_network_transmit_errs_total{device="veth4af981f0"} 0 node_network_transmit_errs_total{device="veth5c6bccb0"} 0 node_network_transmit_errs_total{device="veth5d990812"} 0 node_network_transmit_errs_total{device="veth5f620173"} 0 node_network_transmit_errs_total{device="veth698dca0f"} 0 node_network_transmit_errs_total{device="veth6cb025d1"} 0 node_network_transmit_errs_total{device="veth6d068db3"} 0 node_network_transmit_errs_total{device="veth6ec95b8f"} 0 node_network_transmit_errs_total{device="veth7158207a"} 0 node_network_transmit_errs_total{device="veth71c39f32"} 0 node_network_transmit_errs_total{device="veth7790eb4a"} 0 node_network_transmit_errs_total{device="veth90368232"} 0 node_network_transmit_errs_total{device="veth93513465"} 0 node_network_transmit_errs_total{device="veth945bb454"} 0 node_network_transmit_errs_total{device="vetha113e9ce"} 0 node_network_transmit_errs_total{device="vetha21e96b1"} 0 node_network_transmit_errs_total{device="vethb04ce3a4"} 0 node_network_transmit_errs_total{device="vethc3ca66a8"} 0 node_network_transmit_errs_total{device="vethcfd39473"} 0 node_network_transmit_errs_total{device="vethd7cb9d6e"} 0 node_network_transmit_errs_total{device="vethe49bdd9c"} 0 node_network_transmit_errs_total{device="vethe7ae6c3c"} 0 node_network_transmit_errs_total{device="vethe7fc0fb6"} 0 node_network_transmit_errs_total{device="vethe9ceb1c3"} 0 node_network_transmit_errs_total{device="vethf0f5ac39"} 0 node_network_transmit_errs_total{device="vethf805ff9e"} 0 node_network_transmit_errs_total{device="vethfca99cd1"} 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="veth06f3690f"} 0 node_network_transmit_fifo_total{device="veth0d85975d"} 0 node_network_transmit_fifo_total{device="veth0e75c326"} 0 node_network_transmit_fifo_total{device="veth0f41d3a9"} 0 node_network_transmit_fifo_total{device="veth0fb83500"} 0 node_network_transmit_fifo_total{device="veth15364855"} 0 node_network_transmit_fifo_total{device="veth1ec2fc4b"} 0 node_network_transmit_fifo_total{device="veth2ad61c04"} 0 node_network_transmit_fifo_total{device="veth38291f4f"} 0 node_network_transmit_fifo_total{device="veth4a712903"} 0 node_network_transmit_fifo_total{device="veth4af981f0"} 0 node_network_transmit_fifo_total{device="veth5c6bccb0"} 0 node_network_transmit_fifo_total{device="veth5d990812"} 0 node_network_transmit_fifo_total{device="veth5f620173"} 0 node_network_transmit_fifo_total{device="veth698dca0f"} 0 node_network_transmit_fifo_total{device="veth6cb025d1"} 0 node_network_transmit_fifo_total{device="veth6d068db3"} 0 node_network_transmit_fifo_total{device="veth6ec95b8f"} 0 node_network_transmit_fifo_total{device="veth7158207a"} 0 node_network_transmit_fifo_total{device="veth71c39f32"} 0 node_network_transmit_fifo_total{device="veth7790eb4a"} 0 node_network_transmit_fifo_total{device="veth90368232"} 0 node_network_transmit_fifo_total{device="veth93513465"} 0 node_network_transmit_fifo_total{device="veth945bb454"} 0 node_network_transmit_fifo_total{device="vetha113e9ce"} 0 node_network_transmit_fifo_total{device="vetha21e96b1"} 0 node_network_transmit_fifo_total{device="vethb04ce3a4"} 0 node_network_transmit_fifo_total{device="vethc3ca66a8"} 0 node_network_transmit_fifo_total{device="vethcfd39473"} 0 node_network_transmit_fifo_total{device="vethd7cb9d6e"} 0 node_network_transmit_fifo_total{device="vethe49bdd9c"} 0 node_network_transmit_fifo_total{device="vethe7ae6c3c"} 0 node_network_transmit_fifo_total{device="vethe7fc0fb6"} 0 node_network_transmit_fifo_total{device="vethe9ceb1c3"} 0 node_network_transmit_fifo_total{device="vethf0f5ac39"} 0 node_network_transmit_fifo_total{device="vethf805ff9e"} 0 node_network_transmit_fifo_total{device="vethfca99cd1"} 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"} 2.3857605e+07 node_network_transmit_packets_total{device="docker0"} 0 node_network_transmit_packets_total{device="eth0"} 3.732113e+07 node_network_transmit_packets_total{device="flannel.1"} 7.384369e+06 node_network_transmit_packets_total{device="lo"} 2.77932e+06 node_network_transmit_packets_total{device="veth01a542ab"} 1.068832e+06 node_network_transmit_packets_total{device="veth06f3690f"} 20310 node_network_transmit_packets_total{device="veth0d85975d"} 1.17469e+06 node_network_transmit_packets_total{device="veth0e75c326"} 181439 node_network_transmit_packets_total{device="veth0f41d3a9"} 5094 node_network_transmit_packets_total{device="veth0fb83500"} 6008 node_network_transmit_packets_total{device="veth15364855"} 168542 node_network_transmit_packets_total{device="veth1ec2fc4b"} 29892 node_network_transmit_packets_total{device="veth2ad61c04"} 2755 node_network_transmit_packets_total{device="veth38291f4f"} 29744 node_network_transmit_packets_total{device="veth4a712903"} 132634 node_network_transmit_packets_total{device="veth4af981f0"} 18877 node_network_transmit_packets_total{device="veth5c6bccb0"} 257079 node_network_transmit_packets_total{device="veth5d990812"} 92488 node_network_transmit_packets_total{device="veth5f620173"} 100632 node_network_transmit_packets_total{device="veth698dca0f"} 27780 node_network_transmit_packets_total{device="veth6cb025d1"} 352452 node_network_transmit_packets_total{device="veth6d068db3"} 21795 node_network_transmit_packets_total{device="veth6ec95b8f"} 7292 node_network_transmit_packets_total{device="veth7158207a"} 7.658535e+06 node_network_transmit_packets_total{device="veth71c39f32"} 1.3640338e+07 node_network_transmit_packets_total{device="veth7790eb4a"} 13699 node_network_transmit_packets_total{device="veth90368232"} 217 node_network_transmit_packets_total{device="veth93513465"} 363806 node_network_transmit_packets_total{device="veth945bb454"} 14255 node_network_transmit_packets_total{device="vetha113e9ce"} 4127 node_network_transmit_packets_total{device="vetha21e96b1"} 323164 node_network_transmit_packets_total{device="vethb04ce3a4"} 6472 node_network_transmit_packets_total{device="vethc3ca66a8"} 56917 node_network_transmit_packets_total{device="vethcfd39473"} 72807 node_network_transmit_packets_total{device="vethd7cb9d6e"} 31292 node_network_transmit_packets_total{device="vethe49bdd9c"} 30121 node_network_transmit_packets_total{device="vethe7ae6c3c"} 29955 node_network_transmit_packets_total{device="vethe7fc0fb6"} 20332 node_network_transmit_packets_total{device="vethe9ceb1c3"} 33367 node_network_transmit_packets_total{device="vethf0f5ac39"} 29756 node_network_transmit_packets_total{device="vethf805ff9e"} 20340 node_network_transmit_packets_total{device="vethfca99cd1"} 277 node_network_transmit_packets_total{device="vethff3bb083"} 66625 # 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="veth06f3690f"} 0 node_network_transmit_queue_length{device="veth0d85975d"} 0 node_network_transmit_queue_length{device="veth0e75c326"} 0 node_network_transmit_queue_length{device="veth0f41d3a9"} 0 node_network_transmit_queue_length{device="veth0fb83500"} 0 node_network_transmit_queue_length{device="veth15364855"} 0 node_network_transmit_queue_length{device="veth1ec2fc4b"} 0 node_network_transmit_queue_length{device="veth2ad61c04"} 0 node_network_transmit_queue_length{device="veth38291f4f"} 0 node_network_transmit_queue_length{device="veth4a712903"} 0 node_network_transmit_queue_length{device="veth4af981f0"} 0 node_network_transmit_queue_length{device="veth5c6bccb0"} 0 node_network_transmit_queue_length{device="veth5d990812"} 0 node_network_transmit_queue_length{device="veth5f620173"} 0 node_network_transmit_queue_length{device="veth698dca0f"} 0 node_network_transmit_queue_length{device="veth6cb025d1"} 0 node_network_transmit_queue_length{device="veth6d068db3"} 0 node_network_transmit_queue_length{device="veth6ec95b8f"} 0 node_network_transmit_queue_length{device="veth7158207a"} 0 node_network_transmit_queue_length{device="veth71c39f32"} 0 node_network_transmit_queue_length{device="veth7790eb4a"} 0 node_network_transmit_queue_length{device="veth90368232"} 0 node_network_transmit_queue_length{device="veth93513465"} 0 node_network_transmit_queue_length{device="veth945bb454"} 0 node_network_transmit_queue_length{device="vetha113e9ce"} 0 node_network_transmit_queue_length{device="vetha21e96b1"} 0 node_network_transmit_queue_length{device="vethb04ce3a4"} 0 node_network_transmit_queue_length{device="vethc3ca66a8"} 0 node_network_transmit_queue_length{device="vethcfd39473"} 0 node_network_transmit_queue_length{device="vethd7cb9d6e"} 0 node_network_transmit_queue_length{device="vethe49bdd9c"} 0 node_network_transmit_queue_length{device="vethe7ae6c3c"} 0 node_network_transmit_queue_length{device="vethe7fc0fb6"} 0 node_network_transmit_queue_length{device="vethe9ceb1c3"} 0 node_network_transmit_queue_length{device="vethf0f5ac39"} 0 node_network_transmit_queue_length{device="vethf805ff9e"} 0 node_network_transmit_queue_length{device="vethfca99cd1"} 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="veth06f3690f"} 1 node_network_up{device="veth0d85975d"} 1 node_network_up{device="veth0e75c326"} 1 node_network_up{device="veth0f41d3a9"} 1 node_network_up{device="veth0fb83500"} 1 node_network_up{device="veth15364855"} 1 node_network_up{device="veth1ec2fc4b"} 1 node_network_up{device="veth2ad61c04"} 1 node_network_up{device="veth38291f4f"} 1 node_network_up{device="veth4a712903"} 1 node_network_up{device="veth4af981f0"} 1 node_network_up{device="veth5c6bccb0"} 1 node_network_up{device="veth5d990812"} 1 node_network_up{device="veth5f620173"} 1 node_network_up{device="veth698dca0f"} 1 node_network_up{device="veth6cb025d1"} 1 node_network_up{device="veth6d068db3"} 1 node_network_up{device="veth6ec95b8f"} 1 node_network_up{device="veth7158207a"} 1 node_network_up{device="veth71c39f32"} 1 node_network_up{device="veth7790eb4a"} 1 node_network_up{device="veth90368232"} 1 node_network_up{device="veth93513465"} 1 node_network_up{device="veth945bb454"} 1 node_network_up{device="vetha113e9ce"} 1 node_network_up{device="vetha21e96b1"} 1 node_network_up{device="vethb04ce3a4"} 1 node_network_up{device="vethc3ca66a8"} 1 node_network_up{device="vethcfd39473"} 1 node_network_up{device="vethd7cb9d6e"} 1 node_network_up{device="vethe49bdd9c"} 1 node_network_up{device="vethe7ae6c3c"} 1 node_network_up{device="vethe7fc0fb6"} 1 node_network_up{device="vethe9ceb1c3"} 1 node_network_up{device="vethf0f5ac39"} 1 node_network_up{device="vethf805ff9e"} 1 node_network_up{device="vethfca99cd1"} 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 2755 # 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"} 50187 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"} 37132 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 80660 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"} 6 node_nfs_requests_total{method="CreateSession",proto="4"} 4 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 296 node_nfs_requests_total{method="DestroyClientID",proto="4"} 1 node_nfs_requests_total{method="DestroySession",proto="4"} 2 node_nfs_requests_total{method="ExchangeID",proto="4"} 5 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"} 282 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"} 1 node_nfs_requests_total{method="Getattr",proto="4"} 81180 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"} 26878 node_nfs_requests_total{method="LookupRoot",proto="4"} 94 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"} 20766 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 12 node_nfs_requests_total{method="OpenNoattr",proto="4"} 16801 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 188 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"} 2662 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"} 879 node_nfs_requests_total{method="ReadDirPlus",proto="3"} 0 node_nfs_requests_total{method="ReadLink",proto="2"} 0 node_nfs_requests_total{method="ReadLink",proto="3"} 0 node_nfs_requests_total{method="ReadLink",proto="4"} 0 node_nfs_requests_total{method="ReclaimComplete",proto="4"} 3 node_nfs_requests_total{method="ReleaseLockowner",proto="4"} 0 node_nfs_requests_total{method="Remove",proto="2"} 0 node_nfs_requests_total{method="Remove",proto="3"} 0 node_nfs_requests_total{method="Remove",proto="4"} 483 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"} 944 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"} 94 node_nfs_requests_total{method="Seek",proto="4"} 0 node_nfs_requests_total{method="Sequence",proto="4"} 1 node_nfs_requests_total{method="ServerCaps",proto="4"} 470 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"} 4584 node_nfs_requests_total{method="StatFs",proto="4"} 90869 node_nfs_requests_total{method="SymLink",proto="2"} 0 node_nfs_requests_total{method="SymLink",proto="3"} 0 node_nfs_requests_total{method="Symlink",proto="4"} 0 node_nfs_requests_total{method="TestStateID",proto="4"} 0 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 88355 # 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 503445 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 0 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 503642 # 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 6676.888745 # 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 390.907219 # 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 461.167992 # 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 2.438213 # 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 2.873326 # 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"} 28824.849303675 node_schedstat_running_seconds_total{cpu="1"} 28577.803361861 node_schedstat_running_seconds_total{cpu="2"} 30589.047535777 node_schedstat_running_seconds_total{cpu="3"} 30654.980736156 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.26045236e+08 node_schedstat_timeslices_total{cpu="1"} 2.26378081e+08 node_schedstat_timeslices_total{cpu="2"} 2.0954723e+08 node_schedstat_timeslices_total{cpu="3"} 2.06725315e+08 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 8008.810186839 node_schedstat_waiting_seconds_total{cpu="1"} 7962.213450214 node_schedstat_waiting_seconds_total{cpu="2"} 7856.803551101 node_schedstat_waiting_seconds_total{cpu="3"} 8223.989714623 # 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.000435503 node_scrape_collector_duration_seconds{collector="bcache"} 1.7009e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.0483e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.005558088 node_scrape_collector_duration_seconds{collector="conntrack"} 5.6036e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.00032335 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000113357 node_scrape_collector_duration_seconds{collector="diskstats"} 0.002239774 node_scrape_collector_duration_seconds{collector="dmi"} 1.4586e-05 node_scrape_collector_duration_seconds{collector="edac"} 2.4842e-05 node_scrape_collector_duration_seconds{collector="entropy"} 5.9667e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.1941e-05 node_scrape_collector_duration_seconds{collector="filefd"} 3.6708e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.041936762 node_scrape_collector_duration_seconds{collector="hwmon"} 2.1588e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.4693e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 8.47e-06 node_scrape_collector_duration_seconds{collector="loadavg"} 8.7054e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 8.5342e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000626368 node_scrape_collector_duration_seconds{collector="netclass"} 0.023813111 node_scrape_collector_duration_seconds{collector="netdev"} 0.001516169 node_scrape_collector_duration_seconds{collector="netstat"} 0.000619155 node_scrape_collector_duration_seconds{collector="nfs"} 0.000175035 node_scrape_collector_duration_seconds{collector="nfsd"} 1.7784e-05 node_scrape_collector_duration_seconds{collector="nvme"} 2.0847e-05 node_scrape_collector_duration_seconds{collector="os"} 9.3841e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.4863e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000143418 node_scrape_collector_duration_seconds{collector="rapl"} 2.1778e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 6.0723e-05 node_scrape_collector_duration_seconds{collector="selinux"} 2.379e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000135131 node_scrape_collector_duration_seconds{collector="softnet"} 9.1497e-05 node_scrape_collector_duration_seconds{collector="stat"} 7.8445e-05 node_scrape_collector_duration_seconds{collector="tapestats"} 3.7042e-05 node_scrape_collector_duration_seconds{collector="textfile"} 1.5763e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000176933 node_scrape_collector_duration_seconds{collector="time"} 0.000195577 node_scrape_collector_duration_seconds{collector="timex"} 1.391e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000242548 node_scrape_collector_duration_seconds{collector="uname"} 9.029e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000114795 node_scrape_collector_duration_seconds{collector="watchdog"} 1.8421e-05 node_scrape_collector_duration_seconds{collector="xfs"} 9.48e-06 node_scrape_collector_duration_seconds{collector="zfs"} 3.676e-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 22 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 312 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 34 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 446 # 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 1.826816e+06 # 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 175 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 4 # 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 5 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 289 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 1.183744e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 536 # 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.3714619e+07 node_softnet_processed_total{cpu="1"} 1.3444068e+07 node_softnet_processed_total{cpu="2"} 1.7740255e+07 node_softnet_processed_total{cpu="3"} 1.43764855e+08 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 198 node_softnet_times_squeezed_total{cpu="1"} 168 node_softnet_times_squeezed_total{cpu="2"} 435 node_softnet_times_squeezed_total{cpu="3"} 3642 # 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.7806766876446948e+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.0000148868103027 # 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.0075 # 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.001132172 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="slave4-dev",release="6.8.0-117-generic",sysname="Linux",version="#117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 7.63438985e+08 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 30541 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 3.949353e+06 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.18824141e+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 323.27 # 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 7.958728294e+10 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 7.0356124359e+10 # 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.47808e+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.274044416e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 4894 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0