# 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.5012e-05 go_gc_duration_seconds{quantile="0.25"} 1.9538e-05 go_gc_duration_seconds{quantile="0.5"} 2.3544e-05 go_gc_duration_seconds{quantile="0.75"} 2.8357e-05 go_gc_duration_seconds{quantile="1"} 6.017e-05 go_gc_duration_seconds_sum 0.365422564 go_gc_duration_seconds_count 15260 # 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 6.047128e+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 4.0273958816e+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.900864e+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 7.09284531e+08 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.32152e+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 6.047128e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 7.421952e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 7.70048e+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 81441 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 6.955008e+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.5122432e+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.7653338314654217e+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 7.09365972e+08 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15600 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 135520 # 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 8.440512e+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 961320 # 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.6384e+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.6384e+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 24 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="br-1f437ee92de3"} 1 node_arp_entries{device="br-541b70109604"} 6 node_arp_entries{device="br-57fae769631e"} 2 node_arp_entries{device="br-6461bc9320a1"} 1 node_arp_entries{device="br-8e9e3794015c"} 1 node_arp_entries{device="br-9d8e958996ba"} 1 node_arp_entries{device="br-a7e11f654a04"} 2 node_arp_entries{device="br-b266df46df77"} 2 node_arp_entries{device="br-eac26a665bc7"} 12 node_arp_entries{device="br-f1318694100b"} 1 node_arp_entries{device="br-f37d406e9375"} 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.765305327e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 5.47415908e+08 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="9",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 26540.84 node_cpu_seconds_total{cpu="0",mode="iowait"} 3.78 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"} 30.62 node_cpu_seconds_total{cpu="0",mode="steal"} 0.22 node_cpu_seconds_total{cpu="0",mode="system"} 457.75 node_cpu_seconds_total{cpu="0",mode="user"} 1249.11 node_cpu_seconds_total{cpu="1",mode="idle"} 26475.74 node_cpu_seconds_total{cpu="1",mode="iowait"} 3.95 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"} 56.19 node_cpu_seconds_total{cpu="1",mode="steal"} 0.28 node_cpu_seconds_total{cpu="1",mode="system"} 427.49 node_cpu_seconds_total{cpu="1",mode="user"} 1244.49 node_cpu_seconds_total{cpu="2",mode="idle"} 26588.49 node_cpu_seconds_total{cpu="2",mode="iowait"} 3.96 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"} 27.05 node_cpu_seconds_total{cpu="2",mode="steal"} 0.31 node_cpu_seconds_total{cpu="2",mode="system"} 452.24 node_cpu_seconds_total{cpu="2",mode="user"} 1215.1 node_cpu_seconds_total{cpu="3",mode="idle"} 26597.22 node_cpu_seconds_total{cpu="3",mode="iowait"} 3.93 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 0.2 node_cpu_seconds_total{cpu="3",mode="softirq"} 14.45 node_cpu_seconds_total{cpu="3",mode="steal"} 0.21 node_cpu_seconds_total{cpu="3",mode="system"} 454.19 node_cpu_seconds_total{cpu="3",mode="user"} 1248.05 node_cpu_seconds_total{cpu="4",mode="idle"} 26564.24 node_cpu_seconds_total{cpu="4",mode="iowait"} 3.71 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 0 node_cpu_seconds_total{cpu="4",mode="softirq"} 12.81 node_cpu_seconds_total{cpu="4",mode="steal"} 0.21 node_cpu_seconds_total{cpu="4",mode="system"} 449.73 node_cpu_seconds_total{cpu="4",mode="user"} 1287.37 node_cpu_seconds_total{cpu="5",mode="idle"} 26590.25 node_cpu_seconds_total{cpu="5",mode="iowait"} 3.66 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"} 12.38 node_cpu_seconds_total{cpu="5",mode="steal"} 0.21 node_cpu_seconds_total{cpu="5",mode="system"} 456.62 node_cpu_seconds_total{cpu="5",mode="user"} 1254.12 node_cpu_seconds_total{cpu="6",mode="idle"} 26569.99 node_cpu_seconds_total{cpu="6",mode="iowait"} 3.82 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"} 11.86 node_cpu_seconds_total{cpu="6",mode="steal"} 0.21 node_cpu_seconds_total{cpu="6",mode="system"} 450.83 node_cpu_seconds_total{cpu="6",mode="user"} 1282.99 node_cpu_seconds_total{cpu="7",mode="idle"} 26576.17 node_cpu_seconds_total{cpu="7",mode="iowait"} 3.59 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"} 11.77 node_cpu_seconds_total{cpu="7",mode="steal"} 0.2 node_cpu_seconds_total{cpu="7",mode="system"} 455.91 node_cpu_seconds_total{cpu="7",mode="user"} 1272.64 node_cpu_seconds_total{cpu="8",mode="idle"} 26582.39 node_cpu_seconds_total{cpu="8",mode="iowait"} 3.58 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"} 11.53 node_cpu_seconds_total{cpu="8",mode="steal"} 0.2 node_cpu_seconds_total{cpu="8",mode="system"} 457.61 node_cpu_seconds_total{cpu="8",mode="user"} 1265.5 node_cpu_seconds_total{cpu="9",mode="idle"} 26554.07 node_cpu_seconds_total{cpu="9",mode="iowait"} 3.77 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"} 11.51 node_cpu_seconds_total{cpu="9",mode="steal"} 0.21 node_cpu_seconds_total{cpu="9",mode="system"} 459.46 node_cpu_seconds_total{cpu="9",mode="user"} 1291.51 # 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"} 8.863 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"} 175842 node_disk_flush_requests_total{device="sr0"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sr0",major="11",minor="0",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sr0"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 39.22 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"} 305.23900000000003 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"} 2.84908544e+09 node_disk_read_bytes_total{device="sr0"} 0 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="sda"} 11.242 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"} 59107 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"} 21560 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"} 285.132 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"} 821008 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 1.13757e+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"} 9.992452096e+09 node_disk_written_bytes_total{device="sr0"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="04/01/2014",bios_release="0.0",bios_vendor="SeaBIOS",bios_version="rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-8.1",product_family="",product_name="Standard PC (i440FX + PIIX, 1996)",product_sku="",product_version="pc-i440fx-8.1",system_vendor="QEMU"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 9472 # 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="/"} 6.735837184e+10 node_filesystem_avail_bytes{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 5.579951046656e+12 node_filesystem_avail_bytes{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 6.869322039296e+12 node_filesystem_avail_bytes{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 6.869322039296e+12 node_filesystem_avail_bytes{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 6.869322039296e+12 node_filesystem_avail_bytes{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 3.874280701952e+12 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.357827072e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 3.365236736e+09 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_device_error{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_device_error{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_device_error{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 0 node_filesystem_device_error{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 1.31072e+07 node_filesystem_files{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 2.22560256e+08 node_filesystem_files{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 2.22560256e+08 node_filesystem_files{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 2.22560256e+08 node_filesystem_files{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 2.22560256e+08 node_filesystem_files{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 1.6777216e+08 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.108052e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.108052e+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.2280892e+07 node_filesystem_files_free{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 2.22559917e+08 node_filesystem_files_free{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 2.2255992e+08 node_filesystem_files_free{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 2.2255992e+08 node_filesystem_files_free{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 2.2255992e+08 node_filesystem_files_free{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 1.66189946e+08 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.105383e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.108049e+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="/"} 7.7038473216e+10 node_filesystem_free_bytes{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 5.944610127872e+12 node_filesystem_free_bytes{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 7.233982169088e+12 node_filesystem_free_bytes{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 7.233982169088e+12 node_filesystem_free_bytes{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 7.233982169088e+12 node_filesystem_free_bytes{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 4.149175386112e+12 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.357827072e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 3.365236736e+09 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda2",major="8",minor="2",mountpoint="/"} 1 node_filesystem_mount_info{device="10.194.0.14:/mnt/backups/disk1",major="0",minor="397",mountpoint="/mnt/backups/disk1"} 1 node_filesystem_mount_info{device="10.194.0.14:/mnt/backups/disk2",major="0",minor="400",mountpoint="/mnt/backups/disk2"} 1 node_filesystem_mount_info{device="10.194.0.14:/mnt/backups/disk3",major="0",minor="392",mountpoint="/mnt/backups/disk3"} 1 node_filesystem_mount_info{device="10.194.0.14:/mnt/backups/disk4",major="0",minor="399",mountpoint="/mnt/backups/disk4"} 1 node_filesystem_mount_info{device="10.194.0.14:/mnt/superstorage",major="0",minor="398",mountpoint="/mnt/superstorage"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="186",mountpoint="/run/user/1000"} 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 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_purgeable_bytes{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_purgeable_bytes{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_purgeable_bytes{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 0 node_filesystem_purgeable_bytes{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_readonly{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_readonly{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_readonly{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 0 node_filesystem_readonly{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 2.10777051136e+11 node_filesystem_size_bytes{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 7.234190835712e+12 node_filesystem_size_bytes{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 7.234190835712e+12 node_filesystem_size_bytes{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 7.234190835712e+12 node_filesystem_size_bytes{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 7.234190835712e+12 node_filesystem_size_bytes{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 5.453047136256e+12 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.365318656e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 3.36531456e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 419157 # 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"} 1.467971e+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"} 3 node_interrupts_total{cpu="0",devices="",info="Local timer interrupts",type="LOC"} 2.1205034e+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"} 87 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"} 191132 node_interrupts_total{cpu="0",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="0",devices="",info="TLB shootdowns",type="TLB"} 176787 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"} 54258 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"} 1.0679855e+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"} 9 node_interrupts_total{cpu="1",devices="",info="Local timer interrupts",type="LOC"} 2.1110241e+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"} 87 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"} 178046 node_interrupts_total{cpu="1",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="1",devices="",info="TLB shootdowns",type="TLB"} 172787 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"} 9.221884e+06 node_interrupts_total{cpu="1",devices="1-edge virtio3-control",info="PCI-MSIX-0000:01:01.0",type="27"} 0 node_interrupts_total{cpu="1",devices="10-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="36"} 0 node_interrupts_total{cpu="1",devices="10-fasteoi virtio0",info="IO-APIC",type="10"} 0 node_interrupts_total{cpu="1",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 0 node_interrupts_total{cpu="1",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 0 node_interrupts_total{cpu="1",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="1",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="1",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="1",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="1",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="1",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="1",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="1",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="1",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 64800 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"} 1.143352e+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"} 1 node_interrupts_total{cpu="2",devices="",info="Local timer interrupts",type="LOC"} 2.0849907e+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"} 87 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"} 195713 node_interrupts_total{cpu="2",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="2",devices="",info="TLB shootdowns",type="TLB"} 181022 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"} 14741 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"} 1.1666662e+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"} 63353 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"} 1.1084674e+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"} 733 node_interrupts_total{cpu="3",devices="",info="Local timer interrupts",type="LOC"} 2.1130217e+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"} 87 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"} 194357 node_interrupts_total{cpu="3",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="3",devices="",info="TLB shootdowns",type="TLB"} 177857 node_interrupts_total{cpu="3",devices="",info="Thermal event interrupts",type="TRM"} 0 node_interrupts_total{cpu="3",devices="",info="Threshold APIC interrupts",type="THR"} 0 node_interrupts_total{cpu="3",devices="0-edge virtio1-config",info="PCI-MSIX-0000:00:08.0",type="24"} 0 node_interrupts_total{cpu="3",devices="0-edge virtio2-config",info="PCI-MSIX-0000:00:12.0",type="39"} 0 node_interrupts_total{cpu="3",devices="0-edge virtio3-config",info="PCI-MSIX-0000:01:01.0",type="26"} 0 node_interrupts_total{cpu="3",devices="1-edge i8042",info="IO-APIC",type="1"} 0 node_interrupts_total{cpu="3",devices="1-edge virtio1-virtqueues",info="PCI-MSIX-0000:00:08.0",type="25"} 0 node_interrupts_total{cpu="3",devices="1-edge virtio2-input.0",info="PCI-MSIX-0000:00:12.0",type="40"} 0 node_interrupts_total{cpu="3",devices="1-edge virtio3-control",info="PCI-MSIX-0000:01:01.0",type="27"} 0 node_interrupts_total{cpu="3",devices="10-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="36"} 0 node_interrupts_total{cpu="3",devices="10-fasteoi virtio0",info="IO-APIC",type="10"} 0 node_interrupts_total{cpu="3",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 0 node_interrupts_total{cpu="3",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 32 node_interrupts_total{cpu="3",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="3",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="3",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="3",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="3",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="3",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="3",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="3",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="3",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="3",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="3",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="3",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 61498 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"} 1.0815135e+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"} 5 node_interrupts_total{cpu="4",devices="",info="Local timer interrupts",type="LOC"} 2.1140645e+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"} 87 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"} 190027 node_interrupts_total{cpu="4",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="4",devices="",info="TLB shootdowns",type="TLB"} 166527 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"} 22 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"} 55445 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"} 1.0789343e+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"} 2 node_interrupts_total{cpu="5",devices="",info="Local timer interrupts",type="LOC"} 2.116466e+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"} 87 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"} 190079 node_interrupts_total{cpu="5",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="5",devices="",info="TLB shootdowns",type="TLB"} 180702 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"} 52602 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"} 1.0731514e+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"} 0 node_interrupts_total{cpu="6",devices="",info="Local timer interrupts",type="LOC"} 2.1062482e+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"} 87 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"} 188943 node_interrupts_total{cpu="6",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="6",devices="",info="TLB shootdowns",type="TLB"} 172951 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"} 56782 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"} 1.0718217e+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"} 1 node_interrupts_total{cpu="7",devices="",info="Local timer interrupts",type="LOC"} 2.1064756e+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"} 87 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"} 188495 node_interrupts_total{cpu="7",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="7",devices="",info="TLB shootdowns",type="TLB"} 178614 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"} 52170 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"} 1.0762867e+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"} 2.1138135e+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"} 87 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"} 191067 node_interrupts_total{cpu="8",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="8",devices="",info="TLB shootdowns",type="TLB"} 172000 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"} 51955 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"} 1.0651307e+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"} 0 node_interrupts_total{cpu="9",devices="",info="Local timer interrupts",type="LOC"} 2.0960174e+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"} 87 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"} 188816 node_interrupts_total{cpu="9",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="9",devices="",info="TLB shootdowns",type="TLB"} 174406 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"} 52935 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"} 28079 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 3.46568002e+08 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.49 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.5 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.55 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.1901386752e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.3578166272e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 1.67677952e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 1.00663296e+08 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.1319853056e+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 4.62491648e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 4.97549312e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.5416511488e+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.3325861888e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 3.0064771072e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 6.236930048e+09 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.05365248e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 901120 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 0 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.151568896e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 3.151568896e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 6.283264e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.429213184e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.0651483136e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.5971319808e+10 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.3653161984e+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.1644928e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.8235392e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 3.28716288e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.76942848e+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 6.00940544e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 6.05659136e+08 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 8.589930496e+09 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 8.589930496e+09 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 2.7971584e+07 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 1.4073748835531776e+16 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 9.0816512e+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 2952 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 1 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 120 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 101 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 1328 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 188920 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.8445454624e+10 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.861679126e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 7 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 17 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 55753 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 28 # 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 9.192459e+06 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 387 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.3552862e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 55743 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 430 # 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 145191 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 3 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 105 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 145427 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="br-1c5ae9c4fb11"} 3 node_network_address_assign_type{device="br-1f437ee92de3"} 3 node_network_address_assign_type{device="br-541b70109604"} 3 node_network_address_assign_type{device="br-57fae769631e"} 3 node_network_address_assign_type{device="br-5fe347eda337"} 3 node_network_address_assign_type{device="br-607e7f2cc1eb"} 3 node_network_address_assign_type{device="br-6461bc9320a1"} 3 node_network_address_assign_type{device="br-8e9e3794015c"} 3 node_network_address_assign_type{device="br-9d8e958996ba"} 3 node_network_address_assign_type{device="br-a7e11f654a04"} 3 node_network_address_assign_type{device="br-aaba14ed7a3b"} 3 node_network_address_assign_type{device="br-b266df46df77"} 3 node_network_address_assign_type{device="br-b79aa99837b3"} 3 node_network_address_assign_type{device="br-e0fcc6d4b66e"} 3 node_network_address_assign_type{device="br-eac26a665bc7"} 3 node_network_address_assign_type{device="br-f1318694100b"} 3 node_network_address_assign_type{device="br-f37d406e9375"} 3 node_network_address_assign_type{device="br-ff21357210f8"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="ens18"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth09ad19e"} 3 node_network_address_assign_type{device="veth0c4a461"} 3 node_network_address_assign_type{device="veth14d01ae"} 3 node_network_address_assign_type{device="veth157d186"} 3 node_network_address_assign_type{device="veth18ad5b9"} 3 node_network_address_assign_type{device="veth1b9003d"} 3 node_network_address_assign_type{device="veth1caaffd"} 3 node_network_address_assign_type{device="veth2185ef4"} 3 node_network_address_assign_type{device="veth235bad2"} 3 node_network_address_assign_type{device="veth2763c5c"} 3 node_network_address_assign_type{device="veth280aa9d"} 3 node_network_address_assign_type{device="veth29da9fb"} 3 node_network_address_assign_type{device="veth2c09835"} 3 node_network_address_assign_type{device="veth2e1ec66"} 3 node_network_address_assign_type{device="veth309c296"} 3 node_network_address_assign_type{device="veth32006e2"} 3 node_network_address_assign_type{device="veth340dc17"} 3 node_network_address_assign_type{device="veth38b8b5d"} 3 node_network_address_assign_type{device="veth39b0cd2"} 3 node_network_address_assign_type{device="veth39d52fc"} 3 node_network_address_assign_type{device="veth3a1198f"} 3 node_network_address_assign_type{device="veth3d4bad3"} 3 node_network_address_assign_type{device="veth4261e25"} 3 node_network_address_assign_type{device="veth456ae2e"} 3 node_network_address_assign_type{device="veth483d7d7"} 3 node_network_address_assign_type{device="veth4d54295"} 3 node_network_address_assign_type{device="veth4e241ac"} 3 node_network_address_assign_type{device="veth4f4c81e"} 3 node_network_address_assign_type{device="veth50a2599"} 3 node_network_address_assign_type{device="veth50addcc"} 3 node_network_address_assign_type{device="veth5593153"} 3 node_network_address_assign_type{device="veth563df23"} 3 node_network_address_assign_type{device="veth5a3b7a1"} 3 node_network_address_assign_type{device="veth613cdc2"} 3 node_network_address_assign_type{device="veth6441243"} 3 node_network_address_assign_type{device="veth67b25b8"} 3 node_network_address_assign_type{device="veth68c2d83"} 3 node_network_address_assign_type{device="veth6c35cbb"} 3 node_network_address_assign_type{device="veth6d82a2a"} 3 node_network_address_assign_type{device="veth6ee932b"} 3 node_network_address_assign_type{device="veth711efca"} 3 node_network_address_assign_type{device="veth7179474"} 3 node_network_address_assign_type{device="veth725414d"} 3 node_network_address_assign_type{device="veth729be05"} 3 node_network_address_assign_type{device="veth78c0666"} 3 node_network_address_assign_type{device="veth7e7d495"} 3 node_network_address_assign_type{device="veth7f134c0"} 3 node_network_address_assign_type{device="veth7f29095"} 3 node_network_address_assign_type{device="veth81533a9"} 3 node_network_address_assign_type{device="veth8379efc"} 3 node_network_address_assign_type{device="veth83e5a89"} 3 node_network_address_assign_type{device="veth95266fa"} 3 node_network_address_assign_type{device="veth962fe9e"} 3 node_network_address_assign_type{device="veth9647054"} 3 node_network_address_assign_type{device="veth9af3a8a"} 3 node_network_address_assign_type{device="veth9b41300"} 3 node_network_address_assign_type{device="veth9c1d28a"} 3 node_network_address_assign_type{device="veth9dbe9d7"} 3 node_network_address_assign_type{device="veth9e94848"} 3 node_network_address_assign_type{device="veth9e9a65e"} 3 node_network_address_assign_type{device="vetha1e66ec"} 3 node_network_address_assign_type{device="vetha21af34"} 3 node_network_address_assign_type{device="vetha308109"} 3 node_network_address_assign_type{device="vetha4d2429"} 3 node_network_address_assign_type{device="vetha595350"} 3 node_network_address_assign_type{device="vetha97b48d"} 3 node_network_address_assign_type{device="vethaf098f8"} 3 node_network_address_assign_type{device="vethb04ceea"} 3 node_network_address_assign_type{device="vethb33346e"} 3 node_network_address_assign_type{device="vethb39b86b"} 3 node_network_address_assign_type{device="vethb4a66b2"} 3 node_network_address_assign_type{device="vethbadcb83"} 3 node_network_address_assign_type{device="vethc14cb3c"} 3 node_network_address_assign_type{device="vethc262e6c"} 3 node_network_address_assign_type{device="vethc3796c9"} 3 node_network_address_assign_type{device="vethc8b05a3"} 3 node_network_address_assign_type{device="vethc8b7383"} 3 node_network_address_assign_type{device="vethcf7e47f"} 3 node_network_address_assign_type{device="vethd316330"} 3 node_network_address_assign_type{device="vethd3cbd51"} 3 node_network_address_assign_type{device="vethdcaed9f"} 3 node_network_address_assign_type{device="vethea0d85c"} 3 node_network_address_assign_type{device="vetheba2f17"} 3 node_network_address_assign_type{device="vethec1a747"} 3 node_network_address_assign_type{device="vethefa6275"} 3 node_network_address_assign_type{device="vethf1e4456"} 3 node_network_address_assign_type{device="vethf2b8d98"} 3 node_network_address_assign_type{device="vethf57cebe"} 3 node_network_address_assign_type{device="vethfa2daf8"} 3 node_network_address_assign_type{device="vethfcb3438"} 3 node_network_address_assign_type{device="vethfd271e2"} 3 node_network_address_assign_type{device="vethff60f24"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-1c5ae9c4fb11"} 1 node_network_carrier{device="br-1f437ee92de3"} 1 node_network_carrier{device="br-541b70109604"} 1 node_network_carrier{device="br-57fae769631e"} 1 node_network_carrier{device="br-5fe347eda337"} 1 node_network_carrier{device="br-607e7f2cc1eb"} 1 node_network_carrier{device="br-6461bc9320a1"} 1 node_network_carrier{device="br-8e9e3794015c"} 1 node_network_carrier{device="br-9d8e958996ba"} 1 node_network_carrier{device="br-a7e11f654a04"} 1 node_network_carrier{device="br-aaba14ed7a3b"} 1 node_network_carrier{device="br-b266df46df77"} 1 node_network_carrier{device="br-b79aa99837b3"} 1 node_network_carrier{device="br-e0fcc6d4b66e"} 1 node_network_carrier{device="br-eac26a665bc7"} 1 node_network_carrier{device="br-f1318694100b"} 1 node_network_carrier{device="br-f37d406e9375"} 1 node_network_carrier{device="br-ff21357210f8"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="ens18"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth09ad19e"} 1 node_network_carrier{device="veth0c4a461"} 1 node_network_carrier{device="veth14d01ae"} 1 node_network_carrier{device="veth157d186"} 1 node_network_carrier{device="veth18ad5b9"} 1 node_network_carrier{device="veth1b9003d"} 1 node_network_carrier{device="veth1caaffd"} 1 node_network_carrier{device="veth2185ef4"} 1 node_network_carrier{device="veth235bad2"} 1 node_network_carrier{device="veth2763c5c"} 1 node_network_carrier{device="veth280aa9d"} 1 node_network_carrier{device="veth29da9fb"} 1 node_network_carrier{device="veth2c09835"} 1 node_network_carrier{device="veth2e1ec66"} 1 node_network_carrier{device="veth309c296"} 1 node_network_carrier{device="veth32006e2"} 1 node_network_carrier{device="veth340dc17"} 1 node_network_carrier{device="veth38b8b5d"} 1 node_network_carrier{device="veth39b0cd2"} 1 node_network_carrier{device="veth39d52fc"} 1 node_network_carrier{device="veth3a1198f"} 1 node_network_carrier{device="veth3d4bad3"} 1 node_network_carrier{device="veth4261e25"} 1 node_network_carrier{device="veth456ae2e"} 1 node_network_carrier{device="veth483d7d7"} 1 node_network_carrier{device="veth4d54295"} 1 node_network_carrier{device="veth4e241ac"} 1 node_network_carrier{device="veth4f4c81e"} 1 node_network_carrier{device="veth50a2599"} 1 node_network_carrier{device="veth50addcc"} 1 node_network_carrier{device="veth5593153"} 1 node_network_carrier{device="veth563df23"} 1 node_network_carrier{device="veth5a3b7a1"} 1 node_network_carrier{device="veth613cdc2"} 1 node_network_carrier{device="veth6441243"} 1 node_network_carrier{device="veth67b25b8"} 1 node_network_carrier{device="veth68c2d83"} 1 node_network_carrier{device="veth6c35cbb"} 1 node_network_carrier{device="veth6d82a2a"} 1 node_network_carrier{device="veth6ee932b"} 1 node_network_carrier{device="veth711efca"} 1 node_network_carrier{device="veth7179474"} 1 node_network_carrier{device="veth725414d"} 1 node_network_carrier{device="veth729be05"} 1 node_network_carrier{device="veth78c0666"} 1 node_network_carrier{device="veth7e7d495"} 1 node_network_carrier{device="veth7f134c0"} 1 node_network_carrier{device="veth7f29095"} 1 node_network_carrier{device="veth81533a9"} 1 node_network_carrier{device="veth8379efc"} 1 node_network_carrier{device="veth83e5a89"} 1 node_network_carrier{device="veth95266fa"} 1 node_network_carrier{device="veth962fe9e"} 1 node_network_carrier{device="veth9647054"} 1 node_network_carrier{device="veth9af3a8a"} 1 node_network_carrier{device="veth9b41300"} 1 node_network_carrier{device="veth9c1d28a"} 1 node_network_carrier{device="veth9dbe9d7"} 1 node_network_carrier{device="veth9e94848"} 1 node_network_carrier{device="veth9e9a65e"} 1 node_network_carrier{device="vetha1e66ec"} 1 node_network_carrier{device="vetha21af34"} 1 node_network_carrier{device="vetha308109"} 1 node_network_carrier{device="vetha4d2429"} 1 node_network_carrier{device="vetha595350"} 1 node_network_carrier{device="vetha97b48d"} 1 node_network_carrier{device="vethaf098f8"} 1 node_network_carrier{device="vethb04ceea"} 1 node_network_carrier{device="vethb33346e"} 1 node_network_carrier{device="vethb39b86b"} 1 node_network_carrier{device="vethb4a66b2"} 1 node_network_carrier{device="vethbadcb83"} 1 node_network_carrier{device="vethc14cb3c"} 1 node_network_carrier{device="vethc262e6c"} 1 node_network_carrier{device="vethc3796c9"} 1 node_network_carrier{device="vethc8b05a3"} 1 node_network_carrier{device="vethc8b7383"} 1 node_network_carrier{device="vethcf7e47f"} 1 node_network_carrier{device="vethd316330"} 1 node_network_carrier{device="vethd3cbd51"} 1 node_network_carrier{device="vethdcaed9f"} 1 node_network_carrier{device="vethea0d85c"} 1 node_network_carrier{device="vetheba2f17"} 1 node_network_carrier{device="vethec1a747"} 1 node_network_carrier{device="vethefa6275"} 1 node_network_carrier{device="vethf1e4456"} 1 node_network_carrier{device="vethf2b8d98"} 1 node_network_carrier{device="vethf57cebe"} 1 node_network_carrier{device="vethfa2daf8"} 1 node_network_carrier{device="vethfcb3438"} 1 node_network_carrier{device="vethfd271e2"} 1 node_network_carrier{device="vethff60f24"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="br-1c5ae9c4fb11"} 2 node_network_carrier_changes_total{device="br-1f437ee92de3"} 4 node_network_carrier_changes_total{device="br-541b70109604"} 4 node_network_carrier_changes_total{device="br-57fae769631e"} 2 node_network_carrier_changes_total{device="br-5fe347eda337"} 2 node_network_carrier_changes_total{device="br-607e7f2cc1eb"} 4 node_network_carrier_changes_total{device="br-6461bc9320a1"} 4 node_network_carrier_changes_total{device="br-8e9e3794015c"} 4 node_network_carrier_changes_total{device="br-9d8e958996ba"} 2 node_network_carrier_changes_total{device="br-a7e11f654a04"} 4 node_network_carrier_changes_total{device="br-aaba14ed7a3b"} 4 node_network_carrier_changes_total{device="br-b266df46df77"} 4 node_network_carrier_changes_total{device="br-b79aa99837b3"} 4 node_network_carrier_changes_total{device="br-e0fcc6d4b66e"} 2 node_network_carrier_changes_total{device="br-eac26a665bc7"} 2 node_network_carrier_changes_total{device="br-f1318694100b"} 4 node_network_carrier_changes_total{device="br-f37d406e9375"} 4 node_network_carrier_changes_total{device="br-ff21357210f8"} 4 node_network_carrier_changes_total{device="docker0"} 5 node_network_carrier_changes_total{device="ens18"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth09ad19e"} 2 node_network_carrier_changes_total{device="veth0c4a461"} 2 node_network_carrier_changes_total{device="veth14d01ae"} 2 node_network_carrier_changes_total{device="veth157d186"} 2 node_network_carrier_changes_total{device="veth18ad5b9"} 2 node_network_carrier_changes_total{device="veth1b9003d"} 2 node_network_carrier_changes_total{device="veth1caaffd"} 2 node_network_carrier_changes_total{device="veth2185ef4"} 2 node_network_carrier_changes_total{device="veth235bad2"} 2 node_network_carrier_changes_total{device="veth2763c5c"} 2 node_network_carrier_changes_total{device="veth280aa9d"} 2 node_network_carrier_changes_total{device="veth29da9fb"} 2 node_network_carrier_changes_total{device="veth2c09835"} 2 node_network_carrier_changes_total{device="veth2e1ec66"} 2 node_network_carrier_changes_total{device="veth309c296"} 2 node_network_carrier_changes_total{device="veth32006e2"} 2 node_network_carrier_changes_total{device="veth340dc17"} 2 node_network_carrier_changes_total{device="veth38b8b5d"} 2 node_network_carrier_changes_total{device="veth39b0cd2"} 2 node_network_carrier_changes_total{device="veth39d52fc"} 2 node_network_carrier_changes_total{device="veth3a1198f"} 2 node_network_carrier_changes_total{device="veth3d4bad3"} 2 node_network_carrier_changes_total{device="veth4261e25"} 2 node_network_carrier_changes_total{device="veth456ae2e"} 2 node_network_carrier_changes_total{device="veth483d7d7"} 2 node_network_carrier_changes_total{device="veth4d54295"} 2 node_network_carrier_changes_total{device="veth4e241ac"} 2 node_network_carrier_changes_total{device="veth4f4c81e"} 2 node_network_carrier_changes_total{device="veth50a2599"} 2 node_network_carrier_changes_total{device="veth50addcc"} 2 node_network_carrier_changes_total{device="veth5593153"} 2 node_network_carrier_changes_total{device="veth563df23"} 2 node_network_carrier_changes_total{device="veth5a3b7a1"} 2 node_network_carrier_changes_total{device="veth613cdc2"} 2 node_network_carrier_changes_total{device="veth6441243"} 2 node_network_carrier_changes_total{device="veth67b25b8"} 2 node_network_carrier_changes_total{device="veth68c2d83"} 2 node_network_carrier_changes_total{device="veth6c35cbb"} 2 node_network_carrier_changes_total{device="veth6d82a2a"} 2 node_network_carrier_changes_total{device="veth6ee932b"} 2 node_network_carrier_changes_total{device="veth711efca"} 2 node_network_carrier_changes_total{device="veth7179474"} 2 node_network_carrier_changes_total{device="veth725414d"} 2 node_network_carrier_changes_total{device="veth729be05"} 2 node_network_carrier_changes_total{device="veth78c0666"} 2 node_network_carrier_changes_total{device="veth7e7d495"} 2 node_network_carrier_changes_total{device="veth7f134c0"} 2 node_network_carrier_changes_total{device="veth7f29095"} 2 node_network_carrier_changes_total{device="veth81533a9"} 2 node_network_carrier_changes_total{device="veth8379efc"} 2 node_network_carrier_changes_total{device="veth83e5a89"} 2 node_network_carrier_changes_total{device="veth95266fa"} 2 node_network_carrier_changes_total{device="veth962fe9e"} 2 node_network_carrier_changes_total{device="veth9647054"} 2 node_network_carrier_changes_total{device="veth9af3a8a"} 2 node_network_carrier_changes_total{device="veth9b41300"} 2 node_network_carrier_changes_total{device="veth9c1d28a"} 2 node_network_carrier_changes_total{device="veth9dbe9d7"} 2 node_network_carrier_changes_total{device="veth9e94848"} 2 node_network_carrier_changes_total{device="veth9e9a65e"} 2 node_network_carrier_changes_total{device="vetha1e66ec"} 2 node_network_carrier_changes_total{device="vetha21af34"} 2 node_network_carrier_changes_total{device="vetha308109"} 2 node_network_carrier_changes_total{device="vetha4d2429"} 2 node_network_carrier_changes_total{device="vetha595350"} 2 node_network_carrier_changes_total{device="vetha97b48d"} 2 node_network_carrier_changes_total{device="vethaf098f8"} 2 node_network_carrier_changes_total{device="vethb04ceea"} 2 node_network_carrier_changes_total{device="vethb33346e"} 2 node_network_carrier_changes_total{device="vethb39b86b"} 2 node_network_carrier_changes_total{device="vethb4a66b2"} 2 node_network_carrier_changes_total{device="vethbadcb83"} 2 node_network_carrier_changes_total{device="vethc14cb3c"} 2 node_network_carrier_changes_total{device="vethc262e6c"} 2 node_network_carrier_changes_total{device="vethc3796c9"} 2 node_network_carrier_changes_total{device="vethc8b05a3"} 2 node_network_carrier_changes_total{device="vethc8b7383"} 2 node_network_carrier_changes_total{device="vethcf7e47f"} 2 node_network_carrier_changes_total{device="vethd316330"} 2 node_network_carrier_changes_total{device="vethd3cbd51"} 2 node_network_carrier_changes_total{device="vethdcaed9f"} 2 node_network_carrier_changes_total{device="vethea0d85c"} 2 node_network_carrier_changes_total{device="vetheba2f17"} 2 node_network_carrier_changes_total{device="vethec1a747"} 2 node_network_carrier_changes_total{device="vethefa6275"} 2 node_network_carrier_changes_total{device="vethf1e4456"} 2 node_network_carrier_changes_total{device="vethf2b8d98"} 2 node_network_carrier_changes_total{device="vethf57cebe"} 2 node_network_carrier_changes_total{device="vethfa2daf8"} 2 node_network_carrier_changes_total{device="vethfcb3438"} 2 node_network_carrier_changes_total{device="vethfd271e2"} 2 node_network_carrier_changes_total{device="vethff60f24"} 2 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="br-1c5ae9c4fb11"} 1 node_network_carrier_down_changes_total{device="br-1f437ee92de3"} 2 node_network_carrier_down_changes_total{device="br-541b70109604"} 2 node_network_carrier_down_changes_total{device="br-57fae769631e"} 1 node_network_carrier_down_changes_total{device="br-5fe347eda337"} 1 node_network_carrier_down_changes_total{device="br-607e7f2cc1eb"} 2 node_network_carrier_down_changes_total{device="br-6461bc9320a1"} 2 node_network_carrier_down_changes_total{device="br-8e9e3794015c"} 2 node_network_carrier_down_changes_total{device="br-9d8e958996ba"} 1 node_network_carrier_down_changes_total{device="br-a7e11f654a04"} 2 node_network_carrier_down_changes_total{device="br-aaba14ed7a3b"} 2 node_network_carrier_down_changes_total{device="br-b266df46df77"} 2 node_network_carrier_down_changes_total{device="br-b79aa99837b3"} 2 node_network_carrier_down_changes_total{device="br-e0fcc6d4b66e"} 1 node_network_carrier_down_changes_total{device="br-eac26a665bc7"} 1 node_network_carrier_down_changes_total{device="br-f1318694100b"} 2 node_network_carrier_down_changes_total{device="br-f37d406e9375"} 2 node_network_carrier_down_changes_total{device="br-ff21357210f8"} 2 node_network_carrier_down_changes_total{device="docker0"} 3 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="veth09ad19e"} 1 node_network_carrier_down_changes_total{device="veth0c4a461"} 1 node_network_carrier_down_changes_total{device="veth14d01ae"} 1 node_network_carrier_down_changes_total{device="veth157d186"} 1 node_network_carrier_down_changes_total{device="veth18ad5b9"} 1 node_network_carrier_down_changes_total{device="veth1b9003d"} 1 node_network_carrier_down_changes_total{device="veth1caaffd"} 1 node_network_carrier_down_changes_total{device="veth2185ef4"} 1 node_network_carrier_down_changes_total{device="veth235bad2"} 1 node_network_carrier_down_changes_total{device="veth2763c5c"} 1 node_network_carrier_down_changes_total{device="veth280aa9d"} 1 node_network_carrier_down_changes_total{device="veth29da9fb"} 1 node_network_carrier_down_changes_total{device="veth2c09835"} 1 node_network_carrier_down_changes_total{device="veth2e1ec66"} 1 node_network_carrier_down_changes_total{device="veth309c296"} 1 node_network_carrier_down_changes_total{device="veth32006e2"} 1 node_network_carrier_down_changes_total{device="veth340dc17"} 1 node_network_carrier_down_changes_total{device="veth38b8b5d"} 1 node_network_carrier_down_changes_total{device="veth39b0cd2"} 1 node_network_carrier_down_changes_total{device="veth39d52fc"} 1 node_network_carrier_down_changes_total{device="veth3a1198f"} 1 node_network_carrier_down_changes_total{device="veth3d4bad3"} 1 node_network_carrier_down_changes_total{device="veth4261e25"} 1 node_network_carrier_down_changes_total{device="veth456ae2e"} 1 node_network_carrier_down_changes_total{device="veth483d7d7"} 1 node_network_carrier_down_changes_total{device="veth4d54295"} 1 node_network_carrier_down_changes_total{device="veth4e241ac"} 1 node_network_carrier_down_changes_total{device="veth4f4c81e"} 1 node_network_carrier_down_changes_total{device="veth50a2599"} 1 node_network_carrier_down_changes_total{device="veth50addcc"} 1 node_network_carrier_down_changes_total{device="veth5593153"} 1 node_network_carrier_down_changes_total{device="veth563df23"} 1 node_network_carrier_down_changes_total{device="veth5a3b7a1"} 1 node_network_carrier_down_changes_total{device="veth613cdc2"} 1 node_network_carrier_down_changes_total{device="veth6441243"} 1 node_network_carrier_down_changes_total{device="veth67b25b8"} 1 node_network_carrier_down_changes_total{device="veth68c2d83"} 1 node_network_carrier_down_changes_total{device="veth6c35cbb"} 1 node_network_carrier_down_changes_total{device="veth6d82a2a"} 1 node_network_carrier_down_changes_total{device="veth6ee932b"} 1 node_network_carrier_down_changes_total{device="veth711efca"} 1 node_network_carrier_down_changes_total{device="veth7179474"} 1 node_network_carrier_down_changes_total{device="veth725414d"} 1 node_network_carrier_down_changes_total{device="veth729be05"} 1 node_network_carrier_down_changes_total{device="veth78c0666"} 1 node_network_carrier_down_changes_total{device="veth7e7d495"} 1 node_network_carrier_down_changes_total{device="veth7f134c0"} 1 node_network_carrier_down_changes_total{device="veth7f29095"} 1 node_network_carrier_down_changes_total{device="veth81533a9"} 1 node_network_carrier_down_changes_total{device="veth8379efc"} 1 node_network_carrier_down_changes_total{device="veth83e5a89"} 1 node_network_carrier_down_changes_total{device="veth95266fa"} 1 node_network_carrier_down_changes_total{device="veth962fe9e"} 1 node_network_carrier_down_changes_total{device="veth9647054"} 1 node_network_carrier_down_changes_total{device="veth9af3a8a"} 1 node_network_carrier_down_changes_total{device="veth9b41300"} 1 node_network_carrier_down_changes_total{device="veth9c1d28a"} 1 node_network_carrier_down_changes_total{device="veth9dbe9d7"} 1 node_network_carrier_down_changes_total{device="veth9e94848"} 1 node_network_carrier_down_changes_total{device="veth9e9a65e"} 1 node_network_carrier_down_changes_total{device="vetha1e66ec"} 1 node_network_carrier_down_changes_total{device="vetha21af34"} 1 node_network_carrier_down_changes_total{device="vetha308109"} 1 node_network_carrier_down_changes_total{device="vetha4d2429"} 1 node_network_carrier_down_changes_total{device="vetha595350"} 1 node_network_carrier_down_changes_total{device="vetha97b48d"} 1 node_network_carrier_down_changes_total{device="vethaf098f8"} 1 node_network_carrier_down_changes_total{device="vethb04ceea"} 1 node_network_carrier_down_changes_total{device="vethb33346e"} 1 node_network_carrier_down_changes_total{device="vethb39b86b"} 1 node_network_carrier_down_changes_total{device="vethb4a66b2"} 1 node_network_carrier_down_changes_total{device="vethbadcb83"} 1 node_network_carrier_down_changes_total{device="vethc14cb3c"} 1 node_network_carrier_down_changes_total{device="vethc262e6c"} 1 node_network_carrier_down_changes_total{device="vethc3796c9"} 1 node_network_carrier_down_changes_total{device="vethc8b05a3"} 1 node_network_carrier_down_changes_total{device="vethc8b7383"} 1 node_network_carrier_down_changes_total{device="vethcf7e47f"} 1 node_network_carrier_down_changes_total{device="vethd316330"} 1 node_network_carrier_down_changes_total{device="vethd3cbd51"} 1 node_network_carrier_down_changes_total{device="vethdcaed9f"} 1 node_network_carrier_down_changes_total{device="vethea0d85c"} 1 node_network_carrier_down_changes_total{device="vetheba2f17"} 1 node_network_carrier_down_changes_total{device="vethec1a747"} 1 node_network_carrier_down_changes_total{device="vethefa6275"} 1 node_network_carrier_down_changes_total{device="vethf1e4456"} 1 node_network_carrier_down_changes_total{device="vethf2b8d98"} 1 node_network_carrier_down_changes_total{device="vethf57cebe"} 1 node_network_carrier_down_changes_total{device="vethfa2daf8"} 1 node_network_carrier_down_changes_total{device="vethfcb3438"} 1 node_network_carrier_down_changes_total{device="vethfd271e2"} 1 node_network_carrier_down_changes_total{device="vethff60f24"} 1 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="br-1c5ae9c4fb11"} 1 node_network_carrier_up_changes_total{device="br-1f437ee92de3"} 2 node_network_carrier_up_changes_total{device="br-541b70109604"} 2 node_network_carrier_up_changes_total{device="br-57fae769631e"} 1 node_network_carrier_up_changes_total{device="br-5fe347eda337"} 1 node_network_carrier_up_changes_total{device="br-607e7f2cc1eb"} 2 node_network_carrier_up_changes_total{device="br-6461bc9320a1"} 2 node_network_carrier_up_changes_total{device="br-8e9e3794015c"} 2 node_network_carrier_up_changes_total{device="br-9d8e958996ba"} 1 node_network_carrier_up_changes_total{device="br-a7e11f654a04"} 2 node_network_carrier_up_changes_total{device="br-aaba14ed7a3b"} 2 node_network_carrier_up_changes_total{device="br-b266df46df77"} 2 node_network_carrier_up_changes_total{device="br-b79aa99837b3"} 2 node_network_carrier_up_changes_total{device="br-e0fcc6d4b66e"} 1 node_network_carrier_up_changes_total{device="br-eac26a665bc7"} 1 node_network_carrier_up_changes_total{device="br-f1318694100b"} 2 node_network_carrier_up_changes_total{device="br-f37d406e9375"} 2 node_network_carrier_up_changes_total{device="br-ff21357210f8"} 2 node_network_carrier_up_changes_total{device="docker0"} 2 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="veth09ad19e"} 1 node_network_carrier_up_changes_total{device="veth0c4a461"} 1 node_network_carrier_up_changes_total{device="veth14d01ae"} 1 node_network_carrier_up_changes_total{device="veth157d186"} 1 node_network_carrier_up_changes_total{device="veth18ad5b9"} 1 node_network_carrier_up_changes_total{device="veth1b9003d"} 1 node_network_carrier_up_changes_total{device="veth1caaffd"} 1 node_network_carrier_up_changes_total{device="veth2185ef4"} 1 node_network_carrier_up_changes_total{device="veth235bad2"} 1 node_network_carrier_up_changes_total{device="veth2763c5c"} 1 node_network_carrier_up_changes_total{device="veth280aa9d"} 1 node_network_carrier_up_changes_total{device="veth29da9fb"} 1 node_network_carrier_up_changes_total{device="veth2c09835"} 1 node_network_carrier_up_changes_total{device="veth2e1ec66"} 1 node_network_carrier_up_changes_total{device="veth309c296"} 1 node_network_carrier_up_changes_total{device="veth32006e2"} 1 node_network_carrier_up_changes_total{device="veth340dc17"} 1 node_network_carrier_up_changes_total{device="veth38b8b5d"} 1 node_network_carrier_up_changes_total{device="veth39b0cd2"} 1 node_network_carrier_up_changes_total{device="veth39d52fc"} 1 node_network_carrier_up_changes_total{device="veth3a1198f"} 1 node_network_carrier_up_changes_total{device="veth3d4bad3"} 1 node_network_carrier_up_changes_total{device="veth4261e25"} 1 node_network_carrier_up_changes_total{device="veth456ae2e"} 1 node_network_carrier_up_changes_total{device="veth483d7d7"} 1 node_network_carrier_up_changes_total{device="veth4d54295"} 1 node_network_carrier_up_changes_total{device="veth4e241ac"} 1 node_network_carrier_up_changes_total{device="veth4f4c81e"} 1 node_network_carrier_up_changes_total{device="veth50a2599"} 1 node_network_carrier_up_changes_total{device="veth50addcc"} 1 node_network_carrier_up_changes_total{device="veth5593153"} 1 node_network_carrier_up_changes_total{device="veth563df23"} 1 node_network_carrier_up_changes_total{device="veth5a3b7a1"} 1 node_network_carrier_up_changes_total{device="veth613cdc2"} 1 node_network_carrier_up_changes_total{device="veth6441243"} 1 node_network_carrier_up_changes_total{device="veth67b25b8"} 1 node_network_carrier_up_changes_total{device="veth68c2d83"} 1 node_network_carrier_up_changes_total{device="veth6c35cbb"} 1 node_network_carrier_up_changes_total{device="veth6d82a2a"} 1 node_network_carrier_up_changes_total{device="veth6ee932b"} 1 node_network_carrier_up_changes_total{device="veth711efca"} 1 node_network_carrier_up_changes_total{device="veth7179474"} 1 node_network_carrier_up_changes_total{device="veth725414d"} 1 node_network_carrier_up_changes_total{device="veth729be05"} 1 node_network_carrier_up_changes_total{device="veth78c0666"} 1 node_network_carrier_up_changes_total{device="veth7e7d495"} 1 node_network_carrier_up_changes_total{device="veth7f134c0"} 1 node_network_carrier_up_changes_total{device="veth7f29095"} 1 node_network_carrier_up_changes_total{device="veth81533a9"} 1 node_network_carrier_up_changes_total{device="veth8379efc"} 1 node_network_carrier_up_changes_total{device="veth83e5a89"} 1 node_network_carrier_up_changes_total{device="veth95266fa"} 1 node_network_carrier_up_changes_total{device="veth962fe9e"} 1 node_network_carrier_up_changes_total{device="veth9647054"} 1 node_network_carrier_up_changes_total{device="veth9af3a8a"} 1 node_network_carrier_up_changes_total{device="veth9b41300"} 1 node_network_carrier_up_changes_total{device="veth9c1d28a"} 1 node_network_carrier_up_changes_total{device="veth9dbe9d7"} 1 node_network_carrier_up_changes_total{device="veth9e94848"} 1 node_network_carrier_up_changes_total{device="veth9e9a65e"} 1 node_network_carrier_up_changes_total{device="vetha1e66ec"} 1 node_network_carrier_up_changes_total{device="vetha21af34"} 1 node_network_carrier_up_changes_total{device="vetha308109"} 1 node_network_carrier_up_changes_total{device="vetha4d2429"} 1 node_network_carrier_up_changes_total{device="vetha595350"} 1 node_network_carrier_up_changes_total{device="vetha97b48d"} 1 node_network_carrier_up_changes_total{device="vethaf098f8"} 1 node_network_carrier_up_changes_total{device="vethb04ceea"} 1 node_network_carrier_up_changes_total{device="vethb33346e"} 1 node_network_carrier_up_changes_total{device="vethb39b86b"} 1 node_network_carrier_up_changes_total{device="vethb4a66b2"} 1 node_network_carrier_up_changes_total{device="vethbadcb83"} 1 node_network_carrier_up_changes_total{device="vethc14cb3c"} 1 node_network_carrier_up_changes_total{device="vethc262e6c"} 1 node_network_carrier_up_changes_total{device="vethc3796c9"} 1 node_network_carrier_up_changes_total{device="vethc8b05a3"} 1 node_network_carrier_up_changes_total{device="vethc8b7383"} 1 node_network_carrier_up_changes_total{device="vethcf7e47f"} 1 node_network_carrier_up_changes_total{device="vethd316330"} 1 node_network_carrier_up_changes_total{device="vethd3cbd51"} 1 node_network_carrier_up_changes_total{device="vethdcaed9f"} 1 node_network_carrier_up_changes_total{device="vethea0d85c"} 1 node_network_carrier_up_changes_total{device="vetheba2f17"} 1 node_network_carrier_up_changes_total{device="vethec1a747"} 1 node_network_carrier_up_changes_total{device="vethefa6275"} 1 node_network_carrier_up_changes_total{device="vethf1e4456"} 1 node_network_carrier_up_changes_total{device="vethf2b8d98"} 1 node_network_carrier_up_changes_total{device="vethf57cebe"} 1 node_network_carrier_up_changes_total{device="vethfa2daf8"} 1 node_network_carrier_up_changes_total{device="vethfcb3438"} 1 node_network_carrier_up_changes_total{device="vethfd271e2"} 1 node_network_carrier_up_changes_total{device="vethff60f24"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-1c5ae9c4fb11"} 0 node_network_device_id{device="br-1f437ee92de3"} 0 node_network_device_id{device="br-541b70109604"} 0 node_network_device_id{device="br-57fae769631e"} 0 node_network_device_id{device="br-5fe347eda337"} 0 node_network_device_id{device="br-607e7f2cc1eb"} 0 node_network_device_id{device="br-6461bc9320a1"} 0 node_network_device_id{device="br-8e9e3794015c"} 0 node_network_device_id{device="br-9d8e958996ba"} 0 node_network_device_id{device="br-a7e11f654a04"} 0 node_network_device_id{device="br-aaba14ed7a3b"} 0 node_network_device_id{device="br-b266df46df77"} 0 node_network_device_id{device="br-b79aa99837b3"} 0 node_network_device_id{device="br-e0fcc6d4b66e"} 0 node_network_device_id{device="br-eac26a665bc7"} 0 node_network_device_id{device="br-f1318694100b"} 0 node_network_device_id{device="br-f37d406e9375"} 0 node_network_device_id{device="br-ff21357210f8"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="ens18"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth09ad19e"} 0 node_network_device_id{device="veth0c4a461"} 0 node_network_device_id{device="veth14d01ae"} 0 node_network_device_id{device="veth157d186"} 0 node_network_device_id{device="veth18ad5b9"} 0 node_network_device_id{device="veth1b9003d"} 0 node_network_device_id{device="veth1caaffd"} 0 node_network_device_id{device="veth2185ef4"} 0 node_network_device_id{device="veth235bad2"} 0 node_network_device_id{device="veth2763c5c"} 0 node_network_device_id{device="veth280aa9d"} 0 node_network_device_id{device="veth29da9fb"} 0 node_network_device_id{device="veth2c09835"} 0 node_network_device_id{device="veth2e1ec66"} 0 node_network_device_id{device="veth309c296"} 0 node_network_device_id{device="veth32006e2"} 0 node_network_device_id{device="veth340dc17"} 0 node_network_device_id{device="veth38b8b5d"} 0 node_network_device_id{device="veth39b0cd2"} 0 node_network_device_id{device="veth39d52fc"} 0 node_network_device_id{device="veth3a1198f"} 0 node_network_device_id{device="veth3d4bad3"} 0 node_network_device_id{device="veth4261e25"} 0 node_network_device_id{device="veth456ae2e"} 0 node_network_device_id{device="veth483d7d7"} 0 node_network_device_id{device="veth4d54295"} 0 node_network_device_id{device="veth4e241ac"} 0 node_network_device_id{device="veth4f4c81e"} 0 node_network_device_id{device="veth50a2599"} 0 node_network_device_id{device="veth50addcc"} 0 node_network_device_id{device="veth5593153"} 0 node_network_device_id{device="veth563df23"} 0 node_network_device_id{device="veth5a3b7a1"} 0 node_network_device_id{device="veth613cdc2"} 0 node_network_device_id{device="veth6441243"} 0 node_network_device_id{device="veth67b25b8"} 0 node_network_device_id{device="veth68c2d83"} 0 node_network_device_id{device="veth6c35cbb"} 0 node_network_device_id{device="veth6d82a2a"} 0 node_network_device_id{device="veth6ee932b"} 0 node_network_device_id{device="veth711efca"} 0 node_network_device_id{device="veth7179474"} 0 node_network_device_id{device="veth725414d"} 0 node_network_device_id{device="veth729be05"} 0 node_network_device_id{device="veth78c0666"} 0 node_network_device_id{device="veth7e7d495"} 0 node_network_device_id{device="veth7f134c0"} 0 node_network_device_id{device="veth7f29095"} 0 node_network_device_id{device="veth81533a9"} 0 node_network_device_id{device="veth8379efc"} 0 node_network_device_id{device="veth83e5a89"} 0 node_network_device_id{device="veth95266fa"} 0 node_network_device_id{device="veth962fe9e"} 0 node_network_device_id{device="veth9647054"} 0 node_network_device_id{device="veth9af3a8a"} 0 node_network_device_id{device="veth9b41300"} 0 node_network_device_id{device="veth9c1d28a"} 0 node_network_device_id{device="veth9dbe9d7"} 0 node_network_device_id{device="veth9e94848"} 0 node_network_device_id{device="veth9e9a65e"} 0 node_network_device_id{device="vetha1e66ec"} 0 node_network_device_id{device="vetha21af34"} 0 node_network_device_id{device="vetha308109"} 0 node_network_device_id{device="vetha4d2429"} 0 node_network_device_id{device="vetha595350"} 0 node_network_device_id{device="vetha97b48d"} 0 node_network_device_id{device="vethaf098f8"} 0 node_network_device_id{device="vethb04ceea"} 0 node_network_device_id{device="vethb33346e"} 0 node_network_device_id{device="vethb39b86b"} 0 node_network_device_id{device="vethb4a66b2"} 0 node_network_device_id{device="vethbadcb83"} 0 node_network_device_id{device="vethc14cb3c"} 0 node_network_device_id{device="vethc262e6c"} 0 node_network_device_id{device="vethc3796c9"} 0 node_network_device_id{device="vethc8b05a3"} 0 node_network_device_id{device="vethc8b7383"} 0 node_network_device_id{device="vethcf7e47f"} 0 node_network_device_id{device="vethd316330"} 0 node_network_device_id{device="vethd3cbd51"} 0 node_network_device_id{device="vethdcaed9f"} 0 node_network_device_id{device="vethea0d85c"} 0 node_network_device_id{device="vetheba2f17"} 0 node_network_device_id{device="vethec1a747"} 0 node_network_device_id{device="vethefa6275"} 0 node_network_device_id{device="vethf1e4456"} 0 node_network_device_id{device="vethf2b8d98"} 0 node_network_device_id{device="vethf57cebe"} 0 node_network_device_id{device="vethfa2daf8"} 0 node_network_device_id{device="vethfcb3438"} 0 node_network_device_id{device="vethfd271e2"} 0 node_network_device_id{device="vethff60f24"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-1c5ae9c4fb11"} 0 node_network_dormant{device="br-1f437ee92de3"} 0 node_network_dormant{device="br-541b70109604"} 0 node_network_dormant{device="br-57fae769631e"} 0 node_network_dormant{device="br-5fe347eda337"} 0 node_network_dormant{device="br-607e7f2cc1eb"} 0 node_network_dormant{device="br-6461bc9320a1"} 0 node_network_dormant{device="br-8e9e3794015c"} 0 node_network_dormant{device="br-9d8e958996ba"} 0 node_network_dormant{device="br-a7e11f654a04"} 0 node_network_dormant{device="br-aaba14ed7a3b"} 0 node_network_dormant{device="br-b266df46df77"} 0 node_network_dormant{device="br-b79aa99837b3"} 0 node_network_dormant{device="br-e0fcc6d4b66e"} 0 node_network_dormant{device="br-eac26a665bc7"} 0 node_network_dormant{device="br-f1318694100b"} 0 node_network_dormant{device="br-f37d406e9375"} 0 node_network_dormant{device="br-ff21357210f8"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="ens18"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth09ad19e"} 0 node_network_dormant{device="veth0c4a461"} 0 node_network_dormant{device="veth14d01ae"} 0 node_network_dormant{device="veth157d186"} 0 node_network_dormant{device="veth18ad5b9"} 0 node_network_dormant{device="veth1b9003d"} 0 node_network_dormant{device="veth1caaffd"} 0 node_network_dormant{device="veth2185ef4"} 0 node_network_dormant{device="veth235bad2"} 0 node_network_dormant{device="veth2763c5c"} 0 node_network_dormant{device="veth280aa9d"} 0 node_network_dormant{device="veth29da9fb"} 0 node_network_dormant{device="veth2c09835"} 0 node_network_dormant{device="veth2e1ec66"} 0 node_network_dormant{device="veth309c296"} 0 node_network_dormant{device="veth32006e2"} 0 node_network_dormant{device="veth340dc17"} 0 node_network_dormant{device="veth38b8b5d"} 0 node_network_dormant{device="veth39b0cd2"} 0 node_network_dormant{device="veth39d52fc"} 0 node_network_dormant{device="veth3a1198f"} 0 node_network_dormant{device="veth3d4bad3"} 0 node_network_dormant{device="veth4261e25"} 0 node_network_dormant{device="veth456ae2e"} 0 node_network_dormant{device="veth483d7d7"} 0 node_network_dormant{device="veth4d54295"} 0 node_network_dormant{device="veth4e241ac"} 0 node_network_dormant{device="veth4f4c81e"} 0 node_network_dormant{device="veth50a2599"} 0 node_network_dormant{device="veth50addcc"} 0 node_network_dormant{device="veth5593153"} 0 node_network_dormant{device="veth563df23"} 0 node_network_dormant{device="veth5a3b7a1"} 0 node_network_dormant{device="veth613cdc2"} 0 node_network_dormant{device="veth6441243"} 0 node_network_dormant{device="veth67b25b8"} 0 node_network_dormant{device="veth68c2d83"} 0 node_network_dormant{device="veth6c35cbb"} 0 node_network_dormant{device="veth6d82a2a"} 0 node_network_dormant{device="veth6ee932b"} 0 node_network_dormant{device="veth711efca"} 0 node_network_dormant{device="veth7179474"} 0 node_network_dormant{device="veth725414d"} 0 node_network_dormant{device="veth729be05"} 0 node_network_dormant{device="veth78c0666"} 0 node_network_dormant{device="veth7e7d495"} 0 node_network_dormant{device="veth7f134c0"} 0 node_network_dormant{device="veth7f29095"} 0 node_network_dormant{device="veth81533a9"} 0 node_network_dormant{device="veth8379efc"} 0 node_network_dormant{device="veth83e5a89"} 0 node_network_dormant{device="veth95266fa"} 0 node_network_dormant{device="veth962fe9e"} 0 node_network_dormant{device="veth9647054"} 0 node_network_dormant{device="veth9af3a8a"} 0 node_network_dormant{device="veth9b41300"} 0 node_network_dormant{device="veth9c1d28a"} 0 node_network_dormant{device="veth9dbe9d7"} 0 node_network_dormant{device="veth9e94848"} 0 node_network_dormant{device="veth9e9a65e"} 0 node_network_dormant{device="vetha1e66ec"} 0 node_network_dormant{device="vetha21af34"} 0 node_network_dormant{device="vetha308109"} 0 node_network_dormant{device="vetha4d2429"} 0 node_network_dormant{device="vetha595350"} 0 node_network_dormant{device="vetha97b48d"} 0 node_network_dormant{device="vethaf098f8"} 0 node_network_dormant{device="vethb04ceea"} 0 node_network_dormant{device="vethb33346e"} 0 node_network_dormant{device="vethb39b86b"} 0 node_network_dormant{device="vethb4a66b2"} 0 node_network_dormant{device="vethbadcb83"} 0 node_network_dormant{device="vethc14cb3c"} 0 node_network_dormant{device="vethc262e6c"} 0 node_network_dormant{device="vethc3796c9"} 0 node_network_dormant{device="vethc8b05a3"} 0 node_network_dormant{device="vethc8b7383"} 0 node_network_dormant{device="vethcf7e47f"} 0 node_network_dormant{device="vethd316330"} 0 node_network_dormant{device="vethd3cbd51"} 0 node_network_dormant{device="vethdcaed9f"} 0 node_network_dormant{device="vethea0d85c"} 0 node_network_dormant{device="vetheba2f17"} 0 node_network_dormant{device="vethec1a747"} 0 node_network_dormant{device="vethefa6275"} 0 node_network_dormant{device="vethf1e4456"} 0 node_network_dormant{device="vethf2b8d98"} 0 node_network_dormant{device="vethf57cebe"} 0 node_network_dormant{device="vethfa2daf8"} 0 node_network_dormant{device="vethfcb3438"} 0 node_network_dormant{device="vethfd271e2"} 0 node_network_dormant{device="vethff60f24"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-1c5ae9c4fb11"} 4099 node_network_flags{device="br-1f437ee92de3"} 4099 node_network_flags{device="br-541b70109604"} 4099 node_network_flags{device="br-57fae769631e"} 4099 node_network_flags{device="br-5fe347eda337"} 4099 node_network_flags{device="br-607e7f2cc1eb"} 4099 node_network_flags{device="br-6461bc9320a1"} 4099 node_network_flags{device="br-8e9e3794015c"} 4099 node_network_flags{device="br-9d8e958996ba"} 4099 node_network_flags{device="br-a7e11f654a04"} 4099 node_network_flags{device="br-aaba14ed7a3b"} 4099 node_network_flags{device="br-b266df46df77"} 4099 node_network_flags{device="br-b79aa99837b3"} 4099 node_network_flags{device="br-e0fcc6d4b66e"} 4099 node_network_flags{device="br-eac26a665bc7"} 4099 node_network_flags{device="br-f1318694100b"} 4099 node_network_flags{device="br-f37d406e9375"} 4099 node_network_flags{device="br-ff21357210f8"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="ens18"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth09ad19e"} 4867 node_network_flags{device="veth0c4a461"} 4867 node_network_flags{device="veth14d01ae"} 4867 node_network_flags{device="veth157d186"} 4867 node_network_flags{device="veth18ad5b9"} 4867 node_network_flags{device="veth1b9003d"} 4867 node_network_flags{device="veth1caaffd"} 4867 node_network_flags{device="veth2185ef4"} 4867 node_network_flags{device="veth235bad2"} 4867 node_network_flags{device="veth2763c5c"} 4867 node_network_flags{device="veth280aa9d"} 4867 node_network_flags{device="veth29da9fb"} 4867 node_network_flags{device="veth2c09835"} 4867 node_network_flags{device="veth2e1ec66"} 4867 node_network_flags{device="veth309c296"} 4867 node_network_flags{device="veth32006e2"} 4867 node_network_flags{device="veth340dc17"} 4867 node_network_flags{device="veth38b8b5d"} 4867 node_network_flags{device="veth39b0cd2"} 4867 node_network_flags{device="veth39d52fc"} 4867 node_network_flags{device="veth3a1198f"} 4867 node_network_flags{device="veth3d4bad3"} 4867 node_network_flags{device="veth4261e25"} 4867 node_network_flags{device="veth456ae2e"} 4867 node_network_flags{device="veth483d7d7"} 4867 node_network_flags{device="veth4d54295"} 4867 node_network_flags{device="veth4e241ac"} 4867 node_network_flags{device="veth4f4c81e"} 4867 node_network_flags{device="veth50a2599"} 4867 node_network_flags{device="veth50addcc"} 4867 node_network_flags{device="veth5593153"} 4867 node_network_flags{device="veth563df23"} 4867 node_network_flags{device="veth5a3b7a1"} 4867 node_network_flags{device="veth613cdc2"} 4867 node_network_flags{device="veth6441243"} 4867 node_network_flags{device="veth67b25b8"} 4867 node_network_flags{device="veth68c2d83"} 4867 node_network_flags{device="veth6c35cbb"} 4867 node_network_flags{device="veth6d82a2a"} 4867 node_network_flags{device="veth6ee932b"} 4867 node_network_flags{device="veth711efca"} 4867 node_network_flags{device="veth7179474"} 4867 node_network_flags{device="veth725414d"} 4867 node_network_flags{device="veth729be05"} 4867 node_network_flags{device="veth78c0666"} 4867 node_network_flags{device="veth7e7d495"} 4867 node_network_flags{device="veth7f134c0"} 4867 node_network_flags{device="veth7f29095"} 4867 node_network_flags{device="veth81533a9"} 4867 node_network_flags{device="veth8379efc"} 4867 node_network_flags{device="veth83e5a89"} 4867 node_network_flags{device="veth95266fa"} 4867 node_network_flags{device="veth962fe9e"} 4867 node_network_flags{device="veth9647054"} 4867 node_network_flags{device="veth9af3a8a"} 4867 node_network_flags{device="veth9b41300"} 4867 node_network_flags{device="veth9c1d28a"} 4867 node_network_flags{device="veth9dbe9d7"} 4867 node_network_flags{device="veth9e94848"} 4867 node_network_flags{device="veth9e9a65e"} 4867 node_network_flags{device="vetha1e66ec"} 4867 node_network_flags{device="vetha21af34"} 4867 node_network_flags{device="vetha308109"} 4867 node_network_flags{device="vetha4d2429"} 4867 node_network_flags{device="vetha595350"} 4867 node_network_flags{device="vetha97b48d"} 4867 node_network_flags{device="vethaf098f8"} 4867 node_network_flags{device="vethb04ceea"} 4867 node_network_flags{device="vethb33346e"} 4867 node_network_flags{device="vethb39b86b"} 4867 node_network_flags{device="vethb4a66b2"} 4867 node_network_flags{device="vethbadcb83"} 4867 node_network_flags{device="vethc14cb3c"} 4867 node_network_flags{device="vethc262e6c"} 4867 node_network_flags{device="vethc3796c9"} 4867 node_network_flags{device="vethc8b05a3"} 4867 node_network_flags{device="vethc8b7383"} 4867 node_network_flags{device="vethcf7e47f"} 4867 node_network_flags{device="vethd316330"} 4867 node_network_flags{device="vethd3cbd51"} 4867 node_network_flags{device="vethdcaed9f"} 4867 node_network_flags{device="vethea0d85c"} 4867 node_network_flags{device="vetheba2f17"} 4867 node_network_flags{device="vethec1a747"} 4867 node_network_flags{device="vethefa6275"} 4867 node_network_flags{device="vethf1e4456"} 4867 node_network_flags{device="vethf2b8d98"} 4867 node_network_flags{device="vethf57cebe"} 4867 node_network_flags{device="vethfa2daf8"} 4867 node_network_flags{device="vethfcb3438"} 4867 node_network_flags{device="vethfd271e2"} 4867 node_network_flags{device="vethff60f24"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-1c5ae9c4fb11"} 12 node_network_iface_id{device="br-1f437ee92de3"} 9 node_network_iface_id{device="br-541b70109604"} 21 node_network_iface_id{device="br-57fae769631e"} 8 node_network_iface_id{device="br-5fe347eda337"} 3 node_network_iface_id{device="br-607e7f2cc1eb"} 11 node_network_iface_id{device="br-6461bc9320a1"} 17 node_network_iface_id{device="br-8e9e3794015c"} 16 node_network_iface_id{device="br-9d8e958996ba"} 4 node_network_iface_id{device="br-a7e11f654a04"} 5 node_network_iface_id{device="br-aaba14ed7a3b"} 18 node_network_iface_id{device="br-b266df46df77"} 13 node_network_iface_id{device="br-b79aa99837b3"} 19 node_network_iface_id{device="br-e0fcc6d4b66e"} 6 node_network_iface_id{device="br-eac26a665bc7"} 14 node_network_iface_id{device="br-f1318694100b"} 20 node_network_iface_id{device="br-f37d406e9375"} 15 node_network_iface_id{device="br-ff21357210f8"} 7 node_network_iface_id{device="docker0"} 10 node_network_iface_id{device="ens18"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth09ad19e"} 99 node_network_iface_id{device="veth0c4a461"} 281 node_network_iface_id{device="veth14d01ae"} 269 node_network_iface_id{device="veth157d186"} 289 node_network_iface_id{device="veth18ad5b9"} 397 node_network_iface_id{device="veth1b9003d"} 65 node_network_iface_id{device="veth1caaffd"} 375 node_network_iface_id{device="veth2185ef4"} 347 node_network_iface_id{device="veth235bad2"} 319 node_network_iface_id{device="veth2763c5c"} 277 node_network_iface_id{device="veth280aa9d"} 333 node_network_iface_id{device="veth29da9fb"} 393 node_network_iface_id{device="veth2c09835"} 371 node_network_iface_id{device="veth2e1ec66"} 293 node_network_iface_id{device="veth309c296"} 377 node_network_iface_id{device="veth32006e2"} 255 node_network_iface_id{device="veth340dc17"} 387 node_network_iface_id{device="veth38b8b5d"} 259 node_network_iface_id{device="veth39b0cd2"} 299 node_network_iface_id{device="veth39d52fc"} 81 node_network_iface_id{device="veth3a1198f"} 373 node_network_iface_id{device="veth3d4bad3"} 271 node_network_iface_id{device="veth4261e25"} 263 node_network_iface_id{device="veth456ae2e"} 297 node_network_iface_id{device="veth483d7d7"} 283 node_network_iface_id{device="veth4d54295"} 189 node_network_iface_id{device="veth4e241ac"} 79 node_network_iface_id{device="veth4f4c81e"} 309 node_network_iface_id{device="veth50a2599"} 351 node_network_iface_id{device="veth50addcc"} 379 node_network_iface_id{device="veth5593153"} 311 node_network_iface_id{device="veth563df23"} 287 node_network_iface_id{device="veth5a3b7a1"} 295 node_network_iface_id{device="veth613cdc2"} 205 node_network_iface_id{device="veth6441243"} 385 node_network_iface_id{device="veth67b25b8"} 275 node_network_iface_id{device="veth68c2d83"} 303 node_network_iface_id{device="veth6c35cbb"} 113 node_network_iface_id{device="veth6d82a2a"} 355 node_network_iface_id{device="veth6ee932b"} 345 node_network_iface_id{device="veth711efca"} 353 node_network_iface_id{device="veth7179474"} 257 node_network_iface_id{device="veth725414d"} 367 node_network_iface_id{device="veth729be05"} 369 node_network_iface_id{device="veth78c0666"} 313 node_network_iface_id{device="veth7e7d495"} 83 node_network_iface_id{device="veth7f134c0"} 339 node_network_iface_id{device="veth7f29095"} 383 node_network_iface_id{device="veth81533a9"} 249 node_network_iface_id{device="veth8379efc"} 307 node_network_iface_id{device="veth83e5a89"} 305 node_network_iface_id{device="veth95266fa"} 315 node_network_iface_id{device="veth962fe9e"} 357 node_network_iface_id{device="veth9647054"} 317 node_network_iface_id{device="veth9af3a8a"} 391 node_network_iface_id{device="veth9b41300"} 365 node_network_iface_id{device="veth9c1d28a"} 75 node_network_iface_id{device="veth9dbe9d7"} 337 node_network_iface_id{device="veth9e94848"} 381 node_network_iface_id{device="veth9e9a65e"} 335 node_network_iface_id{device="vetha1e66ec"} 267 node_network_iface_id{device="vetha21af34"} 359 node_network_iface_id{device="vetha308109"} 279 node_network_iface_id{device="vetha4d2429"} 253 node_network_iface_id{device="vetha595350"} 109 node_network_iface_id{device="vetha97b48d"} 331 node_network_iface_id{device="vethaf098f8"} 265 node_network_iface_id{device="vethb04ceea"} 55 node_network_iface_id{device="vethb33346e"} 285 node_network_iface_id{device="vethb39b86b"} 251 node_network_iface_id{device="vethb4a66b2"} 363 node_network_iface_id{device="vethbadcb83"} 261 node_network_iface_id{device="vethc14cb3c"} 59 node_network_iface_id{device="vethc262e6c"} 195 node_network_iface_id{device="vethc3796c9"} 323 node_network_iface_id{device="vethc8b05a3"} 291 node_network_iface_id{device="vethc8b7383"} 105 node_network_iface_id{device="vethcf7e47f"} 349 node_network_iface_id{device="vethd316330"} 33 node_network_iface_id{device="vethd3cbd51"} 321 node_network_iface_id{device="vethdcaed9f"} 273 node_network_iface_id{device="vethea0d85c"} 329 node_network_iface_id{device="vetheba2f17"} 401 node_network_iface_id{device="vethec1a747"} 31 node_network_iface_id{device="vethefa6275"} 389 node_network_iface_id{device="vethf1e4456"} 343 node_network_iface_id{device="vethf2b8d98"} 341 node_network_iface_id{device="vethf57cebe"} 325 node_network_iface_id{device="vethfa2daf8"} 399 node_network_iface_id{device="vethfcb3438"} 301 node_network_iface_id{device="vethfd271e2"} 395 node_network_iface_id{device="vethff60f24"} 361 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-1c5ae9c4fb11"} 12 node_network_iface_link{device="br-1f437ee92de3"} 9 node_network_iface_link{device="br-541b70109604"} 21 node_network_iface_link{device="br-57fae769631e"} 8 node_network_iface_link{device="br-5fe347eda337"} 3 node_network_iface_link{device="br-607e7f2cc1eb"} 11 node_network_iface_link{device="br-6461bc9320a1"} 17 node_network_iface_link{device="br-8e9e3794015c"} 16 node_network_iface_link{device="br-9d8e958996ba"} 4 node_network_iface_link{device="br-a7e11f654a04"} 5 node_network_iface_link{device="br-aaba14ed7a3b"} 18 node_network_iface_link{device="br-b266df46df77"} 13 node_network_iface_link{device="br-b79aa99837b3"} 19 node_network_iface_link{device="br-e0fcc6d4b66e"} 6 node_network_iface_link{device="br-eac26a665bc7"} 14 node_network_iface_link{device="br-f1318694100b"} 20 node_network_iface_link{device="br-f37d406e9375"} 15 node_network_iface_link{device="br-ff21357210f8"} 7 node_network_iface_link{device="docker0"} 10 node_network_iface_link{device="ens18"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth09ad19e"} 98 node_network_iface_link{device="veth0c4a461"} 280 node_network_iface_link{device="veth14d01ae"} 268 node_network_iface_link{device="veth157d186"} 288 node_network_iface_link{device="veth18ad5b9"} 396 node_network_iface_link{device="veth1b9003d"} 64 node_network_iface_link{device="veth1caaffd"} 374 node_network_iface_link{device="veth2185ef4"} 346 node_network_iface_link{device="veth235bad2"} 318 node_network_iface_link{device="veth2763c5c"} 276 node_network_iface_link{device="veth280aa9d"} 332 node_network_iface_link{device="veth29da9fb"} 392 node_network_iface_link{device="veth2c09835"} 370 node_network_iface_link{device="veth2e1ec66"} 292 node_network_iface_link{device="veth309c296"} 376 node_network_iface_link{device="veth32006e2"} 254 node_network_iface_link{device="veth340dc17"} 386 node_network_iface_link{device="veth38b8b5d"} 258 node_network_iface_link{device="veth39b0cd2"} 298 node_network_iface_link{device="veth39d52fc"} 80 node_network_iface_link{device="veth3a1198f"} 372 node_network_iface_link{device="veth3d4bad3"} 270 node_network_iface_link{device="veth4261e25"} 262 node_network_iface_link{device="veth456ae2e"} 296 node_network_iface_link{device="veth483d7d7"} 282 node_network_iface_link{device="veth4d54295"} 188 node_network_iface_link{device="veth4e241ac"} 78 node_network_iface_link{device="veth4f4c81e"} 308 node_network_iface_link{device="veth50a2599"} 350 node_network_iface_link{device="veth50addcc"} 378 node_network_iface_link{device="veth5593153"} 310 node_network_iface_link{device="veth563df23"} 286 node_network_iface_link{device="veth5a3b7a1"} 294 node_network_iface_link{device="veth613cdc2"} 204 node_network_iface_link{device="veth6441243"} 384 node_network_iface_link{device="veth67b25b8"} 274 node_network_iface_link{device="veth68c2d83"} 302 node_network_iface_link{device="veth6c35cbb"} 112 node_network_iface_link{device="veth6d82a2a"} 354 node_network_iface_link{device="veth6ee932b"} 344 node_network_iface_link{device="veth711efca"} 352 node_network_iface_link{device="veth7179474"} 256 node_network_iface_link{device="veth725414d"} 366 node_network_iface_link{device="veth729be05"} 368 node_network_iface_link{device="veth78c0666"} 312 node_network_iface_link{device="veth7e7d495"} 82 node_network_iface_link{device="veth7f134c0"} 338 node_network_iface_link{device="veth7f29095"} 382 node_network_iface_link{device="veth81533a9"} 248 node_network_iface_link{device="veth8379efc"} 306 node_network_iface_link{device="veth83e5a89"} 304 node_network_iface_link{device="veth95266fa"} 314 node_network_iface_link{device="veth962fe9e"} 356 node_network_iface_link{device="veth9647054"} 316 node_network_iface_link{device="veth9af3a8a"} 390 node_network_iface_link{device="veth9b41300"} 364 node_network_iface_link{device="veth9c1d28a"} 74 node_network_iface_link{device="veth9dbe9d7"} 336 node_network_iface_link{device="veth9e94848"} 380 node_network_iface_link{device="veth9e9a65e"} 334 node_network_iface_link{device="vetha1e66ec"} 266 node_network_iface_link{device="vetha21af34"} 358 node_network_iface_link{device="vetha308109"} 278 node_network_iface_link{device="vetha4d2429"} 252 node_network_iface_link{device="vetha595350"} 108 node_network_iface_link{device="vetha97b48d"} 330 node_network_iface_link{device="vethaf098f8"} 264 node_network_iface_link{device="vethb04ceea"} 54 node_network_iface_link{device="vethb33346e"} 284 node_network_iface_link{device="vethb39b86b"} 250 node_network_iface_link{device="vethb4a66b2"} 362 node_network_iface_link{device="vethbadcb83"} 260 node_network_iface_link{device="vethc14cb3c"} 58 node_network_iface_link{device="vethc262e6c"} 194 node_network_iface_link{device="vethc3796c9"} 322 node_network_iface_link{device="vethc8b05a3"} 290 node_network_iface_link{device="vethc8b7383"} 104 node_network_iface_link{device="vethcf7e47f"} 348 node_network_iface_link{device="vethd316330"} 32 node_network_iface_link{device="vethd3cbd51"} 320 node_network_iface_link{device="vethdcaed9f"} 272 node_network_iface_link{device="vethea0d85c"} 328 node_network_iface_link{device="vetheba2f17"} 400 node_network_iface_link{device="vethec1a747"} 30 node_network_iface_link{device="vethefa6275"} 388 node_network_iface_link{device="vethf1e4456"} 342 node_network_iface_link{device="vethf2b8d98"} 340 node_network_iface_link{device="vethf57cebe"} 324 node_network_iface_link{device="vethfa2daf8"} 398 node_network_iface_link{device="vethfcb3438"} 300 node_network_iface_link{device="vethfd271e2"} 394 node_network_iface_link{device="vethff60f24"} 360 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="br-1c5ae9c4fb11"} 0 node_network_iface_link_mode{device="br-1f437ee92de3"} 0 node_network_iface_link_mode{device="br-541b70109604"} 0 node_network_iface_link_mode{device="br-57fae769631e"} 0 node_network_iface_link_mode{device="br-5fe347eda337"} 0 node_network_iface_link_mode{device="br-607e7f2cc1eb"} 0 node_network_iface_link_mode{device="br-6461bc9320a1"} 0 node_network_iface_link_mode{device="br-8e9e3794015c"} 0 node_network_iface_link_mode{device="br-9d8e958996ba"} 0 node_network_iface_link_mode{device="br-a7e11f654a04"} 0 node_network_iface_link_mode{device="br-aaba14ed7a3b"} 0 node_network_iface_link_mode{device="br-b266df46df77"} 0 node_network_iface_link_mode{device="br-b79aa99837b3"} 0 node_network_iface_link_mode{device="br-e0fcc6d4b66e"} 0 node_network_iface_link_mode{device="br-eac26a665bc7"} 0 node_network_iface_link_mode{device="br-f1318694100b"} 0 node_network_iface_link_mode{device="br-f37d406e9375"} 0 node_network_iface_link_mode{device="br-ff21357210f8"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="ens18"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth09ad19e"} 0 node_network_iface_link_mode{device="veth0c4a461"} 0 node_network_iface_link_mode{device="veth14d01ae"} 0 node_network_iface_link_mode{device="veth157d186"} 0 node_network_iface_link_mode{device="veth18ad5b9"} 0 node_network_iface_link_mode{device="veth1b9003d"} 0 node_network_iface_link_mode{device="veth1caaffd"} 0 node_network_iface_link_mode{device="veth2185ef4"} 0 node_network_iface_link_mode{device="veth235bad2"} 0 node_network_iface_link_mode{device="veth2763c5c"} 0 node_network_iface_link_mode{device="veth280aa9d"} 0 node_network_iface_link_mode{device="veth29da9fb"} 0 node_network_iface_link_mode{device="veth2c09835"} 0 node_network_iface_link_mode{device="veth2e1ec66"} 0 node_network_iface_link_mode{device="veth309c296"} 0 node_network_iface_link_mode{device="veth32006e2"} 0 node_network_iface_link_mode{device="veth340dc17"} 0 node_network_iface_link_mode{device="veth38b8b5d"} 0 node_network_iface_link_mode{device="veth39b0cd2"} 0 node_network_iface_link_mode{device="veth39d52fc"} 0 node_network_iface_link_mode{device="veth3a1198f"} 0 node_network_iface_link_mode{device="veth3d4bad3"} 0 node_network_iface_link_mode{device="veth4261e25"} 0 node_network_iface_link_mode{device="veth456ae2e"} 0 node_network_iface_link_mode{device="veth483d7d7"} 0 node_network_iface_link_mode{device="veth4d54295"} 0 node_network_iface_link_mode{device="veth4e241ac"} 0 node_network_iface_link_mode{device="veth4f4c81e"} 0 node_network_iface_link_mode{device="veth50a2599"} 0 node_network_iface_link_mode{device="veth50addcc"} 0 node_network_iface_link_mode{device="veth5593153"} 0 node_network_iface_link_mode{device="veth563df23"} 0 node_network_iface_link_mode{device="veth5a3b7a1"} 0 node_network_iface_link_mode{device="veth613cdc2"} 0 node_network_iface_link_mode{device="veth6441243"} 0 node_network_iface_link_mode{device="veth67b25b8"} 0 node_network_iface_link_mode{device="veth68c2d83"} 0 node_network_iface_link_mode{device="veth6c35cbb"} 0 node_network_iface_link_mode{device="veth6d82a2a"} 0 node_network_iface_link_mode{device="veth6ee932b"} 0 node_network_iface_link_mode{device="veth711efca"} 0 node_network_iface_link_mode{device="veth7179474"} 0 node_network_iface_link_mode{device="veth725414d"} 0 node_network_iface_link_mode{device="veth729be05"} 0 node_network_iface_link_mode{device="veth78c0666"} 0 node_network_iface_link_mode{device="veth7e7d495"} 0 node_network_iface_link_mode{device="veth7f134c0"} 0 node_network_iface_link_mode{device="veth7f29095"} 0 node_network_iface_link_mode{device="veth81533a9"} 0 node_network_iface_link_mode{device="veth8379efc"} 0 node_network_iface_link_mode{device="veth83e5a89"} 0 node_network_iface_link_mode{device="veth95266fa"} 0 node_network_iface_link_mode{device="veth962fe9e"} 0 node_network_iface_link_mode{device="veth9647054"} 0 node_network_iface_link_mode{device="veth9af3a8a"} 0 node_network_iface_link_mode{device="veth9b41300"} 0 node_network_iface_link_mode{device="veth9c1d28a"} 0 node_network_iface_link_mode{device="veth9dbe9d7"} 0 node_network_iface_link_mode{device="veth9e94848"} 0 node_network_iface_link_mode{device="veth9e9a65e"} 0 node_network_iface_link_mode{device="vetha1e66ec"} 0 node_network_iface_link_mode{device="vetha21af34"} 0 node_network_iface_link_mode{device="vetha308109"} 0 node_network_iface_link_mode{device="vetha4d2429"} 0 node_network_iface_link_mode{device="vetha595350"} 0 node_network_iface_link_mode{device="vetha97b48d"} 0 node_network_iface_link_mode{device="vethaf098f8"} 0 node_network_iface_link_mode{device="vethb04ceea"} 0 node_network_iface_link_mode{device="vethb33346e"} 0 node_network_iface_link_mode{device="vethb39b86b"} 0 node_network_iface_link_mode{device="vethb4a66b2"} 0 node_network_iface_link_mode{device="vethbadcb83"} 0 node_network_iface_link_mode{device="vethc14cb3c"} 0 node_network_iface_link_mode{device="vethc262e6c"} 0 node_network_iface_link_mode{device="vethc3796c9"} 0 node_network_iface_link_mode{device="vethc8b05a3"} 0 node_network_iface_link_mode{device="vethc8b7383"} 0 node_network_iface_link_mode{device="vethcf7e47f"} 0 node_network_iface_link_mode{device="vethd316330"} 0 node_network_iface_link_mode{device="vethd3cbd51"} 0 node_network_iface_link_mode{device="vethdcaed9f"} 0 node_network_iface_link_mode{device="vethea0d85c"} 0 node_network_iface_link_mode{device="vetheba2f17"} 0 node_network_iface_link_mode{device="vethec1a747"} 0 node_network_iface_link_mode{device="vethefa6275"} 0 node_network_iface_link_mode{device="vethf1e4456"} 0 node_network_iface_link_mode{device="vethf2b8d98"} 0 node_network_iface_link_mode{device="vethf57cebe"} 0 node_network_iface_link_mode{device="vethfa2daf8"} 0 node_network_iface_link_mode{device="vethfcb3438"} 0 node_network_iface_link_mode{device="vethfd271e2"} 0 node_network_iface_link_mode{device="vethff60f24"} 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:0b:bf:ed:8b:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf1e4456",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:42:10:78:8f:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f37d406e9375",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:12:3d:48:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-aaba14ed7a3b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:16:d0:81:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ff21357210f8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:1d:c1:38:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-607e7f2cc1eb",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:21:74:54:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1c5ae9c4fb11",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:21:ac:d0:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-541b70109604",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:21:cc:9f:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8e9e3794015c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:27:e3:a5:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5fe347eda337",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3f:2f:6d:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6461bc9320a1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:4a:71:1d:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e0fcc6d4b66e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:4c:75:21:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b266df46df77",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:56:10:3b:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1f437ee92de3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:86:f7:ca:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a7e11f654a04",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:94:fb:93:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f1318694100b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:af:bb:37:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b79aa99837b3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:bb:92:13:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:dc:cd:fe:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-57fae769631e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f5:c4:af:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9d8e958996ba",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:fb:50:f7:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-eac26a665bc7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:c3:5e:2c:9b:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth729be05",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:dc:ab:73:cb:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8b05a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:42:76:ad:5a:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth09ad19e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:a3:35:0c:53:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf57cebe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:0b:7f:fa:41:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b41300",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:49:ef:5f:24:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd271e2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:07:60:72:85:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb04ceea",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:fe:a9:33:0b:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f29095",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:03:cf:ca:1e:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb4a66b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:ce:12:1c:93:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdcaed9f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:d2:ba:2b:e6:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2c09835",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:58:ad:60:58:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfa2daf8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:d1:2b:38:4e:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethea0d85c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:90:ef:79:9d:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth340dc17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:ad:3b:50:cd:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth711efca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:93:79:bc:14:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha1e66ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:ad:05:59:58:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9dbe9d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:fb:81:33:20:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b9003d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:3e:13:1c:9b:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth32006e2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:bb:ba:dc:1b:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfcb3438",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:1e:b8:c8:05:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9647054",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:b5:5a:b5:f8:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc262e6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:4e:1c:4e:81:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6ee932b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:8b:ee:10:52:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf2b8d98",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:4b:c2:1f:51:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68c2d83",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:c2:2d:4b:97:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth483d7d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:30:e0:eb:c4:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc14cb3c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:90:a2:ab:64:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth38b8b5d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:92:ee:30:90:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth29da9fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:35:e1:5f:a5:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth81533a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:65:01:1f:c2:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth95266fa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:b6:23:09:97:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c4a461",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:d8:79:6c:43:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth39b0cd2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:ae:23:81:e3:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9af3a8a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:da:fe:86:82:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth563df23",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:02:b3:c6:e4:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c1d28a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:9b:ec:ee:f1:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth50addcc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:8a:9b:e5:c2:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3796c9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:33:14:4c:ac:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheba2f17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:38:36:7f:f1:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a1198f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:3c:0c:41:99:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e1ec66",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:7a:ff:14:71:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1caaffd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:d4:2f:46:b0:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c35cbb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:78:01:25:09:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d4bad3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:3e:c1:b6:76:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4261e25",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:93:41:1b:68:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb33346e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:ec:71:d3:c1:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e94848",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:a2:59:7d:29:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd316330",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:24:70:52:8a:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5593153",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:27:55:bf:c3:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e241ac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:95:4e:5f:62:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth50a2599",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:4d:6a:f0:52:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbadcb83",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:06:6b:eb:39:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth280aa9d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:af:0c:61:3b:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7e7d495",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:d8:62:56:0e:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f134c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:de:56:c2:8f:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth456ae2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:25:64:16:67:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth14d01ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:a1:43:6d:a0:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethefa6275",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:1e:ac:60:6e:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb39b86b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:6b:26:74:c4:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth67b25b8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:ec:fb:c3:36:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth725414d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:2a:7c:4d:43:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4f4c81e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:52:ae:f8:57:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth157d186",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:53:36:46:12:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha21af34",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:de:03:62:d4:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6441243",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:f4:c8:1d:3c:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7179474",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:47:d5:e9:81:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff60f24",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:e7:fd:11:b3:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d54295",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:3c:f6:26:2b:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth18ad5b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:70:d6:c9:dd:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcf7e47f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:18:d7:1b:c9:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a3b7a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:83:15:96:dd:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaf098f8",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:3f:a4:63:e2:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2763c5c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:81:0c:5d:31:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth962fe9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:fe:e3:c4:e8:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth235bad2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:6f:3d:a8:82:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha97b48d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:8a:a3:78:05:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d82a2a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:3e:8f:56:f3:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4d2429",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:36:a6:1d:1e:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth613cdc2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:28:7c:f2:80:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha595350",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:64:e0:fc:0f:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e9a65e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:a1:96:3f:ad:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth39d52fc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:dd:82:93:c6:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth78c0666",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:17:71:bd:4d:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethec1a747",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:cb:65:c6:cd:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2185ef4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:d0:b4:57:09:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8b7383",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:11:a6:ab:5a:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth83e5a89",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:21:ba:3f:6a:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3cbd51",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:64:5d:a8:a8:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha308109",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:ec:93:6f:db:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth309c296",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:fb:b8:62:e9:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8379efc",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="br-1c5ae9c4fb11"} 1500 node_network_mtu_bytes{device="br-1f437ee92de3"} 1500 node_network_mtu_bytes{device="br-541b70109604"} 1500 node_network_mtu_bytes{device="br-57fae769631e"} 1500 node_network_mtu_bytes{device="br-5fe347eda337"} 1500 node_network_mtu_bytes{device="br-607e7f2cc1eb"} 1500 node_network_mtu_bytes{device="br-6461bc9320a1"} 1500 node_network_mtu_bytes{device="br-8e9e3794015c"} 1500 node_network_mtu_bytes{device="br-9d8e958996ba"} 1500 node_network_mtu_bytes{device="br-a7e11f654a04"} 1500 node_network_mtu_bytes{device="br-aaba14ed7a3b"} 1500 node_network_mtu_bytes{device="br-b266df46df77"} 1500 node_network_mtu_bytes{device="br-b79aa99837b3"} 1500 node_network_mtu_bytes{device="br-e0fcc6d4b66e"} 1500 node_network_mtu_bytes{device="br-eac26a665bc7"} 1500 node_network_mtu_bytes{device="br-f1318694100b"} 1500 node_network_mtu_bytes{device="br-f37d406e9375"} 1500 node_network_mtu_bytes{device="br-ff21357210f8"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="ens18"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth09ad19e"} 1500 node_network_mtu_bytes{device="veth0c4a461"} 1500 node_network_mtu_bytes{device="veth14d01ae"} 1500 node_network_mtu_bytes{device="veth157d186"} 1500 node_network_mtu_bytes{device="veth18ad5b9"} 1500 node_network_mtu_bytes{device="veth1b9003d"} 1500 node_network_mtu_bytes{device="veth1caaffd"} 1500 node_network_mtu_bytes{device="veth2185ef4"} 1500 node_network_mtu_bytes{device="veth235bad2"} 1500 node_network_mtu_bytes{device="veth2763c5c"} 1500 node_network_mtu_bytes{device="veth280aa9d"} 1500 node_network_mtu_bytes{device="veth29da9fb"} 1500 node_network_mtu_bytes{device="veth2c09835"} 1500 node_network_mtu_bytes{device="veth2e1ec66"} 1500 node_network_mtu_bytes{device="veth309c296"} 1500 node_network_mtu_bytes{device="veth32006e2"} 1500 node_network_mtu_bytes{device="veth340dc17"} 1500 node_network_mtu_bytes{device="veth38b8b5d"} 1500 node_network_mtu_bytes{device="veth39b0cd2"} 1500 node_network_mtu_bytes{device="veth39d52fc"} 1500 node_network_mtu_bytes{device="veth3a1198f"} 1500 node_network_mtu_bytes{device="veth3d4bad3"} 1500 node_network_mtu_bytes{device="veth4261e25"} 1500 node_network_mtu_bytes{device="veth456ae2e"} 1500 node_network_mtu_bytes{device="veth483d7d7"} 1500 node_network_mtu_bytes{device="veth4d54295"} 1500 node_network_mtu_bytes{device="veth4e241ac"} 1500 node_network_mtu_bytes{device="veth4f4c81e"} 1500 node_network_mtu_bytes{device="veth50a2599"} 1500 node_network_mtu_bytes{device="veth50addcc"} 1500 node_network_mtu_bytes{device="veth5593153"} 1500 node_network_mtu_bytes{device="veth563df23"} 1500 node_network_mtu_bytes{device="veth5a3b7a1"} 1500 node_network_mtu_bytes{device="veth613cdc2"} 1500 node_network_mtu_bytes{device="veth6441243"} 1500 node_network_mtu_bytes{device="veth67b25b8"} 1500 node_network_mtu_bytes{device="veth68c2d83"} 1500 node_network_mtu_bytes{device="veth6c35cbb"} 1500 node_network_mtu_bytes{device="veth6d82a2a"} 1500 node_network_mtu_bytes{device="veth6ee932b"} 1500 node_network_mtu_bytes{device="veth711efca"} 1500 node_network_mtu_bytes{device="veth7179474"} 1500 node_network_mtu_bytes{device="veth725414d"} 1500 node_network_mtu_bytes{device="veth729be05"} 1500 node_network_mtu_bytes{device="veth78c0666"} 1500 node_network_mtu_bytes{device="veth7e7d495"} 1500 node_network_mtu_bytes{device="veth7f134c0"} 1500 node_network_mtu_bytes{device="veth7f29095"} 1500 node_network_mtu_bytes{device="veth81533a9"} 1500 node_network_mtu_bytes{device="veth8379efc"} 1500 node_network_mtu_bytes{device="veth83e5a89"} 1500 node_network_mtu_bytes{device="veth95266fa"} 1500 node_network_mtu_bytes{device="veth962fe9e"} 1500 node_network_mtu_bytes{device="veth9647054"} 1500 node_network_mtu_bytes{device="veth9af3a8a"} 1500 node_network_mtu_bytes{device="veth9b41300"} 1500 node_network_mtu_bytes{device="veth9c1d28a"} 1500 node_network_mtu_bytes{device="veth9dbe9d7"} 1500 node_network_mtu_bytes{device="veth9e94848"} 1500 node_network_mtu_bytes{device="veth9e9a65e"} 1500 node_network_mtu_bytes{device="vetha1e66ec"} 1500 node_network_mtu_bytes{device="vetha21af34"} 1500 node_network_mtu_bytes{device="vetha308109"} 1500 node_network_mtu_bytes{device="vetha4d2429"} 1500 node_network_mtu_bytes{device="vetha595350"} 1500 node_network_mtu_bytes{device="vetha97b48d"} 1500 node_network_mtu_bytes{device="vethaf098f8"} 1500 node_network_mtu_bytes{device="vethb04ceea"} 1500 node_network_mtu_bytes{device="vethb33346e"} 1500 node_network_mtu_bytes{device="vethb39b86b"} 1500 node_network_mtu_bytes{device="vethb4a66b2"} 1500 node_network_mtu_bytes{device="vethbadcb83"} 1500 node_network_mtu_bytes{device="vethc14cb3c"} 1500 node_network_mtu_bytes{device="vethc262e6c"} 1500 node_network_mtu_bytes{device="vethc3796c9"} 1500 node_network_mtu_bytes{device="vethc8b05a3"} 1500 node_network_mtu_bytes{device="vethc8b7383"} 1500 node_network_mtu_bytes{device="vethcf7e47f"} 1500 node_network_mtu_bytes{device="vethd316330"} 1500 node_network_mtu_bytes{device="vethd3cbd51"} 1500 node_network_mtu_bytes{device="vethdcaed9f"} 1500 node_network_mtu_bytes{device="vethea0d85c"} 1500 node_network_mtu_bytes{device="vetheba2f17"} 1500 node_network_mtu_bytes{device="vethec1a747"} 1500 node_network_mtu_bytes{device="vethefa6275"} 1500 node_network_mtu_bytes{device="vethf1e4456"} 1500 node_network_mtu_bytes{device="vethf2b8d98"} 1500 node_network_mtu_bytes{device="vethf57cebe"} 1500 node_network_mtu_bytes{device="vethfa2daf8"} 1500 node_network_mtu_bytes{device="vethfcb3438"} 1500 node_network_mtu_bytes{device="vethfd271e2"} 1500 node_network_mtu_bytes{device="vethff60f24"} 1500 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="br-1c5ae9c4fb11"} 3 node_network_name_assign_type{device="br-1f437ee92de3"} 3 node_network_name_assign_type{device="br-541b70109604"} 3 node_network_name_assign_type{device="br-57fae769631e"} 3 node_network_name_assign_type{device="br-5fe347eda337"} 3 node_network_name_assign_type{device="br-607e7f2cc1eb"} 3 node_network_name_assign_type{device="br-6461bc9320a1"} 3 node_network_name_assign_type{device="br-8e9e3794015c"} 3 node_network_name_assign_type{device="br-9d8e958996ba"} 3 node_network_name_assign_type{device="br-a7e11f654a04"} 3 node_network_name_assign_type{device="br-aaba14ed7a3b"} 3 node_network_name_assign_type{device="br-b266df46df77"} 3 node_network_name_assign_type{device="br-b79aa99837b3"} 3 node_network_name_assign_type{device="br-e0fcc6d4b66e"} 3 node_network_name_assign_type{device="br-eac26a665bc7"} 3 node_network_name_assign_type{device="br-f1318694100b"} 3 node_network_name_assign_type{device="br-f37d406e9375"} 3 node_network_name_assign_type{device="br-ff21357210f8"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="ens18"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth09ad19e"} 3 node_network_name_assign_type{device="veth0c4a461"} 3 node_network_name_assign_type{device="veth14d01ae"} 3 node_network_name_assign_type{device="veth157d186"} 3 node_network_name_assign_type{device="veth18ad5b9"} 3 node_network_name_assign_type{device="veth1b9003d"} 3 node_network_name_assign_type{device="veth1caaffd"} 3 node_network_name_assign_type{device="veth2185ef4"} 3 node_network_name_assign_type{device="veth235bad2"} 3 node_network_name_assign_type{device="veth2763c5c"} 3 node_network_name_assign_type{device="veth280aa9d"} 3 node_network_name_assign_type{device="veth29da9fb"} 3 node_network_name_assign_type{device="veth2c09835"} 3 node_network_name_assign_type{device="veth2e1ec66"} 3 node_network_name_assign_type{device="veth309c296"} 3 node_network_name_assign_type{device="veth32006e2"} 3 node_network_name_assign_type{device="veth340dc17"} 3 node_network_name_assign_type{device="veth38b8b5d"} 3 node_network_name_assign_type{device="veth39b0cd2"} 3 node_network_name_assign_type{device="veth39d52fc"} 3 node_network_name_assign_type{device="veth3a1198f"} 3 node_network_name_assign_type{device="veth3d4bad3"} 3 node_network_name_assign_type{device="veth4261e25"} 3 node_network_name_assign_type{device="veth456ae2e"} 3 node_network_name_assign_type{device="veth483d7d7"} 3 node_network_name_assign_type{device="veth4d54295"} 3 node_network_name_assign_type{device="veth4e241ac"} 3 node_network_name_assign_type{device="veth4f4c81e"} 3 node_network_name_assign_type{device="veth50a2599"} 3 node_network_name_assign_type{device="veth50addcc"} 3 node_network_name_assign_type{device="veth5593153"} 3 node_network_name_assign_type{device="veth563df23"} 3 node_network_name_assign_type{device="veth5a3b7a1"} 3 node_network_name_assign_type{device="veth613cdc2"} 3 node_network_name_assign_type{device="veth6441243"} 3 node_network_name_assign_type{device="veth67b25b8"} 3 node_network_name_assign_type{device="veth68c2d83"} 3 node_network_name_assign_type{device="veth6c35cbb"} 3 node_network_name_assign_type{device="veth6d82a2a"} 3 node_network_name_assign_type{device="veth6ee932b"} 3 node_network_name_assign_type{device="veth711efca"} 3 node_network_name_assign_type{device="veth7179474"} 3 node_network_name_assign_type{device="veth725414d"} 3 node_network_name_assign_type{device="veth729be05"} 3 node_network_name_assign_type{device="veth78c0666"} 3 node_network_name_assign_type{device="veth7e7d495"} 3 node_network_name_assign_type{device="veth7f134c0"} 3 node_network_name_assign_type{device="veth7f29095"} 3 node_network_name_assign_type{device="veth81533a9"} 3 node_network_name_assign_type{device="veth8379efc"} 3 node_network_name_assign_type{device="veth83e5a89"} 3 node_network_name_assign_type{device="veth95266fa"} 3 node_network_name_assign_type{device="veth962fe9e"} 3 node_network_name_assign_type{device="veth9647054"} 3 node_network_name_assign_type{device="veth9af3a8a"} 3 node_network_name_assign_type{device="veth9b41300"} 3 node_network_name_assign_type{device="veth9c1d28a"} 3 node_network_name_assign_type{device="veth9dbe9d7"} 3 node_network_name_assign_type{device="veth9e94848"} 3 node_network_name_assign_type{device="veth9e9a65e"} 3 node_network_name_assign_type{device="vetha1e66ec"} 3 node_network_name_assign_type{device="vetha21af34"} 3 node_network_name_assign_type{device="vetha308109"} 3 node_network_name_assign_type{device="vetha4d2429"} 3 node_network_name_assign_type{device="vetha595350"} 3 node_network_name_assign_type{device="vetha97b48d"} 3 node_network_name_assign_type{device="vethaf098f8"} 3 node_network_name_assign_type{device="vethb04ceea"} 3 node_network_name_assign_type{device="vethb33346e"} 3 node_network_name_assign_type{device="vethb39b86b"} 3 node_network_name_assign_type{device="vethb4a66b2"} 3 node_network_name_assign_type{device="vethbadcb83"} 3 node_network_name_assign_type{device="vethc14cb3c"} 3 node_network_name_assign_type{device="vethc262e6c"} 3 node_network_name_assign_type{device="vethc3796c9"} 3 node_network_name_assign_type{device="vethc8b05a3"} 3 node_network_name_assign_type{device="vethc8b7383"} 3 node_network_name_assign_type{device="vethcf7e47f"} 3 node_network_name_assign_type{device="vethd316330"} 3 node_network_name_assign_type{device="vethd3cbd51"} 3 node_network_name_assign_type{device="vethdcaed9f"} 3 node_network_name_assign_type{device="vethea0d85c"} 3 node_network_name_assign_type{device="vetheba2f17"} 3 node_network_name_assign_type{device="vethec1a747"} 3 node_network_name_assign_type{device="vethefa6275"} 3 node_network_name_assign_type{device="vethf1e4456"} 3 node_network_name_assign_type{device="vethf2b8d98"} 3 node_network_name_assign_type{device="vethf57cebe"} 3 node_network_name_assign_type{device="vethfa2daf8"} 3 node_network_name_assign_type{device="vethfcb3438"} 3 node_network_name_assign_type{device="vethfd271e2"} 3 node_network_name_assign_type{device="vethff60f24"} 3 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="br-1c5ae9c4fb11"} 0 node_network_net_dev_group{device="br-1f437ee92de3"} 0 node_network_net_dev_group{device="br-541b70109604"} 0 node_network_net_dev_group{device="br-57fae769631e"} 0 node_network_net_dev_group{device="br-5fe347eda337"} 0 node_network_net_dev_group{device="br-607e7f2cc1eb"} 0 node_network_net_dev_group{device="br-6461bc9320a1"} 0 node_network_net_dev_group{device="br-8e9e3794015c"} 0 node_network_net_dev_group{device="br-9d8e958996ba"} 0 node_network_net_dev_group{device="br-a7e11f654a04"} 0 node_network_net_dev_group{device="br-aaba14ed7a3b"} 0 node_network_net_dev_group{device="br-b266df46df77"} 0 node_network_net_dev_group{device="br-b79aa99837b3"} 0 node_network_net_dev_group{device="br-e0fcc6d4b66e"} 0 node_network_net_dev_group{device="br-eac26a665bc7"} 0 node_network_net_dev_group{device="br-f1318694100b"} 0 node_network_net_dev_group{device="br-f37d406e9375"} 0 node_network_net_dev_group{device="br-ff21357210f8"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="ens18"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth09ad19e"} 0 node_network_net_dev_group{device="veth0c4a461"} 0 node_network_net_dev_group{device="veth14d01ae"} 0 node_network_net_dev_group{device="veth157d186"} 0 node_network_net_dev_group{device="veth18ad5b9"} 0 node_network_net_dev_group{device="veth1b9003d"} 0 node_network_net_dev_group{device="veth1caaffd"} 0 node_network_net_dev_group{device="veth2185ef4"} 0 node_network_net_dev_group{device="veth235bad2"} 0 node_network_net_dev_group{device="veth2763c5c"} 0 node_network_net_dev_group{device="veth280aa9d"} 0 node_network_net_dev_group{device="veth29da9fb"} 0 node_network_net_dev_group{device="veth2c09835"} 0 node_network_net_dev_group{device="veth2e1ec66"} 0 node_network_net_dev_group{device="veth309c296"} 0 node_network_net_dev_group{device="veth32006e2"} 0 node_network_net_dev_group{device="veth340dc17"} 0 node_network_net_dev_group{device="veth38b8b5d"} 0 node_network_net_dev_group{device="veth39b0cd2"} 0 node_network_net_dev_group{device="veth39d52fc"} 0 node_network_net_dev_group{device="veth3a1198f"} 0 node_network_net_dev_group{device="veth3d4bad3"} 0 node_network_net_dev_group{device="veth4261e25"} 0 node_network_net_dev_group{device="veth456ae2e"} 0 node_network_net_dev_group{device="veth483d7d7"} 0 node_network_net_dev_group{device="veth4d54295"} 0 node_network_net_dev_group{device="veth4e241ac"} 0 node_network_net_dev_group{device="veth4f4c81e"} 0 node_network_net_dev_group{device="veth50a2599"} 0 node_network_net_dev_group{device="veth50addcc"} 0 node_network_net_dev_group{device="veth5593153"} 0 node_network_net_dev_group{device="veth563df23"} 0 node_network_net_dev_group{device="veth5a3b7a1"} 0 node_network_net_dev_group{device="veth613cdc2"} 0 node_network_net_dev_group{device="veth6441243"} 0 node_network_net_dev_group{device="veth67b25b8"} 0 node_network_net_dev_group{device="veth68c2d83"} 0 node_network_net_dev_group{device="veth6c35cbb"} 0 node_network_net_dev_group{device="veth6d82a2a"} 0 node_network_net_dev_group{device="veth6ee932b"} 0 node_network_net_dev_group{device="veth711efca"} 0 node_network_net_dev_group{device="veth7179474"} 0 node_network_net_dev_group{device="veth725414d"} 0 node_network_net_dev_group{device="veth729be05"} 0 node_network_net_dev_group{device="veth78c0666"} 0 node_network_net_dev_group{device="veth7e7d495"} 0 node_network_net_dev_group{device="veth7f134c0"} 0 node_network_net_dev_group{device="veth7f29095"} 0 node_network_net_dev_group{device="veth81533a9"} 0 node_network_net_dev_group{device="veth8379efc"} 0 node_network_net_dev_group{device="veth83e5a89"} 0 node_network_net_dev_group{device="veth95266fa"} 0 node_network_net_dev_group{device="veth962fe9e"} 0 node_network_net_dev_group{device="veth9647054"} 0 node_network_net_dev_group{device="veth9af3a8a"} 0 node_network_net_dev_group{device="veth9b41300"} 0 node_network_net_dev_group{device="veth9c1d28a"} 0 node_network_net_dev_group{device="veth9dbe9d7"} 0 node_network_net_dev_group{device="veth9e94848"} 0 node_network_net_dev_group{device="veth9e9a65e"} 0 node_network_net_dev_group{device="vetha1e66ec"} 0 node_network_net_dev_group{device="vetha21af34"} 0 node_network_net_dev_group{device="vetha308109"} 0 node_network_net_dev_group{device="vetha4d2429"} 0 node_network_net_dev_group{device="vetha595350"} 0 node_network_net_dev_group{device="vetha97b48d"} 0 node_network_net_dev_group{device="vethaf098f8"} 0 node_network_net_dev_group{device="vethb04ceea"} 0 node_network_net_dev_group{device="vethb33346e"} 0 node_network_net_dev_group{device="vethb39b86b"} 0 node_network_net_dev_group{device="vethb4a66b2"} 0 node_network_net_dev_group{device="vethbadcb83"} 0 node_network_net_dev_group{device="vethc14cb3c"} 0 node_network_net_dev_group{device="vethc262e6c"} 0 node_network_net_dev_group{device="vethc3796c9"} 0 node_network_net_dev_group{device="vethc8b05a3"} 0 node_network_net_dev_group{device="vethc8b7383"} 0 node_network_net_dev_group{device="vethcf7e47f"} 0 node_network_net_dev_group{device="vethd316330"} 0 node_network_net_dev_group{device="vethd3cbd51"} 0 node_network_net_dev_group{device="vethdcaed9f"} 0 node_network_net_dev_group{device="vethea0d85c"} 0 node_network_net_dev_group{device="vetheba2f17"} 0 node_network_net_dev_group{device="vethec1a747"} 0 node_network_net_dev_group{device="vethefa6275"} 0 node_network_net_dev_group{device="vethf1e4456"} 0 node_network_net_dev_group{device="vethf2b8d98"} 0 node_network_net_dev_group{device="vethf57cebe"} 0 node_network_net_dev_group{device="vethfa2daf8"} 0 node_network_net_dev_group{device="vethfcb3438"} 0 node_network_net_dev_group{device="vethfd271e2"} 0 node_network_net_dev_group{device="vethff60f24"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-1c5ae9c4fb11"} 1 node_network_protocol_type{device="br-1f437ee92de3"} 1 node_network_protocol_type{device="br-541b70109604"} 1 node_network_protocol_type{device="br-57fae769631e"} 1 node_network_protocol_type{device="br-5fe347eda337"} 1 node_network_protocol_type{device="br-607e7f2cc1eb"} 1 node_network_protocol_type{device="br-6461bc9320a1"} 1 node_network_protocol_type{device="br-8e9e3794015c"} 1 node_network_protocol_type{device="br-9d8e958996ba"} 1 node_network_protocol_type{device="br-a7e11f654a04"} 1 node_network_protocol_type{device="br-aaba14ed7a3b"} 1 node_network_protocol_type{device="br-b266df46df77"} 1 node_network_protocol_type{device="br-b79aa99837b3"} 1 node_network_protocol_type{device="br-e0fcc6d4b66e"} 1 node_network_protocol_type{device="br-eac26a665bc7"} 1 node_network_protocol_type{device="br-f1318694100b"} 1 node_network_protocol_type{device="br-f37d406e9375"} 1 node_network_protocol_type{device="br-ff21357210f8"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="ens18"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth09ad19e"} 1 node_network_protocol_type{device="veth0c4a461"} 1 node_network_protocol_type{device="veth14d01ae"} 1 node_network_protocol_type{device="veth157d186"} 1 node_network_protocol_type{device="veth18ad5b9"} 1 node_network_protocol_type{device="veth1b9003d"} 1 node_network_protocol_type{device="veth1caaffd"} 1 node_network_protocol_type{device="veth2185ef4"} 1 node_network_protocol_type{device="veth235bad2"} 1 node_network_protocol_type{device="veth2763c5c"} 1 node_network_protocol_type{device="veth280aa9d"} 1 node_network_protocol_type{device="veth29da9fb"} 1 node_network_protocol_type{device="veth2c09835"} 1 node_network_protocol_type{device="veth2e1ec66"} 1 node_network_protocol_type{device="veth309c296"} 1 node_network_protocol_type{device="veth32006e2"} 1 node_network_protocol_type{device="veth340dc17"} 1 node_network_protocol_type{device="veth38b8b5d"} 1 node_network_protocol_type{device="veth39b0cd2"} 1 node_network_protocol_type{device="veth39d52fc"} 1 node_network_protocol_type{device="veth3a1198f"} 1 node_network_protocol_type{device="veth3d4bad3"} 1 node_network_protocol_type{device="veth4261e25"} 1 node_network_protocol_type{device="veth456ae2e"} 1 node_network_protocol_type{device="veth483d7d7"} 1 node_network_protocol_type{device="veth4d54295"} 1 node_network_protocol_type{device="veth4e241ac"} 1 node_network_protocol_type{device="veth4f4c81e"} 1 node_network_protocol_type{device="veth50a2599"} 1 node_network_protocol_type{device="veth50addcc"} 1 node_network_protocol_type{device="veth5593153"} 1 node_network_protocol_type{device="veth563df23"} 1 node_network_protocol_type{device="veth5a3b7a1"} 1 node_network_protocol_type{device="veth613cdc2"} 1 node_network_protocol_type{device="veth6441243"} 1 node_network_protocol_type{device="veth67b25b8"} 1 node_network_protocol_type{device="veth68c2d83"} 1 node_network_protocol_type{device="veth6c35cbb"} 1 node_network_protocol_type{device="veth6d82a2a"} 1 node_network_protocol_type{device="veth6ee932b"} 1 node_network_protocol_type{device="veth711efca"} 1 node_network_protocol_type{device="veth7179474"} 1 node_network_protocol_type{device="veth725414d"} 1 node_network_protocol_type{device="veth729be05"} 1 node_network_protocol_type{device="veth78c0666"} 1 node_network_protocol_type{device="veth7e7d495"} 1 node_network_protocol_type{device="veth7f134c0"} 1 node_network_protocol_type{device="veth7f29095"} 1 node_network_protocol_type{device="veth81533a9"} 1 node_network_protocol_type{device="veth8379efc"} 1 node_network_protocol_type{device="veth83e5a89"} 1 node_network_protocol_type{device="veth95266fa"} 1 node_network_protocol_type{device="veth962fe9e"} 1 node_network_protocol_type{device="veth9647054"} 1 node_network_protocol_type{device="veth9af3a8a"} 1 node_network_protocol_type{device="veth9b41300"} 1 node_network_protocol_type{device="veth9c1d28a"} 1 node_network_protocol_type{device="veth9dbe9d7"} 1 node_network_protocol_type{device="veth9e94848"} 1 node_network_protocol_type{device="veth9e9a65e"} 1 node_network_protocol_type{device="vetha1e66ec"} 1 node_network_protocol_type{device="vetha21af34"} 1 node_network_protocol_type{device="vetha308109"} 1 node_network_protocol_type{device="vetha4d2429"} 1 node_network_protocol_type{device="vetha595350"} 1 node_network_protocol_type{device="vetha97b48d"} 1 node_network_protocol_type{device="vethaf098f8"} 1 node_network_protocol_type{device="vethb04ceea"} 1 node_network_protocol_type{device="vethb33346e"} 1 node_network_protocol_type{device="vethb39b86b"} 1 node_network_protocol_type{device="vethb4a66b2"} 1 node_network_protocol_type{device="vethbadcb83"} 1 node_network_protocol_type{device="vethc14cb3c"} 1 node_network_protocol_type{device="vethc262e6c"} 1 node_network_protocol_type{device="vethc3796c9"} 1 node_network_protocol_type{device="vethc8b05a3"} 1 node_network_protocol_type{device="vethc8b7383"} 1 node_network_protocol_type{device="vethcf7e47f"} 1 node_network_protocol_type{device="vethd316330"} 1 node_network_protocol_type{device="vethd3cbd51"} 1 node_network_protocol_type{device="vethdcaed9f"} 1 node_network_protocol_type{device="vethea0d85c"} 1 node_network_protocol_type{device="vetheba2f17"} 1 node_network_protocol_type{device="vethec1a747"} 1 node_network_protocol_type{device="vethefa6275"} 1 node_network_protocol_type{device="vethf1e4456"} 1 node_network_protocol_type{device="vethf2b8d98"} 1 node_network_protocol_type{device="vethf57cebe"} 1 node_network_protocol_type{device="vethfa2daf8"} 1 node_network_protocol_type{device="vethfcb3438"} 1 node_network_protocol_type{device="vethfd271e2"} 1 node_network_protocol_type{device="vethff60f24"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="br-1c5ae9c4fb11"} 2156 node_network_receive_bytes_total{device="br-1f437ee92de3"} 2.811877639e+09 node_network_receive_bytes_total{device="br-541b70109604"} 1.5423926e+07 node_network_receive_bytes_total{device="br-57fae769631e"} 6.630394e+06 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.640521e+06 node_network_receive_bytes_total{device="br-8e9e3794015c"} 2.1519539e+07 node_network_receive_bytes_total{device="br-9d8e958996ba"} 4.33614e+06 node_network_receive_bytes_total{device="br-a7e11f654a04"} 3.4805302e+07 node_network_receive_bytes_total{device="br-aaba14ed7a3b"} 0 node_network_receive_bytes_total{device="br-b266df46df77"} 2.247737905e+09 node_network_receive_bytes_total{device="br-b79aa99837b3"} 0 node_network_receive_bytes_total{device="br-e0fcc6d4b66e"} 1.5048684e+07 node_network_receive_bytes_total{device="br-eac26a665bc7"} 5.187995305e+09 node_network_receive_bytes_total{device="br-f1318694100b"} 4.034095e+06 node_network_receive_bytes_total{device="br-f37d406e9375"} 4.373302e+06 node_network_receive_bytes_total{device="br-ff21357210f8"} 37494 node_network_receive_bytes_total{device="docker0"} 547434 node_network_receive_bytes_total{device="ens18"} 8.231716318e+09 node_network_receive_bytes_total{device="lo"} 1.2971446e+07 node_network_receive_bytes_total{device="veth09ad19e"} 8.283382e+06 node_network_receive_bytes_total{device="veth0c4a461"} 5.52834697e+08 node_network_receive_bytes_total{device="veth14d01ae"} 147052 node_network_receive_bytes_total{device="veth157d186"} 816 node_network_receive_bytes_total{device="veth18ad5b9"} 0 node_network_receive_bytes_total{device="veth1b9003d"} 0 node_network_receive_bytes_total{device="veth1caaffd"} 0 node_network_receive_bytes_total{device="veth2185ef4"} 39990 node_network_receive_bytes_total{device="veth235bad2"} 816 node_network_receive_bytes_total{device="veth2763c5c"} 7.741018e+06 node_network_receive_bytes_total{device="veth280aa9d"} 882 node_network_receive_bytes_total{device="veth29da9fb"} 5.3381412e+07 node_network_receive_bytes_total{device="veth2c09835"} 2.892452211e+09 node_network_receive_bytes_total{device="veth2e1ec66"} 816 node_network_receive_bytes_total{device="veth309c296"} 0 node_network_receive_bytes_total{device="veth32006e2"} 816 node_network_receive_bytes_total{device="veth340dc17"} 5.2424618e+07 node_network_receive_bytes_total{device="veth38b8b5d"} 0 node_network_receive_bytes_total{device="veth39b0cd2"} 6429 node_network_receive_bytes_total{device="veth39d52fc"} 0 node_network_receive_bytes_total{device="veth3a1198f"} 0 node_network_receive_bytes_total{device="veth3d4bad3"} 1.818939e+06 node_network_receive_bytes_total{device="veth4261e25"} 1.778673e+06 node_network_receive_bytes_total{device="veth456ae2e"} 0 node_network_receive_bytes_total{device="veth483d7d7"} 0 node_network_receive_bytes_total{device="veth4d54295"} 6.66708643e+08 node_network_receive_bytes_total{device="veth4e241ac"} 0 node_network_receive_bytes_total{device="veth4f4c81e"} 948 node_network_receive_bytes_total{device="veth50a2599"} 5.407569e+06 node_network_receive_bytes_total{device="veth50addcc"} 0 node_network_receive_bytes_total{device="veth5593153"} 750 node_network_receive_bytes_total{device="veth563df23"} 0 node_network_receive_bytes_total{device="veth5a3b7a1"} 4.526739707e+09 node_network_receive_bytes_total{device="veth613cdc2"} 1.084805e+06 node_network_receive_bytes_total{device="veth6441243"} 0 node_network_receive_bytes_total{device="veth67b25b8"} 0 node_network_receive_bytes_total{device="veth68c2d83"} 3.7317542e+07 node_network_receive_bytes_total{device="veth6c35cbb"} 2.11498409e+08 node_network_receive_bytes_total{device="veth6d82a2a"} 0 node_network_receive_bytes_total{device="veth6ee932b"} 4.7905807e+07 node_network_receive_bytes_total{device="veth711efca"} 156582 node_network_receive_bytes_total{device="veth7179474"} 4.231192e+06 node_network_receive_bytes_total{device="veth725414d"} 3.80906753e+08 node_network_receive_bytes_total{device="veth729be05"} 8.9358073e+08 node_network_receive_bytes_total{device="veth78c0666"} 2.281938e+06 node_network_receive_bytes_total{device="veth7e7d495"} 6.7280148e+07 node_network_receive_bytes_total{device="veth7f134c0"} 2.2392915e+07 node_network_receive_bytes_total{device="veth7f29095"} 4.521988897e+09 node_network_receive_bytes_total{device="veth81533a9"} 1.519777e+07 node_network_receive_bytes_total{device="veth8379efc"} 6075 node_network_receive_bytes_total{device="veth83e5a89"} 1.817041e+06 node_network_receive_bytes_total{device="veth95266fa"} 774 node_network_receive_bytes_total{device="veth962fe9e"} 0 node_network_receive_bytes_total{device="veth9647054"} 816 node_network_receive_bytes_total{device="veth9af3a8a"} 158195 node_network_receive_bytes_total{device="veth9b41300"} 0 node_network_receive_bytes_total{device="veth9c1d28a"} 2.626533e+06 node_network_receive_bytes_total{device="veth9dbe9d7"} 5.518141e+06 node_network_receive_bytes_total{device="veth9e94848"} 5.3364747e+07 node_network_receive_bytes_total{device="veth9e9a65e"} 882 node_network_receive_bytes_total{device="vetha1e66ec"} 1.818891e+06 node_network_receive_bytes_total{device="vetha21af34"} 0 node_network_receive_bytes_total{device="vetha308109"} 948 node_network_receive_bytes_total{device="vetha4d2429"} 0 node_network_receive_bytes_total{device="vetha595350"} 0 node_network_receive_bytes_total{device="vetha97b48d"} 6.31392e+06 node_network_receive_bytes_total{device="vethaf098f8"} 1.588859e+06 node_network_receive_bytes_total{device="vethb04ceea"} 2.62122151e+08 node_network_receive_bytes_total{device="vethb33346e"} 4.171222e+06 node_network_receive_bytes_total{device="vethb39b86b"} 0 node_network_receive_bytes_total{device="vethb4a66b2"} 9.278617e+06 node_network_receive_bytes_total{device="vethbadcb83"} 0 node_network_receive_bytes_total{device="vethc14cb3c"} 1.608449e+06 node_network_receive_bytes_total{device="vethc262e6c"} 2.805359237e+09 node_network_receive_bytes_total{device="vethc3796c9"} 840 node_network_receive_bytes_total{device="vethc8b05a3"} 3.111518e+06 node_network_receive_bytes_total{device="vethc8b7383"} 5.4434579e+07 node_network_receive_bytes_total{device="vethcf7e47f"} 0 node_network_receive_bytes_total{device="vethd316330"} 2282 node_network_receive_bytes_total{device="vethd3cbd51"} 840 node_network_receive_bytes_total{device="vethdcaed9f"} 0 node_network_receive_bytes_total{device="vethea0d85c"} 750 node_network_receive_bytes_total{device="vetheba2f17"} 1.375519337e+09 node_network_receive_bytes_total{device="vethec1a747"} 2.6417517e+07 node_network_receive_bytes_total{device="vethefa6275"} 0 node_network_receive_bytes_total{device="vethf1e4456"} 3.626172936e+09 node_network_receive_bytes_total{device="vethf2b8d98"} 4.562274e+06 node_network_receive_bytes_total{device="vethf57cebe"} 882 node_network_receive_bytes_total{device="vethfa2daf8"} 3.472345e+06 node_network_receive_bytes_total{device="vethfcb3438"} 816 node_network_receive_bytes_total{device="vethfd271e2"} 7.1796712e+07 node_network_receive_bytes_total{device="vethff60f24"} 2.655028e+06 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="br-1c5ae9c4fb11"} 0 node_network_receive_compressed_total{device="br-1f437ee92de3"} 0 node_network_receive_compressed_total{device="br-541b70109604"} 0 node_network_receive_compressed_total{device="br-57fae769631e"} 0 node_network_receive_compressed_total{device="br-5fe347eda337"} 0 node_network_receive_compressed_total{device="br-607e7f2cc1eb"} 0 node_network_receive_compressed_total{device="br-6461bc9320a1"} 0 node_network_receive_compressed_total{device="br-8e9e3794015c"} 0 node_network_receive_compressed_total{device="br-9d8e958996ba"} 0 node_network_receive_compressed_total{device="br-a7e11f654a04"} 0 node_network_receive_compressed_total{device="br-aaba14ed7a3b"} 0 node_network_receive_compressed_total{device="br-b266df46df77"} 0 node_network_receive_compressed_total{device="br-b79aa99837b3"} 0 node_network_receive_compressed_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_compressed_total{device="br-eac26a665bc7"} 0 node_network_receive_compressed_total{device="br-f1318694100b"} 0 node_network_receive_compressed_total{device="br-f37d406e9375"} 0 node_network_receive_compressed_total{device="br-ff21357210f8"} 0 node_network_receive_compressed_total{device="docker0"} 0 node_network_receive_compressed_total{device="ens18"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="veth09ad19e"} 0 node_network_receive_compressed_total{device="veth0c4a461"} 0 node_network_receive_compressed_total{device="veth14d01ae"} 0 node_network_receive_compressed_total{device="veth157d186"} 0 node_network_receive_compressed_total{device="veth18ad5b9"} 0 node_network_receive_compressed_total{device="veth1b9003d"} 0 node_network_receive_compressed_total{device="veth1caaffd"} 0 node_network_receive_compressed_total{device="veth2185ef4"} 0 node_network_receive_compressed_total{device="veth235bad2"} 0 node_network_receive_compressed_total{device="veth2763c5c"} 0 node_network_receive_compressed_total{device="veth280aa9d"} 0 node_network_receive_compressed_total{device="veth29da9fb"} 0 node_network_receive_compressed_total{device="veth2c09835"} 0 node_network_receive_compressed_total{device="veth2e1ec66"} 0 node_network_receive_compressed_total{device="veth309c296"} 0 node_network_receive_compressed_total{device="veth32006e2"} 0 node_network_receive_compressed_total{device="veth340dc17"} 0 node_network_receive_compressed_total{device="veth38b8b5d"} 0 node_network_receive_compressed_total{device="veth39b0cd2"} 0 node_network_receive_compressed_total{device="veth39d52fc"} 0 node_network_receive_compressed_total{device="veth3a1198f"} 0 node_network_receive_compressed_total{device="veth3d4bad3"} 0 node_network_receive_compressed_total{device="veth4261e25"} 0 node_network_receive_compressed_total{device="veth456ae2e"} 0 node_network_receive_compressed_total{device="veth483d7d7"} 0 node_network_receive_compressed_total{device="veth4d54295"} 0 node_network_receive_compressed_total{device="veth4e241ac"} 0 node_network_receive_compressed_total{device="veth4f4c81e"} 0 node_network_receive_compressed_total{device="veth50a2599"} 0 node_network_receive_compressed_total{device="veth50addcc"} 0 node_network_receive_compressed_total{device="veth5593153"} 0 node_network_receive_compressed_total{device="veth563df23"} 0 node_network_receive_compressed_total{device="veth5a3b7a1"} 0 node_network_receive_compressed_total{device="veth613cdc2"} 0 node_network_receive_compressed_total{device="veth6441243"} 0 node_network_receive_compressed_total{device="veth67b25b8"} 0 node_network_receive_compressed_total{device="veth68c2d83"} 0 node_network_receive_compressed_total{device="veth6c35cbb"} 0 node_network_receive_compressed_total{device="veth6d82a2a"} 0 node_network_receive_compressed_total{device="veth6ee932b"} 0 node_network_receive_compressed_total{device="veth711efca"} 0 node_network_receive_compressed_total{device="veth7179474"} 0 node_network_receive_compressed_total{device="veth725414d"} 0 node_network_receive_compressed_total{device="veth729be05"} 0 node_network_receive_compressed_total{device="veth78c0666"} 0 node_network_receive_compressed_total{device="veth7e7d495"} 0 node_network_receive_compressed_total{device="veth7f134c0"} 0 node_network_receive_compressed_total{device="veth7f29095"} 0 node_network_receive_compressed_total{device="veth81533a9"} 0 node_network_receive_compressed_total{device="veth8379efc"} 0 node_network_receive_compressed_total{device="veth83e5a89"} 0 node_network_receive_compressed_total{device="veth95266fa"} 0 node_network_receive_compressed_total{device="veth962fe9e"} 0 node_network_receive_compressed_total{device="veth9647054"} 0 node_network_receive_compressed_total{device="veth9af3a8a"} 0 node_network_receive_compressed_total{device="veth9b41300"} 0 node_network_receive_compressed_total{device="veth9c1d28a"} 0 node_network_receive_compressed_total{device="veth9dbe9d7"} 0 node_network_receive_compressed_total{device="veth9e94848"} 0 node_network_receive_compressed_total{device="veth9e9a65e"} 0 node_network_receive_compressed_total{device="vetha1e66ec"} 0 node_network_receive_compressed_total{device="vetha21af34"} 0 node_network_receive_compressed_total{device="vetha308109"} 0 node_network_receive_compressed_total{device="vetha4d2429"} 0 node_network_receive_compressed_total{device="vetha595350"} 0 node_network_receive_compressed_total{device="vetha97b48d"} 0 node_network_receive_compressed_total{device="vethaf098f8"} 0 node_network_receive_compressed_total{device="vethb04ceea"} 0 node_network_receive_compressed_total{device="vethb33346e"} 0 node_network_receive_compressed_total{device="vethb39b86b"} 0 node_network_receive_compressed_total{device="vethb4a66b2"} 0 node_network_receive_compressed_total{device="vethbadcb83"} 0 node_network_receive_compressed_total{device="vethc14cb3c"} 0 node_network_receive_compressed_total{device="vethc262e6c"} 0 node_network_receive_compressed_total{device="vethc3796c9"} 0 node_network_receive_compressed_total{device="vethc8b05a3"} 0 node_network_receive_compressed_total{device="vethc8b7383"} 0 node_network_receive_compressed_total{device="vethcf7e47f"} 0 node_network_receive_compressed_total{device="vethd316330"} 0 node_network_receive_compressed_total{device="vethd3cbd51"} 0 node_network_receive_compressed_total{device="vethdcaed9f"} 0 node_network_receive_compressed_total{device="vethea0d85c"} 0 node_network_receive_compressed_total{device="vetheba2f17"} 0 node_network_receive_compressed_total{device="vethec1a747"} 0 node_network_receive_compressed_total{device="vethefa6275"} 0 node_network_receive_compressed_total{device="vethf1e4456"} 0 node_network_receive_compressed_total{device="vethf2b8d98"} 0 node_network_receive_compressed_total{device="vethf57cebe"} 0 node_network_receive_compressed_total{device="vethfa2daf8"} 0 node_network_receive_compressed_total{device="vethfcb3438"} 0 node_network_receive_compressed_total{device="vethfd271e2"} 0 node_network_receive_compressed_total{device="vethff60f24"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="br-1c5ae9c4fb11"} 0 node_network_receive_drop_total{device="br-1f437ee92de3"} 0 node_network_receive_drop_total{device="br-541b70109604"} 0 node_network_receive_drop_total{device="br-57fae769631e"} 0 node_network_receive_drop_total{device="br-5fe347eda337"} 0 node_network_receive_drop_total{device="br-607e7f2cc1eb"} 0 node_network_receive_drop_total{device="br-6461bc9320a1"} 0 node_network_receive_drop_total{device="br-8e9e3794015c"} 0 node_network_receive_drop_total{device="br-9d8e958996ba"} 0 node_network_receive_drop_total{device="br-a7e11f654a04"} 0 node_network_receive_drop_total{device="br-aaba14ed7a3b"} 0 node_network_receive_drop_total{device="br-b266df46df77"} 0 node_network_receive_drop_total{device="br-b79aa99837b3"} 0 node_network_receive_drop_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_drop_total{device="br-eac26a665bc7"} 0 node_network_receive_drop_total{device="br-f1318694100b"} 0 node_network_receive_drop_total{device="br-f37d406e9375"} 0 node_network_receive_drop_total{device="br-ff21357210f8"} 0 node_network_receive_drop_total{device="docker0"} 0 node_network_receive_drop_total{device="ens18"} 0 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="veth09ad19e"} 0 node_network_receive_drop_total{device="veth0c4a461"} 0 node_network_receive_drop_total{device="veth14d01ae"} 0 node_network_receive_drop_total{device="veth157d186"} 0 node_network_receive_drop_total{device="veth18ad5b9"} 0 node_network_receive_drop_total{device="veth1b9003d"} 0 node_network_receive_drop_total{device="veth1caaffd"} 0 node_network_receive_drop_total{device="veth2185ef4"} 0 node_network_receive_drop_total{device="veth235bad2"} 0 node_network_receive_drop_total{device="veth2763c5c"} 0 node_network_receive_drop_total{device="veth280aa9d"} 0 node_network_receive_drop_total{device="veth29da9fb"} 0 node_network_receive_drop_total{device="veth2c09835"} 0 node_network_receive_drop_total{device="veth2e1ec66"} 0 node_network_receive_drop_total{device="veth309c296"} 0 node_network_receive_drop_total{device="veth32006e2"} 0 node_network_receive_drop_total{device="veth340dc17"} 0 node_network_receive_drop_total{device="veth38b8b5d"} 0 node_network_receive_drop_total{device="veth39b0cd2"} 0 node_network_receive_drop_total{device="veth39d52fc"} 0 node_network_receive_drop_total{device="veth3a1198f"} 0 node_network_receive_drop_total{device="veth3d4bad3"} 0 node_network_receive_drop_total{device="veth4261e25"} 0 node_network_receive_drop_total{device="veth456ae2e"} 0 node_network_receive_drop_total{device="veth483d7d7"} 0 node_network_receive_drop_total{device="veth4d54295"} 0 node_network_receive_drop_total{device="veth4e241ac"} 0 node_network_receive_drop_total{device="veth4f4c81e"} 0 node_network_receive_drop_total{device="veth50a2599"} 0 node_network_receive_drop_total{device="veth50addcc"} 0 node_network_receive_drop_total{device="veth5593153"} 0 node_network_receive_drop_total{device="veth563df23"} 0 node_network_receive_drop_total{device="veth5a3b7a1"} 0 node_network_receive_drop_total{device="veth613cdc2"} 0 node_network_receive_drop_total{device="veth6441243"} 0 node_network_receive_drop_total{device="veth67b25b8"} 0 node_network_receive_drop_total{device="veth68c2d83"} 0 node_network_receive_drop_total{device="veth6c35cbb"} 0 node_network_receive_drop_total{device="veth6d82a2a"} 0 node_network_receive_drop_total{device="veth6ee932b"} 0 node_network_receive_drop_total{device="veth711efca"} 0 node_network_receive_drop_total{device="veth7179474"} 0 node_network_receive_drop_total{device="veth725414d"} 0 node_network_receive_drop_total{device="veth729be05"} 0 node_network_receive_drop_total{device="veth78c0666"} 0 node_network_receive_drop_total{device="veth7e7d495"} 0 node_network_receive_drop_total{device="veth7f134c0"} 0 node_network_receive_drop_total{device="veth7f29095"} 0 node_network_receive_drop_total{device="veth81533a9"} 0 node_network_receive_drop_total{device="veth8379efc"} 0 node_network_receive_drop_total{device="veth83e5a89"} 0 node_network_receive_drop_total{device="veth95266fa"} 0 node_network_receive_drop_total{device="veth962fe9e"} 0 node_network_receive_drop_total{device="veth9647054"} 0 node_network_receive_drop_total{device="veth9af3a8a"} 0 node_network_receive_drop_total{device="veth9b41300"} 0 node_network_receive_drop_total{device="veth9c1d28a"} 0 node_network_receive_drop_total{device="veth9dbe9d7"} 0 node_network_receive_drop_total{device="veth9e94848"} 0 node_network_receive_drop_total{device="veth9e9a65e"} 0 node_network_receive_drop_total{device="vetha1e66ec"} 0 node_network_receive_drop_total{device="vetha21af34"} 0 node_network_receive_drop_total{device="vetha308109"} 0 node_network_receive_drop_total{device="vetha4d2429"} 0 node_network_receive_drop_total{device="vetha595350"} 0 node_network_receive_drop_total{device="vetha97b48d"} 0 node_network_receive_drop_total{device="vethaf098f8"} 0 node_network_receive_drop_total{device="vethb04ceea"} 0 node_network_receive_drop_total{device="vethb33346e"} 0 node_network_receive_drop_total{device="vethb39b86b"} 0 node_network_receive_drop_total{device="vethb4a66b2"} 0 node_network_receive_drop_total{device="vethbadcb83"} 0 node_network_receive_drop_total{device="vethc14cb3c"} 0 node_network_receive_drop_total{device="vethc262e6c"} 0 node_network_receive_drop_total{device="vethc3796c9"} 0 node_network_receive_drop_total{device="vethc8b05a3"} 0 node_network_receive_drop_total{device="vethc8b7383"} 0 node_network_receive_drop_total{device="vethcf7e47f"} 0 node_network_receive_drop_total{device="vethd316330"} 0 node_network_receive_drop_total{device="vethd3cbd51"} 0 node_network_receive_drop_total{device="vethdcaed9f"} 0 node_network_receive_drop_total{device="vethea0d85c"} 0 node_network_receive_drop_total{device="vetheba2f17"} 0 node_network_receive_drop_total{device="vethec1a747"} 0 node_network_receive_drop_total{device="vethefa6275"} 0 node_network_receive_drop_total{device="vethf1e4456"} 0 node_network_receive_drop_total{device="vethf2b8d98"} 0 node_network_receive_drop_total{device="vethf57cebe"} 0 node_network_receive_drop_total{device="vethfa2daf8"} 0 node_network_receive_drop_total{device="vethfcb3438"} 0 node_network_receive_drop_total{device="vethfd271e2"} 0 node_network_receive_drop_total{device="vethff60f24"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="br-1c5ae9c4fb11"} 0 node_network_receive_errs_total{device="br-1f437ee92de3"} 0 node_network_receive_errs_total{device="br-541b70109604"} 0 node_network_receive_errs_total{device="br-57fae769631e"} 0 node_network_receive_errs_total{device="br-5fe347eda337"} 0 node_network_receive_errs_total{device="br-607e7f2cc1eb"} 0 node_network_receive_errs_total{device="br-6461bc9320a1"} 0 node_network_receive_errs_total{device="br-8e9e3794015c"} 0 node_network_receive_errs_total{device="br-9d8e958996ba"} 0 node_network_receive_errs_total{device="br-a7e11f654a04"} 0 node_network_receive_errs_total{device="br-aaba14ed7a3b"} 0 node_network_receive_errs_total{device="br-b266df46df77"} 0 node_network_receive_errs_total{device="br-b79aa99837b3"} 0 node_network_receive_errs_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_errs_total{device="br-eac26a665bc7"} 0 node_network_receive_errs_total{device="br-f1318694100b"} 0 node_network_receive_errs_total{device="br-f37d406e9375"} 0 node_network_receive_errs_total{device="br-ff21357210f8"} 0 node_network_receive_errs_total{device="docker0"} 0 node_network_receive_errs_total{device="ens18"} 0 node_network_receive_errs_total{device="lo"} 0 node_network_receive_errs_total{device="veth09ad19e"} 0 node_network_receive_errs_total{device="veth0c4a461"} 0 node_network_receive_errs_total{device="veth14d01ae"} 0 node_network_receive_errs_total{device="veth157d186"} 0 node_network_receive_errs_total{device="veth18ad5b9"} 0 node_network_receive_errs_total{device="veth1b9003d"} 0 node_network_receive_errs_total{device="veth1caaffd"} 0 node_network_receive_errs_total{device="veth2185ef4"} 0 node_network_receive_errs_total{device="veth235bad2"} 0 node_network_receive_errs_total{device="veth2763c5c"} 0 node_network_receive_errs_total{device="veth280aa9d"} 0 node_network_receive_errs_total{device="veth29da9fb"} 0 node_network_receive_errs_total{device="veth2c09835"} 0 node_network_receive_errs_total{device="veth2e1ec66"} 0 node_network_receive_errs_total{device="veth309c296"} 0 node_network_receive_errs_total{device="veth32006e2"} 0 node_network_receive_errs_total{device="veth340dc17"} 0 node_network_receive_errs_total{device="veth38b8b5d"} 0 node_network_receive_errs_total{device="veth39b0cd2"} 0 node_network_receive_errs_total{device="veth39d52fc"} 0 node_network_receive_errs_total{device="veth3a1198f"} 0 node_network_receive_errs_total{device="veth3d4bad3"} 0 node_network_receive_errs_total{device="veth4261e25"} 0 node_network_receive_errs_total{device="veth456ae2e"} 0 node_network_receive_errs_total{device="veth483d7d7"} 0 node_network_receive_errs_total{device="veth4d54295"} 0 node_network_receive_errs_total{device="veth4e241ac"} 0 node_network_receive_errs_total{device="veth4f4c81e"} 0 node_network_receive_errs_total{device="veth50a2599"} 0 node_network_receive_errs_total{device="veth50addcc"} 0 node_network_receive_errs_total{device="veth5593153"} 0 node_network_receive_errs_total{device="veth563df23"} 0 node_network_receive_errs_total{device="veth5a3b7a1"} 0 node_network_receive_errs_total{device="veth613cdc2"} 0 node_network_receive_errs_total{device="veth6441243"} 0 node_network_receive_errs_total{device="veth67b25b8"} 0 node_network_receive_errs_total{device="veth68c2d83"} 0 node_network_receive_errs_total{device="veth6c35cbb"} 0 node_network_receive_errs_total{device="veth6d82a2a"} 0 node_network_receive_errs_total{device="veth6ee932b"} 0 node_network_receive_errs_total{device="veth711efca"} 0 node_network_receive_errs_total{device="veth7179474"} 0 node_network_receive_errs_total{device="veth725414d"} 0 node_network_receive_errs_total{device="veth729be05"} 0 node_network_receive_errs_total{device="veth78c0666"} 0 node_network_receive_errs_total{device="veth7e7d495"} 0 node_network_receive_errs_total{device="veth7f134c0"} 0 node_network_receive_errs_total{device="veth7f29095"} 0 node_network_receive_errs_total{device="veth81533a9"} 0 node_network_receive_errs_total{device="veth8379efc"} 0 node_network_receive_errs_total{device="veth83e5a89"} 0 node_network_receive_errs_total{device="veth95266fa"} 0 node_network_receive_errs_total{device="veth962fe9e"} 0 node_network_receive_errs_total{device="veth9647054"} 0 node_network_receive_errs_total{device="veth9af3a8a"} 0 node_network_receive_errs_total{device="veth9b41300"} 0 node_network_receive_errs_total{device="veth9c1d28a"} 0 node_network_receive_errs_total{device="veth9dbe9d7"} 0 node_network_receive_errs_total{device="veth9e94848"} 0 node_network_receive_errs_total{device="veth9e9a65e"} 0 node_network_receive_errs_total{device="vetha1e66ec"} 0 node_network_receive_errs_total{device="vetha21af34"} 0 node_network_receive_errs_total{device="vetha308109"} 0 node_network_receive_errs_total{device="vetha4d2429"} 0 node_network_receive_errs_total{device="vetha595350"} 0 node_network_receive_errs_total{device="vetha97b48d"} 0 node_network_receive_errs_total{device="vethaf098f8"} 0 node_network_receive_errs_total{device="vethb04ceea"} 0 node_network_receive_errs_total{device="vethb33346e"} 0 node_network_receive_errs_total{device="vethb39b86b"} 0 node_network_receive_errs_total{device="vethb4a66b2"} 0 node_network_receive_errs_total{device="vethbadcb83"} 0 node_network_receive_errs_total{device="vethc14cb3c"} 0 node_network_receive_errs_total{device="vethc262e6c"} 0 node_network_receive_errs_total{device="vethc3796c9"} 0 node_network_receive_errs_total{device="vethc8b05a3"} 0 node_network_receive_errs_total{device="vethc8b7383"} 0 node_network_receive_errs_total{device="vethcf7e47f"} 0 node_network_receive_errs_total{device="vethd316330"} 0 node_network_receive_errs_total{device="vethd3cbd51"} 0 node_network_receive_errs_total{device="vethdcaed9f"} 0 node_network_receive_errs_total{device="vethea0d85c"} 0 node_network_receive_errs_total{device="vetheba2f17"} 0 node_network_receive_errs_total{device="vethec1a747"} 0 node_network_receive_errs_total{device="vethefa6275"} 0 node_network_receive_errs_total{device="vethf1e4456"} 0 node_network_receive_errs_total{device="vethf2b8d98"} 0 node_network_receive_errs_total{device="vethf57cebe"} 0 node_network_receive_errs_total{device="vethfa2daf8"} 0 node_network_receive_errs_total{device="vethfcb3438"} 0 node_network_receive_errs_total{device="vethfd271e2"} 0 node_network_receive_errs_total{device="vethff60f24"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="br-1c5ae9c4fb11"} 0 node_network_receive_fifo_total{device="br-1f437ee92de3"} 0 node_network_receive_fifo_total{device="br-541b70109604"} 0 node_network_receive_fifo_total{device="br-57fae769631e"} 0 node_network_receive_fifo_total{device="br-5fe347eda337"} 0 node_network_receive_fifo_total{device="br-607e7f2cc1eb"} 0 node_network_receive_fifo_total{device="br-6461bc9320a1"} 0 node_network_receive_fifo_total{device="br-8e9e3794015c"} 0 node_network_receive_fifo_total{device="br-9d8e958996ba"} 0 node_network_receive_fifo_total{device="br-a7e11f654a04"} 0 node_network_receive_fifo_total{device="br-aaba14ed7a3b"} 0 node_network_receive_fifo_total{device="br-b266df46df77"} 0 node_network_receive_fifo_total{device="br-b79aa99837b3"} 0 node_network_receive_fifo_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_fifo_total{device="br-eac26a665bc7"} 0 node_network_receive_fifo_total{device="br-f1318694100b"} 0 node_network_receive_fifo_total{device="br-f37d406e9375"} 0 node_network_receive_fifo_total{device="br-ff21357210f8"} 0 node_network_receive_fifo_total{device="docker0"} 0 node_network_receive_fifo_total{device="ens18"} 0 node_network_receive_fifo_total{device="lo"} 0 node_network_receive_fifo_total{device="veth09ad19e"} 0 node_network_receive_fifo_total{device="veth0c4a461"} 0 node_network_receive_fifo_total{device="veth14d01ae"} 0 node_network_receive_fifo_total{device="veth157d186"} 0 node_network_receive_fifo_total{device="veth18ad5b9"} 0 node_network_receive_fifo_total{device="veth1b9003d"} 0 node_network_receive_fifo_total{device="veth1caaffd"} 0 node_network_receive_fifo_total{device="veth2185ef4"} 0 node_network_receive_fifo_total{device="veth235bad2"} 0 node_network_receive_fifo_total{device="veth2763c5c"} 0 node_network_receive_fifo_total{device="veth280aa9d"} 0 node_network_receive_fifo_total{device="veth29da9fb"} 0 node_network_receive_fifo_total{device="veth2c09835"} 0 node_network_receive_fifo_total{device="veth2e1ec66"} 0 node_network_receive_fifo_total{device="veth309c296"} 0 node_network_receive_fifo_total{device="veth32006e2"} 0 node_network_receive_fifo_total{device="veth340dc17"} 0 node_network_receive_fifo_total{device="veth38b8b5d"} 0 node_network_receive_fifo_total{device="veth39b0cd2"} 0 node_network_receive_fifo_total{device="veth39d52fc"} 0 node_network_receive_fifo_total{device="veth3a1198f"} 0 node_network_receive_fifo_total{device="veth3d4bad3"} 0 node_network_receive_fifo_total{device="veth4261e25"} 0 node_network_receive_fifo_total{device="veth456ae2e"} 0 node_network_receive_fifo_total{device="veth483d7d7"} 0 node_network_receive_fifo_total{device="veth4d54295"} 0 node_network_receive_fifo_total{device="veth4e241ac"} 0 node_network_receive_fifo_total{device="veth4f4c81e"} 0 node_network_receive_fifo_total{device="veth50a2599"} 0 node_network_receive_fifo_total{device="veth50addcc"} 0 node_network_receive_fifo_total{device="veth5593153"} 0 node_network_receive_fifo_total{device="veth563df23"} 0 node_network_receive_fifo_total{device="veth5a3b7a1"} 0 node_network_receive_fifo_total{device="veth613cdc2"} 0 node_network_receive_fifo_total{device="veth6441243"} 0 node_network_receive_fifo_total{device="veth67b25b8"} 0 node_network_receive_fifo_total{device="veth68c2d83"} 0 node_network_receive_fifo_total{device="veth6c35cbb"} 0 node_network_receive_fifo_total{device="veth6d82a2a"} 0 node_network_receive_fifo_total{device="veth6ee932b"} 0 node_network_receive_fifo_total{device="veth711efca"} 0 node_network_receive_fifo_total{device="veth7179474"} 0 node_network_receive_fifo_total{device="veth725414d"} 0 node_network_receive_fifo_total{device="veth729be05"} 0 node_network_receive_fifo_total{device="veth78c0666"} 0 node_network_receive_fifo_total{device="veth7e7d495"} 0 node_network_receive_fifo_total{device="veth7f134c0"} 0 node_network_receive_fifo_total{device="veth7f29095"} 0 node_network_receive_fifo_total{device="veth81533a9"} 0 node_network_receive_fifo_total{device="veth8379efc"} 0 node_network_receive_fifo_total{device="veth83e5a89"} 0 node_network_receive_fifo_total{device="veth95266fa"} 0 node_network_receive_fifo_total{device="veth962fe9e"} 0 node_network_receive_fifo_total{device="veth9647054"} 0 node_network_receive_fifo_total{device="veth9af3a8a"} 0 node_network_receive_fifo_total{device="veth9b41300"} 0 node_network_receive_fifo_total{device="veth9c1d28a"} 0 node_network_receive_fifo_total{device="veth9dbe9d7"} 0 node_network_receive_fifo_total{device="veth9e94848"} 0 node_network_receive_fifo_total{device="veth9e9a65e"} 0 node_network_receive_fifo_total{device="vetha1e66ec"} 0 node_network_receive_fifo_total{device="vetha21af34"} 0 node_network_receive_fifo_total{device="vetha308109"} 0 node_network_receive_fifo_total{device="vetha4d2429"} 0 node_network_receive_fifo_total{device="vetha595350"} 0 node_network_receive_fifo_total{device="vetha97b48d"} 0 node_network_receive_fifo_total{device="vethaf098f8"} 0 node_network_receive_fifo_total{device="vethb04ceea"} 0 node_network_receive_fifo_total{device="vethb33346e"} 0 node_network_receive_fifo_total{device="vethb39b86b"} 0 node_network_receive_fifo_total{device="vethb4a66b2"} 0 node_network_receive_fifo_total{device="vethbadcb83"} 0 node_network_receive_fifo_total{device="vethc14cb3c"} 0 node_network_receive_fifo_total{device="vethc262e6c"} 0 node_network_receive_fifo_total{device="vethc3796c9"} 0 node_network_receive_fifo_total{device="vethc8b05a3"} 0 node_network_receive_fifo_total{device="vethc8b7383"} 0 node_network_receive_fifo_total{device="vethcf7e47f"} 0 node_network_receive_fifo_total{device="vethd316330"} 0 node_network_receive_fifo_total{device="vethd3cbd51"} 0 node_network_receive_fifo_total{device="vethdcaed9f"} 0 node_network_receive_fifo_total{device="vethea0d85c"} 0 node_network_receive_fifo_total{device="vetheba2f17"} 0 node_network_receive_fifo_total{device="vethec1a747"} 0 node_network_receive_fifo_total{device="vethefa6275"} 0 node_network_receive_fifo_total{device="vethf1e4456"} 0 node_network_receive_fifo_total{device="vethf2b8d98"} 0 node_network_receive_fifo_total{device="vethf57cebe"} 0 node_network_receive_fifo_total{device="vethfa2daf8"} 0 node_network_receive_fifo_total{device="vethfcb3438"} 0 node_network_receive_fifo_total{device="vethfd271e2"} 0 node_network_receive_fifo_total{device="vethff60f24"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="br-1c5ae9c4fb11"} 0 node_network_receive_frame_total{device="br-1f437ee92de3"} 0 node_network_receive_frame_total{device="br-541b70109604"} 0 node_network_receive_frame_total{device="br-57fae769631e"} 0 node_network_receive_frame_total{device="br-5fe347eda337"} 0 node_network_receive_frame_total{device="br-607e7f2cc1eb"} 0 node_network_receive_frame_total{device="br-6461bc9320a1"} 0 node_network_receive_frame_total{device="br-8e9e3794015c"} 0 node_network_receive_frame_total{device="br-9d8e958996ba"} 0 node_network_receive_frame_total{device="br-a7e11f654a04"} 0 node_network_receive_frame_total{device="br-aaba14ed7a3b"} 0 node_network_receive_frame_total{device="br-b266df46df77"} 0 node_network_receive_frame_total{device="br-b79aa99837b3"} 0 node_network_receive_frame_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_frame_total{device="br-eac26a665bc7"} 0 node_network_receive_frame_total{device="br-f1318694100b"} 0 node_network_receive_frame_total{device="br-f37d406e9375"} 0 node_network_receive_frame_total{device="br-ff21357210f8"} 0 node_network_receive_frame_total{device="docker0"} 0 node_network_receive_frame_total{device="ens18"} 0 node_network_receive_frame_total{device="lo"} 0 node_network_receive_frame_total{device="veth09ad19e"} 0 node_network_receive_frame_total{device="veth0c4a461"} 0 node_network_receive_frame_total{device="veth14d01ae"} 0 node_network_receive_frame_total{device="veth157d186"} 0 node_network_receive_frame_total{device="veth18ad5b9"} 0 node_network_receive_frame_total{device="veth1b9003d"} 0 node_network_receive_frame_total{device="veth1caaffd"} 0 node_network_receive_frame_total{device="veth2185ef4"} 0 node_network_receive_frame_total{device="veth235bad2"} 0 node_network_receive_frame_total{device="veth2763c5c"} 0 node_network_receive_frame_total{device="veth280aa9d"} 0 node_network_receive_frame_total{device="veth29da9fb"} 0 node_network_receive_frame_total{device="veth2c09835"} 0 node_network_receive_frame_total{device="veth2e1ec66"} 0 node_network_receive_frame_total{device="veth309c296"} 0 node_network_receive_frame_total{device="veth32006e2"} 0 node_network_receive_frame_total{device="veth340dc17"} 0 node_network_receive_frame_total{device="veth38b8b5d"} 0 node_network_receive_frame_total{device="veth39b0cd2"} 0 node_network_receive_frame_total{device="veth39d52fc"} 0 node_network_receive_frame_total{device="veth3a1198f"} 0 node_network_receive_frame_total{device="veth3d4bad3"} 0 node_network_receive_frame_total{device="veth4261e25"} 0 node_network_receive_frame_total{device="veth456ae2e"} 0 node_network_receive_frame_total{device="veth483d7d7"} 0 node_network_receive_frame_total{device="veth4d54295"} 0 node_network_receive_frame_total{device="veth4e241ac"} 0 node_network_receive_frame_total{device="veth4f4c81e"} 0 node_network_receive_frame_total{device="veth50a2599"} 0 node_network_receive_frame_total{device="veth50addcc"} 0 node_network_receive_frame_total{device="veth5593153"} 0 node_network_receive_frame_total{device="veth563df23"} 0 node_network_receive_frame_total{device="veth5a3b7a1"} 0 node_network_receive_frame_total{device="veth613cdc2"} 0 node_network_receive_frame_total{device="veth6441243"} 0 node_network_receive_frame_total{device="veth67b25b8"} 0 node_network_receive_frame_total{device="veth68c2d83"} 0 node_network_receive_frame_total{device="veth6c35cbb"} 0 node_network_receive_frame_total{device="veth6d82a2a"} 0 node_network_receive_frame_total{device="veth6ee932b"} 0 node_network_receive_frame_total{device="veth711efca"} 0 node_network_receive_frame_total{device="veth7179474"} 0 node_network_receive_frame_total{device="veth725414d"} 0 node_network_receive_frame_total{device="veth729be05"} 0 node_network_receive_frame_total{device="veth78c0666"} 0 node_network_receive_frame_total{device="veth7e7d495"} 0 node_network_receive_frame_total{device="veth7f134c0"} 0 node_network_receive_frame_total{device="veth7f29095"} 0 node_network_receive_frame_total{device="veth81533a9"} 0 node_network_receive_frame_total{device="veth8379efc"} 0 node_network_receive_frame_total{device="veth83e5a89"} 0 node_network_receive_frame_total{device="veth95266fa"} 0 node_network_receive_frame_total{device="veth962fe9e"} 0 node_network_receive_frame_total{device="veth9647054"} 0 node_network_receive_frame_total{device="veth9af3a8a"} 0 node_network_receive_frame_total{device="veth9b41300"} 0 node_network_receive_frame_total{device="veth9c1d28a"} 0 node_network_receive_frame_total{device="veth9dbe9d7"} 0 node_network_receive_frame_total{device="veth9e94848"} 0 node_network_receive_frame_total{device="veth9e9a65e"} 0 node_network_receive_frame_total{device="vetha1e66ec"} 0 node_network_receive_frame_total{device="vetha21af34"} 0 node_network_receive_frame_total{device="vetha308109"} 0 node_network_receive_frame_total{device="vetha4d2429"} 0 node_network_receive_frame_total{device="vetha595350"} 0 node_network_receive_frame_total{device="vetha97b48d"} 0 node_network_receive_frame_total{device="vethaf098f8"} 0 node_network_receive_frame_total{device="vethb04ceea"} 0 node_network_receive_frame_total{device="vethb33346e"} 0 node_network_receive_frame_total{device="vethb39b86b"} 0 node_network_receive_frame_total{device="vethb4a66b2"} 0 node_network_receive_frame_total{device="vethbadcb83"} 0 node_network_receive_frame_total{device="vethc14cb3c"} 0 node_network_receive_frame_total{device="vethc262e6c"} 0 node_network_receive_frame_total{device="vethc3796c9"} 0 node_network_receive_frame_total{device="vethc8b05a3"} 0 node_network_receive_frame_total{device="vethc8b7383"} 0 node_network_receive_frame_total{device="vethcf7e47f"} 0 node_network_receive_frame_total{device="vethd316330"} 0 node_network_receive_frame_total{device="vethd3cbd51"} 0 node_network_receive_frame_total{device="vethdcaed9f"} 0 node_network_receive_frame_total{device="vethea0d85c"} 0 node_network_receive_frame_total{device="vetheba2f17"} 0 node_network_receive_frame_total{device="vethec1a747"} 0 node_network_receive_frame_total{device="vethefa6275"} 0 node_network_receive_frame_total{device="vethf1e4456"} 0 node_network_receive_frame_total{device="vethf2b8d98"} 0 node_network_receive_frame_total{device="vethf57cebe"} 0 node_network_receive_frame_total{device="vethfa2daf8"} 0 node_network_receive_frame_total{device="vethfcb3438"} 0 node_network_receive_frame_total{device="vethfd271e2"} 0 node_network_receive_frame_total{device="vethff60f24"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="br-1c5ae9c4fb11"} 0 node_network_receive_multicast_total{device="br-1f437ee92de3"} 0 node_network_receive_multicast_total{device="br-541b70109604"} 0 node_network_receive_multicast_total{device="br-57fae769631e"} 0 node_network_receive_multicast_total{device="br-5fe347eda337"} 0 node_network_receive_multicast_total{device="br-607e7f2cc1eb"} 0 node_network_receive_multicast_total{device="br-6461bc9320a1"} 0 node_network_receive_multicast_total{device="br-8e9e3794015c"} 0 node_network_receive_multicast_total{device="br-9d8e958996ba"} 0 node_network_receive_multicast_total{device="br-a7e11f654a04"} 0 node_network_receive_multicast_total{device="br-aaba14ed7a3b"} 0 node_network_receive_multicast_total{device="br-b266df46df77"} 0 node_network_receive_multicast_total{device="br-b79aa99837b3"} 0 node_network_receive_multicast_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_multicast_total{device="br-eac26a665bc7"} 0 node_network_receive_multicast_total{device="br-f1318694100b"} 0 node_network_receive_multicast_total{device="br-f37d406e9375"} 0 node_network_receive_multicast_total{device="br-ff21357210f8"} 0 node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="ens18"} 0 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="veth09ad19e"} 0 node_network_receive_multicast_total{device="veth0c4a461"} 0 node_network_receive_multicast_total{device="veth14d01ae"} 0 node_network_receive_multicast_total{device="veth157d186"} 0 node_network_receive_multicast_total{device="veth18ad5b9"} 0 node_network_receive_multicast_total{device="veth1b9003d"} 0 node_network_receive_multicast_total{device="veth1caaffd"} 0 node_network_receive_multicast_total{device="veth2185ef4"} 0 node_network_receive_multicast_total{device="veth235bad2"} 0 node_network_receive_multicast_total{device="veth2763c5c"} 0 node_network_receive_multicast_total{device="veth280aa9d"} 0 node_network_receive_multicast_total{device="veth29da9fb"} 0 node_network_receive_multicast_total{device="veth2c09835"} 0 node_network_receive_multicast_total{device="veth2e1ec66"} 0 node_network_receive_multicast_total{device="veth309c296"} 0 node_network_receive_multicast_total{device="veth32006e2"} 0 node_network_receive_multicast_total{device="veth340dc17"} 0 node_network_receive_multicast_total{device="veth38b8b5d"} 0 node_network_receive_multicast_total{device="veth39b0cd2"} 0 node_network_receive_multicast_total{device="veth39d52fc"} 0 node_network_receive_multicast_total{device="veth3a1198f"} 0 node_network_receive_multicast_total{device="veth3d4bad3"} 0 node_network_receive_multicast_total{device="veth4261e25"} 0 node_network_receive_multicast_total{device="veth456ae2e"} 0 node_network_receive_multicast_total{device="veth483d7d7"} 0 node_network_receive_multicast_total{device="veth4d54295"} 0 node_network_receive_multicast_total{device="veth4e241ac"} 0 node_network_receive_multicast_total{device="veth4f4c81e"} 0 node_network_receive_multicast_total{device="veth50a2599"} 0 node_network_receive_multicast_total{device="veth50addcc"} 0 node_network_receive_multicast_total{device="veth5593153"} 0 node_network_receive_multicast_total{device="veth563df23"} 0 node_network_receive_multicast_total{device="veth5a3b7a1"} 0 node_network_receive_multicast_total{device="veth613cdc2"} 0 node_network_receive_multicast_total{device="veth6441243"} 0 node_network_receive_multicast_total{device="veth67b25b8"} 0 node_network_receive_multicast_total{device="veth68c2d83"} 0 node_network_receive_multicast_total{device="veth6c35cbb"} 0 node_network_receive_multicast_total{device="veth6d82a2a"} 0 node_network_receive_multicast_total{device="veth6ee932b"} 0 node_network_receive_multicast_total{device="veth711efca"} 0 node_network_receive_multicast_total{device="veth7179474"} 0 node_network_receive_multicast_total{device="veth725414d"} 0 node_network_receive_multicast_total{device="veth729be05"} 0 node_network_receive_multicast_total{device="veth78c0666"} 0 node_network_receive_multicast_total{device="veth7e7d495"} 0 node_network_receive_multicast_total{device="veth7f134c0"} 0 node_network_receive_multicast_total{device="veth7f29095"} 0 node_network_receive_multicast_total{device="veth81533a9"} 0 node_network_receive_multicast_total{device="veth8379efc"} 0 node_network_receive_multicast_total{device="veth83e5a89"} 0 node_network_receive_multicast_total{device="veth95266fa"} 0 node_network_receive_multicast_total{device="veth962fe9e"} 0 node_network_receive_multicast_total{device="veth9647054"} 0 node_network_receive_multicast_total{device="veth9af3a8a"} 0 node_network_receive_multicast_total{device="veth9b41300"} 0 node_network_receive_multicast_total{device="veth9c1d28a"} 0 node_network_receive_multicast_total{device="veth9dbe9d7"} 0 node_network_receive_multicast_total{device="veth9e94848"} 0 node_network_receive_multicast_total{device="veth9e9a65e"} 0 node_network_receive_multicast_total{device="vetha1e66ec"} 0 node_network_receive_multicast_total{device="vetha21af34"} 0 node_network_receive_multicast_total{device="vetha308109"} 0 node_network_receive_multicast_total{device="vetha4d2429"} 0 node_network_receive_multicast_total{device="vetha595350"} 0 node_network_receive_multicast_total{device="vetha97b48d"} 0 node_network_receive_multicast_total{device="vethaf098f8"} 0 node_network_receive_multicast_total{device="vethb04ceea"} 0 node_network_receive_multicast_total{device="vethb33346e"} 0 node_network_receive_multicast_total{device="vethb39b86b"} 0 node_network_receive_multicast_total{device="vethb4a66b2"} 0 node_network_receive_multicast_total{device="vethbadcb83"} 0 node_network_receive_multicast_total{device="vethc14cb3c"} 0 node_network_receive_multicast_total{device="vethc262e6c"} 0 node_network_receive_multicast_total{device="vethc3796c9"} 0 node_network_receive_multicast_total{device="vethc8b05a3"} 0 node_network_receive_multicast_total{device="vethc8b7383"} 0 node_network_receive_multicast_total{device="vethcf7e47f"} 0 node_network_receive_multicast_total{device="vethd316330"} 0 node_network_receive_multicast_total{device="vethd3cbd51"} 0 node_network_receive_multicast_total{device="vethdcaed9f"} 0 node_network_receive_multicast_total{device="vethea0d85c"} 0 node_network_receive_multicast_total{device="vetheba2f17"} 0 node_network_receive_multicast_total{device="vethec1a747"} 0 node_network_receive_multicast_total{device="vethefa6275"} 0 node_network_receive_multicast_total{device="vethf1e4456"} 0 node_network_receive_multicast_total{device="vethf2b8d98"} 0 node_network_receive_multicast_total{device="vethf57cebe"} 0 node_network_receive_multicast_total{device="vethfa2daf8"} 0 node_network_receive_multicast_total{device="vethfcb3438"} 0 node_network_receive_multicast_total{device="vethfd271e2"} 0 node_network_receive_multicast_total{device="vethff60f24"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="br-1c5ae9c4fb11"} 0 node_network_receive_nohandler_total{device="br-1f437ee92de3"} 0 node_network_receive_nohandler_total{device="br-541b70109604"} 0 node_network_receive_nohandler_total{device="br-57fae769631e"} 0 node_network_receive_nohandler_total{device="br-5fe347eda337"} 0 node_network_receive_nohandler_total{device="br-607e7f2cc1eb"} 0 node_network_receive_nohandler_total{device="br-6461bc9320a1"} 0 node_network_receive_nohandler_total{device="br-8e9e3794015c"} 0 node_network_receive_nohandler_total{device="br-9d8e958996ba"} 0 node_network_receive_nohandler_total{device="br-a7e11f654a04"} 0 node_network_receive_nohandler_total{device="br-aaba14ed7a3b"} 0 node_network_receive_nohandler_total{device="br-b266df46df77"} 0 node_network_receive_nohandler_total{device="br-b79aa99837b3"} 0 node_network_receive_nohandler_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_nohandler_total{device="br-eac26a665bc7"} 0 node_network_receive_nohandler_total{device="br-f1318694100b"} 0 node_network_receive_nohandler_total{device="br-f37d406e9375"} 0 node_network_receive_nohandler_total{device="br-ff21357210f8"} 0 node_network_receive_nohandler_total{device="docker0"} 0 node_network_receive_nohandler_total{device="ens18"} 0 node_network_receive_nohandler_total{device="lo"} 0 node_network_receive_nohandler_total{device="veth09ad19e"} 0 node_network_receive_nohandler_total{device="veth0c4a461"} 0 node_network_receive_nohandler_total{device="veth14d01ae"} 0 node_network_receive_nohandler_total{device="veth157d186"} 0 node_network_receive_nohandler_total{device="veth18ad5b9"} 0 node_network_receive_nohandler_total{device="veth1b9003d"} 0 node_network_receive_nohandler_total{device="veth1caaffd"} 0 node_network_receive_nohandler_total{device="veth2185ef4"} 0 node_network_receive_nohandler_total{device="veth235bad2"} 0 node_network_receive_nohandler_total{device="veth2763c5c"} 0 node_network_receive_nohandler_total{device="veth280aa9d"} 0 node_network_receive_nohandler_total{device="veth29da9fb"} 0 node_network_receive_nohandler_total{device="veth2c09835"} 0 node_network_receive_nohandler_total{device="veth2e1ec66"} 0 node_network_receive_nohandler_total{device="veth309c296"} 0 node_network_receive_nohandler_total{device="veth32006e2"} 0 node_network_receive_nohandler_total{device="veth340dc17"} 0 node_network_receive_nohandler_total{device="veth38b8b5d"} 0 node_network_receive_nohandler_total{device="veth39b0cd2"} 0 node_network_receive_nohandler_total{device="veth39d52fc"} 0 node_network_receive_nohandler_total{device="veth3a1198f"} 0 node_network_receive_nohandler_total{device="veth3d4bad3"} 0 node_network_receive_nohandler_total{device="veth4261e25"} 0 node_network_receive_nohandler_total{device="veth456ae2e"} 0 node_network_receive_nohandler_total{device="veth483d7d7"} 0 node_network_receive_nohandler_total{device="veth4d54295"} 0 node_network_receive_nohandler_total{device="veth4e241ac"} 0 node_network_receive_nohandler_total{device="veth4f4c81e"} 0 node_network_receive_nohandler_total{device="veth50a2599"} 0 node_network_receive_nohandler_total{device="veth50addcc"} 0 node_network_receive_nohandler_total{device="veth5593153"} 0 node_network_receive_nohandler_total{device="veth563df23"} 0 node_network_receive_nohandler_total{device="veth5a3b7a1"} 0 node_network_receive_nohandler_total{device="veth613cdc2"} 0 node_network_receive_nohandler_total{device="veth6441243"} 0 node_network_receive_nohandler_total{device="veth67b25b8"} 0 node_network_receive_nohandler_total{device="veth68c2d83"} 0 node_network_receive_nohandler_total{device="veth6c35cbb"} 0 node_network_receive_nohandler_total{device="veth6d82a2a"} 0 node_network_receive_nohandler_total{device="veth6ee932b"} 0 node_network_receive_nohandler_total{device="veth711efca"} 0 node_network_receive_nohandler_total{device="veth7179474"} 0 node_network_receive_nohandler_total{device="veth725414d"} 0 node_network_receive_nohandler_total{device="veth729be05"} 0 node_network_receive_nohandler_total{device="veth78c0666"} 0 node_network_receive_nohandler_total{device="veth7e7d495"} 0 node_network_receive_nohandler_total{device="veth7f134c0"} 0 node_network_receive_nohandler_total{device="veth7f29095"} 0 node_network_receive_nohandler_total{device="veth81533a9"} 0 node_network_receive_nohandler_total{device="veth8379efc"} 0 node_network_receive_nohandler_total{device="veth83e5a89"} 0 node_network_receive_nohandler_total{device="veth95266fa"} 0 node_network_receive_nohandler_total{device="veth962fe9e"} 0 node_network_receive_nohandler_total{device="veth9647054"} 0 node_network_receive_nohandler_total{device="veth9af3a8a"} 0 node_network_receive_nohandler_total{device="veth9b41300"} 0 node_network_receive_nohandler_total{device="veth9c1d28a"} 0 node_network_receive_nohandler_total{device="veth9dbe9d7"} 0 node_network_receive_nohandler_total{device="veth9e94848"} 0 node_network_receive_nohandler_total{device="veth9e9a65e"} 0 node_network_receive_nohandler_total{device="vetha1e66ec"} 0 node_network_receive_nohandler_total{device="vetha21af34"} 0 node_network_receive_nohandler_total{device="vetha308109"} 0 node_network_receive_nohandler_total{device="vetha4d2429"} 0 node_network_receive_nohandler_total{device="vetha595350"} 0 node_network_receive_nohandler_total{device="vetha97b48d"} 0 node_network_receive_nohandler_total{device="vethaf098f8"} 0 node_network_receive_nohandler_total{device="vethb04ceea"} 0 node_network_receive_nohandler_total{device="vethb33346e"} 0 node_network_receive_nohandler_total{device="vethb39b86b"} 0 node_network_receive_nohandler_total{device="vethb4a66b2"} 0 node_network_receive_nohandler_total{device="vethbadcb83"} 0 node_network_receive_nohandler_total{device="vethc14cb3c"} 0 node_network_receive_nohandler_total{device="vethc262e6c"} 0 node_network_receive_nohandler_total{device="vethc3796c9"} 0 node_network_receive_nohandler_total{device="vethc8b05a3"} 0 node_network_receive_nohandler_total{device="vethc8b7383"} 0 node_network_receive_nohandler_total{device="vethcf7e47f"} 0 node_network_receive_nohandler_total{device="vethd316330"} 0 node_network_receive_nohandler_total{device="vethd3cbd51"} 0 node_network_receive_nohandler_total{device="vethdcaed9f"} 0 node_network_receive_nohandler_total{device="vethea0d85c"} 0 node_network_receive_nohandler_total{device="vetheba2f17"} 0 node_network_receive_nohandler_total{device="vethec1a747"} 0 node_network_receive_nohandler_total{device="vethefa6275"} 0 node_network_receive_nohandler_total{device="vethf1e4456"} 0 node_network_receive_nohandler_total{device="vethf2b8d98"} 0 node_network_receive_nohandler_total{device="vethf57cebe"} 0 node_network_receive_nohandler_total{device="vethfa2daf8"} 0 node_network_receive_nohandler_total{device="vethfcb3438"} 0 node_network_receive_nohandler_total{device="vethfd271e2"} 0 node_network_receive_nohandler_total{device="vethff60f24"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="br-1c5ae9c4fb11"} 21 node_network_receive_packets_total{device="br-1f437ee92de3"} 3.343495e+06 node_network_receive_packets_total{device="br-541b70109604"} 153015 node_network_receive_packets_total{device="br-57fae769631e"} 83885 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"} 9868 node_network_receive_packets_total{device="br-8e9e3794015c"} 62384 node_network_receive_packets_total{device="br-9d8e958996ba"} 60364 node_network_receive_packets_total{device="br-a7e11f654a04"} 698723 node_network_receive_packets_total{device="br-aaba14ed7a3b"} 0 node_network_receive_packets_total{device="br-b266df46df77"} 584392 node_network_receive_packets_total{device="br-b79aa99837b3"} 0 node_network_receive_packets_total{device="br-e0fcc6d4b66e"} 10649 node_network_receive_packets_total{device="br-eac26a665bc7"} 2.195284e+06 node_network_receive_packets_total{device="br-f1318694100b"} 14406 node_network_receive_packets_total{device="br-f37d406e9375"} 13498 node_network_receive_packets_total{device="br-ff21357210f8"} 189 node_network_receive_packets_total{device="docker0"} 3086 node_network_receive_packets_total{device="ens18"} 1.0389781e+07 node_network_receive_packets_total{device="lo"} 121618 node_network_receive_packets_total{device="veth09ad19e"} 118643 node_network_receive_packets_total{device="veth0c4a461"} 681750 node_network_receive_packets_total{device="veth14d01ae"} 961 node_network_receive_packets_total{device="veth157d186"} 9 node_network_receive_packets_total{device="veth18ad5b9"} 0 node_network_receive_packets_total{device="veth1b9003d"} 0 node_network_receive_packets_total{device="veth1caaffd"} 0 node_network_receive_packets_total{device="veth2185ef4"} 186 node_network_receive_packets_total{device="veth235bad2"} 9 node_network_receive_packets_total{device="veth2763c5c"} 80275 node_network_receive_packets_total{device="veth280aa9d"} 10 node_network_receive_packets_total{device="veth29da9fb"} 156568 node_network_receive_packets_total{device="veth2c09835"} 769106 node_network_receive_packets_total{device="veth2e1ec66"} 9 node_network_receive_packets_total{device="veth309c296"} 0 node_network_receive_packets_total{device="veth32006e2"} 9 node_network_receive_packets_total{device="veth340dc17"} 154123 node_network_receive_packets_total{device="veth38b8b5d"} 0 node_network_receive_packets_total{device="veth39b0cd2"} 53 node_network_receive_packets_total{device="veth39d52fc"} 0 node_network_receive_packets_total{device="veth3a1198f"} 0 node_network_receive_packets_total{device="veth3d4bad3"} 23662 node_network_receive_packets_total{device="veth4261e25"} 9868 node_network_receive_packets_total{device="veth456ae2e"} 0 node_network_receive_packets_total{device="veth483d7d7"} 0 node_network_receive_packets_total{device="veth4d54295"} 836636 node_network_receive_packets_total{device="veth4e241ac"} 0 node_network_receive_packets_total{device="veth4f4c81e"} 11 node_network_receive_packets_total{device="veth50a2599"} 44437 node_network_receive_packets_total{device="veth50addcc"} 0 node_network_receive_packets_total{device="veth5593153"} 8 node_network_receive_packets_total{device="veth563df23"} 0 node_network_receive_packets_total{device="veth5a3b7a1"} 1.097483e+06 node_network_receive_packets_total{device="veth613cdc2"} 10577 node_network_receive_packets_total{device="veth6441243"} 0 node_network_receive_packets_total{device="veth67b25b8"} 0 node_network_receive_packets_total{device="veth68c2d83"} 546845 node_network_receive_packets_total{device="veth6c35cbb"} 191905 node_network_receive_packets_total{device="veth6d82a2a"} 0 node_network_receive_packets_total{device="veth6ee932b"} 718777 node_network_receive_packets_total{device="veth711efca"} 2532 node_network_receive_packets_total{device="veth7179474"} 14383 node_network_receive_packets_total{device="veth725414d"} 165579 node_network_receive_packets_total{device="veth729be05"} 47150 node_network_receive_packets_total{device="veth78c0666"} 30347 node_network_receive_packets_total{device="veth7e7d495"} 17187 node_network_receive_packets_total{device="veth7f134c0"} 62384 node_network_receive_packets_total{device="veth7f29095"} 1.767855e+06 node_network_receive_packets_total{device="veth81533a9"} 10649 node_network_receive_packets_total{device="veth8379efc"} 49 node_network_receive_packets_total{device="veth83e5a89"} 23646 node_network_receive_packets_total{device="veth95266fa"} 8 node_network_receive_packets_total{device="veth962fe9e"} 0 node_network_receive_packets_total{device="veth9647054"} 9 node_network_receive_packets_total{device="veth9af3a8a"} 2545 node_network_receive_packets_total{device="veth9b41300"} 0 node_network_receive_packets_total{device="veth9c1d28a"} 33571 node_network_receive_packets_total{device="veth9dbe9d7"} 11904 node_network_receive_packets_total{device="veth9e94848"} 155139 node_network_receive_packets_total{device="veth9e9a65e"} 10 node_network_receive_packets_total{device="vetha1e66ec"} 23662 node_network_receive_packets_total{device="vetha21af34"} 0 node_network_receive_packets_total{device="vetha308109"} 11 node_network_receive_packets_total{device="vetha4d2429"} 0 node_network_receive_packets_total{device="vetha595350"} 0 node_network_receive_packets_total{device="vetha97b48d"} 16749 node_network_receive_packets_total{device="vethaf098f8"} 12776 node_network_receive_packets_total{device="vethb04ceea"} 337895 node_network_receive_packets_total{device="vethb33346e"} 37475 node_network_receive_packets_total{device="vethb39b86b"} 0 node_network_receive_packets_total{device="vethb4a66b2"} 71182 node_network_receive_packets_total{device="vethbadcb83"} 0 node_network_receive_packets_total{device="vethc14cb3c"} 10574 node_network_receive_packets_total{device="vethc262e6c"} 691136 node_network_receive_packets_total{device="vethc3796c9"} 9 node_network_receive_packets_total{device="vethc8b05a3"} 28443 node_network_receive_packets_total{device="vethc8b7383"} 160662 node_network_receive_packets_total{device="vethcf7e47f"} 0 node_network_receive_packets_total{device="vethd316330"} 17 node_network_receive_packets_total{device="vethd3cbd51"} 9 node_network_receive_packets_total{device="vethdcaed9f"} 0 node_network_receive_packets_total{device="vethea0d85c"} 8 node_network_receive_packets_total{device="vetheba2f17"} 1.611817e+06 node_network_receive_packets_total{device="vethec1a747"} 127972 node_network_receive_packets_total{device="vethefa6275"} 0 node_network_receive_packets_total{device="vethf1e4456"} 620478 node_network_receive_packets_total{device="vethf2b8d98"} 13498 node_network_receive_packets_total{device="vethf57cebe"} 10 node_network_receive_packets_total{device="vethfa2daf8"} 34489 node_network_receive_packets_total{device="vethfcb3438"} 9 node_network_receive_packets_total{device="vethfd271e2"} 155002 node_network_receive_packets_total{device="vethff60f24"} 28190 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-1c5ae9c4fb11"} 1.25e+09 node_network_speed_bytes{device="br-1f437ee92de3"} 1.25e+09 node_network_speed_bytes{device="br-541b70109604"} 1.25e+09 node_network_speed_bytes{device="br-57fae769631e"} 1.25e+09 node_network_speed_bytes{device="br-5fe347eda337"} 1.25e+09 node_network_speed_bytes{device="br-607e7f2cc1eb"} 1.25e+09 node_network_speed_bytes{device="br-6461bc9320a1"} 1.25e+09 node_network_speed_bytes{device="br-8e9e3794015c"} 1.25e+09 node_network_speed_bytes{device="br-9d8e958996ba"} 1.25e+09 node_network_speed_bytes{device="br-a7e11f654a04"} 1.25e+09 node_network_speed_bytes{device="br-aaba14ed7a3b"} 1.25e+09 node_network_speed_bytes{device="br-b266df46df77"} 1.25e+09 node_network_speed_bytes{device="br-b79aa99837b3"} 1.25e+09 node_network_speed_bytes{device="br-e0fcc6d4b66e"} 1.25e+09 node_network_speed_bytes{device="br-eac26a665bc7"} 1.25e+09 node_network_speed_bytes{device="br-f1318694100b"} 1.25e+09 node_network_speed_bytes{device="br-f37d406e9375"} 1.25e+09 node_network_speed_bytes{device="br-ff21357210f8"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="ens18"} -125000 node_network_speed_bytes{device="veth09ad19e"} 1.25e+09 node_network_speed_bytes{device="veth0c4a461"} 1.25e+09 node_network_speed_bytes{device="veth14d01ae"} 1.25e+09 node_network_speed_bytes{device="veth157d186"} 1.25e+09 node_network_speed_bytes{device="veth18ad5b9"} 1.25e+09 node_network_speed_bytes{device="veth1b9003d"} 1.25e+09 node_network_speed_bytes{device="veth1caaffd"} 1.25e+09 node_network_speed_bytes{device="veth2185ef4"} 1.25e+09 node_network_speed_bytes{device="veth235bad2"} 1.25e+09 node_network_speed_bytes{device="veth2763c5c"} 1.25e+09 node_network_speed_bytes{device="veth280aa9d"} 1.25e+09 node_network_speed_bytes{device="veth29da9fb"} 1.25e+09 node_network_speed_bytes{device="veth2c09835"} 1.25e+09 node_network_speed_bytes{device="veth2e1ec66"} 1.25e+09 node_network_speed_bytes{device="veth309c296"} 1.25e+09 node_network_speed_bytes{device="veth32006e2"} 1.25e+09 node_network_speed_bytes{device="veth340dc17"} 1.25e+09 node_network_speed_bytes{device="veth38b8b5d"} 1.25e+09 node_network_speed_bytes{device="veth39b0cd2"} 1.25e+09 node_network_speed_bytes{device="veth39d52fc"} 1.25e+09 node_network_speed_bytes{device="veth3a1198f"} 1.25e+09 node_network_speed_bytes{device="veth3d4bad3"} 1.25e+09 node_network_speed_bytes{device="veth4261e25"} 1.25e+09 node_network_speed_bytes{device="veth456ae2e"} 1.25e+09 node_network_speed_bytes{device="veth483d7d7"} 1.25e+09 node_network_speed_bytes{device="veth4d54295"} 1.25e+09 node_network_speed_bytes{device="veth4e241ac"} 1.25e+09 node_network_speed_bytes{device="veth4f4c81e"} 1.25e+09 node_network_speed_bytes{device="veth50a2599"} 1.25e+09 node_network_speed_bytes{device="veth50addcc"} 1.25e+09 node_network_speed_bytes{device="veth5593153"} 1.25e+09 node_network_speed_bytes{device="veth563df23"} 1.25e+09 node_network_speed_bytes{device="veth5a3b7a1"} 1.25e+09 node_network_speed_bytes{device="veth613cdc2"} 1.25e+09 node_network_speed_bytes{device="veth6441243"} 1.25e+09 node_network_speed_bytes{device="veth67b25b8"} 1.25e+09 node_network_speed_bytes{device="veth68c2d83"} 1.25e+09 node_network_speed_bytes{device="veth6c35cbb"} 1.25e+09 node_network_speed_bytes{device="veth6d82a2a"} 1.25e+09 node_network_speed_bytes{device="veth6ee932b"} 1.25e+09 node_network_speed_bytes{device="veth711efca"} 1.25e+09 node_network_speed_bytes{device="veth7179474"} 1.25e+09 node_network_speed_bytes{device="veth725414d"} 1.25e+09 node_network_speed_bytes{device="veth729be05"} 1.25e+09 node_network_speed_bytes{device="veth78c0666"} 1.25e+09 node_network_speed_bytes{device="veth7e7d495"} 1.25e+09 node_network_speed_bytes{device="veth7f134c0"} 1.25e+09 node_network_speed_bytes{device="veth7f29095"} 1.25e+09 node_network_speed_bytes{device="veth81533a9"} 1.25e+09 node_network_speed_bytes{device="veth8379efc"} 1.25e+09 node_network_speed_bytes{device="veth83e5a89"} 1.25e+09 node_network_speed_bytes{device="veth95266fa"} 1.25e+09 node_network_speed_bytes{device="veth962fe9e"} 1.25e+09 node_network_speed_bytes{device="veth9647054"} 1.25e+09 node_network_speed_bytes{device="veth9af3a8a"} 1.25e+09 node_network_speed_bytes{device="veth9b41300"} 1.25e+09 node_network_speed_bytes{device="veth9c1d28a"} 1.25e+09 node_network_speed_bytes{device="veth9dbe9d7"} 1.25e+09 node_network_speed_bytes{device="veth9e94848"} 1.25e+09 node_network_speed_bytes{device="veth9e9a65e"} 1.25e+09 node_network_speed_bytes{device="vetha1e66ec"} 1.25e+09 node_network_speed_bytes{device="vetha21af34"} 1.25e+09 node_network_speed_bytes{device="vetha308109"} 1.25e+09 node_network_speed_bytes{device="vetha4d2429"} 1.25e+09 node_network_speed_bytes{device="vetha595350"} 1.25e+09 node_network_speed_bytes{device="vetha97b48d"} 1.25e+09 node_network_speed_bytes{device="vethaf098f8"} 1.25e+09 node_network_speed_bytes{device="vethb04ceea"} 1.25e+09 node_network_speed_bytes{device="vethb33346e"} 1.25e+09 node_network_speed_bytes{device="vethb39b86b"} 1.25e+09 node_network_speed_bytes{device="vethb4a66b2"} 1.25e+09 node_network_speed_bytes{device="vethbadcb83"} 1.25e+09 node_network_speed_bytes{device="vethc14cb3c"} 1.25e+09 node_network_speed_bytes{device="vethc262e6c"} 1.25e+09 node_network_speed_bytes{device="vethc3796c9"} 1.25e+09 node_network_speed_bytes{device="vethc8b05a3"} 1.25e+09 node_network_speed_bytes{device="vethc8b7383"} 1.25e+09 node_network_speed_bytes{device="vethcf7e47f"} 1.25e+09 node_network_speed_bytes{device="vethd316330"} 1.25e+09 node_network_speed_bytes{device="vethd3cbd51"} 1.25e+09 node_network_speed_bytes{device="vethdcaed9f"} 1.25e+09 node_network_speed_bytes{device="vethea0d85c"} 1.25e+09 node_network_speed_bytes{device="vetheba2f17"} 1.25e+09 node_network_speed_bytes{device="vethec1a747"} 1.25e+09 node_network_speed_bytes{device="vethefa6275"} 1.25e+09 node_network_speed_bytes{device="vethf1e4456"} 1.25e+09 node_network_speed_bytes{device="vethf2b8d98"} 1.25e+09 node_network_speed_bytes{device="vethf57cebe"} 1.25e+09 node_network_speed_bytes{device="vethfa2daf8"} 1.25e+09 node_network_speed_bytes{device="vethfcb3438"} 1.25e+09 node_network_speed_bytes{device="vethfd271e2"} 1.25e+09 node_network_speed_bytes{device="vethff60f24"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="br-1c5ae9c4fb11"} 7478 node_network_transmit_bytes_total{device="br-1f437ee92de3"} 2.628612049e+09 node_network_transmit_bytes_total{device="br-541b70109604"} 8.206271e+06 node_network_transmit_bytes_total{device="br-57fae769631e"} 8.664032e+06 node_network_transmit_bytes_total{device="br-5fe347eda337"} 526 node_network_transmit_bytes_total{device="br-607e7f2cc1eb"} 746 node_network_transmit_bytes_total{device="br-6461bc9320a1"} 701141 node_network_transmit_bytes_total{device="br-8e9e3794015c"} 5.162516e+06 node_network_transmit_bytes_total{device="br-9d8e958996ba"} 2.44741784e+08 node_network_transmit_bytes_total{device="br-a7e11f654a04"} 4.495677743e+09 node_network_transmit_bytes_total{device="br-aaba14ed7a3b"} 746 node_network_transmit_bytes_total{device="br-b266df46df77"} 5.9965759e+07 node_network_transmit_bytes_total{device="br-b79aa99837b3"} 746 node_network_transmit_bytes_total{device="br-e0fcc6d4b66e"} 1.416496e+07 node_network_transmit_bytes_total{device="br-eac26a665bc7"} 3.70152064e+09 node_network_transmit_bytes_total{device="br-f1318694100b"} 1.137893e+06 node_network_transmit_bytes_total{device="br-f37d406e9375"} 1.037218e+06 node_network_transmit_bytes_total{device="br-ff21357210f8"} 17361 node_network_transmit_bytes_total{device="docker0"} 2.7566387e+07 node_network_transmit_bytes_total{device="ens18"} 7.660647656e+09 node_network_transmit_bytes_total{device="lo"} 1.2971446e+07 node_network_transmit_bytes_total{device="veth09ad19e"} 5.2425164e+07 node_network_transmit_bytes_total{device="veth0c4a461"} 4.29058678e+08 node_network_transmit_bytes_total{device="veth14d01ae"} 299492 node_network_transmit_bytes_total{device="veth157d186"} 6844 node_network_transmit_bytes_total{device="veth18ad5b9"} 1762 node_network_transmit_bytes_total{device="veth1b9003d"} 2116 node_network_transmit_bytes_total{device="veth1caaffd"} 1762 node_network_transmit_bytes_total{device="veth2185ef4"} 18281 node_network_transmit_bytes_total{device="veth235bad2"} 6844 node_network_transmit_bytes_total{device="veth2763c5c"} 3.12022972e+08 node_network_transmit_bytes_total{device="veth280aa9d"} 6910 node_network_transmit_bytes_total{device="veth29da9fb"} 1.1117247e+07 node_network_transmit_bytes_total{device="veth2c09835"} 2.616194224e+09 node_network_transmit_bytes_total{device="veth2e1ec66"} 6844 node_network_transmit_bytes_total{device="veth309c296"} 1788 node_network_transmit_bytes_total{device="veth32006e2"} 7064 node_network_transmit_bytes_total{device="veth340dc17"} 1.0522298e+07 node_network_transmit_bytes_total{device="veth38b8b5d"} 1856 node_network_transmit_bytes_total{device="veth39b0cd2"} 90666 node_network_transmit_bytes_total{device="veth39d52fc"} 2528 node_network_transmit_bytes_total{device="veth3a1198f"} 1762 node_network_transmit_bytes_total{device="veth3d4bad3"} 1.125481e+06 node_network_transmit_bytes_total{device="veth4261e25"} 702181 node_network_transmit_bytes_total{device="veth456ae2e"} 1804 node_network_transmit_bytes_total{device="veth483d7d7"} 1636 node_network_transmit_bytes_total{device="veth4d54295"} 1.98015281e+08 node_network_transmit_bytes_total{device="veth4e241ac"} 1678 node_network_transmit_bytes_total{device="veth4f4c81e"} 6976 node_network_transmit_bytes_total{device="veth50a2599"} 4.40582e+06 node_network_transmit_bytes_total{device="veth50addcc"} 1720 node_network_transmit_bytes_total{device="veth5593153"} 6778 node_network_transmit_bytes_total{device="veth563df23"} 1762 node_network_transmit_bytes_total{device="veth5a3b7a1"} 7.518436e+07 node_network_transmit_bytes_total{device="veth613cdc2"} 1.610085e+06 node_network_transmit_bytes_total{device="veth6441243"} 1678 node_network_transmit_bytes_total{device="veth67b25b8"} 1636 node_network_transmit_bytes_total{device="veth68c2d83"} 2.275152519e+09 node_network_transmit_bytes_total{device="veth6c35cbb"} 3.7130303e+07 node_network_transmit_bytes_total{device="veth6d82a2a"} 1720 node_network_transmit_bytes_total{device="veth6ee932b"} 4.482922762e+09 node_network_transmit_bytes_total{device="veth711efca"} 253136 node_network_transmit_bytes_total{device="veth7179474"} 1.135196e+06 node_network_transmit_bytes_total{device="veth725414d"} 1.3772099e+07 node_network_transmit_bytes_total{device="veth729be05"} 9.03506513e+08 node_network_transmit_bytes_total{device="veth78c0666"} 609172 node_network_transmit_bytes_total{device="veth7e7d495"} 2.562168e+06 node_network_transmit_bytes_total{device="veth7f134c0"} 5.163626e+06 node_network_transmit_bytes_total{device="veth7f29095"} 4.542525022e+09 node_network_transmit_bytes_total{device="veth81533a9"} 1.4166596e+07 node_network_transmit_bytes_total{device="veth8379efc"} 90127 node_network_transmit_bytes_total{device="veth83e5a89"} 1.132691e+06 node_network_transmit_bytes_total{device="veth95266fa"} 6802 node_network_transmit_bytes_total{device="veth962fe9e"} 1788 node_network_transmit_bytes_total{device="veth9647054"} 6844 node_network_transmit_bytes_total{device="veth9af3a8a"} 255618 node_network_transmit_bytes_total{device="veth9b41300"} 1762 node_network_transmit_bytes_total{device="veth9c1d28a"} 1.478733e+06 node_network_transmit_bytes_total{device="veth9dbe9d7"} 1.062786e+06 node_network_transmit_bytes_total{device="veth9e94848"} 1.0749668e+07 node_network_transmit_bytes_total{device="veth9e9a65e"} 6910 node_network_transmit_bytes_total{device="vetha1e66ec"} 1.133559e+06 node_network_transmit_bytes_total{device="vetha21af34"} 1762 node_network_transmit_bytes_total{device="vetha308109"} 6976 node_network_transmit_bytes_total{device="vetha4d2429"} 1856 node_network_transmit_bytes_total{device="vetha595350"} 2116 node_network_transmit_bytes_total{device="vetha97b48d"} 1.394048e+06 node_network_transmit_bytes_total{device="vethaf098f8"} 5.420932e+07 node_network_transmit_bytes_total{device="vethb04ceea"} 5.74636229e+08 node_network_transmit_bytes_total{device="vethb33346e"} 2.1770124e+07 node_network_transmit_bytes_total{device="vethb39b86b"} 2162 node_network_transmit_bytes_total{device="vethb4a66b2"} 4.6250574e+07 node_network_transmit_bytes_total{device="vethbadcb83"} 1856 node_network_transmit_bytes_total{device="vethc14cb3c"} 1.086441e+06 node_network_transmit_bytes_total{device="vethc262e6c"} 3.440848269e+09 node_network_transmit_bytes_total{device="vethc3796c9"} 6868 node_network_transmit_bytes_total{device="vethc8b05a3"} 1.04469578e+08 node_network_transmit_bytes_total{device="vethc8b7383"} 1.1388617e+07 node_network_transmit_bytes_total{device="vethcf7e47f"} 1762 node_network_transmit_bytes_total{device="vethd316330"} 9282 node_network_transmit_bytes_total{device="vethd3cbd51"} 6868 node_network_transmit_bytes_total{device="vethdcaed9f"} 1746 node_network_transmit_bytes_total{device="vethea0d85c"} 6778 node_network_transmit_bytes_total{device="vetheba2f17"} 1.265940995e+09 node_network_transmit_bytes_total{device="vethec1a747"} 2.01708599e+08 node_network_transmit_bytes_total{device="vethefa6275"} 3148 node_network_transmit_bytes_total{device="vethf1e4456"} 2.380324838e+09 node_network_transmit_bytes_total{device="vethf2b8d98"} 1.038328e+06 node_network_transmit_bytes_total{device="vethf57cebe"} 6910 node_network_transmit_bytes_total{device="vethfa2daf8"} 2.712717e+06 node_network_transmit_bytes_total{device="vethfcb3438"} 6844 node_network_transmit_bytes_total{device="vethfd271e2"} 1.6550798e+07 node_network_transmit_bytes_total{device="vethff60f24"} 1.388767e+06 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="br-1c5ae9c4fb11"} 0 node_network_transmit_carrier_total{device="br-1f437ee92de3"} 0 node_network_transmit_carrier_total{device="br-541b70109604"} 0 node_network_transmit_carrier_total{device="br-57fae769631e"} 0 node_network_transmit_carrier_total{device="br-5fe347eda337"} 0 node_network_transmit_carrier_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_carrier_total{device="br-6461bc9320a1"} 0 node_network_transmit_carrier_total{device="br-8e9e3794015c"} 0 node_network_transmit_carrier_total{device="br-9d8e958996ba"} 0 node_network_transmit_carrier_total{device="br-a7e11f654a04"} 0 node_network_transmit_carrier_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_carrier_total{device="br-b266df46df77"} 0 node_network_transmit_carrier_total{device="br-b79aa99837b3"} 0 node_network_transmit_carrier_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_carrier_total{device="br-eac26a665bc7"} 0 node_network_transmit_carrier_total{device="br-f1318694100b"} 0 node_network_transmit_carrier_total{device="br-f37d406e9375"} 0 node_network_transmit_carrier_total{device="br-ff21357210f8"} 0 node_network_transmit_carrier_total{device="docker0"} 0 node_network_transmit_carrier_total{device="ens18"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="veth09ad19e"} 0 node_network_transmit_carrier_total{device="veth0c4a461"} 0 node_network_transmit_carrier_total{device="veth14d01ae"} 0 node_network_transmit_carrier_total{device="veth157d186"} 0 node_network_transmit_carrier_total{device="veth18ad5b9"} 0 node_network_transmit_carrier_total{device="veth1b9003d"} 0 node_network_transmit_carrier_total{device="veth1caaffd"} 0 node_network_transmit_carrier_total{device="veth2185ef4"} 0 node_network_transmit_carrier_total{device="veth235bad2"} 0 node_network_transmit_carrier_total{device="veth2763c5c"} 0 node_network_transmit_carrier_total{device="veth280aa9d"} 0 node_network_transmit_carrier_total{device="veth29da9fb"} 0 node_network_transmit_carrier_total{device="veth2c09835"} 0 node_network_transmit_carrier_total{device="veth2e1ec66"} 0 node_network_transmit_carrier_total{device="veth309c296"} 0 node_network_transmit_carrier_total{device="veth32006e2"} 0 node_network_transmit_carrier_total{device="veth340dc17"} 0 node_network_transmit_carrier_total{device="veth38b8b5d"} 0 node_network_transmit_carrier_total{device="veth39b0cd2"} 0 node_network_transmit_carrier_total{device="veth39d52fc"} 0 node_network_transmit_carrier_total{device="veth3a1198f"} 0 node_network_transmit_carrier_total{device="veth3d4bad3"} 0 node_network_transmit_carrier_total{device="veth4261e25"} 0 node_network_transmit_carrier_total{device="veth456ae2e"} 0 node_network_transmit_carrier_total{device="veth483d7d7"} 0 node_network_transmit_carrier_total{device="veth4d54295"} 0 node_network_transmit_carrier_total{device="veth4e241ac"} 0 node_network_transmit_carrier_total{device="veth4f4c81e"} 0 node_network_transmit_carrier_total{device="veth50a2599"} 0 node_network_transmit_carrier_total{device="veth50addcc"} 0 node_network_transmit_carrier_total{device="veth5593153"} 0 node_network_transmit_carrier_total{device="veth563df23"} 0 node_network_transmit_carrier_total{device="veth5a3b7a1"} 0 node_network_transmit_carrier_total{device="veth613cdc2"} 0 node_network_transmit_carrier_total{device="veth6441243"} 0 node_network_transmit_carrier_total{device="veth67b25b8"} 0 node_network_transmit_carrier_total{device="veth68c2d83"} 0 node_network_transmit_carrier_total{device="veth6c35cbb"} 0 node_network_transmit_carrier_total{device="veth6d82a2a"} 0 node_network_transmit_carrier_total{device="veth6ee932b"} 0 node_network_transmit_carrier_total{device="veth711efca"} 0 node_network_transmit_carrier_total{device="veth7179474"} 0 node_network_transmit_carrier_total{device="veth725414d"} 0 node_network_transmit_carrier_total{device="veth729be05"} 0 node_network_transmit_carrier_total{device="veth78c0666"} 0 node_network_transmit_carrier_total{device="veth7e7d495"} 0 node_network_transmit_carrier_total{device="veth7f134c0"} 0 node_network_transmit_carrier_total{device="veth7f29095"} 0 node_network_transmit_carrier_total{device="veth81533a9"} 0 node_network_transmit_carrier_total{device="veth8379efc"} 0 node_network_transmit_carrier_total{device="veth83e5a89"} 0 node_network_transmit_carrier_total{device="veth95266fa"} 0 node_network_transmit_carrier_total{device="veth962fe9e"} 0 node_network_transmit_carrier_total{device="veth9647054"} 0 node_network_transmit_carrier_total{device="veth9af3a8a"} 0 node_network_transmit_carrier_total{device="veth9b41300"} 0 node_network_transmit_carrier_total{device="veth9c1d28a"} 0 node_network_transmit_carrier_total{device="veth9dbe9d7"} 0 node_network_transmit_carrier_total{device="veth9e94848"} 0 node_network_transmit_carrier_total{device="veth9e9a65e"} 0 node_network_transmit_carrier_total{device="vetha1e66ec"} 0 node_network_transmit_carrier_total{device="vetha21af34"} 0 node_network_transmit_carrier_total{device="vetha308109"} 0 node_network_transmit_carrier_total{device="vetha4d2429"} 0 node_network_transmit_carrier_total{device="vetha595350"} 0 node_network_transmit_carrier_total{device="vetha97b48d"} 0 node_network_transmit_carrier_total{device="vethaf098f8"} 0 node_network_transmit_carrier_total{device="vethb04ceea"} 0 node_network_transmit_carrier_total{device="vethb33346e"} 0 node_network_transmit_carrier_total{device="vethb39b86b"} 0 node_network_transmit_carrier_total{device="vethb4a66b2"} 0 node_network_transmit_carrier_total{device="vethbadcb83"} 0 node_network_transmit_carrier_total{device="vethc14cb3c"} 0 node_network_transmit_carrier_total{device="vethc262e6c"} 0 node_network_transmit_carrier_total{device="vethc3796c9"} 0 node_network_transmit_carrier_total{device="vethc8b05a3"} 0 node_network_transmit_carrier_total{device="vethc8b7383"} 0 node_network_transmit_carrier_total{device="vethcf7e47f"} 0 node_network_transmit_carrier_total{device="vethd316330"} 0 node_network_transmit_carrier_total{device="vethd3cbd51"} 0 node_network_transmit_carrier_total{device="vethdcaed9f"} 0 node_network_transmit_carrier_total{device="vethea0d85c"} 0 node_network_transmit_carrier_total{device="vetheba2f17"} 0 node_network_transmit_carrier_total{device="vethec1a747"} 0 node_network_transmit_carrier_total{device="vethefa6275"} 0 node_network_transmit_carrier_total{device="vethf1e4456"} 0 node_network_transmit_carrier_total{device="vethf2b8d98"} 0 node_network_transmit_carrier_total{device="vethf57cebe"} 0 node_network_transmit_carrier_total{device="vethfa2daf8"} 0 node_network_transmit_carrier_total{device="vethfcb3438"} 0 node_network_transmit_carrier_total{device="vethfd271e2"} 0 node_network_transmit_carrier_total{device="vethff60f24"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="br-1c5ae9c4fb11"} 0 node_network_transmit_colls_total{device="br-1f437ee92de3"} 0 node_network_transmit_colls_total{device="br-541b70109604"} 0 node_network_transmit_colls_total{device="br-57fae769631e"} 0 node_network_transmit_colls_total{device="br-5fe347eda337"} 0 node_network_transmit_colls_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_colls_total{device="br-6461bc9320a1"} 0 node_network_transmit_colls_total{device="br-8e9e3794015c"} 0 node_network_transmit_colls_total{device="br-9d8e958996ba"} 0 node_network_transmit_colls_total{device="br-a7e11f654a04"} 0 node_network_transmit_colls_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_colls_total{device="br-b266df46df77"} 0 node_network_transmit_colls_total{device="br-b79aa99837b3"} 0 node_network_transmit_colls_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_colls_total{device="br-eac26a665bc7"} 0 node_network_transmit_colls_total{device="br-f1318694100b"} 0 node_network_transmit_colls_total{device="br-f37d406e9375"} 0 node_network_transmit_colls_total{device="br-ff21357210f8"} 0 node_network_transmit_colls_total{device="docker0"} 0 node_network_transmit_colls_total{device="ens18"} 0 node_network_transmit_colls_total{device="lo"} 0 node_network_transmit_colls_total{device="veth09ad19e"} 0 node_network_transmit_colls_total{device="veth0c4a461"} 0 node_network_transmit_colls_total{device="veth14d01ae"} 0 node_network_transmit_colls_total{device="veth157d186"} 0 node_network_transmit_colls_total{device="veth18ad5b9"} 0 node_network_transmit_colls_total{device="veth1b9003d"} 0 node_network_transmit_colls_total{device="veth1caaffd"} 0 node_network_transmit_colls_total{device="veth2185ef4"} 0 node_network_transmit_colls_total{device="veth235bad2"} 0 node_network_transmit_colls_total{device="veth2763c5c"} 0 node_network_transmit_colls_total{device="veth280aa9d"} 0 node_network_transmit_colls_total{device="veth29da9fb"} 0 node_network_transmit_colls_total{device="veth2c09835"} 0 node_network_transmit_colls_total{device="veth2e1ec66"} 0 node_network_transmit_colls_total{device="veth309c296"} 0 node_network_transmit_colls_total{device="veth32006e2"} 0 node_network_transmit_colls_total{device="veth340dc17"} 0 node_network_transmit_colls_total{device="veth38b8b5d"} 0 node_network_transmit_colls_total{device="veth39b0cd2"} 0 node_network_transmit_colls_total{device="veth39d52fc"} 0 node_network_transmit_colls_total{device="veth3a1198f"} 0 node_network_transmit_colls_total{device="veth3d4bad3"} 0 node_network_transmit_colls_total{device="veth4261e25"} 0 node_network_transmit_colls_total{device="veth456ae2e"} 0 node_network_transmit_colls_total{device="veth483d7d7"} 0 node_network_transmit_colls_total{device="veth4d54295"} 0 node_network_transmit_colls_total{device="veth4e241ac"} 0 node_network_transmit_colls_total{device="veth4f4c81e"} 0 node_network_transmit_colls_total{device="veth50a2599"} 0 node_network_transmit_colls_total{device="veth50addcc"} 0 node_network_transmit_colls_total{device="veth5593153"} 0 node_network_transmit_colls_total{device="veth563df23"} 0 node_network_transmit_colls_total{device="veth5a3b7a1"} 0 node_network_transmit_colls_total{device="veth613cdc2"} 0 node_network_transmit_colls_total{device="veth6441243"} 0 node_network_transmit_colls_total{device="veth67b25b8"} 0 node_network_transmit_colls_total{device="veth68c2d83"} 0 node_network_transmit_colls_total{device="veth6c35cbb"} 0 node_network_transmit_colls_total{device="veth6d82a2a"} 0 node_network_transmit_colls_total{device="veth6ee932b"} 0 node_network_transmit_colls_total{device="veth711efca"} 0 node_network_transmit_colls_total{device="veth7179474"} 0 node_network_transmit_colls_total{device="veth725414d"} 0 node_network_transmit_colls_total{device="veth729be05"} 0 node_network_transmit_colls_total{device="veth78c0666"} 0 node_network_transmit_colls_total{device="veth7e7d495"} 0 node_network_transmit_colls_total{device="veth7f134c0"} 0 node_network_transmit_colls_total{device="veth7f29095"} 0 node_network_transmit_colls_total{device="veth81533a9"} 0 node_network_transmit_colls_total{device="veth8379efc"} 0 node_network_transmit_colls_total{device="veth83e5a89"} 0 node_network_transmit_colls_total{device="veth95266fa"} 0 node_network_transmit_colls_total{device="veth962fe9e"} 0 node_network_transmit_colls_total{device="veth9647054"} 0 node_network_transmit_colls_total{device="veth9af3a8a"} 0 node_network_transmit_colls_total{device="veth9b41300"} 0 node_network_transmit_colls_total{device="veth9c1d28a"} 0 node_network_transmit_colls_total{device="veth9dbe9d7"} 0 node_network_transmit_colls_total{device="veth9e94848"} 0 node_network_transmit_colls_total{device="veth9e9a65e"} 0 node_network_transmit_colls_total{device="vetha1e66ec"} 0 node_network_transmit_colls_total{device="vetha21af34"} 0 node_network_transmit_colls_total{device="vetha308109"} 0 node_network_transmit_colls_total{device="vetha4d2429"} 0 node_network_transmit_colls_total{device="vetha595350"} 0 node_network_transmit_colls_total{device="vetha97b48d"} 0 node_network_transmit_colls_total{device="vethaf098f8"} 0 node_network_transmit_colls_total{device="vethb04ceea"} 0 node_network_transmit_colls_total{device="vethb33346e"} 0 node_network_transmit_colls_total{device="vethb39b86b"} 0 node_network_transmit_colls_total{device="vethb4a66b2"} 0 node_network_transmit_colls_total{device="vethbadcb83"} 0 node_network_transmit_colls_total{device="vethc14cb3c"} 0 node_network_transmit_colls_total{device="vethc262e6c"} 0 node_network_transmit_colls_total{device="vethc3796c9"} 0 node_network_transmit_colls_total{device="vethc8b05a3"} 0 node_network_transmit_colls_total{device="vethc8b7383"} 0 node_network_transmit_colls_total{device="vethcf7e47f"} 0 node_network_transmit_colls_total{device="vethd316330"} 0 node_network_transmit_colls_total{device="vethd3cbd51"} 0 node_network_transmit_colls_total{device="vethdcaed9f"} 0 node_network_transmit_colls_total{device="vethea0d85c"} 0 node_network_transmit_colls_total{device="vetheba2f17"} 0 node_network_transmit_colls_total{device="vethec1a747"} 0 node_network_transmit_colls_total{device="vethefa6275"} 0 node_network_transmit_colls_total{device="vethf1e4456"} 0 node_network_transmit_colls_total{device="vethf2b8d98"} 0 node_network_transmit_colls_total{device="vethf57cebe"} 0 node_network_transmit_colls_total{device="vethfa2daf8"} 0 node_network_transmit_colls_total{device="vethfcb3438"} 0 node_network_transmit_colls_total{device="vethfd271e2"} 0 node_network_transmit_colls_total{device="vethff60f24"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="br-1c5ae9c4fb11"} 0 node_network_transmit_compressed_total{device="br-1f437ee92de3"} 0 node_network_transmit_compressed_total{device="br-541b70109604"} 0 node_network_transmit_compressed_total{device="br-57fae769631e"} 0 node_network_transmit_compressed_total{device="br-5fe347eda337"} 0 node_network_transmit_compressed_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_compressed_total{device="br-6461bc9320a1"} 0 node_network_transmit_compressed_total{device="br-8e9e3794015c"} 0 node_network_transmit_compressed_total{device="br-9d8e958996ba"} 0 node_network_transmit_compressed_total{device="br-a7e11f654a04"} 0 node_network_transmit_compressed_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_compressed_total{device="br-b266df46df77"} 0 node_network_transmit_compressed_total{device="br-b79aa99837b3"} 0 node_network_transmit_compressed_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_compressed_total{device="br-eac26a665bc7"} 0 node_network_transmit_compressed_total{device="br-f1318694100b"} 0 node_network_transmit_compressed_total{device="br-f37d406e9375"} 0 node_network_transmit_compressed_total{device="br-ff21357210f8"} 0 node_network_transmit_compressed_total{device="docker0"} 0 node_network_transmit_compressed_total{device="ens18"} 0 node_network_transmit_compressed_total{device="lo"} 0 node_network_transmit_compressed_total{device="veth09ad19e"} 0 node_network_transmit_compressed_total{device="veth0c4a461"} 0 node_network_transmit_compressed_total{device="veth14d01ae"} 0 node_network_transmit_compressed_total{device="veth157d186"} 0 node_network_transmit_compressed_total{device="veth18ad5b9"} 0 node_network_transmit_compressed_total{device="veth1b9003d"} 0 node_network_transmit_compressed_total{device="veth1caaffd"} 0 node_network_transmit_compressed_total{device="veth2185ef4"} 0 node_network_transmit_compressed_total{device="veth235bad2"} 0 node_network_transmit_compressed_total{device="veth2763c5c"} 0 node_network_transmit_compressed_total{device="veth280aa9d"} 0 node_network_transmit_compressed_total{device="veth29da9fb"} 0 node_network_transmit_compressed_total{device="veth2c09835"} 0 node_network_transmit_compressed_total{device="veth2e1ec66"} 0 node_network_transmit_compressed_total{device="veth309c296"} 0 node_network_transmit_compressed_total{device="veth32006e2"} 0 node_network_transmit_compressed_total{device="veth340dc17"} 0 node_network_transmit_compressed_total{device="veth38b8b5d"} 0 node_network_transmit_compressed_total{device="veth39b0cd2"} 0 node_network_transmit_compressed_total{device="veth39d52fc"} 0 node_network_transmit_compressed_total{device="veth3a1198f"} 0 node_network_transmit_compressed_total{device="veth3d4bad3"} 0 node_network_transmit_compressed_total{device="veth4261e25"} 0 node_network_transmit_compressed_total{device="veth456ae2e"} 0 node_network_transmit_compressed_total{device="veth483d7d7"} 0 node_network_transmit_compressed_total{device="veth4d54295"} 0 node_network_transmit_compressed_total{device="veth4e241ac"} 0 node_network_transmit_compressed_total{device="veth4f4c81e"} 0 node_network_transmit_compressed_total{device="veth50a2599"} 0 node_network_transmit_compressed_total{device="veth50addcc"} 0 node_network_transmit_compressed_total{device="veth5593153"} 0 node_network_transmit_compressed_total{device="veth563df23"} 0 node_network_transmit_compressed_total{device="veth5a3b7a1"} 0 node_network_transmit_compressed_total{device="veth613cdc2"} 0 node_network_transmit_compressed_total{device="veth6441243"} 0 node_network_transmit_compressed_total{device="veth67b25b8"} 0 node_network_transmit_compressed_total{device="veth68c2d83"} 0 node_network_transmit_compressed_total{device="veth6c35cbb"} 0 node_network_transmit_compressed_total{device="veth6d82a2a"} 0 node_network_transmit_compressed_total{device="veth6ee932b"} 0 node_network_transmit_compressed_total{device="veth711efca"} 0 node_network_transmit_compressed_total{device="veth7179474"} 0 node_network_transmit_compressed_total{device="veth725414d"} 0 node_network_transmit_compressed_total{device="veth729be05"} 0 node_network_transmit_compressed_total{device="veth78c0666"} 0 node_network_transmit_compressed_total{device="veth7e7d495"} 0 node_network_transmit_compressed_total{device="veth7f134c0"} 0 node_network_transmit_compressed_total{device="veth7f29095"} 0 node_network_transmit_compressed_total{device="veth81533a9"} 0 node_network_transmit_compressed_total{device="veth8379efc"} 0 node_network_transmit_compressed_total{device="veth83e5a89"} 0 node_network_transmit_compressed_total{device="veth95266fa"} 0 node_network_transmit_compressed_total{device="veth962fe9e"} 0 node_network_transmit_compressed_total{device="veth9647054"} 0 node_network_transmit_compressed_total{device="veth9af3a8a"} 0 node_network_transmit_compressed_total{device="veth9b41300"} 0 node_network_transmit_compressed_total{device="veth9c1d28a"} 0 node_network_transmit_compressed_total{device="veth9dbe9d7"} 0 node_network_transmit_compressed_total{device="veth9e94848"} 0 node_network_transmit_compressed_total{device="veth9e9a65e"} 0 node_network_transmit_compressed_total{device="vetha1e66ec"} 0 node_network_transmit_compressed_total{device="vetha21af34"} 0 node_network_transmit_compressed_total{device="vetha308109"} 0 node_network_transmit_compressed_total{device="vetha4d2429"} 0 node_network_transmit_compressed_total{device="vetha595350"} 0 node_network_transmit_compressed_total{device="vetha97b48d"} 0 node_network_transmit_compressed_total{device="vethaf098f8"} 0 node_network_transmit_compressed_total{device="vethb04ceea"} 0 node_network_transmit_compressed_total{device="vethb33346e"} 0 node_network_transmit_compressed_total{device="vethb39b86b"} 0 node_network_transmit_compressed_total{device="vethb4a66b2"} 0 node_network_transmit_compressed_total{device="vethbadcb83"} 0 node_network_transmit_compressed_total{device="vethc14cb3c"} 0 node_network_transmit_compressed_total{device="vethc262e6c"} 0 node_network_transmit_compressed_total{device="vethc3796c9"} 0 node_network_transmit_compressed_total{device="vethc8b05a3"} 0 node_network_transmit_compressed_total{device="vethc8b7383"} 0 node_network_transmit_compressed_total{device="vethcf7e47f"} 0 node_network_transmit_compressed_total{device="vethd316330"} 0 node_network_transmit_compressed_total{device="vethd3cbd51"} 0 node_network_transmit_compressed_total{device="vethdcaed9f"} 0 node_network_transmit_compressed_total{device="vethea0d85c"} 0 node_network_transmit_compressed_total{device="vetheba2f17"} 0 node_network_transmit_compressed_total{device="vethec1a747"} 0 node_network_transmit_compressed_total{device="vethefa6275"} 0 node_network_transmit_compressed_total{device="vethf1e4456"} 0 node_network_transmit_compressed_total{device="vethf2b8d98"} 0 node_network_transmit_compressed_total{device="vethf57cebe"} 0 node_network_transmit_compressed_total{device="vethfa2daf8"} 0 node_network_transmit_compressed_total{device="vethfcb3438"} 0 node_network_transmit_compressed_total{device="vethfd271e2"} 0 node_network_transmit_compressed_total{device="vethff60f24"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="br-1c5ae9c4fb11"} 0 node_network_transmit_drop_total{device="br-1f437ee92de3"} 0 node_network_transmit_drop_total{device="br-541b70109604"} 0 node_network_transmit_drop_total{device="br-57fae769631e"} 0 node_network_transmit_drop_total{device="br-5fe347eda337"} 0 node_network_transmit_drop_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_drop_total{device="br-6461bc9320a1"} 0 node_network_transmit_drop_total{device="br-8e9e3794015c"} 0 node_network_transmit_drop_total{device="br-9d8e958996ba"} 0 node_network_transmit_drop_total{device="br-a7e11f654a04"} 0 node_network_transmit_drop_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_drop_total{device="br-b266df46df77"} 0 node_network_transmit_drop_total{device="br-b79aa99837b3"} 0 node_network_transmit_drop_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_drop_total{device="br-eac26a665bc7"} 0 node_network_transmit_drop_total{device="br-f1318694100b"} 0 node_network_transmit_drop_total{device="br-f37d406e9375"} 0 node_network_transmit_drop_total{device="br-ff21357210f8"} 0 node_network_transmit_drop_total{device="docker0"} 0 node_network_transmit_drop_total{device="ens18"} 0 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="veth09ad19e"} 0 node_network_transmit_drop_total{device="veth0c4a461"} 0 node_network_transmit_drop_total{device="veth14d01ae"} 0 node_network_transmit_drop_total{device="veth157d186"} 0 node_network_transmit_drop_total{device="veth18ad5b9"} 0 node_network_transmit_drop_total{device="veth1b9003d"} 0 node_network_transmit_drop_total{device="veth1caaffd"} 0 node_network_transmit_drop_total{device="veth2185ef4"} 0 node_network_transmit_drop_total{device="veth235bad2"} 0 node_network_transmit_drop_total{device="veth2763c5c"} 0 node_network_transmit_drop_total{device="veth280aa9d"} 0 node_network_transmit_drop_total{device="veth29da9fb"} 0 node_network_transmit_drop_total{device="veth2c09835"} 0 node_network_transmit_drop_total{device="veth2e1ec66"} 0 node_network_transmit_drop_total{device="veth309c296"} 0 node_network_transmit_drop_total{device="veth32006e2"} 0 node_network_transmit_drop_total{device="veth340dc17"} 0 node_network_transmit_drop_total{device="veth38b8b5d"} 0 node_network_transmit_drop_total{device="veth39b0cd2"} 0 node_network_transmit_drop_total{device="veth39d52fc"} 0 node_network_transmit_drop_total{device="veth3a1198f"} 0 node_network_transmit_drop_total{device="veth3d4bad3"} 0 node_network_transmit_drop_total{device="veth4261e25"} 0 node_network_transmit_drop_total{device="veth456ae2e"} 0 node_network_transmit_drop_total{device="veth483d7d7"} 0 node_network_transmit_drop_total{device="veth4d54295"} 0 node_network_transmit_drop_total{device="veth4e241ac"} 0 node_network_transmit_drop_total{device="veth4f4c81e"} 0 node_network_transmit_drop_total{device="veth50a2599"} 0 node_network_transmit_drop_total{device="veth50addcc"} 0 node_network_transmit_drop_total{device="veth5593153"} 0 node_network_transmit_drop_total{device="veth563df23"} 0 node_network_transmit_drop_total{device="veth5a3b7a1"} 0 node_network_transmit_drop_total{device="veth613cdc2"} 0 node_network_transmit_drop_total{device="veth6441243"} 0 node_network_transmit_drop_total{device="veth67b25b8"} 0 node_network_transmit_drop_total{device="veth68c2d83"} 0 node_network_transmit_drop_total{device="veth6c35cbb"} 0 node_network_transmit_drop_total{device="veth6d82a2a"} 0 node_network_transmit_drop_total{device="veth6ee932b"} 0 node_network_transmit_drop_total{device="veth711efca"} 0 node_network_transmit_drop_total{device="veth7179474"} 0 node_network_transmit_drop_total{device="veth725414d"} 0 node_network_transmit_drop_total{device="veth729be05"} 0 node_network_transmit_drop_total{device="veth78c0666"} 0 node_network_transmit_drop_total{device="veth7e7d495"} 0 node_network_transmit_drop_total{device="veth7f134c0"} 0 node_network_transmit_drop_total{device="veth7f29095"} 0 node_network_transmit_drop_total{device="veth81533a9"} 0 node_network_transmit_drop_total{device="veth8379efc"} 0 node_network_transmit_drop_total{device="veth83e5a89"} 0 node_network_transmit_drop_total{device="veth95266fa"} 0 node_network_transmit_drop_total{device="veth962fe9e"} 0 node_network_transmit_drop_total{device="veth9647054"} 0 node_network_transmit_drop_total{device="veth9af3a8a"} 0 node_network_transmit_drop_total{device="veth9b41300"} 0 node_network_transmit_drop_total{device="veth9c1d28a"} 0 node_network_transmit_drop_total{device="veth9dbe9d7"} 0 node_network_transmit_drop_total{device="veth9e94848"} 0 node_network_transmit_drop_total{device="veth9e9a65e"} 0 node_network_transmit_drop_total{device="vetha1e66ec"} 0 node_network_transmit_drop_total{device="vetha21af34"} 0 node_network_transmit_drop_total{device="vetha308109"} 0 node_network_transmit_drop_total{device="vetha4d2429"} 0 node_network_transmit_drop_total{device="vetha595350"} 0 node_network_transmit_drop_total{device="vetha97b48d"} 0 node_network_transmit_drop_total{device="vethaf098f8"} 0 node_network_transmit_drop_total{device="vethb04ceea"} 0 node_network_transmit_drop_total{device="vethb33346e"} 0 node_network_transmit_drop_total{device="vethb39b86b"} 0 node_network_transmit_drop_total{device="vethb4a66b2"} 0 node_network_transmit_drop_total{device="vethbadcb83"} 0 node_network_transmit_drop_total{device="vethc14cb3c"} 0 node_network_transmit_drop_total{device="vethc262e6c"} 0 node_network_transmit_drop_total{device="vethc3796c9"} 0 node_network_transmit_drop_total{device="vethc8b05a3"} 0 node_network_transmit_drop_total{device="vethc8b7383"} 0 node_network_transmit_drop_total{device="vethcf7e47f"} 0 node_network_transmit_drop_total{device="vethd316330"} 0 node_network_transmit_drop_total{device="vethd3cbd51"} 0 node_network_transmit_drop_total{device="vethdcaed9f"} 0 node_network_transmit_drop_total{device="vethea0d85c"} 0 node_network_transmit_drop_total{device="vetheba2f17"} 0 node_network_transmit_drop_total{device="vethec1a747"} 0 node_network_transmit_drop_total{device="vethefa6275"} 0 node_network_transmit_drop_total{device="vethf1e4456"} 0 node_network_transmit_drop_total{device="vethf2b8d98"} 0 node_network_transmit_drop_total{device="vethf57cebe"} 0 node_network_transmit_drop_total{device="vethfa2daf8"} 0 node_network_transmit_drop_total{device="vethfcb3438"} 0 node_network_transmit_drop_total{device="vethfd271e2"} 0 node_network_transmit_drop_total{device="vethff60f24"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="br-1c5ae9c4fb11"} 0 node_network_transmit_errs_total{device="br-1f437ee92de3"} 0 node_network_transmit_errs_total{device="br-541b70109604"} 0 node_network_transmit_errs_total{device="br-57fae769631e"} 0 node_network_transmit_errs_total{device="br-5fe347eda337"} 0 node_network_transmit_errs_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_errs_total{device="br-6461bc9320a1"} 0 node_network_transmit_errs_total{device="br-8e9e3794015c"} 0 node_network_transmit_errs_total{device="br-9d8e958996ba"} 0 node_network_transmit_errs_total{device="br-a7e11f654a04"} 0 node_network_transmit_errs_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_errs_total{device="br-b266df46df77"} 0 node_network_transmit_errs_total{device="br-b79aa99837b3"} 0 node_network_transmit_errs_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_errs_total{device="br-eac26a665bc7"} 0 node_network_transmit_errs_total{device="br-f1318694100b"} 0 node_network_transmit_errs_total{device="br-f37d406e9375"} 0 node_network_transmit_errs_total{device="br-ff21357210f8"} 0 node_network_transmit_errs_total{device="docker0"} 0 node_network_transmit_errs_total{device="ens18"} 0 node_network_transmit_errs_total{device="lo"} 0 node_network_transmit_errs_total{device="veth09ad19e"} 0 node_network_transmit_errs_total{device="veth0c4a461"} 0 node_network_transmit_errs_total{device="veth14d01ae"} 0 node_network_transmit_errs_total{device="veth157d186"} 0 node_network_transmit_errs_total{device="veth18ad5b9"} 0 node_network_transmit_errs_total{device="veth1b9003d"} 0 node_network_transmit_errs_total{device="veth1caaffd"} 0 node_network_transmit_errs_total{device="veth2185ef4"} 0 node_network_transmit_errs_total{device="veth235bad2"} 0 node_network_transmit_errs_total{device="veth2763c5c"} 0 node_network_transmit_errs_total{device="veth280aa9d"} 0 node_network_transmit_errs_total{device="veth29da9fb"} 0 node_network_transmit_errs_total{device="veth2c09835"} 0 node_network_transmit_errs_total{device="veth2e1ec66"} 0 node_network_transmit_errs_total{device="veth309c296"} 0 node_network_transmit_errs_total{device="veth32006e2"} 0 node_network_transmit_errs_total{device="veth340dc17"} 0 node_network_transmit_errs_total{device="veth38b8b5d"} 0 node_network_transmit_errs_total{device="veth39b0cd2"} 0 node_network_transmit_errs_total{device="veth39d52fc"} 0 node_network_transmit_errs_total{device="veth3a1198f"} 0 node_network_transmit_errs_total{device="veth3d4bad3"} 0 node_network_transmit_errs_total{device="veth4261e25"} 0 node_network_transmit_errs_total{device="veth456ae2e"} 0 node_network_transmit_errs_total{device="veth483d7d7"} 0 node_network_transmit_errs_total{device="veth4d54295"} 0 node_network_transmit_errs_total{device="veth4e241ac"} 0 node_network_transmit_errs_total{device="veth4f4c81e"} 0 node_network_transmit_errs_total{device="veth50a2599"} 0 node_network_transmit_errs_total{device="veth50addcc"} 0 node_network_transmit_errs_total{device="veth5593153"} 0 node_network_transmit_errs_total{device="veth563df23"} 0 node_network_transmit_errs_total{device="veth5a3b7a1"} 0 node_network_transmit_errs_total{device="veth613cdc2"} 0 node_network_transmit_errs_total{device="veth6441243"} 0 node_network_transmit_errs_total{device="veth67b25b8"} 0 node_network_transmit_errs_total{device="veth68c2d83"} 0 node_network_transmit_errs_total{device="veth6c35cbb"} 0 node_network_transmit_errs_total{device="veth6d82a2a"} 0 node_network_transmit_errs_total{device="veth6ee932b"} 0 node_network_transmit_errs_total{device="veth711efca"} 0 node_network_transmit_errs_total{device="veth7179474"} 0 node_network_transmit_errs_total{device="veth725414d"} 0 node_network_transmit_errs_total{device="veth729be05"} 0 node_network_transmit_errs_total{device="veth78c0666"} 0 node_network_transmit_errs_total{device="veth7e7d495"} 0 node_network_transmit_errs_total{device="veth7f134c0"} 0 node_network_transmit_errs_total{device="veth7f29095"} 0 node_network_transmit_errs_total{device="veth81533a9"} 0 node_network_transmit_errs_total{device="veth8379efc"} 0 node_network_transmit_errs_total{device="veth83e5a89"} 0 node_network_transmit_errs_total{device="veth95266fa"} 0 node_network_transmit_errs_total{device="veth962fe9e"} 0 node_network_transmit_errs_total{device="veth9647054"} 0 node_network_transmit_errs_total{device="veth9af3a8a"} 0 node_network_transmit_errs_total{device="veth9b41300"} 0 node_network_transmit_errs_total{device="veth9c1d28a"} 0 node_network_transmit_errs_total{device="veth9dbe9d7"} 0 node_network_transmit_errs_total{device="veth9e94848"} 0 node_network_transmit_errs_total{device="veth9e9a65e"} 0 node_network_transmit_errs_total{device="vetha1e66ec"} 0 node_network_transmit_errs_total{device="vetha21af34"} 0 node_network_transmit_errs_total{device="vetha308109"} 0 node_network_transmit_errs_total{device="vetha4d2429"} 0 node_network_transmit_errs_total{device="vetha595350"} 0 node_network_transmit_errs_total{device="vetha97b48d"} 0 node_network_transmit_errs_total{device="vethaf098f8"} 0 node_network_transmit_errs_total{device="vethb04ceea"} 0 node_network_transmit_errs_total{device="vethb33346e"} 0 node_network_transmit_errs_total{device="vethb39b86b"} 0 node_network_transmit_errs_total{device="vethb4a66b2"} 0 node_network_transmit_errs_total{device="vethbadcb83"} 0 node_network_transmit_errs_total{device="vethc14cb3c"} 0 node_network_transmit_errs_total{device="vethc262e6c"} 0 node_network_transmit_errs_total{device="vethc3796c9"} 0 node_network_transmit_errs_total{device="vethc8b05a3"} 0 node_network_transmit_errs_total{device="vethc8b7383"} 0 node_network_transmit_errs_total{device="vethcf7e47f"} 0 node_network_transmit_errs_total{device="vethd316330"} 0 node_network_transmit_errs_total{device="vethd3cbd51"} 0 node_network_transmit_errs_total{device="vethdcaed9f"} 0 node_network_transmit_errs_total{device="vethea0d85c"} 0 node_network_transmit_errs_total{device="vetheba2f17"} 0 node_network_transmit_errs_total{device="vethec1a747"} 0 node_network_transmit_errs_total{device="vethefa6275"} 0 node_network_transmit_errs_total{device="vethf1e4456"} 0 node_network_transmit_errs_total{device="vethf2b8d98"} 0 node_network_transmit_errs_total{device="vethf57cebe"} 0 node_network_transmit_errs_total{device="vethfa2daf8"} 0 node_network_transmit_errs_total{device="vethfcb3438"} 0 node_network_transmit_errs_total{device="vethfd271e2"} 0 node_network_transmit_errs_total{device="vethff60f24"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="br-1c5ae9c4fb11"} 0 node_network_transmit_fifo_total{device="br-1f437ee92de3"} 0 node_network_transmit_fifo_total{device="br-541b70109604"} 0 node_network_transmit_fifo_total{device="br-57fae769631e"} 0 node_network_transmit_fifo_total{device="br-5fe347eda337"} 0 node_network_transmit_fifo_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_fifo_total{device="br-6461bc9320a1"} 0 node_network_transmit_fifo_total{device="br-8e9e3794015c"} 0 node_network_transmit_fifo_total{device="br-9d8e958996ba"} 0 node_network_transmit_fifo_total{device="br-a7e11f654a04"} 0 node_network_transmit_fifo_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_fifo_total{device="br-b266df46df77"} 0 node_network_transmit_fifo_total{device="br-b79aa99837b3"} 0 node_network_transmit_fifo_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_fifo_total{device="br-eac26a665bc7"} 0 node_network_transmit_fifo_total{device="br-f1318694100b"} 0 node_network_transmit_fifo_total{device="br-f37d406e9375"} 0 node_network_transmit_fifo_total{device="br-ff21357210f8"} 0 node_network_transmit_fifo_total{device="docker0"} 0 node_network_transmit_fifo_total{device="ens18"} 0 node_network_transmit_fifo_total{device="lo"} 0 node_network_transmit_fifo_total{device="veth09ad19e"} 0 node_network_transmit_fifo_total{device="veth0c4a461"} 0 node_network_transmit_fifo_total{device="veth14d01ae"} 0 node_network_transmit_fifo_total{device="veth157d186"} 0 node_network_transmit_fifo_total{device="veth18ad5b9"} 0 node_network_transmit_fifo_total{device="veth1b9003d"} 0 node_network_transmit_fifo_total{device="veth1caaffd"} 0 node_network_transmit_fifo_total{device="veth2185ef4"} 0 node_network_transmit_fifo_total{device="veth235bad2"} 0 node_network_transmit_fifo_total{device="veth2763c5c"} 0 node_network_transmit_fifo_total{device="veth280aa9d"} 0 node_network_transmit_fifo_total{device="veth29da9fb"} 0 node_network_transmit_fifo_total{device="veth2c09835"} 0 node_network_transmit_fifo_total{device="veth2e1ec66"} 0 node_network_transmit_fifo_total{device="veth309c296"} 0 node_network_transmit_fifo_total{device="veth32006e2"} 0 node_network_transmit_fifo_total{device="veth340dc17"} 0 node_network_transmit_fifo_total{device="veth38b8b5d"} 0 node_network_transmit_fifo_total{device="veth39b0cd2"} 0 node_network_transmit_fifo_total{device="veth39d52fc"} 0 node_network_transmit_fifo_total{device="veth3a1198f"} 0 node_network_transmit_fifo_total{device="veth3d4bad3"} 0 node_network_transmit_fifo_total{device="veth4261e25"} 0 node_network_transmit_fifo_total{device="veth456ae2e"} 0 node_network_transmit_fifo_total{device="veth483d7d7"} 0 node_network_transmit_fifo_total{device="veth4d54295"} 0 node_network_transmit_fifo_total{device="veth4e241ac"} 0 node_network_transmit_fifo_total{device="veth4f4c81e"} 0 node_network_transmit_fifo_total{device="veth50a2599"} 0 node_network_transmit_fifo_total{device="veth50addcc"} 0 node_network_transmit_fifo_total{device="veth5593153"} 0 node_network_transmit_fifo_total{device="veth563df23"} 0 node_network_transmit_fifo_total{device="veth5a3b7a1"} 0 node_network_transmit_fifo_total{device="veth613cdc2"} 0 node_network_transmit_fifo_total{device="veth6441243"} 0 node_network_transmit_fifo_total{device="veth67b25b8"} 0 node_network_transmit_fifo_total{device="veth68c2d83"} 0 node_network_transmit_fifo_total{device="veth6c35cbb"} 0 node_network_transmit_fifo_total{device="veth6d82a2a"} 0 node_network_transmit_fifo_total{device="veth6ee932b"} 0 node_network_transmit_fifo_total{device="veth711efca"} 0 node_network_transmit_fifo_total{device="veth7179474"} 0 node_network_transmit_fifo_total{device="veth725414d"} 0 node_network_transmit_fifo_total{device="veth729be05"} 0 node_network_transmit_fifo_total{device="veth78c0666"} 0 node_network_transmit_fifo_total{device="veth7e7d495"} 0 node_network_transmit_fifo_total{device="veth7f134c0"} 0 node_network_transmit_fifo_total{device="veth7f29095"} 0 node_network_transmit_fifo_total{device="veth81533a9"} 0 node_network_transmit_fifo_total{device="veth8379efc"} 0 node_network_transmit_fifo_total{device="veth83e5a89"} 0 node_network_transmit_fifo_total{device="veth95266fa"} 0 node_network_transmit_fifo_total{device="veth962fe9e"} 0 node_network_transmit_fifo_total{device="veth9647054"} 0 node_network_transmit_fifo_total{device="veth9af3a8a"} 0 node_network_transmit_fifo_total{device="veth9b41300"} 0 node_network_transmit_fifo_total{device="veth9c1d28a"} 0 node_network_transmit_fifo_total{device="veth9dbe9d7"} 0 node_network_transmit_fifo_total{device="veth9e94848"} 0 node_network_transmit_fifo_total{device="veth9e9a65e"} 0 node_network_transmit_fifo_total{device="vetha1e66ec"} 0 node_network_transmit_fifo_total{device="vetha21af34"} 0 node_network_transmit_fifo_total{device="vetha308109"} 0 node_network_transmit_fifo_total{device="vetha4d2429"} 0 node_network_transmit_fifo_total{device="vetha595350"} 0 node_network_transmit_fifo_total{device="vetha97b48d"} 0 node_network_transmit_fifo_total{device="vethaf098f8"} 0 node_network_transmit_fifo_total{device="vethb04ceea"} 0 node_network_transmit_fifo_total{device="vethb33346e"} 0 node_network_transmit_fifo_total{device="vethb39b86b"} 0 node_network_transmit_fifo_total{device="vethb4a66b2"} 0 node_network_transmit_fifo_total{device="vethbadcb83"} 0 node_network_transmit_fifo_total{device="vethc14cb3c"} 0 node_network_transmit_fifo_total{device="vethc262e6c"} 0 node_network_transmit_fifo_total{device="vethc3796c9"} 0 node_network_transmit_fifo_total{device="vethc8b05a3"} 0 node_network_transmit_fifo_total{device="vethc8b7383"} 0 node_network_transmit_fifo_total{device="vethcf7e47f"} 0 node_network_transmit_fifo_total{device="vethd316330"} 0 node_network_transmit_fifo_total{device="vethd3cbd51"} 0 node_network_transmit_fifo_total{device="vethdcaed9f"} 0 node_network_transmit_fifo_total{device="vethea0d85c"} 0 node_network_transmit_fifo_total{device="vetheba2f17"} 0 node_network_transmit_fifo_total{device="vethec1a747"} 0 node_network_transmit_fifo_total{device="vethefa6275"} 0 node_network_transmit_fifo_total{device="vethf1e4456"} 0 node_network_transmit_fifo_total{device="vethf2b8d98"} 0 node_network_transmit_fifo_total{device="vethf57cebe"} 0 node_network_transmit_fifo_total{device="vethfa2daf8"} 0 node_network_transmit_fifo_total{device="vethfcb3438"} 0 node_network_transmit_fifo_total{device="vethfd271e2"} 0 node_network_transmit_fifo_total{device="vethff60f24"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="br-1c5ae9c4fb11"} 21 node_network_transmit_packets_total{device="br-1f437ee92de3"} 1.75173e+06 node_network_transmit_packets_total{device="br-541b70109604"} 80666 node_network_transmit_packets_total{device="br-57fae769631e"} 97373 node_network_transmit_packets_total{device="br-5fe347eda337"} 5 node_network_transmit_packets_total{device="br-607e7f2cc1eb"} 7 node_network_transmit_packets_total{device="br-6461bc9320a1"} 8204 node_network_transmit_packets_total{device="br-8e9e3794015c"} 31236 node_network_transmit_packets_total{device="br-9d8e958996ba"} 63284 node_network_transmit_packets_total{device="br-a7e11f654a04"} 1.061601e+06 node_network_transmit_packets_total{device="br-aaba14ed7a3b"} 7 node_network_transmit_packets_total{device="br-b266df46df77"} 608916 node_network_transmit_packets_total{device="br-b79aa99837b3"} 7 node_network_transmit_packets_total{device="br-e0fcc6d4b66e"} 11106 node_network_transmit_packets_total{device="br-eac26a665bc7"} 2.302785e+06 node_network_transmit_packets_total{device="br-f1318694100b"} 9947 node_network_transmit_packets_total{device="br-f37d406e9375"} 9181 node_network_transmit_packets_total{device="br-ff21357210f8"} 161 node_network_transmit_packets_total{device="docker0"} 4587 node_network_transmit_packets_total{device="ens18"} 1.2072361e+07 node_network_transmit_packets_total{device="lo"} 121618 node_network_transmit_packets_total{device="veth09ad19e"} 152917 node_network_transmit_packets_total{device="veth0c4a461"} 631658 node_network_transmit_packets_total{device="veth14d01ae"} 924 node_network_transmit_packets_total{device="veth157d186"} 53 node_network_transmit_packets_total{device="veth18ad5b9"} 25 node_network_transmit_packets_total{device="veth1b9003d"} 28 node_network_transmit_packets_total{device="veth1caaffd"} 25 node_network_transmit_packets_total{device="veth2185ef4"} 175 node_network_transmit_packets_total{device="veth235bad2"} 53 node_network_transmit_packets_total{device="veth2763c5c"} 80487 node_network_transmit_packets_total{device="veth280aa9d"} 54 node_network_transmit_packets_total{device="veth29da9fb"} 115342 node_network_transmit_packets_total{device="veth2c09835"} 693338 node_network_transmit_packets_total{device="veth2e1ec66"} 53 node_network_transmit_packets_total{device="veth309c296"} 24 node_network_transmit_packets_total{device="veth32006e2"} 55 node_network_transmit_packets_total{device="veth340dc17"} 113372 node_network_transmit_packets_total{device="veth38b8b5d"} 24 node_network_transmit_packets_total{device="veth39b0cd2"} 709 node_network_transmit_packets_total{device="veth39d52fc"} 40 node_network_transmit_packets_total{device="veth3a1198f"} 25 node_network_transmit_packets_total{device="veth3d4bad3"} 12331 node_network_transmit_packets_total{device="veth4261e25"} 8220 node_network_transmit_packets_total{device="veth456ae2e"} 26 node_network_transmit_packets_total{device="veth483d7d7"} 22 node_network_transmit_packets_total{device="veth4d54295"} 1.069031e+06 node_network_transmit_packets_total{device="veth4e241ac"} 23 node_network_transmit_packets_total{device="veth4f4c81e"} 55 node_network_transmit_packets_total{device="veth50a2599"} 32838 node_network_transmit_packets_total{device="veth50addcc"} 24 node_network_transmit_packets_total{device="veth5593153"} 52 node_network_transmit_packets_total{device="veth563df23"} 25 node_network_transmit_packets_total{device="veth5a3b7a1"} 1.092188e+06 node_network_transmit_packets_total{device="veth613cdc2"} 10596 node_network_transmit_packets_total{device="veth6441243"} 23 node_network_transmit_packets_total{device="veth67b25b8"} 22 node_network_transmit_packets_total{device="veth68c2d83"} 551669 node_network_transmit_packets_total{device="veth6c35cbb"} 228214 node_network_transmit_packets_total{device="veth6d82a2a"} 24 node_network_transmit_packets_total{device="veth6ee932b"} 1.081094e+06 node_network_transmit_packets_total{device="veth711efca"} 3590 node_network_transmit_packets_total{device="veth7179474"} 9946 node_network_transmit_packets_total{device="veth725414d"} 133465 node_network_transmit_packets_total{device="veth729be05"} 44216 node_network_transmit_packets_total{device="veth78c0666"} 6685 node_network_transmit_packets_total{device="veth7e7d495"} 19942 node_network_transmit_packets_total{device="veth7f134c0"} 31253 node_network_transmit_packets_total{device="veth7f29095"} 1.768805e+06 node_network_transmit_packets_total{device="veth81533a9"} 11128 node_network_transmit_packets_total{device="veth8379efc"} 703 node_network_transmit_packets_total{device="veth83e5a89"} 12406 node_network_transmit_packets_total{device="veth95266fa"} 52 node_network_transmit_packets_total{device="veth962fe9e"} 24 node_network_transmit_packets_total{device="veth9647054"} 53 node_network_transmit_packets_total{device="veth9af3a8a"} 3598 node_network_transmit_packets_total{device="veth9b41300"} 25 node_network_transmit_packets_total{device="veth9c1d28a"} 21480 node_network_transmit_packets_total{device="veth9dbe9d7"} 11648 node_network_transmit_packets_total{device="veth9e94848"} 114157 node_network_transmit_packets_total{device="veth9e9a65e"} 54 node_network_transmit_packets_total{device="vetha1e66ec"} 12420 node_network_transmit_packets_total{device="vetha21af34"} 25 node_network_transmit_packets_total{device="vetha308109"} 55 node_network_transmit_packets_total{device="vetha4d2429"} 24 node_network_transmit_packets_total{device="vetha595350"} 28 node_network_transmit_packets_total{device="vetha97b48d"} 8429 node_network_transmit_packets_total{device="vethaf098f8"} 14634 node_network_transmit_packets_total{device="vethb04ceea"} 311736 node_network_transmit_packets_total{device="vethb33346e"} 62738 node_network_transmit_packets_total{device="vethb39b86b"} 27 node_network_transmit_packets_total{device="vethb4a66b2"} 63821 node_network_transmit_packets_total{device="vethbadcb83"} 24 node_network_transmit_packets_total{device="vethc14cb3c"} 10599 node_network_transmit_packets_total{device="vethc262e6c"} 997263 node_network_transmit_packets_total{device="vethc3796c9"} 53 node_network_transmit_packets_total{device="vethc8b05a3"} 29097 node_network_transmit_packets_total{device="vethc8b7383"} 126264 node_network_transmit_packets_total{device="vethcf7e47f"} 25 node_network_transmit_packets_total{device="vethd316330"} 47 node_network_transmit_packets_total{device="vethd3cbd51"} 53 node_network_transmit_packets_total{device="vethdcaed9f"} 23 node_network_transmit_packets_total{device="vethea0d85c"} 52 node_network_transmit_packets_total{device="vetheba2f17"} 850833 node_network_transmit_packets_total{device="vethec1a747"} 117548 node_network_transmit_packets_total{device="vethefa6275"} 58 node_network_transmit_packets_total{device="vethf1e4456"} 574637 node_network_transmit_packets_total{device="vethf2b8d98"} 9198 node_network_transmit_packets_total{device="vethf57cebe"} 54 node_network_transmit_packets_total{device="vethfa2daf8"} 28343 node_network_transmit_packets_total{device="vethfcb3438"} 53 node_network_transmit_packets_total{device="vethfd271e2"} 114211 node_network_transmit_packets_total{device="vethff60f24"} 19998 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="br-1c5ae9c4fb11"} 0 node_network_transmit_queue_length{device="br-1f437ee92de3"} 0 node_network_transmit_queue_length{device="br-541b70109604"} 0 node_network_transmit_queue_length{device="br-57fae769631e"} 0 node_network_transmit_queue_length{device="br-5fe347eda337"} 0 node_network_transmit_queue_length{device="br-607e7f2cc1eb"} 0 node_network_transmit_queue_length{device="br-6461bc9320a1"} 0 node_network_transmit_queue_length{device="br-8e9e3794015c"} 0 node_network_transmit_queue_length{device="br-9d8e958996ba"} 0 node_network_transmit_queue_length{device="br-a7e11f654a04"} 0 node_network_transmit_queue_length{device="br-aaba14ed7a3b"} 0 node_network_transmit_queue_length{device="br-b266df46df77"} 0 node_network_transmit_queue_length{device="br-b79aa99837b3"} 0 node_network_transmit_queue_length{device="br-e0fcc6d4b66e"} 0 node_network_transmit_queue_length{device="br-eac26a665bc7"} 0 node_network_transmit_queue_length{device="br-f1318694100b"} 0 node_network_transmit_queue_length{device="br-f37d406e9375"} 0 node_network_transmit_queue_length{device="br-ff21357210f8"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="ens18"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth09ad19e"} 0 node_network_transmit_queue_length{device="veth0c4a461"} 0 node_network_transmit_queue_length{device="veth14d01ae"} 0 node_network_transmit_queue_length{device="veth157d186"} 0 node_network_transmit_queue_length{device="veth18ad5b9"} 0 node_network_transmit_queue_length{device="veth1b9003d"} 0 node_network_transmit_queue_length{device="veth1caaffd"} 0 node_network_transmit_queue_length{device="veth2185ef4"} 0 node_network_transmit_queue_length{device="veth235bad2"} 0 node_network_transmit_queue_length{device="veth2763c5c"} 0 node_network_transmit_queue_length{device="veth280aa9d"} 0 node_network_transmit_queue_length{device="veth29da9fb"} 0 node_network_transmit_queue_length{device="veth2c09835"} 0 node_network_transmit_queue_length{device="veth2e1ec66"} 0 node_network_transmit_queue_length{device="veth309c296"} 0 node_network_transmit_queue_length{device="veth32006e2"} 0 node_network_transmit_queue_length{device="veth340dc17"} 0 node_network_transmit_queue_length{device="veth38b8b5d"} 0 node_network_transmit_queue_length{device="veth39b0cd2"} 0 node_network_transmit_queue_length{device="veth39d52fc"} 0 node_network_transmit_queue_length{device="veth3a1198f"} 0 node_network_transmit_queue_length{device="veth3d4bad3"} 0 node_network_transmit_queue_length{device="veth4261e25"} 0 node_network_transmit_queue_length{device="veth456ae2e"} 0 node_network_transmit_queue_length{device="veth483d7d7"} 0 node_network_transmit_queue_length{device="veth4d54295"} 0 node_network_transmit_queue_length{device="veth4e241ac"} 0 node_network_transmit_queue_length{device="veth4f4c81e"} 0 node_network_transmit_queue_length{device="veth50a2599"} 0 node_network_transmit_queue_length{device="veth50addcc"} 0 node_network_transmit_queue_length{device="veth5593153"} 0 node_network_transmit_queue_length{device="veth563df23"} 0 node_network_transmit_queue_length{device="veth5a3b7a1"} 0 node_network_transmit_queue_length{device="veth613cdc2"} 0 node_network_transmit_queue_length{device="veth6441243"} 0 node_network_transmit_queue_length{device="veth67b25b8"} 0 node_network_transmit_queue_length{device="veth68c2d83"} 0 node_network_transmit_queue_length{device="veth6c35cbb"} 0 node_network_transmit_queue_length{device="veth6d82a2a"} 0 node_network_transmit_queue_length{device="veth6ee932b"} 0 node_network_transmit_queue_length{device="veth711efca"} 0 node_network_transmit_queue_length{device="veth7179474"} 0 node_network_transmit_queue_length{device="veth725414d"} 0 node_network_transmit_queue_length{device="veth729be05"} 0 node_network_transmit_queue_length{device="veth78c0666"} 0 node_network_transmit_queue_length{device="veth7e7d495"} 0 node_network_transmit_queue_length{device="veth7f134c0"} 0 node_network_transmit_queue_length{device="veth7f29095"} 0 node_network_transmit_queue_length{device="veth81533a9"} 0 node_network_transmit_queue_length{device="veth8379efc"} 0 node_network_transmit_queue_length{device="veth83e5a89"} 0 node_network_transmit_queue_length{device="veth95266fa"} 0 node_network_transmit_queue_length{device="veth962fe9e"} 0 node_network_transmit_queue_length{device="veth9647054"} 0 node_network_transmit_queue_length{device="veth9af3a8a"} 0 node_network_transmit_queue_length{device="veth9b41300"} 0 node_network_transmit_queue_length{device="veth9c1d28a"} 0 node_network_transmit_queue_length{device="veth9dbe9d7"} 0 node_network_transmit_queue_length{device="veth9e94848"} 0 node_network_transmit_queue_length{device="veth9e9a65e"} 0 node_network_transmit_queue_length{device="vetha1e66ec"} 0 node_network_transmit_queue_length{device="vetha21af34"} 0 node_network_transmit_queue_length{device="vetha308109"} 0 node_network_transmit_queue_length{device="vetha4d2429"} 0 node_network_transmit_queue_length{device="vetha595350"} 0 node_network_transmit_queue_length{device="vetha97b48d"} 0 node_network_transmit_queue_length{device="vethaf098f8"} 0 node_network_transmit_queue_length{device="vethb04ceea"} 0 node_network_transmit_queue_length{device="vethb33346e"} 0 node_network_transmit_queue_length{device="vethb39b86b"} 0 node_network_transmit_queue_length{device="vethb4a66b2"} 0 node_network_transmit_queue_length{device="vethbadcb83"} 0 node_network_transmit_queue_length{device="vethc14cb3c"} 0 node_network_transmit_queue_length{device="vethc262e6c"} 0 node_network_transmit_queue_length{device="vethc3796c9"} 0 node_network_transmit_queue_length{device="vethc8b05a3"} 0 node_network_transmit_queue_length{device="vethc8b7383"} 0 node_network_transmit_queue_length{device="vethcf7e47f"} 0 node_network_transmit_queue_length{device="vethd316330"} 0 node_network_transmit_queue_length{device="vethd3cbd51"} 0 node_network_transmit_queue_length{device="vethdcaed9f"} 0 node_network_transmit_queue_length{device="vethea0d85c"} 0 node_network_transmit_queue_length{device="vetheba2f17"} 0 node_network_transmit_queue_length{device="vethec1a747"} 0 node_network_transmit_queue_length{device="vethefa6275"} 0 node_network_transmit_queue_length{device="vethf1e4456"} 0 node_network_transmit_queue_length{device="vethf2b8d98"} 0 node_network_transmit_queue_length{device="vethf57cebe"} 0 node_network_transmit_queue_length{device="vethfa2daf8"} 0 node_network_transmit_queue_length{device="vethfcb3438"} 0 node_network_transmit_queue_length{device="vethfd271e2"} 0 node_network_transmit_queue_length{device="vethff60f24"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-1c5ae9c4fb11"} 1 node_network_up{device="br-1f437ee92de3"} 1 node_network_up{device="br-541b70109604"} 1 node_network_up{device="br-57fae769631e"} 1 node_network_up{device="br-5fe347eda337"} 1 node_network_up{device="br-607e7f2cc1eb"} 1 node_network_up{device="br-6461bc9320a1"} 1 node_network_up{device="br-8e9e3794015c"} 1 node_network_up{device="br-9d8e958996ba"} 1 node_network_up{device="br-a7e11f654a04"} 1 node_network_up{device="br-aaba14ed7a3b"} 1 node_network_up{device="br-b266df46df77"} 1 node_network_up{device="br-b79aa99837b3"} 1 node_network_up{device="br-e0fcc6d4b66e"} 1 node_network_up{device="br-eac26a665bc7"} 1 node_network_up{device="br-f1318694100b"} 1 node_network_up{device="br-f37d406e9375"} 1 node_network_up{device="br-ff21357210f8"} 1 node_network_up{device="docker0"} 0 node_network_up{device="ens18"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth09ad19e"} 1 node_network_up{device="veth0c4a461"} 1 node_network_up{device="veth14d01ae"} 1 node_network_up{device="veth157d186"} 1 node_network_up{device="veth18ad5b9"} 1 node_network_up{device="veth1b9003d"} 1 node_network_up{device="veth1caaffd"} 1 node_network_up{device="veth2185ef4"} 1 node_network_up{device="veth235bad2"} 1 node_network_up{device="veth2763c5c"} 1 node_network_up{device="veth280aa9d"} 1 node_network_up{device="veth29da9fb"} 1 node_network_up{device="veth2c09835"} 1 node_network_up{device="veth2e1ec66"} 1 node_network_up{device="veth309c296"} 1 node_network_up{device="veth32006e2"} 1 node_network_up{device="veth340dc17"} 1 node_network_up{device="veth38b8b5d"} 1 node_network_up{device="veth39b0cd2"} 1 node_network_up{device="veth39d52fc"} 1 node_network_up{device="veth3a1198f"} 1 node_network_up{device="veth3d4bad3"} 1 node_network_up{device="veth4261e25"} 1 node_network_up{device="veth456ae2e"} 1 node_network_up{device="veth483d7d7"} 1 node_network_up{device="veth4d54295"} 1 node_network_up{device="veth4e241ac"} 1 node_network_up{device="veth4f4c81e"} 1 node_network_up{device="veth50a2599"} 1 node_network_up{device="veth50addcc"} 1 node_network_up{device="veth5593153"} 1 node_network_up{device="veth563df23"} 1 node_network_up{device="veth5a3b7a1"} 1 node_network_up{device="veth613cdc2"} 1 node_network_up{device="veth6441243"} 1 node_network_up{device="veth67b25b8"} 1 node_network_up{device="veth68c2d83"} 1 node_network_up{device="veth6c35cbb"} 1 node_network_up{device="veth6d82a2a"} 1 node_network_up{device="veth6ee932b"} 1 node_network_up{device="veth711efca"} 1 node_network_up{device="veth7179474"} 1 node_network_up{device="veth725414d"} 1 node_network_up{device="veth729be05"} 1 node_network_up{device="veth78c0666"} 1 node_network_up{device="veth7e7d495"} 1 node_network_up{device="veth7f134c0"} 1 node_network_up{device="veth7f29095"} 1 node_network_up{device="veth81533a9"} 1 node_network_up{device="veth8379efc"} 1 node_network_up{device="veth83e5a89"} 1 node_network_up{device="veth95266fa"} 1 node_network_up{device="veth962fe9e"} 1 node_network_up{device="veth9647054"} 1 node_network_up{device="veth9af3a8a"} 1 node_network_up{device="veth9b41300"} 1 node_network_up{device="veth9c1d28a"} 1 node_network_up{device="veth9dbe9d7"} 1 node_network_up{device="veth9e94848"} 1 node_network_up{device="veth9e9a65e"} 1 node_network_up{device="vetha1e66ec"} 1 node_network_up{device="vetha21af34"} 1 node_network_up{device="vetha308109"} 1 node_network_up{device="vetha4d2429"} 1 node_network_up{device="vetha595350"} 1 node_network_up{device="vetha97b48d"} 1 node_network_up{device="vethaf098f8"} 1 node_network_up{device="vethb04ceea"} 1 node_network_up{device="vethb33346e"} 1 node_network_up{device="vethb39b86b"} 1 node_network_up{device="vethb4a66b2"} 1 node_network_up{device="vethbadcb83"} 1 node_network_up{device="vethc14cb3c"} 1 node_network_up{device="vethc262e6c"} 1 node_network_up{device="vethc3796c9"} 1 node_network_up{device="vethc8b05a3"} 1 node_network_up{device="vethc8b7383"} 1 node_network_up{device="vethcf7e47f"} 1 node_network_up{device="vethd316330"} 1 node_network_up{device="vethd3cbd51"} 1 node_network_up{device="vethdcaed9f"} 1 node_network_up{device="vethea0d85c"} 1 node_network_up{device="vetheba2f17"} 1 node_network_up{device="vethec1a747"} 1 node_network_up{device="vethefa6275"} 1 node_network_up{device="vethf1e4456"} 1 node_network_up{device="vethf2b8d98"} 1 node_network_up{device="vethf57cebe"} 1 node_network_up{device="vethfa2daf8"} 1 node_network_up{device="vethfcb3438"} 1 node_network_up{device="vethfd271e2"} 1 node_network_up{device="vethff60f24"} 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 967 # 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"} 296 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"} 8916 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"} 81 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"} 4933 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"} 3981 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"} 8390 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"} 3981 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 3981 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"} 8143 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"} 13 node_nfs_requests_total{method="Open",proto="4"} 5009 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"} 4100 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"} 5024 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"} 7962 node_nfs_requests_total{method="StatFs",proto="4"} 6.638401e+06 node_nfs_requests_total{method="SymLink",proto="2"} 0 node_nfs_requests_total{method="SymLink",proto="3"} 0 node_nfs_requests_total{method="Symlink",proto="4"} 0 node_nfs_requests_total{method="TestStateID",proto="4"} 0 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 3981 # 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 6.707274e+06 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 0 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 6.707285e+06 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 24.04.1 LTS",variant="",variant_id="",version="24.04.1 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 201.48342499999998 # 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 4.15747 # 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 5.24622 # HELP node_pressure_memory_stalled_seconds_total Total time in seconds no process could make progress due to memory congestion # TYPE node_pressure_memory_stalled_seconds_total counter node_pressure_memory_stalled_seconds_total 0.00047 # HELP node_pressure_memory_waiting_seconds_total Total time in seconds that processes have waited for memory # TYPE node_pressure_memory_waiting_seconds_total counter node_pressure_memory_waiting_seconds_total 0.000851 # 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 625 # HELP node_processes_state Number of processes in each state. # TYPE node_processes_state gauge node_processes_state{state="I"} 94 node_processes_state{state="S"} 530 node_processes_state{state="Z"} 1 # HELP node_processes_threads Allocated threads in system # TYPE node_processes_threads gauge node_processes_threads 3827 # HELP node_processes_threads_state Number of threads in each state. # TYPE node_processes_threads_state gauge node_processes_threads_state{thread_state="I"} 94 node_processes_threads_state{thread_state="R"} 1 node_processes_threads_state{thread_state="S"} 3731 node_processes_threads_state{thread_state="Z"} 1 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 1 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 1840.365285664 node_schedstat_running_seconds_total{cpu="1"} 1830.053288896 node_schedstat_running_seconds_total{cpu="2"} 1816.538566317 node_schedstat_running_seconds_total{cpu="3"} 1836.259883871 node_schedstat_running_seconds_total{cpu="4"} 1871.208504117 node_schedstat_running_seconds_total{cpu="5"} 1845.063581291 node_schedstat_running_seconds_total{cpu="6"} 1866.105726821 node_schedstat_running_seconds_total{cpu="7"} 1859.883950394 node_schedstat_running_seconds_total{cpu="8"} 1854.890976473 node_schedstat_running_seconds_total{cpu="9"} 1880.856978521 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.9025501e+07 node_schedstat_timeslices_total{cpu="1"} 2.7916798e+07 node_schedstat_timeslices_total{cpu="2"} 2.8603134e+07 node_schedstat_timeslices_total{cpu="3"} 2.8234119e+07 node_schedstat_timeslices_total{cpu="4"} 2.8006318e+07 node_schedstat_timeslices_total{cpu="5"} 2.801385e+07 node_schedstat_timeslices_total{cpu="6"} 2.7927175e+07 node_schedstat_timeslices_total{cpu="7"} 2.8140177e+07 node_schedstat_timeslices_total{cpu="8"} 2.8337237e+07 node_schedstat_timeslices_total{cpu="9"} 2.8094728e+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"} 390.011621131 node_schedstat_waiting_seconds_total{cpu="1"} 362.453551365 node_schedstat_waiting_seconds_total{cpu="2"} 406.998403653 node_schedstat_waiting_seconds_total{cpu="3"} 406.866347751 node_schedstat_waiting_seconds_total{cpu="4"} 392.752328862 node_schedstat_waiting_seconds_total{cpu="5"} 426.038424527 node_schedstat_waiting_seconds_total{cpu="6"} 428.868184374 node_schedstat_waiting_seconds_total{cpu="7"} 425.115296789 node_schedstat_waiting_seconds_total{cpu="8"} 373.835400092 node_schedstat_waiting_seconds_total{cpu="9"} 435.921061821 # 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.00055382 node_scrape_collector_duration_seconds{collector="bcache"} 8.346e-06 node_scrape_collector_duration_seconds{collector="bonding"} 1.3267e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.001404697 node_scrape_collector_duration_seconds{collector="conntrack"} 4.3962e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.00059062 node_scrape_collector_duration_seconds{collector="cpufreq"} 6.0331e-05 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001803898 node_scrape_collector_duration_seconds{collector="dmi"} 1.7115e-05 node_scrape_collector_duration_seconds{collector="edac"} 2.2653e-05 node_scrape_collector_duration_seconds{collector="entropy"} 7.7063e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 7.332e-06 node_scrape_collector_duration_seconds{collector="filefd"} 2.8817e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.019709505 node_scrape_collector_duration_seconds{collector="hwmon"} 1.3528e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 7.357e-06 node_scrape_collector_duration_seconds{collector="interrupts"} 0.000920802 node_scrape_collector_duration_seconds{collector="ipvs"} 1.42e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 2.1664e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 2.6176e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000180913 node_scrape_collector_duration_seconds{collector="netclass"} 0.078061762 node_scrape_collector_duration_seconds{collector="netdev"} 0.00553351 node_scrape_collector_duration_seconds{collector="netstat"} 0.000590791 node_scrape_collector_duration_seconds{collector="nfs"} 0.000119988 node_scrape_collector_duration_seconds{collector="nfsd"} 1.6483e-05 node_scrape_collector_duration_seconds{collector="nvme"} 1.6168e-05 node_scrape_collector_duration_seconds{collector="os"} 3.6317e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.0351e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000100874 node_scrape_collector_duration_seconds{collector="processes"} 0.153579894 node_scrape_collector_duration_seconds{collector="rapl"} 1.2504e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 8.8096e-05 node_scrape_collector_duration_seconds{collector="selinux"} 1.233e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 9.5704e-05 node_scrape_collector_duration_seconds{collector="softnet"} 9.1075e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000158351 node_scrape_collector_duration_seconds{collector="systemd"} 5.4537e-05 node_scrape_collector_duration_seconds{collector="tapestats"} 7.339e-06 node_scrape_collector_duration_seconds{collector="textfile"} 1.1966e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000384414 node_scrape_collector_duration_seconds{collector="time"} 7.4455e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.3788e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000317673 node_scrape_collector_duration_seconds{collector="uname"} 8.526e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000115541 node_scrape_collector_duration_seconds{collector="watchdog"} 1.583e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.0771e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.2933e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="interrupts"} 1 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 1 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="processes"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="systemd"} 0 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 1 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 1 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 47 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 646 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 77 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 0 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 0 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 1 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 98 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 2 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 5 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 1200 # 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.9152e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 1009 # 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"} 2.526242e+06 node_softnet_processed_total{cpu="1"} 1.9664325e+07 node_softnet_processed_total{cpu="2"} 3.77841e+06 node_softnet_processed_total{cpu="3"} 2.96668e+06 node_softnet_processed_total{cpu="4"} 2.696971e+06 node_softnet_processed_total{cpu="5"} 2.572326e+06 node_softnet_processed_total{cpu="6"} 2.580538e+06 node_softnet_processed_total{cpu="7"} 2.513909e+06 node_softnet_processed_total{cpu="8"} 2.509043e+06 node_softnet_processed_total{cpu="9"} 2.485742e+06 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="9"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 0 node_softnet_times_squeezed_total{cpu="1"} 0 node_softnet_times_squeezed_total{cpu="2"} 0 node_softnet_times_squeezed_total{cpu="3"} 0 node_softnet_times_squeezed_total{cpu="4"} 0 node_softnet_times_squeezed_total{cpu="5"} 0 node_softnet_times_squeezed_total{cpu="6"} 0 node_softnet_times_squeezed_total{cpu="7"} 1 node_softnet_times_squeezed_total{cpu="8"} 0 node_softnet_times_squeezed_total{cpu="9"} 0 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="hpet",device="0"} 1 node_time_clocksource_available_info{clocksource="kvm-clock",device="0"} 1 node_time_clocksource_available_info{clocksource="tsc",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="kvm-clock",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7653338330690649e+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.999984446395874 # 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.948 # 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.000230279 # 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 24577 # 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 3.11457356e+08 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 18398 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.782324e+06 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 9.758254e+06 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 499.93 # 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.8445454624e+10 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.861679126e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.6566656e+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.7653053364e+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"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 2822 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0