# 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.4362e-05 go_gc_duration_seconds{quantile="0.25"} 1.8848e-05 go_gc_duration_seconds{quantile="0.5"} 2.3492e-05 go_gc_duration_seconds{quantile="0.75"} 2.9554e-05 go_gc_duration_seconds{quantile="1"} 5.2982e-05 go_gc_duration_seconds_sum 0.798851676 go_gc_duration_seconds_count 33664 # 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 1.706312e+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 8.969346484e+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.98736e+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.592849552e+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.340072e+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 1.706312e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.2009472e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 3.571712e+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 4719 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 7.192576e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.5581184e+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.765336545974043e+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.592854271e+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 68480 # 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 4.194304e+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 856272 # 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.179648e+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.179648e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.3155976e+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 16 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="br-269018c835b3"} 1 node_arp_entries{device="br-2b64803f4baa"} 2 node_arp_entries{device="br-4d06846f6926"} 2 node_arp_entries{device="br-6461bc9320a1"} 1 node_arp_entries{device="br-86099df92b91"} 1 node_arp_entries{device="br-8d661c1c555c"} 6 node_arp_entries{device="br-8e9e3794015c"} 1 node_arp_entries{device="br-a7e11f654a04"} 2 node_arp_entries{device="br-b47674889f31"} 1 node_arp_entries{device="br-b80ea9895659"} 13 node_arp_entries{device="br-d21546c6dd34"} 1 node_arp_entries{device="br-f1318694100b"} 1 node_arp_entries{device="ens18"} 2 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.765274422e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.517339384e+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"} 56575 node_cpu_seconds_total{cpu="0",mode="iowait"} 111.42 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"} 67.3 node_cpu_seconds_total{cpu="0",mode="steal"} 0.58 node_cpu_seconds_total{cpu="0",mode="system"} 1380.15 node_cpu_seconds_total{cpu="0",mode="user"} 3376.77 node_cpu_seconds_total{cpu="1",mode="idle"} 56270.99 node_cpu_seconds_total{cpu="1",mode="iowait"} 93.06 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"} 289.6 node_cpu_seconds_total{cpu="1",mode="steal"} 0.87 node_cpu_seconds_total{cpu="1",mode="system"} 1344.15 node_cpu_seconds_total{cpu="1",mode="user"} 3150.11 node_cpu_seconds_total{cpu="2",mode="idle"} 56657.95 node_cpu_seconds_total{cpu="2",mode="iowait"} 111.89 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 0 node_cpu_seconds_total{cpu="2",mode="softirq"} 140.92 node_cpu_seconds_total{cpu="2",mode="steal"} 0.9 node_cpu_seconds_total{cpu="2",mode="system"} 1444.79 node_cpu_seconds_total{cpu="2",mode="user"} 3204.08 node_cpu_seconds_total{cpu="3",mode="idle"} 56944.55 node_cpu_seconds_total{cpu="3",mode="iowait"} 112 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"} 67.55 node_cpu_seconds_total{cpu="3",mode="steal"} 0.53 node_cpu_seconds_total{cpu="3",mode="system"} 1416.81 node_cpu_seconds_total{cpu="3",mode="user"} 3098.24 node_cpu_seconds_total{cpu="4",mode="idle"} 57021.02 node_cpu_seconds_total{cpu="4",mode="iowait"} 119.2 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 0.05 node_cpu_seconds_total{cpu="4",mode="softirq"} 53.66 node_cpu_seconds_total{cpu="4",mode="steal"} 0.51 node_cpu_seconds_total{cpu="4",mode="system"} 1396.96 node_cpu_seconds_total{cpu="4",mode="user"} 3047.19 node_cpu_seconds_total{cpu="5",mode="idle"} 56877.9 node_cpu_seconds_total{cpu="5",mode="iowait"} 109.99 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"} 48.65 node_cpu_seconds_total{cpu="5",mode="steal"} 0.52 node_cpu_seconds_total{cpu="5",mode="system"} 1392.67 node_cpu_seconds_total{cpu="5",mode="user"} 3211.68 node_cpu_seconds_total{cpu="6",mode="idle"} 56936.87 node_cpu_seconds_total{cpu="6",mode="iowait"} 104.53 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"} 46.74 node_cpu_seconds_total{cpu="6",mode="steal"} 0.52 node_cpu_seconds_total{cpu="6",mode="system"} 1391.72 node_cpu_seconds_total{cpu="6",mode="user"} 3162.42 node_cpu_seconds_total{cpu="7",mode="idle"} 57171.41 node_cpu_seconds_total{cpu="7",mode="iowait"} 103.1 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"} 44.6 node_cpu_seconds_total{cpu="7",mode="steal"} 0.5 node_cpu_seconds_total{cpu="7",mode="system"} 1381.31 node_cpu_seconds_total{cpu="7",mode="user"} 2942.68 node_cpu_seconds_total{cpu="8",mode="idle"} 56820.98 node_cpu_seconds_total{cpu="8",mode="iowait"} 128.04 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"} 43.93 node_cpu_seconds_total{cpu="8",mode="steal"} 0.52 node_cpu_seconds_total{cpu="8",mode="system"} 1392.22 node_cpu_seconds_total{cpu="8",mode="user"} 3261.58 node_cpu_seconds_total{cpu="9",mode="idle"} 56759.59 node_cpu_seconds_total{cpu="9",mode="iowait"} 110.7 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"} 43.03 node_cpu_seconds_total{cpu="9",mode="steal"} 0.52 node_cpu_seconds_total{cpu="9",mode="system"} 1388.2 node_cpu_seconds_total{cpu="9",mode="user"} 3341.87 # 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"} 25.767 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"} 512834 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="1",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"} 747.874 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"} 5233.906 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"} 3.00639744e+10 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"} 4281.573 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"} 500437 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"} 32219 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"} 926.565 node_disk_write_time_seconds_total{device="sr0"} 0 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="sda"} 2.591117e+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.83675e+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"} 6.1296944128e+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 9888 # 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="/"} 2.7975999488e+10 node_filesystem_avail_bytes{device="10.7.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_avail_bytes{device="10.7.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_avail_bytes{device="10.7.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_avail_bytes{device="10.7.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 0 node_filesystem_avail_bytes{device="10.7.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 1.675921195008e+12 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.357904896e+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.7.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_device_error{device="10.7.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_device_error{device="10.7.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_device_error{device="10.7.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 0 node_filesystem_device_error{device="10.7.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.7.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 2.26492416e+08 node_filesystem_files{device="10.7.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 2.26492416e+08 node_filesystem_files{device="10.7.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 2.26492416e+08 node_filesystem_files{device="10.7.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 2.26492416e+08 node_filesystem_files{device="10.7.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 8.388608e+08 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.10805e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.10805e+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.241752e+07 node_filesystem_files_free{device="10.7.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 2.26492398e+08 node_filesystem_files_free{device="10.7.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 2.26492398e+08 node_filesystem_files_free{device="10.7.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 2.26492398e+08 node_filesystem_files_free{device="10.7.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 2.26492398e+08 node_filesystem_files_free{device="10.7.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 8.220198e+08 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.105408e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.108047e+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="/"} 3.7656100864e+10 node_filesystem_free_bytes{device="10.7.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 1.6777216e+07 node_filesystem_free_bytes{device="10.7.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 1.6777216e+07 node_filesystem_free_bytes{device="10.7.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 1.6777216e+07 node_filesystem_free_bytes{device="10.7.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 1.6777216e+07 node_filesystem_free_bytes{device="10.7.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 3.050327506944e+12 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.357904896e+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.7.0.14:/mnt/backups/disk1",major="0",minor="49",mountpoint="/mnt/backups/disk1"} 1 node_filesystem_mount_info{device="10.7.0.14:/mnt/backups/disk2",major="0",minor="51",mountpoint="/mnt/backups/disk2"} 1 node_filesystem_mount_info{device="10.7.0.14:/mnt/backups/disk3",major="0",minor="52",mountpoint="/mnt/backups/disk3"} 1 node_filesystem_mount_info{device="10.7.0.14:/mnt/backups/disk4",major="0",minor="50",mountpoint="/mnt/backups/disk4"} 1 node_filesystem_mount_info{device="10.7.0.14:/mnt/superstorage",major="0",minor="48",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="46",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.7.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_purgeable_bytes{device="10.7.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_purgeable_bytes{device="10.7.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_purgeable_bytes{device="10.7.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 0 node_filesystem_purgeable_bytes{device="10.7.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.7.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_readonly{device="10.7.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_readonly{device="10.7.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_readonly{device="10.7.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 0 node_filesystem_readonly{device="10.7.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.7.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 7.362023784448e+12 node_filesystem_size_bytes{device="10.7.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 7.362023784448e+12 node_filesystem_size_bytes{device="10.7.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 7.362023784448e+12 node_filesystem_size_bytes{device="10.7.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 7.362023784448e+12 node_filesystem_size_bytes{device="10.7.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 2.72699490304e+13 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 1.15084e+06 # 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"} 4.1684179e+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"} 968 node_interrupts_total{cpu="0",devices="",info="Local timer interrupts",type="LOC"} 5.1447433e+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"} 190 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"} 550540 node_interrupts_total{cpu="0",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="0",devices="",info="TLB shootdowns",type="TLB"} 417957 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"} 200674 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.9379407e+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"} 112 node_interrupts_total{cpu="1",devices="",info="Local timer interrupts",type="LOC"} 4.9192423e+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"} 190 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"} 468028 node_interrupts_total{cpu="1",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="1",devices="",info="TLB shootdowns",type="TLB"} 395631 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"} 3.9778134e+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"} 195575 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"} 3.6190978e+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"} 7 node_interrupts_total{cpu="2",devices="",info="Local timer interrupts",type="LOC"} 4.795848e+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"} 190 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"} 545093 node_interrupts_total{cpu="2",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="2",devices="",info="TLB shootdowns",type="TLB"} 408890 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"} 32511 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"} 4.1036052e+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"} 187632 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"} 3.3423996e+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"} 4 node_interrupts_total{cpu="3",devices="",info="Local timer interrupts",type="LOC"} 4.9814179e+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"} 190 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"} 547987 node_interrupts_total{cpu="3",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="3",devices="",info="TLB shootdowns",type="TLB"} 407690 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"} 34 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"} 195369 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"} 3.2578515e+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"} 3 node_interrupts_total{cpu="4",devices="",info="Local timer interrupts",type="LOC"} 5.0621159e+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"} 190 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"} 544962 node_interrupts_total{cpu="4",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="4",devices="",info="TLB shootdowns",type="TLB"} 414958 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"} 21 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"} 197729 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"} 3.2209352e+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"} 20 node_interrupts_total{cpu="5",devices="",info="Local timer interrupts",type="LOC"} 5.0881637e+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"} 190 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"} 543917 node_interrupts_total{cpu="5",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="5",devices="",info="TLB shootdowns",type="TLB"} 408818 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"} 190130 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"} 3.2122479e+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"} 3 node_interrupts_total{cpu="6",devices="",info="Local timer interrupts",type="LOC"} 5.089704e+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"} 190 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"} 541947 node_interrupts_total{cpu="6",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="6",devices="",info="TLB shootdowns",type="TLB"} 409488 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"} 192979 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"} 3.2173721e+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"} 2 node_interrupts_total{cpu="7",devices="",info="Local timer interrupts",type="LOC"} 5.1236147e+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"} 190 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"} 540390 node_interrupts_total{cpu="7",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="7",devices="",info="TLB shootdowns",type="TLB"} 416564 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"} 190806 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"} 3.1803349e+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"} 5.1203936e+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"} 190 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"} 534838 node_interrupts_total{cpu="8",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="8",devices="",info="TLB shootdowns",type="TLB"} 405605 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"} 210978 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"} 3.1613952e+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"} 3 node_interrupts_total{cpu="9",devices="",info="Local timer interrupts",type="LOC"} 5.1299813e+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"} 190 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"} 527273 node_interrupts_total{cpu="9",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="9",devices="",info="TLB shootdowns",type="TLB"} 410570 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"} 194887 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"} 60801 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 9.2594484e+08 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.92 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.84 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.95 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 8.40163328e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 8.972058624e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 5.70425344e+08 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 2.24395264e+08 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.3541408768e+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 3.59657472e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.7731833856e+10 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.5416503296e+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.7093231616e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.7179869184e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.9102957568e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.24239616e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 2.793472e+06 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 6.793457664e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 2.2693240832e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 1.5899783168e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 6.6666496e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.446371328e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.7298997248e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 6.8524032e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.3653149696e+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.38563584e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.867776e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 6.20449792e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.17415424e+08 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 1.612357632e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 9.37865216e+08 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 6.35904e+07 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 7.734022144e+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.4806016e+07 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 6763 # 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 4337 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 4338 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 1904 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 466268 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.82757810499e+11 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.7787017313e+11 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 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 3 # 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 98 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 121 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 248478 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 30 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 2.2725537e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 473 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 5.5502076e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 248504 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 2216 # 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 488825 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 4338 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 648164 # 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-269018c835b3"} 3 node_network_address_assign_type{device="br-2b64803f4baa"} 3 node_network_address_assign_type{device="br-4d06846f6926"} 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-86099df92b91"} 3 node_network_address_assign_type{device="br-8d661c1c555c"} 3 node_network_address_assign_type{device="br-8e9e3794015c"} 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-b47674889f31"} 3 node_network_address_assign_type{device="br-b79aa99837b3"} 3 node_network_address_assign_type{device="br-b80ea9895659"} 3 node_network_address_assign_type{device="br-d21546c6dd34"} 3 node_network_address_assign_type{device="br-e0fcc6d4b66e"} 3 node_network_address_assign_type{device="br-f1318694100b"} 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="veth023864c"} 3 node_network_address_assign_type{device="veth06ba1f6"} 3 node_network_address_assign_type{device="veth0901c7a"} 3 node_network_address_assign_type{device="veth0944b2d"} 3 node_network_address_assign_type{device="veth0afc06e"} 3 node_network_address_assign_type{device="veth0c8e6f1"} 3 node_network_address_assign_type{device="veth156af14"} 3 node_network_address_assign_type{device="veth181d701"} 3 node_network_address_assign_type{device="veth1a5feb5"} 3 node_network_address_assign_type{device="veth1e5b53e"} 3 node_network_address_assign_type{device="veth1f4581d"} 3 node_network_address_assign_type{device="veth1fe42db"} 3 node_network_address_assign_type{device="veth26d14e5"} 3 node_network_address_assign_type{device="veth2a4b010"} 3 node_network_address_assign_type{device="veth2c12f55"} 3 node_network_address_assign_type{device="veth3108d97"} 3 node_network_address_assign_type{device="veth3738a17"} 3 node_network_address_assign_type{device="veth393aaf0"} 3 node_network_address_assign_type{device="veth3a663ae"} 3 node_network_address_assign_type{device="veth3f68d6f"} 3 node_network_address_assign_type{device="veth3fd7644"} 3 node_network_address_assign_type{device="veth4416136"} 3 node_network_address_assign_type{device="veth45cabbe"} 3 node_network_address_assign_type{device="veth463997e"} 3 node_network_address_assign_type{device="veth49274eb"} 3 node_network_address_assign_type{device="veth4934bee"} 3 node_network_address_assign_type{device="veth4a368c0"} 3 node_network_address_assign_type{device="veth4a829e6"} 3 node_network_address_assign_type{device="veth4c83b56"} 3 node_network_address_assign_type{device="veth54329a6"} 3 node_network_address_assign_type{device="veth5573de3"} 3 node_network_address_assign_type{device="veth581a12a"} 3 node_network_address_assign_type{device="veth5c249fb"} 3 node_network_address_assign_type{device="veth5e59cd2"} 3 node_network_address_assign_type{device="veth605239d"} 3 node_network_address_assign_type{device="veth6522863"} 3 node_network_address_assign_type{device="veth671f4ee"} 3 node_network_address_assign_type{device="veth692e877"} 3 node_network_address_assign_type{device="veth6a059a8"} 3 node_network_address_assign_type{device="veth6b01d1a"} 3 node_network_address_assign_type{device="veth6b8a9b4"} 3 node_network_address_assign_type{device="veth6cbda89"} 3 node_network_address_assign_type{device="veth7253d36"} 3 node_network_address_assign_type{device="veth77dab6a"} 3 node_network_address_assign_type{device="veth7905d8b"} 3 node_network_address_assign_type{device="veth83c3ca1"} 3 node_network_address_assign_type{device="veth8874fa6"} 3 node_network_address_assign_type{device="veth8d0f465"} 3 node_network_address_assign_type{device="veth8e43682"} 3 node_network_address_assign_type{device="veth8f71ffa"} 3 node_network_address_assign_type{device="veth91b159d"} 3 node_network_address_assign_type{device="veth91b52fd"} 3 node_network_address_assign_type{device="veth9b76e4d"} 3 node_network_address_assign_type{device="veth9f4ac2b"} 3 node_network_address_assign_type{device="veth9fba79c"} 3 node_network_address_assign_type{device="vethad93bab"} 3 node_network_address_assign_type{device="vethb06dcd5"} 3 node_network_address_assign_type{device="vethb0b0dc2"} 3 node_network_address_assign_type{device="vethb14c5d7"} 3 node_network_address_assign_type{device="vethb538112"} 3 node_network_address_assign_type{device="vethb5fadff"} 3 node_network_address_assign_type{device="vethb7e6de4"} 3 node_network_address_assign_type{device="vethbe96de4"} 3 node_network_address_assign_type{device="vethbfc206f"} 3 node_network_address_assign_type{device="vethc5450c5"} 3 node_network_address_assign_type{device="vethc99d517"} 3 node_network_address_assign_type{device="vethcc8e1b8"} 3 node_network_address_assign_type{device="vethccbb631"} 3 node_network_address_assign_type{device="vethd58c2a1"} 3 node_network_address_assign_type{device="vethd651aec"} 3 node_network_address_assign_type{device="vethd65fd63"} 3 node_network_address_assign_type{device="vethd6abc5f"} 3 node_network_address_assign_type{device="vethd7a76ba"} 3 node_network_address_assign_type{device="vethd8f9738"} 3 node_network_address_assign_type{device="vethd938f64"} 3 node_network_address_assign_type{device="vethdb92bd6"} 3 node_network_address_assign_type{device="vethdc7ce6d"} 3 node_network_address_assign_type{device="vethe07053a"} 3 node_network_address_assign_type{device="vethe16265a"} 3 node_network_address_assign_type{device="vethe3cf8ae"} 3 node_network_address_assign_type{device="vethe725593"} 3 node_network_address_assign_type{device="vethe7d778e"} 3 node_network_address_assign_type{device="vethe807231"} 3 node_network_address_assign_type{device="vetheb0cbfe"} 3 node_network_address_assign_type{device="vethee7ba25"} 3 node_network_address_assign_type{device="vetheea8070"} 3 node_network_address_assign_type{device="vethf01c4de"} 3 node_network_address_assign_type{device="vethf1e19ad"} 3 node_network_address_assign_type{device="vethf7e4c80"} 3 node_network_address_assign_type{device="vethf93124e"} 3 node_network_address_assign_type{device="vethfd4cbd9"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-269018c835b3"} 1 node_network_carrier{device="br-2b64803f4baa"} 1 node_network_carrier{device="br-4d06846f6926"} 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-86099df92b91"} 1 node_network_carrier{device="br-8d661c1c555c"} 1 node_network_carrier{device="br-8e9e3794015c"} 1 node_network_carrier{device="br-a7e11f654a04"} 1 node_network_carrier{device="br-aaba14ed7a3b"} 1 node_network_carrier{device="br-b47674889f31"} 1 node_network_carrier{device="br-b79aa99837b3"} 1 node_network_carrier{device="br-b80ea9895659"} 1 node_network_carrier{device="br-d21546c6dd34"} 1 node_network_carrier{device="br-e0fcc6d4b66e"} 1 node_network_carrier{device="br-f1318694100b"} 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="veth023864c"} 1 node_network_carrier{device="veth06ba1f6"} 1 node_network_carrier{device="veth0901c7a"} 1 node_network_carrier{device="veth0944b2d"} 1 node_network_carrier{device="veth0afc06e"} 1 node_network_carrier{device="veth0c8e6f1"} 1 node_network_carrier{device="veth156af14"} 1 node_network_carrier{device="veth181d701"} 1 node_network_carrier{device="veth1a5feb5"} 1 node_network_carrier{device="veth1e5b53e"} 1 node_network_carrier{device="veth1f4581d"} 1 node_network_carrier{device="veth1fe42db"} 1 node_network_carrier{device="veth26d14e5"} 1 node_network_carrier{device="veth2a4b010"} 1 node_network_carrier{device="veth2c12f55"} 1 node_network_carrier{device="veth3108d97"} 1 node_network_carrier{device="veth3738a17"} 1 node_network_carrier{device="veth393aaf0"} 1 node_network_carrier{device="veth3a663ae"} 1 node_network_carrier{device="veth3f68d6f"} 1 node_network_carrier{device="veth3fd7644"} 1 node_network_carrier{device="veth4416136"} 1 node_network_carrier{device="veth45cabbe"} 1 node_network_carrier{device="veth463997e"} 1 node_network_carrier{device="veth49274eb"} 1 node_network_carrier{device="veth4934bee"} 1 node_network_carrier{device="veth4a368c0"} 1 node_network_carrier{device="veth4a829e6"} 1 node_network_carrier{device="veth4c83b56"} 1 node_network_carrier{device="veth54329a6"} 1 node_network_carrier{device="veth5573de3"} 1 node_network_carrier{device="veth581a12a"} 1 node_network_carrier{device="veth5c249fb"} 1 node_network_carrier{device="veth5e59cd2"} 1 node_network_carrier{device="veth605239d"} 1 node_network_carrier{device="veth6522863"} 1 node_network_carrier{device="veth671f4ee"} 1 node_network_carrier{device="veth692e877"} 1 node_network_carrier{device="veth6a059a8"} 1 node_network_carrier{device="veth6b01d1a"} 1 node_network_carrier{device="veth6b8a9b4"} 1 node_network_carrier{device="veth6cbda89"} 1 node_network_carrier{device="veth7253d36"} 1 node_network_carrier{device="veth77dab6a"} 1 node_network_carrier{device="veth7905d8b"} 1 node_network_carrier{device="veth83c3ca1"} 1 node_network_carrier{device="veth8874fa6"} 1 node_network_carrier{device="veth8d0f465"} 1 node_network_carrier{device="veth8e43682"} 1 node_network_carrier{device="veth8f71ffa"} 1 node_network_carrier{device="veth91b159d"} 1 node_network_carrier{device="veth91b52fd"} 1 node_network_carrier{device="veth9b76e4d"} 1 node_network_carrier{device="veth9f4ac2b"} 1 node_network_carrier{device="veth9fba79c"} 1 node_network_carrier{device="vethad93bab"} 1 node_network_carrier{device="vethb06dcd5"} 1 node_network_carrier{device="vethb0b0dc2"} 1 node_network_carrier{device="vethb14c5d7"} 1 node_network_carrier{device="vethb538112"} 1 node_network_carrier{device="vethb5fadff"} 1 node_network_carrier{device="vethb7e6de4"} 1 node_network_carrier{device="vethbe96de4"} 1 node_network_carrier{device="vethbfc206f"} 1 node_network_carrier{device="vethc5450c5"} 1 node_network_carrier{device="vethc99d517"} 1 node_network_carrier{device="vethcc8e1b8"} 1 node_network_carrier{device="vethccbb631"} 1 node_network_carrier{device="vethd58c2a1"} 1 node_network_carrier{device="vethd651aec"} 1 node_network_carrier{device="vethd65fd63"} 1 node_network_carrier{device="vethd6abc5f"} 1 node_network_carrier{device="vethd7a76ba"} 1 node_network_carrier{device="vethd8f9738"} 1 node_network_carrier{device="vethd938f64"} 1 node_network_carrier{device="vethdb92bd6"} 1 node_network_carrier{device="vethdc7ce6d"} 1 node_network_carrier{device="vethe07053a"} 1 node_network_carrier{device="vethe16265a"} 1 node_network_carrier{device="vethe3cf8ae"} 1 node_network_carrier{device="vethe725593"} 1 node_network_carrier{device="vethe7d778e"} 1 node_network_carrier{device="vethe807231"} 1 node_network_carrier{device="vetheb0cbfe"} 1 node_network_carrier{device="vethee7ba25"} 1 node_network_carrier{device="vetheea8070"} 1 node_network_carrier{device="vethf01c4de"} 1 node_network_carrier{device="vethf1e19ad"} 1 node_network_carrier{device="vethf7e4c80"} 1 node_network_carrier{device="vethf93124e"} 1 node_network_carrier{device="vethfd4cbd9"} 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-269018c835b3"} 28 node_network_carrier_changes_total{device="br-2b64803f4baa"} 4 node_network_carrier_changes_total{device="br-4d06846f6926"} 4 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-86099df92b91"} 4 node_network_carrier_changes_total{device="br-8d661c1c555c"} 4 node_network_carrier_changes_total{device="br-8e9e3794015c"} 4 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-b47674889f31"} 2 node_network_carrier_changes_total{device="br-b79aa99837b3"} 4 node_network_carrier_changes_total{device="br-b80ea9895659"} 2 node_network_carrier_changes_total{device="br-d21546c6dd34"} 2 node_network_carrier_changes_total{device="br-e0fcc6d4b66e"} 2 node_network_carrier_changes_total{device="br-f1318694100b"} 4 node_network_carrier_changes_total{device="br-ff21357210f8"} 4 node_network_carrier_changes_total{device="docker0"} 63 node_network_carrier_changes_total{device="ens18"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth023864c"} 2 node_network_carrier_changes_total{device="veth06ba1f6"} 2 node_network_carrier_changes_total{device="veth0901c7a"} 2 node_network_carrier_changes_total{device="veth0944b2d"} 2 node_network_carrier_changes_total{device="veth0afc06e"} 2 node_network_carrier_changes_total{device="veth0c8e6f1"} 2 node_network_carrier_changes_total{device="veth156af14"} 2 node_network_carrier_changes_total{device="veth181d701"} 2 node_network_carrier_changes_total{device="veth1a5feb5"} 2 node_network_carrier_changes_total{device="veth1e5b53e"} 2 node_network_carrier_changes_total{device="veth1f4581d"} 2 node_network_carrier_changes_total{device="veth1fe42db"} 2 node_network_carrier_changes_total{device="veth26d14e5"} 2 node_network_carrier_changes_total{device="veth2a4b010"} 2 node_network_carrier_changes_total{device="veth2c12f55"} 2 node_network_carrier_changes_total{device="veth3108d97"} 2 node_network_carrier_changes_total{device="veth3738a17"} 2 node_network_carrier_changes_total{device="veth393aaf0"} 2 node_network_carrier_changes_total{device="veth3a663ae"} 2 node_network_carrier_changes_total{device="veth3f68d6f"} 2 node_network_carrier_changes_total{device="veth3fd7644"} 2 node_network_carrier_changes_total{device="veth4416136"} 2 node_network_carrier_changes_total{device="veth45cabbe"} 2 node_network_carrier_changes_total{device="veth463997e"} 2 node_network_carrier_changes_total{device="veth49274eb"} 2 node_network_carrier_changes_total{device="veth4934bee"} 2 node_network_carrier_changes_total{device="veth4a368c0"} 2 node_network_carrier_changes_total{device="veth4a829e6"} 2 node_network_carrier_changes_total{device="veth4c83b56"} 2 node_network_carrier_changes_total{device="veth54329a6"} 2 node_network_carrier_changes_total{device="veth5573de3"} 2 node_network_carrier_changes_total{device="veth581a12a"} 2 node_network_carrier_changes_total{device="veth5c249fb"} 2 node_network_carrier_changes_total{device="veth5e59cd2"} 2 node_network_carrier_changes_total{device="veth605239d"} 2 node_network_carrier_changes_total{device="veth6522863"} 2 node_network_carrier_changes_total{device="veth671f4ee"} 2 node_network_carrier_changes_total{device="veth692e877"} 2 node_network_carrier_changes_total{device="veth6a059a8"} 2 node_network_carrier_changes_total{device="veth6b01d1a"} 2 node_network_carrier_changes_total{device="veth6b8a9b4"} 2 node_network_carrier_changes_total{device="veth6cbda89"} 2 node_network_carrier_changes_total{device="veth7253d36"} 2 node_network_carrier_changes_total{device="veth77dab6a"} 2 node_network_carrier_changes_total{device="veth7905d8b"} 2 node_network_carrier_changes_total{device="veth83c3ca1"} 2 node_network_carrier_changes_total{device="veth8874fa6"} 2 node_network_carrier_changes_total{device="veth8d0f465"} 2 node_network_carrier_changes_total{device="veth8e43682"} 2 node_network_carrier_changes_total{device="veth8f71ffa"} 2 node_network_carrier_changes_total{device="veth91b159d"} 2 node_network_carrier_changes_total{device="veth91b52fd"} 2 node_network_carrier_changes_total{device="veth9b76e4d"} 2 node_network_carrier_changes_total{device="veth9f4ac2b"} 2 node_network_carrier_changes_total{device="veth9fba79c"} 2 node_network_carrier_changes_total{device="vethad93bab"} 2 node_network_carrier_changes_total{device="vethb06dcd5"} 2 node_network_carrier_changes_total{device="vethb0b0dc2"} 2 node_network_carrier_changes_total{device="vethb14c5d7"} 2 node_network_carrier_changes_total{device="vethb538112"} 2 node_network_carrier_changes_total{device="vethb5fadff"} 2 node_network_carrier_changes_total{device="vethb7e6de4"} 2 node_network_carrier_changes_total{device="vethbe96de4"} 2 node_network_carrier_changes_total{device="vethbfc206f"} 2 node_network_carrier_changes_total{device="vethc5450c5"} 2 node_network_carrier_changes_total{device="vethc99d517"} 2 node_network_carrier_changes_total{device="vethcc8e1b8"} 2 node_network_carrier_changes_total{device="vethccbb631"} 2 node_network_carrier_changes_total{device="vethd58c2a1"} 2 node_network_carrier_changes_total{device="vethd651aec"} 2 node_network_carrier_changes_total{device="vethd65fd63"} 2 node_network_carrier_changes_total{device="vethd6abc5f"} 2 node_network_carrier_changes_total{device="vethd7a76ba"} 2 node_network_carrier_changes_total{device="vethd8f9738"} 2 node_network_carrier_changes_total{device="vethd938f64"} 2 node_network_carrier_changes_total{device="vethdb92bd6"} 2 node_network_carrier_changes_total{device="vethdc7ce6d"} 2 node_network_carrier_changes_total{device="vethe07053a"} 2 node_network_carrier_changes_total{device="vethe16265a"} 2 node_network_carrier_changes_total{device="vethe3cf8ae"} 2 node_network_carrier_changes_total{device="vethe725593"} 2 node_network_carrier_changes_total{device="vethe7d778e"} 2 node_network_carrier_changes_total{device="vethe807231"} 2 node_network_carrier_changes_total{device="vetheb0cbfe"} 2 node_network_carrier_changes_total{device="vethee7ba25"} 2 node_network_carrier_changes_total{device="vetheea8070"} 2 node_network_carrier_changes_total{device="vethf01c4de"} 2 node_network_carrier_changes_total{device="vethf1e19ad"} 2 node_network_carrier_changes_total{device="vethf7e4c80"} 2 node_network_carrier_changes_total{device="vethf93124e"} 2 node_network_carrier_changes_total{device="vethfd4cbd9"} 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-269018c835b3"} 14 node_network_carrier_down_changes_total{device="br-2b64803f4baa"} 2 node_network_carrier_down_changes_total{device="br-4d06846f6926"} 2 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-86099df92b91"} 2 node_network_carrier_down_changes_total{device="br-8d661c1c555c"} 2 node_network_carrier_down_changes_total{device="br-8e9e3794015c"} 2 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-b47674889f31"} 1 node_network_carrier_down_changes_total{device="br-b79aa99837b3"} 2 node_network_carrier_down_changes_total{device="br-b80ea9895659"} 1 node_network_carrier_down_changes_total{device="br-d21546c6dd34"} 1 node_network_carrier_down_changes_total{device="br-e0fcc6d4b66e"} 1 node_network_carrier_down_changes_total{device="br-f1318694100b"} 2 node_network_carrier_down_changes_total{device="br-ff21357210f8"} 2 node_network_carrier_down_changes_total{device="docker0"} 32 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="veth023864c"} 1 node_network_carrier_down_changes_total{device="veth06ba1f6"} 1 node_network_carrier_down_changes_total{device="veth0901c7a"} 1 node_network_carrier_down_changes_total{device="veth0944b2d"} 1 node_network_carrier_down_changes_total{device="veth0afc06e"} 1 node_network_carrier_down_changes_total{device="veth0c8e6f1"} 1 node_network_carrier_down_changes_total{device="veth156af14"} 1 node_network_carrier_down_changes_total{device="veth181d701"} 1 node_network_carrier_down_changes_total{device="veth1a5feb5"} 1 node_network_carrier_down_changes_total{device="veth1e5b53e"} 1 node_network_carrier_down_changes_total{device="veth1f4581d"} 1 node_network_carrier_down_changes_total{device="veth1fe42db"} 1 node_network_carrier_down_changes_total{device="veth26d14e5"} 1 node_network_carrier_down_changes_total{device="veth2a4b010"} 1 node_network_carrier_down_changes_total{device="veth2c12f55"} 1 node_network_carrier_down_changes_total{device="veth3108d97"} 1 node_network_carrier_down_changes_total{device="veth3738a17"} 1 node_network_carrier_down_changes_total{device="veth393aaf0"} 1 node_network_carrier_down_changes_total{device="veth3a663ae"} 1 node_network_carrier_down_changes_total{device="veth3f68d6f"} 1 node_network_carrier_down_changes_total{device="veth3fd7644"} 1 node_network_carrier_down_changes_total{device="veth4416136"} 1 node_network_carrier_down_changes_total{device="veth45cabbe"} 1 node_network_carrier_down_changes_total{device="veth463997e"} 1 node_network_carrier_down_changes_total{device="veth49274eb"} 1 node_network_carrier_down_changes_total{device="veth4934bee"} 1 node_network_carrier_down_changes_total{device="veth4a368c0"} 1 node_network_carrier_down_changes_total{device="veth4a829e6"} 1 node_network_carrier_down_changes_total{device="veth4c83b56"} 1 node_network_carrier_down_changes_total{device="veth54329a6"} 1 node_network_carrier_down_changes_total{device="veth5573de3"} 1 node_network_carrier_down_changes_total{device="veth581a12a"} 1 node_network_carrier_down_changes_total{device="veth5c249fb"} 1 node_network_carrier_down_changes_total{device="veth5e59cd2"} 1 node_network_carrier_down_changes_total{device="veth605239d"} 1 node_network_carrier_down_changes_total{device="veth6522863"} 1 node_network_carrier_down_changes_total{device="veth671f4ee"} 1 node_network_carrier_down_changes_total{device="veth692e877"} 1 node_network_carrier_down_changes_total{device="veth6a059a8"} 1 node_network_carrier_down_changes_total{device="veth6b01d1a"} 1 node_network_carrier_down_changes_total{device="veth6b8a9b4"} 1 node_network_carrier_down_changes_total{device="veth6cbda89"} 1 node_network_carrier_down_changes_total{device="veth7253d36"} 1 node_network_carrier_down_changes_total{device="veth77dab6a"} 1 node_network_carrier_down_changes_total{device="veth7905d8b"} 1 node_network_carrier_down_changes_total{device="veth83c3ca1"} 1 node_network_carrier_down_changes_total{device="veth8874fa6"} 1 node_network_carrier_down_changes_total{device="veth8d0f465"} 1 node_network_carrier_down_changes_total{device="veth8e43682"} 1 node_network_carrier_down_changes_total{device="veth8f71ffa"} 1 node_network_carrier_down_changes_total{device="veth91b159d"} 1 node_network_carrier_down_changes_total{device="veth91b52fd"} 1 node_network_carrier_down_changes_total{device="veth9b76e4d"} 1 node_network_carrier_down_changes_total{device="veth9f4ac2b"} 1 node_network_carrier_down_changes_total{device="veth9fba79c"} 1 node_network_carrier_down_changes_total{device="vethad93bab"} 1 node_network_carrier_down_changes_total{device="vethb06dcd5"} 1 node_network_carrier_down_changes_total{device="vethb0b0dc2"} 1 node_network_carrier_down_changes_total{device="vethb14c5d7"} 1 node_network_carrier_down_changes_total{device="vethb538112"} 1 node_network_carrier_down_changes_total{device="vethb5fadff"} 1 node_network_carrier_down_changes_total{device="vethb7e6de4"} 1 node_network_carrier_down_changes_total{device="vethbe96de4"} 1 node_network_carrier_down_changes_total{device="vethbfc206f"} 1 node_network_carrier_down_changes_total{device="vethc5450c5"} 1 node_network_carrier_down_changes_total{device="vethc99d517"} 1 node_network_carrier_down_changes_total{device="vethcc8e1b8"} 1 node_network_carrier_down_changes_total{device="vethccbb631"} 1 node_network_carrier_down_changes_total{device="vethd58c2a1"} 1 node_network_carrier_down_changes_total{device="vethd651aec"} 1 node_network_carrier_down_changes_total{device="vethd65fd63"} 1 node_network_carrier_down_changes_total{device="vethd6abc5f"} 1 node_network_carrier_down_changes_total{device="vethd7a76ba"} 1 node_network_carrier_down_changes_total{device="vethd8f9738"} 1 node_network_carrier_down_changes_total{device="vethd938f64"} 1 node_network_carrier_down_changes_total{device="vethdb92bd6"} 1 node_network_carrier_down_changes_total{device="vethdc7ce6d"} 1 node_network_carrier_down_changes_total{device="vethe07053a"} 1 node_network_carrier_down_changes_total{device="vethe16265a"} 1 node_network_carrier_down_changes_total{device="vethe3cf8ae"} 1 node_network_carrier_down_changes_total{device="vethe725593"} 1 node_network_carrier_down_changes_total{device="vethe7d778e"} 1 node_network_carrier_down_changes_total{device="vethe807231"} 1 node_network_carrier_down_changes_total{device="vetheb0cbfe"} 1 node_network_carrier_down_changes_total{device="vethee7ba25"} 1 node_network_carrier_down_changes_total{device="vetheea8070"} 1 node_network_carrier_down_changes_total{device="vethf01c4de"} 1 node_network_carrier_down_changes_total{device="vethf1e19ad"} 1 node_network_carrier_down_changes_total{device="vethf7e4c80"} 1 node_network_carrier_down_changes_total{device="vethf93124e"} 1 node_network_carrier_down_changes_total{device="vethfd4cbd9"} 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-269018c835b3"} 14 node_network_carrier_up_changes_total{device="br-2b64803f4baa"} 2 node_network_carrier_up_changes_total{device="br-4d06846f6926"} 2 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-86099df92b91"} 2 node_network_carrier_up_changes_total{device="br-8d661c1c555c"} 2 node_network_carrier_up_changes_total{device="br-8e9e3794015c"} 2 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-b47674889f31"} 1 node_network_carrier_up_changes_total{device="br-b79aa99837b3"} 2 node_network_carrier_up_changes_total{device="br-b80ea9895659"} 1 node_network_carrier_up_changes_total{device="br-d21546c6dd34"} 1 node_network_carrier_up_changes_total{device="br-e0fcc6d4b66e"} 1 node_network_carrier_up_changes_total{device="br-f1318694100b"} 2 node_network_carrier_up_changes_total{device="br-ff21357210f8"} 2 node_network_carrier_up_changes_total{device="docker0"} 31 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="veth023864c"} 1 node_network_carrier_up_changes_total{device="veth06ba1f6"} 1 node_network_carrier_up_changes_total{device="veth0901c7a"} 1 node_network_carrier_up_changes_total{device="veth0944b2d"} 1 node_network_carrier_up_changes_total{device="veth0afc06e"} 1 node_network_carrier_up_changes_total{device="veth0c8e6f1"} 1 node_network_carrier_up_changes_total{device="veth156af14"} 1 node_network_carrier_up_changes_total{device="veth181d701"} 1 node_network_carrier_up_changes_total{device="veth1a5feb5"} 1 node_network_carrier_up_changes_total{device="veth1e5b53e"} 1 node_network_carrier_up_changes_total{device="veth1f4581d"} 1 node_network_carrier_up_changes_total{device="veth1fe42db"} 1 node_network_carrier_up_changes_total{device="veth26d14e5"} 1 node_network_carrier_up_changes_total{device="veth2a4b010"} 1 node_network_carrier_up_changes_total{device="veth2c12f55"} 1 node_network_carrier_up_changes_total{device="veth3108d97"} 1 node_network_carrier_up_changes_total{device="veth3738a17"} 1 node_network_carrier_up_changes_total{device="veth393aaf0"} 1 node_network_carrier_up_changes_total{device="veth3a663ae"} 1 node_network_carrier_up_changes_total{device="veth3f68d6f"} 1 node_network_carrier_up_changes_total{device="veth3fd7644"} 1 node_network_carrier_up_changes_total{device="veth4416136"} 1 node_network_carrier_up_changes_total{device="veth45cabbe"} 1 node_network_carrier_up_changes_total{device="veth463997e"} 1 node_network_carrier_up_changes_total{device="veth49274eb"} 1 node_network_carrier_up_changes_total{device="veth4934bee"} 1 node_network_carrier_up_changes_total{device="veth4a368c0"} 1 node_network_carrier_up_changes_total{device="veth4a829e6"} 1 node_network_carrier_up_changes_total{device="veth4c83b56"} 1 node_network_carrier_up_changes_total{device="veth54329a6"} 1 node_network_carrier_up_changes_total{device="veth5573de3"} 1 node_network_carrier_up_changes_total{device="veth581a12a"} 1 node_network_carrier_up_changes_total{device="veth5c249fb"} 1 node_network_carrier_up_changes_total{device="veth5e59cd2"} 1 node_network_carrier_up_changes_total{device="veth605239d"} 1 node_network_carrier_up_changes_total{device="veth6522863"} 1 node_network_carrier_up_changes_total{device="veth671f4ee"} 1 node_network_carrier_up_changes_total{device="veth692e877"} 1 node_network_carrier_up_changes_total{device="veth6a059a8"} 1 node_network_carrier_up_changes_total{device="veth6b01d1a"} 1 node_network_carrier_up_changes_total{device="veth6b8a9b4"} 1 node_network_carrier_up_changes_total{device="veth6cbda89"} 1 node_network_carrier_up_changes_total{device="veth7253d36"} 1 node_network_carrier_up_changes_total{device="veth77dab6a"} 1 node_network_carrier_up_changes_total{device="veth7905d8b"} 1 node_network_carrier_up_changes_total{device="veth83c3ca1"} 1 node_network_carrier_up_changes_total{device="veth8874fa6"} 1 node_network_carrier_up_changes_total{device="veth8d0f465"} 1 node_network_carrier_up_changes_total{device="veth8e43682"} 1 node_network_carrier_up_changes_total{device="veth8f71ffa"} 1 node_network_carrier_up_changes_total{device="veth91b159d"} 1 node_network_carrier_up_changes_total{device="veth91b52fd"} 1 node_network_carrier_up_changes_total{device="veth9b76e4d"} 1 node_network_carrier_up_changes_total{device="veth9f4ac2b"} 1 node_network_carrier_up_changes_total{device="veth9fba79c"} 1 node_network_carrier_up_changes_total{device="vethad93bab"} 1 node_network_carrier_up_changes_total{device="vethb06dcd5"} 1 node_network_carrier_up_changes_total{device="vethb0b0dc2"} 1 node_network_carrier_up_changes_total{device="vethb14c5d7"} 1 node_network_carrier_up_changes_total{device="vethb538112"} 1 node_network_carrier_up_changes_total{device="vethb5fadff"} 1 node_network_carrier_up_changes_total{device="vethb7e6de4"} 1 node_network_carrier_up_changes_total{device="vethbe96de4"} 1 node_network_carrier_up_changes_total{device="vethbfc206f"} 1 node_network_carrier_up_changes_total{device="vethc5450c5"} 1 node_network_carrier_up_changes_total{device="vethc99d517"} 1 node_network_carrier_up_changes_total{device="vethcc8e1b8"} 1 node_network_carrier_up_changes_total{device="vethccbb631"} 1 node_network_carrier_up_changes_total{device="vethd58c2a1"} 1 node_network_carrier_up_changes_total{device="vethd651aec"} 1 node_network_carrier_up_changes_total{device="vethd65fd63"} 1 node_network_carrier_up_changes_total{device="vethd6abc5f"} 1 node_network_carrier_up_changes_total{device="vethd7a76ba"} 1 node_network_carrier_up_changes_total{device="vethd8f9738"} 1 node_network_carrier_up_changes_total{device="vethd938f64"} 1 node_network_carrier_up_changes_total{device="vethdb92bd6"} 1 node_network_carrier_up_changes_total{device="vethdc7ce6d"} 1 node_network_carrier_up_changes_total{device="vethe07053a"} 1 node_network_carrier_up_changes_total{device="vethe16265a"} 1 node_network_carrier_up_changes_total{device="vethe3cf8ae"} 1 node_network_carrier_up_changes_total{device="vethe725593"} 1 node_network_carrier_up_changes_total{device="vethe7d778e"} 1 node_network_carrier_up_changes_total{device="vethe807231"} 1 node_network_carrier_up_changes_total{device="vetheb0cbfe"} 1 node_network_carrier_up_changes_total{device="vethee7ba25"} 1 node_network_carrier_up_changes_total{device="vetheea8070"} 1 node_network_carrier_up_changes_total{device="vethf01c4de"} 1 node_network_carrier_up_changes_total{device="vethf1e19ad"} 1 node_network_carrier_up_changes_total{device="vethf7e4c80"} 1 node_network_carrier_up_changes_total{device="vethf93124e"} 1 node_network_carrier_up_changes_total{device="vethfd4cbd9"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-269018c835b3"} 0 node_network_device_id{device="br-2b64803f4baa"} 0 node_network_device_id{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_device_id{device="br-8d661c1c555c"} 0 node_network_device_id{device="br-8e9e3794015c"} 0 node_network_device_id{device="br-a7e11f654a04"} 0 node_network_device_id{device="br-aaba14ed7a3b"} 0 node_network_device_id{device="br-b47674889f31"} 0 node_network_device_id{device="br-b79aa99837b3"} 0 node_network_device_id{device="br-b80ea9895659"} 0 node_network_device_id{device="br-d21546c6dd34"} 0 node_network_device_id{device="br-e0fcc6d4b66e"} 0 node_network_device_id{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_device_id{device="veth06ba1f6"} 0 node_network_device_id{device="veth0901c7a"} 0 node_network_device_id{device="veth0944b2d"} 0 node_network_device_id{device="veth0afc06e"} 0 node_network_device_id{device="veth0c8e6f1"} 0 node_network_device_id{device="veth156af14"} 0 node_network_device_id{device="veth181d701"} 0 node_network_device_id{device="veth1a5feb5"} 0 node_network_device_id{device="veth1e5b53e"} 0 node_network_device_id{device="veth1f4581d"} 0 node_network_device_id{device="veth1fe42db"} 0 node_network_device_id{device="veth26d14e5"} 0 node_network_device_id{device="veth2a4b010"} 0 node_network_device_id{device="veth2c12f55"} 0 node_network_device_id{device="veth3108d97"} 0 node_network_device_id{device="veth3738a17"} 0 node_network_device_id{device="veth393aaf0"} 0 node_network_device_id{device="veth3a663ae"} 0 node_network_device_id{device="veth3f68d6f"} 0 node_network_device_id{device="veth3fd7644"} 0 node_network_device_id{device="veth4416136"} 0 node_network_device_id{device="veth45cabbe"} 0 node_network_device_id{device="veth463997e"} 0 node_network_device_id{device="veth49274eb"} 0 node_network_device_id{device="veth4934bee"} 0 node_network_device_id{device="veth4a368c0"} 0 node_network_device_id{device="veth4a829e6"} 0 node_network_device_id{device="veth4c83b56"} 0 node_network_device_id{device="veth54329a6"} 0 node_network_device_id{device="veth5573de3"} 0 node_network_device_id{device="veth581a12a"} 0 node_network_device_id{device="veth5c249fb"} 0 node_network_device_id{device="veth5e59cd2"} 0 node_network_device_id{device="veth605239d"} 0 node_network_device_id{device="veth6522863"} 0 node_network_device_id{device="veth671f4ee"} 0 node_network_device_id{device="veth692e877"} 0 node_network_device_id{device="veth6a059a8"} 0 node_network_device_id{device="veth6b01d1a"} 0 node_network_device_id{device="veth6b8a9b4"} 0 node_network_device_id{device="veth6cbda89"} 0 node_network_device_id{device="veth7253d36"} 0 node_network_device_id{device="veth77dab6a"} 0 node_network_device_id{device="veth7905d8b"} 0 node_network_device_id{device="veth83c3ca1"} 0 node_network_device_id{device="veth8874fa6"} 0 node_network_device_id{device="veth8d0f465"} 0 node_network_device_id{device="veth8e43682"} 0 node_network_device_id{device="veth8f71ffa"} 0 node_network_device_id{device="veth91b159d"} 0 node_network_device_id{device="veth91b52fd"} 0 node_network_device_id{device="veth9b76e4d"} 0 node_network_device_id{device="veth9f4ac2b"} 0 node_network_device_id{device="veth9fba79c"} 0 node_network_device_id{device="vethad93bab"} 0 node_network_device_id{device="vethb06dcd5"} 0 node_network_device_id{device="vethb0b0dc2"} 0 node_network_device_id{device="vethb14c5d7"} 0 node_network_device_id{device="vethb538112"} 0 node_network_device_id{device="vethb5fadff"} 0 node_network_device_id{device="vethb7e6de4"} 0 node_network_device_id{device="vethbe96de4"} 0 node_network_device_id{device="vethbfc206f"} 0 node_network_device_id{device="vethc5450c5"} 0 node_network_device_id{device="vethc99d517"} 0 node_network_device_id{device="vethcc8e1b8"} 0 node_network_device_id{device="vethccbb631"} 0 node_network_device_id{device="vethd58c2a1"} 0 node_network_device_id{device="vethd651aec"} 0 node_network_device_id{device="vethd65fd63"} 0 node_network_device_id{device="vethd6abc5f"} 0 node_network_device_id{device="vethd7a76ba"} 0 node_network_device_id{device="vethd8f9738"} 0 node_network_device_id{device="vethd938f64"} 0 node_network_device_id{device="vethdb92bd6"} 0 node_network_device_id{device="vethdc7ce6d"} 0 node_network_device_id{device="vethe07053a"} 0 node_network_device_id{device="vethe16265a"} 0 node_network_device_id{device="vethe3cf8ae"} 0 node_network_device_id{device="vethe725593"} 0 node_network_device_id{device="vethe7d778e"} 0 node_network_device_id{device="vethe807231"} 0 node_network_device_id{device="vetheb0cbfe"} 0 node_network_device_id{device="vethee7ba25"} 0 node_network_device_id{device="vetheea8070"} 0 node_network_device_id{device="vethf01c4de"} 0 node_network_device_id{device="vethf1e19ad"} 0 node_network_device_id{device="vethf7e4c80"} 0 node_network_device_id{device="vethf93124e"} 0 node_network_device_id{device="vethfd4cbd9"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-269018c835b3"} 0 node_network_dormant{device="br-2b64803f4baa"} 0 node_network_dormant{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_dormant{device="br-8d661c1c555c"} 0 node_network_dormant{device="br-8e9e3794015c"} 0 node_network_dormant{device="br-a7e11f654a04"} 0 node_network_dormant{device="br-aaba14ed7a3b"} 0 node_network_dormant{device="br-b47674889f31"} 0 node_network_dormant{device="br-b79aa99837b3"} 0 node_network_dormant{device="br-b80ea9895659"} 0 node_network_dormant{device="br-d21546c6dd34"} 0 node_network_dormant{device="br-e0fcc6d4b66e"} 0 node_network_dormant{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_dormant{device="veth06ba1f6"} 0 node_network_dormant{device="veth0901c7a"} 0 node_network_dormant{device="veth0944b2d"} 0 node_network_dormant{device="veth0afc06e"} 0 node_network_dormant{device="veth0c8e6f1"} 0 node_network_dormant{device="veth156af14"} 0 node_network_dormant{device="veth181d701"} 0 node_network_dormant{device="veth1a5feb5"} 0 node_network_dormant{device="veth1e5b53e"} 0 node_network_dormant{device="veth1f4581d"} 0 node_network_dormant{device="veth1fe42db"} 0 node_network_dormant{device="veth26d14e5"} 0 node_network_dormant{device="veth2a4b010"} 0 node_network_dormant{device="veth2c12f55"} 0 node_network_dormant{device="veth3108d97"} 0 node_network_dormant{device="veth3738a17"} 0 node_network_dormant{device="veth393aaf0"} 0 node_network_dormant{device="veth3a663ae"} 0 node_network_dormant{device="veth3f68d6f"} 0 node_network_dormant{device="veth3fd7644"} 0 node_network_dormant{device="veth4416136"} 0 node_network_dormant{device="veth45cabbe"} 0 node_network_dormant{device="veth463997e"} 0 node_network_dormant{device="veth49274eb"} 0 node_network_dormant{device="veth4934bee"} 0 node_network_dormant{device="veth4a368c0"} 0 node_network_dormant{device="veth4a829e6"} 0 node_network_dormant{device="veth4c83b56"} 0 node_network_dormant{device="veth54329a6"} 0 node_network_dormant{device="veth5573de3"} 0 node_network_dormant{device="veth581a12a"} 0 node_network_dormant{device="veth5c249fb"} 0 node_network_dormant{device="veth5e59cd2"} 0 node_network_dormant{device="veth605239d"} 0 node_network_dormant{device="veth6522863"} 0 node_network_dormant{device="veth671f4ee"} 0 node_network_dormant{device="veth692e877"} 0 node_network_dormant{device="veth6a059a8"} 0 node_network_dormant{device="veth6b01d1a"} 0 node_network_dormant{device="veth6b8a9b4"} 0 node_network_dormant{device="veth6cbda89"} 0 node_network_dormant{device="veth7253d36"} 0 node_network_dormant{device="veth77dab6a"} 0 node_network_dormant{device="veth7905d8b"} 0 node_network_dormant{device="veth83c3ca1"} 0 node_network_dormant{device="veth8874fa6"} 0 node_network_dormant{device="veth8d0f465"} 0 node_network_dormant{device="veth8e43682"} 0 node_network_dormant{device="veth8f71ffa"} 0 node_network_dormant{device="veth91b159d"} 0 node_network_dormant{device="veth91b52fd"} 0 node_network_dormant{device="veth9b76e4d"} 0 node_network_dormant{device="veth9f4ac2b"} 0 node_network_dormant{device="veth9fba79c"} 0 node_network_dormant{device="vethad93bab"} 0 node_network_dormant{device="vethb06dcd5"} 0 node_network_dormant{device="vethb0b0dc2"} 0 node_network_dormant{device="vethb14c5d7"} 0 node_network_dormant{device="vethb538112"} 0 node_network_dormant{device="vethb5fadff"} 0 node_network_dormant{device="vethb7e6de4"} 0 node_network_dormant{device="vethbe96de4"} 0 node_network_dormant{device="vethbfc206f"} 0 node_network_dormant{device="vethc5450c5"} 0 node_network_dormant{device="vethc99d517"} 0 node_network_dormant{device="vethcc8e1b8"} 0 node_network_dormant{device="vethccbb631"} 0 node_network_dormant{device="vethd58c2a1"} 0 node_network_dormant{device="vethd651aec"} 0 node_network_dormant{device="vethd65fd63"} 0 node_network_dormant{device="vethd6abc5f"} 0 node_network_dormant{device="vethd7a76ba"} 0 node_network_dormant{device="vethd8f9738"} 0 node_network_dormant{device="vethd938f64"} 0 node_network_dormant{device="vethdb92bd6"} 0 node_network_dormant{device="vethdc7ce6d"} 0 node_network_dormant{device="vethe07053a"} 0 node_network_dormant{device="vethe16265a"} 0 node_network_dormant{device="vethe3cf8ae"} 0 node_network_dormant{device="vethe725593"} 0 node_network_dormant{device="vethe7d778e"} 0 node_network_dormant{device="vethe807231"} 0 node_network_dormant{device="vetheb0cbfe"} 0 node_network_dormant{device="vethee7ba25"} 0 node_network_dormant{device="vetheea8070"} 0 node_network_dormant{device="vethf01c4de"} 0 node_network_dormant{device="vethf1e19ad"} 0 node_network_dormant{device="vethf7e4c80"} 0 node_network_dormant{device="vethf93124e"} 0 node_network_dormant{device="vethfd4cbd9"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-269018c835b3"} 4099 node_network_flags{device="br-2b64803f4baa"} 4099 node_network_flags{device="br-4d06846f6926"} 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-86099df92b91"} 4099 node_network_flags{device="br-8d661c1c555c"} 4099 node_network_flags{device="br-8e9e3794015c"} 4099 node_network_flags{device="br-a7e11f654a04"} 4099 node_network_flags{device="br-aaba14ed7a3b"} 4099 node_network_flags{device="br-b47674889f31"} 4099 node_network_flags{device="br-b79aa99837b3"} 4099 node_network_flags{device="br-b80ea9895659"} 4099 node_network_flags{device="br-d21546c6dd34"} 4099 node_network_flags{device="br-e0fcc6d4b66e"} 4099 node_network_flags{device="br-f1318694100b"} 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="veth023864c"} 4867 node_network_flags{device="veth06ba1f6"} 4867 node_network_flags{device="veth0901c7a"} 4867 node_network_flags{device="veth0944b2d"} 4867 node_network_flags{device="veth0afc06e"} 4867 node_network_flags{device="veth0c8e6f1"} 4867 node_network_flags{device="veth156af14"} 4867 node_network_flags{device="veth181d701"} 4867 node_network_flags{device="veth1a5feb5"} 4867 node_network_flags{device="veth1e5b53e"} 4867 node_network_flags{device="veth1f4581d"} 4867 node_network_flags{device="veth1fe42db"} 4867 node_network_flags{device="veth26d14e5"} 4867 node_network_flags{device="veth2a4b010"} 4867 node_network_flags{device="veth2c12f55"} 4867 node_network_flags{device="veth3108d97"} 4867 node_network_flags{device="veth3738a17"} 4867 node_network_flags{device="veth393aaf0"} 4867 node_network_flags{device="veth3a663ae"} 4867 node_network_flags{device="veth3f68d6f"} 4867 node_network_flags{device="veth3fd7644"} 4867 node_network_flags{device="veth4416136"} 4867 node_network_flags{device="veth45cabbe"} 4867 node_network_flags{device="veth463997e"} 4867 node_network_flags{device="veth49274eb"} 4867 node_network_flags{device="veth4934bee"} 4867 node_network_flags{device="veth4a368c0"} 4867 node_network_flags{device="veth4a829e6"} 4867 node_network_flags{device="veth4c83b56"} 4867 node_network_flags{device="veth54329a6"} 4867 node_network_flags{device="veth5573de3"} 4867 node_network_flags{device="veth581a12a"} 4867 node_network_flags{device="veth5c249fb"} 4867 node_network_flags{device="veth5e59cd2"} 4867 node_network_flags{device="veth605239d"} 4867 node_network_flags{device="veth6522863"} 4867 node_network_flags{device="veth671f4ee"} 4867 node_network_flags{device="veth692e877"} 4867 node_network_flags{device="veth6a059a8"} 4867 node_network_flags{device="veth6b01d1a"} 4867 node_network_flags{device="veth6b8a9b4"} 4867 node_network_flags{device="veth6cbda89"} 4867 node_network_flags{device="veth7253d36"} 4867 node_network_flags{device="veth77dab6a"} 4867 node_network_flags{device="veth7905d8b"} 4867 node_network_flags{device="veth83c3ca1"} 4867 node_network_flags{device="veth8874fa6"} 4867 node_network_flags{device="veth8d0f465"} 4867 node_network_flags{device="veth8e43682"} 4867 node_network_flags{device="veth8f71ffa"} 4867 node_network_flags{device="veth91b159d"} 4867 node_network_flags{device="veth91b52fd"} 4867 node_network_flags{device="veth9b76e4d"} 4867 node_network_flags{device="veth9f4ac2b"} 4867 node_network_flags{device="veth9fba79c"} 4867 node_network_flags{device="vethad93bab"} 4867 node_network_flags{device="vethb06dcd5"} 4867 node_network_flags{device="vethb0b0dc2"} 4867 node_network_flags{device="vethb14c5d7"} 4867 node_network_flags{device="vethb538112"} 4867 node_network_flags{device="vethb5fadff"} 4867 node_network_flags{device="vethb7e6de4"} 4867 node_network_flags{device="vethbe96de4"} 4867 node_network_flags{device="vethbfc206f"} 4867 node_network_flags{device="vethc5450c5"} 4867 node_network_flags{device="vethc99d517"} 4867 node_network_flags{device="vethcc8e1b8"} 4867 node_network_flags{device="vethccbb631"} 4867 node_network_flags{device="vethd58c2a1"} 4867 node_network_flags{device="vethd651aec"} 4867 node_network_flags{device="vethd65fd63"} 4867 node_network_flags{device="vethd6abc5f"} 4867 node_network_flags{device="vethd7a76ba"} 4867 node_network_flags{device="vethd8f9738"} 4867 node_network_flags{device="vethd938f64"} 4867 node_network_flags{device="vethdb92bd6"} 4867 node_network_flags{device="vethdc7ce6d"} 4867 node_network_flags{device="vethe07053a"} 4867 node_network_flags{device="vethe16265a"} 4867 node_network_flags{device="vethe3cf8ae"} 4867 node_network_flags{device="vethe725593"} 4867 node_network_flags{device="vethe7d778e"} 4867 node_network_flags{device="vethe807231"} 4867 node_network_flags{device="vetheb0cbfe"} 4867 node_network_flags{device="vethee7ba25"} 4867 node_network_flags{device="vetheea8070"} 4867 node_network_flags{device="vethf01c4de"} 4867 node_network_flags{device="vethf1e19ad"} 4867 node_network_flags{device="vethf7e4c80"} 4867 node_network_flags{device="vethf93124e"} 4867 node_network_flags{device="vethfd4cbd9"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-269018c835b3"} 9 node_network_iface_id{device="br-2b64803f4baa"} 10 node_network_iface_id{device="br-4d06846f6926"} 11 node_network_iface_id{device="br-5fe347eda337"} 12 node_network_iface_id{device="br-607e7f2cc1eb"} 16 node_network_iface_id{device="br-6461bc9320a1"} 13 node_network_iface_id{device="br-86099df92b91"} 17 node_network_iface_id{device="br-8d661c1c555c"} 18 node_network_iface_id{device="br-8e9e3794015c"} 14 node_network_iface_id{device="br-a7e11f654a04"} 5 node_network_iface_id{device="br-aaba14ed7a3b"} 3 node_network_iface_id{device="br-b47674889f31"} 15 node_network_iface_id{device="br-b79aa99837b3"} 6 node_network_iface_id{device="br-b80ea9895659"} 20 node_network_iface_id{device="br-d21546c6dd34"} 21 node_network_iface_id{device="br-e0fcc6d4b66e"} 7 node_network_iface_id{device="br-f1318694100b"} 4 node_network_iface_id{device="br-ff21357210f8"} 8 node_network_iface_id{device="docker0"} 19 node_network_iface_id{device="ens18"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth023864c"} 269 node_network_iface_id{device="veth06ba1f6"} 339 node_network_iface_id{device="veth0901c7a"} 251 node_network_iface_id{device="veth0944b2d"} 249 node_network_iface_id{device="veth0afc06e"} 275 node_network_iface_id{device="veth0c8e6f1"} 329 node_network_iface_id{device="veth156af14"} 393 node_network_iface_id{device="veth181d701"} 311 node_network_iface_id{device="veth1a5feb5"} 389 node_network_iface_id{device="veth1e5b53e"} 355 node_network_iface_id{device="veth1f4581d"} 301 node_network_iface_id{device="veth1fe42db"} 337 node_network_iface_id{device="veth26d14e5"} 391 node_network_iface_id{device="veth2a4b010"} 257 node_network_iface_id{device="veth2c12f55"} 357 node_network_iface_id{device="veth3108d97"} 35 node_network_iface_id{device="veth3738a17"} 313 node_network_iface_id{device="veth393aaf0"} 317 node_network_iface_id{device="veth3a663ae"} 277 node_network_iface_id{device="veth3f68d6f"} 253 node_network_iface_id{device="veth3fd7644"} 399 node_network_iface_id{device="veth4416136"} 243 node_network_iface_id{device="veth45cabbe"} 363 node_network_iface_id{device="veth463997e"} 321 node_network_iface_id{device="veth49274eb"} 351 node_network_iface_id{device="veth4934bee"} 247 node_network_iface_id{device="veth4a368c0"} 287 node_network_iface_id{device="veth4a829e6"} 335 node_network_iface_id{device="veth4c83b56"} 261 node_network_iface_id{device="veth54329a6"} 373 node_network_iface_id{device="veth5573de3"} 103 node_network_iface_id{device="veth581a12a"} 265 node_network_iface_id{device="veth5c249fb"} 127 node_network_iface_id{device="veth5e59cd2"} 231 node_network_iface_id{device="veth605239d"} 297 node_network_iface_id{device="veth6522863"} 347 node_network_iface_id{device="veth671f4ee"} 353 node_network_iface_id{device="veth692e877"} 315 node_network_iface_id{device="veth6a059a8"} 385 node_network_iface_id{device="veth6b01d1a"} 291 node_network_iface_id{device="veth6b8a9b4"} 371 node_network_iface_id{device="veth6cbda89"} 387 node_network_iface_id{device="veth7253d36"} 3649 node_network_iface_id{device="veth77dab6a"} 361 node_network_iface_id{device="veth7905d8b"} 235 node_network_iface_id{device="veth83c3ca1"} 53 node_network_iface_id{device="veth8874fa6"} 375 node_network_iface_id{device="veth8d0f465"} 4353 node_network_iface_id{device="veth8e43682"} 263 node_network_iface_id{device="veth8f71ffa"} 341 node_network_iface_id{device="veth91b159d"} 345 node_network_iface_id{device="veth91b52fd"} 309 node_network_iface_id{device="veth9b76e4d"} 403 node_network_iface_id{device="veth9f4ac2b"} 395 node_network_iface_id{device="veth9fba79c"} 245 node_network_iface_id{device="vethad93bab"} 349 node_network_iface_id{device="vethb06dcd5"} 327 node_network_iface_id{device="vethb0b0dc2"} 383 node_network_iface_id{device="vethb14c5d7"} 307 node_network_iface_id{device="vethb538112"} 401 node_network_iface_id{device="vethb5fadff"} 325 node_network_iface_id{device="vethb7e6de4"} 293 node_network_iface_id{device="vethbe96de4"} 271 node_network_iface_id{device="vethbfc206f"} 397 node_network_iface_id{device="vethc5450c5"} 359 node_network_iface_id{device="vethc99d517"} 303 node_network_iface_id{device="vethcc8e1b8"} 381 node_network_iface_id{device="vethccbb631"} 343 node_network_iface_id{device="vethd58c2a1"} 333 node_network_iface_id{device="vethd651aec"} 259 node_network_iface_id{device="vethd65fd63"} 285 node_network_iface_id{device="vethd6abc5f"} 255 node_network_iface_id{device="vethd7a76ba"} 289 node_network_iface_id{device="vethd8f9738"} 239 node_network_iface_id{device="vethd938f64"} 305 node_network_iface_id{device="vethdb92bd6"} 369 node_network_iface_id{device="vethdc7ce6d"} 295 node_network_iface_id{device="vethe07053a"} 281 node_network_iface_id{device="vethe16265a"} 323 node_network_iface_id{device="vethe3cf8ae"} 331 node_network_iface_id{device="vethe725593"} 299 node_network_iface_id{device="vethe7d778e"} 379 node_network_iface_id{device="vethe807231"} 241 node_network_iface_id{device="vetheb0cbfe"} 319 node_network_iface_id{device="vethee7ba25"} 229 node_network_iface_id{device="vetheea8070"} 279 node_network_iface_id{device="vethf01c4de"} 3647 node_network_iface_id{device="vethf1e19ad"} 365 node_network_iface_id{device="vethf7e4c80"} 267 node_network_iface_id{device="vethf93124e"} 97 node_network_iface_id{device="vethfd4cbd9"} 135 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-269018c835b3"} 9 node_network_iface_link{device="br-2b64803f4baa"} 10 node_network_iface_link{device="br-4d06846f6926"} 11 node_network_iface_link{device="br-5fe347eda337"} 12 node_network_iface_link{device="br-607e7f2cc1eb"} 16 node_network_iface_link{device="br-6461bc9320a1"} 13 node_network_iface_link{device="br-86099df92b91"} 17 node_network_iface_link{device="br-8d661c1c555c"} 18 node_network_iface_link{device="br-8e9e3794015c"} 14 node_network_iface_link{device="br-a7e11f654a04"} 5 node_network_iface_link{device="br-aaba14ed7a3b"} 3 node_network_iface_link{device="br-b47674889f31"} 15 node_network_iface_link{device="br-b79aa99837b3"} 6 node_network_iface_link{device="br-b80ea9895659"} 20 node_network_iface_link{device="br-d21546c6dd34"} 21 node_network_iface_link{device="br-e0fcc6d4b66e"} 7 node_network_iface_link{device="br-f1318694100b"} 4 node_network_iface_link{device="br-ff21357210f8"} 8 node_network_iface_link{device="docker0"} 19 node_network_iface_link{device="ens18"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth023864c"} 268 node_network_iface_link{device="veth06ba1f6"} 338 node_network_iface_link{device="veth0901c7a"} 250 node_network_iface_link{device="veth0944b2d"} 248 node_network_iface_link{device="veth0afc06e"} 274 node_network_iface_link{device="veth0c8e6f1"} 328 node_network_iface_link{device="veth156af14"} 392 node_network_iface_link{device="veth181d701"} 310 node_network_iface_link{device="veth1a5feb5"} 388 node_network_iface_link{device="veth1e5b53e"} 354 node_network_iface_link{device="veth1f4581d"} 300 node_network_iface_link{device="veth1fe42db"} 336 node_network_iface_link{device="veth26d14e5"} 390 node_network_iface_link{device="veth2a4b010"} 256 node_network_iface_link{device="veth2c12f55"} 356 node_network_iface_link{device="veth3108d97"} 34 node_network_iface_link{device="veth3738a17"} 312 node_network_iface_link{device="veth393aaf0"} 316 node_network_iface_link{device="veth3a663ae"} 276 node_network_iface_link{device="veth3f68d6f"} 252 node_network_iface_link{device="veth3fd7644"} 398 node_network_iface_link{device="veth4416136"} 242 node_network_iface_link{device="veth45cabbe"} 362 node_network_iface_link{device="veth463997e"} 320 node_network_iface_link{device="veth49274eb"} 350 node_network_iface_link{device="veth4934bee"} 246 node_network_iface_link{device="veth4a368c0"} 286 node_network_iface_link{device="veth4a829e6"} 334 node_network_iface_link{device="veth4c83b56"} 260 node_network_iface_link{device="veth54329a6"} 372 node_network_iface_link{device="veth5573de3"} 102 node_network_iface_link{device="veth581a12a"} 264 node_network_iface_link{device="veth5c249fb"} 126 node_network_iface_link{device="veth5e59cd2"} 230 node_network_iface_link{device="veth605239d"} 296 node_network_iface_link{device="veth6522863"} 346 node_network_iface_link{device="veth671f4ee"} 352 node_network_iface_link{device="veth692e877"} 314 node_network_iface_link{device="veth6a059a8"} 384 node_network_iface_link{device="veth6b01d1a"} 290 node_network_iface_link{device="veth6b8a9b4"} 370 node_network_iface_link{device="veth6cbda89"} 386 node_network_iface_link{device="veth7253d36"} 3648 node_network_iface_link{device="veth77dab6a"} 360 node_network_iface_link{device="veth7905d8b"} 234 node_network_iface_link{device="veth83c3ca1"} 52 node_network_iface_link{device="veth8874fa6"} 374 node_network_iface_link{device="veth8d0f465"} 4352 node_network_iface_link{device="veth8e43682"} 262 node_network_iface_link{device="veth8f71ffa"} 340 node_network_iface_link{device="veth91b159d"} 344 node_network_iface_link{device="veth91b52fd"} 308 node_network_iface_link{device="veth9b76e4d"} 402 node_network_iface_link{device="veth9f4ac2b"} 394 node_network_iface_link{device="veth9fba79c"} 244 node_network_iface_link{device="vethad93bab"} 348 node_network_iface_link{device="vethb06dcd5"} 326 node_network_iface_link{device="vethb0b0dc2"} 382 node_network_iface_link{device="vethb14c5d7"} 306 node_network_iface_link{device="vethb538112"} 400 node_network_iface_link{device="vethb5fadff"} 324 node_network_iface_link{device="vethb7e6de4"} 292 node_network_iface_link{device="vethbe96de4"} 270 node_network_iface_link{device="vethbfc206f"} 396 node_network_iface_link{device="vethc5450c5"} 358 node_network_iface_link{device="vethc99d517"} 302 node_network_iface_link{device="vethcc8e1b8"} 380 node_network_iface_link{device="vethccbb631"} 342 node_network_iface_link{device="vethd58c2a1"} 332 node_network_iface_link{device="vethd651aec"} 258 node_network_iface_link{device="vethd65fd63"} 284 node_network_iface_link{device="vethd6abc5f"} 254 node_network_iface_link{device="vethd7a76ba"} 288 node_network_iface_link{device="vethd8f9738"} 238 node_network_iface_link{device="vethd938f64"} 304 node_network_iface_link{device="vethdb92bd6"} 368 node_network_iface_link{device="vethdc7ce6d"} 294 node_network_iface_link{device="vethe07053a"} 280 node_network_iface_link{device="vethe16265a"} 322 node_network_iface_link{device="vethe3cf8ae"} 330 node_network_iface_link{device="vethe725593"} 298 node_network_iface_link{device="vethe7d778e"} 378 node_network_iface_link{device="vethe807231"} 240 node_network_iface_link{device="vetheb0cbfe"} 318 node_network_iface_link{device="vethee7ba25"} 228 node_network_iface_link{device="vetheea8070"} 278 node_network_iface_link{device="vethf01c4de"} 3646 node_network_iface_link{device="vethf1e19ad"} 364 node_network_iface_link{device="vethf7e4c80"} 266 node_network_iface_link{device="vethf93124e"} 96 node_network_iface_link{device="vethfd4cbd9"} 134 # 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-269018c835b3"} 0 node_network_iface_link_mode{device="br-2b64803f4baa"} 0 node_network_iface_link_mode{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_iface_link_mode{device="br-8d661c1c555c"} 0 node_network_iface_link_mode{device="br-8e9e3794015c"} 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-b47674889f31"} 0 node_network_iface_link_mode{device="br-b79aa99837b3"} 0 node_network_iface_link_mode{device="br-b80ea9895659"} 0 node_network_iface_link_mode{device="br-d21546c6dd34"} 0 node_network_iface_link_mode{device="br-e0fcc6d4b66e"} 0 node_network_iface_link_mode{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_iface_link_mode{device="veth06ba1f6"} 0 node_network_iface_link_mode{device="veth0901c7a"} 0 node_network_iface_link_mode{device="veth0944b2d"} 0 node_network_iface_link_mode{device="veth0afc06e"} 0 node_network_iface_link_mode{device="veth0c8e6f1"} 0 node_network_iface_link_mode{device="veth156af14"} 0 node_network_iface_link_mode{device="veth181d701"} 0 node_network_iface_link_mode{device="veth1a5feb5"} 0 node_network_iface_link_mode{device="veth1e5b53e"} 0 node_network_iface_link_mode{device="veth1f4581d"} 0 node_network_iface_link_mode{device="veth1fe42db"} 0 node_network_iface_link_mode{device="veth26d14e5"} 0 node_network_iface_link_mode{device="veth2a4b010"} 0 node_network_iface_link_mode{device="veth2c12f55"} 0 node_network_iface_link_mode{device="veth3108d97"} 0 node_network_iface_link_mode{device="veth3738a17"} 0 node_network_iface_link_mode{device="veth393aaf0"} 0 node_network_iface_link_mode{device="veth3a663ae"} 0 node_network_iface_link_mode{device="veth3f68d6f"} 0 node_network_iface_link_mode{device="veth3fd7644"} 0 node_network_iface_link_mode{device="veth4416136"} 0 node_network_iface_link_mode{device="veth45cabbe"} 0 node_network_iface_link_mode{device="veth463997e"} 0 node_network_iface_link_mode{device="veth49274eb"} 0 node_network_iface_link_mode{device="veth4934bee"} 0 node_network_iface_link_mode{device="veth4a368c0"} 0 node_network_iface_link_mode{device="veth4a829e6"} 0 node_network_iface_link_mode{device="veth4c83b56"} 0 node_network_iface_link_mode{device="veth54329a6"} 0 node_network_iface_link_mode{device="veth5573de3"} 0 node_network_iface_link_mode{device="veth581a12a"} 0 node_network_iface_link_mode{device="veth5c249fb"} 0 node_network_iface_link_mode{device="veth5e59cd2"} 0 node_network_iface_link_mode{device="veth605239d"} 0 node_network_iface_link_mode{device="veth6522863"} 0 node_network_iface_link_mode{device="veth671f4ee"} 0 node_network_iface_link_mode{device="veth692e877"} 0 node_network_iface_link_mode{device="veth6a059a8"} 0 node_network_iface_link_mode{device="veth6b01d1a"} 0 node_network_iface_link_mode{device="veth6b8a9b4"} 0 node_network_iface_link_mode{device="veth6cbda89"} 0 node_network_iface_link_mode{device="veth7253d36"} 0 node_network_iface_link_mode{device="veth77dab6a"} 0 node_network_iface_link_mode{device="veth7905d8b"} 0 node_network_iface_link_mode{device="veth83c3ca1"} 0 node_network_iface_link_mode{device="veth8874fa6"} 0 node_network_iface_link_mode{device="veth8d0f465"} 0 node_network_iface_link_mode{device="veth8e43682"} 0 node_network_iface_link_mode{device="veth8f71ffa"} 0 node_network_iface_link_mode{device="veth91b159d"} 0 node_network_iface_link_mode{device="veth91b52fd"} 0 node_network_iface_link_mode{device="veth9b76e4d"} 0 node_network_iface_link_mode{device="veth9f4ac2b"} 0 node_network_iface_link_mode{device="veth9fba79c"} 0 node_network_iface_link_mode{device="vethad93bab"} 0 node_network_iface_link_mode{device="vethb06dcd5"} 0 node_network_iface_link_mode{device="vethb0b0dc2"} 0 node_network_iface_link_mode{device="vethb14c5d7"} 0 node_network_iface_link_mode{device="vethb538112"} 0 node_network_iface_link_mode{device="vethb5fadff"} 0 node_network_iface_link_mode{device="vethb7e6de4"} 0 node_network_iface_link_mode{device="vethbe96de4"} 0 node_network_iface_link_mode{device="vethbfc206f"} 0 node_network_iface_link_mode{device="vethc5450c5"} 0 node_network_iface_link_mode{device="vethc99d517"} 0 node_network_iface_link_mode{device="vethcc8e1b8"} 0 node_network_iface_link_mode{device="vethccbb631"} 0 node_network_iface_link_mode{device="vethd58c2a1"} 0 node_network_iface_link_mode{device="vethd651aec"} 0 node_network_iface_link_mode{device="vethd65fd63"} 0 node_network_iface_link_mode{device="vethd6abc5f"} 0 node_network_iface_link_mode{device="vethd7a76ba"} 0 node_network_iface_link_mode{device="vethd8f9738"} 0 node_network_iface_link_mode{device="vethd938f64"} 0 node_network_iface_link_mode{device="vethdb92bd6"} 0 node_network_iface_link_mode{device="vethdc7ce6d"} 0 node_network_iface_link_mode{device="vethe07053a"} 0 node_network_iface_link_mode{device="vethe16265a"} 0 node_network_iface_link_mode{device="vethe3cf8ae"} 0 node_network_iface_link_mode{device="vethe725593"} 0 node_network_iface_link_mode{device="vethe7d778e"} 0 node_network_iface_link_mode{device="vethe807231"} 0 node_network_iface_link_mode{device="vetheb0cbfe"} 0 node_network_iface_link_mode{device="vethee7ba25"} 0 node_network_iface_link_mode{device="vetheea8070"} 0 node_network_iface_link_mode{device="vethf01c4de"} 0 node_network_iface_link_mode{device="vethf1e19ad"} 0 node_network_iface_link_mode{device="vethf7e4c80"} 0 node_network_iface_link_mode{device="vethf93124e"} 0 node_network_iface_link_mode{device="vethfd4cbd9"} 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:0a:a5:a8:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-aaba14ed7a3b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3e:88:a9:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ff21357210f8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:53:61:11:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8e9e3794015c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:6b:cf:53:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-607e7f2cc1eb",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:77:3a:9f:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e0fcc6d4b66e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7f:68:3b:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f1318694100b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8e:67:38:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8d661c1c555c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:93:7e:74:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4d06846f6926",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:98:dd:92:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6461bc9320a1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:af:7d:d7:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:ba:59:aa:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b79aa99837b3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:cd:c0:34:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-269018c835b3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e5:50:72:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5fe347eda337",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e5:a6:4c:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b80ea9895659",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ee:3b:e4:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a7e11f654a04",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f2:ea:c8:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d21546c6dd34",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f3:ed:59:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2b64803f4baa",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f6:47:eb:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b47674889f31",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:fe:e9:92:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-86099df92b91",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="06:1e:85:1d:ee:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth06ba1f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:a4:ad:e5:ed:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5e59cd2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:65:c5:86:a7:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd938f64",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:b1:48:ac:9a:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth83c3ca1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:33:3b:e0:0a:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf7e4c80",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:34:3b:6a:b1:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth581a12a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:5f:2c:96:a4:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2c12f55",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:9a:79:b7:b5:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth156af14",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:fc:1b:30:55:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4a829e6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:25:b2:f6:1b:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb7e6de4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:3d:06:b6:c9:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc5450c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:a1:21:94:3a:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7905d8b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:5c:0b:2b:a8:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3fd7644",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:02:7c:71:2e:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b76e4d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:6b:f2:24:6f:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc99d517",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:df:6d:4d:9b:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth77dab6a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:71:ed:1c:7d:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdb92bd6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:d4:eb:a2:61:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth393aaf0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:de:81:b3:a1:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd6abc5f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:e6:c2:86:50:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcc8e1b8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:41:83:b9:5b:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth45cabbe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:79:7c:9b:93:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b01d1a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:87:8a:0f:7d:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f4ac2b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:88:3c:0f:98:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd65fd63",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:a2:82:ba:8e:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe07053a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:b5:b3:25:7a:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2a4b010",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:c0:52:30:06:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad93bab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:e2:9a:8a:2c:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf93124e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:72:84:a8:8f:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8f9738",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:47:c0:67:60:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4934bee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:a1:4f:f1:34:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth671f4ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:d4:87:f7:08:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4c83b56",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:76:1f:72:ba:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7d778e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:b7:07:ad:c7:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a059a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:4f:b4:1b:4e:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth605239d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:66:40:96:f4:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb538112",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:89:d3:ef:70:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb06dcd5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:b1:51:0d:62:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth463997e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:b2:57:92:6c:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdc7ce6d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:b0:34:65:bd:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf01c4de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:43:89:a9:d6:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth023864c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:49:8e:fa:0e:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe16265a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:e7:35:3d:32:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3108d97",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:62:61:16:d6:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8874fa6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:ee:60:74:e7:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd4cbd9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:96:b2:b7:88:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7253d36",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:97:4d:17:eb:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6cbda89",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:ac:8e:ae:bc:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth181d701",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:76:3b:71:58:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb0b0dc2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:0f:0e:24:65:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth692e877",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:6d:09:7e:2f:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbfc206f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:d2:85:d4:72:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe725593",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:86:6c:79:bf:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd7a76ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:1a:1f:6b:7e:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54329a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:ff:8f:73:e2:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b8a9b4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:03:8e:d5:14:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c249fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:16:36:93:0b:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e5b53e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:53:42:bf:82:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1fe42db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:c9:bd:ed:03:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0944b2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:9f:93:f6:41:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb5fadff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:a4:72:f5:50:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb0cbfe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:2f:cd:a3:04:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1a5feb5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:8a:7d:7d:06:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth26d14e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:ba:44:e9:50:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheea8070",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:2b:13:b8:35:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3738a17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:49:b2:92:99:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth91b159d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:bb:c2:9a:96:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9fba79c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:c8:31:14:de:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4416136",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:cc:ff:7d:e6:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf1e19ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:9d:13:26:63:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d0f465",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:64:ab:f1:3e:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4a368c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:69:8f:ce:32:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8e43682",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:5d:33:db:f0:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee7ba25",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:0e:f8:f3:0e:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6522863",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:9e:8b:b2:39:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe96de4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:1e:22:ac:f3:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth91b52fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:c5:7f:dd:a7:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe3cf8ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:43:62:49:33:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd651aec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:8f:89:cd:a9:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd58c2a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:b2:a1:ea:fd:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c8e6f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:a8:e8:f3:60:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth49274eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:c8:03:c8:7c:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f4581d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:37:aa:e3:53:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f71ffa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:e1:c8:6c:1a:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb14c5d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:48:0c:cb:f1:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0901c7a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:0d:c0:3c:ba:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe807231",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:00:8a:39:73:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5573de3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:59:f2:05:1e:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethccbb631",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:cb:14:ef:6e:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f68d6f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:dd:76:4e:ce:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a663ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:ee:b6:93:e1:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0afc06e",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-269018c835b3"} 1500 node_network_mtu_bytes{device="br-2b64803f4baa"} 1500 node_network_mtu_bytes{device="br-4d06846f6926"} 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-86099df92b91"} 1500 node_network_mtu_bytes{device="br-8d661c1c555c"} 1500 node_network_mtu_bytes{device="br-8e9e3794015c"} 1500 node_network_mtu_bytes{device="br-a7e11f654a04"} 1500 node_network_mtu_bytes{device="br-aaba14ed7a3b"} 1500 node_network_mtu_bytes{device="br-b47674889f31"} 1500 node_network_mtu_bytes{device="br-b79aa99837b3"} 1500 node_network_mtu_bytes{device="br-b80ea9895659"} 1500 node_network_mtu_bytes{device="br-d21546c6dd34"} 1500 node_network_mtu_bytes{device="br-e0fcc6d4b66e"} 1500 node_network_mtu_bytes{device="br-f1318694100b"} 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="veth023864c"} 1500 node_network_mtu_bytes{device="veth06ba1f6"} 1500 node_network_mtu_bytes{device="veth0901c7a"} 1500 node_network_mtu_bytes{device="veth0944b2d"} 1500 node_network_mtu_bytes{device="veth0afc06e"} 1500 node_network_mtu_bytes{device="veth0c8e6f1"} 1500 node_network_mtu_bytes{device="veth156af14"} 1500 node_network_mtu_bytes{device="veth181d701"} 1500 node_network_mtu_bytes{device="veth1a5feb5"} 1500 node_network_mtu_bytes{device="veth1e5b53e"} 1500 node_network_mtu_bytes{device="veth1f4581d"} 1500 node_network_mtu_bytes{device="veth1fe42db"} 1500 node_network_mtu_bytes{device="veth26d14e5"} 1500 node_network_mtu_bytes{device="veth2a4b010"} 1500 node_network_mtu_bytes{device="veth2c12f55"} 1500 node_network_mtu_bytes{device="veth3108d97"} 1500 node_network_mtu_bytes{device="veth3738a17"} 1500 node_network_mtu_bytes{device="veth393aaf0"} 1500 node_network_mtu_bytes{device="veth3a663ae"} 1500 node_network_mtu_bytes{device="veth3f68d6f"} 1500 node_network_mtu_bytes{device="veth3fd7644"} 1500 node_network_mtu_bytes{device="veth4416136"} 1500 node_network_mtu_bytes{device="veth45cabbe"} 1500 node_network_mtu_bytes{device="veth463997e"} 1500 node_network_mtu_bytes{device="veth49274eb"} 1500 node_network_mtu_bytes{device="veth4934bee"} 1500 node_network_mtu_bytes{device="veth4a368c0"} 1500 node_network_mtu_bytes{device="veth4a829e6"} 1500 node_network_mtu_bytes{device="veth4c83b56"} 1500 node_network_mtu_bytes{device="veth54329a6"} 1500 node_network_mtu_bytes{device="veth5573de3"} 1500 node_network_mtu_bytes{device="veth581a12a"} 1500 node_network_mtu_bytes{device="veth5c249fb"} 1500 node_network_mtu_bytes{device="veth5e59cd2"} 1500 node_network_mtu_bytes{device="veth605239d"} 1500 node_network_mtu_bytes{device="veth6522863"} 1500 node_network_mtu_bytes{device="veth671f4ee"} 1500 node_network_mtu_bytes{device="veth692e877"} 1500 node_network_mtu_bytes{device="veth6a059a8"} 1500 node_network_mtu_bytes{device="veth6b01d1a"} 1500 node_network_mtu_bytes{device="veth6b8a9b4"} 1500 node_network_mtu_bytes{device="veth6cbda89"} 1500 node_network_mtu_bytes{device="veth7253d36"} 1500 node_network_mtu_bytes{device="veth77dab6a"} 1500 node_network_mtu_bytes{device="veth7905d8b"} 1500 node_network_mtu_bytes{device="veth83c3ca1"} 1500 node_network_mtu_bytes{device="veth8874fa6"} 1500 node_network_mtu_bytes{device="veth8d0f465"} 1500 node_network_mtu_bytes{device="veth8e43682"} 1500 node_network_mtu_bytes{device="veth8f71ffa"} 1500 node_network_mtu_bytes{device="veth91b159d"} 1500 node_network_mtu_bytes{device="veth91b52fd"} 1500 node_network_mtu_bytes{device="veth9b76e4d"} 1500 node_network_mtu_bytes{device="veth9f4ac2b"} 1500 node_network_mtu_bytes{device="veth9fba79c"} 1500 node_network_mtu_bytes{device="vethad93bab"} 1500 node_network_mtu_bytes{device="vethb06dcd5"} 1500 node_network_mtu_bytes{device="vethb0b0dc2"} 1500 node_network_mtu_bytes{device="vethb14c5d7"} 1500 node_network_mtu_bytes{device="vethb538112"} 1500 node_network_mtu_bytes{device="vethb5fadff"} 1500 node_network_mtu_bytes{device="vethb7e6de4"} 1500 node_network_mtu_bytes{device="vethbe96de4"} 1500 node_network_mtu_bytes{device="vethbfc206f"} 1500 node_network_mtu_bytes{device="vethc5450c5"} 1500 node_network_mtu_bytes{device="vethc99d517"} 1500 node_network_mtu_bytes{device="vethcc8e1b8"} 1500 node_network_mtu_bytes{device="vethccbb631"} 1500 node_network_mtu_bytes{device="vethd58c2a1"} 1500 node_network_mtu_bytes{device="vethd651aec"} 1500 node_network_mtu_bytes{device="vethd65fd63"} 1500 node_network_mtu_bytes{device="vethd6abc5f"} 1500 node_network_mtu_bytes{device="vethd7a76ba"} 1500 node_network_mtu_bytes{device="vethd8f9738"} 1500 node_network_mtu_bytes{device="vethd938f64"} 1500 node_network_mtu_bytes{device="vethdb92bd6"} 1500 node_network_mtu_bytes{device="vethdc7ce6d"} 1500 node_network_mtu_bytes{device="vethe07053a"} 1500 node_network_mtu_bytes{device="vethe16265a"} 1500 node_network_mtu_bytes{device="vethe3cf8ae"} 1500 node_network_mtu_bytes{device="vethe725593"} 1500 node_network_mtu_bytes{device="vethe7d778e"} 1500 node_network_mtu_bytes{device="vethe807231"} 1500 node_network_mtu_bytes{device="vetheb0cbfe"} 1500 node_network_mtu_bytes{device="vethee7ba25"} 1500 node_network_mtu_bytes{device="vetheea8070"} 1500 node_network_mtu_bytes{device="vethf01c4de"} 1500 node_network_mtu_bytes{device="vethf1e19ad"} 1500 node_network_mtu_bytes{device="vethf7e4c80"} 1500 node_network_mtu_bytes{device="vethf93124e"} 1500 node_network_mtu_bytes{device="vethfd4cbd9"} 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-269018c835b3"} 3 node_network_name_assign_type{device="br-2b64803f4baa"} 3 node_network_name_assign_type{device="br-4d06846f6926"} 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-86099df92b91"} 3 node_network_name_assign_type{device="br-8d661c1c555c"} 3 node_network_name_assign_type{device="br-8e9e3794015c"} 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-b47674889f31"} 3 node_network_name_assign_type{device="br-b79aa99837b3"} 3 node_network_name_assign_type{device="br-b80ea9895659"} 3 node_network_name_assign_type{device="br-d21546c6dd34"} 3 node_network_name_assign_type{device="br-e0fcc6d4b66e"} 3 node_network_name_assign_type{device="br-f1318694100b"} 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="veth023864c"} 3 node_network_name_assign_type{device="veth06ba1f6"} 3 node_network_name_assign_type{device="veth0901c7a"} 3 node_network_name_assign_type{device="veth0944b2d"} 3 node_network_name_assign_type{device="veth0afc06e"} 3 node_network_name_assign_type{device="veth0c8e6f1"} 3 node_network_name_assign_type{device="veth156af14"} 3 node_network_name_assign_type{device="veth181d701"} 3 node_network_name_assign_type{device="veth1a5feb5"} 3 node_network_name_assign_type{device="veth1e5b53e"} 3 node_network_name_assign_type{device="veth1f4581d"} 3 node_network_name_assign_type{device="veth1fe42db"} 3 node_network_name_assign_type{device="veth26d14e5"} 3 node_network_name_assign_type{device="veth2a4b010"} 3 node_network_name_assign_type{device="veth2c12f55"} 3 node_network_name_assign_type{device="veth3108d97"} 3 node_network_name_assign_type{device="veth3738a17"} 3 node_network_name_assign_type{device="veth393aaf0"} 3 node_network_name_assign_type{device="veth3a663ae"} 3 node_network_name_assign_type{device="veth3f68d6f"} 3 node_network_name_assign_type{device="veth3fd7644"} 3 node_network_name_assign_type{device="veth4416136"} 3 node_network_name_assign_type{device="veth45cabbe"} 3 node_network_name_assign_type{device="veth463997e"} 3 node_network_name_assign_type{device="veth49274eb"} 3 node_network_name_assign_type{device="veth4934bee"} 3 node_network_name_assign_type{device="veth4a368c0"} 3 node_network_name_assign_type{device="veth4a829e6"} 3 node_network_name_assign_type{device="veth4c83b56"} 3 node_network_name_assign_type{device="veth54329a6"} 3 node_network_name_assign_type{device="veth5573de3"} 3 node_network_name_assign_type{device="veth581a12a"} 3 node_network_name_assign_type{device="veth5c249fb"} 3 node_network_name_assign_type{device="veth5e59cd2"} 3 node_network_name_assign_type{device="veth605239d"} 3 node_network_name_assign_type{device="veth6522863"} 3 node_network_name_assign_type{device="veth671f4ee"} 3 node_network_name_assign_type{device="veth692e877"} 3 node_network_name_assign_type{device="veth6a059a8"} 3 node_network_name_assign_type{device="veth6b01d1a"} 3 node_network_name_assign_type{device="veth6b8a9b4"} 3 node_network_name_assign_type{device="veth6cbda89"} 3 node_network_name_assign_type{device="veth7253d36"} 3 node_network_name_assign_type{device="veth77dab6a"} 3 node_network_name_assign_type{device="veth7905d8b"} 3 node_network_name_assign_type{device="veth83c3ca1"} 3 node_network_name_assign_type{device="veth8874fa6"} 3 node_network_name_assign_type{device="veth8d0f465"} 3 node_network_name_assign_type{device="veth8e43682"} 3 node_network_name_assign_type{device="veth8f71ffa"} 3 node_network_name_assign_type{device="veth91b159d"} 3 node_network_name_assign_type{device="veth91b52fd"} 3 node_network_name_assign_type{device="veth9b76e4d"} 3 node_network_name_assign_type{device="veth9f4ac2b"} 3 node_network_name_assign_type{device="veth9fba79c"} 3 node_network_name_assign_type{device="vethad93bab"} 3 node_network_name_assign_type{device="vethb06dcd5"} 3 node_network_name_assign_type{device="vethb0b0dc2"} 3 node_network_name_assign_type{device="vethb14c5d7"} 3 node_network_name_assign_type{device="vethb538112"} 3 node_network_name_assign_type{device="vethb5fadff"} 3 node_network_name_assign_type{device="vethb7e6de4"} 3 node_network_name_assign_type{device="vethbe96de4"} 3 node_network_name_assign_type{device="vethbfc206f"} 3 node_network_name_assign_type{device="vethc5450c5"} 3 node_network_name_assign_type{device="vethc99d517"} 3 node_network_name_assign_type{device="vethcc8e1b8"} 3 node_network_name_assign_type{device="vethccbb631"} 3 node_network_name_assign_type{device="vethd58c2a1"} 3 node_network_name_assign_type{device="vethd651aec"} 3 node_network_name_assign_type{device="vethd65fd63"} 3 node_network_name_assign_type{device="vethd6abc5f"} 3 node_network_name_assign_type{device="vethd7a76ba"} 3 node_network_name_assign_type{device="vethd8f9738"} 3 node_network_name_assign_type{device="vethd938f64"} 3 node_network_name_assign_type{device="vethdb92bd6"} 3 node_network_name_assign_type{device="vethdc7ce6d"} 3 node_network_name_assign_type{device="vethe07053a"} 3 node_network_name_assign_type{device="vethe16265a"} 3 node_network_name_assign_type{device="vethe3cf8ae"} 3 node_network_name_assign_type{device="vethe725593"} 3 node_network_name_assign_type{device="vethe7d778e"} 3 node_network_name_assign_type{device="vethe807231"} 3 node_network_name_assign_type{device="vetheb0cbfe"} 3 node_network_name_assign_type{device="vethee7ba25"} 3 node_network_name_assign_type{device="vetheea8070"} 3 node_network_name_assign_type{device="vethf01c4de"} 3 node_network_name_assign_type{device="vethf1e19ad"} 3 node_network_name_assign_type{device="vethf7e4c80"} 3 node_network_name_assign_type{device="vethf93124e"} 3 node_network_name_assign_type{device="vethfd4cbd9"} 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-269018c835b3"} 0 node_network_net_dev_group{device="br-2b64803f4baa"} 0 node_network_net_dev_group{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_net_dev_group{device="br-8d661c1c555c"} 0 node_network_net_dev_group{device="br-8e9e3794015c"} 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-b47674889f31"} 0 node_network_net_dev_group{device="br-b79aa99837b3"} 0 node_network_net_dev_group{device="br-b80ea9895659"} 0 node_network_net_dev_group{device="br-d21546c6dd34"} 0 node_network_net_dev_group{device="br-e0fcc6d4b66e"} 0 node_network_net_dev_group{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_net_dev_group{device="veth06ba1f6"} 0 node_network_net_dev_group{device="veth0901c7a"} 0 node_network_net_dev_group{device="veth0944b2d"} 0 node_network_net_dev_group{device="veth0afc06e"} 0 node_network_net_dev_group{device="veth0c8e6f1"} 0 node_network_net_dev_group{device="veth156af14"} 0 node_network_net_dev_group{device="veth181d701"} 0 node_network_net_dev_group{device="veth1a5feb5"} 0 node_network_net_dev_group{device="veth1e5b53e"} 0 node_network_net_dev_group{device="veth1f4581d"} 0 node_network_net_dev_group{device="veth1fe42db"} 0 node_network_net_dev_group{device="veth26d14e5"} 0 node_network_net_dev_group{device="veth2a4b010"} 0 node_network_net_dev_group{device="veth2c12f55"} 0 node_network_net_dev_group{device="veth3108d97"} 0 node_network_net_dev_group{device="veth3738a17"} 0 node_network_net_dev_group{device="veth393aaf0"} 0 node_network_net_dev_group{device="veth3a663ae"} 0 node_network_net_dev_group{device="veth3f68d6f"} 0 node_network_net_dev_group{device="veth3fd7644"} 0 node_network_net_dev_group{device="veth4416136"} 0 node_network_net_dev_group{device="veth45cabbe"} 0 node_network_net_dev_group{device="veth463997e"} 0 node_network_net_dev_group{device="veth49274eb"} 0 node_network_net_dev_group{device="veth4934bee"} 0 node_network_net_dev_group{device="veth4a368c0"} 0 node_network_net_dev_group{device="veth4a829e6"} 0 node_network_net_dev_group{device="veth4c83b56"} 0 node_network_net_dev_group{device="veth54329a6"} 0 node_network_net_dev_group{device="veth5573de3"} 0 node_network_net_dev_group{device="veth581a12a"} 0 node_network_net_dev_group{device="veth5c249fb"} 0 node_network_net_dev_group{device="veth5e59cd2"} 0 node_network_net_dev_group{device="veth605239d"} 0 node_network_net_dev_group{device="veth6522863"} 0 node_network_net_dev_group{device="veth671f4ee"} 0 node_network_net_dev_group{device="veth692e877"} 0 node_network_net_dev_group{device="veth6a059a8"} 0 node_network_net_dev_group{device="veth6b01d1a"} 0 node_network_net_dev_group{device="veth6b8a9b4"} 0 node_network_net_dev_group{device="veth6cbda89"} 0 node_network_net_dev_group{device="veth7253d36"} 0 node_network_net_dev_group{device="veth77dab6a"} 0 node_network_net_dev_group{device="veth7905d8b"} 0 node_network_net_dev_group{device="veth83c3ca1"} 0 node_network_net_dev_group{device="veth8874fa6"} 0 node_network_net_dev_group{device="veth8d0f465"} 0 node_network_net_dev_group{device="veth8e43682"} 0 node_network_net_dev_group{device="veth8f71ffa"} 0 node_network_net_dev_group{device="veth91b159d"} 0 node_network_net_dev_group{device="veth91b52fd"} 0 node_network_net_dev_group{device="veth9b76e4d"} 0 node_network_net_dev_group{device="veth9f4ac2b"} 0 node_network_net_dev_group{device="veth9fba79c"} 0 node_network_net_dev_group{device="vethad93bab"} 0 node_network_net_dev_group{device="vethb06dcd5"} 0 node_network_net_dev_group{device="vethb0b0dc2"} 0 node_network_net_dev_group{device="vethb14c5d7"} 0 node_network_net_dev_group{device="vethb538112"} 0 node_network_net_dev_group{device="vethb5fadff"} 0 node_network_net_dev_group{device="vethb7e6de4"} 0 node_network_net_dev_group{device="vethbe96de4"} 0 node_network_net_dev_group{device="vethbfc206f"} 0 node_network_net_dev_group{device="vethc5450c5"} 0 node_network_net_dev_group{device="vethc99d517"} 0 node_network_net_dev_group{device="vethcc8e1b8"} 0 node_network_net_dev_group{device="vethccbb631"} 0 node_network_net_dev_group{device="vethd58c2a1"} 0 node_network_net_dev_group{device="vethd651aec"} 0 node_network_net_dev_group{device="vethd65fd63"} 0 node_network_net_dev_group{device="vethd6abc5f"} 0 node_network_net_dev_group{device="vethd7a76ba"} 0 node_network_net_dev_group{device="vethd8f9738"} 0 node_network_net_dev_group{device="vethd938f64"} 0 node_network_net_dev_group{device="vethdb92bd6"} 0 node_network_net_dev_group{device="vethdc7ce6d"} 0 node_network_net_dev_group{device="vethe07053a"} 0 node_network_net_dev_group{device="vethe16265a"} 0 node_network_net_dev_group{device="vethe3cf8ae"} 0 node_network_net_dev_group{device="vethe725593"} 0 node_network_net_dev_group{device="vethe7d778e"} 0 node_network_net_dev_group{device="vethe807231"} 0 node_network_net_dev_group{device="vetheb0cbfe"} 0 node_network_net_dev_group{device="vethee7ba25"} 0 node_network_net_dev_group{device="vetheea8070"} 0 node_network_net_dev_group{device="vethf01c4de"} 0 node_network_net_dev_group{device="vethf1e19ad"} 0 node_network_net_dev_group{device="vethf7e4c80"} 0 node_network_net_dev_group{device="vethf93124e"} 0 node_network_net_dev_group{device="vethfd4cbd9"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-269018c835b3"} 1 node_network_protocol_type{device="br-2b64803f4baa"} 1 node_network_protocol_type{device="br-4d06846f6926"} 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-86099df92b91"} 1 node_network_protocol_type{device="br-8d661c1c555c"} 1 node_network_protocol_type{device="br-8e9e3794015c"} 1 node_network_protocol_type{device="br-a7e11f654a04"} 1 node_network_protocol_type{device="br-aaba14ed7a3b"} 1 node_network_protocol_type{device="br-b47674889f31"} 1 node_network_protocol_type{device="br-b79aa99837b3"} 1 node_network_protocol_type{device="br-b80ea9895659"} 1 node_network_protocol_type{device="br-d21546c6dd34"} 1 node_network_protocol_type{device="br-e0fcc6d4b66e"} 1 node_network_protocol_type{device="br-f1318694100b"} 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="veth023864c"} 1 node_network_protocol_type{device="veth06ba1f6"} 1 node_network_protocol_type{device="veth0901c7a"} 1 node_network_protocol_type{device="veth0944b2d"} 1 node_network_protocol_type{device="veth0afc06e"} 1 node_network_protocol_type{device="veth0c8e6f1"} 1 node_network_protocol_type{device="veth156af14"} 1 node_network_protocol_type{device="veth181d701"} 1 node_network_protocol_type{device="veth1a5feb5"} 1 node_network_protocol_type{device="veth1e5b53e"} 1 node_network_protocol_type{device="veth1f4581d"} 1 node_network_protocol_type{device="veth1fe42db"} 1 node_network_protocol_type{device="veth26d14e5"} 1 node_network_protocol_type{device="veth2a4b010"} 1 node_network_protocol_type{device="veth2c12f55"} 1 node_network_protocol_type{device="veth3108d97"} 1 node_network_protocol_type{device="veth3738a17"} 1 node_network_protocol_type{device="veth393aaf0"} 1 node_network_protocol_type{device="veth3a663ae"} 1 node_network_protocol_type{device="veth3f68d6f"} 1 node_network_protocol_type{device="veth3fd7644"} 1 node_network_protocol_type{device="veth4416136"} 1 node_network_protocol_type{device="veth45cabbe"} 1 node_network_protocol_type{device="veth463997e"} 1 node_network_protocol_type{device="veth49274eb"} 1 node_network_protocol_type{device="veth4934bee"} 1 node_network_protocol_type{device="veth4a368c0"} 1 node_network_protocol_type{device="veth4a829e6"} 1 node_network_protocol_type{device="veth4c83b56"} 1 node_network_protocol_type{device="veth54329a6"} 1 node_network_protocol_type{device="veth5573de3"} 1 node_network_protocol_type{device="veth581a12a"} 1 node_network_protocol_type{device="veth5c249fb"} 1 node_network_protocol_type{device="veth5e59cd2"} 1 node_network_protocol_type{device="veth605239d"} 1 node_network_protocol_type{device="veth6522863"} 1 node_network_protocol_type{device="veth671f4ee"} 1 node_network_protocol_type{device="veth692e877"} 1 node_network_protocol_type{device="veth6a059a8"} 1 node_network_protocol_type{device="veth6b01d1a"} 1 node_network_protocol_type{device="veth6b8a9b4"} 1 node_network_protocol_type{device="veth6cbda89"} 1 node_network_protocol_type{device="veth7253d36"} 1 node_network_protocol_type{device="veth77dab6a"} 1 node_network_protocol_type{device="veth7905d8b"} 1 node_network_protocol_type{device="veth83c3ca1"} 1 node_network_protocol_type{device="veth8874fa6"} 1 node_network_protocol_type{device="veth8d0f465"} 1 node_network_protocol_type{device="veth8e43682"} 1 node_network_protocol_type{device="veth8f71ffa"} 1 node_network_protocol_type{device="veth91b159d"} 1 node_network_protocol_type{device="veth91b52fd"} 1 node_network_protocol_type{device="veth9b76e4d"} 1 node_network_protocol_type{device="veth9f4ac2b"} 1 node_network_protocol_type{device="veth9fba79c"} 1 node_network_protocol_type{device="vethad93bab"} 1 node_network_protocol_type{device="vethb06dcd5"} 1 node_network_protocol_type{device="vethb0b0dc2"} 1 node_network_protocol_type{device="vethb14c5d7"} 1 node_network_protocol_type{device="vethb538112"} 1 node_network_protocol_type{device="vethb5fadff"} 1 node_network_protocol_type{device="vethb7e6de4"} 1 node_network_protocol_type{device="vethbe96de4"} 1 node_network_protocol_type{device="vethbfc206f"} 1 node_network_protocol_type{device="vethc5450c5"} 1 node_network_protocol_type{device="vethc99d517"} 1 node_network_protocol_type{device="vethcc8e1b8"} 1 node_network_protocol_type{device="vethccbb631"} 1 node_network_protocol_type{device="vethd58c2a1"} 1 node_network_protocol_type{device="vethd651aec"} 1 node_network_protocol_type{device="vethd65fd63"} 1 node_network_protocol_type{device="vethd6abc5f"} 1 node_network_protocol_type{device="vethd7a76ba"} 1 node_network_protocol_type{device="vethd8f9738"} 1 node_network_protocol_type{device="vethd938f64"} 1 node_network_protocol_type{device="vethdb92bd6"} 1 node_network_protocol_type{device="vethdc7ce6d"} 1 node_network_protocol_type{device="vethe07053a"} 1 node_network_protocol_type{device="vethe16265a"} 1 node_network_protocol_type{device="vethe3cf8ae"} 1 node_network_protocol_type{device="vethe725593"} 1 node_network_protocol_type{device="vethe7d778e"} 1 node_network_protocol_type{device="vethe807231"} 1 node_network_protocol_type{device="vetheb0cbfe"} 1 node_network_protocol_type{device="vethee7ba25"} 1 node_network_protocol_type{device="vetheea8070"} 1 node_network_protocol_type{device="vethf01c4de"} 1 node_network_protocol_type{device="vethf1e19ad"} 1 node_network_protocol_type{device="vethf7e4c80"} 1 node_network_protocol_type{device="vethf93124e"} 1 node_network_protocol_type{device="vethfd4cbd9"} 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-269018c835b3"} 5.831021837e+09 node_network_receive_bytes_total{device="br-2b64803f4baa"} 4.766176095e+09 node_network_receive_bytes_total{device="br-4d06846f6926"} 1.4970957e+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"} 1.1192495e+07 node_network_receive_bytes_total{device="br-86099df92b91"} 3.3639665e+07 node_network_receive_bytes_total{device="br-8d661c1c555c"} 5.7893779e+07 node_network_receive_bytes_total{device="br-8e9e3794015c"} 2.7982311e+07 node_network_receive_bytes_total{device="br-a7e11f654a04"} 5.65483059e+08 node_network_receive_bytes_total{device="br-aaba14ed7a3b"} 0 node_network_receive_bytes_total{device="br-b47674889f31"} 9.187052e+06 node_network_receive_bytes_total{device="br-b79aa99837b3"} 0 node_network_receive_bytes_total{device="br-b80ea9895659"} 5.840225346e+10 node_network_receive_bytes_total{device="br-d21546c6dd34"} 9.471934e+06 node_network_receive_bytes_total{device="br-e0fcc6d4b66e"} 1.7219495e+07 node_network_receive_bytes_total{device="br-f1318694100b"} 2.8048646e+07 node_network_receive_bytes_total{device="br-ff21357210f8"} 48424 node_network_receive_bytes_total{device="docker0"} 4.740473e+06 node_network_receive_bytes_total{device="ens18"} 1.13593084179e+11 node_network_receive_bytes_total{device="lo"} 4.3237618e+07 node_network_receive_bytes_total{device="veth023864c"} 3.958023e+06 node_network_receive_bytes_total{device="veth06ba1f6"} 0 node_network_receive_bytes_total{device="veth0901c7a"} 8.0189784e+07 node_network_receive_bytes_total{device="veth0944b2d"} 706 node_network_receive_bytes_total{device="veth0afc06e"} 838 node_network_receive_bytes_total{device="veth0c8e6f1"} 1.18819004e+08 node_network_receive_bytes_total{device="veth156af14"} 1.15038353e+08 node_network_receive_bytes_total{device="veth181d701"} 880 node_network_receive_bytes_total{device="veth1a5feb5"} 0 node_network_receive_bytes_total{device="veth1e5b53e"} 0 node_network_receive_bytes_total{device="veth1f4581d"} 814 node_network_receive_bytes_total{device="veth1fe42db"} 3.4520097e+07 node_network_receive_bytes_total{device="veth26d14e5"} 0 node_network_receive_bytes_total{device="veth2a4b010"} 7680 node_network_receive_bytes_total{device="veth2c12f55"} 56082 node_network_receive_bytes_total{device="veth3108d97"} 4.5972619754e+10 node_network_receive_bytes_total{device="veth3738a17"} 814 node_network_receive_bytes_total{device="veth393aaf0"} 838 node_network_receive_bytes_total{device="veth3a663ae"} 535905 node_network_receive_bytes_total{device="veth3f68d6f"} 0 node_network_receive_bytes_total{device="veth3fd7644"} 0 node_network_receive_bytes_total{device="veth4416136"} 2.9058858e+07 node_network_receive_bytes_total{device="veth45cabbe"} 2.789439231e+10 node_network_receive_bytes_total{device="veth463997e"} 8.090285608e+09 node_network_receive_bytes_total{device="veth49274eb"} 0 node_network_receive_bytes_total{device="veth4934bee"} 0 node_network_receive_bytes_total{device="veth4a368c0"} 6.789546e+06 node_network_receive_bytes_total{device="veth4a829e6"} 3.6992635848e+10 node_network_receive_bytes_total{device="veth4c83b56"} 0 node_network_receive_bytes_total{device="veth54329a6"} 1.974268e+07 node_network_receive_bytes_total{device="veth5573de3"} 1.3489621567e+10 node_network_receive_bytes_total{device="veth581a12a"} 1.3946722e+07 node_network_receive_bytes_total{device="veth5c249fb"} 1.17662917e+08 node_network_receive_bytes_total{device="veth5e59cd2"} 1.7354917e+07 node_network_receive_bytes_total{device="veth605239d"} 880 node_network_receive_bytes_total{device="veth6522863"} 0 node_network_receive_bytes_total{device="veth671f4ee"} 20707 node_network_receive_bytes_total{device="veth692e877"} 772 node_network_receive_bytes_total{device="veth6a059a8"} 1.1863246e+08 node_network_receive_bytes_total{device="veth6b01d1a"} 880 node_network_receive_bytes_total{device="veth6b8a9b4"} 0 node_network_receive_bytes_total{device="veth6cbda89"} 8.98423513e+08 node_network_receive_bytes_total{device="veth7253d36"} 0 node_network_receive_bytes_total{device="veth77dab6a"} 1.7926661e+07 node_network_receive_bytes_total{device="veth7905d8b"} 0 node_network_receive_bytes_total{device="veth83c3ca1"} 1.40936598e+08 node_network_receive_bytes_total{device="veth8874fa6"} 2.865745e+06 node_network_receive_bytes_total{device="veth8d0f465"} 3.81663925e+08 node_network_receive_bytes_total{device="veth8e43682"} 3.956521e+06 node_network_receive_bytes_total{device="veth8f71ffa"} 528521 node_network_receive_bytes_total{device="veth91b159d"} 0 node_network_receive_bytes_total{device="veth91b52fd"} 880 node_network_receive_bytes_total{device="veth9b76e4d"} 4.69715e+06 node_network_receive_bytes_total{device="veth9f4ac2b"} 507663 node_network_receive_bytes_total{device="veth9fba79c"} 7179 node_network_receive_bytes_total{device="vethad93bab"} 5.672624e+06 node_network_receive_bytes_total{device="vethb06dcd5"} 8.8043507814e+10 node_network_receive_bytes_total{device="vethb0b0dc2"} 0 node_network_receive_bytes_total{device="vethb14c5d7"} 1.4283324e+07 node_network_receive_bytes_total{device="vethb538112"} 0 node_network_receive_bytes_total{device="vethb5fadff"} 8.32050523e+08 node_network_receive_bytes_total{device="vethb7e6de4"} 946 node_network_receive_bytes_total{device="vethbe96de4"} 9.678309842e+09 node_network_receive_bytes_total{device="vethbfc206f"} 4.1056399e+07 node_network_receive_bytes_total{device="vethc5450c5"} 1.1098611855e+10 node_network_receive_bytes_total{device="vethc99d517"} 814 node_network_receive_bytes_total{device="vethcc8e1b8"} 0 node_network_receive_bytes_total{device="vethccbb631"} 2.1745452e+07 node_network_receive_bytes_total{device="vethd58c2a1"} 0 node_network_receive_bytes_total{device="vethd651aec"} 1.1660207e+07 node_network_receive_bytes_total{device="vethd65fd63"} 946 node_network_receive_bytes_total{device="vethd6abc5f"} 0 node_network_receive_bytes_total{device="vethd7a76ba"} 706 node_network_receive_bytes_total{device="vethd8f9738"} 0 node_network_receive_bytes_total{device="vethd938f64"} 946 node_network_receive_bytes_total{device="vethdb92bd6"} 0 node_network_receive_bytes_total{device="vethdc7ce6d"} 3.955529e+06 node_network_receive_bytes_total{device="vethe07053a"} 7.22454918e+09 node_network_receive_bytes_total{device="vethe16265a"} 6.2300802e+07 node_network_receive_bytes_total{device="vethe3cf8ae"} 2.8736939e+07 node_network_receive_bytes_total{device="vethe725593"} 2.6498495e+07 node_network_receive_bytes_total{device="vethe7d778e"} 1.30934096e+08 node_network_receive_bytes_total{device="vethe807231"} 814 node_network_receive_bytes_total{device="vetheb0cbfe"} 1.1487435e+07 node_network_receive_bytes_total{device="vethee7ba25"} 0 node_network_receive_bytes_total{device="vetheea8070"} 0 node_network_receive_bytes_total{device="vethf01c4de"} 6.490491e+06 node_network_receive_bytes_total{device="vethf1e19ad"} 0 node_network_receive_bytes_total{device="vethf7e4c80"} 1.132209e+07 node_network_receive_bytes_total{device="vethf93124e"} 5.36576776e+08 node_network_receive_bytes_total{device="vethfd4cbd9"} 1.6699662e+07 # 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-269018c835b3"} 0 node_network_receive_compressed_total{device="br-2b64803f4baa"} 0 node_network_receive_compressed_total{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_receive_compressed_total{device="br-8d661c1c555c"} 0 node_network_receive_compressed_total{device="br-8e9e3794015c"} 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-b47674889f31"} 0 node_network_receive_compressed_total{device="br-b79aa99837b3"} 0 node_network_receive_compressed_total{device="br-b80ea9895659"} 0 node_network_receive_compressed_total{device="br-d21546c6dd34"} 0 node_network_receive_compressed_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_compressed_total{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_receive_compressed_total{device="veth06ba1f6"} 0 node_network_receive_compressed_total{device="veth0901c7a"} 0 node_network_receive_compressed_total{device="veth0944b2d"} 0 node_network_receive_compressed_total{device="veth0afc06e"} 0 node_network_receive_compressed_total{device="veth0c8e6f1"} 0 node_network_receive_compressed_total{device="veth156af14"} 0 node_network_receive_compressed_total{device="veth181d701"} 0 node_network_receive_compressed_total{device="veth1a5feb5"} 0 node_network_receive_compressed_total{device="veth1e5b53e"} 0 node_network_receive_compressed_total{device="veth1f4581d"} 0 node_network_receive_compressed_total{device="veth1fe42db"} 0 node_network_receive_compressed_total{device="veth26d14e5"} 0 node_network_receive_compressed_total{device="veth2a4b010"} 0 node_network_receive_compressed_total{device="veth2c12f55"} 0 node_network_receive_compressed_total{device="veth3108d97"} 0 node_network_receive_compressed_total{device="veth3738a17"} 0 node_network_receive_compressed_total{device="veth393aaf0"} 0 node_network_receive_compressed_total{device="veth3a663ae"} 0 node_network_receive_compressed_total{device="veth3f68d6f"} 0 node_network_receive_compressed_total{device="veth3fd7644"} 0 node_network_receive_compressed_total{device="veth4416136"} 0 node_network_receive_compressed_total{device="veth45cabbe"} 0 node_network_receive_compressed_total{device="veth463997e"} 0 node_network_receive_compressed_total{device="veth49274eb"} 0 node_network_receive_compressed_total{device="veth4934bee"} 0 node_network_receive_compressed_total{device="veth4a368c0"} 0 node_network_receive_compressed_total{device="veth4a829e6"} 0 node_network_receive_compressed_total{device="veth4c83b56"} 0 node_network_receive_compressed_total{device="veth54329a6"} 0 node_network_receive_compressed_total{device="veth5573de3"} 0 node_network_receive_compressed_total{device="veth581a12a"} 0 node_network_receive_compressed_total{device="veth5c249fb"} 0 node_network_receive_compressed_total{device="veth5e59cd2"} 0 node_network_receive_compressed_total{device="veth605239d"} 0 node_network_receive_compressed_total{device="veth6522863"} 0 node_network_receive_compressed_total{device="veth671f4ee"} 0 node_network_receive_compressed_total{device="veth692e877"} 0 node_network_receive_compressed_total{device="veth6a059a8"} 0 node_network_receive_compressed_total{device="veth6b01d1a"} 0 node_network_receive_compressed_total{device="veth6b8a9b4"} 0 node_network_receive_compressed_total{device="veth6cbda89"} 0 node_network_receive_compressed_total{device="veth7253d36"} 0 node_network_receive_compressed_total{device="veth77dab6a"} 0 node_network_receive_compressed_total{device="veth7905d8b"} 0 node_network_receive_compressed_total{device="veth83c3ca1"} 0 node_network_receive_compressed_total{device="veth8874fa6"} 0 node_network_receive_compressed_total{device="veth8d0f465"} 0 node_network_receive_compressed_total{device="veth8e43682"} 0 node_network_receive_compressed_total{device="veth8f71ffa"} 0 node_network_receive_compressed_total{device="veth91b159d"} 0 node_network_receive_compressed_total{device="veth91b52fd"} 0 node_network_receive_compressed_total{device="veth9b76e4d"} 0 node_network_receive_compressed_total{device="veth9f4ac2b"} 0 node_network_receive_compressed_total{device="veth9fba79c"} 0 node_network_receive_compressed_total{device="vethad93bab"} 0 node_network_receive_compressed_total{device="vethb06dcd5"} 0 node_network_receive_compressed_total{device="vethb0b0dc2"} 0 node_network_receive_compressed_total{device="vethb14c5d7"} 0 node_network_receive_compressed_total{device="vethb538112"} 0 node_network_receive_compressed_total{device="vethb5fadff"} 0 node_network_receive_compressed_total{device="vethb7e6de4"} 0 node_network_receive_compressed_total{device="vethbe96de4"} 0 node_network_receive_compressed_total{device="vethbfc206f"} 0 node_network_receive_compressed_total{device="vethc5450c5"} 0 node_network_receive_compressed_total{device="vethc99d517"} 0 node_network_receive_compressed_total{device="vethcc8e1b8"} 0 node_network_receive_compressed_total{device="vethccbb631"} 0 node_network_receive_compressed_total{device="vethd58c2a1"} 0 node_network_receive_compressed_total{device="vethd651aec"} 0 node_network_receive_compressed_total{device="vethd65fd63"} 0 node_network_receive_compressed_total{device="vethd6abc5f"} 0 node_network_receive_compressed_total{device="vethd7a76ba"} 0 node_network_receive_compressed_total{device="vethd8f9738"} 0 node_network_receive_compressed_total{device="vethd938f64"} 0 node_network_receive_compressed_total{device="vethdb92bd6"} 0 node_network_receive_compressed_total{device="vethdc7ce6d"} 0 node_network_receive_compressed_total{device="vethe07053a"} 0 node_network_receive_compressed_total{device="vethe16265a"} 0 node_network_receive_compressed_total{device="vethe3cf8ae"} 0 node_network_receive_compressed_total{device="vethe725593"} 0 node_network_receive_compressed_total{device="vethe7d778e"} 0 node_network_receive_compressed_total{device="vethe807231"} 0 node_network_receive_compressed_total{device="vetheb0cbfe"} 0 node_network_receive_compressed_total{device="vethee7ba25"} 0 node_network_receive_compressed_total{device="vetheea8070"} 0 node_network_receive_compressed_total{device="vethf01c4de"} 0 node_network_receive_compressed_total{device="vethf1e19ad"} 0 node_network_receive_compressed_total{device="vethf7e4c80"} 0 node_network_receive_compressed_total{device="vethf93124e"} 0 node_network_receive_compressed_total{device="vethfd4cbd9"} 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-269018c835b3"} 0 node_network_receive_drop_total{device="br-2b64803f4baa"} 0 node_network_receive_drop_total{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_receive_drop_total{device="br-8d661c1c555c"} 0 node_network_receive_drop_total{device="br-8e9e3794015c"} 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-b47674889f31"} 0 node_network_receive_drop_total{device="br-b79aa99837b3"} 0 node_network_receive_drop_total{device="br-b80ea9895659"} 0 node_network_receive_drop_total{device="br-d21546c6dd34"} 0 node_network_receive_drop_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_drop_total{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_receive_drop_total{device="veth06ba1f6"} 0 node_network_receive_drop_total{device="veth0901c7a"} 0 node_network_receive_drop_total{device="veth0944b2d"} 0 node_network_receive_drop_total{device="veth0afc06e"} 0 node_network_receive_drop_total{device="veth0c8e6f1"} 0 node_network_receive_drop_total{device="veth156af14"} 0 node_network_receive_drop_total{device="veth181d701"} 0 node_network_receive_drop_total{device="veth1a5feb5"} 0 node_network_receive_drop_total{device="veth1e5b53e"} 0 node_network_receive_drop_total{device="veth1f4581d"} 0 node_network_receive_drop_total{device="veth1fe42db"} 0 node_network_receive_drop_total{device="veth26d14e5"} 0 node_network_receive_drop_total{device="veth2a4b010"} 0 node_network_receive_drop_total{device="veth2c12f55"} 0 node_network_receive_drop_total{device="veth3108d97"} 0 node_network_receive_drop_total{device="veth3738a17"} 0 node_network_receive_drop_total{device="veth393aaf0"} 0 node_network_receive_drop_total{device="veth3a663ae"} 0 node_network_receive_drop_total{device="veth3f68d6f"} 0 node_network_receive_drop_total{device="veth3fd7644"} 0 node_network_receive_drop_total{device="veth4416136"} 0 node_network_receive_drop_total{device="veth45cabbe"} 0 node_network_receive_drop_total{device="veth463997e"} 0 node_network_receive_drop_total{device="veth49274eb"} 0 node_network_receive_drop_total{device="veth4934bee"} 0 node_network_receive_drop_total{device="veth4a368c0"} 0 node_network_receive_drop_total{device="veth4a829e6"} 0 node_network_receive_drop_total{device="veth4c83b56"} 0 node_network_receive_drop_total{device="veth54329a6"} 0 node_network_receive_drop_total{device="veth5573de3"} 0 node_network_receive_drop_total{device="veth581a12a"} 0 node_network_receive_drop_total{device="veth5c249fb"} 0 node_network_receive_drop_total{device="veth5e59cd2"} 0 node_network_receive_drop_total{device="veth605239d"} 0 node_network_receive_drop_total{device="veth6522863"} 0 node_network_receive_drop_total{device="veth671f4ee"} 0 node_network_receive_drop_total{device="veth692e877"} 0 node_network_receive_drop_total{device="veth6a059a8"} 0 node_network_receive_drop_total{device="veth6b01d1a"} 0 node_network_receive_drop_total{device="veth6b8a9b4"} 0 node_network_receive_drop_total{device="veth6cbda89"} 0 node_network_receive_drop_total{device="veth7253d36"} 0 node_network_receive_drop_total{device="veth77dab6a"} 0 node_network_receive_drop_total{device="veth7905d8b"} 0 node_network_receive_drop_total{device="veth83c3ca1"} 0 node_network_receive_drop_total{device="veth8874fa6"} 0 node_network_receive_drop_total{device="veth8d0f465"} 0 node_network_receive_drop_total{device="veth8e43682"} 0 node_network_receive_drop_total{device="veth8f71ffa"} 0 node_network_receive_drop_total{device="veth91b159d"} 0 node_network_receive_drop_total{device="veth91b52fd"} 0 node_network_receive_drop_total{device="veth9b76e4d"} 0 node_network_receive_drop_total{device="veth9f4ac2b"} 0 node_network_receive_drop_total{device="veth9fba79c"} 0 node_network_receive_drop_total{device="vethad93bab"} 0 node_network_receive_drop_total{device="vethb06dcd5"} 0 node_network_receive_drop_total{device="vethb0b0dc2"} 0 node_network_receive_drop_total{device="vethb14c5d7"} 0 node_network_receive_drop_total{device="vethb538112"} 0 node_network_receive_drop_total{device="vethb5fadff"} 0 node_network_receive_drop_total{device="vethb7e6de4"} 0 node_network_receive_drop_total{device="vethbe96de4"} 0 node_network_receive_drop_total{device="vethbfc206f"} 0 node_network_receive_drop_total{device="vethc5450c5"} 0 node_network_receive_drop_total{device="vethc99d517"} 0 node_network_receive_drop_total{device="vethcc8e1b8"} 0 node_network_receive_drop_total{device="vethccbb631"} 0 node_network_receive_drop_total{device="vethd58c2a1"} 0 node_network_receive_drop_total{device="vethd651aec"} 0 node_network_receive_drop_total{device="vethd65fd63"} 0 node_network_receive_drop_total{device="vethd6abc5f"} 0 node_network_receive_drop_total{device="vethd7a76ba"} 0 node_network_receive_drop_total{device="vethd8f9738"} 0 node_network_receive_drop_total{device="vethd938f64"} 0 node_network_receive_drop_total{device="vethdb92bd6"} 0 node_network_receive_drop_total{device="vethdc7ce6d"} 0 node_network_receive_drop_total{device="vethe07053a"} 0 node_network_receive_drop_total{device="vethe16265a"} 0 node_network_receive_drop_total{device="vethe3cf8ae"} 0 node_network_receive_drop_total{device="vethe725593"} 0 node_network_receive_drop_total{device="vethe7d778e"} 0 node_network_receive_drop_total{device="vethe807231"} 0 node_network_receive_drop_total{device="vetheb0cbfe"} 0 node_network_receive_drop_total{device="vethee7ba25"} 0 node_network_receive_drop_total{device="vetheea8070"} 0 node_network_receive_drop_total{device="vethf01c4de"} 0 node_network_receive_drop_total{device="vethf1e19ad"} 0 node_network_receive_drop_total{device="vethf7e4c80"} 0 node_network_receive_drop_total{device="vethf93124e"} 0 node_network_receive_drop_total{device="vethfd4cbd9"} 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-269018c835b3"} 0 node_network_receive_errs_total{device="br-2b64803f4baa"} 0 node_network_receive_errs_total{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_receive_errs_total{device="br-8d661c1c555c"} 0 node_network_receive_errs_total{device="br-8e9e3794015c"} 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-b47674889f31"} 0 node_network_receive_errs_total{device="br-b79aa99837b3"} 0 node_network_receive_errs_total{device="br-b80ea9895659"} 0 node_network_receive_errs_total{device="br-d21546c6dd34"} 0 node_network_receive_errs_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_errs_total{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_receive_errs_total{device="veth06ba1f6"} 0 node_network_receive_errs_total{device="veth0901c7a"} 0 node_network_receive_errs_total{device="veth0944b2d"} 0 node_network_receive_errs_total{device="veth0afc06e"} 0 node_network_receive_errs_total{device="veth0c8e6f1"} 0 node_network_receive_errs_total{device="veth156af14"} 0 node_network_receive_errs_total{device="veth181d701"} 0 node_network_receive_errs_total{device="veth1a5feb5"} 0 node_network_receive_errs_total{device="veth1e5b53e"} 0 node_network_receive_errs_total{device="veth1f4581d"} 0 node_network_receive_errs_total{device="veth1fe42db"} 0 node_network_receive_errs_total{device="veth26d14e5"} 0 node_network_receive_errs_total{device="veth2a4b010"} 0 node_network_receive_errs_total{device="veth2c12f55"} 0 node_network_receive_errs_total{device="veth3108d97"} 0 node_network_receive_errs_total{device="veth3738a17"} 0 node_network_receive_errs_total{device="veth393aaf0"} 0 node_network_receive_errs_total{device="veth3a663ae"} 0 node_network_receive_errs_total{device="veth3f68d6f"} 0 node_network_receive_errs_total{device="veth3fd7644"} 0 node_network_receive_errs_total{device="veth4416136"} 0 node_network_receive_errs_total{device="veth45cabbe"} 0 node_network_receive_errs_total{device="veth463997e"} 0 node_network_receive_errs_total{device="veth49274eb"} 0 node_network_receive_errs_total{device="veth4934bee"} 0 node_network_receive_errs_total{device="veth4a368c0"} 0 node_network_receive_errs_total{device="veth4a829e6"} 0 node_network_receive_errs_total{device="veth4c83b56"} 0 node_network_receive_errs_total{device="veth54329a6"} 0 node_network_receive_errs_total{device="veth5573de3"} 0 node_network_receive_errs_total{device="veth581a12a"} 0 node_network_receive_errs_total{device="veth5c249fb"} 0 node_network_receive_errs_total{device="veth5e59cd2"} 0 node_network_receive_errs_total{device="veth605239d"} 0 node_network_receive_errs_total{device="veth6522863"} 0 node_network_receive_errs_total{device="veth671f4ee"} 0 node_network_receive_errs_total{device="veth692e877"} 0 node_network_receive_errs_total{device="veth6a059a8"} 0 node_network_receive_errs_total{device="veth6b01d1a"} 0 node_network_receive_errs_total{device="veth6b8a9b4"} 0 node_network_receive_errs_total{device="veth6cbda89"} 0 node_network_receive_errs_total{device="veth7253d36"} 0 node_network_receive_errs_total{device="veth77dab6a"} 0 node_network_receive_errs_total{device="veth7905d8b"} 0 node_network_receive_errs_total{device="veth83c3ca1"} 0 node_network_receive_errs_total{device="veth8874fa6"} 0 node_network_receive_errs_total{device="veth8d0f465"} 0 node_network_receive_errs_total{device="veth8e43682"} 0 node_network_receive_errs_total{device="veth8f71ffa"} 0 node_network_receive_errs_total{device="veth91b159d"} 0 node_network_receive_errs_total{device="veth91b52fd"} 0 node_network_receive_errs_total{device="veth9b76e4d"} 0 node_network_receive_errs_total{device="veth9f4ac2b"} 0 node_network_receive_errs_total{device="veth9fba79c"} 0 node_network_receive_errs_total{device="vethad93bab"} 0 node_network_receive_errs_total{device="vethb06dcd5"} 0 node_network_receive_errs_total{device="vethb0b0dc2"} 0 node_network_receive_errs_total{device="vethb14c5d7"} 0 node_network_receive_errs_total{device="vethb538112"} 0 node_network_receive_errs_total{device="vethb5fadff"} 0 node_network_receive_errs_total{device="vethb7e6de4"} 0 node_network_receive_errs_total{device="vethbe96de4"} 0 node_network_receive_errs_total{device="vethbfc206f"} 0 node_network_receive_errs_total{device="vethc5450c5"} 0 node_network_receive_errs_total{device="vethc99d517"} 0 node_network_receive_errs_total{device="vethcc8e1b8"} 0 node_network_receive_errs_total{device="vethccbb631"} 0 node_network_receive_errs_total{device="vethd58c2a1"} 0 node_network_receive_errs_total{device="vethd651aec"} 0 node_network_receive_errs_total{device="vethd65fd63"} 0 node_network_receive_errs_total{device="vethd6abc5f"} 0 node_network_receive_errs_total{device="vethd7a76ba"} 0 node_network_receive_errs_total{device="vethd8f9738"} 0 node_network_receive_errs_total{device="vethd938f64"} 0 node_network_receive_errs_total{device="vethdb92bd6"} 0 node_network_receive_errs_total{device="vethdc7ce6d"} 0 node_network_receive_errs_total{device="vethe07053a"} 0 node_network_receive_errs_total{device="vethe16265a"} 0 node_network_receive_errs_total{device="vethe3cf8ae"} 0 node_network_receive_errs_total{device="vethe725593"} 0 node_network_receive_errs_total{device="vethe7d778e"} 0 node_network_receive_errs_total{device="vethe807231"} 0 node_network_receive_errs_total{device="vetheb0cbfe"} 0 node_network_receive_errs_total{device="vethee7ba25"} 0 node_network_receive_errs_total{device="vetheea8070"} 0 node_network_receive_errs_total{device="vethf01c4de"} 0 node_network_receive_errs_total{device="vethf1e19ad"} 0 node_network_receive_errs_total{device="vethf7e4c80"} 0 node_network_receive_errs_total{device="vethf93124e"} 0 node_network_receive_errs_total{device="vethfd4cbd9"} 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-269018c835b3"} 0 node_network_receive_fifo_total{device="br-2b64803f4baa"} 0 node_network_receive_fifo_total{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_receive_fifo_total{device="br-8d661c1c555c"} 0 node_network_receive_fifo_total{device="br-8e9e3794015c"} 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-b47674889f31"} 0 node_network_receive_fifo_total{device="br-b79aa99837b3"} 0 node_network_receive_fifo_total{device="br-b80ea9895659"} 0 node_network_receive_fifo_total{device="br-d21546c6dd34"} 0 node_network_receive_fifo_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_fifo_total{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_receive_fifo_total{device="veth06ba1f6"} 0 node_network_receive_fifo_total{device="veth0901c7a"} 0 node_network_receive_fifo_total{device="veth0944b2d"} 0 node_network_receive_fifo_total{device="veth0afc06e"} 0 node_network_receive_fifo_total{device="veth0c8e6f1"} 0 node_network_receive_fifo_total{device="veth156af14"} 0 node_network_receive_fifo_total{device="veth181d701"} 0 node_network_receive_fifo_total{device="veth1a5feb5"} 0 node_network_receive_fifo_total{device="veth1e5b53e"} 0 node_network_receive_fifo_total{device="veth1f4581d"} 0 node_network_receive_fifo_total{device="veth1fe42db"} 0 node_network_receive_fifo_total{device="veth26d14e5"} 0 node_network_receive_fifo_total{device="veth2a4b010"} 0 node_network_receive_fifo_total{device="veth2c12f55"} 0 node_network_receive_fifo_total{device="veth3108d97"} 0 node_network_receive_fifo_total{device="veth3738a17"} 0 node_network_receive_fifo_total{device="veth393aaf0"} 0 node_network_receive_fifo_total{device="veth3a663ae"} 0 node_network_receive_fifo_total{device="veth3f68d6f"} 0 node_network_receive_fifo_total{device="veth3fd7644"} 0 node_network_receive_fifo_total{device="veth4416136"} 0 node_network_receive_fifo_total{device="veth45cabbe"} 0 node_network_receive_fifo_total{device="veth463997e"} 0 node_network_receive_fifo_total{device="veth49274eb"} 0 node_network_receive_fifo_total{device="veth4934bee"} 0 node_network_receive_fifo_total{device="veth4a368c0"} 0 node_network_receive_fifo_total{device="veth4a829e6"} 0 node_network_receive_fifo_total{device="veth4c83b56"} 0 node_network_receive_fifo_total{device="veth54329a6"} 0 node_network_receive_fifo_total{device="veth5573de3"} 0 node_network_receive_fifo_total{device="veth581a12a"} 0 node_network_receive_fifo_total{device="veth5c249fb"} 0 node_network_receive_fifo_total{device="veth5e59cd2"} 0 node_network_receive_fifo_total{device="veth605239d"} 0 node_network_receive_fifo_total{device="veth6522863"} 0 node_network_receive_fifo_total{device="veth671f4ee"} 0 node_network_receive_fifo_total{device="veth692e877"} 0 node_network_receive_fifo_total{device="veth6a059a8"} 0 node_network_receive_fifo_total{device="veth6b01d1a"} 0 node_network_receive_fifo_total{device="veth6b8a9b4"} 0 node_network_receive_fifo_total{device="veth6cbda89"} 0 node_network_receive_fifo_total{device="veth7253d36"} 0 node_network_receive_fifo_total{device="veth77dab6a"} 0 node_network_receive_fifo_total{device="veth7905d8b"} 0 node_network_receive_fifo_total{device="veth83c3ca1"} 0 node_network_receive_fifo_total{device="veth8874fa6"} 0 node_network_receive_fifo_total{device="veth8d0f465"} 0 node_network_receive_fifo_total{device="veth8e43682"} 0 node_network_receive_fifo_total{device="veth8f71ffa"} 0 node_network_receive_fifo_total{device="veth91b159d"} 0 node_network_receive_fifo_total{device="veth91b52fd"} 0 node_network_receive_fifo_total{device="veth9b76e4d"} 0 node_network_receive_fifo_total{device="veth9f4ac2b"} 0 node_network_receive_fifo_total{device="veth9fba79c"} 0 node_network_receive_fifo_total{device="vethad93bab"} 0 node_network_receive_fifo_total{device="vethb06dcd5"} 0 node_network_receive_fifo_total{device="vethb0b0dc2"} 0 node_network_receive_fifo_total{device="vethb14c5d7"} 0 node_network_receive_fifo_total{device="vethb538112"} 0 node_network_receive_fifo_total{device="vethb5fadff"} 0 node_network_receive_fifo_total{device="vethb7e6de4"} 0 node_network_receive_fifo_total{device="vethbe96de4"} 0 node_network_receive_fifo_total{device="vethbfc206f"} 0 node_network_receive_fifo_total{device="vethc5450c5"} 0 node_network_receive_fifo_total{device="vethc99d517"} 0 node_network_receive_fifo_total{device="vethcc8e1b8"} 0 node_network_receive_fifo_total{device="vethccbb631"} 0 node_network_receive_fifo_total{device="vethd58c2a1"} 0 node_network_receive_fifo_total{device="vethd651aec"} 0 node_network_receive_fifo_total{device="vethd65fd63"} 0 node_network_receive_fifo_total{device="vethd6abc5f"} 0 node_network_receive_fifo_total{device="vethd7a76ba"} 0 node_network_receive_fifo_total{device="vethd8f9738"} 0 node_network_receive_fifo_total{device="vethd938f64"} 0 node_network_receive_fifo_total{device="vethdb92bd6"} 0 node_network_receive_fifo_total{device="vethdc7ce6d"} 0 node_network_receive_fifo_total{device="vethe07053a"} 0 node_network_receive_fifo_total{device="vethe16265a"} 0 node_network_receive_fifo_total{device="vethe3cf8ae"} 0 node_network_receive_fifo_total{device="vethe725593"} 0 node_network_receive_fifo_total{device="vethe7d778e"} 0 node_network_receive_fifo_total{device="vethe807231"} 0 node_network_receive_fifo_total{device="vetheb0cbfe"} 0 node_network_receive_fifo_total{device="vethee7ba25"} 0 node_network_receive_fifo_total{device="vetheea8070"} 0 node_network_receive_fifo_total{device="vethf01c4de"} 0 node_network_receive_fifo_total{device="vethf1e19ad"} 0 node_network_receive_fifo_total{device="vethf7e4c80"} 0 node_network_receive_fifo_total{device="vethf93124e"} 0 node_network_receive_fifo_total{device="vethfd4cbd9"} 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-269018c835b3"} 0 node_network_receive_frame_total{device="br-2b64803f4baa"} 0 node_network_receive_frame_total{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_receive_frame_total{device="br-8d661c1c555c"} 0 node_network_receive_frame_total{device="br-8e9e3794015c"} 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-b47674889f31"} 0 node_network_receive_frame_total{device="br-b79aa99837b3"} 0 node_network_receive_frame_total{device="br-b80ea9895659"} 0 node_network_receive_frame_total{device="br-d21546c6dd34"} 0 node_network_receive_frame_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_frame_total{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_receive_frame_total{device="veth06ba1f6"} 0 node_network_receive_frame_total{device="veth0901c7a"} 0 node_network_receive_frame_total{device="veth0944b2d"} 0 node_network_receive_frame_total{device="veth0afc06e"} 0 node_network_receive_frame_total{device="veth0c8e6f1"} 0 node_network_receive_frame_total{device="veth156af14"} 0 node_network_receive_frame_total{device="veth181d701"} 0 node_network_receive_frame_total{device="veth1a5feb5"} 0 node_network_receive_frame_total{device="veth1e5b53e"} 0 node_network_receive_frame_total{device="veth1f4581d"} 0 node_network_receive_frame_total{device="veth1fe42db"} 0 node_network_receive_frame_total{device="veth26d14e5"} 0 node_network_receive_frame_total{device="veth2a4b010"} 0 node_network_receive_frame_total{device="veth2c12f55"} 0 node_network_receive_frame_total{device="veth3108d97"} 0 node_network_receive_frame_total{device="veth3738a17"} 0 node_network_receive_frame_total{device="veth393aaf0"} 0 node_network_receive_frame_total{device="veth3a663ae"} 0 node_network_receive_frame_total{device="veth3f68d6f"} 0 node_network_receive_frame_total{device="veth3fd7644"} 0 node_network_receive_frame_total{device="veth4416136"} 0 node_network_receive_frame_total{device="veth45cabbe"} 0 node_network_receive_frame_total{device="veth463997e"} 0 node_network_receive_frame_total{device="veth49274eb"} 0 node_network_receive_frame_total{device="veth4934bee"} 0 node_network_receive_frame_total{device="veth4a368c0"} 0 node_network_receive_frame_total{device="veth4a829e6"} 0 node_network_receive_frame_total{device="veth4c83b56"} 0 node_network_receive_frame_total{device="veth54329a6"} 0 node_network_receive_frame_total{device="veth5573de3"} 0 node_network_receive_frame_total{device="veth581a12a"} 0 node_network_receive_frame_total{device="veth5c249fb"} 0 node_network_receive_frame_total{device="veth5e59cd2"} 0 node_network_receive_frame_total{device="veth605239d"} 0 node_network_receive_frame_total{device="veth6522863"} 0 node_network_receive_frame_total{device="veth671f4ee"} 0 node_network_receive_frame_total{device="veth692e877"} 0 node_network_receive_frame_total{device="veth6a059a8"} 0 node_network_receive_frame_total{device="veth6b01d1a"} 0 node_network_receive_frame_total{device="veth6b8a9b4"} 0 node_network_receive_frame_total{device="veth6cbda89"} 0 node_network_receive_frame_total{device="veth7253d36"} 0 node_network_receive_frame_total{device="veth77dab6a"} 0 node_network_receive_frame_total{device="veth7905d8b"} 0 node_network_receive_frame_total{device="veth83c3ca1"} 0 node_network_receive_frame_total{device="veth8874fa6"} 0 node_network_receive_frame_total{device="veth8d0f465"} 0 node_network_receive_frame_total{device="veth8e43682"} 0 node_network_receive_frame_total{device="veth8f71ffa"} 0 node_network_receive_frame_total{device="veth91b159d"} 0 node_network_receive_frame_total{device="veth91b52fd"} 0 node_network_receive_frame_total{device="veth9b76e4d"} 0 node_network_receive_frame_total{device="veth9f4ac2b"} 0 node_network_receive_frame_total{device="veth9fba79c"} 0 node_network_receive_frame_total{device="vethad93bab"} 0 node_network_receive_frame_total{device="vethb06dcd5"} 0 node_network_receive_frame_total{device="vethb0b0dc2"} 0 node_network_receive_frame_total{device="vethb14c5d7"} 0 node_network_receive_frame_total{device="vethb538112"} 0 node_network_receive_frame_total{device="vethb5fadff"} 0 node_network_receive_frame_total{device="vethb7e6de4"} 0 node_network_receive_frame_total{device="vethbe96de4"} 0 node_network_receive_frame_total{device="vethbfc206f"} 0 node_network_receive_frame_total{device="vethc5450c5"} 0 node_network_receive_frame_total{device="vethc99d517"} 0 node_network_receive_frame_total{device="vethcc8e1b8"} 0 node_network_receive_frame_total{device="vethccbb631"} 0 node_network_receive_frame_total{device="vethd58c2a1"} 0 node_network_receive_frame_total{device="vethd651aec"} 0 node_network_receive_frame_total{device="vethd65fd63"} 0 node_network_receive_frame_total{device="vethd6abc5f"} 0 node_network_receive_frame_total{device="vethd7a76ba"} 0 node_network_receive_frame_total{device="vethd8f9738"} 0 node_network_receive_frame_total{device="vethd938f64"} 0 node_network_receive_frame_total{device="vethdb92bd6"} 0 node_network_receive_frame_total{device="vethdc7ce6d"} 0 node_network_receive_frame_total{device="vethe07053a"} 0 node_network_receive_frame_total{device="vethe16265a"} 0 node_network_receive_frame_total{device="vethe3cf8ae"} 0 node_network_receive_frame_total{device="vethe725593"} 0 node_network_receive_frame_total{device="vethe7d778e"} 0 node_network_receive_frame_total{device="vethe807231"} 0 node_network_receive_frame_total{device="vetheb0cbfe"} 0 node_network_receive_frame_total{device="vethee7ba25"} 0 node_network_receive_frame_total{device="vetheea8070"} 0 node_network_receive_frame_total{device="vethf01c4de"} 0 node_network_receive_frame_total{device="vethf1e19ad"} 0 node_network_receive_frame_total{device="vethf7e4c80"} 0 node_network_receive_frame_total{device="vethf93124e"} 0 node_network_receive_frame_total{device="vethfd4cbd9"} 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-269018c835b3"} 0 node_network_receive_multicast_total{device="br-2b64803f4baa"} 0 node_network_receive_multicast_total{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_receive_multicast_total{device="br-8d661c1c555c"} 0 node_network_receive_multicast_total{device="br-8e9e3794015c"} 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-b47674889f31"} 0 node_network_receive_multicast_total{device="br-b79aa99837b3"} 0 node_network_receive_multicast_total{device="br-b80ea9895659"} 0 node_network_receive_multicast_total{device="br-d21546c6dd34"} 0 node_network_receive_multicast_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_multicast_total{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_receive_multicast_total{device="veth06ba1f6"} 0 node_network_receive_multicast_total{device="veth0901c7a"} 0 node_network_receive_multicast_total{device="veth0944b2d"} 0 node_network_receive_multicast_total{device="veth0afc06e"} 0 node_network_receive_multicast_total{device="veth0c8e6f1"} 0 node_network_receive_multicast_total{device="veth156af14"} 0 node_network_receive_multicast_total{device="veth181d701"} 0 node_network_receive_multicast_total{device="veth1a5feb5"} 0 node_network_receive_multicast_total{device="veth1e5b53e"} 0 node_network_receive_multicast_total{device="veth1f4581d"} 0 node_network_receive_multicast_total{device="veth1fe42db"} 0 node_network_receive_multicast_total{device="veth26d14e5"} 0 node_network_receive_multicast_total{device="veth2a4b010"} 0 node_network_receive_multicast_total{device="veth2c12f55"} 0 node_network_receive_multicast_total{device="veth3108d97"} 0 node_network_receive_multicast_total{device="veth3738a17"} 0 node_network_receive_multicast_total{device="veth393aaf0"} 0 node_network_receive_multicast_total{device="veth3a663ae"} 0 node_network_receive_multicast_total{device="veth3f68d6f"} 0 node_network_receive_multicast_total{device="veth3fd7644"} 0 node_network_receive_multicast_total{device="veth4416136"} 0 node_network_receive_multicast_total{device="veth45cabbe"} 0 node_network_receive_multicast_total{device="veth463997e"} 0 node_network_receive_multicast_total{device="veth49274eb"} 0 node_network_receive_multicast_total{device="veth4934bee"} 0 node_network_receive_multicast_total{device="veth4a368c0"} 0 node_network_receive_multicast_total{device="veth4a829e6"} 0 node_network_receive_multicast_total{device="veth4c83b56"} 0 node_network_receive_multicast_total{device="veth54329a6"} 0 node_network_receive_multicast_total{device="veth5573de3"} 0 node_network_receive_multicast_total{device="veth581a12a"} 0 node_network_receive_multicast_total{device="veth5c249fb"} 0 node_network_receive_multicast_total{device="veth5e59cd2"} 0 node_network_receive_multicast_total{device="veth605239d"} 0 node_network_receive_multicast_total{device="veth6522863"} 0 node_network_receive_multicast_total{device="veth671f4ee"} 0 node_network_receive_multicast_total{device="veth692e877"} 0 node_network_receive_multicast_total{device="veth6a059a8"} 0 node_network_receive_multicast_total{device="veth6b01d1a"} 0 node_network_receive_multicast_total{device="veth6b8a9b4"} 0 node_network_receive_multicast_total{device="veth6cbda89"} 0 node_network_receive_multicast_total{device="veth7253d36"} 0 node_network_receive_multicast_total{device="veth77dab6a"} 0 node_network_receive_multicast_total{device="veth7905d8b"} 0 node_network_receive_multicast_total{device="veth83c3ca1"} 0 node_network_receive_multicast_total{device="veth8874fa6"} 0 node_network_receive_multicast_total{device="veth8d0f465"} 0 node_network_receive_multicast_total{device="veth8e43682"} 0 node_network_receive_multicast_total{device="veth8f71ffa"} 0 node_network_receive_multicast_total{device="veth91b159d"} 0 node_network_receive_multicast_total{device="veth91b52fd"} 0 node_network_receive_multicast_total{device="veth9b76e4d"} 0 node_network_receive_multicast_total{device="veth9f4ac2b"} 0 node_network_receive_multicast_total{device="veth9fba79c"} 0 node_network_receive_multicast_total{device="vethad93bab"} 0 node_network_receive_multicast_total{device="vethb06dcd5"} 0 node_network_receive_multicast_total{device="vethb0b0dc2"} 0 node_network_receive_multicast_total{device="vethb14c5d7"} 0 node_network_receive_multicast_total{device="vethb538112"} 0 node_network_receive_multicast_total{device="vethb5fadff"} 0 node_network_receive_multicast_total{device="vethb7e6de4"} 0 node_network_receive_multicast_total{device="vethbe96de4"} 0 node_network_receive_multicast_total{device="vethbfc206f"} 0 node_network_receive_multicast_total{device="vethc5450c5"} 0 node_network_receive_multicast_total{device="vethc99d517"} 0 node_network_receive_multicast_total{device="vethcc8e1b8"} 0 node_network_receive_multicast_total{device="vethccbb631"} 0 node_network_receive_multicast_total{device="vethd58c2a1"} 0 node_network_receive_multicast_total{device="vethd651aec"} 0 node_network_receive_multicast_total{device="vethd65fd63"} 0 node_network_receive_multicast_total{device="vethd6abc5f"} 0 node_network_receive_multicast_total{device="vethd7a76ba"} 0 node_network_receive_multicast_total{device="vethd8f9738"} 0 node_network_receive_multicast_total{device="vethd938f64"} 0 node_network_receive_multicast_total{device="vethdb92bd6"} 0 node_network_receive_multicast_total{device="vethdc7ce6d"} 0 node_network_receive_multicast_total{device="vethe07053a"} 0 node_network_receive_multicast_total{device="vethe16265a"} 0 node_network_receive_multicast_total{device="vethe3cf8ae"} 0 node_network_receive_multicast_total{device="vethe725593"} 0 node_network_receive_multicast_total{device="vethe7d778e"} 0 node_network_receive_multicast_total{device="vethe807231"} 0 node_network_receive_multicast_total{device="vetheb0cbfe"} 0 node_network_receive_multicast_total{device="vethee7ba25"} 0 node_network_receive_multicast_total{device="vetheea8070"} 0 node_network_receive_multicast_total{device="vethf01c4de"} 0 node_network_receive_multicast_total{device="vethf1e19ad"} 0 node_network_receive_multicast_total{device="vethf7e4c80"} 0 node_network_receive_multicast_total{device="vethf93124e"} 0 node_network_receive_multicast_total{device="vethfd4cbd9"} 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-269018c835b3"} 0 node_network_receive_nohandler_total{device="br-2b64803f4baa"} 0 node_network_receive_nohandler_total{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_receive_nohandler_total{device="br-8d661c1c555c"} 0 node_network_receive_nohandler_total{device="br-8e9e3794015c"} 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-b47674889f31"} 0 node_network_receive_nohandler_total{device="br-b79aa99837b3"} 0 node_network_receive_nohandler_total{device="br-b80ea9895659"} 0 node_network_receive_nohandler_total{device="br-d21546c6dd34"} 0 node_network_receive_nohandler_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_nohandler_total{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_receive_nohandler_total{device="veth06ba1f6"} 0 node_network_receive_nohandler_total{device="veth0901c7a"} 0 node_network_receive_nohandler_total{device="veth0944b2d"} 0 node_network_receive_nohandler_total{device="veth0afc06e"} 0 node_network_receive_nohandler_total{device="veth0c8e6f1"} 0 node_network_receive_nohandler_total{device="veth156af14"} 0 node_network_receive_nohandler_total{device="veth181d701"} 0 node_network_receive_nohandler_total{device="veth1a5feb5"} 0 node_network_receive_nohandler_total{device="veth1e5b53e"} 0 node_network_receive_nohandler_total{device="veth1f4581d"} 0 node_network_receive_nohandler_total{device="veth1fe42db"} 0 node_network_receive_nohandler_total{device="veth26d14e5"} 0 node_network_receive_nohandler_total{device="veth2a4b010"} 0 node_network_receive_nohandler_total{device="veth2c12f55"} 0 node_network_receive_nohandler_total{device="veth3108d97"} 0 node_network_receive_nohandler_total{device="veth3738a17"} 0 node_network_receive_nohandler_total{device="veth393aaf0"} 0 node_network_receive_nohandler_total{device="veth3a663ae"} 0 node_network_receive_nohandler_total{device="veth3f68d6f"} 0 node_network_receive_nohandler_total{device="veth3fd7644"} 0 node_network_receive_nohandler_total{device="veth4416136"} 0 node_network_receive_nohandler_total{device="veth45cabbe"} 0 node_network_receive_nohandler_total{device="veth463997e"} 0 node_network_receive_nohandler_total{device="veth49274eb"} 0 node_network_receive_nohandler_total{device="veth4934bee"} 0 node_network_receive_nohandler_total{device="veth4a368c0"} 0 node_network_receive_nohandler_total{device="veth4a829e6"} 0 node_network_receive_nohandler_total{device="veth4c83b56"} 0 node_network_receive_nohandler_total{device="veth54329a6"} 0 node_network_receive_nohandler_total{device="veth5573de3"} 0 node_network_receive_nohandler_total{device="veth581a12a"} 0 node_network_receive_nohandler_total{device="veth5c249fb"} 0 node_network_receive_nohandler_total{device="veth5e59cd2"} 0 node_network_receive_nohandler_total{device="veth605239d"} 0 node_network_receive_nohandler_total{device="veth6522863"} 0 node_network_receive_nohandler_total{device="veth671f4ee"} 0 node_network_receive_nohandler_total{device="veth692e877"} 0 node_network_receive_nohandler_total{device="veth6a059a8"} 0 node_network_receive_nohandler_total{device="veth6b01d1a"} 0 node_network_receive_nohandler_total{device="veth6b8a9b4"} 0 node_network_receive_nohandler_total{device="veth6cbda89"} 0 node_network_receive_nohandler_total{device="veth7253d36"} 0 node_network_receive_nohandler_total{device="veth77dab6a"} 0 node_network_receive_nohandler_total{device="veth7905d8b"} 0 node_network_receive_nohandler_total{device="veth83c3ca1"} 0 node_network_receive_nohandler_total{device="veth8874fa6"} 0 node_network_receive_nohandler_total{device="veth8d0f465"} 0 node_network_receive_nohandler_total{device="veth8e43682"} 0 node_network_receive_nohandler_total{device="veth8f71ffa"} 0 node_network_receive_nohandler_total{device="veth91b159d"} 0 node_network_receive_nohandler_total{device="veth91b52fd"} 0 node_network_receive_nohandler_total{device="veth9b76e4d"} 0 node_network_receive_nohandler_total{device="veth9f4ac2b"} 0 node_network_receive_nohandler_total{device="veth9fba79c"} 0 node_network_receive_nohandler_total{device="vethad93bab"} 0 node_network_receive_nohandler_total{device="vethb06dcd5"} 0 node_network_receive_nohandler_total{device="vethb0b0dc2"} 0 node_network_receive_nohandler_total{device="vethb14c5d7"} 0 node_network_receive_nohandler_total{device="vethb538112"} 0 node_network_receive_nohandler_total{device="vethb5fadff"} 0 node_network_receive_nohandler_total{device="vethb7e6de4"} 0 node_network_receive_nohandler_total{device="vethbe96de4"} 0 node_network_receive_nohandler_total{device="vethbfc206f"} 0 node_network_receive_nohandler_total{device="vethc5450c5"} 0 node_network_receive_nohandler_total{device="vethc99d517"} 0 node_network_receive_nohandler_total{device="vethcc8e1b8"} 0 node_network_receive_nohandler_total{device="vethccbb631"} 0 node_network_receive_nohandler_total{device="vethd58c2a1"} 0 node_network_receive_nohandler_total{device="vethd651aec"} 0 node_network_receive_nohandler_total{device="vethd65fd63"} 0 node_network_receive_nohandler_total{device="vethd6abc5f"} 0 node_network_receive_nohandler_total{device="vethd7a76ba"} 0 node_network_receive_nohandler_total{device="vethd8f9738"} 0 node_network_receive_nohandler_total{device="vethd938f64"} 0 node_network_receive_nohandler_total{device="vethdb92bd6"} 0 node_network_receive_nohandler_total{device="vethdc7ce6d"} 0 node_network_receive_nohandler_total{device="vethe07053a"} 0 node_network_receive_nohandler_total{device="vethe16265a"} 0 node_network_receive_nohandler_total{device="vethe3cf8ae"} 0 node_network_receive_nohandler_total{device="vethe725593"} 0 node_network_receive_nohandler_total{device="vethe7d778e"} 0 node_network_receive_nohandler_total{device="vethe807231"} 0 node_network_receive_nohandler_total{device="vetheb0cbfe"} 0 node_network_receive_nohandler_total{device="vethee7ba25"} 0 node_network_receive_nohandler_total{device="vetheea8070"} 0 node_network_receive_nohandler_total{device="vethf01c4de"} 0 node_network_receive_nohandler_total{device="vethf1e19ad"} 0 node_network_receive_nohandler_total{device="vethf7e4c80"} 0 node_network_receive_nohandler_total{device="vethf93124e"} 0 node_network_receive_nohandler_total{device="vethfd4cbd9"} 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-269018c835b3"} 6.342244e+06 node_network_receive_packets_total{device="br-2b64803f4baa"} 1.285067e+06 node_network_receive_packets_total{device="br-4d06846f6926"} 119350 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"} 33408 node_network_receive_packets_total{device="br-86099df92b91"} 62888 node_network_receive_packets_total{device="br-8d661c1c555c"} 447073 node_network_receive_packets_total{device="br-8e9e3794015c"} 53902 node_network_receive_packets_total{device="br-a7e11f654a04"} 1.2158707e+07 node_network_receive_packets_total{device="br-aaba14ed7a3b"} 0 node_network_receive_packets_total{device="br-b47674889f31"} 52768 node_network_receive_packets_total{device="br-b79aa99837b3"} 0 node_network_receive_packets_total{device="br-b80ea9895659"} 1.5003221e+07 node_network_receive_packets_total{device="br-d21546c6dd34"} 132154 node_network_receive_packets_total{device="br-e0fcc6d4b66e"} 9673 node_network_receive_packets_total{device="br-f1318694100b"} 72158 node_network_receive_packets_total{device="br-ff21357210f8"} 547 node_network_receive_packets_total{device="docker0"} 28478 node_network_receive_packets_total{device="ens18"} 4.6878259e+07 node_network_receive_packets_total{device="lo"} 419711 node_network_receive_packets_total{device="veth023864c"} 51505 node_network_receive_packets_total{device="veth06ba1f6"} 0 node_network_receive_packets_total{device="veth0901c7a"} 1.174469e+06 node_network_receive_packets_total{device="veth0944b2d"} 7 node_network_receive_packets_total{device="veth0afc06e"} 9 node_network_receive_packets_total{device="veth0c8e6f1"} 354160 node_network_receive_packets_total{device="veth156af14"} 341734 node_network_receive_packets_total{device="veth181d701"} 10 node_network_receive_packets_total{device="veth1a5feb5"} 0 node_network_receive_packets_total{device="veth1e5b53e"} 0 node_network_receive_packets_total{device="veth1f4581d"} 9 node_network_receive_packets_total{device="veth1fe42db"} 62888 node_network_receive_packets_total{device="veth26d14e5"} 0 node_network_receive_packets_total{device="veth2a4b010"} 74 node_network_receive_packets_total{device="veth2c12f55"} 547 node_network_receive_packets_total{device="veth3108d97"} 3.456508e+06 node_network_receive_packets_total{device="veth3738a17"} 9 node_network_receive_packets_total{device="veth393aaf0"} 9 node_network_receive_packets_total{device="veth3a663ae"} 2508 node_network_receive_packets_total{device="veth3f68d6f"} 0 node_network_receive_packets_total{device="veth3fd7644"} 0 node_network_receive_packets_total{device="veth4416136"} 72158 node_network_receive_packets_total{device="veth45cabbe"} 6.750198e+06 node_network_receive_packets_total{device="veth463997e"} 888470 node_network_receive_packets_total{device="veth49274eb"} 0 node_network_receive_packets_total{device="veth4934bee"} 0 node_network_receive_packets_total{device="veth4a368c0"} 62063 node_network_receive_packets_total{device="veth4a829e6"} 3.325191e+06 node_network_receive_packets_total{device="veth4c83b56"} 0 node_network_receive_packets_total{device="veth54329a6"} 150949 node_network_receive_packets_total{device="veth5573de3"} 3.731292e+06 node_network_receive_packets_total{device="veth581a12a"} 123731 node_network_receive_packets_total{device="veth5c249fb"} 71139 node_network_receive_packets_total{device="veth5e59cd2"} 9673 node_network_receive_packets_total{device="veth605239d"} 10 node_network_receive_packets_total{device="veth6522863"} 0 node_network_receive_packets_total{device="veth671f4ee"} 233 node_network_receive_packets_total{device="veth692e877"} 8 node_network_receive_packets_total{device="veth6a059a8"} 349792 node_network_receive_packets_total{device="veth6b01d1a"} 10 node_network_receive_packets_total{device="veth6b8a9b4"} 0 node_network_receive_packets_total{device="veth6cbda89"} 384512 node_network_receive_packets_total{device="veth7253d36"} 0 node_network_receive_packets_total{device="veth77dab6a"} 256802 node_network_receive_packets_total{device="veth7905d8b"} 0 node_network_receive_packets_total{device="veth83c3ca1"} 451559 node_network_receive_packets_total{device="veth8874fa6"} 6768 node_network_receive_packets_total{device="veth8d0f465"} 405154 node_network_receive_packets_total{device="veth8e43682"} 51497 node_network_receive_packets_total{device="veth8f71ffa"} 7640 node_network_receive_packets_total{device="veth91b159d"} 0 node_network_receive_packets_total{device="veth91b52fd"} 10 node_network_receive_packets_total{device="veth9b76e4d"} 54929 node_network_receive_packets_total{device="veth9f4ac2b"} 7516 node_network_receive_packets_total{device="veth9fba79c"} 69 node_network_receive_packets_total{device="vethad93bab"} 60178 node_network_receive_packets_total{device="vethb06dcd5"} 3.2707874e+07 node_network_receive_packets_total{device="vethb0b0dc2"} 0 node_network_receive_packets_total{device="vethb14c5d7"} 120717 node_network_receive_packets_total{device="vethb538112"} 0 node_network_receive_packets_total{device="vethb5fadff"} 1.2451018e+07 node_network_receive_packets_total{device="vethb7e6de4"} 11 node_network_receive_packets_total{device="vethbe96de4"} 2.347173e+06 node_network_receive_packets_total{device="vethbfc206f"} 232804 node_network_receive_packets_total{device="vethc5450c5"} 4.063221e+06 node_network_receive_packets_total{device="vethc99d517"} 9 node_network_receive_packets_total{device="vethcc8e1b8"} 0 node_network_receive_packets_total{device="vethccbb631"} 113431 node_network_receive_packets_total{device="vethd58c2a1"} 0 node_network_receive_packets_total{device="vethd651aec"} 33408 node_network_receive_packets_total{device="vethd65fd63"} 11 node_network_receive_packets_total{device="vethd6abc5f"} 0 node_network_receive_packets_total{device="vethd7a76ba"} 7 node_network_receive_packets_total{device="vethd8f9738"} 0 node_network_receive_packets_total{device="vethd938f64"} 11 node_network_receive_packets_total{device="vethdb92bd6"} 0 node_network_receive_packets_total{device="vethdc7ce6d"} 51491 node_network_receive_packets_total{device="vethe07053a"} 3.825037e+06 node_network_receive_packets_total{device="vethe16265a"} 63671 node_network_receive_packets_total{device="vethe3cf8ae"} 53902 node_network_receive_packets_total{device="vethe725593"} 69878 node_network_receive_packets_total{device="vethe7d778e"} 422810 node_network_receive_packets_total{device="vethe807231"} 9 node_network_receive_packets_total{device="vetheb0cbfe"} 101836 node_network_receive_packets_total{device="vethee7ba25"} 0 node_network_receive_packets_total{device="vetheea8070"} 0 node_network_receive_packets_total{device="vethf01c4de"} 49030 node_network_receive_packets_total{device="vethf1e19ad"} 0 node_network_receive_packets_total{device="vethf7e4c80"} 132154 node_network_receive_packets_total{device="vethf93124e"} 742463 node_network_receive_packets_total{device="vethfd4cbd9"} 232437 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-269018c835b3"} 1.25e+09 node_network_speed_bytes{device="br-2b64803f4baa"} 1.25e+09 node_network_speed_bytes{device="br-4d06846f6926"} 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-86099df92b91"} 1.25e+09 node_network_speed_bytes{device="br-8d661c1c555c"} 1.25e+09 node_network_speed_bytes{device="br-8e9e3794015c"} 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-b47674889f31"} 1.25e+09 node_network_speed_bytes{device="br-b79aa99837b3"} 1.25e+09 node_network_speed_bytes{device="br-b80ea9895659"} 1.25e+09 node_network_speed_bytes{device="br-d21546c6dd34"} 1.25e+09 node_network_speed_bytes{device="br-e0fcc6d4b66e"} 1.25e+09 node_network_speed_bytes{device="br-f1318694100b"} 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="veth023864c"} 1.25e+09 node_network_speed_bytes{device="veth06ba1f6"} 1.25e+09 node_network_speed_bytes{device="veth0901c7a"} 1.25e+09 node_network_speed_bytes{device="veth0944b2d"} 1.25e+09 node_network_speed_bytes{device="veth0afc06e"} 1.25e+09 node_network_speed_bytes{device="veth0c8e6f1"} 1.25e+09 node_network_speed_bytes{device="veth156af14"} 1.25e+09 node_network_speed_bytes{device="veth181d701"} 1.25e+09 node_network_speed_bytes{device="veth1a5feb5"} 1.25e+09 node_network_speed_bytes{device="veth1e5b53e"} 1.25e+09 node_network_speed_bytes{device="veth1f4581d"} 1.25e+09 node_network_speed_bytes{device="veth1fe42db"} 1.25e+09 node_network_speed_bytes{device="veth26d14e5"} 1.25e+09 node_network_speed_bytes{device="veth2a4b010"} 1.25e+09 node_network_speed_bytes{device="veth2c12f55"} 1.25e+09 node_network_speed_bytes{device="veth3108d97"} 1.25e+09 node_network_speed_bytes{device="veth3738a17"} 1.25e+09 node_network_speed_bytes{device="veth393aaf0"} 1.25e+09 node_network_speed_bytes{device="veth3a663ae"} 1.25e+09 node_network_speed_bytes{device="veth3f68d6f"} 1.25e+09 node_network_speed_bytes{device="veth3fd7644"} 1.25e+09 node_network_speed_bytes{device="veth4416136"} 1.25e+09 node_network_speed_bytes{device="veth45cabbe"} 1.25e+09 node_network_speed_bytes{device="veth463997e"} 1.25e+09 node_network_speed_bytes{device="veth49274eb"} 1.25e+09 node_network_speed_bytes{device="veth4934bee"} 1.25e+09 node_network_speed_bytes{device="veth4a368c0"} 1.25e+09 node_network_speed_bytes{device="veth4a829e6"} 1.25e+09 node_network_speed_bytes{device="veth4c83b56"} 1.25e+09 node_network_speed_bytes{device="veth54329a6"} 1.25e+09 node_network_speed_bytes{device="veth5573de3"} 1.25e+09 node_network_speed_bytes{device="veth581a12a"} 1.25e+09 node_network_speed_bytes{device="veth5c249fb"} 1.25e+09 node_network_speed_bytes{device="veth5e59cd2"} 1.25e+09 node_network_speed_bytes{device="veth605239d"} 1.25e+09 node_network_speed_bytes{device="veth6522863"} 1.25e+09 node_network_speed_bytes{device="veth671f4ee"} 1.25e+09 node_network_speed_bytes{device="veth692e877"} 1.25e+09 node_network_speed_bytes{device="veth6a059a8"} 1.25e+09 node_network_speed_bytes{device="veth6b01d1a"} 1.25e+09 node_network_speed_bytes{device="veth6b8a9b4"} 1.25e+09 node_network_speed_bytes{device="veth6cbda89"} 1.25e+09 node_network_speed_bytes{device="veth7253d36"} 1.25e+09 node_network_speed_bytes{device="veth77dab6a"} 1.25e+09 node_network_speed_bytes{device="veth7905d8b"} 1.25e+09 node_network_speed_bytes{device="veth83c3ca1"} 1.25e+09 node_network_speed_bytes{device="veth8874fa6"} 1.25e+09 node_network_speed_bytes{device="veth8d0f465"} 1.25e+09 node_network_speed_bytes{device="veth8e43682"} 1.25e+09 node_network_speed_bytes{device="veth8f71ffa"} 1.25e+09 node_network_speed_bytes{device="veth91b159d"} 1.25e+09 node_network_speed_bytes{device="veth91b52fd"} 1.25e+09 node_network_speed_bytes{device="veth9b76e4d"} 1.25e+09 node_network_speed_bytes{device="veth9f4ac2b"} 1.25e+09 node_network_speed_bytes{device="veth9fba79c"} 1.25e+09 node_network_speed_bytes{device="vethad93bab"} 1.25e+09 node_network_speed_bytes{device="vethb06dcd5"} 1.25e+09 node_network_speed_bytes{device="vethb0b0dc2"} 1.25e+09 node_network_speed_bytes{device="vethb14c5d7"} 1.25e+09 node_network_speed_bytes{device="vethb538112"} 1.25e+09 node_network_speed_bytes{device="vethb5fadff"} 1.25e+09 node_network_speed_bytes{device="vethb7e6de4"} 1.25e+09 node_network_speed_bytes{device="vethbe96de4"} 1.25e+09 node_network_speed_bytes{device="vethbfc206f"} 1.25e+09 node_network_speed_bytes{device="vethc5450c5"} 1.25e+09 node_network_speed_bytes{device="vethc99d517"} 1.25e+09 node_network_speed_bytes{device="vethcc8e1b8"} 1.25e+09 node_network_speed_bytes{device="vethccbb631"} 1.25e+09 node_network_speed_bytes{device="vethd58c2a1"} 1.25e+09 node_network_speed_bytes{device="vethd651aec"} 1.25e+09 node_network_speed_bytes{device="vethd65fd63"} 1.25e+09 node_network_speed_bytes{device="vethd6abc5f"} 1.25e+09 node_network_speed_bytes{device="vethd7a76ba"} 1.25e+09 node_network_speed_bytes{device="vethd8f9738"} 1.25e+09 node_network_speed_bytes{device="vethd938f64"} 1.25e+09 node_network_speed_bytes{device="vethdb92bd6"} 1.25e+09 node_network_speed_bytes{device="vethdc7ce6d"} 1.25e+09 node_network_speed_bytes{device="vethe07053a"} 1.25e+09 node_network_speed_bytes{device="vethe16265a"} 1.25e+09 node_network_speed_bytes{device="vethe3cf8ae"} 1.25e+09 node_network_speed_bytes{device="vethe725593"} 1.25e+09 node_network_speed_bytes{device="vethe7d778e"} 1.25e+09 node_network_speed_bytes{device="vethe807231"} 1.25e+09 node_network_speed_bytes{device="vetheb0cbfe"} 1.25e+09 node_network_speed_bytes{device="vethee7ba25"} 1.25e+09 node_network_speed_bytes{device="vetheea8070"} 1.25e+09 node_network_speed_bytes{device="vethf01c4de"} 1.25e+09 node_network_speed_bytes{device="vethf1e19ad"} 1.25e+09 node_network_speed_bytes{device="vethf7e4c80"} 1.25e+09 node_network_speed_bytes{device="vethf93124e"} 1.25e+09 node_network_speed_bytes{device="vethfd4cbd9"} 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-269018c835b3"} 5.413147867e+09 node_network_transmit_bytes_total{device="br-2b64803f4baa"} 1.90176722e+08 node_network_transmit_bytes_total{device="br-4d06846f6926"} 1.7658987e+07 node_network_transmit_bytes_total{device="br-5fe347eda337"} 596 node_network_transmit_bytes_total{device="br-607e7f2cc1eb"} 816 node_network_transmit_bytes_total{device="br-6461bc9320a1"} 2.773557e+06 node_network_transmit_bytes_total{device="br-86099df92b91"} 5.650149e+06 node_network_transmit_bytes_total{device="br-8d661c1c555c"} 3.4770525e+07 node_network_transmit_bytes_total{device="br-8e9e3794015c"} 3.744336e+06 node_network_transmit_bytes_total{device="br-a7e11f654a04"} 8.7583276508e+10 node_network_transmit_bytes_total{device="br-aaba14ed7a3b"} 816 node_network_transmit_bytes_total{device="br-b47674889f31"} 2.0246998e+07 node_network_transmit_bytes_total{device="br-b79aa99837b3"} 746 node_network_transmit_bytes_total{device="br-b80ea9895659"} 4.0419246136e+10 node_network_transmit_bytes_total{device="br-d21546c6dd34"} 5.32314766e+08 node_network_transmit_bytes_total{device="br-e0fcc6d4b66e"} 1.4855465e+07 node_network_transmit_bytes_total{device="br-f1318694100b"} 6.10175e+06 node_network_transmit_bytes_total{device="br-ff21357210f8"} 46781 node_network_transmit_bytes_total{device="docker0"} 2.78697558e+08 node_network_transmit_bytes_total{device="ens18"} 4.4482527811e+10 node_network_transmit_bytes_total{device="lo"} 4.3237618e+07 node_network_transmit_bytes_total{device="veth023864c"} 2.395562e+06 node_network_transmit_bytes_total{device="veth06ba1f6"} 3820 node_network_transmit_bytes_total{device="veth0901c7a"} 4.908632598e+09 node_network_transmit_bytes_total{device="veth0944b2d"} 7799 node_network_transmit_bytes_total{device="veth0afc06e"} 7821 node_network_transmit_bytes_total{device="veth0c8e6f1"} 4.8014862e+07 node_network_transmit_bytes_total{device="veth156af14"} 2.3780948e+07 node_network_transmit_bytes_total{device="veth181d701"} 7863 node_network_transmit_bytes_total{device="veth1a5feb5"} 2644 node_network_transmit_bytes_total{device="veth1e5b53e"} 2308 node_network_transmit_bytes_total{device="veth1f4581d"} 7797 node_network_transmit_bytes_total{device="veth1fe42db"} 5.651889e+06 node_network_transmit_bytes_total{device="veth26d14e5"} 2518 node_network_transmit_bytes_total{device="veth2a4b010"} 126082 node_network_transmit_bytes_total{device="veth2c12f55"} 48521 node_network_transmit_bytes_total{device="veth3108d97"} 3.3291393769e+10 node_network_transmit_bytes_total{device="veth3738a17"} 7797 node_network_transmit_bytes_total{device="veth393aaf0"} 7821 node_network_transmit_bytes_total{device="veth3a663ae"} 3.754212e+06 node_network_transmit_bytes_total{device="veth3f68d6f"} 2486 node_network_transmit_bytes_total{device="veth3fd7644"} 2518 node_network_transmit_bytes_total{device="veth4416136"} 6.10342e+06 node_network_transmit_bytes_total{device="veth45cabbe"} 2.6283216866e+10 node_network_transmit_bytes_total{device="veth463997e"} 2.7057192394e+10 node_network_transmit_bytes_total{device="veth49274eb"} 2754 node_network_transmit_bytes_total{device="veth4934bee"} 2416 node_network_transmit_bytes_total{device="veth4a368c0"} 2.16488369e+08 node_network_transmit_bytes_total{device="veth4a829e6"} 2.5413860082e+10 node_network_transmit_bytes_total{device="veth4c83b56"} 2376 node_network_transmit_bytes_total{device="veth54329a6"} 9.8513464e+07 node_network_transmit_bytes_total{device="veth5573de3"} 1.193100026e+09 node_network_transmit_bytes_total{device="veth581a12a"} 1.05967222e+08 node_network_transmit_bytes_total{device="veth5c249fb"} 2.1243857e+07 node_network_transmit_bytes_total{device="veth5e59cd2"} 1.4857731e+07 node_network_transmit_bytes_total{device="veth605239d"} 7863 node_network_transmit_bytes_total{device="veth6522863"} 2378 node_network_transmit_bytes_total{device="veth671f4ee"} 28372 node_network_transmit_bytes_total{device="veth692e877"} 7755 node_network_transmit_bytes_total{device="veth6a059a8"} 2.4848168e+07 node_network_transmit_bytes_total{device="veth6b01d1a"} 7863 node_network_transmit_bytes_total{device="veth6b8a9b4"} 2574 node_network_transmit_bytes_total{device="veth6cbda89"} 3.50768941e+08 node_network_transmit_bytes_total{device="veth7253d36"} 1398 node_network_transmit_bytes_total{device="veth77dab6a"} 1.13919705e+08 node_network_transmit_bytes_total{device="veth7905d8b"} 2486 node_network_transmit_bytes_total{device="veth83c3ca1"} 1.54611843e+08 node_network_transmit_bytes_total{device="veth8874fa6"} 2.088399e+06 node_network_transmit_bytes_total{device="veth8d0f465"} 3.50514884e+08 node_network_transmit_bytes_total{device="veth8e43682"} 2.395938e+06 node_network_transmit_bytes_total{device="veth8f71ffa"} 1.003007e+06 node_network_transmit_bytes_total{device="veth91b159d"} 2544 node_network_transmit_bytes_total{device="veth91b52fd"} 7863 node_network_transmit_bytes_total{device="veth9b76e4d"} 2.048611e+06 node_network_transmit_bytes_total{device="veth9f4ac2b"} 541412 node_network_transmit_bytes_total{device="veth9fba79c"} 125857 node_network_transmit_bytes_total{device="vethad93bab"} 2.756921e+06 node_network_transmit_bytes_total{device="vethb06dcd5"} 8.840832336e+10 node_network_transmit_bytes_total{device="vethb0b0dc2"} 2434 node_network_transmit_bytes_total{device="vethb14c5d7"} 1.2153277e+07 node_network_transmit_bytes_total{device="vethb538112"} 2518 node_network_transmit_bytes_total{device="vethb5fadff"} 8.7370107535e+10 node_network_transmit_bytes_total{device="vethb7e6de4"} 7929 node_network_transmit_bytes_total{device="vethbe96de4"} 1.6066049e+08 node_network_transmit_bytes_total{device="vethbfc206f"} 5.9492074e+07 node_network_transmit_bytes_total{device="vethc5450c5"} 3.50802698e+08 node_network_transmit_bytes_total{device="vethc99d517"} 7797 node_network_transmit_bytes_total{device="vethcc8e1b8"} 2518 node_network_transmit_bytes_total{device="vethccbb631"} 2.3228146e+07 node_network_transmit_bytes_total{device="vethd58c2a1"} 2644 node_network_transmit_bytes_total{device="vethd651aec"} 2.775227e+06 node_network_transmit_bytes_total{device="vethd65fd63"} 7929 node_network_transmit_bytes_total{device="vethd6abc5f"} 2434 node_network_transmit_bytes_total{device="vethd7a76ba"} 7689 node_network_transmit_bytes_total{device="vethd8f9738"} 2376 node_network_transmit_bytes_total{device="vethd938f64"} 7929 node_network_transmit_bytes_total{device="vethdb92bd6"} 2644 node_network_transmit_bytes_total{device="vethdc7ce6d"} 2.380044e+06 node_network_transmit_bytes_total{device="vethe07053a"} 5.551361349e+09 node_network_transmit_bytes_total{device="vethe16265a"} 7.013298e+06 node_network_transmit_bytes_total{device="vethe3cf8ae"} 3.746006e+06 node_network_transmit_bytes_total{device="vethe725593"} 5.888596e+06 node_network_transmit_bytes_total{device="vethe7d778e"} 1.37047531e+08 node_network_transmit_bytes_total{device="vethe807231"} 8017 node_network_transmit_bytes_total{device="vetheb0cbfe"} 9.501518e+06 node_network_transmit_bytes_total{device="vethee7ba25"} 2862 node_network_transmit_bytes_total{device="vetheea8070"} 2266 node_network_transmit_bytes_total{device="vethf01c4de"} 5.97820179e+08 node_network_transmit_bytes_total{device="vethf1e19ad"} 2644 node_network_transmit_bytes_total{device="vethf7e4c80"} 5.32316506e+08 node_network_transmit_bytes_total{device="vethf93124e"} 1.196723675e+09 node_network_transmit_bytes_total{device="vethfd4cbd9"} 1.09772931e+08 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="br-269018c835b3"} 0 node_network_transmit_carrier_total{device="br-2b64803f4baa"} 0 node_network_transmit_carrier_total{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_transmit_carrier_total{device="br-8d661c1c555c"} 0 node_network_transmit_carrier_total{device="br-8e9e3794015c"} 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-b47674889f31"} 0 node_network_transmit_carrier_total{device="br-b79aa99837b3"} 0 node_network_transmit_carrier_total{device="br-b80ea9895659"} 0 node_network_transmit_carrier_total{device="br-d21546c6dd34"} 0 node_network_transmit_carrier_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_carrier_total{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_transmit_carrier_total{device="veth06ba1f6"} 0 node_network_transmit_carrier_total{device="veth0901c7a"} 0 node_network_transmit_carrier_total{device="veth0944b2d"} 0 node_network_transmit_carrier_total{device="veth0afc06e"} 0 node_network_transmit_carrier_total{device="veth0c8e6f1"} 0 node_network_transmit_carrier_total{device="veth156af14"} 0 node_network_transmit_carrier_total{device="veth181d701"} 0 node_network_transmit_carrier_total{device="veth1a5feb5"} 0 node_network_transmit_carrier_total{device="veth1e5b53e"} 0 node_network_transmit_carrier_total{device="veth1f4581d"} 0 node_network_transmit_carrier_total{device="veth1fe42db"} 0 node_network_transmit_carrier_total{device="veth26d14e5"} 0 node_network_transmit_carrier_total{device="veth2a4b010"} 0 node_network_transmit_carrier_total{device="veth2c12f55"} 0 node_network_transmit_carrier_total{device="veth3108d97"} 0 node_network_transmit_carrier_total{device="veth3738a17"} 0 node_network_transmit_carrier_total{device="veth393aaf0"} 0 node_network_transmit_carrier_total{device="veth3a663ae"} 0 node_network_transmit_carrier_total{device="veth3f68d6f"} 0 node_network_transmit_carrier_total{device="veth3fd7644"} 0 node_network_transmit_carrier_total{device="veth4416136"} 0 node_network_transmit_carrier_total{device="veth45cabbe"} 0 node_network_transmit_carrier_total{device="veth463997e"} 0 node_network_transmit_carrier_total{device="veth49274eb"} 0 node_network_transmit_carrier_total{device="veth4934bee"} 0 node_network_transmit_carrier_total{device="veth4a368c0"} 0 node_network_transmit_carrier_total{device="veth4a829e6"} 0 node_network_transmit_carrier_total{device="veth4c83b56"} 0 node_network_transmit_carrier_total{device="veth54329a6"} 0 node_network_transmit_carrier_total{device="veth5573de3"} 0 node_network_transmit_carrier_total{device="veth581a12a"} 0 node_network_transmit_carrier_total{device="veth5c249fb"} 0 node_network_transmit_carrier_total{device="veth5e59cd2"} 0 node_network_transmit_carrier_total{device="veth605239d"} 0 node_network_transmit_carrier_total{device="veth6522863"} 0 node_network_transmit_carrier_total{device="veth671f4ee"} 0 node_network_transmit_carrier_total{device="veth692e877"} 0 node_network_transmit_carrier_total{device="veth6a059a8"} 0 node_network_transmit_carrier_total{device="veth6b01d1a"} 0 node_network_transmit_carrier_total{device="veth6b8a9b4"} 0 node_network_transmit_carrier_total{device="veth6cbda89"} 0 node_network_transmit_carrier_total{device="veth7253d36"} 0 node_network_transmit_carrier_total{device="veth77dab6a"} 0 node_network_transmit_carrier_total{device="veth7905d8b"} 0 node_network_transmit_carrier_total{device="veth83c3ca1"} 0 node_network_transmit_carrier_total{device="veth8874fa6"} 0 node_network_transmit_carrier_total{device="veth8d0f465"} 0 node_network_transmit_carrier_total{device="veth8e43682"} 0 node_network_transmit_carrier_total{device="veth8f71ffa"} 0 node_network_transmit_carrier_total{device="veth91b159d"} 0 node_network_transmit_carrier_total{device="veth91b52fd"} 0 node_network_transmit_carrier_total{device="veth9b76e4d"} 0 node_network_transmit_carrier_total{device="veth9f4ac2b"} 0 node_network_transmit_carrier_total{device="veth9fba79c"} 0 node_network_transmit_carrier_total{device="vethad93bab"} 0 node_network_transmit_carrier_total{device="vethb06dcd5"} 0 node_network_transmit_carrier_total{device="vethb0b0dc2"} 0 node_network_transmit_carrier_total{device="vethb14c5d7"} 0 node_network_transmit_carrier_total{device="vethb538112"} 0 node_network_transmit_carrier_total{device="vethb5fadff"} 0 node_network_transmit_carrier_total{device="vethb7e6de4"} 0 node_network_transmit_carrier_total{device="vethbe96de4"} 0 node_network_transmit_carrier_total{device="vethbfc206f"} 0 node_network_transmit_carrier_total{device="vethc5450c5"} 0 node_network_transmit_carrier_total{device="vethc99d517"} 0 node_network_transmit_carrier_total{device="vethcc8e1b8"} 0 node_network_transmit_carrier_total{device="vethccbb631"} 0 node_network_transmit_carrier_total{device="vethd58c2a1"} 0 node_network_transmit_carrier_total{device="vethd651aec"} 0 node_network_transmit_carrier_total{device="vethd65fd63"} 0 node_network_transmit_carrier_total{device="vethd6abc5f"} 0 node_network_transmit_carrier_total{device="vethd7a76ba"} 0 node_network_transmit_carrier_total{device="vethd8f9738"} 0 node_network_transmit_carrier_total{device="vethd938f64"} 0 node_network_transmit_carrier_total{device="vethdb92bd6"} 0 node_network_transmit_carrier_total{device="vethdc7ce6d"} 0 node_network_transmit_carrier_total{device="vethe07053a"} 0 node_network_transmit_carrier_total{device="vethe16265a"} 0 node_network_transmit_carrier_total{device="vethe3cf8ae"} 0 node_network_transmit_carrier_total{device="vethe725593"} 0 node_network_transmit_carrier_total{device="vethe7d778e"} 0 node_network_transmit_carrier_total{device="vethe807231"} 0 node_network_transmit_carrier_total{device="vetheb0cbfe"} 0 node_network_transmit_carrier_total{device="vethee7ba25"} 0 node_network_transmit_carrier_total{device="vetheea8070"} 0 node_network_transmit_carrier_total{device="vethf01c4de"} 0 node_network_transmit_carrier_total{device="vethf1e19ad"} 0 node_network_transmit_carrier_total{device="vethf7e4c80"} 0 node_network_transmit_carrier_total{device="vethf93124e"} 0 node_network_transmit_carrier_total{device="vethfd4cbd9"} 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-269018c835b3"} 0 node_network_transmit_colls_total{device="br-2b64803f4baa"} 0 node_network_transmit_colls_total{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_transmit_colls_total{device="br-8d661c1c555c"} 0 node_network_transmit_colls_total{device="br-8e9e3794015c"} 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-b47674889f31"} 0 node_network_transmit_colls_total{device="br-b79aa99837b3"} 0 node_network_transmit_colls_total{device="br-b80ea9895659"} 0 node_network_transmit_colls_total{device="br-d21546c6dd34"} 0 node_network_transmit_colls_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_colls_total{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_transmit_colls_total{device="veth06ba1f6"} 0 node_network_transmit_colls_total{device="veth0901c7a"} 0 node_network_transmit_colls_total{device="veth0944b2d"} 0 node_network_transmit_colls_total{device="veth0afc06e"} 0 node_network_transmit_colls_total{device="veth0c8e6f1"} 0 node_network_transmit_colls_total{device="veth156af14"} 0 node_network_transmit_colls_total{device="veth181d701"} 0 node_network_transmit_colls_total{device="veth1a5feb5"} 0 node_network_transmit_colls_total{device="veth1e5b53e"} 0 node_network_transmit_colls_total{device="veth1f4581d"} 0 node_network_transmit_colls_total{device="veth1fe42db"} 0 node_network_transmit_colls_total{device="veth26d14e5"} 0 node_network_transmit_colls_total{device="veth2a4b010"} 0 node_network_transmit_colls_total{device="veth2c12f55"} 0 node_network_transmit_colls_total{device="veth3108d97"} 0 node_network_transmit_colls_total{device="veth3738a17"} 0 node_network_transmit_colls_total{device="veth393aaf0"} 0 node_network_transmit_colls_total{device="veth3a663ae"} 0 node_network_transmit_colls_total{device="veth3f68d6f"} 0 node_network_transmit_colls_total{device="veth3fd7644"} 0 node_network_transmit_colls_total{device="veth4416136"} 0 node_network_transmit_colls_total{device="veth45cabbe"} 0 node_network_transmit_colls_total{device="veth463997e"} 0 node_network_transmit_colls_total{device="veth49274eb"} 0 node_network_transmit_colls_total{device="veth4934bee"} 0 node_network_transmit_colls_total{device="veth4a368c0"} 0 node_network_transmit_colls_total{device="veth4a829e6"} 0 node_network_transmit_colls_total{device="veth4c83b56"} 0 node_network_transmit_colls_total{device="veth54329a6"} 0 node_network_transmit_colls_total{device="veth5573de3"} 0 node_network_transmit_colls_total{device="veth581a12a"} 0 node_network_transmit_colls_total{device="veth5c249fb"} 0 node_network_transmit_colls_total{device="veth5e59cd2"} 0 node_network_transmit_colls_total{device="veth605239d"} 0 node_network_transmit_colls_total{device="veth6522863"} 0 node_network_transmit_colls_total{device="veth671f4ee"} 0 node_network_transmit_colls_total{device="veth692e877"} 0 node_network_transmit_colls_total{device="veth6a059a8"} 0 node_network_transmit_colls_total{device="veth6b01d1a"} 0 node_network_transmit_colls_total{device="veth6b8a9b4"} 0 node_network_transmit_colls_total{device="veth6cbda89"} 0 node_network_transmit_colls_total{device="veth7253d36"} 0 node_network_transmit_colls_total{device="veth77dab6a"} 0 node_network_transmit_colls_total{device="veth7905d8b"} 0 node_network_transmit_colls_total{device="veth83c3ca1"} 0 node_network_transmit_colls_total{device="veth8874fa6"} 0 node_network_transmit_colls_total{device="veth8d0f465"} 0 node_network_transmit_colls_total{device="veth8e43682"} 0 node_network_transmit_colls_total{device="veth8f71ffa"} 0 node_network_transmit_colls_total{device="veth91b159d"} 0 node_network_transmit_colls_total{device="veth91b52fd"} 0 node_network_transmit_colls_total{device="veth9b76e4d"} 0 node_network_transmit_colls_total{device="veth9f4ac2b"} 0 node_network_transmit_colls_total{device="veth9fba79c"} 0 node_network_transmit_colls_total{device="vethad93bab"} 0 node_network_transmit_colls_total{device="vethb06dcd5"} 0 node_network_transmit_colls_total{device="vethb0b0dc2"} 0 node_network_transmit_colls_total{device="vethb14c5d7"} 0 node_network_transmit_colls_total{device="vethb538112"} 0 node_network_transmit_colls_total{device="vethb5fadff"} 0 node_network_transmit_colls_total{device="vethb7e6de4"} 0 node_network_transmit_colls_total{device="vethbe96de4"} 0 node_network_transmit_colls_total{device="vethbfc206f"} 0 node_network_transmit_colls_total{device="vethc5450c5"} 0 node_network_transmit_colls_total{device="vethc99d517"} 0 node_network_transmit_colls_total{device="vethcc8e1b8"} 0 node_network_transmit_colls_total{device="vethccbb631"} 0 node_network_transmit_colls_total{device="vethd58c2a1"} 0 node_network_transmit_colls_total{device="vethd651aec"} 0 node_network_transmit_colls_total{device="vethd65fd63"} 0 node_network_transmit_colls_total{device="vethd6abc5f"} 0 node_network_transmit_colls_total{device="vethd7a76ba"} 0 node_network_transmit_colls_total{device="vethd8f9738"} 0 node_network_transmit_colls_total{device="vethd938f64"} 0 node_network_transmit_colls_total{device="vethdb92bd6"} 0 node_network_transmit_colls_total{device="vethdc7ce6d"} 0 node_network_transmit_colls_total{device="vethe07053a"} 0 node_network_transmit_colls_total{device="vethe16265a"} 0 node_network_transmit_colls_total{device="vethe3cf8ae"} 0 node_network_transmit_colls_total{device="vethe725593"} 0 node_network_transmit_colls_total{device="vethe7d778e"} 0 node_network_transmit_colls_total{device="vethe807231"} 0 node_network_transmit_colls_total{device="vetheb0cbfe"} 0 node_network_transmit_colls_total{device="vethee7ba25"} 0 node_network_transmit_colls_total{device="vetheea8070"} 0 node_network_transmit_colls_total{device="vethf01c4de"} 0 node_network_transmit_colls_total{device="vethf1e19ad"} 0 node_network_transmit_colls_total{device="vethf7e4c80"} 0 node_network_transmit_colls_total{device="vethf93124e"} 0 node_network_transmit_colls_total{device="vethfd4cbd9"} 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-269018c835b3"} 0 node_network_transmit_compressed_total{device="br-2b64803f4baa"} 0 node_network_transmit_compressed_total{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_transmit_compressed_total{device="br-8d661c1c555c"} 0 node_network_transmit_compressed_total{device="br-8e9e3794015c"} 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-b47674889f31"} 0 node_network_transmit_compressed_total{device="br-b79aa99837b3"} 0 node_network_transmit_compressed_total{device="br-b80ea9895659"} 0 node_network_transmit_compressed_total{device="br-d21546c6dd34"} 0 node_network_transmit_compressed_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_compressed_total{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_transmit_compressed_total{device="veth06ba1f6"} 0 node_network_transmit_compressed_total{device="veth0901c7a"} 0 node_network_transmit_compressed_total{device="veth0944b2d"} 0 node_network_transmit_compressed_total{device="veth0afc06e"} 0 node_network_transmit_compressed_total{device="veth0c8e6f1"} 0 node_network_transmit_compressed_total{device="veth156af14"} 0 node_network_transmit_compressed_total{device="veth181d701"} 0 node_network_transmit_compressed_total{device="veth1a5feb5"} 0 node_network_transmit_compressed_total{device="veth1e5b53e"} 0 node_network_transmit_compressed_total{device="veth1f4581d"} 0 node_network_transmit_compressed_total{device="veth1fe42db"} 0 node_network_transmit_compressed_total{device="veth26d14e5"} 0 node_network_transmit_compressed_total{device="veth2a4b010"} 0 node_network_transmit_compressed_total{device="veth2c12f55"} 0 node_network_transmit_compressed_total{device="veth3108d97"} 0 node_network_transmit_compressed_total{device="veth3738a17"} 0 node_network_transmit_compressed_total{device="veth393aaf0"} 0 node_network_transmit_compressed_total{device="veth3a663ae"} 0 node_network_transmit_compressed_total{device="veth3f68d6f"} 0 node_network_transmit_compressed_total{device="veth3fd7644"} 0 node_network_transmit_compressed_total{device="veth4416136"} 0 node_network_transmit_compressed_total{device="veth45cabbe"} 0 node_network_transmit_compressed_total{device="veth463997e"} 0 node_network_transmit_compressed_total{device="veth49274eb"} 0 node_network_transmit_compressed_total{device="veth4934bee"} 0 node_network_transmit_compressed_total{device="veth4a368c0"} 0 node_network_transmit_compressed_total{device="veth4a829e6"} 0 node_network_transmit_compressed_total{device="veth4c83b56"} 0 node_network_transmit_compressed_total{device="veth54329a6"} 0 node_network_transmit_compressed_total{device="veth5573de3"} 0 node_network_transmit_compressed_total{device="veth581a12a"} 0 node_network_transmit_compressed_total{device="veth5c249fb"} 0 node_network_transmit_compressed_total{device="veth5e59cd2"} 0 node_network_transmit_compressed_total{device="veth605239d"} 0 node_network_transmit_compressed_total{device="veth6522863"} 0 node_network_transmit_compressed_total{device="veth671f4ee"} 0 node_network_transmit_compressed_total{device="veth692e877"} 0 node_network_transmit_compressed_total{device="veth6a059a8"} 0 node_network_transmit_compressed_total{device="veth6b01d1a"} 0 node_network_transmit_compressed_total{device="veth6b8a9b4"} 0 node_network_transmit_compressed_total{device="veth6cbda89"} 0 node_network_transmit_compressed_total{device="veth7253d36"} 0 node_network_transmit_compressed_total{device="veth77dab6a"} 0 node_network_transmit_compressed_total{device="veth7905d8b"} 0 node_network_transmit_compressed_total{device="veth83c3ca1"} 0 node_network_transmit_compressed_total{device="veth8874fa6"} 0 node_network_transmit_compressed_total{device="veth8d0f465"} 0 node_network_transmit_compressed_total{device="veth8e43682"} 0 node_network_transmit_compressed_total{device="veth8f71ffa"} 0 node_network_transmit_compressed_total{device="veth91b159d"} 0 node_network_transmit_compressed_total{device="veth91b52fd"} 0 node_network_transmit_compressed_total{device="veth9b76e4d"} 0 node_network_transmit_compressed_total{device="veth9f4ac2b"} 0 node_network_transmit_compressed_total{device="veth9fba79c"} 0 node_network_transmit_compressed_total{device="vethad93bab"} 0 node_network_transmit_compressed_total{device="vethb06dcd5"} 0 node_network_transmit_compressed_total{device="vethb0b0dc2"} 0 node_network_transmit_compressed_total{device="vethb14c5d7"} 0 node_network_transmit_compressed_total{device="vethb538112"} 0 node_network_transmit_compressed_total{device="vethb5fadff"} 0 node_network_transmit_compressed_total{device="vethb7e6de4"} 0 node_network_transmit_compressed_total{device="vethbe96de4"} 0 node_network_transmit_compressed_total{device="vethbfc206f"} 0 node_network_transmit_compressed_total{device="vethc5450c5"} 0 node_network_transmit_compressed_total{device="vethc99d517"} 0 node_network_transmit_compressed_total{device="vethcc8e1b8"} 0 node_network_transmit_compressed_total{device="vethccbb631"} 0 node_network_transmit_compressed_total{device="vethd58c2a1"} 0 node_network_transmit_compressed_total{device="vethd651aec"} 0 node_network_transmit_compressed_total{device="vethd65fd63"} 0 node_network_transmit_compressed_total{device="vethd6abc5f"} 0 node_network_transmit_compressed_total{device="vethd7a76ba"} 0 node_network_transmit_compressed_total{device="vethd8f9738"} 0 node_network_transmit_compressed_total{device="vethd938f64"} 0 node_network_transmit_compressed_total{device="vethdb92bd6"} 0 node_network_transmit_compressed_total{device="vethdc7ce6d"} 0 node_network_transmit_compressed_total{device="vethe07053a"} 0 node_network_transmit_compressed_total{device="vethe16265a"} 0 node_network_transmit_compressed_total{device="vethe3cf8ae"} 0 node_network_transmit_compressed_total{device="vethe725593"} 0 node_network_transmit_compressed_total{device="vethe7d778e"} 0 node_network_transmit_compressed_total{device="vethe807231"} 0 node_network_transmit_compressed_total{device="vetheb0cbfe"} 0 node_network_transmit_compressed_total{device="vethee7ba25"} 0 node_network_transmit_compressed_total{device="vetheea8070"} 0 node_network_transmit_compressed_total{device="vethf01c4de"} 0 node_network_transmit_compressed_total{device="vethf1e19ad"} 0 node_network_transmit_compressed_total{device="vethf7e4c80"} 0 node_network_transmit_compressed_total{device="vethf93124e"} 0 node_network_transmit_compressed_total{device="vethfd4cbd9"} 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-269018c835b3"} 0 node_network_transmit_drop_total{device="br-2b64803f4baa"} 0 node_network_transmit_drop_total{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_transmit_drop_total{device="br-8d661c1c555c"} 0 node_network_transmit_drop_total{device="br-8e9e3794015c"} 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-b47674889f31"} 0 node_network_transmit_drop_total{device="br-b79aa99837b3"} 0 node_network_transmit_drop_total{device="br-b80ea9895659"} 0 node_network_transmit_drop_total{device="br-d21546c6dd34"} 0 node_network_transmit_drop_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_drop_total{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_transmit_drop_total{device="veth06ba1f6"} 0 node_network_transmit_drop_total{device="veth0901c7a"} 0 node_network_transmit_drop_total{device="veth0944b2d"} 0 node_network_transmit_drop_total{device="veth0afc06e"} 0 node_network_transmit_drop_total{device="veth0c8e6f1"} 0 node_network_transmit_drop_total{device="veth156af14"} 0 node_network_transmit_drop_total{device="veth181d701"} 0 node_network_transmit_drop_total{device="veth1a5feb5"} 0 node_network_transmit_drop_total{device="veth1e5b53e"} 0 node_network_transmit_drop_total{device="veth1f4581d"} 0 node_network_transmit_drop_total{device="veth1fe42db"} 0 node_network_transmit_drop_total{device="veth26d14e5"} 0 node_network_transmit_drop_total{device="veth2a4b010"} 0 node_network_transmit_drop_total{device="veth2c12f55"} 0 node_network_transmit_drop_total{device="veth3108d97"} 0 node_network_transmit_drop_total{device="veth3738a17"} 0 node_network_transmit_drop_total{device="veth393aaf0"} 0 node_network_transmit_drop_total{device="veth3a663ae"} 0 node_network_transmit_drop_total{device="veth3f68d6f"} 0 node_network_transmit_drop_total{device="veth3fd7644"} 0 node_network_transmit_drop_total{device="veth4416136"} 0 node_network_transmit_drop_total{device="veth45cabbe"} 0 node_network_transmit_drop_total{device="veth463997e"} 0 node_network_transmit_drop_total{device="veth49274eb"} 0 node_network_transmit_drop_total{device="veth4934bee"} 0 node_network_transmit_drop_total{device="veth4a368c0"} 0 node_network_transmit_drop_total{device="veth4a829e6"} 0 node_network_transmit_drop_total{device="veth4c83b56"} 0 node_network_transmit_drop_total{device="veth54329a6"} 0 node_network_transmit_drop_total{device="veth5573de3"} 0 node_network_transmit_drop_total{device="veth581a12a"} 0 node_network_transmit_drop_total{device="veth5c249fb"} 0 node_network_transmit_drop_total{device="veth5e59cd2"} 0 node_network_transmit_drop_total{device="veth605239d"} 0 node_network_transmit_drop_total{device="veth6522863"} 0 node_network_transmit_drop_total{device="veth671f4ee"} 0 node_network_transmit_drop_total{device="veth692e877"} 0 node_network_transmit_drop_total{device="veth6a059a8"} 0 node_network_transmit_drop_total{device="veth6b01d1a"} 0 node_network_transmit_drop_total{device="veth6b8a9b4"} 0 node_network_transmit_drop_total{device="veth6cbda89"} 0 node_network_transmit_drop_total{device="veth7253d36"} 0 node_network_transmit_drop_total{device="veth77dab6a"} 0 node_network_transmit_drop_total{device="veth7905d8b"} 0 node_network_transmit_drop_total{device="veth83c3ca1"} 0 node_network_transmit_drop_total{device="veth8874fa6"} 0 node_network_transmit_drop_total{device="veth8d0f465"} 0 node_network_transmit_drop_total{device="veth8e43682"} 0 node_network_transmit_drop_total{device="veth8f71ffa"} 0 node_network_transmit_drop_total{device="veth91b159d"} 0 node_network_transmit_drop_total{device="veth91b52fd"} 0 node_network_transmit_drop_total{device="veth9b76e4d"} 0 node_network_transmit_drop_total{device="veth9f4ac2b"} 0 node_network_transmit_drop_total{device="veth9fba79c"} 0 node_network_transmit_drop_total{device="vethad93bab"} 0 node_network_transmit_drop_total{device="vethb06dcd5"} 0 node_network_transmit_drop_total{device="vethb0b0dc2"} 0 node_network_transmit_drop_total{device="vethb14c5d7"} 0 node_network_transmit_drop_total{device="vethb538112"} 0 node_network_transmit_drop_total{device="vethb5fadff"} 0 node_network_transmit_drop_total{device="vethb7e6de4"} 0 node_network_transmit_drop_total{device="vethbe96de4"} 0 node_network_transmit_drop_total{device="vethbfc206f"} 0 node_network_transmit_drop_total{device="vethc5450c5"} 0 node_network_transmit_drop_total{device="vethc99d517"} 0 node_network_transmit_drop_total{device="vethcc8e1b8"} 0 node_network_transmit_drop_total{device="vethccbb631"} 0 node_network_transmit_drop_total{device="vethd58c2a1"} 0 node_network_transmit_drop_total{device="vethd651aec"} 0 node_network_transmit_drop_total{device="vethd65fd63"} 0 node_network_transmit_drop_total{device="vethd6abc5f"} 0 node_network_transmit_drop_total{device="vethd7a76ba"} 0 node_network_transmit_drop_total{device="vethd8f9738"} 0 node_network_transmit_drop_total{device="vethd938f64"} 0 node_network_transmit_drop_total{device="vethdb92bd6"} 0 node_network_transmit_drop_total{device="vethdc7ce6d"} 0 node_network_transmit_drop_total{device="vethe07053a"} 0 node_network_transmit_drop_total{device="vethe16265a"} 0 node_network_transmit_drop_total{device="vethe3cf8ae"} 0 node_network_transmit_drop_total{device="vethe725593"} 0 node_network_transmit_drop_total{device="vethe7d778e"} 0 node_network_transmit_drop_total{device="vethe807231"} 0 node_network_transmit_drop_total{device="vetheb0cbfe"} 0 node_network_transmit_drop_total{device="vethee7ba25"} 0 node_network_transmit_drop_total{device="vetheea8070"} 0 node_network_transmit_drop_total{device="vethf01c4de"} 0 node_network_transmit_drop_total{device="vethf1e19ad"} 0 node_network_transmit_drop_total{device="vethf7e4c80"} 0 node_network_transmit_drop_total{device="vethf93124e"} 0 node_network_transmit_drop_total{device="vethfd4cbd9"} 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-269018c835b3"} 0 node_network_transmit_errs_total{device="br-2b64803f4baa"} 0 node_network_transmit_errs_total{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_transmit_errs_total{device="br-8d661c1c555c"} 0 node_network_transmit_errs_total{device="br-8e9e3794015c"} 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-b47674889f31"} 0 node_network_transmit_errs_total{device="br-b79aa99837b3"} 0 node_network_transmit_errs_total{device="br-b80ea9895659"} 0 node_network_transmit_errs_total{device="br-d21546c6dd34"} 0 node_network_transmit_errs_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_errs_total{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_transmit_errs_total{device="veth06ba1f6"} 0 node_network_transmit_errs_total{device="veth0901c7a"} 0 node_network_transmit_errs_total{device="veth0944b2d"} 0 node_network_transmit_errs_total{device="veth0afc06e"} 0 node_network_transmit_errs_total{device="veth0c8e6f1"} 0 node_network_transmit_errs_total{device="veth156af14"} 0 node_network_transmit_errs_total{device="veth181d701"} 0 node_network_transmit_errs_total{device="veth1a5feb5"} 0 node_network_transmit_errs_total{device="veth1e5b53e"} 0 node_network_transmit_errs_total{device="veth1f4581d"} 0 node_network_transmit_errs_total{device="veth1fe42db"} 0 node_network_transmit_errs_total{device="veth26d14e5"} 0 node_network_transmit_errs_total{device="veth2a4b010"} 0 node_network_transmit_errs_total{device="veth2c12f55"} 0 node_network_transmit_errs_total{device="veth3108d97"} 0 node_network_transmit_errs_total{device="veth3738a17"} 0 node_network_transmit_errs_total{device="veth393aaf0"} 0 node_network_transmit_errs_total{device="veth3a663ae"} 0 node_network_transmit_errs_total{device="veth3f68d6f"} 0 node_network_transmit_errs_total{device="veth3fd7644"} 0 node_network_transmit_errs_total{device="veth4416136"} 0 node_network_transmit_errs_total{device="veth45cabbe"} 0 node_network_transmit_errs_total{device="veth463997e"} 0 node_network_transmit_errs_total{device="veth49274eb"} 0 node_network_transmit_errs_total{device="veth4934bee"} 0 node_network_transmit_errs_total{device="veth4a368c0"} 0 node_network_transmit_errs_total{device="veth4a829e6"} 0 node_network_transmit_errs_total{device="veth4c83b56"} 0 node_network_transmit_errs_total{device="veth54329a6"} 0 node_network_transmit_errs_total{device="veth5573de3"} 0 node_network_transmit_errs_total{device="veth581a12a"} 0 node_network_transmit_errs_total{device="veth5c249fb"} 0 node_network_transmit_errs_total{device="veth5e59cd2"} 0 node_network_transmit_errs_total{device="veth605239d"} 0 node_network_transmit_errs_total{device="veth6522863"} 0 node_network_transmit_errs_total{device="veth671f4ee"} 0 node_network_transmit_errs_total{device="veth692e877"} 0 node_network_transmit_errs_total{device="veth6a059a8"} 0 node_network_transmit_errs_total{device="veth6b01d1a"} 0 node_network_transmit_errs_total{device="veth6b8a9b4"} 0 node_network_transmit_errs_total{device="veth6cbda89"} 0 node_network_transmit_errs_total{device="veth7253d36"} 0 node_network_transmit_errs_total{device="veth77dab6a"} 0 node_network_transmit_errs_total{device="veth7905d8b"} 0 node_network_transmit_errs_total{device="veth83c3ca1"} 0 node_network_transmit_errs_total{device="veth8874fa6"} 0 node_network_transmit_errs_total{device="veth8d0f465"} 0 node_network_transmit_errs_total{device="veth8e43682"} 0 node_network_transmit_errs_total{device="veth8f71ffa"} 0 node_network_transmit_errs_total{device="veth91b159d"} 0 node_network_transmit_errs_total{device="veth91b52fd"} 0 node_network_transmit_errs_total{device="veth9b76e4d"} 0 node_network_transmit_errs_total{device="veth9f4ac2b"} 0 node_network_transmit_errs_total{device="veth9fba79c"} 0 node_network_transmit_errs_total{device="vethad93bab"} 0 node_network_transmit_errs_total{device="vethb06dcd5"} 0 node_network_transmit_errs_total{device="vethb0b0dc2"} 0 node_network_transmit_errs_total{device="vethb14c5d7"} 0 node_network_transmit_errs_total{device="vethb538112"} 0 node_network_transmit_errs_total{device="vethb5fadff"} 0 node_network_transmit_errs_total{device="vethb7e6de4"} 0 node_network_transmit_errs_total{device="vethbe96de4"} 0 node_network_transmit_errs_total{device="vethbfc206f"} 0 node_network_transmit_errs_total{device="vethc5450c5"} 0 node_network_transmit_errs_total{device="vethc99d517"} 0 node_network_transmit_errs_total{device="vethcc8e1b8"} 0 node_network_transmit_errs_total{device="vethccbb631"} 0 node_network_transmit_errs_total{device="vethd58c2a1"} 0 node_network_transmit_errs_total{device="vethd651aec"} 0 node_network_transmit_errs_total{device="vethd65fd63"} 0 node_network_transmit_errs_total{device="vethd6abc5f"} 0 node_network_transmit_errs_total{device="vethd7a76ba"} 0 node_network_transmit_errs_total{device="vethd8f9738"} 0 node_network_transmit_errs_total{device="vethd938f64"} 0 node_network_transmit_errs_total{device="vethdb92bd6"} 0 node_network_transmit_errs_total{device="vethdc7ce6d"} 0 node_network_transmit_errs_total{device="vethe07053a"} 0 node_network_transmit_errs_total{device="vethe16265a"} 0 node_network_transmit_errs_total{device="vethe3cf8ae"} 0 node_network_transmit_errs_total{device="vethe725593"} 0 node_network_transmit_errs_total{device="vethe7d778e"} 0 node_network_transmit_errs_total{device="vethe807231"} 0 node_network_transmit_errs_total{device="vetheb0cbfe"} 0 node_network_transmit_errs_total{device="vethee7ba25"} 0 node_network_transmit_errs_total{device="vetheea8070"} 0 node_network_transmit_errs_total{device="vethf01c4de"} 0 node_network_transmit_errs_total{device="vethf1e19ad"} 0 node_network_transmit_errs_total{device="vethf7e4c80"} 0 node_network_transmit_errs_total{device="vethf93124e"} 0 node_network_transmit_errs_total{device="vethfd4cbd9"} 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-269018c835b3"} 0 node_network_transmit_fifo_total{device="br-2b64803f4baa"} 0 node_network_transmit_fifo_total{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_transmit_fifo_total{device="br-8d661c1c555c"} 0 node_network_transmit_fifo_total{device="br-8e9e3794015c"} 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-b47674889f31"} 0 node_network_transmit_fifo_total{device="br-b79aa99837b3"} 0 node_network_transmit_fifo_total{device="br-b80ea9895659"} 0 node_network_transmit_fifo_total{device="br-d21546c6dd34"} 0 node_network_transmit_fifo_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_fifo_total{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_transmit_fifo_total{device="veth06ba1f6"} 0 node_network_transmit_fifo_total{device="veth0901c7a"} 0 node_network_transmit_fifo_total{device="veth0944b2d"} 0 node_network_transmit_fifo_total{device="veth0afc06e"} 0 node_network_transmit_fifo_total{device="veth0c8e6f1"} 0 node_network_transmit_fifo_total{device="veth156af14"} 0 node_network_transmit_fifo_total{device="veth181d701"} 0 node_network_transmit_fifo_total{device="veth1a5feb5"} 0 node_network_transmit_fifo_total{device="veth1e5b53e"} 0 node_network_transmit_fifo_total{device="veth1f4581d"} 0 node_network_transmit_fifo_total{device="veth1fe42db"} 0 node_network_transmit_fifo_total{device="veth26d14e5"} 0 node_network_transmit_fifo_total{device="veth2a4b010"} 0 node_network_transmit_fifo_total{device="veth2c12f55"} 0 node_network_transmit_fifo_total{device="veth3108d97"} 0 node_network_transmit_fifo_total{device="veth3738a17"} 0 node_network_transmit_fifo_total{device="veth393aaf0"} 0 node_network_transmit_fifo_total{device="veth3a663ae"} 0 node_network_transmit_fifo_total{device="veth3f68d6f"} 0 node_network_transmit_fifo_total{device="veth3fd7644"} 0 node_network_transmit_fifo_total{device="veth4416136"} 0 node_network_transmit_fifo_total{device="veth45cabbe"} 0 node_network_transmit_fifo_total{device="veth463997e"} 0 node_network_transmit_fifo_total{device="veth49274eb"} 0 node_network_transmit_fifo_total{device="veth4934bee"} 0 node_network_transmit_fifo_total{device="veth4a368c0"} 0 node_network_transmit_fifo_total{device="veth4a829e6"} 0 node_network_transmit_fifo_total{device="veth4c83b56"} 0 node_network_transmit_fifo_total{device="veth54329a6"} 0 node_network_transmit_fifo_total{device="veth5573de3"} 0 node_network_transmit_fifo_total{device="veth581a12a"} 0 node_network_transmit_fifo_total{device="veth5c249fb"} 0 node_network_transmit_fifo_total{device="veth5e59cd2"} 0 node_network_transmit_fifo_total{device="veth605239d"} 0 node_network_transmit_fifo_total{device="veth6522863"} 0 node_network_transmit_fifo_total{device="veth671f4ee"} 0 node_network_transmit_fifo_total{device="veth692e877"} 0 node_network_transmit_fifo_total{device="veth6a059a8"} 0 node_network_transmit_fifo_total{device="veth6b01d1a"} 0 node_network_transmit_fifo_total{device="veth6b8a9b4"} 0 node_network_transmit_fifo_total{device="veth6cbda89"} 0 node_network_transmit_fifo_total{device="veth7253d36"} 0 node_network_transmit_fifo_total{device="veth77dab6a"} 0 node_network_transmit_fifo_total{device="veth7905d8b"} 0 node_network_transmit_fifo_total{device="veth83c3ca1"} 0 node_network_transmit_fifo_total{device="veth8874fa6"} 0 node_network_transmit_fifo_total{device="veth8d0f465"} 0 node_network_transmit_fifo_total{device="veth8e43682"} 0 node_network_transmit_fifo_total{device="veth8f71ffa"} 0 node_network_transmit_fifo_total{device="veth91b159d"} 0 node_network_transmit_fifo_total{device="veth91b52fd"} 0 node_network_transmit_fifo_total{device="veth9b76e4d"} 0 node_network_transmit_fifo_total{device="veth9f4ac2b"} 0 node_network_transmit_fifo_total{device="veth9fba79c"} 0 node_network_transmit_fifo_total{device="vethad93bab"} 0 node_network_transmit_fifo_total{device="vethb06dcd5"} 0 node_network_transmit_fifo_total{device="vethb0b0dc2"} 0 node_network_transmit_fifo_total{device="vethb14c5d7"} 0 node_network_transmit_fifo_total{device="vethb538112"} 0 node_network_transmit_fifo_total{device="vethb5fadff"} 0 node_network_transmit_fifo_total{device="vethb7e6de4"} 0 node_network_transmit_fifo_total{device="vethbe96de4"} 0 node_network_transmit_fifo_total{device="vethbfc206f"} 0 node_network_transmit_fifo_total{device="vethc5450c5"} 0 node_network_transmit_fifo_total{device="vethc99d517"} 0 node_network_transmit_fifo_total{device="vethcc8e1b8"} 0 node_network_transmit_fifo_total{device="vethccbb631"} 0 node_network_transmit_fifo_total{device="vethd58c2a1"} 0 node_network_transmit_fifo_total{device="vethd651aec"} 0 node_network_transmit_fifo_total{device="vethd65fd63"} 0 node_network_transmit_fifo_total{device="vethd6abc5f"} 0 node_network_transmit_fifo_total{device="vethd7a76ba"} 0 node_network_transmit_fifo_total{device="vethd8f9738"} 0 node_network_transmit_fifo_total{device="vethd938f64"} 0 node_network_transmit_fifo_total{device="vethdb92bd6"} 0 node_network_transmit_fifo_total{device="vethdc7ce6d"} 0 node_network_transmit_fifo_total{device="vethe07053a"} 0 node_network_transmit_fifo_total{device="vethe16265a"} 0 node_network_transmit_fifo_total{device="vethe3cf8ae"} 0 node_network_transmit_fifo_total{device="vethe725593"} 0 node_network_transmit_fifo_total{device="vethe7d778e"} 0 node_network_transmit_fifo_total{device="vethe807231"} 0 node_network_transmit_fifo_total{device="vetheb0cbfe"} 0 node_network_transmit_fifo_total{device="vethee7ba25"} 0 node_network_transmit_fifo_total{device="vetheea8070"} 0 node_network_transmit_fifo_total{device="vethf01c4de"} 0 node_network_transmit_fifo_total{device="vethf1e19ad"} 0 node_network_transmit_fifo_total{device="vethf7e4c80"} 0 node_network_transmit_fifo_total{device="vethf93124e"} 0 node_network_transmit_fifo_total{device="vethfd4cbd9"} 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-269018c835b3"} 2.63314e+06 node_network_transmit_packets_total{device="br-2b64803f4baa"} 1.35517e+06 node_network_transmit_packets_total{device="br-4d06846f6926"} 83216 node_network_transmit_packets_total{device="br-5fe347eda337"} 6 node_network_transmit_packets_total{device="br-607e7f2cc1eb"} 8 node_network_transmit_packets_total{device="br-6461bc9320a1"} 20105 node_network_transmit_packets_total{device="br-86099df92b91"} 42079 node_network_transmit_packets_total{device="br-8d661c1c555c"} 342832 node_network_transmit_packets_total{device="br-8e9e3794015c"} 31628 node_network_transmit_packets_total{device="br-a7e11f654a04"} 1.9249195e+07 node_network_transmit_packets_total{device="br-aaba14ed7a3b"} 8 node_network_transmit_packets_total{device="br-b47674889f31"} 54255 node_network_transmit_packets_total{device="br-b79aa99837b3"} 7 node_network_transmit_packets_total{device="br-b80ea9895659"} 1.5060426e+07 node_network_transmit_packets_total{device="br-d21546c6dd34"} 138105 node_network_transmit_packets_total{device="br-e0fcc6d4b66e"} 10464 node_network_transmit_packets_total{device="br-f1318694100b"} 38467 node_network_transmit_packets_total{device="br-ff21357210f8"} 482 node_network_transmit_packets_total{device="docker0"} 44035 node_network_transmit_packets_total{device="ens18"} 4.4952823e+07 node_network_transmit_packets_total{device="lo"} 419711 node_network_transmit_packets_total{device="veth023864c"} 27036 node_network_transmit_packets_total{device="veth06ba1f6"} 68 node_network_transmit_packets_total{device="veth0901c7a"} 1.188492e+06 node_network_transmit_packets_total{device="veth0944b2d"} 59 node_network_transmit_packets_total{device="veth0afc06e"} 60 node_network_transmit_packets_total{device="veth0c8e6f1"} 270535 node_network_transmit_packets_total{device="veth156af14"} 260387 node_network_transmit_packets_total{device="veth181d701"} 61 node_network_transmit_packets_total{device="veth1a5feb5"} 40 node_network_transmit_packets_total{device="veth1e5b53e"} 32 node_network_transmit_packets_total{device="veth1f4581d"} 60 node_network_transmit_packets_total{device="veth1fe42db"} 42105 node_network_transmit_packets_total{device="veth26d14e5"} 37 node_network_transmit_packets_total{device="veth2a4b010"} 1529 node_network_transmit_packets_total{device="veth2c12f55"} 508 node_network_transmit_packets_total{device="veth3108d97"} 4.2405e+06 node_network_transmit_packets_total{device="veth3738a17"} 60 node_network_transmit_packets_total{device="veth393aaf0"} 60 node_network_transmit_packets_total{device="veth3a663ae"} 2517 node_network_transmit_packets_total{device="veth3f68d6f"} 33 node_network_transmit_packets_total{device="veth3fd7644"} 37 node_network_transmit_packets_total{device="veth4416136"} 38492 node_network_transmit_packets_total{device="veth45cabbe"} 6.453834e+06 node_network_transmit_packets_total{device="veth463997e"} 943793 node_network_transmit_packets_total{device="veth49274eb"} 41 node_network_transmit_packets_total{device="veth4934bee"} 32 node_network_transmit_packets_total{device="veth4a368c0"} 63528 node_network_transmit_packets_total{device="veth4a829e6"} 3.1996e+06 node_network_transmit_packets_total{device="veth4c83b56"} 32 node_network_transmit_packets_total{device="veth54329a6"} 136176 node_network_transmit_packets_total{device="veth5573de3"} 3.9418e+06 node_network_transmit_packets_total{device="veth581a12a"} 195949 node_network_transmit_packets_total{device="veth5c249fb"} 95267 node_network_transmit_packets_total{device="veth5e59cd2"} 10495 node_network_transmit_packets_total{device="veth605239d"} 61 node_network_transmit_packets_total{device="veth6522863"} 33 node_network_transmit_packets_total{device="veth671f4ee"} 366 node_network_transmit_packets_total{device="veth692e877"} 59 node_network_transmit_packets_total{device="veth6a059a8"} 275029 node_network_transmit_packets_total{device="veth6b01d1a"} 61 node_network_transmit_packets_total{device="veth6b8a9b4"} 39 node_network_transmit_packets_total{device="veth6cbda89"} 303852 node_network_transmit_packets_total{device="veth7253d36"} 19 node_network_transmit_packets_total{device="veth77dab6a"} 329748 node_network_transmit_packets_total{device="veth7905d8b"} 33 node_network_transmit_packets_total{device="veth83c3ca1"} 357862 node_network_transmit_packets_total{device="veth8874fa6"} 7421 node_network_transmit_packets_total{device="veth8d0f465"} 175988 node_network_transmit_packets_total{device="veth8e43682"} 27049 node_network_transmit_packets_total{device="veth8f71ffa"} 8005 node_network_transmit_packets_total{device="veth91b159d"} 36 node_network_transmit_packets_total{device="veth91b52fd"} 61 node_network_transmit_packets_total{device="veth9b76e4d"} 28307 node_network_transmit_packets_total{device="veth9f4ac2b"} 7865 node_network_transmit_packets_total{device="veth9fba79c"} 1526 node_network_transmit_packets_total{device="vethad93bab"} 39943 node_network_transmit_packets_total{device="vethb06dcd5"} 3.1640042e+07 node_network_transmit_packets_total{device="vethb0b0dc2"} 35 node_network_transmit_packets_total{device="vethb14c5d7"} 126021 node_network_transmit_packets_total{device="vethb538112"} 37 node_network_transmit_packets_total{device="vethb5fadff"} 2.0612906e+07 node_network_transmit_packets_total{device="vethb7e6de4"} 62 node_network_transmit_packets_total{device="vethbe96de4"} 2.33148e+06 node_network_transmit_packets_total{device="vethbfc206f"} 184857 node_network_transmit_packets_total{device="vethc5450c5"} 3.379846e+06 node_network_transmit_packets_total{device="vethc99d517"} 60 node_network_transmit_packets_total{device="vethcc8e1b8"} 37 node_network_transmit_packets_total{device="vethccbb631"} 106282 node_network_transmit_packets_total{device="vethd58c2a1"} 40 node_network_transmit_packets_total{device="vethd651aec"} 20130 node_network_transmit_packets_total{device="vethd65fd63"} 62 node_network_transmit_packets_total{device="vethd6abc5f"} 35 node_network_transmit_packets_total{device="vethd7a76ba"} 58 node_network_transmit_packets_total{device="vethd8f9738"} 32 node_network_transmit_packets_total{device="vethd938f64"} 62 node_network_transmit_packets_total{device="vethdb92bd6"} 40 node_network_transmit_packets_total{device="vethdc7ce6d"} 26810 node_network_transmit_packets_total{device="vethe07053a"} 4.398195e+06 node_network_transmit_packets_total{device="vethe16265a"} 60265 node_network_transmit_packets_total{device="vethe3cf8ae"} 31653 node_network_transmit_packets_total{device="vethe725593"} 36961 node_network_transmit_packets_total{device="vethe7d778e"} 334792 node_network_transmit_packets_total{device="vethe807231"} 62 node_network_transmit_packets_total{device="vetheb0cbfe"} 99150 node_network_transmit_packets_total{device="vethee7ba25"} 37 node_network_transmit_packets_total{device="vetheea8070"} 31 node_network_transmit_packets_total{device="vethf01c4de"} 63023 node_network_transmit_packets_total{device="vethf1e19ad"} 40 node_network_transmit_packets_total{device="vethf7e4c80"} 138131 node_network_transmit_packets_total{device="vethf93124e"} 675241 node_network_transmit_packets_total{device="vethfd4cbd9"} 303611 # 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-269018c835b3"} 0 node_network_transmit_queue_length{device="br-2b64803f4baa"} 0 node_network_transmit_queue_length{device="br-4d06846f6926"} 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-86099df92b91"} 0 node_network_transmit_queue_length{device="br-8d661c1c555c"} 0 node_network_transmit_queue_length{device="br-8e9e3794015c"} 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-b47674889f31"} 0 node_network_transmit_queue_length{device="br-b79aa99837b3"} 0 node_network_transmit_queue_length{device="br-b80ea9895659"} 0 node_network_transmit_queue_length{device="br-d21546c6dd34"} 0 node_network_transmit_queue_length{device="br-e0fcc6d4b66e"} 0 node_network_transmit_queue_length{device="br-f1318694100b"} 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="veth023864c"} 0 node_network_transmit_queue_length{device="veth06ba1f6"} 0 node_network_transmit_queue_length{device="veth0901c7a"} 0 node_network_transmit_queue_length{device="veth0944b2d"} 0 node_network_transmit_queue_length{device="veth0afc06e"} 0 node_network_transmit_queue_length{device="veth0c8e6f1"} 0 node_network_transmit_queue_length{device="veth156af14"} 0 node_network_transmit_queue_length{device="veth181d701"} 0 node_network_transmit_queue_length{device="veth1a5feb5"} 0 node_network_transmit_queue_length{device="veth1e5b53e"} 0 node_network_transmit_queue_length{device="veth1f4581d"} 0 node_network_transmit_queue_length{device="veth1fe42db"} 0 node_network_transmit_queue_length{device="veth26d14e5"} 0 node_network_transmit_queue_length{device="veth2a4b010"} 0 node_network_transmit_queue_length{device="veth2c12f55"} 0 node_network_transmit_queue_length{device="veth3108d97"} 0 node_network_transmit_queue_length{device="veth3738a17"} 0 node_network_transmit_queue_length{device="veth393aaf0"} 0 node_network_transmit_queue_length{device="veth3a663ae"} 0 node_network_transmit_queue_length{device="veth3f68d6f"} 0 node_network_transmit_queue_length{device="veth3fd7644"} 0 node_network_transmit_queue_length{device="veth4416136"} 0 node_network_transmit_queue_length{device="veth45cabbe"} 0 node_network_transmit_queue_length{device="veth463997e"} 0 node_network_transmit_queue_length{device="veth49274eb"} 0 node_network_transmit_queue_length{device="veth4934bee"} 0 node_network_transmit_queue_length{device="veth4a368c0"} 0 node_network_transmit_queue_length{device="veth4a829e6"} 0 node_network_transmit_queue_length{device="veth4c83b56"} 0 node_network_transmit_queue_length{device="veth54329a6"} 0 node_network_transmit_queue_length{device="veth5573de3"} 0 node_network_transmit_queue_length{device="veth581a12a"} 0 node_network_transmit_queue_length{device="veth5c249fb"} 0 node_network_transmit_queue_length{device="veth5e59cd2"} 0 node_network_transmit_queue_length{device="veth605239d"} 0 node_network_transmit_queue_length{device="veth6522863"} 0 node_network_transmit_queue_length{device="veth671f4ee"} 0 node_network_transmit_queue_length{device="veth692e877"} 0 node_network_transmit_queue_length{device="veth6a059a8"} 0 node_network_transmit_queue_length{device="veth6b01d1a"} 0 node_network_transmit_queue_length{device="veth6b8a9b4"} 0 node_network_transmit_queue_length{device="veth6cbda89"} 0 node_network_transmit_queue_length{device="veth7253d36"} 0 node_network_transmit_queue_length{device="veth77dab6a"} 0 node_network_transmit_queue_length{device="veth7905d8b"} 0 node_network_transmit_queue_length{device="veth83c3ca1"} 0 node_network_transmit_queue_length{device="veth8874fa6"} 0 node_network_transmit_queue_length{device="veth8d0f465"} 0 node_network_transmit_queue_length{device="veth8e43682"} 0 node_network_transmit_queue_length{device="veth8f71ffa"} 0 node_network_transmit_queue_length{device="veth91b159d"} 0 node_network_transmit_queue_length{device="veth91b52fd"} 0 node_network_transmit_queue_length{device="veth9b76e4d"} 0 node_network_transmit_queue_length{device="veth9f4ac2b"} 0 node_network_transmit_queue_length{device="veth9fba79c"} 0 node_network_transmit_queue_length{device="vethad93bab"} 0 node_network_transmit_queue_length{device="vethb06dcd5"} 0 node_network_transmit_queue_length{device="vethb0b0dc2"} 0 node_network_transmit_queue_length{device="vethb14c5d7"} 0 node_network_transmit_queue_length{device="vethb538112"} 0 node_network_transmit_queue_length{device="vethb5fadff"} 0 node_network_transmit_queue_length{device="vethb7e6de4"} 0 node_network_transmit_queue_length{device="vethbe96de4"} 0 node_network_transmit_queue_length{device="vethbfc206f"} 0 node_network_transmit_queue_length{device="vethc5450c5"} 0 node_network_transmit_queue_length{device="vethc99d517"} 0 node_network_transmit_queue_length{device="vethcc8e1b8"} 0 node_network_transmit_queue_length{device="vethccbb631"} 0 node_network_transmit_queue_length{device="vethd58c2a1"} 0 node_network_transmit_queue_length{device="vethd651aec"} 0 node_network_transmit_queue_length{device="vethd65fd63"} 0 node_network_transmit_queue_length{device="vethd6abc5f"} 0 node_network_transmit_queue_length{device="vethd7a76ba"} 0 node_network_transmit_queue_length{device="vethd8f9738"} 0 node_network_transmit_queue_length{device="vethd938f64"} 0 node_network_transmit_queue_length{device="vethdb92bd6"} 0 node_network_transmit_queue_length{device="vethdc7ce6d"} 0 node_network_transmit_queue_length{device="vethe07053a"} 0 node_network_transmit_queue_length{device="vethe16265a"} 0 node_network_transmit_queue_length{device="vethe3cf8ae"} 0 node_network_transmit_queue_length{device="vethe725593"} 0 node_network_transmit_queue_length{device="vethe7d778e"} 0 node_network_transmit_queue_length{device="vethe807231"} 0 node_network_transmit_queue_length{device="vetheb0cbfe"} 0 node_network_transmit_queue_length{device="vethee7ba25"} 0 node_network_transmit_queue_length{device="vetheea8070"} 0 node_network_transmit_queue_length{device="vethf01c4de"} 0 node_network_transmit_queue_length{device="vethf1e19ad"} 0 node_network_transmit_queue_length{device="vethf7e4c80"} 0 node_network_transmit_queue_length{device="vethf93124e"} 0 node_network_transmit_queue_length{device="vethfd4cbd9"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-269018c835b3"} 1 node_network_up{device="br-2b64803f4baa"} 1 node_network_up{device="br-4d06846f6926"} 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-86099df92b91"} 1 node_network_up{device="br-8d661c1c555c"} 1 node_network_up{device="br-8e9e3794015c"} 1 node_network_up{device="br-a7e11f654a04"} 1 node_network_up{device="br-aaba14ed7a3b"} 1 node_network_up{device="br-b47674889f31"} 1 node_network_up{device="br-b79aa99837b3"} 1 node_network_up{device="br-b80ea9895659"} 1 node_network_up{device="br-d21546c6dd34"} 1 node_network_up{device="br-e0fcc6d4b66e"} 1 node_network_up{device="br-f1318694100b"} 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="veth023864c"} 1 node_network_up{device="veth06ba1f6"} 1 node_network_up{device="veth0901c7a"} 1 node_network_up{device="veth0944b2d"} 1 node_network_up{device="veth0afc06e"} 1 node_network_up{device="veth0c8e6f1"} 1 node_network_up{device="veth156af14"} 1 node_network_up{device="veth181d701"} 1 node_network_up{device="veth1a5feb5"} 1 node_network_up{device="veth1e5b53e"} 1 node_network_up{device="veth1f4581d"} 1 node_network_up{device="veth1fe42db"} 1 node_network_up{device="veth26d14e5"} 1 node_network_up{device="veth2a4b010"} 1 node_network_up{device="veth2c12f55"} 1 node_network_up{device="veth3108d97"} 1 node_network_up{device="veth3738a17"} 1 node_network_up{device="veth393aaf0"} 1 node_network_up{device="veth3a663ae"} 1 node_network_up{device="veth3f68d6f"} 1 node_network_up{device="veth3fd7644"} 1 node_network_up{device="veth4416136"} 1 node_network_up{device="veth45cabbe"} 1 node_network_up{device="veth463997e"} 1 node_network_up{device="veth49274eb"} 1 node_network_up{device="veth4934bee"} 1 node_network_up{device="veth4a368c0"} 1 node_network_up{device="veth4a829e6"} 1 node_network_up{device="veth4c83b56"} 1 node_network_up{device="veth54329a6"} 1 node_network_up{device="veth5573de3"} 1 node_network_up{device="veth581a12a"} 1 node_network_up{device="veth5c249fb"} 1 node_network_up{device="veth5e59cd2"} 1 node_network_up{device="veth605239d"} 1 node_network_up{device="veth6522863"} 1 node_network_up{device="veth671f4ee"} 1 node_network_up{device="veth692e877"} 1 node_network_up{device="veth6a059a8"} 1 node_network_up{device="veth6b01d1a"} 1 node_network_up{device="veth6b8a9b4"} 1 node_network_up{device="veth6cbda89"} 1 node_network_up{device="veth7253d36"} 1 node_network_up{device="veth77dab6a"} 1 node_network_up{device="veth7905d8b"} 1 node_network_up{device="veth83c3ca1"} 1 node_network_up{device="veth8874fa6"} 1 node_network_up{device="veth8d0f465"} 1 node_network_up{device="veth8e43682"} 1 node_network_up{device="veth8f71ffa"} 1 node_network_up{device="veth91b159d"} 1 node_network_up{device="veth91b52fd"} 1 node_network_up{device="veth9b76e4d"} 1 node_network_up{device="veth9f4ac2b"} 1 node_network_up{device="veth9fba79c"} 1 node_network_up{device="vethad93bab"} 1 node_network_up{device="vethb06dcd5"} 1 node_network_up{device="vethb0b0dc2"} 1 node_network_up{device="vethb14c5d7"} 1 node_network_up{device="vethb538112"} 1 node_network_up{device="vethb5fadff"} 1 node_network_up{device="vethb7e6de4"} 1 node_network_up{device="vethbe96de4"} 1 node_network_up{device="vethbfc206f"} 1 node_network_up{device="vethc5450c5"} 1 node_network_up{device="vethc99d517"} 1 node_network_up{device="vethcc8e1b8"} 1 node_network_up{device="vethccbb631"} 1 node_network_up{device="vethd58c2a1"} 1 node_network_up{device="vethd651aec"} 1 node_network_up{device="vethd65fd63"} 1 node_network_up{device="vethd6abc5f"} 1 node_network_up{device="vethd7a76ba"} 1 node_network_up{device="vethd8f9738"} 1 node_network_up{device="vethd938f64"} 1 node_network_up{device="vethdb92bd6"} 1 node_network_up{device="vethdc7ce6d"} 1 node_network_up{device="vethe07053a"} 1 node_network_up{device="vethe16265a"} 1 node_network_up{device="vethe3cf8ae"} 1 node_network_up{device="vethe725593"} 1 node_network_up{device="vethe7d778e"} 1 node_network_up{device="vethe807231"} 1 node_network_up{device="vetheb0cbfe"} 1 node_network_up{device="vethee7ba25"} 1 node_network_up{device="vetheea8070"} 1 node_network_up{device="vethf01c4de"} 1 node_network_up{device="vethf1e19ad"} 1 node_network_up{device="vethf7e4c80"} 1 node_network_up{device="vethf93124e"} 1 node_network_up{device="vethfd4cbd9"} 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 3702 # 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"} 1134 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"} 99420 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 0 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"} 314 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"} 61799 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"} 37492 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"} 56240 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"} 37492 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 37492 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"} 75868 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"} 71117 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"} 28638 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"} 62263 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"} 74984 node_nfs_requests_total{method="StatFs",proto="4"} 1.4251044e+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"} 37492 # 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.4932823e+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.4932838e+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 443.76206 # 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 225.199388 # 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 253.821013 # 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 1.36926 # 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 1.440587 # 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 256130 # HELP node_processes_pids Number of PIDs # TYPE node_processes_pids gauge node_processes_pids 658 # HELP node_processes_state Number of processes in each state. # TYPE node_processes_state gauge node_processes_state{state="I"} 123 node_processes_state{state="S"} 535 # HELP node_processes_threads Allocated threads in system # TYPE node_processes_threads gauge node_processes_threads 4062 # HELP node_processes_threads_state Number of threads in each state. # TYPE node_processes_threads_state gauge node_processes_threads_state{thread_state="I"} 123 node_processes_threads_state{thread_state="R"} 1 node_processes_threads_state{thread_state="S"} 3938 # 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 5 # 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"} 5114.653678722 node_schedstat_running_seconds_total{cpu="1"} 5006.644109165 node_schedstat_running_seconds_total{cpu="2"} 5097.744176644 node_schedstat_running_seconds_total{cpu="3"} 4889.230577671 node_schedstat_running_seconds_total{cpu="4"} 4807.871530741 node_schedstat_running_seconds_total{cpu="5"} 4963.011215624 node_schedstat_running_seconds_total{cpu="6"} 4909.836484577 node_schedstat_running_seconds_total{cpu="7"} 4677.108761015 node_schedstat_running_seconds_total{cpu="8"} 5003.460228616 node_schedstat_running_seconds_total{cpu="9"} 5079.931352101 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 8.235574e+07 node_schedstat_timeslices_total{cpu="1"} 8.1848736e+07 node_schedstat_timeslices_total{cpu="2"} 8.212518e+07 node_schedstat_timeslices_total{cpu="3"} 8.2792289e+07 node_schedstat_timeslices_total{cpu="4"} 8.1699187e+07 node_schedstat_timeslices_total{cpu="5"} 8.2015315e+07 node_schedstat_timeslices_total{cpu="6"} 8.4684827e+07 node_schedstat_timeslices_total{cpu="7"} 8.5164719e+07 node_schedstat_timeslices_total{cpu="8"} 8.3609609e+07 node_schedstat_timeslices_total{cpu="9"} 8.0749678e+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"} 476.979270636 node_schedstat_waiting_seconds_total{cpu="1"} 564.698738779 node_schedstat_waiting_seconds_total{cpu="2"} 471.449799132 node_schedstat_waiting_seconds_total{cpu="3"} 506.902992362 node_schedstat_waiting_seconds_total{cpu="4"} 489.348932123 node_schedstat_waiting_seconds_total{cpu="5"} 464.366123506 node_schedstat_waiting_seconds_total{cpu="6"} 478.538355408 node_schedstat_waiting_seconds_total{cpu="7"} 465.61733829 node_schedstat_waiting_seconds_total{cpu="8"} 486.593032013 node_schedstat_waiting_seconds_total{cpu="9"} 479.50505776 # 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.00061789 node_scrape_collector_duration_seconds{collector="bcache"} 8.983e-06 node_scrape_collector_duration_seconds{collector="bonding"} 8.732e-06 node_scrape_collector_duration_seconds{collector="btrfs"} 0.001389743 node_scrape_collector_duration_seconds{collector="conntrack"} 8.2313e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.000617199 node_scrape_collector_duration_seconds{collector="cpufreq"} 8.0175e-05 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001214831 node_scrape_collector_duration_seconds{collector="dmi"} 1.1105e-05 node_scrape_collector_duration_seconds{collector="edac"} 2.8849e-05 node_scrape_collector_duration_seconds{collector="entropy"} 5.9317e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 7.883e-06 node_scrape_collector_duration_seconds{collector="filefd"} 3.0731e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.015122789 node_scrape_collector_duration_seconds{collector="hwmon"} 2.6929e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 9.748e-06 node_scrape_collector_duration_seconds{collector="interrupts"} 0.000700981 node_scrape_collector_duration_seconds{collector="ipvs"} 1.0206e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 2.3458e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 2.5852e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000146154 node_scrape_collector_duration_seconds{collector="netclass"} 0.113590768 node_scrape_collector_duration_seconds{collector="netdev"} 0.005889681 node_scrape_collector_duration_seconds{collector="netstat"} 0.000615342 node_scrape_collector_duration_seconds{collector="nfs"} 0.000123517 node_scrape_collector_duration_seconds{collector="nfsd"} 1.7287e-05 node_scrape_collector_duration_seconds{collector="nvme"} 1.2818e-05 node_scrape_collector_duration_seconds{collector="os"} 4.1981e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.1717e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.00013053 node_scrape_collector_duration_seconds{collector="processes"} 0.15249016 node_scrape_collector_duration_seconds{collector="rapl"} 1.2981e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 9.2735e-05 node_scrape_collector_duration_seconds{collector="selinux"} 1.546e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 9.7686e-05 node_scrape_collector_duration_seconds{collector="softnet"} 8.1851e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000144526 node_scrape_collector_duration_seconds{collector="systemd"} 6.4081e-05 node_scrape_collector_duration_seconds{collector="tapestats"} 6.664e-06 node_scrape_collector_duration_seconds{collector="textfile"} 1.4112e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000365655 node_scrape_collector_duration_seconds{collector="time"} 7.3462e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.56e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000263548 node_scrape_collector_duration_seconds{collector="uname"} 8e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000124399 node_scrape_collector_duration_seconds{collector="watchdog"} 1.3752e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.3304e-05 node_scrape_collector_duration_seconds{collector="zfs"} 9.971e-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 969 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 85 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 203 # 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 831488 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 1 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 503 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 1 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 3 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 1175 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 4.8128e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 1019 # 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"} 1.167984e+07 node_softnet_processed_total{cpu="1"} 1.27375842e+08 node_softnet_processed_total{cpu="2"} 3.0377811e+07 node_softnet_processed_total{cpu="3"} 1.885906e+07 node_softnet_processed_total{cpu="4"} 1.4587613e+07 node_softnet_processed_total{cpu="5"} 1.3278272e+07 node_softnet_processed_total{cpu="6"} 1.2731007e+07 node_softnet_processed_total{cpu="7"} 1.1911312e+07 node_softnet_processed_total{cpu="8"} 1.1918417e+07 node_softnet_processed_total{cpu="9"} 1.1792523e+07 # 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"} 16 node_softnet_times_squeezed_total{cpu="1"} 19 node_softnet_times_squeezed_total{cpu="2"} 14 node_softnet_times_squeezed_total{cpu="3"} 11 node_softnet_times_squeezed_total{cpu="4"} 8 node_softnet_times_squeezed_total{cpu="5"} 14 node_softnet_times_squeezed_total{cpu="6"} 15 node_softnet_times_squeezed_total{cpu="7"} 8 node_softnet_times_squeezed_total{cpu="8"} 21 node_softnet_times_squeezed_total{cpu="9"} 14 # 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.7653365489721196e+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.9999978741912842 # 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.3375 # 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.000175909 # 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-88-generic",sysname="Linux",version="#89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025"} 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 4.96778482e+08 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 34331 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.9359364e+07 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 5.9860297e+07 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 3146 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 208687 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 1116.79 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.82757550543e+11 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.77869913122e+11 # 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.3642112e+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.76527444309e+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"} 6100 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"} 6086 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0