# 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"} 1.5083e-05 go_gc_duration_seconds{quantile="0.25"} 2.0504e-05 go_gc_duration_seconds{quantile="0.5"} 2.5498e-05 go_gc_duration_seconds{quantile="0.75"} 3.1289e-05 go_gc_duration_seconds{quantile="1"} 0.000141028 go_gc_duration_seconds_sum 0.114623653 go_gc_duration_seconds_count 3730 # 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 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.964904e+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 9.838922144e+09 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.739856e+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 1.72466861e+08 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.259864e+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.964904e+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 9.289728e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 5.963776e+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 53701 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 5.758976e+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.5253504e+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.7803149539220054e+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 1.72520562e+08 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15600 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 112000 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 179520 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 7.822752e+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 938160 # 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 1.507328e+06 # 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 1.507328e+06 # 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.2893832e+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 25 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="br-1c5ae9c4fb11"} 1 node_arp_entries{device="br-1f437ee92de3"} 1 node_arp_entries{device="br-541b70109604"} 5 node_arp_entries{device="br-57fae769631e"} 2 node_arp_entries{device="br-9d8e958996ba"} 1 node_arp_entries{device="br-b266df46df77"} 2 node_arp_entries{device="br-eac26a665bc7"} 11 node_arp_entries{device="br-f1318694100b"} 1 node_arp_entries{device="ens18"} 2 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.78030802e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.22970853e+08 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="9",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",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"} 5718.08 node_cpu_seconds_total{cpu="0",mode="iowait"} 0.84 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 0 node_cpu_seconds_total{cpu="0",mode="softirq"} 9.34 node_cpu_seconds_total{cpu="0",mode="steal"} 0.06 node_cpu_seconds_total{cpu="0",mode="system"} 153.13 node_cpu_seconds_total{cpu="0",mode="user"} 1000.57 node_cpu_seconds_total{cpu="1",mode="idle"} 5848.63 node_cpu_seconds_total{cpu="1",mode="iowait"} 0.87 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 0 node_cpu_seconds_total{cpu="1",mode="softirq"} 13.13 node_cpu_seconds_total{cpu="1",mode="steal"} 0.07 node_cpu_seconds_total{cpu="1",mode="system"} 144.47 node_cpu_seconds_total{cpu="1",mode="user"} 863.73 node_cpu_seconds_total{cpu="2",mode="idle"} 5688.15 node_cpu_seconds_total{cpu="2",mode="iowait"} 0.79 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 0 node_cpu_seconds_total{cpu="2",mode="softirq"} 5.36 node_cpu_seconds_total{cpu="2",mode="steal"} 0.06 node_cpu_seconds_total{cpu="2",mode="system"} 150.98 node_cpu_seconds_total{cpu="2",mode="user"} 1043.68 node_cpu_seconds_total{cpu="3",mode="idle"} 5655.77 node_cpu_seconds_total{cpu="3",mode="iowait"} 0.98 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 0 node_cpu_seconds_total{cpu="3",mode="softirq"} 4.02 node_cpu_seconds_total{cpu="3",mode="steal"} 0.05 node_cpu_seconds_total{cpu="3",mode="system"} 148.41 node_cpu_seconds_total{cpu="3",mode="user"} 1083.85 node_cpu_seconds_total{cpu="4",mode="idle"} 5876.69 node_cpu_seconds_total{cpu="4",mode="iowait"} 0.96 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 0 node_cpu_seconds_total{cpu="4",mode="softirq"} 2.48 node_cpu_seconds_total{cpu="4",mode="steal"} 0.05 node_cpu_seconds_total{cpu="4",mode="system"} 147.33 node_cpu_seconds_total{cpu="4",mode="user"} 862.59 node_cpu_seconds_total{cpu="5",mode="idle"} 5803.64 node_cpu_seconds_total{cpu="5",mode="iowait"} 1.12 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 0 node_cpu_seconds_total{cpu="5",mode="softirq"} 3.31 node_cpu_seconds_total{cpu="5",mode="steal"} 0.06 node_cpu_seconds_total{cpu="5",mode="system"} 137.76 node_cpu_seconds_total{cpu="5",mode="user"} 945.53 node_cpu_seconds_total{cpu="6",mode="idle"} 5681.24 node_cpu_seconds_total{cpu="6",mode="iowait"} 0.75 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 0 node_cpu_seconds_total{cpu="6",mode="softirq"} 2.15 node_cpu_seconds_total{cpu="6",mode="steal"} 0.06 node_cpu_seconds_total{cpu="6",mode="system"} 151.44 node_cpu_seconds_total{cpu="6",mode="user"} 1057.1 node_cpu_seconds_total{cpu="7",mode="idle"} 5787.37 node_cpu_seconds_total{cpu="7",mode="iowait"} 1.28 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 0 node_cpu_seconds_total{cpu="7",mode="softirq"} 2.1 node_cpu_seconds_total{cpu="7",mode="steal"} 0.05 node_cpu_seconds_total{cpu="7",mode="system"} 147.6 node_cpu_seconds_total{cpu="7",mode="user"} 953.85 node_cpu_seconds_total{cpu="8",mode="idle"} 5926.83 node_cpu_seconds_total{cpu="8",mode="iowait"} 0.77 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 0 node_cpu_seconds_total{cpu="8",mode="softirq"} 2.2 node_cpu_seconds_total{cpu="8",mode="steal"} 0.06 node_cpu_seconds_total{cpu="8",mode="system"} 149.65 node_cpu_seconds_total{cpu="8",mode="user"} 809.68 node_cpu_seconds_total{cpu="9",mode="idle"} 5573.2 node_cpu_seconds_total{cpu="9",mode="iowait"} 0.79 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 0 node_cpu_seconds_total{cpu="9",mode="softirq"} 1.95 node_cpu_seconds_total{cpu="9",mode="steal"} 0.05 node_cpu_seconds_total{cpu="9",mode="system"} 161.21 node_cpu_seconds_total{cpu="9",mode="user"} 1157.55 # 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"} 0 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"} 0 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"} 0 node_disk_discards_completed_total{device="sr0"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sr0"} 0 # HELP node_disk_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"} 1.9140000000000001 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"} 41432 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="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sr0",major="11",minor="0",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sr0"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 17.19 node_disk_io_time_seconds_total{device="sr0"} 0 # 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"} 108.47500000000001 node_disk_io_time_weighted_seconds_total{device="sr0"} 0 # 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"} 5.155972608e+09 node_disk_read_bytes_total{device="sr0"} 0 # 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"} 22.434 node_disk_read_time_seconds_total{device="sr0"} 0 # 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"} 111006 node_disk_reads_completed_total{device="sr0"} 0 # 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"} 22243 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"} 84.126 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"} 218815 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"} 266110 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"} 9.428554752e+09 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.2-0-gea1b7a073390-prebuilt.qemu.org",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-8.1",product_family="",product_name="Standard PC (i440FX + PIIX, 1996)",product_sku="",product_version="pc-i440fx-8.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.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 8800 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 8.1104920576e+10 node_filesystem_avail_bytes{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 5.323180998656e+12 node_filesystem_avail_bytes{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 6.869531754496e+12 node_filesystem_avail_bytes{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 6.869531754496e+12 node_filesystem_avail_bytes{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 6.869531754496e+12 node_filesystem_avail_bytes{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 3.650406580224e+12 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.357835264e+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/user/1000"} 3.36523264e+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/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_device_error{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_device_error{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_device_error{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 0 node_filesystem_device_error{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 0 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/user/1000"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 1.31072e+07 node_filesystem_files{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 2.22560256e+08 node_filesystem_files{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 2.22560256e+08 node_filesystem_files{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 2.22560256e+08 node_filesystem_files{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 2.22560256e+08 node_filesystem_files{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 1.6777216e+08 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.108048e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.108048e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 821609 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 1.2273652e+07 node_filesystem_files_free{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 2.22559447e+08 node_filesystem_files_free{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 2.22560245e+08 node_filesystem_files_free{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 2.22560245e+08 node_filesystem_files_free{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 2.22560245e+08 node_filesystem_files_free{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 1.65195451e+08 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.105384e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.108045e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 821541 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 9.0785021952e+10 node_filesystem_free_bytes{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 5.687840079872e+12 node_filesystem_free_bytes{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 7.234190835712e+12 node_filesystem_free_bytes{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 7.234190835712e+12 node_filesystem_free_bytes{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 7.234190835712e+12 node_filesystem_free_bytes{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 3.925301264384e+12 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.357835264e+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/user/1000"} 3.36523264e+09 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda2",major="8",minor="2",mountpoint="/"} 1 node_filesystem_mount_info{device="10.194.0.14:/mnt/backups/disk1",major="0",minor="55",mountpoint="/mnt/backups/disk1"} 1 node_filesystem_mount_info{device="10.194.0.14:/mnt/backups/disk2",major="0",minor="56",mountpoint="/mnt/backups/disk2"} 1 node_filesystem_mount_info{device="10.194.0.14:/mnt/backups/disk3",major="0",minor="50",mountpoint="/mnt/backups/disk3"} 1 node_filesystem_mount_info{device="10.194.0.14:/mnt/backups/disk4",major="0",minor="52",mountpoint="/mnt/backups/disk4"} 1 node_filesystem_mount_info{device="10.194.0.14:/mnt/superstorage",major="0",minor="49",mountpoint="/mnt/superstorage"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="28",mountpoint="/run/lock"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="47",mountpoint="/run/user/1000"} 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/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_purgeable_bytes{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_purgeable_bytes{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_purgeable_bytes{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 0 node_filesystem_purgeable_bytes{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 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/user/1000"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_readonly{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_readonly{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_readonly{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 0 node_filesystem_readonly{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 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/user/1000"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 2.10777051136e+11 node_filesystem_size_bytes{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 7.234190835712e+12 node_filesystem_size_bytes{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 7.234190835712e+12 node_filesystem_size_bytes{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 7.234190835712e+12 node_filesystem_size_bytes{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 7.234190835712e+12 node_filesystem_size_bytes{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 5.453047136256e+12 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.36531456e+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/user/1000"} 3.365310464e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 89918 # HELP node_interrupts_total Interrupt details. # TYPE node_interrupts_total counter node_interrupts_total{cpu="0",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="0",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="0",devices="",info="Function call interrupts",type="CAL"} 3.385151e+06 node_interrupts_total{cpu="0",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="0",devices="",info="IRQ work interrupts",type="IWI"} 1 node_interrupts_total{cpu="0",devices="",info="Local timer interrupts",type="LOC"} 5.502888e+06 node_interrupts_total{cpu="0",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="0",devices="",info="Machine check polls",type="MCP"} 22 node_interrupts_total{cpu="0",devices="",info="Nested posted-interrupt event",type="NPI"} 0 node_interrupts_total{cpu="0",devices="",info="Non-maskable interrupts",type="NMI"} 0 node_interrupts_total{cpu="0",devices="",info="Performance monitoring interrupts",type="PMI"} 0 node_interrupts_total{cpu="0",devices="",info="Posted-interrupt notification event",type="PIN"} 0 node_interrupts_total{cpu="0",devices="",info="Posted-interrupt wakeup event",type="PIW"} 0 node_interrupts_total{cpu="0",devices="",info="Rescheduling interrupts",type="RES"} 47732 node_interrupts_total{cpu="0",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="0",devices="",info="TLB shootdowns",type="TLB"} 47510 node_interrupts_total{cpu="0",devices="",info="Thermal event interrupts",type="TRM"} 0 node_interrupts_total{cpu="0",devices="",info="Threshold APIC interrupts",type="THR"} 0 node_interrupts_total{cpu="0",devices="0-edge virtio1-config",info="PCI-MSIX-0000:00:08.0",type="24"} 0 node_interrupts_total{cpu="0",devices="0-edge virtio2-config",info="PCI-MSIX-0000:00:12.0",type="39"} 0 node_interrupts_total{cpu="0",devices="0-edge virtio3-config",info="PCI-MSIX-0000:01:01.0",type="26"} 0 node_interrupts_total{cpu="0",devices="1-edge i8042",info="IO-APIC",type="1"} 0 node_interrupts_total{cpu="0",devices="1-edge virtio1-virtqueues",info="PCI-MSIX-0000:00:08.0",type="25"} 0 node_interrupts_total{cpu="0",devices="1-edge virtio2-input.0",info="PCI-MSIX-0000:00:12.0",type="40"} 0 node_interrupts_total{cpu="0",devices="1-edge virtio3-control",info="PCI-MSIX-0000:01:01.0",type="27"} 0 node_interrupts_total{cpu="0",devices="10-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="36"} 0 node_interrupts_total{cpu="0",devices="10-fasteoi virtio0",info="IO-APIC",type="10"} 0 node_interrupts_total{cpu="0",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 0 node_interrupts_total{cpu="0",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 0 node_interrupts_total{cpu="0",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="0",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="0",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="0",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="0",devices="2-edge timer",info="IO-APIC",type="0"} 49 node_interrupts_total{cpu="0",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="0",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="0",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 21382 node_interrupts_total{cpu="0",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="0",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="0",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="0",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 0 node_interrupts_total{cpu="0",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 0 node_interrupts_total{cpu="0",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="0",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="0",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="0",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="1",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="1",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="1",devices="",info="Function call interrupts",type="CAL"} 2.584493e+06 node_interrupts_total{cpu="1",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="1",devices="",info="IRQ work interrupts",type="IWI"} 1 node_interrupts_total{cpu="1",devices="",info="Local timer interrupts",type="LOC"} 5.549657e+06 node_interrupts_total{cpu="1",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="1",devices="",info="Machine check polls",type="MCP"} 22 node_interrupts_total{cpu="1",devices="",info="Nested posted-interrupt event",type="NPI"} 0 node_interrupts_total{cpu="1",devices="",info="Non-maskable interrupts",type="NMI"} 0 node_interrupts_total{cpu="1",devices="",info="Performance monitoring interrupts",type="PMI"} 0 node_interrupts_total{cpu="1",devices="",info="Posted-interrupt notification event",type="PIN"} 0 node_interrupts_total{cpu="1",devices="",info="Posted-interrupt wakeup event",type="PIW"} 0 node_interrupts_total{cpu="1",devices="",info="Rescheduling interrupts",type="RES"} 51080 node_interrupts_total{cpu="1",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="1",devices="",info="TLB shootdowns",type="TLB"} 45376 node_interrupts_total{cpu="1",devices="",info="Thermal event interrupts",type="TRM"} 0 node_interrupts_total{cpu="1",devices="",info="Threshold APIC interrupts",type="THR"} 0 node_interrupts_total{cpu="1",devices="0-edge virtio1-config",info="PCI-MSIX-0000:00:08.0",type="24"} 0 node_interrupts_total{cpu="1",devices="0-edge virtio2-config",info="PCI-MSIX-0000:00:12.0",type="39"} 0 node_interrupts_total{cpu="1",devices="0-edge virtio3-config",info="PCI-MSIX-0000:01:01.0",type="26"} 0 node_interrupts_total{cpu="1",devices="1-edge i8042",info="IO-APIC",type="1"} 0 node_interrupts_total{cpu="1",devices="1-edge virtio1-virtqueues",info="PCI-MSIX-0000:00:08.0",type="25"} 0 node_interrupts_total{cpu="1",devices="1-edge virtio2-input.0",info="PCI-MSIX-0000:00:12.0",type="40"} 1.773606e+06 node_interrupts_total{cpu="1",devices="1-edge virtio3-control",info="PCI-MSIX-0000:01:01.0",type="27"} 0 node_interrupts_total{cpu="1",devices="10-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="36"} 0 node_interrupts_total{cpu="1",devices="10-fasteoi virtio0",info="IO-APIC",type="10"} 0 node_interrupts_total{cpu="1",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 0 node_interrupts_total{cpu="1",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 0 node_interrupts_total{cpu="1",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="1",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="1",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="1",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="1",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="1",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="1",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="1",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="1",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 29079 node_interrupts_total{cpu="1",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="1",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="1",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 0 node_interrupts_total{cpu="1",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 0 node_interrupts_total{cpu="1",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="1",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="1",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="1",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="2",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="2",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="2",devices="",info="Function call interrupts",type="CAL"} 2.489834e+06 node_interrupts_total{cpu="2",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="2",devices="",info="IRQ work interrupts",type="IWI"} 3 node_interrupts_total{cpu="2",devices="",info="Local timer interrupts",type="LOC"} 5.425297e+06 node_interrupts_total{cpu="2",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="2",devices="",info="Machine check polls",type="MCP"} 22 node_interrupts_total{cpu="2",devices="",info="Nested posted-interrupt event",type="NPI"} 0 node_interrupts_total{cpu="2",devices="",info="Non-maskable interrupts",type="NMI"} 0 node_interrupts_total{cpu="2",devices="",info="Performance monitoring interrupts",type="PMI"} 0 node_interrupts_total{cpu="2",devices="",info="Posted-interrupt notification event",type="PIN"} 0 node_interrupts_total{cpu="2",devices="",info="Posted-interrupt wakeup event",type="PIW"} 0 node_interrupts_total{cpu="2",devices="",info="Rescheduling interrupts",type="RES"} 49044 node_interrupts_total{cpu="2",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="2",devices="",info="TLB shootdowns",type="TLB"} 50711 node_interrupts_total{cpu="2",devices="",info="Thermal event interrupts",type="TRM"} 0 node_interrupts_total{cpu="2",devices="",info="Threshold APIC interrupts",type="THR"} 0 node_interrupts_total{cpu="2",devices="0-edge virtio1-config",info="PCI-MSIX-0000:00:08.0",type="24"} 0 node_interrupts_total{cpu="2",devices="0-edge virtio2-config",info="PCI-MSIX-0000:00:12.0",type="39"} 0 node_interrupts_total{cpu="2",devices="0-edge virtio3-config",info="PCI-MSIX-0000:01:01.0",type="26"} 0 node_interrupts_total{cpu="2",devices="1-edge i8042",info="IO-APIC",type="1"} 0 node_interrupts_total{cpu="2",devices="1-edge virtio1-virtqueues",info="PCI-MSIX-0000:00:08.0",type="25"} 0 node_interrupts_total{cpu="2",devices="1-edge virtio2-input.0",info="PCI-MSIX-0000:00:12.0",type="40"} 0 node_interrupts_total{cpu="2",devices="1-edge virtio3-control",info="PCI-MSIX-0000:01:01.0",type="27"} 0 node_interrupts_total{cpu="2",devices="10-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="36"} 0 node_interrupts_total{cpu="2",devices="10-fasteoi virtio0",info="IO-APIC",type="10"} 3836 node_interrupts_total{cpu="2",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 0 node_interrupts_total{cpu="2",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 0 node_interrupts_total{cpu="2",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="2",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="2",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="2",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="2",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="2",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 2.412457e+06 node_interrupts_total{cpu="2",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="2",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="2",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="2",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 25612 node_interrupts_total{cpu="2",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="2",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 0 node_interrupts_total{cpu="2",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 0 node_interrupts_total{cpu="2",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="2",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="2",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="2",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="3",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="3",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="3",devices="",info="Function call interrupts",type="CAL"} 2.393474e+06 node_interrupts_total{cpu="3",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="3",devices="",info="IRQ work interrupts",type="IWI"} 2 node_interrupts_total{cpu="3",devices="",info="Local timer interrupts",type="LOC"} 5.48609e+06 node_interrupts_total{cpu="3",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="3",devices="",info="Machine check polls",type="MCP"} 22 node_interrupts_total{cpu="3",devices="",info="Nested posted-interrupt event",type="NPI"} 0 node_interrupts_total{cpu="3",devices="",info="Non-maskable interrupts",type="NMI"} 0 node_interrupts_total{cpu="3",devices="",info="Performance monitoring interrupts",type="PMI"} 0 node_interrupts_total{cpu="3",devices="",info="Posted-interrupt notification event",type="PIN"} 0 node_interrupts_total{cpu="3",devices="",info="Posted-interrupt wakeup event",type="PIW"} 0 node_interrupts_total{cpu="3",devices="",info="Rescheduling interrupts",type="RES"} 48251 node_interrupts_total{cpu="3",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="3",devices="",info="TLB shootdowns",type="TLB"} 49187 node_interrupts_total{cpu="3",devices="",info="Thermal event interrupts",type="TRM"} 0 node_interrupts_total{cpu="3",devices="",info="Threshold APIC interrupts",type="THR"} 0 node_interrupts_total{cpu="3",devices="0-edge virtio1-config",info="PCI-MSIX-0000:00:08.0",type="24"} 0 node_interrupts_total{cpu="3",devices="0-edge virtio2-config",info="PCI-MSIX-0000:00:12.0",type="39"} 0 node_interrupts_total{cpu="3",devices="0-edge virtio3-config",info="PCI-MSIX-0000:01:01.0",type="26"} 0 node_interrupts_total{cpu="3",devices="1-edge i8042",info="IO-APIC",type="1"} 0 node_interrupts_total{cpu="3",devices="1-edge virtio1-virtqueues",info="PCI-MSIX-0000:00:08.0",type="25"} 0 node_interrupts_total{cpu="3",devices="1-edge virtio2-input.0",info="PCI-MSIX-0000:00:12.0",type="40"} 0 node_interrupts_total{cpu="3",devices="1-edge virtio3-control",info="PCI-MSIX-0000:01:01.0",type="27"} 0 node_interrupts_total{cpu="3",devices="10-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="36"} 0 node_interrupts_total{cpu="3",devices="10-fasteoi virtio0",info="IO-APIC",type="10"} 0 node_interrupts_total{cpu="3",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 0 node_interrupts_total{cpu="3",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 32 node_interrupts_total{cpu="3",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="3",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="3",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="3",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="3",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="3",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="3",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="3",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="3",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="3",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="3",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="3",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 34787 node_interrupts_total{cpu="3",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 0 node_interrupts_total{cpu="3",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="3",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="3",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="3",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="4",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="4",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="4",devices="",info="Function call interrupts",type="CAL"} 2.500739e+06 node_interrupts_total{cpu="4",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="4",devices="",info="IRQ work interrupts",type="IWI"} 0 node_interrupts_total{cpu="4",devices="",info="Local timer interrupts",type="LOC"} 5.532608e+06 node_interrupts_total{cpu="4",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="4",devices="",info="Machine check polls",type="MCP"} 22 node_interrupts_total{cpu="4",devices="",info="Nested posted-interrupt event",type="NPI"} 0 node_interrupts_total{cpu="4",devices="",info="Non-maskable interrupts",type="NMI"} 0 node_interrupts_total{cpu="4",devices="",info="Performance monitoring interrupts",type="PMI"} 0 node_interrupts_total{cpu="4",devices="",info="Posted-interrupt notification event",type="PIN"} 0 node_interrupts_total{cpu="4",devices="",info="Posted-interrupt wakeup event",type="PIW"} 0 node_interrupts_total{cpu="4",devices="",info="Rescheduling interrupts",type="RES"} 48909 node_interrupts_total{cpu="4",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="4",devices="",info="TLB shootdowns",type="TLB"} 48103 node_interrupts_total{cpu="4",devices="",info="Thermal event interrupts",type="TRM"} 0 node_interrupts_total{cpu="4",devices="",info="Threshold APIC interrupts",type="THR"} 0 node_interrupts_total{cpu="4",devices="0-edge virtio1-config",info="PCI-MSIX-0000:00:08.0",type="24"} 0 node_interrupts_total{cpu="4",devices="0-edge virtio2-config",info="PCI-MSIX-0000:00:12.0",type="39"} 0 node_interrupts_total{cpu="4",devices="0-edge virtio3-config",info="PCI-MSIX-0000:01:01.0",type="26"} 0 node_interrupts_total{cpu="4",devices="1-edge i8042",info="IO-APIC",type="1"} 0 node_interrupts_total{cpu="4",devices="1-edge virtio1-virtqueues",info="PCI-MSIX-0000:00:08.0",type="25"} 18 node_interrupts_total{cpu="4",devices="1-edge virtio2-input.0",info="PCI-MSIX-0000:00:12.0",type="40"} 0 node_interrupts_total{cpu="4",devices="1-edge virtio3-control",info="PCI-MSIX-0000:01:01.0",type="27"} 0 node_interrupts_total{cpu="4",devices="10-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="36"} 0 node_interrupts_total{cpu="4",devices="10-fasteoi virtio0",info="IO-APIC",type="10"} 0 node_interrupts_total{cpu="4",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 0 node_interrupts_total{cpu="4",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 0 node_interrupts_total{cpu="4",devices="12-edge i8042",info="IO-APIC",type="12"} 15 node_interrupts_total{cpu="4",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="4",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="4",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="4",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="4",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="4",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="4",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="4",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="4",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="4",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="4",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 0 node_interrupts_total{cpu="4",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 19091 node_interrupts_total{cpu="4",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="4",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="4",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="4",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="5",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="5",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="5",devices="",info="Function call interrupts",type="CAL"} 2.436258e+06 node_interrupts_total{cpu="5",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="5",devices="",info="IRQ work interrupts",type="IWI"} 0 node_interrupts_total{cpu="5",devices="",info="Local timer interrupts",type="LOC"} 5.550372e+06 node_interrupts_total{cpu="5",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="5",devices="",info="Machine check polls",type="MCP"} 22 node_interrupts_total{cpu="5",devices="",info="Nested posted-interrupt event",type="NPI"} 0 node_interrupts_total{cpu="5",devices="",info="Non-maskable interrupts",type="NMI"} 0 node_interrupts_total{cpu="5",devices="",info="Performance monitoring interrupts",type="PMI"} 0 node_interrupts_total{cpu="5",devices="",info="Posted-interrupt notification event",type="PIN"} 0 node_interrupts_total{cpu="5",devices="",info="Posted-interrupt wakeup event",type="PIW"} 0 node_interrupts_total{cpu="5",devices="",info="Rescheduling interrupts",type="RES"} 49682 node_interrupts_total{cpu="5",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="5",devices="",info="TLB shootdowns",type="TLB"} 48248 node_interrupts_total{cpu="5",devices="",info="Thermal event interrupts",type="TRM"} 0 node_interrupts_total{cpu="5",devices="",info="Threshold APIC interrupts",type="THR"} 0 node_interrupts_total{cpu="5",devices="0-edge virtio1-config",info="PCI-MSIX-0000:00:08.0",type="24"} 0 node_interrupts_total{cpu="5",devices="0-edge virtio2-config",info="PCI-MSIX-0000:00:12.0",type="39"} 0 node_interrupts_total{cpu="5",devices="0-edge virtio3-config",info="PCI-MSIX-0000:01:01.0",type="26"} 0 node_interrupts_total{cpu="5",devices="1-edge i8042",info="IO-APIC",type="1"} 9 node_interrupts_total{cpu="5",devices="1-edge virtio1-virtqueues",info="PCI-MSIX-0000:00:08.0",type="25"} 0 node_interrupts_total{cpu="5",devices="1-edge virtio2-input.0",info="PCI-MSIX-0000:00:12.0",type="40"} 0 node_interrupts_total{cpu="5",devices="1-edge virtio3-control",info="PCI-MSIX-0000:01:01.0",type="27"} 0 node_interrupts_total{cpu="5",devices="10-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="36"} 0 node_interrupts_total{cpu="5",devices="10-fasteoi virtio0",info="IO-APIC",type="10"} 0 node_interrupts_total{cpu="5",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 0 node_interrupts_total{cpu="5",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 0 node_interrupts_total{cpu="5",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="5",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="5",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="5",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="5",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="5",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="5",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="5",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="5",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="5",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="5",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="5",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 0 node_interrupts_total{cpu="5",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 0 node_interrupts_total{cpu="5",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="5",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 21557 node_interrupts_total{cpu="5",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="5",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="6",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="6",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="6",devices="",info="Function call interrupts",type="CAL"} 2.394024e+06 node_interrupts_total{cpu="6",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="6",devices="",info="IRQ work interrupts",type="IWI"} 0 node_interrupts_total{cpu="6",devices="",info="Local timer interrupts",type="LOC"} 5.507827e+06 node_interrupts_total{cpu="6",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="6",devices="",info="Machine check polls",type="MCP"} 22 node_interrupts_total{cpu="6",devices="",info="Nested posted-interrupt event",type="NPI"} 0 node_interrupts_total{cpu="6",devices="",info="Non-maskable interrupts",type="NMI"} 0 node_interrupts_total{cpu="6",devices="",info="Performance monitoring interrupts",type="PMI"} 0 node_interrupts_total{cpu="6",devices="",info="Posted-interrupt notification event",type="PIN"} 0 node_interrupts_total{cpu="6",devices="",info="Posted-interrupt wakeup event",type="PIW"} 0 node_interrupts_total{cpu="6",devices="",info="Rescheduling interrupts",type="RES"} 47049 node_interrupts_total{cpu="6",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="6",devices="",info="TLB shootdowns",type="TLB"} 46701 node_interrupts_total{cpu="6",devices="",info="Thermal event interrupts",type="TRM"} 0 node_interrupts_total{cpu="6",devices="",info="Threshold APIC interrupts",type="THR"} 0 node_interrupts_total{cpu="6",devices="0-edge virtio1-config",info="PCI-MSIX-0000:00:08.0",type="24"} 0 node_interrupts_total{cpu="6",devices="0-edge virtio2-config",info="PCI-MSIX-0000:00:12.0",type="39"} 0 node_interrupts_total{cpu="6",devices="0-edge virtio3-config",info="PCI-MSIX-0000:01:01.0",type="26"} 0 node_interrupts_total{cpu="6",devices="1-edge i8042",info="IO-APIC",type="1"} 0 node_interrupts_total{cpu="6",devices="1-edge virtio1-virtqueues",info="PCI-MSIX-0000:00:08.0",type="25"} 0 node_interrupts_total{cpu="6",devices="1-edge virtio2-input.0",info="PCI-MSIX-0000:00:12.0",type="40"} 0 node_interrupts_total{cpu="6",devices="1-edge virtio3-control",info="PCI-MSIX-0000:01:01.0",type="27"} 0 node_interrupts_total{cpu="6",devices="10-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="36"} 0 node_interrupts_total{cpu="6",devices="10-fasteoi virtio0",info="IO-APIC",type="10"} 0 node_interrupts_total{cpu="6",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 0 node_interrupts_total{cpu="6",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 0 node_interrupts_total{cpu="6",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="6",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="6",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="6",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="6",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="6",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="6",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="6",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="6",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="6",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="6",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="6",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 0 node_interrupts_total{cpu="6",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 0 node_interrupts_total{cpu="6",devices="8-edge rtc0",info="IO-APIC",type="8"} 1 node_interrupts_total{cpu="6",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="6",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 20694 node_interrupts_total{cpu="6",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="7",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="7",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="7",devices="",info="Function call interrupts",type="CAL"} 2.43223e+06 node_interrupts_total{cpu="7",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="7",devices="",info="IRQ work interrupts",type="IWI"} 0 node_interrupts_total{cpu="7",devices="",info="Local timer interrupts",type="LOC"} 5.494076e+06 node_interrupts_total{cpu="7",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="7",devices="",info="Machine check polls",type="MCP"} 22 node_interrupts_total{cpu="7",devices="",info="Nested posted-interrupt event",type="NPI"} 0 node_interrupts_total{cpu="7",devices="",info="Non-maskable interrupts",type="NMI"} 0 node_interrupts_total{cpu="7",devices="",info="Performance monitoring interrupts",type="PMI"} 0 node_interrupts_total{cpu="7",devices="",info="Posted-interrupt notification event",type="PIN"} 0 node_interrupts_total{cpu="7",devices="",info="Posted-interrupt wakeup event",type="PIW"} 0 node_interrupts_total{cpu="7",devices="",info="Rescheduling interrupts",type="RES"} 47592 node_interrupts_total{cpu="7",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="7",devices="",info="TLB shootdowns",type="TLB"} 47911 node_interrupts_total{cpu="7",devices="",info="Thermal event interrupts",type="TRM"} 0 node_interrupts_total{cpu="7",devices="",info="Threshold APIC interrupts",type="THR"} 0 node_interrupts_total{cpu="7",devices="0-edge virtio1-config",info="PCI-MSIX-0000:00:08.0",type="24"} 0 node_interrupts_total{cpu="7",devices="0-edge virtio2-config",info="PCI-MSIX-0000:00:12.0",type="39"} 0 node_interrupts_total{cpu="7",devices="0-edge virtio3-config",info="PCI-MSIX-0000:01:01.0",type="26"} 0 node_interrupts_total{cpu="7",devices="1-edge i8042",info="IO-APIC",type="1"} 0 node_interrupts_total{cpu="7",devices="1-edge virtio1-virtqueues",info="PCI-MSIX-0000:00:08.0",type="25"} 0 node_interrupts_total{cpu="7",devices="1-edge virtio2-input.0",info="PCI-MSIX-0000:00:12.0",type="40"} 0 node_interrupts_total{cpu="7",devices="1-edge virtio3-control",info="PCI-MSIX-0000:01:01.0",type="27"} 0 node_interrupts_total{cpu="7",devices="10-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="36"} 16241 node_interrupts_total{cpu="7",devices="10-fasteoi virtio0",info="IO-APIC",type="10"} 0 node_interrupts_total{cpu="7",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 0 node_interrupts_total{cpu="7",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 0 node_interrupts_total{cpu="7",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="7",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="7",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="7",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="7",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="7",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="7",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="7",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="7",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="7",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="7",devices="6-edge floppy",info="IO-APIC",type="6"} 3 node_interrupts_total{cpu="7",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 0 node_interrupts_total{cpu="7",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 0 node_interrupts_total{cpu="7",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="7",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="7",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="7",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="8",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="8",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="8",devices="",info="Function call interrupts",type="CAL"} 2.462105e+06 node_interrupts_total{cpu="8",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="8",devices="",info="IRQ work interrupts",type="IWI"} 0 node_interrupts_total{cpu="8",devices="",info="Local timer interrupts",type="LOC"} 5.494715e+06 node_interrupts_total{cpu="8",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="8",devices="",info="Machine check polls",type="MCP"} 22 node_interrupts_total{cpu="8",devices="",info="Nested posted-interrupt event",type="NPI"} 0 node_interrupts_total{cpu="8",devices="",info="Non-maskable interrupts",type="NMI"} 0 node_interrupts_total{cpu="8",devices="",info="Performance monitoring interrupts",type="PMI"} 0 node_interrupts_total{cpu="8",devices="",info="Posted-interrupt notification event",type="PIN"} 0 node_interrupts_total{cpu="8",devices="",info="Posted-interrupt wakeup event",type="PIW"} 0 node_interrupts_total{cpu="8",devices="",info="Rescheduling interrupts",type="RES"} 50689 node_interrupts_total{cpu="8",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="8",devices="",info="TLB shootdowns",type="TLB"} 47032 node_interrupts_total{cpu="8",devices="",info="Thermal event interrupts",type="TRM"} 0 node_interrupts_total{cpu="8",devices="",info="Threshold APIC interrupts",type="THR"} 0 node_interrupts_total{cpu="8",devices="0-edge virtio1-config",info="PCI-MSIX-0000:00:08.0",type="24"} 0 node_interrupts_total{cpu="8",devices="0-edge virtio2-config",info="PCI-MSIX-0000:00:12.0",type="39"} 0 node_interrupts_total{cpu="8",devices="0-edge virtio3-config",info="PCI-MSIX-0000:01:01.0",type="26"} 0 node_interrupts_total{cpu="8",devices="1-edge i8042",info="IO-APIC",type="1"} 0 node_interrupts_total{cpu="8",devices="1-edge virtio1-virtqueues",info="PCI-MSIX-0000:00:08.0",type="25"} 0 node_interrupts_total{cpu="8",devices="1-edge virtio2-input.0",info="PCI-MSIX-0000:00:12.0",type="40"} 0 node_interrupts_total{cpu="8",devices="1-edge virtio3-control",info="PCI-MSIX-0000:01:01.0",type="27"} 0 node_interrupts_total{cpu="8",devices="10-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="36"} 0 node_interrupts_total{cpu="8",devices="10-fasteoi virtio0",info="IO-APIC",type="10"} 0 node_interrupts_total{cpu="8",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 14812 node_interrupts_total{cpu="8",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 0 node_interrupts_total{cpu="8",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="8",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="8",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="8",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="8",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="8",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="8",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="8",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="8",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="8",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="8",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="8",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 0 node_interrupts_total{cpu="8",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 0 node_interrupts_total{cpu="8",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="8",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="8",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="8",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="9",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="9",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="9",devices="",info="Function call interrupts",type="CAL"} 2.229782e+06 node_interrupts_total{cpu="9",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="9",devices="",info="IRQ work interrupts",type="IWI"} 138 node_interrupts_total{cpu="9",devices="",info="Local timer interrupts",type="LOC"} 5.485179e+06 node_interrupts_total{cpu="9",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="9",devices="",info="Machine check polls",type="MCP"} 22 node_interrupts_total{cpu="9",devices="",info="Nested posted-interrupt event",type="NPI"} 0 node_interrupts_total{cpu="9",devices="",info="Non-maskable interrupts",type="NMI"} 0 node_interrupts_total{cpu="9",devices="",info="Performance monitoring interrupts",type="PMI"} 0 node_interrupts_total{cpu="9",devices="",info="Posted-interrupt notification event",type="PIN"} 0 node_interrupts_total{cpu="9",devices="",info="Posted-interrupt wakeup event",type="PIW"} 0 node_interrupts_total{cpu="9",devices="",info="Rescheduling interrupts",type="RES"} 49906 node_interrupts_total{cpu="9",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="9",devices="",info="TLB shootdowns",type="TLB"} 46819 node_interrupts_total{cpu="9",devices="",info="Thermal event interrupts",type="TRM"} 0 node_interrupts_total{cpu="9",devices="",info="Threshold APIC interrupts",type="THR"} 0 node_interrupts_total{cpu="9",devices="0-edge virtio1-config",info="PCI-MSIX-0000:00:08.0",type="24"} 0 node_interrupts_total{cpu="9",devices="0-edge virtio2-config",info="PCI-MSIX-0000:00:12.0",type="39"} 0 node_interrupts_total{cpu="9",devices="0-edge virtio3-config",info="PCI-MSIX-0000:01:01.0",type="26"} 0 node_interrupts_total{cpu="9",devices="1-edge i8042",info="IO-APIC",type="1"} 0 node_interrupts_total{cpu="9",devices="1-edge virtio1-virtqueues",info="PCI-MSIX-0000:00:08.0",type="25"} 0 node_interrupts_total{cpu="9",devices="1-edge virtio2-input.0",info="PCI-MSIX-0000:00:12.0",type="40"} 0 node_interrupts_total{cpu="9",devices="1-edge virtio3-control",info="PCI-MSIX-0000:01:01.0",type="27"} 0 node_interrupts_total{cpu="9",devices="10-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="36"} 0 node_interrupts_total{cpu="9",devices="10-fasteoi virtio0",info="IO-APIC",type="10"} 0 node_interrupts_total{cpu="9",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 0 node_interrupts_total{cpu="9",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 0 node_interrupts_total{cpu="9",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="9",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 16013 node_interrupts_total{cpu="9",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="9",devices="15-edge ata_piix",info="IO-APIC",type="15"} 6918 node_interrupts_total{cpu="9",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="9",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="9",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="9",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="9",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="9",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="9",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="9",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 0 node_interrupts_total{cpu="9",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 0 node_interrupts_total{cpu="9",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="9",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="9",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="9",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 8.5242955e+07 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.36 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.5 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.53 # 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.1069083648e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.2388102144e+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.319018496e+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 9.669992448e+09 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 2.49606144e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 6.94679552e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.5416495104e+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 4.349597696e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 3.0064771072e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 6.253707264e+09 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.88588032e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 753664 # 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 0 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 4.450168832e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 4.450168832e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 6.242304e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 2.318446592e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.149255168e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.5928639488e+10 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.3653129216e+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.17006336e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.695744e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 2.71609856e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.67964416e+08 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 1.41821952e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 5.39574272e+08 # 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 8.589930496e+09 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 8.589930496e+09 # 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 1.4073748835531776e+16 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 9.0693632e+07 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 2393 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 80 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 93 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 112 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 157624 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.730495713e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 2.432980927e+09 # 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 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 2 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # 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 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 7 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 762 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 10 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.902456e+06 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 233 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2.725843e+06 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 760 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 1 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # 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 38185 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 97 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 38290 # 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="br-1c5ae9c4fb11"} 3 node_network_address_assign_type{device="br-1f437ee92de3"} 3 node_network_address_assign_type{device="br-541b70109604"} 3 node_network_address_assign_type{device="br-57fae769631e"} 3 node_network_address_assign_type{device="br-5fe347eda337"} 3 node_network_address_assign_type{device="br-607e7f2cc1eb"} 3 node_network_address_assign_type{device="br-6461bc9320a1"} 3 node_network_address_assign_type{device="br-8e9e3794015c"} 3 node_network_address_assign_type{device="br-9d8e958996ba"} 3 node_network_address_assign_type{device="br-a7e11f654a04"} 3 node_network_address_assign_type{device="br-aaba14ed7a3b"} 3 node_network_address_assign_type{device="br-b266df46df77"} 3 node_network_address_assign_type{device="br-b79aa99837b3"} 3 node_network_address_assign_type{device="br-e0fcc6d4b66e"} 3 node_network_address_assign_type{device="br-eac26a665bc7"} 3 node_network_address_assign_type{device="br-f1318694100b"} 3 node_network_address_assign_type{device="br-f37d406e9375"} 3 node_network_address_assign_type{device="br-ff21357210f8"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="ens18"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth0088aba"} 3 node_network_address_assign_type{device="veth00d4a16"} 3 node_network_address_assign_type{device="veth04a9ff5"} 3 node_network_address_assign_type{device="veth07c4e62"} 3 node_network_address_assign_type{device="veth0b27cf5"} 3 node_network_address_assign_type{device="veth0e30524"} 3 node_network_address_assign_type{device="veth10d12f9"} 3 node_network_address_assign_type{device="veth14066fc"} 3 node_network_address_assign_type{device="veth1a04378"} 3 node_network_address_assign_type{device="veth1a6a3a1"} 3 node_network_address_assign_type{device="veth1d73c71"} 3 node_network_address_assign_type{device="veth1d9a948"} 3 node_network_address_assign_type{device="veth22d86d3"} 3 node_network_address_assign_type{device="veth242a399"} 3 node_network_address_assign_type{device="veth247d928"} 3 node_network_address_assign_type{device="veth2487a8f"} 3 node_network_address_assign_type{device="veth25d85f7"} 3 node_network_address_assign_type{device="veth28a1322"} 3 node_network_address_assign_type{device="veth2e478ca"} 3 node_network_address_assign_type{device="veth2fc8bc6"} 3 node_network_address_assign_type{device="veth305e5cb"} 3 node_network_address_assign_type{device="veth307d10c"} 3 node_network_address_assign_type{device="veth32aa2de"} 3 node_network_address_assign_type{device="veth34fa5ec"} 3 node_network_address_assign_type{device="veth3d6aad2"} 3 node_network_address_assign_type{device="veth4b9f319"} 3 node_network_address_assign_type{device="veth4d94602"} 3 node_network_address_assign_type{device="veth5140c64"} 3 node_network_address_assign_type{device="veth517e95d"} 3 node_network_address_assign_type{device="veth51f9842"} 3 node_network_address_assign_type{device="veth52d5dbc"} 3 node_network_address_assign_type{device="veth54a03c1"} 3 node_network_address_assign_type{device="veth5822896"} 3 node_network_address_assign_type{device="veth58c8e56"} 3 node_network_address_assign_type{device="veth5cf8945"} 3 node_network_address_assign_type{device="veth5d47e4e"} 3 node_network_address_assign_type{device="veth60f2acb"} 3 node_network_address_assign_type{device="veth61f3f26"} 3 node_network_address_assign_type{device="veth62276df"} 3 node_network_address_assign_type{device="veth62e9488"} 3 node_network_address_assign_type{device="veth65a1947"} 3 node_network_address_assign_type{device="veth670c75f"} 3 node_network_address_assign_type{device="veth6998885"} 3 node_network_address_assign_type{device="veth6d7d5de"} 3 node_network_address_assign_type{device="veth6df6207"} 3 node_network_address_assign_type{device="veth71c0bd8"} 3 node_network_address_assign_type{device="veth77a7b4a"} 3 node_network_address_assign_type{device="veth77d5bc7"} 3 node_network_address_assign_type{device="veth77debcd"} 3 node_network_address_assign_type{device="veth8026c08"} 3 node_network_address_assign_type{device="veth834d5bf"} 3 node_network_address_assign_type{device="veth8b3cf0b"} 3 node_network_address_assign_type{device="veth8c19fd1"} 3 node_network_address_assign_type{device="veth96ba58c"} 3 node_network_address_assign_type{device="veth9d8a90d"} 3 node_network_address_assign_type{device="vetha198936"} 3 node_network_address_assign_type{device="vetha5c1621"} 3 node_network_address_assign_type{device="vetha7a284b"} 3 node_network_address_assign_type{device="vetha85c9a2"} 3 node_network_address_assign_type{device="vetha868bc1"} 3 node_network_address_assign_type{device="vethad59029"} 3 node_network_address_assign_type{device="vethadd2930"} 3 node_network_address_assign_type{device="vethae2a881"} 3 node_network_address_assign_type{device="vethaee487d"} 3 node_network_address_assign_type{device="vethb0c437b"} 3 node_network_address_assign_type{device="vethb11dac7"} 3 node_network_address_assign_type{device="vethb2aaa0f"} 3 node_network_address_assign_type{device="vethb8657e3"} 3 node_network_address_assign_type{device="vethbb35e77"} 3 node_network_address_assign_type{device="vethbf51ea0"} 3 node_network_address_assign_type{device="vethc005be1"} 3 node_network_address_assign_type{device="vethc4eaa8a"} 3 node_network_address_assign_type{device="vethcaef81e"} 3 node_network_address_assign_type{device="vethcf6b31e"} 3 node_network_address_assign_type{device="vethcfc504f"} 3 node_network_address_assign_type{device="vethcfe1188"} 3 node_network_address_assign_type{device="vethda7c054"} 3 node_network_address_assign_type{device="vethdc52c6c"} 3 node_network_address_assign_type{device="vethe301584"} 3 node_network_address_assign_type{device="vethe402393"} 3 node_network_address_assign_type{device="vethe621db0"} 3 node_network_address_assign_type{device="vethe9e0c76"} 3 node_network_address_assign_type{device="vethea2ea17"} 3 node_network_address_assign_type{device="vetheb42145"} 3 node_network_address_assign_type{device="vethed3f70f"} 3 node_network_address_assign_type{device="vethf2bc6a2"} 3 node_network_address_assign_type{device="vethf4373d5"} 3 node_network_address_assign_type{device="vethfabbf7e"} 3 node_network_address_assign_type{device="vethfc15996"} 3 node_network_address_assign_type{device="vethfd7eafb"} 3 node_network_address_assign_type{device="vethfdf59ae"} 3 node_network_address_assign_type{device="vethfe98352"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-1c5ae9c4fb11"} 1 node_network_carrier{device="br-1f437ee92de3"} 1 node_network_carrier{device="br-541b70109604"} 1 node_network_carrier{device="br-57fae769631e"} 1 node_network_carrier{device="br-5fe347eda337"} 1 node_network_carrier{device="br-607e7f2cc1eb"} 1 node_network_carrier{device="br-6461bc9320a1"} 1 node_network_carrier{device="br-8e9e3794015c"} 1 node_network_carrier{device="br-9d8e958996ba"} 1 node_network_carrier{device="br-a7e11f654a04"} 1 node_network_carrier{device="br-aaba14ed7a3b"} 1 node_network_carrier{device="br-b266df46df77"} 1 node_network_carrier{device="br-b79aa99837b3"} 1 node_network_carrier{device="br-e0fcc6d4b66e"} 1 node_network_carrier{device="br-eac26a665bc7"} 1 node_network_carrier{device="br-f1318694100b"} 1 node_network_carrier{device="br-f37d406e9375"} 1 node_network_carrier{device="br-ff21357210f8"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="ens18"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth0088aba"} 1 node_network_carrier{device="veth00d4a16"} 1 node_network_carrier{device="veth04a9ff5"} 1 node_network_carrier{device="veth07c4e62"} 1 node_network_carrier{device="veth0b27cf5"} 1 node_network_carrier{device="veth0e30524"} 1 node_network_carrier{device="veth10d12f9"} 1 node_network_carrier{device="veth14066fc"} 1 node_network_carrier{device="veth1a04378"} 1 node_network_carrier{device="veth1a6a3a1"} 1 node_network_carrier{device="veth1d73c71"} 1 node_network_carrier{device="veth1d9a948"} 1 node_network_carrier{device="veth22d86d3"} 1 node_network_carrier{device="veth242a399"} 1 node_network_carrier{device="veth247d928"} 1 node_network_carrier{device="veth2487a8f"} 1 node_network_carrier{device="veth25d85f7"} 1 node_network_carrier{device="veth28a1322"} 1 node_network_carrier{device="veth2e478ca"} 1 node_network_carrier{device="veth2fc8bc6"} 1 node_network_carrier{device="veth305e5cb"} 1 node_network_carrier{device="veth307d10c"} 1 node_network_carrier{device="veth32aa2de"} 1 node_network_carrier{device="veth34fa5ec"} 1 node_network_carrier{device="veth3d6aad2"} 1 node_network_carrier{device="veth4b9f319"} 1 node_network_carrier{device="veth4d94602"} 1 node_network_carrier{device="veth5140c64"} 1 node_network_carrier{device="veth517e95d"} 1 node_network_carrier{device="veth51f9842"} 1 node_network_carrier{device="veth52d5dbc"} 1 node_network_carrier{device="veth54a03c1"} 1 node_network_carrier{device="veth5822896"} 1 node_network_carrier{device="veth58c8e56"} 1 node_network_carrier{device="veth5cf8945"} 1 node_network_carrier{device="veth5d47e4e"} 1 node_network_carrier{device="veth60f2acb"} 1 node_network_carrier{device="veth61f3f26"} 1 node_network_carrier{device="veth62276df"} 1 node_network_carrier{device="veth62e9488"} 1 node_network_carrier{device="veth65a1947"} 1 node_network_carrier{device="veth670c75f"} 1 node_network_carrier{device="veth6998885"} 1 node_network_carrier{device="veth6d7d5de"} 1 node_network_carrier{device="veth6df6207"} 1 node_network_carrier{device="veth71c0bd8"} 1 node_network_carrier{device="veth77a7b4a"} 1 node_network_carrier{device="veth77d5bc7"} 1 node_network_carrier{device="veth77debcd"} 1 node_network_carrier{device="veth8026c08"} 1 node_network_carrier{device="veth834d5bf"} 1 node_network_carrier{device="veth8b3cf0b"} 1 node_network_carrier{device="veth8c19fd1"} 1 node_network_carrier{device="veth96ba58c"} 1 node_network_carrier{device="veth9d8a90d"} 1 node_network_carrier{device="vetha198936"} 1 node_network_carrier{device="vetha5c1621"} 1 node_network_carrier{device="vetha7a284b"} 1 node_network_carrier{device="vetha85c9a2"} 1 node_network_carrier{device="vetha868bc1"} 1 node_network_carrier{device="vethad59029"} 1 node_network_carrier{device="vethadd2930"} 1 node_network_carrier{device="vethae2a881"} 1 node_network_carrier{device="vethaee487d"} 1 node_network_carrier{device="vethb0c437b"} 1 node_network_carrier{device="vethb11dac7"} 1 node_network_carrier{device="vethb2aaa0f"} 1 node_network_carrier{device="vethb8657e3"} 1 node_network_carrier{device="vethbb35e77"} 1 node_network_carrier{device="vethbf51ea0"} 1 node_network_carrier{device="vethc005be1"} 1 node_network_carrier{device="vethc4eaa8a"} 1 node_network_carrier{device="vethcaef81e"} 1 node_network_carrier{device="vethcf6b31e"} 1 node_network_carrier{device="vethcfc504f"} 1 node_network_carrier{device="vethcfe1188"} 1 node_network_carrier{device="vethda7c054"} 1 node_network_carrier{device="vethdc52c6c"} 1 node_network_carrier{device="vethe301584"} 1 node_network_carrier{device="vethe402393"} 1 node_network_carrier{device="vethe621db0"} 1 node_network_carrier{device="vethe9e0c76"} 1 node_network_carrier{device="vethea2ea17"} 1 node_network_carrier{device="vetheb42145"} 1 node_network_carrier{device="vethed3f70f"} 1 node_network_carrier{device="vethf2bc6a2"} 1 node_network_carrier{device="vethf4373d5"} 1 node_network_carrier{device="vethfabbf7e"} 1 node_network_carrier{device="vethfc15996"} 1 node_network_carrier{device="vethfd7eafb"} 1 node_network_carrier{device="vethfdf59ae"} 1 node_network_carrier{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 2 node_network_carrier_changes_total{device="br-1f437ee92de3"} 2 node_network_carrier_changes_total{device="br-541b70109604"} 4 node_network_carrier_changes_total{device="br-57fae769631e"} 2 node_network_carrier_changes_total{device="br-5fe347eda337"} 2 node_network_carrier_changes_total{device="br-607e7f2cc1eb"} 4 node_network_carrier_changes_total{device="br-6461bc9320a1"} 4 node_network_carrier_changes_total{device="br-8e9e3794015c"} 4 node_network_carrier_changes_total{device="br-9d8e958996ba"} 2 node_network_carrier_changes_total{device="br-a7e11f654a04"} 4 node_network_carrier_changes_total{device="br-aaba14ed7a3b"} 4 node_network_carrier_changes_total{device="br-b266df46df77"} 4 node_network_carrier_changes_total{device="br-b79aa99837b3"} 4 node_network_carrier_changes_total{device="br-e0fcc6d4b66e"} 2 node_network_carrier_changes_total{device="br-eac26a665bc7"} 2 node_network_carrier_changes_total{device="br-f1318694100b"} 4 node_network_carrier_changes_total{device="br-f37d406e9375"} 4 node_network_carrier_changes_total{device="br-ff21357210f8"} 4 node_network_carrier_changes_total{device="docker0"} 1 node_network_carrier_changes_total{device="ens18"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth0088aba"} 2 node_network_carrier_changes_total{device="veth00d4a16"} 2 node_network_carrier_changes_total{device="veth04a9ff5"} 2 node_network_carrier_changes_total{device="veth07c4e62"} 2 node_network_carrier_changes_total{device="veth0b27cf5"} 2 node_network_carrier_changes_total{device="veth0e30524"} 2 node_network_carrier_changes_total{device="veth10d12f9"} 2 node_network_carrier_changes_total{device="veth14066fc"} 2 node_network_carrier_changes_total{device="veth1a04378"} 2 node_network_carrier_changes_total{device="veth1a6a3a1"} 2 node_network_carrier_changes_total{device="veth1d73c71"} 2 node_network_carrier_changes_total{device="veth1d9a948"} 2 node_network_carrier_changes_total{device="veth22d86d3"} 2 node_network_carrier_changes_total{device="veth242a399"} 2 node_network_carrier_changes_total{device="veth247d928"} 2 node_network_carrier_changes_total{device="veth2487a8f"} 2 node_network_carrier_changes_total{device="veth25d85f7"} 2 node_network_carrier_changes_total{device="veth28a1322"} 2 node_network_carrier_changes_total{device="veth2e478ca"} 2 node_network_carrier_changes_total{device="veth2fc8bc6"} 2 node_network_carrier_changes_total{device="veth305e5cb"} 2 node_network_carrier_changes_total{device="veth307d10c"} 2 node_network_carrier_changes_total{device="veth32aa2de"} 2 node_network_carrier_changes_total{device="veth34fa5ec"} 2 node_network_carrier_changes_total{device="veth3d6aad2"} 2 node_network_carrier_changes_total{device="veth4b9f319"} 2 node_network_carrier_changes_total{device="veth4d94602"} 2 node_network_carrier_changes_total{device="veth5140c64"} 2 node_network_carrier_changes_total{device="veth517e95d"} 2 node_network_carrier_changes_total{device="veth51f9842"} 2 node_network_carrier_changes_total{device="veth52d5dbc"} 2 node_network_carrier_changes_total{device="veth54a03c1"} 2 node_network_carrier_changes_total{device="veth5822896"} 2 node_network_carrier_changes_total{device="veth58c8e56"} 2 node_network_carrier_changes_total{device="veth5cf8945"} 2 node_network_carrier_changes_total{device="veth5d47e4e"} 2 node_network_carrier_changes_total{device="veth60f2acb"} 2 node_network_carrier_changes_total{device="veth61f3f26"} 2 node_network_carrier_changes_total{device="veth62276df"} 2 node_network_carrier_changes_total{device="veth62e9488"} 2 node_network_carrier_changes_total{device="veth65a1947"} 2 node_network_carrier_changes_total{device="veth670c75f"} 2 node_network_carrier_changes_total{device="veth6998885"} 2 node_network_carrier_changes_total{device="veth6d7d5de"} 2 node_network_carrier_changes_total{device="veth6df6207"} 2 node_network_carrier_changes_total{device="veth71c0bd8"} 2 node_network_carrier_changes_total{device="veth77a7b4a"} 2 node_network_carrier_changes_total{device="veth77d5bc7"} 2 node_network_carrier_changes_total{device="veth77debcd"} 2 node_network_carrier_changes_total{device="veth8026c08"} 2 node_network_carrier_changes_total{device="veth834d5bf"} 2 node_network_carrier_changes_total{device="veth8b3cf0b"} 2 node_network_carrier_changes_total{device="veth8c19fd1"} 2 node_network_carrier_changes_total{device="veth96ba58c"} 2 node_network_carrier_changes_total{device="veth9d8a90d"} 2 node_network_carrier_changes_total{device="vetha198936"} 2 node_network_carrier_changes_total{device="vetha5c1621"} 2 node_network_carrier_changes_total{device="vetha7a284b"} 2 node_network_carrier_changes_total{device="vetha85c9a2"} 2 node_network_carrier_changes_total{device="vetha868bc1"} 2 node_network_carrier_changes_total{device="vethad59029"} 2 node_network_carrier_changes_total{device="vethadd2930"} 2 node_network_carrier_changes_total{device="vethae2a881"} 2 node_network_carrier_changes_total{device="vethaee487d"} 2 node_network_carrier_changes_total{device="vethb0c437b"} 2 node_network_carrier_changes_total{device="vethb11dac7"} 2 node_network_carrier_changes_total{device="vethb2aaa0f"} 2 node_network_carrier_changes_total{device="vethb8657e3"} 2 node_network_carrier_changes_total{device="vethbb35e77"} 2 node_network_carrier_changes_total{device="vethbf51ea0"} 2 node_network_carrier_changes_total{device="vethc005be1"} 2 node_network_carrier_changes_total{device="vethc4eaa8a"} 2 node_network_carrier_changes_total{device="vethcaef81e"} 2 node_network_carrier_changes_total{device="vethcf6b31e"} 2 node_network_carrier_changes_total{device="vethcfc504f"} 2 node_network_carrier_changes_total{device="vethcfe1188"} 2 node_network_carrier_changes_total{device="vethda7c054"} 2 node_network_carrier_changes_total{device="vethdc52c6c"} 2 node_network_carrier_changes_total{device="vethe301584"} 2 node_network_carrier_changes_total{device="vethe402393"} 2 node_network_carrier_changes_total{device="vethe621db0"} 2 node_network_carrier_changes_total{device="vethe9e0c76"} 2 node_network_carrier_changes_total{device="vethea2ea17"} 2 node_network_carrier_changes_total{device="vetheb42145"} 2 node_network_carrier_changes_total{device="vethed3f70f"} 2 node_network_carrier_changes_total{device="vethf2bc6a2"} 2 node_network_carrier_changes_total{device="vethf4373d5"} 2 node_network_carrier_changes_total{device="vethfabbf7e"} 2 node_network_carrier_changes_total{device="vethfc15996"} 2 node_network_carrier_changes_total{device="vethfd7eafb"} 2 node_network_carrier_changes_total{device="vethfdf59ae"} 2 node_network_carrier_changes_total{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 1 node_network_carrier_down_changes_total{device="br-1f437ee92de3"} 1 node_network_carrier_down_changes_total{device="br-541b70109604"} 2 node_network_carrier_down_changes_total{device="br-57fae769631e"} 1 node_network_carrier_down_changes_total{device="br-5fe347eda337"} 1 node_network_carrier_down_changes_total{device="br-607e7f2cc1eb"} 2 node_network_carrier_down_changes_total{device="br-6461bc9320a1"} 2 node_network_carrier_down_changes_total{device="br-8e9e3794015c"} 2 node_network_carrier_down_changes_total{device="br-9d8e958996ba"} 1 node_network_carrier_down_changes_total{device="br-a7e11f654a04"} 2 node_network_carrier_down_changes_total{device="br-aaba14ed7a3b"} 2 node_network_carrier_down_changes_total{device="br-b266df46df77"} 2 node_network_carrier_down_changes_total{device="br-b79aa99837b3"} 2 node_network_carrier_down_changes_total{device="br-e0fcc6d4b66e"} 1 node_network_carrier_down_changes_total{device="br-eac26a665bc7"} 1 node_network_carrier_down_changes_total{device="br-f1318694100b"} 2 node_network_carrier_down_changes_total{device="br-f37d406e9375"} 2 node_network_carrier_down_changes_total{device="br-ff21357210f8"} 2 node_network_carrier_down_changes_total{device="docker0"} 1 node_network_carrier_down_changes_total{device="ens18"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth0088aba"} 1 node_network_carrier_down_changes_total{device="veth00d4a16"} 1 node_network_carrier_down_changes_total{device="veth04a9ff5"} 1 node_network_carrier_down_changes_total{device="veth07c4e62"} 1 node_network_carrier_down_changes_total{device="veth0b27cf5"} 1 node_network_carrier_down_changes_total{device="veth0e30524"} 1 node_network_carrier_down_changes_total{device="veth10d12f9"} 1 node_network_carrier_down_changes_total{device="veth14066fc"} 1 node_network_carrier_down_changes_total{device="veth1a04378"} 1 node_network_carrier_down_changes_total{device="veth1a6a3a1"} 1 node_network_carrier_down_changes_total{device="veth1d73c71"} 1 node_network_carrier_down_changes_total{device="veth1d9a948"} 1 node_network_carrier_down_changes_total{device="veth22d86d3"} 1 node_network_carrier_down_changes_total{device="veth242a399"} 1 node_network_carrier_down_changes_total{device="veth247d928"} 1 node_network_carrier_down_changes_total{device="veth2487a8f"} 1 node_network_carrier_down_changes_total{device="veth25d85f7"} 1 node_network_carrier_down_changes_total{device="veth28a1322"} 1 node_network_carrier_down_changes_total{device="veth2e478ca"} 1 node_network_carrier_down_changes_total{device="veth2fc8bc6"} 1 node_network_carrier_down_changes_total{device="veth305e5cb"} 1 node_network_carrier_down_changes_total{device="veth307d10c"} 1 node_network_carrier_down_changes_total{device="veth32aa2de"} 1 node_network_carrier_down_changes_total{device="veth34fa5ec"} 1 node_network_carrier_down_changes_total{device="veth3d6aad2"} 1 node_network_carrier_down_changes_total{device="veth4b9f319"} 1 node_network_carrier_down_changes_total{device="veth4d94602"} 1 node_network_carrier_down_changes_total{device="veth5140c64"} 1 node_network_carrier_down_changes_total{device="veth517e95d"} 1 node_network_carrier_down_changes_total{device="veth51f9842"} 1 node_network_carrier_down_changes_total{device="veth52d5dbc"} 1 node_network_carrier_down_changes_total{device="veth54a03c1"} 1 node_network_carrier_down_changes_total{device="veth5822896"} 1 node_network_carrier_down_changes_total{device="veth58c8e56"} 1 node_network_carrier_down_changes_total{device="veth5cf8945"} 1 node_network_carrier_down_changes_total{device="veth5d47e4e"} 1 node_network_carrier_down_changes_total{device="veth60f2acb"} 1 node_network_carrier_down_changes_total{device="veth61f3f26"} 1 node_network_carrier_down_changes_total{device="veth62276df"} 1 node_network_carrier_down_changes_total{device="veth62e9488"} 1 node_network_carrier_down_changes_total{device="veth65a1947"} 1 node_network_carrier_down_changes_total{device="veth670c75f"} 1 node_network_carrier_down_changes_total{device="veth6998885"} 1 node_network_carrier_down_changes_total{device="veth6d7d5de"} 1 node_network_carrier_down_changes_total{device="veth6df6207"} 1 node_network_carrier_down_changes_total{device="veth71c0bd8"} 1 node_network_carrier_down_changes_total{device="veth77a7b4a"} 1 node_network_carrier_down_changes_total{device="veth77d5bc7"} 1 node_network_carrier_down_changes_total{device="veth77debcd"} 1 node_network_carrier_down_changes_total{device="veth8026c08"} 1 node_network_carrier_down_changes_total{device="veth834d5bf"} 1 node_network_carrier_down_changes_total{device="veth8b3cf0b"} 1 node_network_carrier_down_changes_total{device="veth8c19fd1"} 1 node_network_carrier_down_changes_total{device="veth96ba58c"} 1 node_network_carrier_down_changes_total{device="veth9d8a90d"} 1 node_network_carrier_down_changes_total{device="vetha198936"} 1 node_network_carrier_down_changes_total{device="vetha5c1621"} 1 node_network_carrier_down_changes_total{device="vetha7a284b"} 1 node_network_carrier_down_changes_total{device="vetha85c9a2"} 1 node_network_carrier_down_changes_total{device="vetha868bc1"} 1 node_network_carrier_down_changes_total{device="vethad59029"} 1 node_network_carrier_down_changes_total{device="vethadd2930"} 1 node_network_carrier_down_changes_total{device="vethae2a881"} 1 node_network_carrier_down_changes_total{device="vethaee487d"} 1 node_network_carrier_down_changes_total{device="vethb0c437b"} 1 node_network_carrier_down_changes_total{device="vethb11dac7"} 1 node_network_carrier_down_changes_total{device="vethb2aaa0f"} 1 node_network_carrier_down_changes_total{device="vethb8657e3"} 1 node_network_carrier_down_changes_total{device="vethbb35e77"} 1 node_network_carrier_down_changes_total{device="vethbf51ea0"} 1 node_network_carrier_down_changes_total{device="vethc005be1"} 1 node_network_carrier_down_changes_total{device="vethc4eaa8a"} 1 node_network_carrier_down_changes_total{device="vethcaef81e"} 1 node_network_carrier_down_changes_total{device="vethcf6b31e"} 1 node_network_carrier_down_changes_total{device="vethcfc504f"} 1 node_network_carrier_down_changes_total{device="vethcfe1188"} 1 node_network_carrier_down_changes_total{device="vethda7c054"} 1 node_network_carrier_down_changes_total{device="vethdc52c6c"} 1 node_network_carrier_down_changes_total{device="vethe301584"} 1 node_network_carrier_down_changes_total{device="vethe402393"} 1 node_network_carrier_down_changes_total{device="vethe621db0"} 1 node_network_carrier_down_changes_total{device="vethe9e0c76"} 1 node_network_carrier_down_changes_total{device="vethea2ea17"} 1 node_network_carrier_down_changes_total{device="vetheb42145"} 1 node_network_carrier_down_changes_total{device="vethed3f70f"} 1 node_network_carrier_down_changes_total{device="vethf2bc6a2"} 1 node_network_carrier_down_changes_total{device="vethf4373d5"} 1 node_network_carrier_down_changes_total{device="vethfabbf7e"} 1 node_network_carrier_down_changes_total{device="vethfc15996"} 1 node_network_carrier_down_changes_total{device="vethfd7eafb"} 1 node_network_carrier_down_changes_total{device="vethfdf59ae"} 1 node_network_carrier_down_changes_total{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 1 node_network_carrier_up_changes_total{device="br-1f437ee92de3"} 1 node_network_carrier_up_changes_total{device="br-541b70109604"} 2 node_network_carrier_up_changes_total{device="br-57fae769631e"} 1 node_network_carrier_up_changes_total{device="br-5fe347eda337"} 1 node_network_carrier_up_changes_total{device="br-607e7f2cc1eb"} 2 node_network_carrier_up_changes_total{device="br-6461bc9320a1"} 2 node_network_carrier_up_changes_total{device="br-8e9e3794015c"} 2 node_network_carrier_up_changes_total{device="br-9d8e958996ba"} 1 node_network_carrier_up_changes_total{device="br-a7e11f654a04"} 2 node_network_carrier_up_changes_total{device="br-aaba14ed7a3b"} 2 node_network_carrier_up_changes_total{device="br-b266df46df77"} 2 node_network_carrier_up_changes_total{device="br-b79aa99837b3"} 2 node_network_carrier_up_changes_total{device="br-e0fcc6d4b66e"} 1 node_network_carrier_up_changes_total{device="br-eac26a665bc7"} 1 node_network_carrier_up_changes_total{device="br-f1318694100b"} 2 node_network_carrier_up_changes_total{device="br-f37d406e9375"} 2 node_network_carrier_up_changes_total{device="br-ff21357210f8"} 2 node_network_carrier_up_changes_total{device="docker0"} 0 node_network_carrier_up_changes_total{device="ens18"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth0088aba"} 1 node_network_carrier_up_changes_total{device="veth00d4a16"} 1 node_network_carrier_up_changes_total{device="veth04a9ff5"} 1 node_network_carrier_up_changes_total{device="veth07c4e62"} 1 node_network_carrier_up_changes_total{device="veth0b27cf5"} 1 node_network_carrier_up_changes_total{device="veth0e30524"} 1 node_network_carrier_up_changes_total{device="veth10d12f9"} 1 node_network_carrier_up_changes_total{device="veth14066fc"} 1 node_network_carrier_up_changes_total{device="veth1a04378"} 1 node_network_carrier_up_changes_total{device="veth1a6a3a1"} 1 node_network_carrier_up_changes_total{device="veth1d73c71"} 1 node_network_carrier_up_changes_total{device="veth1d9a948"} 1 node_network_carrier_up_changes_total{device="veth22d86d3"} 1 node_network_carrier_up_changes_total{device="veth242a399"} 1 node_network_carrier_up_changes_total{device="veth247d928"} 1 node_network_carrier_up_changes_total{device="veth2487a8f"} 1 node_network_carrier_up_changes_total{device="veth25d85f7"} 1 node_network_carrier_up_changes_total{device="veth28a1322"} 1 node_network_carrier_up_changes_total{device="veth2e478ca"} 1 node_network_carrier_up_changes_total{device="veth2fc8bc6"} 1 node_network_carrier_up_changes_total{device="veth305e5cb"} 1 node_network_carrier_up_changes_total{device="veth307d10c"} 1 node_network_carrier_up_changes_total{device="veth32aa2de"} 1 node_network_carrier_up_changes_total{device="veth34fa5ec"} 1 node_network_carrier_up_changes_total{device="veth3d6aad2"} 1 node_network_carrier_up_changes_total{device="veth4b9f319"} 1 node_network_carrier_up_changes_total{device="veth4d94602"} 1 node_network_carrier_up_changes_total{device="veth5140c64"} 1 node_network_carrier_up_changes_total{device="veth517e95d"} 1 node_network_carrier_up_changes_total{device="veth51f9842"} 1 node_network_carrier_up_changes_total{device="veth52d5dbc"} 1 node_network_carrier_up_changes_total{device="veth54a03c1"} 1 node_network_carrier_up_changes_total{device="veth5822896"} 1 node_network_carrier_up_changes_total{device="veth58c8e56"} 1 node_network_carrier_up_changes_total{device="veth5cf8945"} 1 node_network_carrier_up_changes_total{device="veth5d47e4e"} 1 node_network_carrier_up_changes_total{device="veth60f2acb"} 1 node_network_carrier_up_changes_total{device="veth61f3f26"} 1 node_network_carrier_up_changes_total{device="veth62276df"} 1 node_network_carrier_up_changes_total{device="veth62e9488"} 1 node_network_carrier_up_changes_total{device="veth65a1947"} 1 node_network_carrier_up_changes_total{device="veth670c75f"} 1 node_network_carrier_up_changes_total{device="veth6998885"} 1 node_network_carrier_up_changes_total{device="veth6d7d5de"} 1 node_network_carrier_up_changes_total{device="veth6df6207"} 1 node_network_carrier_up_changes_total{device="veth71c0bd8"} 1 node_network_carrier_up_changes_total{device="veth77a7b4a"} 1 node_network_carrier_up_changes_total{device="veth77d5bc7"} 1 node_network_carrier_up_changes_total{device="veth77debcd"} 1 node_network_carrier_up_changes_total{device="veth8026c08"} 1 node_network_carrier_up_changes_total{device="veth834d5bf"} 1 node_network_carrier_up_changes_total{device="veth8b3cf0b"} 1 node_network_carrier_up_changes_total{device="veth8c19fd1"} 1 node_network_carrier_up_changes_total{device="veth96ba58c"} 1 node_network_carrier_up_changes_total{device="veth9d8a90d"} 1 node_network_carrier_up_changes_total{device="vetha198936"} 1 node_network_carrier_up_changes_total{device="vetha5c1621"} 1 node_network_carrier_up_changes_total{device="vetha7a284b"} 1 node_network_carrier_up_changes_total{device="vetha85c9a2"} 1 node_network_carrier_up_changes_total{device="vetha868bc1"} 1 node_network_carrier_up_changes_total{device="vethad59029"} 1 node_network_carrier_up_changes_total{device="vethadd2930"} 1 node_network_carrier_up_changes_total{device="vethae2a881"} 1 node_network_carrier_up_changes_total{device="vethaee487d"} 1 node_network_carrier_up_changes_total{device="vethb0c437b"} 1 node_network_carrier_up_changes_total{device="vethb11dac7"} 1 node_network_carrier_up_changes_total{device="vethb2aaa0f"} 1 node_network_carrier_up_changes_total{device="vethb8657e3"} 1 node_network_carrier_up_changes_total{device="vethbb35e77"} 1 node_network_carrier_up_changes_total{device="vethbf51ea0"} 1 node_network_carrier_up_changes_total{device="vethc005be1"} 1 node_network_carrier_up_changes_total{device="vethc4eaa8a"} 1 node_network_carrier_up_changes_total{device="vethcaef81e"} 1 node_network_carrier_up_changes_total{device="vethcf6b31e"} 1 node_network_carrier_up_changes_total{device="vethcfc504f"} 1 node_network_carrier_up_changes_total{device="vethcfe1188"} 1 node_network_carrier_up_changes_total{device="vethda7c054"} 1 node_network_carrier_up_changes_total{device="vethdc52c6c"} 1 node_network_carrier_up_changes_total{device="vethe301584"} 1 node_network_carrier_up_changes_total{device="vethe402393"} 1 node_network_carrier_up_changes_total{device="vethe621db0"} 1 node_network_carrier_up_changes_total{device="vethe9e0c76"} 1 node_network_carrier_up_changes_total{device="vethea2ea17"} 1 node_network_carrier_up_changes_total{device="vetheb42145"} 1 node_network_carrier_up_changes_total{device="vethed3f70f"} 1 node_network_carrier_up_changes_total{device="vethf2bc6a2"} 1 node_network_carrier_up_changes_total{device="vethf4373d5"} 1 node_network_carrier_up_changes_total{device="vethfabbf7e"} 1 node_network_carrier_up_changes_total{device="vethfc15996"} 1 node_network_carrier_up_changes_total{device="vethfd7eafb"} 1 node_network_carrier_up_changes_total{device="vethfdf59ae"} 1 node_network_carrier_up_changes_total{device="vethfe98352"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-1c5ae9c4fb11"} 0 node_network_device_id{device="br-1f437ee92de3"} 0 node_network_device_id{device="br-541b70109604"} 0 node_network_device_id{device="br-57fae769631e"} 0 node_network_device_id{device="br-5fe347eda337"} 0 node_network_device_id{device="br-607e7f2cc1eb"} 0 node_network_device_id{device="br-6461bc9320a1"} 0 node_network_device_id{device="br-8e9e3794015c"} 0 node_network_device_id{device="br-9d8e958996ba"} 0 node_network_device_id{device="br-a7e11f654a04"} 0 node_network_device_id{device="br-aaba14ed7a3b"} 0 node_network_device_id{device="br-b266df46df77"} 0 node_network_device_id{device="br-b79aa99837b3"} 0 node_network_device_id{device="br-e0fcc6d4b66e"} 0 node_network_device_id{device="br-eac26a665bc7"} 0 node_network_device_id{device="br-f1318694100b"} 0 node_network_device_id{device="br-f37d406e9375"} 0 node_network_device_id{device="br-ff21357210f8"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="ens18"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth0088aba"} 0 node_network_device_id{device="veth00d4a16"} 0 node_network_device_id{device="veth04a9ff5"} 0 node_network_device_id{device="veth07c4e62"} 0 node_network_device_id{device="veth0b27cf5"} 0 node_network_device_id{device="veth0e30524"} 0 node_network_device_id{device="veth10d12f9"} 0 node_network_device_id{device="veth14066fc"} 0 node_network_device_id{device="veth1a04378"} 0 node_network_device_id{device="veth1a6a3a1"} 0 node_network_device_id{device="veth1d73c71"} 0 node_network_device_id{device="veth1d9a948"} 0 node_network_device_id{device="veth22d86d3"} 0 node_network_device_id{device="veth242a399"} 0 node_network_device_id{device="veth247d928"} 0 node_network_device_id{device="veth2487a8f"} 0 node_network_device_id{device="veth25d85f7"} 0 node_network_device_id{device="veth28a1322"} 0 node_network_device_id{device="veth2e478ca"} 0 node_network_device_id{device="veth2fc8bc6"} 0 node_network_device_id{device="veth305e5cb"} 0 node_network_device_id{device="veth307d10c"} 0 node_network_device_id{device="veth32aa2de"} 0 node_network_device_id{device="veth34fa5ec"} 0 node_network_device_id{device="veth3d6aad2"} 0 node_network_device_id{device="veth4b9f319"} 0 node_network_device_id{device="veth4d94602"} 0 node_network_device_id{device="veth5140c64"} 0 node_network_device_id{device="veth517e95d"} 0 node_network_device_id{device="veth51f9842"} 0 node_network_device_id{device="veth52d5dbc"} 0 node_network_device_id{device="veth54a03c1"} 0 node_network_device_id{device="veth5822896"} 0 node_network_device_id{device="veth58c8e56"} 0 node_network_device_id{device="veth5cf8945"} 0 node_network_device_id{device="veth5d47e4e"} 0 node_network_device_id{device="veth60f2acb"} 0 node_network_device_id{device="veth61f3f26"} 0 node_network_device_id{device="veth62276df"} 0 node_network_device_id{device="veth62e9488"} 0 node_network_device_id{device="veth65a1947"} 0 node_network_device_id{device="veth670c75f"} 0 node_network_device_id{device="veth6998885"} 0 node_network_device_id{device="veth6d7d5de"} 0 node_network_device_id{device="veth6df6207"} 0 node_network_device_id{device="veth71c0bd8"} 0 node_network_device_id{device="veth77a7b4a"} 0 node_network_device_id{device="veth77d5bc7"} 0 node_network_device_id{device="veth77debcd"} 0 node_network_device_id{device="veth8026c08"} 0 node_network_device_id{device="veth834d5bf"} 0 node_network_device_id{device="veth8b3cf0b"} 0 node_network_device_id{device="veth8c19fd1"} 0 node_network_device_id{device="veth96ba58c"} 0 node_network_device_id{device="veth9d8a90d"} 0 node_network_device_id{device="vetha198936"} 0 node_network_device_id{device="vetha5c1621"} 0 node_network_device_id{device="vetha7a284b"} 0 node_network_device_id{device="vetha85c9a2"} 0 node_network_device_id{device="vetha868bc1"} 0 node_network_device_id{device="vethad59029"} 0 node_network_device_id{device="vethadd2930"} 0 node_network_device_id{device="vethae2a881"} 0 node_network_device_id{device="vethaee487d"} 0 node_network_device_id{device="vethb0c437b"} 0 node_network_device_id{device="vethb11dac7"} 0 node_network_device_id{device="vethb2aaa0f"} 0 node_network_device_id{device="vethb8657e3"} 0 node_network_device_id{device="vethbb35e77"} 0 node_network_device_id{device="vethbf51ea0"} 0 node_network_device_id{device="vethc005be1"} 0 node_network_device_id{device="vethc4eaa8a"} 0 node_network_device_id{device="vethcaef81e"} 0 node_network_device_id{device="vethcf6b31e"} 0 node_network_device_id{device="vethcfc504f"} 0 node_network_device_id{device="vethcfe1188"} 0 node_network_device_id{device="vethda7c054"} 0 node_network_device_id{device="vethdc52c6c"} 0 node_network_device_id{device="vethe301584"} 0 node_network_device_id{device="vethe402393"} 0 node_network_device_id{device="vethe621db0"} 0 node_network_device_id{device="vethe9e0c76"} 0 node_network_device_id{device="vethea2ea17"} 0 node_network_device_id{device="vetheb42145"} 0 node_network_device_id{device="vethed3f70f"} 0 node_network_device_id{device="vethf2bc6a2"} 0 node_network_device_id{device="vethf4373d5"} 0 node_network_device_id{device="vethfabbf7e"} 0 node_network_device_id{device="vethfc15996"} 0 node_network_device_id{device="vethfd7eafb"} 0 node_network_device_id{device="vethfdf59ae"} 0 node_network_device_id{device="vethfe98352"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-1c5ae9c4fb11"} 0 node_network_dormant{device="br-1f437ee92de3"} 0 node_network_dormant{device="br-541b70109604"} 0 node_network_dormant{device="br-57fae769631e"} 0 node_network_dormant{device="br-5fe347eda337"} 0 node_network_dormant{device="br-607e7f2cc1eb"} 0 node_network_dormant{device="br-6461bc9320a1"} 0 node_network_dormant{device="br-8e9e3794015c"} 0 node_network_dormant{device="br-9d8e958996ba"} 0 node_network_dormant{device="br-a7e11f654a04"} 0 node_network_dormant{device="br-aaba14ed7a3b"} 0 node_network_dormant{device="br-b266df46df77"} 0 node_network_dormant{device="br-b79aa99837b3"} 0 node_network_dormant{device="br-e0fcc6d4b66e"} 0 node_network_dormant{device="br-eac26a665bc7"} 0 node_network_dormant{device="br-f1318694100b"} 0 node_network_dormant{device="br-f37d406e9375"} 0 node_network_dormant{device="br-ff21357210f8"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="ens18"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth0088aba"} 0 node_network_dormant{device="veth00d4a16"} 0 node_network_dormant{device="veth04a9ff5"} 0 node_network_dormant{device="veth07c4e62"} 0 node_network_dormant{device="veth0b27cf5"} 0 node_network_dormant{device="veth0e30524"} 0 node_network_dormant{device="veth10d12f9"} 0 node_network_dormant{device="veth14066fc"} 0 node_network_dormant{device="veth1a04378"} 0 node_network_dormant{device="veth1a6a3a1"} 0 node_network_dormant{device="veth1d73c71"} 0 node_network_dormant{device="veth1d9a948"} 0 node_network_dormant{device="veth22d86d3"} 0 node_network_dormant{device="veth242a399"} 0 node_network_dormant{device="veth247d928"} 0 node_network_dormant{device="veth2487a8f"} 0 node_network_dormant{device="veth25d85f7"} 0 node_network_dormant{device="veth28a1322"} 0 node_network_dormant{device="veth2e478ca"} 0 node_network_dormant{device="veth2fc8bc6"} 0 node_network_dormant{device="veth305e5cb"} 0 node_network_dormant{device="veth307d10c"} 0 node_network_dormant{device="veth32aa2de"} 0 node_network_dormant{device="veth34fa5ec"} 0 node_network_dormant{device="veth3d6aad2"} 0 node_network_dormant{device="veth4b9f319"} 0 node_network_dormant{device="veth4d94602"} 0 node_network_dormant{device="veth5140c64"} 0 node_network_dormant{device="veth517e95d"} 0 node_network_dormant{device="veth51f9842"} 0 node_network_dormant{device="veth52d5dbc"} 0 node_network_dormant{device="veth54a03c1"} 0 node_network_dormant{device="veth5822896"} 0 node_network_dormant{device="veth58c8e56"} 0 node_network_dormant{device="veth5cf8945"} 0 node_network_dormant{device="veth5d47e4e"} 0 node_network_dormant{device="veth60f2acb"} 0 node_network_dormant{device="veth61f3f26"} 0 node_network_dormant{device="veth62276df"} 0 node_network_dormant{device="veth62e9488"} 0 node_network_dormant{device="veth65a1947"} 0 node_network_dormant{device="veth670c75f"} 0 node_network_dormant{device="veth6998885"} 0 node_network_dormant{device="veth6d7d5de"} 0 node_network_dormant{device="veth6df6207"} 0 node_network_dormant{device="veth71c0bd8"} 0 node_network_dormant{device="veth77a7b4a"} 0 node_network_dormant{device="veth77d5bc7"} 0 node_network_dormant{device="veth77debcd"} 0 node_network_dormant{device="veth8026c08"} 0 node_network_dormant{device="veth834d5bf"} 0 node_network_dormant{device="veth8b3cf0b"} 0 node_network_dormant{device="veth8c19fd1"} 0 node_network_dormant{device="veth96ba58c"} 0 node_network_dormant{device="veth9d8a90d"} 0 node_network_dormant{device="vetha198936"} 0 node_network_dormant{device="vetha5c1621"} 0 node_network_dormant{device="vetha7a284b"} 0 node_network_dormant{device="vetha85c9a2"} 0 node_network_dormant{device="vetha868bc1"} 0 node_network_dormant{device="vethad59029"} 0 node_network_dormant{device="vethadd2930"} 0 node_network_dormant{device="vethae2a881"} 0 node_network_dormant{device="vethaee487d"} 0 node_network_dormant{device="vethb0c437b"} 0 node_network_dormant{device="vethb11dac7"} 0 node_network_dormant{device="vethb2aaa0f"} 0 node_network_dormant{device="vethb8657e3"} 0 node_network_dormant{device="vethbb35e77"} 0 node_network_dormant{device="vethbf51ea0"} 0 node_network_dormant{device="vethc005be1"} 0 node_network_dormant{device="vethc4eaa8a"} 0 node_network_dormant{device="vethcaef81e"} 0 node_network_dormant{device="vethcf6b31e"} 0 node_network_dormant{device="vethcfc504f"} 0 node_network_dormant{device="vethcfe1188"} 0 node_network_dormant{device="vethda7c054"} 0 node_network_dormant{device="vethdc52c6c"} 0 node_network_dormant{device="vethe301584"} 0 node_network_dormant{device="vethe402393"} 0 node_network_dormant{device="vethe621db0"} 0 node_network_dormant{device="vethe9e0c76"} 0 node_network_dormant{device="vethea2ea17"} 0 node_network_dormant{device="vetheb42145"} 0 node_network_dormant{device="vethed3f70f"} 0 node_network_dormant{device="vethf2bc6a2"} 0 node_network_dormant{device="vethf4373d5"} 0 node_network_dormant{device="vethfabbf7e"} 0 node_network_dormant{device="vethfc15996"} 0 node_network_dormant{device="vethfd7eafb"} 0 node_network_dormant{device="vethfdf59ae"} 0 node_network_dormant{device="vethfe98352"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-1c5ae9c4fb11"} 4099 node_network_flags{device="br-1f437ee92de3"} 4099 node_network_flags{device="br-541b70109604"} 4099 node_network_flags{device="br-57fae769631e"} 4099 node_network_flags{device="br-5fe347eda337"} 4099 node_network_flags{device="br-607e7f2cc1eb"} 4099 node_network_flags{device="br-6461bc9320a1"} 4099 node_network_flags{device="br-8e9e3794015c"} 4099 node_network_flags{device="br-9d8e958996ba"} 4099 node_network_flags{device="br-a7e11f654a04"} 4099 node_network_flags{device="br-aaba14ed7a3b"} 4099 node_network_flags{device="br-b266df46df77"} 4099 node_network_flags{device="br-b79aa99837b3"} 4099 node_network_flags{device="br-e0fcc6d4b66e"} 4099 node_network_flags{device="br-eac26a665bc7"} 4099 node_network_flags{device="br-f1318694100b"} 4099 node_network_flags{device="br-f37d406e9375"} 4099 node_network_flags{device="br-ff21357210f8"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="ens18"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth0088aba"} 4867 node_network_flags{device="veth00d4a16"} 4867 node_network_flags{device="veth04a9ff5"} 4867 node_network_flags{device="veth07c4e62"} 4867 node_network_flags{device="veth0b27cf5"} 4867 node_network_flags{device="veth0e30524"} 4867 node_network_flags{device="veth10d12f9"} 4867 node_network_flags{device="veth14066fc"} 4867 node_network_flags{device="veth1a04378"} 4867 node_network_flags{device="veth1a6a3a1"} 4867 node_network_flags{device="veth1d73c71"} 4867 node_network_flags{device="veth1d9a948"} 4867 node_network_flags{device="veth22d86d3"} 4867 node_network_flags{device="veth242a399"} 4867 node_network_flags{device="veth247d928"} 4867 node_network_flags{device="veth2487a8f"} 4867 node_network_flags{device="veth25d85f7"} 4867 node_network_flags{device="veth28a1322"} 4867 node_network_flags{device="veth2e478ca"} 4867 node_network_flags{device="veth2fc8bc6"} 4867 node_network_flags{device="veth305e5cb"} 4867 node_network_flags{device="veth307d10c"} 4867 node_network_flags{device="veth32aa2de"} 4867 node_network_flags{device="veth34fa5ec"} 4867 node_network_flags{device="veth3d6aad2"} 4867 node_network_flags{device="veth4b9f319"} 4867 node_network_flags{device="veth4d94602"} 4867 node_network_flags{device="veth5140c64"} 4867 node_network_flags{device="veth517e95d"} 4867 node_network_flags{device="veth51f9842"} 4867 node_network_flags{device="veth52d5dbc"} 4867 node_network_flags{device="veth54a03c1"} 4867 node_network_flags{device="veth5822896"} 4867 node_network_flags{device="veth58c8e56"} 4867 node_network_flags{device="veth5cf8945"} 4867 node_network_flags{device="veth5d47e4e"} 4867 node_network_flags{device="veth60f2acb"} 4867 node_network_flags{device="veth61f3f26"} 4867 node_network_flags{device="veth62276df"} 4867 node_network_flags{device="veth62e9488"} 4867 node_network_flags{device="veth65a1947"} 4867 node_network_flags{device="veth670c75f"} 4867 node_network_flags{device="veth6998885"} 4867 node_network_flags{device="veth6d7d5de"} 4867 node_network_flags{device="veth6df6207"} 4867 node_network_flags{device="veth71c0bd8"} 4867 node_network_flags{device="veth77a7b4a"} 4867 node_network_flags{device="veth77d5bc7"} 4867 node_network_flags{device="veth77debcd"} 4867 node_network_flags{device="veth8026c08"} 4867 node_network_flags{device="veth834d5bf"} 4867 node_network_flags{device="veth8b3cf0b"} 4867 node_network_flags{device="veth8c19fd1"} 4867 node_network_flags{device="veth96ba58c"} 4867 node_network_flags{device="veth9d8a90d"} 4867 node_network_flags{device="vetha198936"} 4867 node_network_flags{device="vetha5c1621"} 4867 node_network_flags{device="vetha7a284b"} 4867 node_network_flags{device="vetha85c9a2"} 4867 node_network_flags{device="vetha868bc1"} 4867 node_network_flags{device="vethad59029"} 4867 node_network_flags{device="vethadd2930"} 4867 node_network_flags{device="vethae2a881"} 4867 node_network_flags{device="vethaee487d"} 4867 node_network_flags{device="vethb0c437b"} 4867 node_network_flags{device="vethb11dac7"} 4867 node_network_flags{device="vethb2aaa0f"} 4867 node_network_flags{device="vethb8657e3"} 4867 node_network_flags{device="vethbb35e77"} 4867 node_network_flags{device="vethbf51ea0"} 4867 node_network_flags{device="vethc005be1"} 4867 node_network_flags{device="vethc4eaa8a"} 4867 node_network_flags{device="vethcaef81e"} 4867 node_network_flags{device="vethcf6b31e"} 4867 node_network_flags{device="vethcfc504f"} 4867 node_network_flags{device="vethcfe1188"} 4867 node_network_flags{device="vethda7c054"} 4867 node_network_flags{device="vethdc52c6c"} 4867 node_network_flags{device="vethe301584"} 4867 node_network_flags{device="vethe402393"} 4867 node_network_flags{device="vethe621db0"} 4867 node_network_flags{device="vethe9e0c76"} 4867 node_network_flags{device="vethea2ea17"} 4867 node_network_flags{device="vetheb42145"} 4867 node_network_flags{device="vethed3f70f"} 4867 node_network_flags{device="vethf2bc6a2"} 4867 node_network_flags{device="vethf4373d5"} 4867 node_network_flags{device="vethfabbf7e"} 4867 node_network_flags{device="vethfc15996"} 4867 node_network_flags{device="vethfd7eafb"} 4867 node_network_flags{device="vethfdf59ae"} 4867 node_network_flags{device="vethfe98352"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-1c5ae9c4fb11"} 7 node_network_iface_id{device="br-1f437ee92de3"} 8 node_network_iface_id{device="br-541b70109604"} 14 node_network_iface_id{device="br-57fae769631e"} 9 node_network_iface_id{device="br-5fe347eda337"} 15 node_network_iface_id{device="br-607e7f2cc1eb"} 16 node_network_iface_id{device="br-6461bc9320a1"} 17 node_network_iface_id{device="br-8e9e3794015c"} 10 node_network_iface_id{device="br-9d8e958996ba"} 18 node_network_iface_id{device="br-a7e11f654a04"} 4 node_network_iface_id{device="br-aaba14ed7a3b"} 3 node_network_iface_id{device="br-b266df46df77"} 19 node_network_iface_id{device="br-b79aa99837b3"} 5 node_network_iface_id{device="br-e0fcc6d4b66e"} 11 node_network_iface_id{device="br-eac26a665bc7"} 12 node_network_iface_id{device="br-f1318694100b"} 20 node_network_iface_id{device="br-f37d406e9375"} 21 node_network_iface_id{device="br-ff21357210f8"} 6 node_network_iface_id{device="docker0"} 13 node_network_iface_id{device="ens18"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth0088aba"} 301 node_network_iface_id{device="veth00d4a16"} 401 node_network_iface_id{device="veth04a9ff5"} 255 node_network_iface_id{device="veth07c4e62"} 201 node_network_iface_id{device="veth0b27cf5"} 69 node_network_iface_id{device="veth0e30524"} 87 node_network_iface_id{device="veth10d12f9"} 261 node_network_iface_id{device="veth14066fc"} 369 node_network_iface_id{device="veth1a04378"} 381 node_network_iface_id{device="veth1a6a3a1"} 257 node_network_iface_id{device="veth1d73c71"} 385 node_network_iface_id{device="veth1d9a948"} 287 node_network_iface_id{device="veth22d86d3"} 269 node_network_iface_id{device="veth242a399"} 263 node_network_iface_id{device="veth247d928"} 323 node_network_iface_id{device="veth2487a8f"} 329 node_network_iface_id{device="veth25d85f7"} 367 node_network_iface_id{device="veth28a1322"} 351 node_network_iface_id{device="veth2e478ca"} 333 node_network_iface_id{device="veth2fc8bc6"} 391 node_network_iface_id{device="veth305e5cb"} 307 node_network_iface_id{device="veth307d10c"} 289 node_network_iface_id{device="veth32aa2de"} 119 node_network_iface_id{device="veth34fa5ec"} 303 node_network_iface_id{device="veth3d6aad2"} 387 node_network_iface_id{device="veth4b9f319"} 99 node_network_iface_id{device="veth4d94602"} 337 node_network_iface_id{device="veth5140c64"} 273 node_network_iface_id{device="veth517e95d"} 331 node_network_iface_id{device="veth51f9842"} 51 node_network_iface_id{device="veth52d5dbc"} 365 node_network_iface_id{device="veth54a03c1"} 399 node_network_iface_id{device="veth5822896"} 311 node_network_iface_id{device="veth58c8e56"} 315 node_network_iface_id{device="veth5cf8945"} 293 node_network_iface_id{device="veth5d47e4e"} 271 node_network_iface_id{device="veth60f2acb"} 393 node_network_iface_id{device="veth61f3f26"} 23 node_network_iface_id{device="veth62276df"} 335 node_network_iface_id{device="veth62e9488"} 277 node_network_iface_id{device="veth65a1947"} 321 node_network_iface_id{device="veth670c75f"} 113 node_network_iface_id{device="veth6998885"} 103 node_network_iface_id{device="veth6d7d5de"} 259 node_network_iface_id{device="veth6df6207"} 89 node_network_iface_id{device="veth71c0bd8"} 275 node_network_iface_id{device="veth77a7b4a"} 359 node_network_iface_id{device="veth77d5bc7"} 79 node_network_iface_id{device="veth77debcd"} 309 node_network_iface_id{device="veth8026c08"} 389 node_network_iface_id{device="veth834d5bf"} 327 node_network_iface_id{device="veth8b3cf0b"} 355 node_network_iface_id{device="veth8c19fd1"} 383 node_network_iface_id{device="veth96ba58c"} 371 node_network_iface_id{device="veth9d8a90d"} 295 node_network_iface_id{device="vetha198936"} 109 node_network_iface_id{device="vetha5c1621"} 283 node_network_iface_id{device="vetha7a284b"} 265 node_network_iface_id{device="vetha85c9a2"} 397 node_network_iface_id{device="vetha868bc1"} 281 node_network_iface_id{device="vethad59029"} 379 node_network_iface_id{device="vethadd2930"} 297 node_network_iface_id{device="vethae2a881"} 339 node_network_iface_id{device="vethaee487d"} 347 node_network_iface_id{device="vethb0c437b"} 373 node_network_iface_id{device="vethb11dac7"} 361 node_network_iface_id{device="vethb2aaa0f"} 31 node_network_iface_id{device="vethb8657e3"} 319 node_network_iface_id{device="vethbb35e77"} 101 node_network_iface_id{device="vethbf51ea0"} 357 node_network_iface_id{device="vethc005be1"} 353 node_network_iface_id{device="vethc4eaa8a"} 313 node_network_iface_id{device="vethcaef81e"} 345 node_network_iface_id{device="vethcf6b31e"} 305 node_network_iface_id{device="vethcfc504f"} 39 node_network_iface_id{device="vethcfe1188"} 209 node_network_iface_id{device="vethda7c054"} 325 node_network_iface_id{device="vethdc52c6c"} 299 node_network_iface_id{device="vethe301584"} 403 node_network_iface_id{device="vethe402393"} 53 node_network_iface_id{device="vethe621db0"} 291 node_network_iface_id{device="vethe9e0c76"} 267 node_network_iface_id{device="vethea2ea17"} 349 node_network_iface_id{device="vetheb42145"} 375 node_network_iface_id{device="vethed3f70f"} 343 node_network_iface_id{device="vethf2bc6a2"} 341 node_network_iface_id{device="vethf4373d5"} 285 node_network_iface_id{device="vethfabbf7e"} 377 node_network_iface_id{device="vethfc15996"} 317 node_network_iface_id{device="vethfd7eafb"} 395 node_network_iface_id{device="vethfdf59ae"} 279 node_network_iface_id{device="vethfe98352"} 363 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-1c5ae9c4fb11"} 7 node_network_iface_link{device="br-1f437ee92de3"} 8 node_network_iface_link{device="br-541b70109604"} 14 node_network_iface_link{device="br-57fae769631e"} 9 node_network_iface_link{device="br-5fe347eda337"} 15 node_network_iface_link{device="br-607e7f2cc1eb"} 16 node_network_iface_link{device="br-6461bc9320a1"} 17 node_network_iface_link{device="br-8e9e3794015c"} 10 node_network_iface_link{device="br-9d8e958996ba"} 18 node_network_iface_link{device="br-a7e11f654a04"} 4 node_network_iface_link{device="br-aaba14ed7a3b"} 3 node_network_iface_link{device="br-b266df46df77"} 19 node_network_iface_link{device="br-b79aa99837b3"} 5 node_network_iface_link{device="br-e0fcc6d4b66e"} 11 node_network_iface_link{device="br-eac26a665bc7"} 12 node_network_iface_link{device="br-f1318694100b"} 20 node_network_iface_link{device="br-f37d406e9375"} 21 node_network_iface_link{device="br-ff21357210f8"} 6 node_network_iface_link{device="docker0"} 13 node_network_iface_link{device="ens18"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth0088aba"} 300 node_network_iface_link{device="veth00d4a16"} 400 node_network_iface_link{device="veth04a9ff5"} 254 node_network_iface_link{device="veth07c4e62"} 200 node_network_iface_link{device="veth0b27cf5"} 68 node_network_iface_link{device="veth0e30524"} 86 node_network_iface_link{device="veth10d12f9"} 260 node_network_iface_link{device="veth14066fc"} 368 node_network_iface_link{device="veth1a04378"} 380 node_network_iface_link{device="veth1a6a3a1"} 256 node_network_iface_link{device="veth1d73c71"} 384 node_network_iface_link{device="veth1d9a948"} 286 node_network_iface_link{device="veth22d86d3"} 268 node_network_iface_link{device="veth242a399"} 262 node_network_iface_link{device="veth247d928"} 322 node_network_iface_link{device="veth2487a8f"} 328 node_network_iface_link{device="veth25d85f7"} 366 node_network_iface_link{device="veth28a1322"} 350 node_network_iface_link{device="veth2e478ca"} 332 node_network_iface_link{device="veth2fc8bc6"} 390 node_network_iface_link{device="veth305e5cb"} 306 node_network_iface_link{device="veth307d10c"} 288 node_network_iface_link{device="veth32aa2de"} 118 node_network_iface_link{device="veth34fa5ec"} 302 node_network_iface_link{device="veth3d6aad2"} 386 node_network_iface_link{device="veth4b9f319"} 98 node_network_iface_link{device="veth4d94602"} 336 node_network_iface_link{device="veth5140c64"} 272 node_network_iface_link{device="veth517e95d"} 330 node_network_iface_link{device="veth51f9842"} 50 node_network_iface_link{device="veth52d5dbc"} 364 node_network_iface_link{device="veth54a03c1"} 398 node_network_iface_link{device="veth5822896"} 310 node_network_iface_link{device="veth58c8e56"} 314 node_network_iface_link{device="veth5cf8945"} 292 node_network_iface_link{device="veth5d47e4e"} 270 node_network_iface_link{device="veth60f2acb"} 392 node_network_iface_link{device="veth61f3f26"} 22 node_network_iface_link{device="veth62276df"} 334 node_network_iface_link{device="veth62e9488"} 276 node_network_iface_link{device="veth65a1947"} 320 node_network_iface_link{device="veth670c75f"} 112 node_network_iface_link{device="veth6998885"} 102 node_network_iface_link{device="veth6d7d5de"} 258 node_network_iface_link{device="veth6df6207"} 88 node_network_iface_link{device="veth71c0bd8"} 274 node_network_iface_link{device="veth77a7b4a"} 358 node_network_iface_link{device="veth77d5bc7"} 78 node_network_iface_link{device="veth77debcd"} 308 node_network_iface_link{device="veth8026c08"} 388 node_network_iface_link{device="veth834d5bf"} 326 node_network_iface_link{device="veth8b3cf0b"} 354 node_network_iface_link{device="veth8c19fd1"} 382 node_network_iface_link{device="veth96ba58c"} 370 node_network_iface_link{device="veth9d8a90d"} 294 node_network_iface_link{device="vetha198936"} 108 node_network_iface_link{device="vetha5c1621"} 282 node_network_iface_link{device="vetha7a284b"} 264 node_network_iface_link{device="vetha85c9a2"} 396 node_network_iface_link{device="vetha868bc1"} 280 node_network_iface_link{device="vethad59029"} 378 node_network_iface_link{device="vethadd2930"} 296 node_network_iface_link{device="vethae2a881"} 338 node_network_iface_link{device="vethaee487d"} 346 node_network_iface_link{device="vethb0c437b"} 372 node_network_iface_link{device="vethb11dac7"} 360 node_network_iface_link{device="vethb2aaa0f"} 30 node_network_iface_link{device="vethb8657e3"} 318 node_network_iface_link{device="vethbb35e77"} 100 node_network_iface_link{device="vethbf51ea0"} 356 node_network_iface_link{device="vethc005be1"} 352 node_network_iface_link{device="vethc4eaa8a"} 312 node_network_iface_link{device="vethcaef81e"} 344 node_network_iface_link{device="vethcf6b31e"} 304 node_network_iface_link{device="vethcfc504f"} 38 node_network_iface_link{device="vethcfe1188"} 208 node_network_iface_link{device="vethda7c054"} 324 node_network_iface_link{device="vethdc52c6c"} 298 node_network_iface_link{device="vethe301584"} 402 node_network_iface_link{device="vethe402393"} 52 node_network_iface_link{device="vethe621db0"} 290 node_network_iface_link{device="vethe9e0c76"} 266 node_network_iface_link{device="vethea2ea17"} 348 node_network_iface_link{device="vetheb42145"} 374 node_network_iface_link{device="vethed3f70f"} 342 node_network_iface_link{device="vethf2bc6a2"} 340 node_network_iface_link{device="vethf4373d5"} 284 node_network_iface_link{device="vethfabbf7e"} 376 node_network_iface_link{device="vethfc15996"} 316 node_network_iface_link{device="vethfd7eafb"} 394 node_network_iface_link{device="vethfdf59ae"} 278 node_network_iface_link{device="vethfe98352"} 362 # 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="br-1c5ae9c4fb11"} 0 node_network_iface_link_mode{device="br-1f437ee92de3"} 0 node_network_iface_link_mode{device="br-541b70109604"} 0 node_network_iface_link_mode{device="br-57fae769631e"} 0 node_network_iface_link_mode{device="br-5fe347eda337"} 0 node_network_iface_link_mode{device="br-607e7f2cc1eb"} 0 node_network_iface_link_mode{device="br-6461bc9320a1"} 0 node_network_iface_link_mode{device="br-8e9e3794015c"} 0 node_network_iface_link_mode{device="br-9d8e958996ba"} 0 node_network_iface_link_mode{device="br-a7e11f654a04"} 0 node_network_iface_link_mode{device="br-aaba14ed7a3b"} 0 node_network_iface_link_mode{device="br-b266df46df77"} 0 node_network_iface_link_mode{device="br-b79aa99837b3"} 0 node_network_iface_link_mode{device="br-e0fcc6d4b66e"} 0 node_network_iface_link_mode{device="br-eac26a665bc7"} 0 node_network_iface_link_mode{device="br-f1318694100b"} 0 node_network_iface_link_mode{device="br-f37d406e9375"} 0 node_network_iface_link_mode{device="br-ff21357210f8"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="ens18"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth0088aba"} 0 node_network_iface_link_mode{device="veth00d4a16"} 0 node_network_iface_link_mode{device="veth04a9ff5"} 0 node_network_iface_link_mode{device="veth07c4e62"} 0 node_network_iface_link_mode{device="veth0b27cf5"} 0 node_network_iface_link_mode{device="veth0e30524"} 0 node_network_iface_link_mode{device="veth10d12f9"} 0 node_network_iface_link_mode{device="veth14066fc"} 0 node_network_iface_link_mode{device="veth1a04378"} 0 node_network_iface_link_mode{device="veth1a6a3a1"} 0 node_network_iface_link_mode{device="veth1d73c71"} 0 node_network_iface_link_mode{device="veth1d9a948"} 0 node_network_iface_link_mode{device="veth22d86d3"} 0 node_network_iface_link_mode{device="veth242a399"} 0 node_network_iface_link_mode{device="veth247d928"} 0 node_network_iface_link_mode{device="veth2487a8f"} 0 node_network_iface_link_mode{device="veth25d85f7"} 0 node_network_iface_link_mode{device="veth28a1322"} 0 node_network_iface_link_mode{device="veth2e478ca"} 0 node_network_iface_link_mode{device="veth2fc8bc6"} 0 node_network_iface_link_mode{device="veth305e5cb"} 0 node_network_iface_link_mode{device="veth307d10c"} 0 node_network_iface_link_mode{device="veth32aa2de"} 0 node_network_iface_link_mode{device="veth34fa5ec"} 0 node_network_iface_link_mode{device="veth3d6aad2"} 0 node_network_iface_link_mode{device="veth4b9f319"} 0 node_network_iface_link_mode{device="veth4d94602"} 0 node_network_iface_link_mode{device="veth5140c64"} 0 node_network_iface_link_mode{device="veth517e95d"} 0 node_network_iface_link_mode{device="veth51f9842"} 0 node_network_iface_link_mode{device="veth52d5dbc"} 0 node_network_iface_link_mode{device="veth54a03c1"} 0 node_network_iface_link_mode{device="veth5822896"} 0 node_network_iface_link_mode{device="veth58c8e56"} 0 node_network_iface_link_mode{device="veth5cf8945"} 0 node_network_iface_link_mode{device="veth5d47e4e"} 0 node_network_iface_link_mode{device="veth60f2acb"} 0 node_network_iface_link_mode{device="veth61f3f26"} 0 node_network_iface_link_mode{device="veth62276df"} 0 node_network_iface_link_mode{device="veth62e9488"} 0 node_network_iface_link_mode{device="veth65a1947"} 0 node_network_iface_link_mode{device="veth670c75f"} 0 node_network_iface_link_mode{device="veth6998885"} 0 node_network_iface_link_mode{device="veth6d7d5de"} 0 node_network_iface_link_mode{device="veth6df6207"} 0 node_network_iface_link_mode{device="veth71c0bd8"} 0 node_network_iface_link_mode{device="veth77a7b4a"} 0 node_network_iface_link_mode{device="veth77d5bc7"} 0 node_network_iface_link_mode{device="veth77debcd"} 0 node_network_iface_link_mode{device="veth8026c08"} 0 node_network_iface_link_mode{device="veth834d5bf"} 0 node_network_iface_link_mode{device="veth8b3cf0b"} 0 node_network_iface_link_mode{device="veth8c19fd1"} 0 node_network_iface_link_mode{device="veth96ba58c"} 0 node_network_iface_link_mode{device="veth9d8a90d"} 0 node_network_iface_link_mode{device="vetha198936"} 0 node_network_iface_link_mode{device="vetha5c1621"} 0 node_network_iface_link_mode{device="vetha7a284b"} 0 node_network_iface_link_mode{device="vetha85c9a2"} 0 node_network_iface_link_mode{device="vetha868bc1"} 0 node_network_iface_link_mode{device="vethad59029"} 0 node_network_iface_link_mode{device="vethadd2930"} 0 node_network_iface_link_mode{device="vethae2a881"} 0 node_network_iface_link_mode{device="vethaee487d"} 0 node_network_iface_link_mode{device="vethb0c437b"} 0 node_network_iface_link_mode{device="vethb11dac7"} 0 node_network_iface_link_mode{device="vethb2aaa0f"} 0 node_network_iface_link_mode{device="vethb8657e3"} 0 node_network_iface_link_mode{device="vethbb35e77"} 0 node_network_iface_link_mode{device="vethbf51ea0"} 0 node_network_iface_link_mode{device="vethc005be1"} 0 node_network_iface_link_mode{device="vethc4eaa8a"} 0 node_network_iface_link_mode{device="vethcaef81e"} 0 node_network_iface_link_mode{device="vethcf6b31e"} 0 node_network_iface_link_mode{device="vethcfc504f"} 0 node_network_iface_link_mode{device="vethcfe1188"} 0 node_network_iface_link_mode{device="vethda7c054"} 0 node_network_iface_link_mode{device="vethdc52c6c"} 0 node_network_iface_link_mode{device="vethe301584"} 0 node_network_iface_link_mode{device="vethe402393"} 0 node_network_iface_link_mode{device="vethe621db0"} 0 node_network_iface_link_mode{device="vethe9e0c76"} 0 node_network_iface_link_mode{device="vethea2ea17"} 0 node_network_iface_link_mode{device="vetheb42145"} 0 node_network_iface_link_mode{device="vethed3f70f"} 0 node_network_iface_link_mode{device="vethf2bc6a2"} 0 node_network_iface_link_mode{device="vethf4373d5"} 0 node_network_iface_link_mode{device="vethfabbf7e"} 0 node_network_iface_link_mode{device="vethfc15996"} 0 node_network_iface_link_mode{device="vethfd7eafb"} 0 node_network_iface_link_mode{device="vethfdf59ae"} 0 node_network_iface_link_mode{device="vethfe98352"} 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:42:08:9c:68:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9d8e958996ba",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3e:81:5e:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f1318694100b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:4b:2e:d9:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-aaba14ed7a3b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:57:ee:65:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8e9e3794015c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:66:71:65:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a7e11f654a04",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:86:15:d4:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6461bc9320a1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8a:4a:9b:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ff21357210f8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:92:6f:9f:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b266df46df77",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a0:b7:40:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-541b70109604",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a3:64:0a:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:b2:7b:da:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-607e7f2cc1eb",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:bd:4f:43:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-eac26a665bc7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:cd:09:bb:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-57fae769631e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d2:13:63:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e0fcc6d4b66e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:df:1d:d8:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b79aa99837b3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e1:22:ef:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5fe347eda337",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e6:62:78:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1f437ee92de3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e8:a2:4c:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1c5ae9c4fb11",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f5:04:05:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f37d406e9375",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:99:de:38:25:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth58c8e56",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:4c:a1:43:b4:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaee487d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:54:92:52:80:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth77debcd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:58:7e:bc:13:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethea2ea17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:1b:f7:e1:51:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b9f319",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:e5:33:b2:66:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e478ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:e6:39:95:1d:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d73c71",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:1e:da:97:e4:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcfe1188",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:5b:18:bf:52:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4373d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:a5:c8:a3:ae:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7a284b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:1e:c9:51:b9:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth52d5dbc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:5b:77:d8:71:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6df6207",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:8d:3b:12:25:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc4eaa8a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:48:52:07:a3:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha198936",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:cc:ab:6a:bd:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c19fd1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:e8:35:bd:90:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha5c1621",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:45:9b:85:d0:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2487a8f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:f2:ae:28:65:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth61f3f26",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:23:ba:5e:64:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth00d4a16",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:4f:0c:c3:9a:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb11dac7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:55:0c:cc:73:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad59029",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:e2:f8:8e:f1:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth25d85f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:18:bc:e6:fd:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth670c75f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:27:22:a0:b8:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth77d5bc7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:80:31:d1:00:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth07c4e62",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:ea:37:f6:ab:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5822896",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:66:11:b0:79:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth32aa2de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:7e:7b:ee:3d:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1a6a3a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:12:68:b0:50:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth60f2acb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:89:1c:f5:b3:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbf51ea0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:8d:6a:f5:8c:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth51f9842",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:49:61:b5:ed:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5d47e4e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:8c:58:88:9c:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65a1947",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:50:1b:58:16:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb42145",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:3e:67:4e:b2:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth77a7b4a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:21:a2:1e:f6:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth62e9488",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:d8:31:9f:9a:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe621db0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:06:9d:29:46:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb2aaa0f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:6f:bb:0a:1f:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d9a948",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:a3:0e:83:e3:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04a9ff5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:7f:72:36:43:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth28a1322",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:c9:91:93:47:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b3cf0b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:f3:93:58:aa:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth834d5bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:39:00:df:2c:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd7eafb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:8f:e0:fe:04:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54a03c1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:66:6e:d9:8f:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5140c64",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:b2:ac:13:04:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfabbf7e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:a4:86:12:44:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcaef81e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:f7:b6:c8:dc:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb8657e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:ff:83:30:33:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d94602",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:b9:cf:f2:b1:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfc15996",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:72:10:d6:55:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth305e5cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:a5:e8:7a:57:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethed3f70f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:30:72:89:62:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0088aba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:20:8b:8b:f2:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth71c0bd8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:9d:b2:be:0b:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2fc8bc6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:f1:9e:44:f1:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb0c437b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:89:1e:bc:20:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth22d86d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:01:32:d8:59:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d7d5de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:73:7b:e8:b7:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6998885",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:91:5a:92:a3:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth307d10c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:17:5a:0b:38:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth247d928",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:45:ce:db:aa:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d6aad2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:51:db:43:20:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e30524",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:af:fd:56:ed:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcf6b31e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:a0:26:f5:7d:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc005be1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="bc:24:11:da:0c:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="ens18",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="c2:f9:16:76:92:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1a04378",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:a5:07:cb:fc:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda7c054",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:d5:6d:09:c4:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethadd2930",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:7e:e3:99:00:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth96ba58c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:c8:f7:60:de:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdc52c6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:02:9c:73:aa:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5cf8945",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:61:fd:33:73:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth62276df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:63:1e:fe:e6:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfdf59ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:bf:21:d4:42:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae2a881",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:62:14:97:f7:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe402393",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:cb:af:fc:d4:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcfc504f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:85:93:70:a5:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe98352",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:45:99:14:38:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth14066fc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:74:86:58:f6:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth34fa5ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:3f:7d:75:39:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe9e0c76",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:53:62:ef:2c:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10d12f9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:53:85:b7:2f:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha85c9a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:cd:28:34:70:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth242a399",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:35:11:7c:a4:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf2bc6a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:4f:81:de:a4:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth517e95d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:63:91:db:6b:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0b27cf5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:69:b6:01:68:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe301584",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:e6:76:7c:fb:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha868bc1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:eb:7f:e0:6b:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8026c08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:9a:cf:0a:74:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d8a90d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:f7:c7:8a:07:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb35e77",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="br-1c5ae9c4fb11"} 1500 node_network_mtu_bytes{device="br-1f437ee92de3"} 1500 node_network_mtu_bytes{device="br-541b70109604"} 1500 node_network_mtu_bytes{device="br-57fae769631e"} 1500 node_network_mtu_bytes{device="br-5fe347eda337"} 1500 node_network_mtu_bytes{device="br-607e7f2cc1eb"} 1500 node_network_mtu_bytes{device="br-6461bc9320a1"} 1500 node_network_mtu_bytes{device="br-8e9e3794015c"} 1500 node_network_mtu_bytes{device="br-9d8e958996ba"} 1500 node_network_mtu_bytes{device="br-a7e11f654a04"} 1500 node_network_mtu_bytes{device="br-aaba14ed7a3b"} 1500 node_network_mtu_bytes{device="br-b266df46df77"} 1500 node_network_mtu_bytes{device="br-b79aa99837b3"} 1500 node_network_mtu_bytes{device="br-e0fcc6d4b66e"} 1500 node_network_mtu_bytes{device="br-eac26a665bc7"} 1500 node_network_mtu_bytes{device="br-f1318694100b"} 1500 node_network_mtu_bytes{device="br-f37d406e9375"} 1500 node_network_mtu_bytes{device="br-ff21357210f8"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="ens18"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth0088aba"} 1500 node_network_mtu_bytes{device="veth00d4a16"} 1500 node_network_mtu_bytes{device="veth04a9ff5"} 1500 node_network_mtu_bytes{device="veth07c4e62"} 1500 node_network_mtu_bytes{device="veth0b27cf5"} 1500 node_network_mtu_bytes{device="veth0e30524"} 1500 node_network_mtu_bytes{device="veth10d12f9"} 1500 node_network_mtu_bytes{device="veth14066fc"} 1500 node_network_mtu_bytes{device="veth1a04378"} 1500 node_network_mtu_bytes{device="veth1a6a3a1"} 1500 node_network_mtu_bytes{device="veth1d73c71"} 1500 node_network_mtu_bytes{device="veth1d9a948"} 1500 node_network_mtu_bytes{device="veth22d86d3"} 1500 node_network_mtu_bytes{device="veth242a399"} 1500 node_network_mtu_bytes{device="veth247d928"} 1500 node_network_mtu_bytes{device="veth2487a8f"} 1500 node_network_mtu_bytes{device="veth25d85f7"} 1500 node_network_mtu_bytes{device="veth28a1322"} 1500 node_network_mtu_bytes{device="veth2e478ca"} 1500 node_network_mtu_bytes{device="veth2fc8bc6"} 1500 node_network_mtu_bytes{device="veth305e5cb"} 1500 node_network_mtu_bytes{device="veth307d10c"} 1500 node_network_mtu_bytes{device="veth32aa2de"} 1500 node_network_mtu_bytes{device="veth34fa5ec"} 1500 node_network_mtu_bytes{device="veth3d6aad2"} 1500 node_network_mtu_bytes{device="veth4b9f319"} 1500 node_network_mtu_bytes{device="veth4d94602"} 1500 node_network_mtu_bytes{device="veth5140c64"} 1500 node_network_mtu_bytes{device="veth517e95d"} 1500 node_network_mtu_bytes{device="veth51f9842"} 1500 node_network_mtu_bytes{device="veth52d5dbc"} 1500 node_network_mtu_bytes{device="veth54a03c1"} 1500 node_network_mtu_bytes{device="veth5822896"} 1500 node_network_mtu_bytes{device="veth58c8e56"} 1500 node_network_mtu_bytes{device="veth5cf8945"} 1500 node_network_mtu_bytes{device="veth5d47e4e"} 1500 node_network_mtu_bytes{device="veth60f2acb"} 1500 node_network_mtu_bytes{device="veth61f3f26"} 1500 node_network_mtu_bytes{device="veth62276df"} 1500 node_network_mtu_bytes{device="veth62e9488"} 1500 node_network_mtu_bytes{device="veth65a1947"} 1500 node_network_mtu_bytes{device="veth670c75f"} 1500 node_network_mtu_bytes{device="veth6998885"} 1500 node_network_mtu_bytes{device="veth6d7d5de"} 1500 node_network_mtu_bytes{device="veth6df6207"} 1500 node_network_mtu_bytes{device="veth71c0bd8"} 1500 node_network_mtu_bytes{device="veth77a7b4a"} 1500 node_network_mtu_bytes{device="veth77d5bc7"} 1500 node_network_mtu_bytes{device="veth77debcd"} 1500 node_network_mtu_bytes{device="veth8026c08"} 1500 node_network_mtu_bytes{device="veth834d5bf"} 1500 node_network_mtu_bytes{device="veth8b3cf0b"} 1500 node_network_mtu_bytes{device="veth8c19fd1"} 1500 node_network_mtu_bytes{device="veth96ba58c"} 1500 node_network_mtu_bytes{device="veth9d8a90d"} 1500 node_network_mtu_bytes{device="vetha198936"} 1500 node_network_mtu_bytes{device="vetha5c1621"} 1500 node_network_mtu_bytes{device="vetha7a284b"} 1500 node_network_mtu_bytes{device="vetha85c9a2"} 1500 node_network_mtu_bytes{device="vetha868bc1"} 1500 node_network_mtu_bytes{device="vethad59029"} 1500 node_network_mtu_bytes{device="vethadd2930"} 1500 node_network_mtu_bytes{device="vethae2a881"} 1500 node_network_mtu_bytes{device="vethaee487d"} 1500 node_network_mtu_bytes{device="vethb0c437b"} 1500 node_network_mtu_bytes{device="vethb11dac7"} 1500 node_network_mtu_bytes{device="vethb2aaa0f"} 1500 node_network_mtu_bytes{device="vethb8657e3"} 1500 node_network_mtu_bytes{device="vethbb35e77"} 1500 node_network_mtu_bytes{device="vethbf51ea0"} 1500 node_network_mtu_bytes{device="vethc005be1"} 1500 node_network_mtu_bytes{device="vethc4eaa8a"} 1500 node_network_mtu_bytes{device="vethcaef81e"} 1500 node_network_mtu_bytes{device="vethcf6b31e"} 1500 node_network_mtu_bytes{device="vethcfc504f"} 1500 node_network_mtu_bytes{device="vethcfe1188"} 1500 node_network_mtu_bytes{device="vethda7c054"} 1500 node_network_mtu_bytes{device="vethdc52c6c"} 1500 node_network_mtu_bytes{device="vethe301584"} 1500 node_network_mtu_bytes{device="vethe402393"} 1500 node_network_mtu_bytes{device="vethe621db0"} 1500 node_network_mtu_bytes{device="vethe9e0c76"} 1500 node_network_mtu_bytes{device="vethea2ea17"} 1500 node_network_mtu_bytes{device="vetheb42145"} 1500 node_network_mtu_bytes{device="vethed3f70f"} 1500 node_network_mtu_bytes{device="vethf2bc6a2"} 1500 node_network_mtu_bytes{device="vethf4373d5"} 1500 node_network_mtu_bytes{device="vethfabbf7e"} 1500 node_network_mtu_bytes{device="vethfc15996"} 1500 node_network_mtu_bytes{device="vethfd7eafb"} 1500 node_network_mtu_bytes{device="vethfdf59ae"} 1500 node_network_mtu_bytes{device="vethfe98352"} 1500 # 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="br-1c5ae9c4fb11"} 3 node_network_name_assign_type{device="br-1f437ee92de3"} 3 node_network_name_assign_type{device="br-541b70109604"} 3 node_network_name_assign_type{device="br-57fae769631e"} 3 node_network_name_assign_type{device="br-5fe347eda337"} 3 node_network_name_assign_type{device="br-607e7f2cc1eb"} 3 node_network_name_assign_type{device="br-6461bc9320a1"} 3 node_network_name_assign_type{device="br-8e9e3794015c"} 3 node_network_name_assign_type{device="br-9d8e958996ba"} 3 node_network_name_assign_type{device="br-a7e11f654a04"} 3 node_network_name_assign_type{device="br-aaba14ed7a3b"} 3 node_network_name_assign_type{device="br-b266df46df77"} 3 node_network_name_assign_type{device="br-b79aa99837b3"} 3 node_network_name_assign_type{device="br-e0fcc6d4b66e"} 3 node_network_name_assign_type{device="br-eac26a665bc7"} 3 node_network_name_assign_type{device="br-f1318694100b"} 3 node_network_name_assign_type{device="br-f37d406e9375"} 3 node_network_name_assign_type{device="br-ff21357210f8"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="ens18"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth0088aba"} 3 node_network_name_assign_type{device="veth00d4a16"} 3 node_network_name_assign_type{device="veth04a9ff5"} 3 node_network_name_assign_type{device="veth07c4e62"} 3 node_network_name_assign_type{device="veth0b27cf5"} 3 node_network_name_assign_type{device="veth0e30524"} 3 node_network_name_assign_type{device="veth10d12f9"} 3 node_network_name_assign_type{device="veth14066fc"} 3 node_network_name_assign_type{device="veth1a04378"} 3 node_network_name_assign_type{device="veth1a6a3a1"} 3 node_network_name_assign_type{device="veth1d73c71"} 3 node_network_name_assign_type{device="veth1d9a948"} 3 node_network_name_assign_type{device="veth22d86d3"} 3 node_network_name_assign_type{device="veth242a399"} 3 node_network_name_assign_type{device="veth247d928"} 3 node_network_name_assign_type{device="veth2487a8f"} 3 node_network_name_assign_type{device="veth25d85f7"} 3 node_network_name_assign_type{device="veth28a1322"} 3 node_network_name_assign_type{device="veth2e478ca"} 3 node_network_name_assign_type{device="veth2fc8bc6"} 3 node_network_name_assign_type{device="veth305e5cb"} 3 node_network_name_assign_type{device="veth307d10c"} 3 node_network_name_assign_type{device="veth32aa2de"} 3 node_network_name_assign_type{device="veth34fa5ec"} 3 node_network_name_assign_type{device="veth3d6aad2"} 3 node_network_name_assign_type{device="veth4b9f319"} 3 node_network_name_assign_type{device="veth4d94602"} 3 node_network_name_assign_type{device="veth5140c64"} 3 node_network_name_assign_type{device="veth517e95d"} 3 node_network_name_assign_type{device="veth51f9842"} 3 node_network_name_assign_type{device="veth52d5dbc"} 3 node_network_name_assign_type{device="veth54a03c1"} 3 node_network_name_assign_type{device="veth5822896"} 3 node_network_name_assign_type{device="veth58c8e56"} 3 node_network_name_assign_type{device="veth5cf8945"} 3 node_network_name_assign_type{device="veth5d47e4e"} 3 node_network_name_assign_type{device="veth60f2acb"} 3 node_network_name_assign_type{device="veth61f3f26"} 3 node_network_name_assign_type{device="veth62276df"} 3 node_network_name_assign_type{device="veth62e9488"} 3 node_network_name_assign_type{device="veth65a1947"} 3 node_network_name_assign_type{device="veth670c75f"} 3 node_network_name_assign_type{device="veth6998885"} 3 node_network_name_assign_type{device="veth6d7d5de"} 3 node_network_name_assign_type{device="veth6df6207"} 3 node_network_name_assign_type{device="veth71c0bd8"} 3 node_network_name_assign_type{device="veth77a7b4a"} 3 node_network_name_assign_type{device="veth77d5bc7"} 3 node_network_name_assign_type{device="veth77debcd"} 3 node_network_name_assign_type{device="veth8026c08"} 3 node_network_name_assign_type{device="veth834d5bf"} 3 node_network_name_assign_type{device="veth8b3cf0b"} 3 node_network_name_assign_type{device="veth8c19fd1"} 3 node_network_name_assign_type{device="veth96ba58c"} 3 node_network_name_assign_type{device="veth9d8a90d"} 3 node_network_name_assign_type{device="vetha198936"} 3 node_network_name_assign_type{device="vetha5c1621"} 3 node_network_name_assign_type{device="vetha7a284b"} 3 node_network_name_assign_type{device="vetha85c9a2"} 3 node_network_name_assign_type{device="vetha868bc1"} 3 node_network_name_assign_type{device="vethad59029"} 3 node_network_name_assign_type{device="vethadd2930"} 3 node_network_name_assign_type{device="vethae2a881"} 3 node_network_name_assign_type{device="vethaee487d"} 3 node_network_name_assign_type{device="vethb0c437b"} 3 node_network_name_assign_type{device="vethb11dac7"} 3 node_network_name_assign_type{device="vethb2aaa0f"} 3 node_network_name_assign_type{device="vethb8657e3"} 3 node_network_name_assign_type{device="vethbb35e77"} 3 node_network_name_assign_type{device="vethbf51ea0"} 3 node_network_name_assign_type{device="vethc005be1"} 3 node_network_name_assign_type{device="vethc4eaa8a"} 3 node_network_name_assign_type{device="vethcaef81e"} 3 node_network_name_assign_type{device="vethcf6b31e"} 3 node_network_name_assign_type{device="vethcfc504f"} 3 node_network_name_assign_type{device="vethcfe1188"} 3 node_network_name_assign_type{device="vethda7c054"} 3 node_network_name_assign_type{device="vethdc52c6c"} 3 node_network_name_assign_type{device="vethe301584"} 3 node_network_name_assign_type{device="vethe402393"} 3 node_network_name_assign_type{device="vethe621db0"} 3 node_network_name_assign_type{device="vethe9e0c76"} 3 node_network_name_assign_type{device="vethea2ea17"} 3 node_network_name_assign_type{device="vetheb42145"} 3 node_network_name_assign_type{device="vethed3f70f"} 3 node_network_name_assign_type{device="vethf2bc6a2"} 3 node_network_name_assign_type{device="vethf4373d5"} 3 node_network_name_assign_type{device="vethfabbf7e"} 3 node_network_name_assign_type{device="vethfc15996"} 3 node_network_name_assign_type{device="vethfd7eafb"} 3 node_network_name_assign_type{device="vethfdf59ae"} 3 node_network_name_assign_type{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 0 node_network_net_dev_group{device="br-1f437ee92de3"} 0 node_network_net_dev_group{device="br-541b70109604"} 0 node_network_net_dev_group{device="br-57fae769631e"} 0 node_network_net_dev_group{device="br-5fe347eda337"} 0 node_network_net_dev_group{device="br-607e7f2cc1eb"} 0 node_network_net_dev_group{device="br-6461bc9320a1"} 0 node_network_net_dev_group{device="br-8e9e3794015c"} 0 node_network_net_dev_group{device="br-9d8e958996ba"} 0 node_network_net_dev_group{device="br-a7e11f654a04"} 0 node_network_net_dev_group{device="br-aaba14ed7a3b"} 0 node_network_net_dev_group{device="br-b266df46df77"} 0 node_network_net_dev_group{device="br-b79aa99837b3"} 0 node_network_net_dev_group{device="br-e0fcc6d4b66e"} 0 node_network_net_dev_group{device="br-eac26a665bc7"} 0 node_network_net_dev_group{device="br-f1318694100b"} 0 node_network_net_dev_group{device="br-f37d406e9375"} 0 node_network_net_dev_group{device="br-ff21357210f8"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="ens18"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth0088aba"} 0 node_network_net_dev_group{device="veth00d4a16"} 0 node_network_net_dev_group{device="veth04a9ff5"} 0 node_network_net_dev_group{device="veth07c4e62"} 0 node_network_net_dev_group{device="veth0b27cf5"} 0 node_network_net_dev_group{device="veth0e30524"} 0 node_network_net_dev_group{device="veth10d12f9"} 0 node_network_net_dev_group{device="veth14066fc"} 0 node_network_net_dev_group{device="veth1a04378"} 0 node_network_net_dev_group{device="veth1a6a3a1"} 0 node_network_net_dev_group{device="veth1d73c71"} 0 node_network_net_dev_group{device="veth1d9a948"} 0 node_network_net_dev_group{device="veth22d86d3"} 0 node_network_net_dev_group{device="veth242a399"} 0 node_network_net_dev_group{device="veth247d928"} 0 node_network_net_dev_group{device="veth2487a8f"} 0 node_network_net_dev_group{device="veth25d85f7"} 0 node_network_net_dev_group{device="veth28a1322"} 0 node_network_net_dev_group{device="veth2e478ca"} 0 node_network_net_dev_group{device="veth2fc8bc6"} 0 node_network_net_dev_group{device="veth305e5cb"} 0 node_network_net_dev_group{device="veth307d10c"} 0 node_network_net_dev_group{device="veth32aa2de"} 0 node_network_net_dev_group{device="veth34fa5ec"} 0 node_network_net_dev_group{device="veth3d6aad2"} 0 node_network_net_dev_group{device="veth4b9f319"} 0 node_network_net_dev_group{device="veth4d94602"} 0 node_network_net_dev_group{device="veth5140c64"} 0 node_network_net_dev_group{device="veth517e95d"} 0 node_network_net_dev_group{device="veth51f9842"} 0 node_network_net_dev_group{device="veth52d5dbc"} 0 node_network_net_dev_group{device="veth54a03c1"} 0 node_network_net_dev_group{device="veth5822896"} 0 node_network_net_dev_group{device="veth58c8e56"} 0 node_network_net_dev_group{device="veth5cf8945"} 0 node_network_net_dev_group{device="veth5d47e4e"} 0 node_network_net_dev_group{device="veth60f2acb"} 0 node_network_net_dev_group{device="veth61f3f26"} 0 node_network_net_dev_group{device="veth62276df"} 0 node_network_net_dev_group{device="veth62e9488"} 0 node_network_net_dev_group{device="veth65a1947"} 0 node_network_net_dev_group{device="veth670c75f"} 0 node_network_net_dev_group{device="veth6998885"} 0 node_network_net_dev_group{device="veth6d7d5de"} 0 node_network_net_dev_group{device="veth6df6207"} 0 node_network_net_dev_group{device="veth71c0bd8"} 0 node_network_net_dev_group{device="veth77a7b4a"} 0 node_network_net_dev_group{device="veth77d5bc7"} 0 node_network_net_dev_group{device="veth77debcd"} 0 node_network_net_dev_group{device="veth8026c08"} 0 node_network_net_dev_group{device="veth834d5bf"} 0 node_network_net_dev_group{device="veth8b3cf0b"} 0 node_network_net_dev_group{device="veth8c19fd1"} 0 node_network_net_dev_group{device="veth96ba58c"} 0 node_network_net_dev_group{device="veth9d8a90d"} 0 node_network_net_dev_group{device="vetha198936"} 0 node_network_net_dev_group{device="vetha5c1621"} 0 node_network_net_dev_group{device="vetha7a284b"} 0 node_network_net_dev_group{device="vetha85c9a2"} 0 node_network_net_dev_group{device="vetha868bc1"} 0 node_network_net_dev_group{device="vethad59029"} 0 node_network_net_dev_group{device="vethadd2930"} 0 node_network_net_dev_group{device="vethae2a881"} 0 node_network_net_dev_group{device="vethaee487d"} 0 node_network_net_dev_group{device="vethb0c437b"} 0 node_network_net_dev_group{device="vethb11dac7"} 0 node_network_net_dev_group{device="vethb2aaa0f"} 0 node_network_net_dev_group{device="vethb8657e3"} 0 node_network_net_dev_group{device="vethbb35e77"} 0 node_network_net_dev_group{device="vethbf51ea0"} 0 node_network_net_dev_group{device="vethc005be1"} 0 node_network_net_dev_group{device="vethc4eaa8a"} 0 node_network_net_dev_group{device="vethcaef81e"} 0 node_network_net_dev_group{device="vethcf6b31e"} 0 node_network_net_dev_group{device="vethcfc504f"} 0 node_network_net_dev_group{device="vethcfe1188"} 0 node_network_net_dev_group{device="vethda7c054"} 0 node_network_net_dev_group{device="vethdc52c6c"} 0 node_network_net_dev_group{device="vethe301584"} 0 node_network_net_dev_group{device="vethe402393"} 0 node_network_net_dev_group{device="vethe621db0"} 0 node_network_net_dev_group{device="vethe9e0c76"} 0 node_network_net_dev_group{device="vethea2ea17"} 0 node_network_net_dev_group{device="vetheb42145"} 0 node_network_net_dev_group{device="vethed3f70f"} 0 node_network_net_dev_group{device="vethf2bc6a2"} 0 node_network_net_dev_group{device="vethf4373d5"} 0 node_network_net_dev_group{device="vethfabbf7e"} 0 node_network_net_dev_group{device="vethfc15996"} 0 node_network_net_dev_group{device="vethfd7eafb"} 0 node_network_net_dev_group{device="vethfdf59ae"} 0 node_network_net_dev_group{device="vethfe98352"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-1c5ae9c4fb11"} 1 node_network_protocol_type{device="br-1f437ee92de3"} 1 node_network_protocol_type{device="br-541b70109604"} 1 node_network_protocol_type{device="br-57fae769631e"} 1 node_network_protocol_type{device="br-5fe347eda337"} 1 node_network_protocol_type{device="br-607e7f2cc1eb"} 1 node_network_protocol_type{device="br-6461bc9320a1"} 1 node_network_protocol_type{device="br-8e9e3794015c"} 1 node_network_protocol_type{device="br-9d8e958996ba"} 1 node_network_protocol_type{device="br-a7e11f654a04"} 1 node_network_protocol_type{device="br-aaba14ed7a3b"} 1 node_network_protocol_type{device="br-b266df46df77"} 1 node_network_protocol_type{device="br-b79aa99837b3"} 1 node_network_protocol_type{device="br-e0fcc6d4b66e"} 1 node_network_protocol_type{device="br-eac26a665bc7"} 1 node_network_protocol_type{device="br-f1318694100b"} 1 node_network_protocol_type{device="br-f37d406e9375"} 1 node_network_protocol_type{device="br-ff21357210f8"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="ens18"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth0088aba"} 1 node_network_protocol_type{device="veth00d4a16"} 1 node_network_protocol_type{device="veth04a9ff5"} 1 node_network_protocol_type{device="veth07c4e62"} 1 node_network_protocol_type{device="veth0b27cf5"} 1 node_network_protocol_type{device="veth0e30524"} 1 node_network_protocol_type{device="veth10d12f9"} 1 node_network_protocol_type{device="veth14066fc"} 1 node_network_protocol_type{device="veth1a04378"} 1 node_network_protocol_type{device="veth1a6a3a1"} 1 node_network_protocol_type{device="veth1d73c71"} 1 node_network_protocol_type{device="veth1d9a948"} 1 node_network_protocol_type{device="veth22d86d3"} 1 node_network_protocol_type{device="veth242a399"} 1 node_network_protocol_type{device="veth247d928"} 1 node_network_protocol_type{device="veth2487a8f"} 1 node_network_protocol_type{device="veth25d85f7"} 1 node_network_protocol_type{device="veth28a1322"} 1 node_network_protocol_type{device="veth2e478ca"} 1 node_network_protocol_type{device="veth2fc8bc6"} 1 node_network_protocol_type{device="veth305e5cb"} 1 node_network_protocol_type{device="veth307d10c"} 1 node_network_protocol_type{device="veth32aa2de"} 1 node_network_protocol_type{device="veth34fa5ec"} 1 node_network_protocol_type{device="veth3d6aad2"} 1 node_network_protocol_type{device="veth4b9f319"} 1 node_network_protocol_type{device="veth4d94602"} 1 node_network_protocol_type{device="veth5140c64"} 1 node_network_protocol_type{device="veth517e95d"} 1 node_network_protocol_type{device="veth51f9842"} 1 node_network_protocol_type{device="veth52d5dbc"} 1 node_network_protocol_type{device="veth54a03c1"} 1 node_network_protocol_type{device="veth5822896"} 1 node_network_protocol_type{device="veth58c8e56"} 1 node_network_protocol_type{device="veth5cf8945"} 1 node_network_protocol_type{device="veth5d47e4e"} 1 node_network_protocol_type{device="veth60f2acb"} 1 node_network_protocol_type{device="veth61f3f26"} 1 node_network_protocol_type{device="veth62276df"} 1 node_network_protocol_type{device="veth62e9488"} 1 node_network_protocol_type{device="veth65a1947"} 1 node_network_protocol_type{device="veth670c75f"} 1 node_network_protocol_type{device="veth6998885"} 1 node_network_protocol_type{device="veth6d7d5de"} 1 node_network_protocol_type{device="veth6df6207"} 1 node_network_protocol_type{device="veth71c0bd8"} 1 node_network_protocol_type{device="veth77a7b4a"} 1 node_network_protocol_type{device="veth77d5bc7"} 1 node_network_protocol_type{device="veth77debcd"} 1 node_network_protocol_type{device="veth8026c08"} 1 node_network_protocol_type{device="veth834d5bf"} 1 node_network_protocol_type{device="veth8b3cf0b"} 1 node_network_protocol_type{device="veth8c19fd1"} 1 node_network_protocol_type{device="veth96ba58c"} 1 node_network_protocol_type{device="veth9d8a90d"} 1 node_network_protocol_type{device="vetha198936"} 1 node_network_protocol_type{device="vetha5c1621"} 1 node_network_protocol_type{device="vetha7a284b"} 1 node_network_protocol_type{device="vetha85c9a2"} 1 node_network_protocol_type{device="vetha868bc1"} 1 node_network_protocol_type{device="vethad59029"} 1 node_network_protocol_type{device="vethadd2930"} 1 node_network_protocol_type{device="vethae2a881"} 1 node_network_protocol_type{device="vethaee487d"} 1 node_network_protocol_type{device="vethb0c437b"} 1 node_network_protocol_type{device="vethb11dac7"} 1 node_network_protocol_type{device="vethb2aaa0f"} 1 node_network_protocol_type{device="vethb8657e3"} 1 node_network_protocol_type{device="vethbb35e77"} 1 node_network_protocol_type{device="vethbf51ea0"} 1 node_network_protocol_type{device="vethc005be1"} 1 node_network_protocol_type{device="vethc4eaa8a"} 1 node_network_protocol_type{device="vethcaef81e"} 1 node_network_protocol_type{device="vethcf6b31e"} 1 node_network_protocol_type{device="vethcfc504f"} 1 node_network_protocol_type{device="vethcfe1188"} 1 node_network_protocol_type{device="vethda7c054"} 1 node_network_protocol_type{device="vethdc52c6c"} 1 node_network_protocol_type{device="vethe301584"} 1 node_network_protocol_type{device="vethe402393"} 1 node_network_protocol_type{device="vethe621db0"} 1 node_network_protocol_type{device="vethe9e0c76"} 1 node_network_protocol_type{device="vethea2ea17"} 1 node_network_protocol_type{device="vetheb42145"} 1 node_network_protocol_type{device="vethed3f70f"} 1 node_network_protocol_type{device="vethf2bc6a2"} 1 node_network_protocol_type{device="vethf4373d5"} 1 node_network_protocol_type{device="vethfabbf7e"} 1 node_network_protocol_type{device="vethfc15996"} 1 node_network_protocol_type{device="vethfd7eafb"} 1 node_network_protocol_type{device="vethfdf59ae"} 1 node_network_protocol_type{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 2.040546e+06 node_network_receive_bytes_total{device="br-1f437ee92de3"} 6.7677337e+08 node_network_receive_bytes_total{device="br-541b70109604"} 1.914687e+06 node_network_receive_bytes_total{device="br-57fae769631e"} 346711 node_network_receive_bytes_total{device="br-5fe347eda337"} 0 node_network_receive_bytes_total{device="br-607e7f2cc1eb"} 0 node_network_receive_bytes_total{device="br-6461bc9320a1"} 0 node_network_receive_bytes_total{device="br-8e9e3794015c"} 11915 node_network_receive_bytes_total{device="br-9d8e958996ba"} 1.066756e+06 node_network_receive_bytes_total{device="br-a7e11f654a04"} 12091 node_network_receive_bytes_total{device="br-aaba14ed7a3b"} 0 node_network_receive_bytes_total{device="br-b266df46df77"} 5.5066288e+08 node_network_receive_bytes_total{device="br-b79aa99837b3"} 0 node_network_receive_bytes_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_bytes_total{device="br-eac26a665bc7"} 3.0368858e+07 node_network_receive_bytes_total{device="br-f1318694100b"} 311924 node_network_receive_bytes_total{device="br-f37d406e9375"} 5645 node_network_receive_bytes_total{device="br-ff21357210f8"} 0 node_network_receive_bytes_total{device="docker0"} 0 node_network_receive_bytes_total{device="ens18"} 4.88698183e+08 node_network_receive_bytes_total{device="lo"} 4.377855e+06 node_network_receive_bytes_total{device="veth0088aba"} 6109 node_network_receive_bytes_total{device="veth00d4a16"} 48763 node_network_receive_bytes_total{device="veth04a9ff5"} 0 node_network_receive_bytes_total{device="veth07c4e62"} 3.843022295e+09 node_network_receive_bytes_total{device="veth0b27cf5"} 485526 node_network_receive_bytes_total{device="veth0e30524"} 2.015919e+06 node_network_receive_bytes_total{device="veth10d12f9"} 1.103535321e+09 node_network_receive_bytes_total{device="veth14066fc"} 0 node_network_receive_bytes_total{device="veth1a04378"} 0 node_network_receive_bytes_total{device="veth1a6a3a1"} 0 node_network_receive_bytes_total{device="veth1d73c71"} 0 node_network_receive_bytes_total{device="veth1d9a948"} 1.779804e+06 node_network_receive_bytes_total{device="veth22d86d3"} 41031 node_network_receive_bytes_total{device="veth242a399"} 49911 node_network_receive_bytes_total{device="veth247d928"} 948 node_network_receive_bytes_total{device="veth2487a8f"} 448456 node_network_receive_bytes_total{device="veth25d85f7"} 0 node_network_receive_bytes_total{device="veth28a1322"} 0 node_network_receive_bytes_total{device="veth2e478ca"} 882 node_network_receive_bytes_total{device="veth2fc8bc6"} 0 node_network_receive_bytes_total{device="veth305e5cb"} 882 node_network_receive_bytes_total{device="veth307d10c"} 9.006101e+06 node_network_receive_bytes_total{device="veth32aa2de"} 1.916669e+06 node_network_receive_bytes_total{device="veth34fa5ec"} 1.895438e+06 node_network_receive_bytes_total{device="veth3d6aad2"} 1.2828137e+07 node_network_receive_bytes_total{device="veth4b9f319"} 0 node_network_receive_bytes_total{device="veth4d94602"} 882 node_network_receive_bytes_total{device="veth5140c64"} 0 node_network_receive_bytes_total{device="veth517e95d"} 447258 node_network_receive_bytes_total{device="veth51f9842"} 1.8505891e+07 node_network_receive_bytes_total{device="veth52d5dbc"} 45917 node_network_receive_bytes_total{device="veth54a03c1"} 0 node_network_receive_bytes_total{device="veth5822896"} 1014 node_network_receive_bytes_total{device="veth58c8e56"} 774 node_network_receive_bytes_total{device="veth5cf8945"} 0 node_network_receive_bytes_total{device="veth5d47e4e"} 340071 node_network_receive_bytes_total{device="veth60f2acb"} 1.2753594e+07 node_network_receive_bytes_total{device="veth61f3f26"} 1.5850576e+07 node_network_receive_bytes_total{device="veth62276df"} 816 node_network_receive_bytes_total{device="veth62e9488"} 0 node_network_receive_bytes_total{device="veth65a1947"} 840 node_network_receive_bytes_total{device="veth670c75f"} 0 node_network_receive_bytes_total{device="veth6998885"} 6.390775e+06 node_network_receive_bytes_total{device="veth6d7d5de"} 0 node_network_receive_bytes_total{device="veth6df6207"} 1.3178999e+07 node_network_receive_bytes_total{device="veth71c0bd8"} 0 node_network_receive_bytes_total{device="veth77a7b4a"} 916831 node_network_receive_bytes_total{device="veth77d5bc7"} 4.673494e+06 node_network_receive_bytes_total{device="veth77debcd"} 752854 node_network_receive_bytes_total{device="veth8026c08"} 0 node_network_receive_bytes_total{device="veth834d5bf"} 446314 node_network_receive_bytes_total{device="veth8b3cf0b"} 1.011584e+06 node_network_receive_bytes_total{device="veth8c19fd1"} 0 node_network_receive_bytes_total{device="veth96ba58c"} 2.65157e+06 node_network_receive_bytes_total{device="veth9d8a90d"} 840 node_network_receive_bytes_total{device="vetha198936"} 7.745178e+06 node_network_receive_bytes_total{device="vetha5c1621"} 0 node_network_receive_bytes_total{device="vetha7a284b"} 0 node_network_receive_bytes_total{device="vetha85c9a2"} 1.2971172e+07 node_network_receive_bytes_total{device="vetha868bc1"} 948 node_network_receive_bytes_total{device="vethad59029"} 0 node_network_receive_bytes_total{device="vethadd2930"} 0 node_network_receive_bytes_total{device="vethae2a881"} 840 node_network_receive_bytes_total{device="vethaee487d"} 52886 node_network_receive_bytes_total{device="vethb0c437b"} 626207 node_network_receive_bytes_total{device="vethb11dac7"} 6739 node_network_receive_bytes_total{device="vethb2aaa0f"} 6.2950418e+07 node_network_receive_bytes_total{device="vethb8657e3"} 816 node_network_receive_bytes_total{device="vethbb35e77"} 4.9367874e+07 node_network_receive_bytes_total{device="vethbf51ea0"} 0 node_network_receive_bytes_total{device="vethc005be1"} 13161 node_network_receive_bytes_total{device="vethc4eaa8a"} 906 node_network_receive_bytes_total{device="vethcaef81e"} 0 node_network_receive_bytes_total{device="vethcf6b31e"} 5704 node_network_receive_bytes_total{device="vethcfc504f"} 0 node_network_receive_bytes_total{device="vethcfe1188"} 171562 node_network_receive_bytes_total{device="vethda7c054"} 465114 node_network_receive_bytes_total{device="vethdc52c6c"} 774 node_network_receive_bytes_total{device="vethe301584"} 0 node_network_receive_bytes_total{device="vethe402393"} 6.8699253e+08 node_network_receive_bytes_total{device="vethe621db0"} 0 node_network_receive_bytes_total{device="vethe9e0c76"} 49150 node_network_receive_bytes_total{device="vethea2ea17"} 1.312677e+06 node_network_receive_bytes_total{device="vetheb42145"} 0 node_network_receive_bytes_total{device="vethed3f70f"} 13337 node_network_receive_bytes_total{device="vethf2bc6a2"} 1014 node_network_receive_bytes_total{device="vethf4373d5"} 882 node_network_receive_bytes_total{device="vethfabbf7e"} 52851 node_network_receive_bytes_total{device="vethfc15996"} 446792 node_network_receive_bytes_total{device="vethfd7eafb"} 1.3349176e+07 node_network_receive_bytes_total{device="vethfdf59ae"} 90388 node_network_receive_bytes_total{device="vethfe98352"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="br-1c5ae9c4fb11"} 0 node_network_receive_compressed_total{device="br-1f437ee92de3"} 0 node_network_receive_compressed_total{device="br-541b70109604"} 0 node_network_receive_compressed_total{device="br-57fae769631e"} 0 node_network_receive_compressed_total{device="br-5fe347eda337"} 0 node_network_receive_compressed_total{device="br-607e7f2cc1eb"} 0 node_network_receive_compressed_total{device="br-6461bc9320a1"} 0 node_network_receive_compressed_total{device="br-8e9e3794015c"} 0 node_network_receive_compressed_total{device="br-9d8e958996ba"} 0 node_network_receive_compressed_total{device="br-a7e11f654a04"} 0 node_network_receive_compressed_total{device="br-aaba14ed7a3b"} 0 node_network_receive_compressed_total{device="br-b266df46df77"} 0 node_network_receive_compressed_total{device="br-b79aa99837b3"} 0 node_network_receive_compressed_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_compressed_total{device="br-eac26a665bc7"} 0 node_network_receive_compressed_total{device="br-f1318694100b"} 0 node_network_receive_compressed_total{device="br-f37d406e9375"} 0 node_network_receive_compressed_total{device="br-ff21357210f8"} 0 node_network_receive_compressed_total{device="docker0"} 0 node_network_receive_compressed_total{device="ens18"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="veth0088aba"} 0 node_network_receive_compressed_total{device="veth00d4a16"} 0 node_network_receive_compressed_total{device="veth04a9ff5"} 0 node_network_receive_compressed_total{device="veth07c4e62"} 0 node_network_receive_compressed_total{device="veth0b27cf5"} 0 node_network_receive_compressed_total{device="veth0e30524"} 0 node_network_receive_compressed_total{device="veth10d12f9"} 0 node_network_receive_compressed_total{device="veth14066fc"} 0 node_network_receive_compressed_total{device="veth1a04378"} 0 node_network_receive_compressed_total{device="veth1a6a3a1"} 0 node_network_receive_compressed_total{device="veth1d73c71"} 0 node_network_receive_compressed_total{device="veth1d9a948"} 0 node_network_receive_compressed_total{device="veth22d86d3"} 0 node_network_receive_compressed_total{device="veth242a399"} 0 node_network_receive_compressed_total{device="veth247d928"} 0 node_network_receive_compressed_total{device="veth2487a8f"} 0 node_network_receive_compressed_total{device="veth25d85f7"} 0 node_network_receive_compressed_total{device="veth28a1322"} 0 node_network_receive_compressed_total{device="veth2e478ca"} 0 node_network_receive_compressed_total{device="veth2fc8bc6"} 0 node_network_receive_compressed_total{device="veth305e5cb"} 0 node_network_receive_compressed_total{device="veth307d10c"} 0 node_network_receive_compressed_total{device="veth32aa2de"} 0 node_network_receive_compressed_total{device="veth34fa5ec"} 0 node_network_receive_compressed_total{device="veth3d6aad2"} 0 node_network_receive_compressed_total{device="veth4b9f319"} 0 node_network_receive_compressed_total{device="veth4d94602"} 0 node_network_receive_compressed_total{device="veth5140c64"} 0 node_network_receive_compressed_total{device="veth517e95d"} 0 node_network_receive_compressed_total{device="veth51f9842"} 0 node_network_receive_compressed_total{device="veth52d5dbc"} 0 node_network_receive_compressed_total{device="veth54a03c1"} 0 node_network_receive_compressed_total{device="veth5822896"} 0 node_network_receive_compressed_total{device="veth58c8e56"} 0 node_network_receive_compressed_total{device="veth5cf8945"} 0 node_network_receive_compressed_total{device="veth5d47e4e"} 0 node_network_receive_compressed_total{device="veth60f2acb"} 0 node_network_receive_compressed_total{device="veth61f3f26"} 0 node_network_receive_compressed_total{device="veth62276df"} 0 node_network_receive_compressed_total{device="veth62e9488"} 0 node_network_receive_compressed_total{device="veth65a1947"} 0 node_network_receive_compressed_total{device="veth670c75f"} 0 node_network_receive_compressed_total{device="veth6998885"} 0 node_network_receive_compressed_total{device="veth6d7d5de"} 0 node_network_receive_compressed_total{device="veth6df6207"} 0 node_network_receive_compressed_total{device="veth71c0bd8"} 0 node_network_receive_compressed_total{device="veth77a7b4a"} 0 node_network_receive_compressed_total{device="veth77d5bc7"} 0 node_network_receive_compressed_total{device="veth77debcd"} 0 node_network_receive_compressed_total{device="veth8026c08"} 0 node_network_receive_compressed_total{device="veth834d5bf"} 0 node_network_receive_compressed_total{device="veth8b3cf0b"} 0 node_network_receive_compressed_total{device="veth8c19fd1"} 0 node_network_receive_compressed_total{device="veth96ba58c"} 0 node_network_receive_compressed_total{device="veth9d8a90d"} 0 node_network_receive_compressed_total{device="vetha198936"} 0 node_network_receive_compressed_total{device="vetha5c1621"} 0 node_network_receive_compressed_total{device="vetha7a284b"} 0 node_network_receive_compressed_total{device="vetha85c9a2"} 0 node_network_receive_compressed_total{device="vetha868bc1"} 0 node_network_receive_compressed_total{device="vethad59029"} 0 node_network_receive_compressed_total{device="vethadd2930"} 0 node_network_receive_compressed_total{device="vethae2a881"} 0 node_network_receive_compressed_total{device="vethaee487d"} 0 node_network_receive_compressed_total{device="vethb0c437b"} 0 node_network_receive_compressed_total{device="vethb11dac7"} 0 node_network_receive_compressed_total{device="vethb2aaa0f"} 0 node_network_receive_compressed_total{device="vethb8657e3"} 0 node_network_receive_compressed_total{device="vethbb35e77"} 0 node_network_receive_compressed_total{device="vethbf51ea0"} 0 node_network_receive_compressed_total{device="vethc005be1"} 0 node_network_receive_compressed_total{device="vethc4eaa8a"} 0 node_network_receive_compressed_total{device="vethcaef81e"} 0 node_network_receive_compressed_total{device="vethcf6b31e"} 0 node_network_receive_compressed_total{device="vethcfc504f"} 0 node_network_receive_compressed_total{device="vethcfe1188"} 0 node_network_receive_compressed_total{device="vethda7c054"} 0 node_network_receive_compressed_total{device="vethdc52c6c"} 0 node_network_receive_compressed_total{device="vethe301584"} 0 node_network_receive_compressed_total{device="vethe402393"} 0 node_network_receive_compressed_total{device="vethe621db0"} 0 node_network_receive_compressed_total{device="vethe9e0c76"} 0 node_network_receive_compressed_total{device="vethea2ea17"} 0 node_network_receive_compressed_total{device="vetheb42145"} 0 node_network_receive_compressed_total{device="vethed3f70f"} 0 node_network_receive_compressed_total{device="vethf2bc6a2"} 0 node_network_receive_compressed_total{device="vethf4373d5"} 0 node_network_receive_compressed_total{device="vethfabbf7e"} 0 node_network_receive_compressed_total{device="vethfc15996"} 0 node_network_receive_compressed_total{device="vethfd7eafb"} 0 node_network_receive_compressed_total{device="vethfdf59ae"} 0 node_network_receive_compressed_total{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 0 node_network_receive_drop_total{device="br-1f437ee92de3"} 0 node_network_receive_drop_total{device="br-541b70109604"} 0 node_network_receive_drop_total{device="br-57fae769631e"} 0 node_network_receive_drop_total{device="br-5fe347eda337"} 0 node_network_receive_drop_total{device="br-607e7f2cc1eb"} 0 node_network_receive_drop_total{device="br-6461bc9320a1"} 0 node_network_receive_drop_total{device="br-8e9e3794015c"} 0 node_network_receive_drop_total{device="br-9d8e958996ba"} 0 node_network_receive_drop_total{device="br-a7e11f654a04"} 0 node_network_receive_drop_total{device="br-aaba14ed7a3b"} 0 node_network_receive_drop_total{device="br-b266df46df77"} 0 node_network_receive_drop_total{device="br-b79aa99837b3"} 0 node_network_receive_drop_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_drop_total{device="br-eac26a665bc7"} 0 node_network_receive_drop_total{device="br-f1318694100b"} 0 node_network_receive_drop_total{device="br-f37d406e9375"} 0 node_network_receive_drop_total{device="br-ff21357210f8"} 0 node_network_receive_drop_total{device="docker0"} 0 node_network_receive_drop_total{device="ens18"} 0 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="veth0088aba"} 0 node_network_receive_drop_total{device="veth00d4a16"} 0 node_network_receive_drop_total{device="veth04a9ff5"} 0 node_network_receive_drop_total{device="veth07c4e62"} 0 node_network_receive_drop_total{device="veth0b27cf5"} 0 node_network_receive_drop_total{device="veth0e30524"} 0 node_network_receive_drop_total{device="veth10d12f9"} 0 node_network_receive_drop_total{device="veth14066fc"} 0 node_network_receive_drop_total{device="veth1a04378"} 0 node_network_receive_drop_total{device="veth1a6a3a1"} 0 node_network_receive_drop_total{device="veth1d73c71"} 0 node_network_receive_drop_total{device="veth1d9a948"} 0 node_network_receive_drop_total{device="veth22d86d3"} 0 node_network_receive_drop_total{device="veth242a399"} 0 node_network_receive_drop_total{device="veth247d928"} 0 node_network_receive_drop_total{device="veth2487a8f"} 0 node_network_receive_drop_total{device="veth25d85f7"} 0 node_network_receive_drop_total{device="veth28a1322"} 0 node_network_receive_drop_total{device="veth2e478ca"} 0 node_network_receive_drop_total{device="veth2fc8bc6"} 0 node_network_receive_drop_total{device="veth305e5cb"} 0 node_network_receive_drop_total{device="veth307d10c"} 0 node_network_receive_drop_total{device="veth32aa2de"} 0 node_network_receive_drop_total{device="veth34fa5ec"} 0 node_network_receive_drop_total{device="veth3d6aad2"} 0 node_network_receive_drop_total{device="veth4b9f319"} 0 node_network_receive_drop_total{device="veth4d94602"} 0 node_network_receive_drop_total{device="veth5140c64"} 0 node_network_receive_drop_total{device="veth517e95d"} 0 node_network_receive_drop_total{device="veth51f9842"} 0 node_network_receive_drop_total{device="veth52d5dbc"} 0 node_network_receive_drop_total{device="veth54a03c1"} 0 node_network_receive_drop_total{device="veth5822896"} 0 node_network_receive_drop_total{device="veth58c8e56"} 0 node_network_receive_drop_total{device="veth5cf8945"} 0 node_network_receive_drop_total{device="veth5d47e4e"} 0 node_network_receive_drop_total{device="veth60f2acb"} 0 node_network_receive_drop_total{device="veth61f3f26"} 0 node_network_receive_drop_total{device="veth62276df"} 0 node_network_receive_drop_total{device="veth62e9488"} 0 node_network_receive_drop_total{device="veth65a1947"} 0 node_network_receive_drop_total{device="veth670c75f"} 0 node_network_receive_drop_total{device="veth6998885"} 0 node_network_receive_drop_total{device="veth6d7d5de"} 0 node_network_receive_drop_total{device="veth6df6207"} 0 node_network_receive_drop_total{device="veth71c0bd8"} 0 node_network_receive_drop_total{device="veth77a7b4a"} 0 node_network_receive_drop_total{device="veth77d5bc7"} 0 node_network_receive_drop_total{device="veth77debcd"} 0 node_network_receive_drop_total{device="veth8026c08"} 0 node_network_receive_drop_total{device="veth834d5bf"} 0 node_network_receive_drop_total{device="veth8b3cf0b"} 0 node_network_receive_drop_total{device="veth8c19fd1"} 0 node_network_receive_drop_total{device="veth96ba58c"} 0 node_network_receive_drop_total{device="veth9d8a90d"} 0 node_network_receive_drop_total{device="vetha198936"} 0 node_network_receive_drop_total{device="vetha5c1621"} 0 node_network_receive_drop_total{device="vetha7a284b"} 0 node_network_receive_drop_total{device="vetha85c9a2"} 0 node_network_receive_drop_total{device="vetha868bc1"} 0 node_network_receive_drop_total{device="vethad59029"} 0 node_network_receive_drop_total{device="vethadd2930"} 0 node_network_receive_drop_total{device="vethae2a881"} 0 node_network_receive_drop_total{device="vethaee487d"} 0 node_network_receive_drop_total{device="vethb0c437b"} 0 node_network_receive_drop_total{device="vethb11dac7"} 0 node_network_receive_drop_total{device="vethb2aaa0f"} 0 node_network_receive_drop_total{device="vethb8657e3"} 0 node_network_receive_drop_total{device="vethbb35e77"} 0 node_network_receive_drop_total{device="vethbf51ea0"} 0 node_network_receive_drop_total{device="vethc005be1"} 0 node_network_receive_drop_total{device="vethc4eaa8a"} 0 node_network_receive_drop_total{device="vethcaef81e"} 0 node_network_receive_drop_total{device="vethcf6b31e"} 0 node_network_receive_drop_total{device="vethcfc504f"} 0 node_network_receive_drop_total{device="vethcfe1188"} 0 node_network_receive_drop_total{device="vethda7c054"} 0 node_network_receive_drop_total{device="vethdc52c6c"} 0 node_network_receive_drop_total{device="vethe301584"} 0 node_network_receive_drop_total{device="vethe402393"} 0 node_network_receive_drop_total{device="vethe621db0"} 0 node_network_receive_drop_total{device="vethe9e0c76"} 0 node_network_receive_drop_total{device="vethea2ea17"} 0 node_network_receive_drop_total{device="vetheb42145"} 0 node_network_receive_drop_total{device="vethed3f70f"} 0 node_network_receive_drop_total{device="vethf2bc6a2"} 0 node_network_receive_drop_total{device="vethf4373d5"} 0 node_network_receive_drop_total{device="vethfabbf7e"} 0 node_network_receive_drop_total{device="vethfc15996"} 0 node_network_receive_drop_total{device="vethfd7eafb"} 0 node_network_receive_drop_total{device="vethfdf59ae"} 0 node_network_receive_drop_total{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 0 node_network_receive_errs_total{device="br-1f437ee92de3"} 0 node_network_receive_errs_total{device="br-541b70109604"} 0 node_network_receive_errs_total{device="br-57fae769631e"} 0 node_network_receive_errs_total{device="br-5fe347eda337"} 0 node_network_receive_errs_total{device="br-607e7f2cc1eb"} 0 node_network_receive_errs_total{device="br-6461bc9320a1"} 0 node_network_receive_errs_total{device="br-8e9e3794015c"} 0 node_network_receive_errs_total{device="br-9d8e958996ba"} 0 node_network_receive_errs_total{device="br-a7e11f654a04"} 0 node_network_receive_errs_total{device="br-aaba14ed7a3b"} 0 node_network_receive_errs_total{device="br-b266df46df77"} 0 node_network_receive_errs_total{device="br-b79aa99837b3"} 0 node_network_receive_errs_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_errs_total{device="br-eac26a665bc7"} 0 node_network_receive_errs_total{device="br-f1318694100b"} 0 node_network_receive_errs_total{device="br-f37d406e9375"} 0 node_network_receive_errs_total{device="br-ff21357210f8"} 0 node_network_receive_errs_total{device="docker0"} 0 node_network_receive_errs_total{device="ens18"} 0 node_network_receive_errs_total{device="lo"} 0 node_network_receive_errs_total{device="veth0088aba"} 0 node_network_receive_errs_total{device="veth00d4a16"} 0 node_network_receive_errs_total{device="veth04a9ff5"} 0 node_network_receive_errs_total{device="veth07c4e62"} 0 node_network_receive_errs_total{device="veth0b27cf5"} 0 node_network_receive_errs_total{device="veth0e30524"} 0 node_network_receive_errs_total{device="veth10d12f9"} 0 node_network_receive_errs_total{device="veth14066fc"} 0 node_network_receive_errs_total{device="veth1a04378"} 0 node_network_receive_errs_total{device="veth1a6a3a1"} 0 node_network_receive_errs_total{device="veth1d73c71"} 0 node_network_receive_errs_total{device="veth1d9a948"} 0 node_network_receive_errs_total{device="veth22d86d3"} 0 node_network_receive_errs_total{device="veth242a399"} 0 node_network_receive_errs_total{device="veth247d928"} 0 node_network_receive_errs_total{device="veth2487a8f"} 0 node_network_receive_errs_total{device="veth25d85f7"} 0 node_network_receive_errs_total{device="veth28a1322"} 0 node_network_receive_errs_total{device="veth2e478ca"} 0 node_network_receive_errs_total{device="veth2fc8bc6"} 0 node_network_receive_errs_total{device="veth305e5cb"} 0 node_network_receive_errs_total{device="veth307d10c"} 0 node_network_receive_errs_total{device="veth32aa2de"} 0 node_network_receive_errs_total{device="veth34fa5ec"} 0 node_network_receive_errs_total{device="veth3d6aad2"} 0 node_network_receive_errs_total{device="veth4b9f319"} 0 node_network_receive_errs_total{device="veth4d94602"} 0 node_network_receive_errs_total{device="veth5140c64"} 0 node_network_receive_errs_total{device="veth517e95d"} 0 node_network_receive_errs_total{device="veth51f9842"} 0 node_network_receive_errs_total{device="veth52d5dbc"} 0 node_network_receive_errs_total{device="veth54a03c1"} 0 node_network_receive_errs_total{device="veth5822896"} 0 node_network_receive_errs_total{device="veth58c8e56"} 0 node_network_receive_errs_total{device="veth5cf8945"} 0 node_network_receive_errs_total{device="veth5d47e4e"} 0 node_network_receive_errs_total{device="veth60f2acb"} 0 node_network_receive_errs_total{device="veth61f3f26"} 0 node_network_receive_errs_total{device="veth62276df"} 0 node_network_receive_errs_total{device="veth62e9488"} 0 node_network_receive_errs_total{device="veth65a1947"} 0 node_network_receive_errs_total{device="veth670c75f"} 0 node_network_receive_errs_total{device="veth6998885"} 0 node_network_receive_errs_total{device="veth6d7d5de"} 0 node_network_receive_errs_total{device="veth6df6207"} 0 node_network_receive_errs_total{device="veth71c0bd8"} 0 node_network_receive_errs_total{device="veth77a7b4a"} 0 node_network_receive_errs_total{device="veth77d5bc7"} 0 node_network_receive_errs_total{device="veth77debcd"} 0 node_network_receive_errs_total{device="veth8026c08"} 0 node_network_receive_errs_total{device="veth834d5bf"} 0 node_network_receive_errs_total{device="veth8b3cf0b"} 0 node_network_receive_errs_total{device="veth8c19fd1"} 0 node_network_receive_errs_total{device="veth96ba58c"} 0 node_network_receive_errs_total{device="veth9d8a90d"} 0 node_network_receive_errs_total{device="vetha198936"} 0 node_network_receive_errs_total{device="vetha5c1621"} 0 node_network_receive_errs_total{device="vetha7a284b"} 0 node_network_receive_errs_total{device="vetha85c9a2"} 0 node_network_receive_errs_total{device="vetha868bc1"} 0 node_network_receive_errs_total{device="vethad59029"} 0 node_network_receive_errs_total{device="vethadd2930"} 0 node_network_receive_errs_total{device="vethae2a881"} 0 node_network_receive_errs_total{device="vethaee487d"} 0 node_network_receive_errs_total{device="vethb0c437b"} 0 node_network_receive_errs_total{device="vethb11dac7"} 0 node_network_receive_errs_total{device="vethb2aaa0f"} 0 node_network_receive_errs_total{device="vethb8657e3"} 0 node_network_receive_errs_total{device="vethbb35e77"} 0 node_network_receive_errs_total{device="vethbf51ea0"} 0 node_network_receive_errs_total{device="vethc005be1"} 0 node_network_receive_errs_total{device="vethc4eaa8a"} 0 node_network_receive_errs_total{device="vethcaef81e"} 0 node_network_receive_errs_total{device="vethcf6b31e"} 0 node_network_receive_errs_total{device="vethcfc504f"} 0 node_network_receive_errs_total{device="vethcfe1188"} 0 node_network_receive_errs_total{device="vethda7c054"} 0 node_network_receive_errs_total{device="vethdc52c6c"} 0 node_network_receive_errs_total{device="vethe301584"} 0 node_network_receive_errs_total{device="vethe402393"} 0 node_network_receive_errs_total{device="vethe621db0"} 0 node_network_receive_errs_total{device="vethe9e0c76"} 0 node_network_receive_errs_total{device="vethea2ea17"} 0 node_network_receive_errs_total{device="vetheb42145"} 0 node_network_receive_errs_total{device="vethed3f70f"} 0 node_network_receive_errs_total{device="vethf2bc6a2"} 0 node_network_receive_errs_total{device="vethf4373d5"} 0 node_network_receive_errs_total{device="vethfabbf7e"} 0 node_network_receive_errs_total{device="vethfc15996"} 0 node_network_receive_errs_total{device="vethfd7eafb"} 0 node_network_receive_errs_total{device="vethfdf59ae"} 0 node_network_receive_errs_total{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 0 node_network_receive_fifo_total{device="br-1f437ee92de3"} 0 node_network_receive_fifo_total{device="br-541b70109604"} 0 node_network_receive_fifo_total{device="br-57fae769631e"} 0 node_network_receive_fifo_total{device="br-5fe347eda337"} 0 node_network_receive_fifo_total{device="br-607e7f2cc1eb"} 0 node_network_receive_fifo_total{device="br-6461bc9320a1"} 0 node_network_receive_fifo_total{device="br-8e9e3794015c"} 0 node_network_receive_fifo_total{device="br-9d8e958996ba"} 0 node_network_receive_fifo_total{device="br-a7e11f654a04"} 0 node_network_receive_fifo_total{device="br-aaba14ed7a3b"} 0 node_network_receive_fifo_total{device="br-b266df46df77"} 0 node_network_receive_fifo_total{device="br-b79aa99837b3"} 0 node_network_receive_fifo_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_fifo_total{device="br-eac26a665bc7"} 0 node_network_receive_fifo_total{device="br-f1318694100b"} 0 node_network_receive_fifo_total{device="br-f37d406e9375"} 0 node_network_receive_fifo_total{device="br-ff21357210f8"} 0 node_network_receive_fifo_total{device="docker0"} 0 node_network_receive_fifo_total{device="ens18"} 0 node_network_receive_fifo_total{device="lo"} 0 node_network_receive_fifo_total{device="veth0088aba"} 0 node_network_receive_fifo_total{device="veth00d4a16"} 0 node_network_receive_fifo_total{device="veth04a9ff5"} 0 node_network_receive_fifo_total{device="veth07c4e62"} 0 node_network_receive_fifo_total{device="veth0b27cf5"} 0 node_network_receive_fifo_total{device="veth0e30524"} 0 node_network_receive_fifo_total{device="veth10d12f9"} 0 node_network_receive_fifo_total{device="veth14066fc"} 0 node_network_receive_fifo_total{device="veth1a04378"} 0 node_network_receive_fifo_total{device="veth1a6a3a1"} 0 node_network_receive_fifo_total{device="veth1d73c71"} 0 node_network_receive_fifo_total{device="veth1d9a948"} 0 node_network_receive_fifo_total{device="veth22d86d3"} 0 node_network_receive_fifo_total{device="veth242a399"} 0 node_network_receive_fifo_total{device="veth247d928"} 0 node_network_receive_fifo_total{device="veth2487a8f"} 0 node_network_receive_fifo_total{device="veth25d85f7"} 0 node_network_receive_fifo_total{device="veth28a1322"} 0 node_network_receive_fifo_total{device="veth2e478ca"} 0 node_network_receive_fifo_total{device="veth2fc8bc6"} 0 node_network_receive_fifo_total{device="veth305e5cb"} 0 node_network_receive_fifo_total{device="veth307d10c"} 0 node_network_receive_fifo_total{device="veth32aa2de"} 0 node_network_receive_fifo_total{device="veth34fa5ec"} 0 node_network_receive_fifo_total{device="veth3d6aad2"} 0 node_network_receive_fifo_total{device="veth4b9f319"} 0 node_network_receive_fifo_total{device="veth4d94602"} 0 node_network_receive_fifo_total{device="veth5140c64"} 0 node_network_receive_fifo_total{device="veth517e95d"} 0 node_network_receive_fifo_total{device="veth51f9842"} 0 node_network_receive_fifo_total{device="veth52d5dbc"} 0 node_network_receive_fifo_total{device="veth54a03c1"} 0 node_network_receive_fifo_total{device="veth5822896"} 0 node_network_receive_fifo_total{device="veth58c8e56"} 0 node_network_receive_fifo_total{device="veth5cf8945"} 0 node_network_receive_fifo_total{device="veth5d47e4e"} 0 node_network_receive_fifo_total{device="veth60f2acb"} 0 node_network_receive_fifo_total{device="veth61f3f26"} 0 node_network_receive_fifo_total{device="veth62276df"} 0 node_network_receive_fifo_total{device="veth62e9488"} 0 node_network_receive_fifo_total{device="veth65a1947"} 0 node_network_receive_fifo_total{device="veth670c75f"} 0 node_network_receive_fifo_total{device="veth6998885"} 0 node_network_receive_fifo_total{device="veth6d7d5de"} 0 node_network_receive_fifo_total{device="veth6df6207"} 0 node_network_receive_fifo_total{device="veth71c0bd8"} 0 node_network_receive_fifo_total{device="veth77a7b4a"} 0 node_network_receive_fifo_total{device="veth77d5bc7"} 0 node_network_receive_fifo_total{device="veth77debcd"} 0 node_network_receive_fifo_total{device="veth8026c08"} 0 node_network_receive_fifo_total{device="veth834d5bf"} 0 node_network_receive_fifo_total{device="veth8b3cf0b"} 0 node_network_receive_fifo_total{device="veth8c19fd1"} 0 node_network_receive_fifo_total{device="veth96ba58c"} 0 node_network_receive_fifo_total{device="veth9d8a90d"} 0 node_network_receive_fifo_total{device="vetha198936"} 0 node_network_receive_fifo_total{device="vetha5c1621"} 0 node_network_receive_fifo_total{device="vetha7a284b"} 0 node_network_receive_fifo_total{device="vetha85c9a2"} 0 node_network_receive_fifo_total{device="vetha868bc1"} 0 node_network_receive_fifo_total{device="vethad59029"} 0 node_network_receive_fifo_total{device="vethadd2930"} 0 node_network_receive_fifo_total{device="vethae2a881"} 0 node_network_receive_fifo_total{device="vethaee487d"} 0 node_network_receive_fifo_total{device="vethb0c437b"} 0 node_network_receive_fifo_total{device="vethb11dac7"} 0 node_network_receive_fifo_total{device="vethb2aaa0f"} 0 node_network_receive_fifo_total{device="vethb8657e3"} 0 node_network_receive_fifo_total{device="vethbb35e77"} 0 node_network_receive_fifo_total{device="vethbf51ea0"} 0 node_network_receive_fifo_total{device="vethc005be1"} 0 node_network_receive_fifo_total{device="vethc4eaa8a"} 0 node_network_receive_fifo_total{device="vethcaef81e"} 0 node_network_receive_fifo_total{device="vethcf6b31e"} 0 node_network_receive_fifo_total{device="vethcfc504f"} 0 node_network_receive_fifo_total{device="vethcfe1188"} 0 node_network_receive_fifo_total{device="vethda7c054"} 0 node_network_receive_fifo_total{device="vethdc52c6c"} 0 node_network_receive_fifo_total{device="vethe301584"} 0 node_network_receive_fifo_total{device="vethe402393"} 0 node_network_receive_fifo_total{device="vethe621db0"} 0 node_network_receive_fifo_total{device="vethe9e0c76"} 0 node_network_receive_fifo_total{device="vethea2ea17"} 0 node_network_receive_fifo_total{device="vetheb42145"} 0 node_network_receive_fifo_total{device="vethed3f70f"} 0 node_network_receive_fifo_total{device="vethf2bc6a2"} 0 node_network_receive_fifo_total{device="vethf4373d5"} 0 node_network_receive_fifo_total{device="vethfabbf7e"} 0 node_network_receive_fifo_total{device="vethfc15996"} 0 node_network_receive_fifo_total{device="vethfd7eafb"} 0 node_network_receive_fifo_total{device="vethfdf59ae"} 0 node_network_receive_fifo_total{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 0 node_network_receive_frame_total{device="br-1f437ee92de3"} 0 node_network_receive_frame_total{device="br-541b70109604"} 0 node_network_receive_frame_total{device="br-57fae769631e"} 0 node_network_receive_frame_total{device="br-5fe347eda337"} 0 node_network_receive_frame_total{device="br-607e7f2cc1eb"} 0 node_network_receive_frame_total{device="br-6461bc9320a1"} 0 node_network_receive_frame_total{device="br-8e9e3794015c"} 0 node_network_receive_frame_total{device="br-9d8e958996ba"} 0 node_network_receive_frame_total{device="br-a7e11f654a04"} 0 node_network_receive_frame_total{device="br-aaba14ed7a3b"} 0 node_network_receive_frame_total{device="br-b266df46df77"} 0 node_network_receive_frame_total{device="br-b79aa99837b3"} 0 node_network_receive_frame_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_frame_total{device="br-eac26a665bc7"} 0 node_network_receive_frame_total{device="br-f1318694100b"} 0 node_network_receive_frame_total{device="br-f37d406e9375"} 0 node_network_receive_frame_total{device="br-ff21357210f8"} 0 node_network_receive_frame_total{device="docker0"} 0 node_network_receive_frame_total{device="ens18"} 0 node_network_receive_frame_total{device="lo"} 0 node_network_receive_frame_total{device="veth0088aba"} 0 node_network_receive_frame_total{device="veth00d4a16"} 0 node_network_receive_frame_total{device="veth04a9ff5"} 0 node_network_receive_frame_total{device="veth07c4e62"} 0 node_network_receive_frame_total{device="veth0b27cf5"} 0 node_network_receive_frame_total{device="veth0e30524"} 0 node_network_receive_frame_total{device="veth10d12f9"} 0 node_network_receive_frame_total{device="veth14066fc"} 0 node_network_receive_frame_total{device="veth1a04378"} 0 node_network_receive_frame_total{device="veth1a6a3a1"} 0 node_network_receive_frame_total{device="veth1d73c71"} 0 node_network_receive_frame_total{device="veth1d9a948"} 0 node_network_receive_frame_total{device="veth22d86d3"} 0 node_network_receive_frame_total{device="veth242a399"} 0 node_network_receive_frame_total{device="veth247d928"} 0 node_network_receive_frame_total{device="veth2487a8f"} 0 node_network_receive_frame_total{device="veth25d85f7"} 0 node_network_receive_frame_total{device="veth28a1322"} 0 node_network_receive_frame_total{device="veth2e478ca"} 0 node_network_receive_frame_total{device="veth2fc8bc6"} 0 node_network_receive_frame_total{device="veth305e5cb"} 0 node_network_receive_frame_total{device="veth307d10c"} 0 node_network_receive_frame_total{device="veth32aa2de"} 0 node_network_receive_frame_total{device="veth34fa5ec"} 0 node_network_receive_frame_total{device="veth3d6aad2"} 0 node_network_receive_frame_total{device="veth4b9f319"} 0 node_network_receive_frame_total{device="veth4d94602"} 0 node_network_receive_frame_total{device="veth5140c64"} 0 node_network_receive_frame_total{device="veth517e95d"} 0 node_network_receive_frame_total{device="veth51f9842"} 0 node_network_receive_frame_total{device="veth52d5dbc"} 0 node_network_receive_frame_total{device="veth54a03c1"} 0 node_network_receive_frame_total{device="veth5822896"} 0 node_network_receive_frame_total{device="veth58c8e56"} 0 node_network_receive_frame_total{device="veth5cf8945"} 0 node_network_receive_frame_total{device="veth5d47e4e"} 0 node_network_receive_frame_total{device="veth60f2acb"} 0 node_network_receive_frame_total{device="veth61f3f26"} 0 node_network_receive_frame_total{device="veth62276df"} 0 node_network_receive_frame_total{device="veth62e9488"} 0 node_network_receive_frame_total{device="veth65a1947"} 0 node_network_receive_frame_total{device="veth670c75f"} 0 node_network_receive_frame_total{device="veth6998885"} 0 node_network_receive_frame_total{device="veth6d7d5de"} 0 node_network_receive_frame_total{device="veth6df6207"} 0 node_network_receive_frame_total{device="veth71c0bd8"} 0 node_network_receive_frame_total{device="veth77a7b4a"} 0 node_network_receive_frame_total{device="veth77d5bc7"} 0 node_network_receive_frame_total{device="veth77debcd"} 0 node_network_receive_frame_total{device="veth8026c08"} 0 node_network_receive_frame_total{device="veth834d5bf"} 0 node_network_receive_frame_total{device="veth8b3cf0b"} 0 node_network_receive_frame_total{device="veth8c19fd1"} 0 node_network_receive_frame_total{device="veth96ba58c"} 0 node_network_receive_frame_total{device="veth9d8a90d"} 0 node_network_receive_frame_total{device="vetha198936"} 0 node_network_receive_frame_total{device="vetha5c1621"} 0 node_network_receive_frame_total{device="vetha7a284b"} 0 node_network_receive_frame_total{device="vetha85c9a2"} 0 node_network_receive_frame_total{device="vetha868bc1"} 0 node_network_receive_frame_total{device="vethad59029"} 0 node_network_receive_frame_total{device="vethadd2930"} 0 node_network_receive_frame_total{device="vethae2a881"} 0 node_network_receive_frame_total{device="vethaee487d"} 0 node_network_receive_frame_total{device="vethb0c437b"} 0 node_network_receive_frame_total{device="vethb11dac7"} 0 node_network_receive_frame_total{device="vethb2aaa0f"} 0 node_network_receive_frame_total{device="vethb8657e3"} 0 node_network_receive_frame_total{device="vethbb35e77"} 0 node_network_receive_frame_total{device="vethbf51ea0"} 0 node_network_receive_frame_total{device="vethc005be1"} 0 node_network_receive_frame_total{device="vethc4eaa8a"} 0 node_network_receive_frame_total{device="vethcaef81e"} 0 node_network_receive_frame_total{device="vethcf6b31e"} 0 node_network_receive_frame_total{device="vethcfc504f"} 0 node_network_receive_frame_total{device="vethcfe1188"} 0 node_network_receive_frame_total{device="vethda7c054"} 0 node_network_receive_frame_total{device="vethdc52c6c"} 0 node_network_receive_frame_total{device="vethe301584"} 0 node_network_receive_frame_total{device="vethe402393"} 0 node_network_receive_frame_total{device="vethe621db0"} 0 node_network_receive_frame_total{device="vethe9e0c76"} 0 node_network_receive_frame_total{device="vethea2ea17"} 0 node_network_receive_frame_total{device="vetheb42145"} 0 node_network_receive_frame_total{device="vethed3f70f"} 0 node_network_receive_frame_total{device="vethf2bc6a2"} 0 node_network_receive_frame_total{device="vethf4373d5"} 0 node_network_receive_frame_total{device="vethfabbf7e"} 0 node_network_receive_frame_total{device="vethfc15996"} 0 node_network_receive_frame_total{device="vethfd7eafb"} 0 node_network_receive_frame_total{device="vethfdf59ae"} 0 node_network_receive_frame_total{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 0 node_network_receive_multicast_total{device="br-1f437ee92de3"} 0 node_network_receive_multicast_total{device="br-541b70109604"} 0 node_network_receive_multicast_total{device="br-57fae769631e"} 0 node_network_receive_multicast_total{device="br-5fe347eda337"} 0 node_network_receive_multicast_total{device="br-607e7f2cc1eb"} 0 node_network_receive_multicast_total{device="br-6461bc9320a1"} 0 node_network_receive_multicast_total{device="br-8e9e3794015c"} 0 node_network_receive_multicast_total{device="br-9d8e958996ba"} 0 node_network_receive_multicast_total{device="br-a7e11f654a04"} 0 node_network_receive_multicast_total{device="br-aaba14ed7a3b"} 0 node_network_receive_multicast_total{device="br-b266df46df77"} 0 node_network_receive_multicast_total{device="br-b79aa99837b3"} 0 node_network_receive_multicast_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_multicast_total{device="br-eac26a665bc7"} 0 node_network_receive_multicast_total{device="br-f1318694100b"} 0 node_network_receive_multicast_total{device="br-f37d406e9375"} 0 node_network_receive_multicast_total{device="br-ff21357210f8"} 0 node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="ens18"} 0 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="veth0088aba"} 0 node_network_receive_multicast_total{device="veth00d4a16"} 0 node_network_receive_multicast_total{device="veth04a9ff5"} 0 node_network_receive_multicast_total{device="veth07c4e62"} 0 node_network_receive_multicast_total{device="veth0b27cf5"} 0 node_network_receive_multicast_total{device="veth0e30524"} 0 node_network_receive_multicast_total{device="veth10d12f9"} 0 node_network_receive_multicast_total{device="veth14066fc"} 0 node_network_receive_multicast_total{device="veth1a04378"} 0 node_network_receive_multicast_total{device="veth1a6a3a1"} 0 node_network_receive_multicast_total{device="veth1d73c71"} 0 node_network_receive_multicast_total{device="veth1d9a948"} 0 node_network_receive_multicast_total{device="veth22d86d3"} 0 node_network_receive_multicast_total{device="veth242a399"} 0 node_network_receive_multicast_total{device="veth247d928"} 0 node_network_receive_multicast_total{device="veth2487a8f"} 0 node_network_receive_multicast_total{device="veth25d85f7"} 0 node_network_receive_multicast_total{device="veth28a1322"} 0 node_network_receive_multicast_total{device="veth2e478ca"} 0 node_network_receive_multicast_total{device="veth2fc8bc6"} 0 node_network_receive_multicast_total{device="veth305e5cb"} 0 node_network_receive_multicast_total{device="veth307d10c"} 0 node_network_receive_multicast_total{device="veth32aa2de"} 0 node_network_receive_multicast_total{device="veth34fa5ec"} 0 node_network_receive_multicast_total{device="veth3d6aad2"} 0 node_network_receive_multicast_total{device="veth4b9f319"} 0 node_network_receive_multicast_total{device="veth4d94602"} 0 node_network_receive_multicast_total{device="veth5140c64"} 0 node_network_receive_multicast_total{device="veth517e95d"} 0 node_network_receive_multicast_total{device="veth51f9842"} 0 node_network_receive_multicast_total{device="veth52d5dbc"} 0 node_network_receive_multicast_total{device="veth54a03c1"} 0 node_network_receive_multicast_total{device="veth5822896"} 0 node_network_receive_multicast_total{device="veth58c8e56"} 0 node_network_receive_multicast_total{device="veth5cf8945"} 0 node_network_receive_multicast_total{device="veth5d47e4e"} 0 node_network_receive_multicast_total{device="veth60f2acb"} 0 node_network_receive_multicast_total{device="veth61f3f26"} 0 node_network_receive_multicast_total{device="veth62276df"} 0 node_network_receive_multicast_total{device="veth62e9488"} 0 node_network_receive_multicast_total{device="veth65a1947"} 0 node_network_receive_multicast_total{device="veth670c75f"} 0 node_network_receive_multicast_total{device="veth6998885"} 0 node_network_receive_multicast_total{device="veth6d7d5de"} 0 node_network_receive_multicast_total{device="veth6df6207"} 0 node_network_receive_multicast_total{device="veth71c0bd8"} 0 node_network_receive_multicast_total{device="veth77a7b4a"} 0 node_network_receive_multicast_total{device="veth77d5bc7"} 0 node_network_receive_multicast_total{device="veth77debcd"} 0 node_network_receive_multicast_total{device="veth8026c08"} 0 node_network_receive_multicast_total{device="veth834d5bf"} 0 node_network_receive_multicast_total{device="veth8b3cf0b"} 0 node_network_receive_multicast_total{device="veth8c19fd1"} 0 node_network_receive_multicast_total{device="veth96ba58c"} 0 node_network_receive_multicast_total{device="veth9d8a90d"} 0 node_network_receive_multicast_total{device="vetha198936"} 0 node_network_receive_multicast_total{device="vetha5c1621"} 0 node_network_receive_multicast_total{device="vetha7a284b"} 0 node_network_receive_multicast_total{device="vetha85c9a2"} 0 node_network_receive_multicast_total{device="vetha868bc1"} 0 node_network_receive_multicast_total{device="vethad59029"} 0 node_network_receive_multicast_total{device="vethadd2930"} 0 node_network_receive_multicast_total{device="vethae2a881"} 0 node_network_receive_multicast_total{device="vethaee487d"} 0 node_network_receive_multicast_total{device="vethb0c437b"} 0 node_network_receive_multicast_total{device="vethb11dac7"} 0 node_network_receive_multicast_total{device="vethb2aaa0f"} 0 node_network_receive_multicast_total{device="vethb8657e3"} 0 node_network_receive_multicast_total{device="vethbb35e77"} 0 node_network_receive_multicast_total{device="vethbf51ea0"} 0 node_network_receive_multicast_total{device="vethc005be1"} 0 node_network_receive_multicast_total{device="vethc4eaa8a"} 0 node_network_receive_multicast_total{device="vethcaef81e"} 0 node_network_receive_multicast_total{device="vethcf6b31e"} 0 node_network_receive_multicast_total{device="vethcfc504f"} 0 node_network_receive_multicast_total{device="vethcfe1188"} 0 node_network_receive_multicast_total{device="vethda7c054"} 0 node_network_receive_multicast_total{device="vethdc52c6c"} 0 node_network_receive_multicast_total{device="vethe301584"} 0 node_network_receive_multicast_total{device="vethe402393"} 0 node_network_receive_multicast_total{device="vethe621db0"} 0 node_network_receive_multicast_total{device="vethe9e0c76"} 0 node_network_receive_multicast_total{device="vethea2ea17"} 0 node_network_receive_multicast_total{device="vetheb42145"} 0 node_network_receive_multicast_total{device="vethed3f70f"} 0 node_network_receive_multicast_total{device="vethf2bc6a2"} 0 node_network_receive_multicast_total{device="vethf4373d5"} 0 node_network_receive_multicast_total{device="vethfabbf7e"} 0 node_network_receive_multicast_total{device="vethfc15996"} 0 node_network_receive_multicast_total{device="vethfd7eafb"} 0 node_network_receive_multicast_total{device="vethfdf59ae"} 0 node_network_receive_multicast_total{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 0 node_network_receive_nohandler_total{device="br-1f437ee92de3"} 0 node_network_receive_nohandler_total{device="br-541b70109604"} 0 node_network_receive_nohandler_total{device="br-57fae769631e"} 0 node_network_receive_nohandler_total{device="br-5fe347eda337"} 0 node_network_receive_nohandler_total{device="br-607e7f2cc1eb"} 0 node_network_receive_nohandler_total{device="br-6461bc9320a1"} 0 node_network_receive_nohandler_total{device="br-8e9e3794015c"} 0 node_network_receive_nohandler_total{device="br-9d8e958996ba"} 0 node_network_receive_nohandler_total{device="br-a7e11f654a04"} 0 node_network_receive_nohandler_total{device="br-aaba14ed7a3b"} 0 node_network_receive_nohandler_total{device="br-b266df46df77"} 0 node_network_receive_nohandler_total{device="br-b79aa99837b3"} 0 node_network_receive_nohandler_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_nohandler_total{device="br-eac26a665bc7"} 0 node_network_receive_nohandler_total{device="br-f1318694100b"} 0 node_network_receive_nohandler_total{device="br-f37d406e9375"} 0 node_network_receive_nohandler_total{device="br-ff21357210f8"} 0 node_network_receive_nohandler_total{device="docker0"} 0 node_network_receive_nohandler_total{device="ens18"} 0 node_network_receive_nohandler_total{device="lo"} 0 node_network_receive_nohandler_total{device="veth0088aba"} 0 node_network_receive_nohandler_total{device="veth00d4a16"} 0 node_network_receive_nohandler_total{device="veth04a9ff5"} 0 node_network_receive_nohandler_total{device="veth07c4e62"} 0 node_network_receive_nohandler_total{device="veth0b27cf5"} 0 node_network_receive_nohandler_total{device="veth0e30524"} 0 node_network_receive_nohandler_total{device="veth10d12f9"} 0 node_network_receive_nohandler_total{device="veth14066fc"} 0 node_network_receive_nohandler_total{device="veth1a04378"} 0 node_network_receive_nohandler_total{device="veth1a6a3a1"} 0 node_network_receive_nohandler_total{device="veth1d73c71"} 0 node_network_receive_nohandler_total{device="veth1d9a948"} 0 node_network_receive_nohandler_total{device="veth22d86d3"} 0 node_network_receive_nohandler_total{device="veth242a399"} 0 node_network_receive_nohandler_total{device="veth247d928"} 0 node_network_receive_nohandler_total{device="veth2487a8f"} 0 node_network_receive_nohandler_total{device="veth25d85f7"} 0 node_network_receive_nohandler_total{device="veth28a1322"} 0 node_network_receive_nohandler_total{device="veth2e478ca"} 0 node_network_receive_nohandler_total{device="veth2fc8bc6"} 0 node_network_receive_nohandler_total{device="veth305e5cb"} 0 node_network_receive_nohandler_total{device="veth307d10c"} 0 node_network_receive_nohandler_total{device="veth32aa2de"} 0 node_network_receive_nohandler_total{device="veth34fa5ec"} 0 node_network_receive_nohandler_total{device="veth3d6aad2"} 0 node_network_receive_nohandler_total{device="veth4b9f319"} 0 node_network_receive_nohandler_total{device="veth4d94602"} 0 node_network_receive_nohandler_total{device="veth5140c64"} 0 node_network_receive_nohandler_total{device="veth517e95d"} 0 node_network_receive_nohandler_total{device="veth51f9842"} 0 node_network_receive_nohandler_total{device="veth52d5dbc"} 0 node_network_receive_nohandler_total{device="veth54a03c1"} 0 node_network_receive_nohandler_total{device="veth5822896"} 0 node_network_receive_nohandler_total{device="veth58c8e56"} 0 node_network_receive_nohandler_total{device="veth5cf8945"} 0 node_network_receive_nohandler_total{device="veth5d47e4e"} 0 node_network_receive_nohandler_total{device="veth60f2acb"} 0 node_network_receive_nohandler_total{device="veth61f3f26"} 0 node_network_receive_nohandler_total{device="veth62276df"} 0 node_network_receive_nohandler_total{device="veth62e9488"} 0 node_network_receive_nohandler_total{device="veth65a1947"} 0 node_network_receive_nohandler_total{device="veth670c75f"} 0 node_network_receive_nohandler_total{device="veth6998885"} 0 node_network_receive_nohandler_total{device="veth6d7d5de"} 0 node_network_receive_nohandler_total{device="veth6df6207"} 0 node_network_receive_nohandler_total{device="veth71c0bd8"} 0 node_network_receive_nohandler_total{device="veth77a7b4a"} 0 node_network_receive_nohandler_total{device="veth77d5bc7"} 0 node_network_receive_nohandler_total{device="veth77debcd"} 0 node_network_receive_nohandler_total{device="veth8026c08"} 0 node_network_receive_nohandler_total{device="veth834d5bf"} 0 node_network_receive_nohandler_total{device="veth8b3cf0b"} 0 node_network_receive_nohandler_total{device="veth8c19fd1"} 0 node_network_receive_nohandler_total{device="veth96ba58c"} 0 node_network_receive_nohandler_total{device="veth9d8a90d"} 0 node_network_receive_nohandler_total{device="vetha198936"} 0 node_network_receive_nohandler_total{device="vetha5c1621"} 0 node_network_receive_nohandler_total{device="vetha7a284b"} 0 node_network_receive_nohandler_total{device="vetha85c9a2"} 0 node_network_receive_nohandler_total{device="vetha868bc1"} 0 node_network_receive_nohandler_total{device="vethad59029"} 0 node_network_receive_nohandler_total{device="vethadd2930"} 0 node_network_receive_nohandler_total{device="vethae2a881"} 0 node_network_receive_nohandler_total{device="vethaee487d"} 0 node_network_receive_nohandler_total{device="vethb0c437b"} 0 node_network_receive_nohandler_total{device="vethb11dac7"} 0 node_network_receive_nohandler_total{device="vethb2aaa0f"} 0 node_network_receive_nohandler_total{device="vethb8657e3"} 0 node_network_receive_nohandler_total{device="vethbb35e77"} 0 node_network_receive_nohandler_total{device="vethbf51ea0"} 0 node_network_receive_nohandler_total{device="vethc005be1"} 0 node_network_receive_nohandler_total{device="vethc4eaa8a"} 0 node_network_receive_nohandler_total{device="vethcaef81e"} 0 node_network_receive_nohandler_total{device="vethcf6b31e"} 0 node_network_receive_nohandler_total{device="vethcfc504f"} 0 node_network_receive_nohandler_total{device="vethcfe1188"} 0 node_network_receive_nohandler_total{device="vethda7c054"} 0 node_network_receive_nohandler_total{device="vethdc52c6c"} 0 node_network_receive_nohandler_total{device="vethe301584"} 0 node_network_receive_nohandler_total{device="vethe402393"} 0 node_network_receive_nohandler_total{device="vethe621db0"} 0 node_network_receive_nohandler_total{device="vethe9e0c76"} 0 node_network_receive_nohandler_total{device="vethea2ea17"} 0 node_network_receive_nohandler_total{device="vetheb42145"} 0 node_network_receive_nohandler_total{device="vethed3f70f"} 0 node_network_receive_nohandler_total{device="vethf2bc6a2"} 0 node_network_receive_nohandler_total{device="vethf4373d5"} 0 node_network_receive_nohandler_total{device="vethfabbf7e"} 0 node_network_receive_nohandler_total{device="vethfc15996"} 0 node_network_receive_nohandler_total{device="vethfd7eafb"} 0 node_network_receive_nohandler_total{device="vethfdf59ae"} 0 node_network_receive_nohandler_total{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 11610 node_network_receive_packets_total{device="br-1f437ee92de3"} 729940 node_network_receive_packets_total{device="br-541b70109604"} 29591 node_network_receive_packets_total{device="br-57fae769631e"} 5365 node_network_receive_packets_total{device="br-5fe347eda337"} 0 node_network_receive_packets_total{device="br-607e7f2cc1eb"} 0 node_network_receive_packets_total{device="br-6461bc9320a1"} 0 node_network_receive_packets_total{device="br-8e9e3794015c"} 89 node_network_receive_packets_total{device="br-9d8e958996ba"} 14953 node_network_receive_packets_total{device="br-a7e11f654a04"} 89 node_network_receive_packets_total{device="br-aaba14ed7a3b"} 0 node_network_receive_packets_total{device="br-b266df46df77"} 135220 node_network_receive_packets_total{device="br-b79aa99837b3"} 0 node_network_receive_packets_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_packets_total{device="br-eac26a665bc7"} 69894 node_network_receive_packets_total{device="br-f1318694100b"} 2424 node_network_receive_packets_total{device="br-f37d406e9375"} 85 node_network_receive_packets_total{device="br-ff21357210f8"} 0 node_network_receive_packets_total{device="docker0"} 0 node_network_receive_packets_total{device="ens18"} 1.854231e+06 node_network_receive_packets_total{device="lo"} 33575 node_network_receive_packets_total{device="veth0088aba"} 44 node_network_receive_packets_total{device="veth00d4a16"} 752 node_network_receive_packets_total{device="veth04a9ff5"} 0 node_network_receive_packets_total{device="veth07c4e62"} 531656 node_network_receive_packets_total{device="veth0b27cf5"} 5844 node_network_receive_packets_total{device="veth0e30524"} 28870 node_network_receive_packets_total{device="veth10d12f9"} 266814 node_network_receive_packets_total{device="veth14066fc"} 0 node_network_receive_packets_total{device="veth1a04378"} 0 node_network_receive_packets_total{device="veth1a6a3a1"} 0 node_network_receive_packets_total{device="veth1d73c71"} 0 node_network_receive_packets_total{device="veth1d9a948"} 15557 node_network_receive_packets_total{device="veth22d86d3"} 261 node_network_receive_packets_total{device="veth242a399"} 176 node_network_receive_packets_total{device="veth247d928"} 11 node_network_receive_packets_total{device="veth2487a8f"} 5838 node_network_receive_packets_total{device="veth25d85f7"} 0 node_network_receive_packets_total{device="veth28a1322"} 0 node_network_receive_packets_total{device="veth2e478ca"} 10 node_network_receive_packets_total{device="veth2fc8bc6"} 0 node_network_receive_packets_total{device="veth305e5cb"} 10 node_network_receive_packets_total{device="veth307d10c"} 131970 node_network_receive_packets_total{device="veth32aa2de"} 25876 node_network_receive_packets_total{device="veth34fa5ec"} 19771 node_network_receive_packets_total{device="veth3d6aad2"} 38076 node_network_receive_packets_total{device="veth4b9f319"} 0 node_network_receive_packets_total{device="veth4d94602"} 10 node_network_receive_packets_total{device="veth5140c64"} 0 node_network_receive_packets_total{device="veth517e95d"} 5832 node_network_receive_packets_total{device="veth51f9842"} 61853 node_network_receive_packets_total{device="veth52d5dbc"} 711 node_network_receive_packets_total{device="veth54a03c1"} 0 node_network_receive_packets_total{device="veth5822896"} 12 node_network_receive_packets_total{device="veth58c8e56"} 8 node_network_receive_packets_total{device="veth5cf8945"} 0 node_network_receive_packets_total{device="veth5d47e4e"} 2402 node_network_receive_packets_total{device="veth60f2acb"} 37941 node_network_receive_packets_total{device="veth61f3f26"} 4177 node_network_receive_packets_total{device="veth62276df"} 9 node_network_receive_packets_total{device="veth62e9488"} 0 node_network_receive_packets_total{device="veth65a1947"} 9 node_network_receive_packets_total{device="veth670c75f"} 0 node_network_receive_packets_total{device="veth6998885"} 30957 node_network_receive_packets_total{device="veth6d7d5de"} 0 node_network_receive_packets_total{device="veth6df6207"} 39055 node_network_receive_packets_total{device="veth71c0bd8"} 0 node_network_receive_packets_total{device="veth77a7b4a"} 4085 node_network_receive_packets_total{device="veth77d5bc7"} 13169 node_network_receive_packets_total{device="veth77debcd"} 6883 node_network_receive_packets_total{device="veth8026c08"} 0 node_network_receive_packets_total{device="veth834d5bf"} 5823 node_network_receive_packets_total{device="veth8b3cf0b"} 6258 node_network_receive_packets_total{device="veth8c19fd1"} 0 node_network_receive_packets_total{device="veth96ba58c"} 23176 node_network_receive_packets_total{device="veth9d8a90d"} 9 node_network_receive_packets_total{device="vetha198936"} 110032 node_network_receive_packets_total{device="vetha5c1621"} 0 node_network_receive_packets_total{device="vetha7a284b"} 0 node_network_receive_packets_total{device="vetha85c9a2"} 38712 node_network_receive_packets_total{device="vetha868bc1"} 11 node_network_receive_packets_total{device="vethad59029"} 0 node_network_receive_packets_total{device="vethadd2930"} 0 node_network_receive_packets_total{device="vethae2a881"} 9 node_network_receive_packets_total{device="vethaee487d"} 540 node_network_receive_packets_total{device="vethb0c437b"} 6562 node_network_receive_packets_total{device="vethb11dac7"} 83 node_network_receive_packets_total{device="vethb2aaa0f"} 83494 node_network_receive_packets_total{device="vethb8657e3"} 9 node_network_receive_packets_total{device="vethbb35e77"} 33816 node_network_receive_packets_total{device="vethbf51ea0"} 0 node_network_receive_packets_total{device="vethc005be1"} 89 node_network_receive_packets_total{device="vethc4eaa8a"} 10 node_network_receive_packets_total{device="vethcaef81e"} 0 node_network_receive_packets_total{device="vethcf6b31e"} 41 node_network_receive_packets_total{device="vethcfc504f"} 0 node_network_receive_packets_total{device="vethcfe1188"} 1668 node_network_receive_packets_total{device="vethda7c054"} 5877 node_network_receive_packets_total{device="vethdc52c6c"} 8 node_network_receive_packets_total{device="vethe301584"} 0 node_network_receive_packets_total{device="vethe402393"} 729940 node_network_receive_packets_total{device="vethe621db0"} 0 node_network_receive_packets_total{device="vethe9e0c76"} 817 node_network_receive_packets_total{device="vethea2ea17"} 10269 node_network_receive_packets_total{device="vetheb42145"} 0 node_network_receive_packets_total{device="vethed3f70f"} 89 node_network_receive_packets_total{device="vethf2bc6a2"} 12 node_network_receive_packets_total{device="vethf4373d5"} 10 node_network_receive_packets_total{device="vethfabbf7e"} 531 node_network_receive_packets_total{device="vethfc15996"} 5830 node_network_receive_packets_total{device="vethfd7eafb"} 37922 node_network_receive_packets_total{device="vethfdf59ae"} 1314 node_network_receive_packets_total{device="vethfe98352"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-1c5ae9c4fb11"} 1.25e+09 node_network_speed_bytes{device="br-1f437ee92de3"} 1.25e+09 node_network_speed_bytes{device="br-541b70109604"} 1.25e+09 node_network_speed_bytes{device="br-57fae769631e"} 1.25e+09 node_network_speed_bytes{device="br-5fe347eda337"} 1.25e+09 node_network_speed_bytes{device="br-607e7f2cc1eb"} 1.25e+09 node_network_speed_bytes{device="br-6461bc9320a1"} 1.25e+09 node_network_speed_bytes{device="br-8e9e3794015c"} 1.25e+09 node_network_speed_bytes{device="br-9d8e958996ba"} 1.25e+09 node_network_speed_bytes{device="br-a7e11f654a04"} 1.25e+09 node_network_speed_bytes{device="br-aaba14ed7a3b"} 1.25e+09 node_network_speed_bytes{device="br-b266df46df77"} 1.25e+09 node_network_speed_bytes{device="br-b79aa99837b3"} 1.25e+09 node_network_speed_bytes{device="br-e0fcc6d4b66e"} 1.25e+09 node_network_speed_bytes{device="br-eac26a665bc7"} 1.25e+09 node_network_speed_bytes{device="br-f1318694100b"} 1.25e+09 node_network_speed_bytes{device="br-f37d406e9375"} 1.25e+09 node_network_speed_bytes{device="br-ff21357210f8"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="ens18"} -125000 node_network_speed_bytes{device="veth0088aba"} 1.25e+09 node_network_speed_bytes{device="veth00d4a16"} 1.25e+09 node_network_speed_bytes{device="veth04a9ff5"} 1.25e+09 node_network_speed_bytes{device="veth07c4e62"} 1.25e+09 node_network_speed_bytes{device="veth0b27cf5"} 1.25e+09 node_network_speed_bytes{device="veth0e30524"} 1.25e+09 node_network_speed_bytes{device="veth10d12f9"} 1.25e+09 node_network_speed_bytes{device="veth14066fc"} 1.25e+09 node_network_speed_bytes{device="veth1a04378"} 1.25e+09 node_network_speed_bytes{device="veth1a6a3a1"} 1.25e+09 node_network_speed_bytes{device="veth1d73c71"} 1.25e+09 node_network_speed_bytes{device="veth1d9a948"} 1.25e+09 node_network_speed_bytes{device="veth22d86d3"} 1.25e+09 node_network_speed_bytes{device="veth242a399"} 1.25e+09 node_network_speed_bytes{device="veth247d928"} 1.25e+09 node_network_speed_bytes{device="veth2487a8f"} 1.25e+09 node_network_speed_bytes{device="veth25d85f7"} 1.25e+09 node_network_speed_bytes{device="veth28a1322"} 1.25e+09 node_network_speed_bytes{device="veth2e478ca"} 1.25e+09 node_network_speed_bytes{device="veth2fc8bc6"} 1.25e+09 node_network_speed_bytes{device="veth305e5cb"} 1.25e+09 node_network_speed_bytes{device="veth307d10c"} 1.25e+09 node_network_speed_bytes{device="veth32aa2de"} 1.25e+09 node_network_speed_bytes{device="veth34fa5ec"} 1.25e+09 node_network_speed_bytes{device="veth3d6aad2"} 1.25e+09 node_network_speed_bytes{device="veth4b9f319"} 1.25e+09 node_network_speed_bytes{device="veth4d94602"} 1.25e+09 node_network_speed_bytes{device="veth5140c64"} 1.25e+09 node_network_speed_bytes{device="veth517e95d"} 1.25e+09 node_network_speed_bytes{device="veth51f9842"} 1.25e+09 node_network_speed_bytes{device="veth52d5dbc"} 1.25e+09 node_network_speed_bytes{device="veth54a03c1"} 1.25e+09 node_network_speed_bytes{device="veth5822896"} 1.25e+09 node_network_speed_bytes{device="veth58c8e56"} 1.25e+09 node_network_speed_bytes{device="veth5cf8945"} 1.25e+09 node_network_speed_bytes{device="veth5d47e4e"} 1.25e+09 node_network_speed_bytes{device="veth60f2acb"} 1.25e+09 node_network_speed_bytes{device="veth61f3f26"} 1.25e+09 node_network_speed_bytes{device="veth62276df"} 1.25e+09 node_network_speed_bytes{device="veth62e9488"} 1.25e+09 node_network_speed_bytes{device="veth65a1947"} 1.25e+09 node_network_speed_bytes{device="veth670c75f"} 1.25e+09 node_network_speed_bytes{device="veth6998885"} 1.25e+09 node_network_speed_bytes{device="veth6d7d5de"} 1.25e+09 node_network_speed_bytes{device="veth6df6207"} 1.25e+09 node_network_speed_bytes{device="veth71c0bd8"} 1.25e+09 node_network_speed_bytes{device="veth77a7b4a"} 1.25e+09 node_network_speed_bytes{device="veth77d5bc7"} 1.25e+09 node_network_speed_bytes{device="veth77debcd"} 1.25e+09 node_network_speed_bytes{device="veth8026c08"} 1.25e+09 node_network_speed_bytes{device="veth834d5bf"} 1.25e+09 node_network_speed_bytes{device="veth8b3cf0b"} 1.25e+09 node_network_speed_bytes{device="veth8c19fd1"} 1.25e+09 node_network_speed_bytes{device="veth96ba58c"} 1.25e+09 node_network_speed_bytes{device="veth9d8a90d"} 1.25e+09 node_network_speed_bytes{device="vetha198936"} 1.25e+09 node_network_speed_bytes{device="vetha5c1621"} 1.25e+09 node_network_speed_bytes{device="vetha7a284b"} 1.25e+09 node_network_speed_bytes{device="vetha85c9a2"} 1.25e+09 node_network_speed_bytes{device="vetha868bc1"} 1.25e+09 node_network_speed_bytes{device="vethad59029"} 1.25e+09 node_network_speed_bytes{device="vethadd2930"} 1.25e+09 node_network_speed_bytes{device="vethae2a881"} 1.25e+09 node_network_speed_bytes{device="vethaee487d"} 1.25e+09 node_network_speed_bytes{device="vethb0c437b"} 1.25e+09 node_network_speed_bytes{device="vethb11dac7"} 1.25e+09 node_network_speed_bytes{device="vethb2aaa0f"} 1.25e+09 node_network_speed_bytes{device="vethb8657e3"} 1.25e+09 node_network_speed_bytes{device="vethbb35e77"} 1.25e+09 node_network_speed_bytes{device="vethbf51ea0"} 1.25e+09 node_network_speed_bytes{device="vethc005be1"} 1.25e+09 node_network_speed_bytes{device="vethc4eaa8a"} 1.25e+09 node_network_speed_bytes{device="vethcaef81e"} 1.25e+09 node_network_speed_bytes{device="vethcf6b31e"} 1.25e+09 node_network_speed_bytes{device="vethcfc504f"} 1.25e+09 node_network_speed_bytes{device="vethcfe1188"} 1.25e+09 node_network_speed_bytes{device="vethda7c054"} 1.25e+09 node_network_speed_bytes{device="vethdc52c6c"} 1.25e+09 node_network_speed_bytes{device="vethe301584"} 1.25e+09 node_network_speed_bytes{device="vethe402393"} 1.25e+09 node_network_speed_bytes{device="vethe621db0"} 1.25e+09 node_network_speed_bytes{device="vethe9e0c76"} 1.25e+09 node_network_speed_bytes{device="vethea2ea17"} 1.25e+09 node_network_speed_bytes{device="vetheb42145"} 1.25e+09 node_network_speed_bytes{device="vethed3f70f"} 1.25e+09 node_network_speed_bytes{device="vethf2bc6a2"} 1.25e+09 node_network_speed_bytes{device="vethf4373d5"} 1.25e+09 node_network_speed_bytes{device="vethfabbf7e"} 1.25e+09 node_network_speed_bytes{device="vethfc15996"} 1.25e+09 node_network_speed_bytes{device="vethfd7eafb"} 1.25e+09 node_network_speed_bytes{device="vethfdf59ae"} 1.25e+09 node_network_speed_bytes{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 4.467993e+06 node_network_transmit_bytes_total{device="br-1f437ee92de3"} 6.24633819e+08 node_network_transmit_bytes_total{device="br-541b70109604"} 1.71067e+06 node_network_transmit_bytes_total{device="br-57fae769631e"} 436294 node_network_transmit_bytes_total{device="br-5fe347eda337"} 526 node_network_transmit_bytes_total{device="br-607e7f2cc1eb"} 816 node_network_transmit_bytes_total{device="br-6461bc9320a1"} 816 node_network_transmit_bytes_total{device="br-8e9e3794015c"} 9953 node_network_transmit_bytes_total{device="br-9d8e958996ba"} 5.9640577e+07 node_network_transmit_bytes_total{device="br-a7e11f654a04"} 9953 node_network_transmit_bytes_total{device="br-aaba14ed7a3b"} 816 node_network_transmit_bytes_total{device="br-b266df46df77"} 9.603113e+06 node_network_transmit_bytes_total{device="br-b79aa99837b3"} 746 node_network_transmit_bytes_total{device="br-e0fcc6d4b66e"} 526 node_network_transmit_bytes_total{device="br-eac26a665bc7"} 3.3444054e+07 node_network_transmit_bytes_total{device="br-f1318694100b"} 170863 node_network_transmit_bytes_total{device="br-f37d406e9375"} 9973 node_network_transmit_bytes_total{device="br-ff21357210f8"} 816 node_network_transmit_bytes_total{device="docker0"} 0 node_network_transmit_bytes_total{device="ens18"} 1.736348508e+09 node_network_transmit_bytes_total{device="lo"} 4.377855e+06 node_network_transmit_bytes_total{device="veth0088aba"} 70469 node_network_transmit_bytes_total{device="veth00d4a16"} 106596 node_network_transmit_bytes_total{device="veth04a9ff5"} 1742 node_network_transmit_bytes_total{device="veth07c4e62"} 4.7855081e+07 node_network_transmit_bytes_total{device="veth0b27cf5"} 299448 node_network_transmit_bytes_total{device="veth0e30524"} 1.2694588e+07 node_network_transmit_bytes_total{device="veth10d12f9"} 1.8260752e+07 node_network_transmit_bytes_total{device="veth14066fc"} 1368 node_network_transmit_bytes_total{device="veth1a04378"} 1368 node_network_transmit_bytes_total{device="veth1a6a3a1"} 1742 node_network_transmit_bytes_total{device="veth1d73c71"} 1258 node_network_transmit_bytes_total{device="veth1d9a948"} 1.273417e+06 node_network_transmit_bytes_total{device="veth22d86d3"} 98538 node_network_transmit_bytes_total{device="veth242a399"} 19057 node_network_transmit_bytes_total{device="veth247d928"} 6366 node_network_transmit_bytes_total{device="veth2487a8f"} 320006 node_network_transmit_bytes_total{device="veth25d85f7"} 1326 node_network_transmit_bytes_total{device="veth28a1322"} 1436 node_network_transmit_bytes_total{device="veth2e478ca"} 6300 node_network_transmit_bytes_total{device="veth2fc8bc6"} 1216 node_network_transmit_bytes_total{device="veth305e5cb"} 6300 node_network_transmit_bytes_total{device="veth307d10c"} 5.51123495e+08 node_network_transmit_bytes_total{device="veth32aa2de"} 1.2284144e+07 node_network_transmit_bytes_total{device="veth34fa5ec"} 7.5491843e+07 node_network_transmit_bytes_total{device="veth3d6aad2"} 2.703463e+06 node_network_transmit_bytes_total{device="veth4b9f319"} 1826 node_network_transmit_bytes_total{device="veth4d94602"} 6300 node_network_transmit_bytes_total{device="veth5140c64"} 1216 node_network_transmit_bytes_total{device="veth517e95d"} 321748 node_network_transmit_bytes_total{device="veth51f9842"} 1.0805315e+07 node_network_transmit_bytes_total{device="veth52d5dbc"} 101974 node_network_transmit_bytes_total{device="veth54a03c1"} 1258 node_network_transmit_bytes_total{device="veth5822896"} 6502 node_network_transmit_bytes_total{device="veth58c8e56"} 6192 node_network_transmit_bytes_total{device="veth5cf8945"} 1326 node_network_transmit_bytes_total{device="veth5d47e4e"} 166445 node_network_transmit_bytes_total{device="veth60f2acb"} 2.667269e+06 node_network_transmit_bytes_total{device="veth61f3f26"} 620946 node_network_transmit_bytes_total{device="veth62276df"} 6234 node_network_transmit_bytes_total{device="veth62e9488"} 1436 node_network_transmit_bytes_total{device="veth65a1947"} 6258 node_network_transmit_bytes_total{device="veth670c75f"} 1520 node_network_transmit_bytes_total{device="veth6998885"} 4.8301498e+07 node_network_transmit_bytes_total{device="veth6d7d5de"} 1436 node_network_transmit_bytes_total{device="veth6df6207"} 2.770029e+06 node_network_transmit_bytes_total{device="veth71c0bd8"} 1326 node_network_transmit_bytes_total{device="veth77a7b4a"} 524421 node_network_transmit_bytes_total{device="veth77d5bc7"} 4.193327e+06 node_network_transmit_bytes_total{device="veth77debcd"} 2.4803741e+07 node_network_transmit_bytes_total{device="veth8026c08"} 1216 node_network_transmit_bytes_total{device="veth834d5bf"} 322898 node_network_transmit_bytes_total{device="veth8b3cf0b"} 668709 node_network_transmit_bytes_total{device="veth8c19fd1"} 1258 node_network_transmit_bytes_total{device="veth96ba58c"} 2.7795002e+07 node_network_transmit_bytes_total{device="veth9d8a90d"} 6328 node_network_transmit_bytes_total{device="vetha198936"} 5.051885e+07 node_network_transmit_bytes_total{device="vetha5c1621"} 1436 node_network_transmit_bytes_total{device="vetha7a284b"} 1436 node_network_transmit_bytes_total{device="vetha85c9a2"} 2.877583e+06 node_network_transmit_bytes_total{device="vetha868bc1"} 6476 node_network_transmit_bytes_total{device="vethad59029"} 1368 node_network_transmit_bytes_total{device="vethadd2930"} 1258 node_network_transmit_bytes_total{device="vethae2a881"} 6258 node_network_transmit_bytes_total{device="vethaee487d"} 111103 node_network_transmit_bytes_total{device="vethb0c437b"} 348541 node_network_transmit_bytes_total{device="vethb11dac7"} 10477 node_network_transmit_bytes_total{device="vethb2aaa0f"} 1.38636768e+08 node_network_transmit_bytes_total{device="vethb8657e3"} 6234 node_network_transmit_bytes_total{device="vethbb35e77"} 7.396049e+06 node_network_transmit_bytes_total{device="vethbf51ea0"} 1368 node_network_transmit_bytes_total{device="vethc005be1"} 10643 node_network_transmit_bytes_total{device="vethc4eaa8a"} 6324 node_network_transmit_bytes_total{device="vethcaef81e"} 1258 node_network_transmit_bytes_total{device="vethcf6b31e"} 69937 node_network_transmit_bytes_total{device="vethcfc504f"} 2036 node_network_transmit_bytes_total{device="vethcfe1188"} 255483 node_network_transmit_bytes_total{device="vethda7c054"} 340837 node_network_transmit_bytes_total{device="vethdc52c6c"} 6192 node_network_transmit_bytes_total{device="vethe301584"} 1258 node_network_transmit_bytes_total{device="vethe402393"} 6.24635035e+08 node_network_transmit_bytes_total{device="vethe621db0"} 1216 node_network_transmit_bytes_total{device="vethe9e0c76"} 113772 node_network_transmit_bytes_total{device="vethea2ea17"} 992731 node_network_transmit_bytes_total{device="vetheb42145"} 1368 node_network_transmit_bytes_total{device="vethed3f70f"} 10643 node_network_transmit_bytes_total{device="vethf2bc6a2"} 6432 node_network_transmit_bytes_total{device="vethf4373d5"} 6410 node_network_transmit_bytes_total{device="vethfabbf7e"} 110162 node_network_transmit_bytes_total{device="vethfc15996"} 323018 node_network_transmit_bytes_total{device="vethfd7eafb"} 2.670236e+06 node_network_transmit_bytes_total{device="vethfdf59ae"} 210198 node_network_transmit_bytes_total{device="vethfe98352"} 1258 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="br-1c5ae9c4fb11"} 0 node_network_transmit_carrier_total{device="br-1f437ee92de3"} 0 node_network_transmit_carrier_total{device="br-541b70109604"} 0 node_network_transmit_carrier_total{device="br-57fae769631e"} 0 node_network_transmit_carrier_total{device="br-5fe347eda337"} 0 node_network_transmit_carrier_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_carrier_total{device="br-6461bc9320a1"} 0 node_network_transmit_carrier_total{device="br-8e9e3794015c"} 0 node_network_transmit_carrier_total{device="br-9d8e958996ba"} 0 node_network_transmit_carrier_total{device="br-a7e11f654a04"} 0 node_network_transmit_carrier_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_carrier_total{device="br-b266df46df77"} 0 node_network_transmit_carrier_total{device="br-b79aa99837b3"} 0 node_network_transmit_carrier_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_carrier_total{device="br-eac26a665bc7"} 0 node_network_transmit_carrier_total{device="br-f1318694100b"} 0 node_network_transmit_carrier_total{device="br-f37d406e9375"} 0 node_network_transmit_carrier_total{device="br-ff21357210f8"} 0 node_network_transmit_carrier_total{device="docker0"} 0 node_network_transmit_carrier_total{device="ens18"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="veth0088aba"} 0 node_network_transmit_carrier_total{device="veth00d4a16"} 0 node_network_transmit_carrier_total{device="veth04a9ff5"} 0 node_network_transmit_carrier_total{device="veth07c4e62"} 0 node_network_transmit_carrier_total{device="veth0b27cf5"} 0 node_network_transmit_carrier_total{device="veth0e30524"} 0 node_network_transmit_carrier_total{device="veth10d12f9"} 0 node_network_transmit_carrier_total{device="veth14066fc"} 0 node_network_transmit_carrier_total{device="veth1a04378"} 0 node_network_transmit_carrier_total{device="veth1a6a3a1"} 0 node_network_transmit_carrier_total{device="veth1d73c71"} 0 node_network_transmit_carrier_total{device="veth1d9a948"} 0 node_network_transmit_carrier_total{device="veth22d86d3"} 0 node_network_transmit_carrier_total{device="veth242a399"} 0 node_network_transmit_carrier_total{device="veth247d928"} 0 node_network_transmit_carrier_total{device="veth2487a8f"} 0 node_network_transmit_carrier_total{device="veth25d85f7"} 0 node_network_transmit_carrier_total{device="veth28a1322"} 0 node_network_transmit_carrier_total{device="veth2e478ca"} 0 node_network_transmit_carrier_total{device="veth2fc8bc6"} 0 node_network_transmit_carrier_total{device="veth305e5cb"} 0 node_network_transmit_carrier_total{device="veth307d10c"} 0 node_network_transmit_carrier_total{device="veth32aa2de"} 0 node_network_transmit_carrier_total{device="veth34fa5ec"} 0 node_network_transmit_carrier_total{device="veth3d6aad2"} 0 node_network_transmit_carrier_total{device="veth4b9f319"} 0 node_network_transmit_carrier_total{device="veth4d94602"} 0 node_network_transmit_carrier_total{device="veth5140c64"} 0 node_network_transmit_carrier_total{device="veth517e95d"} 0 node_network_transmit_carrier_total{device="veth51f9842"} 0 node_network_transmit_carrier_total{device="veth52d5dbc"} 0 node_network_transmit_carrier_total{device="veth54a03c1"} 0 node_network_transmit_carrier_total{device="veth5822896"} 0 node_network_transmit_carrier_total{device="veth58c8e56"} 0 node_network_transmit_carrier_total{device="veth5cf8945"} 0 node_network_transmit_carrier_total{device="veth5d47e4e"} 0 node_network_transmit_carrier_total{device="veth60f2acb"} 0 node_network_transmit_carrier_total{device="veth61f3f26"} 0 node_network_transmit_carrier_total{device="veth62276df"} 0 node_network_transmit_carrier_total{device="veth62e9488"} 0 node_network_transmit_carrier_total{device="veth65a1947"} 0 node_network_transmit_carrier_total{device="veth670c75f"} 0 node_network_transmit_carrier_total{device="veth6998885"} 0 node_network_transmit_carrier_total{device="veth6d7d5de"} 0 node_network_transmit_carrier_total{device="veth6df6207"} 0 node_network_transmit_carrier_total{device="veth71c0bd8"} 0 node_network_transmit_carrier_total{device="veth77a7b4a"} 0 node_network_transmit_carrier_total{device="veth77d5bc7"} 0 node_network_transmit_carrier_total{device="veth77debcd"} 0 node_network_transmit_carrier_total{device="veth8026c08"} 0 node_network_transmit_carrier_total{device="veth834d5bf"} 0 node_network_transmit_carrier_total{device="veth8b3cf0b"} 0 node_network_transmit_carrier_total{device="veth8c19fd1"} 0 node_network_transmit_carrier_total{device="veth96ba58c"} 0 node_network_transmit_carrier_total{device="veth9d8a90d"} 0 node_network_transmit_carrier_total{device="vetha198936"} 0 node_network_transmit_carrier_total{device="vetha5c1621"} 0 node_network_transmit_carrier_total{device="vetha7a284b"} 0 node_network_transmit_carrier_total{device="vetha85c9a2"} 0 node_network_transmit_carrier_total{device="vetha868bc1"} 0 node_network_transmit_carrier_total{device="vethad59029"} 0 node_network_transmit_carrier_total{device="vethadd2930"} 0 node_network_transmit_carrier_total{device="vethae2a881"} 0 node_network_transmit_carrier_total{device="vethaee487d"} 0 node_network_transmit_carrier_total{device="vethb0c437b"} 0 node_network_transmit_carrier_total{device="vethb11dac7"} 0 node_network_transmit_carrier_total{device="vethb2aaa0f"} 0 node_network_transmit_carrier_total{device="vethb8657e3"} 0 node_network_transmit_carrier_total{device="vethbb35e77"} 0 node_network_transmit_carrier_total{device="vethbf51ea0"} 0 node_network_transmit_carrier_total{device="vethc005be1"} 0 node_network_transmit_carrier_total{device="vethc4eaa8a"} 0 node_network_transmit_carrier_total{device="vethcaef81e"} 0 node_network_transmit_carrier_total{device="vethcf6b31e"} 0 node_network_transmit_carrier_total{device="vethcfc504f"} 0 node_network_transmit_carrier_total{device="vethcfe1188"} 0 node_network_transmit_carrier_total{device="vethda7c054"} 0 node_network_transmit_carrier_total{device="vethdc52c6c"} 0 node_network_transmit_carrier_total{device="vethe301584"} 0 node_network_transmit_carrier_total{device="vethe402393"} 0 node_network_transmit_carrier_total{device="vethe621db0"} 0 node_network_transmit_carrier_total{device="vethe9e0c76"} 0 node_network_transmit_carrier_total{device="vethea2ea17"} 0 node_network_transmit_carrier_total{device="vetheb42145"} 0 node_network_transmit_carrier_total{device="vethed3f70f"} 0 node_network_transmit_carrier_total{device="vethf2bc6a2"} 0 node_network_transmit_carrier_total{device="vethf4373d5"} 0 node_network_transmit_carrier_total{device="vethfabbf7e"} 0 node_network_transmit_carrier_total{device="vethfc15996"} 0 node_network_transmit_carrier_total{device="vethfd7eafb"} 0 node_network_transmit_carrier_total{device="vethfdf59ae"} 0 node_network_transmit_carrier_total{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 0 node_network_transmit_colls_total{device="br-1f437ee92de3"} 0 node_network_transmit_colls_total{device="br-541b70109604"} 0 node_network_transmit_colls_total{device="br-57fae769631e"} 0 node_network_transmit_colls_total{device="br-5fe347eda337"} 0 node_network_transmit_colls_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_colls_total{device="br-6461bc9320a1"} 0 node_network_transmit_colls_total{device="br-8e9e3794015c"} 0 node_network_transmit_colls_total{device="br-9d8e958996ba"} 0 node_network_transmit_colls_total{device="br-a7e11f654a04"} 0 node_network_transmit_colls_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_colls_total{device="br-b266df46df77"} 0 node_network_transmit_colls_total{device="br-b79aa99837b3"} 0 node_network_transmit_colls_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_colls_total{device="br-eac26a665bc7"} 0 node_network_transmit_colls_total{device="br-f1318694100b"} 0 node_network_transmit_colls_total{device="br-f37d406e9375"} 0 node_network_transmit_colls_total{device="br-ff21357210f8"} 0 node_network_transmit_colls_total{device="docker0"} 0 node_network_transmit_colls_total{device="ens18"} 0 node_network_transmit_colls_total{device="lo"} 0 node_network_transmit_colls_total{device="veth0088aba"} 0 node_network_transmit_colls_total{device="veth00d4a16"} 0 node_network_transmit_colls_total{device="veth04a9ff5"} 0 node_network_transmit_colls_total{device="veth07c4e62"} 0 node_network_transmit_colls_total{device="veth0b27cf5"} 0 node_network_transmit_colls_total{device="veth0e30524"} 0 node_network_transmit_colls_total{device="veth10d12f9"} 0 node_network_transmit_colls_total{device="veth14066fc"} 0 node_network_transmit_colls_total{device="veth1a04378"} 0 node_network_transmit_colls_total{device="veth1a6a3a1"} 0 node_network_transmit_colls_total{device="veth1d73c71"} 0 node_network_transmit_colls_total{device="veth1d9a948"} 0 node_network_transmit_colls_total{device="veth22d86d3"} 0 node_network_transmit_colls_total{device="veth242a399"} 0 node_network_transmit_colls_total{device="veth247d928"} 0 node_network_transmit_colls_total{device="veth2487a8f"} 0 node_network_transmit_colls_total{device="veth25d85f7"} 0 node_network_transmit_colls_total{device="veth28a1322"} 0 node_network_transmit_colls_total{device="veth2e478ca"} 0 node_network_transmit_colls_total{device="veth2fc8bc6"} 0 node_network_transmit_colls_total{device="veth305e5cb"} 0 node_network_transmit_colls_total{device="veth307d10c"} 0 node_network_transmit_colls_total{device="veth32aa2de"} 0 node_network_transmit_colls_total{device="veth34fa5ec"} 0 node_network_transmit_colls_total{device="veth3d6aad2"} 0 node_network_transmit_colls_total{device="veth4b9f319"} 0 node_network_transmit_colls_total{device="veth4d94602"} 0 node_network_transmit_colls_total{device="veth5140c64"} 0 node_network_transmit_colls_total{device="veth517e95d"} 0 node_network_transmit_colls_total{device="veth51f9842"} 0 node_network_transmit_colls_total{device="veth52d5dbc"} 0 node_network_transmit_colls_total{device="veth54a03c1"} 0 node_network_transmit_colls_total{device="veth5822896"} 0 node_network_transmit_colls_total{device="veth58c8e56"} 0 node_network_transmit_colls_total{device="veth5cf8945"} 0 node_network_transmit_colls_total{device="veth5d47e4e"} 0 node_network_transmit_colls_total{device="veth60f2acb"} 0 node_network_transmit_colls_total{device="veth61f3f26"} 0 node_network_transmit_colls_total{device="veth62276df"} 0 node_network_transmit_colls_total{device="veth62e9488"} 0 node_network_transmit_colls_total{device="veth65a1947"} 0 node_network_transmit_colls_total{device="veth670c75f"} 0 node_network_transmit_colls_total{device="veth6998885"} 0 node_network_transmit_colls_total{device="veth6d7d5de"} 0 node_network_transmit_colls_total{device="veth6df6207"} 0 node_network_transmit_colls_total{device="veth71c0bd8"} 0 node_network_transmit_colls_total{device="veth77a7b4a"} 0 node_network_transmit_colls_total{device="veth77d5bc7"} 0 node_network_transmit_colls_total{device="veth77debcd"} 0 node_network_transmit_colls_total{device="veth8026c08"} 0 node_network_transmit_colls_total{device="veth834d5bf"} 0 node_network_transmit_colls_total{device="veth8b3cf0b"} 0 node_network_transmit_colls_total{device="veth8c19fd1"} 0 node_network_transmit_colls_total{device="veth96ba58c"} 0 node_network_transmit_colls_total{device="veth9d8a90d"} 0 node_network_transmit_colls_total{device="vetha198936"} 0 node_network_transmit_colls_total{device="vetha5c1621"} 0 node_network_transmit_colls_total{device="vetha7a284b"} 0 node_network_transmit_colls_total{device="vetha85c9a2"} 0 node_network_transmit_colls_total{device="vetha868bc1"} 0 node_network_transmit_colls_total{device="vethad59029"} 0 node_network_transmit_colls_total{device="vethadd2930"} 0 node_network_transmit_colls_total{device="vethae2a881"} 0 node_network_transmit_colls_total{device="vethaee487d"} 0 node_network_transmit_colls_total{device="vethb0c437b"} 0 node_network_transmit_colls_total{device="vethb11dac7"} 0 node_network_transmit_colls_total{device="vethb2aaa0f"} 0 node_network_transmit_colls_total{device="vethb8657e3"} 0 node_network_transmit_colls_total{device="vethbb35e77"} 0 node_network_transmit_colls_total{device="vethbf51ea0"} 0 node_network_transmit_colls_total{device="vethc005be1"} 0 node_network_transmit_colls_total{device="vethc4eaa8a"} 0 node_network_transmit_colls_total{device="vethcaef81e"} 0 node_network_transmit_colls_total{device="vethcf6b31e"} 0 node_network_transmit_colls_total{device="vethcfc504f"} 0 node_network_transmit_colls_total{device="vethcfe1188"} 0 node_network_transmit_colls_total{device="vethda7c054"} 0 node_network_transmit_colls_total{device="vethdc52c6c"} 0 node_network_transmit_colls_total{device="vethe301584"} 0 node_network_transmit_colls_total{device="vethe402393"} 0 node_network_transmit_colls_total{device="vethe621db0"} 0 node_network_transmit_colls_total{device="vethe9e0c76"} 0 node_network_transmit_colls_total{device="vethea2ea17"} 0 node_network_transmit_colls_total{device="vetheb42145"} 0 node_network_transmit_colls_total{device="vethed3f70f"} 0 node_network_transmit_colls_total{device="vethf2bc6a2"} 0 node_network_transmit_colls_total{device="vethf4373d5"} 0 node_network_transmit_colls_total{device="vethfabbf7e"} 0 node_network_transmit_colls_total{device="vethfc15996"} 0 node_network_transmit_colls_total{device="vethfd7eafb"} 0 node_network_transmit_colls_total{device="vethfdf59ae"} 0 node_network_transmit_colls_total{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 0 node_network_transmit_compressed_total{device="br-1f437ee92de3"} 0 node_network_transmit_compressed_total{device="br-541b70109604"} 0 node_network_transmit_compressed_total{device="br-57fae769631e"} 0 node_network_transmit_compressed_total{device="br-5fe347eda337"} 0 node_network_transmit_compressed_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_compressed_total{device="br-6461bc9320a1"} 0 node_network_transmit_compressed_total{device="br-8e9e3794015c"} 0 node_network_transmit_compressed_total{device="br-9d8e958996ba"} 0 node_network_transmit_compressed_total{device="br-a7e11f654a04"} 0 node_network_transmit_compressed_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_compressed_total{device="br-b266df46df77"} 0 node_network_transmit_compressed_total{device="br-b79aa99837b3"} 0 node_network_transmit_compressed_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_compressed_total{device="br-eac26a665bc7"} 0 node_network_transmit_compressed_total{device="br-f1318694100b"} 0 node_network_transmit_compressed_total{device="br-f37d406e9375"} 0 node_network_transmit_compressed_total{device="br-ff21357210f8"} 0 node_network_transmit_compressed_total{device="docker0"} 0 node_network_transmit_compressed_total{device="ens18"} 0 node_network_transmit_compressed_total{device="lo"} 0 node_network_transmit_compressed_total{device="veth0088aba"} 0 node_network_transmit_compressed_total{device="veth00d4a16"} 0 node_network_transmit_compressed_total{device="veth04a9ff5"} 0 node_network_transmit_compressed_total{device="veth07c4e62"} 0 node_network_transmit_compressed_total{device="veth0b27cf5"} 0 node_network_transmit_compressed_total{device="veth0e30524"} 0 node_network_transmit_compressed_total{device="veth10d12f9"} 0 node_network_transmit_compressed_total{device="veth14066fc"} 0 node_network_transmit_compressed_total{device="veth1a04378"} 0 node_network_transmit_compressed_total{device="veth1a6a3a1"} 0 node_network_transmit_compressed_total{device="veth1d73c71"} 0 node_network_transmit_compressed_total{device="veth1d9a948"} 0 node_network_transmit_compressed_total{device="veth22d86d3"} 0 node_network_transmit_compressed_total{device="veth242a399"} 0 node_network_transmit_compressed_total{device="veth247d928"} 0 node_network_transmit_compressed_total{device="veth2487a8f"} 0 node_network_transmit_compressed_total{device="veth25d85f7"} 0 node_network_transmit_compressed_total{device="veth28a1322"} 0 node_network_transmit_compressed_total{device="veth2e478ca"} 0 node_network_transmit_compressed_total{device="veth2fc8bc6"} 0 node_network_transmit_compressed_total{device="veth305e5cb"} 0 node_network_transmit_compressed_total{device="veth307d10c"} 0 node_network_transmit_compressed_total{device="veth32aa2de"} 0 node_network_transmit_compressed_total{device="veth34fa5ec"} 0 node_network_transmit_compressed_total{device="veth3d6aad2"} 0 node_network_transmit_compressed_total{device="veth4b9f319"} 0 node_network_transmit_compressed_total{device="veth4d94602"} 0 node_network_transmit_compressed_total{device="veth5140c64"} 0 node_network_transmit_compressed_total{device="veth517e95d"} 0 node_network_transmit_compressed_total{device="veth51f9842"} 0 node_network_transmit_compressed_total{device="veth52d5dbc"} 0 node_network_transmit_compressed_total{device="veth54a03c1"} 0 node_network_transmit_compressed_total{device="veth5822896"} 0 node_network_transmit_compressed_total{device="veth58c8e56"} 0 node_network_transmit_compressed_total{device="veth5cf8945"} 0 node_network_transmit_compressed_total{device="veth5d47e4e"} 0 node_network_transmit_compressed_total{device="veth60f2acb"} 0 node_network_transmit_compressed_total{device="veth61f3f26"} 0 node_network_transmit_compressed_total{device="veth62276df"} 0 node_network_transmit_compressed_total{device="veth62e9488"} 0 node_network_transmit_compressed_total{device="veth65a1947"} 0 node_network_transmit_compressed_total{device="veth670c75f"} 0 node_network_transmit_compressed_total{device="veth6998885"} 0 node_network_transmit_compressed_total{device="veth6d7d5de"} 0 node_network_transmit_compressed_total{device="veth6df6207"} 0 node_network_transmit_compressed_total{device="veth71c0bd8"} 0 node_network_transmit_compressed_total{device="veth77a7b4a"} 0 node_network_transmit_compressed_total{device="veth77d5bc7"} 0 node_network_transmit_compressed_total{device="veth77debcd"} 0 node_network_transmit_compressed_total{device="veth8026c08"} 0 node_network_transmit_compressed_total{device="veth834d5bf"} 0 node_network_transmit_compressed_total{device="veth8b3cf0b"} 0 node_network_transmit_compressed_total{device="veth8c19fd1"} 0 node_network_transmit_compressed_total{device="veth96ba58c"} 0 node_network_transmit_compressed_total{device="veth9d8a90d"} 0 node_network_transmit_compressed_total{device="vetha198936"} 0 node_network_transmit_compressed_total{device="vetha5c1621"} 0 node_network_transmit_compressed_total{device="vetha7a284b"} 0 node_network_transmit_compressed_total{device="vetha85c9a2"} 0 node_network_transmit_compressed_total{device="vetha868bc1"} 0 node_network_transmit_compressed_total{device="vethad59029"} 0 node_network_transmit_compressed_total{device="vethadd2930"} 0 node_network_transmit_compressed_total{device="vethae2a881"} 0 node_network_transmit_compressed_total{device="vethaee487d"} 0 node_network_transmit_compressed_total{device="vethb0c437b"} 0 node_network_transmit_compressed_total{device="vethb11dac7"} 0 node_network_transmit_compressed_total{device="vethb2aaa0f"} 0 node_network_transmit_compressed_total{device="vethb8657e3"} 0 node_network_transmit_compressed_total{device="vethbb35e77"} 0 node_network_transmit_compressed_total{device="vethbf51ea0"} 0 node_network_transmit_compressed_total{device="vethc005be1"} 0 node_network_transmit_compressed_total{device="vethc4eaa8a"} 0 node_network_transmit_compressed_total{device="vethcaef81e"} 0 node_network_transmit_compressed_total{device="vethcf6b31e"} 0 node_network_transmit_compressed_total{device="vethcfc504f"} 0 node_network_transmit_compressed_total{device="vethcfe1188"} 0 node_network_transmit_compressed_total{device="vethda7c054"} 0 node_network_transmit_compressed_total{device="vethdc52c6c"} 0 node_network_transmit_compressed_total{device="vethe301584"} 0 node_network_transmit_compressed_total{device="vethe402393"} 0 node_network_transmit_compressed_total{device="vethe621db0"} 0 node_network_transmit_compressed_total{device="vethe9e0c76"} 0 node_network_transmit_compressed_total{device="vethea2ea17"} 0 node_network_transmit_compressed_total{device="vetheb42145"} 0 node_network_transmit_compressed_total{device="vethed3f70f"} 0 node_network_transmit_compressed_total{device="vethf2bc6a2"} 0 node_network_transmit_compressed_total{device="vethf4373d5"} 0 node_network_transmit_compressed_total{device="vethfabbf7e"} 0 node_network_transmit_compressed_total{device="vethfc15996"} 0 node_network_transmit_compressed_total{device="vethfd7eafb"} 0 node_network_transmit_compressed_total{device="vethfdf59ae"} 0 node_network_transmit_compressed_total{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 0 node_network_transmit_drop_total{device="br-1f437ee92de3"} 0 node_network_transmit_drop_total{device="br-541b70109604"} 0 node_network_transmit_drop_total{device="br-57fae769631e"} 0 node_network_transmit_drop_total{device="br-5fe347eda337"} 0 node_network_transmit_drop_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_drop_total{device="br-6461bc9320a1"} 0 node_network_transmit_drop_total{device="br-8e9e3794015c"} 0 node_network_transmit_drop_total{device="br-9d8e958996ba"} 0 node_network_transmit_drop_total{device="br-a7e11f654a04"} 0 node_network_transmit_drop_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_drop_total{device="br-b266df46df77"} 0 node_network_transmit_drop_total{device="br-b79aa99837b3"} 0 node_network_transmit_drop_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_drop_total{device="br-eac26a665bc7"} 0 node_network_transmit_drop_total{device="br-f1318694100b"} 0 node_network_transmit_drop_total{device="br-f37d406e9375"} 0 node_network_transmit_drop_total{device="br-ff21357210f8"} 0 node_network_transmit_drop_total{device="docker0"} 0 node_network_transmit_drop_total{device="ens18"} 0 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="veth0088aba"} 0 node_network_transmit_drop_total{device="veth00d4a16"} 0 node_network_transmit_drop_total{device="veth04a9ff5"} 0 node_network_transmit_drop_total{device="veth07c4e62"} 0 node_network_transmit_drop_total{device="veth0b27cf5"} 0 node_network_transmit_drop_total{device="veth0e30524"} 0 node_network_transmit_drop_total{device="veth10d12f9"} 0 node_network_transmit_drop_total{device="veth14066fc"} 0 node_network_transmit_drop_total{device="veth1a04378"} 0 node_network_transmit_drop_total{device="veth1a6a3a1"} 0 node_network_transmit_drop_total{device="veth1d73c71"} 0 node_network_transmit_drop_total{device="veth1d9a948"} 0 node_network_transmit_drop_total{device="veth22d86d3"} 0 node_network_transmit_drop_total{device="veth242a399"} 0 node_network_transmit_drop_total{device="veth247d928"} 0 node_network_transmit_drop_total{device="veth2487a8f"} 0 node_network_transmit_drop_total{device="veth25d85f7"} 0 node_network_transmit_drop_total{device="veth28a1322"} 0 node_network_transmit_drop_total{device="veth2e478ca"} 0 node_network_transmit_drop_total{device="veth2fc8bc6"} 0 node_network_transmit_drop_total{device="veth305e5cb"} 0 node_network_transmit_drop_total{device="veth307d10c"} 0 node_network_transmit_drop_total{device="veth32aa2de"} 0 node_network_transmit_drop_total{device="veth34fa5ec"} 0 node_network_transmit_drop_total{device="veth3d6aad2"} 0 node_network_transmit_drop_total{device="veth4b9f319"} 0 node_network_transmit_drop_total{device="veth4d94602"} 0 node_network_transmit_drop_total{device="veth5140c64"} 0 node_network_transmit_drop_total{device="veth517e95d"} 0 node_network_transmit_drop_total{device="veth51f9842"} 0 node_network_transmit_drop_total{device="veth52d5dbc"} 0 node_network_transmit_drop_total{device="veth54a03c1"} 0 node_network_transmit_drop_total{device="veth5822896"} 0 node_network_transmit_drop_total{device="veth58c8e56"} 0 node_network_transmit_drop_total{device="veth5cf8945"} 0 node_network_transmit_drop_total{device="veth5d47e4e"} 0 node_network_transmit_drop_total{device="veth60f2acb"} 0 node_network_transmit_drop_total{device="veth61f3f26"} 0 node_network_transmit_drop_total{device="veth62276df"} 0 node_network_transmit_drop_total{device="veth62e9488"} 0 node_network_transmit_drop_total{device="veth65a1947"} 0 node_network_transmit_drop_total{device="veth670c75f"} 0 node_network_transmit_drop_total{device="veth6998885"} 0 node_network_transmit_drop_total{device="veth6d7d5de"} 0 node_network_transmit_drop_total{device="veth6df6207"} 0 node_network_transmit_drop_total{device="veth71c0bd8"} 0 node_network_transmit_drop_total{device="veth77a7b4a"} 0 node_network_transmit_drop_total{device="veth77d5bc7"} 0 node_network_transmit_drop_total{device="veth77debcd"} 0 node_network_transmit_drop_total{device="veth8026c08"} 0 node_network_transmit_drop_total{device="veth834d5bf"} 0 node_network_transmit_drop_total{device="veth8b3cf0b"} 0 node_network_transmit_drop_total{device="veth8c19fd1"} 0 node_network_transmit_drop_total{device="veth96ba58c"} 0 node_network_transmit_drop_total{device="veth9d8a90d"} 0 node_network_transmit_drop_total{device="vetha198936"} 0 node_network_transmit_drop_total{device="vetha5c1621"} 0 node_network_transmit_drop_total{device="vetha7a284b"} 0 node_network_transmit_drop_total{device="vetha85c9a2"} 0 node_network_transmit_drop_total{device="vetha868bc1"} 0 node_network_transmit_drop_total{device="vethad59029"} 0 node_network_transmit_drop_total{device="vethadd2930"} 0 node_network_transmit_drop_total{device="vethae2a881"} 0 node_network_transmit_drop_total{device="vethaee487d"} 0 node_network_transmit_drop_total{device="vethb0c437b"} 0 node_network_transmit_drop_total{device="vethb11dac7"} 0 node_network_transmit_drop_total{device="vethb2aaa0f"} 0 node_network_transmit_drop_total{device="vethb8657e3"} 0 node_network_transmit_drop_total{device="vethbb35e77"} 0 node_network_transmit_drop_total{device="vethbf51ea0"} 0 node_network_transmit_drop_total{device="vethc005be1"} 0 node_network_transmit_drop_total{device="vethc4eaa8a"} 0 node_network_transmit_drop_total{device="vethcaef81e"} 0 node_network_transmit_drop_total{device="vethcf6b31e"} 0 node_network_transmit_drop_total{device="vethcfc504f"} 0 node_network_transmit_drop_total{device="vethcfe1188"} 0 node_network_transmit_drop_total{device="vethda7c054"} 0 node_network_transmit_drop_total{device="vethdc52c6c"} 0 node_network_transmit_drop_total{device="vethe301584"} 0 node_network_transmit_drop_total{device="vethe402393"} 0 node_network_transmit_drop_total{device="vethe621db0"} 0 node_network_transmit_drop_total{device="vethe9e0c76"} 0 node_network_transmit_drop_total{device="vethea2ea17"} 0 node_network_transmit_drop_total{device="vetheb42145"} 0 node_network_transmit_drop_total{device="vethed3f70f"} 0 node_network_transmit_drop_total{device="vethf2bc6a2"} 0 node_network_transmit_drop_total{device="vethf4373d5"} 0 node_network_transmit_drop_total{device="vethfabbf7e"} 0 node_network_transmit_drop_total{device="vethfc15996"} 0 node_network_transmit_drop_total{device="vethfd7eafb"} 0 node_network_transmit_drop_total{device="vethfdf59ae"} 0 node_network_transmit_drop_total{device="vethfe98352"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="br-1c5ae9c4fb11"} 0 node_network_transmit_errs_total{device="br-1f437ee92de3"} 0 node_network_transmit_errs_total{device="br-541b70109604"} 0 node_network_transmit_errs_total{device="br-57fae769631e"} 0 node_network_transmit_errs_total{device="br-5fe347eda337"} 0 node_network_transmit_errs_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_errs_total{device="br-6461bc9320a1"} 0 node_network_transmit_errs_total{device="br-8e9e3794015c"} 0 node_network_transmit_errs_total{device="br-9d8e958996ba"} 0 node_network_transmit_errs_total{device="br-a7e11f654a04"} 0 node_network_transmit_errs_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_errs_total{device="br-b266df46df77"} 0 node_network_transmit_errs_total{device="br-b79aa99837b3"} 0 node_network_transmit_errs_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_errs_total{device="br-eac26a665bc7"} 0 node_network_transmit_errs_total{device="br-f1318694100b"} 0 node_network_transmit_errs_total{device="br-f37d406e9375"} 0 node_network_transmit_errs_total{device="br-ff21357210f8"} 0 node_network_transmit_errs_total{device="docker0"} 0 node_network_transmit_errs_total{device="ens18"} 0 node_network_transmit_errs_total{device="lo"} 0 node_network_transmit_errs_total{device="veth0088aba"} 0 node_network_transmit_errs_total{device="veth00d4a16"} 0 node_network_transmit_errs_total{device="veth04a9ff5"} 0 node_network_transmit_errs_total{device="veth07c4e62"} 0 node_network_transmit_errs_total{device="veth0b27cf5"} 0 node_network_transmit_errs_total{device="veth0e30524"} 0 node_network_transmit_errs_total{device="veth10d12f9"} 0 node_network_transmit_errs_total{device="veth14066fc"} 0 node_network_transmit_errs_total{device="veth1a04378"} 0 node_network_transmit_errs_total{device="veth1a6a3a1"} 0 node_network_transmit_errs_total{device="veth1d73c71"} 0 node_network_transmit_errs_total{device="veth1d9a948"} 0 node_network_transmit_errs_total{device="veth22d86d3"} 0 node_network_transmit_errs_total{device="veth242a399"} 0 node_network_transmit_errs_total{device="veth247d928"} 0 node_network_transmit_errs_total{device="veth2487a8f"} 0 node_network_transmit_errs_total{device="veth25d85f7"} 0 node_network_transmit_errs_total{device="veth28a1322"} 0 node_network_transmit_errs_total{device="veth2e478ca"} 0 node_network_transmit_errs_total{device="veth2fc8bc6"} 0 node_network_transmit_errs_total{device="veth305e5cb"} 0 node_network_transmit_errs_total{device="veth307d10c"} 0 node_network_transmit_errs_total{device="veth32aa2de"} 0 node_network_transmit_errs_total{device="veth34fa5ec"} 0 node_network_transmit_errs_total{device="veth3d6aad2"} 0 node_network_transmit_errs_total{device="veth4b9f319"} 0 node_network_transmit_errs_total{device="veth4d94602"} 0 node_network_transmit_errs_total{device="veth5140c64"} 0 node_network_transmit_errs_total{device="veth517e95d"} 0 node_network_transmit_errs_total{device="veth51f9842"} 0 node_network_transmit_errs_total{device="veth52d5dbc"} 0 node_network_transmit_errs_total{device="veth54a03c1"} 0 node_network_transmit_errs_total{device="veth5822896"} 0 node_network_transmit_errs_total{device="veth58c8e56"} 0 node_network_transmit_errs_total{device="veth5cf8945"} 0 node_network_transmit_errs_total{device="veth5d47e4e"} 0 node_network_transmit_errs_total{device="veth60f2acb"} 0 node_network_transmit_errs_total{device="veth61f3f26"} 0 node_network_transmit_errs_total{device="veth62276df"} 0 node_network_transmit_errs_total{device="veth62e9488"} 0 node_network_transmit_errs_total{device="veth65a1947"} 0 node_network_transmit_errs_total{device="veth670c75f"} 0 node_network_transmit_errs_total{device="veth6998885"} 0 node_network_transmit_errs_total{device="veth6d7d5de"} 0 node_network_transmit_errs_total{device="veth6df6207"} 0 node_network_transmit_errs_total{device="veth71c0bd8"} 0 node_network_transmit_errs_total{device="veth77a7b4a"} 0 node_network_transmit_errs_total{device="veth77d5bc7"} 0 node_network_transmit_errs_total{device="veth77debcd"} 0 node_network_transmit_errs_total{device="veth8026c08"} 0 node_network_transmit_errs_total{device="veth834d5bf"} 0 node_network_transmit_errs_total{device="veth8b3cf0b"} 0 node_network_transmit_errs_total{device="veth8c19fd1"} 0 node_network_transmit_errs_total{device="veth96ba58c"} 0 node_network_transmit_errs_total{device="veth9d8a90d"} 0 node_network_transmit_errs_total{device="vetha198936"} 0 node_network_transmit_errs_total{device="vetha5c1621"} 0 node_network_transmit_errs_total{device="vetha7a284b"} 0 node_network_transmit_errs_total{device="vetha85c9a2"} 0 node_network_transmit_errs_total{device="vetha868bc1"} 0 node_network_transmit_errs_total{device="vethad59029"} 0 node_network_transmit_errs_total{device="vethadd2930"} 0 node_network_transmit_errs_total{device="vethae2a881"} 0 node_network_transmit_errs_total{device="vethaee487d"} 0 node_network_transmit_errs_total{device="vethb0c437b"} 0 node_network_transmit_errs_total{device="vethb11dac7"} 0 node_network_transmit_errs_total{device="vethb2aaa0f"} 0 node_network_transmit_errs_total{device="vethb8657e3"} 0 node_network_transmit_errs_total{device="vethbb35e77"} 0 node_network_transmit_errs_total{device="vethbf51ea0"} 0 node_network_transmit_errs_total{device="vethc005be1"} 0 node_network_transmit_errs_total{device="vethc4eaa8a"} 0 node_network_transmit_errs_total{device="vethcaef81e"} 0 node_network_transmit_errs_total{device="vethcf6b31e"} 0 node_network_transmit_errs_total{device="vethcfc504f"} 0 node_network_transmit_errs_total{device="vethcfe1188"} 0 node_network_transmit_errs_total{device="vethda7c054"} 0 node_network_transmit_errs_total{device="vethdc52c6c"} 0 node_network_transmit_errs_total{device="vethe301584"} 0 node_network_transmit_errs_total{device="vethe402393"} 0 node_network_transmit_errs_total{device="vethe621db0"} 0 node_network_transmit_errs_total{device="vethe9e0c76"} 0 node_network_transmit_errs_total{device="vethea2ea17"} 0 node_network_transmit_errs_total{device="vetheb42145"} 0 node_network_transmit_errs_total{device="vethed3f70f"} 0 node_network_transmit_errs_total{device="vethf2bc6a2"} 0 node_network_transmit_errs_total{device="vethf4373d5"} 0 node_network_transmit_errs_total{device="vethfabbf7e"} 0 node_network_transmit_errs_total{device="vethfc15996"} 0 node_network_transmit_errs_total{device="vethfd7eafb"} 0 node_network_transmit_errs_total{device="vethfdf59ae"} 0 node_network_transmit_errs_total{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 0 node_network_transmit_fifo_total{device="br-1f437ee92de3"} 0 node_network_transmit_fifo_total{device="br-541b70109604"} 0 node_network_transmit_fifo_total{device="br-57fae769631e"} 0 node_network_transmit_fifo_total{device="br-5fe347eda337"} 0 node_network_transmit_fifo_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_fifo_total{device="br-6461bc9320a1"} 0 node_network_transmit_fifo_total{device="br-8e9e3794015c"} 0 node_network_transmit_fifo_total{device="br-9d8e958996ba"} 0 node_network_transmit_fifo_total{device="br-a7e11f654a04"} 0 node_network_transmit_fifo_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_fifo_total{device="br-b266df46df77"} 0 node_network_transmit_fifo_total{device="br-b79aa99837b3"} 0 node_network_transmit_fifo_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_fifo_total{device="br-eac26a665bc7"} 0 node_network_transmit_fifo_total{device="br-f1318694100b"} 0 node_network_transmit_fifo_total{device="br-f37d406e9375"} 0 node_network_transmit_fifo_total{device="br-ff21357210f8"} 0 node_network_transmit_fifo_total{device="docker0"} 0 node_network_transmit_fifo_total{device="ens18"} 0 node_network_transmit_fifo_total{device="lo"} 0 node_network_transmit_fifo_total{device="veth0088aba"} 0 node_network_transmit_fifo_total{device="veth00d4a16"} 0 node_network_transmit_fifo_total{device="veth04a9ff5"} 0 node_network_transmit_fifo_total{device="veth07c4e62"} 0 node_network_transmit_fifo_total{device="veth0b27cf5"} 0 node_network_transmit_fifo_total{device="veth0e30524"} 0 node_network_transmit_fifo_total{device="veth10d12f9"} 0 node_network_transmit_fifo_total{device="veth14066fc"} 0 node_network_transmit_fifo_total{device="veth1a04378"} 0 node_network_transmit_fifo_total{device="veth1a6a3a1"} 0 node_network_transmit_fifo_total{device="veth1d73c71"} 0 node_network_transmit_fifo_total{device="veth1d9a948"} 0 node_network_transmit_fifo_total{device="veth22d86d3"} 0 node_network_transmit_fifo_total{device="veth242a399"} 0 node_network_transmit_fifo_total{device="veth247d928"} 0 node_network_transmit_fifo_total{device="veth2487a8f"} 0 node_network_transmit_fifo_total{device="veth25d85f7"} 0 node_network_transmit_fifo_total{device="veth28a1322"} 0 node_network_transmit_fifo_total{device="veth2e478ca"} 0 node_network_transmit_fifo_total{device="veth2fc8bc6"} 0 node_network_transmit_fifo_total{device="veth305e5cb"} 0 node_network_transmit_fifo_total{device="veth307d10c"} 0 node_network_transmit_fifo_total{device="veth32aa2de"} 0 node_network_transmit_fifo_total{device="veth34fa5ec"} 0 node_network_transmit_fifo_total{device="veth3d6aad2"} 0 node_network_transmit_fifo_total{device="veth4b9f319"} 0 node_network_transmit_fifo_total{device="veth4d94602"} 0 node_network_transmit_fifo_total{device="veth5140c64"} 0 node_network_transmit_fifo_total{device="veth517e95d"} 0 node_network_transmit_fifo_total{device="veth51f9842"} 0 node_network_transmit_fifo_total{device="veth52d5dbc"} 0 node_network_transmit_fifo_total{device="veth54a03c1"} 0 node_network_transmit_fifo_total{device="veth5822896"} 0 node_network_transmit_fifo_total{device="veth58c8e56"} 0 node_network_transmit_fifo_total{device="veth5cf8945"} 0 node_network_transmit_fifo_total{device="veth5d47e4e"} 0 node_network_transmit_fifo_total{device="veth60f2acb"} 0 node_network_transmit_fifo_total{device="veth61f3f26"} 0 node_network_transmit_fifo_total{device="veth62276df"} 0 node_network_transmit_fifo_total{device="veth62e9488"} 0 node_network_transmit_fifo_total{device="veth65a1947"} 0 node_network_transmit_fifo_total{device="veth670c75f"} 0 node_network_transmit_fifo_total{device="veth6998885"} 0 node_network_transmit_fifo_total{device="veth6d7d5de"} 0 node_network_transmit_fifo_total{device="veth6df6207"} 0 node_network_transmit_fifo_total{device="veth71c0bd8"} 0 node_network_transmit_fifo_total{device="veth77a7b4a"} 0 node_network_transmit_fifo_total{device="veth77d5bc7"} 0 node_network_transmit_fifo_total{device="veth77debcd"} 0 node_network_transmit_fifo_total{device="veth8026c08"} 0 node_network_transmit_fifo_total{device="veth834d5bf"} 0 node_network_transmit_fifo_total{device="veth8b3cf0b"} 0 node_network_transmit_fifo_total{device="veth8c19fd1"} 0 node_network_transmit_fifo_total{device="veth96ba58c"} 0 node_network_transmit_fifo_total{device="veth9d8a90d"} 0 node_network_transmit_fifo_total{device="vetha198936"} 0 node_network_transmit_fifo_total{device="vetha5c1621"} 0 node_network_transmit_fifo_total{device="vetha7a284b"} 0 node_network_transmit_fifo_total{device="vetha85c9a2"} 0 node_network_transmit_fifo_total{device="vetha868bc1"} 0 node_network_transmit_fifo_total{device="vethad59029"} 0 node_network_transmit_fifo_total{device="vethadd2930"} 0 node_network_transmit_fifo_total{device="vethae2a881"} 0 node_network_transmit_fifo_total{device="vethaee487d"} 0 node_network_transmit_fifo_total{device="vethb0c437b"} 0 node_network_transmit_fifo_total{device="vethb11dac7"} 0 node_network_transmit_fifo_total{device="vethb2aaa0f"} 0 node_network_transmit_fifo_total{device="vethb8657e3"} 0 node_network_transmit_fifo_total{device="vethbb35e77"} 0 node_network_transmit_fifo_total{device="vethbf51ea0"} 0 node_network_transmit_fifo_total{device="vethc005be1"} 0 node_network_transmit_fifo_total{device="vethc4eaa8a"} 0 node_network_transmit_fifo_total{device="vethcaef81e"} 0 node_network_transmit_fifo_total{device="vethcf6b31e"} 0 node_network_transmit_fifo_total{device="vethcfc504f"} 0 node_network_transmit_fifo_total{device="vethcfe1188"} 0 node_network_transmit_fifo_total{device="vethda7c054"} 0 node_network_transmit_fifo_total{device="vethdc52c6c"} 0 node_network_transmit_fifo_total{device="vethe301584"} 0 node_network_transmit_fifo_total{device="vethe402393"} 0 node_network_transmit_fifo_total{device="vethe621db0"} 0 node_network_transmit_fifo_total{device="vethe9e0c76"} 0 node_network_transmit_fifo_total{device="vethea2ea17"} 0 node_network_transmit_fifo_total{device="vetheb42145"} 0 node_network_transmit_fifo_total{device="vethed3f70f"} 0 node_network_transmit_fifo_total{device="vethf2bc6a2"} 0 node_network_transmit_fifo_total{device="vethf4373d5"} 0 node_network_transmit_fifo_total{device="vethfabbf7e"} 0 node_network_transmit_fifo_total{device="vethfc15996"} 0 node_network_transmit_fifo_total{device="vethfd7eafb"} 0 node_network_transmit_fifo_total{device="vethfdf59ae"} 0 node_network_transmit_fifo_total{device="vethfe98352"} 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="br-1c5ae9c4fb11"} 11941 node_network_transmit_packets_total{device="br-1f437ee92de3"} 289316 node_network_transmit_packets_total{device="br-541b70109604"} 15523 node_network_transmit_packets_total{device="br-57fae769631e"} 5645 node_network_transmit_packets_total{device="br-5fe347eda337"} 5 node_network_transmit_packets_total{device="br-607e7f2cc1eb"} 8 node_network_transmit_packets_total{device="br-6461bc9320a1"} 8 node_network_transmit_packets_total{device="br-8e9e3794015c"} 92 node_network_transmit_packets_total{device="br-9d8e958996ba"} 15333 node_network_transmit_packets_total{device="br-a7e11f654a04"} 92 node_network_transmit_packets_total{device="br-aaba14ed7a3b"} 8 node_network_transmit_packets_total{device="br-b266df46df77"} 134895 node_network_transmit_packets_total{device="br-b79aa99837b3"} 7 node_network_transmit_packets_total{device="br-e0fcc6d4b66e"} 5 node_network_transmit_packets_total{device="br-eac26a665bc7"} 64884 node_network_transmit_packets_total{device="br-f1318694100b"} 2161 node_network_transmit_packets_total{device="br-f37d406e9375"} 91 node_network_transmit_packets_total{device="br-ff21357210f8"} 8 node_network_transmit_packets_total{device="docker0"} 0 node_network_transmit_packets_total{device="ens18"} 2.441858e+06 node_network_transmit_packets_total{device="lo"} 33575 node_network_transmit_packets_total{device="veth0088aba"} 203 node_network_transmit_packets_total{device="veth00d4a16"} 1027 node_network_transmit_packets_total{device="veth04a9ff5"} 21 node_network_transmit_packets_total{device="veth07c4e62"} 544719 node_network_transmit_packets_total{device="veth0b27cf5"} 3839 node_network_transmit_packets_total{device="veth0e30524"} 37207 node_network_transmit_packets_total{device="veth10d12f9"} 265085 node_network_transmit_packets_total{device="veth14066fc"} 18 node_network_transmit_packets_total{device="veth1a04378"} 18 node_network_transmit_packets_total{device="veth1a6a3a1"} 21 node_network_transmit_packets_total{device="veth1d73c71"} 17 node_network_transmit_packets_total{device="veth1d9a948"} 8540 node_network_transmit_packets_total{device="veth22d86d3"} 271 node_network_transmit_packets_total{device="veth242a399"} 168 node_network_transmit_packets_total{device="veth247d928"} 46 node_network_transmit_packets_total{device="veth2487a8f"} 3055 node_network_transmit_packets_total{device="veth25d85f7"} 17 node_network_transmit_packets_total{device="veth28a1322"} 18 node_network_transmit_packets_total{device="veth2e478ca"} 45 node_network_transmit_packets_total{device="veth2fc8bc6"} 16 node_network_transmit_packets_total{device="veth305e5cb"} 45 node_network_transmit_packets_total{device="veth307d10c"} 133275 node_network_transmit_packets_total{device="veth32aa2de"} 34062 node_network_transmit_packets_total{device="veth34fa5ec"} 19521 node_network_transmit_packets_total{device="veth3d6aad2"} 28820 node_network_transmit_packets_total{device="veth4b9f319"} 23 node_network_transmit_packets_total{device="veth4d94602"} 45 node_network_transmit_packets_total{device="veth5140c64"} 16 node_network_transmit_packets_total{device="veth517e95d"} 3082 node_network_transmit_packets_total{device="veth51f9842"} 49340 node_network_transmit_packets_total{device="veth52d5dbc"} 982 node_network_transmit_packets_total{device="veth54a03c1"} 17 node_network_transmit_packets_total{device="veth5822896"} 48 node_network_transmit_packets_total{device="veth58c8e56"} 43 node_network_transmit_packets_total{device="veth5cf8945"} 17 node_network_transmit_packets_total{device="veth5d47e4e"} 2155 node_network_transmit_packets_total{device="veth60f2acb"} 28731 node_network_transmit_packets_total{device="veth61f3f26"} 4839 node_network_transmit_packets_total{device="veth62276df"} 44 node_network_transmit_packets_total{device="veth62e9488"} 18 node_network_transmit_packets_total{device="veth65a1947"} 44 node_network_transmit_packets_total{device="veth670c75f"} 20 node_network_transmit_packets_total{device="veth6998885"} 28426 node_network_transmit_packets_total{device="veth6d7d5de"} 18 node_network_transmit_packets_total{device="veth6df6207"} 30734 node_network_transmit_packets_total{device="veth71c0bd8"} 17 node_network_transmit_packets_total{device="veth77a7b4a"} 6742 node_network_transmit_packets_total{device="veth77d5bc7"} 17897 node_network_transmit_packets_total{device="veth77debcd"} 7038 node_network_transmit_packets_total{device="veth8026c08"} 16 node_network_transmit_packets_total{device="veth834d5bf"} 3074 node_network_transmit_packets_total{device="veth8b3cf0b"} 4419 node_network_transmit_packets_total{device="veth8c19fd1"} 17 node_network_transmit_packets_total{device="veth96ba58c"} 22797 node_network_transmit_packets_total{device="veth9d8a90d"} 45 node_network_transmit_packets_total{device="vetha198936"} 143098 node_network_transmit_packets_total{device="vetha5c1621"} 18 node_network_transmit_packets_total{device="vetha7a284b"} 18 node_network_transmit_packets_total{device="vetha85c9a2"} 29354 node_network_transmit_packets_total{device="vetha868bc1"} 47 node_network_transmit_packets_total{device="vethad59029"} 18 node_network_transmit_packets_total{device="vethadd2930"} 17 node_network_transmit_packets_total{device="vethae2a881"} 44 node_network_transmit_packets_total{device="vethaee487d"} 555 node_network_transmit_packets_total{device="vethb0c437b"} 4556 node_network_transmit_packets_total{device="vethb11dac7"} 99 node_network_transmit_packets_total{device="vethb2aaa0f"} 76238 node_network_transmit_packets_total{device="vethb8657e3"} 44 node_network_transmit_packets_total{device="vethbb35e77"} 38731 node_network_transmit_packets_total{device="vethbf51ea0"} 18 node_network_transmit_packets_total{device="vethc005be1"} 103 node_network_transmit_packets_total{device="vethc4eaa8a"} 45 node_network_transmit_packets_total{device="vethcaef81e"} 17 node_network_transmit_packets_total{device="vethcf6b31e"} 198 node_network_transmit_packets_total{device="vethcfc504f"} 28 node_network_transmit_packets_total{device="vethcfe1188"} 1683 node_network_transmit_packets_total{device="vethda7c054"} 3116 node_network_transmit_packets_total{device="vethdc52c6c"} 43 node_network_transmit_packets_total{device="vethe301584"} 17 node_network_transmit_packets_total{device="vethe402393"} 289332 node_network_transmit_packets_total{device="vethe621db0"} 16 node_network_transmit_packets_total{device="vethe9e0c76"} 979 node_network_transmit_packets_total{device="vethea2ea17"} 7545 node_network_transmit_packets_total{device="vetheb42145"} 18 node_network_transmit_packets_total{device="vethed3f70f"} 103 node_network_transmit_packets_total{device="vethf2bc6a2"} 47 node_network_transmit_packets_total{device="vethf4373d5"} 46 node_network_transmit_packets_total{device="vethfabbf7e"} 560 node_network_transmit_packets_total{device="vethfc15996"} 3076 node_network_transmit_packets_total{device="vethfd7eafb"} 28714 node_network_transmit_packets_total{device="vethfdf59ae"} 1499 node_network_transmit_packets_total{device="vethfe98352"} 17 # 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="br-1c5ae9c4fb11"} 0 node_network_transmit_queue_length{device="br-1f437ee92de3"} 0 node_network_transmit_queue_length{device="br-541b70109604"} 0 node_network_transmit_queue_length{device="br-57fae769631e"} 0 node_network_transmit_queue_length{device="br-5fe347eda337"} 0 node_network_transmit_queue_length{device="br-607e7f2cc1eb"} 0 node_network_transmit_queue_length{device="br-6461bc9320a1"} 0 node_network_transmit_queue_length{device="br-8e9e3794015c"} 0 node_network_transmit_queue_length{device="br-9d8e958996ba"} 0 node_network_transmit_queue_length{device="br-a7e11f654a04"} 0 node_network_transmit_queue_length{device="br-aaba14ed7a3b"} 0 node_network_transmit_queue_length{device="br-b266df46df77"} 0 node_network_transmit_queue_length{device="br-b79aa99837b3"} 0 node_network_transmit_queue_length{device="br-e0fcc6d4b66e"} 0 node_network_transmit_queue_length{device="br-eac26a665bc7"} 0 node_network_transmit_queue_length{device="br-f1318694100b"} 0 node_network_transmit_queue_length{device="br-f37d406e9375"} 0 node_network_transmit_queue_length{device="br-ff21357210f8"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="ens18"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth0088aba"} 0 node_network_transmit_queue_length{device="veth00d4a16"} 0 node_network_transmit_queue_length{device="veth04a9ff5"} 0 node_network_transmit_queue_length{device="veth07c4e62"} 0 node_network_transmit_queue_length{device="veth0b27cf5"} 0 node_network_transmit_queue_length{device="veth0e30524"} 0 node_network_transmit_queue_length{device="veth10d12f9"} 0 node_network_transmit_queue_length{device="veth14066fc"} 0 node_network_transmit_queue_length{device="veth1a04378"} 0 node_network_transmit_queue_length{device="veth1a6a3a1"} 0 node_network_transmit_queue_length{device="veth1d73c71"} 0 node_network_transmit_queue_length{device="veth1d9a948"} 0 node_network_transmit_queue_length{device="veth22d86d3"} 0 node_network_transmit_queue_length{device="veth242a399"} 0 node_network_transmit_queue_length{device="veth247d928"} 0 node_network_transmit_queue_length{device="veth2487a8f"} 0 node_network_transmit_queue_length{device="veth25d85f7"} 0 node_network_transmit_queue_length{device="veth28a1322"} 0 node_network_transmit_queue_length{device="veth2e478ca"} 0 node_network_transmit_queue_length{device="veth2fc8bc6"} 0 node_network_transmit_queue_length{device="veth305e5cb"} 0 node_network_transmit_queue_length{device="veth307d10c"} 0 node_network_transmit_queue_length{device="veth32aa2de"} 0 node_network_transmit_queue_length{device="veth34fa5ec"} 0 node_network_transmit_queue_length{device="veth3d6aad2"} 0 node_network_transmit_queue_length{device="veth4b9f319"} 0 node_network_transmit_queue_length{device="veth4d94602"} 0 node_network_transmit_queue_length{device="veth5140c64"} 0 node_network_transmit_queue_length{device="veth517e95d"} 0 node_network_transmit_queue_length{device="veth51f9842"} 0 node_network_transmit_queue_length{device="veth52d5dbc"} 0 node_network_transmit_queue_length{device="veth54a03c1"} 0 node_network_transmit_queue_length{device="veth5822896"} 0 node_network_transmit_queue_length{device="veth58c8e56"} 0 node_network_transmit_queue_length{device="veth5cf8945"} 0 node_network_transmit_queue_length{device="veth5d47e4e"} 0 node_network_transmit_queue_length{device="veth60f2acb"} 0 node_network_transmit_queue_length{device="veth61f3f26"} 0 node_network_transmit_queue_length{device="veth62276df"} 0 node_network_transmit_queue_length{device="veth62e9488"} 0 node_network_transmit_queue_length{device="veth65a1947"} 0 node_network_transmit_queue_length{device="veth670c75f"} 0 node_network_transmit_queue_length{device="veth6998885"} 0 node_network_transmit_queue_length{device="veth6d7d5de"} 0 node_network_transmit_queue_length{device="veth6df6207"} 0 node_network_transmit_queue_length{device="veth71c0bd8"} 0 node_network_transmit_queue_length{device="veth77a7b4a"} 0 node_network_transmit_queue_length{device="veth77d5bc7"} 0 node_network_transmit_queue_length{device="veth77debcd"} 0 node_network_transmit_queue_length{device="veth8026c08"} 0 node_network_transmit_queue_length{device="veth834d5bf"} 0 node_network_transmit_queue_length{device="veth8b3cf0b"} 0 node_network_transmit_queue_length{device="veth8c19fd1"} 0 node_network_transmit_queue_length{device="veth96ba58c"} 0 node_network_transmit_queue_length{device="veth9d8a90d"} 0 node_network_transmit_queue_length{device="vetha198936"} 0 node_network_transmit_queue_length{device="vetha5c1621"} 0 node_network_transmit_queue_length{device="vetha7a284b"} 0 node_network_transmit_queue_length{device="vetha85c9a2"} 0 node_network_transmit_queue_length{device="vetha868bc1"} 0 node_network_transmit_queue_length{device="vethad59029"} 0 node_network_transmit_queue_length{device="vethadd2930"} 0 node_network_transmit_queue_length{device="vethae2a881"} 0 node_network_transmit_queue_length{device="vethaee487d"} 0 node_network_transmit_queue_length{device="vethb0c437b"} 0 node_network_transmit_queue_length{device="vethb11dac7"} 0 node_network_transmit_queue_length{device="vethb2aaa0f"} 0 node_network_transmit_queue_length{device="vethb8657e3"} 0 node_network_transmit_queue_length{device="vethbb35e77"} 0 node_network_transmit_queue_length{device="vethbf51ea0"} 0 node_network_transmit_queue_length{device="vethc005be1"} 0 node_network_transmit_queue_length{device="vethc4eaa8a"} 0 node_network_transmit_queue_length{device="vethcaef81e"} 0 node_network_transmit_queue_length{device="vethcf6b31e"} 0 node_network_transmit_queue_length{device="vethcfc504f"} 0 node_network_transmit_queue_length{device="vethcfe1188"} 0 node_network_transmit_queue_length{device="vethda7c054"} 0 node_network_transmit_queue_length{device="vethdc52c6c"} 0 node_network_transmit_queue_length{device="vethe301584"} 0 node_network_transmit_queue_length{device="vethe402393"} 0 node_network_transmit_queue_length{device="vethe621db0"} 0 node_network_transmit_queue_length{device="vethe9e0c76"} 0 node_network_transmit_queue_length{device="vethea2ea17"} 0 node_network_transmit_queue_length{device="vetheb42145"} 0 node_network_transmit_queue_length{device="vethed3f70f"} 0 node_network_transmit_queue_length{device="vethf2bc6a2"} 0 node_network_transmit_queue_length{device="vethf4373d5"} 0 node_network_transmit_queue_length{device="vethfabbf7e"} 0 node_network_transmit_queue_length{device="vethfc15996"} 0 node_network_transmit_queue_length{device="vethfd7eafb"} 0 node_network_transmit_queue_length{device="vethfdf59ae"} 0 node_network_transmit_queue_length{device="vethfe98352"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-1c5ae9c4fb11"} 1 node_network_up{device="br-1f437ee92de3"} 1 node_network_up{device="br-541b70109604"} 1 node_network_up{device="br-57fae769631e"} 1 node_network_up{device="br-5fe347eda337"} 1 node_network_up{device="br-607e7f2cc1eb"} 1 node_network_up{device="br-6461bc9320a1"} 1 node_network_up{device="br-8e9e3794015c"} 1 node_network_up{device="br-9d8e958996ba"} 1 node_network_up{device="br-a7e11f654a04"} 1 node_network_up{device="br-aaba14ed7a3b"} 1 node_network_up{device="br-b266df46df77"} 1 node_network_up{device="br-b79aa99837b3"} 1 node_network_up{device="br-e0fcc6d4b66e"} 1 node_network_up{device="br-eac26a665bc7"} 1 node_network_up{device="br-f1318694100b"} 1 node_network_up{device="br-f37d406e9375"} 1 node_network_up{device="br-ff21357210f8"} 1 node_network_up{device="docker0"} 0 node_network_up{device="ens18"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth0088aba"} 1 node_network_up{device="veth00d4a16"} 1 node_network_up{device="veth04a9ff5"} 1 node_network_up{device="veth07c4e62"} 1 node_network_up{device="veth0b27cf5"} 1 node_network_up{device="veth0e30524"} 1 node_network_up{device="veth10d12f9"} 1 node_network_up{device="veth14066fc"} 1 node_network_up{device="veth1a04378"} 1 node_network_up{device="veth1a6a3a1"} 1 node_network_up{device="veth1d73c71"} 1 node_network_up{device="veth1d9a948"} 1 node_network_up{device="veth22d86d3"} 1 node_network_up{device="veth242a399"} 1 node_network_up{device="veth247d928"} 1 node_network_up{device="veth2487a8f"} 1 node_network_up{device="veth25d85f7"} 1 node_network_up{device="veth28a1322"} 1 node_network_up{device="veth2e478ca"} 1 node_network_up{device="veth2fc8bc6"} 1 node_network_up{device="veth305e5cb"} 1 node_network_up{device="veth307d10c"} 1 node_network_up{device="veth32aa2de"} 1 node_network_up{device="veth34fa5ec"} 1 node_network_up{device="veth3d6aad2"} 1 node_network_up{device="veth4b9f319"} 1 node_network_up{device="veth4d94602"} 1 node_network_up{device="veth5140c64"} 1 node_network_up{device="veth517e95d"} 1 node_network_up{device="veth51f9842"} 1 node_network_up{device="veth52d5dbc"} 1 node_network_up{device="veth54a03c1"} 1 node_network_up{device="veth5822896"} 1 node_network_up{device="veth58c8e56"} 1 node_network_up{device="veth5cf8945"} 1 node_network_up{device="veth5d47e4e"} 1 node_network_up{device="veth60f2acb"} 1 node_network_up{device="veth61f3f26"} 1 node_network_up{device="veth62276df"} 1 node_network_up{device="veth62e9488"} 1 node_network_up{device="veth65a1947"} 1 node_network_up{device="veth670c75f"} 1 node_network_up{device="veth6998885"} 1 node_network_up{device="veth6d7d5de"} 1 node_network_up{device="veth6df6207"} 1 node_network_up{device="veth71c0bd8"} 1 node_network_up{device="veth77a7b4a"} 1 node_network_up{device="veth77d5bc7"} 1 node_network_up{device="veth77debcd"} 1 node_network_up{device="veth8026c08"} 1 node_network_up{device="veth834d5bf"} 1 node_network_up{device="veth8b3cf0b"} 1 node_network_up{device="veth8c19fd1"} 1 node_network_up{device="veth96ba58c"} 1 node_network_up{device="veth9d8a90d"} 1 node_network_up{device="vetha198936"} 1 node_network_up{device="vetha5c1621"} 1 node_network_up{device="vetha7a284b"} 1 node_network_up{device="vetha85c9a2"} 1 node_network_up{device="vetha868bc1"} 1 node_network_up{device="vethad59029"} 1 node_network_up{device="vethadd2930"} 1 node_network_up{device="vethae2a881"} 1 node_network_up{device="vethaee487d"} 1 node_network_up{device="vethb0c437b"} 1 node_network_up{device="vethb11dac7"} 1 node_network_up{device="vethb2aaa0f"} 1 node_network_up{device="vethb8657e3"} 1 node_network_up{device="vethbb35e77"} 1 node_network_up{device="vethbf51ea0"} 1 node_network_up{device="vethc005be1"} 1 node_network_up{device="vethc4eaa8a"} 1 node_network_up{device="vethcaef81e"} 1 node_network_up{device="vethcf6b31e"} 1 node_network_up{device="vethcfc504f"} 1 node_network_up{device="vethcfe1188"} 1 node_network_up{device="vethda7c054"} 1 node_network_up{device="vethdc52c6c"} 1 node_network_up{device="vethe301584"} 1 node_network_up{device="vethe402393"} 1 node_network_up{device="vethe621db0"} 1 node_network_up{device="vethe9e0c76"} 1 node_network_up{device="vethea2ea17"} 1 node_network_up{device="vetheb42145"} 1 node_network_up{device="vethed3f70f"} 1 node_network_up{device="vethf2bc6a2"} 1 node_network_up{device="vethf4373d5"} 1 node_network_up{device="vethfabbf7e"} 1 node_network_up{device="vethfc15996"} 1 node_network_up{device="vethfd7eafb"} 1 node_network_up{device="vethfdf59ae"} 1 node_network_up{device="vethfe98352"} 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 383 # 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"} 12 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"} 1 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 1 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"} 1 node_nfs_requests_total{method="CreateSession",proto="4"} 1 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 0 node_nfs_requests_total{method="DestroyClientID",proto="4"} 0 node_nfs_requests_total{method="DestroySession",proto="4"} 0 node_nfs_requests_total{method="ExchangeID",proto="4"} 2 node_nfs_requests_total{method="FreeStateID",proto="4"} 0 node_nfs_requests_total{method="FsInfo",proto="3"} 0 node_nfs_requests_total{method="FsInfo",proto="4"} 24 node_nfs_requests_total{method="FsLocations",proto="4"} 0 node_nfs_requests_total{method="FsStat",proto="2"} 0 node_nfs_requests_total{method="FsStat",proto="3"} 0 node_nfs_requests_total{method="FsidPresent",proto="4"} 0 node_nfs_requests_total{method="GetACL",proto="4"} 0 node_nfs_requests_total{method="GetAttr",proto="2"} 0 node_nfs_requests_total{method="GetAttr",proto="3"} 0 node_nfs_requests_total{method="GetDeviceInfo",proto="4"} 0 node_nfs_requests_total{method="GetDeviceList",proto="4"} 0 node_nfs_requests_total{method="GetLeaseTime",proto="4"} 0 node_nfs_requests_total{method="Getattr",proto="4"} 22 node_nfs_requests_total{method="LayoutCommit",proto="4"} 0 node_nfs_requests_total{method="LayoutGet",proto="4"} 0 node_nfs_requests_total{method="LayoutReturn",proto="4"} 0 node_nfs_requests_total{method="LayoutStats",proto="4"} 0 node_nfs_requests_total{method="Link",proto="2"} 0 node_nfs_requests_total{method="Link",proto="3"} 0 node_nfs_requests_total{method="Link",proto="4"} 0 node_nfs_requests_total{method="Lock",proto="4"} 0 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 0 node_nfs_requests_total{method="Lookup",proto="2"} 0 node_nfs_requests_total{method="Lookup",proto="3"} 0 node_nfs_requests_total{method="Lookup",proto="4"} 26 node_nfs_requests_total{method="LookupRoot",proto="4"} 5 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"} 5 node_nfs_requests_total{method="Open",proto="4"} 1 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 0 node_nfs_requests_total{method="OpenNoattr",proto="4"} 0 node_nfs_requests_total{method="PathConf",proto="3"} 0 node_nfs_requests_total{method="Pathconf",proto="4"} 19 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"} 0 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"} 0 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"} 1 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"} 0 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"} 0 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"} 5 node_nfs_requests_total{method="Seek",proto="4"} 0 node_nfs_requests_total{method="Sequence",proto="4"} 0 node_nfs_requests_total{method="ServerCaps",proto="4"} 43 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"} 1 node_nfs_requests_total{method="StatFs",proto="4"} 1.599665e+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"} 0 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 572 # HELP node_nfs_rpc_authentication_refreshes_total Number of RPC authentication refreshes performed. # TYPE node_nfs_rpc_authentication_refreshes_total counter node_nfs_rpc_authentication_refreshes_total 1.6004e+06 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 0 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 1.600398e+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.1 LTS",variant="",variant_id="",version="24.04.1 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 89.45835000000001 # 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 0.953185 # 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 1.754871 # 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 0.000104 # 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 0.0052060000000000006 # HELP node_processes_max_processes Number of max PIDs limit # TYPE node_processes_max_processes gauge node_processes_max_processes 4.194304e+06 # HELP node_processes_max_threads Limit of threads in the system # TYPE node_processes_max_threads gauge node_processes_max_threads 256100 # HELP node_processes_pids Number of PIDs # TYPE node_processes_pids gauge node_processes_pids 632 # HELP node_processes_state Number of processes in each state. # TYPE node_processes_state gauge node_processes_state{state="I"} 100 node_processes_state{state="R"} 3 node_processes_state{state="S"} 529 # HELP node_processes_threads Allocated threads in system # TYPE node_processes_threads gauge node_processes_threads 3801 # HELP node_processes_threads_state Number of threads in each state. # TYPE node_processes_threads_state gauge node_processes_threads_state{thread_state="I"} 100 node_processes_threads_state{thread_state="R"} 4 node_processes_threads_state{thread_state="S"} 3697 # 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 6 # 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"} 1185.310085738 node_schedstat_running_seconds_total{cpu="1"} 1047.769889537 node_schedstat_running_seconds_total{cpu="2"} 1228.574239133 node_schedstat_running_seconds_total{cpu="3"} 1265.161686883 node_schedstat_running_seconds_total{cpu="4"} 1048.556230788 node_schedstat_running_seconds_total{cpu="5"} 1117.059670732 node_schedstat_running_seconds_total{cpu="6"} 1239.875506876 node_schedstat_running_seconds_total{cpu="7"} 1132.943369804 node_schedstat_running_seconds_total{cpu="8"} 993.330593834 node_schedstat_running_seconds_total{cpu="9"} 1348.232541127 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 6.319444e+06 node_schedstat_timeslices_total{cpu="1"} 6.616013e+06 node_schedstat_timeslices_total{cpu="2"} 6.410344e+06 node_schedstat_timeslices_total{cpu="3"} 6.163354e+06 node_schedstat_timeslices_total{cpu="4"} 6.505084e+06 node_schedstat_timeslices_total{cpu="5"} 6.420855e+06 node_schedstat_timeslices_total{cpu="6"} 6.354136e+06 node_schedstat_timeslices_total{cpu="7"} 6.337036e+06 node_schedstat_timeslices_total{cpu="8"} 6.641837e+06 node_schedstat_timeslices_total{cpu="9"} 6.053352e+06 # 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"} 404.301267578 node_schedstat_waiting_seconds_total{cpu="1"} 319.131053862 node_schedstat_waiting_seconds_total{cpu="2"} 367.705724513 node_schedstat_waiting_seconds_total{cpu="3"} 383.4058738 node_schedstat_waiting_seconds_total{cpu="4"} 380.315374842 node_schedstat_waiting_seconds_total{cpu="5"} 379.475182083 node_schedstat_waiting_seconds_total{cpu="6"} 390.645112954 node_schedstat_waiting_seconds_total{cpu="7"} 401.032209971 node_schedstat_waiting_seconds_total{cpu="8"} 403.069438978 node_schedstat_waiting_seconds_total{cpu="9"} 358.639341748 # 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.020881729 node_scrape_collector_duration_seconds{collector="bcache"} 2.0546e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.2781e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.001609394 node_scrape_collector_duration_seconds{collector="conntrack"} 5.5489e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.00072916 node_scrape_collector_duration_seconds{collector="cpufreq"} 7.4713e-05 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001233592 node_scrape_collector_duration_seconds{collector="dmi"} 0.020847268 node_scrape_collector_duration_seconds{collector="edac"} 2.0849e-05 node_scrape_collector_duration_seconds{collector="entropy"} 6.3456e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 8.489e-06 node_scrape_collector_duration_seconds{collector="filefd"} 2.419e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.047710638 node_scrape_collector_duration_seconds{collector="hwmon"} 2.5319e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.0854e-05 node_scrape_collector_duration_seconds{collector="interrupts"} 0.006454733 node_scrape_collector_duration_seconds{collector="ipvs"} 1.0598e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 0.005146875 node_scrape_collector_duration_seconds{collector="mdadm"} 3.2183e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.021031952 node_scrape_collector_duration_seconds{collector="netclass"} 0.084036007 node_scrape_collector_duration_seconds{collector="netdev"} 0.02437749 node_scrape_collector_duration_seconds{collector="netstat"} 0.0055733 node_scrape_collector_duration_seconds{collector="nfs"} 0.005234048 node_scrape_collector_duration_seconds{collector="nfsd"} 2.1683e-05 node_scrape_collector_duration_seconds{collector="nvme"} 2.4023e-05 node_scrape_collector_duration_seconds{collector="os"} 4.2457e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 1.8501e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.001390556 node_scrape_collector_duration_seconds{collector="processes"} 0.161865937 node_scrape_collector_duration_seconds{collector="rapl"} 1.3473e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.021033767 node_scrape_collector_duration_seconds{collector="selinux"} 0.020871957 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000121156 node_scrape_collector_duration_seconds{collector="softnet"} 9.9413e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000144657 node_scrape_collector_duration_seconds{collector="systemd"} 5.7733e-05 node_scrape_collector_duration_seconds{collector="tapestats"} 1.445e-05 node_scrape_collector_duration_seconds{collector="textfile"} 1.4498e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000410777 node_scrape_collector_duration_seconds{collector="time"} 7.7807e-05 node_scrape_collector_duration_seconds{collector="timex"} 0.005160827 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000284223 node_scrape_collector_duration_seconds{collector="uname"} 0.005153193 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000126072 node_scrape_collector_duration_seconds{collector="watchdog"} 1.5919e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.1001e-05 node_scrape_collector_duration_seconds{collector="zfs"} 3.3529e-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="interrupts"} 1 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="processes"} 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="systemd"} 0 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 1 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 1 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 46 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 446 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 57 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 906 # 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 3.710976e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 4 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 1 # 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 3 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 1017 # 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 4.165632e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 982 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 420679 node_softnet_processed_total{cpu="1"} 2.911352e+06 node_softnet_processed_total{cpu="2"} 614037 node_softnet_processed_total{cpu="3"} 1.204872e+06 node_softnet_processed_total{cpu="4"} 434607 node_softnet_processed_total{cpu="5"} 966871 node_softnet_processed_total{cpu="6"} 411277 node_softnet_processed_total{cpu="7"} 419468 node_softnet_processed_total{cpu="8"} 428095 node_softnet_processed_total{cpu="9"} 391947 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="9"} 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"} 0 node_softnet_times_squeezed_total{cpu="1"} 1 node_softnet_times_squeezed_total{cpu="2"} 0 node_softnet_times_squeezed_total{cpu="3"} 0 node_softnet_times_squeezed_total{cpu="4"} 0 node_softnet_times_squeezed_total{cpu="5"} 0 node_softnet_times_squeezed_total{cpu="6"} 0 node_softnet_times_squeezed_total{cpu="7"} 0 node_softnet_times_squeezed_total{cpu="8"} 0 node_softnet_times_squeezed_total{cpu="9"} 0 # 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.780314957411386e+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 0.9999888665771485 # 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.3975 # 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.003211046 # 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="serv1",release="6.8.0-117-generic",sysname="Linux",version="#117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.09689114e+08 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 11007 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 5.035143e+06 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 9.207573e+06 # 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 134.16 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.730494633e+09 # 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 2.432979627e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.6669056e+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.78030802583e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.272623104e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 694 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0