# 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.9459e-05 go_gc_duration_seconds{quantile="0.25"} 3.7845e-05 go_gc_duration_seconds{quantile="0.5"} 4.527e-05 go_gc_duration_seconds{quantile="0.75"} 5.2612e-05 go_gc_duration_seconds{quantile="1"} 0.000232729 go_gc_duration_seconds_sum 30.288072957 go_gc_duration_seconds_count 769842 # 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 9 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.1"} 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 5.381224e+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 1.90920856064e+12 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.445762e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 3.1370523499e+10 # 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.735296e+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 5.381224e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.2173312e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 7.421952e+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 70033 # 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 8.781824e+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.9595264e+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.790395634556005e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 3.1370593532e+10 # 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 2296 # 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 32144 # 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 134880 # 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 261120 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 7.554882e+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 769734 # 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.376256e+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.376256e+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.8215576e+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 22 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="br-1cb7739d6f87"} 1 node_arp_entries{device="br-269018c835b3"} 1 node_arp_entries{device="br-2b64803f4baa"} 2 node_arp_entries{device="br-4d06846f6926"} 2 node_arp_entries{device="br-53fe3455a836"} 1 node_arp_entries{device="br-8d661c1c555c"} 6 node_arp_entries{device="br-b47674889f31"} 1 node_arp_entries{device="br-b80ea9895659"} 17 node_arp_entries{device="br-d21546c6dd34"} 1 node_arp_entries{device="br-e1b4575f7f9e"} 1 node_arp_entries{device="ens18"} 3 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.789414971e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 3.2809879428e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 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"} 839807.23 node_cpu_seconds_total{cpu="0",mode="iowait"} 21921.78 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 153.13 node_cpu_seconds_total{cpu="0",mode="softirq"} 4344.45 node_cpu_seconds_total{cpu="0",mode="steal"} 22.59 node_cpu_seconds_total{cpu="0",mode="system"} 38626.4 node_cpu_seconds_total{cpu="0",mode="user"} 63292.07 node_cpu_seconds_total{cpu="1",mode="idle"} 819306.14 node_cpu_seconds_total{cpu="1",mode="iowait"} 19766.39 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 163.47 node_cpu_seconds_total{cpu="1",mode="softirq"} 27275.35 node_cpu_seconds_total{cpu="1",mode="steal"} 33.79 node_cpu_seconds_total{cpu="1",mode="system"} 38414.15 node_cpu_seconds_total{cpu="1",mode="user"} 58506.95 node_cpu_seconds_total{cpu="2",mode="idle"} 838373.4 node_cpu_seconds_total{cpu="2",mode="iowait"} 20128.35 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 141.65 node_cpu_seconds_total{cpu="2",mode="softirq"} 7784.03 node_cpu_seconds_total{cpu="2",mode="steal"} 33.18 node_cpu_seconds_total{cpu="2",mode="system"} 41440.1 node_cpu_seconds_total{cpu="2",mode="user"} 60038.15 node_cpu_seconds_total{cpu="3",mode="idle"} 841877.34 node_cpu_seconds_total{cpu="3",mode="iowait"} 21589.06 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 150.44 node_cpu_seconds_total{cpu="3",mode="softirq"} 2986.83 node_cpu_seconds_total{cpu="3",mode="steal"} 22.47 node_cpu_seconds_total{cpu="3",mode="system"} 40299.95 node_cpu_seconds_total{cpu="3",mode="user"} 61984.65 node_cpu_seconds_total{cpu="4",mode="idle"} 841965.28 node_cpu_seconds_total{cpu="4",mode="iowait"} 22227.72 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 150.8 node_cpu_seconds_total{cpu="4",mode="softirq"} 2183.66 node_cpu_seconds_total{cpu="4",mode="steal"} 22.16 node_cpu_seconds_total{cpu="4",mode="system"} 40039.34 node_cpu_seconds_total{cpu="4",mode="user"} 62314.31 node_cpu_seconds_total{cpu="5",mode="idle"} 841728.9 node_cpu_seconds_total{cpu="5",mode="iowait"} 22232.4 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 139.62 node_cpu_seconds_total{cpu="5",mode="softirq"} 1802.65 node_cpu_seconds_total{cpu="5",mode="steal"} 22.07 node_cpu_seconds_total{cpu="5",mode="system"} 39747.54 node_cpu_seconds_total{cpu="5",mode="user"} 63269.48 node_cpu_seconds_total{cpu="6",mode="idle"} 841836.99 node_cpu_seconds_total{cpu="6",mode="iowait"} 22229.8 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 146.9 node_cpu_seconds_total{cpu="6",mode="softirq"} 1569.36 node_cpu_seconds_total{cpu="6",mode="steal"} 22.02 node_cpu_seconds_total{cpu="6",mode="system"} 39416.26 node_cpu_seconds_total{cpu="6",mode="user"} 63704.87 node_cpu_seconds_total{cpu="7",mode="idle"} 843060.58 node_cpu_seconds_total{cpu="7",mode="iowait"} 22096.48 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 142.79 node_cpu_seconds_total{cpu="7",mode="softirq"} 1409.02 node_cpu_seconds_total{cpu="7",mode="steal"} 21.91 node_cpu_seconds_total{cpu="7",mode="system"} 39011.09 node_cpu_seconds_total{cpu="7",mode="user"} 63125.67 node_cpu_seconds_total{cpu="8",mode="idle"} 842994.04 node_cpu_seconds_total{cpu="8",mode="iowait"} 22279.45 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 155.22 node_cpu_seconds_total{cpu="8",mode="softirq"} 1291.17 node_cpu_seconds_total{cpu="8",mode="steal"} 21.83 node_cpu_seconds_total{cpu="8",mode="system"} 38813.5 node_cpu_seconds_total{cpu="8",mode="user"} 63384.61 node_cpu_seconds_total{cpu="9",mode="idle"} 843166.81 node_cpu_seconds_total{cpu="9",mode="iowait"} 22305.23 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 146.66 node_cpu_seconds_total{cpu="9",mode="softirq"} 1203.06 node_cpu_seconds_total{cpu="9",mode="steal"} 21.81 node_cpu_seconds_total{cpu="9",mode="system"} 38651.07 node_cpu_seconds_total{cpu="9",mode="user"} 63354.49 # 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"} 12.132 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"} 7.62570792e+08 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"} 547289 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"} 622.155 node_disk_flush_requests_time_seconds_total{device="sr0"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="sda"} 1.1217139e+07 node_disk_flush_requests_total{device="sr0"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 node_disk_info{device="sr0",major="11",minor="0",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sr0"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 117592.82400000001 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"} 1.451029581e+06 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.0701463168e+12 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"} 1.409705905e+06 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"} 7.4530504e+07 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"} 2.361101e+06 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"} 40689.388 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"} 6.1817845e+07 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 6.5086191e+07 node_disk_writes_merged_total{device="sr0"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 2.313695290368e+12 node_disk_written_bytes_total{device="sr0"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="04/01/2014",bios_release="0.0",bios_vendor="SeaBIOS",bios_version="rel-1.16.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.26.1",revision="0dd664dece3f8319f6bec5a221acd2c7ad13a23d",tags="unknown",version="1.11.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 10848 # 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="/"} 1.70435923968e+11 node_filesystem_avail_bytes{device="10.7.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_avail_bytes{device="10.7.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_avail_bytes{device="10.7.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_avail_bytes{device="10.7.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 8.723890176e+11 node_filesystem_avail_bytes{device="10.7.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 1.5272565014528e+13 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.357487104e+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.365203968e+09 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="10.7.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_device_error{device="10.7.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_device_error{device="10.7.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_device_error{device="10.7.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 0 node_filesystem_device_error{device="10.7.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 1.9922944e+07 node_filesystem_files{device="10.7.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 2.26492416e+08 node_filesystem_files{device="10.7.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 2.26492416e+08 node_filesystem_files{device="10.7.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 2.26492416e+08 node_filesystem_files{device="10.7.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 2.26492416e+08 node_filesystem_files{device="10.7.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 8.388608e+08 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.108047e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.108047e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 821609 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 1.9098504e+07 node_filesystem_files_free{device="10.7.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 2.2649239e+08 node_filesystem_files_free{device="10.7.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 2.26492389e+08 node_filesystem_files_free{device="10.7.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 2.26492391e+08 node_filesystem_files_free{device="10.7.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 2.26491339e+08 node_filesystem_files_free{device="10.7.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 8.18769128e+08 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.105242e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.108044e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 821527 # 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="/"} 1.84582508544e+11 node_filesystem_free_bytes{device="10.7.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 3.71100483584e+11 node_filesystem_free_bytes{device="10.7.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 3.68656252928e+11 node_filesystem_free_bytes{device="10.7.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 3.68656252928e+11 node_filesystem_free_bytes{device="10.7.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 1.24349054976e+12 node_filesystem_free_bytes{device="10.7.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 1.6646971326464e+13 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.357487104e+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.365203968e+09 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda2",major="8",minor="2",mountpoint="/"} 1 node_filesystem_mount_info{device="10.7.0.14:/mnt/backups/disk1",major="0",minor="53",mountpoint="/mnt/backups/disk1"} 1 node_filesystem_mount_info{device="10.7.0.14:/mnt/backups/disk2",major="0",minor="51",mountpoint="/mnt/backups/disk2"} 1 node_filesystem_mount_info{device="10.7.0.14:/mnt/backups/disk3",major="0",minor="52",mountpoint="/mnt/backups/disk3"} 1 node_filesystem_mount_info{device="10.7.0.14:/mnt/backups/disk4",major="0",minor="50",mountpoint="/mnt/backups/disk4"} 1 node_filesystem_mount_info{device="10.7.0.14:/mnt/superstorage",major="0",minor="48",mountpoint="/mnt/superstorage"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="28",mountpoint="/run/lock"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="43",mountpoint="/run/user/1000"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="10.7.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_purgeable_bytes{device="10.7.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_purgeable_bytes{device="10.7.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_purgeable_bytes{device="10.7.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 0 node_filesystem_purgeable_bytes{device="10.7.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="10.7.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_readonly{device="10.7.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_readonly{device="10.7.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_readonly{device="10.7.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 0 node_filesystem_readonly{device="10.7.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 3.20686051328e+11 node_filesystem_size_bytes{device="10.7.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 7.362023784448e+12 node_filesystem_size_bytes{device="10.7.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 7.362023784448e+12 node_filesystem_size_bytes{device="10.7.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 7.362023784448e+12 node_filesystem_size_bytes{device="10.7.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 7.362023784448e+12 node_filesystem_size_bytes{device="10.7.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 2.72699490304e+13 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.36531456e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 3.365310464e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 2.5751175e+07 # 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"} 9.52161244e+08 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"} 5 node_interrupts_total{cpu="0",devices="",info="Local timer interrupts",type="LOC"} 1.371592481e+09 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"} 2993 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"} 1.2327194e+07 node_interrupts_total{cpu="0",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="0",devices="",info="TLB shootdowns",type="TLB"} 1.0115948e+07 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"} 50 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"} 1.1019539e+07 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"} 6.2857267e+08 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"} 8 node_interrupts_total{cpu="1",devices="",info="Local timer interrupts",type="LOC"} 1.27639842e+09 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"} 2993 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"} 9.375661e+06 node_interrupts_total{cpu="1",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="1",devices="",info="TLB shootdowns",type="TLB"} 9.786722e+06 node_interrupts_total{cpu="1",devices="",info="Thermal event interrupts",type="TRM"} 0 node_interrupts_total{cpu="1",devices="",info="Threshold APIC interrupts",type="THR"} 0 node_interrupts_total{cpu="1",devices="0-edge virtio1-config",info="PCI-MSIX-0000:00:08.0",type="24"} 0 node_interrupts_total{cpu="1",devices="0-edge virtio2-config",info="PCI-MSIX-0000:00:12.0",type="39"} 0 node_interrupts_total{cpu="1",devices="0-edge virtio3-config",info="PCI-MSIX-0000:01:01.0",type="26"} 0 node_interrupts_total{cpu="1",devices="1-edge i8042",info="IO-APIC",type="1"} 0 node_interrupts_total{cpu="1",devices="1-edge virtio1-virtqueues",info="PCI-MSIX-0000:00:08.0",type="25"} 0 node_interrupts_total{cpu="1",devices="1-edge virtio2-input.0",info="PCI-MSIX-0000:00:12.0",type="40"} 1.814465717e+09 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"} 1.048171e+07 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.01133454e+09 node_interrupts_total{cpu="2",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="2",devices="",info="IRQ work interrupts",type="IWI"} 7 node_interrupts_total{cpu="2",devices="",info="Local timer interrupts",type="LOC"} 1.261840778e+09 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"} 2993 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"} 1.2095443e+07 node_interrupts_total{cpu="2",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="2",devices="",info="TLB shootdowns",type="TLB"} 9.662626e+06 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"} 498339 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.585781066e+09 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"} 1.0425948e+07 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"} 8.72276239e+08 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"} 9 node_interrupts_total{cpu="3",devices="",info="Local timer interrupts",type="LOC"} 1.288621417e+09 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"} 2993 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"} 1.2118605e+07 node_interrupts_total{cpu="3",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="3",devices="",info="TLB shootdowns",type="TLB"} 9.79733e+06 node_interrupts_total{cpu="3",devices="",info="Thermal event interrupts",type="TRM"} 0 node_interrupts_total{cpu="3",devices="",info="Threshold APIC interrupts",type="THR"} 0 node_interrupts_total{cpu="3",devices="0-edge virtio1-config",info="PCI-MSIX-0000:00:08.0",type="24"} 0 node_interrupts_total{cpu="3",devices="0-edge virtio2-config",info="PCI-MSIX-0000:00:12.0",type="39"} 0 node_interrupts_total{cpu="3",devices="0-edge virtio3-config",info="PCI-MSIX-0000:01:01.0",type="26"} 0 node_interrupts_total{cpu="3",devices="1-edge i8042",info="IO-APIC",type="1"} 0 node_interrupts_total{cpu="3",devices="1-edge virtio1-virtqueues",info="PCI-MSIX-0000:00:08.0",type="25"} 0 node_interrupts_total{cpu="3",devices="1-edge virtio2-input.0",info="PCI-MSIX-0000:00:12.0",type="40"} 0 node_interrupts_total{cpu="3",devices="1-edge virtio3-control",info="PCI-MSIX-0000:01:01.0",type="27"} 0 node_interrupts_total{cpu="3",devices="10-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="36"} 0 node_interrupts_total{cpu="3",devices="10-fasteoi virtio0",info="IO-APIC",type="10"} 0 node_interrupts_total{cpu="3",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 0 node_interrupts_total{cpu="3",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 34 node_interrupts_total{cpu="3",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="3",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="3",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="3",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="3",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="3",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="3",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="3",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="3",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="3",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="3",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="3",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 1.0616105e+07 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"} 8.26497955e+08 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"} 1.307116498e+09 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"} 2993 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"} 1.2117071e+07 node_interrupts_total{cpu="4",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="4",devices="",info="TLB shootdowns",type="TLB"} 9.971107e+06 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"} 77 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"} 1.077348e+07 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"} 8.06466368e+08 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"} 10 node_interrupts_total{cpu="5",devices="",info="Local timer interrupts",type="LOC"} 1.321605961e+09 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"} 2993 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"} 1.2119848e+07 node_interrupts_total{cpu="5",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="5",devices="",info="TLB shootdowns",type="TLB"} 9.963813e+06 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"} 1.0883785e+07 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"} 7.92313653e+08 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"} 18 node_interrupts_total{cpu="6",devices="",info="Local timer interrupts",type="LOC"} 1.334074413e+09 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"} 2993 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"} 1.2077464e+07 node_interrupts_total{cpu="6",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="6",devices="",info="TLB shootdowns",type="TLB"} 9.972582e+06 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"} 1.086002e+07 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"} 7.8311321e+08 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"} 12 node_interrupts_total{cpu="7",devices="",info="Local timer interrupts",type="LOC"} 1.342657178e+09 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"} 2993 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"} 1.2198786e+07 node_interrupts_total{cpu="7",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="7",devices="",info="TLB shootdowns",type="TLB"} 1.0036483e+07 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"} 1.0916797e+07 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"} 7.75207718e+08 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"} 6 node_interrupts_total{cpu="8",devices="",info="Local timer interrupts",type="LOC"} 1.34907237e+09 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"} 2993 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"} 1.2234865e+07 node_interrupts_total{cpu="8",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="8",devices="",info="TLB shootdowns",type="TLB"} 1.0013561e+07 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"} 1.1068773e+07 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"} 7.69894596e+08 node_interrupts_total{cpu="9",devices="",info="Hypervisor callback interrupts",type="HYP"} 2 node_interrupts_total{cpu="9",devices="",info="IRQ work interrupts",type="IWI"} 10 node_interrupts_total{cpu="9",devices="",info="Local timer interrupts",type="LOC"} 1.355069595e+09 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"} 2993 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"} 1.2238961e+07 node_interrupts_total{cpu="9",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="9",devices="",info="TLB shootdowns",type="TLB"} 1.0063336e+07 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"} 1.1084038e+07 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"} 958100 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 2.5054654289e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 3.05 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.89 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 2.27 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 5.059301376e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 5.455753216e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 3.9645184e+08 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 4.52984832e+08 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 9.096192e+09 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 2.97254912e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 2.0265398272e+10 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.5416491008e+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 6.3464300544e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 2.0401094656e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.5810428928e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.95542784e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 4.489216e+06 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 5.723860992e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 2.455476224e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 1.8830901248e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 7.1794688e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.253634048e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.1386625024e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 6.86555136e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.365312512e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.7979776e+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.55414528e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.654208e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.953796096e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 5.98614016e+08 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 1.326215168e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.552410112e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 3.82705664e+08 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 69632 # 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.7979776e+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 1.02756352e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_memory_Zswapped_bytes Memory information field Zswapped_bytes. # TYPE node_memory_Zswapped_bytes gauge node_memory_Zswapped_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 170916 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 356618 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 356728 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 89287 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 1.2199252e+07 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 9.024674718229e+12 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 9.063186712557e+12 # 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 12 # 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 1485 # 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 556 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 4601 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 3.421905e+06 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 110 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 4 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 7.82580083e+08 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 17380 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 3.344487165e+09 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 3.856195e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 3.651817e+06 # 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 788834 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 5272 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 1.022116e+06 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="br-17e73f047b2b"} 3 node_network_address_assign_type{device="br-1cb7739d6f87"} 3 node_network_address_assign_type{device="br-1e5d9b6f2f5f"} 3 node_network_address_assign_type{device="br-22d28aee11f4"} 3 node_network_address_assign_type{device="br-269018c835b3"} 3 node_network_address_assign_type{device="br-2b64803f4baa"} 3 node_network_address_assign_type{device="br-2da2721de835"} 3 node_network_address_assign_type{device="br-31e6292e2c7b"} 3 node_network_address_assign_type{device="br-3496a612fd86"} 3 node_network_address_assign_type{device="br-45ca7d0205ef"} 3 node_network_address_assign_type{device="br-4d06846f6926"} 3 node_network_address_assign_type{device="br-53fe3455a836"} 3 node_network_address_assign_type{device="br-6ccbd55a6f05"} 3 node_network_address_assign_type{device="br-8d661c1c555c"} 3 node_network_address_assign_type{device="br-b47674889f31"} 3 node_network_address_assign_type{device="br-b80ea9895659"} 3 node_network_address_assign_type{device="br-d21546c6dd34"} 3 node_network_address_assign_type{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 3 node_network_address_assign_type{device="veth09fa8b1"} 3 node_network_address_assign_type{device="veth0b0f759"} 3 node_network_address_assign_type{device="veth0dc8af7"} 3 node_network_address_assign_type{device="veth0ee6980"} 3 node_network_address_assign_type{device="veth11bb666"} 3 node_network_address_assign_type{device="veth14f3a89"} 3 node_network_address_assign_type{device="veth16baecb"} 3 node_network_address_assign_type{device="veth18183b1"} 3 node_network_address_assign_type{device="veth184ff5c"} 3 node_network_address_assign_type{device="veth1d34ed3"} 3 node_network_address_assign_type{device="veth1fd6de3"} 3 node_network_address_assign_type{device="veth23970d8"} 3 node_network_address_assign_type{device="veth2444b0d"} 3 node_network_address_assign_type{device="veth2454222"} 3 node_network_address_assign_type{device="veth2660ae1"} 3 node_network_address_assign_type{device="veth284cfcd"} 3 node_network_address_assign_type{device="veth2a1c461"} 3 node_network_address_assign_type{device="veth2b5b801"} 3 node_network_address_assign_type{device="veth2e1b0f6"} 3 node_network_address_assign_type{device="veth2fd5ab4"} 3 node_network_address_assign_type{device="veth369da68"} 3 node_network_address_assign_type{device="veth37b7a47"} 3 node_network_address_assign_type{device="veth3ad0f91"} 3 node_network_address_assign_type{device="veth3d538bb"} 3 node_network_address_assign_type{device="veth3ef6e51"} 3 node_network_address_assign_type{device="veth40957d1"} 3 node_network_address_assign_type{device="veth44b3f55"} 3 node_network_address_assign_type{device="veth461dd40"} 3 node_network_address_assign_type{device="veth55c5139"} 3 node_network_address_assign_type{device="veth58a87e9"} 3 node_network_address_assign_type{device="veth5bfe961"} 3 node_network_address_assign_type{device="veth5c7e4d9"} 3 node_network_address_assign_type{device="veth60acdbb"} 3 node_network_address_assign_type{device="veth6317a53"} 3 node_network_address_assign_type{device="veth64a1146"} 3 node_network_address_assign_type{device="veth6512ba9"} 3 node_network_address_assign_type{device="veth693a8bb"} 3 node_network_address_assign_type{device="veth6a2a09d"} 3 node_network_address_assign_type{device="veth6f7591a"} 3 node_network_address_assign_type{device="veth70582f5"} 3 node_network_address_assign_type{device="veth70e1ac0"} 3 node_network_address_assign_type{device="veth72b3093"} 3 node_network_address_assign_type{device="veth7445fd1"} 3 node_network_address_assign_type{device="veth78abb47"} 3 node_network_address_assign_type{device="veth7921a16"} 3 node_network_address_assign_type{device="veth79430ee"} 3 node_network_address_assign_type{device="veth8056e12"} 3 node_network_address_assign_type{device="veth83461a5"} 3 node_network_address_assign_type{device="veth88f59f2"} 3 node_network_address_assign_type{device="veth8a81535"} 3 node_network_address_assign_type{device="veth8caa7b3"} 3 node_network_address_assign_type{device="veth8d0fb6a"} 3 node_network_address_assign_type{device="veth8e0ce2e"} 3 node_network_address_assign_type{device="veth8f9322b"} 3 node_network_address_assign_type{device="veth908a6f3"} 3 node_network_address_assign_type{device="veth90d19c5"} 3 node_network_address_assign_type{device="veth931ef31"} 3 node_network_address_assign_type{device="veth94ef784"} 3 node_network_address_assign_type{device="veth9a05554"} 3 node_network_address_assign_type{device="veth9c24fbc"} 3 node_network_address_assign_type{device="veth9da4781"} 3 node_network_address_assign_type{device="veth9ddf72e"} 3 node_network_address_assign_type{device="vetha34854b"} 3 node_network_address_assign_type{device="vetha40171a"} 3 node_network_address_assign_type{device="vetha5a6065"} 3 node_network_address_assign_type{device="vetha79f66a"} 3 node_network_address_assign_type{device="vetha7f7925"} 3 node_network_address_assign_type{device="vethb3ce757"} 3 node_network_address_assign_type{device="vethb4759c0"} 3 node_network_address_assign_type{device="vethb4e5c93"} 3 node_network_address_assign_type{device="vethb7f9491"} 3 node_network_address_assign_type{device="vethbb75711"} 3 node_network_address_assign_type{device="vethbcb60f5"} 3 node_network_address_assign_type{device="vethbd0b4eb"} 3 node_network_address_assign_type{device="vethbe8e1a6"} 3 node_network_address_assign_type{device="vethc173a23"} 3 node_network_address_assign_type{device="vethc1f6356"} 3 node_network_address_assign_type{device="vethc3f6270"} 3 node_network_address_assign_type{device="vethcb0681d"} 3 node_network_address_assign_type{device="vethd2baada"} 3 node_network_address_assign_type{device="vethd35181c"} 3 node_network_address_assign_type{device="vethd51bdee"} 3 node_network_address_assign_type{device="vethd579559"} 3 node_network_address_assign_type{device="vethdaba15c"} 3 node_network_address_assign_type{device="vethdbb24da"} 3 node_network_address_assign_type{device="vethe11c34a"} 3 node_network_address_assign_type{device="vethe170110"} 3 node_network_address_assign_type{device="vethe37e7b8"} 3 node_network_address_assign_type{device="vethea84889"} 3 node_network_address_assign_type{device="vethefc6567"} 3 node_network_address_assign_type{device="vethf1f9cd2"} 3 node_network_address_assign_type{device="vethf647e83"} 3 node_network_address_assign_type{device="vethfd07a54"} 3 node_network_address_assign_type{device="vethfe8ce99"} 3 node_network_address_assign_type{device="vethfeef758"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-17e73f047b2b"} 1 node_network_carrier{device="br-1cb7739d6f87"} 1 node_network_carrier{device="br-1e5d9b6f2f5f"} 1 node_network_carrier{device="br-22d28aee11f4"} 1 node_network_carrier{device="br-269018c835b3"} 1 node_network_carrier{device="br-2b64803f4baa"} 1 node_network_carrier{device="br-2da2721de835"} 1 node_network_carrier{device="br-31e6292e2c7b"} 1 node_network_carrier{device="br-3496a612fd86"} 1 node_network_carrier{device="br-45ca7d0205ef"} 1 node_network_carrier{device="br-4d06846f6926"} 1 node_network_carrier{device="br-53fe3455a836"} 1 node_network_carrier{device="br-6ccbd55a6f05"} 1 node_network_carrier{device="br-8d661c1c555c"} 1 node_network_carrier{device="br-b47674889f31"} 1 node_network_carrier{device="br-b80ea9895659"} 1 node_network_carrier{device="br-d21546c6dd34"} 1 node_network_carrier{device="br-e1b4575f7f9e"} 1 node_network_carrier{device="docker0"} 1 node_network_carrier{device="ens18"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth08f7c46"} 1 node_network_carrier{device="veth09fa8b1"} 1 node_network_carrier{device="veth0b0f759"} 1 node_network_carrier{device="veth0dc8af7"} 1 node_network_carrier{device="veth0ee6980"} 1 node_network_carrier{device="veth11bb666"} 1 node_network_carrier{device="veth14f3a89"} 1 node_network_carrier{device="veth16baecb"} 1 node_network_carrier{device="veth18183b1"} 1 node_network_carrier{device="veth184ff5c"} 1 node_network_carrier{device="veth1d34ed3"} 1 node_network_carrier{device="veth1fd6de3"} 1 node_network_carrier{device="veth23970d8"} 1 node_network_carrier{device="veth2444b0d"} 1 node_network_carrier{device="veth2454222"} 1 node_network_carrier{device="veth2660ae1"} 1 node_network_carrier{device="veth284cfcd"} 1 node_network_carrier{device="veth2a1c461"} 1 node_network_carrier{device="veth2b5b801"} 1 node_network_carrier{device="veth2e1b0f6"} 1 node_network_carrier{device="veth2fd5ab4"} 1 node_network_carrier{device="veth369da68"} 1 node_network_carrier{device="veth37b7a47"} 1 node_network_carrier{device="veth3ad0f91"} 1 node_network_carrier{device="veth3d538bb"} 1 node_network_carrier{device="veth3ef6e51"} 1 node_network_carrier{device="veth40957d1"} 1 node_network_carrier{device="veth44b3f55"} 1 node_network_carrier{device="veth461dd40"} 1 node_network_carrier{device="veth55c5139"} 1 node_network_carrier{device="veth58a87e9"} 1 node_network_carrier{device="veth5bfe961"} 1 node_network_carrier{device="veth5c7e4d9"} 1 node_network_carrier{device="veth60acdbb"} 1 node_network_carrier{device="veth6317a53"} 1 node_network_carrier{device="veth64a1146"} 1 node_network_carrier{device="veth6512ba9"} 1 node_network_carrier{device="veth693a8bb"} 1 node_network_carrier{device="veth6a2a09d"} 1 node_network_carrier{device="veth6f7591a"} 1 node_network_carrier{device="veth70582f5"} 1 node_network_carrier{device="veth70e1ac0"} 1 node_network_carrier{device="veth72b3093"} 1 node_network_carrier{device="veth7445fd1"} 1 node_network_carrier{device="veth78abb47"} 1 node_network_carrier{device="veth7921a16"} 1 node_network_carrier{device="veth79430ee"} 1 node_network_carrier{device="veth8056e12"} 1 node_network_carrier{device="veth83461a5"} 1 node_network_carrier{device="veth88f59f2"} 1 node_network_carrier{device="veth8a81535"} 1 node_network_carrier{device="veth8caa7b3"} 1 node_network_carrier{device="veth8d0fb6a"} 1 node_network_carrier{device="veth8e0ce2e"} 1 node_network_carrier{device="veth8f9322b"} 1 node_network_carrier{device="veth908a6f3"} 1 node_network_carrier{device="veth90d19c5"} 1 node_network_carrier{device="veth931ef31"} 1 node_network_carrier{device="veth94ef784"} 1 node_network_carrier{device="veth9a05554"} 1 node_network_carrier{device="veth9c24fbc"} 1 node_network_carrier{device="veth9da4781"} 1 node_network_carrier{device="veth9ddf72e"} 1 node_network_carrier{device="vetha34854b"} 1 node_network_carrier{device="vetha40171a"} 1 node_network_carrier{device="vetha5a6065"} 1 node_network_carrier{device="vetha79f66a"} 1 node_network_carrier{device="vetha7f7925"} 1 node_network_carrier{device="vethb3ce757"} 1 node_network_carrier{device="vethb4759c0"} 1 node_network_carrier{device="vethb4e5c93"} 1 node_network_carrier{device="vethb7f9491"} 1 node_network_carrier{device="vethbb75711"} 1 node_network_carrier{device="vethbcb60f5"} 1 node_network_carrier{device="vethbd0b4eb"} 1 node_network_carrier{device="vethbe8e1a6"} 1 node_network_carrier{device="vethc173a23"} 1 node_network_carrier{device="vethc1f6356"} 1 node_network_carrier{device="vethc3f6270"} 1 node_network_carrier{device="vethcb0681d"} 1 node_network_carrier{device="vethd2baada"} 1 node_network_carrier{device="vethd35181c"} 1 node_network_carrier{device="vethd51bdee"} 1 node_network_carrier{device="vethd579559"} 1 node_network_carrier{device="vethdaba15c"} 1 node_network_carrier{device="vethdbb24da"} 1 node_network_carrier{device="vethe11c34a"} 1 node_network_carrier{device="vethe170110"} 1 node_network_carrier{device="vethe37e7b8"} 1 node_network_carrier{device="vethea84889"} 1 node_network_carrier{device="vethefc6567"} 1 node_network_carrier{device="vethf1f9cd2"} 1 node_network_carrier{device="vethf647e83"} 1 node_network_carrier{device="vethfd07a54"} 1 node_network_carrier{device="vethfe8ce99"} 1 node_network_carrier{device="vethfeef758"} 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-17e73f047b2b"} 4 node_network_carrier_changes_total{device="br-1cb7739d6f87"} 4 node_network_carrier_changes_total{device="br-1e5d9b6f2f5f"} 4 node_network_carrier_changes_total{device="br-22d28aee11f4"} 4 node_network_carrier_changes_total{device="br-269018c835b3"} 2 node_network_carrier_changes_total{device="br-2b64803f4baa"} 4 node_network_carrier_changes_total{device="br-2da2721de835"} 2 node_network_carrier_changes_total{device="br-31e6292e2c7b"} 6 node_network_carrier_changes_total{device="br-3496a612fd86"} 4 node_network_carrier_changes_total{device="br-45ca7d0205ef"} 2 node_network_carrier_changes_total{device="br-4d06846f6926"} 4 node_network_carrier_changes_total{device="br-53fe3455a836"} 4 node_network_carrier_changes_total{device="br-6ccbd55a6f05"} 4 node_network_carrier_changes_total{device="br-8d661c1c555c"} 4 node_network_carrier_changes_total{device="br-b47674889f31"} 2 node_network_carrier_changes_total{device="br-b80ea9895659"} 2 node_network_carrier_changes_total{device="br-d21546c6dd34"} 2 node_network_carrier_changes_total{device="br-e1b4575f7f9e"} 4 node_network_carrier_changes_total{device="docker0"} 2 node_network_carrier_changes_total{device="ens18"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth08f7c46"} 2 node_network_carrier_changes_total{device="veth09fa8b1"} 2 node_network_carrier_changes_total{device="veth0b0f759"} 2 node_network_carrier_changes_total{device="veth0dc8af7"} 2 node_network_carrier_changes_total{device="veth0ee6980"} 2 node_network_carrier_changes_total{device="veth11bb666"} 2 node_network_carrier_changes_total{device="veth14f3a89"} 2 node_network_carrier_changes_total{device="veth16baecb"} 2 node_network_carrier_changes_total{device="veth18183b1"} 2 node_network_carrier_changes_total{device="veth184ff5c"} 2 node_network_carrier_changes_total{device="veth1d34ed3"} 2 node_network_carrier_changes_total{device="veth1fd6de3"} 2 node_network_carrier_changes_total{device="veth23970d8"} 2 node_network_carrier_changes_total{device="veth2444b0d"} 2 node_network_carrier_changes_total{device="veth2454222"} 2 node_network_carrier_changes_total{device="veth2660ae1"} 2 node_network_carrier_changes_total{device="veth284cfcd"} 2 node_network_carrier_changes_total{device="veth2a1c461"} 2 node_network_carrier_changes_total{device="veth2b5b801"} 2 node_network_carrier_changes_total{device="veth2e1b0f6"} 2 node_network_carrier_changes_total{device="veth2fd5ab4"} 2 node_network_carrier_changes_total{device="veth369da68"} 2 node_network_carrier_changes_total{device="veth37b7a47"} 2 node_network_carrier_changes_total{device="veth3ad0f91"} 2 node_network_carrier_changes_total{device="veth3d538bb"} 2 node_network_carrier_changes_total{device="veth3ef6e51"} 2 node_network_carrier_changes_total{device="veth40957d1"} 2 node_network_carrier_changes_total{device="veth44b3f55"} 2 node_network_carrier_changes_total{device="veth461dd40"} 2 node_network_carrier_changes_total{device="veth55c5139"} 2 node_network_carrier_changes_total{device="veth58a87e9"} 2 node_network_carrier_changes_total{device="veth5bfe961"} 2 node_network_carrier_changes_total{device="veth5c7e4d9"} 2 node_network_carrier_changes_total{device="veth60acdbb"} 2 node_network_carrier_changes_total{device="veth6317a53"} 2 node_network_carrier_changes_total{device="veth64a1146"} 2 node_network_carrier_changes_total{device="veth6512ba9"} 2 node_network_carrier_changes_total{device="veth693a8bb"} 2 node_network_carrier_changes_total{device="veth6a2a09d"} 2 node_network_carrier_changes_total{device="veth6f7591a"} 2 node_network_carrier_changes_total{device="veth70582f5"} 2 node_network_carrier_changes_total{device="veth70e1ac0"} 2 node_network_carrier_changes_total{device="veth72b3093"} 2 node_network_carrier_changes_total{device="veth7445fd1"} 2 node_network_carrier_changes_total{device="veth78abb47"} 2 node_network_carrier_changes_total{device="veth7921a16"} 2 node_network_carrier_changes_total{device="veth79430ee"} 2 node_network_carrier_changes_total{device="veth8056e12"} 2 node_network_carrier_changes_total{device="veth83461a5"} 2 node_network_carrier_changes_total{device="veth88f59f2"} 2 node_network_carrier_changes_total{device="veth8a81535"} 2 node_network_carrier_changes_total{device="veth8caa7b3"} 2 node_network_carrier_changes_total{device="veth8d0fb6a"} 2 node_network_carrier_changes_total{device="veth8e0ce2e"} 2 node_network_carrier_changes_total{device="veth8f9322b"} 2 node_network_carrier_changes_total{device="veth908a6f3"} 2 node_network_carrier_changes_total{device="veth90d19c5"} 2 node_network_carrier_changes_total{device="veth931ef31"} 2 node_network_carrier_changes_total{device="veth94ef784"} 2 node_network_carrier_changes_total{device="veth9a05554"} 2 node_network_carrier_changes_total{device="veth9c24fbc"} 2 node_network_carrier_changes_total{device="veth9da4781"} 2 node_network_carrier_changes_total{device="veth9ddf72e"} 2 node_network_carrier_changes_total{device="vetha34854b"} 2 node_network_carrier_changes_total{device="vetha40171a"} 2 node_network_carrier_changes_total{device="vetha5a6065"} 2 node_network_carrier_changes_total{device="vetha79f66a"} 2 node_network_carrier_changes_total{device="vetha7f7925"} 2 node_network_carrier_changes_total{device="vethb3ce757"} 2 node_network_carrier_changes_total{device="vethb4759c0"} 2 node_network_carrier_changes_total{device="vethb4e5c93"} 2 node_network_carrier_changes_total{device="vethb7f9491"} 2 node_network_carrier_changes_total{device="vethbb75711"} 2 node_network_carrier_changes_total{device="vethbcb60f5"} 2 node_network_carrier_changes_total{device="vethbd0b4eb"} 2 node_network_carrier_changes_total{device="vethbe8e1a6"} 2 node_network_carrier_changes_total{device="vethc173a23"} 2 node_network_carrier_changes_total{device="vethc1f6356"} 2 node_network_carrier_changes_total{device="vethc3f6270"} 2 node_network_carrier_changes_total{device="vethcb0681d"} 2 node_network_carrier_changes_total{device="vethd2baada"} 2 node_network_carrier_changes_total{device="vethd35181c"} 2 node_network_carrier_changes_total{device="vethd51bdee"} 2 node_network_carrier_changes_total{device="vethd579559"} 2 node_network_carrier_changes_total{device="vethdaba15c"} 2 node_network_carrier_changes_total{device="vethdbb24da"} 2 node_network_carrier_changes_total{device="vethe11c34a"} 2 node_network_carrier_changes_total{device="vethe170110"} 2 node_network_carrier_changes_total{device="vethe37e7b8"} 2 node_network_carrier_changes_total{device="vethea84889"} 2 node_network_carrier_changes_total{device="vethefc6567"} 2 node_network_carrier_changes_total{device="vethf1f9cd2"} 2 node_network_carrier_changes_total{device="vethf647e83"} 2 node_network_carrier_changes_total{device="vethfd07a54"} 2 node_network_carrier_changes_total{device="vethfe8ce99"} 2 node_network_carrier_changes_total{device="vethfeef758"} 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-17e73f047b2b"} 2 node_network_carrier_down_changes_total{device="br-1cb7739d6f87"} 2 node_network_carrier_down_changes_total{device="br-1e5d9b6f2f5f"} 2 node_network_carrier_down_changes_total{device="br-22d28aee11f4"} 2 node_network_carrier_down_changes_total{device="br-269018c835b3"} 1 node_network_carrier_down_changes_total{device="br-2b64803f4baa"} 2 node_network_carrier_down_changes_total{device="br-2da2721de835"} 1 node_network_carrier_down_changes_total{device="br-31e6292e2c7b"} 3 node_network_carrier_down_changes_total{device="br-3496a612fd86"} 2 node_network_carrier_down_changes_total{device="br-45ca7d0205ef"} 1 node_network_carrier_down_changes_total{device="br-4d06846f6926"} 2 node_network_carrier_down_changes_total{device="br-53fe3455a836"} 2 node_network_carrier_down_changes_total{device="br-6ccbd55a6f05"} 2 node_network_carrier_down_changes_total{device="br-8d661c1c555c"} 2 node_network_carrier_down_changes_total{device="br-b47674889f31"} 1 node_network_carrier_down_changes_total{device="br-b80ea9895659"} 1 node_network_carrier_down_changes_total{device="br-d21546c6dd34"} 1 node_network_carrier_down_changes_total{device="br-e1b4575f7f9e"} 2 node_network_carrier_down_changes_total{device="docker0"} 1 node_network_carrier_down_changes_total{device="ens18"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth08f7c46"} 1 node_network_carrier_down_changes_total{device="veth09fa8b1"} 1 node_network_carrier_down_changes_total{device="veth0b0f759"} 1 node_network_carrier_down_changes_total{device="veth0dc8af7"} 1 node_network_carrier_down_changes_total{device="veth0ee6980"} 1 node_network_carrier_down_changes_total{device="veth11bb666"} 1 node_network_carrier_down_changes_total{device="veth14f3a89"} 1 node_network_carrier_down_changes_total{device="veth16baecb"} 1 node_network_carrier_down_changes_total{device="veth18183b1"} 1 node_network_carrier_down_changes_total{device="veth184ff5c"} 1 node_network_carrier_down_changes_total{device="veth1d34ed3"} 1 node_network_carrier_down_changes_total{device="veth1fd6de3"} 1 node_network_carrier_down_changes_total{device="veth23970d8"} 1 node_network_carrier_down_changes_total{device="veth2444b0d"} 1 node_network_carrier_down_changes_total{device="veth2454222"} 1 node_network_carrier_down_changes_total{device="veth2660ae1"} 1 node_network_carrier_down_changes_total{device="veth284cfcd"} 1 node_network_carrier_down_changes_total{device="veth2a1c461"} 1 node_network_carrier_down_changes_total{device="veth2b5b801"} 1 node_network_carrier_down_changes_total{device="veth2e1b0f6"} 1 node_network_carrier_down_changes_total{device="veth2fd5ab4"} 1 node_network_carrier_down_changes_total{device="veth369da68"} 1 node_network_carrier_down_changes_total{device="veth37b7a47"} 1 node_network_carrier_down_changes_total{device="veth3ad0f91"} 1 node_network_carrier_down_changes_total{device="veth3d538bb"} 1 node_network_carrier_down_changes_total{device="veth3ef6e51"} 1 node_network_carrier_down_changes_total{device="veth40957d1"} 1 node_network_carrier_down_changes_total{device="veth44b3f55"} 1 node_network_carrier_down_changes_total{device="veth461dd40"} 1 node_network_carrier_down_changes_total{device="veth55c5139"} 1 node_network_carrier_down_changes_total{device="veth58a87e9"} 1 node_network_carrier_down_changes_total{device="veth5bfe961"} 1 node_network_carrier_down_changes_total{device="veth5c7e4d9"} 1 node_network_carrier_down_changes_total{device="veth60acdbb"} 1 node_network_carrier_down_changes_total{device="veth6317a53"} 1 node_network_carrier_down_changes_total{device="veth64a1146"} 1 node_network_carrier_down_changes_total{device="veth6512ba9"} 1 node_network_carrier_down_changes_total{device="veth693a8bb"} 1 node_network_carrier_down_changes_total{device="veth6a2a09d"} 1 node_network_carrier_down_changes_total{device="veth6f7591a"} 1 node_network_carrier_down_changes_total{device="veth70582f5"} 1 node_network_carrier_down_changes_total{device="veth70e1ac0"} 1 node_network_carrier_down_changes_total{device="veth72b3093"} 1 node_network_carrier_down_changes_total{device="veth7445fd1"} 1 node_network_carrier_down_changes_total{device="veth78abb47"} 1 node_network_carrier_down_changes_total{device="veth7921a16"} 1 node_network_carrier_down_changes_total{device="veth79430ee"} 1 node_network_carrier_down_changes_total{device="veth8056e12"} 1 node_network_carrier_down_changes_total{device="veth83461a5"} 1 node_network_carrier_down_changes_total{device="veth88f59f2"} 1 node_network_carrier_down_changes_total{device="veth8a81535"} 1 node_network_carrier_down_changes_total{device="veth8caa7b3"} 1 node_network_carrier_down_changes_total{device="veth8d0fb6a"} 1 node_network_carrier_down_changes_total{device="veth8e0ce2e"} 1 node_network_carrier_down_changes_total{device="veth8f9322b"} 1 node_network_carrier_down_changes_total{device="veth908a6f3"} 1 node_network_carrier_down_changes_total{device="veth90d19c5"} 1 node_network_carrier_down_changes_total{device="veth931ef31"} 1 node_network_carrier_down_changes_total{device="veth94ef784"} 1 node_network_carrier_down_changes_total{device="veth9a05554"} 1 node_network_carrier_down_changes_total{device="veth9c24fbc"} 1 node_network_carrier_down_changes_total{device="veth9da4781"} 1 node_network_carrier_down_changes_total{device="veth9ddf72e"} 1 node_network_carrier_down_changes_total{device="vetha34854b"} 1 node_network_carrier_down_changes_total{device="vetha40171a"} 1 node_network_carrier_down_changes_total{device="vetha5a6065"} 1 node_network_carrier_down_changes_total{device="vetha79f66a"} 1 node_network_carrier_down_changes_total{device="vetha7f7925"} 1 node_network_carrier_down_changes_total{device="vethb3ce757"} 1 node_network_carrier_down_changes_total{device="vethb4759c0"} 1 node_network_carrier_down_changes_total{device="vethb4e5c93"} 1 node_network_carrier_down_changes_total{device="vethb7f9491"} 1 node_network_carrier_down_changes_total{device="vethbb75711"} 1 node_network_carrier_down_changes_total{device="vethbcb60f5"} 1 node_network_carrier_down_changes_total{device="vethbd0b4eb"} 1 node_network_carrier_down_changes_total{device="vethbe8e1a6"} 1 node_network_carrier_down_changes_total{device="vethc173a23"} 1 node_network_carrier_down_changes_total{device="vethc1f6356"} 1 node_network_carrier_down_changes_total{device="vethc3f6270"} 1 node_network_carrier_down_changes_total{device="vethcb0681d"} 1 node_network_carrier_down_changes_total{device="vethd2baada"} 1 node_network_carrier_down_changes_total{device="vethd35181c"} 1 node_network_carrier_down_changes_total{device="vethd51bdee"} 1 node_network_carrier_down_changes_total{device="vethd579559"} 1 node_network_carrier_down_changes_total{device="vethdaba15c"} 1 node_network_carrier_down_changes_total{device="vethdbb24da"} 1 node_network_carrier_down_changes_total{device="vethe11c34a"} 1 node_network_carrier_down_changes_total{device="vethe170110"} 1 node_network_carrier_down_changes_total{device="vethe37e7b8"} 1 node_network_carrier_down_changes_total{device="vethea84889"} 1 node_network_carrier_down_changes_total{device="vethefc6567"} 1 node_network_carrier_down_changes_total{device="vethf1f9cd2"} 1 node_network_carrier_down_changes_total{device="vethf647e83"} 1 node_network_carrier_down_changes_total{device="vethfd07a54"} 1 node_network_carrier_down_changes_total{device="vethfe8ce99"} 1 node_network_carrier_down_changes_total{device="vethfeef758"} 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-17e73f047b2b"} 2 node_network_carrier_up_changes_total{device="br-1cb7739d6f87"} 2 node_network_carrier_up_changes_total{device="br-1e5d9b6f2f5f"} 2 node_network_carrier_up_changes_total{device="br-22d28aee11f4"} 2 node_network_carrier_up_changes_total{device="br-269018c835b3"} 1 node_network_carrier_up_changes_total{device="br-2b64803f4baa"} 2 node_network_carrier_up_changes_total{device="br-2da2721de835"} 1 node_network_carrier_up_changes_total{device="br-31e6292e2c7b"} 3 node_network_carrier_up_changes_total{device="br-3496a612fd86"} 2 node_network_carrier_up_changes_total{device="br-45ca7d0205ef"} 1 node_network_carrier_up_changes_total{device="br-4d06846f6926"} 2 node_network_carrier_up_changes_total{device="br-53fe3455a836"} 2 node_network_carrier_up_changes_total{device="br-6ccbd55a6f05"} 2 node_network_carrier_up_changes_total{device="br-8d661c1c555c"} 2 node_network_carrier_up_changes_total{device="br-b47674889f31"} 1 node_network_carrier_up_changes_total{device="br-b80ea9895659"} 1 node_network_carrier_up_changes_total{device="br-d21546c6dd34"} 1 node_network_carrier_up_changes_total{device="br-e1b4575f7f9e"} 2 node_network_carrier_up_changes_total{device="docker0"} 1 node_network_carrier_up_changes_total{device="ens18"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth08f7c46"} 1 node_network_carrier_up_changes_total{device="veth09fa8b1"} 1 node_network_carrier_up_changes_total{device="veth0b0f759"} 1 node_network_carrier_up_changes_total{device="veth0dc8af7"} 1 node_network_carrier_up_changes_total{device="veth0ee6980"} 1 node_network_carrier_up_changes_total{device="veth11bb666"} 1 node_network_carrier_up_changes_total{device="veth14f3a89"} 1 node_network_carrier_up_changes_total{device="veth16baecb"} 1 node_network_carrier_up_changes_total{device="veth18183b1"} 1 node_network_carrier_up_changes_total{device="veth184ff5c"} 1 node_network_carrier_up_changes_total{device="veth1d34ed3"} 1 node_network_carrier_up_changes_total{device="veth1fd6de3"} 1 node_network_carrier_up_changes_total{device="veth23970d8"} 1 node_network_carrier_up_changes_total{device="veth2444b0d"} 1 node_network_carrier_up_changes_total{device="veth2454222"} 1 node_network_carrier_up_changes_total{device="veth2660ae1"} 1 node_network_carrier_up_changes_total{device="veth284cfcd"} 1 node_network_carrier_up_changes_total{device="veth2a1c461"} 1 node_network_carrier_up_changes_total{device="veth2b5b801"} 1 node_network_carrier_up_changes_total{device="veth2e1b0f6"} 1 node_network_carrier_up_changes_total{device="veth2fd5ab4"} 1 node_network_carrier_up_changes_total{device="veth369da68"} 1 node_network_carrier_up_changes_total{device="veth37b7a47"} 1 node_network_carrier_up_changes_total{device="veth3ad0f91"} 1 node_network_carrier_up_changes_total{device="veth3d538bb"} 1 node_network_carrier_up_changes_total{device="veth3ef6e51"} 1 node_network_carrier_up_changes_total{device="veth40957d1"} 1 node_network_carrier_up_changes_total{device="veth44b3f55"} 1 node_network_carrier_up_changes_total{device="veth461dd40"} 1 node_network_carrier_up_changes_total{device="veth55c5139"} 1 node_network_carrier_up_changes_total{device="veth58a87e9"} 1 node_network_carrier_up_changes_total{device="veth5bfe961"} 1 node_network_carrier_up_changes_total{device="veth5c7e4d9"} 1 node_network_carrier_up_changes_total{device="veth60acdbb"} 1 node_network_carrier_up_changes_total{device="veth6317a53"} 1 node_network_carrier_up_changes_total{device="veth64a1146"} 1 node_network_carrier_up_changes_total{device="veth6512ba9"} 1 node_network_carrier_up_changes_total{device="veth693a8bb"} 1 node_network_carrier_up_changes_total{device="veth6a2a09d"} 1 node_network_carrier_up_changes_total{device="veth6f7591a"} 1 node_network_carrier_up_changes_total{device="veth70582f5"} 1 node_network_carrier_up_changes_total{device="veth70e1ac0"} 1 node_network_carrier_up_changes_total{device="veth72b3093"} 1 node_network_carrier_up_changes_total{device="veth7445fd1"} 1 node_network_carrier_up_changes_total{device="veth78abb47"} 1 node_network_carrier_up_changes_total{device="veth7921a16"} 1 node_network_carrier_up_changes_total{device="veth79430ee"} 1 node_network_carrier_up_changes_total{device="veth8056e12"} 1 node_network_carrier_up_changes_total{device="veth83461a5"} 1 node_network_carrier_up_changes_total{device="veth88f59f2"} 1 node_network_carrier_up_changes_total{device="veth8a81535"} 1 node_network_carrier_up_changes_total{device="veth8caa7b3"} 1 node_network_carrier_up_changes_total{device="veth8d0fb6a"} 1 node_network_carrier_up_changes_total{device="veth8e0ce2e"} 1 node_network_carrier_up_changes_total{device="veth8f9322b"} 1 node_network_carrier_up_changes_total{device="veth908a6f3"} 1 node_network_carrier_up_changes_total{device="veth90d19c5"} 1 node_network_carrier_up_changes_total{device="veth931ef31"} 1 node_network_carrier_up_changes_total{device="veth94ef784"} 1 node_network_carrier_up_changes_total{device="veth9a05554"} 1 node_network_carrier_up_changes_total{device="veth9c24fbc"} 1 node_network_carrier_up_changes_total{device="veth9da4781"} 1 node_network_carrier_up_changes_total{device="veth9ddf72e"} 1 node_network_carrier_up_changes_total{device="vetha34854b"} 1 node_network_carrier_up_changes_total{device="vetha40171a"} 1 node_network_carrier_up_changes_total{device="vetha5a6065"} 1 node_network_carrier_up_changes_total{device="vetha79f66a"} 1 node_network_carrier_up_changes_total{device="vetha7f7925"} 1 node_network_carrier_up_changes_total{device="vethb3ce757"} 1 node_network_carrier_up_changes_total{device="vethb4759c0"} 1 node_network_carrier_up_changes_total{device="vethb4e5c93"} 1 node_network_carrier_up_changes_total{device="vethb7f9491"} 1 node_network_carrier_up_changes_total{device="vethbb75711"} 1 node_network_carrier_up_changes_total{device="vethbcb60f5"} 1 node_network_carrier_up_changes_total{device="vethbd0b4eb"} 1 node_network_carrier_up_changes_total{device="vethbe8e1a6"} 1 node_network_carrier_up_changes_total{device="vethc173a23"} 1 node_network_carrier_up_changes_total{device="vethc1f6356"} 1 node_network_carrier_up_changes_total{device="vethc3f6270"} 1 node_network_carrier_up_changes_total{device="vethcb0681d"} 1 node_network_carrier_up_changes_total{device="vethd2baada"} 1 node_network_carrier_up_changes_total{device="vethd35181c"} 1 node_network_carrier_up_changes_total{device="vethd51bdee"} 1 node_network_carrier_up_changes_total{device="vethd579559"} 1 node_network_carrier_up_changes_total{device="vethdaba15c"} 1 node_network_carrier_up_changes_total{device="vethdbb24da"} 1 node_network_carrier_up_changes_total{device="vethe11c34a"} 1 node_network_carrier_up_changes_total{device="vethe170110"} 1 node_network_carrier_up_changes_total{device="vethe37e7b8"} 1 node_network_carrier_up_changes_total{device="vethea84889"} 1 node_network_carrier_up_changes_total{device="vethefc6567"} 1 node_network_carrier_up_changes_total{device="vethf1f9cd2"} 1 node_network_carrier_up_changes_total{device="vethf647e83"} 1 node_network_carrier_up_changes_total{device="vethfd07a54"} 1 node_network_carrier_up_changes_total{device="vethfe8ce99"} 1 node_network_carrier_up_changes_total{device="vethfeef758"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-17e73f047b2b"} 0 node_network_device_id{device="br-1cb7739d6f87"} 0 node_network_device_id{device="br-1e5d9b6f2f5f"} 0 node_network_device_id{device="br-22d28aee11f4"} 0 node_network_device_id{device="br-269018c835b3"} 0 node_network_device_id{device="br-2b64803f4baa"} 0 node_network_device_id{device="br-2da2721de835"} 0 node_network_device_id{device="br-31e6292e2c7b"} 0 node_network_device_id{device="br-3496a612fd86"} 0 node_network_device_id{device="br-45ca7d0205ef"} 0 node_network_device_id{device="br-4d06846f6926"} 0 node_network_device_id{device="br-53fe3455a836"} 0 node_network_device_id{device="br-6ccbd55a6f05"} 0 node_network_device_id{device="br-8d661c1c555c"} 0 node_network_device_id{device="br-b47674889f31"} 0 node_network_device_id{device="br-b80ea9895659"} 0 node_network_device_id{device="br-d21546c6dd34"} 0 node_network_device_id{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_device_id{device="veth09fa8b1"} 0 node_network_device_id{device="veth0b0f759"} 0 node_network_device_id{device="veth0dc8af7"} 0 node_network_device_id{device="veth0ee6980"} 0 node_network_device_id{device="veth11bb666"} 0 node_network_device_id{device="veth14f3a89"} 0 node_network_device_id{device="veth16baecb"} 0 node_network_device_id{device="veth18183b1"} 0 node_network_device_id{device="veth184ff5c"} 0 node_network_device_id{device="veth1d34ed3"} 0 node_network_device_id{device="veth1fd6de3"} 0 node_network_device_id{device="veth23970d8"} 0 node_network_device_id{device="veth2444b0d"} 0 node_network_device_id{device="veth2454222"} 0 node_network_device_id{device="veth2660ae1"} 0 node_network_device_id{device="veth284cfcd"} 0 node_network_device_id{device="veth2a1c461"} 0 node_network_device_id{device="veth2b5b801"} 0 node_network_device_id{device="veth2e1b0f6"} 0 node_network_device_id{device="veth2fd5ab4"} 0 node_network_device_id{device="veth369da68"} 0 node_network_device_id{device="veth37b7a47"} 0 node_network_device_id{device="veth3ad0f91"} 0 node_network_device_id{device="veth3d538bb"} 0 node_network_device_id{device="veth3ef6e51"} 0 node_network_device_id{device="veth40957d1"} 0 node_network_device_id{device="veth44b3f55"} 0 node_network_device_id{device="veth461dd40"} 0 node_network_device_id{device="veth55c5139"} 0 node_network_device_id{device="veth58a87e9"} 0 node_network_device_id{device="veth5bfe961"} 0 node_network_device_id{device="veth5c7e4d9"} 0 node_network_device_id{device="veth60acdbb"} 0 node_network_device_id{device="veth6317a53"} 0 node_network_device_id{device="veth64a1146"} 0 node_network_device_id{device="veth6512ba9"} 0 node_network_device_id{device="veth693a8bb"} 0 node_network_device_id{device="veth6a2a09d"} 0 node_network_device_id{device="veth6f7591a"} 0 node_network_device_id{device="veth70582f5"} 0 node_network_device_id{device="veth70e1ac0"} 0 node_network_device_id{device="veth72b3093"} 0 node_network_device_id{device="veth7445fd1"} 0 node_network_device_id{device="veth78abb47"} 0 node_network_device_id{device="veth7921a16"} 0 node_network_device_id{device="veth79430ee"} 0 node_network_device_id{device="veth8056e12"} 0 node_network_device_id{device="veth83461a5"} 0 node_network_device_id{device="veth88f59f2"} 0 node_network_device_id{device="veth8a81535"} 0 node_network_device_id{device="veth8caa7b3"} 0 node_network_device_id{device="veth8d0fb6a"} 0 node_network_device_id{device="veth8e0ce2e"} 0 node_network_device_id{device="veth8f9322b"} 0 node_network_device_id{device="veth908a6f3"} 0 node_network_device_id{device="veth90d19c5"} 0 node_network_device_id{device="veth931ef31"} 0 node_network_device_id{device="veth94ef784"} 0 node_network_device_id{device="veth9a05554"} 0 node_network_device_id{device="veth9c24fbc"} 0 node_network_device_id{device="veth9da4781"} 0 node_network_device_id{device="veth9ddf72e"} 0 node_network_device_id{device="vetha34854b"} 0 node_network_device_id{device="vetha40171a"} 0 node_network_device_id{device="vetha5a6065"} 0 node_network_device_id{device="vetha79f66a"} 0 node_network_device_id{device="vetha7f7925"} 0 node_network_device_id{device="vethb3ce757"} 0 node_network_device_id{device="vethb4759c0"} 0 node_network_device_id{device="vethb4e5c93"} 0 node_network_device_id{device="vethb7f9491"} 0 node_network_device_id{device="vethbb75711"} 0 node_network_device_id{device="vethbcb60f5"} 0 node_network_device_id{device="vethbd0b4eb"} 0 node_network_device_id{device="vethbe8e1a6"} 0 node_network_device_id{device="vethc173a23"} 0 node_network_device_id{device="vethc1f6356"} 0 node_network_device_id{device="vethc3f6270"} 0 node_network_device_id{device="vethcb0681d"} 0 node_network_device_id{device="vethd2baada"} 0 node_network_device_id{device="vethd35181c"} 0 node_network_device_id{device="vethd51bdee"} 0 node_network_device_id{device="vethd579559"} 0 node_network_device_id{device="vethdaba15c"} 0 node_network_device_id{device="vethdbb24da"} 0 node_network_device_id{device="vethe11c34a"} 0 node_network_device_id{device="vethe170110"} 0 node_network_device_id{device="vethe37e7b8"} 0 node_network_device_id{device="vethea84889"} 0 node_network_device_id{device="vethefc6567"} 0 node_network_device_id{device="vethf1f9cd2"} 0 node_network_device_id{device="vethf647e83"} 0 node_network_device_id{device="vethfd07a54"} 0 node_network_device_id{device="vethfe8ce99"} 0 node_network_device_id{device="vethfeef758"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-17e73f047b2b"} 0 node_network_dormant{device="br-1cb7739d6f87"} 0 node_network_dormant{device="br-1e5d9b6f2f5f"} 0 node_network_dormant{device="br-22d28aee11f4"} 0 node_network_dormant{device="br-269018c835b3"} 0 node_network_dormant{device="br-2b64803f4baa"} 0 node_network_dormant{device="br-2da2721de835"} 0 node_network_dormant{device="br-31e6292e2c7b"} 0 node_network_dormant{device="br-3496a612fd86"} 0 node_network_dormant{device="br-45ca7d0205ef"} 0 node_network_dormant{device="br-4d06846f6926"} 0 node_network_dormant{device="br-53fe3455a836"} 0 node_network_dormant{device="br-6ccbd55a6f05"} 0 node_network_dormant{device="br-8d661c1c555c"} 0 node_network_dormant{device="br-b47674889f31"} 0 node_network_dormant{device="br-b80ea9895659"} 0 node_network_dormant{device="br-d21546c6dd34"} 0 node_network_dormant{device="br-e1b4575f7f9e"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="ens18"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth08f7c46"} 0 node_network_dormant{device="veth09fa8b1"} 0 node_network_dormant{device="veth0b0f759"} 0 node_network_dormant{device="veth0dc8af7"} 0 node_network_dormant{device="veth0ee6980"} 0 node_network_dormant{device="veth11bb666"} 0 node_network_dormant{device="veth14f3a89"} 0 node_network_dormant{device="veth16baecb"} 0 node_network_dormant{device="veth18183b1"} 0 node_network_dormant{device="veth184ff5c"} 0 node_network_dormant{device="veth1d34ed3"} 0 node_network_dormant{device="veth1fd6de3"} 0 node_network_dormant{device="veth23970d8"} 0 node_network_dormant{device="veth2444b0d"} 0 node_network_dormant{device="veth2454222"} 0 node_network_dormant{device="veth2660ae1"} 0 node_network_dormant{device="veth284cfcd"} 0 node_network_dormant{device="veth2a1c461"} 0 node_network_dormant{device="veth2b5b801"} 0 node_network_dormant{device="veth2e1b0f6"} 0 node_network_dormant{device="veth2fd5ab4"} 0 node_network_dormant{device="veth369da68"} 0 node_network_dormant{device="veth37b7a47"} 0 node_network_dormant{device="veth3ad0f91"} 0 node_network_dormant{device="veth3d538bb"} 0 node_network_dormant{device="veth3ef6e51"} 0 node_network_dormant{device="veth40957d1"} 0 node_network_dormant{device="veth44b3f55"} 0 node_network_dormant{device="veth461dd40"} 0 node_network_dormant{device="veth55c5139"} 0 node_network_dormant{device="veth58a87e9"} 0 node_network_dormant{device="veth5bfe961"} 0 node_network_dormant{device="veth5c7e4d9"} 0 node_network_dormant{device="veth60acdbb"} 0 node_network_dormant{device="veth6317a53"} 0 node_network_dormant{device="veth64a1146"} 0 node_network_dormant{device="veth6512ba9"} 0 node_network_dormant{device="veth693a8bb"} 0 node_network_dormant{device="veth6a2a09d"} 0 node_network_dormant{device="veth6f7591a"} 0 node_network_dormant{device="veth70582f5"} 0 node_network_dormant{device="veth70e1ac0"} 0 node_network_dormant{device="veth72b3093"} 0 node_network_dormant{device="veth7445fd1"} 0 node_network_dormant{device="veth78abb47"} 0 node_network_dormant{device="veth7921a16"} 0 node_network_dormant{device="veth79430ee"} 0 node_network_dormant{device="veth8056e12"} 0 node_network_dormant{device="veth83461a5"} 0 node_network_dormant{device="veth88f59f2"} 0 node_network_dormant{device="veth8a81535"} 0 node_network_dormant{device="veth8caa7b3"} 0 node_network_dormant{device="veth8d0fb6a"} 0 node_network_dormant{device="veth8e0ce2e"} 0 node_network_dormant{device="veth8f9322b"} 0 node_network_dormant{device="veth908a6f3"} 0 node_network_dormant{device="veth90d19c5"} 0 node_network_dormant{device="veth931ef31"} 0 node_network_dormant{device="veth94ef784"} 0 node_network_dormant{device="veth9a05554"} 0 node_network_dormant{device="veth9c24fbc"} 0 node_network_dormant{device="veth9da4781"} 0 node_network_dormant{device="veth9ddf72e"} 0 node_network_dormant{device="vetha34854b"} 0 node_network_dormant{device="vetha40171a"} 0 node_network_dormant{device="vetha5a6065"} 0 node_network_dormant{device="vetha79f66a"} 0 node_network_dormant{device="vetha7f7925"} 0 node_network_dormant{device="vethb3ce757"} 0 node_network_dormant{device="vethb4759c0"} 0 node_network_dormant{device="vethb4e5c93"} 0 node_network_dormant{device="vethb7f9491"} 0 node_network_dormant{device="vethbb75711"} 0 node_network_dormant{device="vethbcb60f5"} 0 node_network_dormant{device="vethbd0b4eb"} 0 node_network_dormant{device="vethbe8e1a6"} 0 node_network_dormant{device="vethc173a23"} 0 node_network_dormant{device="vethc1f6356"} 0 node_network_dormant{device="vethc3f6270"} 0 node_network_dormant{device="vethcb0681d"} 0 node_network_dormant{device="vethd2baada"} 0 node_network_dormant{device="vethd35181c"} 0 node_network_dormant{device="vethd51bdee"} 0 node_network_dormant{device="vethd579559"} 0 node_network_dormant{device="vethdaba15c"} 0 node_network_dormant{device="vethdbb24da"} 0 node_network_dormant{device="vethe11c34a"} 0 node_network_dormant{device="vethe170110"} 0 node_network_dormant{device="vethe37e7b8"} 0 node_network_dormant{device="vethea84889"} 0 node_network_dormant{device="vethefc6567"} 0 node_network_dormant{device="vethf1f9cd2"} 0 node_network_dormant{device="vethf647e83"} 0 node_network_dormant{device="vethfd07a54"} 0 node_network_dormant{device="vethfe8ce99"} 0 node_network_dormant{device="vethfeef758"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-17e73f047b2b"} 4099 node_network_flags{device="br-1cb7739d6f87"} 4099 node_network_flags{device="br-1e5d9b6f2f5f"} 4099 node_network_flags{device="br-22d28aee11f4"} 4099 node_network_flags{device="br-269018c835b3"} 4099 node_network_flags{device="br-2b64803f4baa"} 4099 node_network_flags{device="br-2da2721de835"} 4099 node_network_flags{device="br-31e6292e2c7b"} 4099 node_network_flags{device="br-3496a612fd86"} 4099 node_network_flags{device="br-45ca7d0205ef"} 4099 node_network_flags{device="br-4d06846f6926"} 4099 node_network_flags{device="br-53fe3455a836"} 4099 node_network_flags{device="br-6ccbd55a6f05"} 4099 node_network_flags{device="br-8d661c1c555c"} 4099 node_network_flags{device="br-b47674889f31"} 4099 node_network_flags{device="br-b80ea9895659"} 4099 node_network_flags{device="br-d21546c6dd34"} 4099 node_network_flags{device="br-e1b4575f7f9e"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="ens18"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth08f7c46"} 4867 node_network_flags{device="veth09fa8b1"} 4867 node_network_flags{device="veth0b0f759"} 4867 node_network_flags{device="veth0dc8af7"} 4867 node_network_flags{device="veth0ee6980"} 4867 node_network_flags{device="veth11bb666"} 4867 node_network_flags{device="veth14f3a89"} 4867 node_network_flags{device="veth16baecb"} 4867 node_network_flags{device="veth18183b1"} 4867 node_network_flags{device="veth184ff5c"} 4867 node_network_flags{device="veth1d34ed3"} 4867 node_network_flags{device="veth1fd6de3"} 4867 node_network_flags{device="veth23970d8"} 4867 node_network_flags{device="veth2444b0d"} 4867 node_network_flags{device="veth2454222"} 4867 node_network_flags{device="veth2660ae1"} 4867 node_network_flags{device="veth284cfcd"} 4867 node_network_flags{device="veth2a1c461"} 4867 node_network_flags{device="veth2b5b801"} 4867 node_network_flags{device="veth2e1b0f6"} 4867 node_network_flags{device="veth2fd5ab4"} 4867 node_network_flags{device="veth369da68"} 4867 node_network_flags{device="veth37b7a47"} 4867 node_network_flags{device="veth3ad0f91"} 4867 node_network_flags{device="veth3d538bb"} 4867 node_network_flags{device="veth3ef6e51"} 4867 node_network_flags{device="veth40957d1"} 4867 node_network_flags{device="veth44b3f55"} 4867 node_network_flags{device="veth461dd40"} 4867 node_network_flags{device="veth55c5139"} 4867 node_network_flags{device="veth58a87e9"} 4867 node_network_flags{device="veth5bfe961"} 4867 node_network_flags{device="veth5c7e4d9"} 4867 node_network_flags{device="veth60acdbb"} 4867 node_network_flags{device="veth6317a53"} 4867 node_network_flags{device="veth64a1146"} 4867 node_network_flags{device="veth6512ba9"} 4867 node_network_flags{device="veth693a8bb"} 4867 node_network_flags{device="veth6a2a09d"} 4867 node_network_flags{device="veth6f7591a"} 4867 node_network_flags{device="veth70582f5"} 4867 node_network_flags{device="veth70e1ac0"} 4867 node_network_flags{device="veth72b3093"} 4867 node_network_flags{device="veth7445fd1"} 4867 node_network_flags{device="veth78abb47"} 4867 node_network_flags{device="veth7921a16"} 4867 node_network_flags{device="veth79430ee"} 4867 node_network_flags{device="veth8056e12"} 4867 node_network_flags{device="veth83461a5"} 4867 node_network_flags{device="veth88f59f2"} 4867 node_network_flags{device="veth8a81535"} 4867 node_network_flags{device="veth8caa7b3"} 4867 node_network_flags{device="veth8d0fb6a"} 4867 node_network_flags{device="veth8e0ce2e"} 4867 node_network_flags{device="veth8f9322b"} 4867 node_network_flags{device="veth908a6f3"} 4867 node_network_flags{device="veth90d19c5"} 4867 node_network_flags{device="veth931ef31"} 4867 node_network_flags{device="veth94ef784"} 4867 node_network_flags{device="veth9a05554"} 4867 node_network_flags{device="veth9c24fbc"} 4867 node_network_flags{device="veth9da4781"} 4867 node_network_flags{device="veth9ddf72e"} 4867 node_network_flags{device="vetha34854b"} 4867 node_network_flags{device="vetha40171a"} 4867 node_network_flags{device="vetha5a6065"} 4867 node_network_flags{device="vetha79f66a"} 4867 node_network_flags{device="vetha7f7925"} 4867 node_network_flags{device="vethb3ce757"} 4867 node_network_flags{device="vethb4759c0"} 4867 node_network_flags{device="vethb4e5c93"} 4867 node_network_flags{device="vethb7f9491"} 4867 node_network_flags{device="vethbb75711"} 4867 node_network_flags{device="vethbcb60f5"} 4867 node_network_flags{device="vethbd0b4eb"} 4867 node_network_flags{device="vethbe8e1a6"} 4867 node_network_flags{device="vethc173a23"} 4867 node_network_flags{device="vethc1f6356"} 4867 node_network_flags{device="vethc3f6270"} 4867 node_network_flags{device="vethcb0681d"} 4867 node_network_flags{device="vethd2baada"} 4867 node_network_flags{device="vethd35181c"} 4867 node_network_flags{device="vethd51bdee"} 4867 node_network_flags{device="vethd579559"} 4867 node_network_flags{device="vethdaba15c"} 4867 node_network_flags{device="vethdbb24da"} 4867 node_network_flags{device="vethe11c34a"} 4867 node_network_flags{device="vethe170110"} 4867 node_network_flags{device="vethe37e7b8"} 4867 node_network_flags{device="vethea84889"} 4867 node_network_flags{device="vethefc6567"} 4867 node_network_flags{device="vethf1f9cd2"} 4867 node_network_flags{device="vethf647e83"} 4867 node_network_flags{device="vethfd07a54"} 4867 node_network_flags{device="vethfe8ce99"} 4867 node_network_flags{device="vethfeef758"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-17e73f047b2b"} 12 node_network_iface_id{device="br-1cb7739d6f87"} 7 node_network_iface_id{device="br-1e5d9b6f2f5f"} 4 node_network_iface_id{device="br-22d28aee11f4"} 8 node_network_iface_id{device="br-269018c835b3"} 5 node_network_iface_id{device="br-2b64803f4baa"} 19 node_network_iface_id{device="br-2da2721de835"} 6 node_network_iface_id{device="br-31e6292e2c7b"} 13 node_network_iface_id{device="br-3496a612fd86"} 14 node_network_iface_id{device="br-45ca7d0205ef"} 10 node_network_iface_id{device="br-4d06846f6926"} 20 node_network_iface_id{device="br-53fe3455a836"} 11 node_network_iface_id{device="br-6ccbd55a6f05"} 21 node_network_iface_id{device="br-8d661c1c555c"} 9 node_network_iface_id{device="br-b47674889f31"} 16 node_network_iface_id{device="br-b80ea9895659"} 17 node_network_iface_id{device="br-d21546c6dd34"} 3 node_network_iface_id{device="br-e1b4575f7f9e"} 18 node_network_iface_id{device="docker0"} 15 node_network_iface_id{device="ens18"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth08f7c46"} 227 node_network_iface_id{device="veth09fa8b1"} 93025 node_network_iface_id{device="veth0b0f759"} 217 node_network_iface_id{device="veth0dc8af7"} 191 node_network_iface_id{device="veth0ee6980"} 105 node_network_iface_id{device="veth11bb666"} 361 node_network_iface_id{device="veth14f3a89"} 93031 node_network_iface_id{device="veth16baecb"} 31923 node_network_iface_id{device="veth18183b1"} 265 node_network_iface_id{device="veth184ff5c"} 209 node_network_iface_id{device="veth1d34ed3"} 31931 node_network_iface_id{device="veth1fd6de3"} 201 node_network_iface_id{device="veth23970d8"} 31935 node_network_iface_id{device="veth2444b0d"} 253 node_network_iface_id{device="veth2454222"} 92115 node_network_iface_id{device="veth2660ae1"} 243 node_network_iface_id{device="veth284cfcd"} 92121 node_network_iface_id{device="veth2a1c461"} 55 node_network_iface_id{device="veth2b5b801"} 195 node_network_iface_id{device="veth2e1b0f6"} 237 node_network_iface_id{device="veth2fd5ab4"} 257 node_network_iface_id{device="veth369da68"} 273 node_network_iface_id{device="veth37b7a47"} 379 node_network_iface_id{device="veth3ad0f91"} 92091 node_network_iface_id{device="veth3d538bb"} 92123 node_network_iface_id{device="veth3ef6e51"} 197 node_network_iface_id{device="veth40957d1"} 213 node_network_iface_id{device="veth44b3f55"} 311 node_network_iface_id{device="veth461dd40"} 199 node_network_iface_id{device="veth55c5139"} 219 node_network_iface_id{device="veth58a87e9"} 375 node_network_iface_id{device="veth5bfe961"} 43 node_network_iface_id{device="veth5c7e4d9"} 293 node_network_iface_id{device="veth60acdbb"} 225 node_network_iface_id{device="veth6317a53"} 223 node_network_iface_id{device="veth64a1146"} 207 node_network_iface_id{device="veth6512ba9"} 90161 node_network_iface_id{device="veth693a8bb"} 363 node_network_iface_id{device="veth6a2a09d"} 359 node_network_iface_id{device="veth6f7591a"} 255 node_network_iface_id{device="veth70582f5"} 283 node_network_iface_id{device="veth70e1ac0"} 299 node_network_iface_id{device="veth72b3093"} 371 node_network_iface_id{device="veth7445fd1"} 269 node_network_iface_id{device="veth78abb47"} 275 node_network_iface_id{device="veth7921a16"} 403 node_network_iface_id{device="veth79430ee"} 291 node_network_iface_id{device="veth8056e12"} 297 node_network_iface_id{device="veth83461a5"} 92113 node_network_iface_id{device="veth88f59f2"} 229 node_network_iface_id{device="veth8a81535"} 157 node_network_iface_id{device="veth8caa7b3"} 281 node_network_iface_id{device="veth8d0fb6a"} 92125 node_network_iface_id{device="veth8e0ce2e"} 401 node_network_iface_id{device="veth8f9322b"} 31927 node_network_iface_id{device="veth908a6f3"} 211 node_network_iface_id{device="veth90d19c5"} 233 node_network_iface_id{device="veth931ef31"} 235 node_network_iface_id{device="veth94ef784"} 215 node_network_iface_id{device="veth9a05554"} 31933 node_network_iface_id{device="veth9c24fbc"} 93033 node_network_iface_id{device="veth9da4781"} 279 node_network_iface_id{device="veth9ddf72e"} 285 node_network_iface_id{device="vetha34854b"} 271 node_network_iface_id{device="vetha40171a"} 92117 node_network_iface_id{device="vetha5a6065"} 31925 node_network_iface_id{device="vetha79f66a"} 287 node_network_iface_id{device="vetha7f7925"} 149 node_network_iface_id{device="vethb3ce757"} 92119 node_network_iface_id{device="vethb4759c0"} 93029 node_network_iface_id{device="vethb4e5c93"} 303 node_network_iface_id{device="vethb7f9491"} 92099 node_network_iface_id{device="vethbb75711"} 261 node_network_iface_id{device="vethbcb60f5"} 317 node_network_iface_id{device="vethbd0b4eb"} 31 node_network_iface_id{device="vethbe8e1a6"} 251 node_network_iface_id{device="vethc173a23"} 277 node_network_iface_id{device="vethc1f6356"} 93035 node_network_iface_id{device="vethc3f6270"} 289 node_network_iface_id{device="vethcb0681d"} 189 node_network_iface_id{device="vethd2baada"} 295 node_network_iface_id{device="vethd35181c"} 193 node_network_iface_id{device="vethd51bdee"} 373 node_network_iface_id{device="vethd579559"} 31929 node_network_iface_id{device="vethdaba15c"} 203 node_network_iface_id{device="vethdbb24da"} 263 node_network_iface_id{device="vethe11c34a"} 367 node_network_iface_id{device="vethe170110"} 95 node_network_iface_id{device="vethe37e7b8"} 205 node_network_iface_id{device="vethea84889"} 369 node_network_iface_id{device="vethefc6567"} 53 node_network_iface_id{device="vethf1f9cd2"} 92097 node_network_iface_id{device="vethf647e83"} 301 node_network_iface_id{device="vethfd07a54"} 93027 node_network_iface_id{device="vethfe8ce99"} 249 node_network_iface_id{device="vethfeef758"} 365 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-17e73f047b2b"} 12 node_network_iface_link{device="br-1cb7739d6f87"} 7 node_network_iface_link{device="br-1e5d9b6f2f5f"} 4 node_network_iface_link{device="br-22d28aee11f4"} 8 node_network_iface_link{device="br-269018c835b3"} 5 node_network_iface_link{device="br-2b64803f4baa"} 19 node_network_iface_link{device="br-2da2721de835"} 6 node_network_iface_link{device="br-31e6292e2c7b"} 13 node_network_iface_link{device="br-3496a612fd86"} 14 node_network_iface_link{device="br-45ca7d0205ef"} 10 node_network_iface_link{device="br-4d06846f6926"} 20 node_network_iface_link{device="br-53fe3455a836"} 11 node_network_iface_link{device="br-6ccbd55a6f05"} 21 node_network_iface_link{device="br-8d661c1c555c"} 9 node_network_iface_link{device="br-b47674889f31"} 16 node_network_iface_link{device="br-b80ea9895659"} 17 node_network_iface_link{device="br-d21546c6dd34"} 3 node_network_iface_link{device="br-e1b4575f7f9e"} 18 node_network_iface_link{device="docker0"} 15 node_network_iface_link{device="ens18"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth08f7c46"} 226 node_network_iface_link{device="veth09fa8b1"} 93024 node_network_iface_link{device="veth0b0f759"} 216 node_network_iface_link{device="veth0dc8af7"} 190 node_network_iface_link{device="veth0ee6980"} 104 node_network_iface_link{device="veth11bb666"} 360 node_network_iface_link{device="veth14f3a89"} 93030 node_network_iface_link{device="veth16baecb"} 31922 node_network_iface_link{device="veth18183b1"} 264 node_network_iface_link{device="veth184ff5c"} 208 node_network_iface_link{device="veth1d34ed3"} 31930 node_network_iface_link{device="veth1fd6de3"} 200 node_network_iface_link{device="veth23970d8"} 31934 node_network_iface_link{device="veth2444b0d"} 252 node_network_iface_link{device="veth2454222"} 92114 node_network_iface_link{device="veth2660ae1"} 242 node_network_iface_link{device="veth284cfcd"} 92120 node_network_iface_link{device="veth2a1c461"} 54 node_network_iface_link{device="veth2b5b801"} 194 node_network_iface_link{device="veth2e1b0f6"} 236 node_network_iface_link{device="veth2fd5ab4"} 256 node_network_iface_link{device="veth369da68"} 272 node_network_iface_link{device="veth37b7a47"} 378 node_network_iface_link{device="veth3ad0f91"} 92090 node_network_iface_link{device="veth3d538bb"} 92122 node_network_iface_link{device="veth3ef6e51"} 196 node_network_iface_link{device="veth40957d1"} 212 node_network_iface_link{device="veth44b3f55"} 310 node_network_iface_link{device="veth461dd40"} 198 node_network_iface_link{device="veth55c5139"} 218 node_network_iface_link{device="veth58a87e9"} 374 node_network_iface_link{device="veth5bfe961"} 42 node_network_iface_link{device="veth5c7e4d9"} 292 node_network_iface_link{device="veth60acdbb"} 224 node_network_iface_link{device="veth6317a53"} 222 node_network_iface_link{device="veth64a1146"} 206 node_network_iface_link{device="veth6512ba9"} 90160 node_network_iface_link{device="veth693a8bb"} 362 node_network_iface_link{device="veth6a2a09d"} 358 node_network_iface_link{device="veth6f7591a"} 254 node_network_iface_link{device="veth70582f5"} 282 node_network_iface_link{device="veth70e1ac0"} 298 node_network_iface_link{device="veth72b3093"} 370 node_network_iface_link{device="veth7445fd1"} 268 node_network_iface_link{device="veth78abb47"} 274 node_network_iface_link{device="veth7921a16"} 402 node_network_iface_link{device="veth79430ee"} 290 node_network_iface_link{device="veth8056e12"} 296 node_network_iface_link{device="veth83461a5"} 92112 node_network_iface_link{device="veth88f59f2"} 228 node_network_iface_link{device="veth8a81535"} 156 node_network_iface_link{device="veth8caa7b3"} 280 node_network_iface_link{device="veth8d0fb6a"} 92124 node_network_iface_link{device="veth8e0ce2e"} 400 node_network_iface_link{device="veth8f9322b"} 31926 node_network_iface_link{device="veth908a6f3"} 210 node_network_iface_link{device="veth90d19c5"} 232 node_network_iface_link{device="veth931ef31"} 234 node_network_iface_link{device="veth94ef784"} 214 node_network_iface_link{device="veth9a05554"} 31932 node_network_iface_link{device="veth9c24fbc"} 93032 node_network_iface_link{device="veth9da4781"} 278 node_network_iface_link{device="veth9ddf72e"} 284 node_network_iface_link{device="vetha34854b"} 270 node_network_iface_link{device="vetha40171a"} 92116 node_network_iface_link{device="vetha5a6065"} 31924 node_network_iface_link{device="vetha79f66a"} 286 node_network_iface_link{device="vetha7f7925"} 148 node_network_iface_link{device="vethb3ce757"} 92118 node_network_iface_link{device="vethb4759c0"} 93028 node_network_iface_link{device="vethb4e5c93"} 302 node_network_iface_link{device="vethb7f9491"} 92098 node_network_iface_link{device="vethbb75711"} 260 node_network_iface_link{device="vethbcb60f5"} 316 node_network_iface_link{device="vethbd0b4eb"} 30 node_network_iface_link{device="vethbe8e1a6"} 250 node_network_iface_link{device="vethc173a23"} 276 node_network_iface_link{device="vethc1f6356"} 93034 node_network_iface_link{device="vethc3f6270"} 288 node_network_iface_link{device="vethcb0681d"} 188 node_network_iface_link{device="vethd2baada"} 294 node_network_iface_link{device="vethd35181c"} 192 node_network_iface_link{device="vethd51bdee"} 372 node_network_iface_link{device="vethd579559"} 31928 node_network_iface_link{device="vethdaba15c"} 202 node_network_iface_link{device="vethdbb24da"} 262 node_network_iface_link{device="vethe11c34a"} 366 node_network_iface_link{device="vethe170110"} 94 node_network_iface_link{device="vethe37e7b8"} 204 node_network_iface_link{device="vethea84889"} 368 node_network_iface_link{device="vethefc6567"} 52 node_network_iface_link{device="vethf1f9cd2"} 92096 node_network_iface_link{device="vethf647e83"} 300 node_network_iface_link{device="vethfd07a54"} 93026 node_network_iface_link{device="vethfe8ce99"} 248 node_network_iface_link{device="vethfeef758"} 364 # 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-17e73f047b2b"} 0 node_network_iface_link_mode{device="br-1cb7739d6f87"} 0 node_network_iface_link_mode{device="br-1e5d9b6f2f5f"} 0 node_network_iface_link_mode{device="br-22d28aee11f4"} 0 node_network_iface_link_mode{device="br-269018c835b3"} 0 node_network_iface_link_mode{device="br-2b64803f4baa"} 0 node_network_iface_link_mode{device="br-2da2721de835"} 0 node_network_iface_link_mode{device="br-31e6292e2c7b"} 0 node_network_iface_link_mode{device="br-3496a612fd86"} 0 node_network_iface_link_mode{device="br-45ca7d0205ef"} 0 node_network_iface_link_mode{device="br-4d06846f6926"} 0 node_network_iface_link_mode{device="br-53fe3455a836"} 0 node_network_iface_link_mode{device="br-6ccbd55a6f05"} 0 node_network_iface_link_mode{device="br-8d661c1c555c"} 0 node_network_iface_link_mode{device="br-b47674889f31"} 0 node_network_iface_link_mode{device="br-b80ea9895659"} 0 node_network_iface_link_mode{device="br-d21546c6dd34"} 0 node_network_iface_link_mode{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_iface_link_mode{device="veth09fa8b1"} 0 node_network_iface_link_mode{device="veth0b0f759"} 0 node_network_iface_link_mode{device="veth0dc8af7"} 0 node_network_iface_link_mode{device="veth0ee6980"} 0 node_network_iface_link_mode{device="veth11bb666"} 0 node_network_iface_link_mode{device="veth14f3a89"} 0 node_network_iface_link_mode{device="veth16baecb"} 0 node_network_iface_link_mode{device="veth18183b1"} 0 node_network_iface_link_mode{device="veth184ff5c"} 0 node_network_iface_link_mode{device="veth1d34ed3"} 0 node_network_iface_link_mode{device="veth1fd6de3"} 0 node_network_iface_link_mode{device="veth23970d8"} 0 node_network_iface_link_mode{device="veth2444b0d"} 0 node_network_iface_link_mode{device="veth2454222"} 0 node_network_iface_link_mode{device="veth2660ae1"} 0 node_network_iface_link_mode{device="veth284cfcd"} 0 node_network_iface_link_mode{device="veth2a1c461"} 0 node_network_iface_link_mode{device="veth2b5b801"} 0 node_network_iface_link_mode{device="veth2e1b0f6"} 0 node_network_iface_link_mode{device="veth2fd5ab4"} 0 node_network_iface_link_mode{device="veth369da68"} 0 node_network_iface_link_mode{device="veth37b7a47"} 0 node_network_iface_link_mode{device="veth3ad0f91"} 0 node_network_iface_link_mode{device="veth3d538bb"} 0 node_network_iface_link_mode{device="veth3ef6e51"} 0 node_network_iface_link_mode{device="veth40957d1"} 0 node_network_iface_link_mode{device="veth44b3f55"} 0 node_network_iface_link_mode{device="veth461dd40"} 0 node_network_iface_link_mode{device="veth55c5139"} 0 node_network_iface_link_mode{device="veth58a87e9"} 0 node_network_iface_link_mode{device="veth5bfe961"} 0 node_network_iface_link_mode{device="veth5c7e4d9"} 0 node_network_iface_link_mode{device="veth60acdbb"} 0 node_network_iface_link_mode{device="veth6317a53"} 0 node_network_iface_link_mode{device="veth64a1146"} 0 node_network_iface_link_mode{device="veth6512ba9"} 0 node_network_iface_link_mode{device="veth693a8bb"} 0 node_network_iface_link_mode{device="veth6a2a09d"} 0 node_network_iface_link_mode{device="veth6f7591a"} 0 node_network_iface_link_mode{device="veth70582f5"} 0 node_network_iface_link_mode{device="veth70e1ac0"} 0 node_network_iface_link_mode{device="veth72b3093"} 0 node_network_iface_link_mode{device="veth7445fd1"} 0 node_network_iface_link_mode{device="veth78abb47"} 0 node_network_iface_link_mode{device="veth7921a16"} 0 node_network_iface_link_mode{device="veth79430ee"} 0 node_network_iface_link_mode{device="veth8056e12"} 0 node_network_iface_link_mode{device="veth83461a5"} 0 node_network_iface_link_mode{device="veth88f59f2"} 0 node_network_iface_link_mode{device="veth8a81535"} 0 node_network_iface_link_mode{device="veth8caa7b3"} 0 node_network_iface_link_mode{device="veth8d0fb6a"} 0 node_network_iface_link_mode{device="veth8e0ce2e"} 0 node_network_iface_link_mode{device="veth8f9322b"} 0 node_network_iface_link_mode{device="veth908a6f3"} 0 node_network_iface_link_mode{device="veth90d19c5"} 0 node_network_iface_link_mode{device="veth931ef31"} 0 node_network_iface_link_mode{device="veth94ef784"} 0 node_network_iface_link_mode{device="veth9a05554"} 0 node_network_iface_link_mode{device="veth9c24fbc"} 0 node_network_iface_link_mode{device="veth9da4781"} 0 node_network_iface_link_mode{device="veth9ddf72e"} 0 node_network_iface_link_mode{device="vetha34854b"} 0 node_network_iface_link_mode{device="vetha40171a"} 0 node_network_iface_link_mode{device="vetha5a6065"} 0 node_network_iface_link_mode{device="vetha79f66a"} 0 node_network_iface_link_mode{device="vetha7f7925"} 0 node_network_iface_link_mode{device="vethb3ce757"} 0 node_network_iface_link_mode{device="vethb4759c0"} 0 node_network_iface_link_mode{device="vethb4e5c93"} 0 node_network_iface_link_mode{device="vethb7f9491"} 0 node_network_iface_link_mode{device="vethbb75711"} 0 node_network_iface_link_mode{device="vethbcb60f5"} 0 node_network_iface_link_mode{device="vethbd0b4eb"} 0 node_network_iface_link_mode{device="vethbe8e1a6"} 0 node_network_iface_link_mode{device="vethc173a23"} 0 node_network_iface_link_mode{device="vethc1f6356"} 0 node_network_iface_link_mode{device="vethc3f6270"} 0 node_network_iface_link_mode{device="vethcb0681d"} 0 node_network_iface_link_mode{device="vethd2baada"} 0 node_network_iface_link_mode{device="vethd35181c"} 0 node_network_iface_link_mode{device="vethd51bdee"} 0 node_network_iface_link_mode{device="vethd579559"} 0 node_network_iface_link_mode{device="vethdaba15c"} 0 node_network_iface_link_mode{device="vethdbb24da"} 0 node_network_iface_link_mode{device="vethe11c34a"} 0 node_network_iface_link_mode{device="vethe170110"} 0 node_network_iface_link_mode{device="vethe37e7b8"} 0 node_network_iface_link_mode{device="vethea84889"} 0 node_network_iface_link_mode{device="vethefc6567"} 0 node_network_iface_link_mode{device="vethf1f9cd2"} 0 node_network_iface_link_mode{device="vethf647e83"} 0 node_network_iface_link_mode{device="vethfd07a54"} 0 node_network_iface_link_mode{device="vethfe8ce99"} 0 node_network_iface_link_mode{device="vethfeef758"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:42:04:cd:1a:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2da2721de835",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:09:8f:22:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-269018c835b3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:25:a9:18:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1e5d9b6f2f5f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:27:b4:23:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:2c:53:7a:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e1b4575f7f9e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:37:c8:e6:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2b64803f4baa",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:50:d4:c8:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b47674889f31",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:65:9e:94:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-31e6292e2c7b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:65:cc:db:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1cb7739d6f87",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:77:57:94:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-53fe3455a836",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9c:60:53:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-22d28aee11f4",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9c:f2:a0:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d21546c6dd34",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9d:a1:a9:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-45ca7d0205ef",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9e:3b:ec:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8d661c1c555c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a8:34:60:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b80ea9895659",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:b7:e1:bb:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-17e73f047b2b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d8:55:c9:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6ccbd55a6f05",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:db:1b:25:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3496a612fd86",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f3:1a:66:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4d06846f6926",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:c8:3c:5f:c4:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth72b3093",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:db:ca:db:e7:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc173a23",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:de:69:b0:5b:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd0b4eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:07:f9:d7:98:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7f7925",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:c7:83:c8:a0:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha34854b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:23:6f:6d:a4:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe37e7b8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:35:51:be:8a:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e1b0f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:92:80:81:11:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f9322b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:fa:d1:b0:d6:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth184ff5c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:3e:55:11:74:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe8e1a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:73:ad:37:01:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth37b7a47",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:9d:83:4d:d5:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe8ce99",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:16:d3:21:bb:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth23970d8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:57:1e:12:d0:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe170110",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:3a:b4:50:41:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6f7591a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:ee:69:29:4e:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2baada",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:42:d3:f6:8e:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha5a6065",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:57:b9:13:c3:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a05554",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:f1:05:52:9e:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth284cfcd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:f7:9c:af:39:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb75711",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:12:ca:6d:c1:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0b0f759",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:16:eb:81:cc:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha79f66a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:c7:73:1c:5e:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70582f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:26:cf:fd:e6:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d0fb6a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:fb:56:d2:f1:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6317a53",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:46:55:77:f1:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8caa7b3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:87:8c:c4:8b:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb4759c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:c2:b6:e7:0f:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf1f9cd2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:9b:ed:8c:04:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb7f9491",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:bb:06:a1:0d:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7445fd1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:1f:30:69:54:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2fd5ab4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:3c:fa:1e:2f:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth16baecb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:96:d6:19:93:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08f7c46",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:f0:b2:ad:f4:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2660ae1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:f7:72:fa:ee:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethea84889",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:4c:67:30:7b:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd35181c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:5d:31:bc:61:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth11bb666",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:8e:c9:43:2a:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5bfe961",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:78:e0:d6:00:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth55c5139",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:99:dd:7e:ec:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbcb60f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:69:2e:6d:73:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth90d19c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:c7:d1:26:bf:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth83461a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:34:ad:19:f3:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd07a54",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:64:d6:d9:20:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd51bdee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:bd:fe:7c:62:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44b3f55",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:fc:95:06:11:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d34ed3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:07:84:8c:90:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1f6356",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:11:0e:31:32:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ddf72e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:29:f1:22:49:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdaba15c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:80:e8:c7:41:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth09fa8b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:83:ec:de:f0:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcb0681d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:87:c2:98:1d:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth461dd40",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:be:b4:0b:6f:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth78abb47",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:9f:ed:75:78:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfeef758",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:89:ed:97:ef:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b5b801",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:db:0a:ec:d0:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth908a6f3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:e7:ac:4a:a2:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ad0f91",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:3b:dd:a9:e3:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth64a1146",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:03:0a:05:92:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2a1c461",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:e7:51:2c:6f:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2444b0d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:fe:16:c5:40:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9da4781",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:60:00:35:5d:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf647e83",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:c2:03:f4:c1:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha40171a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:83:03:b7:16:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth58a87e9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:a0:41:b9:7f:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7921a16",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:23:17:ce:dd:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ee6980",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:9c:5e:b2:a2:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ef6e51",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:b3:f0:fb:4e:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethefc6567",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:c1:d1:01:0c:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2454222",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:6c:17:4b:3f:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth693a8bb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:a7:15:ee:cc:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe11c34a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:f8:06:ff:3a:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth14f3a89",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:6f:1b:fe:b4:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c24fbc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:c4:63:e0:7c:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6512ba9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:d8:24:78:fb:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth931ef31",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:49:0e:aa:e8:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdbb24da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:e6:cc:d7:f1:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb4e5c93",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:bd:22:ce:97:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth40957d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:dd:dc:6c:2c:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a2a09d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:4b:44:f6:e7:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1fd6de3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:dd:14:ba:69:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth94ef784",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:28:75:93:99:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth88f59f2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:39:80:46:1f:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8056e12",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:30:c8:cd:16:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8a81535",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:64:e4:00:06:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth369da68",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:91:df:9a:dc:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd579559",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:f7:73:a7:32:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth18183b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:aa:90:5d:af:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0dc8af7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:75:94:07:3f:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8e0ce2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:90:a5:28:2b:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c7e4d9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:d1:d8:ff:eb:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth79430ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:08:90:51:31:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth60acdbb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:24:0f:f9:9f:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70e1ac0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:c6:4e:6e:01:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d538bb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:27:94:7e:dc:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3ce757",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:af:e9:32:6d:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3f6270",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-17e73f047b2b"} 1500 node_network_mtu_bytes{device="br-1cb7739d6f87"} 1500 node_network_mtu_bytes{device="br-1e5d9b6f2f5f"} 1500 node_network_mtu_bytes{device="br-22d28aee11f4"} 1500 node_network_mtu_bytes{device="br-269018c835b3"} 1500 node_network_mtu_bytes{device="br-2b64803f4baa"} 1500 node_network_mtu_bytes{device="br-2da2721de835"} 1500 node_network_mtu_bytes{device="br-31e6292e2c7b"} 1500 node_network_mtu_bytes{device="br-3496a612fd86"} 1500 node_network_mtu_bytes{device="br-45ca7d0205ef"} 1500 node_network_mtu_bytes{device="br-4d06846f6926"} 1500 node_network_mtu_bytes{device="br-53fe3455a836"} 1500 node_network_mtu_bytes{device="br-6ccbd55a6f05"} 1500 node_network_mtu_bytes{device="br-8d661c1c555c"} 1500 node_network_mtu_bytes{device="br-b47674889f31"} 1500 node_network_mtu_bytes{device="br-b80ea9895659"} 1500 node_network_mtu_bytes{device="br-d21546c6dd34"} 1500 node_network_mtu_bytes{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 1500 node_network_mtu_bytes{device="veth09fa8b1"} 1500 node_network_mtu_bytes{device="veth0b0f759"} 1500 node_network_mtu_bytes{device="veth0dc8af7"} 1500 node_network_mtu_bytes{device="veth0ee6980"} 1500 node_network_mtu_bytes{device="veth11bb666"} 1500 node_network_mtu_bytes{device="veth14f3a89"} 1500 node_network_mtu_bytes{device="veth16baecb"} 1500 node_network_mtu_bytes{device="veth18183b1"} 1500 node_network_mtu_bytes{device="veth184ff5c"} 1500 node_network_mtu_bytes{device="veth1d34ed3"} 1500 node_network_mtu_bytes{device="veth1fd6de3"} 1500 node_network_mtu_bytes{device="veth23970d8"} 1500 node_network_mtu_bytes{device="veth2444b0d"} 1500 node_network_mtu_bytes{device="veth2454222"} 1500 node_network_mtu_bytes{device="veth2660ae1"} 1500 node_network_mtu_bytes{device="veth284cfcd"} 1500 node_network_mtu_bytes{device="veth2a1c461"} 1500 node_network_mtu_bytes{device="veth2b5b801"} 1500 node_network_mtu_bytes{device="veth2e1b0f6"} 1500 node_network_mtu_bytes{device="veth2fd5ab4"} 1500 node_network_mtu_bytes{device="veth369da68"} 1500 node_network_mtu_bytes{device="veth37b7a47"} 1500 node_network_mtu_bytes{device="veth3ad0f91"} 1500 node_network_mtu_bytes{device="veth3d538bb"} 1500 node_network_mtu_bytes{device="veth3ef6e51"} 1500 node_network_mtu_bytes{device="veth40957d1"} 1500 node_network_mtu_bytes{device="veth44b3f55"} 1500 node_network_mtu_bytes{device="veth461dd40"} 1500 node_network_mtu_bytes{device="veth55c5139"} 1500 node_network_mtu_bytes{device="veth58a87e9"} 1500 node_network_mtu_bytes{device="veth5bfe961"} 1500 node_network_mtu_bytes{device="veth5c7e4d9"} 1500 node_network_mtu_bytes{device="veth60acdbb"} 1500 node_network_mtu_bytes{device="veth6317a53"} 1500 node_network_mtu_bytes{device="veth64a1146"} 1500 node_network_mtu_bytes{device="veth6512ba9"} 1500 node_network_mtu_bytes{device="veth693a8bb"} 1500 node_network_mtu_bytes{device="veth6a2a09d"} 1500 node_network_mtu_bytes{device="veth6f7591a"} 1500 node_network_mtu_bytes{device="veth70582f5"} 1500 node_network_mtu_bytes{device="veth70e1ac0"} 1500 node_network_mtu_bytes{device="veth72b3093"} 1500 node_network_mtu_bytes{device="veth7445fd1"} 1500 node_network_mtu_bytes{device="veth78abb47"} 1500 node_network_mtu_bytes{device="veth7921a16"} 1500 node_network_mtu_bytes{device="veth79430ee"} 1500 node_network_mtu_bytes{device="veth8056e12"} 1500 node_network_mtu_bytes{device="veth83461a5"} 1500 node_network_mtu_bytes{device="veth88f59f2"} 1500 node_network_mtu_bytes{device="veth8a81535"} 1500 node_network_mtu_bytes{device="veth8caa7b3"} 1500 node_network_mtu_bytes{device="veth8d0fb6a"} 1500 node_network_mtu_bytes{device="veth8e0ce2e"} 1500 node_network_mtu_bytes{device="veth8f9322b"} 1500 node_network_mtu_bytes{device="veth908a6f3"} 1500 node_network_mtu_bytes{device="veth90d19c5"} 1500 node_network_mtu_bytes{device="veth931ef31"} 1500 node_network_mtu_bytes{device="veth94ef784"} 1500 node_network_mtu_bytes{device="veth9a05554"} 1500 node_network_mtu_bytes{device="veth9c24fbc"} 1500 node_network_mtu_bytes{device="veth9da4781"} 1500 node_network_mtu_bytes{device="veth9ddf72e"} 1500 node_network_mtu_bytes{device="vetha34854b"} 1500 node_network_mtu_bytes{device="vetha40171a"} 1500 node_network_mtu_bytes{device="vetha5a6065"} 1500 node_network_mtu_bytes{device="vetha79f66a"} 1500 node_network_mtu_bytes{device="vetha7f7925"} 1500 node_network_mtu_bytes{device="vethb3ce757"} 1500 node_network_mtu_bytes{device="vethb4759c0"} 1500 node_network_mtu_bytes{device="vethb4e5c93"} 1500 node_network_mtu_bytes{device="vethb7f9491"} 1500 node_network_mtu_bytes{device="vethbb75711"} 1500 node_network_mtu_bytes{device="vethbcb60f5"} 1500 node_network_mtu_bytes{device="vethbd0b4eb"} 1500 node_network_mtu_bytes{device="vethbe8e1a6"} 1500 node_network_mtu_bytes{device="vethc173a23"} 1500 node_network_mtu_bytes{device="vethc1f6356"} 1500 node_network_mtu_bytes{device="vethc3f6270"} 1500 node_network_mtu_bytes{device="vethcb0681d"} 1500 node_network_mtu_bytes{device="vethd2baada"} 1500 node_network_mtu_bytes{device="vethd35181c"} 1500 node_network_mtu_bytes{device="vethd51bdee"} 1500 node_network_mtu_bytes{device="vethd579559"} 1500 node_network_mtu_bytes{device="vethdaba15c"} 1500 node_network_mtu_bytes{device="vethdbb24da"} 1500 node_network_mtu_bytes{device="vethe11c34a"} 1500 node_network_mtu_bytes{device="vethe170110"} 1500 node_network_mtu_bytes{device="vethe37e7b8"} 1500 node_network_mtu_bytes{device="vethea84889"} 1500 node_network_mtu_bytes{device="vethefc6567"} 1500 node_network_mtu_bytes{device="vethf1f9cd2"} 1500 node_network_mtu_bytes{device="vethf647e83"} 1500 node_network_mtu_bytes{device="vethfd07a54"} 1500 node_network_mtu_bytes{device="vethfe8ce99"} 1500 node_network_mtu_bytes{device="vethfeef758"} 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-17e73f047b2b"} 3 node_network_name_assign_type{device="br-1cb7739d6f87"} 3 node_network_name_assign_type{device="br-1e5d9b6f2f5f"} 3 node_network_name_assign_type{device="br-22d28aee11f4"} 3 node_network_name_assign_type{device="br-269018c835b3"} 3 node_network_name_assign_type{device="br-2b64803f4baa"} 3 node_network_name_assign_type{device="br-2da2721de835"} 3 node_network_name_assign_type{device="br-31e6292e2c7b"} 3 node_network_name_assign_type{device="br-3496a612fd86"} 3 node_network_name_assign_type{device="br-45ca7d0205ef"} 3 node_network_name_assign_type{device="br-4d06846f6926"} 3 node_network_name_assign_type{device="br-53fe3455a836"} 3 node_network_name_assign_type{device="br-6ccbd55a6f05"} 3 node_network_name_assign_type{device="br-8d661c1c555c"} 3 node_network_name_assign_type{device="br-b47674889f31"} 3 node_network_name_assign_type{device="br-b80ea9895659"} 3 node_network_name_assign_type{device="br-d21546c6dd34"} 3 node_network_name_assign_type{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 3 node_network_name_assign_type{device="veth09fa8b1"} 3 node_network_name_assign_type{device="veth0b0f759"} 3 node_network_name_assign_type{device="veth0dc8af7"} 3 node_network_name_assign_type{device="veth0ee6980"} 3 node_network_name_assign_type{device="veth11bb666"} 3 node_network_name_assign_type{device="veth14f3a89"} 3 node_network_name_assign_type{device="veth16baecb"} 3 node_network_name_assign_type{device="veth18183b1"} 3 node_network_name_assign_type{device="veth184ff5c"} 3 node_network_name_assign_type{device="veth1d34ed3"} 3 node_network_name_assign_type{device="veth1fd6de3"} 3 node_network_name_assign_type{device="veth23970d8"} 3 node_network_name_assign_type{device="veth2444b0d"} 3 node_network_name_assign_type{device="veth2454222"} 3 node_network_name_assign_type{device="veth2660ae1"} 3 node_network_name_assign_type{device="veth284cfcd"} 3 node_network_name_assign_type{device="veth2a1c461"} 3 node_network_name_assign_type{device="veth2b5b801"} 3 node_network_name_assign_type{device="veth2e1b0f6"} 3 node_network_name_assign_type{device="veth2fd5ab4"} 3 node_network_name_assign_type{device="veth369da68"} 3 node_network_name_assign_type{device="veth37b7a47"} 3 node_network_name_assign_type{device="veth3ad0f91"} 3 node_network_name_assign_type{device="veth3d538bb"} 3 node_network_name_assign_type{device="veth3ef6e51"} 3 node_network_name_assign_type{device="veth40957d1"} 3 node_network_name_assign_type{device="veth44b3f55"} 3 node_network_name_assign_type{device="veth461dd40"} 3 node_network_name_assign_type{device="veth55c5139"} 3 node_network_name_assign_type{device="veth58a87e9"} 3 node_network_name_assign_type{device="veth5bfe961"} 3 node_network_name_assign_type{device="veth5c7e4d9"} 3 node_network_name_assign_type{device="veth60acdbb"} 3 node_network_name_assign_type{device="veth6317a53"} 3 node_network_name_assign_type{device="veth64a1146"} 3 node_network_name_assign_type{device="veth6512ba9"} 3 node_network_name_assign_type{device="veth693a8bb"} 3 node_network_name_assign_type{device="veth6a2a09d"} 3 node_network_name_assign_type{device="veth6f7591a"} 3 node_network_name_assign_type{device="veth70582f5"} 3 node_network_name_assign_type{device="veth70e1ac0"} 3 node_network_name_assign_type{device="veth72b3093"} 3 node_network_name_assign_type{device="veth7445fd1"} 3 node_network_name_assign_type{device="veth78abb47"} 3 node_network_name_assign_type{device="veth7921a16"} 3 node_network_name_assign_type{device="veth79430ee"} 3 node_network_name_assign_type{device="veth8056e12"} 3 node_network_name_assign_type{device="veth83461a5"} 3 node_network_name_assign_type{device="veth88f59f2"} 3 node_network_name_assign_type{device="veth8a81535"} 3 node_network_name_assign_type{device="veth8caa7b3"} 3 node_network_name_assign_type{device="veth8d0fb6a"} 3 node_network_name_assign_type{device="veth8e0ce2e"} 3 node_network_name_assign_type{device="veth8f9322b"} 3 node_network_name_assign_type{device="veth908a6f3"} 3 node_network_name_assign_type{device="veth90d19c5"} 3 node_network_name_assign_type{device="veth931ef31"} 3 node_network_name_assign_type{device="veth94ef784"} 3 node_network_name_assign_type{device="veth9a05554"} 3 node_network_name_assign_type{device="veth9c24fbc"} 3 node_network_name_assign_type{device="veth9da4781"} 3 node_network_name_assign_type{device="veth9ddf72e"} 3 node_network_name_assign_type{device="vetha34854b"} 3 node_network_name_assign_type{device="vetha40171a"} 3 node_network_name_assign_type{device="vetha5a6065"} 3 node_network_name_assign_type{device="vetha79f66a"} 3 node_network_name_assign_type{device="vetha7f7925"} 3 node_network_name_assign_type{device="vethb3ce757"} 3 node_network_name_assign_type{device="vethb4759c0"} 3 node_network_name_assign_type{device="vethb4e5c93"} 3 node_network_name_assign_type{device="vethb7f9491"} 3 node_network_name_assign_type{device="vethbb75711"} 3 node_network_name_assign_type{device="vethbcb60f5"} 3 node_network_name_assign_type{device="vethbd0b4eb"} 3 node_network_name_assign_type{device="vethbe8e1a6"} 3 node_network_name_assign_type{device="vethc173a23"} 3 node_network_name_assign_type{device="vethc1f6356"} 3 node_network_name_assign_type{device="vethc3f6270"} 3 node_network_name_assign_type{device="vethcb0681d"} 3 node_network_name_assign_type{device="vethd2baada"} 3 node_network_name_assign_type{device="vethd35181c"} 3 node_network_name_assign_type{device="vethd51bdee"} 3 node_network_name_assign_type{device="vethd579559"} 3 node_network_name_assign_type{device="vethdaba15c"} 3 node_network_name_assign_type{device="vethdbb24da"} 3 node_network_name_assign_type{device="vethe11c34a"} 3 node_network_name_assign_type{device="vethe170110"} 3 node_network_name_assign_type{device="vethe37e7b8"} 3 node_network_name_assign_type{device="vethea84889"} 3 node_network_name_assign_type{device="vethefc6567"} 3 node_network_name_assign_type{device="vethf1f9cd2"} 3 node_network_name_assign_type{device="vethf647e83"} 3 node_network_name_assign_type{device="vethfd07a54"} 3 node_network_name_assign_type{device="vethfe8ce99"} 3 node_network_name_assign_type{device="vethfeef758"} 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-17e73f047b2b"} 0 node_network_net_dev_group{device="br-1cb7739d6f87"} 0 node_network_net_dev_group{device="br-1e5d9b6f2f5f"} 0 node_network_net_dev_group{device="br-22d28aee11f4"} 0 node_network_net_dev_group{device="br-269018c835b3"} 0 node_network_net_dev_group{device="br-2b64803f4baa"} 0 node_network_net_dev_group{device="br-2da2721de835"} 0 node_network_net_dev_group{device="br-31e6292e2c7b"} 0 node_network_net_dev_group{device="br-3496a612fd86"} 0 node_network_net_dev_group{device="br-45ca7d0205ef"} 0 node_network_net_dev_group{device="br-4d06846f6926"} 0 node_network_net_dev_group{device="br-53fe3455a836"} 0 node_network_net_dev_group{device="br-6ccbd55a6f05"} 0 node_network_net_dev_group{device="br-8d661c1c555c"} 0 node_network_net_dev_group{device="br-b47674889f31"} 0 node_network_net_dev_group{device="br-b80ea9895659"} 0 node_network_net_dev_group{device="br-d21546c6dd34"} 0 node_network_net_dev_group{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_net_dev_group{device="veth09fa8b1"} 0 node_network_net_dev_group{device="veth0b0f759"} 0 node_network_net_dev_group{device="veth0dc8af7"} 0 node_network_net_dev_group{device="veth0ee6980"} 0 node_network_net_dev_group{device="veth11bb666"} 0 node_network_net_dev_group{device="veth14f3a89"} 0 node_network_net_dev_group{device="veth16baecb"} 0 node_network_net_dev_group{device="veth18183b1"} 0 node_network_net_dev_group{device="veth184ff5c"} 0 node_network_net_dev_group{device="veth1d34ed3"} 0 node_network_net_dev_group{device="veth1fd6de3"} 0 node_network_net_dev_group{device="veth23970d8"} 0 node_network_net_dev_group{device="veth2444b0d"} 0 node_network_net_dev_group{device="veth2454222"} 0 node_network_net_dev_group{device="veth2660ae1"} 0 node_network_net_dev_group{device="veth284cfcd"} 0 node_network_net_dev_group{device="veth2a1c461"} 0 node_network_net_dev_group{device="veth2b5b801"} 0 node_network_net_dev_group{device="veth2e1b0f6"} 0 node_network_net_dev_group{device="veth2fd5ab4"} 0 node_network_net_dev_group{device="veth369da68"} 0 node_network_net_dev_group{device="veth37b7a47"} 0 node_network_net_dev_group{device="veth3ad0f91"} 0 node_network_net_dev_group{device="veth3d538bb"} 0 node_network_net_dev_group{device="veth3ef6e51"} 0 node_network_net_dev_group{device="veth40957d1"} 0 node_network_net_dev_group{device="veth44b3f55"} 0 node_network_net_dev_group{device="veth461dd40"} 0 node_network_net_dev_group{device="veth55c5139"} 0 node_network_net_dev_group{device="veth58a87e9"} 0 node_network_net_dev_group{device="veth5bfe961"} 0 node_network_net_dev_group{device="veth5c7e4d9"} 0 node_network_net_dev_group{device="veth60acdbb"} 0 node_network_net_dev_group{device="veth6317a53"} 0 node_network_net_dev_group{device="veth64a1146"} 0 node_network_net_dev_group{device="veth6512ba9"} 0 node_network_net_dev_group{device="veth693a8bb"} 0 node_network_net_dev_group{device="veth6a2a09d"} 0 node_network_net_dev_group{device="veth6f7591a"} 0 node_network_net_dev_group{device="veth70582f5"} 0 node_network_net_dev_group{device="veth70e1ac0"} 0 node_network_net_dev_group{device="veth72b3093"} 0 node_network_net_dev_group{device="veth7445fd1"} 0 node_network_net_dev_group{device="veth78abb47"} 0 node_network_net_dev_group{device="veth7921a16"} 0 node_network_net_dev_group{device="veth79430ee"} 0 node_network_net_dev_group{device="veth8056e12"} 0 node_network_net_dev_group{device="veth83461a5"} 0 node_network_net_dev_group{device="veth88f59f2"} 0 node_network_net_dev_group{device="veth8a81535"} 0 node_network_net_dev_group{device="veth8caa7b3"} 0 node_network_net_dev_group{device="veth8d0fb6a"} 0 node_network_net_dev_group{device="veth8e0ce2e"} 0 node_network_net_dev_group{device="veth8f9322b"} 0 node_network_net_dev_group{device="veth908a6f3"} 0 node_network_net_dev_group{device="veth90d19c5"} 0 node_network_net_dev_group{device="veth931ef31"} 0 node_network_net_dev_group{device="veth94ef784"} 0 node_network_net_dev_group{device="veth9a05554"} 0 node_network_net_dev_group{device="veth9c24fbc"} 0 node_network_net_dev_group{device="veth9da4781"} 0 node_network_net_dev_group{device="veth9ddf72e"} 0 node_network_net_dev_group{device="vetha34854b"} 0 node_network_net_dev_group{device="vetha40171a"} 0 node_network_net_dev_group{device="vetha5a6065"} 0 node_network_net_dev_group{device="vetha79f66a"} 0 node_network_net_dev_group{device="vetha7f7925"} 0 node_network_net_dev_group{device="vethb3ce757"} 0 node_network_net_dev_group{device="vethb4759c0"} 0 node_network_net_dev_group{device="vethb4e5c93"} 0 node_network_net_dev_group{device="vethb7f9491"} 0 node_network_net_dev_group{device="vethbb75711"} 0 node_network_net_dev_group{device="vethbcb60f5"} 0 node_network_net_dev_group{device="vethbd0b4eb"} 0 node_network_net_dev_group{device="vethbe8e1a6"} 0 node_network_net_dev_group{device="vethc173a23"} 0 node_network_net_dev_group{device="vethc1f6356"} 0 node_network_net_dev_group{device="vethc3f6270"} 0 node_network_net_dev_group{device="vethcb0681d"} 0 node_network_net_dev_group{device="vethd2baada"} 0 node_network_net_dev_group{device="vethd35181c"} 0 node_network_net_dev_group{device="vethd51bdee"} 0 node_network_net_dev_group{device="vethd579559"} 0 node_network_net_dev_group{device="vethdaba15c"} 0 node_network_net_dev_group{device="vethdbb24da"} 0 node_network_net_dev_group{device="vethe11c34a"} 0 node_network_net_dev_group{device="vethe170110"} 0 node_network_net_dev_group{device="vethe37e7b8"} 0 node_network_net_dev_group{device="vethea84889"} 0 node_network_net_dev_group{device="vethefc6567"} 0 node_network_net_dev_group{device="vethf1f9cd2"} 0 node_network_net_dev_group{device="vethf647e83"} 0 node_network_net_dev_group{device="vethfd07a54"} 0 node_network_net_dev_group{device="vethfe8ce99"} 0 node_network_net_dev_group{device="vethfeef758"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-17e73f047b2b"} 1 node_network_protocol_type{device="br-1cb7739d6f87"} 1 node_network_protocol_type{device="br-1e5d9b6f2f5f"} 1 node_network_protocol_type{device="br-22d28aee11f4"} 1 node_network_protocol_type{device="br-269018c835b3"} 1 node_network_protocol_type{device="br-2b64803f4baa"} 1 node_network_protocol_type{device="br-2da2721de835"} 1 node_network_protocol_type{device="br-31e6292e2c7b"} 1 node_network_protocol_type{device="br-3496a612fd86"} 1 node_network_protocol_type{device="br-45ca7d0205ef"} 1 node_network_protocol_type{device="br-4d06846f6926"} 1 node_network_protocol_type{device="br-53fe3455a836"} 1 node_network_protocol_type{device="br-6ccbd55a6f05"} 1 node_network_protocol_type{device="br-8d661c1c555c"} 1 node_network_protocol_type{device="br-b47674889f31"} 1 node_network_protocol_type{device="br-b80ea9895659"} 1 node_network_protocol_type{device="br-d21546c6dd34"} 1 node_network_protocol_type{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 1 node_network_protocol_type{device="veth09fa8b1"} 1 node_network_protocol_type{device="veth0b0f759"} 1 node_network_protocol_type{device="veth0dc8af7"} 1 node_network_protocol_type{device="veth0ee6980"} 1 node_network_protocol_type{device="veth11bb666"} 1 node_network_protocol_type{device="veth14f3a89"} 1 node_network_protocol_type{device="veth16baecb"} 1 node_network_protocol_type{device="veth18183b1"} 1 node_network_protocol_type{device="veth184ff5c"} 1 node_network_protocol_type{device="veth1d34ed3"} 1 node_network_protocol_type{device="veth1fd6de3"} 1 node_network_protocol_type{device="veth23970d8"} 1 node_network_protocol_type{device="veth2444b0d"} 1 node_network_protocol_type{device="veth2454222"} 1 node_network_protocol_type{device="veth2660ae1"} 1 node_network_protocol_type{device="veth284cfcd"} 1 node_network_protocol_type{device="veth2a1c461"} 1 node_network_protocol_type{device="veth2b5b801"} 1 node_network_protocol_type{device="veth2e1b0f6"} 1 node_network_protocol_type{device="veth2fd5ab4"} 1 node_network_protocol_type{device="veth369da68"} 1 node_network_protocol_type{device="veth37b7a47"} 1 node_network_protocol_type{device="veth3ad0f91"} 1 node_network_protocol_type{device="veth3d538bb"} 1 node_network_protocol_type{device="veth3ef6e51"} 1 node_network_protocol_type{device="veth40957d1"} 1 node_network_protocol_type{device="veth44b3f55"} 1 node_network_protocol_type{device="veth461dd40"} 1 node_network_protocol_type{device="veth55c5139"} 1 node_network_protocol_type{device="veth58a87e9"} 1 node_network_protocol_type{device="veth5bfe961"} 1 node_network_protocol_type{device="veth5c7e4d9"} 1 node_network_protocol_type{device="veth60acdbb"} 1 node_network_protocol_type{device="veth6317a53"} 1 node_network_protocol_type{device="veth64a1146"} 1 node_network_protocol_type{device="veth6512ba9"} 1 node_network_protocol_type{device="veth693a8bb"} 1 node_network_protocol_type{device="veth6a2a09d"} 1 node_network_protocol_type{device="veth6f7591a"} 1 node_network_protocol_type{device="veth70582f5"} 1 node_network_protocol_type{device="veth70e1ac0"} 1 node_network_protocol_type{device="veth72b3093"} 1 node_network_protocol_type{device="veth7445fd1"} 1 node_network_protocol_type{device="veth78abb47"} 1 node_network_protocol_type{device="veth7921a16"} 1 node_network_protocol_type{device="veth79430ee"} 1 node_network_protocol_type{device="veth8056e12"} 1 node_network_protocol_type{device="veth83461a5"} 1 node_network_protocol_type{device="veth88f59f2"} 1 node_network_protocol_type{device="veth8a81535"} 1 node_network_protocol_type{device="veth8caa7b3"} 1 node_network_protocol_type{device="veth8d0fb6a"} 1 node_network_protocol_type{device="veth8e0ce2e"} 1 node_network_protocol_type{device="veth8f9322b"} 1 node_network_protocol_type{device="veth908a6f3"} 1 node_network_protocol_type{device="veth90d19c5"} 1 node_network_protocol_type{device="veth931ef31"} 1 node_network_protocol_type{device="veth94ef784"} 1 node_network_protocol_type{device="veth9a05554"} 1 node_network_protocol_type{device="veth9c24fbc"} 1 node_network_protocol_type{device="veth9da4781"} 1 node_network_protocol_type{device="veth9ddf72e"} 1 node_network_protocol_type{device="vetha34854b"} 1 node_network_protocol_type{device="vetha40171a"} 1 node_network_protocol_type{device="vetha5a6065"} 1 node_network_protocol_type{device="vetha79f66a"} 1 node_network_protocol_type{device="vetha7f7925"} 1 node_network_protocol_type{device="vethb3ce757"} 1 node_network_protocol_type{device="vethb4759c0"} 1 node_network_protocol_type{device="vethb4e5c93"} 1 node_network_protocol_type{device="vethb7f9491"} 1 node_network_protocol_type{device="vethbb75711"} 1 node_network_protocol_type{device="vethbcb60f5"} 1 node_network_protocol_type{device="vethbd0b4eb"} 1 node_network_protocol_type{device="vethbe8e1a6"} 1 node_network_protocol_type{device="vethc173a23"} 1 node_network_protocol_type{device="vethc1f6356"} 1 node_network_protocol_type{device="vethc3f6270"} 1 node_network_protocol_type{device="vethcb0681d"} 1 node_network_protocol_type{device="vethd2baada"} 1 node_network_protocol_type{device="vethd35181c"} 1 node_network_protocol_type{device="vethd51bdee"} 1 node_network_protocol_type{device="vethd579559"} 1 node_network_protocol_type{device="vethdaba15c"} 1 node_network_protocol_type{device="vethdbb24da"} 1 node_network_protocol_type{device="vethe11c34a"} 1 node_network_protocol_type{device="vethe170110"} 1 node_network_protocol_type{device="vethe37e7b8"} 1 node_network_protocol_type{device="vethea84889"} 1 node_network_protocol_type{device="vethefc6567"} 1 node_network_protocol_type{device="vethf1f9cd2"} 1 node_network_protocol_type{device="vethf647e83"} 1 node_network_protocol_type{device="vethfd07a54"} 1 node_network_protocol_type{device="vethfe8ce99"} 1 node_network_protocol_type{device="vethfeef758"} 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-17e73f047b2b"} 0 node_network_receive_bytes_total{device="br-1cb7739d6f87"} 5.22097513e+08 node_network_receive_bytes_total{device="br-1e5d9b6f2f5f"} 130696 node_network_receive_bytes_total{device="br-22d28aee11f4"} 0 node_network_receive_bytes_total{device="br-269018c835b3"} 1.00503883752e+11 node_network_receive_bytes_total{device="br-2b64803f4baa"} 8.2518975701e+10 node_network_receive_bytes_total{device="br-2da2721de835"} 0 node_network_receive_bytes_total{device="br-31e6292e2c7b"} 68 node_network_receive_bytes_total{device="br-3496a612fd86"} 84994 node_network_receive_bytes_total{device="br-45ca7d0205ef"} 0 node_network_receive_bytes_total{device="br-4d06846f6926"} 6.69091308e+08 node_network_receive_bytes_total{device="br-53fe3455a836"} 3.1245666801e+10 node_network_receive_bytes_total{device="br-6ccbd55a6f05"} 0 node_network_receive_bytes_total{device="br-8d661c1c555c"} 7.17321483e+08 node_network_receive_bytes_total{device="br-b47674889f31"} 1.67063955e+08 node_network_receive_bytes_total{device="br-b80ea9895659"} 7.73255977443e+11 node_network_receive_bytes_total{device="br-d21546c6dd34"} 1.34539355e+08 node_network_receive_bytes_total{device="br-e1b4575f7f9e"} 8.1350575e+07 node_network_receive_bytes_total{device="docker0"} 2.090368806e+10 node_network_receive_bytes_total{device="ens18"} 8.015845376707e+12 node_network_receive_bytes_total{device="lo"} 2.5991416992e+10 node_network_receive_bytes_total{device="veth08f7c46"} 0 node_network_receive_bytes_total{device="veth09fa8b1"} 0 node_network_receive_bytes_total{device="veth0b0f759"} 0 node_network_receive_bytes_total{device="veth0dc8af7"} 6.3351891e+07 node_network_receive_bytes_total{device="veth0ee6980"} 2.4434519e+08 node_network_receive_bytes_total{device="veth11bb666"} 0 node_network_receive_bytes_total{device="veth14f3a89"} 0 node_network_receive_bytes_total{device="veth16baecb"} 0 node_network_receive_bytes_total{device="veth18183b1"} 3.146418e+07 node_network_receive_bytes_total{device="veth184ff5c"} 0 node_network_receive_bytes_total{device="veth1d34ed3"} 3.955555e+06 node_network_receive_bytes_total{device="veth1fd6de3"} 0 node_network_receive_bytes_total{device="veth23970d8"} 9.40389113e+08 node_network_receive_bytes_total{device="veth2444b0d"} 1.904554629e+09 node_network_receive_bytes_total{device="veth2454222"} 2.23859422e+08 node_network_receive_bytes_total{device="veth2660ae1"} 35478 node_network_receive_bytes_total{device="veth284cfcd"} 2.9593729672e+10 node_network_receive_bytes_total{device="veth2a1c461"} 1.02016852076e+11 node_network_receive_bytes_total{device="veth2b5b801"} 0 node_network_receive_bytes_total{device="veth2e1b0f6"} 1.342885364e+09 node_network_receive_bytes_total{device="veth2fd5ab4"} 880 node_network_receive_bytes_total{device="veth369da68"} 880 node_network_receive_bytes_total{device="veth37b7a47"} 0 node_network_receive_bytes_total{device="veth3ad0f91"} 0 node_network_receive_bytes_total{device="veth3d538bb"} 4.4455783831e+10 node_network_receive_bytes_total{device="veth3ef6e51"} 1.85822152e+08 node_network_receive_bytes_total{device="veth40957d1"} 2.22934691e+08 node_network_receive_bytes_total{device="veth44b3f55"} 2.72270952e+08 node_network_receive_bytes_total{device="veth461dd40"} 0 node_network_receive_bytes_total{device="veth55c5139"} 1.65093166561e+11 node_network_receive_bytes_total{device="veth58a87e9"} 1.2785848e+08 node_network_receive_bytes_total{device="veth5bfe961"} 2.014102591932e+12 node_network_receive_bytes_total{device="veth5c7e4d9"} 946 node_network_receive_bytes_total{device="veth60acdbb"} 8.3352748e+07 node_network_receive_bytes_total{device="veth6317a53"} 0 node_network_receive_bytes_total{device="veth64a1146"} 0 node_network_receive_bytes_total{device="veth6512ba9"} 3.378485e+07 node_network_receive_bytes_total{device="veth693a8bb"} 2.6489345e+07 node_network_receive_bytes_total{device="veth6a2a09d"} 4.533602e+06 node_network_receive_bytes_total{device="veth6f7591a"} 1.7054862e+07 node_network_receive_bytes_total{device="veth70582f5"} 970 node_network_receive_bytes_total{device="veth70e1ac0"} 814 node_network_receive_bytes_total{device="veth72b3093"} 1.795756845e+09 node_network_receive_bytes_total{device="veth7445fd1"} 814 node_network_receive_bytes_total{device="veth78abb47"} 814 node_network_receive_bytes_total{device="veth7921a16"} 0 node_network_receive_bytes_total{device="veth79430ee"} 772 node_network_receive_bytes_total{device="veth8056e12"} 814 node_network_receive_bytes_total{device="veth83461a5"} 0 node_network_receive_bytes_total{device="veth88f59f2"} 946 node_network_receive_bytes_total{device="veth8a81535"} 4.90560668e+08 node_network_receive_bytes_total{device="veth8caa7b3"} 3.60074851e+08 node_network_receive_bytes_total{device="veth8d0fb6a"} 0 node_network_receive_bytes_total{device="veth8e0ce2e"} 32810 node_network_receive_bytes_total{device="veth8f9322b"} 0 node_network_receive_bytes_total{device="veth908a6f3"} 0 node_network_receive_bytes_total{device="veth90d19c5"} 0 node_network_receive_bytes_total{device="veth931ef31"} 0 node_network_receive_bytes_total{device="veth94ef784"} 5.04696420351e+11 node_network_receive_bytes_total{device="veth9a05554"} 1.546600805e+09 node_network_receive_bytes_total{device="veth9c24fbc"} 5.275951009e+09 node_network_receive_bytes_total{device="veth9da4781"} 1.42184839e+08 node_network_receive_bytes_total{device="veth9ddf72e"} 772 node_network_receive_bytes_total{device="vetha34854b"} 814 node_network_receive_bytes_total{device="vetha40171a"} 0 node_network_receive_bytes_total{device="vetha5a6065"} 5.756040756e+09 node_network_receive_bytes_total{device="vetha79f66a"} 970 node_network_receive_bytes_total{device="vetha7f7925"} 2.7843296454e+10 node_network_receive_bytes_total{device="vethb3ce757"} 0 node_network_receive_bytes_total{device="vethb4759c0"} 1.9765557043e+10 node_network_receive_bytes_total{device="vethb4e5c93"} 141560 node_network_receive_bytes_total{device="vethb7f9491"} 0 node_network_receive_bytes_total{device="vethbb75711"} 0 node_network_receive_bytes_total{device="vethbcb60f5"} 0 node_network_receive_bytes_total{device="vethbd0b4eb"} 2.1178162204e+10 node_network_receive_bytes_total{device="vethbe8e1a6"} 8.4855237e+07 node_network_receive_bytes_total{device="vethc173a23"} 814 node_network_receive_bytes_total{device="vethc1f6356"} 1.91962375e+08 node_network_receive_bytes_total{device="vethc3f6270"} 814 node_network_receive_bytes_total{device="vethcb0681d"} 4.379551e+06 node_network_receive_bytes_total{device="vethd2baada"} 814 node_network_receive_bytes_total{device="vethd35181c"} 5.37191879e+08 node_network_receive_bytes_total{device="vethd51bdee"} 0 node_network_receive_bytes_total{device="vethd579559"} 1.276637967e+09 node_network_receive_bytes_total{device="vethdaba15c"} 9.3523923e+07 node_network_receive_bytes_total{device="vethdbb24da"} 1.07275568e+08 node_network_receive_bytes_total{device="vethe11c34a"} 1.98517938e+08 node_network_receive_bytes_total{device="vethe170110"} 2.274142347e+09 node_network_receive_bytes_total{device="vethe37e7b8"} 0 node_network_receive_bytes_total{device="vethea84889"} 0 node_network_receive_bytes_total{device="vethefc6567"} 9.349610166e+09 node_network_receive_bytes_total{device="vethf1f9cd2"} 1.4345425665e+10 node_network_receive_bytes_total{device="vethf647e83"} 1.7049884e+07 node_network_receive_bytes_total{device="vethfd07a54"} 5.58717968777e+11 node_network_receive_bytes_total{device="vethfe8ce99"} 2.47949573e+08 node_network_receive_bytes_total{device="vethfeef758"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="br-17e73f047b2b"} 0 node_network_receive_compressed_total{device="br-1cb7739d6f87"} 0 node_network_receive_compressed_total{device="br-1e5d9b6f2f5f"} 0 node_network_receive_compressed_total{device="br-22d28aee11f4"} 0 node_network_receive_compressed_total{device="br-269018c835b3"} 0 node_network_receive_compressed_total{device="br-2b64803f4baa"} 0 node_network_receive_compressed_total{device="br-2da2721de835"} 0 node_network_receive_compressed_total{device="br-31e6292e2c7b"} 0 node_network_receive_compressed_total{device="br-3496a612fd86"} 0 node_network_receive_compressed_total{device="br-45ca7d0205ef"} 0 node_network_receive_compressed_total{device="br-4d06846f6926"} 0 node_network_receive_compressed_total{device="br-53fe3455a836"} 0 node_network_receive_compressed_total{device="br-6ccbd55a6f05"} 0 node_network_receive_compressed_total{device="br-8d661c1c555c"} 0 node_network_receive_compressed_total{device="br-b47674889f31"} 0 node_network_receive_compressed_total{device="br-b80ea9895659"} 0 node_network_receive_compressed_total{device="br-d21546c6dd34"} 0 node_network_receive_compressed_total{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_receive_compressed_total{device="veth09fa8b1"} 0 node_network_receive_compressed_total{device="veth0b0f759"} 0 node_network_receive_compressed_total{device="veth0dc8af7"} 0 node_network_receive_compressed_total{device="veth0ee6980"} 0 node_network_receive_compressed_total{device="veth11bb666"} 0 node_network_receive_compressed_total{device="veth14f3a89"} 0 node_network_receive_compressed_total{device="veth16baecb"} 0 node_network_receive_compressed_total{device="veth18183b1"} 0 node_network_receive_compressed_total{device="veth184ff5c"} 0 node_network_receive_compressed_total{device="veth1d34ed3"} 0 node_network_receive_compressed_total{device="veth1fd6de3"} 0 node_network_receive_compressed_total{device="veth23970d8"} 0 node_network_receive_compressed_total{device="veth2444b0d"} 0 node_network_receive_compressed_total{device="veth2454222"} 0 node_network_receive_compressed_total{device="veth2660ae1"} 0 node_network_receive_compressed_total{device="veth284cfcd"} 0 node_network_receive_compressed_total{device="veth2a1c461"} 0 node_network_receive_compressed_total{device="veth2b5b801"} 0 node_network_receive_compressed_total{device="veth2e1b0f6"} 0 node_network_receive_compressed_total{device="veth2fd5ab4"} 0 node_network_receive_compressed_total{device="veth369da68"} 0 node_network_receive_compressed_total{device="veth37b7a47"} 0 node_network_receive_compressed_total{device="veth3ad0f91"} 0 node_network_receive_compressed_total{device="veth3d538bb"} 0 node_network_receive_compressed_total{device="veth3ef6e51"} 0 node_network_receive_compressed_total{device="veth40957d1"} 0 node_network_receive_compressed_total{device="veth44b3f55"} 0 node_network_receive_compressed_total{device="veth461dd40"} 0 node_network_receive_compressed_total{device="veth55c5139"} 0 node_network_receive_compressed_total{device="veth58a87e9"} 0 node_network_receive_compressed_total{device="veth5bfe961"} 0 node_network_receive_compressed_total{device="veth5c7e4d9"} 0 node_network_receive_compressed_total{device="veth60acdbb"} 0 node_network_receive_compressed_total{device="veth6317a53"} 0 node_network_receive_compressed_total{device="veth64a1146"} 0 node_network_receive_compressed_total{device="veth6512ba9"} 0 node_network_receive_compressed_total{device="veth693a8bb"} 0 node_network_receive_compressed_total{device="veth6a2a09d"} 0 node_network_receive_compressed_total{device="veth6f7591a"} 0 node_network_receive_compressed_total{device="veth70582f5"} 0 node_network_receive_compressed_total{device="veth70e1ac0"} 0 node_network_receive_compressed_total{device="veth72b3093"} 0 node_network_receive_compressed_total{device="veth7445fd1"} 0 node_network_receive_compressed_total{device="veth78abb47"} 0 node_network_receive_compressed_total{device="veth7921a16"} 0 node_network_receive_compressed_total{device="veth79430ee"} 0 node_network_receive_compressed_total{device="veth8056e12"} 0 node_network_receive_compressed_total{device="veth83461a5"} 0 node_network_receive_compressed_total{device="veth88f59f2"} 0 node_network_receive_compressed_total{device="veth8a81535"} 0 node_network_receive_compressed_total{device="veth8caa7b3"} 0 node_network_receive_compressed_total{device="veth8d0fb6a"} 0 node_network_receive_compressed_total{device="veth8e0ce2e"} 0 node_network_receive_compressed_total{device="veth8f9322b"} 0 node_network_receive_compressed_total{device="veth908a6f3"} 0 node_network_receive_compressed_total{device="veth90d19c5"} 0 node_network_receive_compressed_total{device="veth931ef31"} 0 node_network_receive_compressed_total{device="veth94ef784"} 0 node_network_receive_compressed_total{device="veth9a05554"} 0 node_network_receive_compressed_total{device="veth9c24fbc"} 0 node_network_receive_compressed_total{device="veth9da4781"} 0 node_network_receive_compressed_total{device="veth9ddf72e"} 0 node_network_receive_compressed_total{device="vetha34854b"} 0 node_network_receive_compressed_total{device="vetha40171a"} 0 node_network_receive_compressed_total{device="vetha5a6065"} 0 node_network_receive_compressed_total{device="vetha79f66a"} 0 node_network_receive_compressed_total{device="vetha7f7925"} 0 node_network_receive_compressed_total{device="vethb3ce757"} 0 node_network_receive_compressed_total{device="vethb4759c0"} 0 node_network_receive_compressed_total{device="vethb4e5c93"} 0 node_network_receive_compressed_total{device="vethb7f9491"} 0 node_network_receive_compressed_total{device="vethbb75711"} 0 node_network_receive_compressed_total{device="vethbcb60f5"} 0 node_network_receive_compressed_total{device="vethbd0b4eb"} 0 node_network_receive_compressed_total{device="vethbe8e1a6"} 0 node_network_receive_compressed_total{device="vethc173a23"} 0 node_network_receive_compressed_total{device="vethc1f6356"} 0 node_network_receive_compressed_total{device="vethc3f6270"} 0 node_network_receive_compressed_total{device="vethcb0681d"} 0 node_network_receive_compressed_total{device="vethd2baada"} 0 node_network_receive_compressed_total{device="vethd35181c"} 0 node_network_receive_compressed_total{device="vethd51bdee"} 0 node_network_receive_compressed_total{device="vethd579559"} 0 node_network_receive_compressed_total{device="vethdaba15c"} 0 node_network_receive_compressed_total{device="vethdbb24da"} 0 node_network_receive_compressed_total{device="vethe11c34a"} 0 node_network_receive_compressed_total{device="vethe170110"} 0 node_network_receive_compressed_total{device="vethe37e7b8"} 0 node_network_receive_compressed_total{device="vethea84889"} 0 node_network_receive_compressed_total{device="vethefc6567"} 0 node_network_receive_compressed_total{device="vethf1f9cd2"} 0 node_network_receive_compressed_total{device="vethf647e83"} 0 node_network_receive_compressed_total{device="vethfd07a54"} 0 node_network_receive_compressed_total{device="vethfe8ce99"} 0 node_network_receive_compressed_total{device="vethfeef758"} 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-17e73f047b2b"} 0 node_network_receive_drop_total{device="br-1cb7739d6f87"} 0 node_network_receive_drop_total{device="br-1e5d9b6f2f5f"} 0 node_network_receive_drop_total{device="br-22d28aee11f4"} 0 node_network_receive_drop_total{device="br-269018c835b3"} 0 node_network_receive_drop_total{device="br-2b64803f4baa"} 0 node_network_receive_drop_total{device="br-2da2721de835"} 0 node_network_receive_drop_total{device="br-31e6292e2c7b"} 0 node_network_receive_drop_total{device="br-3496a612fd86"} 0 node_network_receive_drop_total{device="br-45ca7d0205ef"} 0 node_network_receive_drop_total{device="br-4d06846f6926"} 0 node_network_receive_drop_total{device="br-53fe3455a836"} 0 node_network_receive_drop_total{device="br-6ccbd55a6f05"} 0 node_network_receive_drop_total{device="br-8d661c1c555c"} 0 node_network_receive_drop_total{device="br-b47674889f31"} 0 node_network_receive_drop_total{device="br-b80ea9895659"} 0 node_network_receive_drop_total{device="br-d21546c6dd34"} 0 node_network_receive_drop_total{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_receive_drop_total{device="veth09fa8b1"} 0 node_network_receive_drop_total{device="veth0b0f759"} 0 node_network_receive_drop_total{device="veth0dc8af7"} 0 node_network_receive_drop_total{device="veth0ee6980"} 0 node_network_receive_drop_total{device="veth11bb666"} 0 node_network_receive_drop_total{device="veth14f3a89"} 0 node_network_receive_drop_total{device="veth16baecb"} 0 node_network_receive_drop_total{device="veth18183b1"} 0 node_network_receive_drop_total{device="veth184ff5c"} 0 node_network_receive_drop_total{device="veth1d34ed3"} 0 node_network_receive_drop_total{device="veth1fd6de3"} 0 node_network_receive_drop_total{device="veth23970d8"} 0 node_network_receive_drop_total{device="veth2444b0d"} 0 node_network_receive_drop_total{device="veth2454222"} 0 node_network_receive_drop_total{device="veth2660ae1"} 0 node_network_receive_drop_total{device="veth284cfcd"} 0 node_network_receive_drop_total{device="veth2a1c461"} 0 node_network_receive_drop_total{device="veth2b5b801"} 0 node_network_receive_drop_total{device="veth2e1b0f6"} 0 node_network_receive_drop_total{device="veth2fd5ab4"} 0 node_network_receive_drop_total{device="veth369da68"} 0 node_network_receive_drop_total{device="veth37b7a47"} 0 node_network_receive_drop_total{device="veth3ad0f91"} 0 node_network_receive_drop_total{device="veth3d538bb"} 0 node_network_receive_drop_total{device="veth3ef6e51"} 0 node_network_receive_drop_total{device="veth40957d1"} 0 node_network_receive_drop_total{device="veth44b3f55"} 0 node_network_receive_drop_total{device="veth461dd40"} 0 node_network_receive_drop_total{device="veth55c5139"} 0 node_network_receive_drop_total{device="veth58a87e9"} 0 node_network_receive_drop_total{device="veth5bfe961"} 0 node_network_receive_drop_total{device="veth5c7e4d9"} 0 node_network_receive_drop_total{device="veth60acdbb"} 0 node_network_receive_drop_total{device="veth6317a53"} 0 node_network_receive_drop_total{device="veth64a1146"} 0 node_network_receive_drop_total{device="veth6512ba9"} 0 node_network_receive_drop_total{device="veth693a8bb"} 0 node_network_receive_drop_total{device="veth6a2a09d"} 0 node_network_receive_drop_total{device="veth6f7591a"} 0 node_network_receive_drop_total{device="veth70582f5"} 0 node_network_receive_drop_total{device="veth70e1ac0"} 0 node_network_receive_drop_total{device="veth72b3093"} 0 node_network_receive_drop_total{device="veth7445fd1"} 0 node_network_receive_drop_total{device="veth78abb47"} 0 node_network_receive_drop_total{device="veth7921a16"} 0 node_network_receive_drop_total{device="veth79430ee"} 0 node_network_receive_drop_total{device="veth8056e12"} 0 node_network_receive_drop_total{device="veth83461a5"} 0 node_network_receive_drop_total{device="veth88f59f2"} 0 node_network_receive_drop_total{device="veth8a81535"} 0 node_network_receive_drop_total{device="veth8caa7b3"} 0 node_network_receive_drop_total{device="veth8d0fb6a"} 0 node_network_receive_drop_total{device="veth8e0ce2e"} 0 node_network_receive_drop_total{device="veth8f9322b"} 0 node_network_receive_drop_total{device="veth908a6f3"} 0 node_network_receive_drop_total{device="veth90d19c5"} 0 node_network_receive_drop_total{device="veth931ef31"} 0 node_network_receive_drop_total{device="veth94ef784"} 0 node_network_receive_drop_total{device="veth9a05554"} 0 node_network_receive_drop_total{device="veth9c24fbc"} 0 node_network_receive_drop_total{device="veth9da4781"} 0 node_network_receive_drop_total{device="veth9ddf72e"} 0 node_network_receive_drop_total{device="vetha34854b"} 0 node_network_receive_drop_total{device="vetha40171a"} 0 node_network_receive_drop_total{device="vetha5a6065"} 0 node_network_receive_drop_total{device="vetha79f66a"} 0 node_network_receive_drop_total{device="vetha7f7925"} 0 node_network_receive_drop_total{device="vethb3ce757"} 0 node_network_receive_drop_total{device="vethb4759c0"} 0 node_network_receive_drop_total{device="vethb4e5c93"} 0 node_network_receive_drop_total{device="vethb7f9491"} 0 node_network_receive_drop_total{device="vethbb75711"} 0 node_network_receive_drop_total{device="vethbcb60f5"} 0 node_network_receive_drop_total{device="vethbd0b4eb"} 0 node_network_receive_drop_total{device="vethbe8e1a6"} 0 node_network_receive_drop_total{device="vethc173a23"} 0 node_network_receive_drop_total{device="vethc1f6356"} 0 node_network_receive_drop_total{device="vethc3f6270"} 0 node_network_receive_drop_total{device="vethcb0681d"} 0 node_network_receive_drop_total{device="vethd2baada"} 0 node_network_receive_drop_total{device="vethd35181c"} 0 node_network_receive_drop_total{device="vethd51bdee"} 0 node_network_receive_drop_total{device="vethd579559"} 0 node_network_receive_drop_total{device="vethdaba15c"} 0 node_network_receive_drop_total{device="vethdbb24da"} 0 node_network_receive_drop_total{device="vethe11c34a"} 0 node_network_receive_drop_total{device="vethe170110"} 0 node_network_receive_drop_total{device="vethe37e7b8"} 0 node_network_receive_drop_total{device="vethea84889"} 0 node_network_receive_drop_total{device="vethefc6567"} 0 node_network_receive_drop_total{device="vethf1f9cd2"} 0 node_network_receive_drop_total{device="vethf647e83"} 0 node_network_receive_drop_total{device="vethfd07a54"} 0 node_network_receive_drop_total{device="vethfe8ce99"} 0 node_network_receive_drop_total{device="vethfeef758"} 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-17e73f047b2b"} 0 node_network_receive_errs_total{device="br-1cb7739d6f87"} 0 node_network_receive_errs_total{device="br-1e5d9b6f2f5f"} 0 node_network_receive_errs_total{device="br-22d28aee11f4"} 0 node_network_receive_errs_total{device="br-269018c835b3"} 0 node_network_receive_errs_total{device="br-2b64803f4baa"} 0 node_network_receive_errs_total{device="br-2da2721de835"} 0 node_network_receive_errs_total{device="br-31e6292e2c7b"} 0 node_network_receive_errs_total{device="br-3496a612fd86"} 0 node_network_receive_errs_total{device="br-45ca7d0205ef"} 0 node_network_receive_errs_total{device="br-4d06846f6926"} 0 node_network_receive_errs_total{device="br-53fe3455a836"} 0 node_network_receive_errs_total{device="br-6ccbd55a6f05"} 0 node_network_receive_errs_total{device="br-8d661c1c555c"} 0 node_network_receive_errs_total{device="br-b47674889f31"} 0 node_network_receive_errs_total{device="br-b80ea9895659"} 0 node_network_receive_errs_total{device="br-d21546c6dd34"} 0 node_network_receive_errs_total{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_receive_errs_total{device="veth09fa8b1"} 0 node_network_receive_errs_total{device="veth0b0f759"} 0 node_network_receive_errs_total{device="veth0dc8af7"} 0 node_network_receive_errs_total{device="veth0ee6980"} 0 node_network_receive_errs_total{device="veth11bb666"} 0 node_network_receive_errs_total{device="veth14f3a89"} 0 node_network_receive_errs_total{device="veth16baecb"} 0 node_network_receive_errs_total{device="veth18183b1"} 0 node_network_receive_errs_total{device="veth184ff5c"} 0 node_network_receive_errs_total{device="veth1d34ed3"} 0 node_network_receive_errs_total{device="veth1fd6de3"} 0 node_network_receive_errs_total{device="veth23970d8"} 0 node_network_receive_errs_total{device="veth2444b0d"} 0 node_network_receive_errs_total{device="veth2454222"} 0 node_network_receive_errs_total{device="veth2660ae1"} 0 node_network_receive_errs_total{device="veth284cfcd"} 0 node_network_receive_errs_total{device="veth2a1c461"} 0 node_network_receive_errs_total{device="veth2b5b801"} 0 node_network_receive_errs_total{device="veth2e1b0f6"} 0 node_network_receive_errs_total{device="veth2fd5ab4"} 0 node_network_receive_errs_total{device="veth369da68"} 0 node_network_receive_errs_total{device="veth37b7a47"} 0 node_network_receive_errs_total{device="veth3ad0f91"} 0 node_network_receive_errs_total{device="veth3d538bb"} 0 node_network_receive_errs_total{device="veth3ef6e51"} 0 node_network_receive_errs_total{device="veth40957d1"} 0 node_network_receive_errs_total{device="veth44b3f55"} 0 node_network_receive_errs_total{device="veth461dd40"} 0 node_network_receive_errs_total{device="veth55c5139"} 0 node_network_receive_errs_total{device="veth58a87e9"} 0 node_network_receive_errs_total{device="veth5bfe961"} 0 node_network_receive_errs_total{device="veth5c7e4d9"} 0 node_network_receive_errs_total{device="veth60acdbb"} 0 node_network_receive_errs_total{device="veth6317a53"} 0 node_network_receive_errs_total{device="veth64a1146"} 0 node_network_receive_errs_total{device="veth6512ba9"} 0 node_network_receive_errs_total{device="veth693a8bb"} 0 node_network_receive_errs_total{device="veth6a2a09d"} 0 node_network_receive_errs_total{device="veth6f7591a"} 0 node_network_receive_errs_total{device="veth70582f5"} 0 node_network_receive_errs_total{device="veth70e1ac0"} 0 node_network_receive_errs_total{device="veth72b3093"} 0 node_network_receive_errs_total{device="veth7445fd1"} 0 node_network_receive_errs_total{device="veth78abb47"} 0 node_network_receive_errs_total{device="veth7921a16"} 0 node_network_receive_errs_total{device="veth79430ee"} 0 node_network_receive_errs_total{device="veth8056e12"} 0 node_network_receive_errs_total{device="veth83461a5"} 0 node_network_receive_errs_total{device="veth88f59f2"} 0 node_network_receive_errs_total{device="veth8a81535"} 0 node_network_receive_errs_total{device="veth8caa7b3"} 0 node_network_receive_errs_total{device="veth8d0fb6a"} 0 node_network_receive_errs_total{device="veth8e0ce2e"} 0 node_network_receive_errs_total{device="veth8f9322b"} 0 node_network_receive_errs_total{device="veth908a6f3"} 0 node_network_receive_errs_total{device="veth90d19c5"} 0 node_network_receive_errs_total{device="veth931ef31"} 0 node_network_receive_errs_total{device="veth94ef784"} 0 node_network_receive_errs_total{device="veth9a05554"} 0 node_network_receive_errs_total{device="veth9c24fbc"} 0 node_network_receive_errs_total{device="veth9da4781"} 0 node_network_receive_errs_total{device="veth9ddf72e"} 0 node_network_receive_errs_total{device="vetha34854b"} 0 node_network_receive_errs_total{device="vetha40171a"} 0 node_network_receive_errs_total{device="vetha5a6065"} 0 node_network_receive_errs_total{device="vetha79f66a"} 0 node_network_receive_errs_total{device="vetha7f7925"} 0 node_network_receive_errs_total{device="vethb3ce757"} 0 node_network_receive_errs_total{device="vethb4759c0"} 0 node_network_receive_errs_total{device="vethb4e5c93"} 0 node_network_receive_errs_total{device="vethb7f9491"} 0 node_network_receive_errs_total{device="vethbb75711"} 0 node_network_receive_errs_total{device="vethbcb60f5"} 0 node_network_receive_errs_total{device="vethbd0b4eb"} 0 node_network_receive_errs_total{device="vethbe8e1a6"} 0 node_network_receive_errs_total{device="vethc173a23"} 0 node_network_receive_errs_total{device="vethc1f6356"} 0 node_network_receive_errs_total{device="vethc3f6270"} 0 node_network_receive_errs_total{device="vethcb0681d"} 0 node_network_receive_errs_total{device="vethd2baada"} 0 node_network_receive_errs_total{device="vethd35181c"} 0 node_network_receive_errs_total{device="vethd51bdee"} 0 node_network_receive_errs_total{device="vethd579559"} 0 node_network_receive_errs_total{device="vethdaba15c"} 0 node_network_receive_errs_total{device="vethdbb24da"} 0 node_network_receive_errs_total{device="vethe11c34a"} 0 node_network_receive_errs_total{device="vethe170110"} 0 node_network_receive_errs_total{device="vethe37e7b8"} 0 node_network_receive_errs_total{device="vethea84889"} 0 node_network_receive_errs_total{device="vethefc6567"} 0 node_network_receive_errs_total{device="vethf1f9cd2"} 0 node_network_receive_errs_total{device="vethf647e83"} 0 node_network_receive_errs_total{device="vethfd07a54"} 0 node_network_receive_errs_total{device="vethfe8ce99"} 0 node_network_receive_errs_total{device="vethfeef758"} 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-17e73f047b2b"} 0 node_network_receive_fifo_total{device="br-1cb7739d6f87"} 0 node_network_receive_fifo_total{device="br-1e5d9b6f2f5f"} 0 node_network_receive_fifo_total{device="br-22d28aee11f4"} 0 node_network_receive_fifo_total{device="br-269018c835b3"} 0 node_network_receive_fifo_total{device="br-2b64803f4baa"} 0 node_network_receive_fifo_total{device="br-2da2721de835"} 0 node_network_receive_fifo_total{device="br-31e6292e2c7b"} 0 node_network_receive_fifo_total{device="br-3496a612fd86"} 0 node_network_receive_fifo_total{device="br-45ca7d0205ef"} 0 node_network_receive_fifo_total{device="br-4d06846f6926"} 0 node_network_receive_fifo_total{device="br-53fe3455a836"} 0 node_network_receive_fifo_total{device="br-6ccbd55a6f05"} 0 node_network_receive_fifo_total{device="br-8d661c1c555c"} 0 node_network_receive_fifo_total{device="br-b47674889f31"} 0 node_network_receive_fifo_total{device="br-b80ea9895659"} 0 node_network_receive_fifo_total{device="br-d21546c6dd34"} 0 node_network_receive_fifo_total{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_receive_fifo_total{device="veth09fa8b1"} 0 node_network_receive_fifo_total{device="veth0b0f759"} 0 node_network_receive_fifo_total{device="veth0dc8af7"} 0 node_network_receive_fifo_total{device="veth0ee6980"} 0 node_network_receive_fifo_total{device="veth11bb666"} 0 node_network_receive_fifo_total{device="veth14f3a89"} 0 node_network_receive_fifo_total{device="veth16baecb"} 0 node_network_receive_fifo_total{device="veth18183b1"} 0 node_network_receive_fifo_total{device="veth184ff5c"} 0 node_network_receive_fifo_total{device="veth1d34ed3"} 0 node_network_receive_fifo_total{device="veth1fd6de3"} 0 node_network_receive_fifo_total{device="veth23970d8"} 0 node_network_receive_fifo_total{device="veth2444b0d"} 0 node_network_receive_fifo_total{device="veth2454222"} 0 node_network_receive_fifo_total{device="veth2660ae1"} 0 node_network_receive_fifo_total{device="veth284cfcd"} 0 node_network_receive_fifo_total{device="veth2a1c461"} 0 node_network_receive_fifo_total{device="veth2b5b801"} 0 node_network_receive_fifo_total{device="veth2e1b0f6"} 0 node_network_receive_fifo_total{device="veth2fd5ab4"} 0 node_network_receive_fifo_total{device="veth369da68"} 0 node_network_receive_fifo_total{device="veth37b7a47"} 0 node_network_receive_fifo_total{device="veth3ad0f91"} 0 node_network_receive_fifo_total{device="veth3d538bb"} 0 node_network_receive_fifo_total{device="veth3ef6e51"} 0 node_network_receive_fifo_total{device="veth40957d1"} 0 node_network_receive_fifo_total{device="veth44b3f55"} 0 node_network_receive_fifo_total{device="veth461dd40"} 0 node_network_receive_fifo_total{device="veth55c5139"} 0 node_network_receive_fifo_total{device="veth58a87e9"} 0 node_network_receive_fifo_total{device="veth5bfe961"} 0 node_network_receive_fifo_total{device="veth5c7e4d9"} 0 node_network_receive_fifo_total{device="veth60acdbb"} 0 node_network_receive_fifo_total{device="veth6317a53"} 0 node_network_receive_fifo_total{device="veth64a1146"} 0 node_network_receive_fifo_total{device="veth6512ba9"} 0 node_network_receive_fifo_total{device="veth693a8bb"} 0 node_network_receive_fifo_total{device="veth6a2a09d"} 0 node_network_receive_fifo_total{device="veth6f7591a"} 0 node_network_receive_fifo_total{device="veth70582f5"} 0 node_network_receive_fifo_total{device="veth70e1ac0"} 0 node_network_receive_fifo_total{device="veth72b3093"} 0 node_network_receive_fifo_total{device="veth7445fd1"} 0 node_network_receive_fifo_total{device="veth78abb47"} 0 node_network_receive_fifo_total{device="veth7921a16"} 0 node_network_receive_fifo_total{device="veth79430ee"} 0 node_network_receive_fifo_total{device="veth8056e12"} 0 node_network_receive_fifo_total{device="veth83461a5"} 0 node_network_receive_fifo_total{device="veth88f59f2"} 0 node_network_receive_fifo_total{device="veth8a81535"} 0 node_network_receive_fifo_total{device="veth8caa7b3"} 0 node_network_receive_fifo_total{device="veth8d0fb6a"} 0 node_network_receive_fifo_total{device="veth8e0ce2e"} 0 node_network_receive_fifo_total{device="veth8f9322b"} 0 node_network_receive_fifo_total{device="veth908a6f3"} 0 node_network_receive_fifo_total{device="veth90d19c5"} 0 node_network_receive_fifo_total{device="veth931ef31"} 0 node_network_receive_fifo_total{device="veth94ef784"} 0 node_network_receive_fifo_total{device="veth9a05554"} 0 node_network_receive_fifo_total{device="veth9c24fbc"} 0 node_network_receive_fifo_total{device="veth9da4781"} 0 node_network_receive_fifo_total{device="veth9ddf72e"} 0 node_network_receive_fifo_total{device="vetha34854b"} 0 node_network_receive_fifo_total{device="vetha40171a"} 0 node_network_receive_fifo_total{device="vetha5a6065"} 0 node_network_receive_fifo_total{device="vetha79f66a"} 0 node_network_receive_fifo_total{device="vetha7f7925"} 0 node_network_receive_fifo_total{device="vethb3ce757"} 0 node_network_receive_fifo_total{device="vethb4759c0"} 0 node_network_receive_fifo_total{device="vethb4e5c93"} 0 node_network_receive_fifo_total{device="vethb7f9491"} 0 node_network_receive_fifo_total{device="vethbb75711"} 0 node_network_receive_fifo_total{device="vethbcb60f5"} 0 node_network_receive_fifo_total{device="vethbd0b4eb"} 0 node_network_receive_fifo_total{device="vethbe8e1a6"} 0 node_network_receive_fifo_total{device="vethc173a23"} 0 node_network_receive_fifo_total{device="vethc1f6356"} 0 node_network_receive_fifo_total{device="vethc3f6270"} 0 node_network_receive_fifo_total{device="vethcb0681d"} 0 node_network_receive_fifo_total{device="vethd2baada"} 0 node_network_receive_fifo_total{device="vethd35181c"} 0 node_network_receive_fifo_total{device="vethd51bdee"} 0 node_network_receive_fifo_total{device="vethd579559"} 0 node_network_receive_fifo_total{device="vethdaba15c"} 0 node_network_receive_fifo_total{device="vethdbb24da"} 0 node_network_receive_fifo_total{device="vethe11c34a"} 0 node_network_receive_fifo_total{device="vethe170110"} 0 node_network_receive_fifo_total{device="vethe37e7b8"} 0 node_network_receive_fifo_total{device="vethea84889"} 0 node_network_receive_fifo_total{device="vethefc6567"} 0 node_network_receive_fifo_total{device="vethf1f9cd2"} 0 node_network_receive_fifo_total{device="vethf647e83"} 0 node_network_receive_fifo_total{device="vethfd07a54"} 0 node_network_receive_fifo_total{device="vethfe8ce99"} 0 node_network_receive_fifo_total{device="vethfeef758"} 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-17e73f047b2b"} 0 node_network_receive_frame_total{device="br-1cb7739d6f87"} 0 node_network_receive_frame_total{device="br-1e5d9b6f2f5f"} 0 node_network_receive_frame_total{device="br-22d28aee11f4"} 0 node_network_receive_frame_total{device="br-269018c835b3"} 0 node_network_receive_frame_total{device="br-2b64803f4baa"} 0 node_network_receive_frame_total{device="br-2da2721de835"} 0 node_network_receive_frame_total{device="br-31e6292e2c7b"} 0 node_network_receive_frame_total{device="br-3496a612fd86"} 0 node_network_receive_frame_total{device="br-45ca7d0205ef"} 0 node_network_receive_frame_total{device="br-4d06846f6926"} 0 node_network_receive_frame_total{device="br-53fe3455a836"} 0 node_network_receive_frame_total{device="br-6ccbd55a6f05"} 0 node_network_receive_frame_total{device="br-8d661c1c555c"} 0 node_network_receive_frame_total{device="br-b47674889f31"} 0 node_network_receive_frame_total{device="br-b80ea9895659"} 0 node_network_receive_frame_total{device="br-d21546c6dd34"} 0 node_network_receive_frame_total{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_receive_frame_total{device="veth09fa8b1"} 0 node_network_receive_frame_total{device="veth0b0f759"} 0 node_network_receive_frame_total{device="veth0dc8af7"} 0 node_network_receive_frame_total{device="veth0ee6980"} 0 node_network_receive_frame_total{device="veth11bb666"} 0 node_network_receive_frame_total{device="veth14f3a89"} 0 node_network_receive_frame_total{device="veth16baecb"} 0 node_network_receive_frame_total{device="veth18183b1"} 0 node_network_receive_frame_total{device="veth184ff5c"} 0 node_network_receive_frame_total{device="veth1d34ed3"} 0 node_network_receive_frame_total{device="veth1fd6de3"} 0 node_network_receive_frame_total{device="veth23970d8"} 0 node_network_receive_frame_total{device="veth2444b0d"} 0 node_network_receive_frame_total{device="veth2454222"} 0 node_network_receive_frame_total{device="veth2660ae1"} 0 node_network_receive_frame_total{device="veth284cfcd"} 0 node_network_receive_frame_total{device="veth2a1c461"} 0 node_network_receive_frame_total{device="veth2b5b801"} 0 node_network_receive_frame_total{device="veth2e1b0f6"} 0 node_network_receive_frame_total{device="veth2fd5ab4"} 0 node_network_receive_frame_total{device="veth369da68"} 0 node_network_receive_frame_total{device="veth37b7a47"} 0 node_network_receive_frame_total{device="veth3ad0f91"} 0 node_network_receive_frame_total{device="veth3d538bb"} 0 node_network_receive_frame_total{device="veth3ef6e51"} 0 node_network_receive_frame_total{device="veth40957d1"} 0 node_network_receive_frame_total{device="veth44b3f55"} 0 node_network_receive_frame_total{device="veth461dd40"} 0 node_network_receive_frame_total{device="veth55c5139"} 0 node_network_receive_frame_total{device="veth58a87e9"} 0 node_network_receive_frame_total{device="veth5bfe961"} 0 node_network_receive_frame_total{device="veth5c7e4d9"} 0 node_network_receive_frame_total{device="veth60acdbb"} 0 node_network_receive_frame_total{device="veth6317a53"} 0 node_network_receive_frame_total{device="veth64a1146"} 0 node_network_receive_frame_total{device="veth6512ba9"} 0 node_network_receive_frame_total{device="veth693a8bb"} 0 node_network_receive_frame_total{device="veth6a2a09d"} 0 node_network_receive_frame_total{device="veth6f7591a"} 0 node_network_receive_frame_total{device="veth70582f5"} 0 node_network_receive_frame_total{device="veth70e1ac0"} 0 node_network_receive_frame_total{device="veth72b3093"} 0 node_network_receive_frame_total{device="veth7445fd1"} 0 node_network_receive_frame_total{device="veth78abb47"} 0 node_network_receive_frame_total{device="veth7921a16"} 0 node_network_receive_frame_total{device="veth79430ee"} 0 node_network_receive_frame_total{device="veth8056e12"} 0 node_network_receive_frame_total{device="veth83461a5"} 0 node_network_receive_frame_total{device="veth88f59f2"} 0 node_network_receive_frame_total{device="veth8a81535"} 0 node_network_receive_frame_total{device="veth8caa7b3"} 0 node_network_receive_frame_total{device="veth8d0fb6a"} 0 node_network_receive_frame_total{device="veth8e0ce2e"} 0 node_network_receive_frame_total{device="veth8f9322b"} 0 node_network_receive_frame_total{device="veth908a6f3"} 0 node_network_receive_frame_total{device="veth90d19c5"} 0 node_network_receive_frame_total{device="veth931ef31"} 0 node_network_receive_frame_total{device="veth94ef784"} 0 node_network_receive_frame_total{device="veth9a05554"} 0 node_network_receive_frame_total{device="veth9c24fbc"} 0 node_network_receive_frame_total{device="veth9da4781"} 0 node_network_receive_frame_total{device="veth9ddf72e"} 0 node_network_receive_frame_total{device="vetha34854b"} 0 node_network_receive_frame_total{device="vetha40171a"} 0 node_network_receive_frame_total{device="vetha5a6065"} 0 node_network_receive_frame_total{device="vetha79f66a"} 0 node_network_receive_frame_total{device="vetha7f7925"} 0 node_network_receive_frame_total{device="vethb3ce757"} 0 node_network_receive_frame_total{device="vethb4759c0"} 0 node_network_receive_frame_total{device="vethb4e5c93"} 0 node_network_receive_frame_total{device="vethb7f9491"} 0 node_network_receive_frame_total{device="vethbb75711"} 0 node_network_receive_frame_total{device="vethbcb60f5"} 0 node_network_receive_frame_total{device="vethbd0b4eb"} 0 node_network_receive_frame_total{device="vethbe8e1a6"} 0 node_network_receive_frame_total{device="vethc173a23"} 0 node_network_receive_frame_total{device="vethc1f6356"} 0 node_network_receive_frame_total{device="vethc3f6270"} 0 node_network_receive_frame_total{device="vethcb0681d"} 0 node_network_receive_frame_total{device="vethd2baada"} 0 node_network_receive_frame_total{device="vethd35181c"} 0 node_network_receive_frame_total{device="vethd51bdee"} 0 node_network_receive_frame_total{device="vethd579559"} 0 node_network_receive_frame_total{device="vethdaba15c"} 0 node_network_receive_frame_total{device="vethdbb24da"} 0 node_network_receive_frame_total{device="vethe11c34a"} 0 node_network_receive_frame_total{device="vethe170110"} 0 node_network_receive_frame_total{device="vethe37e7b8"} 0 node_network_receive_frame_total{device="vethea84889"} 0 node_network_receive_frame_total{device="vethefc6567"} 0 node_network_receive_frame_total{device="vethf1f9cd2"} 0 node_network_receive_frame_total{device="vethf647e83"} 0 node_network_receive_frame_total{device="vethfd07a54"} 0 node_network_receive_frame_total{device="vethfe8ce99"} 0 node_network_receive_frame_total{device="vethfeef758"} 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-17e73f047b2b"} 0 node_network_receive_multicast_total{device="br-1cb7739d6f87"} 0 node_network_receive_multicast_total{device="br-1e5d9b6f2f5f"} 0 node_network_receive_multicast_total{device="br-22d28aee11f4"} 0 node_network_receive_multicast_total{device="br-269018c835b3"} 0 node_network_receive_multicast_total{device="br-2b64803f4baa"} 0 node_network_receive_multicast_total{device="br-2da2721de835"} 0 node_network_receive_multicast_total{device="br-31e6292e2c7b"} 0 node_network_receive_multicast_total{device="br-3496a612fd86"} 0 node_network_receive_multicast_total{device="br-45ca7d0205ef"} 0 node_network_receive_multicast_total{device="br-4d06846f6926"} 0 node_network_receive_multicast_total{device="br-53fe3455a836"} 0 node_network_receive_multicast_total{device="br-6ccbd55a6f05"} 0 node_network_receive_multicast_total{device="br-8d661c1c555c"} 0 node_network_receive_multicast_total{device="br-b47674889f31"} 0 node_network_receive_multicast_total{device="br-b80ea9895659"} 0 node_network_receive_multicast_total{device="br-d21546c6dd34"} 0 node_network_receive_multicast_total{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_receive_multicast_total{device="veth09fa8b1"} 0 node_network_receive_multicast_total{device="veth0b0f759"} 0 node_network_receive_multicast_total{device="veth0dc8af7"} 0 node_network_receive_multicast_total{device="veth0ee6980"} 0 node_network_receive_multicast_total{device="veth11bb666"} 0 node_network_receive_multicast_total{device="veth14f3a89"} 0 node_network_receive_multicast_total{device="veth16baecb"} 0 node_network_receive_multicast_total{device="veth18183b1"} 0 node_network_receive_multicast_total{device="veth184ff5c"} 0 node_network_receive_multicast_total{device="veth1d34ed3"} 0 node_network_receive_multicast_total{device="veth1fd6de3"} 0 node_network_receive_multicast_total{device="veth23970d8"} 0 node_network_receive_multicast_total{device="veth2444b0d"} 0 node_network_receive_multicast_total{device="veth2454222"} 0 node_network_receive_multicast_total{device="veth2660ae1"} 0 node_network_receive_multicast_total{device="veth284cfcd"} 0 node_network_receive_multicast_total{device="veth2a1c461"} 0 node_network_receive_multicast_total{device="veth2b5b801"} 0 node_network_receive_multicast_total{device="veth2e1b0f6"} 0 node_network_receive_multicast_total{device="veth2fd5ab4"} 0 node_network_receive_multicast_total{device="veth369da68"} 0 node_network_receive_multicast_total{device="veth37b7a47"} 0 node_network_receive_multicast_total{device="veth3ad0f91"} 0 node_network_receive_multicast_total{device="veth3d538bb"} 0 node_network_receive_multicast_total{device="veth3ef6e51"} 0 node_network_receive_multicast_total{device="veth40957d1"} 0 node_network_receive_multicast_total{device="veth44b3f55"} 0 node_network_receive_multicast_total{device="veth461dd40"} 0 node_network_receive_multicast_total{device="veth55c5139"} 0 node_network_receive_multicast_total{device="veth58a87e9"} 0 node_network_receive_multicast_total{device="veth5bfe961"} 0 node_network_receive_multicast_total{device="veth5c7e4d9"} 0 node_network_receive_multicast_total{device="veth60acdbb"} 0 node_network_receive_multicast_total{device="veth6317a53"} 0 node_network_receive_multicast_total{device="veth64a1146"} 0 node_network_receive_multicast_total{device="veth6512ba9"} 0 node_network_receive_multicast_total{device="veth693a8bb"} 0 node_network_receive_multicast_total{device="veth6a2a09d"} 0 node_network_receive_multicast_total{device="veth6f7591a"} 0 node_network_receive_multicast_total{device="veth70582f5"} 0 node_network_receive_multicast_total{device="veth70e1ac0"} 0 node_network_receive_multicast_total{device="veth72b3093"} 0 node_network_receive_multicast_total{device="veth7445fd1"} 0 node_network_receive_multicast_total{device="veth78abb47"} 0 node_network_receive_multicast_total{device="veth7921a16"} 0 node_network_receive_multicast_total{device="veth79430ee"} 0 node_network_receive_multicast_total{device="veth8056e12"} 0 node_network_receive_multicast_total{device="veth83461a5"} 0 node_network_receive_multicast_total{device="veth88f59f2"} 0 node_network_receive_multicast_total{device="veth8a81535"} 0 node_network_receive_multicast_total{device="veth8caa7b3"} 0 node_network_receive_multicast_total{device="veth8d0fb6a"} 0 node_network_receive_multicast_total{device="veth8e0ce2e"} 0 node_network_receive_multicast_total{device="veth8f9322b"} 0 node_network_receive_multicast_total{device="veth908a6f3"} 0 node_network_receive_multicast_total{device="veth90d19c5"} 0 node_network_receive_multicast_total{device="veth931ef31"} 0 node_network_receive_multicast_total{device="veth94ef784"} 0 node_network_receive_multicast_total{device="veth9a05554"} 0 node_network_receive_multicast_total{device="veth9c24fbc"} 0 node_network_receive_multicast_total{device="veth9da4781"} 0 node_network_receive_multicast_total{device="veth9ddf72e"} 0 node_network_receive_multicast_total{device="vetha34854b"} 0 node_network_receive_multicast_total{device="vetha40171a"} 0 node_network_receive_multicast_total{device="vetha5a6065"} 0 node_network_receive_multicast_total{device="vetha79f66a"} 0 node_network_receive_multicast_total{device="vetha7f7925"} 0 node_network_receive_multicast_total{device="vethb3ce757"} 0 node_network_receive_multicast_total{device="vethb4759c0"} 0 node_network_receive_multicast_total{device="vethb4e5c93"} 0 node_network_receive_multicast_total{device="vethb7f9491"} 0 node_network_receive_multicast_total{device="vethbb75711"} 0 node_network_receive_multicast_total{device="vethbcb60f5"} 0 node_network_receive_multicast_total{device="vethbd0b4eb"} 0 node_network_receive_multicast_total{device="vethbe8e1a6"} 0 node_network_receive_multicast_total{device="vethc173a23"} 0 node_network_receive_multicast_total{device="vethc1f6356"} 0 node_network_receive_multicast_total{device="vethc3f6270"} 0 node_network_receive_multicast_total{device="vethcb0681d"} 0 node_network_receive_multicast_total{device="vethd2baada"} 0 node_network_receive_multicast_total{device="vethd35181c"} 0 node_network_receive_multicast_total{device="vethd51bdee"} 0 node_network_receive_multicast_total{device="vethd579559"} 0 node_network_receive_multicast_total{device="vethdaba15c"} 0 node_network_receive_multicast_total{device="vethdbb24da"} 0 node_network_receive_multicast_total{device="vethe11c34a"} 0 node_network_receive_multicast_total{device="vethe170110"} 0 node_network_receive_multicast_total{device="vethe37e7b8"} 0 node_network_receive_multicast_total{device="vethea84889"} 0 node_network_receive_multicast_total{device="vethefc6567"} 0 node_network_receive_multicast_total{device="vethf1f9cd2"} 0 node_network_receive_multicast_total{device="vethf647e83"} 0 node_network_receive_multicast_total{device="vethfd07a54"} 0 node_network_receive_multicast_total{device="vethfe8ce99"} 0 node_network_receive_multicast_total{device="vethfeef758"} 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-17e73f047b2b"} 0 node_network_receive_nohandler_total{device="br-1cb7739d6f87"} 0 node_network_receive_nohandler_total{device="br-1e5d9b6f2f5f"} 0 node_network_receive_nohandler_total{device="br-22d28aee11f4"} 0 node_network_receive_nohandler_total{device="br-269018c835b3"} 0 node_network_receive_nohandler_total{device="br-2b64803f4baa"} 0 node_network_receive_nohandler_total{device="br-2da2721de835"} 0 node_network_receive_nohandler_total{device="br-31e6292e2c7b"} 0 node_network_receive_nohandler_total{device="br-3496a612fd86"} 0 node_network_receive_nohandler_total{device="br-45ca7d0205ef"} 0 node_network_receive_nohandler_total{device="br-4d06846f6926"} 0 node_network_receive_nohandler_total{device="br-53fe3455a836"} 0 node_network_receive_nohandler_total{device="br-6ccbd55a6f05"} 0 node_network_receive_nohandler_total{device="br-8d661c1c555c"} 0 node_network_receive_nohandler_total{device="br-b47674889f31"} 0 node_network_receive_nohandler_total{device="br-b80ea9895659"} 0 node_network_receive_nohandler_total{device="br-d21546c6dd34"} 0 node_network_receive_nohandler_total{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_receive_nohandler_total{device="veth09fa8b1"} 0 node_network_receive_nohandler_total{device="veth0b0f759"} 0 node_network_receive_nohandler_total{device="veth0dc8af7"} 0 node_network_receive_nohandler_total{device="veth0ee6980"} 0 node_network_receive_nohandler_total{device="veth11bb666"} 0 node_network_receive_nohandler_total{device="veth14f3a89"} 0 node_network_receive_nohandler_total{device="veth16baecb"} 0 node_network_receive_nohandler_total{device="veth18183b1"} 0 node_network_receive_nohandler_total{device="veth184ff5c"} 0 node_network_receive_nohandler_total{device="veth1d34ed3"} 0 node_network_receive_nohandler_total{device="veth1fd6de3"} 0 node_network_receive_nohandler_total{device="veth23970d8"} 0 node_network_receive_nohandler_total{device="veth2444b0d"} 0 node_network_receive_nohandler_total{device="veth2454222"} 0 node_network_receive_nohandler_total{device="veth2660ae1"} 0 node_network_receive_nohandler_total{device="veth284cfcd"} 0 node_network_receive_nohandler_total{device="veth2a1c461"} 0 node_network_receive_nohandler_total{device="veth2b5b801"} 0 node_network_receive_nohandler_total{device="veth2e1b0f6"} 0 node_network_receive_nohandler_total{device="veth2fd5ab4"} 0 node_network_receive_nohandler_total{device="veth369da68"} 0 node_network_receive_nohandler_total{device="veth37b7a47"} 0 node_network_receive_nohandler_total{device="veth3ad0f91"} 0 node_network_receive_nohandler_total{device="veth3d538bb"} 0 node_network_receive_nohandler_total{device="veth3ef6e51"} 0 node_network_receive_nohandler_total{device="veth40957d1"} 0 node_network_receive_nohandler_total{device="veth44b3f55"} 0 node_network_receive_nohandler_total{device="veth461dd40"} 0 node_network_receive_nohandler_total{device="veth55c5139"} 0 node_network_receive_nohandler_total{device="veth58a87e9"} 0 node_network_receive_nohandler_total{device="veth5bfe961"} 0 node_network_receive_nohandler_total{device="veth5c7e4d9"} 0 node_network_receive_nohandler_total{device="veth60acdbb"} 0 node_network_receive_nohandler_total{device="veth6317a53"} 0 node_network_receive_nohandler_total{device="veth64a1146"} 0 node_network_receive_nohandler_total{device="veth6512ba9"} 0 node_network_receive_nohandler_total{device="veth693a8bb"} 0 node_network_receive_nohandler_total{device="veth6a2a09d"} 0 node_network_receive_nohandler_total{device="veth6f7591a"} 0 node_network_receive_nohandler_total{device="veth70582f5"} 0 node_network_receive_nohandler_total{device="veth70e1ac0"} 0 node_network_receive_nohandler_total{device="veth72b3093"} 0 node_network_receive_nohandler_total{device="veth7445fd1"} 0 node_network_receive_nohandler_total{device="veth78abb47"} 0 node_network_receive_nohandler_total{device="veth7921a16"} 0 node_network_receive_nohandler_total{device="veth79430ee"} 0 node_network_receive_nohandler_total{device="veth8056e12"} 0 node_network_receive_nohandler_total{device="veth83461a5"} 0 node_network_receive_nohandler_total{device="veth88f59f2"} 0 node_network_receive_nohandler_total{device="veth8a81535"} 0 node_network_receive_nohandler_total{device="veth8caa7b3"} 0 node_network_receive_nohandler_total{device="veth8d0fb6a"} 0 node_network_receive_nohandler_total{device="veth8e0ce2e"} 0 node_network_receive_nohandler_total{device="veth8f9322b"} 0 node_network_receive_nohandler_total{device="veth908a6f3"} 0 node_network_receive_nohandler_total{device="veth90d19c5"} 0 node_network_receive_nohandler_total{device="veth931ef31"} 0 node_network_receive_nohandler_total{device="veth94ef784"} 0 node_network_receive_nohandler_total{device="veth9a05554"} 0 node_network_receive_nohandler_total{device="veth9c24fbc"} 0 node_network_receive_nohandler_total{device="veth9da4781"} 0 node_network_receive_nohandler_total{device="veth9ddf72e"} 0 node_network_receive_nohandler_total{device="vetha34854b"} 0 node_network_receive_nohandler_total{device="vetha40171a"} 0 node_network_receive_nohandler_total{device="vetha5a6065"} 0 node_network_receive_nohandler_total{device="vetha79f66a"} 0 node_network_receive_nohandler_total{device="vetha7f7925"} 0 node_network_receive_nohandler_total{device="vethb3ce757"} 0 node_network_receive_nohandler_total{device="vethb4759c0"} 0 node_network_receive_nohandler_total{device="vethb4e5c93"} 0 node_network_receive_nohandler_total{device="vethb7f9491"} 0 node_network_receive_nohandler_total{device="vethbb75711"} 0 node_network_receive_nohandler_total{device="vethbcb60f5"} 0 node_network_receive_nohandler_total{device="vethbd0b4eb"} 0 node_network_receive_nohandler_total{device="vethbe8e1a6"} 0 node_network_receive_nohandler_total{device="vethc173a23"} 0 node_network_receive_nohandler_total{device="vethc1f6356"} 0 node_network_receive_nohandler_total{device="vethc3f6270"} 0 node_network_receive_nohandler_total{device="vethcb0681d"} 0 node_network_receive_nohandler_total{device="vethd2baada"} 0 node_network_receive_nohandler_total{device="vethd35181c"} 0 node_network_receive_nohandler_total{device="vethd51bdee"} 0 node_network_receive_nohandler_total{device="vethd579559"} 0 node_network_receive_nohandler_total{device="vethdaba15c"} 0 node_network_receive_nohandler_total{device="vethdbb24da"} 0 node_network_receive_nohandler_total{device="vethe11c34a"} 0 node_network_receive_nohandler_total{device="vethe170110"} 0 node_network_receive_nohandler_total{device="vethe37e7b8"} 0 node_network_receive_nohandler_total{device="vethea84889"} 0 node_network_receive_nohandler_total{device="vethefc6567"} 0 node_network_receive_nohandler_total{device="vethf1f9cd2"} 0 node_network_receive_nohandler_total{device="vethf647e83"} 0 node_network_receive_nohandler_total{device="vethfd07a54"} 0 node_network_receive_nohandler_total{device="vethfe8ce99"} 0 node_network_receive_nohandler_total{device="vethfeef758"} 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-17e73f047b2b"} 0 node_network_receive_packets_total{device="br-1cb7739d6f87"} 1.078169e+06 node_network_receive_packets_total{device="br-1e5d9b6f2f5f"} 776 node_network_receive_packets_total{device="br-22d28aee11f4"} 0 node_network_receive_packets_total{device="br-269018c835b3"} 1.08069166e+08 node_network_receive_packets_total{device="br-2b64803f4baa"} 2.0777128e+07 node_network_receive_packets_total{device="br-2da2721de835"} 0 node_network_receive_packets_total{device="br-31e6292e2c7b"} 2 node_network_receive_packets_total{device="br-3496a612fd86"} 460 node_network_receive_packets_total{device="br-45ca7d0205ef"} 0 node_network_receive_packets_total{device="br-4d06846f6926"} 3.10954e+06 node_network_receive_packets_total{device="br-53fe3455a836"} 7.45007292e+08 node_network_receive_packets_total{device="br-6ccbd55a6f05"} 0 node_network_receive_packets_total{device="br-8d661c1c555c"} 5.038744e+06 node_network_receive_packets_total{device="br-b47674889f31"} 1.006691e+06 node_network_receive_packets_total{device="br-b80ea9895659"} 1.61183068e+08 node_network_receive_packets_total{device="br-d21546c6dd34"} 1.797226e+06 node_network_receive_packets_total{device="br-e1b4575f7f9e"} 250333 node_network_receive_packets_total{device="docker0"} 1.9605296e+07 node_network_receive_packets_total{device="ens18"} 1.989584778e+09 node_network_receive_packets_total{device="lo"} 1.3109462e+07 node_network_receive_packets_total{device="veth08f7c46"} 0 node_network_receive_packets_total{device="veth09fa8b1"} 0 node_network_receive_packets_total{device="veth0b0f759"} 0 node_network_receive_packets_total{device="veth0dc8af7"} 712755 node_network_receive_packets_total{device="veth0ee6980"} 3.367307e+06 node_network_receive_packets_total{device="veth11bb666"} 0 node_network_receive_packets_total{device="veth14f3a89"} 0 node_network_receive_packets_total{device="veth16baecb"} 0 node_network_receive_packets_total{device="veth18183b1"} 411383 node_network_receive_packets_total{device="veth184ff5c"} 0 node_network_receive_packets_total{device="veth1d34ed3"} 2469 node_network_receive_packets_total{device="veth1fd6de3"} 0 node_network_receive_packets_total{device="veth23970d8"} 3.807001e+06 node_network_receive_packets_total{device="veth2444b0d"} 5.277943e+06 node_network_receive_packets_total{device="veth2454222"} 701108 node_network_receive_packets_total{device="veth2660ae1"} 587 node_network_receive_packets_total{device="veth284cfcd"} 1.358299e+06 node_network_receive_packets_total{device="veth2a1c461"} 1.08069166e+08 node_network_receive_packets_total{device="veth2b5b801"} 0 node_network_receive_packets_total{device="veth2e1b0f6"} 1.9706335e+07 node_network_receive_packets_total{device="veth2fd5ab4"} 10 node_network_receive_packets_total{device="veth369da68"} 10 node_network_receive_packets_total{device="veth37b7a47"} 0 node_network_receive_packets_total{device="veth3ad0f91"} 0 node_network_receive_packets_total{device="veth3d538bb"} 5.757702e+06 node_network_receive_packets_total{device="veth3ef6e51"} 994737 node_network_receive_packets_total{device="veth40957d1"} 53757 node_network_receive_packets_total{device="veth44b3f55"} 3.903324e+06 node_network_receive_packets_total{device="veth461dd40"} 0 node_network_receive_packets_total{device="veth55c5139"} 3.9975341e+07 node_network_receive_packets_total{device="veth58a87e9"} 1.453918e+06 node_network_receive_packets_total{device="veth5bfe961"} 8.2606928e+07 node_network_receive_packets_total{device="veth5c7e4d9"} 11 node_network_receive_packets_total{device="veth60acdbb"} 720148 node_network_receive_packets_total{device="veth6317a53"} 0 node_network_receive_packets_total{device="veth64a1146"} 0 node_network_receive_packets_total{device="veth6512ba9"} 275982 node_network_receive_packets_total{device="veth693a8bb"} 79124 node_network_receive_packets_total{device="veth6a2a09d"} 76392 node_network_receive_packets_total{device="veth6f7591a"} 221113 node_network_receive_packets_total{device="veth70582f5"} 11 node_network_receive_packets_total{device="veth70e1ac0"} 9 node_network_receive_packets_total{device="veth72b3093"} 5.275075e+06 node_network_receive_packets_total{device="veth7445fd1"} 9 node_network_receive_packets_total{device="veth78abb47"} 9 node_network_receive_packets_total{device="veth7921a16"} 0 node_network_receive_packets_total{device="veth79430ee"} 8 node_network_receive_packets_total{device="veth8056e12"} 9 node_network_receive_packets_total{device="veth83461a5"} 0 node_network_receive_packets_total{device="veth88f59f2"} 11 node_network_receive_packets_total{device="veth8a81535"} 1.486253e+06 node_network_receive_packets_total{device="veth8caa7b3"} 987462 node_network_receive_packets_total{device="veth8d0fb6a"} 0 node_network_receive_packets_total{device="veth8e0ce2e"} 562 node_network_receive_packets_total{device="veth8f9322b"} 0 node_network_receive_packets_total{device="veth908a6f3"} 0 node_network_receive_packets_total{device="veth90d19c5"} 0 node_network_receive_packets_total{device="veth931ef31"} 0 node_network_receive_packets_total{device="veth94ef784"} 9.6386511e+07 node_network_receive_packets_total{device="veth9a05554"} 465244 node_network_receive_packets_total{device="veth9c24fbc"} 7.8945404e+07 node_network_receive_packets_total{device="veth9da4781"} 1.339193e+06 node_network_receive_packets_total{device="veth9ddf72e"} 8 node_network_receive_packets_total{device="vetha34854b"} 9 node_network_receive_packets_total{device="vetha40171a"} 0 node_network_receive_packets_total{device="vetha5a6065"} 5.632187e+06 node_network_receive_packets_total{device="vetha79f66a"} 11 node_network_receive_packets_total{device="vetha7f7925"} 3.7529231e+07 node_network_receive_packets_total{device="vethb3ce757"} 0 node_network_receive_packets_total{device="vethb4759c0"} 3.02422e+06 node_network_receive_packets_total{device="vethb4e5c93"} 776 node_network_receive_packets_total{device="vethb7f9491"} 0 node_network_receive_packets_total{device="vethbb75711"} 0 node_network_receive_packets_total{device="vethbcb60f5"} 0 node_network_receive_packets_total{device="vethbd0b4eb"} 1.9605296e+07 node_network_receive_packets_total{device="vethbe8e1a6"} 250333 node_network_receive_packets_total{device="vethc173a23"} 9 node_network_receive_packets_total{device="vethc1f6356"} 561086 node_network_receive_packets_total{device="vethc3f6270"} 9 node_network_receive_packets_total{device="vethcb0681d"} 74091 node_network_receive_packets_total{device="vethd2baada"} 9 node_network_receive_packets_total{device="vethd35181c"} 1.078169e+06 node_network_receive_packets_total{device="vethd51bdee"} 0 node_network_receive_packets_total{device="vethd579559"} 3.78822e+06 node_network_receive_packets_total{device="vethdaba15c"} 993425 node_network_receive_packets_total{device="vethdbb24da"} 980582 node_network_receive_packets_total{device="vethe11c34a"} 1.533121e+06 node_network_receive_packets_total{device="vethe170110"} 7.230265e+06 node_network_receive_packets_total{device="vethe37e7b8"} 0 node_network_receive_packets_total{device="vethea84889"} 0 node_network_receive_packets_total{device="vethefc6567"} 1.3152618e+07 node_network_receive_packets_total{device="vethf1f9cd2"} 8.906866e+06 node_network_receive_packets_total{device="vethf647e83"} 221045 node_network_receive_packets_total{device="vethfd07a54"} 2.17807582e+08 node_network_receive_packets_total{device="vethfe8ce99"} 2.483611e+06 node_network_receive_packets_total{device="vethfeef758"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-17e73f047b2b"} 1.25e+09 node_network_speed_bytes{device="br-1cb7739d6f87"} 1.25e+09 node_network_speed_bytes{device="br-1e5d9b6f2f5f"} 1.25e+09 node_network_speed_bytes{device="br-22d28aee11f4"} 1.25e+09 node_network_speed_bytes{device="br-269018c835b3"} 1.25e+09 node_network_speed_bytes{device="br-2b64803f4baa"} 1.25e+09 node_network_speed_bytes{device="br-2da2721de835"} 1.25e+09 node_network_speed_bytes{device="br-31e6292e2c7b"} 1.25e+09 node_network_speed_bytes{device="br-3496a612fd86"} 1.25e+09 node_network_speed_bytes{device="br-45ca7d0205ef"} 1.25e+09 node_network_speed_bytes{device="br-4d06846f6926"} 1.25e+09 node_network_speed_bytes{device="br-53fe3455a836"} 1.25e+09 node_network_speed_bytes{device="br-6ccbd55a6f05"} 1.25e+09 node_network_speed_bytes{device="br-8d661c1c555c"} 1.25e+09 node_network_speed_bytes{device="br-b47674889f31"} 1.25e+09 node_network_speed_bytes{device="br-b80ea9895659"} 1.25e+09 node_network_speed_bytes{device="br-d21546c6dd34"} 1.25e+09 node_network_speed_bytes{device="br-e1b4575f7f9e"} 1.25e+09 node_network_speed_bytes{device="docker0"} 1.25e+09 node_network_speed_bytes{device="ens18"} -125000 node_network_speed_bytes{device="veth08f7c46"} 1.25e+09 node_network_speed_bytes{device="veth09fa8b1"} 1.25e+09 node_network_speed_bytes{device="veth0b0f759"} 1.25e+09 node_network_speed_bytes{device="veth0dc8af7"} 1.25e+09 node_network_speed_bytes{device="veth0ee6980"} 1.25e+09 node_network_speed_bytes{device="veth11bb666"} 1.25e+09 node_network_speed_bytes{device="veth14f3a89"} 1.25e+09 node_network_speed_bytes{device="veth16baecb"} 1.25e+09 node_network_speed_bytes{device="veth18183b1"} 1.25e+09 node_network_speed_bytes{device="veth184ff5c"} 1.25e+09 node_network_speed_bytes{device="veth1d34ed3"} 1.25e+09 node_network_speed_bytes{device="veth1fd6de3"} 1.25e+09 node_network_speed_bytes{device="veth23970d8"} 1.25e+09 node_network_speed_bytes{device="veth2444b0d"} 1.25e+09 node_network_speed_bytes{device="veth2454222"} 1.25e+09 node_network_speed_bytes{device="veth2660ae1"} 1.25e+09 node_network_speed_bytes{device="veth284cfcd"} 1.25e+09 node_network_speed_bytes{device="veth2a1c461"} 1.25e+09 node_network_speed_bytes{device="veth2b5b801"} 1.25e+09 node_network_speed_bytes{device="veth2e1b0f6"} 1.25e+09 node_network_speed_bytes{device="veth2fd5ab4"} 1.25e+09 node_network_speed_bytes{device="veth369da68"} 1.25e+09 node_network_speed_bytes{device="veth37b7a47"} 1.25e+09 node_network_speed_bytes{device="veth3ad0f91"} 1.25e+09 node_network_speed_bytes{device="veth3d538bb"} 1.25e+09 node_network_speed_bytes{device="veth3ef6e51"} 1.25e+09 node_network_speed_bytes{device="veth40957d1"} 1.25e+09 node_network_speed_bytes{device="veth44b3f55"} 1.25e+09 node_network_speed_bytes{device="veth461dd40"} 1.25e+09 node_network_speed_bytes{device="veth55c5139"} 1.25e+09 node_network_speed_bytes{device="veth58a87e9"} 1.25e+09 node_network_speed_bytes{device="veth5bfe961"} 1.25e+09 node_network_speed_bytes{device="veth5c7e4d9"} 1.25e+09 node_network_speed_bytes{device="veth60acdbb"} 1.25e+09 node_network_speed_bytes{device="veth6317a53"} 1.25e+09 node_network_speed_bytes{device="veth64a1146"} 1.25e+09 node_network_speed_bytes{device="veth6512ba9"} 1.25e+09 node_network_speed_bytes{device="veth693a8bb"} 1.25e+09 node_network_speed_bytes{device="veth6a2a09d"} 1.25e+09 node_network_speed_bytes{device="veth6f7591a"} 1.25e+09 node_network_speed_bytes{device="veth70582f5"} 1.25e+09 node_network_speed_bytes{device="veth70e1ac0"} 1.25e+09 node_network_speed_bytes{device="veth72b3093"} 1.25e+09 node_network_speed_bytes{device="veth7445fd1"} 1.25e+09 node_network_speed_bytes{device="veth78abb47"} 1.25e+09 node_network_speed_bytes{device="veth7921a16"} 1.25e+09 node_network_speed_bytes{device="veth79430ee"} 1.25e+09 node_network_speed_bytes{device="veth8056e12"} 1.25e+09 node_network_speed_bytes{device="veth83461a5"} 1.25e+09 node_network_speed_bytes{device="veth88f59f2"} 1.25e+09 node_network_speed_bytes{device="veth8a81535"} 1.25e+09 node_network_speed_bytes{device="veth8caa7b3"} 1.25e+09 node_network_speed_bytes{device="veth8d0fb6a"} 1.25e+09 node_network_speed_bytes{device="veth8e0ce2e"} 1.25e+09 node_network_speed_bytes{device="veth8f9322b"} 1.25e+09 node_network_speed_bytes{device="veth908a6f3"} 1.25e+09 node_network_speed_bytes{device="veth90d19c5"} 1.25e+09 node_network_speed_bytes{device="veth931ef31"} 1.25e+09 node_network_speed_bytes{device="veth94ef784"} 1.25e+09 node_network_speed_bytes{device="veth9a05554"} 1.25e+09 node_network_speed_bytes{device="veth9c24fbc"} 1.25e+09 node_network_speed_bytes{device="veth9da4781"} 1.25e+09 node_network_speed_bytes{device="veth9ddf72e"} 1.25e+09 node_network_speed_bytes{device="vetha34854b"} 1.25e+09 node_network_speed_bytes{device="vetha40171a"} 1.25e+09 node_network_speed_bytes{device="vetha5a6065"} 1.25e+09 node_network_speed_bytes{device="vetha79f66a"} 1.25e+09 node_network_speed_bytes{device="vetha7f7925"} 1.25e+09 node_network_speed_bytes{device="vethb3ce757"} 1.25e+09 node_network_speed_bytes{device="vethb4759c0"} 1.25e+09 node_network_speed_bytes{device="vethb4e5c93"} 1.25e+09 node_network_speed_bytes{device="vethb7f9491"} 1.25e+09 node_network_speed_bytes{device="vethbb75711"} 1.25e+09 node_network_speed_bytes{device="vethbcb60f5"} 1.25e+09 node_network_speed_bytes{device="vethbd0b4eb"} 1.25e+09 node_network_speed_bytes{device="vethbe8e1a6"} 1.25e+09 node_network_speed_bytes{device="vethc173a23"} 1.25e+09 node_network_speed_bytes{device="vethc1f6356"} 1.25e+09 node_network_speed_bytes{device="vethc3f6270"} 1.25e+09 node_network_speed_bytes{device="vethcb0681d"} 1.25e+09 node_network_speed_bytes{device="vethd2baada"} 1.25e+09 node_network_speed_bytes{device="vethd35181c"} 1.25e+09 node_network_speed_bytes{device="vethd51bdee"} 1.25e+09 node_network_speed_bytes{device="vethd579559"} 1.25e+09 node_network_speed_bytes{device="vethdaba15c"} 1.25e+09 node_network_speed_bytes{device="vethdbb24da"} 1.25e+09 node_network_speed_bytes{device="vethe11c34a"} 1.25e+09 node_network_speed_bytes{device="vethe170110"} 1.25e+09 node_network_speed_bytes{device="vethe37e7b8"} 1.25e+09 node_network_speed_bytes{device="vethea84889"} 1.25e+09 node_network_speed_bytes{device="vethefc6567"} 1.25e+09 node_network_speed_bytes{device="vethf1f9cd2"} 1.25e+09 node_network_speed_bytes{device="vethf647e83"} 1.25e+09 node_network_speed_bytes{device="vethfd07a54"} 1.25e+09 node_network_speed_bytes{device="vethfe8ce99"} 1.25e+09 node_network_speed_bytes{device="vethfeef758"} 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-17e73f047b2b"} 746 node_network_transmit_bytes_total{device="br-1cb7739d6f87"} 7.4146046e+07 node_network_transmit_bytes_total{device="br-1e5d9b6f2f5f"} 51538 node_network_transmit_bytes_total{device="br-22d28aee11f4"} 816 node_network_transmit_bytes_total{device="br-269018c835b3"} 9.2818856382e+10 node_network_transmit_bytes_total{device="br-2b64803f4baa"} 1.930823761e+09 node_network_transmit_bytes_total{device="br-2da2721de835"} 526 node_network_transmit_bytes_total{device="br-31e6292e2c7b"} 1082 node_network_transmit_bytes_total{device="br-3496a612fd86"} 30506 node_network_transmit_bytes_total{device="br-45ca7d0205ef"} 526 node_network_transmit_bytes_total{device="br-4d06846f6926"} 4.4332111e+08 node_network_transmit_bytes_total{device="br-53fe3455a836"} 4.851157615951e+12 node_network_transmit_bytes_total{device="br-6ccbd55a6f05"} 746 node_network_transmit_bytes_total{device="br-8d661c1c555c"} 4.01810669e+08 node_network_transmit_bytes_total{device="br-b47674889f31"} 4.35491045e+08 node_network_transmit_bytes_total{device="br-b80ea9895659"} 5.56203528472e+11 node_network_transmit_bytes_total{device="br-d21546c6dd34"} 6.973337863e+09 node_network_transmit_bytes_total{device="br-e1b4575f7f9e"} 1.6069984e+07 node_network_transmit_bytes_total{device="docker0"} 2.0746199247e+10 node_network_transmit_bytes_total{device="ens18"} 3.550419947043e+12 node_network_transmit_bytes_total{device="lo"} 2.5991416992e+10 node_network_transmit_bytes_total{device="veth08f7c46"} 19666 node_network_transmit_bytes_total{device="veth09fa8b1"} 4136 node_network_transmit_bytes_total{device="veth0b0f759"} 23602 node_network_transmit_bytes_total{device="veth0dc8af7"} 1.1486049e+07 node_network_transmit_bytes_total{device="veth0ee6980"} 1.722541833e+09 node_network_transmit_bytes_total{device="veth11bb666"} 19990 node_network_transmit_bytes_total{device="veth14f3a89"} 4136 node_network_transmit_bytes_total{device="veth16baecb"} 21642 node_network_transmit_bytes_total{device="veth18183b1"} 1.8666728e+07 node_network_transmit_bytes_total{device="veth184ff5c"} 19666 node_network_transmit_bytes_total{device="veth1d34ed3"} 496710 node_network_transmit_bytes_total{device="veth1fd6de3"} 23672 node_network_transmit_bytes_total{device="veth23970d8"} 5.452403536e+09 node_network_transmit_bytes_total{device="veth2444b0d"} 3.67775639e+08 node_network_transmit_bytes_total{device="veth2454222"} 7.7887436e+07 node_network_transmit_bytes_total{device="veth2660ae1"} 3.440795e+06 node_network_transmit_bytes_total{device="veth284cfcd"} 2.057940485e+10 node_network_transmit_bytes_total{device="veth2a1c461"} 9.2818875938e+10 node_network_transmit_bytes_total{device="veth2b5b801"} 23672 node_network_transmit_bytes_total{device="veth2e1b0f6"} 8.2589693313e+10 node_network_transmit_bytes_total{device="veth2fd5ab4"} 27703 node_network_transmit_bytes_total{device="veth369da68"} 27633 node_network_transmit_bytes_total{device="veth37b7a47"} 20060 node_network_transmit_bytes_total{device="veth3ad0f91"} 3176 node_network_transmit_bytes_total{device="veth3d538bb"} 3.5449554403e+10 node_network_transmit_bytes_total{device="veth3ef6e51"} 1.01513798e+08 node_network_transmit_bytes_total{device="veth40957d1"} 1.3227535e+07 node_network_transmit_bytes_total{device="veth44b3f55"} 1.758952916e+09 node_network_transmit_bytes_total{device="veth461dd40"} 19846 node_network_transmit_bytes_total{device="veth55c5139"} 2.730993551e+09 node_network_transmit_bytes_total{device="veth58a87e9"} 1.11230202e+08 node_network_transmit_bytes_total{device="veth5bfe961"} 4.39992548696e+11 node_network_transmit_bytes_total{device="veth5c7e4d9"} 27839 node_network_transmit_bytes_total{device="veth60acdbb"} 5.29697181e+08 node_network_transmit_bytes_total{device="veth6317a53"} 23602 node_network_transmit_bytes_total{device="veth64a1146"} 20152 node_network_transmit_bytes_total{device="veth6512ba9"} 2.9100353e+07 node_network_transmit_bytes_total{device="veth693a8bb"} 2.2487767e+07 node_network_transmit_bytes_total{device="veth6a2a09d"} 9.294969e+06 node_network_transmit_bytes_total{device="veth6f7591a"} 1.0194518e+07 node_network_transmit_bytes_total{device="veth70582f5"} 27793 node_network_transmit_bytes_total{device="veth70e1ac0"} 27777 node_network_transmit_bytes_total{device="veth72b3093"} 3.58338275e+08 node_network_transmit_bytes_total{device="veth7445fd1"} 27707 node_network_transmit_bytes_total{device="veth78abb47"} 27497 node_network_transmit_bytes_total{device="veth7921a16"} 19556 node_network_transmit_bytes_total{device="veth79430ee"} 27595 node_network_transmit_bytes_total{device="veth8056e12"} 27777 node_network_transmit_bytes_total{device="veth83461a5"} 3148 node_network_transmit_bytes_total{device="veth88f59f2"} 28059 node_network_transmit_bytes_total{device="veth8a81535"} 4.19326336e+08 node_network_transmit_bytes_total{device="veth8caa7b3"} 6.4336222e+07 node_network_transmit_bytes_total{device="veth8d0fb6a"} 3176 node_network_transmit_bytes_total{device="veth8e0ce2e"} 3.391488e+06 node_network_transmit_bytes_total{device="veth8f9322b"} 13862 node_network_transmit_bytes_total{device="veth908a6f3"} 23672 node_network_transmit_bytes_total{device="veth90d19c5"} 19846 node_network_transmit_bytes_total{device="veth931ef31"} 19776 node_network_transmit_bytes_total{device="veth94ef784"} 3.73946517092e+11 node_network_transmit_bytes_total{device="veth9a05554"} 6.0451806e+07 node_network_transmit_bytes_total{device="veth9c24fbc"} 5.53854516628e+11 node_network_transmit_bytes_total{device="veth9da4781"} 1.12374019e+08 node_network_transmit_bytes_total{device="veth9ddf72e"} 27595 node_network_transmit_bytes_total{device="vetha34854b"} 27567 node_network_transmit_bytes_total{device="vetha40171a"} 3176 node_network_transmit_bytes_total{device="vetha5a6065"} 1.062147073e+09 node_network_transmit_bytes_total{device="vetha79f66a"} 27863 node_network_transmit_bytes_total{device="vetha7f7925"} 9.873565724e+09 node_network_transmit_bytes_total{device="vethb3ce757"} 3176 node_network_transmit_bytes_total{device="vethb4759c0"} 1.8058120501e+10 node_network_transmit_bytes_total{device="vethb4e5c93"} 70498 node_network_transmit_bytes_total{device="vethb7f9491"} 3176 node_network_transmit_bytes_total{device="vethbb75711"} 23602 node_network_transmit_bytes_total{device="vethbcb60f5"} 19756 node_network_transmit_bytes_total{device="vethbd0b4eb"} 2.0746218733e+10 node_network_transmit_bytes_total{device="vethbe8e1a6"} 1.6088874e+07 node_network_transmit_bytes_total{device="vethc173a23"} 27567 node_network_transmit_bytes_total{device="vethc1f6356"} 4.1392774e+07 node_network_transmit_bytes_total{device="vethc3f6270"} 27637 node_network_transmit_bytes_total{device="vethcb0681d"} 9.337274e+06 node_network_transmit_bytes_total{device="vethd2baada"} 27567 node_network_transmit_bytes_total{device="vethd35181c"} 7.4165076e+07 node_network_transmit_bytes_total{device="vethd51bdee"} 25142 node_network_transmit_bytes_total{device="vethd579559"} 2.6896116e+08 node_network_transmit_bytes_total{device="vethdaba15c"} 4.7336976e+07 node_network_transmit_bytes_total{device="vethdbb24da"} 3.445480446e+09 node_network_transmit_bytes_total{device="vethe11c34a"} 1.8730722194e+10 node_network_transmit_bytes_total{device="vethe170110"} 1.108560118e+09 node_network_transmit_bytes_total{device="vethe37e7b8"} 19942 node_network_transmit_bytes_total{device="vethea84889"} 20060 node_network_transmit_bytes_total{device="vethefc6567"} 2.0860177585e+10 node_network_transmit_bytes_total{device="vethf1f9cd2"} 1.1086647388e+10 node_network_transmit_bytes_total{device="vethf647e83"} 1.019542e+07 node_network_transmit_bytes_total{device="vethfd07a54"} 5.60836826388e+11 node_network_transmit_bytes_total{device="vethfe8ce99"} 9.232245312e+09 node_network_transmit_bytes_total{device="vethfeef758"} 19990 # 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-17e73f047b2b"} 0 node_network_transmit_carrier_total{device="br-1cb7739d6f87"} 0 node_network_transmit_carrier_total{device="br-1e5d9b6f2f5f"} 0 node_network_transmit_carrier_total{device="br-22d28aee11f4"} 0 node_network_transmit_carrier_total{device="br-269018c835b3"} 0 node_network_transmit_carrier_total{device="br-2b64803f4baa"} 0 node_network_transmit_carrier_total{device="br-2da2721de835"} 0 node_network_transmit_carrier_total{device="br-31e6292e2c7b"} 0 node_network_transmit_carrier_total{device="br-3496a612fd86"} 0 node_network_transmit_carrier_total{device="br-45ca7d0205ef"} 0 node_network_transmit_carrier_total{device="br-4d06846f6926"} 0 node_network_transmit_carrier_total{device="br-53fe3455a836"} 0 node_network_transmit_carrier_total{device="br-6ccbd55a6f05"} 0 node_network_transmit_carrier_total{device="br-8d661c1c555c"} 0 node_network_transmit_carrier_total{device="br-b47674889f31"} 0 node_network_transmit_carrier_total{device="br-b80ea9895659"} 0 node_network_transmit_carrier_total{device="br-d21546c6dd34"} 0 node_network_transmit_carrier_total{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_transmit_carrier_total{device="veth09fa8b1"} 0 node_network_transmit_carrier_total{device="veth0b0f759"} 0 node_network_transmit_carrier_total{device="veth0dc8af7"} 0 node_network_transmit_carrier_total{device="veth0ee6980"} 0 node_network_transmit_carrier_total{device="veth11bb666"} 0 node_network_transmit_carrier_total{device="veth14f3a89"} 0 node_network_transmit_carrier_total{device="veth16baecb"} 0 node_network_transmit_carrier_total{device="veth18183b1"} 0 node_network_transmit_carrier_total{device="veth184ff5c"} 0 node_network_transmit_carrier_total{device="veth1d34ed3"} 0 node_network_transmit_carrier_total{device="veth1fd6de3"} 0 node_network_transmit_carrier_total{device="veth23970d8"} 0 node_network_transmit_carrier_total{device="veth2444b0d"} 0 node_network_transmit_carrier_total{device="veth2454222"} 0 node_network_transmit_carrier_total{device="veth2660ae1"} 0 node_network_transmit_carrier_total{device="veth284cfcd"} 0 node_network_transmit_carrier_total{device="veth2a1c461"} 0 node_network_transmit_carrier_total{device="veth2b5b801"} 0 node_network_transmit_carrier_total{device="veth2e1b0f6"} 0 node_network_transmit_carrier_total{device="veth2fd5ab4"} 0 node_network_transmit_carrier_total{device="veth369da68"} 0 node_network_transmit_carrier_total{device="veth37b7a47"} 0 node_network_transmit_carrier_total{device="veth3ad0f91"} 0 node_network_transmit_carrier_total{device="veth3d538bb"} 0 node_network_transmit_carrier_total{device="veth3ef6e51"} 0 node_network_transmit_carrier_total{device="veth40957d1"} 0 node_network_transmit_carrier_total{device="veth44b3f55"} 0 node_network_transmit_carrier_total{device="veth461dd40"} 0 node_network_transmit_carrier_total{device="veth55c5139"} 0 node_network_transmit_carrier_total{device="veth58a87e9"} 0 node_network_transmit_carrier_total{device="veth5bfe961"} 0 node_network_transmit_carrier_total{device="veth5c7e4d9"} 0 node_network_transmit_carrier_total{device="veth60acdbb"} 0 node_network_transmit_carrier_total{device="veth6317a53"} 0 node_network_transmit_carrier_total{device="veth64a1146"} 0 node_network_transmit_carrier_total{device="veth6512ba9"} 0 node_network_transmit_carrier_total{device="veth693a8bb"} 0 node_network_transmit_carrier_total{device="veth6a2a09d"} 0 node_network_transmit_carrier_total{device="veth6f7591a"} 0 node_network_transmit_carrier_total{device="veth70582f5"} 0 node_network_transmit_carrier_total{device="veth70e1ac0"} 0 node_network_transmit_carrier_total{device="veth72b3093"} 0 node_network_transmit_carrier_total{device="veth7445fd1"} 0 node_network_transmit_carrier_total{device="veth78abb47"} 0 node_network_transmit_carrier_total{device="veth7921a16"} 0 node_network_transmit_carrier_total{device="veth79430ee"} 0 node_network_transmit_carrier_total{device="veth8056e12"} 0 node_network_transmit_carrier_total{device="veth83461a5"} 0 node_network_transmit_carrier_total{device="veth88f59f2"} 0 node_network_transmit_carrier_total{device="veth8a81535"} 0 node_network_transmit_carrier_total{device="veth8caa7b3"} 0 node_network_transmit_carrier_total{device="veth8d0fb6a"} 0 node_network_transmit_carrier_total{device="veth8e0ce2e"} 0 node_network_transmit_carrier_total{device="veth8f9322b"} 0 node_network_transmit_carrier_total{device="veth908a6f3"} 0 node_network_transmit_carrier_total{device="veth90d19c5"} 0 node_network_transmit_carrier_total{device="veth931ef31"} 0 node_network_transmit_carrier_total{device="veth94ef784"} 0 node_network_transmit_carrier_total{device="veth9a05554"} 0 node_network_transmit_carrier_total{device="veth9c24fbc"} 0 node_network_transmit_carrier_total{device="veth9da4781"} 0 node_network_transmit_carrier_total{device="veth9ddf72e"} 0 node_network_transmit_carrier_total{device="vetha34854b"} 0 node_network_transmit_carrier_total{device="vetha40171a"} 0 node_network_transmit_carrier_total{device="vetha5a6065"} 0 node_network_transmit_carrier_total{device="vetha79f66a"} 0 node_network_transmit_carrier_total{device="vetha7f7925"} 0 node_network_transmit_carrier_total{device="vethb3ce757"} 0 node_network_transmit_carrier_total{device="vethb4759c0"} 0 node_network_transmit_carrier_total{device="vethb4e5c93"} 0 node_network_transmit_carrier_total{device="vethb7f9491"} 0 node_network_transmit_carrier_total{device="vethbb75711"} 0 node_network_transmit_carrier_total{device="vethbcb60f5"} 0 node_network_transmit_carrier_total{device="vethbd0b4eb"} 0 node_network_transmit_carrier_total{device="vethbe8e1a6"} 0 node_network_transmit_carrier_total{device="vethc173a23"} 0 node_network_transmit_carrier_total{device="vethc1f6356"} 0 node_network_transmit_carrier_total{device="vethc3f6270"} 0 node_network_transmit_carrier_total{device="vethcb0681d"} 0 node_network_transmit_carrier_total{device="vethd2baada"} 0 node_network_transmit_carrier_total{device="vethd35181c"} 0 node_network_transmit_carrier_total{device="vethd51bdee"} 0 node_network_transmit_carrier_total{device="vethd579559"} 0 node_network_transmit_carrier_total{device="vethdaba15c"} 0 node_network_transmit_carrier_total{device="vethdbb24da"} 0 node_network_transmit_carrier_total{device="vethe11c34a"} 0 node_network_transmit_carrier_total{device="vethe170110"} 0 node_network_transmit_carrier_total{device="vethe37e7b8"} 0 node_network_transmit_carrier_total{device="vethea84889"} 0 node_network_transmit_carrier_total{device="vethefc6567"} 0 node_network_transmit_carrier_total{device="vethf1f9cd2"} 0 node_network_transmit_carrier_total{device="vethf647e83"} 0 node_network_transmit_carrier_total{device="vethfd07a54"} 0 node_network_transmit_carrier_total{device="vethfe8ce99"} 0 node_network_transmit_carrier_total{device="vethfeef758"} 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-17e73f047b2b"} 0 node_network_transmit_colls_total{device="br-1cb7739d6f87"} 0 node_network_transmit_colls_total{device="br-1e5d9b6f2f5f"} 0 node_network_transmit_colls_total{device="br-22d28aee11f4"} 0 node_network_transmit_colls_total{device="br-269018c835b3"} 0 node_network_transmit_colls_total{device="br-2b64803f4baa"} 0 node_network_transmit_colls_total{device="br-2da2721de835"} 0 node_network_transmit_colls_total{device="br-31e6292e2c7b"} 0 node_network_transmit_colls_total{device="br-3496a612fd86"} 0 node_network_transmit_colls_total{device="br-45ca7d0205ef"} 0 node_network_transmit_colls_total{device="br-4d06846f6926"} 0 node_network_transmit_colls_total{device="br-53fe3455a836"} 0 node_network_transmit_colls_total{device="br-6ccbd55a6f05"} 0 node_network_transmit_colls_total{device="br-8d661c1c555c"} 0 node_network_transmit_colls_total{device="br-b47674889f31"} 0 node_network_transmit_colls_total{device="br-b80ea9895659"} 0 node_network_transmit_colls_total{device="br-d21546c6dd34"} 0 node_network_transmit_colls_total{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_transmit_colls_total{device="veth09fa8b1"} 0 node_network_transmit_colls_total{device="veth0b0f759"} 0 node_network_transmit_colls_total{device="veth0dc8af7"} 0 node_network_transmit_colls_total{device="veth0ee6980"} 0 node_network_transmit_colls_total{device="veth11bb666"} 0 node_network_transmit_colls_total{device="veth14f3a89"} 0 node_network_transmit_colls_total{device="veth16baecb"} 0 node_network_transmit_colls_total{device="veth18183b1"} 0 node_network_transmit_colls_total{device="veth184ff5c"} 0 node_network_transmit_colls_total{device="veth1d34ed3"} 0 node_network_transmit_colls_total{device="veth1fd6de3"} 0 node_network_transmit_colls_total{device="veth23970d8"} 0 node_network_transmit_colls_total{device="veth2444b0d"} 0 node_network_transmit_colls_total{device="veth2454222"} 0 node_network_transmit_colls_total{device="veth2660ae1"} 0 node_network_transmit_colls_total{device="veth284cfcd"} 0 node_network_transmit_colls_total{device="veth2a1c461"} 0 node_network_transmit_colls_total{device="veth2b5b801"} 0 node_network_transmit_colls_total{device="veth2e1b0f6"} 0 node_network_transmit_colls_total{device="veth2fd5ab4"} 0 node_network_transmit_colls_total{device="veth369da68"} 0 node_network_transmit_colls_total{device="veth37b7a47"} 0 node_network_transmit_colls_total{device="veth3ad0f91"} 0 node_network_transmit_colls_total{device="veth3d538bb"} 0 node_network_transmit_colls_total{device="veth3ef6e51"} 0 node_network_transmit_colls_total{device="veth40957d1"} 0 node_network_transmit_colls_total{device="veth44b3f55"} 0 node_network_transmit_colls_total{device="veth461dd40"} 0 node_network_transmit_colls_total{device="veth55c5139"} 0 node_network_transmit_colls_total{device="veth58a87e9"} 0 node_network_transmit_colls_total{device="veth5bfe961"} 0 node_network_transmit_colls_total{device="veth5c7e4d9"} 0 node_network_transmit_colls_total{device="veth60acdbb"} 0 node_network_transmit_colls_total{device="veth6317a53"} 0 node_network_transmit_colls_total{device="veth64a1146"} 0 node_network_transmit_colls_total{device="veth6512ba9"} 0 node_network_transmit_colls_total{device="veth693a8bb"} 0 node_network_transmit_colls_total{device="veth6a2a09d"} 0 node_network_transmit_colls_total{device="veth6f7591a"} 0 node_network_transmit_colls_total{device="veth70582f5"} 0 node_network_transmit_colls_total{device="veth70e1ac0"} 0 node_network_transmit_colls_total{device="veth72b3093"} 0 node_network_transmit_colls_total{device="veth7445fd1"} 0 node_network_transmit_colls_total{device="veth78abb47"} 0 node_network_transmit_colls_total{device="veth7921a16"} 0 node_network_transmit_colls_total{device="veth79430ee"} 0 node_network_transmit_colls_total{device="veth8056e12"} 0 node_network_transmit_colls_total{device="veth83461a5"} 0 node_network_transmit_colls_total{device="veth88f59f2"} 0 node_network_transmit_colls_total{device="veth8a81535"} 0 node_network_transmit_colls_total{device="veth8caa7b3"} 0 node_network_transmit_colls_total{device="veth8d0fb6a"} 0 node_network_transmit_colls_total{device="veth8e0ce2e"} 0 node_network_transmit_colls_total{device="veth8f9322b"} 0 node_network_transmit_colls_total{device="veth908a6f3"} 0 node_network_transmit_colls_total{device="veth90d19c5"} 0 node_network_transmit_colls_total{device="veth931ef31"} 0 node_network_transmit_colls_total{device="veth94ef784"} 0 node_network_transmit_colls_total{device="veth9a05554"} 0 node_network_transmit_colls_total{device="veth9c24fbc"} 0 node_network_transmit_colls_total{device="veth9da4781"} 0 node_network_transmit_colls_total{device="veth9ddf72e"} 0 node_network_transmit_colls_total{device="vetha34854b"} 0 node_network_transmit_colls_total{device="vetha40171a"} 0 node_network_transmit_colls_total{device="vetha5a6065"} 0 node_network_transmit_colls_total{device="vetha79f66a"} 0 node_network_transmit_colls_total{device="vetha7f7925"} 0 node_network_transmit_colls_total{device="vethb3ce757"} 0 node_network_transmit_colls_total{device="vethb4759c0"} 0 node_network_transmit_colls_total{device="vethb4e5c93"} 0 node_network_transmit_colls_total{device="vethb7f9491"} 0 node_network_transmit_colls_total{device="vethbb75711"} 0 node_network_transmit_colls_total{device="vethbcb60f5"} 0 node_network_transmit_colls_total{device="vethbd0b4eb"} 0 node_network_transmit_colls_total{device="vethbe8e1a6"} 0 node_network_transmit_colls_total{device="vethc173a23"} 0 node_network_transmit_colls_total{device="vethc1f6356"} 0 node_network_transmit_colls_total{device="vethc3f6270"} 0 node_network_transmit_colls_total{device="vethcb0681d"} 0 node_network_transmit_colls_total{device="vethd2baada"} 0 node_network_transmit_colls_total{device="vethd35181c"} 0 node_network_transmit_colls_total{device="vethd51bdee"} 0 node_network_transmit_colls_total{device="vethd579559"} 0 node_network_transmit_colls_total{device="vethdaba15c"} 0 node_network_transmit_colls_total{device="vethdbb24da"} 0 node_network_transmit_colls_total{device="vethe11c34a"} 0 node_network_transmit_colls_total{device="vethe170110"} 0 node_network_transmit_colls_total{device="vethe37e7b8"} 0 node_network_transmit_colls_total{device="vethea84889"} 0 node_network_transmit_colls_total{device="vethefc6567"} 0 node_network_transmit_colls_total{device="vethf1f9cd2"} 0 node_network_transmit_colls_total{device="vethf647e83"} 0 node_network_transmit_colls_total{device="vethfd07a54"} 0 node_network_transmit_colls_total{device="vethfe8ce99"} 0 node_network_transmit_colls_total{device="vethfeef758"} 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-17e73f047b2b"} 0 node_network_transmit_compressed_total{device="br-1cb7739d6f87"} 0 node_network_transmit_compressed_total{device="br-1e5d9b6f2f5f"} 0 node_network_transmit_compressed_total{device="br-22d28aee11f4"} 0 node_network_transmit_compressed_total{device="br-269018c835b3"} 0 node_network_transmit_compressed_total{device="br-2b64803f4baa"} 0 node_network_transmit_compressed_total{device="br-2da2721de835"} 0 node_network_transmit_compressed_total{device="br-31e6292e2c7b"} 0 node_network_transmit_compressed_total{device="br-3496a612fd86"} 0 node_network_transmit_compressed_total{device="br-45ca7d0205ef"} 0 node_network_transmit_compressed_total{device="br-4d06846f6926"} 0 node_network_transmit_compressed_total{device="br-53fe3455a836"} 0 node_network_transmit_compressed_total{device="br-6ccbd55a6f05"} 0 node_network_transmit_compressed_total{device="br-8d661c1c555c"} 0 node_network_transmit_compressed_total{device="br-b47674889f31"} 0 node_network_transmit_compressed_total{device="br-b80ea9895659"} 0 node_network_transmit_compressed_total{device="br-d21546c6dd34"} 0 node_network_transmit_compressed_total{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_transmit_compressed_total{device="veth09fa8b1"} 0 node_network_transmit_compressed_total{device="veth0b0f759"} 0 node_network_transmit_compressed_total{device="veth0dc8af7"} 0 node_network_transmit_compressed_total{device="veth0ee6980"} 0 node_network_transmit_compressed_total{device="veth11bb666"} 0 node_network_transmit_compressed_total{device="veth14f3a89"} 0 node_network_transmit_compressed_total{device="veth16baecb"} 0 node_network_transmit_compressed_total{device="veth18183b1"} 0 node_network_transmit_compressed_total{device="veth184ff5c"} 0 node_network_transmit_compressed_total{device="veth1d34ed3"} 0 node_network_transmit_compressed_total{device="veth1fd6de3"} 0 node_network_transmit_compressed_total{device="veth23970d8"} 0 node_network_transmit_compressed_total{device="veth2444b0d"} 0 node_network_transmit_compressed_total{device="veth2454222"} 0 node_network_transmit_compressed_total{device="veth2660ae1"} 0 node_network_transmit_compressed_total{device="veth284cfcd"} 0 node_network_transmit_compressed_total{device="veth2a1c461"} 0 node_network_transmit_compressed_total{device="veth2b5b801"} 0 node_network_transmit_compressed_total{device="veth2e1b0f6"} 0 node_network_transmit_compressed_total{device="veth2fd5ab4"} 0 node_network_transmit_compressed_total{device="veth369da68"} 0 node_network_transmit_compressed_total{device="veth37b7a47"} 0 node_network_transmit_compressed_total{device="veth3ad0f91"} 0 node_network_transmit_compressed_total{device="veth3d538bb"} 0 node_network_transmit_compressed_total{device="veth3ef6e51"} 0 node_network_transmit_compressed_total{device="veth40957d1"} 0 node_network_transmit_compressed_total{device="veth44b3f55"} 0 node_network_transmit_compressed_total{device="veth461dd40"} 0 node_network_transmit_compressed_total{device="veth55c5139"} 0 node_network_transmit_compressed_total{device="veth58a87e9"} 0 node_network_transmit_compressed_total{device="veth5bfe961"} 0 node_network_transmit_compressed_total{device="veth5c7e4d9"} 0 node_network_transmit_compressed_total{device="veth60acdbb"} 0 node_network_transmit_compressed_total{device="veth6317a53"} 0 node_network_transmit_compressed_total{device="veth64a1146"} 0 node_network_transmit_compressed_total{device="veth6512ba9"} 0 node_network_transmit_compressed_total{device="veth693a8bb"} 0 node_network_transmit_compressed_total{device="veth6a2a09d"} 0 node_network_transmit_compressed_total{device="veth6f7591a"} 0 node_network_transmit_compressed_total{device="veth70582f5"} 0 node_network_transmit_compressed_total{device="veth70e1ac0"} 0 node_network_transmit_compressed_total{device="veth72b3093"} 0 node_network_transmit_compressed_total{device="veth7445fd1"} 0 node_network_transmit_compressed_total{device="veth78abb47"} 0 node_network_transmit_compressed_total{device="veth7921a16"} 0 node_network_transmit_compressed_total{device="veth79430ee"} 0 node_network_transmit_compressed_total{device="veth8056e12"} 0 node_network_transmit_compressed_total{device="veth83461a5"} 0 node_network_transmit_compressed_total{device="veth88f59f2"} 0 node_network_transmit_compressed_total{device="veth8a81535"} 0 node_network_transmit_compressed_total{device="veth8caa7b3"} 0 node_network_transmit_compressed_total{device="veth8d0fb6a"} 0 node_network_transmit_compressed_total{device="veth8e0ce2e"} 0 node_network_transmit_compressed_total{device="veth8f9322b"} 0 node_network_transmit_compressed_total{device="veth908a6f3"} 0 node_network_transmit_compressed_total{device="veth90d19c5"} 0 node_network_transmit_compressed_total{device="veth931ef31"} 0 node_network_transmit_compressed_total{device="veth94ef784"} 0 node_network_transmit_compressed_total{device="veth9a05554"} 0 node_network_transmit_compressed_total{device="veth9c24fbc"} 0 node_network_transmit_compressed_total{device="veth9da4781"} 0 node_network_transmit_compressed_total{device="veth9ddf72e"} 0 node_network_transmit_compressed_total{device="vetha34854b"} 0 node_network_transmit_compressed_total{device="vetha40171a"} 0 node_network_transmit_compressed_total{device="vetha5a6065"} 0 node_network_transmit_compressed_total{device="vetha79f66a"} 0 node_network_transmit_compressed_total{device="vetha7f7925"} 0 node_network_transmit_compressed_total{device="vethb3ce757"} 0 node_network_transmit_compressed_total{device="vethb4759c0"} 0 node_network_transmit_compressed_total{device="vethb4e5c93"} 0 node_network_transmit_compressed_total{device="vethb7f9491"} 0 node_network_transmit_compressed_total{device="vethbb75711"} 0 node_network_transmit_compressed_total{device="vethbcb60f5"} 0 node_network_transmit_compressed_total{device="vethbd0b4eb"} 0 node_network_transmit_compressed_total{device="vethbe8e1a6"} 0 node_network_transmit_compressed_total{device="vethc173a23"} 0 node_network_transmit_compressed_total{device="vethc1f6356"} 0 node_network_transmit_compressed_total{device="vethc3f6270"} 0 node_network_transmit_compressed_total{device="vethcb0681d"} 0 node_network_transmit_compressed_total{device="vethd2baada"} 0 node_network_transmit_compressed_total{device="vethd35181c"} 0 node_network_transmit_compressed_total{device="vethd51bdee"} 0 node_network_transmit_compressed_total{device="vethd579559"} 0 node_network_transmit_compressed_total{device="vethdaba15c"} 0 node_network_transmit_compressed_total{device="vethdbb24da"} 0 node_network_transmit_compressed_total{device="vethe11c34a"} 0 node_network_transmit_compressed_total{device="vethe170110"} 0 node_network_transmit_compressed_total{device="vethe37e7b8"} 0 node_network_transmit_compressed_total{device="vethea84889"} 0 node_network_transmit_compressed_total{device="vethefc6567"} 0 node_network_transmit_compressed_total{device="vethf1f9cd2"} 0 node_network_transmit_compressed_total{device="vethf647e83"} 0 node_network_transmit_compressed_total{device="vethfd07a54"} 0 node_network_transmit_compressed_total{device="vethfe8ce99"} 0 node_network_transmit_compressed_total{device="vethfeef758"} 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-17e73f047b2b"} 0 node_network_transmit_drop_total{device="br-1cb7739d6f87"} 0 node_network_transmit_drop_total{device="br-1e5d9b6f2f5f"} 0 node_network_transmit_drop_total{device="br-22d28aee11f4"} 0 node_network_transmit_drop_total{device="br-269018c835b3"} 0 node_network_transmit_drop_total{device="br-2b64803f4baa"} 0 node_network_transmit_drop_total{device="br-2da2721de835"} 0 node_network_transmit_drop_total{device="br-31e6292e2c7b"} 0 node_network_transmit_drop_total{device="br-3496a612fd86"} 0 node_network_transmit_drop_total{device="br-45ca7d0205ef"} 0 node_network_transmit_drop_total{device="br-4d06846f6926"} 0 node_network_transmit_drop_total{device="br-53fe3455a836"} 0 node_network_transmit_drop_total{device="br-6ccbd55a6f05"} 0 node_network_transmit_drop_total{device="br-8d661c1c555c"} 0 node_network_transmit_drop_total{device="br-b47674889f31"} 0 node_network_transmit_drop_total{device="br-b80ea9895659"} 0 node_network_transmit_drop_total{device="br-d21546c6dd34"} 0 node_network_transmit_drop_total{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_transmit_drop_total{device="veth09fa8b1"} 0 node_network_transmit_drop_total{device="veth0b0f759"} 0 node_network_transmit_drop_total{device="veth0dc8af7"} 0 node_network_transmit_drop_total{device="veth0ee6980"} 0 node_network_transmit_drop_total{device="veth11bb666"} 0 node_network_transmit_drop_total{device="veth14f3a89"} 0 node_network_transmit_drop_total{device="veth16baecb"} 0 node_network_transmit_drop_total{device="veth18183b1"} 0 node_network_transmit_drop_total{device="veth184ff5c"} 0 node_network_transmit_drop_total{device="veth1d34ed3"} 0 node_network_transmit_drop_total{device="veth1fd6de3"} 0 node_network_transmit_drop_total{device="veth23970d8"} 0 node_network_transmit_drop_total{device="veth2444b0d"} 0 node_network_transmit_drop_total{device="veth2454222"} 0 node_network_transmit_drop_total{device="veth2660ae1"} 0 node_network_transmit_drop_total{device="veth284cfcd"} 0 node_network_transmit_drop_total{device="veth2a1c461"} 0 node_network_transmit_drop_total{device="veth2b5b801"} 0 node_network_transmit_drop_total{device="veth2e1b0f6"} 0 node_network_transmit_drop_total{device="veth2fd5ab4"} 0 node_network_transmit_drop_total{device="veth369da68"} 0 node_network_transmit_drop_total{device="veth37b7a47"} 0 node_network_transmit_drop_total{device="veth3ad0f91"} 0 node_network_transmit_drop_total{device="veth3d538bb"} 0 node_network_transmit_drop_total{device="veth3ef6e51"} 0 node_network_transmit_drop_total{device="veth40957d1"} 0 node_network_transmit_drop_total{device="veth44b3f55"} 0 node_network_transmit_drop_total{device="veth461dd40"} 0 node_network_transmit_drop_total{device="veth55c5139"} 0 node_network_transmit_drop_total{device="veth58a87e9"} 0 node_network_transmit_drop_total{device="veth5bfe961"} 0 node_network_transmit_drop_total{device="veth5c7e4d9"} 0 node_network_transmit_drop_total{device="veth60acdbb"} 0 node_network_transmit_drop_total{device="veth6317a53"} 0 node_network_transmit_drop_total{device="veth64a1146"} 0 node_network_transmit_drop_total{device="veth6512ba9"} 0 node_network_transmit_drop_total{device="veth693a8bb"} 0 node_network_transmit_drop_total{device="veth6a2a09d"} 0 node_network_transmit_drop_total{device="veth6f7591a"} 0 node_network_transmit_drop_total{device="veth70582f5"} 0 node_network_transmit_drop_total{device="veth70e1ac0"} 0 node_network_transmit_drop_total{device="veth72b3093"} 0 node_network_transmit_drop_total{device="veth7445fd1"} 0 node_network_transmit_drop_total{device="veth78abb47"} 0 node_network_transmit_drop_total{device="veth7921a16"} 0 node_network_transmit_drop_total{device="veth79430ee"} 0 node_network_transmit_drop_total{device="veth8056e12"} 0 node_network_transmit_drop_total{device="veth83461a5"} 0 node_network_transmit_drop_total{device="veth88f59f2"} 0 node_network_transmit_drop_total{device="veth8a81535"} 0 node_network_transmit_drop_total{device="veth8caa7b3"} 0 node_network_transmit_drop_total{device="veth8d0fb6a"} 0 node_network_transmit_drop_total{device="veth8e0ce2e"} 0 node_network_transmit_drop_total{device="veth8f9322b"} 0 node_network_transmit_drop_total{device="veth908a6f3"} 0 node_network_transmit_drop_total{device="veth90d19c5"} 0 node_network_transmit_drop_total{device="veth931ef31"} 0 node_network_transmit_drop_total{device="veth94ef784"} 0 node_network_transmit_drop_total{device="veth9a05554"} 0 node_network_transmit_drop_total{device="veth9c24fbc"} 0 node_network_transmit_drop_total{device="veth9da4781"} 0 node_network_transmit_drop_total{device="veth9ddf72e"} 0 node_network_transmit_drop_total{device="vetha34854b"} 0 node_network_transmit_drop_total{device="vetha40171a"} 0 node_network_transmit_drop_total{device="vetha5a6065"} 0 node_network_transmit_drop_total{device="vetha79f66a"} 0 node_network_transmit_drop_total{device="vetha7f7925"} 0 node_network_transmit_drop_total{device="vethb3ce757"} 0 node_network_transmit_drop_total{device="vethb4759c0"} 0 node_network_transmit_drop_total{device="vethb4e5c93"} 0 node_network_transmit_drop_total{device="vethb7f9491"} 0 node_network_transmit_drop_total{device="vethbb75711"} 0 node_network_transmit_drop_total{device="vethbcb60f5"} 0 node_network_transmit_drop_total{device="vethbd0b4eb"} 0 node_network_transmit_drop_total{device="vethbe8e1a6"} 0 node_network_transmit_drop_total{device="vethc173a23"} 0 node_network_transmit_drop_total{device="vethc1f6356"} 0 node_network_transmit_drop_total{device="vethc3f6270"} 0 node_network_transmit_drop_total{device="vethcb0681d"} 0 node_network_transmit_drop_total{device="vethd2baada"} 0 node_network_transmit_drop_total{device="vethd35181c"} 0 node_network_transmit_drop_total{device="vethd51bdee"} 0 node_network_transmit_drop_total{device="vethd579559"} 0 node_network_transmit_drop_total{device="vethdaba15c"} 0 node_network_transmit_drop_total{device="vethdbb24da"} 0 node_network_transmit_drop_total{device="vethe11c34a"} 0 node_network_transmit_drop_total{device="vethe170110"} 0 node_network_transmit_drop_total{device="vethe37e7b8"} 0 node_network_transmit_drop_total{device="vethea84889"} 0 node_network_transmit_drop_total{device="vethefc6567"} 0 node_network_transmit_drop_total{device="vethf1f9cd2"} 0 node_network_transmit_drop_total{device="vethf647e83"} 0 node_network_transmit_drop_total{device="vethfd07a54"} 0 node_network_transmit_drop_total{device="vethfe8ce99"} 0 node_network_transmit_drop_total{device="vethfeef758"} 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-17e73f047b2b"} 0 node_network_transmit_errs_total{device="br-1cb7739d6f87"} 0 node_network_transmit_errs_total{device="br-1e5d9b6f2f5f"} 0 node_network_transmit_errs_total{device="br-22d28aee11f4"} 0 node_network_transmit_errs_total{device="br-269018c835b3"} 0 node_network_transmit_errs_total{device="br-2b64803f4baa"} 0 node_network_transmit_errs_total{device="br-2da2721de835"} 0 node_network_transmit_errs_total{device="br-31e6292e2c7b"} 0 node_network_transmit_errs_total{device="br-3496a612fd86"} 0 node_network_transmit_errs_total{device="br-45ca7d0205ef"} 0 node_network_transmit_errs_total{device="br-4d06846f6926"} 0 node_network_transmit_errs_total{device="br-53fe3455a836"} 0 node_network_transmit_errs_total{device="br-6ccbd55a6f05"} 0 node_network_transmit_errs_total{device="br-8d661c1c555c"} 0 node_network_transmit_errs_total{device="br-b47674889f31"} 0 node_network_transmit_errs_total{device="br-b80ea9895659"} 0 node_network_transmit_errs_total{device="br-d21546c6dd34"} 0 node_network_transmit_errs_total{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_transmit_errs_total{device="veth09fa8b1"} 0 node_network_transmit_errs_total{device="veth0b0f759"} 0 node_network_transmit_errs_total{device="veth0dc8af7"} 0 node_network_transmit_errs_total{device="veth0ee6980"} 0 node_network_transmit_errs_total{device="veth11bb666"} 0 node_network_transmit_errs_total{device="veth14f3a89"} 0 node_network_transmit_errs_total{device="veth16baecb"} 0 node_network_transmit_errs_total{device="veth18183b1"} 0 node_network_transmit_errs_total{device="veth184ff5c"} 0 node_network_transmit_errs_total{device="veth1d34ed3"} 0 node_network_transmit_errs_total{device="veth1fd6de3"} 0 node_network_transmit_errs_total{device="veth23970d8"} 0 node_network_transmit_errs_total{device="veth2444b0d"} 0 node_network_transmit_errs_total{device="veth2454222"} 0 node_network_transmit_errs_total{device="veth2660ae1"} 0 node_network_transmit_errs_total{device="veth284cfcd"} 0 node_network_transmit_errs_total{device="veth2a1c461"} 0 node_network_transmit_errs_total{device="veth2b5b801"} 0 node_network_transmit_errs_total{device="veth2e1b0f6"} 0 node_network_transmit_errs_total{device="veth2fd5ab4"} 0 node_network_transmit_errs_total{device="veth369da68"} 0 node_network_transmit_errs_total{device="veth37b7a47"} 0 node_network_transmit_errs_total{device="veth3ad0f91"} 0 node_network_transmit_errs_total{device="veth3d538bb"} 0 node_network_transmit_errs_total{device="veth3ef6e51"} 0 node_network_transmit_errs_total{device="veth40957d1"} 0 node_network_transmit_errs_total{device="veth44b3f55"} 0 node_network_transmit_errs_total{device="veth461dd40"} 0 node_network_transmit_errs_total{device="veth55c5139"} 0 node_network_transmit_errs_total{device="veth58a87e9"} 0 node_network_transmit_errs_total{device="veth5bfe961"} 0 node_network_transmit_errs_total{device="veth5c7e4d9"} 0 node_network_transmit_errs_total{device="veth60acdbb"} 0 node_network_transmit_errs_total{device="veth6317a53"} 0 node_network_transmit_errs_total{device="veth64a1146"} 0 node_network_transmit_errs_total{device="veth6512ba9"} 0 node_network_transmit_errs_total{device="veth693a8bb"} 0 node_network_transmit_errs_total{device="veth6a2a09d"} 0 node_network_transmit_errs_total{device="veth6f7591a"} 0 node_network_transmit_errs_total{device="veth70582f5"} 0 node_network_transmit_errs_total{device="veth70e1ac0"} 0 node_network_transmit_errs_total{device="veth72b3093"} 0 node_network_transmit_errs_total{device="veth7445fd1"} 0 node_network_transmit_errs_total{device="veth78abb47"} 0 node_network_transmit_errs_total{device="veth7921a16"} 0 node_network_transmit_errs_total{device="veth79430ee"} 0 node_network_transmit_errs_total{device="veth8056e12"} 0 node_network_transmit_errs_total{device="veth83461a5"} 0 node_network_transmit_errs_total{device="veth88f59f2"} 0 node_network_transmit_errs_total{device="veth8a81535"} 0 node_network_transmit_errs_total{device="veth8caa7b3"} 0 node_network_transmit_errs_total{device="veth8d0fb6a"} 0 node_network_transmit_errs_total{device="veth8e0ce2e"} 0 node_network_transmit_errs_total{device="veth8f9322b"} 0 node_network_transmit_errs_total{device="veth908a6f3"} 0 node_network_transmit_errs_total{device="veth90d19c5"} 0 node_network_transmit_errs_total{device="veth931ef31"} 0 node_network_transmit_errs_total{device="veth94ef784"} 0 node_network_transmit_errs_total{device="veth9a05554"} 0 node_network_transmit_errs_total{device="veth9c24fbc"} 0 node_network_transmit_errs_total{device="veth9da4781"} 0 node_network_transmit_errs_total{device="veth9ddf72e"} 0 node_network_transmit_errs_total{device="vetha34854b"} 0 node_network_transmit_errs_total{device="vetha40171a"} 0 node_network_transmit_errs_total{device="vetha5a6065"} 0 node_network_transmit_errs_total{device="vetha79f66a"} 0 node_network_transmit_errs_total{device="vetha7f7925"} 0 node_network_transmit_errs_total{device="vethb3ce757"} 0 node_network_transmit_errs_total{device="vethb4759c0"} 0 node_network_transmit_errs_total{device="vethb4e5c93"} 0 node_network_transmit_errs_total{device="vethb7f9491"} 0 node_network_transmit_errs_total{device="vethbb75711"} 0 node_network_transmit_errs_total{device="vethbcb60f5"} 0 node_network_transmit_errs_total{device="vethbd0b4eb"} 0 node_network_transmit_errs_total{device="vethbe8e1a6"} 0 node_network_transmit_errs_total{device="vethc173a23"} 0 node_network_transmit_errs_total{device="vethc1f6356"} 0 node_network_transmit_errs_total{device="vethc3f6270"} 0 node_network_transmit_errs_total{device="vethcb0681d"} 0 node_network_transmit_errs_total{device="vethd2baada"} 0 node_network_transmit_errs_total{device="vethd35181c"} 0 node_network_transmit_errs_total{device="vethd51bdee"} 0 node_network_transmit_errs_total{device="vethd579559"} 0 node_network_transmit_errs_total{device="vethdaba15c"} 0 node_network_transmit_errs_total{device="vethdbb24da"} 0 node_network_transmit_errs_total{device="vethe11c34a"} 0 node_network_transmit_errs_total{device="vethe170110"} 0 node_network_transmit_errs_total{device="vethe37e7b8"} 0 node_network_transmit_errs_total{device="vethea84889"} 0 node_network_transmit_errs_total{device="vethefc6567"} 0 node_network_transmit_errs_total{device="vethf1f9cd2"} 0 node_network_transmit_errs_total{device="vethf647e83"} 0 node_network_transmit_errs_total{device="vethfd07a54"} 0 node_network_transmit_errs_total{device="vethfe8ce99"} 0 node_network_transmit_errs_total{device="vethfeef758"} 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-17e73f047b2b"} 0 node_network_transmit_fifo_total{device="br-1cb7739d6f87"} 0 node_network_transmit_fifo_total{device="br-1e5d9b6f2f5f"} 0 node_network_transmit_fifo_total{device="br-22d28aee11f4"} 0 node_network_transmit_fifo_total{device="br-269018c835b3"} 0 node_network_transmit_fifo_total{device="br-2b64803f4baa"} 0 node_network_transmit_fifo_total{device="br-2da2721de835"} 0 node_network_transmit_fifo_total{device="br-31e6292e2c7b"} 0 node_network_transmit_fifo_total{device="br-3496a612fd86"} 0 node_network_transmit_fifo_total{device="br-45ca7d0205ef"} 0 node_network_transmit_fifo_total{device="br-4d06846f6926"} 0 node_network_transmit_fifo_total{device="br-53fe3455a836"} 0 node_network_transmit_fifo_total{device="br-6ccbd55a6f05"} 0 node_network_transmit_fifo_total{device="br-8d661c1c555c"} 0 node_network_transmit_fifo_total{device="br-b47674889f31"} 0 node_network_transmit_fifo_total{device="br-b80ea9895659"} 0 node_network_transmit_fifo_total{device="br-d21546c6dd34"} 0 node_network_transmit_fifo_total{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_transmit_fifo_total{device="veth09fa8b1"} 0 node_network_transmit_fifo_total{device="veth0b0f759"} 0 node_network_transmit_fifo_total{device="veth0dc8af7"} 0 node_network_transmit_fifo_total{device="veth0ee6980"} 0 node_network_transmit_fifo_total{device="veth11bb666"} 0 node_network_transmit_fifo_total{device="veth14f3a89"} 0 node_network_transmit_fifo_total{device="veth16baecb"} 0 node_network_transmit_fifo_total{device="veth18183b1"} 0 node_network_transmit_fifo_total{device="veth184ff5c"} 0 node_network_transmit_fifo_total{device="veth1d34ed3"} 0 node_network_transmit_fifo_total{device="veth1fd6de3"} 0 node_network_transmit_fifo_total{device="veth23970d8"} 0 node_network_transmit_fifo_total{device="veth2444b0d"} 0 node_network_transmit_fifo_total{device="veth2454222"} 0 node_network_transmit_fifo_total{device="veth2660ae1"} 0 node_network_transmit_fifo_total{device="veth284cfcd"} 0 node_network_transmit_fifo_total{device="veth2a1c461"} 0 node_network_transmit_fifo_total{device="veth2b5b801"} 0 node_network_transmit_fifo_total{device="veth2e1b0f6"} 0 node_network_transmit_fifo_total{device="veth2fd5ab4"} 0 node_network_transmit_fifo_total{device="veth369da68"} 0 node_network_transmit_fifo_total{device="veth37b7a47"} 0 node_network_transmit_fifo_total{device="veth3ad0f91"} 0 node_network_transmit_fifo_total{device="veth3d538bb"} 0 node_network_transmit_fifo_total{device="veth3ef6e51"} 0 node_network_transmit_fifo_total{device="veth40957d1"} 0 node_network_transmit_fifo_total{device="veth44b3f55"} 0 node_network_transmit_fifo_total{device="veth461dd40"} 0 node_network_transmit_fifo_total{device="veth55c5139"} 0 node_network_transmit_fifo_total{device="veth58a87e9"} 0 node_network_transmit_fifo_total{device="veth5bfe961"} 0 node_network_transmit_fifo_total{device="veth5c7e4d9"} 0 node_network_transmit_fifo_total{device="veth60acdbb"} 0 node_network_transmit_fifo_total{device="veth6317a53"} 0 node_network_transmit_fifo_total{device="veth64a1146"} 0 node_network_transmit_fifo_total{device="veth6512ba9"} 0 node_network_transmit_fifo_total{device="veth693a8bb"} 0 node_network_transmit_fifo_total{device="veth6a2a09d"} 0 node_network_transmit_fifo_total{device="veth6f7591a"} 0 node_network_transmit_fifo_total{device="veth70582f5"} 0 node_network_transmit_fifo_total{device="veth70e1ac0"} 0 node_network_transmit_fifo_total{device="veth72b3093"} 0 node_network_transmit_fifo_total{device="veth7445fd1"} 0 node_network_transmit_fifo_total{device="veth78abb47"} 0 node_network_transmit_fifo_total{device="veth7921a16"} 0 node_network_transmit_fifo_total{device="veth79430ee"} 0 node_network_transmit_fifo_total{device="veth8056e12"} 0 node_network_transmit_fifo_total{device="veth83461a5"} 0 node_network_transmit_fifo_total{device="veth88f59f2"} 0 node_network_transmit_fifo_total{device="veth8a81535"} 0 node_network_transmit_fifo_total{device="veth8caa7b3"} 0 node_network_transmit_fifo_total{device="veth8d0fb6a"} 0 node_network_transmit_fifo_total{device="veth8e0ce2e"} 0 node_network_transmit_fifo_total{device="veth8f9322b"} 0 node_network_transmit_fifo_total{device="veth908a6f3"} 0 node_network_transmit_fifo_total{device="veth90d19c5"} 0 node_network_transmit_fifo_total{device="veth931ef31"} 0 node_network_transmit_fifo_total{device="veth94ef784"} 0 node_network_transmit_fifo_total{device="veth9a05554"} 0 node_network_transmit_fifo_total{device="veth9c24fbc"} 0 node_network_transmit_fifo_total{device="veth9da4781"} 0 node_network_transmit_fifo_total{device="veth9ddf72e"} 0 node_network_transmit_fifo_total{device="vetha34854b"} 0 node_network_transmit_fifo_total{device="vetha40171a"} 0 node_network_transmit_fifo_total{device="vetha5a6065"} 0 node_network_transmit_fifo_total{device="vetha79f66a"} 0 node_network_transmit_fifo_total{device="vetha7f7925"} 0 node_network_transmit_fifo_total{device="vethb3ce757"} 0 node_network_transmit_fifo_total{device="vethb4759c0"} 0 node_network_transmit_fifo_total{device="vethb4e5c93"} 0 node_network_transmit_fifo_total{device="vethb7f9491"} 0 node_network_transmit_fifo_total{device="vethbb75711"} 0 node_network_transmit_fifo_total{device="vethbcb60f5"} 0 node_network_transmit_fifo_total{device="vethbd0b4eb"} 0 node_network_transmit_fifo_total{device="vethbe8e1a6"} 0 node_network_transmit_fifo_total{device="vethc173a23"} 0 node_network_transmit_fifo_total{device="vethc1f6356"} 0 node_network_transmit_fifo_total{device="vethc3f6270"} 0 node_network_transmit_fifo_total{device="vethcb0681d"} 0 node_network_transmit_fifo_total{device="vethd2baada"} 0 node_network_transmit_fifo_total{device="vethd35181c"} 0 node_network_transmit_fifo_total{device="vethd51bdee"} 0 node_network_transmit_fifo_total{device="vethd579559"} 0 node_network_transmit_fifo_total{device="vethdaba15c"} 0 node_network_transmit_fifo_total{device="vethdbb24da"} 0 node_network_transmit_fifo_total{device="vethe11c34a"} 0 node_network_transmit_fifo_total{device="vethe170110"} 0 node_network_transmit_fifo_total{device="vethe37e7b8"} 0 node_network_transmit_fifo_total{device="vethea84889"} 0 node_network_transmit_fifo_total{device="vethefc6567"} 0 node_network_transmit_fifo_total{device="vethf1f9cd2"} 0 node_network_transmit_fifo_total{device="vethf647e83"} 0 node_network_transmit_fifo_total{device="vethfd07a54"} 0 node_network_transmit_fifo_total{device="vethfe8ce99"} 0 node_network_transmit_fifo_total{device="vethfeef758"} 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-17e73f047b2b"} 7 node_network_transmit_packets_total{device="br-1cb7739d6f87"} 654947 node_network_transmit_packets_total{device="br-1e5d9b6f2f5f"} 699 node_network_transmit_packets_total{device="br-22d28aee11f4"} 8 node_network_transmit_packets_total{device="br-269018c835b3"} 4.1542328e+07 node_network_transmit_packets_total{device="br-2b64803f4baa"} 2.1266311e+07 node_network_transmit_packets_total{device="br-2da2721de835"} 5 node_network_transmit_packets_total{device="br-31e6292e2c7b"} 11 node_network_transmit_packets_total{device="br-3496a612fd86"} 391 node_network_transmit_packets_total{device="br-45ca7d0205ef"} 5 node_network_transmit_packets_total{device="br-4d06846f6926"} 5.008377e+06 node_network_transmit_packets_total{device="br-53fe3455a836"} 1.192989042e+09 node_network_transmit_packets_total{device="br-6ccbd55a6f05"} 7 node_network_transmit_packets_total{device="br-8d661c1c555c"} 4.10975e+06 node_network_transmit_packets_total{device="br-b47674889f31"} 1.00951e+06 node_network_transmit_packets_total{device="br-b80ea9895659"} 1.77403569e+08 node_network_transmit_packets_total{device="br-d21546c6dd34"} 1.872185e+06 node_network_transmit_packets_total{device="br-e1b4575f7f9e"} 157690 node_network_transmit_packets_total{device="docker0"} 1.2820556e+07 node_network_transmit_packets_total{device="ens18"} 1.713527812e+09 node_network_transmit_packets_total{device="lo"} 1.3109462e+07 node_network_transmit_packets_total{device="veth08f7c46"} 279 node_network_transmit_packets_total{device="veth09fa8b1"} 68 node_network_transmit_packets_total{device="veth0b0f759"} 375 node_network_transmit_packets_total{device="veth0dc8af7"} 204505 node_network_transmit_packets_total{device="veth0ee6980"} 4.710175e+06 node_network_transmit_packets_total{device="veth11bb666"} 289 node_network_transmit_packets_total{device="veth14f3a89"} 68 node_network_transmit_packets_total{device="veth16baecb"} 383 node_network_transmit_packets_total{device="veth18183b1"} 217230 node_network_transmit_packets_total{device="veth184ff5c"} 279 node_network_transmit_packets_total{device="veth1d34ed3"} 2495 node_network_transmit_packets_total{device="veth1fd6de3"} 376 node_network_transmit_packets_total{device="veth23970d8"} 3.455414e+06 node_network_transmit_packets_total{device="veth2444b0d"} 3.890912e+06 node_network_transmit_packets_total{device="veth2454222"} 535967 node_network_transmit_packets_total{device="veth2660ae1"} 80028 node_network_transmit_packets_total{device="veth284cfcd"} 1.221392e+06 node_network_transmit_packets_total{device="veth2a1c461"} 4.1542606e+07 node_network_transmit_packets_total{device="veth2b5b801"} 376 node_network_transmit_packets_total{device="veth2e1b0f6"} 1.9974189e+07 node_network_transmit_packets_total{device="veth2fd5ab4"} 379 node_network_transmit_packets_total{device="veth369da68"} 378 node_network_transmit_packets_total{device="veth37b7a47"} 290 node_network_transmit_packets_total{device="veth3ad0f91"} 44 node_network_transmit_packets_total{device="veth3d538bb"} 5.613961e+06 node_network_transmit_packets_total{device="veth3ef6e51"} 719461 node_network_transmit_packets_total{device="veth40957d1"} 54294 node_network_transmit_packets_total{device="veth44b3f55"} 4.88782e+06 node_network_transmit_packets_total{device="veth461dd40"} 281 node_network_transmit_packets_total{device="veth55c5139"} 3.9664949e+07 node_network_transmit_packets_total{device="veth58a87e9"} 1.128035e+06 node_network_transmit_packets_total{device="veth5bfe961"} 8.5810269e+07 node_network_transmit_packets_total{device="veth5c7e4d9"} 381 node_network_transmit_packets_total{device="veth60acdbb"} 1.257824e+06 node_network_transmit_packets_total{device="veth6317a53"} 375 node_network_transmit_packets_total{device="veth64a1146"} 284 node_network_transmit_packets_total{device="veth6512ba9"} 300952 node_network_transmit_packets_total{device="veth693a8bb"} 148266 node_network_transmit_packets_total{device="veth6a2a09d"} 177243 node_network_transmit_packets_total{device="veth6f7591a"} 116903 node_network_transmit_packets_total{device="veth70582f5"} 380 node_network_transmit_packets_total{device="veth70e1ac0"} 380 node_network_transmit_packets_total{device="veth72b3093"} 3.888002e+06 node_network_transmit_packets_total{device="veth7445fd1"} 379 node_network_transmit_packets_total{device="veth78abb47"} 376 node_network_transmit_packets_total{device="veth7921a16"} 278 node_network_transmit_packets_total{device="veth79430ee"} 377 node_network_transmit_packets_total{device="veth8056e12"} 380 node_network_transmit_packets_total{device="veth83461a5"} 44 node_network_transmit_packets_total{device="veth88f59f2"} 383 node_network_transmit_packets_total{device="veth8a81535"} 1.937784e+06 node_network_transmit_packets_total{device="veth8caa7b3"} 535728 node_network_transmit_packets_total{device="veth8d0fb6a"} 44 node_network_transmit_packets_total{device="veth8e0ce2e"} 79937 node_network_transmit_packets_total{device="veth8f9322b"} 197 node_network_transmit_packets_total{device="veth908a6f3"} 376 node_network_transmit_packets_total{device="veth90d19c5"} 281 node_network_transmit_packets_total{device="veth931ef31"} 280 node_network_transmit_packets_total{device="veth94ef784"} 1.00214404e+08 node_network_transmit_packets_total{device="veth9a05554"} 470272 node_network_transmit_packets_total{device="veth9c24fbc"} 1.30634649e+08 node_network_transmit_packets_total{device="veth9da4781"} 1.188105e+06 node_network_transmit_packets_total{device="veth9ddf72e"} 377 node_network_transmit_packets_total{device="vetha34854b"} 377 node_network_transmit_packets_total{device="vetha40171a"} 44 node_network_transmit_packets_total{device="vetha5a6065"} 7.570639e+06 node_network_transmit_packets_total{device="vetha79f66a"} 381 node_network_transmit_packets_total{device="vetha7f7925"} 3.8993754e+07 node_network_transmit_packets_total{device="vethb3ce757"} 44 node_network_transmit_packets_total{device="vethb4759c0"} 2.571824e+06 node_network_transmit_packets_total{device="vethb4e5c93"} 971 node_network_transmit_packets_total{device="vethb7f9491"} 44 node_network_transmit_packets_total{device="vethbb75711"} 375 node_network_transmit_packets_total{device="vethbcb60f5"} 282 node_network_transmit_packets_total{device="vethbd0b4eb"} 1.2820833e+07 node_network_transmit_packets_total{device="vethbe8e1a6"} 157961 node_network_transmit_packets_total{device="vethc173a23"} 377 node_network_transmit_packets_total{device="vethc1f6356"} 414617 node_network_transmit_packets_total{device="vethc3f6270"} 378 node_network_transmit_packets_total{device="vethcb0681d"} 177390 node_network_transmit_packets_total{device="vethd2baada"} 377 node_network_transmit_packets_total{device="vethd35181c"} 655220 node_network_transmit_packets_total{device="vethd51bdee"} 411 node_network_transmit_packets_total{device="vethd579559"} 2.98089e+06 node_network_transmit_packets_total{device="vethdaba15c"} 717023 node_network_transmit_packets_total{device="vethdbb24da"} 1.06025e+06 node_network_transmit_packets_total{device="vethe11c34a"} 2.055304e+06 node_network_transmit_packets_total{device="vethe170110"} 5.628484e+06 node_network_transmit_packets_total{device="vethe37e7b8"} 281 node_network_transmit_packets_total{device="vethea84889"} 290 node_network_transmit_packets_total{device="vethefc6567"} 1.206222e+07 node_network_transmit_packets_total{device="vethf1f9cd2"} 1.0474133e+07 node_network_transmit_packets_total{device="vethf647e83"} 116929 node_network_transmit_packets_total{device="vethfd07a54"} 2.15850486e+08 node_network_transmit_packets_total{device="vethfe8ce99"} 2.550123e+06 node_network_transmit_packets_total{device="vethfeef758"} 289 # 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-17e73f047b2b"} 0 node_network_transmit_queue_length{device="br-1cb7739d6f87"} 0 node_network_transmit_queue_length{device="br-1e5d9b6f2f5f"} 0 node_network_transmit_queue_length{device="br-22d28aee11f4"} 0 node_network_transmit_queue_length{device="br-269018c835b3"} 0 node_network_transmit_queue_length{device="br-2b64803f4baa"} 0 node_network_transmit_queue_length{device="br-2da2721de835"} 0 node_network_transmit_queue_length{device="br-31e6292e2c7b"} 0 node_network_transmit_queue_length{device="br-3496a612fd86"} 0 node_network_transmit_queue_length{device="br-45ca7d0205ef"} 0 node_network_transmit_queue_length{device="br-4d06846f6926"} 0 node_network_transmit_queue_length{device="br-53fe3455a836"} 0 node_network_transmit_queue_length{device="br-6ccbd55a6f05"} 0 node_network_transmit_queue_length{device="br-8d661c1c555c"} 0 node_network_transmit_queue_length{device="br-b47674889f31"} 0 node_network_transmit_queue_length{device="br-b80ea9895659"} 0 node_network_transmit_queue_length{device="br-d21546c6dd34"} 0 node_network_transmit_queue_length{device="br-e1b4575f7f9e"} 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="veth08f7c46"} 0 node_network_transmit_queue_length{device="veth09fa8b1"} 0 node_network_transmit_queue_length{device="veth0b0f759"} 0 node_network_transmit_queue_length{device="veth0dc8af7"} 0 node_network_transmit_queue_length{device="veth0ee6980"} 0 node_network_transmit_queue_length{device="veth11bb666"} 0 node_network_transmit_queue_length{device="veth14f3a89"} 0 node_network_transmit_queue_length{device="veth16baecb"} 0 node_network_transmit_queue_length{device="veth18183b1"} 0 node_network_transmit_queue_length{device="veth184ff5c"} 0 node_network_transmit_queue_length{device="veth1d34ed3"} 0 node_network_transmit_queue_length{device="veth1fd6de3"} 0 node_network_transmit_queue_length{device="veth23970d8"} 0 node_network_transmit_queue_length{device="veth2444b0d"} 0 node_network_transmit_queue_length{device="veth2454222"} 0 node_network_transmit_queue_length{device="veth2660ae1"} 0 node_network_transmit_queue_length{device="veth284cfcd"} 0 node_network_transmit_queue_length{device="veth2a1c461"} 0 node_network_transmit_queue_length{device="veth2b5b801"} 0 node_network_transmit_queue_length{device="veth2e1b0f6"} 0 node_network_transmit_queue_length{device="veth2fd5ab4"} 0 node_network_transmit_queue_length{device="veth369da68"} 0 node_network_transmit_queue_length{device="veth37b7a47"} 0 node_network_transmit_queue_length{device="veth3ad0f91"} 0 node_network_transmit_queue_length{device="veth3d538bb"} 0 node_network_transmit_queue_length{device="veth3ef6e51"} 0 node_network_transmit_queue_length{device="veth40957d1"} 0 node_network_transmit_queue_length{device="veth44b3f55"} 0 node_network_transmit_queue_length{device="veth461dd40"} 0 node_network_transmit_queue_length{device="veth55c5139"} 0 node_network_transmit_queue_length{device="veth58a87e9"} 0 node_network_transmit_queue_length{device="veth5bfe961"} 0 node_network_transmit_queue_length{device="veth5c7e4d9"} 0 node_network_transmit_queue_length{device="veth60acdbb"} 0 node_network_transmit_queue_length{device="veth6317a53"} 0 node_network_transmit_queue_length{device="veth64a1146"} 0 node_network_transmit_queue_length{device="veth6512ba9"} 0 node_network_transmit_queue_length{device="veth693a8bb"} 0 node_network_transmit_queue_length{device="veth6a2a09d"} 0 node_network_transmit_queue_length{device="veth6f7591a"} 0 node_network_transmit_queue_length{device="veth70582f5"} 0 node_network_transmit_queue_length{device="veth70e1ac0"} 0 node_network_transmit_queue_length{device="veth72b3093"} 0 node_network_transmit_queue_length{device="veth7445fd1"} 0 node_network_transmit_queue_length{device="veth78abb47"} 0 node_network_transmit_queue_length{device="veth7921a16"} 0 node_network_transmit_queue_length{device="veth79430ee"} 0 node_network_transmit_queue_length{device="veth8056e12"} 0 node_network_transmit_queue_length{device="veth83461a5"} 0 node_network_transmit_queue_length{device="veth88f59f2"} 0 node_network_transmit_queue_length{device="veth8a81535"} 0 node_network_transmit_queue_length{device="veth8caa7b3"} 0 node_network_transmit_queue_length{device="veth8d0fb6a"} 0 node_network_transmit_queue_length{device="veth8e0ce2e"} 0 node_network_transmit_queue_length{device="veth8f9322b"} 0 node_network_transmit_queue_length{device="veth908a6f3"} 0 node_network_transmit_queue_length{device="veth90d19c5"} 0 node_network_transmit_queue_length{device="veth931ef31"} 0 node_network_transmit_queue_length{device="veth94ef784"} 0 node_network_transmit_queue_length{device="veth9a05554"} 0 node_network_transmit_queue_length{device="veth9c24fbc"} 0 node_network_transmit_queue_length{device="veth9da4781"} 0 node_network_transmit_queue_length{device="veth9ddf72e"} 0 node_network_transmit_queue_length{device="vetha34854b"} 0 node_network_transmit_queue_length{device="vetha40171a"} 0 node_network_transmit_queue_length{device="vetha5a6065"} 0 node_network_transmit_queue_length{device="vetha79f66a"} 0 node_network_transmit_queue_length{device="vetha7f7925"} 0 node_network_transmit_queue_length{device="vethb3ce757"} 0 node_network_transmit_queue_length{device="vethb4759c0"} 0 node_network_transmit_queue_length{device="vethb4e5c93"} 0 node_network_transmit_queue_length{device="vethb7f9491"} 0 node_network_transmit_queue_length{device="vethbb75711"} 0 node_network_transmit_queue_length{device="vethbcb60f5"} 0 node_network_transmit_queue_length{device="vethbd0b4eb"} 0 node_network_transmit_queue_length{device="vethbe8e1a6"} 0 node_network_transmit_queue_length{device="vethc173a23"} 0 node_network_transmit_queue_length{device="vethc1f6356"} 0 node_network_transmit_queue_length{device="vethc3f6270"} 0 node_network_transmit_queue_length{device="vethcb0681d"} 0 node_network_transmit_queue_length{device="vethd2baada"} 0 node_network_transmit_queue_length{device="vethd35181c"} 0 node_network_transmit_queue_length{device="vethd51bdee"} 0 node_network_transmit_queue_length{device="vethd579559"} 0 node_network_transmit_queue_length{device="vethdaba15c"} 0 node_network_transmit_queue_length{device="vethdbb24da"} 0 node_network_transmit_queue_length{device="vethe11c34a"} 0 node_network_transmit_queue_length{device="vethe170110"} 0 node_network_transmit_queue_length{device="vethe37e7b8"} 0 node_network_transmit_queue_length{device="vethea84889"} 0 node_network_transmit_queue_length{device="vethefc6567"} 0 node_network_transmit_queue_length{device="vethf1f9cd2"} 0 node_network_transmit_queue_length{device="vethf647e83"} 0 node_network_transmit_queue_length{device="vethfd07a54"} 0 node_network_transmit_queue_length{device="vethfe8ce99"} 0 node_network_transmit_queue_length{device="vethfeef758"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-17e73f047b2b"} 1 node_network_up{device="br-1cb7739d6f87"} 1 node_network_up{device="br-1e5d9b6f2f5f"} 1 node_network_up{device="br-22d28aee11f4"} 1 node_network_up{device="br-269018c835b3"} 1 node_network_up{device="br-2b64803f4baa"} 1 node_network_up{device="br-2da2721de835"} 1 node_network_up{device="br-31e6292e2c7b"} 1 node_network_up{device="br-3496a612fd86"} 1 node_network_up{device="br-45ca7d0205ef"} 1 node_network_up{device="br-4d06846f6926"} 1 node_network_up{device="br-53fe3455a836"} 1 node_network_up{device="br-6ccbd55a6f05"} 1 node_network_up{device="br-8d661c1c555c"} 1 node_network_up{device="br-b47674889f31"} 1 node_network_up{device="br-b80ea9895659"} 1 node_network_up{device="br-d21546c6dd34"} 1 node_network_up{device="br-e1b4575f7f9e"} 1 node_network_up{device="docker0"} 1 node_network_up{device="ens18"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth08f7c46"} 1 node_network_up{device="veth09fa8b1"} 1 node_network_up{device="veth0b0f759"} 1 node_network_up{device="veth0dc8af7"} 1 node_network_up{device="veth0ee6980"} 1 node_network_up{device="veth11bb666"} 1 node_network_up{device="veth14f3a89"} 1 node_network_up{device="veth16baecb"} 1 node_network_up{device="veth18183b1"} 1 node_network_up{device="veth184ff5c"} 1 node_network_up{device="veth1d34ed3"} 1 node_network_up{device="veth1fd6de3"} 1 node_network_up{device="veth23970d8"} 1 node_network_up{device="veth2444b0d"} 1 node_network_up{device="veth2454222"} 1 node_network_up{device="veth2660ae1"} 1 node_network_up{device="veth284cfcd"} 1 node_network_up{device="veth2a1c461"} 1 node_network_up{device="veth2b5b801"} 1 node_network_up{device="veth2e1b0f6"} 1 node_network_up{device="veth2fd5ab4"} 1 node_network_up{device="veth369da68"} 1 node_network_up{device="veth37b7a47"} 1 node_network_up{device="veth3ad0f91"} 1 node_network_up{device="veth3d538bb"} 1 node_network_up{device="veth3ef6e51"} 1 node_network_up{device="veth40957d1"} 1 node_network_up{device="veth44b3f55"} 1 node_network_up{device="veth461dd40"} 1 node_network_up{device="veth55c5139"} 1 node_network_up{device="veth58a87e9"} 1 node_network_up{device="veth5bfe961"} 1 node_network_up{device="veth5c7e4d9"} 1 node_network_up{device="veth60acdbb"} 1 node_network_up{device="veth6317a53"} 1 node_network_up{device="veth64a1146"} 1 node_network_up{device="veth6512ba9"} 1 node_network_up{device="veth693a8bb"} 1 node_network_up{device="veth6a2a09d"} 1 node_network_up{device="veth6f7591a"} 1 node_network_up{device="veth70582f5"} 1 node_network_up{device="veth70e1ac0"} 1 node_network_up{device="veth72b3093"} 1 node_network_up{device="veth7445fd1"} 1 node_network_up{device="veth78abb47"} 1 node_network_up{device="veth7921a16"} 1 node_network_up{device="veth79430ee"} 1 node_network_up{device="veth8056e12"} 1 node_network_up{device="veth83461a5"} 1 node_network_up{device="veth88f59f2"} 1 node_network_up{device="veth8a81535"} 1 node_network_up{device="veth8caa7b3"} 1 node_network_up{device="veth8d0fb6a"} 1 node_network_up{device="veth8e0ce2e"} 1 node_network_up{device="veth8f9322b"} 1 node_network_up{device="veth908a6f3"} 1 node_network_up{device="veth90d19c5"} 1 node_network_up{device="veth931ef31"} 1 node_network_up{device="veth94ef784"} 1 node_network_up{device="veth9a05554"} 1 node_network_up{device="veth9c24fbc"} 1 node_network_up{device="veth9da4781"} 1 node_network_up{device="veth9ddf72e"} 1 node_network_up{device="vetha34854b"} 1 node_network_up{device="vetha40171a"} 1 node_network_up{device="vetha5a6065"} 1 node_network_up{device="vetha79f66a"} 1 node_network_up{device="vetha7f7925"} 1 node_network_up{device="vethb3ce757"} 1 node_network_up{device="vethb4759c0"} 1 node_network_up{device="vethb4e5c93"} 1 node_network_up{device="vethb7f9491"} 1 node_network_up{device="vethbb75711"} 1 node_network_up{device="vethbcb60f5"} 1 node_network_up{device="vethbd0b4eb"} 1 node_network_up{device="vethbe8e1a6"} 1 node_network_up{device="vethc173a23"} 1 node_network_up{device="vethc1f6356"} 1 node_network_up{device="vethc3f6270"} 1 node_network_up{device="vethcb0681d"} 1 node_network_up{device="vethd2baada"} 1 node_network_up{device="vethd35181c"} 1 node_network_up{device="vethd51bdee"} 1 node_network_up{device="vethd579559"} 1 node_network_up{device="vethdaba15c"} 1 node_network_up{device="vethdbb24da"} 1 node_network_up{device="vethe11c34a"} 1 node_network_up{device="vethe170110"} 1 node_network_up{device="vethe37e7b8"} 1 node_network_up{device="vethea84889"} 1 node_network_up{device="vethefc6567"} 1 node_network_up{device="vethf1f9cd2"} 1 node_network_up{device="vethf647e83"} 1 node_network_up{device="vethfd07a54"} 1 node_network_up{device="vethfe8ce99"} 1 node_network_up{device="vethfeef758"} 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 2290 # 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"} 301995 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"} 3.141639e+06 node_nfs_requests_total{method="Commit",proto="3"} 0 node_nfs_requests_total{method="Commit",proto="4"} 1 node_nfs_requests_total{method="Create",proto="2"} 0 node_nfs_requests_total{method="Create",proto="3"} 0 node_nfs_requests_total{method="Create",proto="4"} 4539 node_nfs_requests_total{method="CreateSession",proto="4"} 5 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 2.59935e+06 node_nfs_requests_total{method="DestroyClientID",proto="4"} 0 node_nfs_requests_total{method="DestroySession",proto="4"} 2 node_nfs_requests_total{method="ExchangeID",proto="4"} 4 node_nfs_requests_total{method="FreeStateID",proto="4"} 540661 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"} 2 node_nfs_requests_total{method="Getattr",proto="4"} 918055 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"} 540762 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 540661 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"} 5.7127795e+07 node_nfs_requests_total{method="LookupRoot",proto="4"} 5 node_nfs_requests_total{method="MkDir",proto="2"} 0 node_nfs_requests_total{method="MkDir",proto="3"} 0 node_nfs_requests_total{method="MkNod",proto="3"} 0 node_nfs_requests_total{method="Null",proto="2"} 0 node_nfs_requests_total{method="Null",proto="3"} 0 node_nfs_requests_total{method="Null",proto="4"} 5 node_nfs_requests_total{method="Open",proto="4"} 2.600799e+06 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"} 540945 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"} 1.2424564e+07 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"} 2 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"} 3 node_nfs_requests_total{method="ReleaseLockowner",proto="4"} 0 node_nfs_requests_total{method="Remove",proto="2"} 0 node_nfs_requests_total{method="Remove",proto="3"} 0 node_nfs_requests_total{method="Remove",proto="4"} 0 node_nfs_requests_total{method="Rename",proto="2"} 0 node_nfs_requests_total{method="Rename",proto="3"} 0 node_nfs_requests_total{method="Rename",proto="4"} 0 node_nfs_requests_total{method="Renew",proto="4"} 0 node_nfs_requests_total{method="RmDir",proto="2"} 0 node_nfs_requests_total{method="RmDir",proto="3"} 0 node_nfs_requests_total{method="Root",proto="2"} 0 node_nfs_requests_total{method="Secinfo",proto="4"} 0 node_nfs_requests_total{method="SecinfoNoName",proto="4"} 5 node_nfs_requests_total{method="Seek",proto="4"} 0 node_nfs_requests_total{method="Sequence",proto="4"} 0 node_nfs_requests_total{method="ServerCaps",proto="4"} 43 node_nfs_requests_total{method="SetACL",proto="4"} 0 node_nfs_requests_total{method="SetAttr",proto="2"} 0 node_nfs_requests_total{method="SetAttr",proto="3"} 0 node_nfs_requests_total{method="SetClientID",proto="4"} 0 node_nfs_requests_total{method="SetClientIDConfirm",proto="4"} 0 node_nfs_requests_total{method="Setattr",proto="4"} 1.081322e+06 node_nfs_requests_total{method="StatFs",proto="4"} 2.33048611e+08 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"} 540661 # 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 3.15951142e+08 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 17 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 3.15949178e+08 # 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 9860.696597999999 # 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 38401.300704 # 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 41557.631979000005 # 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 3645.108211 # 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 3964.311223 # 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 256099 # HELP node_processes_pids Number of PIDs # TYPE node_processes_pids gauge node_processes_pids 722 # HELP node_processes_state Number of processes in each state. # TYPE node_processes_state gauge node_processes_state{state="I"} 129 node_processes_state{state="S"} 593 # HELP node_processes_threads Allocated threads in system # TYPE node_processes_threads gauge node_processes_threads 4373 # HELP node_processes_threads_state Number of threads in each state. # TYPE node_processes_threads_state gauge node_processes_threads_state{thread_state="I"} 129 node_processes_threads_state{thread_state="R"} 3 node_processes_threads_state{thread_state="S"} 4241 # 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 3 # 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"} 109444.634781094 node_schedstat_running_seconds_total{cpu="1"} 113191.866637104 node_schedstat_running_seconds_total{cpu="2"} 113381.235265186 node_schedstat_running_seconds_total{cpu="3"} 111295.501053777 node_schedstat_running_seconds_total{cpu="4"} 110708.272108746 node_schedstat_running_seconds_total{cpu="5"} 111015.986716547 node_schedstat_running_seconds_total{cpu="6"} 110937.18557787 node_schedstat_running_seconds_total{cpu="7"} 109846.992895824 node_schedstat_running_seconds_total{cpu="8"} 109765.965235931 node_schedstat_running_seconds_total{cpu="9"} 109520.896674263 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.78722201e+09 node_schedstat_timeslices_total{cpu="1"} 1.780457076e+09 node_schedstat_timeslices_total{cpu="2"} 1.884840655e+09 node_schedstat_timeslices_total{cpu="3"} 1.802645425e+09 node_schedstat_timeslices_total{cpu="4"} 1.783047042e+09 node_schedstat_timeslices_total{cpu="5"} 1.778325985e+09 node_schedstat_timeslices_total{cpu="6"} 1.778932182e+09 node_schedstat_timeslices_total{cpu="7"} 1.774500733e+09 node_schedstat_timeslices_total{cpu="8"} 1.773681166e+09 node_schedstat_timeslices_total{cpu="9"} 1.768564724e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 7592.573138611 node_schedstat_waiting_seconds_total{cpu="1"} 10639.41745876 node_schedstat_waiting_seconds_total{cpu="2"} 7513.577174988 node_schedstat_waiting_seconds_total{cpu="3"} 7294.181245666 node_schedstat_waiting_seconds_total{cpu="4"} 7334.098392538 node_schedstat_waiting_seconds_total{cpu="5"} 7271.646129303 node_schedstat_waiting_seconds_total{cpu="6"} 7276.201173117 node_schedstat_waiting_seconds_total{cpu="7"} 7356.180289002 node_schedstat_waiting_seconds_total{cpu="8"} 7324.615633747 node_schedstat_waiting_seconds_total{cpu="9"} 7322.37948683 # 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.00891573 node_scrape_collector_duration_seconds{collector="bcache"} 1.4039e-05 node_scrape_collector_duration_seconds{collector="bcachefs"} 2.5189e-05 node_scrape_collector_duration_seconds{collector="bonding"} 9.993e-06 node_scrape_collector_duration_seconds{collector="btrfs"} 0.001937873 node_scrape_collector_duration_seconds{collector="conntrack"} 0.012267756 node_scrape_collector_duration_seconds{collector="cpu"} 0.012353272 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000111691 node_scrape_collector_duration_seconds{collector="diskstats"} 0.010170151 node_scrape_collector_duration_seconds{collector="dmi"} 0.011517083 node_scrape_collector_duration_seconds{collector="edac"} 4.8734e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.009514131 node_scrape_collector_duration_seconds{collector="fibrechannel"} 2.2968e-05 node_scrape_collector_duration_seconds{collector="filefd"} 5.1545e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.025674624 node_scrape_collector_duration_seconds{collector="hwmon"} 3.1376e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 3.0722e-05 node_scrape_collector_duration_seconds{collector="interrupts"} 0.011694989 node_scrape_collector_duration_seconds{collector="ipvs"} 1.9827e-05 node_scrape_collector_duration_seconds{collector="kernel_hung"} 2.2793e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 0.001505901 node_scrape_collector_duration_seconds{collector="mdadm"} 9.9195e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.012256833 node_scrape_collector_duration_seconds{collector="netclass"} 0.198500512 node_scrape_collector_duration_seconds{collector="netdev"} 0.015941207 node_scrape_collector_duration_seconds{collector="netstat"} 0.000692442 node_scrape_collector_duration_seconds{collector="nfs"} 0.012202026 node_scrape_collector_duration_seconds{collector="nfsd"} 2.3459e-05 node_scrape_collector_duration_seconds{collector="nvme"} 1.5709e-05 node_scrape_collector_duration_seconds{collector="os"} 4.7648e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.783e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.012147722 node_scrape_collector_duration_seconds{collector="processes"} 0.236153424 node_scrape_collector_duration_seconds{collector="rapl"} 5.0422e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 9.6819e-05 node_scrape_collector_duration_seconds{collector="selinux"} 1.8742e-05 node_scrape_collector_duration_seconds{collector="sockstat"} 0.009058435 node_scrape_collector_duration_seconds{collector="softnet"} 0.000178884 node_scrape_collector_duration_seconds{collector="stat"} 0.000192176 node_scrape_collector_duration_seconds{collector="systemd"} 7.0615e-05 node_scrape_collector_duration_seconds{collector="tapestats"} 2.3815e-05 node_scrape_collector_duration_seconds{collector="textfile"} 0.009007996 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.012163494 node_scrape_collector_duration_seconds{collector="time"} 0.000188211 node_scrape_collector_duration_seconds{collector="timex"} 0.012239361 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000294953 node_scrape_collector_duration_seconds{collector="uname"} 0.012098419 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000134818 node_scrape_collector_duration_seconds{collector="watchdog"} 1.5366e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.164e-05 node_scrape_collector_duration_seconds{collector="zfs"} 8.121e-06 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bcachefs"} 0 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="kernel_hung"} 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 53 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 962 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 183 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 1345 # 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 5.50912e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 455 # 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 4 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 1040 # 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.25984e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 1244 # 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"} 2 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 1 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 1 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 2 # 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.95251223e+08 node_softnet_processed_total{cpu="1"} 6.69069156e+08 node_softnet_processed_total{cpu="2"} 1.301720813e+09 node_softnet_processed_total{cpu="3"} 7.84047587e+08 node_softnet_processed_total{cpu="4"} 5.90337722e+08 node_softnet_processed_total{cpu="5"} 4.94139722e+08 node_softnet_processed_total{cpu="6"} 4.28886021e+08 node_softnet_processed_total{cpu="7"} 3.80660434e+08 node_softnet_processed_total{cpu="8"} 3.45145991e+08 node_softnet_processed_total{cpu="9"} 3.16711686e+08 # 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"} 608 node_softnet_times_squeezed_total{cpu="1"} 11327 node_softnet_times_squeezed_total{cpu="2"} 1795 node_softnet_times_squeezed_total{cpu="3"} 833 node_softnet_times_squeezed_total{cpu="4"} 684 node_softnet_times_squeezed_total{cpu="5"} 666 node_softnet_times_squeezed_total{cpu="6"} 579 node_softnet_times_squeezed_total{cpu="7"} 657 node_softnet_times_squeezed_total{cpu="8"} 643 node_softnet_times_squeezed_total{cpu="9"} 591 # 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.7903956395500784e+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.9999956980590821 # 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.7835 # 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.000350657 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="serv1",release="6.8.0-139-generic",sysname="Linux",version="#139-Ubuntu SMP PREEMPT_DYNAMIC Sat Aug 1 03:52:05 UTC 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.2094445351e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 1.349897e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.021631082e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.259468057e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 1.90365e+06 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 4.36075e+06 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 28786.71 # 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 9.024674632077e+12 # 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 9.063186566693e+12 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 10 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.392064e+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.78941501255e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.37582592e+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"} 113956 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0