# 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.6374e-05 go_gc_duration_seconds{quantile="0.25"} 9.0851e-05 go_gc_duration_seconds{quantile="0.5"} 0.000108737 go_gc_duration_seconds{quantile="0.75"} 0.000135387 go_gc_duration_seconds{quantile="1"} 0.000909627 go_gc_duration_seconds_sum 26.979895304 go_gc_duration_seconds_count 151429 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.112424e+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.461126696e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.187811e+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.639903623e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.592464e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 3.112424e+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 1.0838016e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 5.218304e+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 39227 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 7.192576e+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.605632e+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.7884578358986254e+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.63994285e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1208 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15704 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 97120 # 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 195840 # 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 6.426794e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 1.174397e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 720896 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 720896 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.3943432e+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 7 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="cni0"} 51 node_arp_entries{device="eth0"} 1 node_arp_entries{device="flannel.1"} 4 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.78680389e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.8624783383e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 1.19887208e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 45424.02 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 51.18 node_cpu_seconds_total{cpu="0",mode="softirq"} 19789.26 node_cpu_seconds_total{cpu="0",mode="steal"} 15462.23 node_cpu_seconds_total{cpu="0",mode="system"} 53568.18 node_cpu_seconds_total{cpu="0",mode="user"} 294398.38 node_cpu_seconds_total{cpu="1",mode="idle"} 1.20409784e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 46333.96 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 150.49 node_cpu_seconds_total{cpu="1",mode="softirq"} 9824.85 node_cpu_seconds_total{cpu="1",mode="steal"} 14709.9 node_cpu_seconds_total{cpu="1",mode="system"} 54726.87 node_cpu_seconds_total{cpu="1",mode="user"} 298375.51 node_cpu_seconds_total{cpu="2",mode="idle"} 1.18502798e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 45348.23 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 84.1 node_cpu_seconds_total{cpu="2",mode="softirq"} 10573.95 node_cpu_seconds_total{cpu="2",mode="steal"} 14640.1 node_cpu_seconds_total{cpu="2",mode="system"} 57469.55 node_cpu_seconds_total{cpu="2",mode="user"} 315061.98 node_cpu_seconds_total{cpu="3",mode="idle"} 1.16825516e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 44481.62 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 51.09 node_cpu_seconds_total{cpu="3",mode="softirq"} 27474.53 node_cpu_seconds_total{cpu="3",mode="steal"} 16036.34 node_cpu_seconds_total{cpu="3",mode="system"} 56350.37 node_cpu_seconds_total{cpu="3",mode="user"} 303488.63 # 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"} 323.413 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"} 6.06359494e+09 node_disk_discarded_sectors_total{device="sr0"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="sda"} 1.374475e+06 node_disk_discards_completed_total{device="sr0"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 3 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-08-15-19-54-44-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"} 360.25100000000003 node_disk_flush_requests_time_seconds_total{device="sr0"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="sda"} 1.642119e+06 node_disk_flush_requests_total{device="sr0"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="QEMU_HARDDISK",path="pci-0000:00:05.0-scsi-0:0:0:0",revision="2.5+",rotational="0",serial="drive-scsi0",wwn=""} 1 node_disk_info{device="sr0",major="11",minor="0",model="QEMU_DVD-ROM",path="pci-0000:00:01.1-ata-2.0",revision="2.5+",rotational="1",serial="QM00003",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sr0"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 12545.77 node_disk_io_time_seconds_total{device="sr0"} 0.03 # 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"} 223787.586 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"} 1.154952750592e+12 node_disk_read_bytes_total{device="sr0"} 425984 # 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"} 25177.901 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"} 2.8952679e+07 node_disk_reads_completed_total{device="sr0"} 108 # 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"} 203928 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"} 197926.02000000002 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.2030447e+07 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 1.4192695e+07 node_disk_writes_merged_total{device="sr0"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 1.367413128192e+12 node_disk_written_bytes_total{device="sr0"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="04/01/2014",bios_release="0.0",bios_vendor="SeaBIOS",bios_version="rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-5.1",product_family="",product_name="Standard PC (i440FX + PIIX, 1996)",product_sku="",product_version="pc-i440fx-5.1",system_vendor="QEMU"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.25.3",revision="654f19dee6a0c41de78a8d6d870e8c742cdb43b9",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 8864 # 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="/"} 5.4510174208e+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.36313344e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.355131904e+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.355131904e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.370635264e+09 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/54115806-6cbd-4eb9-b3a2-538415ccfbbf/volume-subpaths/nginx-config/nginx/0"} 1 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/20115049-76e7-401b-9b06-2b629a994716/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/2629f09b-1c2f-48cc-a02e-ea69c71497cf/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/2e6737ce-328b-4b8a-9153-eea58ecfc6b5/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/2f626790-d582-45fa-89c1-3708692524d4/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/363dfbca-da2a-48ae-9389-e71e93c981df/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/4028e125-bced-4451-9fb5-e3dd962db085/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/43a60813-f27e-4c6d-86f4-d851d59b16d1/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/43e9a4b8-1237-4e38-a2bc-088762971c9f/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/4b8dceeb-499f-4a2f-914e-516f8b0ed6d6/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/635f1dd2-2afd-418b-a058-6bae5ec18cab/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/7d596b21-3365-49a0-938f-8760929b200a/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/879eec4b-ae59-4aef-a871-bbcc59f7e9f4/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/8e861d15-d139-4cf7-a815-8b30b7e64c12/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/99524e26-ee3d-4a0a-a70f-1c97aef59898/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/9ec3dcb8-8d0d-40bb-82ce-af856c15861a/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/a5b3e7f2-c93d-474b-86c6-addf3f60252f/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/b84e38b0-5c67-47ff-8b1e-6ce9fe9a905e/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/be6e2028-028e-4ab3-8d63-2f8ca2d11a0d/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/c0c71524-cce5-4a41-b3a1-82fcacd802a5/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/c76a9045-5a7e-4ded-b523-ca317ad28be6/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/d9cbea84-0af4-4af4-9e77-b3f0bdf50cba/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/e75463d2-386c-4ebc-b31a-54354ebb0577/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/1798dfec-9f85-408d-8ff3-afce7a474a9f/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/3cd5642b-ea41-476b-a3c0-a83e77648870/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/51913dd8-f4a7-4267-9cc5-12ad1df83ddd/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/633d7dd5-053e-4e70-bd98-4b4e25778ef8/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/6a67e3ee-7c9b-4c18-a54a-fb0ff171e646/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/892d5296-3c35-4460-b04b-0a1b0f0ede23/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/adf32958-1144-4c61-95c2-a5a06d299e7f/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/bcd293f5-2a8a-4225-98c2-f87521ee080b/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/c09d7d6e-4e64-495d-8934-2218bb5ee177/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/caa99444-77e0-4932-a355-4d9e628ec939/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/ec26902d-35db-4e1d-97df-c1a3aad8c950/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/ff119c35-7cde-4e54-9d25-ae8ff17e68c8/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/41d31cbe-6b4a-485b-9f82-19faf5d8bd25/volumes/kubernetes.io~nfs/nfs-ibp-key-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/key",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/8e8e0eef-1873-4441-9771-cc369eb9204f/volumes/kubernetes.io~nfs/nfs-ibp-key-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/key",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/a0bba5d0-c35b-4323-a0d9-b02b9d550d46/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/17efa725-1072-45be-a200-c897a9d5a957/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/2ac850b0-09ae-4577-8b87-06b6142f52fb/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/41d31cbe-6b4a-485b-9f82-19faf5d8bd25/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/8e8e0eef-1873-4441-9771-cc369eb9204f/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/a0bba5d0-c35b-4323-a0d9-b02b9d550d46/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/d6481884-9708-404c-afa9-b7d696d37bdf/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ee46b74e-ef5d-4fe7-9812-a6f76369ca90/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/data/release-inventory",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/627a9049-b5b1-4c32-9a14-7b7a71db11b2/volumes/kubernetes.io~nfs/release-inventory-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/0d35358e-9b7a-445f-88e1-732ad24bb2da/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/0e3795e8-dff6-4904-bd33-6234aee2eae6/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/1fd33582-68cb-46f3-9228-d4d95b27a14b/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/219454d7-98cb-4398-b255-f3b6823e520e/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/2eb00c2f-b8b1-4aab-8c11-9cd85a17d7ce/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/5d566370-b9e4-42c1-afa4-8de5edf65b91/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/6d515cd6-3bde-412c-9f07-56158b5aafd6/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/75a352f1-c365-4e86-bc75-bf78ddfb2ffa/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/78e4b889-29f4-4cc5-a9b0-a4223045d9bd/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/79b78b35-0957-497e-a25d-1829fd94c5e4/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/810e0c38-fc7e-4225-96a0-62ae349dd2d5/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/821d3da5-5af7-4b3d-94c5-eed6262cb05b/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/84619e49-680a-4dab-9354-9ad4a1ca15be/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/90b5d21c-d7f7-4dd5-894b-d7080babaa68/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/b789587a-36a4-4558-ae19-fad845d481b4/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/b876e061-c617-4aca-80da-40b66566862d/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/c075caeb-11d6-4beb-880f-b34209f62239/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/d4049463-5902-444b-b4b2-ef3041eed9a1/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/def8976c-f7f7-4e46-be43-8b5aab5eae2c/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/ea383fa8-d1ee-4563-aaed-0253a445a363/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/f31f27f5-d1a2-4a05-82b7-71a87ab536ac/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 1 node_filesystem_device_error{device="103.176.85.83:/rabbitmq/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ea240ef2-c90b-44da-bdb5-c0847d7c7918/volumes/kubernetes.io~nfs/nfs-evisa-mq-pv"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/08012e73007093d728dd3cfb24072a2d6b91f7966598767a92ad703e5569c67d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/08d3329d68773cdd8455b1b65b2bb781d5018735740f7084abd34f359e27cdde/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1c8a24915b16fbfdbdcf4bfe9d875cf9aab4b1072a5f71841ebac9b88a341d6b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1ddcf8485dfbb46f80fdfd951d7e0431a1fc09be6f2853499f9c76c37ca97117/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1f073fe9dcf12760a9806a6e8675cc392d9ec2130b183a7941c1a3fc8a75e9ff/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2c787e8762814177d84d615c8a05bb53a1c0a4efa407482a7a2ffe788781640e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2e9c61daf65e64549247900478b6d221d1c0b9771c654b236a21e7ddb0c0bba1/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2fb722b25fc997f973745972554a91c9ceb5a0247ccd13da9cc40eb7a776f8d7/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/32a7c2437cc16302b7fe09d330a38fce033e188e6540f250fc6e02bfb19c88e8/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/34fee53675a09c409c10385303fa855515da494227bac5275bf832824bbc6541/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3b0efe61fac345d97cdfca1b7aaa6408b5bdc33b0ca7daaf49b07fe00d962096/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41de52cae85bf0c66b1bea442995cdd334428dcc749acb88a7da3666696bef21/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/472bc59f15ab2a0bbc338d0c0a4306c963fda0eb23d423fba688653ff800fdd4/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/484f8e936f23ee1b6aba057c981b744a9b68ee5ecc408a40267c156bbc721a05/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4917043ceda6c80637b4457a19b28bd23035503e3053db70624fff7fff06c9bb/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/49f715836cf5a2605823819b3de62acf57eff4a9f492a0ff8c20159f032b7c01/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4a0fccc8ecfbcd69d5dd09fdb4ca9f3e980cfe2b32019aa91f3d8661e0f8631b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4cdeed7d367821d122dd2b59f29faf927c044187b030e0b7901ab39937d417f9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d19d0ca660ce469714fa8c6ce2768ad7b9df6fba92826838412bde94e00e661/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4dafe6d6a386f5c117edf131029eb8b6391e7e5f9aa3201abadab26ba9ea3be6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f75a252a1f091809221526d02a0f7f69fa23aa2e9b826bb73502e86382c45b9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5038f5c437c6a5741ca6d9d49a6ab83e044c8431b3074fcff5ca5dba45779ee0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/51b3c528a1e43bc587504ad0645b47e601254eea1c60691fd7bd0d7fc744aac0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/534ccaab21dcf548df36a4ef13a10db2949d91f0352f8fbe19546eb7a0cf72fc/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/54aed59f24b724a796caa1000e2f2e0010013e6cd18e73f5dcd95675a996192b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/553bc067aa1a51b5ad5cf099928952178958c32dcccb0e52f185502f963ed4ab/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/55a2f7dd4a2dd934002d02d99d243ffebe94a619b766577a1896b5a394afaf59/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57618ef2ed7580999726fc6fbff256f0969cf07635efd4f905f30967639ea576/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5878adf6df17647645626d59fb1b4c0fcfb968a5e81d942e0e3b9b8feff9b2ac/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5b885aad2c280857606259cb3813843b71302f4a11a72aa60351a09882c29b09/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/689ebd98f6f1fa0776cdfaf0d526e405eeaba6c0b524e2f1a533e229fb5d7d7e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6da9273b2c31930b789b22864658eb5f8218f6d56f65a6da4fbd3889cb4c831a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6f7205e75a677dfc0686750cab8042a6981cdd1d142b3e516d69c0e49e8de142/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6ffeaac7ec2caaa5f1b5da9a0a6f953eb6aa7f233ebd7d4e4774b489d5e9d320/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/70ed710150cd723112c0a8f026aac47f03fce82af6a4b0ded35b40b68484c7d5/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7213d4e81684284d27162a103bfc188478542860066e23338d7b720bb8934674/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/741f7358ee80b7ee7d1e956137adb987bac9ac2ea9e29538fcb0d8d11c533897/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/785de81e80f26d0cac9d0d5741606e7561c41b2fb0c52645ce59cde787e98eab/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/78e0903456ee2cedf0dfeead3bc5540cc6b4e08db7a7b7fc1ee5006988e81709/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8111f31ce159ef04d7e858e9e1f22be1fe565caa18bf94ebacd37cd27696d221/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/823872cdc9782a7c1196e68b07ed50022d8f371ae254ad238a8c98dcfa585837/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/82f6bac0e4bbab24503b70862232472df6b302a8c9416f2f81553cf88abb3396/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/852946695ca687ca9f8273c25529c2557651784dca0be1a89f1d22df657afea3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8932041952fe694a8c5fc8ca4413cd99b5a91c70166bd5a7204a8007c9a16100/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/89446542504e51041fc9aee4902eba3159cae3d5cc02efc96bbd045ffdb86d64/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ded36e135f8a577fa2a0bbbdb785e0c1087b56ce289d58dfab037dd4bf9fe0e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/91f85773ed4df4d185a449e0e95c7e0b899b36316ed7aaee49ed2a9c034a1e8c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/944cac2848c294087324c56bcf053f51072d3d4e6d02e3114650de1cf3b66d00/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/94643480f151c5742f6832289fa7b3004fe0489431ac775e1eb7db89cac029e7/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/969b3f48564580bea84ec6171b79cfc40cac260c43f8a533000b5c9e27100f75/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a21a006cbb9f988151da24fb5b1d038b894774c9a603bde55863b1c5cec3ab0e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a26cf84f618bc1fb5af36059aa260ca1f4d0b21df2a780985888e04f4f260de0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a40499b729caad054e6bc75a6fe83246db50611de3bfecd88ef3a252ab8750f0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ab0cafa9a8782a8e8b78fdc98fccd67425613f8214886422a77c32a70efdce27/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afe58679746b77031966caa68417c152b81943b2e40752b253c20b9177769d1f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b1b98cb36866228950c6c29c2f81d3e89541847b7b61ea828b6972788de86dd5/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b9b40864cf3a8b63c65672ef8b7085172ad70ffed08c2f0576481df3bba0e961/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bc15efa4ceeea45457512a2d90b26b6207328c6585532bb83cac18f4dc572ea0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd3969c8eefb1f03f3d9be2a31f0764b65a6f3d66e1b66d33e1ac4ef9d7273a6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c8b01c92fd446ee717793b8342fe46dc1415595ebb8c0b524ec35464a394ff77/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c990285ffdff11634445c850ef1ae4bae8e868d26f18925115c944df1c17b31c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ca5d53f7d40e8fde4136f9e5d71ed87acc53f6f0a07923ba7e54d52a97cc38c8/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ce5d5081d0fc221b9473f40bcd5f5310878341ded08de87a1d5c21cf5d58693d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cefe8c3ff1e676dd6f961805d8fdd2e54f431a52ab3af6a324825d62355dbdd2/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d34de7f4cf3b48b5016aaca5271399152898f8535bdbd138b1f0536467b1489d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d835040db54435b97978d378a63beb1d3329b7899dfbde52749d219899a6b313/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d89ed562f550a0c51156e88102b963dca2f8713034172428fc3c9731253dc1ab/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/da7328087c9aafc371bdf2cf75611c35fed27a98df91c3e22f9109578484c63b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/da83369c7464942207a5596d76f2501822a025603447e09fc9d1be63fd7c238e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4dbb6bf76de268d45b5b034e13990e5eff01887cabab59dc2d2ad349ba6809e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ea10142e6067a9ce33214bc9afca3beed58bdfff6c0ac5c59369fa3165384b4a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ed426106e530b9da84e692af2b92f6f458c7da93057e431fea83b6d07cbdbaa9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f15fb94c06bed6e26734cde226b44bb8b8c6a458efe69c9290dc2a6c9bdfe2a2/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5eb60f861feea7985a5765db52348d23444966df23c736ec16e7b96f22d893f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f84d7d0a2852e18cb98ca5428fa71b148ed0a32716f88b0550d8f21fe6043ad0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fba2d8acb39abd50310f0dcb058bc789642607e79543d66bcb9db650e5d8fcba/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fd39d68e945b9d23ef2bbed15a0f6e05ac67fdd6c377da910a2281e59cbaeaff/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/feb78b14d8a98429c3d6d0ae74e09044fb4abe0494182acfaf86fbe87b9f80df/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ff8c574e91cb2e43fec854ffb3376885eb7aa0d1fa8b47044b2c975b0975b644/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffa9d756874b119669531c5922b1d9d951854dc34d147f6e8168ea95f2e968d7/shm"} 1 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0559a2e4-3eaf-4850-b382-82bb409b743c/volumes/kubernetes.io~projected/kube-api-access-qbpmr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/076bf479-8e93-4843-b20d-5443c399eabb/volumes/kubernetes.io~projected/kube-api-access-hstwp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0d35358e-9b7a-445f-88e1-732ad24bb2da/volumes/kubernetes.io~projected/kube-api-access-2fp8w"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0e3795e8-dff6-4904-bd33-6234aee2eae6/volumes/kubernetes.io~projected/kube-api-access-ppx8j"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1798dfec-9f85-408d-8ff3-afce7a474a9f/volumes/kubernetes.io~projected/kube-api-access-8wfsw"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/17efa725-1072-45be-a200-c897a9d5a957/volumes/kubernetes.io~projected/kube-api-access-rs9bv"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1fd33582-68cb-46f3-9228-d4d95b27a14b/volumes/kubernetes.io~projected/kube-api-access-cr2p4"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/20115049-76e7-401b-9b06-2b629a994716/volumes/kubernetes.io~projected/kube-api-access-dzgvn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/219454d7-98cb-4398-b255-f3b6823e520e/volumes/kubernetes.io~projected/kube-api-access-cb6jd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2629f09b-1c2f-48cc-a02e-ea69c71497cf/volumes/kubernetes.io~projected/kube-api-access-h9bb5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2ac850b0-09ae-4577-8b87-06b6142f52fb/volumes/kubernetes.io~projected/kube-api-access-wtgh2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2e6737ce-328b-4b8a-9153-eea58ecfc6b5/volumes/kubernetes.io~projected/kube-api-access-sxx5m"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2eb00c2f-b8b1-4aab-8c11-9cd85a17d7ce/volumes/kubernetes.io~projected/kube-api-access-d7mv5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2f626790-d582-45fa-89c1-3708692524d4/volumes/kubernetes.io~projected/kube-api-access-pslrq"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/363dfbca-da2a-48ae-9389-e71e93c981df/volumes/kubernetes.io~projected/kube-api-access-5ztqm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3cd5642b-ea41-476b-a3c0-a83e77648870/volumes/kubernetes.io~projected/kube-api-access-sjwhq"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3f1ef8f6-3c50-4881-8601-be786cac67e0/volumes/kubernetes.io~projected/kube-api-access-vh9r5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4028e125-bced-4451-9fb5-e3dd962db085/volumes/kubernetes.io~projected/kube-api-access-gftds"} 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/41d31cbe-6b4a-485b-9f82-19faf5d8bd25/volumes/kubernetes.io~projected/kube-api-access-w82b5"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/41d31cbe-6b4a-485b-9f82-19faf5d8bd25/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/43a60813-f27e-4c6d-86f4-d851d59b16d1/volumes/kubernetes.io~projected/kube-api-access-jk5cz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/43e9a4b8-1237-4e38-a2bc-088762971c9f/volumes/kubernetes.io~projected/kube-api-access-mtfdl"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4b8dceeb-499f-4a2f-914e-516f8b0ed6d6/volumes/kubernetes.io~projected/kube-api-access-fw29r"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4c98d2c0-ebd6-496b-8494-f080f0a7006a/volumes/kubernetes.io~projected/kube-api-access-g4bzc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/51913dd8-f4a7-4267-9cc5-12ad1df83ddd/volumes/kubernetes.io~projected/kube-api-access-rjxrt"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/54115806-6cbd-4eb9-b3a2-538415ccfbbf/volumes/kubernetes.io~projected/kube-api-access-6m89w"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5d566370-b9e4-42c1-afa4-8de5edf65b91/volumes/kubernetes.io~projected/kube-api-access-xxdbp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5f6a0135-20aa-4a23-9c2c-7d78ae5aef9b/volumes/kubernetes.io~projected/kube-api-access-rb5pt"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/627a9049-b5b1-4c32-9a14-7b7a71db11b2/volumes/kubernetes.io~projected/kube-api-access-zl8lc"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/633d7dd5-053e-4e70-bd98-4b4e25778ef8/volumes/kubernetes.io~projected/kube-api-access-v8d8f"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/635f1dd2-2afd-418b-a058-6bae5ec18cab/volumes/kubernetes.io~projected/kube-api-access-pm7wm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6a67e3ee-7c9b-4c18-a54a-fb0ff171e646/volumes/kubernetes.io~projected/kube-api-access-j5k6g"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d515cd6-3bde-412c-9f07-56158b5aafd6/volumes/kubernetes.io~projected/kube-api-access-pdjng"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6dab5ec3-5e75-48bb-87c8-edad040b071d/volumes/kubernetes.io~projected/kube-api-access-k64zm"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/75a352f1-c365-4e86-bc75-bf78ddfb2ffa/volumes/kubernetes.io~projected/kube-api-access-gmzkr"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/78e4b889-29f4-4cc5-a9b0-a4223045d9bd/volumes/kubernetes.io~projected/kube-api-access-vb5lp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/79b78b35-0957-497e-a25d-1829fd94c5e4/volumes/kubernetes.io~projected/kube-api-access-95m42"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7d596b21-3365-49a0-938f-8760929b200a/volumes/kubernetes.io~projected/kube-api-access-bgdn8"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/810e0c38-fc7e-4225-96a0-62ae349dd2d5/volumes/kubernetes.io~projected/kube-api-access-k5gls"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/821d3da5-5af7-4b3d-94c5-eed6262cb05b/volumes/kubernetes.io~projected/kube-api-access-pq49t"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/84619e49-680a-4dab-9354-9ad4a1ca15be/volumes/kubernetes.io~projected/kube-api-access-hg6vv"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/879eec4b-ae59-4aef-a871-bbcc59f7e9f4/volumes/kubernetes.io~projected/kube-api-access-77cdp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/892d5296-3c35-4460-b04b-0a1b0f0ede23/volumes/kubernetes.io~projected/kube-api-access-qpxvd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8e861d15-d139-4cf7-a815-8b30b7e64c12/volumes/kubernetes.io~projected/kube-api-access-z9c69"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8e8e0eef-1873-4441-9771-cc369eb9204f/volumes/kubernetes.io~projected/kube-api-access-b24nv"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8e8e0eef-1873-4441-9771-cc369eb9204f/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/8f0503a2-fc58-40bb-a19f-b16ceb0ab158/volumes/kubernetes.io~projected/kube-api-access-wpfdg"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/90b5d21c-d7f7-4dd5-894b-d7080babaa68/volumes/kubernetes.io~projected/kube-api-access-whz64"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/99524e26-ee3d-4a0a-a70f-1c97aef59898/volumes/kubernetes.io~projected/kube-api-access-kb4kj"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9ec3dcb8-8d0d-40bb-82ce-af856c15861a/volumes/kubernetes.io~projected/kube-api-access-gplqz"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a0bba5d0-c35b-4323-a0d9-b02b9d550d46/volumes/kubernetes.io~projected/kube-api-access-7vl8q"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a0bba5d0-c35b-4323-a0d9-b02b9d550d46/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/a44f0e41-70dc-42ca-bcca-b6c496e3d87f/volumes/kubernetes.io~projected/kube-api-access-d69c9"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a5b3e7f2-c93d-474b-86c6-addf3f60252f/volumes/kubernetes.io~projected/kube-api-access-nr2q7"} 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/adf32958-1144-4c61-95c2-a5a06d299e7f/volumes/kubernetes.io~projected/kube-api-access-s2j7p"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b789587a-36a4-4558-ae19-fad845d481b4/volumes/kubernetes.io~projected/kube-api-access-pq2gx"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b84e38b0-5c67-47ff-8b1e-6ce9fe9a905e/volumes/kubernetes.io~projected/kube-api-access-fm7b2"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b876e061-c617-4aca-80da-40b66566862d/volumes/kubernetes.io~projected/kube-api-access-zbbq2"} 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/bcd293f5-2a8a-4225-98c2-f87521ee080b/volumes/kubernetes.io~projected/kube-api-access-zwpvd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/be6e2028-028e-4ab3-8d63-2f8ca2d11a0d/volumes/kubernetes.io~projected/kube-api-access-tjvss"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c075caeb-11d6-4beb-880f-b34209f62239/volumes/kubernetes.io~projected/kube-api-access-dzkpf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c09d7d6e-4e64-495d-8934-2218bb5ee177/volumes/kubernetes.io~projected/kube-api-access-6s985"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c0c71524-cce5-4a41-b3a1-82fcacd802a5/volumes/kubernetes.io~projected/kube-api-access-khd58"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c76a9045-5a7e-4ded-b523-ca317ad28be6/volumes/kubernetes.io~projected/kube-api-access-h5b8b"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/caa99444-77e0-4932-a355-4d9e628ec939/volumes/kubernetes.io~projected/kube-api-access-mjwww"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d19fbefe-1b4f-4ed2-a850-9098634f6f85/volumes/kubernetes.io~projected/kube-api-access-hrgmd"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d4049463-5902-444b-b4b2-ef3041eed9a1/volumes/kubernetes.io~projected/kube-api-access-68hlf"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d6481884-9708-404c-afa9-b7d696d37bdf/volumes/kubernetes.io~projected/kube-api-access-kspqp"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d9cbea84-0af4-4af4-9e77-b3f0bdf50cba/volumes/kubernetes.io~projected/kube-api-access-hs44r"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/def8976c-f7f7-4e46-be43-8b5aab5eae2c/volumes/kubernetes.io~projected/kube-api-access-m5hxb"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e6ea8c46-aa43-4673-aaf1-2ff6ccd98131/volumes/kubernetes.io~projected/kube-api-access-5d7z8"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e6ea8c46-aa43-4673-aaf1-2ff6ccd98131/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/e75463d2-386c-4ebc-b31a-54354ebb0577/volumes/kubernetes.io~projected/kube-api-access-8jx2t"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ea240ef2-c90b-44da-bdb5-c0847d7c7918/volumes/kubernetes.io~projected/kube-api-access-sgj9r"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ea383fa8-d1ee-4563-aaed-0253a445a363/volumes/kubernetes.io~projected/kube-api-access-j4pdq"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ebb69909-fe4c-4caf-937e-b7c89d1d9ab9/volumes/kubernetes.io~projected/kube-api-access-42b9g"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ec26902d-35db-4e1d-97df-c1a3aad8c950/volumes/kubernetes.io~projected/kube-api-access-wrktn"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ee46b74e-ef5d-4fe7-9812-a6f76369ca90/volumes/kubernetes.io~projected/kube-api-access-l8cbb"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f31f27f5-d1a2-4a05-82b7-71a87ab536ac/volumes/kubernetes.io~projected/kube-api-access-tvg98"} 1 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ff119c35-7cde-4e54-9d25-ae8ff17e68c8/volumes/kubernetes.io~projected/kube-api-access-5rtv8"} 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 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 822912 # 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.4299924e+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.109205e+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.109205e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 822874 # 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="/"} 5.4526951424e+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.00956416e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.355131904e+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.355131904e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.370635264e+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 node_filesystem_mount_info{device="tmpfs",major="0",minor="52",mountpoint="/run/user/0"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/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 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="permission denied",fstype="ext4",mountpoint="/var/lib/kubelet/pods/54115806-6cbd-4eb9-b3a2-538415ccfbbf/volume-subpaths/nginx-config/nginx/0"} 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/20115049-76e7-401b-9b06-2b629a994716/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/2629f09b-1c2f-48cc-a02e-ea69c71497cf/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/2e6737ce-328b-4b8a-9153-eea58ecfc6b5/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/2f626790-d582-45fa-89c1-3708692524d4/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/363dfbca-da2a-48ae-9389-e71e93c981df/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/4028e125-bced-4451-9fb5-e3dd962db085/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/43a60813-f27e-4c6d-86f4-d851d59b16d1/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/43e9a4b8-1237-4e38-a2bc-088762971c9f/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/4b8dceeb-499f-4a2f-914e-516f8b0ed6d6/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/635f1dd2-2afd-418b-a058-6bae5ec18cab/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/7d596b21-3365-49a0-938f-8760929b200a/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/879eec4b-ae59-4aef-a871-bbcc59f7e9f4/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/8e861d15-d139-4cf7-a815-8b30b7e64c12/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/99524e26-ee3d-4a0a-a70f-1c97aef59898/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/9ec3dcb8-8d0d-40bb-82ce-af856c15861a/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/a5b3e7f2-c93d-474b-86c6-addf3f60252f/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/b84e38b0-5c67-47ff-8b1e-6ce9fe9a905e/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/be6e2028-028e-4ab3-8d63-2f8ca2d11a0d/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/c0c71524-cce5-4a41-b3a1-82fcacd802a5/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/c76a9045-5a7e-4ded-b523-ca317ad28be6/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/d9cbea84-0af4-4af4-9e77-b3f0bdf50cba/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/e75463d2-386c-4ebc-b31a-54354ebb0577/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/1798dfec-9f85-408d-8ff3-afce7a474a9f/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/3cd5642b-ea41-476b-a3c0-a83e77648870/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/51913dd8-f4a7-4267-9cc5-12ad1df83ddd/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/633d7dd5-053e-4e70-bd98-4b4e25778ef8/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/6a67e3ee-7c9b-4c18-a54a-fb0ff171e646/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/892d5296-3c35-4460-b04b-0a1b0f0ede23/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/adf32958-1144-4c61-95c2-a5a06d299e7f/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/bcd293f5-2a8a-4225-98c2-f87521ee080b/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/c09d7d6e-4e64-495d-8934-2218bb5ee177/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/caa99444-77e0-4932-a355-4d9e628ec939/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/ec26902d-35db-4e1d-97df-c1a3aad8c950/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/ff119c35-7cde-4e54-9d25-ae8ff17e68c8/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/41d31cbe-6b4a-485b-9f82-19faf5d8bd25/volumes/kubernetes.io~nfs/nfs-ibp-key-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/key",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/8e8e0eef-1873-4441-9771-cc369eb9204f/volumes/kubernetes.io~nfs/nfs-ibp-key-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/key",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/a0bba5d0-c35b-4323-a0d9-b02b9d550d46/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/17efa725-1072-45be-a200-c897a9d5a957/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/2ac850b0-09ae-4577-8b87-06b6142f52fb/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/41d31cbe-6b4a-485b-9f82-19faf5d8bd25/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/8e8e0eef-1873-4441-9771-cc369eb9204f/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/a0bba5d0-c35b-4323-a0d9-b02b9d550d46/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/d6481884-9708-404c-afa9-b7d696d37bdf/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/ibp-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ee46b74e-ef5d-4fe7-9812-a6f76369ca90/volumes/kubernetes.io~nfs/nfs-ibp-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/data/release-inventory",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/627a9049-b5b1-4c32-9a14-7b7a71db11b2/volumes/kubernetes.io~nfs/release-inventory-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/0d35358e-9b7a-445f-88e1-732ad24bb2da/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/0e3795e8-dff6-4904-bd33-6234aee2eae6/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/1fd33582-68cb-46f3-9228-d4d95b27a14b/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/219454d7-98cb-4398-b255-f3b6823e520e/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/2eb00c2f-b8b1-4aab-8c11-9cd85a17d7ce/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/5d566370-b9e4-42c1-afa4-8de5edf65b91/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/6d515cd6-3bde-412c-9f07-56158b5aafd6/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/75a352f1-c365-4e86-bc75-bf78ddfb2ffa/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/78e4b889-29f4-4cc5-a9b0-a4223045d9bd/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/79b78b35-0957-497e-a25d-1829fd94c5e4/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/810e0c38-fc7e-4225-96a0-62ae349dd2d5/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/821d3da5-5af7-4b3d-94c5-eed6262cb05b/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/84619e49-680a-4dab-9354-9ad4a1ca15be/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/90b5d21c-d7f7-4dd5-894b-d7080babaa68/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/b789587a-36a4-4558-ae19-fad845d481b4/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/b876e061-c617-4aca-80da-40b66566862d/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/c075caeb-11d6-4beb-880f-b34209f62239/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/d4049463-5902-444b-b4b2-ef3041eed9a1/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/def8976c-f7f7-4e46-be43-8b5aab5eae2c/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/ea383fa8-d1ee-4563-aaed-0253a445a363/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/f31f27f5-d1a2-4a05-82b7-71a87ab536ac/volumes/kubernetes.io~nfs/nfs-visaas-pv"} 0 node_filesystem_readonly{device="103.176.85.83:/rabbitmq/evisa-sit/logs",device_error="permission denied",fstype="nfs4",mountpoint="/var/lib/kubelet/pods/ea240ef2-c90b-44da-bdb5-c0847d7c7918/volumes/kubernetes.io~nfs/nfs-evisa-mq-pv"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/08012e73007093d728dd3cfb24072a2d6b91f7966598767a92ad703e5569c67d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/08d3329d68773cdd8455b1b65b2bb781d5018735740f7084abd34f359e27cdde/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1c8a24915b16fbfdbdcf4bfe9d875cf9aab4b1072a5f71841ebac9b88a341d6b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1ddcf8485dfbb46f80fdfd951d7e0431a1fc09be6f2853499f9c76c37ca97117/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/1f073fe9dcf12760a9806a6e8675cc392d9ec2130b183a7941c1a3fc8a75e9ff/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2c787e8762814177d84d615c8a05bb53a1c0a4efa407482a7a2ffe788781640e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2e9c61daf65e64549247900478b6d221d1c0b9771c654b236a21e7ddb0c0bba1/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/2fb722b25fc997f973745972554a91c9ceb5a0247ccd13da9cc40eb7a776f8d7/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/32a7c2437cc16302b7fe09d330a38fce033e188e6540f250fc6e02bfb19c88e8/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/34fee53675a09c409c10385303fa855515da494227bac5275bf832824bbc6541/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/3b0efe61fac345d97cdfca1b7aaa6408b5bdc33b0ca7daaf49b07fe00d962096/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/41de52cae85bf0c66b1bea442995cdd334428dcc749acb88a7da3666696bef21/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/472bc59f15ab2a0bbc338d0c0a4306c963fda0eb23d423fba688653ff800fdd4/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/484f8e936f23ee1b6aba057c981b744a9b68ee5ecc408a40267c156bbc721a05/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4917043ceda6c80637b4457a19b28bd23035503e3053db70624fff7fff06c9bb/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/49f715836cf5a2605823819b3de62acf57eff4a9f492a0ff8c20159f032b7c01/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4a0fccc8ecfbcd69d5dd09fdb4ca9f3e980cfe2b32019aa91f3d8661e0f8631b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4cdeed7d367821d122dd2b59f29faf927c044187b030e0b7901ab39937d417f9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4d19d0ca660ce469714fa8c6ce2768ad7b9df6fba92826838412bde94e00e661/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4dafe6d6a386f5c117edf131029eb8b6391e7e5f9aa3201abadab26ba9ea3be6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/4f75a252a1f091809221526d02a0f7f69fa23aa2e9b826bb73502e86382c45b9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5038f5c437c6a5741ca6d9d49a6ab83e044c8431b3074fcff5ca5dba45779ee0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/51b3c528a1e43bc587504ad0645b47e601254eea1c60691fd7bd0d7fc744aac0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/534ccaab21dcf548df36a4ef13a10db2949d91f0352f8fbe19546eb7a0cf72fc/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/54aed59f24b724a796caa1000e2f2e0010013e6cd18e73f5dcd95675a996192b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/553bc067aa1a51b5ad5cf099928952178958c32dcccb0e52f185502f963ed4ab/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/55a2f7dd4a2dd934002d02d99d243ffebe94a619b766577a1896b5a394afaf59/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/57618ef2ed7580999726fc6fbff256f0969cf07635efd4f905f30967639ea576/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5878adf6df17647645626d59fb1b4c0fcfb968a5e81d942e0e3b9b8feff9b2ac/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/5b885aad2c280857606259cb3813843b71302f4a11a72aa60351a09882c29b09/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/689ebd98f6f1fa0776cdfaf0d526e405eeaba6c0b524e2f1a533e229fb5d7d7e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6da9273b2c31930b789b22864658eb5f8218f6d56f65a6da4fbd3889cb4c831a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6f7205e75a677dfc0686750cab8042a6981cdd1d142b3e516d69c0e49e8de142/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/6ffeaac7ec2caaa5f1b5da9a0a6f953eb6aa7f233ebd7d4e4774b489d5e9d320/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/70ed710150cd723112c0a8f026aac47f03fce82af6a4b0ded35b40b68484c7d5/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/7213d4e81684284d27162a103bfc188478542860066e23338d7b720bb8934674/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/741f7358ee80b7ee7d1e956137adb987bac9ac2ea9e29538fcb0d8d11c533897/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/785de81e80f26d0cac9d0d5741606e7561c41b2fb0c52645ce59cde787e98eab/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/78e0903456ee2cedf0dfeead3bc5540cc6b4e08db7a7b7fc1ee5006988e81709/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8111f31ce159ef04d7e858e9e1f22be1fe565caa18bf94ebacd37cd27696d221/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/823872cdc9782a7c1196e68b07ed50022d8f371ae254ad238a8c98dcfa585837/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/82f6bac0e4bbab24503b70862232472df6b302a8c9416f2f81553cf88abb3396/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/852946695ca687ca9f8273c25529c2557651784dca0be1a89f1d22df657afea3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8932041952fe694a8c5fc8ca4413cd99b5a91c70166bd5a7204a8007c9a16100/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/89446542504e51041fc9aee4902eba3159cae3d5cc02efc96bbd045ffdb86d64/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/8ded36e135f8a577fa2a0bbbdb785e0c1087b56ce289d58dfab037dd4bf9fe0e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/91f85773ed4df4d185a449e0e95c7e0b899b36316ed7aaee49ed2a9c034a1e8c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/944cac2848c294087324c56bcf053f51072d3d4e6d02e3114650de1cf3b66d00/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/94643480f151c5742f6832289fa7b3004fe0489431ac775e1eb7db89cac029e7/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/969b3f48564580bea84ec6171b79cfc40cac260c43f8a533000b5c9e27100f75/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a21a006cbb9f988151da24fb5b1d038b894774c9a603bde55863b1c5cec3ab0e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a26cf84f618bc1fb5af36059aa260ca1f4d0b21df2a780985888e04f4f260de0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/a40499b729caad054e6bc75a6fe83246db50611de3bfecd88ef3a252ab8750f0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ab0cafa9a8782a8e8b78fdc98fccd67425613f8214886422a77c32a70efdce27/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/afe58679746b77031966caa68417c152b81943b2e40752b253c20b9177769d1f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b1b98cb36866228950c6c29c2f81d3e89541847b7b61ea828b6972788de86dd5/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/b9b40864cf3a8b63c65672ef8b7085172ad70ffed08c2f0576481df3bba0e961/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bc15efa4ceeea45457512a2d90b26b6207328c6585532bb83cac18f4dc572ea0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/bd3969c8eefb1f03f3d9be2a31f0764b65a6f3d66e1b66d33e1ac4ef9d7273a6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c8b01c92fd446ee717793b8342fe46dc1415595ebb8c0b524ec35464a394ff77/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/c990285ffdff11634445c850ef1ae4bae8e868d26f18925115c944df1c17b31c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ca5d53f7d40e8fde4136f9e5d71ed87acc53f6f0a07923ba7e54d52a97cc38c8/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ce5d5081d0fc221b9473f40bcd5f5310878341ded08de87a1d5c21cf5d58693d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/cefe8c3ff1e676dd6f961805d8fdd2e54f431a52ab3af6a324825d62355dbdd2/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d34de7f4cf3b48b5016aaca5271399152898f8535bdbd138b1f0536467b1489d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d835040db54435b97978d378a63beb1d3329b7899dfbde52749d219899a6b313/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/d89ed562f550a0c51156e88102b963dca2f8713034172428fc3c9731253dc1ab/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/da7328087c9aafc371bdf2cf75611c35fed27a98df91c3e22f9109578484c63b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/da83369c7464942207a5596d76f2501822a025603447e09fc9d1be63fd7c238e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/e4dbb6bf76de268d45b5b034e13990e5eff01887cabab59dc2d2ad349ba6809e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ea10142e6067a9ce33214bc9afca3beed58bdfff6c0ac5c59369fa3165384b4a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ed426106e530b9da84e692af2b92f6f458c7da93057e431fea83b6d07cbdbaa9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f15fb94c06bed6e26734cde226b44bb8b8c6a458efe69c9290dc2a6c9bdfe2a2/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f5eb60f861feea7985a5765db52348d23444966df23c736ec16e7b96f22d893f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/f84d7d0a2852e18cb98ca5428fa71b148ed0a32716f88b0550d8f21fe6043ad0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fba2d8acb39abd50310f0dcb058bc789642607e79543d66bcb9db650e5d8fcba/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/fd39d68e945b9d23ef2bbed15a0f6e05ac67fdd6c377da910a2281e59cbaeaff/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/feb78b14d8a98429c3d6d0ae74e09044fb4abe0494182acfaf86fbe87b9f80df/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ff8c574e91cb2e43fec854ffb3376885eb7aa0d1fa8b47044b2c975b0975b644/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/containerd/io.containerd.grpc.v1.cri/sandboxes/ffa9d756874b119669531c5922b1d9d951854dc34d147f6e8168ea95f2e968d7/shm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0559a2e4-3eaf-4850-b382-82bb409b743c/volumes/kubernetes.io~projected/kube-api-access-qbpmr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/076bf479-8e93-4843-b20d-5443c399eabb/volumes/kubernetes.io~projected/kube-api-access-hstwp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0d35358e-9b7a-445f-88e1-732ad24bb2da/volumes/kubernetes.io~projected/kube-api-access-2fp8w"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/0e3795e8-dff6-4904-bd33-6234aee2eae6/volumes/kubernetes.io~projected/kube-api-access-ppx8j"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1798dfec-9f85-408d-8ff3-afce7a474a9f/volumes/kubernetes.io~projected/kube-api-access-8wfsw"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/17efa725-1072-45be-a200-c897a9d5a957/volumes/kubernetes.io~projected/kube-api-access-rs9bv"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/1fd33582-68cb-46f3-9228-d4d95b27a14b/volumes/kubernetes.io~projected/kube-api-access-cr2p4"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/20115049-76e7-401b-9b06-2b629a994716/volumes/kubernetes.io~projected/kube-api-access-dzgvn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/219454d7-98cb-4398-b255-f3b6823e520e/volumes/kubernetes.io~projected/kube-api-access-cb6jd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2629f09b-1c2f-48cc-a02e-ea69c71497cf/volumes/kubernetes.io~projected/kube-api-access-h9bb5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2ac850b0-09ae-4577-8b87-06b6142f52fb/volumes/kubernetes.io~projected/kube-api-access-wtgh2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2e6737ce-328b-4b8a-9153-eea58ecfc6b5/volumes/kubernetes.io~projected/kube-api-access-sxx5m"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2eb00c2f-b8b1-4aab-8c11-9cd85a17d7ce/volumes/kubernetes.io~projected/kube-api-access-d7mv5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/2f626790-d582-45fa-89c1-3708692524d4/volumes/kubernetes.io~projected/kube-api-access-pslrq"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/363dfbca-da2a-48ae-9389-e71e93c981df/volumes/kubernetes.io~projected/kube-api-access-5ztqm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3cd5642b-ea41-476b-a3c0-a83e77648870/volumes/kubernetes.io~projected/kube-api-access-sjwhq"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/3f1ef8f6-3c50-4881-8601-be786cac67e0/volumes/kubernetes.io~projected/kube-api-access-vh9r5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4028e125-bced-4451-9fb5-e3dd962db085/volumes/kubernetes.io~projected/kube-api-access-gftds"} 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/41d31cbe-6b4a-485b-9f82-19faf5d8bd25/volumes/kubernetes.io~projected/kube-api-access-w82b5"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/41d31cbe-6b4a-485b-9f82-19faf5d8bd25/volumes/kubernetes.io~secret/ks-pass-file"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/43a60813-f27e-4c6d-86f4-d851d59b16d1/volumes/kubernetes.io~projected/kube-api-access-jk5cz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/43e9a4b8-1237-4e38-a2bc-088762971c9f/volumes/kubernetes.io~projected/kube-api-access-mtfdl"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4b8dceeb-499f-4a2f-914e-516f8b0ed6d6/volumes/kubernetes.io~projected/kube-api-access-fw29r"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/4c98d2c0-ebd6-496b-8494-f080f0a7006a/volumes/kubernetes.io~projected/kube-api-access-g4bzc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/51913dd8-f4a7-4267-9cc5-12ad1df83ddd/volumes/kubernetes.io~projected/kube-api-access-rjxrt"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/54115806-6cbd-4eb9-b3a2-538415ccfbbf/volumes/kubernetes.io~projected/kube-api-access-6m89w"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5d566370-b9e4-42c1-afa4-8de5edf65b91/volumes/kubernetes.io~projected/kube-api-access-xxdbp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/5f6a0135-20aa-4a23-9c2c-7d78ae5aef9b/volumes/kubernetes.io~projected/kube-api-access-rb5pt"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/627a9049-b5b1-4c32-9a14-7b7a71db11b2/volumes/kubernetes.io~projected/kube-api-access-zl8lc"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/633d7dd5-053e-4e70-bd98-4b4e25778ef8/volumes/kubernetes.io~projected/kube-api-access-v8d8f"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/635f1dd2-2afd-418b-a058-6bae5ec18cab/volumes/kubernetes.io~projected/kube-api-access-pm7wm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6a67e3ee-7c9b-4c18-a54a-fb0ff171e646/volumes/kubernetes.io~projected/kube-api-access-j5k6g"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6d515cd6-3bde-412c-9f07-56158b5aafd6/volumes/kubernetes.io~projected/kube-api-access-pdjng"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/6dab5ec3-5e75-48bb-87c8-edad040b071d/volumes/kubernetes.io~projected/kube-api-access-k64zm"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/75a352f1-c365-4e86-bc75-bf78ddfb2ffa/volumes/kubernetes.io~projected/kube-api-access-gmzkr"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/78e4b889-29f4-4cc5-a9b0-a4223045d9bd/volumes/kubernetes.io~projected/kube-api-access-vb5lp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/79b78b35-0957-497e-a25d-1829fd94c5e4/volumes/kubernetes.io~projected/kube-api-access-95m42"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/7d596b21-3365-49a0-938f-8760929b200a/volumes/kubernetes.io~projected/kube-api-access-bgdn8"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/810e0c38-fc7e-4225-96a0-62ae349dd2d5/volumes/kubernetes.io~projected/kube-api-access-k5gls"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/821d3da5-5af7-4b3d-94c5-eed6262cb05b/volumes/kubernetes.io~projected/kube-api-access-pq49t"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/84619e49-680a-4dab-9354-9ad4a1ca15be/volumes/kubernetes.io~projected/kube-api-access-hg6vv"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/879eec4b-ae59-4aef-a871-bbcc59f7e9f4/volumes/kubernetes.io~projected/kube-api-access-77cdp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/892d5296-3c35-4460-b04b-0a1b0f0ede23/volumes/kubernetes.io~projected/kube-api-access-qpxvd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8e861d15-d139-4cf7-a815-8b30b7e64c12/volumes/kubernetes.io~projected/kube-api-access-z9c69"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8e8e0eef-1873-4441-9771-cc369eb9204f/volumes/kubernetes.io~projected/kube-api-access-b24nv"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8e8e0eef-1873-4441-9771-cc369eb9204f/volumes/kubernetes.io~secret/ks-pass-file"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/8f0503a2-fc58-40bb-a19f-b16ceb0ab158/volumes/kubernetes.io~projected/kube-api-access-wpfdg"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/90b5d21c-d7f7-4dd5-894b-d7080babaa68/volumes/kubernetes.io~projected/kube-api-access-whz64"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/99524e26-ee3d-4a0a-a70f-1c97aef59898/volumes/kubernetes.io~projected/kube-api-access-kb4kj"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/9ec3dcb8-8d0d-40bb-82ce-af856c15861a/volumes/kubernetes.io~projected/kube-api-access-gplqz"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a0bba5d0-c35b-4323-a0d9-b02b9d550d46/volumes/kubernetes.io~projected/kube-api-access-7vl8q"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a0bba5d0-c35b-4323-a0d9-b02b9d550d46/volumes/kubernetes.io~secret/ks-pass-file"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a44f0e41-70dc-42ca-bcca-b6c496e3d87f/volumes/kubernetes.io~projected/kube-api-access-d69c9"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/a5b3e7f2-c93d-474b-86c6-addf3f60252f/volumes/kubernetes.io~projected/kube-api-access-nr2q7"} 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/adf32958-1144-4c61-95c2-a5a06d299e7f/volumes/kubernetes.io~projected/kube-api-access-s2j7p"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b789587a-36a4-4558-ae19-fad845d481b4/volumes/kubernetes.io~projected/kube-api-access-pq2gx"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b84e38b0-5c67-47ff-8b1e-6ce9fe9a905e/volumes/kubernetes.io~projected/kube-api-access-fm7b2"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/b876e061-c617-4aca-80da-40b66566862d/volumes/kubernetes.io~projected/kube-api-access-zbbq2"} 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/bcd293f5-2a8a-4225-98c2-f87521ee080b/volumes/kubernetes.io~projected/kube-api-access-zwpvd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/be6e2028-028e-4ab3-8d63-2f8ca2d11a0d/volumes/kubernetes.io~projected/kube-api-access-tjvss"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c075caeb-11d6-4beb-880f-b34209f62239/volumes/kubernetes.io~projected/kube-api-access-dzkpf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c09d7d6e-4e64-495d-8934-2218bb5ee177/volumes/kubernetes.io~projected/kube-api-access-6s985"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c0c71524-cce5-4a41-b3a1-82fcacd802a5/volumes/kubernetes.io~projected/kube-api-access-khd58"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/c76a9045-5a7e-4ded-b523-ca317ad28be6/volumes/kubernetes.io~projected/kube-api-access-h5b8b"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/caa99444-77e0-4932-a355-4d9e628ec939/volumes/kubernetes.io~projected/kube-api-access-mjwww"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d19fbefe-1b4f-4ed2-a850-9098634f6f85/volumes/kubernetes.io~projected/kube-api-access-hrgmd"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d4049463-5902-444b-b4b2-ef3041eed9a1/volumes/kubernetes.io~projected/kube-api-access-68hlf"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d6481884-9708-404c-afa9-b7d696d37bdf/volumes/kubernetes.io~projected/kube-api-access-kspqp"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/d9cbea84-0af4-4af4-9e77-b3f0bdf50cba/volumes/kubernetes.io~projected/kube-api-access-hs44r"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/def8976c-f7f7-4e46-be43-8b5aab5eae2c/volumes/kubernetes.io~projected/kube-api-access-m5hxb"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e6ea8c46-aa43-4673-aaf1-2ff6ccd98131/volumes/kubernetes.io~projected/kube-api-access-5d7z8"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/e6ea8c46-aa43-4673-aaf1-2ff6ccd98131/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/e75463d2-386c-4ebc-b31a-54354ebb0577/volumes/kubernetes.io~projected/kube-api-access-8jx2t"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ea240ef2-c90b-44da-bdb5-c0847d7c7918/volumes/kubernetes.io~projected/kube-api-access-sgj9r"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ea383fa8-d1ee-4563-aaed-0253a445a363/volumes/kubernetes.io~projected/kube-api-access-j4pdq"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ebb69909-fe4c-4caf-937e-b7c89d1d9ab9/volumes/kubernetes.io~projected/kube-api-access-42b9g"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ec26902d-35db-4e1d-97df-c1a3aad8c950/volumes/kubernetes.io~projected/kube-api-access-wrktn"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ee46b74e-ef5d-4fe7-9812-a6f76369ca90/volumes/kubernetes.io~projected/kube-api-access-l8cbb"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/f31f27f5-d1a2-4a05-82b7-71a87ab536ac/volumes/kubernetes.io~projected/kube-api-access-tvg98"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/kubelet/pods/ff119c35-7cde-4e54-9d25-ae8ff17e68c8/volumes/kubernetes.io~projected/kube-api-access-5rtv8"} 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 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.370647552e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.2845762e+07 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.4099415297e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.98 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.52 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.34 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.2671299584e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.4482833408e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 1.811533824e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.820921856e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 2.7967488e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.1985149952e+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 2.8533035008e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 2.2548578304e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.3727956992e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.30531072e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 950272 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 5.604524032e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 1.5963136e+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.0358611968e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 5.152768e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.253105664e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.403516928e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.084235776e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.3706479616e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.7971584e+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 1.302528e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.809856e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.261891584e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.74451968e+08 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 8.5712896e+07 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.736343552e+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.7971584e+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.71474944e+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 3796 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 6955 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 957 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 26794 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 164729 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 1.48376031663e+11 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 6.977904e+06 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 3.37180606593e+11 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 4.23216963865e+11 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 17258 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 17242 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 201105 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 228193 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 4.005307e+06 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 864648 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 2.008809e+06 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 2.26862e+06 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 1.983753e+06 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 18 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 3280 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.71460142e+08 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 5.066667e+06 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2.65946716e+08 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 1.1953221e+07 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 5.014529e+06 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 86562 # 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 22 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 86584 # 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 9.2924331e+07 # 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 86649 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 1.689009e+06 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="cni0"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="flannel.1"} 3 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth00df81b1"} 3 node_network_address_assign_type{device="veth0402359f"} 3 node_network_address_assign_type{device="veth08ad5f0e"} 3 node_network_address_assign_type{device="veth1356d36e"} 3 node_network_address_assign_type{device="veth15930317"} 3 node_network_address_assign_type{device="veth1621347f"} 3 node_network_address_assign_type{device="veth219baaba"} 3 node_network_address_assign_type{device="veth226ec531"} 3 node_network_address_assign_type{device="veth2619950b"} 3 node_network_address_assign_type{device="veth278dee68"} 3 node_network_address_assign_type{device="veth28843dfc"} 3 node_network_address_assign_type{device="veth29306282"} 3 node_network_address_assign_type{device="veth2ab2744c"} 3 node_network_address_assign_type{device="veth2da6c488"} 3 node_network_address_assign_type{device="veth2feb3775"} 3 node_network_address_assign_type{device="veth30944765"} 3 node_network_address_assign_type{device="veth3332624c"} 3 node_network_address_assign_type{device="veth348d3cfc"} 3 node_network_address_assign_type{device="veth36be76dc"} 3 node_network_address_assign_type{device="veth3c779a19"} 3 node_network_address_assign_type{device="veth3ef088ec"} 3 node_network_address_assign_type{device="veth4757930c"} 3 node_network_address_assign_type{device="veth4c654921"} 3 node_network_address_assign_type{device="veth513dbd99"} 3 node_network_address_assign_type{device="veth54a3b59c"} 3 node_network_address_assign_type{device="veth5647580f"} 3 node_network_address_assign_type{device="veth5dad1976"} 3 node_network_address_assign_type{device="veth5ed11052"} 3 node_network_address_assign_type{device="veth603c1c68"} 3 node_network_address_assign_type{device="veth60adbdca"} 3 node_network_address_assign_type{device="veth6772fc2d"} 3 node_network_address_assign_type{device="veth6abe1f79"} 3 node_network_address_assign_type{device="veth72e65668"} 3 node_network_address_assign_type{device="veth742111be"} 3 node_network_address_assign_type{device="veth79a035d1"} 3 node_network_address_assign_type{device="veth7bced09a"} 3 node_network_address_assign_type{device="veth7d5eb4f0"} 3 node_network_address_assign_type{device="veth80c3c6c9"} 3 node_network_address_assign_type{device="veth8147d93c"} 3 node_network_address_assign_type{device="veth8725c4a0"} 3 node_network_address_assign_type{device="veth895be0a6"} 3 node_network_address_assign_type{device="veth8afeb8a2"} 3 node_network_address_assign_type{device="veth8d111b9b"} 3 node_network_address_assign_type{device="veth8d4540f6"} 3 node_network_address_assign_type{device="veth8eed37c8"} 3 node_network_address_assign_type{device="veth91c27681"} 3 node_network_address_assign_type{device="veth93e8e001"} 3 node_network_address_assign_type{device="veth948de0f8"} 3 node_network_address_assign_type{device="veth9b339999"} 3 node_network_address_assign_type{device="veth9f5d139d"} 3 node_network_address_assign_type{device="veth9f7995ea"} 3 node_network_address_assign_type{device="vetha3f704d1"} 3 node_network_address_assign_type{device="vethaafc4ad3"} 3 node_network_address_assign_type{device="vethaeaee5f9"} 3 node_network_address_assign_type{device="vethb058c060"} 3 node_network_address_assign_type{device="vethb127577d"} 3 node_network_address_assign_type{device="vethbaba46bd"} 3 node_network_address_assign_type{device="vethbf030a43"} 3 node_network_address_assign_type{device="vethc294aa07"} 3 node_network_address_assign_type{device="vethc3f8e07f"} 3 node_network_address_assign_type{device="vethc89d0a88"} 3 node_network_address_assign_type{device="vethd3dca97e"} 3 node_network_address_assign_type{device="vethe0fc0617"} 3 node_network_address_assign_type{device="vethe334de5d"} 3 node_network_address_assign_type{device="vethe5ad0a46"} 3 node_network_address_assign_type{device="vethe7ef5de0"} 3 node_network_address_assign_type{device="vethf03880d3"} 3 node_network_address_assign_type{device="vethf2c08c7f"} 3 node_network_address_assign_type{device="vethf4497cd8"} 3 node_network_address_assign_type{device="vethf479d9e4"} 3 node_network_address_assign_type{device="vethf5301ce2"} 3 node_network_address_assign_type{device="vethf551d534"} 3 node_network_address_assign_type{device="vethf63f8765"} 3 node_network_address_assign_type{device="vethfa2d8ae8"} 3 node_network_address_assign_type{device="vethff043fdd"} 3 node_network_address_assign_type{device="vethff4eac66"} 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="veth00df81b1"} 1 node_network_carrier{device="veth0402359f"} 1 node_network_carrier{device="veth08ad5f0e"} 1 node_network_carrier{device="veth1356d36e"} 1 node_network_carrier{device="veth15930317"} 1 node_network_carrier{device="veth1621347f"} 1 node_network_carrier{device="veth219baaba"} 1 node_network_carrier{device="veth226ec531"} 1 node_network_carrier{device="veth2619950b"} 1 node_network_carrier{device="veth278dee68"} 1 node_network_carrier{device="veth28843dfc"} 1 node_network_carrier{device="veth29306282"} 1 node_network_carrier{device="veth2ab2744c"} 1 node_network_carrier{device="veth2da6c488"} 1 node_network_carrier{device="veth2feb3775"} 1 node_network_carrier{device="veth30944765"} 1 node_network_carrier{device="veth3332624c"} 1 node_network_carrier{device="veth348d3cfc"} 1 node_network_carrier{device="veth36be76dc"} 1 node_network_carrier{device="veth3c779a19"} 1 node_network_carrier{device="veth3ef088ec"} 1 node_network_carrier{device="veth4757930c"} 1 node_network_carrier{device="veth4c654921"} 1 node_network_carrier{device="veth513dbd99"} 1 node_network_carrier{device="veth54a3b59c"} 1 node_network_carrier{device="veth5647580f"} 1 node_network_carrier{device="veth5dad1976"} 1 node_network_carrier{device="veth5ed11052"} 1 node_network_carrier{device="veth603c1c68"} 1 node_network_carrier{device="veth60adbdca"} 1 node_network_carrier{device="veth6772fc2d"} 1 node_network_carrier{device="veth6abe1f79"} 1 node_network_carrier{device="veth72e65668"} 1 node_network_carrier{device="veth742111be"} 1 node_network_carrier{device="veth79a035d1"} 1 node_network_carrier{device="veth7bced09a"} 1 node_network_carrier{device="veth7d5eb4f0"} 1 node_network_carrier{device="veth80c3c6c9"} 1 node_network_carrier{device="veth8147d93c"} 1 node_network_carrier{device="veth8725c4a0"} 1 node_network_carrier{device="veth895be0a6"} 1 node_network_carrier{device="veth8afeb8a2"} 1 node_network_carrier{device="veth8d111b9b"} 1 node_network_carrier{device="veth8d4540f6"} 1 node_network_carrier{device="veth8eed37c8"} 1 node_network_carrier{device="veth91c27681"} 1 node_network_carrier{device="veth93e8e001"} 1 node_network_carrier{device="veth948de0f8"} 1 node_network_carrier{device="veth9b339999"} 1 node_network_carrier{device="veth9f5d139d"} 1 node_network_carrier{device="veth9f7995ea"} 1 node_network_carrier{device="vetha3f704d1"} 1 node_network_carrier{device="vethaafc4ad3"} 1 node_network_carrier{device="vethaeaee5f9"} 1 node_network_carrier{device="vethb058c060"} 1 node_network_carrier{device="vethb127577d"} 1 node_network_carrier{device="vethbaba46bd"} 1 node_network_carrier{device="vethbf030a43"} 1 node_network_carrier{device="vethc294aa07"} 1 node_network_carrier{device="vethc3f8e07f"} 1 node_network_carrier{device="vethc89d0a88"} 1 node_network_carrier{device="vethd3dca97e"} 1 node_network_carrier{device="vethe0fc0617"} 1 node_network_carrier{device="vethe334de5d"} 1 node_network_carrier{device="vethe5ad0a46"} 1 node_network_carrier{device="vethe7ef5de0"} 1 node_network_carrier{device="vethf03880d3"} 1 node_network_carrier{device="vethf2c08c7f"} 1 node_network_carrier{device="vethf4497cd8"} 1 node_network_carrier{device="vethf479d9e4"} 1 node_network_carrier{device="vethf5301ce2"} 1 node_network_carrier{device="vethf551d534"} 1 node_network_carrier{device="vethf63f8765"} 1 node_network_carrier{device="vethfa2d8ae8"} 1 node_network_carrier{device="vethff043fdd"} 1 node_network_carrier{device="vethff4eac66"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="cni0"} 6 node_network_carrier_changes_total{device="docker0"} 1 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="flannel.1"} 0 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth00df81b1"} 2 node_network_carrier_changes_total{device="veth0402359f"} 2 node_network_carrier_changes_total{device="veth08ad5f0e"} 2 node_network_carrier_changes_total{device="veth1356d36e"} 2 node_network_carrier_changes_total{device="veth15930317"} 2 node_network_carrier_changes_total{device="veth1621347f"} 2 node_network_carrier_changes_total{device="veth219baaba"} 2 node_network_carrier_changes_total{device="veth226ec531"} 2 node_network_carrier_changes_total{device="veth2619950b"} 2 node_network_carrier_changes_total{device="veth278dee68"} 2 node_network_carrier_changes_total{device="veth28843dfc"} 2 node_network_carrier_changes_total{device="veth29306282"} 2 node_network_carrier_changes_total{device="veth2ab2744c"} 2 node_network_carrier_changes_total{device="veth2da6c488"} 2 node_network_carrier_changes_total{device="veth2feb3775"} 2 node_network_carrier_changes_total{device="veth30944765"} 2 node_network_carrier_changes_total{device="veth3332624c"} 2 node_network_carrier_changes_total{device="veth348d3cfc"} 2 node_network_carrier_changes_total{device="veth36be76dc"} 2 node_network_carrier_changes_total{device="veth3c779a19"} 2 node_network_carrier_changes_total{device="veth3ef088ec"} 2 node_network_carrier_changes_total{device="veth4757930c"} 2 node_network_carrier_changes_total{device="veth4c654921"} 2 node_network_carrier_changes_total{device="veth513dbd99"} 2 node_network_carrier_changes_total{device="veth54a3b59c"} 2 node_network_carrier_changes_total{device="veth5647580f"} 2 node_network_carrier_changes_total{device="veth5dad1976"} 2 node_network_carrier_changes_total{device="veth5ed11052"} 2 node_network_carrier_changes_total{device="veth603c1c68"} 2 node_network_carrier_changes_total{device="veth60adbdca"} 2 node_network_carrier_changes_total{device="veth6772fc2d"} 2 node_network_carrier_changes_total{device="veth6abe1f79"} 2 node_network_carrier_changes_total{device="veth72e65668"} 2 node_network_carrier_changes_total{device="veth742111be"} 2 node_network_carrier_changes_total{device="veth79a035d1"} 2 node_network_carrier_changes_total{device="veth7bced09a"} 2 node_network_carrier_changes_total{device="veth7d5eb4f0"} 2 node_network_carrier_changes_total{device="veth80c3c6c9"} 2 node_network_carrier_changes_total{device="veth8147d93c"} 2 node_network_carrier_changes_total{device="veth8725c4a0"} 2 node_network_carrier_changes_total{device="veth895be0a6"} 2 node_network_carrier_changes_total{device="veth8afeb8a2"} 2 node_network_carrier_changes_total{device="veth8d111b9b"} 2 node_network_carrier_changes_total{device="veth8d4540f6"} 2 node_network_carrier_changes_total{device="veth8eed37c8"} 2 node_network_carrier_changes_total{device="veth91c27681"} 2 node_network_carrier_changes_total{device="veth93e8e001"} 2 node_network_carrier_changes_total{device="veth948de0f8"} 2 node_network_carrier_changes_total{device="veth9b339999"} 2 node_network_carrier_changes_total{device="veth9f5d139d"} 2 node_network_carrier_changes_total{device="veth9f7995ea"} 2 node_network_carrier_changes_total{device="vetha3f704d1"} 2 node_network_carrier_changes_total{device="vethaafc4ad3"} 2 node_network_carrier_changes_total{device="vethaeaee5f9"} 2 node_network_carrier_changes_total{device="vethb058c060"} 2 node_network_carrier_changes_total{device="vethb127577d"} 2 node_network_carrier_changes_total{device="vethbaba46bd"} 2 node_network_carrier_changes_total{device="vethbf030a43"} 2 node_network_carrier_changes_total{device="vethc294aa07"} 2 node_network_carrier_changes_total{device="vethc3f8e07f"} 2 node_network_carrier_changes_total{device="vethc89d0a88"} 2 node_network_carrier_changes_total{device="vethd3dca97e"} 2 node_network_carrier_changes_total{device="vethe0fc0617"} 2 node_network_carrier_changes_total{device="vethe334de5d"} 2 node_network_carrier_changes_total{device="vethe5ad0a46"} 2 node_network_carrier_changes_total{device="vethe7ef5de0"} 2 node_network_carrier_changes_total{device="vethf03880d3"} 2 node_network_carrier_changes_total{device="vethf2c08c7f"} 2 node_network_carrier_changes_total{device="vethf4497cd8"} 2 node_network_carrier_changes_total{device="vethf479d9e4"} 2 node_network_carrier_changes_total{device="vethf5301ce2"} 2 node_network_carrier_changes_total{device="vethf551d534"} 2 node_network_carrier_changes_total{device="vethf63f8765"} 2 node_network_carrier_changes_total{device="vethfa2d8ae8"} 2 node_network_carrier_changes_total{device="vethff043fdd"} 2 node_network_carrier_changes_total{device="vethff4eac66"} 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"} 3 node_network_carrier_down_changes_total{device="docker0"} 1 node_network_carrier_down_changes_total{device="eth0"} 1 node_network_carrier_down_changes_total{device="flannel.1"} 0 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth00df81b1"} 1 node_network_carrier_down_changes_total{device="veth0402359f"} 1 node_network_carrier_down_changes_total{device="veth08ad5f0e"} 1 node_network_carrier_down_changes_total{device="veth1356d36e"} 1 node_network_carrier_down_changes_total{device="veth15930317"} 1 node_network_carrier_down_changes_total{device="veth1621347f"} 1 node_network_carrier_down_changes_total{device="veth219baaba"} 1 node_network_carrier_down_changes_total{device="veth226ec531"} 1 node_network_carrier_down_changes_total{device="veth2619950b"} 1 node_network_carrier_down_changes_total{device="veth278dee68"} 1 node_network_carrier_down_changes_total{device="veth28843dfc"} 1 node_network_carrier_down_changes_total{device="veth29306282"} 1 node_network_carrier_down_changes_total{device="veth2ab2744c"} 1 node_network_carrier_down_changes_total{device="veth2da6c488"} 1 node_network_carrier_down_changes_total{device="veth2feb3775"} 1 node_network_carrier_down_changes_total{device="veth30944765"} 1 node_network_carrier_down_changes_total{device="veth3332624c"} 1 node_network_carrier_down_changes_total{device="veth348d3cfc"} 1 node_network_carrier_down_changes_total{device="veth36be76dc"} 1 node_network_carrier_down_changes_total{device="veth3c779a19"} 1 node_network_carrier_down_changes_total{device="veth3ef088ec"} 1 node_network_carrier_down_changes_total{device="veth4757930c"} 1 node_network_carrier_down_changes_total{device="veth4c654921"} 1 node_network_carrier_down_changes_total{device="veth513dbd99"} 1 node_network_carrier_down_changes_total{device="veth54a3b59c"} 1 node_network_carrier_down_changes_total{device="veth5647580f"} 1 node_network_carrier_down_changes_total{device="veth5dad1976"} 1 node_network_carrier_down_changes_total{device="veth5ed11052"} 1 node_network_carrier_down_changes_total{device="veth603c1c68"} 1 node_network_carrier_down_changes_total{device="veth60adbdca"} 1 node_network_carrier_down_changes_total{device="veth6772fc2d"} 1 node_network_carrier_down_changes_total{device="veth6abe1f79"} 1 node_network_carrier_down_changes_total{device="veth72e65668"} 1 node_network_carrier_down_changes_total{device="veth742111be"} 1 node_network_carrier_down_changes_total{device="veth79a035d1"} 1 node_network_carrier_down_changes_total{device="veth7bced09a"} 1 node_network_carrier_down_changes_total{device="veth7d5eb4f0"} 1 node_network_carrier_down_changes_total{device="veth80c3c6c9"} 1 node_network_carrier_down_changes_total{device="veth8147d93c"} 1 node_network_carrier_down_changes_total{device="veth8725c4a0"} 1 node_network_carrier_down_changes_total{device="veth895be0a6"} 1 node_network_carrier_down_changes_total{device="veth8afeb8a2"} 1 node_network_carrier_down_changes_total{device="veth8d111b9b"} 1 node_network_carrier_down_changes_total{device="veth8d4540f6"} 1 node_network_carrier_down_changes_total{device="veth8eed37c8"} 1 node_network_carrier_down_changes_total{device="veth91c27681"} 1 node_network_carrier_down_changes_total{device="veth93e8e001"} 1 node_network_carrier_down_changes_total{device="veth948de0f8"} 1 node_network_carrier_down_changes_total{device="veth9b339999"} 1 node_network_carrier_down_changes_total{device="veth9f5d139d"} 1 node_network_carrier_down_changes_total{device="veth9f7995ea"} 1 node_network_carrier_down_changes_total{device="vetha3f704d1"} 1 node_network_carrier_down_changes_total{device="vethaafc4ad3"} 1 node_network_carrier_down_changes_total{device="vethaeaee5f9"} 1 node_network_carrier_down_changes_total{device="vethb058c060"} 1 node_network_carrier_down_changes_total{device="vethb127577d"} 1 node_network_carrier_down_changes_total{device="vethbaba46bd"} 1 node_network_carrier_down_changes_total{device="vethbf030a43"} 1 node_network_carrier_down_changes_total{device="vethc294aa07"} 1 node_network_carrier_down_changes_total{device="vethc3f8e07f"} 1 node_network_carrier_down_changes_total{device="vethc89d0a88"} 1 node_network_carrier_down_changes_total{device="vethd3dca97e"} 1 node_network_carrier_down_changes_total{device="vethe0fc0617"} 1 node_network_carrier_down_changes_total{device="vethe334de5d"} 1 node_network_carrier_down_changes_total{device="vethe5ad0a46"} 1 node_network_carrier_down_changes_total{device="vethe7ef5de0"} 1 node_network_carrier_down_changes_total{device="vethf03880d3"} 1 node_network_carrier_down_changes_total{device="vethf2c08c7f"} 1 node_network_carrier_down_changes_total{device="vethf4497cd8"} 1 node_network_carrier_down_changes_total{device="vethf479d9e4"} 1 node_network_carrier_down_changes_total{device="vethf5301ce2"} 1 node_network_carrier_down_changes_total{device="vethf551d534"} 1 node_network_carrier_down_changes_total{device="vethf63f8765"} 1 node_network_carrier_down_changes_total{device="vethfa2d8ae8"} 1 node_network_carrier_down_changes_total{device="vethff043fdd"} 1 node_network_carrier_down_changes_total{device="vethff4eac66"} 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"} 3 node_network_carrier_up_changes_total{device="docker0"} 0 node_network_carrier_up_changes_total{device="eth0"} 1 node_network_carrier_up_changes_total{device="flannel.1"} 0 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth00df81b1"} 1 node_network_carrier_up_changes_total{device="veth0402359f"} 1 node_network_carrier_up_changes_total{device="veth08ad5f0e"} 1 node_network_carrier_up_changes_total{device="veth1356d36e"} 1 node_network_carrier_up_changes_total{device="veth15930317"} 1 node_network_carrier_up_changes_total{device="veth1621347f"} 1 node_network_carrier_up_changes_total{device="veth219baaba"} 1 node_network_carrier_up_changes_total{device="veth226ec531"} 1 node_network_carrier_up_changes_total{device="veth2619950b"} 1 node_network_carrier_up_changes_total{device="veth278dee68"} 1 node_network_carrier_up_changes_total{device="veth28843dfc"} 1 node_network_carrier_up_changes_total{device="veth29306282"} 1 node_network_carrier_up_changes_total{device="veth2ab2744c"} 1 node_network_carrier_up_changes_total{device="veth2da6c488"} 1 node_network_carrier_up_changes_total{device="veth2feb3775"} 1 node_network_carrier_up_changes_total{device="veth30944765"} 1 node_network_carrier_up_changes_total{device="veth3332624c"} 1 node_network_carrier_up_changes_total{device="veth348d3cfc"} 1 node_network_carrier_up_changes_total{device="veth36be76dc"} 1 node_network_carrier_up_changes_total{device="veth3c779a19"} 1 node_network_carrier_up_changes_total{device="veth3ef088ec"} 1 node_network_carrier_up_changes_total{device="veth4757930c"} 1 node_network_carrier_up_changes_total{device="veth4c654921"} 1 node_network_carrier_up_changes_total{device="veth513dbd99"} 1 node_network_carrier_up_changes_total{device="veth54a3b59c"} 1 node_network_carrier_up_changes_total{device="veth5647580f"} 1 node_network_carrier_up_changes_total{device="veth5dad1976"} 1 node_network_carrier_up_changes_total{device="veth5ed11052"} 1 node_network_carrier_up_changes_total{device="veth603c1c68"} 1 node_network_carrier_up_changes_total{device="veth60adbdca"} 1 node_network_carrier_up_changes_total{device="veth6772fc2d"} 1 node_network_carrier_up_changes_total{device="veth6abe1f79"} 1 node_network_carrier_up_changes_total{device="veth72e65668"} 1 node_network_carrier_up_changes_total{device="veth742111be"} 1 node_network_carrier_up_changes_total{device="veth79a035d1"} 1 node_network_carrier_up_changes_total{device="veth7bced09a"} 1 node_network_carrier_up_changes_total{device="veth7d5eb4f0"} 1 node_network_carrier_up_changes_total{device="veth80c3c6c9"} 1 node_network_carrier_up_changes_total{device="veth8147d93c"} 1 node_network_carrier_up_changes_total{device="veth8725c4a0"} 1 node_network_carrier_up_changes_total{device="veth895be0a6"} 1 node_network_carrier_up_changes_total{device="veth8afeb8a2"} 1 node_network_carrier_up_changes_total{device="veth8d111b9b"} 1 node_network_carrier_up_changes_total{device="veth8d4540f6"} 1 node_network_carrier_up_changes_total{device="veth8eed37c8"} 1 node_network_carrier_up_changes_total{device="veth91c27681"} 1 node_network_carrier_up_changes_total{device="veth93e8e001"} 1 node_network_carrier_up_changes_total{device="veth948de0f8"} 1 node_network_carrier_up_changes_total{device="veth9b339999"} 1 node_network_carrier_up_changes_total{device="veth9f5d139d"} 1 node_network_carrier_up_changes_total{device="veth9f7995ea"} 1 node_network_carrier_up_changes_total{device="vetha3f704d1"} 1 node_network_carrier_up_changes_total{device="vethaafc4ad3"} 1 node_network_carrier_up_changes_total{device="vethaeaee5f9"} 1 node_network_carrier_up_changes_total{device="vethb058c060"} 1 node_network_carrier_up_changes_total{device="vethb127577d"} 1 node_network_carrier_up_changes_total{device="vethbaba46bd"} 1 node_network_carrier_up_changes_total{device="vethbf030a43"} 1 node_network_carrier_up_changes_total{device="vethc294aa07"} 1 node_network_carrier_up_changes_total{device="vethc3f8e07f"} 1 node_network_carrier_up_changes_total{device="vethc89d0a88"} 1 node_network_carrier_up_changes_total{device="vethd3dca97e"} 1 node_network_carrier_up_changes_total{device="vethe0fc0617"} 1 node_network_carrier_up_changes_total{device="vethe334de5d"} 1 node_network_carrier_up_changes_total{device="vethe5ad0a46"} 1 node_network_carrier_up_changes_total{device="vethe7ef5de0"} 1 node_network_carrier_up_changes_total{device="vethf03880d3"} 1 node_network_carrier_up_changes_total{device="vethf2c08c7f"} 1 node_network_carrier_up_changes_total{device="vethf4497cd8"} 1 node_network_carrier_up_changes_total{device="vethf479d9e4"} 1 node_network_carrier_up_changes_total{device="vethf5301ce2"} 1 node_network_carrier_up_changes_total{device="vethf551d534"} 1 node_network_carrier_up_changes_total{device="vethf63f8765"} 1 node_network_carrier_up_changes_total{device="vethfa2d8ae8"} 1 node_network_carrier_up_changes_total{device="vethff043fdd"} 1 node_network_carrier_up_changes_total{device="vethff4eac66"} 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="veth00df81b1"} 0 node_network_device_id{device="veth0402359f"} 0 node_network_device_id{device="veth08ad5f0e"} 0 node_network_device_id{device="veth1356d36e"} 0 node_network_device_id{device="veth15930317"} 0 node_network_device_id{device="veth1621347f"} 0 node_network_device_id{device="veth219baaba"} 0 node_network_device_id{device="veth226ec531"} 0 node_network_device_id{device="veth2619950b"} 0 node_network_device_id{device="veth278dee68"} 0 node_network_device_id{device="veth28843dfc"} 0 node_network_device_id{device="veth29306282"} 0 node_network_device_id{device="veth2ab2744c"} 0 node_network_device_id{device="veth2da6c488"} 0 node_network_device_id{device="veth2feb3775"} 0 node_network_device_id{device="veth30944765"} 0 node_network_device_id{device="veth3332624c"} 0 node_network_device_id{device="veth348d3cfc"} 0 node_network_device_id{device="veth36be76dc"} 0 node_network_device_id{device="veth3c779a19"} 0 node_network_device_id{device="veth3ef088ec"} 0 node_network_device_id{device="veth4757930c"} 0 node_network_device_id{device="veth4c654921"} 0 node_network_device_id{device="veth513dbd99"} 0 node_network_device_id{device="veth54a3b59c"} 0 node_network_device_id{device="veth5647580f"} 0 node_network_device_id{device="veth5dad1976"} 0 node_network_device_id{device="veth5ed11052"} 0 node_network_device_id{device="veth603c1c68"} 0 node_network_device_id{device="veth60adbdca"} 0 node_network_device_id{device="veth6772fc2d"} 0 node_network_device_id{device="veth6abe1f79"} 0 node_network_device_id{device="veth72e65668"} 0 node_network_device_id{device="veth742111be"} 0 node_network_device_id{device="veth79a035d1"} 0 node_network_device_id{device="veth7bced09a"} 0 node_network_device_id{device="veth7d5eb4f0"} 0 node_network_device_id{device="veth80c3c6c9"} 0 node_network_device_id{device="veth8147d93c"} 0 node_network_device_id{device="veth8725c4a0"} 0 node_network_device_id{device="veth895be0a6"} 0 node_network_device_id{device="veth8afeb8a2"} 0 node_network_device_id{device="veth8d111b9b"} 0 node_network_device_id{device="veth8d4540f6"} 0 node_network_device_id{device="veth8eed37c8"} 0 node_network_device_id{device="veth91c27681"} 0 node_network_device_id{device="veth93e8e001"} 0 node_network_device_id{device="veth948de0f8"} 0 node_network_device_id{device="veth9b339999"} 0 node_network_device_id{device="veth9f5d139d"} 0 node_network_device_id{device="veth9f7995ea"} 0 node_network_device_id{device="vetha3f704d1"} 0 node_network_device_id{device="vethaafc4ad3"} 0 node_network_device_id{device="vethaeaee5f9"} 0 node_network_device_id{device="vethb058c060"} 0 node_network_device_id{device="vethb127577d"} 0 node_network_device_id{device="vethbaba46bd"} 0 node_network_device_id{device="vethbf030a43"} 0 node_network_device_id{device="vethc294aa07"} 0 node_network_device_id{device="vethc3f8e07f"} 0 node_network_device_id{device="vethc89d0a88"} 0 node_network_device_id{device="vethd3dca97e"} 0 node_network_device_id{device="vethe0fc0617"} 0 node_network_device_id{device="vethe334de5d"} 0 node_network_device_id{device="vethe5ad0a46"} 0 node_network_device_id{device="vethe7ef5de0"} 0 node_network_device_id{device="vethf03880d3"} 0 node_network_device_id{device="vethf2c08c7f"} 0 node_network_device_id{device="vethf4497cd8"} 0 node_network_device_id{device="vethf479d9e4"} 0 node_network_device_id{device="vethf5301ce2"} 0 node_network_device_id{device="vethf551d534"} 0 node_network_device_id{device="vethf63f8765"} 0 node_network_device_id{device="vethfa2d8ae8"} 0 node_network_device_id{device="vethff043fdd"} 0 node_network_device_id{device="vethff4eac66"} 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="veth00df81b1"} 0 node_network_dormant{device="veth0402359f"} 0 node_network_dormant{device="veth08ad5f0e"} 0 node_network_dormant{device="veth1356d36e"} 0 node_network_dormant{device="veth15930317"} 0 node_network_dormant{device="veth1621347f"} 0 node_network_dormant{device="veth219baaba"} 0 node_network_dormant{device="veth226ec531"} 0 node_network_dormant{device="veth2619950b"} 0 node_network_dormant{device="veth278dee68"} 0 node_network_dormant{device="veth28843dfc"} 0 node_network_dormant{device="veth29306282"} 0 node_network_dormant{device="veth2ab2744c"} 0 node_network_dormant{device="veth2da6c488"} 0 node_network_dormant{device="veth2feb3775"} 0 node_network_dormant{device="veth30944765"} 0 node_network_dormant{device="veth3332624c"} 0 node_network_dormant{device="veth348d3cfc"} 0 node_network_dormant{device="veth36be76dc"} 0 node_network_dormant{device="veth3c779a19"} 0 node_network_dormant{device="veth3ef088ec"} 0 node_network_dormant{device="veth4757930c"} 0 node_network_dormant{device="veth4c654921"} 0 node_network_dormant{device="veth513dbd99"} 0 node_network_dormant{device="veth54a3b59c"} 0 node_network_dormant{device="veth5647580f"} 0 node_network_dormant{device="veth5dad1976"} 0 node_network_dormant{device="veth5ed11052"} 0 node_network_dormant{device="veth603c1c68"} 0 node_network_dormant{device="veth60adbdca"} 0 node_network_dormant{device="veth6772fc2d"} 0 node_network_dormant{device="veth6abe1f79"} 0 node_network_dormant{device="veth72e65668"} 0 node_network_dormant{device="veth742111be"} 0 node_network_dormant{device="veth79a035d1"} 0 node_network_dormant{device="veth7bced09a"} 0 node_network_dormant{device="veth7d5eb4f0"} 0 node_network_dormant{device="veth80c3c6c9"} 0 node_network_dormant{device="veth8147d93c"} 0 node_network_dormant{device="veth8725c4a0"} 0 node_network_dormant{device="veth895be0a6"} 0 node_network_dormant{device="veth8afeb8a2"} 0 node_network_dormant{device="veth8d111b9b"} 0 node_network_dormant{device="veth8d4540f6"} 0 node_network_dormant{device="veth8eed37c8"} 0 node_network_dormant{device="veth91c27681"} 0 node_network_dormant{device="veth93e8e001"} 0 node_network_dormant{device="veth948de0f8"} 0 node_network_dormant{device="veth9b339999"} 0 node_network_dormant{device="veth9f5d139d"} 0 node_network_dormant{device="veth9f7995ea"} 0 node_network_dormant{device="vetha3f704d1"} 0 node_network_dormant{device="vethaafc4ad3"} 0 node_network_dormant{device="vethaeaee5f9"} 0 node_network_dormant{device="vethb058c060"} 0 node_network_dormant{device="vethb127577d"} 0 node_network_dormant{device="vethbaba46bd"} 0 node_network_dormant{device="vethbf030a43"} 0 node_network_dormant{device="vethc294aa07"} 0 node_network_dormant{device="vethc3f8e07f"} 0 node_network_dormant{device="vethc89d0a88"} 0 node_network_dormant{device="vethd3dca97e"} 0 node_network_dormant{device="vethe0fc0617"} 0 node_network_dormant{device="vethe334de5d"} 0 node_network_dormant{device="vethe5ad0a46"} 0 node_network_dormant{device="vethe7ef5de0"} 0 node_network_dormant{device="vethf03880d3"} 0 node_network_dormant{device="vethf2c08c7f"} 0 node_network_dormant{device="vethf4497cd8"} 0 node_network_dormant{device="vethf479d9e4"} 0 node_network_dormant{device="vethf5301ce2"} 0 node_network_dormant{device="vethf551d534"} 0 node_network_dormant{device="vethf63f8765"} 0 node_network_dormant{device="vethfa2d8ae8"} 0 node_network_dormant{device="vethff043fdd"} 0 node_network_dormant{device="vethff4eac66"} 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="veth00df81b1"} 4867 node_network_flags{device="veth0402359f"} 4867 node_network_flags{device="veth08ad5f0e"} 4867 node_network_flags{device="veth1356d36e"} 4867 node_network_flags{device="veth15930317"} 4867 node_network_flags{device="veth1621347f"} 4867 node_network_flags{device="veth219baaba"} 4867 node_network_flags{device="veth226ec531"} 4867 node_network_flags{device="veth2619950b"} 4867 node_network_flags{device="veth278dee68"} 4867 node_network_flags{device="veth28843dfc"} 4867 node_network_flags{device="veth29306282"} 4867 node_network_flags{device="veth2ab2744c"} 4867 node_network_flags{device="veth2da6c488"} 4867 node_network_flags{device="veth2feb3775"} 4867 node_network_flags{device="veth30944765"} 4867 node_network_flags{device="veth3332624c"} 4867 node_network_flags{device="veth348d3cfc"} 4867 node_network_flags{device="veth36be76dc"} 4867 node_network_flags{device="veth3c779a19"} 4867 node_network_flags{device="veth3ef088ec"} 4867 node_network_flags{device="veth4757930c"} 4867 node_network_flags{device="veth4c654921"} 4867 node_network_flags{device="veth513dbd99"} 4867 node_network_flags{device="veth54a3b59c"} 4867 node_network_flags{device="veth5647580f"} 4867 node_network_flags{device="veth5dad1976"} 4867 node_network_flags{device="veth5ed11052"} 4867 node_network_flags{device="veth603c1c68"} 4867 node_network_flags{device="veth60adbdca"} 4867 node_network_flags{device="veth6772fc2d"} 4867 node_network_flags{device="veth6abe1f79"} 4867 node_network_flags{device="veth72e65668"} 4867 node_network_flags{device="veth742111be"} 4867 node_network_flags{device="veth79a035d1"} 4867 node_network_flags{device="veth7bced09a"} 4867 node_network_flags{device="veth7d5eb4f0"} 4867 node_network_flags{device="veth80c3c6c9"} 4867 node_network_flags{device="veth8147d93c"} 4867 node_network_flags{device="veth8725c4a0"} 4867 node_network_flags{device="veth895be0a6"} 4867 node_network_flags{device="veth8afeb8a2"} 4867 node_network_flags{device="veth8d111b9b"} 4867 node_network_flags{device="veth8d4540f6"} 4867 node_network_flags{device="veth8eed37c8"} 4867 node_network_flags{device="veth91c27681"} 4867 node_network_flags{device="veth93e8e001"} 4867 node_network_flags{device="veth948de0f8"} 4867 node_network_flags{device="veth9b339999"} 4867 node_network_flags{device="veth9f5d139d"} 4867 node_network_flags{device="veth9f7995ea"} 4867 node_network_flags{device="vetha3f704d1"} 4867 node_network_flags{device="vethaafc4ad3"} 4867 node_network_flags{device="vethaeaee5f9"} 4867 node_network_flags{device="vethb058c060"} 4867 node_network_flags{device="vethb127577d"} 4867 node_network_flags{device="vethbaba46bd"} 4867 node_network_flags{device="vethbf030a43"} 4867 node_network_flags{device="vethc294aa07"} 4867 node_network_flags{device="vethc3f8e07f"} 4867 node_network_flags{device="vethc89d0a88"} 4867 node_network_flags{device="vethd3dca97e"} 4867 node_network_flags{device="vethe0fc0617"} 4867 node_network_flags{device="vethe334de5d"} 4867 node_network_flags{device="vethe5ad0a46"} 4867 node_network_flags{device="vethe7ef5de0"} 4867 node_network_flags{device="vethf03880d3"} 4867 node_network_flags{device="vethf2c08c7f"} 4867 node_network_flags{device="vethf4497cd8"} 4867 node_network_flags{device="vethf479d9e4"} 4867 node_network_flags{device="vethf5301ce2"} 4867 node_network_flags{device="vethf551d534"} 4867 node_network_flags{device="vethf63f8765"} 4867 node_network_flags{device="vethfa2d8ae8"} 4867 node_network_flags{device="vethff043fdd"} 4867 node_network_flags{device="vethff4eac66"} 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="veth00df81b1"} 302 node_network_iface_id{device="veth0402359f"} 328 node_network_iface_id{device="veth08ad5f0e"} 392 node_network_iface_id{device="veth1356d36e"} 319 node_network_iface_id{device="veth15930317"} 312 node_network_iface_id{device="veth1621347f"} 433 node_network_iface_id{device="veth219baaba"} 282 node_network_iface_id{device="veth226ec531"} 276 node_network_iface_id{device="veth2619950b"} 314 node_network_iface_id{device="veth278dee68"} 440 node_network_iface_id{device="veth28843dfc"} 285 node_network_iface_id{device="veth29306282"} 317 node_network_iface_id{device="veth2ab2744c"} 315 node_network_iface_id{device="veth2da6c488"} 308 node_network_iface_id{device="veth2feb3775"} 307 node_network_iface_id{device="veth30944765"} 293 node_network_iface_id{device="veth3332624c"} 357 node_network_iface_id{device="veth348d3cfc"} 304 node_network_iface_id{device="veth36be76dc"} 337 node_network_iface_id{device="veth3c779a19"} 446 node_network_iface_id{device="veth3ef088ec"} 316 node_network_iface_id{device="veth4757930c"} 297 node_network_iface_id{device="veth4c654921"} 336 node_network_iface_id{device="veth513dbd99"} 289 node_network_iface_id{device="veth54a3b59c"} 444 node_network_iface_id{device="veth5647580f"} 427 node_network_iface_id{device="veth5dad1976"} 359 node_network_iface_id{device="veth5ed11052"} 323 node_network_iface_id{device="veth603c1c68"} 394 node_network_iface_id{device="veth60adbdca"} 287 node_network_iface_id{device="veth6772fc2d"} 350 node_network_iface_id{device="veth6abe1f79"} 327 node_network_iface_id{device="veth72e65668"} 363 node_network_iface_id{device="veth742111be"} 368 node_network_iface_id{device="veth79a035d1"} 362 node_network_iface_id{device="veth7bced09a"} 277 node_network_iface_id{device="veth7d5eb4f0"} 283 node_network_iface_id{device="veth80c3c6c9"} 448 node_network_iface_id{device="veth8147d93c"} 417 node_network_iface_id{device="veth8725c4a0"} 391 node_network_iface_id{device="veth895be0a6"} 279 node_network_iface_id{device="veth8afeb8a2"} 351 node_network_iface_id{device="veth8d111b9b"} 303 node_network_iface_id{device="veth8d4540f6"} 298 node_network_iface_id{device="veth8eed37c8"} 369 node_network_iface_id{device="veth91c27681"} 288 node_network_iface_id{device="veth93e8e001"} 320 node_network_iface_id{device="veth948de0f8"} 410 node_network_iface_id{device="veth9b339999"} 329 node_network_iface_id{device="veth9f5d139d"} 291 node_network_iface_id{device="veth9f7995ea"} 360 node_network_iface_id{device="vetha3f704d1"} 281 node_network_iface_id{device="vethaafc4ad3"} 421 node_network_iface_id{device="vethaeaee5f9"} 290 node_network_iface_id{device="vethb058c060"} 280 node_network_iface_id{device="vethb127577d"} 366 node_network_iface_id{device="vethbaba46bd"} 339 node_network_iface_id{device="vethbf030a43"} 295 node_network_iface_id{device="vethc294aa07"} 441 node_network_iface_id{device="vethc3f8e07f"} 340 node_network_iface_id{device="vethc89d0a88"} 341 node_network_iface_id{device="vethd3dca97e"} 442 node_network_iface_id{device="vethe0fc0617"} 418 node_network_iface_id{device="vethe334de5d"} 364 node_network_iface_id{device="vethe5ad0a46"} 413 node_network_iface_id{device="vethe7ef5de0"} 306 node_network_iface_id{device="vethf03880d3"} 416 node_network_iface_id{device="vethf2c08c7f"} 309 node_network_iface_id{device="vethf4497cd8"} 334 node_network_iface_id{device="vethf479d9e4"} 310 node_network_iface_id{device="vethf5301ce2"} 419 node_network_iface_id{device="vethf551d534"} 438 node_network_iface_id{device="vethf63f8765"} 299 node_network_iface_id{device="vethfa2d8ae8"} 332 node_network_iface_id{device="vethff043fdd"} 286 node_network_iface_id{device="vethff4eac66"} 325 # 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="veth00df81b1"} 2 node_network_iface_link{device="veth0402359f"} 2 node_network_iface_link{device="veth08ad5f0e"} 2 node_network_iface_link{device="veth1356d36e"} 2 node_network_iface_link{device="veth15930317"} 2 node_network_iface_link{device="veth1621347f"} 2 node_network_iface_link{device="veth219baaba"} 2 node_network_iface_link{device="veth226ec531"} 2 node_network_iface_link{device="veth2619950b"} 2 node_network_iface_link{device="veth278dee68"} 2 node_network_iface_link{device="veth28843dfc"} 2 node_network_iface_link{device="veth29306282"} 2 node_network_iface_link{device="veth2ab2744c"} 2 node_network_iface_link{device="veth2da6c488"} 2 node_network_iface_link{device="veth2feb3775"} 2 node_network_iface_link{device="veth30944765"} 2 node_network_iface_link{device="veth3332624c"} 2 node_network_iface_link{device="veth348d3cfc"} 2 node_network_iface_link{device="veth36be76dc"} 2 node_network_iface_link{device="veth3c779a19"} 2 node_network_iface_link{device="veth3ef088ec"} 2 node_network_iface_link{device="veth4757930c"} 2 node_network_iface_link{device="veth4c654921"} 2 node_network_iface_link{device="veth513dbd99"} 2 node_network_iface_link{device="veth54a3b59c"} 2 node_network_iface_link{device="veth5647580f"} 2 node_network_iface_link{device="veth5dad1976"} 2 node_network_iface_link{device="veth5ed11052"} 2 node_network_iface_link{device="veth603c1c68"} 2 node_network_iface_link{device="veth60adbdca"} 2 node_network_iface_link{device="veth6772fc2d"} 2 node_network_iface_link{device="veth6abe1f79"} 2 node_network_iface_link{device="veth72e65668"} 2 node_network_iface_link{device="veth742111be"} 2 node_network_iface_link{device="veth79a035d1"} 2 node_network_iface_link{device="veth7bced09a"} 2 node_network_iface_link{device="veth7d5eb4f0"} 2 node_network_iface_link{device="veth80c3c6c9"} 2 node_network_iface_link{device="veth8147d93c"} 2 node_network_iface_link{device="veth8725c4a0"} 2 node_network_iface_link{device="veth895be0a6"} 2 node_network_iface_link{device="veth8afeb8a2"} 2 node_network_iface_link{device="veth8d111b9b"} 2 node_network_iface_link{device="veth8d4540f6"} 2 node_network_iface_link{device="veth8eed37c8"} 2 node_network_iface_link{device="veth91c27681"} 2 node_network_iface_link{device="veth93e8e001"} 2 node_network_iface_link{device="veth948de0f8"} 2 node_network_iface_link{device="veth9b339999"} 2 node_network_iface_link{device="veth9f5d139d"} 2 node_network_iface_link{device="veth9f7995ea"} 2 node_network_iface_link{device="vetha3f704d1"} 2 node_network_iface_link{device="vethaafc4ad3"} 2 node_network_iface_link{device="vethaeaee5f9"} 2 node_network_iface_link{device="vethb058c060"} 2 node_network_iface_link{device="vethb127577d"} 2 node_network_iface_link{device="vethbaba46bd"} 2 node_network_iface_link{device="vethbf030a43"} 2 node_network_iface_link{device="vethc294aa07"} 2 node_network_iface_link{device="vethc3f8e07f"} 2 node_network_iface_link{device="vethc89d0a88"} 2 node_network_iface_link{device="vethd3dca97e"} 2 node_network_iface_link{device="vethe0fc0617"} 2 node_network_iface_link{device="vethe334de5d"} 2 node_network_iface_link{device="vethe5ad0a46"} 2 node_network_iface_link{device="vethe7ef5de0"} 2 node_network_iface_link{device="vethf03880d3"} 2 node_network_iface_link{device="vethf2c08c7f"} 2 node_network_iface_link{device="vethf4497cd8"} 2 node_network_iface_link{device="vethf479d9e4"} 2 node_network_iface_link{device="vethf5301ce2"} 2 node_network_iface_link{device="vethf551d534"} 2 node_network_iface_link{device="vethf63f8765"} 2 node_network_iface_link{device="vethfa2d8ae8"} 2 node_network_iface_link{device="vethff043fdd"} 2 node_network_iface_link{device="vethff4eac66"} 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="veth00df81b1"} 0 node_network_iface_link_mode{device="veth0402359f"} 0 node_network_iface_link_mode{device="veth08ad5f0e"} 0 node_network_iface_link_mode{device="veth1356d36e"} 0 node_network_iface_link_mode{device="veth15930317"} 0 node_network_iface_link_mode{device="veth1621347f"} 0 node_network_iface_link_mode{device="veth219baaba"} 0 node_network_iface_link_mode{device="veth226ec531"} 0 node_network_iface_link_mode{device="veth2619950b"} 0 node_network_iface_link_mode{device="veth278dee68"} 0 node_network_iface_link_mode{device="veth28843dfc"} 0 node_network_iface_link_mode{device="veth29306282"} 0 node_network_iface_link_mode{device="veth2ab2744c"} 0 node_network_iface_link_mode{device="veth2da6c488"} 0 node_network_iface_link_mode{device="veth2feb3775"} 0 node_network_iface_link_mode{device="veth30944765"} 0 node_network_iface_link_mode{device="veth3332624c"} 0 node_network_iface_link_mode{device="veth348d3cfc"} 0 node_network_iface_link_mode{device="veth36be76dc"} 0 node_network_iface_link_mode{device="veth3c779a19"} 0 node_network_iface_link_mode{device="veth3ef088ec"} 0 node_network_iface_link_mode{device="veth4757930c"} 0 node_network_iface_link_mode{device="veth4c654921"} 0 node_network_iface_link_mode{device="veth513dbd99"} 0 node_network_iface_link_mode{device="veth54a3b59c"} 0 node_network_iface_link_mode{device="veth5647580f"} 0 node_network_iface_link_mode{device="veth5dad1976"} 0 node_network_iface_link_mode{device="veth5ed11052"} 0 node_network_iface_link_mode{device="veth603c1c68"} 0 node_network_iface_link_mode{device="veth60adbdca"} 0 node_network_iface_link_mode{device="veth6772fc2d"} 0 node_network_iface_link_mode{device="veth6abe1f79"} 0 node_network_iface_link_mode{device="veth72e65668"} 0 node_network_iface_link_mode{device="veth742111be"} 0 node_network_iface_link_mode{device="veth79a035d1"} 0 node_network_iface_link_mode{device="veth7bced09a"} 0 node_network_iface_link_mode{device="veth7d5eb4f0"} 0 node_network_iface_link_mode{device="veth80c3c6c9"} 0 node_network_iface_link_mode{device="veth8147d93c"} 0 node_network_iface_link_mode{device="veth8725c4a0"} 0 node_network_iface_link_mode{device="veth895be0a6"} 0 node_network_iface_link_mode{device="veth8afeb8a2"} 0 node_network_iface_link_mode{device="veth8d111b9b"} 0 node_network_iface_link_mode{device="veth8d4540f6"} 0 node_network_iface_link_mode{device="veth8eed37c8"} 0 node_network_iface_link_mode{device="veth91c27681"} 0 node_network_iface_link_mode{device="veth93e8e001"} 0 node_network_iface_link_mode{device="veth948de0f8"} 0 node_network_iface_link_mode{device="veth9b339999"} 0 node_network_iface_link_mode{device="veth9f5d139d"} 0 node_network_iface_link_mode{device="veth9f7995ea"} 0 node_network_iface_link_mode{device="vetha3f704d1"} 0 node_network_iface_link_mode{device="vethaafc4ad3"} 0 node_network_iface_link_mode{device="vethaeaee5f9"} 0 node_network_iface_link_mode{device="vethb058c060"} 0 node_network_iface_link_mode{device="vethb127577d"} 0 node_network_iface_link_mode{device="vethbaba46bd"} 0 node_network_iface_link_mode{device="vethbf030a43"} 0 node_network_iface_link_mode{device="vethc294aa07"} 0 node_network_iface_link_mode{device="vethc3f8e07f"} 0 node_network_iface_link_mode{device="vethc89d0a88"} 0 node_network_iface_link_mode{device="vethd3dca97e"} 0 node_network_iface_link_mode{device="vethe0fc0617"} 0 node_network_iface_link_mode{device="vethe334de5d"} 0 node_network_iface_link_mode{device="vethe5ad0a46"} 0 node_network_iface_link_mode{device="vethe7ef5de0"} 0 node_network_iface_link_mode{device="vethf03880d3"} 0 node_network_iface_link_mode{device="vethf2c08c7f"} 0 node_network_iface_link_mode{device="vethf4497cd8"} 0 node_network_iface_link_mode{device="vethf479d9e4"} 0 node_network_iface_link_mode{device="vethf5301ce2"} 0 node_network_iface_link_mode{device="vethf551d534"} 0 node_network_iface_link_mode{device="vethf63f8765"} 0 node_network_iface_link_mode{device="vethfa2d8ae8"} 0 node_network_iface_link_mode{device="vethff043fdd"} 0 node_network_iface_link_mode{device="vethff4eac66"} 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="02:e4:37:08:f7:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth80c3c6c9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:e8:60:8a:f7:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth29306282",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:61:04:3e:79:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth948de0f8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:98:4d:bc:dc:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbaba46bd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:1b:c8:45:41:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth15930317",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:d8:34:69:c6:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf551d534",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:42:d8:88:43:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4757930c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:c1:93:36:0f:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth742111be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:cc:49:18:a4:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf479d9e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:14:05:34:98:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc294aa07",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:b4:0b:a8:98:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f5d139d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:0b:40:a8:66:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3c779a19",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:21:e0:50:7a:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth00df81b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:95:6b:e3:3f:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaafc4ad3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:e1:f2:54:83:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth348d3cfc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:dd:b4:7e:b6:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8147d93c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:ad:c1:e9:44:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3f704d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:fd:d0:2f:b7:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe334de5d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:12:fd:52:a3:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d111b9b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:2b:e8:0d:2d:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ef088ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:3c:71:62:f4:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d5eb4f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:5d:8a:f6:39:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth36be76dc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:97:fc:aa:05:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbf030a43",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:da:72:be:d5:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8afeb8a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:c5:e0:b0:ae:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="flannel.1",duplex="unknown",ifalias="",operstate="unknown"} 1 node_network_info{address="42:de:cb:8c:08:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5dad1976",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:be:7d:40:fd:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b339999",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:59:33:70:23:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth30944765",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:b0:48:31:fb:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth219baaba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:be:63:85:da:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff043fdd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:cb:8d:8f:7f:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth895be0a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:1c:39:96:1a:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth513dbd99",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:ea:8c:79:3e:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb127577d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:94:9d:fc:55:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2619950b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:f5:1a:94:02:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1621347f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:4c:7b:c1:80:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4497cd8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:57:dd:a1:75:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7bced09a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:a8:2e:ca:ae:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2feb3775",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:97:5c:b9:d9:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth28843dfc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:53:32:96:c9:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf5301ce2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:88:64:42:f6:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7ef5de0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:9e:b0:23:ae:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf63f8765",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:11:94:c6:1b:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf2c08c7f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:33:39:5c:28:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth91c27681",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:97:d4:f1:6e:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1356d36e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:b0:1c:e6:67:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth93e8e001",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:36:a4:23:6f:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff4eac66",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:fb:43:79:01:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8725c4a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:57:75:b1:b5:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f7995ea",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:76:e1:c8:99:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8eed37c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:46:7e:05:5f:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ab2744c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:91:47:01:38:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth79a035d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="bc:24:11:52:5d:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="be:92:20:cc:c1:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe0fc0617",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:a7:af:b8:b9:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3332624c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:c7:93:b8:4e:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5647580f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:58:d9:97:bc:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3f8e07f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:9b:48:58:7c:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="ca:79:e4:bb:56:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08ad5f0e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:9c:85:cf:73:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6772fc2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:22:81:ed:76:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth72e65668",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:c2:70:47:f2:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaeaee5f9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:16:7c:a7:45:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d4540f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:5a:36:01:99:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5ed11052",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:c8:6c:51:70:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4c654921",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:f5:44:63:21:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe5ad0a46",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:00:18:a3:09:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6abe1f79",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:08:1e:f4:70:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54a3b59c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:e4:c3:07:77:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cni0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="de:ac:0d:84:83:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth278dee68",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:73:1c:b8:c3:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc89d0a88",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:3a:45:3d:f4:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2da6c488",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:e7:27:07:35:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0402359f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:60:81:0b:f7:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfa2d8ae8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:aa:72:91:71:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth60adbdca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:b6:46:9c:8d:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth603c1c68",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:dc:8d:a0:1c:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb058c060",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:18:83:01:66:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth226ec531",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:89:a4:53:9b:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf03880d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:f3:5b:87:ed:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3dca97e",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="veth00df81b1"} 1450 node_network_mtu_bytes{device="veth0402359f"} 1450 node_network_mtu_bytes{device="veth08ad5f0e"} 1450 node_network_mtu_bytes{device="veth1356d36e"} 1450 node_network_mtu_bytes{device="veth15930317"} 1450 node_network_mtu_bytes{device="veth1621347f"} 1450 node_network_mtu_bytes{device="veth219baaba"} 1450 node_network_mtu_bytes{device="veth226ec531"} 1450 node_network_mtu_bytes{device="veth2619950b"} 1450 node_network_mtu_bytes{device="veth278dee68"} 1450 node_network_mtu_bytes{device="veth28843dfc"} 1450 node_network_mtu_bytes{device="veth29306282"} 1450 node_network_mtu_bytes{device="veth2ab2744c"} 1450 node_network_mtu_bytes{device="veth2da6c488"} 1450 node_network_mtu_bytes{device="veth2feb3775"} 1450 node_network_mtu_bytes{device="veth30944765"} 1450 node_network_mtu_bytes{device="veth3332624c"} 1450 node_network_mtu_bytes{device="veth348d3cfc"} 1450 node_network_mtu_bytes{device="veth36be76dc"} 1450 node_network_mtu_bytes{device="veth3c779a19"} 1450 node_network_mtu_bytes{device="veth3ef088ec"} 1450 node_network_mtu_bytes{device="veth4757930c"} 1450 node_network_mtu_bytes{device="veth4c654921"} 1450 node_network_mtu_bytes{device="veth513dbd99"} 1450 node_network_mtu_bytes{device="veth54a3b59c"} 1450 node_network_mtu_bytes{device="veth5647580f"} 1450 node_network_mtu_bytes{device="veth5dad1976"} 1450 node_network_mtu_bytes{device="veth5ed11052"} 1450 node_network_mtu_bytes{device="veth603c1c68"} 1450 node_network_mtu_bytes{device="veth60adbdca"} 1450 node_network_mtu_bytes{device="veth6772fc2d"} 1450 node_network_mtu_bytes{device="veth6abe1f79"} 1450 node_network_mtu_bytes{device="veth72e65668"} 1450 node_network_mtu_bytes{device="veth742111be"} 1450 node_network_mtu_bytes{device="veth79a035d1"} 1450 node_network_mtu_bytes{device="veth7bced09a"} 1450 node_network_mtu_bytes{device="veth7d5eb4f0"} 1450 node_network_mtu_bytes{device="veth80c3c6c9"} 1450 node_network_mtu_bytes{device="veth8147d93c"} 1450 node_network_mtu_bytes{device="veth8725c4a0"} 1450 node_network_mtu_bytes{device="veth895be0a6"} 1450 node_network_mtu_bytes{device="veth8afeb8a2"} 1450 node_network_mtu_bytes{device="veth8d111b9b"} 1450 node_network_mtu_bytes{device="veth8d4540f6"} 1450 node_network_mtu_bytes{device="veth8eed37c8"} 1450 node_network_mtu_bytes{device="veth91c27681"} 1450 node_network_mtu_bytes{device="veth93e8e001"} 1450 node_network_mtu_bytes{device="veth948de0f8"} 1450 node_network_mtu_bytes{device="veth9b339999"} 1450 node_network_mtu_bytes{device="veth9f5d139d"} 1450 node_network_mtu_bytes{device="veth9f7995ea"} 1450 node_network_mtu_bytes{device="vetha3f704d1"} 1450 node_network_mtu_bytes{device="vethaafc4ad3"} 1450 node_network_mtu_bytes{device="vethaeaee5f9"} 1450 node_network_mtu_bytes{device="vethb058c060"} 1450 node_network_mtu_bytes{device="vethb127577d"} 1450 node_network_mtu_bytes{device="vethbaba46bd"} 1450 node_network_mtu_bytes{device="vethbf030a43"} 1450 node_network_mtu_bytes{device="vethc294aa07"} 1450 node_network_mtu_bytes{device="vethc3f8e07f"} 1450 node_network_mtu_bytes{device="vethc89d0a88"} 1450 node_network_mtu_bytes{device="vethd3dca97e"} 1450 node_network_mtu_bytes{device="vethe0fc0617"} 1450 node_network_mtu_bytes{device="vethe334de5d"} 1450 node_network_mtu_bytes{device="vethe5ad0a46"} 1450 node_network_mtu_bytes{device="vethe7ef5de0"} 1450 node_network_mtu_bytes{device="vethf03880d3"} 1450 node_network_mtu_bytes{device="vethf2c08c7f"} 1450 node_network_mtu_bytes{device="vethf4497cd8"} 1450 node_network_mtu_bytes{device="vethf479d9e4"} 1450 node_network_mtu_bytes{device="vethf5301ce2"} 1450 node_network_mtu_bytes{device="vethf551d534"} 1450 node_network_mtu_bytes{device="vethf63f8765"} 1450 node_network_mtu_bytes{device="vethfa2d8ae8"} 1450 node_network_mtu_bytes{device="vethff043fdd"} 1450 node_network_mtu_bytes{device="vethff4eac66"} 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="veth00df81b1"} 3 node_network_name_assign_type{device="veth0402359f"} 3 node_network_name_assign_type{device="veth08ad5f0e"} 3 node_network_name_assign_type{device="veth1356d36e"} 3 node_network_name_assign_type{device="veth15930317"} 3 node_network_name_assign_type{device="veth1621347f"} 3 node_network_name_assign_type{device="veth219baaba"} 3 node_network_name_assign_type{device="veth226ec531"} 3 node_network_name_assign_type{device="veth2619950b"} 3 node_network_name_assign_type{device="veth278dee68"} 3 node_network_name_assign_type{device="veth28843dfc"} 3 node_network_name_assign_type{device="veth29306282"} 3 node_network_name_assign_type{device="veth2ab2744c"} 3 node_network_name_assign_type{device="veth2da6c488"} 3 node_network_name_assign_type{device="veth2feb3775"} 3 node_network_name_assign_type{device="veth30944765"} 3 node_network_name_assign_type{device="veth3332624c"} 3 node_network_name_assign_type{device="veth348d3cfc"} 3 node_network_name_assign_type{device="veth36be76dc"} 3 node_network_name_assign_type{device="veth3c779a19"} 3 node_network_name_assign_type{device="veth3ef088ec"} 3 node_network_name_assign_type{device="veth4757930c"} 3 node_network_name_assign_type{device="veth4c654921"} 3 node_network_name_assign_type{device="veth513dbd99"} 3 node_network_name_assign_type{device="veth54a3b59c"} 3 node_network_name_assign_type{device="veth5647580f"} 3 node_network_name_assign_type{device="veth5dad1976"} 3 node_network_name_assign_type{device="veth5ed11052"} 3 node_network_name_assign_type{device="veth603c1c68"} 3 node_network_name_assign_type{device="veth60adbdca"} 3 node_network_name_assign_type{device="veth6772fc2d"} 3 node_network_name_assign_type{device="veth6abe1f79"} 3 node_network_name_assign_type{device="veth72e65668"} 3 node_network_name_assign_type{device="veth742111be"} 3 node_network_name_assign_type{device="veth79a035d1"} 3 node_network_name_assign_type{device="veth7bced09a"} 3 node_network_name_assign_type{device="veth7d5eb4f0"} 3 node_network_name_assign_type{device="veth80c3c6c9"} 3 node_network_name_assign_type{device="veth8147d93c"} 3 node_network_name_assign_type{device="veth8725c4a0"} 3 node_network_name_assign_type{device="veth895be0a6"} 3 node_network_name_assign_type{device="veth8afeb8a2"} 3 node_network_name_assign_type{device="veth8d111b9b"} 3 node_network_name_assign_type{device="veth8d4540f6"} 3 node_network_name_assign_type{device="veth8eed37c8"} 3 node_network_name_assign_type{device="veth91c27681"} 3 node_network_name_assign_type{device="veth93e8e001"} 3 node_network_name_assign_type{device="veth948de0f8"} 3 node_network_name_assign_type{device="veth9b339999"} 3 node_network_name_assign_type{device="veth9f5d139d"} 3 node_network_name_assign_type{device="veth9f7995ea"} 3 node_network_name_assign_type{device="vetha3f704d1"} 3 node_network_name_assign_type{device="vethaafc4ad3"} 3 node_network_name_assign_type{device="vethaeaee5f9"} 3 node_network_name_assign_type{device="vethb058c060"} 3 node_network_name_assign_type{device="vethb127577d"} 3 node_network_name_assign_type{device="vethbaba46bd"} 3 node_network_name_assign_type{device="vethbf030a43"} 3 node_network_name_assign_type{device="vethc294aa07"} 3 node_network_name_assign_type{device="vethc3f8e07f"} 3 node_network_name_assign_type{device="vethc89d0a88"} 3 node_network_name_assign_type{device="vethd3dca97e"} 3 node_network_name_assign_type{device="vethe0fc0617"} 3 node_network_name_assign_type{device="vethe334de5d"} 3 node_network_name_assign_type{device="vethe5ad0a46"} 3 node_network_name_assign_type{device="vethe7ef5de0"} 3 node_network_name_assign_type{device="vethf03880d3"} 3 node_network_name_assign_type{device="vethf2c08c7f"} 3 node_network_name_assign_type{device="vethf4497cd8"} 3 node_network_name_assign_type{device="vethf479d9e4"} 3 node_network_name_assign_type{device="vethf5301ce2"} 3 node_network_name_assign_type{device="vethf551d534"} 3 node_network_name_assign_type{device="vethf63f8765"} 3 node_network_name_assign_type{device="vethfa2d8ae8"} 3 node_network_name_assign_type{device="vethff043fdd"} 3 node_network_name_assign_type{device="vethff4eac66"} 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="veth00df81b1"} 0 node_network_net_dev_group{device="veth0402359f"} 0 node_network_net_dev_group{device="veth08ad5f0e"} 0 node_network_net_dev_group{device="veth1356d36e"} 0 node_network_net_dev_group{device="veth15930317"} 0 node_network_net_dev_group{device="veth1621347f"} 0 node_network_net_dev_group{device="veth219baaba"} 0 node_network_net_dev_group{device="veth226ec531"} 0 node_network_net_dev_group{device="veth2619950b"} 0 node_network_net_dev_group{device="veth278dee68"} 0 node_network_net_dev_group{device="veth28843dfc"} 0 node_network_net_dev_group{device="veth29306282"} 0 node_network_net_dev_group{device="veth2ab2744c"} 0 node_network_net_dev_group{device="veth2da6c488"} 0 node_network_net_dev_group{device="veth2feb3775"} 0 node_network_net_dev_group{device="veth30944765"} 0 node_network_net_dev_group{device="veth3332624c"} 0 node_network_net_dev_group{device="veth348d3cfc"} 0 node_network_net_dev_group{device="veth36be76dc"} 0 node_network_net_dev_group{device="veth3c779a19"} 0 node_network_net_dev_group{device="veth3ef088ec"} 0 node_network_net_dev_group{device="veth4757930c"} 0 node_network_net_dev_group{device="veth4c654921"} 0 node_network_net_dev_group{device="veth513dbd99"} 0 node_network_net_dev_group{device="veth54a3b59c"} 0 node_network_net_dev_group{device="veth5647580f"} 0 node_network_net_dev_group{device="veth5dad1976"} 0 node_network_net_dev_group{device="veth5ed11052"} 0 node_network_net_dev_group{device="veth603c1c68"} 0 node_network_net_dev_group{device="veth60adbdca"} 0 node_network_net_dev_group{device="veth6772fc2d"} 0 node_network_net_dev_group{device="veth6abe1f79"} 0 node_network_net_dev_group{device="veth72e65668"} 0 node_network_net_dev_group{device="veth742111be"} 0 node_network_net_dev_group{device="veth79a035d1"} 0 node_network_net_dev_group{device="veth7bced09a"} 0 node_network_net_dev_group{device="veth7d5eb4f0"} 0 node_network_net_dev_group{device="veth80c3c6c9"} 0 node_network_net_dev_group{device="veth8147d93c"} 0 node_network_net_dev_group{device="veth8725c4a0"} 0 node_network_net_dev_group{device="veth895be0a6"} 0 node_network_net_dev_group{device="veth8afeb8a2"} 0 node_network_net_dev_group{device="veth8d111b9b"} 0 node_network_net_dev_group{device="veth8d4540f6"} 0 node_network_net_dev_group{device="veth8eed37c8"} 0 node_network_net_dev_group{device="veth91c27681"} 0 node_network_net_dev_group{device="veth93e8e001"} 0 node_network_net_dev_group{device="veth948de0f8"} 0 node_network_net_dev_group{device="veth9b339999"} 0 node_network_net_dev_group{device="veth9f5d139d"} 0 node_network_net_dev_group{device="veth9f7995ea"} 0 node_network_net_dev_group{device="vetha3f704d1"} 0 node_network_net_dev_group{device="vethaafc4ad3"} 0 node_network_net_dev_group{device="vethaeaee5f9"} 0 node_network_net_dev_group{device="vethb058c060"} 0 node_network_net_dev_group{device="vethb127577d"} 0 node_network_net_dev_group{device="vethbaba46bd"} 0 node_network_net_dev_group{device="vethbf030a43"} 0 node_network_net_dev_group{device="vethc294aa07"} 0 node_network_net_dev_group{device="vethc3f8e07f"} 0 node_network_net_dev_group{device="vethc89d0a88"} 0 node_network_net_dev_group{device="vethd3dca97e"} 0 node_network_net_dev_group{device="vethe0fc0617"} 0 node_network_net_dev_group{device="vethe334de5d"} 0 node_network_net_dev_group{device="vethe5ad0a46"} 0 node_network_net_dev_group{device="vethe7ef5de0"} 0 node_network_net_dev_group{device="vethf03880d3"} 0 node_network_net_dev_group{device="vethf2c08c7f"} 0 node_network_net_dev_group{device="vethf4497cd8"} 0 node_network_net_dev_group{device="vethf479d9e4"} 0 node_network_net_dev_group{device="vethf5301ce2"} 0 node_network_net_dev_group{device="vethf551d534"} 0 node_network_net_dev_group{device="vethf63f8765"} 0 node_network_net_dev_group{device="vethfa2d8ae8"} 0 node_network_net_dev_group{device="vethff043fdd"} 0 node_network_net_dev_group{device="vethff4eac66"} 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="veth00df81b1"} 1 node_network_protocol_type{device="veth0402359f"} 1 node_network_protocol_type{device="veth08ad5f0e"} 1 node_network_protocol_type{device="veth1356d36e"} 1 node_network_protocol_type{device="veth15930317"} 1 node_network_protocol_type{device="veth1621347f"} 1 node_network_protocol_type{device="veth219baaba"} 1 node_network_protocol_type{device="veth226ec531"} 1 node_network_protocol_type{device="veth2619950b"} 1 node_network_protocol_type{device="veth278dee68"} 1 node_network_protocol_type{device="veth28843dfc"} 1 node_network_protocol_type{device="veth29306282"} 1 node_network_protocol_type{device="veth2ab2744c"} 1 node_network_protocol_type{device="veth2da6c488"} 1 node_network_protocol_type{device="veth2feb3775"} 1 node_network_protocol_type{device="veth30944765"} 1 node_network_protocol_type{device="veth3332624c"} 1 node_network_protocol_type{device="veth348d3cfc"} 1 node_network_protocol_type{device="veth36be76dc"} 1 node_network_protocol_type{device="veth3c779a19"} 1 node_network_protocol_type{device="veth3ef088ec"} 1 node_network_protocol_type{device="veth4757930c"} 1 node_network_protocol_type{device="veth4c654921"} 1 node_network_protocol_type{device="veth513dbd99"} 1 node_network_protocol_type{device="veth54a3b59c"} 1 node_network_protocol_type{device="veth5647580f"} 1 node_network_protocol_type{device="veth5dad1976"} 1 node_network_protocol_type{device="veth5ed11052"} 1 node_network_protocol_type{device="veth603c1c68"} 1 node_network_protocol_type{device="veth60adbdca"} 1 node_network_protocol_type{device="veth6772fc2d"} 1 node_network_protocol_type{device="veth6abe1f79"} 1 node_network_protocol_type{device="veth72e65668"} 1 node_network_protocol_type{device="veth742111be"} 1 node_network_protocol_type{device="veth79a035d1"} 1 node_network_protocol_type{device="veth7bced09a"} 1 node_network_protocol_type{device="veth7d5eb4f0"} 1 node_network_protocol_type{device="veth80c3c6c9"} 1 node_network_protocol_type{device="veth8147d93c"} 1 node_network_protocol_type{device="veth8725c4a0"} 1 node_network_protocol_type{device="veth895be0a6"} 1 node_network_protocol_type{device="veth8afeb8a2"} 1 node_network_protocol_type{device="veth8d111b9b"} 1 node_network_protocol_type{device="veth8d4540f6"} 1 node_network_protocol_type{device="veth8eed37c8"} 1 node_network_protocol_type{device="veth91c27681"} 1 node_network_protocol_type{device="veth93e8e001"} 1 node_network_protocol_type{device="veth948de0f8"} 1 node_network_protocol_type{device="veth9b339999"} 1 node_network_protocol_type{device="veth9f5d139d"} 1 node_network_protocol_type{device="veth9f7995ea"} 1 node_network_protocol_type{device="vetha3f704d1"} 1 node_network_protocol_type{device="vethaafc4ad3"} 1 node_network_protocol_type{device="vethaeaee5f9"} 1 node_network_protocol_type{device="vethb058c060"} 1 node_network_protocol_type{device="vethb127577d"} 1 node_network_protocol_type{device="vethbaba46bd"} 1 node_network_protocol_type{device="vethbf030a43"} 1 node_network_protocol_type{device="vethc294aa07"} 1 node_network_protocol_type{device="vethc3f8e07f"} 1 node_network_protocol_type{device="vethc89d0a88"} 1 node_network_protocol_type{device="vethd3dca97e"} 1 node_network_protocol_type{device="vethe0fc0617"} 1 node_network_protocol_type{device="vethe334de5d"} 1 node_network_protocol_type{device="vethe5ad0a46"} 1 node_network_protocol_type{device="vethe7ef5de0"} 1 node_network_protocol_type{device="vethf03880d3"} 1 node_network_protocol_type{device="vethf2c08c7f"} 1 node_network_protocol_type{device="vethf4497cd8"} 1 node_network_protocol_type{device="vethf479d9e4"} 1 node_network_protocol_type{device="vethf5301ce2"} 1 node_network_protocol_type{device="vethf551d534"} 1 node_network_protocol_type{device="vethf63f8765"} 1 node_network_protocol_type{device="vethfa2d8ae8"} 1 node_network_protocol_type{device="vethff043fdd"} 1 node_network_protocol_type{device="vethff4eac66"} 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"} 3.9007357071e+10 node_network_receive_bytes_total{device="docker0"} 0 node_network_receive_bytes_total{device="eth0"} 4.6753197896e+11 node_network_receive_bytes_total{device="flannel.1"} 2.9695334438e+10 node_network_receive_bytes_total{device="lo"} 2.753632108e+09 node_network_receive_bytes_total{device="veth00df81b1"} 2.475598e+06 node_network_receive_bytes_total{device="veth0402359f"} 1.19357249e+08 node_network_receive_bytes_total{device="veth08ad5f0e"} 7.137494e+06 node_network_receive_bytes_total{device="veth1356d36e"} 2.134906e+06 node_network_receive_bytes_total{device="veth15930317"} 524660 node_network_receive_bytes_total{device="veth1621347f"} 5.1335122e+07 node_network_receive_bytes_total{device="veth219baaba"} 4.2210041e+07 node_network_receive_bytes_total{device="veth226ec531"} 32110 node_network_receive_bytes_total{device="veth2619950b"} 1.3914576e+07 node_network_receive_bytes_total{device="veth278dee68"} 2.935704e+06 node_network_receive_bytes_total{device="veth28843dfc"} 32110 node_network_receive_bytes_total{device="veth29306282"} 32676 node_network_receive_bytes_total{device="veth2ab2744c"} 1.192424e+06 node_network_receive_bytes_total{device="veth2da6c488"} 9.302657e+06 node_network_receive_bytes_total{device="veth2feb3775"} 1.1897e+06 node_network_receive_bytes_total{device="veth30944765"} 2.41951552e+08 node_network_receive_bytes_total{device="veth3332624c"} 452136 node_network_receive_bytes_total{device="veth348d3cfc"} 8.729785e+06 node_network_receive_bytes_total{device="veth36be76dc"} 1.3950559e+07 node_network_receive_bytes_total{device="veth3c779a19"} 1522 node_network_receive_bytes_total{device="veth3ef088ec"} 4.4179186e+07 node_network_receive_bytes_total{device="veth4757930c"} 8.675706e+06 node_network_receive_bytes_total{device="veth4c654921"} 3.79177424e+08 node_network_receive_bytes_total{device="veth513dbd99"} 1.603126e+06 node_network_receive_bytes_total{device="veth54a3b59c"} 8.482255e+06 node_network_receive_bytes_total{device="veth5647580f"} 2.46928203e+08 node_network_receive_bytes_total{device="veth5dad1976"} 4.72786569e+08 node_network_receive_bytes_total{device="veth5ed11052"} 2.547572e+06 node_network_receive_bytes_total{device="veth603c1c68"} 6.7542374e+07 node_network_receive_bytes_total{device="veth60adbdca"} 486691 node_network_receive_bytes_total{device="veth6772fc2d"} 9.3749302e+07 node_network_receive_bytes_total{device="veth6abe1f79"} 200617 node_network_receive_bytes_total{device="veth72e65668"} 27982 node_network_receive_bytes_total{device="veth742111be"} 4.118309644e+09 node_network_receive_bytes_total{device="veth79a035d1"} 4.76619482e+08 node_network_receive_bytes_total{device="veth7bced09a"} 3.4277504e+07 node_network_receive_bytes_total{device="veth7d5eb4f0"} 184884 node_network_receive_bytes_total{device="veth80c3c6c9"} 21834 node_network_receive_bytes_total{device="veth8147d93c"} 4.6801795e+07 node_network_receive_bytes_total{device="veth8725c4a0"} 8.656947e+06 node_network_receive_bytes_total{device="veth895be0a6"} 8.2982959e+07 node_network_receive_bytes_total{device="veth8afeb8a2"} 1.08798376e+08 node_network_receive_bytes_total{device="veth8d111b9b"} 8.683351e+06 node_network_receive_bytes_total{device="veth8d4540f6"} 8.722351e+06 node_network_receive_bytes_total{device="veth8eed37c8"} 1.87797195e+08 node_network_receive_bytes_total{device="veth91c27681"} 4.7526903e+07 node_network_receive_bytes_total{device="veth93e8e001"} 2.59690287e+08 node_network_receive_bytes_total{device="veth948de0f8"} 2.8460946e+07 node_network_receive_bytes_total{device="veth9b339999"} 1.1287279e+07 node_network_receive_bytes_total{device="veth9f5d139d"} 7.2143327e+07 node_network_receive_bytes_total{device="veth9f7995ea"} 1.6322304e+07 node_network_receive_bytes_total{device="vetha3f704d1"} 359381 node_network_receive_bytes_total{device="vethaafc4ad3"} 6.6770068e+07 node_network_receive_bytes_total{device="vethaeaee5f9"} 8.728529e+06 node_network_receive_bytes_total{device="vethb058c060"} 2.8376366568e+10 node_network_receive_bytes_total{device="vethb127577d"} 2.04070865e+08 node_network_receive_bytes_total{device="vethbaba46bd"} 32250 node_network_receive_bytes_total{device="vethbf030a43"} 7.3110372e+07 node_network_receive_bytes_total{device="vethc294aa07"} 5.7219104e+07 node_network_receive_bytes_total{device="vethc3f8e07f"} 8.718551e+06 node_network_receive_bytes_total{device="vethc89d0a88"} 8.733144e+06 node_network_receive_bytes_total{device="vethd3dca97e"} 2.050479e+06 node_network_receive_bytes_total{device="vethe0fc0617"} 1.8917402e+07 node_network_receive_bytes_total{device="vethe334de5d"} 276582 node_network_receive_bytes_total{device="vethe5ad0a46"} 3.5872084e+07 node_network_receive_bytes_total{device="vethe7ef5de0"} 9.76543167e+08 node_network_receive_bytes_total{device="vethf03880d3"} 6.594584e+06 node_network_receive_bytes_total{device="vethf2c08c7f"} 1.0711362e+07 node_network_receive_bytes_total{device="vethf4497cd8"} 5.49656892e+08 node_network_receive_bytes_total{device="vethf479d9e4"} 6.5133774e+07 node_network_receive_bytes_total{device="vethf5301ce2"} 6.060371e+06 node_network_receive_bytes_total{device="vethf551d534"} 2.761933e+07 node_network_receive_bytes_total{device="vethf63f8765"} 5.8639908e+07 node_network_receive_bytes_total{device="vethfa2d8ae8"} 1.7033309e+07 node_network_receive_bytes_total{device="vethff043fdd"} 2.3676542e+07 node_network_receive_bytes_total{device="vethff4eac66"} 1.51477399e+08 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="cni0"} 0 node_network_receive_compressed_total{device="docker0"} 0 node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="flannel.1"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="veth00df81b1"} 0 node_network_receive_compressed_total{device="veth0402359f"} 0 node_network_receive_compressed_total{device="veth08ad5f0e"} 0 node_network_receive_compressed_total{device="veth1356d36e"} 0 node_network_receive_compressed_total{device="veth15930317"} 0 node_network_receive_compressed_total{device="veth1621347f"} 0 node_network_receive_compressed_total{device="veth219baaba"} 0 node_network_receive_compressed_total{device="veth226ec531"} 0 node_network_receive_compressed_total{device="veth2619950b"} 0 node_network_receive_compressed_total{device="veth278dee68"} 0 node_network_receive_compressed_total{device="veth28843dfc"} 0 node_network_receive_compressed_total{device="veth29306282"} 0 node_network_receive_compressed_total{device="veth2ab2744c"} 0 node_network_receive_compressed_total{device="veth2da6c488"} 0 node_network_receive_compressed_total{device="veth2feb3775"} 0 node_network_receive_compressed_total{device="veth30944765"} 0 node_network_receive_compressed_total{device="veth3332624c"} 0 node_network_receive_compressed_total{device="veth348d3cfc"} 0 node_network_receive_compressed_total{device="veth36be76dc"} 0 node_network_receive_compressed_total{device="veth3c779a19"} 0 node_network_receive_compressed_total{device="veth3ef088ec"} 0 node_network_receive_compressed_total{device="veth4757930c"} 0 node_network_receive_compressed_total{device="veth4c654921"} 0 node_network_receive_compressed_total{device="veth513dbd99"} 0 node_network_receive_compressed_total{device="veth54a3b59c"} 0 node_network_receive_compressed_total{device="veth5647580f"} 0 node_network_receive_compressed_total{device="veth5dad1976"} 0 node_network_receive_compressed_total{device="veth5ed11052"} 0 node_network_receive_compressed_total{device="veth603c1c68"} 0 node_network_receive_compressed_total{device="veth60adbdca"} 0 node_network_receive_compressed_total{device="veth6772fc2d"} 0 node_network_receive_compressed_total{device="veth6abe1f79"} 0 node_network_receive_compressed_total{device="veth72e65668"} 0 node_network_receive_compressed_total{device="veth742111be"} 0 node_network_receive_compressed_total{device="veth79a035d1"} 0 node_network_receive_compressed_total{device="veth7bced09a"} 0 node_network_receive_compressed_total{device="veth7d5eb4f0"} 0 node_network_receive_compressed_total{device="veth80c3c6c9"} 0 node_network_receive_compressed_total{device="veth8147d93c"} 0 node_network_receive_compressed_total{device="veth8725c4a0"} 0 node_network_receive_compressed_total{device="veth895be0a6"} 0 node_network_receive_compressed_total{device="veth8afeb8a2"} 0 node_network_receive_compressed_total{device="veth8d111b9b"} 0 node_network_receive_compressed_total{device="veth8d4540f6"} 0 node_network_receive_compressed_total{device="veth8eed37c8"} 0 node_network_receive_compressed_total{device="veth91c27681"} 0 node_network_receive_compressed_total{device="veth93e8e001"} 0 node_network_receive_compressed_total{device="veth948de0f8"} 0 node_network_receive_compressed_total{device="veth9b339999"} 0 node_network_receive_compressed_total{device="veth9f5d139d"} 0 node_network_receive_compressed_total{device="veth9f7995ea"} 0 node_network_receive_compressed_total{device="vetha3f704d1"} 0 node_network_receive_compressed_total{device="vethaafc4ad3"} 0 node_network_receive_compressed_total{device="vethaeaee5f9"} 0 node_network_receive_compressed_total{device="vethb058c060"} 0 node_network_receive_compressed_total{device="vethb127577d"} 0 node_network_receive_compressed_total{device="vethbaba46bd"} 0 node_network_receive_compressed_total{device="vethbf030a43"} 0 node_network_receive_compressed_total{device="vethc294aa07"} 0 node_network_receive_compressed_total{device="vethc3f8e07f"} 0 node_network_receive_compressed_total{device="vethc89d0a88"} 0 node_network_receive_compressed_total{device="vethd3dca97e"} 0 node_network_receive_compressed_total{device="vethe0fc0617"} 0 node_network_receive_compressed_total{device="vethe334de5d"} 0 node_network_receive_compressed_total{device="vethe5ad0a46"} 0 node_network_receive_compressed_total{device="vethe7ef5de0"} 0 node_network_receive_compressed_total{device="vethf03880d3"} 0 node_network_receive_compressed_total{device="vethf2c08c7f"} 0 node_network_receive_compressed_total{device="vethf4497cd8"} 0 node_network_receive_compressed_total{device="vethf479d9e4"} 0 node_network_receive_compressed_total{device="vethf5301ce2"} 0 node_network_receive_compressed_total{device="vethf551d534"} 0 node_network_receive_compressed_total{device="vethf63f8765"} 0 node_network_receive_compressed_total{device="vethfa2d8ae8"} 0 node_network_receive_compressed_total{device="vethff043fdd"} 0 node_network_receive_compressed_total{device="vethff4eac66"} 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"} 143 node_network_receive_drop_total{device="flannel.1"} 0 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="veth00df81b1"} 0 node_network_receive_drop_total{device="veth0402359f"} 0 node_network_receive_drop_total{device="veth08ad5f0e"} 0 node_network_receive_drop_total{device="veth1356d36e"} 0 node_network_receive_drop_total{device="veth15930317"} 0 node_network_receive_drop_total{device="veth1621347f"} 0 node_network_receive_drop_total{device="veth219baaba"} 0 node_network_receive_drop_total{device="veth226ec531"} 0 node_network_receive_drop_total{device="veth2619950b"} 0 node_network_receive_drop_total{device="veth278dee68"} 0 node_network_receive_drop_total{device="veth28843dfc"} 0 node_network_receive_drop_total{device="veth29306282"} 0 node_network_receive_drop_total{device="veth2ab2744c"} 0 node_network_receive_drop_total{device="veth2da6c488"} 0 node_network_receive_drop_total{device="veth2feb3775"} 0 node_network_receive_drop_total{device="veth30944765"} 0 node_network_receive_drop_total{device="veth3332624c"} 0 node_network_receive_drop_total{device="veth348d3cfc"} 0 node_network_receive_drop_total{device="veth36be76dc"} 0 node_network_receive_drop_total{device="veth3c779a19"} 0 node_network_receive_drop_total{device="veth3ef088ec"} 0 node_network_receive_drop_total{device="veth4757930c"} 0 node_network_receive_drop_total{device="veth4c654921"} 0 node_network_receive_drop_total{device="veth513dbd99"} 0 node_network_receive_drop_total{device="veth54a3b59c"} 0 node_network_receive_drop_total{device="veth5647580f"} 0 node_network_receive_drop_total{device="veth5dad1976"} 0 node_network_receive_drop_total{device="veth5ed11052"} 0 node_network_receive_drop_total{device="veth603c1c68"} 0 node_network_receive_drop_total{device="veth60adbdca"} 0 node_network_receive_drop_total{device="veth6772fc2d"} 0 node_network_receive_drop_total{device="veth6abe1f79"} 0 node_network_receive_drop_total{device="veth72e65668"} 0 node_network_receive_drop_total{device="veth742111be"} 0 node_network_receive_drop_total{device="veth79a035d1"} 0 node_network_receive_drop_total{device="veth7bced09a"} 0 node_network_receive_drop_total{device="veth7d5eb4f0"} 0 node_network_receive_drop_total{device="veth80c3c6c9"} 0 node_network_receive_drop_total{device="veth8147d93c"} 0 node_network_receive_drop_total{device="veth8725c4a0"} 0 node_network_receive_drop_total{device="veth895be0a6"} 0 node_network_receive_drop_total{device="veth8afeb8a2"} 0 node_network_receive_drop_total{device="veth8d111b9b"} 0 node_network_receive_drop_total{device="veth8d4540f6"} 0 node_network_receive_drop_total{device="veth8eed37c8"} 0 node_network_receive_drop_total{device="veth91c27681"} 0 node_network_receive_drop_total{device="veth93e8e001"} 0 node_network_receive_drop_total{device="veth948de0f8"} 0 node_network_receive_drop_total{device="veth9b339999"} 0 node_network_receive_drop_total{device="veth9f5d139d"} 0 node_network_receive_drop_total{device="veth9f7995ea"} 0 node_network_receive_drop_total{device="vetha3f704d1"} 0 node_network_receive_drop_total{device="vethaafc4ad3"} 0 node_network_receive_drop_total{device="vethaeaee5f9"} 0 node_network_receive_drop_total{device="vethb058c060"} 0 node_network_receive_drop_total{device="vethb127577d"} 0 node_network_receive_drop_total{device="vethbaba46bd"} 0 node_network_receive_drop_total{device="vethbf030a43"} 0 node_network_receive_drop_total{device="vethc294aa07"} 0 node_network_receive_drop_total{device="vethc3f8e07f"} 0 node_network_receive_drop_total{device="vethc89d0a88"} 0 node_network_receive_drop_total{device="vethd3dca97e"} 0 node_network_receive_drop_total{device="vethe0fc0617"} 0 node_network_receive_drop_total{device="vethe334de5d"} 0 node_network_receive_drop_total{device="vethe5ad0a46"} 0 node_network_receive_drop_total{device="vethe7ef5de0"} 0 node_network_receive_drop_total{device="vethf03880d3"} 0 node_network_receive_drop_total{device="vethf2c08c7f"} 0 node_network_receive_drop_total{device="vethf4497cd8"} 0 node_network_receive_drop_total{device="vethf479d9e4"} 0 node_network_receive_drop_total{device="vethf5301ce2"} 0 node_network_receive_drop_total{device="vethf551d534"} 0 node_network_receive_drop_total{device="vethf63f8765"} 0 node_network_receive_drop_total{device="vethfa2d8ae8"} 0 node_network_receive_drop_total{device="vethff043fdd"} 0 node_network_receive_drop_total{device="vethff4eac66"} 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="veth00df81b1"} 0 node_network_receive_errs_total{device="veth0402359f"} 0 node_network_receive_errs_total{device="veth08ad5f0e"} 0 node_network_receive_errs_total{device="veth1356d36e"} 0 node_network_receive_errs_total{device="veth15930317"} 0 node_network_receive_errs_total{device="veth1621347f"} 0 node_network_receive_errs_total{device="veth219baaba"} 0 node_network_receive_errs_total{device="veth226ec531"} 0 node_network_receive_errs_total{device="veth2619950b"} 0 node_network_receive_errs_total{device="veth278dee68"} 0 node_network_receive_errs_total{device="veth28843dfc"} 0 node_network_receive_errs_total{device="veth29306282"} 0 node_network_receive_errs_total{device="veth2ab2744c"} 0 node_network_receive_errs_total{device="veth2da6c488"} 0 node_network_receive_errs_total{device="veth2feb3775"} 0 node_network_receive_errs_total{device="veth30944765"} 0 node_network_receive_errs_total{device="veth3332624c"} 0 node_network_receive_errs_total{device="veth348d3cfc"} 0 node_network_receive_errs_total{device="veth36be76dc"} 0 node_network_receive_errs_total{device="veth3c779a19"} 0 node_network_receive_errs_total{device="veth3ef088ec"} 0 node_network_receive_errs_total{device="veth4757930c"} 0 node_network_receive_errs_total{device="veth4c654921"} 0 node_network_receive_errs_total{device="veth513dbd99"} 0 node_network_receive_errs_total{device="veth54a3b59c"} 0 node_network_receive_errs_total{device="veth5647580f"} 0 node_network_receive_errs_total{device="veth5dad1976"} 0 node_network_receive_errs_total{device="veth5ed11052"} 0 node_network_receive_errs_total{device="veth603c1c68"} 0 node_network_receive_errs_total{device="veth60adbdca"} 0 node_network_receive_errs_total{device="veth6772fc2d"} 0 node_network_receive_errs_total{device="veth6abe1f79"} 0 node_network_receive_errs_total{device="veth72e65668"} 0 node_network_receive_errs_total{device="veth742111be"} 0 node_network_receive_errs_total{device="veth79a035d1"} 0 node_network_receive_errs_total{device="veth7bced09a"} 0 node_network_receive_errs_total{device="veth7d5eb4f0"} 0 node_network_receive_errs_total{device="veth80c3c6c9"} 0 node_network_receive_errs_total{device="veth8147d93c"} 0 node_network_receive_errs_total{device="veth8725c4a0"} 0 node_network_receive_errs_total{device="veth895be0a6"} 0 node_network_receive_errs_total{device="veth8afeb8a2"} 0 node_network_receive_errs_total{device="veth8d111b9b"} 0 node_network_receive_errs_total{device="veth8d4540f6"} 0 node_network_receive_errs_total{device="veth8eed37c8"} 0 node_network_receive_errs_total{device="veth91c27681"} 0 node_network_receive_errs_total{device="veth93e8e001"} 0 node_network_receive_errs_total{device="veth948de0f8"} 0 node_network_receive_errs_total{device="veth9b339999"} 0 node_network_receive_errs_total{device="veth9f5d139d"} 0 node_network_receive_errs_total{device="veth9f7995ea"} 0 node_network_receive_errs_total{device="vetha3f704d1"} 0 node_network_receive_errs_total{device="vethaafc4ad3"} 0 node_network_receive_errs_total{device="vethaeaee5f9"} 0 node_network_receive_errs_total{device="vethb058c060"} 0 node_network_receive_errs_total{device="vethb127577d"} 0 node_network_receive_errs_total{device="vethbaba46bd"} 0 node_network_receive_errs_total{device="vethbf030a43"} 0 node_network_receive_errs_total{device="vethc294aa07"} 0 node_network_receive_errs_total{device="vethc3f8e07f"} 0 node_network_receive_errs_total{device="vethc89d0a88"} 0 node_network_receive_errs_total{device="vethd3dca97e"} 0 node_network_receive_errs_total{device="vethe0fc0617"} 0 node_network_receive_errs_total{device="vethe334de5d"} 0 node_network_receive_errs_total{device="vethe5ad0a46"} 0 node_network_receive_errs_total{device="vethe7ef5de0"} 0 node_network_receive_errs_total{device="vethf03880d3"} 0 node_network_receive_errs_total{device="vethf2c08c7f"} 0 node_network_receive_errs_total{device="vethf4497cd8"} 0 node_network_receive_errs_total{device="vethf479d9e4"} 0 node_network_receive_errs_total{device="vethf5301ce2"} 0 node_network_receive_errs_total{device="vethf551d534"} 0 node_network_receive_errs_total{device="vethf63f8765"} 0 node_network_receive_errs_total{device="vethfa2d8ae8"} 0 node_network_receive_errs_total{device="vethff043fdd"} 0 node_network_receive_errs_total{device="vethff4eac66"} 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="veth00df81b1"} 0 node_network_receive_fifo_total{device="veth0402359f"} 0 node_network_receive_fifo_total{device="veth08ad5f0e"} 0 node_network_receive_fifo_total{device="veth1356d36e"} 0 node_network_receive_fifo_total{device="veth15930317"} 0 node_network_receive_fifo_total{device="veth1621347f"} 0 node_network_receive_fifo_total{device="veth219baaba"} 0 node_network_receive_fifo_total{device="veth226ec531"} 0 node_network_receive_fifo_total{device="veth2619950b"} 0 node_network_receive_fifo_total{device="veth278dee68"} 0 node_network_receive_fifo_total{device="veth28843dfc"} 0 node_network_receive_fifo_total{device="veth29306282"} 0 node_network_receive_fifo_total{device="veth2ab2744c"} 0 node_network_receive_fifo_total{device="veth2da6c488"} 0 node_network_receive_fifo_total{device="veth2feb3775"} 0 node_network_receive_fifo_total{device="veth30944765"} 0 node_network_receive_fifo_total{device="veth3332624c"} 0 node_network_receive_fifo_total{device="veth348d3cfc"} 0 node_network_receive_fifo_total{device="veth36be76dc"} 0 node_network_receive_fifo_total{device="veth3c779a19"} 0 node_network_receive_fifo_total{device="veth3ef088ec"} 0 node_network_receive_fifo_total{device="veth4757930c"} 0 node_network_receive_fifo_total{device="veth4c654921"} 0 node_network_receive_fifo_total{device="veth513dbd99"} 0 node_network_receive_fifo_total{device="veth54a3b59c"} 0 node_network_receive_fifo_total{device="veth5647580f"} 0 node_network_receive_fifo_total{device="veth5dad1976"} 0 node_network_receive_fifo_total{device="veth5ed11052"} 0 node_network_receive_fifo_total{device="veth603c1c68"} 0 node_network_receive_fifo_total{device="veth60adbdca"} 0 node_network_receive_fifo_total{device="veth6772fc2d"} 0 node_network_receive_fifo_total{device="veth6abe1f79"} 0 node_network_receive_fifo_total{device="veth72e65668"} 0 node_network_receive_fifo_total{device="veth742111be"} 0 node_network_receive_fifo_total{device="veth79a035d1"} 0 node_network_receive_fifo_total{device="veth7bced09a"} 0 node_network_receive_fifo_total{device="veth7d5eb4f0"} 0 node_network_receive_fifo_total{device="veth80c3c6c9"} 0 node_network_receive_fifo_total{device="veth8147d93c"} 0 node_network_receive_fifo_total{device="veth8725c4a0"} 0 node_network_receive_fifo_total{device="veth895be0a6"} 0 node_network_receive_fifo_total{device="veth8afeb8a2"} 0 node_network_receive_fifo_total{device="veth8d111b9b"} 0 node_network_receive_fifo_total{device="veth8d4540f6"} 0 node_network_receive_fifo_total{device="veth8eed37c8"} 0 node_network_receive_fifo_total{device="veth91c27681"} 0 node_network_receive_fifo_total{device="veth93e8e001"} 0 node_network_receive_fifo_total{device="veth948de0f8"} 0 node_network_receive_fifo_total{device="veth9b339999"} 0 node_network_receive_fifo_total{device="veth9f5d139d"} 0 node_network_receive_fifo_total{device="veth9f7995ea"} 0 node_network_receive_fifo_total{device="vetha3f704d1"} 0 node_network_receive_fifo_total{device="vethaafc4ad3"} 0 node_network_receive_fifo_total{device="vethaeaee5f9"} 0 node_network_receive_fifo_total{device="vethb058c060"} 0 node_network_receive_fifo_total{device="vethb127577d"} 0 node_network_receive_fifo_total{device="vethbaba46bd"} 0 node_network_receive_fifo_total{device="vethbf030a43"} 0 node_network_receive_fifo_total{device="vethc294aa07"} 0 node_network_receive_fifo_total{device="vethc3f8e07f"} 0 node_network_receive_fifo_total{device="vethc89d0a88"} 0 node_network_receive_fifo_total{device="vethd3dca97e"} 0 node_network_receive_fifo_total{device="vethe0fc0617"} 0 node_network_receive_fifo_total{device="vethe334de5d"} 0 node_network_receive_fifo_total{device="vethe5ad0a46"} 0 node_network_receive_fifo_total{device="vethe7ef5de0"} 0 node_network_receive_fifo_total{device="vethf03880d3"} 0 node_network_receive_fifo_total{device="vethf2c08c7f"} 0 node_network_receive_fifo_total{device="vethf4497cd8"} 0 node_network_receive_fifo_total{device="vethf479d9e4"} 0 node_network_receive_fifo_total{device="vethf5301ce2"} 0 node_network_receive_fifo_total{device="vethf551d534"} 0 node_network_receive_fifo_total{device="vethf63f8765"} 0 node_network_receive_fifo_total{device="vethfa2d8ae8"} 0 node_network_receive_fifo_total{device="vethff043fdd"} 0 node_network_receive_fifo_total{device="vethff4eac66"} 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="veth00df81b1"} 0 node_network_receive_frame_total{device="veth0402359f"} 0 node_network_receive_frame_total{device="veth08ad5f0e"} 0 node_network_receive_frame_total{device="veth1356d36e"} 0 node_network_receive_frame_total{device="veth15930317"} 0 node_network_receive_frame_total{device="veth1621347f"} 0 node_network_receive_frame_total{device="veth219baaba"} 0 node_network_receive_frame_total{device="veth226ec531"} 0 node_network_receive_frame_total{device="veth2619950b"} 0 node_network_receive_frame_total{device="veth278dee68"} 0 node_network_receive_frame_total{device="veth28843dfc"} 0 node_network_receive_frame_total{device="veth29306282"} 0 node_network_receive_frame_total{device="veth2ab2744c"} 0 node_network_receive_frame_total{device="veth2da6c488"} 0 node_network_receive_frame_total{device="veth2feb3775"} 0 node_network_receive_frame_total{device="veth30944765"} 0 node_network_receive_frame_total{device="veth3332624c"} 0 node_network_receive_frame_total{device="veth348d3cfc"} 0 node_network_receive_frame_total{device="veth36be76dc"} 0 node_network_receive_frame_total{device="veth3c779a19"} 0 node_network_receive_frame_total{device="veth3ef088ec"} 0 node_network_receive_frame_total{device="veth4757930c"} 0 node_network_receive_frame_total{device="veth4c654921"} 0 node_network_receive_frame_total{device="veth513dbd99"} 0 node_network_receive_frame_total{device="veth54a3b59c"} 0 node_network_receive_frame_total{device="veth5647580f"} 0 node_network_receive_frame_total{device="veth5dad1976"} 0 node_network_receive_frame_total{device="veth5ed11052"} 0 node_network_receive_frame_total{device="veth603c1c68"} 0 node_network_receive_frame_total{device="veth60adbdca"} 0 node_network_receive_frame_total{device="veth6772fc2d"} 0 node_network_receive_frame_total{device="veth6abe1f79"} 0 node_network_receive_frame_total{device="veth72e65668"} 0 node_network_receive_frame_total{device="veth742111be"} 0 node_network_receive_frame_total{device="veth79a035d1"} 0 node_network_receive_frame_total{device="veth7bced09a"} 0 node_network_receive_frame_total{device="veth7d5eb4f0"} 0 node_network_receive_frame_total{device="veth80c3c6c9"} 0 node_network_receive_frame_total{device="veth8147d93c"} 0 node_network_receive_frame_total{device="veth8725c4a0"} 0 node_network_receive_frame_total{device="veth895be0a6"} 0 node_network_receive_frame_total{device="veth8afeb8a2"} 0 node_network_receive_frame_total{device="veth8d111b9b"} 0 node_network_receive_frame_total{device="veth8d4540f6"} 0 node_network_receive_frame_total{device="veth8eed37c8"} 0 node_network_receive_frame_total{device="veth91c27681"} 0 node_network_receive_frame_total{device="veth93e8e001"} 0 node_network_receive_frame_total{device="veth948de0f8"} 0 node_network_receive_frame_total{device="veth9b339999"} 0 node_network_receive_frame_total{device="veth9f5d139d"} 0 node_network_receive_frame_total{device="veth9f7995ea"} 0 node_network_receive_frame_total{device="vetha3f704d1"} 0 node_network_receive_frame_total{device="vethaafc4ad3"} 0 node_network_receive_frame_total{device="vethaeaee5f9"} 0 node_network_receive_frame_total{device="vethb058c060"} 0 node_network_receive_frame_total{device="vethb127577d"} 0 node_network_receive_frame_total{device="vethbaba46bd"} 0 node_network_receive_frame_total{device="vethbf030a43"} 0 node_network_receive_frame_total{device="vethc294aa07"} 0 node_network_receive_frame_total{device="vethc3f8e07f"} 0 node_network_receive_frame_total{device="vethc89d0a88"} 0 node_network_receive_frame_total{device="vethd3dca97e"} 0 node_network_receive_frame_total{device="vethe0fc0617"} 0 node_network_receive_frame_total{device="vethe334de5d"} 0 node_network_receive_frame_total{device="vethe5ad0a46"} 0 node_network_receive_frame_total{device="vethe7ef5de0"} 0 node_network_receive_frame_total{device="vethf03880d3"} 0 node_network_receive_frame_total{device="vethf2c08c7f"} 0 node_network_receive_frame_total{device="vethf4497cd8"} 0 node_network_receive_frame_total{device="vethf479d9e4"} 0 node_network_receive_frame_total{device="vethf5301ce2"} 0 node_network_receive_frame_total{device="vethf551d534"} 0 node_network_receive_frame_total{device="vethf63f8765"} 0 node_network_receive_frame_total{device="vethfa2d8ae8"} 0 node_network_receive_frame_total{device="vethff043fdd"} 0 node_network_receive_frame_total{device="vethff4eac66"} 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"} 38086 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="veth00df81b1"} 0 node_network_receive_multicast_total{device="veth0402359f"} 0 node_network_receive_multicast_total{device="veth08ad5f0e"} 0 node_network_receive_multicast_total{device="veth1356d36e"} 0 node_network_receive_multicast_total{device="veth15930317"} 0 node_network_receive_multicast_total{device="veth1621347f"} 0 node_network_receive_multicast_total{device="veth219baaba"} 0 node_network_receive_multicast_total{device="veth226ec531"} 0 node_network_receive_multicast_total{device="veth2619950b"} 0 node_network_receive_multicast_total{device="veth278dee68"} 0 node_network_receive_multicast_total{device="veth28843dfc"} 0 node_network_receive_multicast_total{device="veth29306282"} 0 node_network_receive_multicast_total{device="veth2ab2744c"} 0 node_network_receive_multicast_total{device="veth2da6c488"} 0 node_network_receive_multicast_total{device="veth2feb3775"} 0 node_network_receive_multicast_total{device="veth30944765"} 0 node_network_receive_multicast_total{device="veth3332624c"} 0 node_network_receive_multicast_total{device="veth348d3cfc"} 0 node_network_receive_multicast_total{device="veth36be76dc"} 0 node_network_receive_multicast_total{device="veth3c779a19"} 0 node_network_receive_multicast_total{device="veth3ef088ec"} 0 node_network_receive_multicast_total{device="veth4757930c"} 0 node_network_receive_multicast_total{device="veth4c654921"} 0 node_network_receive_multicast_total{device="veth513dbd99"} 0 node_network_receive_multicast_total{device="veth54a3b59c"} 0 node_network_receive_multicast_total{device="veth5647580f"} 0 node_network_receive_multicast_total{device="veth5dad1976"} 0 node_network_receive_multicast_total{device="veth5ed11052"} 0 node_network_receive_multicast_total{device="veth603c1c68"} 0 node_network_receive_multicast_total{device="veth60adbdca"} 0 node_network_receive_multicast_total{device="veth6772fc2d"} 0 node_network_receive_multicast_total{device="veth6abe1f79"} 0 node_network_receive_multicast_total{device="veth72e65668"} 0 node_network_receive_multicast_total{device="veth742111be"} 0 node_network_receive_multicast_total{device="veth79a035d1"} 0 node_network_receive_multicast_total{device="veth7bced09a"} 0 node_network_receive_multicast_total{device="veth7d5eb4f0"} 0 node_network_receive_multicast_total{device="veth80c3c6c9"} 0 node_network_receive_multicast_total{device="veth8147d93c"} 0 node_network_receive_multicast_total{device="veth8725c4a0"} 0 node_network_receive_multicast_total{device="veth895be0a6"} 0 node_network_receive_multicast_total{device="veth8afeb8a2"} 0 node_network_receive_multicast_total{device="veth8d111b9b"} 0 node_network_receive_multicast_total{device="veth8d4540f6"} 0 node_network_receive_multicast_total{device="veth8eed37c8"} 0 node_network_receive_multicast_total{device="veth91c27681"} 0 node_network_receive_multicast_total{device="veth93e8e001"} 0 node_network_receive_multicast_total{device="veth948de0f8"} 0 node_network_receive_multicast_total{device="veth9b339999"} 0 node_network_receive_multicast_total{device="veth9f5d139d"} 0 node_network_receive_multicast_total{device="veth9f7995ea"} 0 node_network_receive_multicast_total{device="vetha3f704d1"} 0 node_network_receive_multicast_total{device="vethaafc4ad3"} 0 node_network_receive_multicast_total{device="vethaeaee5f9"} 0 node_network_receive_multicast_total{device="vethb058c060"} 0 node_network_receive_multicast_total{device="vethb127577d"} 0 node_network_receive_multicast_total{device="vethbaba46bd"} 0 node_network_receive_multicast_total{device="vethbf030a43"} 0 node_network_receive_multicast_total{device="vethc294aa07"} 0 node_network_receive_multicast_total{device="vethc3f8e07f"} 0 node_network_receive_multicast_total{device="vethc89d0a88"} 0 node_network_receive_multicast_total{device="vethd3dca97e"} 0 node_network_receive_multicast_total{device="vethe0fc0617"} 0 node_network_receive_multicast_total{device="vethe334de5d"} 0 node_network_receive_multicast_total{device="vethe5ad0a46"} 0 node_network_receive_multicast_total{device="vethe7ef5de0"} 0 node_network_receive_multicast_total{device="vethf03880d3"} 0 node_network_receive_multicast_total{device="vethf2c08c7f"} 0 node_network_receive_multicast_total{device="vethf4497cd8"} 0 node_network_receive_multicast_total{device="vethf479d9e4"} 0 node_network_receive_multicast_total{device="vethf5301ce2"} 0 node_network_receive_multicast_total{device="vethf551d534"} 0 node_network_receive_multicast_total{device="vethf63f8765"} 0 node_network_receive_multicast_total{device="vethfa2d8ae8"} 0 node_network_receive_multicast_total{device="vethff043fdd"} 0 node_network_receive_multicast_total{device="vethff4eac66"} 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="veth00df81b1"} 0 node_network_receive_nohandler_total{device="veth0402359f"} 0 node_network_receive_nohandler_total{device="veth08ad5f0e"} 0 node_network_receive_nohandler_total{device="veth1356d36e"} 0 node_network_receive_nohandler_total{device="veth15930317"} 0 node_network_receive_nohandler_total{device="veth1621347f"} 0 node_network_receive_nohandler_total{device="veth219baaba"} 0 node_network_receive_nohandler_total{device="veth226ec531"} 0 node_network_receive_nohandler_total{device="veth2619950b"} 0 node_network_receive_nohandler_total{device="veth278dee68"} 0 node_network_receive_nohandler_total{device="veth28843dfc"} 0 node_network_receive_nohandler_total{device="veth29306282"} 0 node_network_receive_nohandler_total{device="veth2ab2744c"} 0 node_network_receive_nohandler_total{device="veth2da6c488"} 0 node_network_receive_nohandler_total{device="veth2feb3775"} 0 node_network_receive_nohandler_total{device="veth30944765"} 0 node_network_receive_nohandler_total{device="veth3332624c"} 0 node_network_receive_nohandler_total{device="veth348d3cfc"} 0 node_network_receive_nohandler_total{device="veth36be76dc"} 0 node_network_receive_nohandler_total{device="veth3c779a19"} 0 node_network_receive_nohandler_total{device="veth3ef088ec"} 0 node_network_receive_nohandler_total{device="veth4757930c"} 0 node_network_receive_nohandler_total{device="veth4c654921"} 0 node_network_receive_nohandler_total{device="veth513dbd99"} 0 node_network_receive_nohandler_total{device="veth54a3b59c"} 0 node_network_receive_nohandler_total{device="veth5647580f"} 0 node_network_receive_nohandler_total{device="veth5dad1976"} 0 node_network_receive_nohandler_total{device="veth5ed11052"} 0 node_network_receive_nohandler_total{device="veth603c1c68"} 0 node_network_receive_nohandler_total{device="veth60adbdca"} 0 node_network_receive_nohandler_total{device="veth6772fc2d"} 0 node_network_receive_nohandler_total{device="veth6abe1f79"} 0 node_network_receive_nohandler_total{device="veth72e65668"} 0 node_network_receive_nohandler_total{device="veth742111be"} 0 node_network_receive_nohandler_total{device="veth79a035d1"} 0 node_network_receive_nohandler_total{device="veth7bced09a"} 0 node_network_receive_nohandler_total{device="veth7d5eb4f0"} 0 node_network_receive_nohandler_total{device="veth80c3c6c9"} 0 node_network_receive_nohandler_total{device="veth8147d93c"} 0 node_network_receive_nohandler_total{device="veth8725c4a0"} 0 node_network_receive_nohandler_total{device="veth895be0a6"} 0 node_network_receive_nohandler_total{device="veth8afeb8a2"} 0 node_network_receive_nohandler_total{device="veth8d111b9b"} 0 node_network_receive_nohandler_total{device="veth8d4540f6"} 0 node_network_receive_nohandler_total{device="veth8eed37c8"} 0 node_network_receive_nohandler_total{device="veth91c27681"} 0 node_network_receive_nohandler_total{device="veth93e8e001"} 0 node_network_receive_nohandler_total{device="veth948de0f8"} 0 node_network_receive_nohandler_total{device="veth9b339999"} 0 node_network_receive_nohandler_total{device="veth9f5d139d"} 0 node_network_receive_nohandler_total{device="veth9f7995ea"} 0 node_network_receive_nohandler_total{device="vetha3f704d1"} 0 node_network_receive_nohandler_total{device="vethaafc4ad3"} 0 node_network_receive_nohandler_total{device="vethaeaee5f9"} 0 node_network_receive_nohandler_total{device="vethb058c060"} 0 node_network_receive_nohandler_total{device="vethb127577d"} 0 node_network_receive_nohandler_total{device="vethbaba46bd"} 0 node_network_receive_nohandler_total{device="vethbf030a43"} 0 node_network_receive_nohandler_total{device="vethc294aa07"} 0 node_network_receive_nohandler_total{device="vethc3f8e07f"} 0 node_network_receive_nohandler_total{device="vethc89d0a88"} 0 node_network_receive_nohandler_total{device="vethd3dca97e"} 0 node_network_receive_nohandler_total{device="vethe0fc0617"} 0 node_network_receive_nohandler_total{device="vethe334de5d"} 0 node_network_receive_nohandler_total{device="vethe5ad0a46"} 0 node_network_receive_nohandler_total{device="vethe7ef5de0"} 0 node_network_receive_nohandler_total{device="vethf03880d3"} 0 node_network_receive_nohandler_total{device="vethf2c08c7f"} 0 node_network_receive_nohandler_total{device="vethf4497cd8"} 0 node_network_receive_nohandler_total{device="vethf479d9e4"} 0 node_network_receive_nohandler_total{device="vethf5301ce2"} 0 node_network_receive_nohandler_total{device="vethf551d534"} 0 node_network_receive_nohandler_total{device="vethf63f8765"} 0 node_network_receive_nohandler_total{device="vethfa2d8ae8"} 0 node_network_receive_nohandler_total{device="vethff043fdd"} 0 node_network_receive_nohandler_total{device="vethff4eac66"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="cni0"} 1.71836669e+08 node_network_receive_packets_total{device="docker0"} 0 node_network_receive_packets_total{device="eth0"} 7.64224266e+08 node_network_receive_packets_total{device="flannel.1"} 9.1239094e+07 node_network_receive_packets_total{device="lo"} 1.3851044e+07 node_network_receive_packets_total{device="veth00df81b1"} 39410 node_network_receive_packets_total{device="veth0402359f"} 1.130781e+06 node_network_receive_packets_total{device="veth08ad5f0e"} 125471 node_network_receive_packets_total{device="veth1356d36e"} 3485 node_network_receive_packets_total{device="veth15930317"} 5067 node_network_receive_packets_total{device="veth1621347f"} 174054 node_network_receive_packets_total{device="veth219baaba"} 495275 node_network_receive_packets_total{device="veth226ec531"} 459 node_network_receive_packets_total{device="veth2619950b"} 7866 node_network_receive_packets_total{device="veth278dee68"} 16862 node_network_receive_packets_total{device="veth28843dfc"} 459 node_network_receive_packets_total{device="veth29306282"} 467 node_network_receive_packets_total{device="veth2ab2744c"} 20450 node_network_receive_packets_total{device="veth2da6c488"} 156048 node_network_receive_packets_total{device="veth2feb3775"} 20408 node_network_receive_packets_total{device="veth30944765"} 2.761341e+06 node_network_receive_packets_total{device="veth3332624c"} 6896 node_network_receive_packets_total{device="veth348d3cfc"} 154290 node_network_receive_packets_total{device="veth36be76dc"} 225464 node_network_receive_packets_total{device="veth3c779a19"} 21 node_network_receive_packets_total{device="veth3ef088ec"} 150266 node_network_receive_packets_total{device="veth4757930c"} 153586 node_network_receive_packets_total{device="veth4c654921"} 3.629684e+06 node_network_receive_packets_total{device="veth513dbd99"} 3625 node_network_receive_packets_total{device="veth54a3b59c"} 553 node_network_receive_packets_total{device="veth5647580f"} 14745 node_network_receive_packets_total{device="veth5dad1976"} 288484 node_network_receive_packets_total{device="veth5ed11052"} 40336 node_network_receive_packets_total{device="veth603c1c68"} 430970 node_network_receive_packets_total{device="veth60adbdca"} 3289 node_network_receive_packets_total{device="veth6772fc2d"} 76974 node_network_receive_packets_total{device="veth6abe1f79"} 2038 node_network_receive_packets_total{device="veth72e65668"} 399 node_network_receive_packets_total{device="veth742111be"} 1.634442e+06 node_network_receive_packets_total{device="veth79a035d1"} 3.538425e+06 node_network_receive_packets_total{device="veth7bced09a"} 434467 node_network_receive_packets_total{device="veth7d5eb4f0"} 2281 node_network_receive_packets_total{device="veth80c3c6c9"} 96 node_network_receive_packets_total{device="veth8147d93c"} 38075 node_network_receive_packets_total{device="veth8725c4a0"} 126916 node_network_receive_packets_total{device="veth895be0a6"} 892464 node_network_receive_packets_total{device="veth8afeb8a2"} 1.041474e+06 node_network_receive_packets_total{device="veth8d111b9b"} 153783 node_network_receive_packets_total{device="veth8d4540f6"} 154200 node_network_receive_packets_total{device="veth8eed37c8"} 2.190422e+06 node_network_receive_packets_total{device="veth91c27681"} 494292 node_network_receive_packets_total{device="veth93e8e001"} 3.055315e+06 node_network_receive_packets_total{device="veth948de0f8"} 3578 node_network_receive_packets_total{device="veth9b339999"} 77305 node_network_receive_packets_total{device="veth9f5d139d"} 863432 node_network_receive_packets_total{device="veth9f7995ea"} 211164 node_network_receive_packets_total{device="vetha3f704d1"} 2604 node_network_receive_packets_total{device="vethaafc4ad3"} 709848 node_network_receive_packets_total{device="vethaeaee5f9"} 154320 node_network_receive_packets_total{device="vethb058c060"} 1.17934732e+08 node_network_receive_packets_total{device="vethb127577d"} 2.283139e+06 node_network_receive_packets_total{device="vethbaba46bd"} 461 node_network_receive_packets_total{device="vethbf030a43"} 817711 node_network_receive_packets_total{device="vethc294aa07"} 145185 node_network_receive_packets_total{device="vethc3f8e07f"} 154113 node_network_receive_packets_total{device="vethc89d0a88"} 154399 node_network_receive_packets_total{device="vethd3dca97e"} 11417 node_network_receive_packets_total{device="vethe0fc0617"} 18078 node_network_receive_packets_total{device="vethe334de5d"} 2931 node_network_receive_packets_total{device="vethe5ad0a46"} 308833 node_network_receive_packets_total{device="vethe7ef5de0"} 8.934444e+06 node_network_receive_packets_total{device="vethf03880d3"} 116517 node_network_receive_packets_total{device="vethf2c08c7f"} 100169 node_network_receive_packets_total{device="vethf4497cd8"} 2.324124e+06 node_network_receive_packets_total{device="vethf479d9e4"} 5079 node_network_receive_packets_total{device="vethf5301ce2"} 13183 node_network_receive_packets_total{device="vethf551d534"} 35962 node_network_receive_packets_total{device="vethf63f8765"} 670941 node_network_receive_packets_total{device="vethfa2d8ae8"} 126644 node_network_receive_packets_total{device="vethff043fdd"} 189029 node_network_receive_packets_total{device="vethff4eac66"} 1.85306e+06 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="cni0"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="flannel.1"} -125000 node_network_speed_bytes{device="veth00df81b1"} 1.25e+09 node_network_speed_bytes{device="veth0402359f"} 1.25e+09 node_network_speed_bytes{device="veth08ad5f0e"} 1.25e+09 node_network_speed_bytes{device="veth1356d36e"} 1.25e+09 node_network_speed_bytes{device="veth15930317"} 1.25e+09 node_network_speed_bytes{device="veth1621347f"} 1.25e+09 node_network_speed_bytes{device="veth219baaba"} 1.25e+09 node_network_speed_bytes{device="veth226ec531"} 1.25e+09 node_network_speed_bytes{device="veth2619950b"} 1.25e+09 node_network_speed_bytes{device="veth278dee68"} 1.25e+09 node_network_speed_bytes{device="veth28843dfc"} 1.25e+09 node_network_speed_bytes{device="veth29306282"} 1.25e+09 node_network_speed_bytes{device="veth2ab2744c"} 1.25e+09 node_network_speed_bytes{device="veth2da6c488"} 1.25e+09 node_network_speed_bytes{device="veth2feb3775"} 1.25e+09 node_network_speed_bytes{device="veth30944765"} 1.25e+09 node_network_speed_bytes{device="veth3332624c"} 1.25e+09 node_network_speed_bytes{device="veth348d3cfc"} 1.25e+09 node_network_speed_bytes{device="veth36be76dc"} 1.25e+09 node_network_speed_bytes{device="veth3c779a19"} 1.25e+09 node_network_speed_bytes{device="veth3ef088ec"} 1.25e+09 node_network_speed_bytes{device="veth4757930c"} 1.25e+09 node_network_speed_bytes{device="veth4c654921"} 1.25e+09 node_network_speed_bytes{device="veth513dbd99"} 1.25e+09 node_network_speed_bytes{device="veth54a3b59c"} 1.25e+09 node_network_speed_bytes{device="veth5647580f"} 1.25e+09 node_network_speed_bytes{device="veth5dad1976"} 1.25e+09 node_network_speed_bytes{device="veth5ed11052"} 1.25e+09 node_network_speed_bytes{device="veth603c1c68"} 1.25e+09 node_network_speed_bytes{device="veth60adbdca"} 1.25e+09 node_network_speed_bytes{device="veth6772fc2d"} 1.25e+09 node_network_speed_bytes{device="veth6abe1f79"} 1.25e+09 node_network_speed_bytes{device="veth72e65668"} 1.25e+09 node_network_speed_bytes{device="veth742111be"} 1.25e+09 node_network_speed_bytes{device="veth79a035d1"} 1.25e+09 node_network_speed_bytes{device="veth7bced09a"} 1.25e+09 node_network_speed_bytes{device="veth7d5eb4f0"} 1.25e+09 node_network_speed_bytes{device="veth80c3c6c9"} 1.25e+09 node_network_speed_bytes{device="veth8147d93c"} 1.25e+09 node_network_speed_bytes{device="veth8725c4a0"} 1.25e+09 node_network_speed_bytes{device="veth895be0a6"} 1.25e+09 node_network_speed_bytes{device="veth8afeb8a2"} 1.25e+09 node_network_speed_bytes{device="veth8d111b9b"} 1.25e+09 node_network_speed_bytes{device="veth8d4540f6"} 1.25e+09 node_network_speed_bytes{device="veth8eed37c8"} 1.25e+09 node_network_speed_bytes{device="veth91c27681"} 1.25e+09 node_network_speed_bytes{device="veth93e8e001"} 1.25e+09 node_network_speed_bytes{device="veth948de0f8"} 1.25e+09 node_network_speed_bytes{device="veth9b339999"} 1.25e+09 node_network_speed_bytes{device="veth9f5d139d"} 1.25e+09 node_network_speed_bytes{device="veth9f7995ea"} 1.25e+09 node_network_speed_bytes{device="vetha3f704d1"} 1.25e+09 node_network_speed_bytes{device="vethaafc4ad3"} 1.25e+09 node_network_speed_bytes{device="vethaeaee5f9"} 1.25e+09 node_network_speed_bytes{device="vethb058c060"} 1.25e+09 node_network_speed_bytes{device="vethb127577d"} 1.25e+09 node_network_speed_bytes{device="vethbaba46bd"} 1.25e+09 node_network_speed_bytes{device="vethbf030a43"} 1.25e+09 node_network_speed_bytes{device="vethc294aa07"} 1.25e+09 node_network_speed_bytes{device="vethc3f8e07f"} 1.25e+09 node_network_speed_bytes{device="vethc89d0a88"} 1.25e+09 node_network_speed_bytes{device="vethd3dca97e"} 1.25e+09 node_network_speed_bytes{device="vethe0fc0617"} 1.25e+09 node_network_speed_bytes{device="vethe334de5d"} 1.25e+09 node_network_speed_bytes{device="vethe5ad0a46"} 1.25e+09 node_network_speed_bytes{device="vethe7ef5de0"} 1.25e+09 node_network_speed_bytes{device="vethf03880d3"} 1.25e+09 node_network_speed_bytes{device="vethf2c08c7f"} 1.25e+09 node_network_speed_bytes{device="vethf4497cd8"} 1.25e+09 node_network_speed_bytes{device="vethf479d9e4"} 1.25e+09 node_network_speed_bytes{device="vethf5301ce2"} 1.25e+09 node_network_speed_bytes{device="vethf551d534"} 1.25e+09 node_network_speed_bytes{device="vethf63f8765"} 1.25e+09 node_network_speed_bytes{device="vethfa2d8ae8"} 1.25e+09 node_network_speed_bytes{device="vethff043fdd"} 1.25e+09 node_network_speed_bytes{device="vethff4eac66"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="cni0"} 1.27879858449e+11 node_network_transmit_bytes_total{device="docker0"} 0 node_network_transmit_bytes_total{device="eth0"} 2.68504359227e+11 node_network_transmit_bytes_total{device="flannel.1"} 3.2258905927e+10 node_network_transmit_bytes_total{device="lo"} 2.753632108e+09 node_network_transmit_bytes_total{device="veth00df81b1"} 4.714036e+06 node_network_transmit_bytes_total{device="veth0402359f"} 2.55588804e+08 node_network_transmit_bytes_total{device="veth08ad5f0e"} 9.668724e+06 node_network_transmit_bytes_total{device="veth1356d36e"} 9.271862e+06 node_network_transmit_bytes_total{device="veth15930317"} 3.556413e+06 node_network_transmit_bytes_total{device="veth1621347f"} 1.3318767e+07 node_network_transmit_bytes_total{device="veth219baaba"} 3.7425576e+07 node_network_transmit_bytes_total{device="veth226ec531"} 3.087354e+06 node_network_transmit_bytes_total{device="veth2619950b"} 3.667575e+06 node_network_transmit_bytes_total{device="veth278dee68"} 6.911266e+06 node_network_transmit_bytes_total{device="veth28843dfc"} 3.083684e+06 node_network_transmit_bytes_total{device="veth29306282"} 3.069224e+06 node_network_transmit_bytes_total{device="veth2ab2744c"} 4.022792e+06 node_network_transmit_bytes_total{device="veth2da6c488"} 1.6635684e+07 node_network_transmit_bytes_total{device="veth2feb3775"} 4.02665e+06 node_network_transmit_bytes_total{device="veth30944765"} 2.20964412e+08 node_network_transmit_bytes_total{device="veth3332624c"} 3.232004e+06 node_network_transmit_bytes_total{device="veth348d3cfc"} 1.194518e+07 node_network_transmit_bytes_total{device="veth36be76dc"} 1.7106949e+07 node_network_transmit_bytes_total{device="veth3c779a19"} 41974 node_network_transmit_bytes_total{device="veth3ef088ec"} 8.5262783e+07 node_network_transmit_bytes_total{device="veth4757930c"} 1.1903958e+07 node_network_transmit_bytes_total{device="veth4c654921"} 4.76256709e+08 node_network_transmit_bytes_total{device="veth513dbd99"} 5.092099e+06 node_network_transmit_bytes_total{device="veth54a3b59c"} 161337 node_network_transmit_bytes_total{device="veth5647580f"} 3.279231e+06 node_network_transmit_bytes_total{device="veth5dad1976"} 3.88791431e+08 node_network_transmit_bytes_total{device="veth5ed11052"} 4.618358e+06 node_network_transmit_bytes_total{device="veth603c1c68"} 4.16464136e+08 node_network_transmit_bytes_total{device="veth60adbdca"} 3.393489e+06 node_network_transmit_bytes_total{device="veth6772fc2d"} 8.3545938e+07 node_network_transmit_bytes_total{device="veth6abe1f79"} 3.235425e+06 node_network_transmit_bytes_total{device="veth72e65668"} 2.67487e+06 node_network_transmit_bytes_total{device="veth742111be"} 3.952859464e+09 node_network_transmit_bytes_total{device="veth79a035d1"} 3.81924321e+08 node_network_transmit_bytes_total{device="veth7bced09a"} 2.0946196e+07 node_network_transmit_bytes_total{device="veth7d5eb4f0"} 3.285419e+06 node_network_transmit_bytes_total{device="veth80c3c6c9"} 45944 node_network_transmit_bytes_total{device="veth8147d93c"} 5.6590671e+07 node_network_transmit_bytes_total{device="veth8725c4a0"} 1.1628178e+07 node_network_transmit_bytes_total{device="veth895be0a6"} 8.4989926e+07 node_network_transmit_bytes_total{device="veth8afeb8a2"} 1.26570953e+08 node_network_transmit_bytes_total{device="veth8d111b9b"} 1.1930935e+07 node_network_transmit_bytes_total{device="veth8d4540f6"} 1.1942958e+07 node_network_transmit_bytes_total{device="veth8eed37c8"} 1.10917254e+08 node_network_transmit_bytes_total{device="veth91c27681"} 5.8682405e+07 node_network_transmit_bytes_total{device="veth93e8e001"} 1.50297107e+08 node_network_transmit_bytes_total{device="veth948de0f8"} 3.341242e+06 node_network_transmit_bytes_total{device="veth9b339999"} 1.844452e+07 node_network_transmit_bytes_total{device="veth9f5d139d"} 5.964228e+07 node_network_transmit_bytes_total{device="veth9f7995ea"} 1.653722e+07 node_network_transmit_bytes_total{device="vetha3f704d1"} 3.335466e+06 node_network_transmit_bytes_total{device="vethaafc4ad3"} 5.3023611e+07 node_network_transmit_bytes_total{device="vethaeaee5f9"} 1.1956574e+07 node_network_transmit_bytes_total{device="vethb058c060"} 1.09487150732e+11 node_network_transmit_bytes_total{device="vethb127577d"} 1.39110701e+08 node_network_transmit_bytes_total{device="vethbaba46bd"} 3.058608e+06 node_network_transmit_bytes_total{device="vethbf030a43"} 6.0325513e+07 node_network_transmit_bytes_total{device="vethc294aa07"} 2.66811098e+08 node_network_transmit_bytes_total{device="vethc3f8e07f"} 1.1926515e+07 node_network_transmit_bytes_total{device="vethc89d0a88"} 1.1934974e+07 node_network_transmit_bytes_total{device="vethd3dca97e"} 1.3215875e+07 node_network_transmit_bytes_total{device="vethe0fc0617"} 1.9757837e+07 node_network_transmit_bytes_total{device="vethe334de5d"} 2.948175e+06 node_network_transmit_bytes_total{device="vethe5ad0a46"} 3.3308097e+07 node_network_transmit_bytes_total{device="vethe7ef5de0"} 1.894784168e+09 node_network_transmit_bytes_total{device="vethf03880d3"} 8.782247e+06 node_network_transmit_bytes_total{device="vethf2c08c7f"} 1.578501e+07 node_network_transmit_bytes_total{device="vethf4497cd8"} 3.985453461e+09 node_network_transmit_bytes_total{device="vethf479d9e4"} 4.406355e+06 node_network_transmit_bytes_total{device="vethf5301ce2"} 9.825402e+06 node_network_transmit_bytes_total{device="vethf551d534"} 2.6460221e+07 node_network_transmit_bytes_total{device="vethf63f8765"} 5.4936417e+07 node_network_transmit_bytes_total{device="vethfa2d8ae8"} 6.1547226e+07 node_network_transmit_bytes_total{device="vethff043fdd"} 1.01690273e+08 node_network_transmit_bytes_total{device="vethff4eac66"} 1.24034919e+08 # 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="veth00df81b1"} 0 node_network_transmit_carrier_total{device="veth0402359f"} 0 node_network_transmit_carrier_total{device="veth08ad5f0e"} 0 node_network_transmit_carrier_total{device="veth1356d36e"} 0 node_network_transmit_carrier_total{device="veth15930317"} 0 node_network_transmit_carrier_total{device="veth1621347f"} 0 node_network_transmit_carrier_total{device="veth219baaba"} 0 node_network_transmit_carrier_total{device="veth226ec531"} 0 node_network_transmit_carrier_total{device="veth2619950b"} 0 node_network_transmit_carrier_total{device="veth278dee68"} 0 node_network_transmit_carrier_total{device="veth28843dfc"} 0 node_network_transmit_carrier_total{device="veth29306282"} 0 node_network_transmit_carrier_total{device="veth2ab2744c"} 0 node_network_transmit_carrier_total{device="veth2da6c488"} 0 node_network_transmit_carrier_total{device="veth2feb3775"} 0 node_network_transmit_carrier_total{device="veth30944765"} 0 node_network_transmit_carrier_total{device="veth3332624c"} 0 node_network_transmit_carrier_total{device="veth348d3cfc"} 0 node_network_transmit_carrier_total{device="veth36be76dc"} 0 node_network_transmit_carrier_total{device="veth3c779a19"} 0 node_network_transmit_carrier_total{device="veth3ef088ec"} 0 node_network_transmit_carrier_total{device="veth4757930c"} 0 node_network_transmit_carrier_total{device="veth4c654921"} 0 node_network_transmit_carrier_total{device="veth513dbd99"} 0 node_network_transmit_carrier_total{device="veth54a3b59c"} 0 node_network_transmit_carrier_total{device="veth5647580f"} 0 node_network_transmit_carrier_total{device="veth5dad1976"} 0 node_network_transmit_carrier_total{device="veth5ed11052"} 0 node_network_transmit_carrier_total{device="veth603c1c68"} 0 node_network_transmit_carrier_total{device="veth60adbdca"} 0 node_network_transmit_carrier_total{device="veth6772fc2d"} 0 node_network_transmit_carrier_total{device="veth6abe1f79"} 0 node_network_transmit_carrier_total{device="veth72e65668"} 0 node_network_transmit_carrier_total{device="veth742111be"} 0 node_network_transmit_carrier_total{device="veth79a035d1"} 0 node_network_transmit_carrier_total{device="veth7bced09a"} 0 node_network_transmit_carrier_total{device="veth7d5eb4f0"} 0 node_network_transmit_carrier_total{device="veth80c3c6c9"} 0 node_network_transmit_carrier_total{device="veth8147d93c"} 0 node_network_transmit_carrier_total{device="veth8725c4a0"} 0 node_network_transmit_carrier_total{device="veth895be0a6"} 0 node_network_transmit_carrier_total{device="veth8afeb8a2"} 0 node_network_transmit_carrier_total{device="veth8d111b9b"} 0 node_network_transmit_carrier_total{device="veth8d4540f6"} 0 node_network_transmit_carrier_total{device="veth8eed37c8"} 0 node_network_transmit_carrier_total{device="veth91c27681"} 0 node_network_transmit_carrier_total{device="veth93e8e001"} 0 node_network_transmit_carrier_total{device="veth948de0f8"} 0 node_network_transmit_carrier_total{device="veth9b339999"} 0 node_network_transmit_carrier_total{device="veth9f5d139d"} 0 node_network_transmit_carrier_total{device="veth9f7995ea"} 0 node_network_transmit_carrier_total{device="vetha3f704d1"} 0 node_network_transmit_carrier_total{device="vethaafc4ad3"} 0 node_network_transmit_carrier_total{device="vethaeaee5f9"} 0 node_network_transmit_carrier_total{device="vethb058c060"} 0 node_network_transmit_carrier_total{device="vethb127577d"} 0 node_network_transmit_carrier_total{device="vethbaba46bd"} 0 node_network_transmit_carrier_total{device="vethbf030a43"} 0 node_network_transmit_carrier_total{device="vethc294aa07"} 0 node_network_transmit_carrier_total{device="vethc3f8e07f"} 0 node_network_transmit_carrier_total{device="vethc89d0a88"} 0 node_network_transmit_carrier_total{device="vethd3dca97e"} 0 node_network_transmit_carrier_total{device="vethe0fc0617"} 0 node_network_transmit_carrier_total{device="vethe334de5d"} 0 node_network_transmit_carrier_total{device="vethe5ad0a46"} 0 node_network_transmit_carrier_total{device="vethe7ef5de0"} 0 node_network_transmit_carrier_total{device="vethf03880d3"} 0 node_network_transmit_carrier_total{device="vethf2c08c7f"} 0 node_network_transmit_carrier_total{device="vethf4497cd8"} 0 node_network_transmit_carrier_total{device="vethf479d9e4"} 0 node_network_transmit_carrier_total{device="vethf5301ce2"} 0 node_network_transmit_carrier_total{device="vethf551d534"} 0 node_network_transmit_carrier_total{device="vethf63f8765"} 0 node_network_transmit_carrier_total{device="vethfa2d8ae8"} 0 node_network_transmit_carrier_total{device="vethff043fdd"} 0 node_network_transmit_carrier_total{device="vethff4eac66"} 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="veth00df81b1"} 0 node_network_transmit_colls_total{device="veth0402359f"} 0 node_network_transmit_colls_total{device="veth08ad5f0e"} 0 node_network_transmit_colls_total{device="veth1356d36e"} 0 node_network_transmit_colls_total{device="veth15930317"} 0 node_network_transmit_colls_total{device="veth1621347f"} 0 node_network_transmit_colls_total{device="veth219baaba"} 0 node_network_transmit_colls_total{device="veth226ec531"} 0 node_network_transmit_colls_total{device="veth2619950b"} 0 node_network_transmit_colls_total{device="veth278dee68"} 0 node_network_transmit_colls_total{device="veth28843dfc"} 0 node_network_transmit_colls_total{device="veth29306282"} 0 node_network_transmit_colls_total{device="veth2ab2744c"} 0 node_network_transmit_colls_total{device="veth2da6c488"} 0 node_network_transmit_colls_total{device="veth2feb3775"} 0 node_network_transmit_colls_total{device="veth30944765"} 0 node_network_transmit_colls_total{device="veth3332624c"} 0 node_network_transmit_colls_total{device="veth348d3cfc"} 0 node_network_transmit_colls_total{device="veth36be76dc"} 0 node_network_transmit_colls_total{device="veth3c779a19"} 0 node_network_transmit_colls_total{device="veth3ef088ec"} 0 node_network_transmit_colls_total{device="veth4757930c"} 0 node_network_transmit_colls_total{device="veth4c654921"} 0 node_network_transmit_colls_total{device="veth513dbd99"} 0 node_network_transmit_colls_total{device="veth54a3b59c"} 0 node_network_transmit_colls_total{device="veth5647580f"} 0 node_network_transmit_colls_total{device="veth5dad1976"} 0 node_network_transmit_colls_total{device="veth5ed11052"} 0 node_network_transmit_colls_total{device="veth603c1c68"} 0 node_network_transmit_colls_total{device="veth60adbdca"} 0 node_network_transmit_colls_total{device="veth6772fc2d"} 0 node_network_transmit_colls_total{device="veth6abe1f79"} 0 node_network_transmit_colls_total{device="veth72e65668"} 0 node_network_transmit_colls_total{device="veth742111be"} 0 node_network_transmit_colls_total{device="veth79a035d1"} 0 node_network_transmit_colls_total{device="veth7bced09a"} 0 node_network_transmit_colls_total{device="veth7d5eb4f0"} 0 node_network_transmit_colls_total{device="veth80c3c6c9"} 0 node_network_transmit_colls_total{device="veth8147d93c"} 0 node_network_transmit_colls_total{device="veth8725c4a0"} 0 node_network_transmit_colls_total{device="veth895be0a6"} 0 node_network_transmit_colls_total{device="veth8afeb8a2"} 0 node_network_transmit_colls_total{device="veth8d111b9b"} 0 node_network_transmit_colls_total{device="veth8d4540f6"} 0 node_network_transmit_colls_total{device="veth8eed37c8"} 0 node_network_transmit_colls_total{device="veth91c27681"} 0 node_network_transmit_colls_total{device="veth93e8e001"} 0 node_network_transmit_colls_total{device="veth948de0f8"} 0 node_network_transmit_colls_total{device="veth9b339999"} 0 node_network_transmit_colls_total{device="veth9f5d139d"} 0 node_network_transmit_colls_total{device="veth9f7995ea"} 0 node_network_transmit_colls_total{device="vetha3f704d1"} 0 node_network_transmit_colls_total{device="vethaafc4ad3"} 0 node_network_transmit_colls_total{device="vethaeaee5f9"} 0 node_network_transmit_colls_total{device="vethb058c060"} 0 node_network_transmit_colls_total{device="vethb127577d"} 0 node_network_transmit_colls_total{device="vethbaba46bd"} 0 node_network_transmit_colls_total{device="vethbf030a43"} 0 node_network_transmit_colls_total{device="vethc294aa07"} 0 node_network_transmit_colls_total{device="vethc3f8e07f"} 0 node_network_transmit_colls_total{device="vethc89d0a88"} 0 node_network_transmit_colls_total{device="vethd3dca97e"} 0 node_network_transmit_colls_total{device="vethe0fc0617"} 0 node_network_transmit_colls_total{device="vethe334de5d"} 0 node_network_transmit_colls_total{device="vethe5ad0a46"} 0 node_network_transmit_colls_total{device="vethe7ef5de0"} 0 node_network_transmit_colls_total{device="vethf03880d3"} 0 node_network_transmit_colls_total{device="vethf2c08c7f"} 0 node_network_transmit_colls_total{device="vethf4497cd8"} 0 node_network_transmit_colls_total{device="vethf479d9e4"} 0 node_network_transmit_colls_total{device="vethf5301ce2"} 0 node_network_transmit_colls_total{device="vethf551d534"} 0 node_network_transmit_colls_total{device="vethf63f8765"} 0 node_network_transmit_colls_total{device="vethfa2d8ae8"} 0 node_network_transmit_colls_total{device="vethff043fdd"} 0 node_network_transmit_colls_total{device="vethff4eac66"} 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="veth00df81b1"} 0 node_network_transmit_compressed_total{device="veth0402359f"} 0 node_network_transmit_compressed_total{device="veth08ad5f0e"} 0 node_network_transmit_compressed_total{device="veth1356d36e"} 0 node_network_transmit_compressed_total{device="veth15930317"} 0 node_network_transmit_compressed_total{device="veth1621347f"} 0 node_network_transmit_compressed_total{device="veth219baaba"} 0 node_network_transmit_compressed_total{device="veth226ec531"} 0 node_network_transmit_compressed_total{device="veth2619950b"} 0 node_network_transmit_compressed_total{device="veth278dee68"} 0 node_network_transmit_compressed_total{device="veth28843dfc"} 0 node_network_transmit_compressed_total{device="veth29306282"} 0 node_network_transmit_compressed_total{device="veth2ab2744c"} 0 node_network_transmit_compressed_total{device="veth2da6c488"} 0 node_network_transmit_compressed_total{device="veth2feb3775"} 0 node_network_transmit_compressed_total{device="veth30944765"} 0 node_network_transmit_compressed_total{device="veth3332624c"} 0 node_network_transmit_compressed_total{device="veth348d3cfc"} 0 node_network_transmit_compressed_total{device="veth36be76dc"} 0 node_network_transmit_compressed_total{device="veth3c779a19"} 0 node_network_transmit_compressed_total{device="veth3ef088ec"} 0 node_network_transmit_compressed_total{device="veth4757930c"} 0 node_network_transmit_compressed_total{device="veth4c654921"} 0 node_network_transmit_compressed_total{device="veth513dbd99"} 0 node_network_transmit_compressed_total{device="veth54a3b59c"} 0 node_network_transmit_compressed_total{device="veth5647580f"} 0 node_network_transmit_compressed_total{device="veth5dad1976"} 0 node_network_transmit_compressed_total{device="veth5ed11052"} 0 node_network_transmit_compressed_total{device="veth603c1c68"} 0 node_network_transmit_compressed_total{device="veth60adbdca"} 0 node_network_transmit_compressed_total{device="veth6772fc2d"} 0 node_network_transmit_compressed_total{device="veth6abe1f79"} 0 node_network_transmit_compressed_total{device="veth72e65668"} 0 node_network_transmit_compressed_total{device="veth742111be"} 0 node_network_transmit_compressed_total{device="veth79a035d1"} 0 node_network_transmit_compressed_total{device="veth7bced09a"} 0 node_network_transmit_compressed_total{device="veth7d5eb4f0"} 0 node_network_transmit_compressed_total{device="veth80c3c6c9"} 0 node_network_transmit_compressed_total{device="veth8147d93c"} 0 node_network_transmit_compressed_total{device="veth8725c4a0"} 0 node_network_transmit_compressed_total{device="veth895be0a6"} 0 node_network_transmit_compressed_total{device="veth8afeb8a2"} 0 node_network_transmit_compressed_total{device="veth8d111b9b"} 0 node_network_transmit_compressed_total{device="veth8d4540f6"} 0 node_network_transmit_compressed_total{device="veth8eed37c8"} 0 node_network_transmit_compressed_total{device="veth91c27681"} 0 node_network_transmit_compressed_total{device="veth93e8e001"} 0 node_network_transmit_compressed_total{device="veth948de0f8"} 0 node_network_transmit_compressed_total{device="veth9b339999"} 0 node_network_transmit_compressed_total{device="veth9f5d139d"} 0 node_network_transmit_compressed_total{device="veth9f7995ea"} 0 node_network_transmit_compressed_total{device="vetha3f704d1"} 0 node_network_transmit_compressed_total{device="vethaafc4ad3"} 0 node_network_transmit_compressed_total{device="vethaeaee5f9"} 0 node_network_transmit_compressed_total{device="vethb058c060"} 0 node_network_transmit_compressed_total{device="vethb127577d"} 0 node_network_transmit_compressed_total{device="vethbaba46bd"} 0 node_network_transmit_compressed_total{device="vethbf030a43"} 0 node_network_transmit_compressed_total{device="vethc294aa07"} 0 node_network_transmit_compressed_total{device="vethc3f8e07f"} 0 node_network_transmit_compressed_total{device="vethc89d0a88"} 0 node_network_transmit_compressed_total{device="vethd3dca97e"} 0 node_network_transmit_compressed_total{device="vethe0fc0617"} 0 node_network_transmit_compressed_total{device="vethe334de5d"} 0 node_network_transmit_compressed_total{device="vethe5ad0a46"} 0 node_network_transmit_compressed_total{device="vethe7ef5de0"} 0 node_network_transmit_compressed_total{device="vethf03880d3"} 0 node_network_transmit_compressed_total{device="vethf2c08c7f"} 0 node_network_transmit_compressed_total{device="vethf4497cd8"} 0 node_network_transmit_compressed_total{device="vethf479d9e4"} 0 node_network_transmit_compressed_total{device="vethf5301ce2"} 0 node_network_transmit_compressed_total{device="vethf551d534"} 0 node_network_transmit_compressed_total{device="vethf63f8765"} 0 node_network_transmit_compressed_total{device="vethfa2d8ae8"} 0 node_network_transmit_compressed_total{device="vethff043fdd"} 0 node_network_transmit_compressed_total{device="vethff4eac66"} 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"} 463 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="veth00df81b1"} 299 node_network_transmit_drop_total{device="veth0402359f"} 299 node_network_transmit_drop_total{device="veth08ad5f0e"} 0 node_network_transmit_drop_total{device="veth1356d36e"} 299 node_network_transmit_drop_total{device="veth15930317"} 299 node_network_transmit_drop_total{device="veth1621347f"} 0 node_network_transmit_drop_total{device="veth219baaba"} 303 node_network_transmit_drop_total{device="veth226ec531"} 303 node_network_transmit_drop_total{device="veth2619950b"} 299 node_network_transmit_drop_total{device="veth278dee68"} 0 node_network_transmit_drop_total{device="veth28843dfc"} 303 node_network_transmit_drop_total{device="veth29306282"} 299 node_network_transmit_drop_total{device="veth2ab2744c"} 299 node_network_transmit_drop_total{device="veth2da6c488"} 299 node_network_transmit_drop_total{device="veth2feb3775"} 299 node_network_transmit_drop_total{device="veth30944765"} 303 node_network_transmit_drop_total{device="veth3332624c"} 0 node_network_transmit_drop_total{device="veth348d3cfc"} 299 node_network_transmit_drop_total{device="veth36be76dc"} 299 node_network_transmit_drop_total{device="veth3c779a19"} 0 node_network_transmit_drop_total{device="veth3ef088ec"} 299 node_network_transmit_drop_total{device="veth4757930c"} 299 node_network_transmit_drop_total{device="veth4c654921"} 299 node_network_transmit_drop_total{device="veth513dbd99"} 299 node_network_transmit_drop_total{device="veth54a3b59c"} 0 node_network_transmit_drop_total{device="veth5647580f"} 0 node_network_transmit_drop_total{device="veth5dad1976"} 0 node_network_transmit_drop_total{device="veth5ed11052"} 299 node_network_transmit_drop_total{device="veth603c1c68"} 0 node_network_transmit_drop_total{device="veth60adbdca"} 303 node_network_transmit_drop_total{device="veth6772fc2d"} 0 node_network_transmit_drop_total{device="veth6abe1f79"} 299 node_network_transmit_drop_total{device="veth72e65668"} 0 node_network_transmit_drop_total{device="veth742111be"} 0 node_network_transmit_drop_total{device="veth79a035d1"} 0 node_network_transmit_drop_total{device="veth7bced09a"} 303 node_network_transmit_drop_total{device="veth7d5eb4f0"} 303 node_network_transmit_drop_total{device="veth80c3c6c9"} 0 node_network_transmit_drop_total{device="veth8147d93c"} 0 node_network_transmit_drop_total{device="veth8725c4a0"} 0 node_network_transmit_drop_total{device="veth895be0a6"} 303 node_network_transmit_drop_total{device="veth8afeb8a2"} 0 node_network_transmit_drop_total{device="veth8d111b9b"} 299 node_network_transmit_drop_total{device="veth8d4540f6"} 299 node_network_transmit_drop_total{device="veth8eed37c8"} 0 node_network_transmit_drop_total{device="veth91c27681"} 303 node_network_transmit_drop_total{device="veth93e8e001"} 299 node_network_transmit_drop_total{device="veth948de0f8"} 0 node_network_transmit_drop_total{device="veth9b339999"} 299 node_network_transmit_drop_total{device="veth9f5d139d"} 303 node_network_transmit_drop_total{device="veth9f7995ea"} 0 node_network_transmit_drop_total{device="vetha3f704d1"} 303 node_network_transmit_drop_total{device="vethaafc4ad3"} 0 node_network_transmit_drop_total{device="vethaeaee5f9"} 303 node_network_transmit_drop_total{device="vethb058c060"} 303 node_network_transmit_drop_total{device="vethb127577d"} 0 node_network_transmit_drop_total{device="vethbaba46bd"} 299 node_network_transmit_drop_total{device="vethbf030a43"} 303 node_network_transmit_drop_total{device="vethc294aa07"} 0 node_network_transmit_drop_total{device="vethc3f8e07f"} 299 node_network_transmit_drop_total{device="vethc89d0a88"} 299 node_network_transmit_drop_total{device="vethd3dca97e"} 0 node_network_transmit_drop_total{device="vethe0fc0617"} 0 node_network_transmit_drop_total{device="vethe334de5d"} 0 node_network_transmit_drop_total{device="vethe5ad0a46"} 0 node_network_transmit_drop_total{device="vethe7ef5de0"} 299 node_network_transmit_drop_total{device="vethf03880d3"} 0 node_network_transmit_drop_total{device="vethf2c08c7f"} 299 node_network_transmit_drop_total{device="vethf4497cd8"} 299 node_network_transmit_drop_total{device="vethf479d9e4"} 299 node_network_transmit_drop_total{device="vethf5301ce2"} 0 node_network_transmit_drop_total{device="vethf551d534"} 0 node_network_transmit_drop_total{device="vethf63f8765"} 299 node_network_transmit_drop_total{device="vethfa2d8ae8"} 299 node_network_transmit_drop_total{device="vethff043fdd"} 303 node_network_transmit_drop_total{device="vethff4eac66"} 299 # 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="veth00df81b1"} 0 node_network_transmit_errs_total{device="veth0402359f"} 0 node_network_transmit_errs_total{device="veth08ad5f0e"} 0 node_network_transmit_errs_total{device="veth1356d36e"} 0 node_network_transmit_errs_total{device="veth15930317"} 0 node_network_transmit_errs_total{device="veth1621347f"} 0 node_network_transmit_errs_total{device="veth219baaba"} 0 node_network_transmit_errs_total{device="veth226ec531"} 0 node_network_transmit_errs_total{device="veth2619950b"} 0 node_network_transmit_errs_total{device="veth278dee68"} 0 node_network_transmit_errs_total{device="veth28843dfc"} 0 node_network_transmit_errs_total{device="veth29306282"} 0 node_network_transmit_errs_total{device="veth2ab2744c"} 0 node_network_transmit_errs_total{device="veth2da6c488"} 0 node_network_transmit_errs_total{device="veth2feb3775"} 0 node_network_transmit_errs_total{device="veth30944765"} 0 node_network_transmit_errs_total{device="veth3332624c"} 0 node_network_transmit_errs_total{device="veth348d3cfc"} 0 node_network_transmit_errs_total{device="veth36be76dc"} 0 node_network_transmit_errs_total{device="veth3c779a19"} 0 node_network_transmit_errs_total{device="veth3ef088ec"} 0 node_network_transmit_errs_total{device="veth4757930c"} 0 node_network_transmit_errs_total{device="veth4c654921"} 0 node_network_transmit_errs_total{device="veth513dbd99"} 0 node_network_transmit_errs_total{device="veth54a3b59c"} 0 node_network_transmit_errs_total{device="veth5647580f"} 0 node_network_transmit_errs_total{device="veth5dad1976"} 0 node_network_transmit_errs_total{device="veth5ed11052"} 0 node_network_transmit_errs_total{device="veth603c1c68"} 0 node_network_transmit_errs_total{device="veth60adbdca"} 0 node_network_transmit_errs_total{device="veth6772fc2d"} 0 node_network_transmit_errs_total{device="veth6abe1f79"} 0 node_network_transmit_errs_total{device="veth72e65668"} 0 node_network_transmit_errs_total{device="veth742111be"} 0 node_network_transmit_errs_total{device="veth79a035d1"} 0 node_network_transmit_errs_total{device="veth7bced09a"} 0 node_network_transmit_errs_total{device="veth7d5eb4f0"} 0 node_network_transmit_errs_total{device="veth80c3c6c9"} 0 node_network_transmit_errs_total{device="veth8147d93c"} 0 node_network_transmit_errs_total{device="veth8725c4a0"} 0 node_network_transmit_errs_total{device="veth895be0a6"} 0 node_network_transmit_errs_total{device="veth8afeb8a2"} 0 node_network_transmit_errs_total{device="veth8d111b9b"} 0 node_network_transmit_errs_total{device="veth8d4540f6"} 0 node_network_transmit_errs_total{device="veth8eed37c8"} 0 node_network_transmit_errs_total{device="veth91c27681"} 0 node_network_transmit_errs_total{device="veth93e8e001"} 0 node_network_transmit_errs_total{device="veth948de0f8"} 0 node_network_transmit_errs_total{device="veth9b339999"} 0 node_network_transmit_errs_total{device="veth9f5d139d"} 0 node_network_transmit_errs_total{device="veth9f7995ea"} 0 node_network_transmit_errs_total{device="vetha3f704d1"} 0 node_network_transmit_errs_total{device="vethaafc4ad3"} 0 node_network_transmit_errs_total{device="vethaeaee5f9"} 0 node_network_transmit_errs_total{device="vethb058c060"} 0 node_network_transmit_errs_total{device="vethb127577d"} 0 node_network_transmit_errs_total{device="vethbaba46bd"} 0 node_network_transmit_errs_total{device="vethbf030a43"} 0 node_network_transmit_errs_total{device="vethc294aa07"} 0 node_network_transmit_errs_total{device="vethc3f8e07f"} 0 node_network_transmit_errs_total{device="vethc89d0a88"} 0 node_network_transmit_errs_total{device="vethd3dca97e"} 0 node_network_transmit_errs_total{device="vethe0fc0617"} 0 node_network_transmit_errs_total{device="vethe334de5d"} 0 node_network_transmit_errs_total{device="vethe5ad0a46"} 0 node_network_transmit_errs_total{device="vethe7ef5de0"} 0 node_network_transmit_errs_total{device="vethf03880d3"} 0 node_network_transmit_errs_total{device="vethf2c08c7f"} 0 node_network_transmit_errs_total{device="vethf4497cd8"} 0 node_network_transmit_errs_total{device="vethf479d9e4"} 0 node_network_transmit_errs_total{device="vethf5301ce2"} 0 node_network_transmit_errs_total{device="vethf551d534"} 0 node_network_transmit_errs_total{device="vethf63f8765"} 0 node_network_transmit_errs_total{device="vethfa2d8ae8"} 0 node_network_transmit_errs_total{device="vethff043fdd"} 0 node_network_transmit_errs_total{device="vethff4eac66"} 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="veth00df81b1"} 0 node_network_transmit_fifo_total{device="veth0402359f"} 0 node_network_transmit_fifo_total{device="veth08ad5f0e"} 0 node_network_transmit_fifo_total{device="veth1356d36e"} 0 node_network_transmit_fifo_total{device="veth15930317"} 0 node_network_transmit_fifo_total{device="veth1621347f"} 0 node_network_transmit_fifo_total{device="veth219baaba"} 0 node_network_transmit_fifo_total{device="veth226ec531"} 0 node_network_transmit_fifo_total{device="veth2619950b"} 0 node_network_transmit_fifo_total{device="veth278dee68"} 0 node_network_transmit_fifo_total{device="veth28843dfc"} 0 node_network_transmit_fifo_total{device="veth29306282"} 0 node_network_transmit_fifo_total{device="veth2ab2744c"} 0 node_network_transmit_fifo_total{device="veth2da6c488"} 0 node_network_transmit_fifo_total{device="veth2feb3775"} 0 node_network_transmit_fifo_total{device="veth30944765"} 0 node_network_transmit_fifo_total{device="veth3332624c"} 0 node_network_transmit_fifo_total{device="veth348d3cfc"} 0 node_network_transmit_fifo_total{device="veth36be76dc"} 0 node_network_transmit_fifo_total{device="veth3c779a19"} 0 node_network_transmit_fifo_total{device="veth3ef088ec"} 0 node_network_transmit_fifo_total{device="veth4757930c"} 0 node_network_transmit_fifo_total{device="veth4c654921"} 0 node_network_transmit_fifo_total{device="veth513dbd99"} 0 node_network_transmit_fifo_total{device="veth54a3b59c"} 0 node_network_transmit_fifo_total{device="veth5647580f"} 0 node_network_transmit_fifo_total{device="veth5dad1976"} 0 node_network_transmit_fifo_total{device="veth5ed11052"} 0 node_network_transmit_fifo_total{device="veth603c1c68"} 0 node_network_transmit_fifo_total{device="veth60adbdca"} 0 node_network_transmit_fifo_total{device="veth6772fc2d"} 0 node_network_transmit_fifo_total{device="veth6abe1f79"} 0 node_network_transmit_fifo_total{device="veth72e65668"} 0 node_network_transmit_fifo_total{device="veth742111be"} 0 node_network_transmit_fifo_total{device="veth79a035d1"} 0 node_network_transmit_fifo_total{device="veth7bced09a"} 0 node_network_transmit_fifo_total{device="veth7d5eb4f0"} 0 node_network_transmit_fifo_total{device="veth80c3c6c9"} 0 node_network_transmit_fifo_total{device="veth8147d93c"} 0 node_network_transmit_fifo_total{device="veth8725c4a0"} 0 node_network_transmit_fifo_total{device="veth895be0a6"} 0 node_network_transmit_fifo_total{device="veth8afeb8a2"} 0 node_network_transmit_fifo_total{device="veth8d111b9b"} 0 node_network_transmit_fifo_total{device="veth8d4540f6"} 0 node_network_transmit_fifo_total{device="veth8eed37c8"} 0 node_network_transmit_fifo_total{device="veth91c27681"} 0 node_network_transmit_fifo_total{device="veth93e8e001"} 0 node_network_transmit_fifo_total{device="veth948de0f8"} 0 node_network_transmit_fifo_total{device="veth9b339999"} 0 node_network_transmit_fifo_total{device="veth9f5d139d"} 0 node_network_transmit_fifo_total{device="veth9f7995ea"} 0 node_network_transmit_fifo_total{device="vetha3f704d1"} 0 node_network_transmit_fifo_total{device="vethaafc4ad3"} 0 node_network_transmit_fifo_total{device="vethaeaee5f9"} 0 node_network_transmit_fifo_total{device="vethb058c060"} 0 node_network_transmit_fifo_total{device="vethb127577d"} 0 node_network_transmit_fifo_total{device="vethbaba46bd"} 0 node_network_transmit_fifo_total{device="vethbf030a43"} 0 node_network_transmit_fifo_total{device="vethc294aa07"} 0 node_network_transmit_fifo_total{device="vethc3f8e07f"} 0 node_network_transmit_fifo_total{device="vethc89d0a88"} 0 node_network_transmit_fifo_total{device="vethd3dca97e"} 0 node_network_transmit_fifo_total{device="vethe0fc0617"} 0 node_network_transmit_fifo_total{device="vethe334de5d"} 0 node_network_transmit_fifo_total{device="vethe5ad0a46"} 0 node_network_transmit_fifo_total{device="vethe7ef5de0"} 0 node_network_transmit_fifo_total{device="vethf03880d3"} 0 node_network_transmit_fifo_total{device="vethf2c08c7f"} 0 node_network_transmit_fifo_total{device="vethf4497cd8"} 0 node_network_transmit_fifo_total{device="vethf479d9e4"} 0 node_network_transmit_fifo_total{device="vethf5301ce2"} 0 node_network_transmit_fifo_total{device="vethf551d534"} 0 node_network_transmit_fifo_total{device="vethf63f8765"} 0 node_network_transmit_fifo_total{device="vethfa2d8ae8"} 0 node_network_transmit_fifo_total{device="vethff043fdd"} 0 node_network_transmit_fifo_total{device="vethff4eac66"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="cni0"} 1.56234425e+08 node_network_transmit_packets_total{device="docker0"} 0 node_network_transmit_packets_total{device="eth0"} 3.22333114e+08 node_network_transmit_packets_total{device="flannel.1"} 1.0454399e+08 node_network_transmit_packets_total{device="lo"} 1.3851044e+07 node_network_transmit_packets_total{device="veth00df81b1"} 74828 node_network_transmit_packets_total{device="veth0402359f"} 857849 node_network_transmit_packets_total{device="veth08ad5f0e"} 162455 node_network_transmit_packets_total{device="veth1356d36e"} 52581 node_network_transmit_packets_total{device="veth15930317"} 53804 node_network_transmit_packets_total{device="veth1621347f"} 166925 node_network_transmit_packets_total{device="veth219baaba"} 367881 node_network_transmit_packets_total{device="veth226ec531"} 48605 node_network_transmit_packets_total{device="veth2619950b"} 56421 node_network_transmit_packets_total{device="veth278dee68"} 13529 node_network_transmit_packets_total{device="veth28843dfc"} 48562 node_network_transmit_packets_total{device="veth29306282"} 48388 node_network_transmit_packets_total{device="veth2ab2744c"} 68274 node_network_transmit_packets_total{device="veth2da6c488"} 204017 node_network_transmit_packets_total{device="veth2feb3775"} 68305 node_network_transmit_packets_total{device="veth30944765"} 2.790252e+06 node_network_transmit_packets_total{device="veth3332624c"} 50517 node_network_transmit_packets_total{device="veth348d3cfc"} 201651 node_network_transmit_packets_total{device="veth36be76dc"} 268681 node_network_transmit_packets_total{device="veth3c779a19"} 639 node_network_transmit_packets_total{device="veth3ef088ec"} 191968 node_network_transmit_packets_total{device="veth4757930c"} 201068 node_network_transmit_packets_total{device="veth4c654921"} 3.331895e+06 node_network_transmit_packets_total{device="veth513dbd99"} 51830 node_network_transmit_packets_total{device="veth54a3b59c"} 1321 node_network_transmit_packets_total{device="veth5647580f"} 21647 node_network_transmit_packets_total{device="veth5dad1976"} 382283 node_network_transmit_packets_total{device="veth5ed11052"} 73801 node_network_transmit_packets_total{device="veth603c1c68"} 493632 node_network_transmit_packets_total{device="veth60adbdca"} 51891 node_network_transmit_packets_total{device="veth6772fc2d"} 127775 node_network_transmit_packets_total{device="veth6abe1f79"} 50237 node_network_transmit_packets_total{device="veth72e65668"} 42535 node_network_transmit_packets_total{device="veth742111be"} 2.235445e+06 node_network_transmit_packets_total{device="veth79a035d1"} 3.844024e+06 node_network_transmit_packets_total{device="veth7bced09a"} 319018 node_network_transmit_packets_total{device="veth7d5eb4f0"} 50755 node_network_transmit_packets_total{device="veth80c3c6c9"} 420 node_network_transmit_packets_total{device="veth8147d93c"} 70788 node_network_transmit_packets_total{device="veth8725c4a0"} 163831 node_network_transmit_packets_total{device="veth895be0a6"} 676675 node_network_transmit_packets_total{device="veth8afeb8a2"} 744720 node_network_transmit_packets_total{device="veth8d111b9b"} 201566 node_network_transmit_packets_total{device="veth8d4540f6"} 201626 node_network_transmit_packets_total{device="veth8eed37c8"} 1.314723e+06 node_network_transmit_packets_total{device="veth91c27681"} 363818 node_network_transmit_packets_total{device="veth93e8e001"} 1.85813e+06 node_network_transmit_packets_total{device="veth948de0f8"} 39538 node_network_transmit_packets_total{device="veth9b339999"} 124268 node_network_transmit_packets_total{device="veth9f5d139d"} 872105 node_network_transmit_packets_total{device="veth9f7995ea"} 178658 node_network_transmit_packets_total{device="vetha3f704d1"} 51279 node_network_transmit_packets_total{device="vethaafc4ad3"} 505493 node_network_transmit_packets_total{device="vethaeaee5f9"} 201814 node_network_transmit_packets_total{device="vethb058c060"} 1.02763864e+08 node_network_transmit_packets_total{device="vethb127577d"} 1.385026e+06 node_network_transmit_packets_total{device="vethbaba46bd"} 48264 node_network_transmit_packets_total{device="vethbf030a43"} 564892 node_network_transmit_packets_total{device="vethc294aa07"} 143567 node_network_transmit_packets_total{device="vethc3f8e07f"} 201379 node_network_transmit_packets_total{device="vethc89d0a88"} 201590 node_network_transmit_packets_total{device="vethd3dca97e"} 12892 node_network_transmit_packets_total{device="vethe0fc0617"} 49525 node_network_transmit_packets_total{device="vethe334de5d"} 45453 node_network_transmit_packets_total{device="vethe5ad0a46"} 266350 node_network_transmit_packets_total{device="vethe7ef5de0"} 1.5471869e+07 node_network_transmit_packets_total{device="vethf03880d3"} 147340 node_network_transmit_packets_total{device="vethf2c08c7f"} 143722 node_network_transmit_packets_total{device="vethf4497cd8"} 3.257162e+06 node_network_transmit_packets_total{device="vethf479d9e4"} 54799 node_network_transmit_packets_total{device="vethf5301ce2"} 43824 node_network_transmit_packets_total{device="vethf551d534"} 32420 node_network_transmit_packets_total{device="vethf63f8765"} 490105 node_network_transmit_packets_total{device="vethfa2d8ae8"} 187931 node_network_transmit_packets_total{device="vethff043fdd"} 237273 node_network_transmit_packets_total{device="vethff4eac66"} 1.19304e+06 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="cni0"} 1000 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="flannel.1"} 0 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth00df81b1"} 0 node_network_transmit_queue_length{device="veth0402359f"} 0 node_network_transmit_queue_length{device="veth08ad5f0e"} 0 node_network_transmit_queue_length{device="veth1356d36e"} 0 node_network_transmit_queue_length{device="veth15930317"} 0 node_network_transmit_queue_length{device="veth1621347f"} 0 node_network_transmit_queue_length{device="veth219baaba"} 0 node_network_transmit_queue_length{device="veth226ec531"} 0 node_network_transmit_queue_length{device="veth2619950b"} 0 node_network_transmit_queue_length{device="veth278dee68"} 0 node_network_transmit_queue_length{device="veth28843dfc"} 0 node_network_transmit_queue_length{device="veth29306282"} 0 node_network_transmit_queue_length{device="veth2ab2744c"} 0 node_network_transmit_queue_length{device="veth2da6c488"} 0 node_network_transmit_queue_length{device="veth2feb3775"} 0 node_network_transmit_queue_length{device="veth30944765"} 0 node_network_transmit_queue_length{device="veth3332624c"} 0 node_network_transmit_queue_length{device="veth348d3cfc"} 0 node_network_transmit_queue_length{device="veth36be76dc"} 0 node_network_transmit_queue_length{device="veth3c779a19"} 0 node_network_transmit_queue_length{device="veth3ef088ec"} 0 node_network_transmit_queue_length{device="veth4757930c"} 0 node_network_transmit_queue_length{device="veth4c654921"} 0 node_network_transmit_queue_length{device="veth513dbd99"} 0 node_network_transmit_queue_length{device="veth54a3b59c"} 0 node_network_transmit_queue_length{device="veth5647580f"} 0 node_network_transmit_queue_length{device="veth5dad1976"} 0 node_network_transmit_queue_length{device="veth5ed11052"} 0 node_network_transmit_queue_length{device="veth603c1c68"} 0 node_network_transmit_queue_length{device="veth60adbdca"} 0 node_network_transmit_queue_length{device="veth6772fc2d"} 0 node_network_transmit_queue_length{device="veth6abe1f79"} 0 node_network_transmit_queue_length{device="veth72e65668"} 0 node_network_transmit_queue_length{device="veth742111be"} 0 node_network_transmit_queue_length{device="veth79a035d1"} 0 node_network_transmit_queue_length{device="veth7bced09a"} 0 node_network_transmit_queue_length{device="veth7d5eb4f0"} 0 node_network_transmit_queue_length{device="veth80c3c6c9"} 0 node_network_transmit_queue_length{device="veth8147d93c"} 0 node_network_transmit_queue_length{device="veth8725c4a0"} 0 node_network_transmit_queue_length{device="veth895be0a6"} 0 node_network_transmit_queue_length{device="veth8afeb8a2"} 0 node_network_transmit_queue_length{device="veth8d111b9b"} 0 node_network_transmit_queue_length{device="veth8d4540f6"} 0 node_network_transmit_queue_length{device="veth8eed37c8"} 0 node_network_transmit_queue_length{device="veth91c27681"} 0 node_network_transmit_queue_length{device="veth93e8e001"} 0 node_network_transmit_queue_length{device="veth948de0f8"} 0 node_network_transmit_queue_length{device="veth9b339999"} 0 node_network_transmit_queue_length{device="veth9f5d139d"} 0 node_network_transmit_queue_length{device="veth9f7995ea"} 0 node_network_transmit_queue_length{device="vetha3f704d1"} 0 node_network_transmit_queue_length{device="vethaafc4ad3"} 0 node_network_transmit_queue_length{device="vethaeaee5f9"} 0 node_network_transmit_queue_length{device="vethb058c060"} 0 node_network_transmit_queue_length{device="vethb127577d"} 0 node_network_transmit_queue_length{device="vethbaba46bd"} 0 node_network_transmit_queue_length{device="vethbf030a43"} 0 node_network_transmit_queue_length{device="vethc294aa07"} 0 node_network_transmit_queue_length{device="vethc3f8e07f"} 0 node_network_transmit_queue_length{device="vethc89d0a88"} 0 node_network_transmit_queue_length{device="vethd3dca97e"} 0 node_network_transmit_queue_length{device="vethe0fc0617"} 0 node_network_transmit_queue_length{device="vethe334de5d"} 0 node_network_transmit_queue_length{device="vethe5ad0a46"} 0 node_network_transmit_queue_length{device="vethe7ef5de0"} 0 node_network_transmit_queue_length{device="vethf03880d3"} 0 node_network_transmit_queue_length{device="vethf2c08c7f"} 0 node_network_transmit_queue_length{device="vethf4497cd8"} 0 node_network_transmit_queue_length{device="vethf479d9e4"} 0 node_network_transmit_queue_length{device="vethf5301ce2"} 0 node_network_transmit_queue_length{device="vethf551d534"} 0 node_network_transmit_queue_length{device="vethf63f8765"} 0 node_network_transmit_queue_length{device="vethfa2d8ae8"} 0 node_network_transmit_queue_length{device="vethff043fdd"} 0 node_network_transmit_queue_length{device="vethff4eac66"} 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="veth00df81b1"} 1 node_network_up{device="veth0402359f"} 1 node_network_up{device="veth08ad5f0e"} 1 node_network_up{device="veth1356d36e"} 1 node_network_up{device="veth15930317"} 1 node_network_up{device="veth1621347f"} 1 node_network_up{device="veth219baaba"} 1 node_network_up{device="veth226ec531"} 1 node_network_up{device="veth2619950b"} 1 node_network_up{device="veth278dee68"} 1 node_network_up{device="veth28843dfc"} 1 node_network_up{device="veth29306282"} 1 node_network_up{device="veth2ab2744c"} 1 node_network_up{device="veth2da6c488"} 1 node_network_up{device="veth2feb3775"} 1 node_network_up{device="veth30944765"} 1 node_network_up{device="veth3332624c"} 1 node_network_up{device="veth348d3cfc"} 1 node_network_up{device="veth36be76dc"} 1 node_network_up{device="veth3c779a19"} 1 node_network_up{device="veth3ef088ec"} 1 node_network_up{device="veth4757930c"} 1 node_network_up{device="veth4c654921"} 1 node_network_up{device="veth513dbd99"} 1 node_network_up{device="veth54a3b59c"} 1 node_network_up{device="veth5647580f"} 1 node_network_up{device="veth5dad1976"} 1 node_network_up{device="veth5ed11052"} 1 node_network_up{device="veth603c1c68"} 1 node_network_up{device="veth60adbdca"} 1 node_network_up{device="veth6772fc2d"} 1 node_network_up{device="veth6abe1f79"} 1 node_network_up{device="veth72e65668"} 1 node_network_up{device="veth742111be"} 1 node_network_up{device="veth79a035d1"} 1 node_network_up{device="veth7bced09a"} 1 node_network_up{device="veth7d5eb4f0"} 1 node_network_up{device="veth80c3c6c9"} 1 node_network_up{device="veth8147d93c"} 1 node_network_up{device="veth8725c4a0"} 1 node_network_up{device="veth895be0a6"} 1 node_network_up{device="veth8afeb8a2"} 1 node_network_up{device="veth8d111b9b"} 1 node_network_up{device="veth8d4540f6"} 1 node_network_up{device="veth8eed37c8"} 1 node_network_up{device="veth91c27681"} 1 node_network_up{device="veth93e8e001"} 1 node_network_up{device="veth948de0f8"} 1 node_network_up{device="veth9b339999"} 1 node_network_up{device="veth9f5d139d"} 1 node_network_up{device="veth9f7995ea"} 1 node_network_up{device="vetha3f704d1"} 1 node_network_up{device="vethaafc4ad3"} 1 node_network_up{device="vethaeaee5f9"} 1 node_network_up{device="vethb058c060"} 1 node_network_up{device="vethb127577d"} 1 node_network_up{device="vethbaba46bd"} 1 node_network_up{device="vethbf030a43"} 1 node_network_up{device="vethc294aa07"} 1 node_network_up{device="vethc3f8e07f"} 1 node_network_up{device="vethc89d0a88"} 1 node_network_up{device="vethd3dca97e"} 1 node_network_up{device="vethe0fc0617"} 1 node_network_up{device="vethe334de5d"} 1 node_network_up{device="vethe5ad0a46"} 1 node_network_up{device="vethe7ef5de0"} 1 node_network_up{device="vethf03880d3"} 1 node_network_up{device="vethf2c08c7f"} 1 node_network_up{device="vethf4497cd8"} 1 node_network_up{device="vethf479d9e4"} 1 node_network_up{device="vethf5301ce2"} 1 node_network_up{device="vethf551d534"} 1 node_network_up{device="vethf63f8765"} 1 node_network_up{device="vethfa2d8ae8"} 1 node_network_up{device="vethff043fdd"} 1 node_network_up{device="vethff4eac66"} 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 5642 # 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"} 329415 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"} 151277 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 1.014117e+06 node_nfs_requests_total{method="Create",proto="2"} 0 node_nfs_requests_total{method="Create",proto="3"} 0 node_nfs_requests_total{method="Create",proto="4"} 121 node_nfs_requests_total{method="CreateSession",proto="4"} 11 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 11070 node_nfs_requests_total{method="DestroyClientID",proto="4"} 2 node_nfs_requests_total{method="DestroySession",proto="4"} 6 node_nfs_requests_total{method="ExchangeID",proto="4"} 10 node_nfs_requests_total{method="FreeStateID",proto="4"} 2 node_nfs_requests_total{method="FsInfo",proto="3"} 0 node_nfs_requests_total{method="FsInfo",proto="4"} 1303 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"} 4 node_nfs_requests_total{method="GetAttr",proto="2"} 0 node_nfs_requests_total{method="GetAttr",proto="3"} 0 node_nfs_requests_total{method="GetDeviceInfo",proto="4"} 0 node_nfs_requests_total{method="GetDeviceList",proto="4"} 0 node_nfs_requests_total{method="GetLeaseTime",proto="4"} 4 node_nfs_requests_total{method="Getattr",proto="4"} 1.02502e+06 node_nfs_requests_total{method="LayoutCommit",proto="4"} 0 node_nfs_requests_total{method="LayoutGet",proto="4"} 0 node_nfs_requests_total{method="LayoutReturn",proto="4"} 0 node_nfs_requests_total{method="LayoutStats",proto="4"} 0 node_nfs_requests_total{method="Link",proto="2"} 0 node_nfs_requests_total{method="Link",proto="3"} 0 node_nfs_requests_total{method="Link",proto="4"} 0 node_nfs_requests_total{method="Lock",proto="4"} 12 node_nfs_requests_total{method="Lockt",proto="4"} 1 node_nfs_requests_total{method="Locku",proto="4"} 11 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"} 66181 node_nfs_requests_total{method="LookupRoot",proto="4"} 400 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"} 51735 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 531 node_nfs_requests_total{method="OpenNoattr",proto="4"} 124638 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 903 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"} 26115 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"} 6051 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"} 7 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"} 8163 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"} 41658 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"} 400 node_nfs_requests_total{method="Seek",proto="4"} 0 node_nfs_requests_total{method="Sequence",proto="4"} 2 node_nfs_requests_total{method="ServerCaps",proto="4"} 2206 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"} 15511 node_nfs_requests_total{method="StatFs",proto="4"} 1.535698e+06 node_nfs_requests_total{method="SymLink",proto="2"} 0 node_nfs_requests_total{method="SymLink",proto="3"} 0 node_nfs_requests_total{method="Symlink",proto="4"} 0 node_nfs_requests_total{method="TestStateID",proto="4"} 1 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 1.127304e+06 # HELP node_nfs_rpc_authentication_refreshes_total Number of RPC authentication refreshes performed. # TYPE node_nfs_rpc_authentication_refreshes_total counter node_nfs_rpc_authentication_refreshes_total 5.537366e+06 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 29 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 5.538632e+06 # 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 117712.44034999999 # 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 47696.274637 # 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 55258.282509000004 # 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 576.737013 # 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 736.517645 # 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 7 # 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"} 380362.910972024 node_schedstat_running_seconds_total{cpu="1"} 376838.409248838 node_schedstat_running_seconds_total{cpu="2"} 397430.399688405 node_schedstat_running_seconds_total{cpu="3"} 393558.204414946 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.918944385e+09 node_schedstat_timeslices_total{cpu="1"} 2.968739212e+09 node_schedstat_timeslices_total{cpu="2"} 2.896554504e+09 node_schedstat_timeslices_total{cpu="3"} 2.889593856e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 216053.176322874 node_schedstat_waiting_seconds_total{cpu="1"} 229093.148554177 node_schedstat_waiting_seconds_total{cpu="2"} 254468.920163881 node_schedstat_waiting_seconds_total{cpu="3"} 257494.885568056 # 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.133578281 node_scrape_collector_duration_seconds{collector="bcache"} 1.304e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.7753e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.109013027 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000113647 node_scrape_collector_duration_seconds{collector="cpu"} 0.000503123 node_scrape_collector_duration_seconds{collector="cpufreq"} 9.9876e-05 node_scrape_collector_duration_seconds{collector="diskstats"} 0.168184035 node_scrape_collector_duration_seconds{collector="dmi"} 2.3085e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.000106672 node_scrape_collector_duration_seconds{collector="entropy"} 0.000100156 node_scrape_collector_duration_seconds{collector="fibrechannel"} 2.2723e-05 node_scrape_collector_duration_seconds{collector="filefd"} 4.1371e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.211121628 node_scrape_collector_duration_seconds{collector="hwmon"} 2.6506e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.1832e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 4.0663e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 0.000222589 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000143064 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000312249 node_scrape_collector_duration_seconds{collector="netclass"} 0.266974531 node_scrape_collector_duration_seconds{collector="netdev"} 0.094357788 node_scrape_collector_duration_seconds{collector="netstat"} 0.128121853 node_scrape_collector_duration_seconds{collector="nfs"} 0.000315094 node_scrape_collector_duration_seconds{collector="nfsd"} 0.000116737 node_scrape_collector_duration_seconds{collector="nvme"} 2.4114e-05 node_scrape_collector_duration_seconds{collector="os"} 9.5138e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.153e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.140035276 node_scrape_collector_duration_seconds{collector="rapl"} 2.1432e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000207733 node_scrape_collector_duration_seconds{collector="selinux"} 2.112e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.00019723 node_scrape_collector_duration_seconds{collector="softnet"} 0.01230687 node_scrape_collector_duration_seconds{collector="stat"} 0.00010615 node_scrape_collector_duration_seconds{collector="tapestats"} 8.5665e-05 node_scrape_collector_duration_seconds{collector="textfile"} 3.1427e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000432928 node_scrape_collector_duration_seconds{collector="time"} 0.000188958 node_scrape_collector_duration_seconds{collector="timex"} 3.1137e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000275744 node_scrape_collector_duration_seconds{collector="uname"} 1.2983e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000277669 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000101642 node_scrape_collector_duration_seconds{collector="xfs"} 7.2709e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.4589e-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 26 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 789 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 35 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 233 # 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 954368 # 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 202 # 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 9 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 59 # 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 241664 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 828 # 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"} 20408 # 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"} 5.6150629e+07 node_softnet_processed_total{cpu="1"} 4.8624164e+07 node_softnet_processed_total{cpu="2"} 9.4654687e+07 node_softnet_processed_total{cpu="3"} 1.170909233e+09 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 6907 node_softnet_times_squeezed_total{cpu="1"} 5894 node_softnet_times_squeezed_total{cpu="2"} 26411 node_softnet_times_squeezed_total{cpu="3"} 225998 # 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.7884578938926585e+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.000017207687378 # 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.4925 # 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.001615056 # 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-137-generic",sysname="Linux",version="#137-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 17 20:28:23 UTC 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 61 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 9.898934822e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 9.470489e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.128063697e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.335364383e+09 # 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 3288.83 # 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 3.37180606535e+11 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 4.23216963813e+11 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.6107904e+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.78680392058e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.274568704e+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"} 1328 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"} 26862 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0