# 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.4712e-05 go_gc_duration_seconds{quantile="0.25"} 1.8161e-05 go_gc_duration_seconds{quantile="0.5"} 2.0997e-05 go_gc_duration_seconds{quantile="0.75"} 2.7139e-05 go_gc_duration_seconds{quantile="1"} 5.1746e-05 go_gc_duration_seconds_sum 0.867333756 go_gc_duration_seconds_count 35592 # 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 4.671872e+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.4096175128e+10 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.99524e+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.66113533e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.298896e+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 4.671872e+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 4.374528e+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 6.782976e+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 62789 # 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 2.424832e+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.1157504e+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.7744984332588305e+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.661198119e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 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 124320 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 195840 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 7.21924e+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 889568 # 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.409024e+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.409024e+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 1.8961672e+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 20 # 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"} 10 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.77443282e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.196548753e+09 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 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"} 61038.88 node_cpu_seconds_total{cpu="0",mode="iowait"} 7.24 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"} 64.87 node_cpu_seconds_total{cpu="0",mode="steal"} 0.48 node_cpu_seconds_total{cpu="0",mode="system"} 990.55 node_cpu_seconds_total{cpu="0",mode="user"} 3029.68 node_cpu_seconds_total{cpu="1",mode="idle"} 60986.54 node_cpu_seconds_total{cpu="1",mode="iowait"} 7.81 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"} 109.99 node_cpu_seconds_total{cpu="1",mode="steal"} 0.59 node_cpu_seconds_total{cpu="1",mode="system"} 909.46 node_cpu_seconds_total{cpu="1",mode="user"} 2967.33 node_cpu_seconds_total{cpu="2",mode="idle"} 61200.27 node_cpu_seconds_total{cpu="2",mode="iowait"} 7.92 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 0.06 node_cpu_seconds_total{cpu="2",mode="softirq"} 52.73 node_cpu_seconds_total{cpu="2",mode="steal"} 0.64 node_cpu_seconds_total{cpu="2",mode="system"} 952.51 node_cpu_seconds_total{cpu="2",mode="user"} 2934.31 node_cpu_seconds_total{cpu="3",mode="idle"} 61098.8 node_cpu_seconds_total{cpu="3",mode="iowait"} 7.89 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"} 28.22 node_cpu_seconds_total{cpu="3",mode="steal"} 0.43 node_cpu_seconds_total{cpu="3",mode="system"} 965.69 node_cpu_seconds_total{cpu="3",mode="user"} 3116.01 node_cpu_seconds_total{cpu="4",mode="idle"} 61147.58 node_cpu_seconds_total{cpu="4",mode="iowait"} 7.51 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"} 25.6 node_cpu_seconds_total{cpu="4",mode="steal"} 0.44 node_cpu_seconds_total{cpu="4",mode="system"} 958.75 node_cpu_seconds_total{cpu="4",mode="user"} 3081.39 node_cpu_seconds_total{cpu="5",mode="idle"} 61099.18 node_cpu_seconds_total{cpu="5",mode="iowait"} 7.92 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"} 24.41 node_cpu_seconds_total{cpu="5",mode="steal"} 0.44 node_cpu_seconds_total{cpu="5",mode="system"} 983.87 node_cpu_seconds_total{cpu="5",mode="user"} 3107.69 node_cpu_seconds_total{cpu="6",mode="idle"} 61100.26 node_cpu_seconds_total{cpu="6",mode="iowait"} 7.74 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"} 24.42 node_cpu_seconds_total{cpu="6",mode="steal"} 0.43 node_cpu_seconds_total{cpu="6",mode="system"} 967.81 node_cpu_seconds_total{cpu="6",mode="user"} 3122.43 node_cpu_seconds_total{cpu="7",mode="idle"} 61033.44 node_cpu_seconds_total{cpu="7",mode="iowait"} 7.87 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"} 23.69 node_cpu_seconds_total{cpu="7",mode="steal"} 0.43 node_cpu_seconds_total{cpu="7",mode="system"} 970.03 node_cpu_seconds_total{cpu="7",mode="user"} 3191.54 node_cpu_seconds_total{cpu="8",mode="idle"} 61104.07 node_cpu_seconds_total{cpu="8",mode="iowait"} 8.03 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"} 23.94 node_cpu_seconds_total{cpu="8",mode="steal"} 0.44 node_cpu_seconds_total{cpu="8",mode="system"} 973.3 node_cpu_seconds_total{cpu="8",mode="user"} 3114.07 node_cpu_seconds_total{cpu="9",mode="idle"} 61143.63 node_cpu_seconds_total{cpu="9",mode="iowait"} 7.2 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"} 23.29 node_cpu_seconds_total{cpu="9",mode="steal"} 0.44 node_cpu_seconds_total{cpu="9",mode="system"} 973.49 node_cpu_seconds_total{cpu="9",mode="user"} 3070.99 # 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"} 17.255 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"} 337181 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"} 76.799 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"} 680.5980000000001 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"} 4.166460928e+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"} 18.767 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"} 99562 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"} 22836 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"} 644.575 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"} 1.740111e+06 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 2.402746e+06 node_disk_writes_merged_total{device="sr0"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 2.3912068096e+10 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 9440 # 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.4742377472e+10 node_filesystem_avail_bytes{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 5.446522896384e+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.748149592064e+12 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.35783936e+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.365236736e+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.108054e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.108054e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 821610 # 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.2278809e+07 node_filesystem_files_free{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 2.22559858e+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.65605489e+08 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.10539e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.108051e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 821542 # 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.4422478848e+10 node_filesystem_free_bytes{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 5.811183026176e+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"} 4.023044276224e+12 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.35783936e+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.365236736e+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="51",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.365318656e+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.36531456e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 729073 # 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.1446302e+07 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"} 2 node_interrupts_total{cpu="0",devices="",info="Local timer interrupts",type="LOC"} 4.7431413e+07 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"} 201 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"} 375112 node_interrupts_total{cpu="0",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="0",devices="",info="TLB shootdowns",type="TLB"} 471365 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"} 33 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"} 101354 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.2648341e+07 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"} 13 node_interrupts_total{cpu="1",devices="",info="Local timer interrupts",type="LOC"} 4.7074741e+07 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"} 201 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"} 353345 node_interrupts_total{cpu="1",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="1",devices="",info="TLB shootdowns",type="TLB"} 478660 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.9581395e+07 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"} 134473 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.4222388e+07 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"} 2 node_interrupts_total{cpu="2",devices="",info="Local timer interrupts",type="LOC"} 4.6525605e+07 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"} 201 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"} 387337 node_interrupts_total{cpu="2",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="2",devices="",info="TLB shootdowns",type="TLB"} 478407 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"} 33343 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.5314655e+07 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"} 114915 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.3104423e+07 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"} 1229 node_interrupts_total{cpu="3",devices="",info="Local timer interrupts",type="LOC"} 4.7153287e+07 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"} 201 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"} 384390 node_interrupts_total{cpu="3",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="3",devices="",info="TLB shootdowns",type="TLB"} 473294 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"} 110578 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.2708777e+07 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"} 2 node_interrupts_total{cpu="4",devices="",info="Local timer interrupts",type="LOC"} 4.716825e+07 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"} 201 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"} 376212 node_interrupts_total{cpu="4",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="4",devices="",info="TLB shootdowns",type="TLB"} 468407 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"} 108857 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.2527979e+07 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"} 12 node_interrupts_total{cpu="5",devices="",info="Local timer interrupts",type="LOC"} 4.7154251e+07 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"} 201 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"} 375664 node_interrupts_total{cpu="5",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="5",devices="",info="TLB shootdowns",type="TLB"} 469519 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"} 110017 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.2457274e+07 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"} 2 node_interrupts_total{cpu="6",devices="",info="Local timer interrupts",type="LOC"} 4.694339e+07 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"} 201 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"} 374740 node_interrupts_total{cpu="6",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="6",devices="",info="TLB shootdowns",type="TLB"} 469300 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"} 110585 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.2326927e+07 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"} 3 node_interrupts_total{cpu="7",devices="",info="Local timer interrupts",type="LOC"} 4.6864283e+07 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"} 201 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"} 371504 node_interrupts_total{cpu="7",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="7",devices="",info="TLB shootdowns",type="TLB"} 463973 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"} 105216 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.2347135e+07 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"} 4.7008982e+07 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"} 201 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"} 371316 node_interrupts_total{cpu="8",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="8",devices="",info="TLB shootdowns",type="TLB"} 469526 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"} 109099 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.23406e+07 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"} 1 node_interrupts_total{cpu="9",devices="",info="Local timer interrupts",type="LOC"} 4.717952e+07 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"} 201 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"} 370544 node_interrupts_total{cpu="9",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="9",devices="",info="TLB shootdowns",type="TLB"} 478357 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"} 102571 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"} 64450 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 7.56479021e+08 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.38 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.64 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.46 # 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.1859861504e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.3592879104e+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.7330176e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 1.27926272e+08 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.1154886656e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 6.27802112e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 6.97380864e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.541651968e+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.4841005056e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 2.0401094656e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.5873343488e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.32628224e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 675840 # 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 5.13558528e+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 5.13558528e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 6.397952e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.495412736e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.0689342464e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.3917171712e+10 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.3653178368e+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.17645312e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.9955712e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 3.80452864e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.85523968e+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 7.24054016e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 6.65976832e+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.2164096e+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 4096 # 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 3924 # 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 307 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 218 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 1204 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 243456 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 3.2127212828e+10 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 3.3351769411e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 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 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 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 16 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 43514 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 14 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 2 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.9681865e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 283 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2.7576038e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 43521 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 109 # 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 320983 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 2 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 220 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 321368 # 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="veth00298ad"} 3 node_network_address_assign_type{device="veth04664b5"} 3 node_network_address_assign_type{device="veth06127ab"} 3 node_network_address_assign_type{device="veth0776ff7"} 3 node_network_address_assign_type{device="veth0a16e3f"} 3 node_network_address_assign_type{device="veth0ab7927"} 3 node_network_address_assign_type{device="veth0c7c825"} 3 node_network_address_assign_type{device="veth10dc87b"} 3 node_network_address_assign_type{device="veth134915e"} 3 node_network_address_assign_type{device="veth190455c"} 3 node_network_address_assign_type{device="veth1fa3011"} 3 node_network_address_assign_type{device="veth2b8e5ab"} 3 node_network_address_assign_type{device="veth309395a"} 3 node_network_address_assign_type{device="veth319b3e0"} 3 node_network_address_assign_type{device="veth33001f8"} 3 node_network_address_assign_type{device="veth334dec9"} 3 node_network_address_assign_type{device="veth3ab7763"} 3 node_network_address_assign_type{device="veth3c0c16e"} 3 node_network_address_assign_type{device="veth3fa8d75"} 3 node_network_address_assign_type{device="veth41d8186"} 3 node_network_address_assign_type{device="veth43f750e"} 3 node_network_address_assign_type{device="veth44a403f"} 3 node_network_address_assign_type{device="veth46cbe46"} 3 node_network_address_assign_type{device="veth4aaceae"} 3 node_network_address_assign_type{device="veth4ac224e"} 3 node_network_address_assign_type{device="veth4b2e559"} 3 node_network_address_assign_type{device="veth4d2d096"} 3 node_network_address_assign_type{device="veth4f5e5ae"} 3 node_network_address_assign_type{device="veth51b3c09"} 3 node_network_address_assign_type{device="veth5411fa8"} 3 node_network_address_assign_type{device="veth573185f"} 3 node_network_address_assign_type{device="veth593d52b"} 3 node_network_address_assign_type{device="veth596c30b"} 3 node_network_address_assign_type{device="veth5984c28"} 3 node_network_address_assign_type{device="veth5d67e3c"} 3 node_network_address_assign_type{device="veth5e944fb"} 3 node_network_address_assign_type{device="veth67e230a"} 3 node_network_address_assign_type{device="veth699e025"} 3 node_network_address_assign_type{device="veth6e18ae8"} 3 node_network_address_assign_type{device="veth7203400"} 3 node_network_address_assign_type{device="veth7276343"} 3 node_network_address_assign_type{device="veth77bb94c"} 3 node_network_address_assign_type{device="veth78c8cad"} 3 node_network_address_assign_type{device="veth7afcdbb"} 3 node_network_address_assign_type{device="veth7d64691"} 3 node_network_address_assign_type{device="veth84accd9"} 3 node_network_address_assign_type{device="veth85a7dca"} 3 node_network_address_assign_type{device="veth8b5a5bb"} 3 node_network_address_assign_type{device="veth8eeae1d"} 3 node_network_address_assign_type{device="veth9140fee"} 3 node_network_address_assign_type{device="veth971daee"} 3 node_network_address_assign_type{device="veth9a447ef"} 3 node_network_address_assign_type{device="veth9ffe78d"} 3 node_network_address_assign_type{device="vetha0f0e56"} 3 node_network_address_assign_type{device="vetha23198a"} 3 node_network_address_assign_type{device="vetha3154ca"} 3 node_network_address_assign_type{device="vetha390c12"} 3 node_network_address_assign_type{device="vetha3fe4ad"} 3 node_network_address_assign_type{device="vetha4790e0"} 3 node_network_address_assign_type{device="vetha4db3b4"} 3 node_network_address_assign_type{device="vetha856ee5"} 3 node_network_address_assign_type{device="vethab62d3a"} 3 node_network_address_assign_type{device="vethac78c60"} 3 node_network_address_assign_type{device="vethadc9c8f"} 3 node_network_address_assign_type{device="vethb26876d"} 3 node_network_address_assign_type{device="vethb2e8234"} 3 node_network_address_assign_type{device="vethb311039"} 3 node_network_address_assign_type{device="vethb491863"} 3 node_network_address_assign_type{device="vethbb110f0"} 3 node_network_address_assign_type{device="vethbbfb23a"} 3 node_network_address_assign_type{device="vethc46bd0a"} 3 node_network_address_assign_type{device="vethc79cafe"} 3 node_network_address_assign_type{device="vethc9f4d19"} 3 node_network_address_assign_type{device="vethca34d63"} 3 node_network_address_assign_type{device="vethd0e42ca"} 3 node_network_address_assign_type{device="vethd1e4fa6"} 3 node_network_address_assign_type{device="vethd58379b"} 3 node_network_address_assign_type{device="vethd678ef4"} 3 node_network_address_assign_type{device="vethd9060b9"} 3 node_network_address_assign_type{device="vethda736e3"} 3 node_network_address_assign_type{device="vethdc5a816"} 3 node_network_address_assign_type{device="vethe281812"} 3 node_network_address_assign_type{device="vethe43a133"} 3 node_network_address_assign_type{device="vetheb3c7b1"} 3 node_network_address_assign_type{device="vethecbd9ac"} 3 node_network_address_assign_type{device="vethedc43ea"} 3 node_network_address_assign_type{device="vetheed3622"} 3 node_network_address_assign_type{device="vethf4660bb"} 3 node_network_address_assign_type{device="vethf7ece7f"} 3 node_network_address_assign_type{device="vethfcff71b"} 3 node_network_address_assign_type{device="vethfeb3c93"} 3 node_network_address_assign_type{device="vethfedccd1"} 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="veth00298ad"} 1 node_network_carrier{device="veth04664b5"} 1 node_network_carrier{device="veth06127ab"} 1 node_network_carrier{device="veth0776ff7"} 1 node_network_carrier{device="veth0a16e3f"} 1 node_network_carrier{device="veth0ab7927"} 1 node_network_carrier{device="veth0c7c825"} 1 node_network_carrier{device="veth10dc87b"} 1 node_network_carrier{device="veth134915e"} 1 node_network_carrier{device="veth190455c"} 1 node_network_carrier{device="veth1fa3011"} 1 node_network_carrier{device="veth2b8e5ab"} 1 node_network_carrier{device="veth309395a"} 1 node_network_carrier{device="veth319b3e0"} 1 node_network_carrier{device="veth33001f8"} 1 node_network_carrier{device="veth334dec9"} 1 node_network_carrier{device="veth3ab7763"} 1 node_network_carrier{device="veth3c0c16e"} 1 node_network_carrier{device="veth3fa8d75"} 1 node_network_carrier{device="veth41d8186"} 1 node_network_carrier{device="veth43f750e"} 1 node_network_carrier{device="veth44a403f"} 1 node_network_carrier{device="veth46cbe46"} 1 node_network_carrier{device="veth4aaceae"} 1 node_network_carrier{device="veth4ac224e"} 1 node_network_carrier{device="veth4b2e559"} 1 node_network_carrier{device="veth4d2d096"} 1 node_network_carrier{device="veth4f5e5ae"} 1 node_network_carrier{device="veth51b3c09"} 1 node_network_carrier{device="veth5411fa8"} 1 node_network_carrier{device="veth573185f"} 1 node_network_carrier{device="veth593d52b"} 1 node_network_carrier{device="veth596c30b"} 1 node_network_carrier{device="veth5984c28"} 1 node_network_carrier{device="veth5d67e3c"} 1 node_network_carrier{device="veth5e944fb"} 1 node_network_carrier{device="veth67e230a"} 1 node_network_carrier{device="veth699e025"} 1 node_network_carrier{device="veth6e18ae8"} 1 node_network_carrier{device="veth7203400"} 1 node_network_carrier{device="veth7276343"} 1 node_network_carrier{device="veth77bb94c"} 1 node_network_carrier{device="veth78c8cad"} 1 node_network_carrier{device="veth7afcdbb"} 1 node_network_carrier{device="veth7d64691"} 1 node_network_carrier{device="veth84accd9"} 1 node_network_carrier{device="veth85a7dca"} 1 node_network_carrier{device="veth8b5a5bb"} 1 node_network_carrier{device="veth8eeae1d"} 1 node_network_carrier{device="veth9140fee"} 1 node_network_carrier{device="veth971daee"} 1 node_network_carrier{device="veth9a447ef"} 1 node_network_carrier{device="veth9ffe78d"} 1 node_network_carrier{device="vetha0f0e56"} 1 node_network_carrier{device="vetha23198a"} 1 node_network_carrier{device="vetha3154ca"} 1 node_network_carrier{device="vetha390c12"} 1 node_network_carrier{device="vetha3fe4ad"} 1 node_network_carrier{device="vetha4790e0"} 1 node_network_carrier{device="vetha4db3b4"} 1 node_network_carrier{device="vetha856ee5"} 1 node_network_carrier{device="vethab62d3a"} 1 node_network_carrier{device="vethac78c60"} 1 node_network_carrier{device="vethadc9c8f"} 1 node_network_carrier{device="vethb26876d"} 1 node_network_carrier{device="vethb2e8234"} 1 node_network_carrier{device="vethb311039"} 1 node_network_carrier{device="vethb491863"} 1 node_network_carrier{device="vethbb110f0"} 1 node_network_carrier{device="vethbbfb23a"} 1 node_network_carrier{device="vethc46bd0a"} 1 node_network_carrier{device="vethc79cafe"} 1 node_network_carrier{device="vethc9f4d19"} 1 node_network_carrier{device="vethca34d63"} 1 node_network_carrier{device="vethd0e42ca"} 1 node_network_carrier{device="vethd1e4fa6"} 1 node_network_carrier{device="vethd58379b"} 1 node_network_carrier{device="vethd678ef4"} 1 node_network_carrier{device="vethd9060b9"} 1 node_network_carrier{device="vethda736e3"} 1 node_network_carrier{device="vethdc5a816"} 1 node_network_carrier{device="vethe281812"} 1 node_network_carrier{device="vethe43a133"} 1 node_network_carrier{device="vetheb3c7b1"} 1 node_network_carrier{device="vethecbd9ac"} 1 node_network_carrier{device="vethedc43ea"} 1 node_network_carrier{device="vetheed3622"} 1 node_network_carrier{device="vethf4660bb"} 1 node_network_carrier{device="vethf7ece7f"} 1 node_network_carrier{device="vethfcff71b"} 1 node_network_carrier{device="vethfeb3c93"} 1 node_network_carrier{device="vethfedccd1"} 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"} 14 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"} 3 node_network_carrier_changes_total{device="ens18"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth00298ad"} 2 node_network_carrier_changes_total{device="veth04664b5"} 2 node_network_carrier_changes_total{device="veth06127ab"} 2 node_network_carrier_changes_total{device="veth0776ff7"} 2 node_network_carrier_changes_total{device="veth0a16e3f"} 2 node_network_carrier_changes_total{device="veth0ab7927"} 2 node_network_carrier_changes_total{device="veth0c7c825"} 2 node_network_carrier_changes_total{device="veth10dc87b"} 2 node_network_carrier_changes_total{device="veth134915e"} 2 node_network_carrier_changes_total{device="veth190455c"} 2 node_network_carrier_changes_total{device="veth1fa3011"} 2 node_network_carrier_changes_total{device="veth2b8e5ab"} 2 node_network_carrier_changes_total{device="veth309395a"} 2 node_network_carrier_changes_total{device="veth319b3e0"} 2 node_network_carrier_changes_total{device="veth33001f8"} 2 node_network_carrier_changes_total{device="veth334dec9"} 2 node_network_carrier_changes_total{device="veth3ab7763"} 2 node_network_carrier_changes_total{device="veth3c0c16e"} 2 node_network_carrier_changes_total{device="veth3fa8d75"} 2 node_network_carrier_changes_total{device="veth41d8186"} 2 node_network_carrier_changes_total{device="veth43f750e"} 2 node_network_carrier_changes_total{device="veth44a403f"} 2 node_network_carrier_changes_total{device="veth46cbe46"} 2 node_network_carrier_changes_total{device="veth4aaceae"} 2 node_network_carrier_changes_total{device="veth4ac224e"} 2 node_network_carrier_changes_total{device="veth4b2e559"} 2 node_network_carrier_changes_total{device="veth4d2d096"} 2 node_network_carrier_changes_total{device="veth4f5e5ae"} 2 node_network_carrier_changes_total{device="veth51b3c09"} 2 node_network_carrier_changes_total{device="veth5411fa8"} 2 node_network_carrier_changes_total{device="veth573185f"} 2 node_network_carrier_changes_total{device="veth593d52b"} 2 node_network_carrier_changes_total{device="veth596c30b"} 2 node_network_carrier_changes_total{device="veth5984c28"} 2 node_network_carrier_changes_total{device="veth5d67e3c"} 2 node_network_carrier_changes_total{device="veth5e944fb"} 2 node_network_carrier_changes_total{device="veth67e230a"} 2 node_network_carrier_changes_total{device="veth699e025"} 2 node_network_carrier_changes_total{device="veth6e18ae8"} 2 node_network_carrier_changes_total{device="veth7203400"} 2 node_network_carrier_changes_total{device="veth7276343"} 2 node_network_carrier_changes_total{device="veth77bb94c"} 2 node_network_carrier_changes_total{device="veth78c8cad"} 2 node_network_carrier_changes_total{device="veth7afcdbb"} 2 node_network_carrier_changes_total{device="veth7d64691"} 2 node_network_carrier_changes_total{device="veth84accd9"} 2 node_network_carrier_changes_total{device="veth85a7dca"} 2 node_network_carrier_changes_total{device="veth8b5a5bb"} 2 node_network_carrier_changes_total{device="veth8eeae1d"} 2 node_network_carrier_changes_total{device="veth9140fee"} 2 node_network_carrier_changes_total{device="veth971daee"} 2 node_network_carrier_changes_total{device="veth9a447ef"} 2 node_network_carrier_changes_total{device="veth9ffe78d"} 2 node_network_carrier_changes_total{device="vetha0f0e56"} 2 node_network_carrier_changes_total{device="vetha23198a"} 2 node_network_carrier_changes_total{device="vetha3154ca"} 2 node_network_carrier_changes_total{device="vetha390c12"} 2 node_network_carrier_changes_total{device="vetha3fe4ad"} 2 node_network_carrier_changes_total{device="vetha4790e0"} 2 node_network_carrier_changes_total{device="vetha4db3b4"} 2 node_network_carrier_changes_total{device="vetha856ee5"} 2 node_network_carrier_changes_total{device="vethab62d3a"} 2 node_network_carrier_changes_total{device="vethac78c60"} 2 node_network_carrier_changes_total{device="vethadc9c8f"} 2 node_network_carrier_changes_total{device="vethb26876d"} 2 node_network_carrier_changes_total{device="vethb2e8234"} 2 node_network_carrier_changes_total{device="vethb311039"} 2 node_network_carrier_changes_total{device="vethb491863"} 2 node_network_carrier_changes_total{device="vethbb110f0"} 2 node_network_carrier_changes_total{device="vethbbfb23a"} 2 node_network_carrier_changes_total{device="vethc46bd0a"} 2 node_network_carrier_changes_total{device="vethc79cafe"} 2 node_network_carrier_changes_total{device="vethc9f4d19"} 2 node_network_carrier_changes_total{device="vethca34d63"} 2 node_network_carrier_changes_total{device="vethd0e42ca"} 2 node_network_carrier_changes_total{device="vethd1e4fa6"} 2 node_network_carrier_changes_total{device="vethd58379b"} 2 node_network_carrier_changes_total{device="vethd678ef4"} 2 node_network_carrier_changes_total{device="vethd9060b9"} 2 node_network_carrier_changes_total{device="vethda736e3"} 2 node_network_carrier_changes_total{device="vethdc5a816"} 2 node_network_carrier_changes_total{device="vethe281812"} 2 node_network_carrier_changes_total{device="vethe43a133"} 2 node_network_carrier_changes_total{device="vetheb3c7b1"} 2 node_network_carrier_changes_total{device="vethecbd9ac"} 2 node_network_carrier_changes_total{device="vethedc43ea"} 2 node_network_carrier_changes_total{device="vetheed3622"} 2 node_network_carrier_changes_total{device="vethf4660bb"} 2 node_network_carrier_changes_total{device="vethf7ece7f"} 2 node_network_carrier_changes_total{device="vethfcff71b"} 2 node_network_carrier_changes_total{device="vethfeb3c93"} 2 node_network_carrier_changes_total{device="vethfedccd1"} 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"} 7 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"} 2 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="veth00298ad"} 1 node_network_carrier_down_changes_total{device="veth04664b5"} 1 node_network_carrier_down_changes_total{device="veth06127ab"} 1 node_network_carrier_down_changes_total{device="veth0776ff7"} 1 node_network_carrier_down_changes_total{device="veth0a16e3f"} 1 node_network_carrier_down_changes_total{device="veth0ab7927"} 1 node_network_carrier_down_changes_total{device="veth0c7c825"} 1 node_network_carrier_down_changes_total{device="veth10dc87b"} 1 node_network_carrier_down_changes_total{device="veth134915e"} 1 node_network_carrier_down_changes_total{device="veth190455c"} 1 node_network_carrier_down_changes_total{device="veth1fa3011"} 1 node_network_carrier_down_changes_total{device="veth2b8e5ab"} 1 node_network_carrier_down_changes_total{device="veth309395a"} 1 node_network_carrier_down_changes_total{device="veth319b3e0"} 1 node_network_carrier_down_changes_total{device="veth33001f8"} 1 node_network_carrier_down_changes_total{device="veth334dec9"} 1 node_network_carrier_down_changes_total{device="veth3ab7763"} 1 node_network_carrier_down_changes_total{device="veth3c0c16e"} 1 node_network_carrier_down_changes_total{device="veth3fa8d75"} 1 node_network_carrier_down_changes_total{device="veth41d8186"} 1 node_network_carrier_down_changes_total{device="veth43f750e"} 1 node_network_carrier_down_changes_total{device="veth44a403f"} 1 node_network_carrier_down_changes_total{device="veth46cbe46"} 1 node_network_carrier_down_changes_total{device="veth4aaceae"} 1 node_network_carrier_down_changes_total{device="veth4ac224e"} 1 node_network_carrier_down_changes_total{device="veth4b2e559"} 1 node_network_carrier_down_changes_total{device="veth4d2d096"} 1 node_network_carrier_down_changes_total{device="veth4f5e5ae"} 1 node_network_carrier_down_changes_total{device="veth51b3c09"} 1 node_network_carrier_down_changes_total{device="veth5411fa8"} 1 node_network_carrier_down_changes_total{device="veth573185f"} 1 node_network_carrier_down_changes_total{device="veth593d52b"} 1 node_network_carrier_down_changes_total{device="veth596c30b"} 1 node_network_carrier_down_changes_total{device="veth5984c28"} 1 node_network_carrier_down_changes_total{device="veth5d67e3c"} 1 node_network_carrier_down_changes_total{device="veth5e944fb"} 1 node_network_carrier_down_changes_total{device="veth67e230a"} 1 node_network_carrier_down_changes_total{device="veth699e025"} 1 node_network_carrier_down_changes_total{device="veth6e18ae8"} 1 node_network_carrier_down_changes_total{device="veth7203400"} 1 node_network_carrier_down_changes_total{device="veth7276343"} 1 node_network_carrier_down_changes_total{device="veth77bb94c"} 1 node_network_carrier_down_changes_total{device="veth78c8cad"} 1 node_network_carrier_down_changes_total{device="veth7afcdbb"} 1 node_network_carrier_down_changes_total{device="veth7d64691"} 1 node_network_carrier_down_changes_total{device="veth84accd9"} 1 node_network_carrier_down_changes_total{device="veth85a7dca"} 1 node_network_carrier_down_changes_total{device="veth8b5a5bb"} 1 node_network_carrier_down_changes_total{device="veth8eeae1d"} 1 node_network_carrier_down_changes_total{device="veth9140fee"} 1 node_network_carrier_down_changes_total{device="veth971daee"} 1 node_network_carrier_down_changes_total{device="veth9a447ef"} 1 node_network_carrier_down_changes_total{device="veth9ffe78d"} 1 node_network_carrier_down_changes_total{device="vetha0f0e56"} 1 node_network_carrier_down_changes_total{device="vetha23198a"} 1 node_network_carrier_down_changes_total{device="vetha3154ca"} 1 node_network_carrier_down_changes_total{device="vetha390c12"} 1 node_network_carrier_down_changes_total{device="vetha3fe4ad"} 1 node_network_carrier_down_changes_total{device="vetha4790e0"} 1 node_network_carrier_down_changes_total{device="vetha4db3b4"} 1 node_network_carrier_down_changes_total{device="vetha856ee5"} 1 node_network_carrier_down_changes_total{device="vethab62d3a"} 1 node_network_carrier_down_changes_total{device="vethac78c60"} 1 node_network_carrier_down_changes_total{device="vethadc9c8f"} 1 node_network_carrier_down_changes_total{device="vethb26876d"} 1 node_network_carrier_down_changes_total{device="vethb2e8234"} 1 node_network_carrier_down_changes_total{device="vethb311039"} 1 node_network_carrier_down_changes_total{device="vethb491863"} 1 node_network_carrier_down_changes_total{device="vethbb110f0"} 1 node_network_carrier_down_changes_total{device="vethbbfb23a"} 1 node_network_carrier_down_changes_total{device="vethc46bd0a"} 1 node_network_carrier_down_changes_total{device="vethc79cafe"} 1 node_network_carrier_down_changes_total{device="vethc9f4d19"} 1 node_network_carrier_down_changes_total{device="vethca34d63"} 1 node_network_carrier_down_changes_total{device="vethd0e42ca"} 1 node_network_carrier_down_changes_total{device="vethd1e4fa6"} 1 node_network_carrier_down_changes_total{device="vethd58379b"} 1 node_network_carrier_down_changes_total{device="vethd678ef4"} 1 node_network_carrier_down_changes_total{device="vethd9060b9"} 1 node_network_carrier_down_changes_total{device="vethda736e3"} 1 node_network_carrier_down_changes_total{device="vethdc5a816"} 1 node_network_carrier_down_changes_total{device="vethe281812"} 1 node_network_carrier_down_changes_total{device="vethe43a133"} 1 node_network_carrier_down_changes_total{device="vetheb3c7b1"} 1 node_network_carrier_down_changes_total{device="vethecbd9ac"} 1 node_network_carrier_down_changes_total{device="vethedc43ea"} 1 node_network_carrier_down_changes_total{device="vetheed3622"} 1 node_network_carrier_down_changes_total{device="vethf4660bb"} 1 node_network_carrier_down_changes_total{device="vethf7ece7f"} 1 node_network_carrier_down_changes_total{device="vethfcff71b"} 1 node_network_carrier_down_changes_total{device="vethfeb3c93"} 1 node_network_carrier_down_changes_total{device="vethfedccd1"} 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"} 7 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"} 1 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="veth00298ad"} 1 node_network_carrier_up_changes_total{device="veth04664b5"} 1 node_network_carrier_up_changes_total{device="veth06127ab"} 1 node_network_carrier_up_changes_total{device="veth0776ff7"} 1 node_network_carrier_up_changes_total{device="veth0a16e3f"} 1 node_network_carrier_up_changes_total{device="veth0ab7927"} 1 node_network_carrier_up_changes_total{device="veth0c7c825"} 1 node_network_carrier_up_changes_total{device="veth10dc87b"} 1 node_network_carrier_up_changes_total{device="veth134915e"} 1 node_network_carrier_up_changes_total{device="veth190455c"} 1 node_network_carrier_up_changes_total{device="veth1fa3011"} 1 node_network_carrier_up_changes_total{device="veth2b8e5ab"} 1 node_network_carrier_up_changes_total{device="veth309395a"} 1 node_network_carrier_up_changes_total{device="veth319b3e0"} 1 node_network_carrier_up_changes_total{device="veth33001f8"} 1 node_network_carrier_up_changes_total{device="veth334dec9"} 1 node_network_carrier_up_changes_total{device="veth3ab7763"} 1 node_network_carrier_up_changes_total{device="veth3c0c16e"} 1 node_network_carrier_up_changes_total{device="veth3fa8d75"} 1 node_network_carrier_up_changes_total{device="veth41d8186"} 1 node_network_carrier_up_changes_total{device="veth43f750e"} 1 node_network_carrier_up_changes_total{device="veth44a403f"} 1 node_network_carrier_up_changes_total{device="veth46cbe46"} 1 node_network_carrier_up_changes_total{device="veth4aaceae"} 1 node_network_carrier_up_changes_total{device="veth4ac224e"} 1 node_network_carrier_up_changes_total{device="veth4b2e559"} 1 node_network_carrier_up_changes_total{device="veth4d2d096"} 1 node_network_carrier_up_changes_total{device="veth4f5e5ae"} 1 node_network_carrier_up_changes_total{device="veth51b3c09"} 1 node_network_carrier_up_changes_total{device="veth5411fa8"} 1 node_network_carrier_up_changes_total{device="veth573185f"} 1 node_network_carrier_up_changes_total{device="veth593d52b"} 1 node_network_carrier_up_changes_total{device="veth596c30b"} 1 node_network_carrier_up_changes_total{device="veth5984c28"} 1 node_network_carrier_up_changes_total{device="veth5d67e3c"} 1 node_network_carrier_up_changes_total{device="veth5e944fb"} 1 node_network_carrier_up_changes_total{device="veth67e230a"} 1 node_network_carrier_up_changes_total{device="veth699e025"} 1 node_network_carrier_up_changes_total{device="veth6e18ae8"} 1 node_network_carrier_up_changes_total{device="veth7203400"} 1 node_network_carrier_up_changes_total{device="veth7276343"} 1 node_network_carrier_up_changes_total{device="veth77bb94c"} 1 node_network_carrier_up_changes_total{device="veth78c8cad"} 1 node_network_carrier_up_changes_total{device="veth7afcdbb"} 1 node_network_carrier_up_changes_total{device="veth7d64691"} 1 node_network_carrier_up_changes_total{device="veth84accd9"} 1 node_network_carrier_up_changes_total{device="veth85a7dca"} 1 node_network_carrier_up_changes_total{device="veth8b5a5bb"} 1 node_network_carrier_up_changes_total{device="veth8eeae1d"} 1 node_network_carrier_up_changes_total{device="veth9140fee"} 1 node_network_carrier_up_changes_total{device="veth971daee"} 1 node_network_carrier_up_changes_total{device="veth9a447ef"} 1 node_network_carrier_up_changes_total{device="veth9ffe78d"} 1 node_network_carrier_up_changes_total{device="vetha0f0e56"} 1 node_network_carrier_up_changes_total{device="vetha23198a"} 1 node_network_carrier_up_changes_total{device="vetha3154ca"} 1 node_network_carrier_up_changes_total{device="vetha390c12"} 1 node_network_carrier_up_changes_total{device="vetha3fe4ad"} 1 node_network_carrier_up_changes_total{device="vetha4790e0"} 1 node_network_carrier_up_changes_total{device="vetha4db3b4"} 1 node_network_carrier_up_changes_total{device="vetha856ee5"} 1 node_network_carrier_up_changes_total{device="vethab62d3a"} 1 node_network_carrier_up_changes_total{device="vethac78c60"} 1 node_network_carrier_up_changes_total{device="vethadc9c8f"} 1 node_network_carrier_up_changes_total{device="vethb26876d"} 1 node_network_carrier_up_changes_total{device="vethb2e8234"} 1 node_network_carrier_up_changes_total{device="vethb311039"} 1 node_network_carrier_up_changes_total{device="vethb491863"} 1 node_network_carrier_up_changes_total{device="vethbb110f0"} 1 node_network_carrier_up_changes_total{device="vethbbfb23a"} 1 node_network_carrier_up_changes_total{device="vethc46bd0a"} 1 node_network_carrier_up_changes_total{device="vethc79cafe"} 1 node_network_carrier_up_changes_total{device="vethc9f4d19"} 1 node_network_carrier_up_changes_total{device="vethca34d63"} 1 node_network_carrier_up_changes_total{device="vethd0e42ca"} 1 node_network_carrier_up_changes_total{device="vethd1e4fa6"} 1 node_network_carrier_up_changes_total{device="vethd58379b"} 1 node_network_carrier_up_changes_total{device="vethd678ef4"} 1 node_network_carrier_up_changes_total{device="vethd9060b9"} 1 node_network_carrier_up_changes_total{device="vethda736e3"} 1 node_network_carrier_up_changes_total{device="vethdc5a816"} 1 node_network_carrier_up_changes_total{device="vethe281812"} 1 node_network_carrier_up_changes_total{device="vethe43a133"} 1 node_network_carrier_up_changes_total{device="vetheb3c7b1"} 1 node_network_carrier_up_changes_total{device="vethecbd9ac"} 1 node_network_carrier_up_changes_total{device="vethedc43ea"} 1 node_network_carrier_up_changes_total{device="vetheed3622"} 1 node_network_carrier_up_changes_total{device="vethf4660bb"} 1 node_network_carrier_up_changes_total{device="vethf7ece7f"} 1 node_network_carrier_up_changes_total{device="vethfcff71b"} 1 node_network_carrier_up_changes_total{device="vethfeb3c93"} 1 node_network_carrier_up_changes_total{device="vethfedccd1"} 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="veth00298ad"} 0 node_network_device_id{device="veth04664b5"} 0 node_network_device_id{device="veth06127ab"} 0 node_network_device_id{device="veth0776ff7"} 0 node_network_device_id{device="veth0a16e3f"} 0 node_network_device_id{device="veth0ab7927"} 0 node_network_device_id{device="veth0c7c825"} 0 node_network_device_id{device="veth10dc87b"} 0 node_network_device_id{device="veth134915e"} 0 node_network_device_id{device="veth190455c"} 0 node_network_device_id{device="veth1fa3011"} 0 node_network_device_id{device="veth2b8e5ab"} 0 node_network_device_id{device="veth309395a"} 0 node_network_device_id{device="veth319b3e0"} 0 node_network_device_id{device="veth33001f8"} 0 node_network_device_id{device="veth334dec9"} 0 node_network_device_id{device="veth3ab7763"} 0 node_network_device_id{device="veth3c0c16e"} 0 node_network_device_id{device="veth3fa8d75"} 0 node_network_device_id{device="veth41d8186"} 0 node_network_device_id{device="veth43f750e"} 0 node_network_device_id{device="veth44a403f"} 0 node_network_device_id{device="veth46cbe46"} 0 node_network_device_id{device="veth4aaceae"} 0 node_network_device_id{device="veth4ac224e"} 0 node_network_device_id{device="veth4b2e559"} 0 node_network_device_id{device="veth4d2d096"} 0 node_network_device_id{device="veth4f5e5ae"} 0 node_network_device_id{device="veth51b3c09"} 0 node_network_device_id{device="veth5411fa8"} 0 node_network_device_id{device="veth573185f"} 0 node_network_device_id{device="veth593d52b"} 0 node_network_device_id{device="veth596c30b"} 0 node_network_device_id{device="veth5984c28"} 0 node_network_device_id{device="veth5d67e3c"} 0 node_network_device_id{device="veth5e944fb"} 0 node_network_device_id{device="veth67e230a"} 0 node_network_device_id{device="veth699e025"} 0 node_network_device_id{device="veth6e18ae8"} 0 node_network_device_id{device="veth7203400"} 0 node_network_device_id{device="veth7276343"} 0 node_network_device_id{device="veth77bb94c"} 0 node_network_device_id{device="veth78c8cad"} 0 node_network_device_id{device="veth7afcdbb"} 0 node_network_device_id{device="veth7d64691"} 0 node_network_device_id{device="veth84accd9"} 0 node_network_device_id{device="veth85a7dca"} 0 node_network_device_id{device="veth8b5a5bb"} 0 node_network_device_id{device="veth8eeae1d"} 0 node_network_device_id{device="veth9140fee"} 0 node_network_device_id{device="veth971daee"} 0 node_network_device_id{device="veth9a447ef"} 0 node_network_device_id{device="veth9ffe78d"} 0 node_network_device_id{device="vetha0f0e56"} 0 node_network_device_id{device="vetha23198a"} 0 node_network_device_id{device="vetha3154ca"} 0 node_network_device_id{device="vetha390c12"} 0 node_network_device_id{device="vetha3fe4ad"} 0 node_network_device_id{device="vetha4790e0"} 0 node_network_device_id{device="vetha4db3b4"} 0 node_network_device_id{device="vetha856ee5"} 0 node_network_device_id{device="vethab62d3a"} 0 node_network_device_id{device="vethac78c60"} 0 node_network_device_id{device="vethadc9c8f"} 0 node_network_device_id{device="vethb26876d"} 0 node_network_device_id{device="vethb2e8234"} 0 node_network_device_id{device="vethb311039"} 0 node_network_device_id{device="vethb491863"} 0 node_network_device_id{device="vethbb110f0"} 0 node_network_device_id{device="vethbbfb23a"} 0 node_network_device_id{device="vethc46bd0a"} 0 node_network_device_id{device="vethc79cafe"} 0 node_network_device_id{device="vethc9f4d19"} 0 node_network_device_id{device="vethca34d63"} 0 node_network_device_id{device="vethd0e42ca"} 0 node_network_device_id{device="vethd1e4fa6"} 0 node_network_device_id{device="vethd58379b"} 0 node_network_device_id{device="vethd678ef4"} 0 node_network_device_id{device="vethd9060b9"} 0 node_network_device_id{device="vethda736e3"} 0 node_network_device_id{device="vethdc5a816"} 0 node_network_device_id{device="vethe281812"} 0 node_network_device_id{device="vethe43a133"} 0 node_network_device_id{device="vetheb3c7b1"} 0 node_network_device_id{device="vethecbd9ac"} 0 node_network_device_id{device="vethedc43ea"} 0 node_network_device_id{device="vetheed3622"} 0 node_network_device_id{device="vethf4660bb"} 0 node_network_device_id{device="vethf7ece7f"} 0 node_network_device_id{device="vethfcff71b"} 0 node_network_device_id{device="vethfeb3c93"} 0 node_network_device_id{device="vethfedccd1"} 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="veth00298ad"} 0 node_network_dormant{device="veth04664b5"} 0 node_network_dormant{device="veth06127ab"} 0 node_network_dormant{device="veth0776ff7"} 0 node_network_dormant{device="veth0a16e3f"} 0 node_network_dormant{device="veth0ab7927"} 0 node_network_dormant{device="veth0c7c825"} 0 node_network_dormant{device="veth10dc87b"} 0 node_network_dormant{device="veth134915e"} 0 node_network_dormant{device="veth190455c"} 0 node_network_dormant{device="veth1fa3011"} 0 node_network_dormant{device="veth2b8e5ab"} 0 node_network_dormant{device="veth309395a"} 0 node_network_dormant{device="veth319b3e0"} 0 node_network_dormant{device="veth33001f8"} 0 node_network_dormant{device="veth334dec9"} 0 node_network_dormant{device="veth3ab7763"} 0 node_network_dormant{device="veth3c0c16e"} 0 node_network_dormant{device="veth3fa8d75"} 0 node_network_dormant{device="veth41d8186"} 0 node_network_dormant{device="veth43f750e"} 0 node_network_dormant{device="veth44a403f"} 0 node_network_dormant{device="veth46cbe46"} 0 node_network_dormant{device="veth4aaceae"} 0 node_network_dormant{device="veth4ac224e"} 0 node_network_dormant{device="veth4b2e559"} 0 node_network_dormant{device="veth4d2d096"} 0 node_network_dormant{device="veth4f5e5ae"} 0 node_network_dormant{device="veth51b3c09"} 0 node_network_dormant{device="veth5411fa8"} 0 node_network_dormant{device="veth573185f"} 0 node_network_dormant{device="veth593d52b"} 0 node_network_dormant{device="veth596c30b"} 0 node_network_dormant{device="veth5984c28"} 0 node_network_dormant{device="veth5d67e3c"} 0 node_network_dormant{device="veth5e944fb"} 0 node_network_dormant{device="veth67e230a"} 0 node_network_dormant{device="veth699e025"} 0 node_network_dormant{device="veth6e18ae8"} 0 node_network_dormant{device="veth7203400"} 0 node_network_dormant{device="veth7276343"} 0 node_network_dormant{device="veth77bb94c"} 0 node_network_dormant{device="veth78c8cad"} 0 node_network_dormant{device="veth7afcdbb"} 0 node_network_dormant{device="veth7d64691"} 0 node_network_dormant{device="veth84accd9"} 0 node_network_dormant{device="veth85a7dca"} 0 node_network_dormant{device="veth8b5a5bb"} 0 node_network_dormant{device="veth8eeae1d"} 0 node_network_dormant{device="veth9140fee"} 0 node_network_dormant{device="veth971daee"} 0 node_network_dormant{device="veth9a447ef"} 0 node_network_dormant{device="veth9ffe78d"} 0 node_network_dormant{device="vetha0f0e56"} 0 node_network_dormant{device="vetha23198a"} 0 node_network_dormant{device="vetha3154ca"} 0 node_network_dormant{device="vetha390c12"} 0 node_network_dormant{device="vetha3fe4ad"} 0 node_network_dormant{device="vetha4790e0"} 0 node_network_dormant{device="vetha4db3b4"} 0 node_network_dormant{device="vetha856ee5"} 0 node_network_dormant{device="vethab62d3a"} 0 node_network_dormant{device="vethac78c60"} 0 node_network_dormant{device="vethadc9c8f"} 0 node_network_dormant{device="vethb26876d"} 0 node_network_dormant{device="vethb2e8234"} 0 node_network_dormant{device="vethb311039"} 0 node_network_dormant{device="vethb491863"} 0 node_network_dormant{device="vethbb110f0"} 0 node_network_dormant{device="vethbbfb23a"} 0 node_network_dormant{device="vethc46bd0a"} 0 node_network_dormant{device="vethc79cafe"} 0 node_network_dormant{device="vethc9f4d19"} 0 node_network_dormant{device="vethca34d63"} 0 node_network_dormant{device="vethd0e42ca"} 0 node_network_dormant{device="vethd1e4fa6"} 0 node_network_dormant{device="vethd58379b"} 0 node_network_dormant{device="vethd678ef4"} 0 node_network_dormant{device="vethd9060b9"} 0 node_network_dormant{device="vethda736e3"} 0 node_network_dormant{device="vethdc5a816"} 0 node_network_dormant{device="vethe281812"} 0 node_network_dormant{device="vethe43a133"} 0 node_network_dormant{device="vetheb3c7b1"} 0 node_network_dormant{device="vethecbd9ac"} 0 node_network_dormant{device="vethedc43ea"} 0 node_network_dormant{device="vetheed3622"} 0 node_network_dormant{device="vethf4660bb"} 0 node_network_dormant{device="vethf7ece7f"} 0 node_network_dormant{device="vethfcff71b"} 0 node_network_dormant{device="vethfeb3c93"} 0 node_network_dormant{device="vethfedccd1"} 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="veth00298ad"} 4867 node_network_flags{device="veth04664b5"} 4867 node_network_flags{device="veth06127ab"} 4867 node_network_flags{device="veth0776ff7"} 4867 node_network_flags{device="veth0a16e3f"} 4867 node_network_flags{device="veth0ab7927"} 4867 node_network_flags{device="veth0c7c825"} 4867 node_network_flags{device="veth10dc87b"} 4867 node_network_flags{device="veth134915e"} 4867 node_network_flags{device="veth190455c"} 4867 node_network_flags{device="veth1fa3011"} 4867 node_network_flags{device="veth2b8e5ab"} 4867 node_network_flags{device="veth309395a"} 4867 node_network_flags{device="veth319b3e0"} 4867 node_network_flags{device="veth33001f8"} 4867 node_network_flags{device="veth334dec9"} 4867 node_network_flags{device="veth3ab7763"} 4867 node_network_flags{device="veth3c0c16e"} 4867 node_network_flags{device="veth3fa8d75"} 4867 node_network_flags{device="veth41d8186"} 4867 node_network_flags{device="veth43f750e"} 4867 node_network_flags{device="veth44a403f"} 4867 node_network_flags{device="veth46cbe46"} 4867 node_network_flags{device="veth4aaceae"} 4867 node_network_flags{device="veth4ac224e"} 4867 node_network_flags{device="veth4b2e559"} 4867 node_network_flags{device="veth4d2d096"} 4867 node_network_flags{device="veth4f5e5ae"} 4867 node_network_flags{device="veth51b3c09"} 4867 node_network_flags{device="veth5411fa8"} 4867 node_network_flags{device="veth573185f"} 4867 node_network_flags{device="veth593d52b"} 4867 node_network_flags{device="veth596c30b"} 4867 node_network_flags{device="veth5984c28"} 4867 node_network_flags{device="veth5d67e3c"} 4867 node_network_flags{device="veth5e944fb"} 4867 node_network_flags{device="veth67e230a"} 4867 node_network_flags{device="veth699e025"} 4867 node_network_flags{device="veth6e18ae8"} 4867 node_network_flags{device="veth7203400"} 4867 node_network_flags{device="veth7276343"} 4867 node_network_flags{device="veth77bb94c"} 4867 node_network_flags{device="veth78c8cad"} 4867 node_network_flags{device="veth7afcdbb"} 4867 node_network_flags{device="veth7d64691"} 4867 node_network_flags{device="veth84accd9"} 4867 node_network_flags{device="veth85a7dca"} 4867 node_network_flags{device="veth8b5a5bb"} 4867 node_network_flags{device="veth8eeae1d"} 4867 node_network_flags{device="veth9140fee"} 4867 node_network_flags{device="veth971daee"} 4867 node_network_flags{device="veth9a447ef"} 4867 node_network_flags{device="veth9ffe78d"} 4867 node_network_flags{device="vetha0f0e56"} 4867 node_network_flags{device="vetha23198a"} 4867 node_network_flags{device="vetha3154ca"} 4867 node_network_flags{device="vetha390c12"} 4867 node_network_flags{device="vetha3fe4ad"} 4867 node_network_flags{device="vetha4790e0"} 4867 node_network_flags{device="vetha4db3b4"} 4867 node_network_flags{device="vetha856ee5"} 4867 node_network_flags{device="vethab62d3a"} 4867 node_network_flags{device="vethac78c60"} 4867 node_network_flags{device="vethadc9c8f"} 4867 node_network_flags{device="vethb26876d"} 4867 node_network_flags{device="vethb2e8234"} 4867 node_network_flags{device="vethb311039"} 4867 node_network_flags{device="vethb491863"} 4867 node_network_flags{device="vethbb110f0"} 4867 node_network_flags{device="vethbbfb23a"} 4867 node_network_flags{device="vethc46bd0a"} 4867 node_network_flags{device="vethc79cafe"} 4867 node_network_flags{device="vethc9f4d19"} 4867 node_network_flags{device="vethca34d63"} 4867 node_network_flags{device="vethd0e42ca"} 4867 node_network_flags{device="vethd1e4fa6"} 4867 node_network_flags{device="vethd58379b"} 4867 node_network_flags{device="vethd678ef4"} 4867 node_network_flags{device="vethd9060b9"} 4867 node_network_flags{device="vethda736e3"} 4867 node_network_flags{device="vethdc5a816"} 4867 node_network_flags{device="vethe281812"} 4867 node_network_flags{device="vethe43a133"} 4867 node_network_flags{device="vetheb3c7b1"} 4867 node_network_flags{device="vethecbd9ac"} 4867 node_network_flags{device="vethedc43ea"} 4867 node_network_flags{device="vetheed3622"} 4867 node_network_flags{device="vethf4660bb"} 4867 node_network_flags{device="vethf7ece7f"} 4867 node_network_flags{device="vethfcff71b"} 4867 node_network_flags{device="vethfeb3c93"} 4867 node_network_flags{device="vethfedccd1"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-1c5ae9c4fb11"} 17 node_network_iface_id{device="br-1f437ee92de3"} 18 node_network_iface_id{device="br-541b70109604"} 3 node_network_iface_id{device="br-57fae769631e"} 7 node_network_iface_id{device="br-5fe347eda337"} 8 node_network_iface_id{device="br-607e7f2cc1eb"} 9 node_network_iface_id{device="br-6461bc9320a1"} 10 node_network_iface_id{device="br-8e9e3794015c"} 15 node_network_iface_id{device="br-9d8e958996ba"} 19 node_network_iface_id{device="br-a7e11f654a04"} 11 node_network_iface_id{device="br-aaba14ed7a3b"} 12 node_network_iface_id{device="br-b266df46df77"} 13 node_network_iface_id{device="br-b79aa99837b3"} 6 node_network_iface_id{device="br-e0fcc6d4b66e"} 16 node_network_iface_id{device="br-eac26a665bc7"} 4 node_network_iface_id{device="br-f1318694100b"} 14 node_network_iface_id{device="br-f37d406e9375"} 5 node_network_iface_id{device="br-ff21357210f8"} 21 node_network_iface_id{device="docker0"} 20 node_network_iface_id{device="ens18"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth00298ad"} 321 node_network_iface_id{device="veth04664b5"} 31 node_network_iface_id{device="veth06127ab"} 241 node_network_iface_id{device="veth0776ff7"} 285 node_network_iface_id{device="veth0a16e3f"} 377 node_network_iface_id{device="veth0ab7927"} 381 node_network_iface_id{device="veth0c7c825"} 347 node_network_iface_id{device="veth10dc87b"} 87 node_network_iface_id{device="veth134915e"} 299 node_network_iface_id{device="veth190455c"} 387 node_network_iface_id{device="veth1fa3011"} 239 node_network_iface_id{device="veth2b8e5ab"} 323 node_network_iface_id{device="veth309395a"} 349 node_network_iface_id{device="veth319b3e0"} 295 node_network_iface_id{device="veth33001f8"} 99 node_network_iface_id{device="veth334dec9"} 385 node_network_iface_id{device="veth3ab7763"} 309 node_network_iface_id{device="veth3c0c16e"} 269 node_network_iface_id{device="veth3fa8d75"} 291 node_network_iface_id{device="veth41d8186"} 331 node_network_iface_id{device="veth43f750e"} 277 node_network_iface_id{device="veth44a403f"} 329 node_network_iface_id{device="veth46cbe46"} 375 node_network_iface_id{device="veth4aaceae"} 383 node_network_iface_id{device="veth4ac224e"} 367 node_network_iface_id{device="veth4b2e559"} 275 node_network_iface_id{device="veth4d2d096"} 365 node_network_iface_id{device="veth4f5e5ae"} 57 node_network_iface_id{device="veth51b3c09"} 301 node_network_iface_id{device="veth5411fa8"} 61 node_network_iface_id{device="veth573185f"} 271 node_network_iface_id{device="veth593d52b"} 107 node_network_iface_id{device="veth596c30b"} 189 node_network_iface_id{device="veth5984c28"} 81 node_network_iface_id{device="veth5d67e3c"} 379 node_network_iface_id{device="veth5e944fb"} 319 node_network_iface_id{device="veth67e230a"} 105 node_network_iface_id{device="veth699e025"} 247 node_network_iface_id{device="veth6e18ae8"} 315 node_network_iface_id{device="veth7203400"} 313 node_network_iface_id{device="veth7276343"} 267 node_network_iface_id{device="veth77bb94c"} 351 node_network_iface_id{device="veth78c8cad"} 207 node_network_iface_id{device="veth7afcdbb"} 261 node_network_iface_id{device="veth7d64691"} 355 node_network_iface_id{device="veth84accd9"} 369 node_network_iface_id{device="veth85a7dca"} 405 node_network_iface_id{device="veth8b5a5bb"} 255 node_network_iface_id{device="veth8eeae1d"} 297 node_network_iface_id{device="veth9140fee"} 45 node_network_iface_id{device="veth971daee"} 257 node_network_iface_id{device="veth9a447ef"} 333 node_network_iface_id{device="veth9ffe78d"} 249 node_network_iface_id{device="vetha0f0e56"} 373 node_network_iface_id{device="vetha23198a"} 279 node_network_iface_id{device="vetha3154ca"} 371 node_network_iface_id{device="vetha390c12"} 273 node_network_iface_id{device="vetha3fe4ad"} 259 node_network_iface_id{device="vetha4790e0"} 345 node_network_iface_id{device="vetha4db3b4"} 263 node_network_iface_id{device="vetha856ee5"} 303 node_network_iface_id{device="vethab62d3a"} 245 node_network_iface_id{device="vethac78c60"} 359 node_network_iface_id{device="vethadc9c8f"} 251 node_network_iface_id{device="vethb26876d"} 281 node_network_iface_id{device="vethb2e8234"} 317 node_network_iface_id{device="vethb311039"} 243 node_network_iface_id{device="vethb491863"} 361 node_network_iface_id{device="vethbb110f0"} 343 node_network_iface_id{device="vethbbfb23a"} 363 node_network_iface_id{device="vethc46bd0a"} 283 node_network_iface_id{device="vethc79cafe"} 341 node_network_iface_id{device="vethc9f4d19"} 307 node_network_iface_id{device="vethca34d63"} 339 node_network_iface_id{device="vethd0e42ca"} 265 node_network_iface_id{device="vethd1e4fa6"} 117 node_network_iface_id{device="vethd58379b"} 337 node_network_iface_id{device="vethd678ef4"} 353 node_network_iface_id{device="vethd9060b9"} 69 node_network_iface_id{device="vethda736e3"} 357 node_network_iface_id{device="vethdc5a816"} 287 node_network_iface_id{device="vethe281812"} 29 node_network_iface_id{device="vethe43a133"} 93 node_network_iface_id{device="vetheb3c7b1"} 109 node_network_iface_id{device="vethecbd9ac"} 253 node_network_iface_id{device="vethedc43ea"} 327 node_network_iface_id{device="vetheed3622"} 305 node_network_iface_id{device="vethf4660bb"} 335 node_network_iface_id{device="vethf7ece7f"} 293 node_network_iface_id{device="vethfcff71b"} 311 node_network_iface_id{device="vethfeb3c93"} 325 node_network_iface_id{device="vethfedccd1"} 289 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-1c5ae9c4fb11"} 17 node_network_iface_link{device="br-1f437ee92de3"} 18 node_network_iface_link{device="br-541b70109604"} 3 node_network_iface_link{device="br-57fae769631e"} 7 node_network_iface_link{device="br-5fe347eda337"} 8 node_network_iface_link{device="br-607e7f2cc1eb"} 9 node_network_iface_link{device="br-6461bc9320a1"} 10 node_network_iface_link{device="br-8e9e3794015c"} 15 node_network_iface_link{device="br-9d8e958996ba"} 19 node_network_iface_link{device="br-a7e11f654a04"} 11 node_network_iface_link{device="br-aaba14ed7a3b"} 12 node_network_iface_link{device="br-b266df46df77"} 13 node_network_iface_link{device="br-b79aa99837b3"} 6 node_network_iface_link{device="br-e0fcc6d4b66e"} 16 node_network_iface_link{device="br-eac26a665bc7"} 4 node_network_iface_link{device="br-f1318694100b"} 14 node_network_iface_link{device="br-f37d406e9375"} 5 node_network_iface_link{device="br-ff21357210f8"} 21 node_network_iface_link{device="docker0"} 20 node_network_iface_link{device="ens18"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth00298ad"} 320 node_network_iface_link{device="veth04664b5"} 30 node_network_iface_link{device="veth06127ab"} 240 node_network_iface_link{device="veth0776ff7"} 284 node_network_iface_link{device="veth0a16e3f"} 376 node_network_iface_link{device="veth0ab7927"} 380 node_network_iface_link{device="veth0c7c825"} 346 node_network_iface_link{device="veth10dc87b"} 86 node_network_iface_link{device="veth134915e"} 298 node_network_iface_link{device="veth190455c"} 386 node_network_iface_link{device="veth1fa3011"} 238 node_network_iface_link{device="veth2b8e5ab"} 322 node_network_iface_link{device="veth309395a"} 348 node_network_iface_link{device="veth319b3e0"} 294 node_network_iface_link{device="veth33001f8"} 98 node_network_iface_link{device="veth334dec9"} 384 node_network_iface_link{device="veth3ab7763"} 308 node_network_iface_link{device="veth3c0c16e"} 268 node_network_iface_link{device="veth3fa8d75"} 290 node_network_iface_link{device="veth41d8186"} 330 node_network_iface_link{device="veth43f750e"} 276 node_network_iface_link{device="veth44a403f"} 328 node_network_iface_link{device="veth46cbe46"} 374 node_network_iface_link{device="veth4aaceae"} 382 node_network_iface_link{device="veth4ac224e"} 366 node_network_iface_link{device="veth4b2e559"} 274 node_network_iface_link{device="veth4d2d096"} 364 node_network_iface_link{device="veth4f5e5ae"} 56 node_network_iface_link{device="veth51b3c09"} 300 node_network_iface_link{device="veth5411fa8"} 60 node_network_iface_link{device="veth573185f"} 270 node_network_iface_link{device="veth593d52b"} 106 node_network_iface_link{device="veth596c30b"} 188 node_network_iface_link{device="veth5984c28"} 80 node_network_iface_link{device="veth5d67e3c"} 378 node_network_iface_link{device="veth5e944fb"} 318 node_network_iface_link{device="veth67e230a"} 104 node_network_iface_link{device="veth699e025"} 246 node_network_iface_link{device="veth6e18ae8"} 314 node_network_iface_link{device="veth7203400"} 312 node_network_iface_link{device="veth7276343"} 266 node_network_iface_link{device="veth77bb94c"} 350 node_network_iface_link{device="veth78c8cad"} 206 node_network_iface_link{device="veth7afcdbb"} 260 node_network_iface_link{device="veth7d64691"} 354 node_network_iface_link{device="veth84accd9"} 368 node_network_iface_link{device="veth85a7dca"} 404 node_network_iface_link{device="veth8b5a5bb"} 254 node_network_iface_link{device="veth8eeae1d"} 296 node_network_iface_link{device="veth9140fee"} 44 node_network_iface_link{device="veth971daee"} 256 node_network_iface_link{device="veth9a447ef"} 332 node_network_iface_link{device="veth9ffe78d"} 248 node_network_iface_link{device="vetha0f0e56"} 372 node_network_iface_link{device="vetha23198a"} 278 node_network_iface_link{device="vetha3154ca"} 370 node_network_iface_link{device="vetha390c12"} 272 node_network_iface_link{device="vetha3fe4ad"} 258 node_network_iface_link{device="vetha4790e0"} 344 node_network_iface_link{device="vetha4db3b4"} 262 node_network_iface_link{device="vetha856ee5"} 302 node_network_iface_link{device="vethab62d3a"} 244 node_network_iface_link{device="vethac78c60"} 358 node_network_iface_link{device="vethadc9c8f"} 250 node_network_iface_link{device="vethb26876d"} 280 node_network_iface_link{device="vethb2e8234"} 316 node_network_iface_link{device="vethb311039"} 242 node_network_iface_link{device="vethb491863"} 360 node_network_iface_link{device="vethbb110f0"} 342 node_network_iface_link{device="vethbbfb23a"} 362 node_network_iface_link{device="vethc46bd0a"} 282 node_network_iface_link{device="vethc79cafe"} 340 node_network_iface_link{device="vethc9f4d19"} 306 node_network_iface_link{device="vethca34d63"} 338 node_network_iface_link{device="vethd0e42ca"} 264 node_network_iface_link{device="vethd1e4fa6"} 116 node_network_iface_link{device="vethd58379b"} 336 node_network_iface_link{device="vethd678ef4"} 352 node_network_iface_link{device="vethd9060b9"} 68 node_network_iface_link{device="vethda736e3"} 356 node_network_iface_link{device="vethdc5a816"} 286 node_network_iface_link{device="vethe281812"} 28 node_network_iface_link{device="vethe43a133"} 92 node_network_iface_link{device="vetheb3c7b1"} 108 node_network_iface_link{device="vethecbd9ac"} 252 node_network_iface_link{device="vethedc43ea"} 326 node_network_iface_link{device="vetheed3622"} 304 node_network_iface_link{device="vethf4660bb"} 334 node_network_iface_link{device="vethf7ece7f"} 292 node_network_iface_link{device="vethfcff71b"} 310 node_network_iface_link{device="vethfeb3c93"} 324 node_network_iface_link{device="vethfedccd1"} 288 # 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="veth00298ad"} 0 node_network_iface_link_mode{device="veth04664b5"} 0 node_network_iface_link_mode{device="veth06127ab"} 0 node_network_iface_link_mode{device="veth0776ff7"} 0 node_network_iface_link_mode{device="veth0a16e3f"} 0 node_network_iface_link_mode{device="veth0ab7927"} 0 node_network_iface_link_mode{device="veth0c7c825"} 0 node_network_iface_link_mode{device="veth10dc87b"} 0 node_network_iface_link_mode{device="veth134915e"} 0 node_network_iface_link_mode{device="veth190455c"} 0 node_network_iface_link_mode{device="veth1fa3011"} 0 node_network_iface_link_mode{device="veth2b8e5ab"} 0 node_network_iface_link_mode{device="veth309395a"} 0 node_network_iface_link_mode{device="veth319b3e0"} 0 node_network_iface_link_mode{device="veth33001f8"} 0 node_network_iface_link_mode{device="veth334dec9"} 0 node_network_iface_link_mode{device="veth3ab7763"} 0 node_network_iface_link_mode{device="veth3c0c16e"} 0 node_network_iface_link_mode{device="veth3fa8d75"} 0 node_network_iface_link_mode{device="veth41d8186"} 0 node_network_iface_link_mode{device="veth43f750e"} 0 node_network_iface_link_mode{device="veth44a403f"} 0 node_network_iface_link_mode{device="veth46cbe46"} 0 node_network_iface_link_mode{device="veth4aaceae"} 0 node_network_iface_link_mode{device="veth4ac224e"} 0 node_network_iface_link_mode{device="veth4b2e559"} 0 node_network_iface_link_mode{device="veth4d2d096"} 0 node_network_iface_link_mode{device="veth4f5e5ae"} 0 node_network_iface_link_mode{device="veth51b3c09"} 0 node_network_iface_link_mode{device="veth5411fa8"} 0 node_network_iface_link_mode{device="veth573185f"} 0 node_network_iface_link_mode{device="veth593d52b"} 0 node_network_iface_link_mode{device="veth596c30b"} 0 node_network_iface_link_mode{device="veth5984c28"} 0 node_network_iface_link_mode{device="veth5d67e3c"} 0 node_network_iface_link_mode{device="veth5e944fb"} 0 node_network_iface_link_mode{device="veth67e230a"} 0 node_network_iface_link_mode{device="veth699e025"} 0 node_network_iface_link_mode{device="veth6e18ae8"} 0 node_network_iface_link_mode{device="veth7203400"} 0 node_network_iface_link_mode{device="veth7276343"} 0 node_network_iface_link_mode{device="veth77bb94c"} 0 node_network_iface_link_mode{device="veth78c8cad"} 0 node_network_iface_link_mode{device="veth7afcdbb"} 0 node_network_iface_link_mode{device="veth7d64691"} 0 node_network_iface_link_mode{device="veth84accd9"} 0 node_network_iface_link_mode{device="veth85a7dca"} 0 node_network_iface_link_mode{device="veth8b5a5bb"} 0 node_network_iface_link_mode{device="veth8eeae1d"} 0 node_network_iface_link_mode{device="veth9140fee"} 0 node_network_iface_link_mode{device="veth971daee"} 0 node_network_iface_link_mode{device="veth9a447ef"} 0 node_network_iface_link_mode{device="veth9ffe78d"} 0 node_network_iface_link_mode{device="vetha0f0e56"} 0 node_network_iface_link_mode{device="vetha23198a"} 0 node_network_iface_link_mode{device="vetha3154ca"} 0 node_network_iface_link_mode{device="vetha390c12"} 0 node_network_iface_link_mode{device="vetha3fe4ad"} 0 node_network_iface_link_mode{device="vetha4790e0"} 0 node_network_iface_link_mode{device="vetha4db3b4"} 0 node_network_iface_link_mode{device="vetha856ee5"} 0 node_network_iface_link_mode{device="vethab62d3a"} 0 node_network_iface_link_mode{device="vethac78c60"} 0 node_network_iface_link_mode{device="vethadc9c8f"} 0 node_network_iface_link_mode{device="vethb26876d"} 0 node_network_iface_link_mode{device="vethb2e8234"} 0 node_network_iface_link_mode{device="vethb311039"} 0 node_network_iface_link_mode{device="vethb491863"} 0 node_network_iface_link_mode{device="vethbb110f0"} 0 node_network_iface_link_mode{device="vethbbfb23a"} 0 node_network_iface_link_mode{device="vethc46bd0a"} 0 node_network_iface_link_mode{device="vethc79cafe"} 0 node_network_iface_link_mode{device="vethc9f4d19"} 0 node_network_iface_link_mode{device="vethca34d63"} 0 node_network_iface_link_mode{device="vethd0e42ca"} 0 node_network_iface_link_mode{device="vethd1e4fa6"} 0 node_network_iface_link_mode{device="vethd58379b"} 0 node_network_iface_link_mode{device="vethd678ef4"} 0 node_network_iface_link_mode{device="vethd9060b9"} 0 node_network_iface_link_mode{device="vethda736e3"} 0 node_network_iface_link_mode{device="vethdc5a816"} 0 node_network_iface_link_mode{device="vethe281812"} 0 node_network_iface_link_mode{device="vethe43a133"} 0 node_network_iface_link_mode{device="vetheb3c7b1"} 0 node_network_iface_link_mode{device="vethecbd9ac"} 0 node_network_iface_link_mode{device="vethedc43ea"} 0 node_network_iface_link_mode{device="vetheed3622"} 0 node_network_iface_link_mode{device="vethf4660bb"} 0 node_network_iface_link_mode{device="vethf7ece7f"} 0 node_network_iface_link_mode{device="vethfcff71b"} 0 node_network_iface_link_mode{device="vethfeb3c93"} 0 node_network_iface_link_mode{device="vethfedccd1"} 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:13:e1:92:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-607e7f2cc1eb",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:26:85:8d:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-541b70109604",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3f:6e:37:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-57fae769631e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:47:0a:e9:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8e9e3794015c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:4d:5e:cb:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ff21357210f8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:50:d7:bd:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1f437ee92de3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:58:1f:4a:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9d8e958996ba",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:61:e3:7d:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-aaba14ed7a3b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:65:11:7c:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1c5ae9c4fb11",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:6e:c1:33:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5fe347eda337",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7b:8e:ed:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f1318694100b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7f:31:15:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6461bc9320a1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:96:38:49:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b266df46df77",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:98:18:93:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e0fcc6d4b66e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ab:5e:d2:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b79aa99837b3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:b4:cd:a5:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f37d406e9375",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:b9:cf:a4:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-eac26a665bc7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:da:77:2e: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:ed:63:96:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:7a:ce:15:ff:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9f4d19",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:14:fe:be:91:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth46cbe46",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:b2:96:47:78:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab62d3a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:25:64:bb:36:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6e18ae8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:71:c2:55:f5:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfeb3c93",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:9b:2e:e2:48:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth971daee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:b6:d1:cf:a9:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdc5a816",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:14:dc:ab:56:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethedc43ea",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:7c:b0:72:0f:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd678ef4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:d1:0d:49:33:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8eeae1d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:db:a9:f9:ea:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth190455c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:76:69:2d:68:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3c0c16e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:a4:26:27:5f:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth593d52b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:6c:b1:31:89:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth596c30b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:64:b4:d7:ff:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth51b3c09",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:81:09:61:8b:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7afcdbb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:03:f3:bf:7e:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a447ef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:93:52:0c:13:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha856ee5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:98:13:c6:17:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7203400",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:d5:58:69:34:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha0f0e56",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:bf:a4:b7:ce:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb2e8234",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:10:53:d6:fe:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc79cafe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:45:f3:8f:a5:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha390c12",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:f4:8d:78:53:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf7ece7f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:03:b2:09:1e:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth43f750e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:77:9c:7f:ad:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ab7763",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:b3:59:20:7a:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc46bd0a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:cc:00:25:fc:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d64691",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:0b:fd:7f:6d:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb491863",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:0c:b7:b1:52:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth06127ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:f2:f8:10:72:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5e944fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:e8:a7:14:92:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb110f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:37:43:6e:22:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9060b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:78:69:ae:d3:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth699e025",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:79:55:12:8a:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth84accd9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:00:ef:39:0f:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04664b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:61:d1:d1:b4:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ab7927",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:a2:67:0e:31:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3154ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:d7:d7:3c:d6:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4790e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:b9:a0:70:b4:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac78c60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:30:53:df:24:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth78c8cad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:72:7a:43:4e:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe43a133",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:e6:67:9f:de:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33001f8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:ea:6f:73:93:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4f5e5ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:0d:4f:c5:b2:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5411fa8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:2e:7f:1e:4b:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth00298ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:2b:2b:7b:fb:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd1e4fa6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:7f:28:bf:65:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth67e230a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:ac:05:44:3b:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4db3b4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:43:2f:77:09:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth334dec9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:e8:ca:4d:da:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfcff71b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:84:5d:1b:4d:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c7c825",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:91:f4:52:ee:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb26876d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:77:12:25:36:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3fe4ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:75:c7:7e:45:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4ac224e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:79:a5:eb:f8:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4660bb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:86:90:a4:81:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b2e559",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:a4:2b:67:0d:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethadc9c8f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:1a:6e:1d:de:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb311039",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:fe:23:09:e6:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbbfb23a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:a0:ae:bb:99:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0a16e3f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:89:c2:bb:20:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44a403f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:0f:2e:87:1b:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethca34d63",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:a3:e8:27:00:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5d67e3c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:f7:8b:b5:85:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth85a7dca",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="be:ac:7c:f1:3a:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ffe78d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:58:6b:b1:f5:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9140fee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:de:39:4b:d6:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth134915e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:36:47:3c:71:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b5a5bb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:e0:c1:20:f0:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d2d096",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:e2:fa:76:0e:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1fa3011",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:fc:2b:97:13:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0776ff7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:ff:72:c7:05:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfedccd1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:3e:bc:5a:bf:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth77bb94c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:d3:21:41:3d:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7276343",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:88:88:63:df:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth309395a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:5f:39:e9:e4:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5984c28",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:29:c6:90:ec:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41d8186",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:a1:2a:bc:60:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha23198a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:68:da:25:22:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda736e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:b4:da:3e:07:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb3c7b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:d0:7f:52:99:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10dc87b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:95:d7:6d:38:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe281812",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:a6:b7:be:b0:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b8e5ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:57:50:91:62:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4aaceae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:81:b6:ab:7d:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd58379b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:84:33:d4:d1:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth573185f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:04:1e:fb:fb:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3fa8d75",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:4e:57:97:48:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheed3622",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:9a:20:3e:97:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth319b3e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:a8:ee:78:83:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethecbd9ac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:e2:09:cc:a2:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd0e42ca",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="veth00298ad"} 1500 node_network_mtu_bytes{device="veth04664b5"} 1500 node_network_mtu_bytes{device="veth06127ab"} 1500 node_network_mtu_bytes{device="veth0776ff7"} 1500 node_network_mtu_bytes{device="veth0a16e3f"} 1500 node_network_mtu_bytes{device="veth0ab7927"} 1500 node_network_mtu_bytes{device="veth0c7c825"} 1500 node_network_mtu_bytes{device="veth10dc87b"} 1500 node_network_mtu_bytes{device="veth134915e"} 1500 node_network_mtu_bytes{device="veth190455c"} 1500 node_network_mtu_bytes{device="veth1fa3011"} 1500 node_network_mtu_bytes{device="veth2b8e5ab"} 1500 node_network_mtu_bytes{device="veth309395a"} 1500 node_network_mtu_bytes{device="veth319b3e0"} 1500 node_network_mtu_bytes{device="veth33001f8"} 1500 node_network_mtu_bytes{device="veth334dec9"} 1500 node_network_mtu_bytes{device="veth3ab7763"} 1500 node_network_mtu_bytes{device="veth3c0c16e"} 1500 node_network_mtu_bytes{device="veth3fa8d75"} 1500 node_network_mtu_bytes{device="veth41d8186"} 1500 node_network_mtu_bytes{device="veth43f750e"} 1500 node_network_mtu_bytes{device="veth44a403f"} 1500 node_network_mtu_bytes{device="veth46cbe46"} 1500 node_network_mtu_bytes{device="veth4aaceae"} 1500 node_network_mtu_bytes{device="veth4ac224e"} 1500 node_network_mtu_bytes{device="veth4b2e559"} 1500 node_network_mtu_bytes{device="veth4d2d096"} 1500 node_network_mtu_bytes{device="veth4f5e5ae"} 1500 node_network_mtu_bytes{device="veth51b3c09"} 1500 node_network_mtu_bytes{device="veth5411fa8"} 1500 node_network_mtu_bytes{device="veth573185f"} 1500 node_network_mtu_bytes{device="veth593d52b"} 1500 node_network_mtu_bytes{device="veth596c30b"} 1500 node_network_mtu_bytes{device="veth5984c28"} 1500 node_network_mtu_bytes{device="veth5d67e3c"} 1500 node_network_mtu_bytes{device="veth5e944fb"} 1500 node_network_mtu_bytes{device="veth67e230a"} 1500 node_network_mtu_bytes{device="veth699e025"} 1500 node_network_mtu_bytes{device="veth6e18ae8"} 1500 node_network_mtu_bytes{device="veth7203400"} 1500 node_network_mtu_bytes{device="veth7276343"} 1500 node_network_mtu_bytes{device="veth77bb94c"} 1500 node_network_mtu_bytes{device="veth78c8cad"} 1500 node_network_mtu_bytes{device="veth7afcdbb"} 1500 node_network_mtu_bytes{device="veth7d64691"} 1500 node_network_mtu_bytes{device="veth84accd9"} 1500 node_network_mtu_bytes{device="veth85a7dca"} 1500 node_network_mtu_bytes{device="veth8b5a5bb"} 1500 node_network_mtu_bytes{device="veth8eeae1d"} 1500 node_network_mtu_bytes{device="veth9140fee"} 1500 node_network_mtu_bytes{device="veth971daee"} 1500 node_network_mtu_bytes{device="veth9a447ef"} 1500 node_network_mtu_bytes{device="veth9ffe78d"} 1500 node_network_mtu_bytes{device="vetha0f0e56"} 1500 node_network_mtu_bytes{device="vetha23198a"} 1500 node_network_mtu_bytes{device="vetha3154ca"} 1500 node_network_mtu_bytes{device="vetha390c12"} 1500 node_network_mtu_bytes{device="vetha3fe4ad"} 1500 node_network_mtu_bytes{device="vetha4790e0"} 1500 node_network_mtu_bytes{device="vetha4db3b4"} 1500 node_network_mtu_bytes{device="vetha856ee5"} 1500 node_network_mtu_bytes{device="vethab62d3a"} 1500 node_network_mtu_bytes{device="vethac78c60"} 1500 node_network_mtu_bytes{device="vethadc9c8f"} 1500 node_network_mtu_bytes{device="vethb26876d"} 1500 node_network_mtu_bytes{device="vethb2e8234"} 1500 node_network_mtu_bytes{device="vethb311039"} 1500 node_network_mtu_bytes{device="vethb491863"} 1500 node_network_mtu_bytes{device="vethbb110f0"} 1500 node_network_mtu_bytes{device="vethbbfb23a"} 1500 node_network_mtu_bytes{device="vethc46bd0a"} 1500 node_network_mtu_bytes{device="vethc79cafe"} 1500 node_network_mtu_bytes{device="vethc9f4d19"} 1500 node_network_mtu_bytes{device="vethca34d63"} 1500 node_network_mtu_bytes{device="vethd0e42ca"} 1500 node_network_mtu_bytes{device="vethd1e4fa6"} 1500 node_network_mtu_bytes{device="vethd58379b"} 1500 node_network_mtu_bytes{device="vethd678ef4"} 1500 node_network_mtu_bytes{device="vethd9060b9"} 1500 node_network_mtu_bytes{device="vethda736e3"} 1500 node_network_mtu_bytes{device="vethdc5a816"} 1500 node_network_mtu_bytes{device="vethe281812"} 1500 node_network_mtu_bytes{device="vethe43a133"} 1500 node_network_mtu_bytes{device="vetheb3c7b1"} 1500 node_network_mtu_bytes{device="vethecbd9ac"} 1500 node_network_mtu_bytes{device="vethedc43ea"} 1500 node_network_mtu_bytes{device="vetheed3622"} 1500 node_network_mtu_bytes{device="vethf4660bb"} 1500 node_network_mtu_bytes{device="vethf7ece7f"} 1500 node_network_mtu_bytes{device="vethfcff71b"} 1500 node_network_mtu_bytes{device="vethfeb3c93"} 1500 node_network_mtu_bytes{device="vethfedccd1"} 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="veth00298ad"} 3 node_network_name_assign_type{device="veth04664b5"} 3 node_network_name_assign_type{device="veth06127ab"} 3 node_network_name_assign_type{device="veth0776ff7"} 3 node_network_name_assign_type{device="veth0a16e3f"} 3 node_network_name_assign_type{device="veth0ab7927"} 3 node_network_name_assign_type{device="veth0c7c825"} 3 node_network_name_assign_type{device="veth10dc87b"} 3 node_network_name_assign_type{device="veth134915e"} 3 node_network_name_assign_type{device="veth190455c"} 3 node_network_name_assign_type{device="veth1fa3011"} 3 node_network_name_assign_type{device="veth2b8e5ab"} 3 node_network_name_assign_type{device="veth309395a"} 3 node_network_name_assign_type{device="veth319b3e0"} 3 node_network_name_assign_type{device="veth33001f8"} 3 node_network_name_assign_type{device="veth334dec9"} 3 node_network_name_assign_type{device="veth3ab7763"} 3 node_network_name_assign_type{device="veth3c0c16e"} 3 node_network_name_assign_type{device="veth3fa8d75"} 3 node_network_name_assign_type{device="veth41d8186"} 3 node_network_name_assign_type{device="veth43f750e"} 3 node_network_name_assign_type{device="veth44a403f"} 3 node_network_name_assign_type{device="veth46cbe46"} 3 node_network_name_assign_type{device="veth4aaceae"} 3 node_network_name_assign_type{device="veth4ac224e"} 3 node_network_name_assign_type{device="veth4b2e559"} 3 node_network_name_assign_type{device="veth4d2d096"} 3 node_network_name_assign_type{device="veth4f5e5ae"} 3 node_network_name_assign_type{device="veth51b3c09"} 3 node_network_name_assign_type{device="veth5411fa8"} 3 node_network_name_assign_type{device="veth573185f"} 3 node_network_name_assign_type{device="veth593d52b"} 3 node_network_name_assign_type{device="veth596c30b"} 3 node_network_name_assign_type{device="veth5984c28"} 3 node_network_name_assign_type{device="veth5d67e3c"} 3 node_network_name_assign_type{device="veth5e944fb"} 3 node_network_name_assign_type{device="veth67e230a"} 3 node_network_name_assign_type{device="veth699e025"} 3 node_network_name_assign_type{device="veth6e18ae8"} 3 node_network_name_assign_type{device="veth7203400"} 3 node_network_name_assign_type{device="veth7276343"} 3 node_network_name_assign_type{device="veth77bb94c"} 3 node_network_name_assign_type{device="veth78c8cad"} 3 node_network_name_assign_type{device="veth7afcdbb"} 3 node_network_name_assign_type{device="veth7d64691"} 3 node_network_name_assign_type{device="veth84accd9"} 3 node_network_name_assign_type{device="veth85a7dca"} 3 node_network_name_assign_type{device="veth8b5a5bb"} 3 node_network_name_assign_type{device="veth8eeae1d"} 3 node_network_name_assign_type{device="veth9140fee"} 3 node_network_name_assign_type{device="veth971daee"} 3 node_network_name_assign_type{device="veth9a447ef"} 3 node_network_name_assign_type{device="veth9ffe78d"} 3 node_network_name_assign_type{device="vetha0f0e56"} 3 node_network_name_assign_type{device="vetha23198a"} 3 node_network_name_assign_type{device="vetha3154ca"} 3 node_network_name_assign_type{device="vetha390c12"} 3 node_network_name_assign_type{device="vetha3fe4ad"} 3 node_network_name_assign_type{device="vetha4790e0"} 3 node_network_name_assign_type{device="vetha4db3b4"} 3 node_network_name_assign_type{device="vetha856ee5"} 3 node_network_name_assign_type{device="vethab62d3a"} 3 node_network_name_assign_type{device="vethac78c60"} 3 node_network_name_assign_type{device="vethadc9c8f"} 3 node_network_name_assign_type{device="vethb26876d"} 3 node_network_name_assign_type{device="vethb2e8234"} 3 node_network_name_assign_type{device="vethb311039"} 3 node_network_name_assign_type{device="vethb491863"} 3 node_network_name_assign_type{device="vethbb110f0"} 3 node_network_name_assign_type{device="vethbbfb23a"} 3 node_network_name_assign_type{device="vethc46bd0a"} 3 node_network_name_assign_type{device="vethc79cafe"} 3 node_network_name_assign_type{device="vethc9f4d19"} 3 node_network_name_assign_type{device="vethca34d63"} 3 node_network_name_assign_type{device="vethd0e42ca"} 3 node_network_name_assign_type{device="vethd1e4fa6"} 3 node_network_name_assign_type{device="vethd58379b"} 3 node_network_name_assign_type{device="vethd678ef4"} 3 node_network_name_assign_type{device="vethd9060b9"} 3 node_network_name_assign_type{device="vethda736e3"} 3 node_network_name_assign_type{device="vethdc5a816"} 3 node_network_name_assign_type{device="vethe281812"} 3 node_network_name_assign_type{device="vethe43a133"} 3 node_network_name_assign_type{device="vetheb3c7b1"} 3 node_network_name_assign_type{device="vethecbd9ac"} 3 node_network_name_assign_type{device="vethedc43ea"} 3 node_network_name_assign_type{device="vetheed3622"} 3 node_network_name_assign_type{device="vethf4660bb"} 3 node_network_name_assign_type{device="vethf7ece7f"} 3 node_network_name_assign_type{device="vethfcff71b"} 3 node_network_name_assign_type{device="vethfeb3c93"} 3 node_network_name_assign_type{device="vethfedccd1"} 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="veth00298ad"} 0 node_network_net_dev_group{device="veth04664b5"} 0 node_network_net_dev_group{device="veth06127ab"} 0 node_network_net_dev_group{device="veth0776ff7"} 0 node_network_net_dev_group{device="veth0a16e3f"} 0 node_network_net_dev_group{device="veth0ab7927"} 0 node_network_net_dev_group{device="veth0c7c825"} 0 node_network_net_dev_group{device="veth10dc87b"} 0 node_network_net_dev_group{device="veth134915e"} 0 node_network_net_dev_group{device="veth190455c"} 0 node_network_net_dev_group{device="veth1fa3011"} 0 node_network_net_dev_group{device="veth2b8e5ab"} 0 node_network_net_dev_group{device="veth309395a"} 0 node_network_net_dev_group{device="veth319b3e0"} 0 node_network_net_dev_group{device="veth33001f8"} 0 node_network_net_dev_group{device="veth334dec9"} 0 node_network_net_dev_group{device="veth3ab7763"} 0 node_network_net_dev_group{device="veth3c0c16e"} 0 node_network_net_dev_group{device="veth3fa8d75"} 0 node_network_net_dev_group{device="veth41d8186"} 0 node_network_net_dev_group{device="veth43f750e"} 0 node_network_net_dev_group{device="veth44a403f"} 0 node_network_net_dev_group{device="veth46cbe46"} 0 node_network_net_dev_group{device="veth4aaceae"} 0 node_network_net_dev_group{device="veth4ac224e"} 0 node_network_net_dev_group{device="veth4b2e559"} 0 node_network_net_dev_group{device="veth4d2d096"} 0 node_network_net_dev_group{device="veth4f5e5ae"} 0 node_network_net_dev_group{device="veth51b3c09"} 0 node_network_net_dev_group{device="veth5411fa8"} 0 node_network_net_dev_group{device="veth573185f"} 0 node_network_net_dev_group{device="veth593d52b"} 0 node_network_net_dev_group{device="veth596c30b"} 0 node_network_net_dev_group{device="veth5984c28"} 0 node_network_net_dev_group{device="veth5d67e3c"} 0 node_network_net_dev_group{device="veth5e944fb"} 0 node_network_net_dev_group{device="veth67e230a"} 0 node_network_net_dev_group{device="veth699e025"} 0 node_network_net_dev_group{device="veth6e18ae8"} 0 node_network_net_dev_group{device="veth7203400"} 0 node_network_net_dev_group{device="veth7276343"} 0 node_network_net_dev_group{device="veth77bb94c"} 0 node_network_net_dev_group{device="veth78c8cad"} 0 node_network_net_dev_group{device="veth7afcdbb"} 0 node_network_net_dev_group{device="veth7d64691"} 0 node_network_net_dev_group{device="veth84accd9"} 0 node_network_net_dev_group{device="veth85a7dca"} 0 node_network_net_dev_group{device="veth8b5a5bb"} 0 node_network_net_dev_group{device="veth8eeae1d"} 0 node_network_net_dev_group{device="veth9140fee"} 0 node_network_net_dev_group{device="veth971daee"} 0 node_network_net_dev_group{device="veth9a447ef"} 0 node_network_net_dev_group{device="veth9ffe78d"} 0 node_network_net_dev_group{device="vetha0f0e56"} 0 node_network_net_dev_group{device="vetha23198a"} 0 node_network_net_dev_group{device="vetha3154ca"} 0 node_network_net_dev_group{device="vetha390c12"} 0 node_network_net_dev_group{device="vetha3fe4ad"} 0 node_network_net_dev_group{device="vetha4790e0"} 0 node_network_net_dev_group{device="vetha4db3b4"} 0 node_network_net_dev_group{device="vetha856ee5"} 0 node_network_net_dev_group{device="vethab62d3a"} 0 node_network_net_dev_group{device="vethac78c60"} 0 node_network_net_dev_group{device="vethadc9c8f"} 0 node_network_net_dev_group{device="vethb26876d"} 0 node_network_net_dev_group{device="vethb2e8234"} 0 node_network_net_dev_group{device="vethb311039"} 0 node_network_net_dev_group{device="vethb491863"} 0 node_network_net_dev_group{device="vethbb110f0"} 0 node_network_net_dev_group{device="vethbbfb23a"} 0 node_network_net_dev_group{device="vethc46bd0a"} 0 node_network_net_dev_group{device="vethc79cafe"} 0 node_network_net_dev_group{device="vethc9f4d19"} 0 node_network_net_dev_group{device="vethca34d63"} 0 node_network_net_dev_group{device="vethd0e42ca"} 0 node_network_net_dev_group{device="vethd1e4fa6"} 0 node_network_net_dev_group{device="vethd58379b"} 0 node_network_net_dev_group{device="vethd678ef4"} 0 node_network_net_dev_group{device="vethd9060b9"} 0 node_network_net_dev_group{device="vethda736e3"} 0 node_network_net_dev_group{device="vethdc5a816"} 0 node_network_net_dev_group{device="vethe281812"} 0 node_network_net_dev_group{device="vethe43a133"} 0 node_network_net_dev_group{device="vetheb3c7b1"} 0 node_network_net_dev_group{device="vethecbd9ac"} 0 node_network_net_dev_group{device="vethedc43ea"} 0 node_network_net_dev_group{device="vetheed3622"} 0 node_network_net_dev_group{device="vethf4660bb"} 0 node_network_net_dev_group{device="vethf7ece7f"} 0 node_network_net_dev_group{device="vethfcff71b"} 0 node_network_net_dev_group{device="vethfeb3c93"} 0 node_network_net_dev_group{device="vethfedccd1"} 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="veth00298ad"} 1 node_network_protocol_type{device="veth04664b5"} 1 node_network_protocol_type{device="veth06127ab"} 1 node_network_protocol_type{device="veth0776ff7"} 1 node_network_protocol_type{device="veth0a16e3f"} 1 node_network_protocol_type{device="veth0ab7927"} 1 node_network_protocol_type{device="veth0c7c825"} 1 node_network_protocol_type{device="veth10dc87b"} 1 node_network_protocol_type{device="veth134915e"} 1 node_network_protocol_type{device="veth190455c"} 1 node_network_protocol_type{device="veth1fa3011"} 1 node_network_protocol_type{device="veth2b8e5ab"} 1 node_network_protocol_type{device="veth309395a"} 1 node_network_protocol_type{device="veth319b3e0"} 1 node_network_protocol_type{device="veth33001f8"} 1 node_network_protocol_type{device="veth334dec9"} 1 node_network_protocol_type{device="veth3ab7763"} 1 node_network_protocol_type{device="veth3c0c16e"} 1 node_network_protocol_type{device="veth3fa8d75"} 1 node_network_protocol_type{device="veth41d8186"} 1 node_network_protocol_type{device="veth43f750e"} 1 node_network_protocol_type{device="veth44a403f"} 1 node_network_protocol_type{device="veth46cbe46"} 1 node_network_protocol_type{device="veth4aaceae"} 1 node_network_protocol_type{device="veth4ac224e"} 1 node_network_protocol_type{device="veth4b2e559"} 1 node_network_protocol_type{device="veth4d2d096"} 1 node_network_protocol_type{device="veth4f5e5ae"} 1 node_network_protocol_type{device="veth51b3c09"} 1 node_network_protocol_type{device="veth5411fa8"} 1 node_network_protocol_type{device="veth573185f"} 1 node_network_protocol_type{device="veth593d52b"} 1 node_network_protocol_type{device="veth596c30b"} 1 node_network_protocol_type{device="veth5984c28"} 1 node_network_protocol_type{device="veth5d67e3c"} 1 node_network_protocol_type{device="veth5e944fb"} 1 node_network_protocol_type{device="veth67e230a"} 1 node_network_protocol_type{device="veth699e025"} 1 node_network_protocol_type{device="veth6e18ae8"} 1 node_network_protocol_type{device="veth7203400"} 1 node_network_protocol_type{device="veth7276343"} 1 node_network_protocol_type{device="veth77bb94c"} 1 node_network_protocol_type{device="veth78c8cad"} 1 node_network_protocol_type{device="veth7afcdbb"} 1 node_network_protocol_type{device="veth7d64691"} 1 node_network_protocol_type{device="veth84accd9"} 1 node_network_protocol_type{device="veth85a7dca"} 1 node_network_protocol_type{device="veth8b5a5bb"} 1 node_network_protocol_type{device="veth8eeae1d"} 1 node_network_protocol_type{device="veth9140fee"} 1 node_network_protocol_type{device="veth971daee"} 1 node_network_protocol_type{device="veth9a447ef"} 1 node_network_protocol_type{device="veth9ffe78d"} 1 node_network_protocol_type{device="vetha0f0e56"} 1 node_network_protocol_type{device="vetha23198a"} 1 node_network_protocol_type{device="vetha3154ca"} 1 node_network_protocol_type{device="vetha390c12"} 1 node_network_protocol_type{device="vetha3fe4ad"} 1 node_network_protocol_type{device="vetha4790e0"} 1 node_network_protocol_type{device="vetha4db3b4"} 1 node_network_protocol_type{device="vetha856ee5"} 1 node_network_protocol_type{device="vethab62d3a"} 1 node_network_protocol_type{device="vethac78c60"} 1 node_network_protocol_type{device="vethadc9c8f"} 1 node_network_protocol_type{device="vethb26876d"} 1 node_network_protocol_type{device="vethb2e8234"} 1 node_network_protocol_type{device="vethb311039"} 1 node_network_protocol_type{device="vethb491863"} 1 node_network_protocol_type{device="vethbb110f0"} 1 node_network_protocol_type{device="vethbbfb23a"} 1 node_network_protocol_type{device="vethc46bd0a"} 1 node_network_protocol_type{device="vethc79cafe"} 1 node_network_protocol_type{device="vethc9f4d19"} 1 node_network_protocol_type{device="vethca34d63"} 1 node_network_protocol_type{device="vethd0e42ca"} 1 node_network_protocol_type{device="vethd1e4fa6"} 1 node_network_protocol_type{device="vethd58379b"} 1 node_network_protocol_type{device="vethd678ef4"} 1 node_network_protocol_type{device="vethd9060b9"} 1 node_network_protocol_type{device="vethda736e3"} 1 node_network_protocol_type{device="vethdc5a816"} 1 node_network_protocol_type{device="vethe281812"} 1 node_network_protocol_type{device="vethe43a133"} 1 node_network_protocol_type{device="vetheb3c7b1"} 1 node_network_protocol_type{device="vethecbd9ac"} 1 node_network_protocol_type{device="vethedc43ea"} 1 node_network_protocol_type{device="vetheed3622"} 1 node_network_protocol_type{device="vethf4660bb"} 1 node_network_protocol_type{device="vethf7ece7f"} 1 node_network_protocol_type{device="vethfcff71b"} 1 node_network_protocol_type{device="vethfeb3c93"} 1 node_network_protocol_type{device="vethfedccd1"} 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"} 9.70166e+06 node_network_receive_bytes_total{device="br-1f437ee92de3"} 6.542537238e+09 node_network_receive_bytes_total{device="br-541b70109604"} 2.7248271e+07 node_network_receive_bytes_total{device="br-57fae769631e"} 1.519759e+07 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"} 2.570047e+06 node_network_receive_bytes_total{device="br-8e9e3794015c"} 1.1687224e+07 node_network_receive_bytes_total{device="br-9d8e958996ba"} 1.0162464e+07 node_network_receive_bytes_total{device="br-a7e11f654a04"} 5.4306901e+07 node_network_receive_bytes_total{device="br-aaba14ed7a3b"} 0 node_network_receive_bytes_total{device="br-b266df46df77"} 5.259156197e+09 node_network_receive_bytes_total{device="br-b79aa99837b3"} 0 node_network_receive_bytes_total{device="br-e0fcc6d4b66e"} 1.6632281e+07 node_network_receive_bytes_total{device="br-eac26a665bc7"} 6.88386626e+09 node_network_receive_bytes_total{device="br-f1318694100b"} 5.320073e+06 node_network_receive_bytes_total{device="br-f37d406e9375"} 6.387587e+06 node_network_receive_bytes_total{device="br-ff21357210f8"} 13489 node_network_receive_bytes_total{device="docker0"} 332698 node_network_receive_bytes_total{device="ens18"} 1.354679897e+10 node_network_receive_bytes_total{device="lo"} 3.1634196e+07 node_network_receive_bytes_total{device="veth00298ad"} 4.175701e+06 node_network_receive_bytes_total{device="veth04664b5"} 6.0901903e+07 node_network_receive_bytes_total{device="veth06127ab"} 1.6782137e+07 node_network_receive_bytes_total{device="veth0776ff7"} 7540 node_network_receive_bytes_total{device="veth0a16e3f"} 0 node_network_receive_bytes_total{device="veth0ab7927"} 0 node_network_receive_bytes_total{device="veth0c7c825"} 14903 node_network_receive_bytes_total{device="veth10dc87b"} 0 node_network_receive_bytes_total{device="veth134915e"} 840 node_network_receive_bytes_total{device="veth190455c"} 0 node_network_receive_bytes_total{device="veth1fa3011"} 0 node_network_receive_bytes_total{device="veth2b8e5ab"} 882 node_network_receive_bytes_total{device="veth309395a"} 0 node_network_receive_bytes_total{device="veth319b3e0"} 816 node_network_receive_bytes_total{device="veth33001f8"} 1.24548621e+08 node_network_receive_bytes_total{device="veth334dec9"} 0 node_network_receive_bytes_total{device="veth3ab7763"} 816 node_network_receive_bytes_total{device="veth3c0c16e"} 0 node_network_receive_bytes_total{device="veth3fa8d75"} 1.8055988e+07 node_network_receive_bytes_total{device="veth41d8186"} 1.315610801e+09 node_network_receive_bytes_total{device="veth43f750e"} 2.484196e+06 node_network_receive_bytes_total{device="veth44a403f"} 7.4645327e+07 node_network_receive_bytes_total{device="veth46cbe46"} 1.21580526e+08 node_network_receive_bytes_total{device="veth4aaceae"} 1.44825583e+08 node_network_receive_bytes_total{device="veth4ac224e"} 0 node_network_receive_bytes_total{device="veth4b2e559"} 6.78313e+06 node_network_receive_bytes_total{device="veth4d2d096"} 7.056943452e+09 node_network_receive_bytes_total{device="veth4f5e5ae"} 1.49434849e+08 node_network_receive_bytes_total{device="veth51b3c09"} 816 node_network_receive_bytes_total{device="veth5411fa8"} 4.87307386e+08 node_network_receive_bytes_total{device="veth573185f"} 840 node_network_receive_bytes_total{device="veth593d52b"} 4.461966136e+09 node_network_receive_bytes_total{device="veth596c30b"} 3.060064772e+09 node_network_receive_bytes_total{device="veth5984c28"} 0 node_network_receive_bytes_total{device="veth5d67e3c"} 319381 node_network_receive_bytes_total{device="veth5e944fb"} 816 node_network_receive_bytes_total{device="veth67e230a"} 0 node_network_receive_bytes_total{device="veth699e025"} 7.172488e+06 node_network_receive_bytes_total{device="veth6e18ae8"} 948 node_network_receive_bytes_total{device="veth7203400"} 816 node_network_receive_bytes_total{device="veth7276343"} 0 node_network_receive_bytes_total{device="veth77bb94c"} 5.249327423e+09 node_network_receive_bytes_total{device="veth78c8cad"} 2.449299e+06 node_network_receive_bytes_total{device="veth7afcdbb"} 2.825953e+06 node_network_receive_bytes_total{device="veth7d64691"} 1.009959e+07 node_network_receive_bytes_total{device="veth84accd9"} 0 node_network_receive_bytes_total{device="veth85a7dca"} 6.98691615e+08 node_network_receive_bytes_total{device="veth8b5a5bb"} 5.65989e+06 node_network_receive_bytes_total{device="veth8eeae1d"} 882 node_network_receive_bytes_total{device="veth9140fee"} 6.09214e+08 node_network_receive_bytes_total{device="veth971daee"} 0 node_network_receive_bytes_total{device="veth9a447ef"} 1.220108e+07 node_network_receive_bytes_total{device="veth9ffe78d"} 324857 node_network_receive_bytes_total{device="vetha0f0e56"} 1.23612733e+08 node_network_receive_bytes_total{device="vetha23198a"} 8.6172982e+07 node_network_receive_bytes_total{device="vetha3154ca"} 1.22571864e+08 node_network_receive_bytes_total{device="vetha390c12"} 4.707998e+06 node_network_receive_bytes_total{device="vetha3fe4ad"} 4.518471e+06 node_network_receive_bytes_total{device="vetha4790e0"} 4.104564606e+09 node_network_receive_bytes_total{device="vetha4db3b4"} 7.0781597e+08 node_network_receive_bytes_total{device="vetha856ee5"} 8.834907e+06 node_network_receive_bytes_total{device="vethab62d3a"} 0 node_network_receive_bytes_total{device="vethac78c60"} 0 node_network_receive_bytes_total{device="vethadc9c8f"} 882 node_network_receive_bytes_total{device="vethb26876d"} 882 node_network_receive_bytes_total{device="vethb2e8234"} 948 node_network_receive_bytes_total{device="vethb311039"} 0 node_network_receive_bytes_total{device="vethb491863"} 6.171265e+06 node_network_receive_bytes_total{device="vethbb110f0"} 0 node_network_receive_bytes_total{device="vethbbfb23a"} 0 node_network_receive_bytes_total{device="vethc46bd0a"} 0 node_network_receive_bytes_total{device="vethc79cafe"} 2.1608579e+07 node_network_receive_bytes_total{device="vethc9f4d19"} 3.036386e+06 node_network_receive_bytes_total{device="vethca34d63"} 6.716195e+06 node_network_receive_bytes_total{device="vethd0e42ca"} 1.0544861657e+10 node_network_receive_bytes_total{device="vethd1e4fa6"} 1.7708098e+07 node_network_receive_bytes_total{device="vethd58379b"} 2.5638822e+07 node_network_receive_bytes_total{device="vethd678ef4"} 0 node_network_receive_bytes_total{device="vethd9060b9"} 1.55087694e+08 node_network_receive_bytes_total{device="vethda736e3"} 314977 node_network_receive_bytes_total{device="vethdc5a816"} 0 node_network_receive_bytes_total{device="vethe281812"} 3.6404729e+07 node_network_receive_bytes_total{device="vethe43a133"} 1.9090429e+07 node_network_receive_bytes_total{device="vetheb3c7b1"} 6.124799e+06 node_network_receive_bytes_total{device="vethecbd9ac"} 0 node_network_receive_bytes_total{device="vethedc43ea"} 8.884763e+06 node_network_receive_bytes_total{device="vetheed3622"} 882 node_network_receive_bytes_total{device="vethf4660bb"} 0 node_network_receive_bytes_total{device="vethf7ece7f"} 7390 node_network_receive_bytes_total{device="vethfcff71b"} 948 node_network_receive_bytes_total{device="vethfeb3c93"} 4.175689e+06 node_network_receive_bytes_total{device="vethfedccd1"} 882 # 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="veth00298ad"} 0 node_network_receive_compressed_total{device="veth04664b5"} 0 node_network_receive_compressed_total{device="veth06127ab"} 0 node_network_receive_compressed_total{device="veth0776ff7"} 0 node_network_receive_compressed_total{device="veth0a16e3f"} 0 node_network_receive_compressed_total{device="veth0ab7927"} 0 node_network_receive_compressed_total{device="veth0c7c825"} 0 node_network_receive_compressed_total{device="veth10dc87b"} 0 node_network_receive_compressed_total{device="veth134915e"} 0 node_network_receive_compressed_total{device="veth190455c"} 0 node_network_receive_compressed_total{device="veth1fa3011"} 0 node_network_receive_compressed_total{device="veth2b8e5ab"} 0 node_network_receive_compressed_total{device="veth309395a"} 0 node_network_receive_compressed_total{device="veth319b3e0"} 0 node_network_receive_compressed_total{device="veth33001f8"} 0 node_network_receive_compressed_total{device="veth334dec9"} 0 node_network_receive_compressed_total{device="veth3ab7763"} 0 node_network_receive_compressed_total{device="veth3c0c16e"} 0 node_network_receive_compressed_total{device="veth3fa8d75"} 0 node_network_receive_compressed_total{device="veth41d8186"} 0 node_network_receive_compressed_total{device="veth43f750e"} 0 node_network_receive_compressed_total{device="veth44a403f"} 0 node_network_receive_compressed_total{device="veth46cbe46"} 0 node_network_receive_compressed_total{device="veth4aaceae"} 0 node_network_receive_compressed_total{device="veth4ac224e"} 0 node_network_receive_compressed_total{device="veth4b2e559"} 0 node_network_receive_compressed_total{device="veth4d2d096"} 0 node_network_receive_compressed_total{device="veth4f5e5ae"} 0 node_network_receive_compressed_total{device="veth51b3c09"} 0 node_network_receive_compressed_total{device="veth5411fa8"} 0 node_network_receive_compressed_total{device="veth573185f"} 0 node_network_receive_compressed_total{device="veth593d52b"} 0 node_network_receive_compressed_total{device="veth596c30b"} 0 node_network_receive_compressed_total{device="veth5984c28"} 0 node_network_receive_compressed_total{device="veth5d67e3c"} 0 node_network_receive_compressed_total{device="veth5e944fb"} 0 node_network_receive_compressed_total{device="veth67e230a"} 0 node_network_receive_compressed_total{device="veth699e025"} 0 node_network_receive_compressed_total{device="veth6e18ae8"} 0 node_network_receive_compressed_total{device="veth7203400"} 0 node_network_receive_compressed_total{device="veth7276343"} 0 node_network_receive_compressed_total{device="veth77bb94c"} 0 node_network_receive_compressed_total{device="veth78c8cad"} 0 node_network_receive_compressed_total{device="veth7afcdbb"} 0 node_network_receive_compressed_total{device="veth7d64691"} 0 node_network_receive_compressed_total{device="veth84accd9"} 0 node_network_receive_compressed_total{device="veth85a7dca"} 0 node_network_receive_compressed_total{device="veth8b5a5bb"} 0 node_network_receive_compressed_total{device="veth8eeae1d"} 0 node_network_receive_compressed_total{device="veth9140fee"} 0 node_network_receive_compressed_total{device="veth971daee"} 0 node_network_receive_compressed_total{device="veth9a447ef"} 0 node_network_receive_compressed_total{device="veth9ffe78d"} 0 node_network_receive_compressed_total{device="vetha0f0e56"} 0 node_network_receive_compressed_total{device="vetha23198a"} 0 node_network_receive_compressed_total{device="vetha3154ca"} 0 node_network_receive_compressed_total{device="vetha390c12"} 0 node_network_receive_compressed_total{device="vetha3fe4ad"} 0 node_network_receive_compressed_total{device="vetha4790e0"} 0 node_network_receive_compressed_total{device="vetha4db3b4"} 0 node_network_receive_compressed_total{device="vetha856ee5"} 0 node_network_receive_compressed_total{device="vethab62d3a"} 0 node_network_receive_compressed_total{device="vethac78c60"} 0 node_network_receive_compressed_total{device="vethadc9c8f"} 0 node_network_receive_compressed_total{device="vethb26876d"} 0 node_network_receive_compressed_total{device="vethb2e8234"} 0 node_network_receive_compressed_total{device="vethb311039"} 0 node_network_receive_compressed_total{device="vethb491863"} 0 node_network_receive_compressed_total{device="vethbb110f0"} 0 node_network_receive_compressed_total{device="vethbbfb23a"} 0 node_network_receive_compressed_total{device="vethc46bd0a"} 0 node_network_receive_compressed_total{device="vethc79cafe"} 0 node_network_receive_compressed_total{device="vethc9f4d19"} 0 node_network_receive_compressed_total{device="vethca34d63"} 0 node_network_receive_compressed_total{device="vethd0e42ca"} 0 node_network_receive_compressed_total{device="vethd1e4fa6"} 0 node_network_receive_compressed_total{device="vethd58379b"} 0 node_network_receive_compressed_total{device="vethd678ef4"} 0 node_network_receive_compressed_total{device="vethd9060b9"} 0 node_network_receive_compressed_total{device="vethda736e3"} 0 node_network_receive_compressed_total{device="vethdc5a816"} 0 node_network_receive_compressed_total{device="vethe281812"} 0 node_network_receive_compressed_total{device="vethe43a133"} 0 node_network_receive_compressed_total{device="vetheb3c7b1"} 0 node_network_receive_compressed_total{device="vethecbd9ac"} 0 node_network_receive_compressed_total{device="vethedc43ea"} 0 node_network_receive_compressed_total{device="vetheed3622"} 0 node_network_receive_compressed_total{device="vethf4660bb"} 0 node_network_receive_compressed_total{device="vethf7ece7f"} 0 node_network_receive_compressed_total{device="vethfcff71b"} 0 node_network_receive_compressed_total{device="vethfeb3c93"} 0 node_network_receive_compressed_total{device="vethfedccd1"} 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="veth00298ad"} 0 node_network_receive_drop_total{device="veth04664b5"} 0 node_network_receive_drop_total{device="veth06127ab"} 0 node_network_receive_drop_total{device="veth0776ff7"} 0 node_network_receive_drop_total{device="veth0a16e3f"} 0 node_network_receive_drop_total{device="veth0ab7927"} 0 node_network_receive_drop_total{device="veth0c7c825"} 0 node_network_receive_drop_total{device="veth10dc87b"} 0 node_network_receive_drop_total{device="veth134915e"} 0 node_network_receive_drop_total{device="veth190455c"} 0 node_network_receive_drop_total{device="veth1fa3011"} 0 node_network_receive_drop_total{device="veth2b8e5ab"} 0 node_network_receive_drop_total{device="veth309395a"} 0 node_network_receive_drop_total{device="veth319b3e0"} 0 node_network_receive_drop_total{device="veth33001f8"} 0 node_network_receive_drop_total{device="veth334dec9"} 0 node_network_receive_drop_total{device="veth3ab7763"} 0 node_network_receive_drop_total{device="veth3c0c16e"} 0 node_network_receive_drop_total{device="veth3fa8d75"} 0 node_network_receive_drop_total{device="veth41d8186"} 0 node_network_receive_drop_total{device="veth43f750e"} 0 node_network_receive_drop_total{device="veth44a403f"} 0 node_network_receive_drop_total{device="veth46cbe46"} 0 node_network_receive_drop_total{device="veth4aaceae"} 0 node_network_receive_drop_total{device="veth4ac224e"} 0 node_network_receive_drop_total{device="veth4b2e559"} 0 node_network_receive_drop_total{device="veth4d2d096"} 0 node_network_receive_drop_total{device="veth4f5e5ae"} 0 node_network_receive_drop_total{device="veth51b3c09"} 0 node_network_receive_drop_total{device="veth5411fa8"} 0 node_network_receive_drop_total{device="veth573185f"} 0 node_network_receive_drop_total{device="veth593d52b"} 0 node_network_receive_drop_total{device="veth596c30b"} 0 node_network_receive_drop_total{device="veth5984c28"} 0 node_network_receive_drop_total{device="veth5d67e3c"} 0 node_network_receive_drop_total{device="veth5e944fb"} 0 node_network_receive_drop_total{device="veth67e230a"} 0 node_network_receive_drop_total{device="veth699e025"} 0 node_network_receive_drop_total{device="veth6e18ae8"} 0 node_network_receive_drop_total{device="veth7203400"} 0 node_network_receive_drop_total{device="veth7276343"} 0 node_network_receive_drop_total{device="veth77bb94c"} 0 node_network_receive_drop_total{device="veth78c8cad"} 0 node_network_receive_drop_total{device="veth7afcdbb"} 0 node_network_receive_drop_total{device="veth7d64691"} 0 node_network_receive_drop_total{device="veth84accd9"} 0 node_network_receive_drop_total{device="veth85a7dca"} 0 node_network_receive_drop_total{device="veth8b5a5bb"} 0 node_network_receive_drop_total{device="veth8eeae1d"} 0 node_network_receive_drop_total{device="veth9140fee"} 0 node_network_receive_drop_total{device="veth971daee"} 0 node_network_receive_drop_total{device="veth9a447ef"} 0 node_network_receive_drop_total{device="veth9ffe78d"} 0 node_network_receive_drop_total{device="vetha0f0e56"} 0 node_network_receive_drop_total{device="vetha23198a"} 0 node_network_receive_drop_total{device="vetha3154ca"} 0 node_network_receive_drop_total{device="vetha390c12"} 0 node_network_receive_drop_total{device="vetha3fe4ad"} 0 node_network_receive_drop_total{device="vetha4790e0"} 0 node_network_receive_drop_total{device="vetha4db3b4"} 0 node_network_receive_drop_total{device="vetha856ee5"} 0 node_network_receive_drop_total{device="vethab62d3a"} 0 node_network_receive_drop_total{device="vethac78c60"} 0 node_network_receive_drop_total{device="vethadc9c8f"} 0 node_network_receive_drop_total{device="vethb26876d"} 0 node_network_receive_drop_total{device="vethb2e8234"} 0 node_network_receive_drop_total{device="vethb311039"} 0 node_network_receive_drop_total{device="vethb491863"} 0 node_network_receive_drop_total{device="vethbb110f0"} 0 node_network_receive_drop_total{device="vethbbfb23a"} 0 node_network_receive_drop_total{device="vethc46bd0a"} 0 node_network_receive_drop_total{device="vethc79cafe"} 0 node_network_receive_drop_total{device="vethc9f4d19"} 0 node_network_receive_drop_total{device="vethca34d63"} 0 node_network_receive_drop_total{device="vethd0e42ca"} 0 node_network_receive_drop_total{device="vethd1e4fa6"} 0 node_network_receive_drop_total{device="vethd58379b"} 0 node_network_receive_drop_total{device="vethd678ef4"} 0 node_network_receive_drop_total{device="vethd9060b9"} 0 node_network_receive_drop_total{device="vethda736e3"} 0 node_network_receive_drop_total{device="vethdc5a816"} 0 node_network_receive_drop_total{device="vethe281812"} 0 node_network_receive_drop_total{device="vethe43a133"} 0 node_network_receive_drop_total{device="vetheb3c7b1"} 0 node_network_receive_drop_total{device="vethecbd9ac"} 0 node_network_receive_drop_total{device="vethedc43ea"} 0 node_network_receive_drop_total{device="vetheed3622"} 0 node_network_receive_drop_total{device="vethf4660bb"} 0 node_network_receive_drop_total{device="vethf7ece7f"} 0 node_network_receive_drop_total{device="vethfcff71b"} 0 node_network_receive_drop_total{device="vethfeb3c93"} 0 node_network_receive_drop_total{device="vethfedccd1"} 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="veth00298ad"} 0 node_network_receive_errs_total{device="veth04664b5"} 0 node_network_receive_errs_total{device="veth06127ab"} 0 node_network_receive_errs_total{device="veth0776ff7"} 0 node_network_receive_errs_total{device="veth0a16e3f"} 0 node_network_receive_errs_total{device="veth0ab7927"} 0 node_network_receive_errs_total{device="veth0c7c825"} 0 node_network_receive_errs_total{device="veth10dc87b"} 0 node_network_receive_errs_total{device="veth134915e"} 0 node_network_receive_errs_total{device="veth190455c"} 0 node_network_receive_errs_total{device="veth1fa3011"} 0 node_network_receive_errs_total{device="veth2b8e5ab"} 0 node_network_receive_errs_total{device="veth309395a"} 0 node_network_receive_errs_total{device="veth319b3e0"} 0 node_network_receive_errs_total{device="veth33001f8"} 0 node_network_receive_errs_total{device="veth334dec9"} 0 node_network_receive_errs_total{device="veth3ab7763"} 0 node_network_receive_errs_total{device="veth3c0c16e"} 0 node_network_receive_errs_total{device="veth3fa8d75"} 0 node_network_receive_errs_total{device="veth41d8186"} 0 node_network_receive_errs_total{device="veth43f750e"} 0 node_network_receive_errs_total{device="veth44a403f"} 0 node_network_receive_errs_total{device="veth46cbe46"} 0 node_network_receive_errs_total{device="veth4aaceae"} 0 node_network_receive_errs_total{device="veth4ac224e"} 0 node_network_receive_errs_total{device="veth4b2e559"} 0 node_network_receive_errs_total{device="veth4d2d096"} 0 node_network_receive_errs_total{device="veth4f5e5ae"} 0 node_network_receive_errs_total{device="veth51b3c09"} 0 node_network_receive_errs_total{device="veth5411fa8"} 0 node_network_receive_errs_total{device="veth573185f"} 0 node_network_receive_errs_total{device="veth593d52b"} 0 node_network_receive_errs_total{device="veth596c30b"} 0 node_network_receive_errs_total{device="veth5984c28"} 0 node_network_receive_errs_total{device="veth5d67e3c"} 0 node_network_receive_errs_total{device="veth5e944fb"} 0 node_network_receive_errs_total{device="veth67e230a"} 0 node_network_receive_errs_total{device="veth699e025"} 0 node_network_receive_errs_total{device="veth6e18ae8"} 0 node_network_receive_errs_total{device="veth7203400"} 0 node_network_receive_errs_total{device="veth7276343"} 0 node_network_receive_errs_total{device="veth77bb94c"} 0 node_network_receive_errs_total{device="veth78c8cad"} 0 node_network_receive_errs_total{device="veth7afcdbb"} 0 node_network_receive_errs_total{device="veth7d64691"} 0 node_network_receive_errs_total{device="veth84accd9"} 0 node_network_receive_errs_total{device="veth85a7dca"} 0 node_network_receive_errs_total{device="veth8b5a5bb"} 0 node_network_receive_errs_total{device="veth8eeae1d"} 0 node_network_receive_errs_total{device="veth9140fee"} 0 node_network_receive_errs_total{device="veth971daee"} 0 node_network_receive_errs_total{device="veth9a447ef"} 0 node_network_receive_errs_total{device="veth9ffe78d"} 0 node_network_receive_errs_total{device="vetha0f0e56"} 0 node_network_receive_errs_total{device="vetha23198a"} 0 node_network_receive_errs_total{device="vetha3154ca"} 0 node_network_receive_errs_total{device="vetha390c12"} 0 node_network_receive_errs_total{device="vetha3fe4ad"} 0 node_network_receive_errs_total{device="vetha4790e0"} 0 node_network_receive_errs_total{device="vetha4db3b4"} 0 node_network_receive_errs_total{device="vetha856ee5"} 0 node_network_receive_errs_total{device="vethab62d3a"} 0 node_network_receive_errs_total{device="vethac78c60"} 0 node_network_receive_errs_total{device="vethadc9c8f"} 0 node_network_receive_errs_total{device="vethb26876d"} 0 node_network_receive_errs_total{device="vethb2e8234"} 0 node_network_receive_errs_total{device="vethb311039"} 0 node_network_receive_errs_total{device="vethb491863"} 0 node_network_receive_errs_total{device="vethbb110f0"} 0 node_network_receive_errs_total{device="vethbbfb23a"} 0 node_network_receive_errs_total{device="vethc46bd0a"} 0 node_network_receive_errs_total{device="vethc79cafe"} 0 node_network_receive_errs_total{device="vethc9f4d19"} 0 node_network_receive_errs_total{device="vethca34d63"} 0 node_network_receive_errs_total{device="vethd0e42ca"} 0 node_network_receive_errs_total{device="vethd1e4fa6"} 0 node_network_receive_errs_total{device="vethd58379b"} 0 node_network_receive_errs_total{device="vethd678ef4"} 0 node_network_receive_errs_total{device="vethd9060b9"} 0 node_network_receive_errs_total{device="vethda736e3"} 0 node_network_receive_errs_total{device="vethdc5a816"} 0 node_network_receive_errs_total{device="vethe281812"} 0 node_network_receive_errs_total{device="vethe43a133"} 0 node_network_receive_errs_total{device="vetheb3c7b1"} 0 node_network_receive_errs_total{device="vethecbd9ac"} 0 node_network_receive_errs_total{device="vethedc43ea"} 0 node_network_receive_errs_total{device="vetheed3622"} 0 node_network_receive_errs_total{device="vethf4660bb"} 0 node_network_receive_errs_total{device="vethf7ece7f"} 0 node_network_receive_errs_total{device="vethfcff71b"} 0 node_network_receive_errs_total{device="vethfeb3c93"} 0 node_network_receive_errs_total{device="vethfedccd1"} 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="veth00298ad"} 0 node_network_receive_fifo_total{device="veth04664b5"} 0 node_network_receive_fifo_total{device="veth06127ab"} 0 node_network_receive_fifo_total{device="veth0776ff7"} 0 node_network_receive_fifo_total{device="veth0a16e3f"} 0 node_network_receive_fifo_total{device="veth0ab7927"} 0 node_network_receive_fifo_total{device="veth0c7c825"} 0 node_network_receive_fifo_total{device="veth10dc87b"} 0 node_network_receive_fifo_total{device="veth134915e"} 0 node_network_receive_fifo_total{device="veth190455c"} 0 node_network_receive_fifo_total{device="veth1fa3011"} 0 node_network_receive_fifo_total{device="veth2b8e5ab"} 0 node_network_receive_fifo_total{device="veth309395a"} 0 node_network_receive_fifo_total{device="veth319b3e0"} 0 node_network_receive_fifo_total{device="veth33001f8"} 0 node_network_receive_fifo_total{device="veth334dec9"} 0 node_network_receive_fifo_total{device="veth3ab7763"} 0 node_network_receive_fifo_total{device="veth3c0c16e"} 0 node_network_receive_fifo_total{device="veth3fa8d75"} 0 node_network_receive_fifo_total{device="veth41d8186"} 0 node_network_receive_fifo_total{device="veth43f750e"} 0 node_network_receive_fifo_total{device="veth44a403f"} 0 node_network_receive_fifo_total{device="veth46cbe46"} 0 node_network_receive_fifo_total{device="veth4aaceae"} 0 node_network_receive_fifo_total{device="veth4ac224e"} 0 node_network_receive_fifo_total{device="veth4b2e559"} 0 node_network_receive_fifo_total{device="veth4d2d096"} 0 node_network_receive_fifo_total{device="veth4f5e5ae"} 0 node_network_receive_fifo_total{device="veth51b3c09"} 0 node_network_receive_fifo_total{device="veth5411fa8"} 0 node_network_receive_fifo_total{device="veth573185f"} 0 node_network_receive_fifo_total{device="veth593d52b"} 0 node_network_receive_fifo_total{device="veth596c30b"} 0 node_network_receive_fifo_total{device="veth5984c28"} 0 node_network_receive_fifo_total{device="veth5d67e3c"} 0 node_network_receive_fifo_total{device="veth5e944fb"} 0 node_network_receive_fifo_total{device="veth67e230a"} 0 node_network_receive_fifo_total{device="veth699e025"} 0 node_network_receive_fifo_total{device="veth6e18ae8"} 0 node_network_receive_fifo_total{device="veth7203400"} 0 node_network_receive_fifo_total{device="veth7276343"} 0 node_network_receive_fifo_total{device="veth77bb94c"} 0 node_network_receive_fifo_total{device="veth78c8cad"} 0 node_network_receive_fifo_total{device="veth7afcdbb"} 0 node_network_receive_fifo_total{device="veth7d64691"} 0 node_network_receive_fifo_total{device="veth84accd9"} 0 node_network_receive_fifo_total{device="veth85a7dca"} 0 node_network_receive_fifo_total{device="veth8b5a5bb"} 0 node_network_receive_fifo_total{device="veth8eeae1d"} 0 node_network_receive_fifo_total{device="veth9140fee"} 0 node_network_receive_fifo_total{device="veth971daee"} 0 node_network_receive_fifo_total{device="veth9a447ef"} 0 node_network_receive_fifo_total{device="veth9ffe78d"} 0 node_network_receive_fifo_total{device="vetha0f0e56"} 0 node_network_receive_fifo_total{device="vetha23198a"} 0 node_network_receive_fifo_total{device="vetha3154ca"} 0 node_network_receive_fifo_total{device="vetha390c12"} 0 node_network_receive_fifo_total{device="vetha3fe4ad"} 0 node_network_receive_fifo_total{device="vetha4790e0"} 0 node_network_receive_fifo_total{device="vetha4db3b4"} 0 node_network_receive_fifo_total{device="vetha856ee5"} 0 node_network_receive_fifo_total{device="vethab62d3a"} 0 node_network_receive_fifo_total{device="vethac78c60"} 0 node_network_receive_fifo_total{device="vethadc9c8f"} 0 node_network_receive_fifo_total{device="vethb26876d"} 0 node_network_receive_fifo_total{device="vethb2e8234"} 0 node_network_receive_fifo_total{device="vethb311039"} 0 node_network_receive_fifo_total{device="vethb491863"} 0 node_network_receive_fifo_total{device="vethbb110f0"} 0 node_network_receive_fifo_total{device="vethbbfb23a"} 0 node_network_receive_fifo_total{device="vethc46bd0a"} 0 node_network_receive_fifo_total{device="vethc79cafe"} 0 node_network_receive_fifo_total{device="vethc9f4d19"} 0 node_network_receive_fifo_total{device="vethca34d63"} 0 node_network_receive_fifo_total{device="vethd0e42ca"} 0 node_network_receive_fifo_total{device="vethd1e4fa6"} 0 node_network_receive_fifo_total{device="vethd58379b"} 0 node_network_receive_fifo_total{device="vethd678ef4"} 0 node_network_receive_fifo_total{device="vethd9060b9"} 0 node_network_receive_fifo_total{device="vethda736e3"} 0 node_network_receive_fifo_total{device="vethdc5a816"} 0 node_network_receive_fifo_total{device="vethe281812"} 0 node_network_receive_fifo_total{device="vethe43a133"} 0 node_network_receive_fifo_total{device="vetheb3c7b1"} 0 node_network_receive_fifo_total{device="vethecbd9ac"} 0 node_network_receive_fifo_total{device="vethedc43ea"} 0 node_network_receive_fifo_total{device="vetheed3622"} 0 node_network_receive_fifo_total{device="vethf4660bb"} 0 node_network_receive_fifo_total{device="vethf7ece7f"} 0 node_network_receive_fifo_total{device="vethfcff71b"} 0 node_network_receive_fifo_total{device="vethfeb3c93"} 0 node_network_receive_fifo_total{device="vethfedccd1"} 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="veth00298ad"} 0 node_network_receive_frame_total{device="veth04664b5"} 0 node_network_receive_frame_total{device="veth06127ab"} 0 node_network_receive_frame_total{device="veth0776ff7"} 0 node_network_receive_frame_total{device="veth0a16e3f"} 0 node_network_receive_frame_total{device="veth0ab7927"} 0 node_network_receive_frame_total{device="veth0c7c825"} 0 node_network_receive_frame_total{device="veth10dc87b"} 0 node_network_receive_frame_total{device="veth134915e"} 0 node_network_receive_frame_total{device="veth190455c"} 0 node_network_receive_frame_total{device="veth1fa3011"} 0 node_network_receive_frame_total{device="veth2b8e5ab"} 0 node_network_receive_frame_total{device="veth309395a"} 0 node_network_receive_frame_total{device="veth319b3e0"} 0 node_network_receive_frame_total{device="veth33001f8"} 0 node_network_receive_frame_total{device="veth334dec9"} 0 node_network_receive_frame_total{device="veth3ab7763"} 0 node_network_receive_frame_total{device="veth3c0c16e"} 0 node_network_receive_frame_total{device="veth3fa8d75"} 0 node_network_receive_frame_total{device="veth41d8186"} 0 node_network_receive_frame_total{device="veth43f750e"} 0 node_network_receive_frame_total{device="veth44a403f"} 0 node_network_receive_frame_total{device="veth46cbe46"} 0 node_network_receive_frame_total{device="veth4aaceae"} 0 node_network_receive_frame_total{device="veth4ac224e"} 0 node_network_receive_frame_total{device="veth4b2e559"} 0 node_network_receive_frame_total{device="veth4d2d096"} 0 node_network_receive_frame_total{device="veth4f5e5ae"} 0 node_network_receive_frame_total{device="veth51b3c09"} 0 node_network_receive_frame_total{device="veth5411fa8"} 0 node_network_receive_frame_total{device="veth573185f"} 0 node_network_receive_frame_total{device="veth593d52b"} 0 node_network_receive_frame_total{device="veth596c30b"} 0 node_network_receive_frame_total{device="veth5984c28"} 0 node_network_receive_frame_total{device="veth5d67e3c"} 0 node_network_receive_frame_total{device="veth5e944fb"} 0 node_network_receive_frame_total{device="veth67e230a"} 0 node_network_receive_frame_total{device="veth699e025"} 0 node_network_receive_frame_total{device="veth6e18ae8"} 0 node_network_receive_frame_total{device="veth7203400"} 0 node_network_receive_frame_total{device="veth7276343"} 0 node_network_receive_frame_total{device="veth77bb94c"} 0 node_network_receive_frame_total{device="veth78c8cad"} 0 node_network_receive_frame_total{device="veth7afcdbb"} 0 node_network_receive_frame_total{device="veth7d64691"} 0 node_network_receive_frame_total{device="veth84accd9"} 0 node_network_receive_frame_total{device="veth85a7dca"} 0 node_network_receive_frame_total{device="veth8b5a5bb"} 0 node_network_receive_frame_total{device="veth8eeae1d"} 0 node_network_receive_frame_total{device="veth9140fee"} 0 node_network_receive_frame_total{device="veth971daee"} 0 node_network_receive_frame_total{device="veth9a447ef"} 0 node_network_receive_frame_total{device="veth9ffe78d"} 0 node_network_receive_frame_total{device="vetha0f0e56"} 0 node_network_receive_frame_total{device="vetha23198a"} 0 node_network_receive_frame_total{device="vetha3154ca"} 0 node_network_receive_frame_total{device="vetha390c12"} 0 node_network_receive_frame_total{device="vetha3fe4ad"} 0 node_network_receive_frame_total{device="vetha4790e0"} 0 node_network_receive_frame_total{device="vetha4db3b4"} 0 node_network_receive_frame_total{device="vetha856ee5"} 0 node_network_receive_frame_total{device="vethab62d3a"} 0 node_network_receive_frame_total{device="vethac78c60"} 0 node_network_receive_frame_total{device="vethadc9c8f"} 0 node_network_receive_frame_total{device="vethb26876d"} 0 node_network_receive_frame_total{device="vethb2e8234"} 0 node_network_receive_frame_total{device="vethb311039"} 0 node_network_receive_frame_total{device="vethb491863"} 0 node_network_receive_frame_total{device="vethbb110f0"} 0 node_network_receive_frame_total{device="vethbbfb23a"} 0 node_network_receive_frame_total{device="vethc46bd0a"} 0 node_network_receive_frame_total{device="vethc79cafe"} 0 node_network_receive_frame_total{device="vethc9f4d19"} 0 node_network_receive_frame_total{device="vethca34d63"} 0 node_network_receive_frame_total{device="vethd0e42ca"} 0 node_network_receive_frame_total{device="vethd1e4fa6"} 0 node_network_receive_frame_total{device="vethd58379b"} 0 node_network_receive_frame_total{device="vethd678ef4"} 0 node_network_receive_frame_total{device="vethd9060b9"} 0 node_network_receive_frame_total{device="vethda736e3"} 0 node_network_receive_frame_total{device="vethdc5a816"} 0 node_network_receive_frame_total{device="vethe281812"} 0 node_network_receive_frame_total{device="vethe43a133"} 0 node_network_receive_frame_total{device="vetheb3c7b1"} 0 node_network_receive_frame_total{device="vethecbd9ac"} 0 node_network_receive_frame_total{device="vethedc43ea"} 0 node_network_receive_frame_total{device="vetheed3622"} 0 node_network_receive_frame_total{device="vethf4660bb"} 0 node_network_receive_frame_total{device="vethf7ece7f"} 0 node_network_receive_frame_total{device="vethfcff71b"} 0 node_network_receive_frame_total{device="vethfeb3c93"} 0 node_network_receive_frame_total{device="vethfedccd1"} 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="veth00298ad"} 0 node_network_receive_multicast_total{device="veth04664b5"} 0 node_network_receive_multicast_total{device="veth06127ab"} 0 node_network_receive_multicast_total{device="veth0776ff7"} 0 node_network_receive_multicast_total{device="veth0a16e3f"} 0 node_network_receive_multicast_total{device="veth0ab7927"} 0 node_network_receive_multicast_total{device="veth0c7c825"} 0 node_network_receive_multicast_total{device="veth10dc87b"} 0 node_network_receive_multicast_total{device="veth134915e"} 0 node_network_receive_multicast_total{device="veth190455c"} 0 node_network_receive_multicast_total{device="veth1fa3011"} 0 node_network_receive_multicast_total{device="veth2b8e5ab"} 0 node_network_receive_multicast_total{device="veth309395a"} 0 node_network_receive_multicast_total{device="veth319b3e0"} 0 node_network_receive_multicast_total{device="veth33001f8"} 0 node_network_receive_multicast_total{device="veth334dec9"} 0 node_network_receive_multicast_total{device="veth3ab7763"} 0 node_network_receive_multicast_total{device="veth3c0c16e"} 0 node_network_receive_multicast_total{device="veth3fa8d75"} 0 node_network_receive_multicast_total{device="veth41d8186"} 0 node_network_receive_multicast_total{device="veth43f750e"} 0 node_network_receive_multicast_total{device="veth44a403f"} 0 node_network_receive_multicast_total{device="veth46cbe46"} 0 node_network_receive_multicast_total{device="veth4aaceae"} 0 node_network_receive_multicast_total{device="veth4ac224e"} 0 node_network_receive_multicast_total{device="veth4b2e559"} 0 node_network_receive_multicast_total{device="veth4d2d096"} 0 node_network_receive_multicast_total{device="veth4f5e5ae"} 0 node_network_receive_multicast_total{device="veth51b3c09"} 0 node_network_receive_multicast_total{device="veth5411fa8"} 0 node_network_receive_multicast_total{device="veth573185f"} 0 node_network_receive_multicast_total{device="veth593d52b"} 0 node_network_receive_multicast_total{device="veth596c30b"} 0 node_network_receive_multicast_total{device="veth5984c28"} 0 node_network_receive_multicast_total{device="veth5d67e3c"} 0 node_network_receive_multicast_total{device="veth5e944fb"} 0 node_network_receive_multicast_total{device="veth67e230a"} 0 node_network_receive_multicast_total{device="veth699e025"} 0 node_network_receive_multicast_total{device="veth6e18ae8"} 0 node_network_receive_multicast_total{device="veth7203400"} 0 node_network_receive_multicast_total{device="veth7276343"} 0 node_network_receive_multicast_total{device="veth77bb94c"} 0 node_network_receive_multicast_total{device="veth78c8cad"} 0 node_network_receive_multicast_total{device="veth7afcdbb"} 0 node_network_receive_multicast_total{device="veth7d64691"} 0 node_network_receive_multicast_total{device="veth84accd9"} 0 node_network_receive_multicast_total{device="veth85a7dca"} 0 node_network_receive_multicast_total{device="veth8b5a5bb"} 0 node_network_receive_multicast_total{device="veth8eeae1d"} 0 node_network_receive_multicast_total{device="veth9140fee"} 0 node_network_receive_multicast_total{device="veth971daee"} 0 node_network_receive_multicast_total{device="veth9a447ef"} 0 node_network_receive_multicast_total{device="veth9ffe78d"} 0 node_network_receive_multicast_total{device="vetha0f0e56"} 0 node_network_receive_multicast_total{device="vetha23198a"} 0 node_network_receive_multicast_total{device="vetha3154ca"} 0 node_network_receive_multicast_total{device="vetha390c12"} 0 node_network_receive_multicast_total{device="vetha3fe4ad"} 0 node_network_receive_multicast_total{device="vetha4790e0"} 0 node_network_receive_multicast_total{device="vetha4db3b4"} 0 node_network_receive_multicast_total{device="vetha856ee5"} 0 node_network_receive_multicast_total{device="vethab62d3a"} 0 node_network_receive_multicast_total{device="vethac78c60"} 0 node_network_receive_multicast_total{device="vethadc9c8f"} 0 node_network_receive_multicast_total{device="vethb26876d"} 0 node_network_receive_multicast_total{device="vethb2e8234"} 0 node_network_receive_multicast_total{device="vethb311039"} 0 node_network_receive_multicast_total{device="vethb491863"} 0 node_network_receive_multicast_total{device="vethbb110f0"} 0 node_network_receive_multicast_total{device="vethbbfb23a"} 0 node_network_receive_multicast_total{device="vethc46bd0a"} 0 node_network_receive_multicast_total{device="vethc79cafe"} 0 node_network_receive_multicast_total{device="vethc9f4d19"} 0 node_network_receive_multicast_total{device="vethca34d63"} 0 node_network_receive_multicast_total{device="vethd0e42ca"} 0 node_network_receive_multicast_total{device="vethd1e4fa6"} 0 node_network_receive_multicast_total{device="vethd58379b"} 0 node_network_receive_multicast_total{device="vethd678ef4"} 0 node_network_receive_multicast_total{device="vethd9060b9"} 0 node_network_receive_multicast_total{device="vethda736e3"} 0 node_network_receive_multicast_total{device="vethdc5a816"} 0 node_network_receive_multicast_total{device="vethe281812"} 0 node_network_receive_multicast_total{device="vethe43a133"} 0 node_network_receive_multicast_total{device="vetheb3c7b1"} 0 node_network_receive_multicast_total{device="vethecbd9ac"} 0 node_network_receive_multicast_total{device="vethedc43ea"} 0 node_network_receive_multicast_total{device="vetheed3622"} 0 node_network_receive_multicast_total{device="vethf4660bb"} 0 node_network_receive_multicast_total{device="vethf7ece7f"} 0 node_network_receive_multicast_total{device="vethfcff71b"} 0 node_network_receive_multicast_total{device="vethfeb3c93"} 0 node_network_receive_multicast_total{device="vethfedccd1"} 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="veth00298ad"} 0 node_network_receive_nohandler_total{device="veth04664b5"} 0 node_network_receive_nohandler_total{device="veth06127ab"} 0 node_network_receive_nohandler_total{device="veth0776ff7"} 0 node_network_receive_nohandler_total{device="veth0a16e3f"} 0 node_network_receive_nohandler_total{device="veth0ab7927"} 0 node_network_receive_nohandler_total{device="veth0c7c825"} 0 node_network_receive_nohandler_total{device="veth10dc87b"} 0 node_network_receive_nohandler_total{device="veth134915e"} 0 node_network_receive_nohandler_total{device="veth190455c"} 0 node_network_receive_nohandler_total{device="veth1fa3011"} 0 node_network_receive_nohandler_total{device="veth2b8e5ab"} 0 node_network_receive_nohandler_total{device="veth309395a"} 0 node_network_receive_nohandler_total{device="veth319b3e0"} 0 node_network_receive_nohandler_total{device="veth33001f8"} 0 node_network_receive_nohandler_total{device="veth334dec9"} 0 node_network_receive_nohandler_total{device="veth3ab7763"} 0 node_network_receive_nohandler_total{device="veth3c0c16e"} 0 node_network_receive_nohandler_total{device="veth3fa8d75"} 0 node_network_receive_nohandler_total{device="veth41d8186"} 0 node_network_receive_nohandler_total{device="veth43f750e"} 0 node_network_receive_nohandler_total{device="veth44a403f"} 0 node_network_receive_nohandler_total{device="veth46cbe46"} 0 node_network_receive_nohandler_total{device="veth4aaceae"} 0 node_network_receive_nohandler_total{device="veth4ac224e"} 0 node_network_receive_nohandler_total{device="veth4b2e559"} 0 node_network_receive_nohandler_total{device="veth4d2d096"} 0 node_network_receive_nohandler_total{device="veth4f5e5ae"} 0 node_network_receive_nohandler_total{device="veth51b3c09"} 0 node_network_receive_nohandler_total{device="veth5411fa8"} 0 node_network_receive_nohandler_total{device="veth573185f"} 0 node_network_receive_nohandler_total{device="veth593d52b"} 0 node_network_receive_nohandler_total{device="veth596c30b"} 0 node_network_receive_nohandler_total{device="veth5984c28"} 0 node_network_receive_nohandler_total{device="veth5d67e3c"} 0 node_network_receive_nohandler_total{device="veth5e944fb"} 0 node_network_receive_nohandler_total{device="veth67e230a"} 0 node_network_receive_nohandler_total{device="veth699e025"} 0 node_network_receive_nohandler_total{device="veth6e18ae8"} 0 node_network_receive_nohandler_total{device="veth7203400"} 0 node_network_receive_nohandler_total{device="veth7276343"} 0 node_network_receive_nohandler_total{device="veth77bb94c"} 0 node_network_receive_nohandler_total{device="veth78c8cad"} 0 node_network_receive_nohandler_total{device="veth7afcdbb"} 0 node_network_receive_nohandler_total{device="veth7d64691"} 0 node_network_receive_nohandler_total{device="veth84accd9"} 0 node_network_receive_nohandler_total{device="veth85a7dca"} 0 node_network_receive_nohandler_total{device="veth8b5a5bb"} 0 node_network_receive_nohandler_total{device="veth8eeae1d"} 0 node_network_receive_nohandler_total{device="veth9140fee"} 0 node_network_receive_nohandler_total{device="veth971daee"} 0 node_network_receive_nohandler_total{device="veth9a447ef"} 0 node_network_receive_nohandler_total{device="veth9ffe78d"} 0 node_network_receive_nohandler_total{device="vetha0f0e56"} 0 node_network_receive_nohandler_total{device="vetha23198a"} 0 node_network_receive_nohandler_total{device="vetha3154ca"} 0 node_network_receive_nohandler_total{device="vetha390c12"} 0 node_network_receive_nohandler_total{device="vetha3fe4ad"} 0 node_network_receive_nohandler_total{device="vetha4790e0"} 0 node_network_receive_nohandler_total{device="vetha4db3b4"} 0 node_network_receive_nohandler_total{device="vetha856ee5"} 0 node_network_receive_nohandler_total{device="vethab62d3a"} 0 node_network_receive_nohandler_total{device="vethac78c60"} 0 node_network_receive_nohandler_total{device="vethadc9c8f"} 0 node_network_receive_nohandler_total{device="vethb26876d"} 0 node_network_receive_nohandler_total{device="vethb2e8234"} 0 node_network_receive_nohandler_total{device="vethb311039"} 0 node_network_receive_nohandler_total{device="vethb491863"} 0 node_network_receive_nohandler_total{device="vethbb110f0"} 0 node_network_receive_nohandler_total{device="vethbbfb23a"} 0 node_network_receive_nohandler_total{device="vethc46bd0a"} 0 node_network_receive_nohandler_total{device="vethc79cafe"} 0 node_network_receive_nohandler_total{device="vethc9f4d19"} 0 node_network_receive_nohandler_total{device="vethca34d63"} 0 node_network_receive_nohandler_total{device="vethd0e42ca"} 0 node_network_receive_nohandler_total{device="vethd1e4fa6"} 0 node_network_receive_nohandler_total{device="vethd58379b"} 0 node_network_receive_nohandler_total{device="vethd678ef4"} 0 node_network_receive_nohandler_total{device="vethd9060b9"} 0 node_network_receive_nohandler_total{device="vethda736e3"} 0 node_network_receive_nohandler_total{device="vethdc5a816"} 0 node_network_receive_nohandler_total{device="vethe281812"} 0 node_network_receive_nohandler_total{device="vethe43a133"} 0 node_network_receive_nohandler_total{device="vetheb3c7b1"} 0 node_network_receive_nohandler_total{device="vethecbd9ac"} 0 node_network_receive_nohandler_total{device="vethedc43ea"} 0 node_network_receive_nohandler_total{device="vetheed3622"} 0 node_network_receive_nohandler_total{device="vethf4660bb"} 0 node_network_receive_nohandler_total{device="vethf7ece7f"} 0 node_network_receive_nohandler_total{device="vethfcff71b"} 0 node_network_receive_nohandler_total{device="vethfeb3c93"} 0 node_network_receive_nohandler_total{device="vethfedccd1"} 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"} 55528 node_network_receive_packets_total{device="br-1f437ee92de3"} 7.605251e+06 node_network_receive_packets_total{device="br-541b70109604"} 307720 node_network_receive_packets_total{device="br-57fae769631e"} 191595 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"} 18279 node_network_receive_packets_total{device="br-8e9e3794015c"} 36704 node_network_receive_packets_total{device="br-9d8e958996ba"} 142353 node_network_receive_packets_total{device="br-a7e11f654a04"} 1.093268e+06 node_network_receive_packets_total{device="br-aaba14ed7a3b"} 0 node_network_receive_packets_total{device="br-b266df46df77"} 1.329112e+06 node_network_receive_packets_total{device="br-b79aa99837b3"} 0 node_network_receive_packets_total{device="br-e0fcc6d4b66e"} 10704 node_network_receive_packets_total{device="br-eac26a665bc7"} 2.635635e+06 node_network_receive_packets_total{device="br-f1318694100b"} 24864 node_network_receive_packets_total{device="br-f37d406e9375"} 23472 node_network_receive_packets_total{device="br-ff21357210f8"} 101 node_network_receive_packets_total{device="docker0"} 1986 node_network_receive_packets_total{device="ens18"} 2.1082313e+07 node_network_receive_packets_total{device="lo"} 269528 node_network_receive_packets_total{device="veth00298ad"} 54352 node_network_receive_packets_total{device="veth04664b5"} 295067 node_network_receive_packets_total{device="veth06127ab"} 10704 node_network_receive_packets_total{device="veth0776ff7"} 75 node_network_receive_packets_total{device="veth0a16e3f"} 0 node_network_receive_packets_total{device="veth0ab7927"} 0 node_network_receive_packets_total{device="veth0c7c825"} 101 node_network_receive_packets_total{device="veth10dc87b"} 0 node_network_receive_packets_total{device="veth134915e"} 9 node_network_receive_packets_total{device="veth190455c"} 0 node_network_receive_packets_total{device="veth1fa3011"} 0 node_network_receive_packets_total{device="veth2b8e5ab"} 10 node_network_receive_packets_total{device="veth309395a"} 0 node_network_receive_packets_total{device="veth319b3e0"} 9 node_network_receive_packets_total{device="veth33001f8"} 369945 node_network_receive_packets_total{device="veth334dec9"} 0 node_network_receive_packets_total{device="veth3ab7763"} 9 node_network_receive_packets_total{device="veth3c0c16e"} 0 node_network_receive_packets_total{device="veth3fa8d75"} 188248 node_network_receive_packets_total{device="veth41d8186"} 71376 node_network_receive_packets_total{device="veth43f750e"} 21839 node_network_receive_packets_total{device="veth44a403f"} 1.119996e+06 node_network_receive_packets_total{device="veth46cbe46"} 363709 node_network_receive_packets_total{device="veth4aaceae"} 364651 node_network_receive_packets_total{device="veth4ac224e"} 0 node_network_receive_packets_total{device="veth4b2e559"} 71412 node_network_receive_packets_total{device="veth4d2d096"} 2.759035e+06 node_network_receive_packets_total{device="veth4f5e5ae"} 474852 node_network_receive_packets_total{device="veth51b3c09"} 9 node_network_receive_packets_total{device="veth5411fa8"} 439506 node_network_receive_packets_total{device="veth573185f"} 9 node_network_receive_packets_total{device="veth593d52b"} 1.299023e+06 node_network_receive_packets_total{device="veth596c30b"} 1.599137e+06 node_network_receive_packets_total{device="veth5984c28"} 0 node_network_receive_packets_total{device="veth5d67e3c"} 5302 node_network_receive_packets_total{device="veth5e944fb"} 9 node_network_receive_packets_total{device="veth67e230a"} 0 node_network_receive_packets_total{device="veth699e025"} 65564 node_network_receive_packets_total{device="veth6e18ae8"} 11 node_network_receive_packets_total{device="veth7203400"} 9 node_network_receive_packets_total{device="veth7276343"} 0 node_network_receive_packets_total{device="veth77bb94c"} 477428 node_network_receive_packets_total{device="veth78c8cad"} 23889 node_network_receive_packets_total{device="veth7afcdbb"} 18279 node_network_receive_packets_total{device="veth7d64691"} 99952 node_network_receive_packets_total{device="veth84accd9"} 0 node_network_receive_packets_total{device="veth85a7dca"} 791151 node_network_receive_packets_total{device="veth8b5a5bb"} 24798 node_network_receive_packets_total{device="veth8eeae1d"} 10 node_network_receive_packets_total{device="veth9140fee"} 793164 node_network_receive_packets_total{device="veth971daee"} 0 node_network_receive_packets_total{device="veth9a447ef"} 36704 node_network_receive_packets_total{device="veth9ffe78d"} 2113 node_network_receive_packets_total{device="vetha0f0e56"} 368689 node_network_receive_packets_total{device="vetha23198a"} 1.262839e+06 node_network_receive_packets_total{device="vetha3154ca"} 366744 node_network_receive_packets_total{device="vetha390c12"} 49951 node_network_receive_packets_total{device="vetha3fe4ad"} 59766 node_network_receive_packets_total{device="vetha4790e0"} 1.149421e+06 node_network_receive_packets_total{device="vetha4db3b4"} 683757 node_network_receive_packets_total{device="vetha856ee5"} 27809 node_network_receive_packets_total{device="vethab62d3a"} 0 node_network_receive_packets_total{device="vethac78c60"} 0 node_network_receive_packets_total{device="vethadc9c8f"} 10 node_network_receive_packets_total{device="vethb26876d"} 10 node_network_receive_packets_total{device="vethb2e8234"} 11 node_network_receive_packets_total{device="vethb311039"} 0 node_network_receive_packets_total{device="vethb491863"} 65536 node_network_receive_packets_total{device="vethbb110f0"} 0 node_network_receive_packets_total{device="vethbbfb23a"} 0 node_network_receive_packets_total{device="vethc46bd0a"} 0 node_network_receive_packets_total{device="vethc79cafe"} 165693 node_network_receive_packets_total{device="vethc9f4d19"} 39744 node_network_receive_packets_total{device="vethca34d63"} 23472 node_network_receive_packets_total{device="vethd0e42ca"} 2.554936e+06 node_network_receive_packets_total{device="vethd1e4fa6"} 246512 node_network_receive_packets_total{device="vethd58379b"} 71451 node_network_receive_packets_total{device="vethd678ef4"} 0 node_network_receive_packets_total{device="vethd9060b9"} 39614 node_network_receive_packets_total{device="vethda736e3"} 5227 node_network_receive_packets_total{device="vethdc5a816"} 0 node_network_receive_packets_total{device="vethe281812"} 93416 node_network_receive_packets_total{device="vethe43a133"} 273440 node_network_receive_packets_total{device="vetheb3c7b1"} 78337 node_network_receive_packets_total{device="vethecbd9ac"} 0 node_network_receive_packets_total{device="vethedc43ea"} 22041 node_network_receive_packets_total{device="vetheed3622"} 10 node_network_receive_packets_total{device="vethf4660bb"} 0 node_network_receive_packets_total{device="vethf7ece7f"} 71 node_network_receive_packets_total{device="vethfcff71b"} 11 node_network_receive_packets_total{device="vethfeb3c93"} 54354 node_network_receive_packets_total{device="vethfedccd1"} 10 # 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="veth00298ad"} 1.25e+09 node_network_speed_bytes{device="veth04664b5"} 1.25e+09 node_network_speed_bytes{device="veth06127ab"} 1.25e+09 node_network_speed_bytes{device="veth0776ff7"} 1.25e+09 node_network_speed_bytes{device="veth0a16e3f"} 1.25e+09 node_network_speed_bytes{device="veth0ab7927"} 1.25e+09 node_network_speed_bytes{device="veth0c7c825"} 1.25e+09 node_network_speed_bytes{device="veth10dc87b"} 1.25e+09 node_network_speed_bytes{device="veth134915e"} 1.25e+09 node_network_speed_bytes{device="veth190455c"} 1.25e+09 node_network_speed_bytes{device="veth1fa3011"} 1.25e+09 node_network_speed_bytes{device="veth2b8e5ab"} 1.25e+09 node_network_speed_bytes{device="veth309395a"} 1.25e+09 node_network_speed_bytes{device="veth319b3e0"} 1.25e+09 node_network_speed_bytes{device="veth33001f8"} 1.25e+09 node_network_speed_bytes{device="veth334dec9"} 1.25e+09 node_network_speed_bytes{device="veth3ab7763"} 1.25e+09 node_network_speed_bytes{device="veth3c0c16e"} 1.25e+09 node_network_speed_bytes{device="veth3fa8d75"} 1.25e+09 node_network_speed_bytes{device="veth41d8186"} 1.25e+09 node_network_speed_bytes{device="veth43f750e"} 1.25e+09 node_network_speed_bytes{device="veth44a403f"} 1.25e+09 node_network_speed_bytes{device="veth46cbe46"} 1.25e+09 node_network_speed_bytes{device="veth4aaceae"} 1.25e+09 node_network_speed_bytes{device="veth4ac224e"} 1.25e+09 node_network_speed_bytes{device="veth4b2e559"} 1.25e+09 node_network_speed_bytes{device="veth4d2d096"} 1.25e+09 node_network_speed_bytes{device="veth4f5e5ae"} 1.25e+09 node_network_speed_bytes{device="veth51b3c09"} 1.25e+09 node_network_speed_bytes{device="veth5411fa8"} 1.25e+09 node_network_speed_bytes{device="veth573185f"} 1.25e+09 node_network_speed_bytes{device="veth593d52b"} 1.25e+09 node_network_speed_bytes{device="veth596c30b"} 1.25e+09 node_network_speed_bytes{device="veth5984c28"} 1.25e+09 node_network_speed_bytes{device="veth5d67e3c"} 1.25e+09 node_network_speed_bytes{device="veth5e944fb"} 1.25e+09 node_network_speed_bytes{device="veth67e230a"} 1.25e+09 node_network_speed_bytes{device="veth699e025"} 1.25e+09 node_network_speed_bytes{device="veth6e18ae8"} 1.25e+09 node_network_speed_bytes{device="veth7203400"} 1.25e+09 node_network_speed_bytes{device="veth7276343"} 1.25e+09 node_network_speed_bytes{device="veth77bb94c"} 1.25e+09 node_network_speed_bytes{device="veth78c8cad"} 1.25e+09 node_network_speed_bytes{device="veth7afcdbb"} 1.25e+09 node_network_speed_bytes{device="veth7d64691"} 1.25e+09 node_network_speed_bytes{device="veth84accd9"} 1.25e+09 node_network_speed_bytes{device="veth85a7dca"} 1.25e+09 node_network_speed_bytes{device="veth8b5a5bb"} 1.25e+09 node_network_speed_bytes{device="veth8eeae1d"} 1.25e+09 node_network_speed_bytes{device="veth9140fee"} 1.25e+09 node_network_speed_bytes{device="veth971daee"} 1.25e+09 node_network_speed_bytes{device="veth9a447ef"} 1.25e+09 node_network_speed_bytes{device="veth9ffe78d"} 1.25e+09 node_network_speed_bytes{device="vetha0f0e56"} 1.25e+09 node_network_speed_bytes{device="vetha23198a"} 1.25e+09 node_network_speed_bytes{device="vetha3154ca"} 1.25e+09 node_network_speed_bytes{device="vetha390c12"} 1.25e+09 node_network_speed_bytes{device="vetha3fe4ad"} 1.25e+09 node_network_speed_bytes{device="vetha4790e0"} 1.25e+09 node_network_speed_bytes{device="vetha4db3b4"} 1.25e+09 node_network_speed_bytes{device="vetha856ee5"} 1.25e+09 node_network_speed_bytes{device="vethab62d3a"} 1.25e+09 node_network_speed_bytes{device="vethac78c60"} 1.25e+09 node_network_speed_bytes{device="vethadc9c8f"} 1.25e+09 node_network_speed_bytes{device="vethb26876d"} 1.25e+09 node_network_speed_bytes{device="vethb2e8234"} 1.25e+09 node_network_speed_bytes{device="vethb311039"} 1.25e+09 node_network_speed_bytes{device="vethb491863"} 1.25e+09 node_network_speed_bytes{device="vethbb110f0"} 1.25e+09 node_network_speed_bytes{device="vethbbfb23a"} 1.25e+09 node_network_speed_bytes{device="vethc46bd0a"} 1.25e+09 node_network_speed_bytes{device="vethc79cafe"} 1.25e+09 node_network_speed_bytes{device="vethc9f4d19"} 1.25e+09 node_network_speed_bytes{device="vethca34d63"} 1.25e+09 node_network_speed_bytes{device="vethd0e42ca"} 1.25e+09 node_network_speed_bytes{device="vethd1e4fa6"} 1.25e+09 node_network_speed_bytes{device="vethd58379b"} 1.25e+09 node_network_speed_bytes{device="vethd678ef4"} 1.25e+09 node_network_speed_bytes{device="vethd9060b9"} 1.25e+09 node_network_speed_bytes{device="vethda736e3"} 1.25e+09 node_network_speed_bytes{device="vethdc5a816"} 1.25e+09 node_network_speed_bytes{device="vethe281812"} 1.25e+09 node_network_speed_bytes{device="vethe43a133"} 1.25e+09 node_network_speed_bytes{device="vetheb3c7b1"} 1.25e+09 node_network_speed_bytes{device="vethecbd9ac"} 1.25e+09 node_network_speed_bytes{device="vethedc43ea"} 1.25e+09 node_network_speed_bytes{device="vetheed3622"} 1.25e+09 node_network_speed_bytes{device="vethf4660bb"} 1.25e+09 node_network_speed_bytes{device="vethf7ece7f"} 1.25e+09 node_network_speed_bytes{device="vethfcff71b"} 1.25e+09 node_network_speed_bytes{device="vethfeb3c93"} 1.25e+09 node_network_speed_bytes{device="vethfedccd1"} 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"} 2.1034666e+07 node_network_transmit_bytes_total{device="br-1f437ee92de3"} 6.052181719e+09 node_network_transmit_bytes_total{device="br-541b70109604"} 1.6064187e+07 node_network_transmit_bytes_total{device="br-57fae769631e"} 1.9955805e+07 node_network_transmit_bytes_total{device="br-5fe347eda337"} 526 node_network_transmit_bytes_total{device="br-607e7f2cc1eb"} 746 node_network_transmit_bytes_total{device="br-6461bc9320a1"} 1.299939e+06 node_network_transmit_bytes_total{device="br-8e9e3794015c"} 2.909934e+06 node_network_transmit_bytes_total{device="br-9d8e958996ba"} 5.63886296e+08 node_network_transmit_bytes_total{device="br-a7e11f654a04"} 7.013311701e+09 node_network_transmit_bytes_total{device="br-aaba14ed7a3b"} 746 node_network_transmit_bytes_total{device="br-b266df46df77"} 1.11085415e+08 node_network_transmit_bytes_total{device="br-b79aa99837b3"} 746 node_network_transmit_bytes_total{device="br-e0fcc6d4b66e"} 1.5363835e+07 node_network_transmit_bytes_total{device="br-eac26a665bc7"} 5.164103062e+09 node_network_transmit_bytes_total{device="br-f1318694100b"} 1.895984e+06 node_network_transmit_bytes_total{device="br-f37d406e9375"} 1.772044e+06 node_network_transmit_bytes_total{device="br-ff21357210f8"} 9852 node_network_transmit_bytes_total{device="docker0"} 1.676195e+07 node_network_transmit_bytes_total{device="ens18"} 1.4819854316e+10 node_network_transmit_bytes_total{device="lo"} 3.1634196e+07 node_network_transmit_bytes_total{device="veth00298ad"} 2.527585e+06 node_network_transmit_bytes_total{device="veth04664b5"} 4.64924489e+08 node_network_transmit_bytes_total{device="veth06127ab"} 1.5366171e+07 node_network_transmit_bytes_total{device="veth0776ff7"} 141322 node_network_transmit_bytes_total{device="veth0a16e3f"} 2756 node_network_transmit_bytes_total{device="veth0ab7927"} 2378 node_network_transmit_bytes_total{device="veth0c7c825"} 11592 node_network_transmit_bytes_total{device="veth10dc87b"} 2836 node_network_transmit_bytes_total{device="veth134915e"} 7588 node_network_transmit_bytes_total{device="veth190455c"} 2798 node_network_transmit_bytes_total{device="veth1fa3011"} 2862 node_network_transmit_bytes_total{device="veth2b8e5ab"} 7630 node_network_transmit_bytes_total{device="veth309395a"} 2798 node_network_transmit_bytes_total{device="veth319b3e0"} 7564 node_network_transmit_bytes_total{device="veth33001f8"} 2.6226724e+07 node_network_transmit_bytes_total{device="veth334dec9"} 2378 node_network_transmit_bytes_total{device="veth3ab7763"} 7564 node_network_transmit_bytes_total{device="veth3c0c16e"} 2556 node_network_transmit_bytes_total{device="veth3fa8d75"} 7.189758e+08 node_network_transmit_bytes_total{device="veth41d8186"} 1.580734678e+09 node_network_transmit_bytes_total{device="veth43f750e"} 6.8501392e+07 node_network_transmit_bytes_total{device="veth44a403f"} 6.996223316e+09 node_network_transmit_bytes_total{device="veth46cbe46"} 2.5358311e+07 node_network_transmit_bytes_total{device="veth4aaceae"} 3.148863e+07 node_network_transmit_bytes_total{device="veth4ac224e"} 7754 node_network_transmit_bytes_total{device="veth4b2e559"} 5.021323e+06 node_network_transmit_bytes_total{device="veth4d2d096"} 7.08606065e+09 node_network_transmit_bytes_total{device="veth4f5e5ae"} 7.1517804e+07 node_network_transmit_bytes_total{device="veth51b3c09"} 7634 node_network_transmit_bytes_total{device="veth5411fa8"} 8.5401436e+07 node_network_transmit_bytes_total{device="veth573185f"} 7698 node_network_transmit_bytes_total{device="veth593d52b"} 5.204736423e+09 node_network_transmit_bytes_total{device="veth596c30b"} 3.2676323e+08 node_network_transmit_bytes_total{device="veth5984c28"} 3438 node_network_transmit_bytes_total{device="veth5d67e3c"} 532768 node_network_transmit_bytes_total{device="veth5e944fb"} 7564 node_network_transmit_bytes_total{device="veth67e230a"} 2750 node_network_transmit_bytes_total{device="veth699e025"} 2.41695794e+08 node_network_transmit_bytes_total{device="veth6e18ae8"} 7696 node_network_transmit_bytes_total{device="veth7203400"} 7634 node_network_transmit_bytes_total{device="veth7276343"} 2336 node_network_transmit_bytes_total{device="veth77bb94c"} 3.45841869e+09 node_network_transmit_bytes_total{device="veth78c8cad"} 3.634543e+06 node_network_transmit_bytes_total{device="veth7afcdbb"} 1.301749e+06 node_network_transmit_bytes_total{device="veth7d64691"} 8.389153e+06 node_network_transmit_bytes_total{device="veth84accd9"} 2798 node_network_transmit_bytes_total{device="veth85a7dca"} 6.35940747e+08 node_network_transmit_bytes_total{device="veth8b5a5bb"} 1.890898e+06 node_network_transmit_bytes_total{device="veth8eeae1d"} 7630 node_network_transmit_bytes_total{device="veth9140fee"} 1.332401287e+09 node_network_transmit_bytes_total{device="veth971daee"} 2556 node_network_transmit_bytes_total{device="veth9a447ef"} 2.911744e+06 node_network_transmit_bytes_total{device="veth9ffe78d"} 632599 node_network_transmit_bytes_total{device="vetha0f0e56"} 2.6627053e+07 node_network_transmit_bytes_total{device="vetha23198a"} 5.272149346e+09 node_network_transmit_bytes_total{device="vetha3154ca"} 2.8046368e+07 node_network_transmit_bytes_total{device="vetha390c12"} 2.1581005e+07 node_network_transmit_bytes_total{device="vetha3fe4ad"} 1.856019e+06 node_network_transmit_bytes_total{device="vetha4790e0"} 3.759232083e+09 node_network_transmit_bytes_total{device="vetha4db3b4"} 5.43571278e+08 node_network_transmit_bytes_total{device="vetha856ee5"} 2.230879e+06 node_network_transmit_bytes_total{device="vethab62d3a"} 2336 node_network_transmit_bytes_total{device="vethac78c60"} 2908 node_network_transmit_bytes_total{device="vethadc9c8f"} 7850 node_network_transmit_bytes_total{device="vethb26876d"} 7630 node_network_transmit_bytes_total{device="vethb2e8234"} 7696 node_network_transmit_bytes_total{device="vethb311039"} 2556 node_network_transmit_bytes_total{device="vethb491863"} 3.139639e+06 node_network_transmit_bytes_total{device="vethbb110f0"} 2908 node_network_transmit_bytes_total{device="vethbbfb23a"} 2308 node_network_transmit_bytes_total{device="vethc46bd0a"} 2840 node_network_transmit_bytes_total{device="vethc79cafe"} 1.08027595e+08 node_network_transmit_bytes_total{device="vethc9f4d19"} 1.847803e+06 node_network_transmit_bytes_total{device="vethca34d63"} 1.773854e+06 node_network_transmit_bytes_total{device="vethd0e42ca"} 1.75021237e+08 node_network_transmit_bytes_total{device="vethd1e4fa6"} 1.16694396e+08 node_network_transmit_bytes_total{device="vethd58379b"} 7.103794e+06 node_network_transmit_bytes_total{device="vethd678ef4"} 2908 node_network_transmit_bytes_total{device="vethd9060b9"} 5.903528e+06 node_network_transmit_bytes_total{device="vethda736e3"} 525738 node_network_transmit_bytes_total{device="vethdc5a816"} 2798 node_network_transmit_bytes_total{device="vethe281812"} 2.4716212e+07 node_network_transmit_bytes_total{device="vethe43a133"} 1.1994806e+08 node_network_transmit_bytes_total{device="vetheb3c7b1"} 3.564252e+06 node_network_transmit_bytes_total{device="vethecbd9ac"} 2446 node_network_transmit_bytes_total{device="vethedc43ea"} 1.905942e+06 node_network_transmit_bytes_total{device="vetheed3622"} 7630 node_network_transmit_bytes_total{device="vethf4660bb"} 2826 node_network_transmit_bytes_total{device="vethf7ece7f"} 140282 node_network_transmit_bytes_total{device="vethfcff71b"} 7766 node_network_transmit_bytes_total{device="vethfeb3c93"} 2.522453e+06 node_network_transmit_bytes_total{device="vethfedccd1"} 7630 # 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="veth00298ad"} 0 node_network_transmit_carrier_total{device="veth04664b5"} 0 node_network_transmit_carrier_total{device="veth06127ab"} 0 node_network_transmit_carrier_total{device="veth0776ff7"} 0 node_network_transmit_carrier_total{device="veth0a16e3f"} 0 node_network_transmit_carrier_total{device="veth0ab7927"} 0 node_network_transmit_carrier_total{device="veth0c7c825"} 0 node_network_transmit_carrier_total{device="veth10dc87b"} 0 node_network_transmit_carrier_total{device="veth134915e"} 0 node_network_transmit_carrier_total{device="veth190455c"} 0 node_network_transmit_carrier_total{device="veth1fa3011"} 0 node_network_transmit_carrier_total{device="veth2b8e5ab"} 0 node_network_transmit_carrier_total{device="veth309395a"} 0 node_network_transmit_carrier_total{device="veth319b3e0"} 0 node_network_transmit_carrier_total{device="veth33001f8"} 0 node_network_transmit_carrier_total{device="veth334dec9"} 0 node_network_transmit_carrier_total{device="veth3ab7763"} 0 node_network_transmit_carrier_total{device="veth3c0c16e"} 0 node_network_transmit_carrier_total{device="veth3fa8d75"} 0 node_network_transmit_carrier_total{device="veth41d8186"} 0 node_network_transmit_carrier_total{device="veth43f750e"} 0 node_network_transmit_carrier_total{device="veth44a403f"} 0 node_network_transmit_carrier_total{device="veth46cbe46"} 0 node_network_transmit_carrier_total{device="veth4aaceae"} 0 node_network_transmit_carrier_total{device="veth4ac224e"} 0 node_network_transmit_carrier_total{device="veth4b2e559"} 0 node_network_transmit_carrier_total{device="veth4d2d096"} 0 node_network_transmit_carrier_total{device="veth4f5e5ae"} 0 node_network_transmit_carrier_total{device="veth51b3c09"} 0 node_network_transmit_carrier_total{device="veth5411fa8"} 0 node_network_transmit_carrier_total{device="veth573185f"} 0 node_network_transmit_carrier_total{device="veth593d52b"} 0 node_network_transmit_carrier_total{device="veth596c30b"} 0 node_network_transmit_carrier_total{device="veth5984c28"} 0 node_network_transmit_carrier_total{device="veth5d67e3c"} 0 node_network_transmit_carrier_total{device="veth5e944fb"} 0 node_network_transmit_carrier_total{device="veth67e230a"} 0 node_network_transmit_carrier_total{device="veth699e025"} 0 node_network_transmit_carrier_total{device="veth6e18ae8"} 0 node_network_transmit_carrier_total{device="veth7203400"} 0 node_network_transmit_carrier_total{device="veth7276343"} 0 node_network_transmit_carrier_total{device="veth77bb94c"} 0 node_network_transmit_carrier_total{device="veth78c8cad"} 0 node_network_transmit_carrier_total{device="veth7afcdbb"} 0 node_network_transmit_carrier_total{device="veth7d64691"} 0 node_network_transmit_carrier_total{device="veth84accd9"} 0 node_network_transmit_carrier_total{device="veth85a7dca"} 0 node_network_transmit_carrier_total{device="veth8b5a5bb"} 0 node_network_transmit_carrier_total{device="veth8eeae1d"} 0 node_network_transmit_carrier_total{device="veth9140fee"} 0 node_network_transmit_carrier_total{device="veth971daee"} 0 node_network_transmit_carrier_total{device="veth9a447ef"} 0 node_network_transmit_carrier_total{device="veth9ffe78d"} 0 node_network_transmit_carrier_total{device="vetha0f0e56"} 0 node_network_transmit_carrier_total{device="vetha23198a"} 0 node_network_transmit_carrier_total{device="vetha3154ca"} 0 node_network_transmit_carrier_total{device="vetha390c12"} 0 node_network_transmit_carrier_total{device="vetha3fe4ad"} 0 node_network_transmit_carrier_total{device="vetha4790e0"} 0 node_network_transmit_carrier_total{device="vetha4db3b4"} 0 node_network_transmit_carrier_total{device="vetha856ee5"} 0 node_network_transmit_carrier_total{device="vethab62d3a"} 0 node_network_transmit_carrier_total{device="vethac78c60"} 0 node_network_transmit_carrier_total{device="vethadc9c8f"} 0 node_network_transmit_carrier_total{device="vethb26876d"} 0 node_network_transmit_carrier_total{device="vethb2e8234"} 0 node_network_transmit_carrier_total{device="vethb311039"} 0 node_network_transmit_carrier_total{device="vethb491863"} 0 node_network_transmit_carrier_total{device="vethbb110f0"} 0 node_network_transmit_carrier_total{device="vethbbfb23a"} 0 node_network_transmit_carrier_total{device="vethc46bd0a"} 0 node_network_transmit_carrier_total{device="vethc79cafe"} 0 node_network_transmit_carrier_total{device="vethc9f4d19"} 0 node_network_transmit_carrier_total{device="vethca34d63"} 0 node_network_transmit_carrier_total{device="vethd0e42ca"} 0 node_network_transmit_carrier_total{device="vethd1e4fa6"} 0 node_network_transmit_carrier_total{device="vethd58379b"} 0 node_network_transmit_carrier_total{device="vethd678ef4"} 0 node_network_transmit_carrier_total{device="vethd9060b9"} 0 node_network_transmit_carrier_total{device="vethda736e3"} 0 node_network_transmit_carrier_total{device="vethdc5a816"} 0 node_network_transmit_carrier_total{device="vethe281812"} 0 node_network_transmit_carrier_total{device="vethe43a133"} 0 node_network_transmit_carrier_total{device="vetheb3c7b1"} 0 node_network_transmit_carrier_total{device="vethecbd9ac"} 0 node_network_transmit_carrier_total{device="vethedc43ea"} 0 node_network_transmit_carrier_total{device="vetheed3622"} 0 node_network_transmit_carrier_total{device="vethf4660bb"} 0 node_network_transmit_carrier_total{device="vethf7ece7f"} 0 node_network_transmit_carrier_total{device="vethfcff71b"} 0 node_network_transmit_carrier_total{device="vethfeb3c93"} 0 node_network_transmit_carrier_total{device="vethfedccd1"} 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="veth00298ad"} 0 node_network_transmit_colls_total{device="veth04664b5"} 0 node_network_transmit_colls_total{device="veth06127ab"} 0 node_network_transmit_colls_total{device="veth0776ff7"} 0 node_network_transmit_colls_total{device="veth0a16e3f"} 0 node_network_transmit_colls_total{device="veth0ab7927"} 0 node_network_transmit_colls_total{device="veth0c7c825"} 0 node_network_transmit_colls_total{device="veth10dc87b"} 0 node_network_transmit_colls_total{device="veth134915e"} 0 node_network_transmit_colls_total{device="veth190455c"} 0 node_network_transmit_colls_total{device="veth1fa3011"} 0 node_network_transmit_colls_total{device="veth2b8e5ab"} 0 node_network_transmit_colls_total{device="veth309395a"} 0 node_network_transmit_colls_total{device="veth319b3e0"} 0 node_network_transmit_colls_total{device="veth33001f8"} 0 node_network_transmit_colls_total{device="veth334dec9"} 0 node_network_transmit_colls_total{device="veth3ab7763"} 0 node_network_transmit_colls_total{device="veth3c0c16e"} 0 node_network_transmit_colls_total{device="veth3fa8d75"} 0 node_network_transmit_colls_total{device="veth41d8186"} 0 node_network_transmit_colls_total{device="veth43f750e"} 0 node_network_transmit_colls_total{device="veth44a403f"} 0 node_network_transmit_colls_total{device="veth46cbe46"} 0 node_network_transmit_colls_total{device="veth4aaceae"} 0 node_network_transmit_colls_total{device="veth4ac224e"} 0 node_network_transmit_colls_total{device="veth4b2e559"} 0 node_network_transmit_colls_total{device="veth4d2d096"} 0 node_network_transmit_colls_total{device="veth4f5e5ae"} 0 node_network_transmit_colls_total{device="veth51b3c09"} 0 node_network_transmit_colls_total{device="veth5411fa8"} 0 node_network_transmit_colls_total{device="veth573185f"} 0 node_network_transmit_colls_total{device="veth593d52b"} 0 node_network_transmit_colls_total{device="veth596c30b"} 0 node_network_transmit_colls_total{device="veth5984c28"} 0 node_network_transmit_colls_total{device="veth5d67e3c"} 0 node_network_transmit_colls_total{device="veth5e944fb"} 0 node_network_transmit_colls_total{device="veth67e230a"} 0 node_network_transmit_colls_total{device="veth699e025"} 0 node_network_transmit_colls_total{device="veth6e18ae8"} 0 node_network_transmit_colls_total{device="veth7203400"} 0 node_network_transmit_colls_total{device="veth7276343"} 0 node_network_transmit_colls_total{device="veth77bb94c"} 0 node_network_transmit_colls_total{device="veth78c8cad"} 0 node_network_transmit_colls_total{device="veth7afcdbb"} 0 node_network_transmit_colls_total{device="veth7d64691"} 0 node_network_transmit_colls_total{device="veth84accd9"} 0 node_network_transmit_colls_total{device="veth85a7dca"} 0 node_network_transmit_colls_total{device="veth8b5a5bb"} 0 node_network_transmit_colls_total{device="veth8eeae1d"} 0 node_network_transmit_colls_total{device="veth9140fee"} 0 node_network_transmit_colls_total{device="veth971daee"} 0 node_network_transmit_colls_total{device="veth9a447ef"} 0 node_network_transmit_colls_total{device="veth9ffe78d"} 0 node_network_transmit_colls_total{device="vetha0f0e56"} 0 node_network_transmit_colls_total{device="vetha23198a"} 0 node_network_transmit_colls_total{device="vetha3154ca"} 0 node_network_transmit_colls_total{device="vetha390c12"} 0 node_network_transmit_colls_total{device="vetha3fe4ad"} 0 node_network_transmit_colls_total{device="vetha4790e0"} 0 node_network_transmit_colls_total{device="vetha4db3b4"} 0 node_network_transmit_colls_total{device="vetha856ee5"} 0 node_network_transmit_colls_total{device="vethab62d3a"} 0 node_network_transmit_colls_total{device="vethac78c60"} 0 node_network_transmit_colls_total{device="vethadc9c8f"} 0 node_network_transmit_colls_total{device="vethb26876d"} 0 node_network_transmit_colls_total{device="vethb2e8234"} 0 node_network_transmit_colls_total{device="vethb311039"} 0 node_network_transmit_colls_total{device="vethb491863"} 0 node_network_transmit_colls_total{device="vethbb110f0"} 0 node_network_transmit_colls_total{device="vethbbfb23a"} 0 node_network_transmit_colls_total{device="vethc46bd0a"} 0 node_network_transmit_colls_total{device="vethc79cafe"} 0 node_network_transmit_colls_total{device="vethc9f4d19"} 0 node_network_transmit_colls_total{device="vethca34d63"} 0 node_network_transmit_colls_total{device="vethd0e42ca"} 0 node_network_transmit_colls_total{device="vethd1e4fa6"} 0 node_network_transmit_colls_total{device="vethd58379b"} 0 node_network_transmit_colls_total{device="vethd678ef4"} 0 node_network_transmit_colls_total{device="vethd9060b9"} 0 node_network_transmit_colls_total{device="vethda736e3"} 0 node_network_transmit_colls_total{device="vethdc5a816"} 0 node_network_transmit_colls_total{device="vethe281812"} 0 node_network_transmit_colls_total{device="vethe43a133"} 0 node_network_transmit_colls_total{device="vetheb3c7b1"} 0 node_network_transmit_colls_total{device="vethecbd9ac"} 0 node_network_transmit_colls_total{device="vethedc43ea"} 0 node_network_transmit_colls_total{device="vetheed3622"} 0 node_network_transmit_colls_total{device="vethf4660bb"} 0 node_network_transmit_colls_total{device="vethf7ece7f"} 0 node_network_transmit_colls_total{device="vethfcff71b"} 0 node_network_transmit_colls_total{device="vethfeb3c93"} 0 node_network_transmit_colls_total{device="vethfedccd1"} 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="veth00298ad"} 0 node_network_transmit_compressed_total{device="veth04664b5"} 0 node_network_transmit_compressed_total{device="veth06127ab"} 0 node_network_transmit_compressed_total{device="veth0776ff7"} 0 node_network_transmit_compressed_total{device="veth0a16e3f"} 0 node_network_transmit_compressed_total{device="veth0ab7927"} 0 node_network_transmit_compressed_total{device="veth0c7c825"} 0 node_network_transmit_compressed_total{device="veth10dc87b"} 0 node_network_transmit_compressed_total{device="veth134915e"} 0 node_network_transmit_compressed_total{device="veth190455c"} 0 node_network_transmit_compressed_total{device="veth1fa3011"} 0 node_network_transmit_compressed_total{device="veth2b8e5ab"} 0 node_network_transmit_compressed_total{device="veth309395a"} 0 node_network_transmit_compressed_total{device="veth319b3e0"} 0 node_network_transmit_compressed_total{device="veth33001f8"} 0 node_network_transmit_compressed_total{device="veth334dec9"} 0 node_network_transmit_compressed_total{device="veth3ab7763"} 0 node_network_transmit_compressed_total{device="veth3c0c16e"} 0 node_network_transmit_compressed_total{device="veth3fa8d75"} 0 node_network_transmit_compressed_total{device="veth41d8186"} 0 node_network_transmit_compressed_total{device="veth43f750e"} 0 node_network_transmit_compressed_total{device="veth44a403f"} 0 node_network_transmit_compressed_total{device="veth46cbe46"} 0 node_network_transmit_compressed_total{device="veth4aaceae"} 0 node_network_transmit_compressed_total{device="veth4ac224e"} 0 node_network_transmit_compressed_total{device="veth4b2e559"} 0 node_network_transmit_compressed_total{device="veth4d2d096"} 0 node_network_transmit_compressed_total{device="veth4f5e5ae"} 0 node_network_transmit_compressed_total{device="veth51b3c09"} 0 node_network_transmit_compressed_total{device="veth5411fa8"} 0 node_network_transmit_compressed_total{device="veth573185f"} 0 node_network_transmit_compressed_total{device="veth593d52b"} 0 node_network_transmit_compressed_total{device="veth596c30b"} 0 node_network_transmit_compressed_total{device="veth5984c28"} 0 node_network_transmit_compressed_total{device="veth5d67e3c"} 0 node_network_transmit_compressed_total{device="veth5e944fb"} 0 node_network_transmit_compressed_total{device="veth67e230a"} 0 node_network_transmit_compressed_total{device="veth699e025"} 0 node_network_transmit_compressed_total{device="veth6e18ae8"} 0 node_network_transmit_compressed_total{device="veth7203400"} 0 node_network_transmit_compressed_total{device="veth7276343"} 0 node_network_transmit_compressed_total{device="veth77bb94c"} 0 node_network_transmit_compressed_total{device="veth78c8cad"} 0 node_network_transmit_compressed_total{device="veth7afcdbb"} 0 node_network_transmit_compressed_total{device="veth7d64691"} 0 node_network_transmit_compressed_total{device="veth84accd9"} 0 node_network_transmit_compressed_total{device="veth85a7dca"} 0 node_network_transmit_compressed_total{device="veth8b5a5bb"} 0 node_network_transmit_compressed_total{device="veth8eeae1d"} 0 node_network_transmit_compressed_total{device="veth9140fee"} 0 node_network_transmit_compressed_total{device="veth971daee"} 0 node_network_transmit_compressed_total{device="veth9a447ef"} 0 node_network_transmit_compressed_total{device="veth9ffe78d"} 0 node_network_transmit_compressed_total{device="vetha0f0e56"} 0 node_network_transmit_compressed_total{device="vetha23198a"} 0 node_network_transmit_compressed_total{device="vetha3154ca"} 0 node_network_transmit_compressed_total{device="vetha390c12"} 0 node_network_transmit_compressed_total{device="vetha3fe4ad"} 0 node_network_transmit_compressed_total{device="vetha4790e0"} 0 node_network_transmit_compressed_total{device="vetha4db3b4"} 0 node_network_transmit_compressed_total{device="vetha856ee5"} 0 node_network_transmit_compressed_total{device="vethab62d3a"} 0 node_network_transmit_compressed_total{device="vethac78c60"} 0 node_network_transmit_compressed_total{device="vethadc9c8f"} 0 node_network_transmit_compressed_total{device="vethb26876d"} 0 node_network_transmit_compressed_total{device="vethb2e8234"} 0 node_network_transmit_compressed_total{device="vethb311039"} 0 node_network_transmit_compressed_total{device="vethb491863"} 0 node_network_transmit_compressed_total{device="vethbb110f0"} 0 node_network_transmit_compressed_total{device="vethbbfb23a"} 0 node_network_transmit_compressed_total{device="vethc46bd0a"} 0 node_network_transmit_compressed_total{device="vethc79cafe"} 0 node_network_transmit_compressed_total{device="vethc9f4d19"} 0 node_network_transmit_compressed_total{device="vethca34d63"} 0 node_network_transmit_compressed_total{device="vethd0e42ca"} 0 node_network_transmit_compressed_total{device="vethd1e4fa6"} 0 node_network_transmit_compressed_total{device="vethd58379b"} 0 node_network_transmit_compressed_total{device="vethd678ef4"} 0 node_network_transmit_compressed_total{device="vethd9060b9"} 0 node_network_transmit_compressed_total{device="vethda736e3"} 0 node_network_transmit_compressed_total{device="vethdc5a816"} 0 node_network_transmit_compressed_total{device="vethe281812"} 0 node_network_transmit_compressed_total{device="vethe43a133"} 0 node_network_transmit_compressed_total{device="vetheb3c7b1"} 0 node_network_transmit_compressed_total{device="vethecbd9ac"} 0 node_network_transmit_compressed_total{device="vethedc43ea"} 0 node_network_transmit_compressed_total{device="vetheed3622"} 0 node_network_transmit_compressed_total{device="vethf4660bb"} 0 node_network_transmit_compressed_total{device="vethf7ece7f"} 0 node_network_transmit_compressed_total{device="vethfcff71b"} 0 node_network_transmit_compressed_total{device="vethfeb3c93"} 0 node_network_transmit_compressed_total{device="vethfedccd1"} 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="veth00298ad"} 0 node_network_transmit_drop_total{device="veth04664b5"} 0 node_network_transmit_drop_total{device="veth06127ab"} 0 node_network_transmit_drop_total{device="veth0776ff7"} 0 node_network_transmit_drop_total{device="veth0a16e3f"} 0 node_network_transmit_drop_total{device="veth0ab7927"} 0 node_network_transmit_drop_total{device="veth0c7c825"} 0 node_network_transmit_drop_total{device="veth10dc87b"} 0 node_network_transmit_drop_total{device="veth134915e"} 0 node_network_transmit_drop_total{device="veth190455c"} 0 node_network_transmit_drop_total{device="veth1fa3011"} 0 node_network_transmit_drop_total{device="veth2b8e5ab"} 0 node_network_transmit_drop_total{device="veth309395a"} 0 node_network_transmit_drop_total{device="veth319b3e0"} 0 node_network_transmit_drop_total{device="veth33001f8"} 0 node_network_transmit_drop_total{device="veth334dec9"} 0 node_network_transmit_drop_total{device="veth3ab7763"} 0 node_network_transmit_drop_total{device="veth3c0c16e"} 0 node_network_transmit_drop_total{device="veth3fa8d75"} 0 node_network_transmit_drop_total{device="veth41d8186"} 0 node_network_transmit_drop_total{device="veth43f750e"} 0 node_network_transmit_drop_total{device="veth44a403f"} 0 node_network_transmit_drop_total{device="veth46cbe46"} 0 node_network_transmit_drop_total{device="veth4aaceae"} 0 node_network_transmit_drop_total{device="veth4ac224e"} 0 node_network_transmit_drop_total{device="veth4b2e559"} 0 node_network_transmit_drop_total{device="veth4d2d096"} 0 node_network_transmit_drop_total{device="veth4f5e5ae"} 0 node_network_transmit_drop_total{device="veth51b3c09"} 0 node_network_transmit_drop_total{device="veth5411fa8"} 0 node_network_transmit_drop_total{device="veth573185f"} 0 node_network_transmit_drop_total{device="veth593d52b"} 0 node_network_transmit_drop_total{device="veth596c30b"} 0 node_network_transmit_drop_total{device="veth5984c28"} 0 node_network_transmit_drop_total{device="veth5d67e3c"} 0 node_network_transmit_drop_total{device="veth5e944fb"} 0 node_network_transmit_drop_total{device="veth67e230a"} 0 node_network_transmit_drop_total{device="veth699e025"} 0 node_network_transmit_drop_total{device="veth6e18ae8"} 0 node_network_transmit_drop_total{device="veth7203400"} 0 node_network_transmit_drop_total{device="veth7276343"} 0 node_network_transmit_drop_total{device="veth77bb94c"} 0 node_network_transmit_drop_total{device="veth78c8cad"} 0 node_network_transmit_drop_total{device="veth7afcdbb"} 0 node_network_transmit_drop_total{device="veth7d64691"} 0 node_network_transmit_drop_total{device="veth84accd9"} 0 node_network_transmit_drop_total{device="veth85a7dca"} 0 node_network_transmit_drop_total{device="veth8b5a5bb"} 0 node_network_transmit_drop_total{device="veth8eeae1d"} 0 node_network_transmit_drop_total{device="veth9140fee"} 0 node_network_transmit_drop_total{device="veth971daee"} 0 node_network_transmit_drop_total{device="veth9a447ef"} 0 node_network_transmit_drop_total{device="veth9ffe78d"} 0 node_network_transmit_drop_total{device="vetha0f0e56"} 0 node_network_transmit_drop_total{device="vetha23198a"} 0 node_network_transmit_drop_total{device="vetha3154ca"} 0 node_network_transmit_drop_total{device="vetha390c12"} 0 node_network_transmit_drop_total{device="vetha3fe4ad"} 0 node_network_transmit_drop_total{device="vetha4790e0"} 0 node_network_transmit_drop_total{device="vetha4db3b4"} 0 node_network_transmit_drop_total{device="vetha856ee5"} 0 node_network_transmit_drop_total{device="vethab62d3a"} 0 node_network_transmit_drop_total{device="vethac78c60"} 0 node_network_transmit_drop_total{device="vethadc9c8f"} 0 node_network_transmit_drop_total{device="vethb26876d"} 0 node_network_transmit_drop_total{device="vethb2e8234"} 0 node_network_transmit_drop_total{device="vethb311039"} 0 node_network_transmit_drop_total{device="vethb491863"} 0 node_network_transmit_drop_total{device="vethbb110f0"} 0 node_network_transmit_drop_total{device="vethbbfb23a"} 0 node_network_transmit_drop_total{device="vethc46bd0a"} 0 node_network_transmit_drop_total{device="vethc79cafe"} 0 node_network_transmit_drop_total{device="vethc9f4d19"} 0 node_network_transmit_drop_total{device="vethca34d63"} 0 node_network_transmit_drop_total{device="vethd0e42ca"} 0 node_network_transmit_drop_total{device="vethd1e4fa6"} 0 node_network_transmit_drop_total{device="vethd58379b"} 0 node_network_transmit_drop_total{device="vethd678ef4"} 0 node_network_transmit_drop_total{device="vethd9060b9"} 0 node_network_transmit_drop_total{device="vethda736e3"} 0 node_network_transmit_drop_total{device="vethdc5a816"} 0 node_network_transmit_drop_total{device="vethe281812"} 0 node_network_transmit_drop_total{device="vethe43a133"} 0 node_network_transmit_drop_total{device="vetheb3c7b1"} 0 node_network_transmit_drop_total{device="vethecbd9ac"} 0 node_network_transmit_drop_total{device="vethedc43ea"} 0 node_network_transmit_drop_total{device="vetheed3622"} 0 node_network_transmit_drop_total{device="vethf4660bb"} 0 node_network_transmit_drop_total{device="vethf7ece7f"} 0 node_network_transmit_drop_total{device="vethfcff71b"} 0 node_network_transmit_drop_total{device="vethfeb3c93"} 0 node_network_transmit_drop_total{device="vethfedccd1"} 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="veth00298ad"} 0 node_network_transmit_errs_total{device="veth04664b5"} 0 node_network_transmit_errs_total{device="veth06127ab"} 0 node_network_transmit_errs_total{device="veth0776ff7"} 0 node_network_transmit_errs_total{device="veth0a16e3f"} 0 node_network_transmit_errs_total{device="veth0ab7927"} 0 node_network_transmit_errs_total{device="veth0c7c825"} 0 node_network_transmit_errs_total{device="veth10dc87b"} 0 node_network_transmit_errs_total{device="veth134915e"} 0 node_network_transmit_errs_total{device="veth190455c"} 0 node_network_transmit_errs_total{device="veth1fa3011"} 0 node_network_transmit_errs_total{device="veth2b8e5ab"} 0 node_network_transmit_errs_total{device="veth309395a"} 0 node_network_transmit_errs_total{device="veth319b3e0"} 0 node_network_transmit_errs_total{device="veth33001f8"} 0 node_network_transmit_errs_total{device="veth334dec9"} 0 node_network_transmit_errs_total{device="veth3ab7763"} 0 node_network_transmit_errs_total{device="veth3c0c16e"} 0 node_network_transmit_errs_total{device="veth3fa8d75"} 0 node_network_transmit_errs_total{device="veth41d8186"} 0 node_network_transmit_errs_total{device="veth43f750e"} 0 node_network_transmit_errs_total{device="veth44a403f"} 0 node_network_transmit_errs_total{device="veth46cbe46"} 0 node_network_transmit_errs_total{device="veth4aaceae"} 0 node_network_transmit_errs_total{device="veth4ac224e"} 0 node_network_transmit_errs_total{device="veth4b2e559"} 0 node_network_transmit_errs_total{device="veth4d2d096"} 0 node_network_transmit_errs_total{device="veth4f5e5ae"} 0 node_network_transmit_errs_total{device="veth51b3c09"} 0 node_network_transmit_errs_total{device="veth5411fa8"} 0 node_network_transmit_errs_total{device="veth573185f"} 0 node_network_transmit_errs_total{device="veth593d52b"} 0 node_network_transmit_errs_total{device="veth596c30b"} 0 node_network_transmit_errs_total{device="veth5984c28"} 0 node_network_transmit_errs_total{device="veth5d67e3c"} 0 node_network_transmit_errs_total{device="veth5e944fb"} 0 node_network_transmit_errs_total{device="veth67e230a"} 0 node_network_transmit_errs_total{device="veth699e025"} 0 node_network_transmit_errs_total{device="veth6e18ae8"} 0 node_network_transmit_errs_total{device="veth7203400"} 0 node_network_transmit_errs_total{device="veth7276343"} 0 node_network_transmit_errs_total{device="veth77bb94c"} 0 node_network_transmit_errs_total{device="veth78c8cad"} 0 node_network_transmit_errs_total{device="veth7afcdbb"} 0 node_network_transmit_errs_total{device="veth7d64691"} 0 node_network_transmit_errs_total{device="veth84accd9"} 0 node_network_transmit_errs_total{device="veth85a7dca"} 0 node_network_transmit_errs_total{device="veth8b5a5bb"} 0 node_network_transmit_errs_total{device="veth8eeae1d"} 0 node_network_transmit_errs_total{device="veth9140fee"} 0 node_network_transmit_errs_total{device="veth971daee"} 0 node_network_transmit_errs_total{device="veth9a447ef"} 0 node_network_transmit_errs_total{device="veth9ffe78d"} 0 node_network_transmit_errs_total{device="vetha0f0e56"} 0 node_network_transmit_errs_total{device="vetha23198a"} 0 node_network_transmit_errs_total{device="vetha3154ca"} 0 node_network_transmit_errs_total{device="vetha390c12"} 0 node_network_transmit_errs_total{device="vetha3fe4ad"} 0 node_network_transmit_errs_total{device="vetha4790e0"} 0 node_network_transmit_errs_total{device="vetha4db3b4"} 0 node_network_transmit_errs_total{device="vetha856ee5"} 0 node_network_transmit_errs_total{device="vethab62d3a"} 0 node_network_transmit_errs_total{device="vethac78c60"} 0 node_network_transmit_errs_total{device="vethadc9c8f"} 0 node_network_transmit_errs_total{device="vethb26876d"} 0 node_network_transmit_errs_total{device="vethb2e8234"} 0 node_network_transmit_errs_total{device="vethb311039"} 0 node_network_transmit_errs_total{device="vethb491863"} 0 node_network_transmit_errs_total{device="vethbb110f0"} 0 node_network_transmit_errs_total{device="vethbbfb23a"} 0 node_network_transmit_errs_total{device="vethc46bd0a"} 0 node_network_transmit_errs_total{device="vethc79cafe"} 0 node_network_transmit_errs_total{device="vethc9f4d19"} 0 node_network_transmit_errs_total{device="vethca34d63"} 0 node_network_transmit_errs_total{device="vethd0e42ca"} 0 node_network_transmit_errs_total{device="vethd1e4fa6"} 0 node_network_transmit_errs_total{device="vethd58379b"} 0 node_network_transmit_errs_total{device="vethd678ef4"} 0 node_network_transmit_errs_total{device="vethd9060b9"} 0 node_network_transmit_errs_total{device="vethda736e3"} 0 node_network_transmit_errs_total{device="vethdc5a816"} 0 node_network_transmit_errs_total{device="vethe281812"} 0 node_network_transmit_errs_total{device="vethe43a133"} 0 node_network_transmit_errs_total{device="vetheb3c7b1"} 0 node_network_transmit_errs_total{device="vethecbd9ac"} 0 node_network_transmit_errs_total{device="vethedc43ea"} 0 node_network_transmit_errs_total{device="vetheed3622"} 0 node_network_transmit_errs_total{device="vethf4660bb"} 0 node_network_transmit_errs_total{device="vethf7ece7f"} 0 node_network_transmit_errs_total{device="vethfcff71b"} 0 node_network_transmit_errs_total{device="vethfeb3c93"} 0 node_network_transmit_errs_total{device="vethfedccd1"} 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="veth00298ad"} 0 node_network_transmit_fifo_total{device="veth04664b5"} 0 node_network_transmit_fifo_total{device="veth06127ab"} 0 node_network_transmit_fifo_total{device="veth0776ff7"} 0 node_network_transmit_fifo_total{device="veth0a16e3f"} 0 node_network_transmit_fifo_total{device="veth0ab7927"} 0 node_network_transmit_fifo_total{device="veth0c7c825"} 0 node_network_transmit_fifo_total{device="veth10dc87b"} 0 node_network_transmit_fifo_total{device="veth134915e"} 0 node_network_transmit_fifo_total{device="veth190455c"} 0 node_network_transmit_fifo_total{device="veth1fa3011"} 0 node_network_transmit_fifo_total{device="veth2b8e5ab"} 0 node_network_transmit_fifo_total{device="veth309395a"} 0 node_network_transmit_fifo_total{device="veth319b3e0"} 0 node_network_transmit_fifo_total{device="veth33001f8"} 0 node_network_transmit_fifo_total{device="veth334dec9"} 0 node_network_transmit_fifo_total{device="veth3ab7763"} 0 node_network_transmit_fifo_total{device="veth3c0c16e"} 0 node_network_transmit_fifo_total{device="veth3fa8d75"} 0 node_network_transmit_fifo_total{device="veth41d8186"} 0 node_network_transmit_fifo_total{device="veth43f750e"} 0 node_network_transmit_fifo_total{device="veth44a403f"} 0 node_network_transmit_fifo_total{device="veth46cbe46"} 0 node_network_transmit_fifo_total{device="veth4aaceae"} 0 node_network_transmit_fifo_total{device="veth4ac224e"} 0 node_network_transmit_fifo_total{device="veth4b2e559"} 0 node_network_transmit_fifo_total{device="veth4d2d096"} 0 node_network_transmit_fifo_total{device="veth4f5e5ae"} 0 node_network_transmit_fifo_total{device="veth51b3c09"} 0 node_network_transmit_fifo_total{device="veth5411fa8"} 0 node_network_transmit_fifo_total{device="veth573185f"} 0 node_network_transmit_fifo_total{device="veth593d52b"} 0 node_network_transmit_fifo_total{device="veth596c30b"} 0 node_network_transmit_fifo_total{device="veth5984c28"} 0 node_network_transmit_fifo_total{device="veth5d67e3c"} 0 node_network_transmit_fifo_total{device="veth5e944fb"} 0 node_network_transmit_fifo_total{device="veth67e230a"} 0 node_network_transmit_fifo_total{device="veth699e025"} 0 node_network_transmit_fifo_total{device="veth6e18ae8"} 0 node_network_transmit_fifo_total{device="veth7203400"} 0 node_network_transmit_fifo_total{device="veth7276343"} 0 node_network_transmit_fifo_total{device="veth77bb94c"} 0 node_network_transmit_fifo_total{device="veth78c8cad"} 0 node_network_transmit_fifo_total{device="veth7afcdbb"} 0 node_network_transmit_fifo_total{device="veth7d64691"} 0 node_network_transmit_fifo_total{device="veth84accd9"} 0 node_network_transmit_fifo_total{device="veth85a7dca"} 0 node_network_transmit_fifo_total{device="veth8b5a5bb"} 0 node_network_transmit_fifo_total{device="veth8eeae1d"} 0 node_network_transmit_fifo_total{device="veth9140fee"} 0 node_network_transmit_fifo_total{device="veth971daee"} 0 node_network_transmit_fifo_total{device="veth9a447ef"} 0 node_network_transmit_fifo_total{device="veth9ffe78d"} 0 node_network_transmit_fifo_total{device="vetha0f0e56"} 0 node_network_transmit_fifo_total{device="vetha23198a"} 0 node_network_transmit_fifo_total{device="vetha3154ca"} 0 node_network_transmit_fifo_total{device="vetha390c12"} 0 node_network_transmit_fifo_total{device="vetha3fe4ad"} 0 node_network_transmit_fifo_total{device="vetha4790e0"} 0 node_network_transmit_fifo_total{device="vetha4db3b4"} 0 node_network_transmit_fifo_total{device="vetha856ee5"} 0 node_network_transmit_fifo_total{device="vethab62d3a"} 0 node_network_transmit_fifo_total{device="vethac78c60"} 0 node_network_transmit_fifo_total{device="vethadc9c8f"} 0 node_network_transmit_fifo_total{device="vethb26876d"} 0 node_network_transmit_fifo_total{device="vethb2e8234"} 0 node_network_transmit_fifo_total{device="vethb311039"} 0 node_network_transmit_fifo_total{device="vethb491863"} 0 node_network_transmit_fifo_total{device="vethbb110f0"} 0 node_network_transmit_fifo_total{device="vethbbfb23a"} 0 node_network_transmit_fifo_total{device="vethc46bd0a"} 0 node_network_transmit_fifo_total{device="vethc79cafe"} 0 node_network_transmit_fifo_total{device="vethc9f4d19"} 0 node_network_transmit_fifo_total{device="vethca34d63"} 0 node_network_transmit_fifo_total{device="vethd0e42ca"} 0 node_network_transmit_fifo_total{device="vethd1e4fa6"} 0 node_network_transmit_fifo_total{device="vethd58379b"} 0 node_network_transmit_fifo_total{device="vethd678ef4"} 0 node_network_transmit_fifo_total{device="vethd9060b9"} 0 node_network_transmit_fifo_total{device="vethda736e3"} 0 node_network_transmit_fifo_total{device="vethdc5a816"} 0 node_network_transmit_fifo_total{device="vethe281812"} 0 node_network_transmit_fifo_total{device="vethe43a133"} 0 node_network_transmit_fifo_total{device="vetheb3c7b1"} 0 node_network_transmit_fifo_total{device="vethecbd9ac"} 0 node_network_transmit_fifo_total{device="vethedc43ea"} 0 node_network_transmit_fifo_total{device="vetheed3622"} 0 node_network_transmit_fifo_total{device="vethf4660bb"} 0 node_network_transmit_fifo_total{device="vethf7ece7f"} 0 node_network_transmit_fifo_total{device="vethfcff71b"} 0 node_network_transmit_fifo_total{device="vethfeb3c93"} 0 node_network_transmit_fifo_total{device="vethfedccd1"} 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"} 57044 node_network_transmit_packets_total{device="br-1f437ee92de3"} 3.429706e+06 node_network_transmit_packets_total{device="br-541b70109604"} 168918 node_network_transmit_packets_total{device="br-57fae769631e"} 223873 node_network_transmit_packets_total{device="br-5fe347eda337"} 5 node_network_transmit_packets_total{device="br-607e7f2cc1eb"} 7 node_network_transmit_packets_total{device="br-6461bc9320a1"} 15984 node_network_transmit_packets_total{device="br-8e9e3794015c"} 23047 node_network_transmit_packets_total{device="br-9d8e958996ba"} 145874 node_network_transmit_packets_total{device="br-a7e11f654a04"} 1.66172e+06 node_network_transmit_packets_total{device="br-aaba14ed7a3b"} 7 node_network_transmit_packets_total{device="br-b266df46df77"} 1.347605e+06 node_network_transmit_packets_total{device="br-b79aa99837b3"} 7 node_network_transmit_packets_total{device="br-e0fcc6d4b66e"} 11293 node_network_transmit_packets_total{device="br-eac26a665bc7"} 2.699653e+06 node_network_transmit_packets_total{device="br-f1318694100b"} 18115 node_network_transmit_packets_total{device="br-f37d406e9375"} 17550 node_network_transmit_packets_total{device="br-ff21357210f8"} 99 node_network_transmit_packets_total{device="docker0"} 2623 node_network_transmit_packets_total{device="ens18"} 2.5906041e+07 node_network_transmit_packets_total{device="lo"} 269528 node_network_transmit_packets_total{device="veth00298ad"} 28511 node_network_transmit_packets_total{device="veth04664b5"} 270697 node_network_transmit_packets_total{device="veth06127ab"} 11325 node_network_transmit_packets_total{device="veth0776ff7"} 1875 node_network_transmit_packets_total{device="veth0a16e3f"} 42 node_network_transmit_packets_total{device="veth0ab7927"} 33 node_network_transmit_packets_total{device="veth0c7c825"} 125 node_network_transmit_packets_total{device="veth10dc87b"} 38 node_network_transmit_packets_total{device="veth134915e"} 65 node_network_transmit_packets_total{device="veth190455c"} 43 node_network_transmit_packets_total{device="veth1fa3011"} 37 node_network_transmit_packets_total{device="veth2b8e5ab"} 66 node_network_transmit_packets_total{device="veth309395a"} 43 node_network_transmit_packets_total{device="veth319b3e0"} 65 node_network_transmit_packets_total{device="veth33001f8"} 290752 node_network_transmit_packets_total{device="veth334dec9"} 33 node_network_transmit_packets_total{device="veth3ab7763"} 65 node_network_transmit_packets_total{device="veth3c0c16e"} 34 node_network_transmit_packets_total{device="veth3fa8d75"} 185515 node_network_transmit_packets_total{device="veth41d8186"} 71630 node_network_transmit_packets_total{device="veth43f750e"} 25162 node_network_transmit_packets_total{device="veth44a403f"} 1.687969e+06 node_network_transmit_packets_total{device="veth46cbe46"} 278337 node_network_transmit_packets_total{device="veth4aaceae"} 279127 node_network_transmit_packets_total{device="veth4ac224e"} 161 node_network_transmit_packets_total{device="veth4b2e559"} 53511 node_network_transmit_packets_total{device="veth4d2d096"} 2.760379e+06 node_network_transmit_packets_total{device="veth4f5e5ae"} 373120 node_network_transmit_packets_total{device="veth51b3c09"} 66 node_network_transmit_packets_total{device="veth5411fa8"} 522982 node_network_transmit_packets_total{device="veth573185f"} 66 node_network_transmit_packets_total{device="veth593d52b"} 1.711467e+06 node_network_transmit_packets_total{device="veth596c30b"} 1.938216e+06 node_network_transmit_packets_total{device="veth5984c28"} 55 node_network_transmit_packets_total{device="veth5d67e3c"} 8509 node_network_transmit_packets_total{device="veth5e944fb"} 65 node_network_transmit_packets_total{device="veth67e230a"} 37 node_network_transmit_packets_total{device="veth699e025"} 67372 node_network_transmit_packets_total{device="veth6e18ae8"} 67 node_network_transmit_packets_total{device="veth7203400"} 66 node_network_transmit_packets_total{device="veth7276343"} 32 node_network_transmit_packets_total{device="veth77bb94c"} 451711 node_network_transmit_packets_total{device="veth78c8cad"} 23921 node_network_transmit_packets_total{device="veth7afcdbb"} 16011 node_network_transmit_packets_total{device="veth7d64691"} 73857 node_network_transmit_packets_total{device="veth84accd9"} 43 node_network_transmit_packets_total{device="veth85a7dca"} 350971 node_network_transmit_packets_total{device="veth8b5a5bb"} 18082 node_network_transmit_packets_total{device="veth8eeae1d"} 66 node_network_transmit_packets_total{device="veth9140fee"} 724528 node_network_transmit_packets_total{device="veth971daee"} 34 node_network_transmit_packets_total{device="veth9a447ef"} 23074 node_network_transmit_packets_total{device="veth9ffe78d"} 2017 node_network_transmit_packets_total{device="vetha0f0e56"} 282359 node_network_transmit_packets_total{device="vetha23198a"} 1.278126e+06 node_network_transmit_packets_total{device="vetha3154ca"} 280659 node_network_transmit_packets_total{device="vetha390c12"} 70243 node_network_transmit_packets_total{device="vetha3fe4ad"} 21043 node_network_transmit_packets_total{device="vetha4790e0"} 1.060312e+06 node_network_transmit_packets_total{device="vetha4db3b4"} 624583 node_network_transmit_packets_total{device="vetha856ee5"} 16617 node_network_transmit_packets_total{device="vethab62d3a"} 32 node_network_transmit_packets_total{device="vethac78c60"} 44 node_network_transmit_packets_total{device="vethadc9c8f"} 68 node_network_transmit_packets_total{device="vethb26876d"} 66 node_network_transmit_packets_total{device="vethb2e8234"} 67 node_network_transmit_packets_total{device="vethb311039"} 34 node_network_transmit_packets_total{device="vethb491863"} 46135 node_network_transmit_packets_total{device="vethbb110f0"} 44 node_network_transmit_packets_total{device="vethbbfb23a"} 32 node_network_transmit_packets_total{device="vethc46bd0a"} 44 node_network_transmit_packets_total{device="vethc79cafe"} 148830 node_network_transmit_packets_total{device="vethc9f4d19"} 20908 node_network_transmit_packets_total{device="vethca34d63"} 17577 node_network_transmit_packets_total{device="vethd0e42ca"} 2.538477e+06 node_network_transmit_packets_total{device="vethd1e4fa6"} 321405 node_network_transmit_packets_total{device="vethd58379b"} 50310 node_network_transmit_packets_total{device="vethd678ef4"} 44 node_network_transmit_packets_total{device="vethd9060b9"} 45934 node_network_transmit_packets_total{device="vethda736e3"} 8420 node_network_transmit_packets_total{device="vethdc5a816"} 43 node_network_transmit_packets_total{device="vethe281812"} 121892 node_network_transmit_packets_total{device="vethe43a133"} 352402 node_network_transmit_packets_total{device="vetheb3c7b1"} 51991 node_network_transmit_packets_total{device="vethecbd9ac"} 33 node_network_transmit_packets_total{device="vethedc43ea"} 21525 node_network_transmit_packets_total{device="vetheed3622"} 66 node_network_transmit_packets_total{device="vethf4660bb"} 43 node_network_transmit_packets_total{device="vethf7ece7f"} 1869 node_network_transmit_packets_total{device="vethfcff71b"} 68 node_network_transmit_packets_total{device="vethfeb3c93"} 28435 node_network_transmit_packets_total{device="vethfedccd1"} 66 # 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="veth00298ad"} 0 node_network_transmit_queue_length{device="veth04664b5"} 0 node_network_transmit_queue_length{device="veth06127ab"} 0 node_network_transmit_queue_length{device="veth0776ff7"} 0 node_network_transmit_queue_length{device="veth0a16e3f"} 0 node_network_transmit_queue_length{device="veth0ab7927"} 0 node_network_transmit_queue_length{device="veth0c7c825"} 0 node_network_transmit_queue_length{device="veth10dc87b"} 0 node_network_transmit_queue_length{device="veth134915e"} 0 node_network_transmit_queue_length{device="veth190455c"} 0 node_network_transmit_queue_length{device="veth1fa3011"} 0 node_network_transmit_queue_length{device="veth2b8e5ab"} 0 node_network_transmit_queue_length{device="veth309395a"} 0 node_network_transmit_queue_length{device="veth319b3e0"} 0 node_network_transmit_queue_length{device="veth33001f8"} 0 node_network_transmit_queue_length{device="veth334dec9"} 0 node_network_transmit_queue_length{device="veth3ab7763"} 0 node_network_transmit_queue_length{device="veth3c0c16e"} 0 node_network_transmit_queue_length{device="veth3fa8d75"} 0 node_network_transmit_queue_length{device="veth41d8186"} 0 node_network_transmit_queue_length{device="veth43f750e"} 0 node_network_transmit_queue_length{device="veth44a403f"} 0 node_network_transmit_queue_length{device="veth46cbe46"} 0 node_network_transmit_queue_length{device="veth4aaceae"} 0 node_network_transmit_queue_length{device="veth4ac224e"} 0 node_network_transmit_queue_length{device="veth4b2e559"} 0 node_network_transmit_queue_length{device="veth4d2d096"} 0 node_network_transmit_queue_length{device="veth4f5e5ae"} 0 node_network_transmit_queue_length{device="veth51b3c09"} 0 node_network_transmit_queue_length{device="veth5411fa8"} 0 node_network_transmit_queue_length{device="veth573185f"} 0 node_network_transmit_queue_length{device="veth593d52b"} 0 node_network_transmit_queue_length{device="veth596c30b"} 0 node_network_transmit_queue_length{device="veth5984c28"} 0 node_network_transmit_queue_length{device="veth5d67e3c"} 0 node_network_transmit_queue_length{device="veth5e944fb"} 0 node_network_transmit_queue_length{device="veth67e230a"} 0 node_network_transmit_queue_length{device="veth699e025"} 0 node_network_transmit_queue_length{device="veth6e18ae8"} 0 node_network_transmit_queue_length{device="veth7203400"} 0 node_network_transmit_queue_length{device="veth7276343"} 0 node_network_transmit_queue_length{device="veth77bb94c"} 0 node_network_transmit_queue_length{device="veth78c8cad"} 0 node_network_transmit_queue_length{device="veth7afcdbb"} 0 node_network_transmit_queue_length{device="veth7d64691"} 0 node_network_transmit_queue_length{device="veth84accd9"} 0 node_network_transmit_queue_length{device="veth85a7dca"} 0 node_network_transmit_queue_length{device="veth8b5a5bb"} 0 node_network_transmit_queue_length{device="veth8eeae1d"} 0 node_network_transmit_queue_length{device="veth9140fee"} 0 node_network_transmit_queue_length{device="veth971daee"} 0 node_network_transmit_queue_length{device="veth9a447ef"} 0 node_network_transmit_queue_length{device="veth9ffe78d"} 0 node_network_transmit_queue_length{device="vetha0f0e56"} 0 node_network_transmit_queue_length{device="vetha23198a"} 0 node_network_transmit_queue_length{device="vetha3154ca"} 0 node_network_transmit_queue_length{device="vetha390c12"} 0 node_network_transmit_queue_length{device="vetha3fe4ad"} 0 node_network_transmit_queue_length{device="vetha4790e0"} 0 node_network_transmit_queue_length{device="vetha4db3b4"} 0 node_network_transmit_queue_length{device="vetha856ee5"} 0 node_network_transmit_queue_length{device="vethab62d3a"} 0 node_network_transmit_queue_length{device="vethac78c60"} 0 node_network_transmit_queue_length{device="vethadc9c8f"} 0 node_network_transmit_queue_length{device="vethb26876d"} 0 node_network_transmit_queue_length{device="vethb2e8234"} 0 node_network_transmit_queue_length{device="vethb311039"} 0 node_network_transmit_queue_length{device="vethb491863"} 0 node_network_transmit_queue_length{device="vethbb110f0"} 0 node_network_transmit_queue_length{device="vethbbfb23a"} 0 node_network_transmit_queue_length{device="vethc46bd0a"} 0 node_network_transmit_queue_length{device="vethc79cafe"} 0 node_network_transmit_queue_length{device="vethc9f4d19"} 0 node_network_transmit_queue_length{device="vethca34d63"} 0 node_network_transmit_queue_length{device="vethd0e42ca"} 0 node_network_transmit_queue_length{device="vethd1e4fa6"} 0 node_network_transmit_queue_length{device="vethd58379b"} 0 node_network_transmit_queue_length{device="vethd678ef4"} 0 node_network_transmit_queue_length{device="vethd9060b9"} 0 node_network_transmit_queue_length{device="vethda736e3"} 0 node_network_transmit_queue_length{device="vethdc5a816"} 0 node_network_transmit_queue_length{device="vethe281812"} 0 node_network_transmit_queue_length{device="vethe43a133"} 0 node_network_transmit_queue_length{device="vetheb3c7b1"} 0 node_network_transmit_queue_length{device="vethecbd9ac"} 0 node_network_transmit_queue_length{device="vethedc43ea"} 0 node_network_transmit_queue_length{device="vetheed3622"} 0 node_network_transmit_queue_length{device="vethf4660bb"} 0 node_network_transmit_queue_length{device="vethf7ece7f"} 0 node_network_transmit_queue_length{device="vethfcff71b"} 0 node_network_transmit_queue_length{device="vethfeb3c93"} 0 node_network_transmit_queue_length{device="vethfedccd1"} 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="veth00298ad"} 1 node_network_up{device="veth04664b5"} 1 node_network_up{device="veth06127ab"} 1 node_network_up{device="veth0776ff7"} 1 node_network_up{device="veth0a16e3f"} 1 node_network_up{device="veth0ab7927"} 1 node_network_up{device="veth0c7c825"} 1 node_network_up{device="veth10dc87b"} 1 node_network_up{device="veth134915e"} 1 node_network_up{device="veth190455c"} 1 node_network_up{device="veth1fa3011"} 1 node_network_up{device="veth2b8e5ab"} 1 node_network_up{device="veth309395a"} 1 node_network_up{device="veth319b3e0"} 1 node_network_up{device="veth33001f8"} 1 node_network_up{device="veth334dec9"} 1 node_network_up{device="veth3ab7763"} 1 node_network_up{device="veth3c0c16e"} 1 node_network_up{device="veth3fa8d75"} 1 node_network_up{device="veth41d8186"} 1 node_network_up{device="veth43f750e"} 1 node_network_up{device="veth44a403f"} 1 node_network_up{device="veth46cbe46"} 1 node_network_up{device="veth4aaceae"} 1 node_network_up{device="veth4ac224e"} 1 node_network_up{device="veth4b2e559"} 1 node_network_up{device="veth4d2d096"} 1 node_network_up{device="veth4f5e5ae"} 1 node_network_up{device="veth51b3c09"} 1 node_network_up{device="veth5411fa8"} 1 node_network_up{device="veth573185f"} 1 node_network_up{device="veth593d52b"} 1 node_network_up{device="veth596c30b"} 1 node_network_up{device="veth5984c28"} 1 node_network_up{device="veth5d67e3c"} 1 node_network_up{device="veth5e944fb"} 1 node_network_up{device="veth67e230a"} 1 node_network_up{device="veth699e025"} 1 node_network_up{device="veth6e18ae8"} 1 node_network_up{device="veth7203400"} 1 node_network_up{device="veth7276343"} 1 node_network_up{device="veth77bb94c"} 1 node_network_up{device="veth78c8cad"} 1 node_network_up{device="veth7afcdbb"} 1 node_network_up{device="veth7d64691"} 1 node_network_up{device="veth84accd9"} 1 node_network_up{device="veth85a7dca"} 1 node_network_up{device="veth8b5a5bb"} 1 node_network_up{device="veth8eeae1d"} 1 node_network_up{device="veth9140fee"} 1 node_network_up{device="veth971daee"} 1 node_network_up{device="veth9a447ef"} 1 node_network_up{device="veth9ffe78d"} 1 node_network_up{device="vetha0f0e56"} 1 node_network_up{device="vetha23198a"} 1 node_network_up{device="vetha3154ca"} 1 node_network_up{device="vetha390c12"} 1 node_network_up{device="vetha3fe4ad"} 1 node_network_up{device="vetha4790e0"} 1 node_network_up{device="vetha4db3b4"} 1 node_network_up{device="vetha856ee5"} 1 node_network_up{device="vethab62d3a"} 1 node_network_up{device="vethac78c60"} 1 node_network_up{device="vethadc9c8f"} 1 node_network_up{device="vethb26876d"} 1 node_network_up{device="vethb2e8234"} 1 node_network_up{device="vethb311039"} 1 node_network_up{device="vethb491863"} 1 node_network_up{device="vethbb110f0"} 1 node_network_up{device="vethbbfb23a"} 1 node_network_up{device="vethc46bd0a"} 1 node_network_up{device="vethc79cafe"} 1 node_network_up{device="vethc9f4d19"} 1 node_network_up{device="vethca34d63"} 1 node_network_up{device="vethd0e42ca"} 1 node_network_up{device="vethd1e4fa6"} 1 node_network_up{device="vethd58379b"} 1 node_network_up{device="vethd678ef4"} 1 node_network_up{device="vethd9060b9"} 1 node_network_up{device="vethda736e3"} 1 node_network_up{device="vethdc5a816"} 1 node_network_up{device="vethe281812"} 1 node_network_up{device="vethe43a133"} 1 node_network_up{device="vetheb3c7b1"} 1 node_network_up{device="vethecbd9ac"} 1 node_network_up{device="vethedc43ea"} 1 node_network_up{device="vetheed3622"} 1 node_network_up{device="vethf4660bb"} 1 node_network_up{device="vethf7ece7f"} 1 node_network_up{device="vethfcff71b"} 1 node_network_up{device="vethfeb3c93"} 1 node_network_up{device="vethfedccd1"} 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 548 # 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"} 185 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"} 11464 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 2 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"} 155 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"} 5716 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"} 5744 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"} 12725 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"} 5744 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 5744 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"} 11450 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"} 5745 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"} 5749 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"} 5744 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"} 11489 node_nfs_requests_total{method="StatFs",proto="4"} 1.5291327e+07 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"} 5971 # 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.5385058e+07 # 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.5385029e+07 # 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 363.243061 # 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 8.193833 # 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 9.768237 # 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.00033400000000000004 # 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.0006630000000000001 # 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 256101 # HELP node_processes_pids Number of PIDs # TYPE node_processes_pids gauge node_processes_pids 637 # HELP node_processes_state Number of processes in each state. # TYPE node_processes_state gauge node_processes_state{state="I"} 102 node_processes_state{state="S"} 535 # HELP node_processes_threads Allocated threads in system # TYPE node_processes_threads gauge node_processes_threads 3896 # HELP node_processes_threads_state Number of threads in each state. # TYPE node_processes_threads_state gauge node_processes_threads_state{thread_state="I"} 102 node_processes_threads_state{thread_state="R"} 1 node_processes_threads_state{thread_state="S"} 3793 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 1 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 4307.787553805 node_schedstat_running_seconds_total{cpu="1"} 4215.423049918 node_schedstat_running_seconds_total{cpu="2"} 4207.542901424 node_schedstat_running_seconds_total{cpu="3"} 4371.197602009 node_schedstat_running_seconds_total{cpu="4"} 4324.944063452 node_schedstat_running_seconds_total{cpu="5"} 4374.810112147 node_schedstat_running_seconds_total{cpu="6"} 4374.388355586 node_schedstat_running_seconds_total{cpu="7"} 4442.023956124 node_schedstat_running_seconds_total{cpu="8"} 4369.980025481 node_schedstat_running_seconds_total{cpu="9"} 4328.651563444 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 6.1447424e+07 node_schedstat_timeslices_total{cpu="1"} 6.2302509e+07 node_schedstat_timeslices_total{cpu="2"} 6.2834117e+07 node_schedstat_timeslices_total{cpu="3"} 6.2093459e+07 node_schedstat_timeslices_total{cpu="4"} 6.2361769e+07 node_schedstat_timeslices_total{cpu="5"} 6.2259629e+07 node_schedstat_timeslices_total{cpu="6"} 6.108386e+07 node_schedstat_timeslices_total{cpu="7"} 6.1289539e+07 node_schedstat_timeslices_total{cpu="8"} 6.0606672e+07 node_schedstat_timeslices_total{cpu="9"} 6.0993232e+07 # 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"} 517.766864257 node_schedstat_waiting_seconds_total{cpu="1"} 453.957461078 node_schedstat_waiting_seconds_total{cpu="2"} 506.201386032 node_schedstat_waiting_seconds_total{cpu="3"} 525.132882351 node_schedstat_waiting_seconds_total{cpu="4"} 461.446984693 node_schedstat_waiting_seconds_total{cpu="5"} 545.016091651 node_schedstat_waiting_seconds_total{cpu="6"} 519.834033156 node_schedstat_waiting_seconds_total{cpu="7"} 504.57466379 node_schedstat_waiting_seconds_total{cpu="8"} 534.080408941 node_schedstat_waiting_seconds_total{cpu="9"} 553.453327843 # 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.000484201 node_scrape_collector_duration_seconds{collector="bcache"} 1.6677e-05 node_scrape_collector_duration_seconds{collector="bonding"} 8.607e-06 node_scrape_collector_duration_seconds{collector="btrfs"} 0.00196587 node_scrape_collector_duration_seconds{collector="conntrack"} 5.6151e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.001322106 node_scrape_collector_duration_seconds{collector="cpufreq"} 7.5679e-05 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001209036 node_scrape_collector_duration_seconds{collector="dmi"} 1.0574e-05 node_scrape_collector_duration_seconds{collector="edac"} 2.5158e-05 node_scrape_collector_duration_seconds{collector="entropy"} 6.0985e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 2.715e-05 node_scrape_collector_duration_seconds{collector="filefd"} 3.9278e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.069488731 node_scrape_collector_duration_seconds{collector="hwmon"} 1.8818e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 6.888e-06 node_scrape_collector_duration_seconds{collector="interrupts"} 0.001157476 node_scrape_collector_duration_seconds{collector="ipvs"} 9.629e-06 node_scrape_collector_duration_seconds{collector="loadavg"} 2.6905e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 2.6941e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000144755 node_scrape_collector_duration_seconds{collector="netclass"} 0.065755501 node_scrape_collector_duration_seconds{collector="netdev"} 0.03565309 node_scrape_collector_duration_seconds{collector="netstat"} 0.000759378 node_scrape_collector_duration_seconds{collector="nfs"} 0.000166755 node_scrape_collector_duration_seconds{collector="nfsd"} 2.5457e-05 node_scrape_collector_duration_seconds{collector="nvme"} 3.4369e-05 node_scrape_collector_duration_seconds{collector="os"} 6.4994e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 1.7258e-05 node_scrape_collector_duration_seconds{collector="pressure"} 9.5083e-05 node_scrape_collector_duration_seconds{collector="processes"} 0.120495812 node_scrape_collector_duration_seconds{collector="rapl"} 1.4168e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 8.3381e-05 node_scrape_collector_duration_seconds{collector="selinux"} 1.21e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.00011406 node_scrape_collector_duration_seconds{collector="softnet"} 9.7634e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000166736 node_scrape_collector_duration_seconds{collector="systemd"} 5.8434e-05 node_scrape_collector_duration_seconds{collector="tapestats"} 2.2429e-05 node_scrape_collector_duration_seconds{collector="textfile"} 1.6332e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000365042 node_scrape_collector_duration_seconds{collector="time"} 7.7836e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.3926e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000300372 node_scrape_collector_duration_seconds{collector="uname"} 7.919e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.032692267 node_scrape_collector_duration_seconds{collector="watchdog"} 1.7522e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.5186e-05 node_scrape_collector_duration_seconds{collector="zfs"} 7.952e-06 # 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 732 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 62 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 0 # 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 0 # 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 11 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 929 # 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 3.805184e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 996 # 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"} 5.052923e+06 node_softnet_processed_total{cpu="1"} 3.6737423e+07 node_softnet_processed_total{cpu="2"} 6.964403e+06 node_softnet_processed_total{cpu="3"} 5.867265e+06 node_softnet_processed_total{cpu="4"} 5.367179e+06 node_softnet_processed_total{cpu="5"} 5.149274e+06 node_softnet_processed_total{cpu="6"} 5.329827e+06 node_softnet_processed_total{cpu="7"} 5.124032e+06 node_softnet_processed_total{cpu="8"} 5.037121e+06 node_softnet_processed_total{cpu="9"} 5.01114e+06 # 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"} 1 node_softnet_times_squeezed_total{cpu="1"} 2 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"} 1 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.774498440799569e+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.9999893165130616 # 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.0625 # 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.006411837 # 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-106-generic",sysname="Linux",version="#106-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 6 07:58:08 UTC 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 7.35735228e+08 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 18284 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.068823e+06 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.3351629e+07 # 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 1174.28 # 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 3.2127211748e+10 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 3.3351768103e+10 # 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.6923008e+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.77443282538e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.272885248e+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"} 545 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"} 6552 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0