# 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.4053e-05 go_gc_duration_seconds{quantile="0.25"} 1.8807e-05 go_gc_duration_seconds{quantile="0.5"} 2.2679e-05 go_gc_duration_seconds{quantile="0.75"} 2.6784e-05 go_gc_duration_seconds{quantile="1"} 4.9774e-05 go_gc_duration_seconds_sum 0.818316129 go_gc_duration_seconds_count 32530 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.93356e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 8.3089595144e+10 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.979496e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.466081555e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.317376e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 3.93356e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 9.895936e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 5.881856e+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 53979 # 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.527872e+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.5777792e+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.7848594739164865e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.466135534e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15600 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 108000 # 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 228480 # 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 6.42592e+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 854192 # 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 983040 # 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 983040 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.3155976e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 15 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="br-1f437ee92de3"} 1 node_arp_entries{device="br-541b70109604"} 6 node_arp_entries{device="br-57fae769631e"} 2 node_arp_entries{device="br-6461bc9320a1"} 1 node_arp_entries{device="br-8e9e3794015c"} 1 node_arp_entries{device="br-9d8e958996ba"} 1 node_arp_entries{device="br-a7e11f654a04"} 2 node_arp_entries{device="br-b266df46df77"} 2 node_arp_entries{device="br-eac26a665bc7"} 12 node_arp_entries{device="br-f1318694100b"} 1 node_arp_entries{device="br-f37d406e9375"} 1 node_arp_entries{device="ens18"} 2 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.784800821e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.124502165e+09 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="9",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 48990.81 node_cpu_seconds_total{cpu="0",mode="iowait"} 5.39 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 0 node_cpu_seconds_total{cpu="0",mode="softirq"} 452.3 node_cpu_seconds_total{cpu="0",mode="steal"} 0.56 node_cpu_seconds_total{cpu="0",mode="system"} 1291.48 node_cpu_seconds_total{cpu="0",mode="user"} 7791.01 node_cpu_seconds_total{cpu="1",mode="idle"} 49048.01 node_cpu_seconds_total{cpu="1",mode="iowait"} 5.8 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 0 node_cpu_seconds_total{cpu="1",mode="softirq"} 348.93 node_cpu_seconds_total{cpu="1",mode="steal"} 0.68 node_cpu_seconds_total{cpu="1",mode="system"} 1220.73 node_cpu_seconds_total{cpu="1",mode="user"} 7662.76 node_cpu_seconds_total{cpu="2",mode="idle"} 49513.22 node_cpu_seconds_total{cpu="2",mode="iowait"} 5.9 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 0 node_cpu_seconds_total{cpu="2",mode="softirq"} 123.15 node_cpu_seconds_total{cpu="2",mode="steal"} 0.76 node_cpu_seconds_total{cpu="2",mode="system"} 1259.2 node_cpu_seconds_total{cpu="2",mode="user"} 7359.32 node_cpu_seconds_total{cpu="3",mode="idle"} 48654.38 node_cpu_seconds_total{cpu="3",mode="iowait"} 5.7 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 0 node_cpu_seconds_total{cpu="3",mode="softirq"} 44.41 node_cpu_seconds_total{cpu="3",mode="steal"} 0.57 node_cpu_seconds_total{cpu="3",mode="system"} 1276.61 node_cpu_seconds_total{cpu="3",mode="user"} 8290.64 node_cpu_seconds_total{cpu="4",mode="idle"} 49278.91 node_cpu_seconds_total{cpu="4",mode="iowait"} 5.43 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 0 node_cpu_seconds_total{cpu="4",mode="softirq"} 31.84 node_cpu_seconds_total{cpu="4",mode="steal"} 0.58 node_cpu_seconds_total{cpu="4",mode="system"} 1286.34 node_cpu_seconds_total{cpu="4",mode="user"} 7650.71 node_cpu_seconds_total{cpu="5",mode="idle"} 48676.26 node_cpu_seconds_total{cpu="5",mode="iowait"} 5.48 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 0 node_cpu_seconds_total{cpu="5",mode="softirq"} 24.69 node_cpu_seconds_total{cpu="5",mode="steal"} 0.56 node_cpu_seconds_total{cpu="5",mode="system"} 1304.97 node_cpu_seconds_total{cpu="5",mode="user"} 8250.28 node_cpu_seconds_total{cpu="6",mode="idle"} 49175.48 node_cpu_seconds_total{cpu="6",mode="iowait"} 5.67 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 0 node_cpu_seconds_total{cpu="6",mode="softirq"} 25.58 node_cpu_seconds_total{cpu="6",mode="steal"} 0.57 node_cpu_seconds_total{cpu="6",mode="system"} 1297.42 node_cpu_seconds_total{cpu="6",mode="user"} 7747.05 node_cpu_seconds_total{cpu="7",mode="idle"} 49354.44 node_cpu_seconds_total{cpu="7",mode="iowait"} 5.6 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 0 node_cpu_seconds_total{cpu="7",mode="softirq"} 22.07 node_cpu_seconds_total{cpu="7",mode="steal"} 0.57 node_cpu_seconds_total{cpu="7",mode="system"} 1283.97 node_cpu_seconds_total{cpu="7",mode="user"} 7581.83 node_cpu_seconds_total{cpu="8",mode="idle"} 48945.82 node_cpu_seconds_total{cpu="8",mode="iowait"} 5.55 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 0 node_cpu_seconds_total{cpu="8",mode="softirq"} 20.47 node_cpu_seconds_total{cpu="8",mode="steal"} 0.55 node_cpu_seconds_total{cpu="8",mode="system"} 1274.95 node_cpu_seconds_total{cpu="8",mode="user"} 8012.2 node_cpu_seconds_total{cpu="9",mode="idle"} 48754.85 node_cpu_seconds_total{cpu="9",mode="iowait"} 5.33 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 0.05 node_cpu_seconds_total{cpu="9",mode="softirq"} 19.92 node_cpu_seconds_total{cpu="9",mode="steal"} 0.56 node_cpu_seconds_total{cpu="9",mode="system"} 1306.19 node_cpu_seconds_total{cpu="9",mode="user"} 8168.98 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="sda"} 0 node_disk_discard_time_seconds_total{device="sr0"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="sda"} 0 node_disk_discarded_sectors_total{device="sr0"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="sda"} 0 node_disk_discards_completed_total{device="sr0"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sr0"} 0 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="sda"} 12.608 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"} 233110 node_disk_flush_requests_total{device="sr0"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sr0",major="11",minor="0",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sr0"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 61.785000000000004 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"} 510.694 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"} 6.345257984e+09 node_disk_read_bytes_total{device="sr0"} 0 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="sda"} 26.052 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"} 126083 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"} 23192 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"} 472.032 node_disk_write_time_seconds_total{device="sr0"} 0 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="sda"} 1.3664e+06 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 1.879571e+06 node_disk_writes_merged_total{device="sr0"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 2.52455168e+10 node_disk_written_bytes_total{device="sr0"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="04/01/2014",bios_release="0.0",bios_vendor="SeaBIOS",bios_version="rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-8.1",product_family="",product_name="Standard PC (i440FX + PIIX, 1996)",product_sku="",product_version="pc-i440fx-8.1",system_vendor="QEMU"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 9568 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 8.056547328e+10 node_filesystem_avail_bytes{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 5.230869610496e+12 node_filesystem_avail_bytes{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 6.869531754496e+12 node_filesystem_avail_bytes{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 6.869531754496e+12 node_filesystem_avail_bytes{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 6.869531754496e+12 node_filesystem_avail_bytes{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 3.58590971904e+12 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.357835264e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 3.36523264e+09 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_device_error{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_device_error{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_device_error{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 0 node_filesystem_device_error{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 1.31072e+07 node_filesystem_files{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 2.22560256e+08 node_filesystem_files{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 2.22560256e+08 node_filesystem_files{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 2.22560256e+08 node_filesystem_files{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 2.22560256e+08 node_filesystem_files{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 1.6777216e+08 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.108048e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.108048e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 821609 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 1.2271939e+07 node_filesystem_files_free{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 2.22559135e+08 node_filesystem_files_free{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 2.22560245e+08 node_filesystem_files_free{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 2.22560245e+08 node_filesystem_files_free{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 2.22560245e+08 node_filesystem_files_free{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 1.64913133e+08 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.105384e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.108045e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 821541 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 9.0245574656e+10 node_filesystem_free_bytes{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 5.595528691712e+12 node_filesystem_free_bytes{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 7.234190835712e+12 node_filesystem_free_bytes{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 7.234190835712e+12 node_filesystem_free_bytes{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 7.234190835712e+12 node_filesystem_free_bytes{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 3.8608044032e+12 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.357835264e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 3.36523264e+09 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda2",major="8",minor="2",mountpoint="/"} 1 node_filesystem_mount_info{device="10.194.0.14:/mnt/backups/disk1",major="0",minor="52",mountpoint="/mnt/backups/disk1"} 1 node_filesystem_mount_info{device="10.194.0.14:/mnt/backups/disk2",major="0",minor="51",mountpoint="/mnt/backups/disk2"} 1 node_filesystem_mount_info{device="10.194.0.14:/mnt/backups/disk3",major="0",minor="54",mountpoint="/mnt/backups/disk3"} 1 node_filesystem_mount_info{device="10.194.0.14:/mnt/backups/disk4",major="0",minor="50",mountpoint="/mnt/backups/disk4"} 1 node_filesystem_mount_info{device="10.194.0.14:/mnt/superstorage",major="0",minor="49",mountpoint="/mnt/superstorage"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="28",mountpoint="/run/lock"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="47",mountpoint="/run/user/1000"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_purgeable_bytes{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_purgeable_bytes{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_purgeable_bytes{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 0 node_filesystem_purgeable_bytes{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 0 node_filesystem_readonly{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 0 node_filesystem_readonly{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 0 node_filesystem_readonly{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 0 node_filesystem_readonly{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/"} 2.10777051136e+11 node_filesystem_size_bytes{device="10.194.0.14:/mnt/backups/disk1",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk1"} 7.234190835712e+12 node_filesystem_size_bytes{device="10.194.0.14:/mnt/backups/disk2",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk2"} 7.234190835712e+12 node_filesystem_size_bytes{device="10.194.0.14:/mnt/backups/disk3",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk3"} 7.234190835712e+12 node_filesystem_size_bytes{device="10.194.0.14:/mnt/backups/disk4",device_error="",fstype="nfs4",mountpoint="/mnt/backups/disk4"} 7.234190835712e+12 node_filesystem_size_bytes{device="10.194.0.14:/mnt/superstorage",device_error="",fstype="nfs4",mountpoint="/mnt/superstorage"} 5.453047136256e+12 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.36531456e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 3.365310464e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 637306 # 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"} 2.9419774e+07 node_interrupts_total{cpu="0",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="0",devices="",info="IRQ work interrupts",type="IWI"} 0 node_interrupts_total{cpu="0",devices="",info="Local timer interrupts",type="LOC"} 6.5292282e+07 node_interrupts_total{cpu="0",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="0",devices="",info="Machine check polls",type="MCP"} 179 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"} 344154 node_interrupts_total{cpu="0",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="0",devices="",info="TLB shootdowns",type="TLB"} 371451 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"} 48 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"} 78601 node_interrupts_total{cpu="0",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="0",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="0",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="0",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 0 node_interrupts_total{cpu="0",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 0 node_interrupts_total{cpu="0",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="0",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="0",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="0",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="1",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="1",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="1",devices="",info="Function call interrupts",type="CAL"} 2.1781693e+07 node_interrupts_total{cpu="1",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="1",devices="",info="IRQ work interrupts",type="IWI"} 0 node_interrupts_total{cpu="1",devices="",info="Local timer interrupts",type="LOC"} 6.5384217e+07 node_interrupts_total{cpu="1",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="1",devices="",info="Machine check polls",type="MCP"} 179 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"} 329237 node_interrupts_total{cpu="1",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="1",devices="",info="TLB shootdowns",type="TLB"} 364004 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.7075793e+07 node_interrupts_total{cpu="1",devices="1-edge virtio3-control",info="PCI-MSIX-0000:01:01.0",type="27"} 0 node_interrupts_total{cpu="1",devices="10-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="36"} 0 node_interrupts_total{cpu="1",devices="10-fasteoi virtio0",info="IO-APIC",type="10"} 0 node_interrupts_total{cpu="1",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 0 node_interrupts_total{cpu="1",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 0 node_interrupts_total{cpu="1",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="1",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="1",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="1",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="1",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="1",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="1",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="1",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="1",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 90952 node_interrupts_total{cpu="1",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="1",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="1",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 0 node_interrupts_total{cpu="1",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 0 node_interrupts_total{cpu="1",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="1",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="1",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="1",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="2",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="2",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="2",devices="",info="Function call interrupts",type="CAL"} 2.2439409e+07 node_interrupts_total{cpu="2",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="2",devices="",info="IRQ work interrupts",type="IWI"} 0 node_interrupts_total{cpu="2",devices="",info="Local timer interrupts",type="LOC"} 6.4811295e+07 node_interrupts_total{cpu="2",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="2",devices="",info="Machine check polls",type="MCP"} 179 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"} 347144 node_interrupts_total{cpu="2",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="2",devices="",info="TLB shootdowns",type="TLB"} 376179 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"} 29906 node_interrupts_total{cpu="2",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 0 node_interrupts_total{cpu="2",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 0 node_interrupts_total{cpu="2",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="2",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="2",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="2",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="2",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="2",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 2.2197841e+07 node_interrupts_total{cpu="2",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="2",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="2",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="2",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 90538 node_interrupts_total{cpu="2",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="2",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 0 node_interrupts_total{cpu="2",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 0 node_interrupts_total{cpu="2",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="2",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="2",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="2",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="3",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="3",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="3",devices="",info="Function call interrupts",type="CAL"} 2.0769909e+07 node_interrupts_total{cpu="3",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="3",devices="",info="IRQ work interrupts",type="IWI"} 1 node_interrupts_total{cpu="3",devices="",info="Local timer interrupts",type="LOC"} 6.4633861e+07 node_interrupts_total{cpu="3",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="3",devices="",info="Machine check polls",type="MCP"} 179 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"} 340330 node_interrupts_total{cpu="3",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="3",devices="",info="TLB shootdowns",type="TLB"} 368937 node_interrupts_total{cpu="3",devices="",info="Thermal event interrupts",type="TRM"} 0 node_interrupts_total{cpu="3",devices="",info="Threshold APIC interrupts",type="THR"} 0 node_interrupts_total{cpu="3",devices="0-edge virtio1-config",info="PCI-MSIX-0000:00:08.0",type="24"} 0 node_interrupts_total{cpu="3",devices="0-edge virtio2-config",info="PCI-MSIX-0000:00:12.0",type="39"} 0 node_interrupts_total{cpu="3",devices="0-edge virtio3-config",info="PCI-MSIX-0000:01:01.0",type="26"} 0 node_interrupts_total{cpu="3",devices="1-edge i8042",info="IO-APIC",type="1"} 0 node_interrupts_total{cpu="3",devices="1-edge virtio1-virtqueues",info="PCI-MSIX-0000:00:08.0",type="25"} 0 node_interrupts_total{cpu="3",devices="1-edge virtio2-input.0",info="PCI-MSIX-0000:00:12.0",type="40"} 0 node_interrupts_total{cpu="3",devices="1-edge virtio3-control",info="PCI-MSIX-0000:01:01.0",type="27"} 0 node_interrupts_total{cpu="3",devices="10-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="36"} 0 node_interrupts_total{cpu="3",devices="10-fasteoi virtio0",info="IO-APIC",type="10"} 0 node_interrupts_total{cpu="3",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 0 node_interrupts_total{cpu="3",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 32 node_interrupts_total{cpu="3",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="3",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="3",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="3",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="3",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="3",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="3",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="3",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="3",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="3",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="3",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="3",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 82309 node_interrupts_total{cpu="3",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 0 node_interrupts_total{cpu="3",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="3",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="3",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="3",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="4",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="4",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="4",devices="",info="Function call interrupts",type="CAL"} 2.0744789e+07 node_interrupts_total{cpu="4",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="4",devices="",info="IRQ work interrupts",type="IWI"} 0 node_interrupts_total{cpu="4",devices="",info="Local timer interrupts",type="LOC"} 6.526223e+07 node_interrupts_total{cpu="4",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="4",devices="",info="Machine check polls",type="MCP"} 179 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"} 344712 node_interrupts_total{cpu="4",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="4",devices="",info="TLB shootdowns",type="TLB"} 372396 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"} 13 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"} 82845 node_interrupts_total{cpu="4",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="4",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="4",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="4",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="5",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="5",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="5",devices="",info="Function call interrupts",type="CAL"} 2.0291108e+07 node_interrupts_total{cpu="5",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="5",devices="",info="IRQ work interrupts",type="IWI"} 0 node_interrupts_total{cpu="5",devices="",info="Local timer interrupts",type="LOC"} 6.4812611e+07 node_interrupts_total{cpu="5",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="5",devices="",info="Machine check polls",type="MCP"} 179 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"} 355826 node_interrupts_total{cpu="5",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="5",devices="",info="TLB shootdowns",type="TLB"} 357084 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"} 79006 node_interrupts_total{cpu="5",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="5",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="6",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="6",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="6",devices="",info="Function call interrupts",type="CAL"} 2.049351e+07 node_interrupts_total{cpu="6",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="6",devices="",info="IRQ work interrupts",type="IWI"} 0 node_interrupts_total{cpu="6",devices="",info="Local timer interrupts",type="LOC"} 6.5168854e+07 node_interrupts_total{cpu="6",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="6",devices="",info="Machine check polls",type="MCP"} 179 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"} 341649 node_interrupts_total{cpu="6",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="6",devices="",info="TLB shootdowns",type="TLB"} 367648 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"} 116343 node_interrupts_total{cpu="6",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="7",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="7",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="7",devices="",info="Function call interrupts",type="CAL"} 2.0649362e+07 node_interrupts_total{cpu="7",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="7",devices="",info="IRQ work interrupts",type="IWI"} 0 node_interrupts_total{cpu="7",devices="",info="Local timer interrupts",type="LOC"} 6.5276591e+07 node_interrupts_total{cpu="7",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="7",devices="",info="Machine check polls",type="MCP"} 179 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"} 344544 node_interrupts_total{cpu="7",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="7",devices="",info="TLB shootdowns",type="TLB"} 362705 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"} 78797 node_interrupts_total{cpu="7",devices="10-fasteoi virtio0",info="IO-APIC",type="10"} 0 node_interrupts_total{cpu="7",devices="11-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="37"} 0 node_interrupts_total{cpu="7",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 0 node_interrupts_total{cpu="7",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="7",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="7",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="7",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="7",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="7",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="7",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="7",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="7",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="7",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="7",devices="6-edge floppy",info="IO-APIC",type="6"} 3 node_interrupts_total{cpu="7",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 0 node_interrupts_total{cpu="7",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 0 node_interrupts_total{cpu="7",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="7",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="7",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="7",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="8",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="8",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="8",devices="",info="Function call interrupts",type="CAL"} 2.0303813e+07 node_interrupts_total{cpu="8",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="8",devices="",info="IRQ work interrupts",type="IWI"} 0 node_interrupts_total{cpu="8",devices="",info="Local timer interrupts",type="LOC"} 6.5138825e+07 node_interrupts_total{cpu="8",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="8",devices="",info="Machine check polls",type="MCP"} 179 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"} 339823 node_interrupts_total{cpu="8",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="8",devices="",info="TLB shootdowns",type="TLB"} 366639 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"} 80851 node_interrupts_total{cpu="8",devices="11-fasteoi uhci_hcd:usb1",info="IO-APIC",type="11"} 0 node_interrupts_total{cpu="8",devices="12-edge i8042",info="IO-APIC",type="12"} 0 node_interrupts_total{cpu="8",devices="12-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="38"} 0 node_interrupts_total{cpu="8",devices="14-edge ata_piix",info="IO-APIC",type="14"} 0 node_interrupts_total{cpu="8",devices="15-edge ata_piix",info="IO-APIC",type="15"} 0 node_interrupts_total{cpu="8",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="8",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="8",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="8",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="8",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="8",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="8",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="8",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 0 node_interrupts_total{cpu="8",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 0 node_interrupts_total{cpu="8",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="8",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="8",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="8",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 node_interrupts_total{cpu="9",devices="",info="APIC ICR read retries",type="RTR"} 0 node_interrupts_total{cpu="9",devices="",info="Deferred Error APIC interrupts",type="DFR"} 0 node_interrupts_total{cpu="9",devices="",info="Function call interrupts",type="CAL"} 2.0147207e+07 node_interrupts_total{cpu="9",devices="",info="Hypervisor callback interrupts",type="HYP"} 1 node_interrupts_total{cpu="9",devices="",info="IRQ work interrupts",type="IWI"} 0 node_interrupts_total{cpu="9",devices="",info="Local timer interrupts",type="LOC"} 6.4584712e+07 node_interrupts_total{cpu="9",devices="",info="Machine check exceptions",type="MCE"} 0 node_interrupts_total{cpu="9",devices="",info="Machine check polls",type="MCP"} 179 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"} 341023 node_interrupts_total{cpu="9",devices="",info="Spurious interrupts",type="SPU"} 0 node_interrupts_total{cpu="9",devices="",info="TLB shootdowns",type="TLB"} 372040 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"} 89771 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"} 57630 node_interrupts_total{cpu="9",devices="2-edge timer",info="IO-APIC",type="0"} 0 node_interrupts_total{cpu="9",devices="2-edge virtio2-output.0",info="PCI-MSIX-0000:00:12.0",type="41"} 0 node_interrupts_total{cpu="9",devices="2-edge virtio3-event",info="PCI-MSIX-0000:01:01.0",type="28"} 0 node_interrupts_total{cpu="9",devices="3-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="29"} 0 node_interrupts_total{cpu="9",devices="4-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="30"} 0 node_interrupts_total{cpu="9",devices="5-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="31"} 0 node_interrupts_total{cpu="9",devices="6-edge floppy",info="IO-APIC",type="6"} 0 node_interrupts_total{cpu="9",devices="6-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="32"} 0 node_interrupts_total{cpu="9",devices="7-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="33"} 0 node_interrupts_total{cpu="9",devices="8-edge rtc0",info="IO-APIC",type="8"} 0 node_interrupts_total{cpu="9",devices="8-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="34"} 0 node_interrupts_total{cpu="9",devices="9-edge virtio3-request",info="PCI-MSIX-0000:01:01.0",type="35"} 0 node_interrupts_total{cpu="9",devices="9-fasteoi acpi",info="IO-APIC",type="9"} 0 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 9.11067612e+08 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.67 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 2.11 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.84 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.2512784384e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.4195474432e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 1.682690048e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 7.7594624e+07 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.1094986752e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 5.38165248e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.0039144448e+10 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.5416495104e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 4.4066648064e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 2.5769803776e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.0519314432e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.1794816e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 684032 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 0 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 7.448653824e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 7.448653824e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 6.330368e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 2.338922496e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.0024336384e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.0981019648e+10 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.3653129216e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.7971584e+07 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 1.2640256e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.9562496e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 3.88857856e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.83840512e+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.437126656e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 6.72698368e+08 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 8.589930496e+09 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 8.589930496e+09 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 2.7971584e+07 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 1.4073748835531776e+16 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 9.1693056e+07 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 3712 # 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 1733 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 1743 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 896 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 231532 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 2.8035300345e+10 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 2.9545037702e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 2 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 11 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 36301 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 24 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.6957306e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 273 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2.4249068e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 36315 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 228 # 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 289266 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 8 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 283 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 289698 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="br-1c5ae9c4fb11"} 3 node_network_address_assign_type{device="br-1f437ee92de3"} 3 node_network_address_assign_type{device="br-541b70109604"} 3 node_network_address_assign_type{device="br-57fae769631e"} 3 node_network_address_assign_type{device="br-5fe347eda337"} 3 node_network_address_assign_type{device="br-607e7f2cc1eb"} 3 node_network_address_assign_type{device="br-6461bc9320a1"} 3 node_network_address_assign_type{device="br-8e9e3794015c"} 3 node_network_address_assign_type{device="br-9d8e958996ba"} 3 node_network_address_assign_type{device="br-a7e11f654a04"} 3 node_network_address_assign_type{device="br-aaba14ed7a3b"} 3 node_network_address_assign_type{device="br-b266df46df77"} 3 node_network_address_assign_type{device="br-b79aa99837b3"} 3 node_network_address_assign_type{device="br-e0fcc6d4b66e"} 3 node_network_address_assign_type{device="br-eac26a665bc7"} 3 node_network_address_assign_type{device="br-f1318694100b"} 3 node_network_address_assign_type{device="br-f37d406e9375"} 3 node_network_address_assign_type{device="br-ff21357210f8"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="ens18"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth04916c3"} 3 node_network_address_assign_type{device="veth06e6db8"} 3 node_network_address_assign_type{device="veth07983ac"} 3 node_network_address_assign_type{device="veth09a9c38"} 3 node_network_address_assign_type{device="veth0a1380b"} 3 node_network_address_assign_type{device="veth0a78168"} 3 node_network_address_assign_type{device="veth0a9f2d9"} 3 node_network_address_assign_type{device="veth0d244e0"} 3 node_network_address_assign_type{device="veth0da4b3e"} 3 node_network_address_assign_type{device="veth0f0a64d"} 3 node_network_address_assign_type{device="veth1006ef9"} 3 node_network_address_assign_type{device="veth1257544"} 3 node_network_address_assign_type{device="veth182862f"} 3 node_network_address_assign_type{device="veth1ca76df"} 3 node_network_address_assign_type{device="veth1dd58cb"} 3 node_network_address_assign_type{device="veth220dc82"} 3 node_network_address_assign_type{device="veth255c21e"} 3 node_network_address_assign_type{device="veth271d8d6"} 3 node_network_address_assign_type{device="veth277dea5"} 3 node_network_address_assign_type{device="veth2fc47fe"} 3 node_network_address_assign_type{device="veth3046c50"} 3 node_network_address_assign_type{device="veth327ba5f"} 3 node_network_address_assign_type{device="veth335bf29"} 3 node_network_address_assign_type{device="veth361f58d"} 3 node_network_address_assign_type{device="veth3bb0398"} 3 node_network_address_assign_type{device="veth3c37c45"} 3 node_network_address_assign_type{device="veth3e5b6e1"} 3 node_network_address_assign_type{device="veth406fe60"} 3 node_network_address_assign_type{device="veth42e0906"} 3 node_network_address_assign_type{device="veth42e85d8"} 3 node_network_address_assign_type{device="veth454b15a"} 3 node_network_address_assign_type{device="veth46f2b06"} 3 node_network_address_assign_type{device="veth4b35834"} 3 node_network_address_assign_type{device="veth4bb10d6"} 3 node_network_address_assign_type{device="veth586c03e"} 3 node_network_address_assign_type{device="veth58eb2e4"} 3 node_network_address_assign_type{device="veth5da162a"} 3 node_network_address_assign_type{device="veth6130212"} 3 node_network_address_assign_type{device="veth658d5a5"} 3 node_network_address_assign_type{device="veth6a9ac1d"} 3 node_network_address_assign_type{device="veth6df0f3b"} 3 node_network_address_assign_type{device="veth6f01810"} 3 node_network_address_assign_type{device="veth7d87aaf"} 3 node_network_address_assign_type{device="veth7ec2b77"} 3 node_network_address_assign_type{device="veth80ef9b7"} 3 node_network_address_assign_type{device="veth8780aec"} 3 node_network_address_assign_type{device="veth8af9d0c"} 3 node_network_address_assign_type{device="veth8d05a2e"} 3 node_network_address_assign_type{device="veth909516d"} 3 node_network_address_assign_type{device="veth95225c7"} 3 node_network_address_assign_type{device="veth960c7e8"} 3 node_network_address_assign_type{device="veth99dee58"} 3 node_network_address_assign_type{device="vetha0b7b9d"} 3 node_network_address_assign_type{device="vetha29a494"} 3 node_network_address_assign_type{device="vetha40ca4f"} 3 node_network_address_assign_type{device="vethaaea0de"} 3 node_network_address_assign_type{device="vethab80991"} 3 node_network_address_assign_type{device="vethac2b45c"} 3 node_network_address_assign_type{device="vethad068c9"} 3 node_network_address_assign_type{device="vethb151164"} 3 node_network_address_assign_type{device="vethb235a62"} 3 node_network_address_assign_type{device="vethb7bb33a"} 3 node_network_address_assign_type{device="vethba5a644"} 3 node_network_address_assign_type{device="vethbc49404"} 3 node_network_address_assign_type{device="vethbd7dcd6"} 3 node_network_address_assign_type{device="vethbe08027"} 3 node_network_address_assign_type{device="vethbfa418e"} 3 node_network_address_assign_type{device="vethc074ca1"} 3 node_network_address_assign_type{device="vethc11282b"} 3 node_network_address_assign_type{device="vethc28dd2d"} 3 node_network_address_assign_type{device="vethc516e5f"} 3 node_network_address_assign_type{device="vethc97f72d"} 3 node_network_address_assign_type{device="vethcdca47a"} 3 node_network_address_assign_type{device="vethd12c039"} 3 node_network_address_assign_type{device="vethd218f4e"} 3 node_network_address_assign_type{device="vethd2976f2"} 3 node_network_address_assign_type{device="vethd447c08"} 3 node_network_address_assign_type{device="vethd4d5b5a"} 3 node_network_address_assign_type{device="vethd7e6b07"} 3 node_network_address_assign_type{device="vethd93b20b"} 3 node_network_address_assign_type{device="vethe3ada01"} 3 node_network_address_assign_type{device="vethe3c98a3"} 3 node_network_address_assign_type{device="vethe5cf1bf"} 3 node_network_address_assign_type{device="vethe904b69"} 3 node_network_address_assign_type{device="vethea79430"} 3 node_network_address_assign_type{device="vetheaa192c"} 3 node_network_address_assign_type{device="vetheb21609"} 3 node_network_address_assign_type{device="vetheeb82b5"} 3 node_network_address_assign_type{device="vethf452220"} 3 node_network_address_assign_type{device="vethf837e19"} 3 node_network_address_assign_type{device="vethf9d71be"} 3 node_network_address_assign_type{device="vethfcea515"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-1c5ae9c4fb11"} 1 node_network_carrier{device="br-1f437ee92de3"} 1 node_network_carrier{device="br-541b70109604"} 1 node_network_carrier{device="br-57fae769631e"} 1 node_network_carrier{device="br-5fe347eda337"} 1 node_network_carrier{device="br-607e7f2cc1eb"} 1 node_network_carrier{device="br-6461bc9320a1"} 1 node_network_carrier{device="br-8e9e3794015c"} 1 node_network_carrier{device="br-9d8e958996ba"} 1 node_network_carrier{device="br-a7e11f654a04"} 1 node_network_carrier{device="br-aaba14ed7a3b"} 1 node_network_carrier{device="br-b266df46df77"} 1 node_network_carrier{device="br-b79aa99837b3"} 1 node_network_carrier{device="br-e0fcc6d4b66e"} 1 node_network_carrier{device="br-eac26a665bc7"} 1 node_network_carrier{device="br-f1318694100b"} 1 node_network_carrier{device="br-f37d406e9375"} 1 node_network_carrier{device="br-ff21357210f8"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="ens18"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth04916c3"} 1 node_network_carrier{device="veth06e6db8"} 1 node_network_carrier{device="veth07983ac"} 1 node_network_carrier{device="veth09a9c38"} 1 node_network_carrier{device="veth0a1380b"} 1 node_network_carrier{device="veth0a78168"} 1 node_network_carrier{device="veth0a9f2d9"} 1 node_network_carrier{device="veth0d244e0"} 1 node_network_carrier{device="veth0da4b3e"} 1 node_network_carrier{device="veth0f0a64d"} 1 node_network_carrier{device="veth1006ef9"} 1 node_network_carrier{device="veth1257544"} 1 node_network_carrier{device="veth182862f"} 1 node_network_carrier{device="veth1ca76df"} 1 node_network_carrier{device="veth1dd58cb"} 1 node_network_carrier{device="veth220dc82"} 1 node_network_carrier{device="veth255c21e"} 1 node_network_carrier{device="veth271d8d6"} 1 node_network_carrier{device="veth277dea5"} 1 node_network_carrier{device="veth2fc47fe"} 1 node_network_carrier{device="veth3046c50"} 1 node_network_carrier{device="veth327ba5f"} 1 node_network_carrier{device="veth335bf29"} 1 node_network_carrier{device="veth361f58d"} 1 node_network_carrier{device="veth3bb0398"} 1 node_network_carrier{device="veth3c37c45"} 1 node_network_carrier{device="veth3e5b6e1"} 1 node_network_carrier{device="veth406fe60"} 1 node_network_carrier{device="veth42e0906"} 1 node_network_carrier{device="veth42e85d8"} 1 node_network_carrier{device="veth454b15a"} 1 node_network_carrier{device="veth46f2b06"} 1 node_network_carrier{device="veth4b35834"} 1 node_network_carrier{device="veth4bb10d6"} 1 node_network_carrier{device="veth586c03e"} 1 node_network_carrier{device="veth58eb2e4"} 1 node_network_carrier{device="veth5da162a"} 1 node_network_carrier{device="veth6130212"} 1 node_network_carrier{device="veth658d5a5"} 1 node_network_carrier{device="veth6a9ac1d"} 1 node_network_carrier{device="veth6df0f3b"} 1 node_network_carrier{device="veth6f01810"} 1 node_network_carrier{device="veth7d87aaf"} 1 node_network_carrier{device="veth7ec2b77"} 1 node_network_carrier{device="veth80ef9b7"} 1 node_network_carrier{device="veth8780aec"} 1 node_network_carrier{device="veth8af9d0c"} 1 node_network_carrier{device="veth8d05a2e"} 1 node_network_carrier{device="veth909516d"} 1 node_network_carrier{device="veth95225c7"} 1 node_network_carrier{device="veth960c7e8"} 1 node_network_carrier{device="veth99dee58"} 1 node_network_carrier{device="vetha0b7b9d"} 1 node_network_carrier{device="vetha29a494"} 1 node_network_carrier{device="vetha40ca4f"} 1 node_network_carrier{device="vethaaea0de"} 1 node_network_carrier{device="vethab80991"} 1 node_network_carrier{device="vethac2b45c"} 1 node_network_carrier{device="vethad068c9"} 1 node_network_carrier{device="vethb151164"} 1 node_network_carrier{device="vethb235a62"} 1 node_network_carrier{device="vethb7bb33a"} 1 node_network_carrier{device="vethba5a644"} 1 node_network_carrier{device="vethbc49404"} 1 node_network_carrier{device="vethbd7dcd6"} 1 node_network_carrier{device="vethbe08027"} 1 node_network_carrier{device="vethbfa418e"} 1 node_network_carrier{device="vethc074ca1"} 1 node_network_carrier{device="vethc11282b"} 1 node_network_carrier{device="vethc28dd2d"} 1 node_network_carrier{device="vethc516e5f"} 1 node_network_carrier{device="vethc97f72d"} 1 node_network_carrier{device="vethcdca47a"} 1 node_network_carrier{device="vethd12c039"} 1 node_network_carrier{device="vethd218f4e"} 1 node_network_carrier{device="vethd2976f2"} 1 node_network_carrier{device="vethd447c08"} 1 node_network_carrier{device="vethd4d5b5a"} 1 node_network_carrier{device="vethd7e6b07"} 1 node_network_carrier{device="vethd93b20b"} 1 node_network_carrier{device="vethe3ada01"} 1 node_network_carrier{device="vethe3c98a3"} 1 node_network_carrier{device="vethe5cf1bf"} 1 node_network_carrier{device="vethe904b69"} 1 node_network_carrier{device="vethea79430"} 1 node_network_carrier{device="vetheaa192c"} 1 node_network_carrier{device="vetheb21609"} 1 node_network_carrier{device="vetheeb82b5"} 1 node_network_carrier{device="vethf452220"} 1 node_network_carrier{device="vethf837e19"} 1 node_network_carrier{device="vethf9d71be"} 1 node_network_carrier{device="vethfcea515"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="br-1c5ae9c4fb11"} 2 node_network_carrier_changes_total{device="br-1f437ee92de3"} 2 node_network_carrier_changes_total{device="br-541b70109604"} 4 node_network_carrier_changes_total{device="br-57fae769631e"} 2 node_network_carrier_changes_total{device="br-5fe347eda337"} 2 node_network_carrier_changes_total{device="br-607e7f2cc1eb"} 4 node_network_carrier_changes_total{device="br-6461bc9320a1"} 4 node_network_carrier_changes_total{device="br-8e9e3794015c"} 4 node_network_carrier_changes_total{device="br-9d8e958996ba"} 2 node_network_carrier_changes_total{device="br-a7e11f654a04"} 4 node_network_carrier_changes_total{device="br-aaba14ed7a3b"} 4 node_network_carrier_changes_total{device="br-b266df46df77"} 4 node_network_carrier_changes_total{device="br-b79aa99837b3"} 4 node_network_carrier_changes_total{device="br-e0fcc6d4b66e"} 2 node_network_carrier_changes_total{device="br-eac26a665bc7"} 2 node_network_carrier_changes_total{device="br-f1318694100b"} 4 node_network_carrier_changes_total{device="br-f37d406e9375"} 4 node_network_carrier_changes_total{device="br-ff21357210f8"} 4 node_network_carrier_changes_total{device="docker0"} 3 node_network_carrier_changes_total{device="ens18"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth04916c3"} 2 node_network_carrier_changes_total{device="veth06e6db8"} 2 node_network_carrier_changes_total{device="veth07983ac"} 2 node_network_carrier_changes_total{device="veth09a9c38"} 2 node_network_carrier_changes_total{device="veth0a1380b"} 2 node_network_carrier_changes_total{device="veth0a78168"} 2 node_network_carrier_changes_total{device="veth0a9f2d9"} 2 node_network_carrier_changes_total{device="veth0d244e0"} 2 node_network_carrier_changes_total{device="veth0da4b3e"} 2 node_network_carrier_changes_total{device="veth0f0a64d"} 2 node_network_carrier_changes_total{device="veth1006ef9"} 2 node_network_carrier_changes_total{device="veth1257544"} 2 node_network_carrier_changes_total{device="veth182862f"} 2 node_network_carrier_changes_total{device="veth1ca76df"} 2 node_network_carrier_changes_total{device="veth1dd58cb"} 2 node_network_carrier_changes_total{device="veth220dc82"} 2 node_network_carrier_changes_total{device="veth255c21e"} 2 node_network_carrier_changes_total{device="veth271d8d6"} 2 node_network_carrier_changes_total{device="veth277dea5"} 2 node_network_carrier_changes_total{device="veth2fc47fe"} 2 node_network_carrier_changes_total{device="veth3046c50"} 2 node_network_carrier_changes_total{device="veth327ba5f"} 2 node_network_carrier_changes_total{device="veth335bf29"} 2 node_network_carrier_changes_total{device="veth361f58d"} 2 node_network_carrier_changes_total{device="veth3bb0398"} 2 node_network_carrier_changes_total{device="veth3c37c45"} 2 node_network_carrier_changes_total{device="veth3e5b6e1"} 2 node_network_carrier_changes_total{device="veth406fe60"} 2 node_network_carrier_changes_total{device="veth42e0906"} 2 node_network_carrier_changes_total{device="veth42e85d8"} 2 node_network_carrier_changes_total{device="veth454b15a"} 2 node_network_carrier_changes_total{device="veth46f2b06"} 2 node_network_carrier_changes_total{device="veth4b35834"} 2 node_network_carrier_changes_total{device="veth4bb10d6"} 2 node_network_carrier_changes_total{device="veth586c03e"} 2 node_network_carrier_changes_total{device="veth58eb2e4"} 2 node_network_carrier_changes_total{device="veth5da162a"} 2 node_network_carrier_changes_total{device="veth6130212"} 2 node_network_carrier_changes_total{device="veth658d5a5"} 2 node_network_carrier_changes_total{device="veth6a9ac1d"} 2 node_network_carrier_changes_total{device="veth6df0f3b"} 2 node_network_carrier_changes_total{device="veth6f01810"} 2 node_network_carrier_changes_total{device="veth7d87aaf"} 2 node_network_carrier_changes_total{device="veth7ec2b77"} 2 node_network_carrier_changes_total{device="veth80ef9b7"} 2 node_network_carrier_changes_total{device="veth8780aec"} 2 node_network_carrier_changes_total{device="veth8af9d0c"} 2 node_network_carrier_changes_total{device="veth8d05a2e"} 2 node_network_carrier_changes_total{device="veth909516d"} 2 node_network_carrier_changes_total{device="veth95225c7"} 2 node_network_carrier_changes_total{device="veth960c7e8"} 2 node_network_carrier_changes_total{device="veth99dee58"} 2 node_network_carrier_changes_total{device="vetha0b7b9d"} 2 node_network_carrier_changes_total{device="vetha29a494"} 2 node_network_carrier_changes_total{device="vetha40ca4f"} 2 node_network_carrier_changes_total{device="vethaaea0de"} 2 node_network_carrier_changes_total{device="vethab80991"} 2 node_network_carrier_changes_total{device="vethac2b45c"} 2 node_network_carrier_changes_total{device="vethad068c9"} 2 node_network_carrier_changes_total{device="vethb151164"} 2 node_network_carrier_changes_total{device="vethb235a62"} 2 node_network_carrier_changes_total{device="vethb7bb33a"} 2 node_network_carrier_changes_total{device="vethba5a644"} 2 node_network_carrier_changes_total{device="vethbc49404"} 2 node_network_carrier_changes_total{device="vethbd7dcd6"} 2 node_network_carrier_changes_total{device="vethbe08027"} 2 node_network_carrier_changes_total{device="vethbfa418e"} 2 node_network_carrier_changes_total{device="vethc074ca1"} 2 node_network_carrier_changes_total{device="vethc11282b"} 2 node_network_carrier_changes_total{device="vethc28dd2d"} 2 node_network_carrier_changes_total{device="vethc516e5f"} 2 node_network_carrier_changes_total{device="vethc97f72d"} 2 node_network_carrier_changes_total{device="vethcdca47a"} 2 node_network_carrier_changes_total{device="vethd12c039"} 2 node_network_carrier_changes_total{device="vethd218f4e"} 2 node_network_carrier_changes_total{device="vethd2976f2"} 2 node_network_carrier_changes_total{device="vethd447c08"} 2 node_network_carrier_changes_total{device="vethd4d5b5a"} 2 node_network_carrier_changes_total{device="vethd7e6b07"} 2 node_network_carrier_changes_total{device="vethd93b20b"} 2 node_network_carrier_changes_total{device="vethe3ada01"} 2 node_network_carrier_changes_total{device="vethe3c98a3"} 2 node_network_carrier_changes_total{device="vethe5cf1bf"} 2 node_network_carrier_changes_total{device="vethe904b69"} 2 node_network_carrier_changes_total{device="vethea79430"} 2 node_network_carrier_changes_total{device="vetheaa192c"} 2 node_network_carrier_changes_total{device="vetheb21609"} 2 node_network_carrier_changes_total{device="vetheeb82b5"} 2 node_network_carrier_changes_total{device="vethf452220"} 2 node_network_carrier_changes_total{device="vethf837e19"} 2 node_network_carrier_changes_total{device="vethf9d71be"} 2 node_network_carrier_changes_total{device="vethfcea515"} 2 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="br-1c5ae9c4fb11"} 1 node_network_carrier_down_changes_total{device="br-1f437ee92de3"} 1 node_network_carrier_down_changes_total{device="br-541b70109604"} 2 node_network_carrier_down_changes_total{device="br-57fae769631e"} 1 node_network_carrier_down_changes_total{device="br-5fe347eda337"} 1 node_network_carrier_down_changes_total{device="br-607e7f2cc1eb"} 2 node_network_carrier_down_changes_total{device="br-6461bc9320a1"} 2 node_network_carrier_down_changes_total{device="br-8e9e3794015c"} 2 node_network_carrier_down_changes_total{device="br-9d8e958996ba"} 1 node_network_carrier_down_changes_total{device="br-a7e11f654a04"} 2 node_network_carrier_down_changes_total{device="br-aaba14ed7a3b"} 2 node_network_carrier_down_changes_total{device="br-b266df46df77"} 2 node_network_carrier_down_changes_total{device="br-b79aa99837b3"} 2 node_network_carrier_down_changes_total{device="br-e0fcc6d4b66e"} 1 node_network_carrier_down_changes_total{device="br-eac26a665bc7"} 1 node_network_carrier_down_changes_total{device="br-f1318694100b"} 2 node_network_carrier_down_changes_total{device="br-f37d406e9375"} 2 node_network_carrier_down_changes_total{device="br-ff21357210f8"} 2 node_network_carrier_down_changes_total{device="docker0"} 2 node_network_carrier_down_changes_total{device="ens18"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth04916c3"} 1 node_network_carrier_down_changes_total{device="veth06e6db8"} 1 node_network_carrier_down_changes_total{device="veth07983ac"} 1 node_network_carrier_down_changes_total{device="veth09a9c38"} 1 node_network_carrier_down_changes_total{device="veth0a1380b"} 1 node_network_carrier_down_changes_total{device="veth0a78168"} 1 node_network_carrier_down_changes_total{device="veth0a9f2d9"} 1 node_network_carrier_down_changes_total{device="veth0d244e0"} 1 node_network_carrier_down_changes_total{device="veth0da4b3e"} 1 node_network_carrier_down_changes_total{device="veth0f0a64d"} 1 node_network_carrier_down_changes_total{device="veth1006ef9"} 1 node_network_carrier_down_changes_total{device="veth1257544"} 1 node_network_carrier_down_changes_total{device="veth182862f"} 1 node_network_carrier_down_changes_total{device="veth1ca76df"} 1 node_network_carrier_down_changes_total{device="veth1dd58cb"} 1 node_network_carrier_down_changes_total{device="veth220dc82"} 1 node_network_carrier_down_changes_total{device="veth255c21e"} 1 node_network_carrier_down_changes_total{device="veth271d8d6"} 1 node_network_carrier_down_changes_total{device="veth277dea5"} 1 node_network_carrier_down_changes_total{device="veth2fc47fe"} 1 node_network_carrier_down_changes_total{device="veth3046c50"} 1 node_network_carrier_down_changes_total{device="veth327ba5f"} 1 node_network_carrier_down_changes_total{device="veth335bf29"} 1 node_network_carrier_down_changes_total{device="veth361f58d"} 1 node_network_carrier_down_changes_total{device="veth3bb0398"} 1 node_network_carrier_down_changes_total{device="veth3c37c45"} 1 node_network_carrier_down_changes_total{device="veth3e5b6e1"} 1 node_network_carrier_down_changes_total{device="veth406fe60"} 1 node_network_carrier_down_changes_total{device="veth42e0906"} 1 node_network_carrier_down_changes_total{device="veth42e85d8"} 1 node_network_carrier_down_changes_total{device="veth454b15a"} 1 node_network_carrier_down_changes_total{device="veth46f2b06"} 1 node_network_carrier_down_changes_total{device="veth4b35834"} 1 node_network_carrier_down_changes_total{device="veth4bb10d6"} 1 node_network_carrier_down_changes_total{device="veth586c03e"} 1 node_network_carrier_down_changes_total{device="veth58eb2e4"} 1 node_network_carrier_down_changes_total{device="veth5da162a"} 1 node_network_carrier_down_changes_total{device="veth6130212"} 1 node_network_carrier_down_changes_total{device="veth658d5a5"} 1 node_network_carrier_down_changes_total{device="veth6a9ac1d"} 1 node_network_carrier_down_changes_total{device="veth6df0f3b"} 1 node_network_carrier_down_changes_total{device="veth6f01810"} 1 node_network_carrier_down_changes_total{device="veth7d87aaf"} 1 node_network_carrier_down_changes_total{device="veth7ec2b77"} 1 node_network_carrier_down_changes_total{device="veth80ef9b7"} 1 node_network_carrier_down_changes_total{device="veth8780aec"} 1 node_network_carrier_down_changes_total{device="veth8af9d0c"} 1 node_network_carrier_down_changes_total{device="veth8d05a2e"} 1 node_network_carrier_down_changes_total{device="veth909516d"} 1 node_network_carrier_down_changes_total{device="veth95225c7"} 1 node_network_carrier_down_changes_total{device="veth960c7e8"} 1 node_network_carrier_down_changes_total{device="veth99dee58"} 1 node_network_carrier_down_changes_total{device="vetha0b7b9d"} 1 node_network_carrier_down_changes_total{device="vetha29a494"} 1 node_network_carrier_down_changes_total{device="vetha40ca4f"} 1 node_network_carrier_down_changes_total{device="vethaaea0de"} 1 node_network_carrier_down_changes_total{device="vethab80991"} 1 node_network_carrier_down_changes_total{device="vethac2b45c"} 1 node_network_carrier_down_changes_total{device="vethad068c9"} 1 node_network_carrier_down_changes_total{device="vethb151164"} 1 node_network_carrier_down_changes_total{device="vethb235a62"} 1 node_network_carrier_down_changes_total{device="vethb7bb33a"} 1 node_network_carrier_down_changes_total{device="vethba5a644"} 1 node_network_carrier_down_changes_total{device="vethbc49404"} 1 node_network_carrier_down_changes_total{device="vethbd7dcd6"} 1 node_network_carrier_down_changes_total{device="vethbe08027"} 1 node_network_carrier_down_changes_total{device="vethbfa418e"} 1 node_network_carrier_down_changes_total{device="vethc074ca1"} 1 node_network_carrier_down_changes_total{device="vethc11282b"} 1 node_network_carrier_down_changes_total{device="vethc28dd2d"} 1 node_network_carrier_down_changes_total{device="vethc516e5f"} 1 node_network_carrier_down_changes_total{device="vethc97f72d"} 1 node_network_carrier_down_changes_total{device="vethcdca47a"} 1 node_network_carrier_down_changes_total{device="vethd12c039"} 1 node_network_carrier_down_changes_total{device="vethd218f4e"} 1 node_network_carrier_down_changes_total{device="vethd2976f2"} 1 node_network_carrier_down_changes_total{device="vethd447c08"} 1 node_network_carrier_down_changes_total{device="vethd4d5b5a"} 1 node_network_carrier_down_changes_total{device="vethd7e6b07"} 1 node_network_carrier_down_changes_total{device="vethd93b20b"} 1 node_network_carrier_down_changes_total{device="vethe3ada01"} 1 node_network_carrier_down_changes_total{device="vethe3c98a3"} 1 node_network_carrier_down_changes_total{device="vethe5cf1bf"} 1 node_network_carrier_down_changes_total{device="vethe904b69"} 1 node_network_carrier_down_changes_total{device="vethea79430"} 1 node_network_carrier_down_changes_total{device="vetheaa192c"} 1 node_network_carrier_down_changes_total{device="vetheb21609"} 1 node_network_carrier_down_changes_total{device="vetheeb82b5"} 1 node_network_carrier_down_changes_total{device="vethf452220"} 1 node_network_carrier_down_changes_total{device="vethf837e19"} 1 node_network_carrier_down_changes_total{device="vethf9d71be"} 1 node_network_carrier_down_changes_total{device="vethfcea515"} 1 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="br-1c5ae9c4fb11"} 1 node_network_carrier_up_changes_total{device="br-1f437ee92de3"} 1 node_network_carrier_up_changes_total{device="br-541b70109604"} 2 node_network_carrier_up_changes_total{device="br-57fae769631e"} 1 node_network_carrier_up_changes_total{device="br-5fe347eda337"} 1 node_network_carrier_up_changes_total{device="br-607e7f2cc1eb"} 2 node_network_carrier_up_changes_total{device="br-6461bc9320a1"} 2 node_network_carrier_up_changes_total{device="br-8e9e3794015c"} 2 node_network_carrier_up_changes_total{device="br-9d8e958996ba"} 1 node_network_carrier_up_changes_total{device="br-a7e11f654a04"} 2 node_network_carrier_up_changes_total{device="br-aaba14ed7a3b"} 2 node_network_carrier_up_changes_total{device="br-b266df46df77"} 2 node_network_carrier_up_changes_total{device="br-b79aa99837b3"} 2 node_network_carrier_up_changes_total{device="br-e0fcc6d4b66e"} 1 node_network_carrier_up_changes_total{device="br-eac26a665bc7"} 1 node_network_carrier_up_changes_total{device="br-f1318694100b"} 2 node_network_carrier_up_changes_total{device="br-f37d406e9375"} 2 node_network_carrier_up_changes_total{device="br-ff21357210f8"} 2 node_network_carrier_up_changes_total{device="docker0"} 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="veth04916c3"} 1 node_network_carrier_up_changes_total{device="veth06e6db8"} 1 node_network_carrier_up_changes_total{device="veth07983ac"} 1 node_network_carrier_up_changes_total{device="veth09a9c38"} 1 node_network_carrier_up_changes_total{device="veth0a1380b"} 1 node_network_carrier_up_changes_total{device="veth0a78168"} 1 node_network_carrier_up_changes_total{device="veth0a9f2d9"} 1 node_network_carrier_up_changes_total{device="veth0d244e0"} 1 node_network_carrier_up_changes_total{device="veth0da4b3e"} 1 node_network_carrier_up_changes_total{device="veth0f0a64d"} 1 node_network_carrier_up_changes_total{device="veth1006ef9"} 1 node_network_carrier_up_changes_total{device="veth1257544"} 1 node_network_carrier_up_changes_total{device="veth182862f"} 1 node_network_carrier_up_changes_total{device="veth1ca76df"} 1 node_network_carrier_up_changes_total{device="veth1dd58cb"} 1 node_network_carrier_up_changes_total{device="veth220dc82"} 1 node_network_carrier_up_changes_total{device="veth255c21e"} 1 node_network_carrier_up_changes_total{device="veth271d8d6"} 1 node_network_carrier_up_changes_total{device="veth277dea5"} 1 node_network_carrier_up_changes_total{device="veth2fc47fe"} 1 node_network_carrier_up_changes_total{device="veth3046c50"} 1 node_network_carrier_up_changes_total{device="veth327ba5f"} 1 node_network_carrier_up_changes_total{device="veth335bf29"} 1 node_network_carrier_up_changes_total{device="veth361f58d"} 1 node_network_carrier_up_changes_total{device="veth3bb0398"} 1 node_network_carrier_up_changes_total{device="veth3c37c45"} 1 node_network_carrier_up_changes_total{device="veth3e5b6e1"} 1 node_network_carrier_up_changes_total{device="veth406fe60"} 1 node_network_carrier_up_changes_total{device="veth42e0906"} 1 node_network_carrier_up_changes_total{device="veth42e85d8"} 1 node_network_carrier_up_changes_total{device="veth454b15a"} 1 node_network_carrier_up_changes_total{device="veth46f2b06"} 1 node_network_carrier_up_changes_total{device="veth4b35834"} 1 node_network_carrier_up_changes_total{device="veth4bb10d6"} 1 node_network_carrier_up_changes_total{device="veth586c03e"} 1 node_network_carrier_up_changes_total{device="veth58eb2e4"} 1 node_network_carrier_up_changes_total{device="veth5da162a"} 1 node_network_carrier_up_changes_total{device="veth6130212"} 1 node_network_carrier_up_changes_total{device="veth658d5a5"} 1 node_network_carrier_up_changes_total{device="veth6a9ac1d"} 1 node_network_carrier_up_changes_total{device="veth6df0f3b"} 1 node_network_carrier_up_changes_total{device="veth6f01810"} 1 node_network_carrier_up_changes_total{device="veth7d87aaf"} 1 node_network_carrier_up_changes_total{device="veth7ec2b77"} 1 node_network_carrier_up_changes_total{device="veth80ef9b7"} 1 node_network_carrier_up_changes_total{device="veth8780aec"} 1 node_network_carrier_up_changes_total{device="veth8af9d0c"} 1 node_network_carrier_up_changes_total{device="veth8d05a2e"} 1 node_network_carrier_up_changes_total{device="veth909516d"} 1 node_network_carrier_up_changes_total{device="veth95225c7"} 1 node_network_carrier_up_changes_total{device="veth960c7e8"} 1 node_network_carrier_up_changes_total{device="veth99dee58"} 1 node_network_carrier_up_changes_total{device="vetha0b7b9d"} 1 node_network_carrier_up_changes_total{device="vetha29a494"} 1 node_network_carrier_up_changes_total{device="vetha40ca4f"} 1 node_network_carrier_up_changes_total{device="vethaaea0de"} 1 node_network_carrier_up_changes_total{device="vethab80991"} 1 node_network_carrier_up_changes_total{device="vethac2b45c"} 1 node_network_carrier_up_changes_total{device="vethad068c9"} 1 node_network_carrier_up_changes_total{device="vethb151164"} 1 node_network_carrier_up_changes_total{device="vethb235a62"} 1 node_network_carrier_up_changes_total{device="vethb7bb33a"} 1 node_network_carrier_up_changes_total{device="vethba5a644"} 1 node_network_carrier_up_changes_total{device="vethbc49404"} 1 node_network_carrier_up_changes_total{device="vethbd7dcd6"} 1 node_network_carrier_up_changes_total{device="vethbe08027"} 1 node_network_carrier_up_changes_total{device="vethbfa418e"} 1 node_network_carrier_up_changes_total{device="vethc074ca1"} 1 node_network_carrier_up_changes_total{device="vethc11282b"} 1 node_network_carrier_up_changes_total{device="vethc28dd2d"} 1 node_network_carrier_up_changes_total{device="vethc516e5f"} 1 node_network_carrier_up_changes_total{device="vethc97f72d"} 1 node_network_carrier_up_changes_total{device="vethcdca47a"} 1 node_network_carrier_up_changes_total{device="vethd12c039"} 1 node_network_carrier_up_changes_total{device="vethd218f4e"} 1 node_network_carrier_up_changes_total{device="vethd2976f2"} 1 node_network_carrier_up_changes_total{device="vethd447c08"} 1 node_network_carrier_up_changes_total{device="vethd4d5b5a"} 1 node_network_carrier_up_changes_total{device="vethd7e6b07"} 1 node_network_carrier_up_changes_total{device="vethd93b20b"} 1 node_network_carrier_up_changes_total{device="vethe3ada01"} 1 node_network_carrier_up_changes_total{device="vethe3c98a3"} 1 node_network_carrier_up_changes_total{device="vethe5cf1bf"} 1 node_network_carrier_up_changes_total{device="vethe904b69"} 1 node_network_carrier_up_changes_total{device="vethea79430"} 1 node_network_carrier_up_changes_total{device="vetheaa192c"} 1 node_network_carrier_up_changes_total{device="vetheb21609"} 1 node_network_carrier_up_changes_total{device="vetheeb82b5"} 1 node_network_carrier_up_changes_total{device="vethf452220"} 1 node_network_carrier_up_changes_total{device="vethf837e19"} 1 node_network_carrier_up_changes_total{device="vethf9d71be"} 1 node_network_carrier_up_changes_total{device="vethfcea515"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-1c5ae9c4fb11"} 0 node_network_device_id{device="br-1f437ee92de3"} 0 node_network_device_id{device="br-541b70109604"} 0 node_network_device_id{device="br-57fae769631e"} 0 node_network_device_id{device="br-5fe347eda337"} 0 node_network_device_id{device="br-607e7f2cc1eb"} 0 node_network_device_id{device="br-6461bc9320a1"} 0 node_network_device_id{device="br-8e9e3794015c"} 0 node_network_device_id{device="br-9d8e958996ba"} 0 node_network_device_id{device="br-a7e11f654a04"} 0 node_network_device_id{device="br-aaba14ed7a3b"} 0 node_network_device_id{device="br-b266df46df77"} 0 node_network_device_id{device="br-b79aa99837b3"} 0 node_network_device_id{device="br-e0fcc6d4b66e"} 0 node_network_device_id{device="br-eac26a665bc7"} 0 node_network_device_id{device="br-f1318694100b"} 0 node_network_device_id{device="br-f37d406e9375"} 0 node_network_device_id{device="br-ff21357210f8"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="ens18"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth04916c3"} 0 node_network_device_id{device="veth06e6db8"} 0 node_network_device_id{device="veth07983ac"} 0 node_network_device_id{device="veth09a9c38"} 0 node_network_device_id{device="veth0a1380b"} 0 node_network_device_id{device="veth0a78168"} 0 node_network_device_id{device="veth0a9f2d9"} 0 node_network_device_id{device="veth0d244e0"} 0 node_network_device_id{device="veth0da4b3e"} 0 node_network_device_id{device="veth0f0a64d"} 0 node_network_device_id{device="veth1006ef9"} 0 node_network_device_id{device="veth1257544"} 0 node_network_device_id{device="veth182862f"} 0 node_network_device_id{device="veth1ca76df"} 0 node_network_device_id{device="veth1dd58cb"} 0 node_network_device_id{device="veth220dc82"} 0 node_network_device_id{device="veth255c21e"} 0 node_network_device_id{device="veth271d8d6"} 0 node_network_device_id{device="veth277dea5"} 0 node_network_device_id{device="veth2fc47fe"} 0 node_network_device_id{device="veth3046c50"} 0 node_network_device_id{device="veth327ba5f"} 0 node_network_device_id{device="veth335bf29"} 0 node_network_device_id{device="veth361f58d"} 0 node_network_device_id{device="veth3bb0398"} 0 node_network_device_id{device="veth3c37c45"} 0 node_network_device_id{device="veth3e5b6e1"} 0 node_network_device_id{device="veth406fe60"} 0 node_network_device_id{device="veth42e0906"} 0 node_network_device_id{device="veth42e85d8"} 0 node_network_device_id{device="veth454b15a"} 0 node_network_device_id{device="veth46f2b06"} 0 node_network_device_id{device="veth4b35834"} 0 node_network_device_id{device="veth4bb10d6"} 0 node_network_device_id{device="veth586c03e"} 0 node_network_device_id{device="veth58eb2e4"} 0 node_network_device_id{device="veth5da162a"} 0 node_network_device_id{device="veth6130212"} 0 node_network_device_id{device="veth658d5a5"} 0 node_network_device_id{device="veth6a9ac1d"} 0 node_network_device_id{device="veth6df0f3b"} 0 node_network_device_id{device="veth6f01810"} 0 node_network_device_id{device="veth7d87aaf"} 0 node_network_device_id{device="veth7ec2b77"} 0 node_network_device_id{device="veth80ef9b7"} 0 node_network_device_id{device="veth8780aec"} 0 node_network_device_id{device="veth8af9d0c"} 0 node_network_device_id{device="veth8d05a2e"} 0 node_network_device_id{device="veth909516d"} 0 node_network_device_id{device="veth95225c7"} 0 node_network_device_id{device="veth960c7e8"} 0 node_network_device_id{device="veth99dee58"} 0 node_network_device_id{device="vetha0b7b9d"} 0 node_network_device_id{device="vetha29a494"} 0 node_network_device_id{device="vetha40ca4f"} 0 node_network_device_id{device="vethaaea0de"} 0 node_network_device_id{device="vethab80991"} 0 node_network_device_id{device="vethac2b45c"} 0 node_network_device_id{device="vethad068c9"} 0 node_network_device_id{device="vethb151164"} 0 node_network_device_id{device="vethb235a62"} 0 node_network_device_id{device="vethb7bb33a"} 0 node_network_device_id{device="vethba5a644"} 0 node_network_device_id{device="vethbc49404"} 0 node_network_device_id{device="vethbd7dcd6"} 0 node_network_device_id{device="vethbe08027"} 0 node_network_device_id{device="vethbfa418e"} 0 node_network_device_id{device="vethc074ca1"} 0 node_network_device_id{device="vethc11282b"} 0 node_network_device_id{device="vethc28dd2d"} 0 node_network_device_id{device="vethc516e5f"} 0 node_network_device_id{device="vethc97f72d"} 0 node_network_device_id{device="vethcdca47a"} 0 node_network_device_id{device="vethd12c039"} 0 node_network_device_id{device="vethd218f4e"} 0 node_network_device_id{device="vethd2976f2"} 0 node_network_device_id{device="vethd447c08"} 0 node_network_device_id{device="vethd4d5b5a"} 0 node_network_device_id{device="vethd7e6b07"} 0 node_network_device_id{device="vethd93b20b"} 0 node_network_device_id{device="vethe3ada01"} 0 node_network_device_id{device="vethe3c98a3"} 0 node_network_device_id{device="vethe5cf1bf"} 0 node_network_device_id{device="vethe904b69"} 0 node_network_device_id{device="vethea79430"} 0 node_network_device_id{device="vetheaa192c"} 0 node_network_device_id{device="vetheb21609"} 0 node_network_device_id{device="vetheeb82b5"} 0 node_network_device_id{device="vethf452220"} 0 node_network_device_id{device="vethf837e19"} 0 node_network_device_id{device="vethf9d71be"} 0 node_network_device_id{device="vethfcea515"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-1c5ae9c4fb11"} 0 node_network_dormant{device="br-1f437ee92de3"} 0 node_network_dormant{device="br-541b70109604"} 0 node_network_dormant{device="br-57fae769631e"} 0 node_network_dormant{device="br-5fe347eda337"} 0 node_network_dormant{device="br-607e7f2cc1eb"} 0 node_network_dormant{device="br-6461bc9320a1"} 0 node_network_dormant{device="br-8e9e3794015c"} 0 node_network_dormant{device="br-9d8e958996ba"} 0 node_network_dormant{device="br-a7e11f654a04"} 0 node_network_dormant{device="br-aaba14ed7a3b"} 0 node_network_dormant{device="br-b266df46df77"} 0 node_network_dormant{device="br-b79aa99837b3"} 0 node_network_dormant{device="br-e0fcc6d4b66e"} 0 node_network_dormant{device="br-eac26a665bc7"} 0 node_network_dormant{device="br-f1318694100b"} 0 node_network_dormant{device="br-f37d406e9375"} 0 node_network_dormant{device="br-ff21357210f8"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="ens18"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth04916c3"} 0 node_network_dormant{device="veth06e6db8"} 0 node_network_dormant{device="veth07983ac"} 0 node_network_dormant{device="veth09a9c38"} 0 node_network_dormant{device="veth0a1380b"} 0 node_network_dormant{device="veth0a78168"} 0 node_network_dormant{device="veth0a9f2d9"} 0 node_network_dormant{device="veth0d244e0"} 0 node_network_dormant{device="veth0da4b3e"} 0 node_network_dormant{device="veth0f0a64d"} 0 node_network_dormant{device="veth1006ef9"} 0 node_network_dormant{device="veth1257544"} 0 node_network_dormant{device="veth182862f"} 0 node_network_dormant{device="veth1ca76df"} 0 node_network_dormant{device="veth1dd58cb"} 0 node_network_dormant{device="veth220dc82"} 0 node_network_dormant{device="veth255c21e"} 0 node_network_dormant{device="veth271d8d6"} 0 node_network_dormant{device="veth277dea5"} 0 node_network_dormant{device="veth2fc47fe"} 0 node_network_dormant{device="veth3046c50"} 0 node_network_dormant{device="veth327ba5f"} 0 node_network_dormant{device="veth335bf29"} 0 node_network_dormant{device="veth361f58d"} 0 node_network_dormant{device="veth3bb0398"} 0 node_network_dormant{device="veth3c37c45"} 0 node_network_dormant{device="veth3e5b6e1"} 0 node_network_dormant{device="veth406fe60"} 0 node_network_dormant{device="veth42e0906"} 0 node_network_dormant{device="veth42e85d8"} 0 node_network_dormant{device="veth454b15a"} 0 node_network_dormant{device="veth46f2b06"} 0 node_network_dormant{device="veth4b35834"} 0 node_network_dormant{device="veth4bb10d6"} 0 node_network_dormant{device="veth586c03e"} 0 node_network_dormant{device="veth58eb2e4"} 0 node_network_dormant{device="veth5da162a"} 0 node_network_dormant{device="veth6130212"} 0 node_network_dormant{device="veth658d5a5"} 0 node_network_dormant{device="veth6a9ac1d"} 0 node_network_dormant{device="veth6df0f3b"} 0 node_network_dormant{device="veth6f01810"} 0 node_network_dormant{device="veth7d87aaf"} 0 node_network_dormant{device="veth7ec2b77"} 0 node_network_dormant{device="veth80ef9b7"} 0 node_network_dormant{device="veth8780aec"} 0 node_network_dormant{device="veth8af9d0c"} 0 node_network_dormant{device="veth8d05a2e"} 0 node_network_dormant{device="veth909516d"} 0 node_network_dormant{device="veth95225c7"} 0 node_network_dormant{device="veth960c7e8"} 0 node_network_dormant{device="veth99dee58"} 0 node_network_dormant{device="vetha0b7b9d"} 0 node_network_dormant{device="vetha29a494"} 0 node_network_dormant{device="vetha40ca4f"} 0 node_network_dormant{device="vethaaea0de"} 0 node_network_dormant{device="vethab80991"} 0 node_network_dormant{device="vethac2b45c"} 0 node_network_dormant{device="vethad068c9"} 0 node_network_dormant{device="vethb151164"} 0 node_network_dormant{device="vethb235a62"} 0 node_network_dormant{device="vethb7bb33a"} 0 node_network_dormant{device="vethba5a644"} 0 node_network_dormant{device="vethbc49404"} 0 node_network_dormant{device="vethbd7dcd6"} 0 node_network_dormant{device="vethbe08027"} 0 node_network_dormant{device="vethbfa418e"} 0 node_network_dormant{device="vethc074ca1"} 0 node_network_dormant{device="vethc11282b"} 0 node_network_dormant{device="vethc28dd2d"} 0 node_network_dormant{device="vethc516e5f"} 0 node_network_dormant{device="vethc97f72d"} 0 node_network_dormant{device="vethcdca47a"} 0 node_network_dormant{device="vethd12c039"} 0 node_network_dormant{device="vethd218f4e"} 0 node_network_dormant{device="vethd2976f2"} 0 node_network_dormant{device="vethd447c08"} 0 node_network_dormant{device="vethd4d5b5a"} 0 node_network_dormant{device="vethd7e6b07"} 0 node_network_dormant{device="vethd93b20b"} 0 node_network_dormant{device="vethe3ada01"} 0 node_network_dormant{device="vethe3c98a3"} 0 node_network_dormant{device="vethe5cf1bf"} 0 node_network_dormant{device="vethe904b69"} 0 node_network_dormant{device="vethea79430"} 0 node_network_dormant{device="vetheaa192c"} 0 node_network_dormant{device="vetheb21609"} 0 node_network_dormant{device="vetheeb82b5"} 0 node_network_dormant{device="vethf452220"} 0 node_network_dormant{device="vethf837e19"} 0 node_network_dormant{device="vethf9d71be"} 0 node_network_dormant{device="vethfcea515"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-1c5ae9c4fb11"} 4099 node_network_flags{device="br-1f437ee92de3"} 4099 node_network_flags{device="br-541b70109604"} 4099 node_network_flags{device="br-57fae769631e"} 4099 node_network_flags{device="br-5fe347eda337"} 4099 node_network_flags{device="br-607e7f2cc1eb"} 4099 node_network_flags{device="br-6461bc9320a1"} 4099 node_network_flags{device="br-8e9e3794015c"} 4099 node_network_flags{device="br-9d8e958996ba"} 4099 node_network_flags{device="br-a7e11f654a04"} 4099 node_network_flags{device="br-aaba14ed7a3b"} 4099 node_network_flags{device="br-b266df46df77"} 4099 node_network_flags{device="br-b79aa99837b3"} 4099 node_network_flags{device="br-e0fcc6d4b66e"} 4099 node_network_flags{device="br-eac26a665bc7"} 4099 node_network_flags{device="br-f1318694100b"} 4099 node_network_flags{device="br-f37d406e9375"} 4099 node_network_flags{device="br-ff21357210f8"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="ens18"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth04916c3"} 4867 node_network_flags{device="veth06e6db8"} 4867 node_network_flags{device="veth07983ac"} 4867 node_network_flags{device="veth09a9c38"} 4867 node_network_flags{device="veth0a1380b"} 4867 node_network_flags{device="veth0a78168"} 4867 node_network_flags{device="veth0a9f2d9"} 4867 node_network_flags{device="veth0d244e0"} 4867 node_network_flags{device="veth0da4b3e"} 4867 node_network_flags{device="veth0f0a64d"} 4867 node_network_flags{device="veth1006ef9"} 4867 node_network_flags{device="veth1257544"} 4867 node_network_flags{device="veth182862f"} 4867 node_network_flags{device="veth1ca76df"} 4867 node_network_flags{device="veth1dd58cb"} 4867 node_network_flags{device="veth220dc82"} 4867 node_network_flags{device="veth255c21e"} 4867 node_network_flags{device="veth271d8d6"} 4867 node_network_flags{device="veth277dea5"} 4867 node_network_flags{device="veth2fc47fe"} 4867 node_network_flags{device="veth3046c50"} 4867 node_network_flags{device="veth327ba5f"} 4867 node_network_flags{device="veth335bf29"} 4867 node_network_flags{device="veth361f58d"} 4867 node_network_flags{device="veth3bb0398"} 4867 node_network_flags{device="veth3c37c45"} 4867 node_network_flags{device="veth3e5b6e1"} 4867 node_network_flags{device="veth406fe60"} 4867 node_network_flags{device="veth42e0906"} 4867 node_network_flags{device="veth42e85d8"} 4867 node_network_flags{device="veth454b15a"} 4867 node_network_flags{device="veth46f2b06"} 4867 node_network_flags{device="veth4b35834"} 4867 node_network_flags{device="veth4bb10d6"} 4867 node_network_flags{device="veth586c03e"} 4867 node_network_flags{device="veth58eb2e4"} 4867 node_network_flags{device="veth5da162a"} 4867 node_network_flags{device="veth6130212"} 4867 node_network_flags{device="veth658d5a5"} 4867 node_network_flags{device="veth6a9ac1d"} 4867 node_network_flags{device="veth6df0f3b"} 4867 node_network_flags{device="veth6f01810"} 4867 node_network_flags{device="veth7d87aaf"} 4867 node_network_flags{device="veth7ec2b77"} 4867 node_network_flags{device="veth80ef9b7"} 4867 node_network_flags{device="veth8780aec"} 4867 node_network_flags{device="veth8af9d0c"} 4867 node_network_flags{device="veth8d05a2e"} 4867 node_network_flags{device="veth909516d"} 4867 node_network_flags{device="veth95225c7"} 4867 node_network_flags{device="veth960c7e8"} 4867 node_network_flags{device="veth99dee58"} 4867 node_network_flags{device="vetha0b7b9d"} 4867 node_network_flags{device="vetha29a494"} 4867 node_network_flags{device="vetha40ca4f"} 4867 node_network_flags{device="vethaaea0de"} 4867 node_network_flags{device="vethab80991"} 4867 node_network_flags{device="vethac2b45c"} 4867 node_network_flags{device="vethad068c9"} 4867 node_network_flags{device="vethb151164"} 4867 node_network_flags{device="vethb235a62"} 4867 node_network_flags{device="vethb7bb33a"} 4867 node_network_flags{device="vethba5a644"} 4867 node_network_flags{device="vethbc49404"} 4867 node_network_flags{device="vethbd7dcd6"} 4867 node_network_flags{device="vethbe08027"} 4867 node_network_flags{device="vethbfa418e"} 4867 node_network_flags{device="vethc074ca1"} 4867 node_network_flags{device="vethc11282b"} 4867 node_network_flags{device="vethc28dd2d"} 4867 node_network_flags{device="vethc516e5f"} 4867 node_network_flags{device="vethc97f72d"} 4867 node_network_flags{device="vethcdca47a"} 4867 node_network_flags{device="vethd12c039"} 4867 node_network_flags{device="vethd218f4e"} 4867 node_network_flags{device="vethd2976f2"} 4867 node_network_flags{device="vethd447c08"} 4867 node_network_flags{device="vethd4d5b5a"} 4867 node_network_flags{device="vethd7e6b07"} 4867 node_network_flags{device="vethd93b20b"} 4867 node_network_flags{device="vethe3ada01"} 4867 node_network_flags{device="vethe3c98a3"} 4867 node_network_flags{device="vethe5cf1bf"} 4867 node_network_flags{device="vethe904b69"} 4867 node_network_flags{device="vethea79430"} 4867 node_network_flags{device="vetheaa192c"} 4867 node_network_flags{device="vetheb21609"} 4867 node_network_flags{device="vetheeb82b5"} 4867 node_network_flags{device="vethf452220"} 4867 node_network_flags{device="vethf837e19"} 4867 node_network_flags{device="vethf9d71be"} 4867 node_network_flags{device="vethfcea515"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-1c5ae9c4fb11"} 10 node_network_iface_id{device="br-1f437ee92de3"} 14 node_network_iface_id{device="br-541b70109604"} 12 node_network_iface_id{device="br-57fae769631e"} 13 node_network_iface_id{device="br-5fe347eda337"} 4 node_network_iface_id{device="br-607e7f2cc1eb"} 18 node_network_iface_id{device="br-6461bc9320a1"} 8 node_network_iface_id{device="br-8e9e3794015c"} 5 node_network_iface_id{device="br-9d8e958996ba"} 19 node_network_iface_id{device="br-a7e11f654a04"} 15 node_network_iface_id{device="br-aaba14ed7a3b"} 6 node_network_iface_id{device="br-b266df46df77"} 7 node_network_iface_id{device="br-b79aa99837b3"} 20 node_network_iface_id{device="br-e0fcc6d4b66e"} 21 node_network_iface_id{device="br-eac26a665bc7"} 3 node_network_iface_id{device="br-f1318694100b"} 9 node_network_iface_id{device="br-f37d406e9375"} 17 node_network_iface_id{device="br-ff21357210f8"} 16 node_network_iface_id{device="docker0"} 11 node_network_iface_id{device="ens18"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth04916c3"} 345 node_network_iface_id{device="veth06e6db8"} 279 node_network_iface_id{device="veth07983ac"} 313 node_network_iface_id{device="veth09a9c38"} 317 node_network_iface_id{device="veth0a1380b"} 391 node_network_iface_id{device="veth0a78168"} 67 node_network_iface_id{device="veth0a9f2d9"} 403 node_network_iface_id{device="veth0d244e0"} 281 node_network_iface_id{device="veth0da4b3e"} 99 node_network_iface_id{device="veth0f0a64d"} 273 node_network_iface_id{device="veth1006ef9"} 369 node_network_iface_id{device="veth1257544"} 331 node_network_iface_id{device="veth182862f"} 261 node_network_iface_id{device="veth1ca76df"} 389 node_network_iface_id{device="veth1dd58cb"} 395 node_network_iface_id{device="veth220dc82"} 91 node_network_iface_id{device="veth255c21e"} 367 node_network_iface_id{device="veth271d8d6"} 325 node_network_iface_id{device="veth277dea5"} 393 node_network_iface_id{device="veth2fc47fe"} 25 node_network_iface_id{device="veth3046c50"} 379 node_network_iface_id{device="veth327ba5f"} 339 node_network_iface_id{device="veth335bf29"} 111 node_network_iface_id{device="veth361f58d"} 327 node_network_iface_id{device="veth3bb0398"} 87 node_network_iface_id{device="veth3c37c45"} 373 node_network_iface_id{device="veth3e5b6e1"} 361 node_network_iface_id{device="veth406fe60"} 387 node_network_iface_id{device="veth42e0906"} 351 node_network_iface_id{device="veth42e85d8"} 401 node_network_iface_id{device="veth454b15a"} 341 node_network_iface_id{device="veth46f2b06"} 311 node_network_iface_id{device="veth4b35834"} 277 node_network_iface_id{device="veth4bb10d6"} 377 node_network_iface_id{device="veth586c03e"} 305 node_network_iface_id{device="veth58eb2e4"} 299 node_network_iface_id{device="veth5da162a"} 275 node_network_iface_id{device="veth6130212"} 295 node_network_iface_id{device="veth658d5a5"} 337 node_network_iface_id{device="veth6a9ac1d"} 285 node_network_iface_id{device="veth6df0f3b"} 151 node_network_iface_id{device="veth6f01810"} 355 node_network_iface_id{device="veth7d87aaf"} 283 node_network_iface_id{device="veth7ec2b77"} 55 node_network_iface_id{device="veth80ef9b7"} 385 node_network_iface_id{device="veth8780aec"} 105 node_network_iface_id{device="veth8af9d0c"} 365 node_network_iface_id{device="veth8d05a2e"} 259 node_network_iface_id{device="veth909516d"} 315 node_network_iface_id{device="veth95225c7"} 133 node_network_iface_id{device="veth960c7e8"} 307 node_network_iface_id{device="veth99dee58"} 359 node_network_iface_id{device="vetha0b7b9d"} 349 node_network_iface_id{device="vetha29a494"} 363 node_network_iface_id{device="vetha40ca4f"} 399 node_network_iface_id{device="vethaaea0de"} 159 node_network_iface_id{device="vethab80991"} 121 node_network_iface_id{device="vethac2b45c"} 271 node_network_iface_id{device="vethad068c9"} 319 node_network_iface_id{device="vethb151164"} 329 node_network_iface_id{device="vethb235a62"} 291 node_network_iface_id{device="vethb7bb33a"} 65 node_network_iface_id{device="vethba5a644"} 381 node_network_iface_id{device="vethbc49404"} 333 node_network_iface_id{device="vethbd7dcd6"} 343 node_network_iface_id{device="vethbe08027"} 265 node_network_iface_id{device="vethbfa418e"} 27 node_network_iface_id{device="vethc074ca1"} 263 node_network_iface_id{device="vethc11282b"} 267 node_network_iface_id{device="vethc28dd2d"} 309 node_network_iface_id{device="vethc516e5f"} 287 node_network_iface_id{device="vethc97f72d"} 383 node_network_iface_id{device="vethcdca47a"} 255 node_network_iface_id{device="vethd12c039"} 297 node_network_iface_id{device="vethd218f4e"} 357 node_network_iface_id{device="vethd2976f2"} 301 node_network_iface_id{device="vethd447c08"} 353 node_network_iface_id{device="vethd4d5b5a"} 269 node_network_iface_id{device="vethd7e6b07"} 293 node_network_iface_id{device="vethd93b20b"} 375 node_network_iface_id{device="vethe3ada01"} 257 node_network_iface_id{device="vethe3c98a3"} 371 node_network_iface_id{device="vethe5cf1bf"} 207 node_network_iface_id{device="vethe904b69"} 85 node_network_iface_id{device="vethea79430"} 397 node_network_iface_id{device="vetheaa192c"} 303 node_network_iface_id{device="vetheb21609"} 321 node_network_iface_id{device="vetheeb82b5"} 347 node_network_iface_id{device="vethf452220"} 323 node_network_iface_id{device="vethf837e19"} 201 node_network_iface_id{device="vethf9d71be"} 289 node_network_iface_id{device="vethfcea515"} 335 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-1c5ae9c4fb11"} 10 node_network_iface_link{device="br-1f437ee92de3"} 14 node_network_iface_link{device="br-541b70109604"} 12 node_network_iface_link{device="br-57fae769631e"} 13 node_network_iface_link{device="br-5fe347eda337"} 4 node_network_iface_link{device="br-607e7f2cc1eb"} 18 node_network_iface_link{device="br-6461bc9320a1"} 8 node_network_iface_link{device="br-8e9e3794015c"} 5 node_network_iface_link{device="br-9d8e958996ba"} 19 node_network_iface_link{device="br-a7e11f654a04"} 15 node_network_iface_link{device="br-aaba14ed7a3b"} 6 node_network_iface_link{device="br-b266df46df77"} 7 node_network_iface_link{device="br-b79aa99837b3"} 20 node_network_iface_link{device="br-e0fcc6d4b66e"} 21 node_network_iface_link{device="br-eac26a665bc7"} 3 node_network_iface_link{device="br-f1318694100b"} 9 node_network_iface_link{device="br-f37d406e9375"} 17 node_network_iface_link{device="br-ff21357210f8"} 16 node_network_iface_link{device="docker0"} 11 node_network_iface_link{device="ens18"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth04916c3"} 344 node_network_iface_link{device="veth06e6db8"} 278 node_network_iface_link{device="veth07983ac"} 312 node_network_iface_link{device="veth09a9c38"} 316 node_network_iface_link{device="veth0a1380b"} 390 node_network_iface_link{device="veth0a78168"} 66 node_network_iface_link{device="veth0a9f2d9"} 402 node_network_iface_link{device="veth0d244e0"} 280 node_network_iface_link{device="veth0da4b3e"} 98 node_network_iface_link{device="veth0f0a64d"} 272 node_network_iface_link{device="veth1006ef9"} 368 node_network_iface_link{device="veth1257544"} 330 node_network_iface_link{device="veth182862f"} 260 node_network_iface_link{device="veth1ca76df"} 388 node_network_iface_link{device="veth1dd58cb"} 394 node_network_iface_link{device="veth220dc82"} 90 node_network_iface_link{device="veth255c21e"} 366 node_network_iface_link{device="veth271d8d6"} 324 node_network_iface_link{device="veth277dea5"} 392 node_network_iface_link{device="veth2fc47fe"} 24 node_network_iface_link{device="veth3046c50"} 378 node_network_iface_link{device="veth327ba5f"} 338 node_network_iface_link{device="veth335bf29"} 110 node_network_iface_link{device="veth361f58d"} 326 node_network_iface_link{device="veth3bb0398"} 86 node_network_iface_link{device="veth3c37c45"} 372 node_network_iface_link{device="veth3e5b6e1"} 360 node_network_iface_link{device="veth406fe60"} 386 node_network_iface_link{device="veth42e0906"} 350 node_network_iface_link{device="veth42e85d8"} 400 node_network_iface_link{device="veth454b15a"} 340 node_network_iface_link{device="veth46f2b06"} 310 node_network_iface_link{device="veth4b35834"} 276 node_network_iface_link{device="veth4bb10d6"} 376 node_network_iface_link{device="veth586c03e"} 304 node_network_iface_link{device="veth58eb2e4"} 298 node_network_iface_link{device="veth5da162a"} 274 node_network_iface_link{device="veth6130212"} 294 node_network_iface_link{device="veth658d5a5"} 336 node_network_iface_link{device="veth6a9ac1d"} 284 node_network_iface_link{device="veth6df0f3b"} 150 node_network_iface_link{device="veth6f01810"} 354 node_network_iface_link{device="veth7d87aaf"} 282 node_network_iface_link{device="veth7ec2b77"} 54 node_network_iface_link{device="veth80ef9b7"} 384 node_network_iface_link{device="veth8780aec"} 104 node_network_iface_link{device="veth8af9d0c"} 364 node_network_iface_link{device="veth8d05a2e"} 258 node_network_iface_link{device="veth909516d"} 314 node_network_iface_link{device="veth95225c7"} 132 node_network_iface_link{device="veth960c7e8"} 306 node_network_iface_link{device="veth99dee58"} 358 node_network_iface_link{device="vetha0b7b9d"} 348 node_network_iface_link{device="vetha29a494"} 362 node_network_iface_link{device="vetha40ca4f"} 398 node_network_iface_link{device="vethaaea0de"} 158 node_network_iface_link{device="vethab80991"} 120 node_network_iface_link{device="vethac2b45c"} 270 node_network_iface_link{device="vethad068c9"} 318 node_network_iface_link{device="vethb151164"} 328 node_network_iface_link{device="vethb235a62"} 290 node_network_iface_link{device="vethb7bb33a"} 64 node_network_iface_link{device="vethba5a644"} 380 node_network_iface_link{device="vethbc49404"} 332 node_network_iface_link{device="vethbd7dcd6"} 342 node_network_iface_link{device="vethbe08027"} 264 node_network_iface_link{device="vethbfa418e"} 26 node_network_iface_link{device="vethc074ca1"} 262 node_network_iface_link{device="vethc11282b"} 266 node_network_iface_link{device="vethc28dd2d"} 308 node_network_iface_link{device="vethc516e5f"} 286 node_network_iface_link{device="vethc97f72d"} 382 node_network_iface_link{device="vethcdca47a"} 254 node_network_iface_link{device="vethd12c039"} 296 node_network_iface_link{device="vethd218f4e"} 356 node_network_iface_link{device="vethd2976f2"} 300 node_network_iface_link{device="vethd447c08"} 352 node_network_iface_link{device="vethd4d5b5a"} 268 node_network_iface_link{device="vethd7e6b07"} 292 node_network_iface_link{device="vethd93b20b"} 374 node_network_iface_link{device="vethe3ada01"} 256 node_network_iface_link{device="vethe3c98a3"} 370 node_network_iface_link{device="vethe5cf1bf"} 206 node_network_iface_link{device="vethe904b69"} 84 node_network_iface_link{device="vethea79430"} 396 node_network_iface_link{device="vetheaa192c"} 302 node_network_iface_link{device="vetheb21609"} 320 node_network_iface_link{device="vetheeb82b5"} 346 node_network_iface_link{device="vethf452220"} 322 node_network_iface_link{device="vethf837e19"} 200 node_network_iface_link{device="vethf9d71be"} 288 node_network_iface_link{device="vethfcea515"} 334 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="br-1c5ae9c4fb11"} 0 node_network_iface_link_mode{device="br-1f437ee92de3"} 0 node_network_iface_link_mode{device="br-541b70109604"} 0 node_network_iface_link_mode{device="br-57fae769631e"} 0 node_network_iface_link_mode{device="br-5fe347eda337"} 0 node_network_iface_link_mode{device="br-607e7f2cc1eb"} 0 node_network_iface_link_mode{device="br-6461bc9320a1"} 0 node_network_iface_link_mode{device="br-8e9e3794015c"} 0 node_network_iface_link_mode{device="br-9d8e958996ba"} 0 node_network_iface_link_mode{device="br-a7e11f654a04"} 0 node_network_iface_link_mode{device="br-aaba14ed7a3b"} 0 node_network_iface_link_mode{device="br-b266df46df77"} 0 node_network_iface_link_mode{device="br-b79aa99837b3"} 0 node_network_iface_link_mode{device="br-e0fcc6d4b66e"} 0 node_network_iface_link_mode{device="br-eac26a665bc7"} 0 node_network_iface_link_mode{device="br-f1318694100b"} 0 node_network_iface_link_mode{device="br-f37d406e9375"} 0 node_network_iface_link_mode{device="br-ff21357210f8"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="ens18"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth04916c3"} 0 node_network_iface_link_mode{device="veth06e6db8"} 0 node_network_iface_link_mode{device="veth07983ac"} 0 node_network_iface_link_mode{device="veth09a9c38"} 0 node_network_iface_link_mode{device="veth0a1380b"} 0 node_network_iface_link_mode{device="veth0a78168"} 0 node_network_iface_link_mode{device="veth0a9f2d9"} 0 node_network_iface_link_mode{device="veth0d244e0"} 0 node_network_iface_link_mode{device="veth0da4b3e"} 0 node_network_iface_link_mode{device="veth0f0a64d"} 0 node_network_iface_link_mode{device="veth1006ef9"} 0 node_network_iface_link_mode{device="veth1257544"} 0 node_network_iface_link_mode{device="veth182862f"} 0 node_network_iface_link_mode{device="veth1ca76df"} 0 node_network_iface_link_mode{device="veth1dd58cb"} 0 node_network_iface_link_mode{device="veth220dc82"} 0 node_network_iface_link_mode{device="veth255c21e"} 0 node_network_iface_link_mode{device="veth271d8d6"} 0 node_network_iface_link_mode{device="veth277dea5"} 0 node_network_iface_link_mode{device="veth2fc47fe"} 0 node_network_iface_link_mode{device="veth3046c50"} 0 node_network_iface_link_mode{device="veth327ba5f"} 0 node_network_iface_link_mode{device="veth335bf29"} 0 node_network_iface_link_mode{device="veth361f58d"} 0 node_network_iface_link_mode{device="veth3bb0398"} 0 node_network_iface_link_mode{device="veth3c37c45"} 0 node_network_iface_link_mode{device="veth3e5b6e1"} 0 node_network_iface_link_mode{device="veth406fe60"} 0 node_network_iface_link_mode{device="veth42e0906"} 0 node_network_iface_link_mode{device="veth42e85d8"} 0 node_network_iface_link_mode{device="veth454b15a"} 0 node_network_iface_link_mode{device="veth46f2b06"} 0 node_network_iface_link_mode{device="veth4b35834"} 0 node_network_iface_link_mode{device="veth4bb10d6"} 0 node_network_iface_link_mode{device="veth586c03e"} 0 node_network_iface_link_mode{device="veth58eb2e4"} 0 node_network_iface_link_mode{device="veth5da162a"} 0 node_network_iface_link_mode{device="veth6130212"} 0 node_network_iface_link_mode{device="veth658d5a5"} 0 node_network_iface_link_mode{device="veth6a9ac1d"} 0 node_network_iface_link_mode{device="veth6df0f3b"} 0 node_network_iface_link_mode{device="veth6f01810"} 0 node_network_iface_link_mode{device="veth7d87aaf"} 0 node_network_iface_link_mode{device="veth7ec2b77"} 0 node_network_iface_link_mode{device="veth80ef9b7"} 0 node_network_iface_link_mode{device="veth8780aec"} 0 node_network_iface_link_mode{device="veth8af9d0c"} 0 node_network_iface_link_mode{device="veth8d05a2e"} 0 node_network_iface_link_mode{device="veth909516d"} 0 node_network_iface_link_mode{device="veth95225c7"} 0 node_network_iface_link_mode{device="veth960c7e8"} 0 node_network_iface_link_mode{device="veth99dee58"} 0 node_network_iface_link_mode{device="vetha0b7b9d"} 0 node_network_iface_link_mode{device="vetha29a494"} 0 node_network_iface_link_mode{device="vetha40ca4f"} 0 node_network_iface_link_mode{device="vethaaea0de"} 0 node_network_iface_link_mode{device="vethab80991"} 0 node_network_iface_link_mode{device="vethac2b45c"} 0 node_network_iface_link_mode{device="vethad068c9"} 0 node_network_iface_link_mode{device="vethb151164"} 0 node_network_iface_link_mode{device="vethb235a62"} 0 node_network_iface_link_mode{device="vethb7bb33a"} 0 node_network_iface_link_mode{device="vethba5a644"} 0 node_network_iface_link_mode{device="vethbc49404"} 0 node_network_iface_link_mode{device="vethbd7dcd6"} 0 node_network_iface_link_mode{device="vethbe08027"} 0 node_network_iface_link_mode{device="vethbfa418e"} 0 node_network_iface_link_mode{device="vethc074ca1"} 0 node_network_iface_link_mode{device="vethc11282b"} 0 node_network_iface_link_mode{device="vethc28dd2d"} 0 node_network_iface_link_mode{device="vethc516e5f"} 0 node_network_iface_link_mode{device="vethc97f72d"} 0 node_network_iface_link_mode{device="vethcdca47a"} 0 node_network_iface_link_mode{device="vethd12c039"} 0 node_network_iface_link_mode{device="vethd218f4e"} 0 node_network_iface_link_mode{device="vethd2976f2"} 0 node_network_iface_link_mode{device="vethd447c08"} 0 node_network_iface_link_mode{device="vethd4d5b5a"} 0 node_network_iface_link_mode{device="vethd7e6b07"} 0 node_network_iface_link_mode{device="vethd93b20b"} 0 node_network_iface_link_mode{device="vethe3ada01"} 0 node_network_iface_link_mode{device="vethe3c98a3"} 0 node_network_iface_link_mode{device="vethe5cf1bf"} 0 node_network_iface_link_mode{device="vethe904b69"} 0 node_network_iface_link_mode{device="vethea79430"} 0 node_network_iface_link_mode{device="vetheaa192c"} 0 node_network_iface_link_mode{device="vetheb21609"} 0 node_network_iface_link_mode{device="vetheeb82b5"} 0 node_network_iface_link_mode{device="vethf452220"} 0 node_network_iface_link_mode{device="vethf837e19"} 0 node_network_iface_link_mode{device="vethf9d71be"} 0 node_network_iface_link_mode{device="vethfcea515"} 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:4c:ae:aa:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1f437ee92de3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:50:19:7e:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1c5ae9c4fb11",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:54:62:96:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-eac26a665bc7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:64:68:e8:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f1318694100b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:6f:2b:f2:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e0fcc6d4b66e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:71:9a:f1:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a7e11f654a04",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8a:59:0a:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-607e7f2cc1eb",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:98:43:71:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ff21357210f8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9c:33:cb:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9d8e958996ba",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a2:f5:f3:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b79aa99837b3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c3:89:e8:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5fe347eda337",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:cf:8d:d3:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6461bc9320a1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d2:b5:37:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f37d406e9375",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d7:fe:1f:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b266df46df77",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d8:87:2d:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-aaba14ed7a3b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e4:d6:fd:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:eb:25:1a:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8e9e3794015c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ec:e6:c9:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-541b70109604",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:fb:c9:18:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-57fae769631e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="06:47:e4:52:d7:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6df0f3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:49:b3:2c:6f:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd218f4e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:e7:ca:2d:00:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0a9f2d9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:06:3b:ef:0e:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d244e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:b1:56:1f:c0:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth80ef9b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:a8:e4:12:c4:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe3c98a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:f8:79:f2:a2:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f0a64d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:22:b3:34:23:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth46f2b06",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:3a:fd:82:00:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd12c039",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:e4:45:6d:34:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1dd58cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:1c:fb:5f:e3:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac2b45c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:82:39:e3:5e:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe08027",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:97:df:b8:d3:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth909516d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:3d:a0:fe:04:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04916c3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:3a:37:30:b1:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbfa418e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:6d:fd:08:b8:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb235a62",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:1b:3e:7c:29:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth182862f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:26:98:c7:e8:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb151164",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:09:7c:42:08:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth06e6db8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:4f:05:83:41:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc074ca1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:ce:ef:3d:9b:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8af9d0c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:48:9f:be:5c:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth277dea5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:61:2d:d7:8e:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4bb10d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:04:24:8e:4c:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf9d71be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:d9:84:ac:b0:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0a1380b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:67:99:0a:a6:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcdca47a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:e8:2a:a9:eb:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha40ca4f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:3b:4c:cb:b4:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3c37c45",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:f0:01:2b:8c:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheaa192c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:32:71:de:c0:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth406fe60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:3a:0d:7a:d9:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth960c7e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:c4:32:85:ad:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d05a2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:e4:3e:10:c8:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5da162a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:f6:49:f8:4a:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe3ada01",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:07:bd:26:e1:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0a78168",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:3e:c1:36:bd:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6130212",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:6d:d5:a2:13:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth335bf29",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:a4:c9:15:1c:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc516e5f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:05:4b:1c:7b:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaaea0de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:9f:ba:49:f9:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth58eb2e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:9e:c8:69:15:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ca76df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:d1:83:c0:99:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab80991",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:13:af:75:76:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth271d8d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:30:01:23:49:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth42e0906",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:fb:4f:58:77:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6f01810",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:0d:c7:2b:20:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc11282b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:22:87:4b:07:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd447c08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:c4:22:cd:23:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethba5a644",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:7e:2f:1f:4d:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth220dc82",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:c8:fd:a8:60:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha0b7b9d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:71:f6:03:45:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ec2b77",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:82:5d:d0:0d:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheeb82b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:7a:73:7b:7e:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc97f72d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:29:cf:4e:74:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd7e6b07",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:39:4b:84:25:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1006ef9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:7d:cf:7e:68:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf837e19",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:b5:c9:5a:6b:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3046c50",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:7f:aa:84:97:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth42e85d8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:bd:e1:85:72:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd93b20b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:f1:fb:5a:7f:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a9ac1d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:55:39:b9:f6:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1257544",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:4e:04:5f:25:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth454b15a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:be:8f:6c:c4:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2976f2",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:ee:e7:25:cf:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth586c03e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:ff:e6:3e:8c:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb21609",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:e1:22:f5:3d:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth99dee58",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:33:a2:e4:20:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth361f58d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:3a:62:05:42:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2fc47fe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:f7:ea:8a:fb:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbc49404",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:e1:39:89:30:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad068c9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:0c:19:ed:86:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth255c21e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:33:04:43:f1:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth09a9c38",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:c2:36:9e:59:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d87aaf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:d9:1f:48:53:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b35834",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:b1:aa:75:05:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth07983ac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:e9:b0:2d:5d:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth658d5a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:4c:2b:78:de:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfcea515",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:79:0e:24:ca:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb7bb33a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:43:f1:99:90:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth95225c7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:91:73:3a:58:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf452220",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:2e:85:bd:e7:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe904b69",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:48:dd:c3:07:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3bb0398",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:8a:dd:cf:01:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0da4b3e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:9a:89:46:8e:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha29a494",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:fb:a3:3c:46:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8780aec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:88:5b:13:51:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd7dcd6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:6c:88:b8:4a:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc28dd2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:17:51:d5:a1:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd4d5b5a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:5b:65:bd:30:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth327ba5f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:a3:4f:db:db:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3e5b6e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:f8:b4:dd:37:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe5cf1bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:00:f8:2f:1e:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethea79430",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="br-1c5ae9c4fb11"} 1500 node_network_mtu_bytes{device="br-1f437ee92de3"} 1500 node_network_mtu_bytes{device="br-541b70109604"} 1500 node_network_mtu_bytes{device="br-57fae769631e"} 1500 node_network_mtu_bytes{device="br-5fe347eda337"} 1500 node_network_mtu_bytes{device="br-607e7f2cc1eb"} 1500 node_network_mtu_bytes{device="br-6461bc9320a1"} 1500 node_network_mtu_bytes{device="br-8e9e3794015c"} 1500 node_network_mtu_bytes{device="br-9d8e958996ba"} 1500 node_network_mtu_bytes{device="br-a7e11f654a04"} 1500 node_network_mtu_bytes{device="br-aaba14ed7a3b"} 1500 node_network_mtu_bytes{device="br-b266df46df77"} 1500 node_network_mtu_bytes{device="br-b79aa99837b3"} 1500 node_network_mtu_bytes{device="br-e0fcc6d4b66e"} 1500 node_network_mtu_bytes{device="br-eac26a665bc7"} 1500 node_network_mtu_bytes{device="br-f1318694100b"} 1500 node_network_mtu_bytes{device="br-f37d406e9375"} 1500 node_network_mtu_bytes{device="br-ff21357210f8"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="ens18"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth04916c3"} 1500 node_network_mtu_bytes{device="veth06e6db8"} 1500 node_network_mtu_bytes{device="veth07983ac"} 1500 node_network_mtu_bytes{device="veth09a9c38"} 1500 node_network_mtu_bytes{device="veth0a1380b"} 1500 node_network_mtu_bytes{device="veth0a78168"} 1500 node_network_mtu_bytes{device="veth0a9f2d9"} 1500 node_network_mtu_bytes{device="veth0d244e0"} 1500 node_network_mtu_bytes{device="veth0da4b3e"} 1500 node_network_mtu_bytes{device="veth0f0a64d"} 1500 node_network_mtu_bytes{device="veth1006ef9"} 1500 node_network_mtu_bytes{device="veth1257544"} 1500 node_network_mtu_bytes{device="veth182862f"} 1500 node_network_mtu_bytes{device="veth1ca76df"} 1500 node_network_mtu_bytes{device="veth1dd58cb"} 1500 node_network_mtu_bytes{device="veth220dc82"} 1500 node_network_mtu_bytes{device="veth255c21e"} 1500 node_network_mtu_bytes{device="veth271d8d6"} 1500 node_network_mtu_bytes{device="veth277dea5"} 1500 node_network_mtu_bytes{device="veth2fc47fe"} 1500 node_network_mtu_bytes{device="veth3046c50"} 1500 node_network_mtu_bytes{device="veth327ba5f"} 1500 node_network_mtu_bytes{device="veth335bf29"} 1500 node_network_mtu_bytes{device="veth361f58d"} 1500 node_network_mtu_bytes{device="veth3bb0398"} 1500 node_network_mtu_bytes{device="veth3c37c45"} 1500 node_network_mtu_bytes{device="veth3e5b6e1"} 1500 node_network_mtu_bytes{device="veth406fe60"} 1500 node_network_mtu_bytes{device="veth42e0906"} 1500 node_network_mtu_bytes{device="veth42e85d8"} 1500 node_network_mtu_bytes{device="veth454b15a"} 1500 node_network_mtu_bytes{device="veth46f2b06"} 1500 node_network_mtu_bytes{device="veth4b35834"} 1500 node_network_mtu_bytes{device="veth4bb10d6"} 1500 node_network_mtu_bytes{device="veth586c03e"} 1500 node_network_mtu_bytes{device="veth58eb2e4"} 1500 node_network_mtu_bytes{device="veth5da162a"} 1500 node_network_mtu_bytes{device="veth6130212"} 1500 node_network_mtu_bytes{device="veth658d5a5"} 1500 node_network_mtu_bytes{device="veth6a9ac1d"} 1500 node_network_mtu_bytes{device="veth6df0f3b"} 1500 node_network_mtu_bytes{device="veth6f01810"} 1500 node_network_mtu_bytes{device="veth7d87aaf"} 1500 node_network_mtu_bytes{device="veth7ec2b77"} 1500 node_network_mtu_bytes{device="veth80ef9b7"} 1500 node_network_mtu_bytes{device="veth8780aec"} 1500 node_network_mtu_bytes{device="veth8af9d0c"} 1500 node_network_mtu_bytes{device="veth8d05a2e"} 1500 node_network_mtu_bytes{device="veth909516d"} 1500 node_network_mtu_bytes{device="veth95225c7"} 1500 node_network_mtu_bytes{device="veth960c7e8"} 1500 node_network_mtu_bytes{device="veth99dee58"} 1500 node_network_mtu_bytes{device="vetha0b7b9d"} 1500 node_network_mtu_bytes{device="vetha29a494"} 1500 node_network_mtu_bytes{device="vetha40ca4f"} 1500 node_network_mtu_bytes{device="vethaaea0de"} 1500 node_network_mtu_bytes{device="vethab80991"} 1500 node_network_mtu_bytes{device="vethac2b45c"} 1500 node_network_mtu_bytes{device="vethad068c9"} 1500 node_network_mtu_bytes{device="vethb151164"} 1500 node_network_mtu_bytes{device="vethb235a62"} 1500 node_network_mtu_bytes{device="vethb7bb33a"} 1500 node_network_mtu_bytes{device="vethba5a644"} 1500 node_network_mtu_bytes{device="vethbc49404"} 1500 node_network_mtu_bytes{device="vethbd7dcd6"} 1500 node_network_mtu_bytes{device="vethbe08027"} 1500 node_network_mtu_bytes{device="vethbfa418e"} 1500 node_network_mtu_bytes{device="vethc074ca1"} 1500 node_network_mtu_bytes{device="vethc11282b"} 1500 node_network_mtu_bytes{device="vethc28dd2d"} 1500 node_network_mtu_bytes{device="vethc516e5f"} 1500 node_network_mtu_bytes{device="vethc97f72d"} 1500 node_network_mtu_bytes{device="vethcdca47a"} 1500 node_network_mtu_bytes{device="vethd12c039"} 1500 node_network_mtu_bytes{device="vethd218f4e"} 1500 node_network_mtu_bytes{device="vethd2976f2"} 1500 node_network_mtu_bytes{device="vethd447c08"} 1500 node_network_mtu_bytes{device="vethd4d5b5a"} 1500 node_network_mtu_bytes{device="vethd7e6b07"} 1500 node_network_mtu_bytes{device="vethd93b20b"} 1500 node_network_mtu_bytes{device="vethe3ada01"} 1500 node_network_mtu_bytes{device="vethe3c98a3"} 1500 node_network_mtu_bytes{device="vethe5cf1bf"} 1500 node_network_mtu_bytes{device="vethe904b69"} 1500 node_network_mtu_bytes{device="vethea79430"} 1500 node_network_mtu_bytes{device="vetheaa192c"} 1500 node_network_mtu_bytes{device="vetheb21609"} 1500 node_network_mtu_bytes{device="vetheeb82b5"} 1500 node_network_mtu_bytes{device="vethf452220"} 1500 node_network_mtu_bytes{device="vethf837e19"} 1500 node_network_mtu_bytes{device="vethf9d71be"} 1500 node_network_mtu_bytes{device="vethfcea515"} 1500 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="br-1c5ae9c4fb11"} 3 node_network_name_assign_type{device="br-1f437ee92de3"} 3 node_network_name_assign_type{device="br-541b70109604"} 3 node_network_name_assign_type{device="br-57fae769631e"} 3 node_network_name_assign_type{device="br-5fe347eda337"} 3 node_network_name_assign_type{device="br-607e7f2cc1eb"} 3 node_network_name_assign_type{device="br-6461bc9320a1"} 3 node_network_name_assign_type{device="br-8e9e3794015c"} 3 node_network_name_assign_type{device="br-9d8e958996ba"} 3 node_network_name_assign_type{device="br-a7e11f654a04"} 3 node_network_name_assign_type{device="br-aaba14ed7a3b"} 3 node_network_name_assign_type{device="br-b266df46df77"} 3 node_network_name_assign_type{device="br-b79aa99837b3"} 3 node_network_name_assign_type{device="br-e0fcc6d4b66e"} 3 node_network_name_assign_type{device="br-eac26a665bc7"} 3 node_network_name_assign_type{device="br-f1318694100b"} 3 node_network_name_assign_type{device="br-f37d406e9375"} 3 node_network_name_assign_type{device="br-ff21357210f8"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="ens18"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth04916c3"} 3 node_network_name_assign_type{device="veth06e6db8"} 3 node_network_name_assign_type{device="veth07983ac"} 3 node_network_name_assign_type{device="veth09a9c38"} 3 node_network_name_assign_type{device="veth0a1380b"} 3 node_network_name_assign_type{device="veth0a78168"} 3 node_network_name_assign_type{device="veth0a9f2d9"} 3 node_network_name_assign_type{device="veth0d244e0"} 3 node_network_name_assign_type{device="veth0da4b3e"} 3 node_network_name_assign_type{device="veth0f0a64d"} 3 node_network_name_assign_type{device="veth1006ef9"} 3 node_network_name_assign_type{device="veth1257544"} 3 node_network_name_assign_type{device="veth182862f"} 3 node_network_name_assign_type{device="veth1ca76df"} 3 node_network_name_assign_type{device="veth1dd58cb"} 3 node_network_name_assign_type{device="veth220dc82"} 3 node_network_name_assign_type{device="veth255c21e"} 3 node_network_name_assign_type{device="veth271d8d6"} 3 node_network_name_assign_type{device="veth277dea5"} 3 node_network_name_assign_type{device="veth2fc47fe"} 3 node_network_name_assign_type{device="veth3046c50"} 3 node_network_name_assign_type{device="veth327ba5f"} 3 node_network_name_assign_type{device="veth335bf29"} 3 node_network_name_assign_type{device="veth361f58d"} 3 node_network_name_assign_type{device="veth3bb0398"} 3 node_network_name_assign_type{device="veth3c37c45"} 3 node_network_name_assign_type{device="veth3e5b6e1"} 3 node_network_name_assign_type{device="veth406fe60"} 3 node_network_name_assign_type{device="veth42e0906"} 3 node_network_name_assign_type{device="veth42e85d8"} 3 node_network_name_assign_type{device="veth454b15a"} 3 node_network_name_assign_type{device="veth46f2b06"} 3 node_network_name_assign_type{device="veth4b35834"} 3 node_network_name_assign_type{device="veth4bb10d6"} 3 node_network_name_assign_type{device="veth586c03e"} 3 node_network_name_assign_type{device="veth58eb2e4"} 3 node_network_name_assign_type{device="veth5da162a"} 3 node_network_name_assign_type{device="veth6130212"} 3 node_network_name_assign_type{device="veth658d5a5"} 3 node_network_name_assign_type{device="veth6a9ac1d"} 3 node_network_name_assign_type{device="veth6df0f3b"} 3 node_network_name_assign_type{device="veth6f01810"} 3 node_network_name_assign_type{device="veth7d87aaf"} 3 node_network_name_assign_type{device="veth7ec2b77"} 3 node_network_name_assign_type{device="veth80ef9b7"} 3 node_network_name_assign_type{device="veth8780aec"} 3 node_network_name_assign_type{device="veth8af9d0c"} 3 node_network_name_assign_type{device="veth8d05a2e"} 3 node_network_name_assign_type{device="veth909516d"} 3 node_network_name_assign_type{device="veth95225c7"} 3 node_network_name_assign_type{device="veth960c7e8"} 3 node_network_name_assign_type{device="veth99dee58"} 3 node_network_name_assign_type{device="vetha0b7b9d"} 3 node_network_name_assign_type{device="vetha29a494"} 3 node_network_name_assign_type{device="vetha40ca4f"} 3 node_network_name_assign_type{device="vethaaea0de"} 3 node_network_name_assign_type{device="vethab80991"} 3 node_network_name_assign_type{device="vethac2b45c"} 3 node_network_name_assign_type{device="vethad068c9"} 3 node_network_name_assign_type{device="vethb151164"} 3 node_network_name_assign_type{device="vethb235a62"} 3 node_network_name_assign_type{device="vethb7bb33a"} 3 node_network_name_assign_type{device="vethba5a644"} 3 node_network_name_assign_type{device="vethbc49404"} 3 node_network_name_assign_type{device="vethbd7dcd6"} 3 node_network_name_assign_type{device="vethbe08027"} 3 node_network_name_assign_type{device="vethbfa418e"} 3 node_network_name_assign_type{device="vethc074ca1"} 3 node_network_name_assign_type{device="vethc11282b"} 3 node_network_name_assign_type{device="vethc28dd2d"} 3 node_network_name_assign_type{device="vethc516e5f"} 3 node_network_name_assign_type{device="vethc97f72d"} 3 node_network_name_assign_type{device="vethcdca47a"} 3 node_network_name_assign_type{device="vethd12c039"} 3 node_network_name_assign_type{device="vethd218f4e"} 3 node_network_name_assign_type{device="vethd2976f2"} 3 node_network_name_assign_type{device="vethd447c08"} 3 node_network_name_assign_type{device="vethd4d5b5a"} 3 node_network_name_assign_type{device="vethd7e6b07"} 3 node_network_name_assign_type{device="vethd93b20b"} 3 node_network_name_assign_type{device="vethe3ada01"} 3 node_network_name_assign_type{device="vethe3c98a3"} 3 node_network_name_assign_type{device="vethe5cf1bf"} 3 node_network_name_assign_type{device="vethe904b69"} 3 node_network_name_assign_type{device="vethea79430"} 3 node_network_name_assign_type{device="vetheaa192c"} 3 node_network_name_assign_type{device="vetheb21609"} 3 node_network_name_assign_type{device="vetheeb82b5"} 3 node_network_name_assign_type{device="vethf452220"} 3 node_network_name_assign_type{device="vethf837e19"} 3 node_network_name_assign_type{device="vethf9d71be"} 3 node_network_name_assign_type{device="vethfcea515"} 3 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="br-1c5ae9c4fb11"} 0 node_network_net_dev_group{device="br-1f437ee92de3"} 0 node_network_net_dev_group{device="br-541b70109604"} 0 node_network_net_dev_group{device="br-57fae769631e"} 0 node_network_net_dev_group{device="br-5fe347eda337"} 0 node_network_net_dev_group{device="br-607e7f2cc1eb"} 0 node_network_net_dev_group{device="br-6461bc9320a1"} 0 node_network_net_dev_group{device="br-8e9e3794015c"} 0 node_network_net_dev_group{device="br-9d8e958996ba"} 0 node_network_net_dev_group{device="br-a7e11f654a04"} 0 node_network_net_dev_group{device="br-aaba14ed7a3b"} 0 node_network_net_dev_group{device="br-b266df46df77"} 0 node_network_net_dev_group{device="br-b79aa99837b3"} 0 node_network_net_dev_group{device="br-e0fcc6d4b66e"} 0 node_network_net_dev_group{device="br-eac26a665bc7"} 0 node_network_net_dev_group{device="br-f1318694100b"} 0 node_network_net_dev_group{device="br-f37d406e9375"} 0 node_network_net_dev_group{device="br-ff21357210f8"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="ens18"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth04916c3"} 0 node_network_net_dev_group{device="veth06e6db8"} 0 node_network_net_dev_group{device="veth07983ac"} 0 node_network_net_dev_group{device="veth09a9c38"} 0 node_network_net_dev_group{device="veth0a1380b"} 0 node_network_net_dev_group{device="veth0a78168"} 0 node_network_net_dev_group{device="veth0a9f2d9"} 0 node_network_net_dev_group{device="veth0d244e0"} 0 node_network_net_dev_group{device="veth0da4b3e"} 0 node_network_net_dev_group{device="veth0f0a64d"} 0 node_network_net_dev_group{device="veth1006ef9"} 0 node_network_net_dev_group{device="veth1257544"} 0 node_network_net_dev_group{device="veth182862f"} 0 node_network_net_dev_group{device="veth1ca76df"} 0 node_network_net_dev_group{device="veth1dd58cb"} 0 node_network_net_dev_group{device="veth220dc82"} 0 node_network_net_dev_group{device="veth255c21e"} 0 node_network_net_dev_group{device="veth271d8d6"} 0 node_network_net_dev_group{device="veth277dea5"} 0 node_network_net_dev_group{device="veth2fc47fe"} 0 node_network_net_dev_group{device="veth3046c50"} 0 node_network_net_dev_group{device="veth327ba5f"} 0 node_network_net_dev_group{device="veth335bf29"} 0 node_network_net_dev_group{device="veth361f58d"} 0 node_network_net_dev_group{device="veth3bb0398"} 0 node_network_net_dev_group{device="veth3c37c45"} 0 node_network_net_dev_group{device="veth3e5b6e1"} 0 node_network_net_dev_group{device="veth406fe60"} 0 node_network_net_dev_group{device="veth42e0906"} 0 node_network_net_dev_group{device="veth42e85d8"} 0 node_network_net_dev_group{device="veth454b15a"} 0 node_network_net_dev_group{device="veth46f2b06"} 0 node_network_net_dev_group{device="veth4b35834"} 0 node_network_net_dev_group{device="veth4bb10d6"} 0 node_network_net_dev_group{device="veth586c03e"} 0 node_network_net_dev_group{device="veth58eb2e4"} 0 node_network_net_dev_group{device="veth5da162a"} 0 node_network_net_dev_group{device="veth6130212"} 0 node_network_net_dev_group{device="veth658d5a5"} 0 node_network_net_dev_group{device="veth6a9ac1d"} 0 node_network_net_dev_group{device="veth6df0f3b"} 0 node_network_net_dev_group{device="veth6f01810"} 0 node_network_net_dev_group{device="veth7d87aaf"} 0 node_network_net_dev_group{device="veth7ec2b77"} 0 node_network_net_dev_group{device="veth80ef9b7"} 0 node_network_net_dev_group{device="veth8780aec"} 0 node_network_net_dev_group{device="veth8af9d0c"} 0 node_network_net_dev_group{device="veth8d05a2e"} 0 node_network_net_dev_group{device="veth909516d"} 0 node_network_net_dev_group{device="veth95225c7"} 0 node_network_net_dev_group{device="veth960c7e8"} 0 node_network_net_dev_group{device="veth99dee58"} 0 node_network_net_dev_group{device="vetha0b7b9d"} 0 node_network_net_dev_group{device="vetha29a494"} 0 node_network_net_dev_group{device="vetha40ca4f"} 0 node_network_net_dev_group{device="vethaaea0de"} 0 node_network_net_dev_group{device="vethab80991"} 0 node_network_net_dev_group{device="vethac2b45c"} 0 node_network_net_dev_group{device="vethad068c9"} 0 node_network_net_dev_group{device="vethb151164"} 0 node_network_net_dev_group{device="vethb235a62"} 0 node_network_net_dev_group{device="vethb7bb33a"} 0 node_network_net_dev_group{device="vethba5a644"} 0 node_network_net_dev_group{device="vethbc49404"} 0 node_network_net_dev_group{device="vethbd7dcd6"} 0 node_network_net_dev_group{device="vethbe08027"} 0 node_network_net_dev_group{device="vethbfa418e"} 0 node_network_net_dev_group{device="vethc074ca1"} 0 node_network_net_dev_group{device="vethc11282b"} 0 node_network_net_dev_group{device="vethc28dd2d"} 0 node_network_net_dev_group{device="vethc516e5f"} 0 node_network_net_dev_group{device="vethc97f72d"} 0 node_network_net_dev_group{device="vethcdca47a"} 0 node_network_net_dev_group{device="vethd12c039"} 0 node_network_net_dev_group{device="vethd218f4e"} 0 node_network_net_dev_group{device="vethd2976f2"} 0 node_network_net_dev_group{device="vethd447c08"} 0 node_network_net_dev_group{device="vethd4d5b5a"} 0 node_network_net_dev_group{device="vethd7e6b07"} 0 node_network_net_dev_group{device="vethd93b20b"} 0 node_network_net_dev_group{device="vethe3ada01"} 0 node_network_net_dev_group{device="vethe3c98a3"} 0 node_network_net_dev_group{device="vethe5cf1bf"} 0 node_network_net_dev_group{device="vethe904b69"} 0 node_network_net_dev_group{device="vethea79430"} 0 node_network_net_dev_group{device="vetheaa192c"} 0 node_network_net_dev_group{device="vetheb21609"} 0 node_network_net_dev_group{device="vetheeb82b5"} 0 node_network_net_dev_group{device="vethf452220"} 0 node_network_net_dev_group{device="vethf837e19"} 0 node_network_net_dev_group{device="vethf9d71be"} 0 node_network_net_dev_group{device="vethfcea515"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-1c5ae9c4fb11"} 1 node_network_protocol_type{device="br-1f437ee92de3"} 1 node_network_protocol_type{device="br-541b70109604"} 1 node_network_protocol_type{device="br-57fae769631e"} 1 node_network_protocol_type{device="br-5fe347eda337"} 1 node_network_protocol_type{device="br-607e7f2cc1eb"} 1 node_network_protocol_type{device="br-6461bc9320a1"} 1 node_network_protocol_type{device="br-8e9e3794015c"} 1 node_network_protocol_type{device="br-9d8e958996ba"} 1 node_network_protocol_type{device="br-a7e11f654a04"} 1 node_network_protocol_type{device="br-aaba14ed7a3b"} 1 node_network_protocol_type{device="br-b266df46df77"} 1 node_network_protocol_type{device="br-b79aa99837b3"} 1 node_network_protocol_type{device="br-e0fcc6d4b66e"} 1 node_network_protocol_type{device="br-eac26a665bc7"} 1 node_network_protocol_type{device="br-f1318694100b"} 1 node_network_protocol_type{device="br-f37d406e9375"} 1 node_network_protocol_type{device="br-ff21357210f8"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="ens18"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth04916c3"} 1 node_network_protocol_type{device="veth06e6db8"} 1 node_network_protocol_type{device="veth07983ac"} 1 node_network_protocol_type{device="veth09a9c38"} 1 node_network_protocol_type{device="veth0a1380b"} 1 node_network_protocol_type{device="veth0a78168"} 1 node_network_protocol_type{device="veth0a9f2d9"} 1 node_network_protocol_type{device="veth0d244e0"} 1 node_network_protocol_type{device="veth0da4b3e"} 1 node_network_protocol_type{device="veth0f0a64d"} 1 node_network_protocol_type{device="veth1006ef9"} 1 node_network_protocol_type{device="veth1257544"} 1 node_network_protocol_type{device="veth182862f"} 1 node_network_protocol_type{device="veth1ca76df"} 1 node_network_protocol_type{device="veth1dd58cb"} 1 node_network_protocol_type{device="veth220dc82"} 1 node_network_protocol_type{device="veth255c21e"} 1 node_network_protocol_type{device="veth271d8d6"} 1 node_network_protocol_type{device="veth277dea5"} 1 node_network_protocol_type{device="veth2fc47fe"} 1 node_network_protocol_type{device="veth3046c50"} 1 node_network_protocol_type{device="veth327ba5f"} 1 node_network_protocol_type{device="veth335bf29"} 1 node_network_protocol_type{device="veth361f58d"} 1 node_network_protocol_type{device="veth3bb0398"} 1 node_network_protocol_type{device="veth3c37c45"} 1 node_network_protocol_type{device="veth3e5b6e1"} 1 node_network_protocol_type{device="veth406fe60"} 1 node_network_protocol_type{device="veth42e0906"} 1 node_network_protocol_type{device="veth42e85d8"} 1 node_network_protocol_type{device="veth454b15a"} 1 node_network_protocol_type{device="veth46f2b06"} 1 node_network_protocol_type{device="veth4b35834"} 1 node_network_protocol_type{device="veth4bb10d6"} 1 node_network_protocol_type{device="veth586c03e"} 1 node_network_protocol_type{device="veth58eb2e4"} 1 node_network_protocol_type{device="veth5da162a"} 1 node_network_protocol_type{device="veth6130212"} 1 node_network_protocol_type{device="veth658d5a5"} 1 node_network_protocol_type{device="veth6a9ac1d"} 1 node_network_protocol_type{device="veth6df0f3b"} 1 node_network_protocol_type{device="veth6f01810"} 1 node_network_protocol_type{device="veth7d87aaf"} 1 node_network_protocol_type{device="veth7ec2b77"} 1 node_network_protocol_type{device="veth80ef9b7"} 1 node_network_protocol_type{device="veth8780aec"} 1 node_network_protocol_type{device="veth8af9d0c"} 1 node_network_protocol_type{device="veth8d05a2e"} 1 node_network_protocol_type{device="veth909516d"} 1 node_network_protocol_type{device="veth95225c7"} 1 node_network_protocol_type{device="veth960c7e8"} 1 node_network_protocol_type{device="veth99dee58"} 1 node_network_protocol_type{device="vetha0b7b9d"} 1 node_network_protocol_type{device="vetha29a494"} 1 node_network_protocol_type{device="vetha40ca4f"} 1 node_network_protocol_type{device="vethaaea0de"} 1 node_network_protocol_type{device="vethab80991"} 1 node_network_protocol_type{device="vethac2b45c"} 1 node_network_protocol_type{device="vethad068c9"} 1 node_network_protocol_type{device="vethb151164"} 1 node_network_protocol_type{device="vethb235a62"} 1 node_network_protocol_type{device="vethb7bb33a"} 1 node_network_protocol_type{device="vethba5a644"} 1 node_network_protocol_type{device="vethbc49404"} 1 node_network_protocol_type{device="vethbd7dcd6"} 1 node_network_protocol_type{device="vethbe08027"} 1 node_network_protocol_type{device="vethbfa418e"} 1 node_network_protocol_type{device="vethc074ca1"} 1 node_network_protocol_type{device="vethc11282b"} 1 node_network_protocol_type{device="vethc28dd2d"} 1 node_network_protocol_type{device="vethc516e5f"} 1 node_network_protocol_type{device="vethc97f72d"} 1 node_network_protocol_type{device="vethcdca47a"} 1 node_network_protocol_type{device="vethd12c039"} 1 node_network_protocol_type{device="vethd218f4e"} 1 node_network_protocol_type{device="vethd2976f2"} 1 node_network_protocol_type{device="vethd447c08"} 1 node_network_protocol_type{device="vethd4d5b5a"} 1 node_network_protocol_type{device="vethd7e6b07"} 1 node_network_protocol_type{device="vethd93b20b"} 1 node_network_protocol_type{device="vethe3ada01"} 1 node_network_protocol_type{device="vethe3c98a3"} 1 node_network_protocol_type{device="vethe5cf1bf"} 1 node_network_protocol_type{device="vethe904b69"} 1 node_network_protocol_type{device="vethea79430"} 1 node_network_protocol_type{device="vetheaa192c"} 1 node_network_protocol_type{device="vetheb21609"} 1 node_network_protocol_type{device="vetheeb82b5"} 1 node_network_protocol_type{device="vethf452220"} 1 node_network_protocol_type{device="vethf837e19"} 1 node_network_protocol_type{device="vethf9d71be"} 1 node_network_protocol_type{device="vethfcea515"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="br-1c5ae9c4fb11"} 2073 node_network_receive_bytes_total{device="br-1f437ee92de3"} 5.737672153e+09 node_network_receive_bytes_total{device="br-541b70109604"} 2.0641843e+07 node_network_receive_bytes_total{device="br-57fae769631e"} 4.846917e+06 node_network_receive_bytes_total{device="br-5fe347eda337"} 0 node_network_receive_bytes_total{device="br-607e7f2cc1eb"} 0 node_network_receive_bytes_total{device="br-6461bc9320a1"} 2.170932e+06 node_network_receive_bytes_total{device="br-8e9e3794015c"} 9.906845e+06 node_network_receive_bytes_total{device="br-9d8e958996ba"} 8.992252e+06 node_network_receive_bytes_total{device="br-a7e11f654a04"} 4.6121394e+07 node_network_receive_bytes_total{device="br-aaba14ed7a3b"} 0 node_network_receive_bytes_total{device="br-b266df46df77"} 4.662003627e+09 node_network_receive_bytes_total{device="br-b79aa99837b3"} 0 node_network_receive_bytes_total{device="br-e0fcc6d4b66e"} 1.6651787e+07 node_network_receive_bytes_total{device="br-eac26a665bc7"} 5.983917201e+09 node_network_receive_bytes_total{device="br-f1318694100b"} 4.45983e+06 node_network_receive_bytes_total{device="br-f37d406e9375"} 5.393491e+06 node_network_receive_bytes_total{device="br-ff21357210f8"} 9917 node_network_receive_bytes_total{device="docker0"} 329558 node_network_receive_bytes_total{device="ens18"} 1.1762838807e+10 node_network_receive_bytes_total{device="lo"} 2.9517464e+07 node_network_receive_bytes_total{device="veth04916c3"} 11097 node_network_receive_bytes_total{device="veth06e6db8"} 7645 node_network_receive_bytes_total{device="veth07983ac"} 708 node_network_receive_bytes_total{device="veth09a9c38"} 5.921558e+06 node_network_receive_bytes_total{device="veth0a1380b"} 6.026840163e+09 node_network_receive_bytes_total{device="veth0a78168"} 2157 node_network_receive_bytes_total{device="veth0a9f2d9"} 0 node_network_receive_bytes_total{device="veth0d244e0"} 1014 node_network_receive_bytes_total{device="veth0da4b3e"} 4.22343309e+08 node_network_receive_bytes_total{device="veth0f0a64d"} 0 node_network_receive_bytes_total{device="veth1006ef9"} 5.471487e+06 node_network_receive_bytes_total{device="veth1257544"} 840 node_network_receive_bytes_total{device="veth182862f"} 816 node_network_receive_bytes_total{device="veth1ca76df"} 0 node_network_receive_bytes_total{device="veth1dd58cb"} 0 node_network_receive_bytes_total{device="veth220dc82"} 0 node_network_receive_bytes_total{device="veth255c21e"} 283171 node_network_receive_bytes_total{device="veth271d8d6"} 816 node_network_receive_bytes_total{device="veth277dea5"} 1.09482619e+08 node_network_receive_bytes_total{device="veth2fc47fe"} 0 node_network_receive_bytes_total{device="veth3046c50"} 0 node_network_receive_bytes_total{device="veth327ba5f"} 906 node_network_receive_bytes_total{device="veth335bf29"} 0 node_network_receive_bytes_total{device="veth361f58d"} 906 node_network_receive_bytes_total{device="veth3bb0398"} 5.281167e+06 node_network_receive_bytes_total{device="veth3c37c45"} 0 node_network_receive_bytes_total{device="veth3e5b6e1"} 0 node_network_receive_bytes_total{device="veth406fe60"} 0 node_network_receive_bytes_total{device="veth42e0906"} 1.0357631e+07 node_network_receive_bytes_total{device="veth42e85d8"} 1.09157993e+08 node_network_receive_bytes_total{device="veth454b15a"} 3.740651e+06 node_network_receive_bytes_total{device="veth46f2b06"} 2.817827e+06 node_network_receive_bytes_total{device="veth4b35834"} 0 node_network_receive_bytes_total{device="veth4bb10d6"} 4.62012655e+09 node_network_receive_bytes_total{device="veth586c03e"} 882 node_network_receive_bytes_total{device="veth58eb2e4"} 3.77306e+06 node_network_receive_bytes_total{device="veth5da162a"} 0 node_network_receive_bytes_total{device="veth6130212"} 7470 node_network_receive_bytes_total{device="veth658d5a5"} 816 node_network_receive_bytes_total{device="veth6a9ac1d"} 0 node_network_receive_bytes_total{device="veth6df0f3b"} 3.916874158e+09 node_network_receive_bytes_total{device="veth6f01810"} 0 node_network_receive_bytes_total{device="veth7d87aaf"} 4.007276e+06 node_network_receive_bytes_total{device="veth7ec2b77"} 1.10644036e+08 node_network_receive_bytes_total{device="veth80ef9b7"} 1.07744932e+08 node_network_receive_bytes_total{device="veth8780aec"} 5.4427531e+07 node_network_receive_bytes_total{device="veth8af9d0c"} 5.684907e+06 node_network_receive_bytes_total{device="veth8d05a2e"} 0 node_network_receive_bytes_total{device="veth909516d"} 1014 node_network_receive_bytes_total{device="veth95225c7"} 5.40118401e+08 node_network_receive_bytes_total{device="veth960c7e8"} 7.6997831e+07 node_network_receive_bytes_total{device="veth99dee58"} 3.661057974e+09 node_network_receive_bytes_total{device="vetha0b7b9d"} 7.558712e+06 node_network_receive_bytes_total{device="vetha29a494"} 6.4225183e+07 node_network_receive_bytes_total{device="vetha40ca4f"} 0 node_network_receive_bytes_total{device="vethaaea0de"} 0 node_network_receive_bytes_total{device="vethab80991"} 1.35471828e+08 node_network_receive_bytes_total{device="vethac2b45c"} 1.6020109e+07 node_network_receive_bytes_total{device="vethad068c9"} 948 node_network_receive_bytes_total{device="vethb151164"} 4.321477e+06 node_network_receive_bytes_total{device="vethb235a62"} 0 node_network_receive_bytes_total{device="vethb7bb33a"} 1.7043592e+07 node_network_receive_bytes_total{device="vethba5a644"} 1.8505747e+07 node_network_receive_bytes_total{device="vethbc49404"} 1014 node_network_receive_bytes_total{device="vethbd7dcd6"} 8.882049e+06 node_network_receive_bytes_total{device="vethbe08027"} 4.761155e+06 node_network_receive_bytes_total{device="vethbfa418e"} 5.825000779e+09 node_network_receive_bytes_total{device="vethc074ca1"} 2.399902e+06 node_network_receive_bytes_total{device="vethc11282b"} 9.388280518e+09 node_network_receive_bytes_total{device="vethc28dd2d"} 906 node_network_receive_bytes_total{device="vethc516e5f"} 3.742429e+06 node_network_receive_bytes_total{device="vethc97f72d"} 294317 node_network_receive_bytes_total{device="vethcdca47a"} 0 node_network_receive_bytes_total{device="vethd12c039"} 0 node_network_receive_bytes_total{device="vethd218f4e"} 0 node_network_receive_bytes_total{device="vethd2976f2"} 0 node_network_receive_bytes_total{device="vethd447c08"} 1.130446693e+09 node_network_receive_bytes_total{device="vethd4d5b5a"} 5.98856686e+08 node_network_receive_bytes_total{device="vethd7e6b07"} 1.032369e+06 node_network_receive_bytes_total{device="vethd93b20b"} 2.0301462e+07 node_network_receive_bytes_total{device="vethe3ada01"} 1.6800117e+07 node_network_receive_bytes_total{device="vethe3c98a3"} 0 node_network_receive_bytes_total{device="vethe5cf1bf"} 1.436846e+06 node_network_receive_bytes_total{device="vethe904b69"} 2.130709e+06 node_network_receive_bytes_total{device="vethea79430"} 1.13173601e+08 node_network_receive_bytes_total{device="vetheaa192c"} 6.409928e+06 node_network_receive_bytes_total{device="vetheb21609"} 840 node_network_receive_bytes_total{device="vetheeb82b5"} 0 node_network_receive_bytes_total{device="vethf452220"} 948 node_network_receive_bytes_total{device="vethf837e19"} 5.176295254e+09 node_network_receive_bytes_total{device="vethf9d71be"} 2.14365e+06 node_network_receive_bytes_total{device="vethfcea515"} 948 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="br-1c5ae9c4fb11"} 0 node_network_receive_compressed_total{device="br-1f437ee92de3"} 0 node_network_receive_compressed_total{device="br-541b70109604"} 0 node_network_receive_compressed_total{device="br-57fae769631e"} 0 node_network_receive_compressed_total{device="br-5fe347eda337"} 0 node_network_receive_compressed_total{device="br-607e7f2cc1eb"} 0 node_network_receive_compressed_total{device="br-6461bc9320a1"} 0 node_network_receive_compressed_total{device="br-8e9e3794015c"} 0 node_network_receive_compressed_total{device="br-9d8e958996ba"} 0 node_network_receive_compressed_total{device="br-a7e11f654a04"} 0 node_network_receive_compressed_total{device="br-aaba14ed7a3b"} 0 node_network_receive_compressed_total{device="br-b266df46df77"} 0 node_network_receive_compressed_total{device="br-b79aa99837b3"} 0 node_network_receive_compressed_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_compressed_total{device="br-eac26a665bc7"} 0 node_network_receive_compressed_total{device="br-f1318694100b"} 0 node_network_receive_compressed_total{device="br-f37d406e9375"} 0 node_network_receive_compressed_total{device="br-ff21357210f8"} 0 node_network_receive_compressed_total{device="docker0"} 0 node_network_receive_compressed_total{device="ens18"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="veth04916c3"} 0 node_network_receive_compressed_total{device="veth06e6db8"} 0 node_network_receive_compressed_total{device="veth07983ac"} 0 node_network_receive_compressed_total{device="veth09a9c38"} 0 node_network_receive_compressed_total{device="veth0a1380b"} 0 node_network_receive_compressed_total{device="veth0a78168"} 0 node_network_receive_compressed_total{device="veth0a9f2d9"} 0 node_network_receive_compressed_total{device="veth0d244e0"} 0 node_network_receive_compressed_total{device="veth0da4b3e"} 0 node_network_receive_compressed_total{device="veth0f0a64d"} 0 node_network_receive_compressed_total{device="veth1006ef9"} 0 node_network_receive_compressed_total{device="veth1257544"} 0 node_network_receive_compressed_total{device="veth182862f"} 0 node_network_receive_compressed_total{device="veth1ca76df"} 0 node_network_receive_compressed_total{device="veth1dd58cb"} 0 node_network_receive_compressed_total{device="veth220dc82"} 0 node_network_receive_compressed_total{device="veth255c21e"} 0 node_network_receive_compressed_total{device="veth271d8d6"} 0 node_network_receive_compressed_total{device="veth277dea5"} 0 node_network_receive_compressed_total{device="veth2fc47fe"} 0 node_network_receive_compressed_total{device="veth3046c50"} 0 node_network_receive_compressed_total{device="veth327ba5f"} 0 node_network_receive_compressed_total{device="veth335bf29"} 0 node_network_receive_compressed_total{device="veth361f58d"} 0 node_network_receive_compressed_total{device="veth3bb0398"} 0 node_network_receive_compressed_total{device="veth3c37c45"} 0 node_network_receive_compressed_total{device="veth3e5b6e1"} 0 node_network_receive_compressed_total{device="veth406fe60"} 0 node_network_receive_compressed_total{device="veth42e0906"} 0 node_network_receive_compressed_total{device="veth42e85d8"} 0 node_network_receive_compressed_total{device="veth454b15a"} 0 node_network_receive_compressed_total{device="veth46f2b06"} 0 node_network_receive_compressed_total{device="veth4b35834"} 0 node_network_receive_compressed_total{device="veth4bb10d6"} 0 node_network_receive_compressed_total{device="veth586c03e"} 0 node_network_receive_compressed_total{device="veth58eb2e4"} 0 node_network_receive_compressed_total{device="veth5da162a"} 0 node_network_receive_compressed_total{device="veth6130212"} 0 node_network_receive_compressed_total{device="veth658d5a5"} 0 node_network_receive_compressed_total{device="veth6a9ac1d"} 0 node_network_receive_compressed_total{device="veth6df0f3b"} 0 node_network_receive_compressed_total{device="veth6f01810"} 0 node_network_receive_compressed_total{device="veth7d87aaf"} 0 node_network_receive_compressed_total{device="veth7ec2b77"} 0 node_network_receive_compressed_total{device="veth80ef9b7"} 0 node_network_receive_compressed_total{device="veth8780aec"} 0 node_network_receive_compressed_total{device="veth8af9d0c"} 0 node_network_receive_compressed_total{device="veth8d05a2e"} 0 node_network_receive_compressed_total{device="veth909516d"} 0 node_network_receive_compressed_total{device="veth95225c7"} 0 node_network_receive_compressed_total{device="veth960c7e8"} 0 node_network_receive_compressed_total{device="veth99dee58"} 0 node_network_receive_compressed_total{device="vetha0b7b9d"} 0 node_network_receive_compressed_total{device="vetha29a494"} 0 node_network_receive_compressed_total{device="vetha40ca4f"} 0 node_network_receive_compressed_total{device="vethaaea0de"} 0 node_network_receive_compressed_total{device="vethab80991"} 0 node_network_receive_compressed_total{device="vethac2b45c"} 0 node_network_receive_compressed_total{device="vethad068c9"} 0 node_network_receive_compressed_total{device="vethb151164"} 0 node_network_receive_compressed_total{device="vethb235a62"} 0 node_network_receive_compressed_total{device="vethb7bb33a"} 0 node_network_receive_compressed_total{device="vethba5a644"} 0 node_network_receive_compressed_total{device="vethbc49404"} 0 node_network_receive_compressed_total{device="vethbd7dcd6"} 0 node_network_receive_compressed_total{device="vethbe08027"} 0 node_network_receive_compressed_total{device="vethbfa418e"} 0 node_network_receive_compressed_total{device="vethc074ca1"} 0 node_network_receive_compressed_total{device="vethc11282b"} 0 node_network_receive_compressed_total{device="vethc28dd2d"} 0 node_network_receive_compressed_total{device="vethc516e5f"} 0 node_network_receive_compressed_total{device="vethc97f72d"} 0 node_network_receive_compressed_total{device="vethcdca47a"} 0 node_network_receive_compressed_total{device="vethd12c039"} 0 node_network_receive_compressed_total{device="vethd218f4e"} 0 node_network_receive_compressed_total{device="vethd2976f2"} 0 node_network_receive_compressed_total{device="vethd447c08"} 0 node_network_receive_compressed_total{device="vethd4d5b5a"} 0 node_network_receive_compressed_total{device="vethd7e6b07"} 0 node_network_receive_compressed_total{device="vethd93b20b"} 0 node_network_receive_compressed_total{device="vethe3ada01"} 0 node_network_receive_compressed_total{device="vethe3c98a3"} 0 node_network_receive_compressed_total{device="vethe5cf1bf"} 0 node_network_receive_compressed_total{device="vethe904b69"} 0 node_network_receive_compressed_total{device="vethea79430"} 0 node_network_receive_compressed_total{device="vetheaa192c"} 0 node_network_receive_compressed_total{device="vetheb21609"} 0 node_network_receive_compressed_total{device="vetheeb82b5"} 0 node_network_receive_compressed_total{device="vethf452220"} 0 node_network_receive_compressed_total{device="vethf837e19"} 0 node_network_receive_compressed_total{device="vethf9d71be"} 0 node_network_receive_compressed_total{device="vethfcea515"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="br-1c5ae9c4fb11"} 0 node_network_receive_drop_total{device="br-1f437ee92de3"} 0 node_network_receive_drop_total{device="br-541b70109604"} 0 node_network_receive_drop_total{device="br-57fae769631e"} 0 node_network_receive_drop_total{device="br-5fe347eda337"} 0 node_network_receive_drop_total{device="br-607e7f2cc1eb"} 0 node_network_receive_drop_total{device="br-6461bc9320a1"} 0 node_network_receive_drop_total{device="br-8e9e3794015c"} 0 node_network_receive_drop_total{device="br-9d8e958996ba"} 0 node_network_receive_drop_total{device="br-a7e11f654a04"} 0 node_network_receive_drop_total{device="br-aaba14ed7a3b"} 0 node_network_receive_drop_total{device="br-b266df46df77"} 0 node_network_receive_drop_total{device="br-b79aa99837b3"} 0 node_network_receive_drop_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_drop_total{device="br-eac26a665bc7"} 0 node_network_receive_drop_total{device="br-f1318694100b"} 0 node_network_receive_drop_total{device="br-f37d406e9375"} 0 node_network_receive_drop_total{device="br-ff21357210f8"} 0 node_network_receive_drop_total{device="docker0"} 0 node_network_receive_drop_total{device="ens18"} 0 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="veth04916c3"} 0 node_network_receive_drop_total{device="veth06e6db8"} 0 node_network_receive_drop_total{device="veth07983ac"} 0 node_network_receive_drop_total{device="veth09a9c38"} 0 node_network_receive_drop_total{device="veth0a1380b"} 0 node_network_receive_drop_total{device="veth0a78168"} 0 node_network_receive_drop_total{device="veth0a9f2d9"} 0 node_network_receive_drop_total{device="veth0d244e0"} 0 node_network_receive_drop_total{device="veth0da4b3e"} 0 node_network_receive_drop_total{device="veth0f0a64d"} 0 node_network_receive_drop_total{device="veth1006ef9"} 0 node_network_receive_drop_total{device="veth1257544"} 0 node_network_receive_drop_total{device="veth182862f"} 0 node_network_receive_drop_total{device="veth1ca76df"} 0 node_network_receive_drop_total{device="veth1dd58cb"} 0 node_network_receive_drop_total{device="veth220dc82"} 0 node_network_receive_drop_total{device="veth255c21e"} 0 node_network_receive_drop_total{device="veth271d8d6"} 0 node_network_receive_drop_total{device="veth277dea5"} 0 node_network_receive_drop_total{device="veth2fc47fe"} 0 node_network_receive_drop_total{device="veth3046c50"} 0 node_network_receive_drop_total{device="veth327ba5f"} 0 node_network_receive_drop_total{device="veth335bf29"} 0 node_network_receive_drop_total{device="veth361f58d"} 0 node_network_receive_drop_total{device="veth3bb0398"} 0 node_network_receive_drop_total{device="veth3c37c45"} 0 node_network_receive_drop_total{device="veth3e5b6e1"} 0 node_network_receive_drop_total{device="veth406fe60"} 0 node_network_receive_drop_total{device="veth42e0906"} 0 node_network_receive_drop_total{device="veth42e85d8"} 0 node_network_receive_drop_total{device="veth454b15a"} 0 node_network_receive_drop_total{device="veth46f2b06"} 0 node_network_receive_drop_total{device="veth4b35834"} 0 node_network_receive_drop_total{device="veth4bb10d6"} 0 node_network_receive_drop_total{device="veth586c03e"} 0 node_network_receive_drop_total{device="veth58eb2e4"} 0 node_network_receive_drop_total{device="veth5da162a"} 0 node_network_receive_drop_total{device="veth6130212"} 0 node_network_receive_drop_total{device="veth658d5a5"} 0 node_network_receive_drop_total{device="veth6a9ac1d"} 0 node_network_receive_drop_total{device="veth6df0f3b"} 0 node_network_receive_drop_total{device="veth6f01810"} 0 node_network_receive_drop_total{device="veth7d87aaf"} 0 node_network_receive_drop_total{device="veth7ec2b77"} 0 node_network_receive_drop_total{device="veth80ef9b7"} 0 node_network_receive_drop_total{device="veth8780aec"} 0 node_network_receive_drop_total{device="veth8af9d0c"} 0 node_network_receive_drop_total{device="veth8d05a2e"} 0 node_network_receive_drop_total{device="veth909516d"} 0 node_network_receive_drop_total{device="veth95225c7"} 0 node_network_receive_drop_total{device="veth960c7e8"} 0 node_network_receive_drop_total{device="veth99dee58"} 0 node_network_receive_drop_total{device="vetha0b7b9d"} 0 node_network_receive_drop_total{device="vetha29a494"} 0 node_network_receive_drop_total{device="vetha40ca4f"} 0 node_network_receive_drop_total{device="vethaaea0de"} 0 node_network_receive_drop_total{device="vethab80991"} 0 node_network_receive_drop_total{device="vethac2b45c"} 0 node_network_receive_drop_total{device="vethad068c9"} 0 node_network_receive_drop_total{device="vethb151164"} 0 node_network_receive_drop_total{device="vethb235a62"} 0 node_network_receive_drop_total{device="vethb7bb33a"} 0 node_network_receive_drop_total{device="vethba5a644"} 0 node_network_receive_drop_total{device="vethbc49404"} 0 node_network_receive_drop_total{device="vethbd7dcd6"} 0 node_network_receive_drop_total{device="vethbe08027"} 0 node_network_receive_drop_total{device="vethbfa418e"} 0 node_network_receive_drop_total{device="vethc074ca1"} 0 node_network_receive_drop_total{device="vethc11282b"} 0 node_network_receive_drop_total{device="vethc28dd2d"} 0 node_network_receive_drop_total{device="vethc516e5f"} 0 node_network_receive_drop_total{device="vethc97f72d"} 0 node_network_receive_drop_total{device="vethcdca47a"} 0 node_network_receive_drop_total{device="vethd12c039"} 0 node_network_receive_drop_total{device="vethd218f4e"} 0 node_network_receive_drop_total{device="vethd2976f2"} 0 node_network_receive_drop_total{device="vethd447c08"} 0 node_network_receive_drop_total{device="vethd4d5b5a"} 0 node_network_receive_drop_total{device="vethd7e6b07"} 0 node_network_receive_drop_total{device="vethd93b20b"} 0 node_network_receive_drop_total{device="vethe3ada01"} 0 node_network_receive_drop_total{device="vethe3c98a3"} 0 node_network_receive_drop_total{device="vethe5cf1bf"} 0 node_network_receive_drop_total{device="vethe904b69"} 0 node_network_receive_drop_total{device="vethea79430"} 0 node_network_receive_drop_total{device="vetheaa192c"} 0 node_network_receive_drop_total{device="vetheb21609"} 0 node_network_receive_drop_total{device="vetheeb82b5"} 0 node_network_receive_drop_total{device="vethf452220"} 0 node_network_receive_drop_total{device="vethf837e19"} 0 node_network_receive_drop_total{device="vethf9d71be"} 0 node_network_receive_drop_total{device="vethfcea515"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="br-1c5ae9c4fb11"} 0 node_network_receive_errs_total{device="br-1f437ee92de3"} 0 node_network_receive_errs_total{device="br-541b70109604"} 0 node_network_receive_errs_total{device="br-57fae769631e"} 0 node_network_receive_errs_total{device="br-5fe347eda337"} 0 node_network_receive_errs_total{device="br-607e7f2cc1eb"} 0 node_network_receive_errs_total{device="br-6461bc9320a1"} 0 node_network_receive_errs_total{device="br-8e9e3794015c"} 0 node_network_receive_errs_total{device="br-9d8e958996ba"} 0 node_network_receive_errs_total{device="br-a7e11f654a04"} 0 node_network_receive_errs_total{device="br-aaba14ed7a3b"} 0 node_network_receive_errs_total{device="br-b266df46df77"} 0 node_network_receive_errs_total{device="br-b79aa99837b3"} 0 node_network_receive_errs_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_errs_total{device="br-eac26a665bc7"} 0 node_network_receive_errs_total{device="br-f1318694100b"} 0 node_network_receive_errs_total{device="br-f37d406e9375"} 0 node_network_receive_errs_total{device="br-ff21357210f8"} 0 node_network_receive_errs_total{device="docker0"} 0 node_network_receive_errs_total{device="ens18"} 0 node_network_receive_errs_total{device="lo"} 0 node_network_receive_errs_total{device="veth04916c3"} 0 node_network_receive_errs_total{device="veth06e6db8"} 0 node_network_receive_errs_total{device="veth07983ac"} 0 node_network_receive_errs_total{device="veth09a9c38"} 0 node_network_receive_errs_total{device="veth0a1380b"} 0 node_network_receive_errs_total{device="veth0a78168"} 0 node_network_receive_errs_total{device="veth0a9f2d9"} 0 node_network_receive_errs_total{device="veth0d244e0"} 0 node_network_receive_errs_total{device="veth0da4b3e"} 0 node_network_receive_errs_total{device="veth0f0a64d"} 0 node_network_receive_errs_total{device="veth1006ef9"} 0 node_network_receive_errs_total{device="veth1257544"} 0 node_network_receive_errs_total{device="veth182862f"} 0 node_network_receive_errs_total{device="veth1ca76df"} 0 node_network_receive_errs_total{device="veth1dd58cb"} 0 node_network_receive_errs_total{device="veth220dc82"} 0 node_network_receive_errs_total{device="veth255c21e"} 0 node_network_receive_errs_total{device="veth271d8d6"} 0 node_network_receive_errs_total{device="veth277dea5"} 0 node_network_receive_errs_total{device="veth2fc47fe"} 0 node_network_receive_errs_total{device="veth3046c50"} 0 node_network_receive_errs_total{device="veth327ba5f"} 0 node_network_receive_errs_total{device="veth335bf29"} 0 node_network_receive_errs_total{device="veth361f58d"} 0 node_network_receive_errs_total{device="veth3bb0398"} 0 node_network_receive_errs_total{device="veth3c37c45"} 0 node_network_receive_errs_total{device="veth3e5b6e1"} 0 node_network_receive_errs_total{device="veth406fe60"} 0 node_network_receive_errs_total{device="veth42e0906"} 0 node_network_receive_errs_total{device="veth42e85d8"} 0 node_network_receive_errs_total{device="veth454b15a"} 0 node_network_receive_errs_total{device="veth46f2b06"} 0 node_network_receive_errs_total{device="veth4b35834"} 0 node_network_receive_errs_total{device="veth4bb10d6"} 0 node_network_receive_errs_total{device="veth586c03e"} 0 node_network_receive_errs_total{device="veth58eb2e4"} 0 node_network_receive_errs_total{device="veth5da162a"} 0 node_network_receive_errs_total{device="veth6130212"} 0 node_network_receive_errs_total{device="veth658d5a5"} 0 node_network_receive_errs_total{device="veth6a9ac1d"} 0 node_network_receive_errs_total{device="veth6df0f3b"} 0 node_network_receive_errs_total{device="veth6f01810"} 0 node_network_receive_errs_total{device="veth7d87aaf"} 0 node_network_receive_errs_total{device="veth7ec2b77"} 0 node_network_receive_errs_total{device="veth80ef9b7"} 0 node_network_receive_errs_total{device="veth8780aec"} 0 node_network_receive_errs_total{device="veth8af9d0c"} 0 node_network_receive_errs_total{device="veth8d05a2e"} 0 node_network_receive_errs_total{device="veth909516d"} 0 node_network_receive_errs_total{device="veth95225c7"} 0 node_network_receive_errs_total{device="veth960c7e8"} 0 node_network_receive_errs_total{device="veth99dee58"} 0 node_network_receive_errs_total{device="vetha0b7b9d"} 0 node_network_receive_errs_total{device="vetha29a494"} 0 node_network_receive_errs_total{device="vetha40ca4f"} 0 node_network_receive_errs_total{device="vethaaea0de"} 0 node_network_receive_errs_total{device="vethab80991"} 0 node_network_receive_errs_total{device="vethac2b45c"} 0 node_network_receive_errs_total{device="vethad068c9"} 0 node_network_receive_errs_total{device="vethb151164"} 0 node_network_receive_errs_total{device="vethb235a62"} 0 node_network_receive_errs_total{device="vethb7bb33a"} 0 node_network_receive_errs_total{device="vethba5a644"} 0 node_network_receive_errs_total{device="vethbc49404"} 0 node_network_receive_errs_total{device="vethbd7dcd6"} 0 node_network_receive_errs_total{device="vethbe08027"} 0 node_network_receive_errs_total{device="vethbfa418e"} 0 node_network_receive_errs_total{device="vethc074ca1"} 0 node_network_receive_errs_total{device="vethc11282b"} 0 node_network_receive_errs_total{device="vethc28dd2d"} 0 node_network_receive_errs_total{device="vethc516e5f"} 0 node_network_receive_errs_total{device="vethc97f72d"} 0 node_network_receive_errs_total{device="vethcdca47a"} 0 node_network_receive_errs_total{device="vethd12c039"} 0 node_network_receive_errs_total{device="vethd218f4e"} 0 node_network_receive_errs_total{device="vethd2976f2"} 0 node_network_receive_errs_total{device="vethd447c08"} 0 node_network_receive_errs_total{device="vethd4d5b5a"} 0 node_network_receive_errs_total{device="vethd7e6b07"} 0 node_network_receive_errs_total{device="vethd93b20b"} 0 node_network_receive_errs_total{device="vethe3ada01"} 0 node_network_receive_errs_total{device="vethe3c98a3"} 0 node_network_receive_errs_total{device="vethe5cf1bf"} 0 node_network_receive_errs_total{device="vethe904b69"} 0 node_network_receive_errs_total{device="vethea79430"} 0 node_network_receive_errs_total{device="vetheaa192c"} 0 node_network_receive_errs_total{device="vetheb21609"} 0 node_network_receive_errs_total{device="vetheeb82b5"} 0 node_network_receive_errs_total{device="vethf452220"} 0 node_network_receive_errs_total{device="vethf837e19"} 0 node_network_receive_errs_total{device="vethf9d71be"} 0 node_network_receive_errs_total{device="vethfcea515"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="br-1c5ae9c4fb11"} 0 node_network_receive_fifo_total{device="br-1f437ee92de3"} 0 node_network_receive_fifo_total{device="br-541b70109604"} 0 node_network_receive_fifo_total{device="br-57fae769631e"} 0 node_network_receive_fifo_total{device="br-5fe347eda337"} 0 node_network_receive_fifo_total{device="br-607e7f2cc1eb"} 0 node_network_receive_fifo_total{device="br-6461bc9320a1"} 0 node_network_receive_fifo_total{device="br-8e9e3794015c"} 0 node_network_receive_fifo_total{device="br-9d8e958996ba"} 0 node_network_receive_fifo_total{device="br-a7e11f654a04"} 0 node_network_receive_fifo_total{device="br-aaba14ed7a3b"} 0 node_network_receive_fifo_total{device="br-b266df46df77"} 0 node_network_receive_fifo_total{device="br-b79aa99837b3"} 0 node_network_receive_fifo_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_fifo_total{device="br-eac26a665bc7"} 0 node_network_receive_fifo_total{device="br-f1318694100b"} 0 node_network_receive_fifo_total{device="br-f37d406e9375"} 0 node_network_receive_fifo_total{device="br-ff21357210f8"} 0 node_network_receive_fifo_total{device="docker0"} 0 node_network_receive_fifo_total{device="ens18"} 0 node_network_receive_fifo_total{device="lo"} 0 node_network_receive_fifo_total{device="veth04916c3"} 0 node_network_receive_fifo_total{device="veth06e6db8"} 0 node_network_receive_fifo_total{device="veth07983ac"} 0 node_network_receive_fifo_total{device="veth09a9c38"} 0 node_network_receive_fifo_total{device="veth0a1380b"} 0 node_network_receive_fifo_total{device="veth0a78168"} 0 node_network_receive_fifo_total{device="veth0a9f2d9"} 0 node_network_receive_fifo_total{device="veth0d244e0"} 0 node_network_receive_fifo_total{device="veth0da4b3e"} 0 node_network_receive_fifo_total{device="veth0f0a64d"} 0 node_network_receive_fifo_total{device="veth1006ef9"} 0 node_network_receive_fifo_total{device="veth1257544"} 0 node_network_receive_fifo_total{device="veth182862f"} 0 node_network_receive_fifo_total{device="veth1ca76df"} 0 node_network_receive_fifo_total{device="veth1dd58cb"} 0 node_network_receive_fifo_total{device="veth220dc82"} 0 node_network_receive_fifo_total{device="veth255c21e"} 0 node_network_receive_fifo_total{device="veth271d8d6"} 0 node_network_receive_fifo_total{device="veth277dea5"} 0 node_network_receive_fifo_total{device="veth2fc47fe"} 0 node_network_receive_fifo_total{device="veth3046c50"} 0 node_network_receive_fifo_total{device="veth327ba5f"} 0 node_network_receive_fifo_total{device="veth335bf29"} 0 node_network_receive_fifo_total{device="veth361f58d"} 0 node_network_receive_fifo_total{device="veth3bb0398"} 0 node_network_receive_fifo_total{device="veth3c37c45"} 0 node_network_receive_fifo_total{device="veth3e5b6e1"} 0 node_network_receive_fifo_total{device="veth406fe60"} 0 node_network_receive_fifo_total{device="veth42e0906"} 0 node_network_receive_fifo_total{device="veth42e85d8"} 0 node_network_receive_fifo_total{device="veth454b15a"} 0 node_network_receive_fifo_total{device="veth46f2b06"} 0 node_network_receive_fifo_total{device="veth4b35834"} 0 node_network_receive_fifo_total{device="veth4bb10d6"} 0 node_network_receive_fifo_total{device="veth586c03e"} 0 node_network_receive_fifo_total{device="veth58eb2e4"} 0 node_network_receive_fifo_total{device="veth5da162a"} 0 node_network_receive_fifo_total{device="veth6130212"} 0 node_network_receive_fifo_total{device="veth658d5a5"} 0 node_network_receive_fifo_total{device="veth6a9ac1d"} 0 node_network_receive_fifo_total{device="veth6df0f3b"} 0 node_network_receive_fifo_total{device="veth6f01810"} 0 node_network_receive_fifo_total{device="veth7d87aaf"} 0 node_network_receive_fifo_total{device="veth7ec2b77"} 0 node_network_receive_fifo_total{device="veth80ef9b7"} 0 node_network_receive_fifo_total{device="veth8780aec"} 0 node_network_receive_fifo_total{device="veth8af9d0c"} 0 node_network_receive_fifo_total{device="veth8d05a2e"} 0 node_network_receive_fifo_total{device="veth909516d"} 0 node_network_receive_fifo_total{device="veth95225c7"} 0 node_network_receive_fifo_total{device="veth960c7e8"} 0 node_network_receive_fifo_total{device="veth99dee58"} 0 node_network_receive_fifo_total{device="vetha0b7b9d"} 0 node_network_receive_fifo_total{device="vetha29a494"} 0 node_network_receive_fifo_total{device="vetha40ca4f"} 0 node_network_receive_fifo_total{device="vethaaea0de"} 0 node_network_receive_fifo_total{device="vethab80991"} 0 node_network_receive_fifo_total{device="vethac2b45c"} 0 node_network_receive_fifo_total{device="vethad068c9"} 0 node_network_receive_fifo_total{device="vethb151164"} 0 node_network_receive_fifo_total{device="vethb235a62"} 0 node_network_receive_fifo_total{device="vethb7bb33a"} 0 node_network_receive_fifo_total{device="vethba5a644"} 0 node_network_receive_fifo_total{device="vethbc49404"} 0 node_network_receive_fifo_total{device="vethbd7dcd6"} 0 node_network_receive_fifo_total{device="vethbe08027"} 0 node_network_receive_fifo_total{device="vethbfa418e"} 0 node_network_receive_fifo_total{device="vethc074ca1"} 0 node_network_receive_fifo_total{device="vethc11282b"} 0 node_network_receive_fifo_total{device="vethc28dd2d"} 0 node_network_receive_fifo_total{device="vethc516e5f"} 0 node_network_receive_fifo_total{device="vethc97f72d"} 0 node_network_receive_fifo_total{device="vethcdca47a"} 0 node_network_receive_fifo_total{device="vethd12c039"} 0 node_network_receive_fifo_total{device="vethd218f4e"} 0 node_network_receive_fifo_total{device="vethd2976f2"} 0 node_network_receive_fifo_total{device="vethd447c08"} 0 node_network_receive_fifo_total{device="vethd4d5b5a"} 0 node_network_receive_fifo_total{device="vethd7e6b07"} 0 node_network_receive_fifo_total{device="vethd93b20b"} 0 node_network_receive_fifo_total{device="vethe3ada01"} 0 node_network_receive_fifo_total{device="vethe3c98a3"} 0 node_network_receive_fifo_total{device="vethe5cf1bf"} 0 node_network_receive_fifo_total{device="vethe904b69"} 0 node_network_receive_fifo_total{device="vethea79430"} 0 node_network_receive_fifo_total{device="vetheaa192c"} 0 node_network_receive_fifo_total{device="vetheb21609"} 0 node_network_receive_fifo_total{device="vetheeb82b5"} 0 node_network_receive_fifo_total{device="vethf452220"} 0 node_network_receive_fifo_total{device="vethf837e19"} 0 node_network_receive_fifo_total{device="vethf9d71be"} 0 node_network_receive_fifo_total{device="vethfcea515"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="br-1c5ae9c4fb11"} 0 node_network_receive_frame_total{device="br-1f437ee92de3"} 0 node_network_receive_frame_total{device="br-541b70109604"} 0 node_network_receive_frame_total{device="br-57fae769631e"} 0 node_network_receive_frame_total{device="br-5fe347eda337"} 0 node_network_receive_frame_total{device="br-607e7f2cc1eb"} 0 node_network_receive_frame_total{device="br-6461bc9320a1"} 0 node_network_receive_frame_total{device="br-8e9e3794015c"} 0 node_network_receive_frame_total{device="br-9d8e958996ba"} 0 node_network_receive_frame_total{device="br-a7e11f654a04"} 0 node_network_receive_frame_total{device="br-aaba14ed7a3b"} 0 node_network_receive_frame_total{device="br-b266df46df77"} 0 node_network_receive_frame_total{device="br-b79aa99837b3"} 0 node_network_receive_frame_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_frame_total{device="br-eac26a665bc7"} 0 node_network_receive_frame_total{device="br-f1318694100b"} 0 node_network_receive_frame_total{device="br-f37d406e9375"} 0 node_network_receive_frame_total{device="br-ff21357210f8"} 0 node_network_receive_frame_total{device="docker0"} 0 node_network_receive_frame_total{device="ens18"} 0 node_network_receive_frame_total{device="lo"} 0 node_network_receive_frame_total{device="veth04916c3"} 0 node_network_receive_frame_total{device="veth06e6db8"} 0 node_network_receive_frame_total{device="veth07983ac"} 0 node_network_receive_frame_total{device="veth09a9c38"} 0 node_network_receive_frame_total{device="veth0a1380b"} 0 node_network_receive_frame_total{device="veth0a78168"} 0 node_network_receive_frame_total{device="veth0a9f2d9"} 0 node_network_receive_frame_total{device="veth0d244e0"} 0 node_network_receive_frame_total{device="veth0da4b3e"} 0 node_network_receive_frame_total{device="veth0f0a64d"} 0 node_network_receive_frame_total{device="veth1006ef9"} 0 node_network_receive_frame_total{device="veth1257544"} 0 node_network_receive_frame_total{device="veth182862f"} 0 node_network_receive_frame_total{device="veth1ca76df"} 0 node_network_receive_frame_total{device="veth1dd58cb"} 0 node_network_receive_frame_total{device="veth220dc82"} 0 node_network_receive_frame_total{device="veth255c21e"} 0 node_network_receive_frame_total{device="veth271d8d6"} 0 node_network_receive_frame_total{device="veth277dea5"} 0 node_network_receive_frame_total{device="veth2fc47fe"} 0 node_network_receive_frame_total{device="veth3046c50"} 0 node_network_receive_frame_total{device="veth327ba5f"} 0 node_network_receive_frame_total{device="veth335bf29"} 0 node_network_receive_frame_total{device="veth361f58d"} 0 node_network_receive_frame_total{device="veth3bb0398"} 0 node_network_receive_frame_total{device="veth3c37c45"} 0 node_network_receive_frame_total{device="veth3e5b6e1"} 0 node_network_receive_frame_total{device="veth406fe60"} 0 node_network_receive_frame_total{device="veth42e0906"} 0 node_network_receive_frame_total{device="veth42e85d8"} 0 node_network_receive_frame_total{device="veth454b15a"} 0 node_network_receive_frame_total{device="veth46f2b06"} 0 node_network_receive_frame_total{device="veth4b35834"} 0 node_network_receive_frame_total{device="veth4bb10d6"} 0 node_network_receive_frame_total{device="veth586c03e"} 0 node_network_receive_frame_total{device="veth58eb2e4"} 0 node_network_receive_frame_total{device="veth5da162a"} 0 node_network_receive_frame_total{device="veth6130212"} 0 node_network_receive_frame_total{device="veth658d5a5"} 0 node_network_receive_frame_total{device="veth6a9ac1d"} 0 node_network_receive_frame_total{device="veth6df0f3b"} 0 node_network_receive_frame_total{device="veth6f01810"} 0 node_network_receive_frame_total{device="veth7d87aaf"} 0 node_network_receive_frame_total{device="veth7ec2b77"} 0 node_network_receive_frame_total{device="veth80ef9b7"} 0 node_network_receive_frame_total{device="veth8780aec"} 0 node_network_receive_frame_total{device="veth8af9d0c"} 0 node_network_receive_frame_total{device="veth8d05a2e"} 0 node_network_receive_frame_total{device="veth909516d"} 0 node_network_receive_frame_total{device="veth95225c7"} 0 node_network_receive_frame_total{device="veth960c7e8"} 0 node_network_receive_frame_total{device="veth99dee58"} 0 node_network_receive_frame_total{device="vetha0b7b9d"} 0 node_network_receive_frame_total{device="vetha29a494"} 0 node_network_receive_frame_total{device="vetha40ca4f"} 0 node_network_receive_frame_total{device="vethaaea0de"} 0 node_network_receive_frame_total{device="vethab80991"} 0 node_network_receive_frame_total{device="vethac2b45c"} 0 node_network_receive_frame_total{device="vethad068c9"} 0 node_network_receive_frame_total{device="vethb151164"} 0 node_network_receive_frame_total{device="vethb235a62"} 0 node_network_receive_frame_total{device="vethb7bb33a"} 0 node_network_receive_frame_total{device="vethba5a644"} 0 node_network_receive_frame_total{device="vethbc49404"} 0 node_network_receive_frame_total{device="vethbd7dcd6"} 0 node_network_receive_frame_total{device="vethbe08027"} 0 node_network_receive_frame_total{device="vethbfa418e"} 0 node_network_receive_frame_total{device="vethc074ca1"} 0 node_network_receive_frame_total{device="vethc11282b"} 0 node_network_receive_frame_total{device="vethc28dd2d"} 0 node_network_receive_frame_total{device="vethc516e5f"} 0 node_network_receive_frame_total{device="vethc97f72d"} 0 node_network_receive_frame_total{device="vethcdca47a"} 0 node_network_receive_frame_total{device="vethd12c039"} 0 node_network_receive_frame_total{device="vethd218f4e"} 0 node_network_receive_frame_total{device="vethd2976f2"} 0 node_network_receive_frame_total{device="vethd447c08"} 0 node_network_receive_frame_total{device="vethd4d5b5a"} 0 node_network_receive_frame_total{device="vethd7e6b07"} 0 node_network_receive_frame_total{device="vethd93b20b"} 0 node_network_receive_frame_total{device="vethe3ada01"} 0 node_network_receive_frame_total{device="vethe3c98a3"} 0 node_network_receive_frame_total{device="vethe5cf1bf"} 0 node_network_receive_frame_total{device="vethe904b69"} 0 node_network_receive_frame_total{device="vethea79430"} 0 node_network_receive_frame_total{device="vetheaa192c"} 0 node_network_receive_frame_total{device="vetheb21609"} 0 node_network_receive_frame_total{device="vetheeb82b5"} 0 node_network_receive_frame_total{device="vethf452220"} 0 node_network_receive_frame_total{device="vethf837e19"} 0 node_network_receive_frame_total{device="vethf9d71be"} 0 node_network_receive_frame_total{device="vethfcea515"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="br-1c5ae9c4fb11"} 0 node_network_receive_multicast_total{device="br-1f437ee92de3"} 0 node_network_receive_multicast_total{device="br-541b70109604"} 0 node_network_receive_multicast_total{device="br-57fae769631e"} 0 node_network_receive_multicast_total{device="br-5fe347eda337"} 0 node_network_receive_multicast_total{device="br-607e7f2cc1eb"} 0 node_network_receive_multicast_total{device="br-6461bc9320a1"} 0 node_network_receive_multicast_total{device="br-8e9e3794015c"} 0 node_network_receive_multicast_total{device="br-9d8e958996ba"} 0 node_network_receive_multicast_total{device="br-a7e11f654a04"} 0 node_network_receive_multicast_total{device="br-aaba14ed7a3b"} 0 node_network_receive_multicast_total{device="br-b266df46df77"} 0 node_network_receive_multicast_total{device="br-b79aa99837b3"} 0 node_network_receive_multicast_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_multicast_total{device="br-eac26a665bc7"} 0 node_network_receive_multicast_total{device="br-f1318694100b"} 0 node_network_receive_multicast_total{device="br-f37d406e9375"} 0 node_network_receive_multicast_total{device="br-ff21357210f8"} 0 node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="ens18"} 0 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="veth04916c3"} 0 node_network_receive_multicast_total{device="veth06e6db8"} 0 node_network_receive_multicast_total{device="veth07983ac"} 0 node_network_receive_multicast_total{device="veth09a9c38"} 0 node_network_receive_multicast_total{device="veth0a1380b"} 0 node_network_receive_multicast_total{device="veth0a78168"} 0 node_network_receive_multicast_total{device="veth0a9f2d9"} 0 node_network_receive_multicast_total{device="veth0d244e0"} 0 node_network_receive_multicast_total{device="veth0da4b3e"} 0 node_network_receive_multicast_total{device="veth0f0a64d"} 0 node_network_receive_multicast_total{device="veth1006ef9"} 0 node_network_receive_multicast_total{device="veth1257544"} 0 node_network_receive_multicast_total{device="veth182862f"} 0 node_network_receive_multicast_total{device="veth1ca76df"} 0 node_network_receive_multicast_total{device="veth1dd58cb"} 0 node_network_receive_multicast_total{device="veth220dc82"} 0 node_network_receive_multicast_total{device="veth255c21e"} 0 node_network_receive_multicast_total{device="veth271d8d6"} 0 node_network_receive_multicast_total{device="veth277dea5"} 0 node_network_receive_multicast_total{device="veth2fc47fe"} 0 node_network_receive_multicast_total{device="veth3046c50"} 0 node_network_receive_multicast_total{device="veth327ba5f"} 0 node_network_receive_multicast_total{device="veth335bf29"} 0 node_network_receive_multicast_total{device="veth361f58d"} 0 node_network_receive_multicast_total{device="veth3bb0398"} 0 node_network_receive_multicast_total{device="veth3c37c45"} 0 node_network_receive_multicast_total{device="veth3e5b6e1"} 0 node_network_receive_multicast_total{device="veth406fe60"} 0 node_network_receive_multicast_total{device="veth42e0906"} 0 node_network_receive_multicast_total{device="veth42e85d8"} 0 node_network_receive_multicast_total{device="veth454b15a"} 0 node_network_receive_multicast_total{device="veth46f2b06"} 0 node_network_receive_multicast_total{device="veth4b35834"} 0 node_network_receive_multicast_total{device="veth4bb10d6"} 0 node_network_receive_multicast_total{device="veth586c03e"} 0 node_network_receive_multicast_total{device="veth58eb2e4"} 0 node_network_receive_multicast_total{device="veth5da162a"} 0 node_network_receive_multicast_total{device="veth6130212"} 0 node_network_receive_multicast_total{device="veth658d5a5"} 0 node_network_receive_multicast_total{device="veth6a9ac1d"} 0 node_network_receive_multicast_total{device="veth6df0f3b"} 0 node_network_receive_multicast_total{device="veth6f01810"} 0 node_network_receive_multicast_total{device="veth7d87aaf"} 0 node_network_receive_multicast_total{device="veth7ec2b77"} 0 node_network_receive_multicast_total{device="veth80ef9b7"} 0 node_network_receive_multicast_total{device="veth8780aec"} 0 node_network_receive_multicast_total{device="veth8af9d0c"} 0 node_network_receive_multicast_total{device="veth8d05a2e"} 0 node_network_receive_multicast_total{device="veth909516d"} 0 node_network_receive_multicast_total{device="veth95225c7"} 0 node_network_receive_multicast_total{device="veth960c7e8"} 0 node_network_receive_multicast_total{device="veth99dee58"} 0 node_network_receive_multicast_total{device="vetha0b7b9d"} 0 node_network_receive_multicast_total{device="vetha29a494"} 0 node_network_receive_multicast_total{device="vetha40ca4f"} 0 node_network_receive_multicast_total{device="vethaaea0de"} 0 node_network_receive_multicast_total{device="vethab80991"} 0 node_network_receive_multicast_total{device="vethac2b45c"} 0 node_network_receive_multicast_total{device="vethad068c9"} 0 node_network_receive_multicast_total{device="vethb151164"} 0 node_network_receive_multicast_total{device="vethb235a62"} 0 node_network_receive_multicast_total{device="vethb7bb33a"} 0 node_network_receive_multicast_total{device="vethba5a644"} 0 node_network_receive_multicast_total{device="vethbc49404"} 0 node_network_receive_multicast_total{device="vethbd7dcd6"} 0 node_network_receive_multicast_total{device="vethbe08027"} 0 node_network_receive_multicast_total{device="vethbfa418e"} 0 node_network_receive_multicast_total{device="vethc074ca1"} 0 node_network_receive_multicast_total{device="vethc11282b"} 0 node_network_receive_multicast_total{device="vethc28dd2d"} 0 node_network_receive_multicast_total{device="vethc516e5f"} 0 node_network_receive_multicast_total{device="vethc97f72d"} 0 node_network_receive_multicast_total{device="vethcdca47a"} 0 node_network_receive_multicast_total{device="vethd12c039"} 0 node_network_receive_multicast_total{device="vethd218f4e"} 0 node_network_receive_multicast_total{device="vethd2976f2"} 0 node_network_receive_multicast_total{device="vethd447c08"} 0 node_network_receive_multicast_total{device="vethd4d5b5a"} 0 node_network_receive_multicast_total{device="vethd7e6b07"} 0 node_network_receive_multicast_total{device="vethd93b20b"} 0 node_network_receive_multicast_total{device="vethe3ada01"} 0 node_network_receive_multicast_total{device="vethe3c98a3"} 0 node_network_receive_multicast_total{device="vethe5cf1bf"} 0 node_network_receive_multicast_total{device="vethe904b69"} 0 node_network_receive_multicast_total{device="vethea79430"} 0 node_network_receive_multicast_total{device="vetheaa192c"} 0 node_network_receive_multicast_total{device="vetheb21609"} 0 node_network_receive_multicast_total{device="vetheeb82b5"} 0 node_network_receive_multicast_total{device="vethf452220"} 0 node_network_receive_multicast_total{device="vethf837e19"} 0 node_network_receive_multicast_total{device="vethf9d71be"} 0 node_network_receive_multicast_total{device="vethfcea515"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="br-1c5ae9c4fb11"} 0 node_network_receive_nohandler_total{device="br-1f437ee92de3"} 0 node_network_receive_nohandler_total{device="br-541b70109604"} 0 node_network_receive_nohandler_total{device="br-57fae769631e"} 0 node_network_receive_nohandler_total{device="br-5fe347eda337"} 0 node_network_receive_nohandler_total{device="br-607e7f2cc1eb"} 0 node_network_receive_nohandler_total{device="br-6461bc9320a1"} 0 node_network_receive_nohandler_total{device="br-8e9e3794015c"} 0 node_network_receive_nohandler_total{device="br-9d8e958996ba"} 0 node_network_receive_nohandler_total{device="br-a7e11f654a04"} 0 node_network_receive_nohandler_total{device="br-aaba14ed7a3b"} 0 node_network_receive_nohandler_total{device="br-b266df46df77"} 0 node_network_receive_nohandler_total{device="br-b79aa99837b3"} 0 node_network_receive_nohandler_total{device="br-e0fcc6d4b66e"} 0 node_network_receive_nohandler_total{device="br-eac26a665bc7"} 0 node_network_receive_nohandler_total{device="br-f1318694100b"} 0 node_network_receive_nohandler_total{device="br-f37d406e9375"} 0 node_network_receive_nohandler_total{device="br-ff21357210f8"} 0 node_network_receive_nohandler_total{device="docker0"} 0 node_network_receive_nohandler_total{device="ens18"} 0 node_network_receive_nohandler_total{device="lo"} 0 node_network_receive_nohandler_total{device="veth04916c3"} 0 node_network_receive_nohandler_total{device="veth06e6db8"} 0 node_network_receive_nohandler_total{device="veth07983ac"} 0 node_network_receive_nohandler_total{device="veth09a9c38"} 0 node_network_receive_nohandler_total{device="veth0a1380b"} 0 node_network_receive_nohandler_total{device="veth0a78168"} 0 node_network_receive_nohandler_total{device="veth0a9f2d9"} 0 node_network_receive_nohandler_total{device="veth0d244e0"} 0 node_network_receive_nohandler_total{device="veth0da4b3e"} 0 node_network_receive_nohandler_total{device="veth0f0a64d"} 0 node_network_receive_nohandler_total{device="veth1006ef9"} 0 node_network_receive_nohandler_total{device="veth1257544"} 0 node_network_receive_nohandler_total{device="veth182862f"} 0 node_network_receive_nohandler_total{device="veth1ca76df"} 0 node_network_receive_nohandler_total{device="veth1dd58cb"} 0 node_network_receive_nohandler_total{device="veth220dc82"} 0 node_network_receive_nohandler_total{device="veth255c21e"} 0 node_network_receive_nohandler_total{device="veth271d8d6"} 0 node_network_receive_nohandler_total{device="veth277dea5"} 0 node_network_receive_nohandler_total{device="veth2fc47fe"} 0 node_network_receive_nohandler_total{device="veth3046c50"} 0 node_network_receive_nohandler_total{device="veth327ba5f"} 0 node_network_receive_nohandler_total{device="veth335bf29"} 0 node_network_receive_nohandler_total{device="veth361f58d"} 0 node_network_receive_nohandler_total{device="veth3bb0398"} 0 node_network_receive_nohandler_total{device="veth3c37c45"} 0 node_network_receive_nohandler_total{device="veth3e5b6e1"} 0 node_network_receive_nohandler_total{device="veth406fe60"} 0 node_network_receive_nohandler_total{device="veth42e0906"} 0 node_network_receive_nohandler_total{device="veth42e85d8"} 0 node_network_receive_nohandler_total{device="veth454b15a"} 0 node_network_receive_nohandler_total{device="veth46f2b06"} 0 node_network_receive_nohandler_total{device="veth4b35834"} 0 node_network_receive_nohandler_total{device="veth4bb10d6"} 0 node_network_receive_nohandler_total{device="veth586c03e"} 0 node_network_receive_nohandler_total{device="veth58eb2e4"} 0 node_network_receive_nohandler_total{device="veth5da162a"} 0 node_network_receive_nohandler_total{device="veth6130212"} 0 node_network_receive_nohandler_total{device="veth658d5a5"} 0 node_network_receive_nohandler_total{device="veth6a9ac1d"} 0 node_network_receive_nohandler_total{device="veth6df0f3b"} 0 node_network_receive_nohandler_total{device="veth6f01810"} 0 node_network_receive_nohandler_total{device="veth7d87aaf"} 0 node_network_receive_nohandler_total{device="veth7ec2b77"} 0 node_network_receive_nohandler_total{device="veth80ef9b7"} 0 node_network_receive_nohandler_total{device="veth8780aec"} 0 node_network_receive_nohandler_total{device="veth8af9d0c"} 0 node_network_receive_nohandler_total{device="veth8d05a2e"} 0 node_network_receive_nohandler_total{device="veth909516d"} 0 node_network_receive_nohandler_total{device="veth95225c7"} 0 node_network_receive_nohandler_total{device="veth960c7e8"} 0 node_network_receive_nohandler_total{device="veth99dee58"} 0 node_network_receive_nohandler_total{device="vetha0b7b9d"} 0 node_network_receive_nohandler_total{device="vetha29a494"} 0 node_network_receive_nohandler_total{device="vetha40ca4f"} 0 node_network_receive_nohandler_total{device="vethaaea0de"} 0 node_network_receive_nohandler_total{device="vethab80991"} 0 node_network_receive_nohandler_total{device="vethac2b45c"} 0 node_network_receive_nohandler_total{device="vethad068c9"} 0 node_network_receive_nohandler_total{device="vethb151164"} 0 node_network_receive_nohandler_total{device="vethb235a62"} 0 node_network_receive_nohandler_total{device="vethb7bb33a"} 0 node_network_receive_nohandler_total{device="vethba5a644"} 0 node_network_receive_nohandler_total{device="vethbc49404"} 0 node_network_receive_nohandler_total{device="vethbd7dcd6"} 0 node_network_receive_nohandler_total{device="vethbe08027"} 0 node_network_receive_nohandler_total{device="vethbfa418e"} 0 node_network_receive_nohandler_total{device="vethc074ca1"} 0 node_network_receive_nohandler_total{device="vethc11282b"} 0 node_network_receive_nohandler_total{device="vethc28dd2d"} 0 node_network_receive_nohandler_total{device="vethc516e5f"} 0 node_network_receive_nohandler_total{device="vethc97f72d"} 0 node_network_receive_nohandler_total{device="vethcdca47a"} 0 node_network_receive_nohandler_total{device="vethd12c039"} 0 node_network_receive_nohandler_total{device="vethd218f4e"} 0 node_network_receive_nohandler_total{device="vethd2976f2"} 0 node_network_receive_nohandler_total{device="vethd447c08"} 0 node_network_receive_nohandler_total{device="vethd4d5b5a"} 0 node_network_receive_nohandler_total{device="vethd7e6b07"} 0 node_network_receive_nohandler_total{device="vethd93b20b"} 0 node_network_receive_nohandler_total{device="vethe3ada01"} 0 node_network_receive_nohandler_total{device="vethe3c98a3"} 0 node_network_receive_nohandler_total{device="vethe5cf1bf"} 0 node_network_receive_nohandler_total{device="vethe904b69"} 0 node_network_receive_nohandler_total{device="vethea79430"} 0 node_network_receive_nohandler_total{device="vetheaa192c"} 0 node_network_receive_nohandler_total{device="vetheb21609"} 0 node_network_receive_nohandler_total{device="vetheeb82b5"} 0 node_network_receive_nohandler_total{device="vethf452220"} 0 node_network_receive_nohandler_total{device="vethf837e19"} 0 node_network_receive_nohandler_total{device="vethf9d71be"} 0 node_network_receive_nohandler_total{device="vethfcea515"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="br-1c5ae9c4fb11"} 18 node_network_receive_packets_total{device="br-1f437ee92de3"} 6.237759e+06 node_network_receive_packets_total{device="br-541b70109604"} 265035 node_network_receive_packets_total{device="br-57fae769631e"} 68203 node_network_receive_packets_total{device="br-5fe347eda337"} 0 node_network_receive_packets_total{device="br-607e7f2cc1eb"} 0 node_network_receive_packets_total{device="br-6461bc9320a1"} 16355 node_network_receive_packets_total{device="br-8e9e3794015c"} 32199 node_network_receive_packets_total{device="br-9d8e958996ba"} 125510 node_network_receive_packets_total{device="br-a7e11f654a04"} 929272 node_network_receive_packets_total{device="br-aaba14ed7a3b"} 0 node_network_receive_packets_total{device="br-b266df46df77"} 1.179655e+06 node_network_receive_packets_total{device="br-b79aa99837b3"} 0 node_network_receive_packets_total{device="br-e0fcc6d4b66e"} 10595 node_network_receive_packets_total{device="br-eac26a665bc7"} 1.994602e+06 node_network_receive_packets_total{device="br-f1318694100b"} 21937 node_network_receive_packets_total{device="br-f37d406e9375"} 20836 node_network_receive_packets_total{device="br-ff21357210f8"} 95 node_network_receive_packets_total{device="docker0"} 1925 node_network_receive_packets_total{device="ens18"} 1.8500153e+07 node_network_receive_packets_total{device="lo"} 244345 node_network_receive_packets_total{device="veth04916c3"} 92 node_network_receive_packets_total{device="veth06e6db8"} 72 node_network_receive_packets_total{device="veth07983ac"} 7 node_network_receive_packets_total{device="veth09a9c38"} 62953 node_network_receive_packets_total{device="veth0a1380b"} 2.350873e+06 node_network_receive_packets_total{device="veth0a78168"} 14 node_network_receive_packets_total{device="veth0a9f2d9"} 0 node_network_receive_packets_total{device="veth0d244e0"} 12 node_network_receive_packets_total{device="veth0da4b3e"} 292471 node_network_receive_packets_total{device="veth0f0a64d"} 0 node_network_receive_packets_total{device="veth1006ef9"} 58048 node_network_receive_packets_total{device="veth1257544"} 9 node_network_receive_packets_total{device="veth182862f"} 9 node_network_receive_packets_total{device="veth1ca76df"} 0 node_network_receive_packets_total{device="veth1dd58cb"} 0 node_network_receive_packets_total{device="veth220dc82"} 0 node_network_receive_packets_total{device="veth255c21e"} 4740 node_network_receive_packets_total{device="veth271d8d6"} 9 node_network_receive_packets_total{device="veth277dea5"} 325874 node_network_receive_packets_total{device="veth2fc47fe"} 0 node_network_receive_packets_total{device="veth3046c50"} 0 node_network_receive_packets_total{device="veth327ba5f"} 10 node_network_receive_packets_total{device="veth335bf29"} 0 node_network_receive_packets_total{device="veth361f58d"} 10 node_network_receive_packets_total{device="veth3bb0398"} 67205 node_network_receive_packets_total{device="veth3c37c45"} 0 node_network_receive_packets_total{device="veth3e5b6e1"} 0 node_network_receive_packets_total{device="veth406fe60"} 0 node_network_receive_packets_total{device="veth42e0906"} 32199 node_network_receive_packets_total{device="veth42e85d8"} 326429 node_network_receive_packets_total{device="veth454b15a"} 48687 node_network_receive_packets_total{device="veth46f2b06"} 36855 node_network_receive_packets_total{device="veth4b35834"} 0 node_network_receive_packets_total{device="veth4bb10d6"} 411139 node_network_receive_packets_total{device="veth586c03e"} 10 node_network_receive_packets_total{device="veth58eb2e4"} 48835 node_network_receive_packets_total{device="veth5da162a"} 0 node_network_receive_packets_total{device="veth6130212"} 71 node_network_receive_packets_total{device="veth658d5a5"} 9 node_network_receive_packets_total{device="veth6a9ac1d"} 0 node_network_receive_packets_total{device="veth6df0f3b"} 1.181097e+06 node_network_receive_packets_total{device="veth6f01810"} 0 node_network_receive_packets_total{device="veth7d87aaf"} 45026 node_network_receive_packets_total{device="veth7ec2b77"} 330531 node_network_receive_packets_total{device="veth80ef9b7"} 322980 node_network_receive_packets_total{device="veth8780aec"} 263607 node_network_receive_packets_total{device="veth8af9d0c"} 20830 node_network_receive_packets_total{device="veth8d05a2e"} 0 node_network_receive_packets_total{device="veth909516d"} 12 node_network_receive_packets_total{device="veth95225c7"} 705942 node_network_receive_packets_total{device="veth960c7e8"} 1.128373e+06 node_network_receive_packets_total{device="veth99dee58"} 1.038511e+06 node_network_receive_packets_total{device="vetha0b7b9d"} 19946 node_network_receive_packets_total{device="vetha29a494"} 963929 node_network_receive_packets_total{device="vetha40ca4f"} 0 node_network_receive_packets_total{device="vethaaea0de"} 0 node_network_receive_packets_total{device="vethab80991"} 35510 node_network_receive_packets_total{device="vethac2b45c"} 166493 node_network_receive_packets_total{device="vethad068c9"} 11 node_network_receive_packets_total{device="vethb151164"} 18710 node_network_receive_packets_total{device="vethb235a62"} 0 node_network_receive_packets_total{device="vethb7bb33a"} 244118 node_network_receive_packets_total{device="vethba5a644"} 60798 node_network_receive_packets_total{device="vethbc49404"} 12 node_network_receive_packets_total{device="vethbd7dcd6"} 87943 node_network_receive_packets_total{device="vethbe08027"} 21917 node_network_receive_packets_total{device="vethbfa418e"} 6.237759e+06 node_network_receive_packets_total{device="vethc074ca1"} 16355 node_network_receive_packets_total{device="vethc11282b"} 2.27473e+06 node_network_receive_packets_total{device="vethc28dd2d"} 10 node_network_receive_packets_total{device="vethc516e5f"} 48703 node_network_receive_packets_total{device="vethc97f72d"} 4878 node_network_receive_packets_total{device="vethcdca47a"} 0 node_network_receive_packets_total{device="vethd12c039"} 0 node_network_receive_packets_total{device="vethd218f4e"} 0 node_network_receive_packets_total{device="vethd2976f2"} 0 node_network_receive_packets_total{device="vethd447c08"} 59829 node_network_receive_packets_total{device="vethd4d5b5a"} 590090 node_network_receive_packets_total{device="vethd7e6b07"} 1975 node_network_receive_packets_total{device="vethd93b20b"} 163981 node_network_receive_packets_total{device="vethe3ada01"} 10595 node_network_receive_packets_total{device="vethe3c98a3"} 0 node_network_receive_packets_total{device="vethe5cf1bf"} 14012 node_network_receive_packets_total{device="vethe904b69"} 14010 node_network_receive_packets_total{device="vethea79430"} 322912 node_network_receive_packets_total{device="vetheaa192c"} 58593 node_network_receive_packets_total{device="vetheb21609"} 9 node_network_receive_packets_total{device="vetheeb82b5"} 0 node_network_receive_packets_total{device="vethf452220"} 11 node_network_receive_packets_total{device="vethf837e19"} 1.383654e+06 node_network_receive_packets_total{device="vethf9d71be"} 19122 node_network_receive_packets_total{device="vethfcea515"} 11 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-1c5ae9c4fb11"} 1.25e+09 node_network_speed_bytes{device="br-1f437ee92de3"} 1.25e+09 node_network_speed_bytes{device="br-541b70109604"} 1.25e+09 node_network_speed_bytes{device="br-57fae769631e"} 1.25e+09 node_network_speed_bytes{device="br-5fe347eda337"} 1.25e+09 node_network_speed_bytes{device="br-607e7f2cc1eb"} 1.25e+09 node_network_speed_bytes{device="br-6461bc9320a1"} 1.25e+09 node_network_speed_bytes{device="br-8e9e3794015c"} 1.25e+09 node_network_speed_bytes{device="br-9d8e958996ba"} 1.25e+09 node_network_speed_bytes{device="br-a7e11f654a04"} 1.25e+09 node_network_speed_bytes{device="br-aaba14ed7a3b"} 1.25e+09 node_network_speed_bytes{device="br-b266df46df77"} 1.25e+09 node_network_speed_bytes{device="br-b79aa99837b3"} 1.25e+09 node_network_speed_bytes{device="br-e0fcc6d4b66e"} 1.25e+09 node_network_speed_bytes{device="br-eac26a665bc7"} 1.25e+09 node_network_speed_bytes{device="br-f1318694100b"} 1.25e+09 node_network_speed_bytes{device="br-f37d406e9375"} 1.25e+09 node_network_speed_bytes{device="br-ff21357210f8"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="ens18"} -125000 node_network_speed_bytes{device="veth04916c3"} 1.25e+09 node_network_speed_bytes{device="veth06e6db8"} 1.25e+09 node_network_speed_bytes{device="veth07983ac"} 1.25e+09 node_network_speed_bytes{device="veth09a9c38"} 1.25e+09 node_network_speed_bytes{device="veth0a1380b"} 1.25e+09 node_network_speed_bytes{device="veth0a78168"} 1.25e+09 node_network_speed_bytes{device="veth0a9f2d9"} 1.25e+09 node_network_speed_bytes{device="veth0d244e0"} 1.25e+09 node_network_speed_bytes{device="veth0da4b3e"} 1.25e+09 node_network_speed_bytes{device="veth0f0a64d"} 1.25e+09 node_network_speed_bytes{device="veth1006ef9"} 1.25e+09 node_network_speed_bytes{device="veth1257544"} 1.25e+09 node_network_speed_bytes{device="veth182862f"} 1.25e+09 node_network_speed_bytes{device="veth1ca76df"} 1.25e+09 node_network_speed_bytes{device="veth1dd58cb"} 1.25e+09 node_network_speed_bytes{device="veth220dc82"} 1.25e+09 node_network_speed_bytes{device="veth255c21e"} 1.25e+09 node_network_speed_bytes{device="veth271d8d6"} 1.25e+09 node_network_speed_bytes{device="veth277dea5"} 1.25e+09 node_network_speed_bytes{device="veth2fc47fe"} 1.25e+09 node_network_speed_bytes{device="veth3046c50"} 1.25e+09 node_network_speed_bytes{device="veth327ba5f"} 1.25e+09 node_network_speed_bytes{device="veth335bf29"} 1.25e+09 node_network_speed_bytes{device="veth361f58d"} 1.25e+09 node_network_speed_bytes{device="veth3bb0398"} 1.25e+09 node_network_speed_bytes{device="veth3c37c45"} 1.25e+09 node_network_speed_bytes{device="veth3e5b6e1"} 1.25e+09 node_network_speed_bytes{device="veth406fe60"} 1.25e+09 node_network_speed_bytes{device="veth42e0906"} 1.25e+09 node_network_speed_bytes{device="veth42e85d8"} 1.25e+09 node_network_speed_bytes{device="veth454b15a"} 1.25e+09 node_network_speed_bytes{device="veth46f2b06"} 1.25e+09 node_network_speed_bytes{device="veth4b35834"} 1.25e+09 node_network_speed_bytes{device="veth4bb10d6"} 1.25e+09 node_network_speed_bytes{device="veth586c03e"} 1.25e+09 node_network_speed_bytes{device="veth58eb2e4"} 1.25e+09 node_network_speed_bytes{device="veth5da162a"} 1.25e+09 node_network_speed_bytes{device="veth6130212"} 1.25e+09 node_network_speed_bytes{device="veth658d5a5"} 1.25e+09 node_network_speed_bytes{device="veth6a9ac1d"} 1.25e+09 node_network_speed_bytes{device="veth6df0f3b"} 1.25e+09 node_network_speed_bytes{device="veth6f01810"} 1.25e+09 node_network_speed_bytes{device="veth7d87aaf"} 1.25e+09 node_network_speed_bytes{device="veth7ec2b77"} 1.25e+09 node_network_speed_bytes{device="veth80ef9b7"} 1.25e+09 node_network_speed_bytes{device="veth8780aec"} 1.25e+09 node_network_speed_bytes{device="veth8af9d0c"} 1.25e+09 node_network_speed_bytes{device="veth8d05a2e"} 1.25e+09 node_network_speed_bytes{device="veth909516d"} 1.25e+09 node_network_speed_bytes{device="veth95225c7"} 1.25e+09 node_network_speed_bytes{device="veth960c7e8"} 1.25e+09 node_network_speed_bytes{device="veth99dee58"} 1.25e+09 node_network_speed_bytes{device="vetha0b7b9d"} 1.25e+09 node_network_speed_bytes{device="vetha29a494"} 1.25e+09 node_network_speed_bytes{device="vetha40ca4f"} 1.25e+09 node_network_speed_bytes{device="vethaaea0de"} 1.25e+09 node_network_speed_bytes{device="vethab80991"} 1.25e+09 node_network_speed_bytes{device="vethac2b45c"} 1.25e+09 node_network_speed_bytes{device="vethad068c9"} 1.25e+09 node_network_speed_bytes{device="vethb151164"} 1.25e+09 node_network_speed_bytes{device="vethb235a62"} 1.25e+09 node_network_speed_bytes{device="vethb7bb33a"} 1.25e+09 node_network_speed_bytes{device="vethba5a644"} 1.25e+09 node_network_speed_bytes{device="vethbc49404"} 1.25e+09 node_network_speed_bytes{device="vethbd7dcd6"} 1.25e+09 node_network_speed_bytes{device="vethbe08027"} 1.25e+09 node_network_speed_bytes{device="vethbfa418e"} 1.25e+09 node_network_speed_bytes{device="vethc074ca1"} 1.25e+09 node_network_speed_bytes{device="vethc11282b"} 1.25e+09 node_network_speed_bytes{device="vethc28dd2d"} 1.25e+09 node_network_speed_bytes{device="vethc516e5f"} 1.25e+09 node_network_speed_bytes{device="vethc97f72d"} 1.25e+09 node_network_speed_bytes{device="vethcdca47a"} 1.25e+09 node_network_speed_bytes{device="vethd12c039"} 1.25e+09 node_network_speed_bytes{device="vethd218f4e"} 1.25e+09 node_network_speed_bytes{device="vethd2976f2"} 1.25e+09 node_network_speed_bytes{device="vethd447c08"} 1.25e+09 node_network_speed_bytes{device="vethd4d5b5a"} 1.25e+09 node_network_speed_bytes{device="vethd7e6b07"} 1.25e+09 node_network_speed_bytes{device="vethd93b20b"} 1.25e+09 node_network_speed_bytes{device="vethe3ada01"} 1.25e+09 node_network_speed_bytes{device="vethe3c98a3"} 1.25e+09 node_network_speed_bytes{device="vethe5cf1bf"} 1.25e+09 node_network_speed_bytes{device="vethe904b69"} 1.25e+09 node_network_speed_bytes{device="vethea79430"} 1.25e+09 node_network_speed_bytes{device="vetheaa192c"} 1.25e+09 node_network_speed_bytes{device="vetheb21609"} 1.25e+09 node_network_speed_bytes{device="vetheeb82b5"} 1.25e+09 node_network_speed_bytes{device="vethf452220"} 1.25e+09 node_network_speed_bytes{device="vethf837e19"} 1.25e+09 node_network_speed_bytes{device="vethf9d71be"} 1.25e+09 node_network_speed_bytes{device="vethfcea515"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="br-1c5ae9c4fb11"} 6920 node_network_transmit_bytes_total{device="br-1f437ee92de3"} 5.347749169e+09 node_network_transmit_bytes_total{device="br-541b70109604"} 1.4375338e+07 node_network_transmit_bytes_total{device="br-57fae769631e"} 5.755517e+06 node_network_transmit_bytes_total{device="br-5fe347eda337"} 526 node_network_transmit_bytes_total{device="br-607e7f2cc1eb"} 746 node_network_transmit_bytes_total{device="br-6461bc9320a1"} 1.143294e+06 node_network_transmit_bytes_total{device="br-8e9e3794015c"} 2.522077e+06 node_network_transmit_bytes_total{device="br-9d8e958996ba"} 5.09272762e+08 node_network_transmit_bytes_total{device="br-a7e11f654a04"} 5.98913398e+09 node_network_transmit_bytes_total{device="br-aaba14ed7a3b"} 746 node_network_transmit_bytes_total{device="br-b266df46df77"} 9.6146054e+07 node_network_transmit_bytes_total{device="br-b79aa99837b3"} 746 node_network_transmit_bytes_total{device="br-e0fcc6d4b66e"} 1.5373397e+07 node_network_transmit_bytes_total{device="br-eac26a665bc7"} 4.48012162e+09 node_network_transmit_bytes_total{device="br-f1318694100b"} 1.649984e+06 node_network_transmit_bytes_total{device="br-f37d406e9375"} 1.554161e+06 node_network_transmit_bytes_total{device="br-ff21357210f8"} 10786 node_network_transmit_bytes_total{device="docker0"} 1.678627e+07 node_network_transmit_bytes_total{device="ens18"} 1.3461944509e+10 node_network_transmit_bytes_total{device="lo"} 2.9517464e+07 node_network_transmit_bytes_total{device="veth04916c3"} 12266 node_network_transmit_bytes_total{device="veth06e6db8"} 126555 node_network_transmit_bytes_total{device="veth07983ac"} 7274 node_network_transmit_bytes_total{device="veth09a9c38"} 4.353215e+06 node_network_transmit_bytes_total{device="veth0a1380b"} 6.051703732e+09 node_network_transmit_bytes_total{device="veth0a78168"} 9084 node_network_transmit_bytes_total{device="veth0a9f2d9"} 2448 node_network_transmit_bytes_total{device="veth0d244e0"} 7800 node_network_transmit_bytes_total{device="veth0da4b3e"} 6.4675068e+07 node_network_transmit_bytes_total{device="veth0f0a64d"} 2306 node_network_transmit_bytes_total{device="veth1006ef9"} 2.77715e+06 node_network_transmit_bytes_total{device="veth1257544"} 7406 node_network_transmit_bytes_total{device="veth182862f"} 7492 node_network_transmit_bytes_total{device="veth1ca76df"} 2238 node_network_transmit_bytes_total{device="veth1dd58cb"} 2490 node_network_transmit_bytes_total{device="veth220dc82"} 3016 node_network_transmit_bytes_total{device="veth255c21e"} 475406 node_network_transmit_bytes_total{device="veth271d8d6"} 7382 node_network_transmit_bytes_total{device="veth277dea5"} 2.3059942e+07 node_network_transmit_bytes_total{device="veth2fc47fe"} 3632 node_network_transmit_bytes_total{device="veth3046c50"} 2490 node_network_transmit_bytes_total{device="veth327ba5f"} 7472 node_network_transmit_bytes_total{device="veth335bf29"} 2710 node_network_transmit_bytes_total{device="veth361f58d"} 7472 node_network_transmit_bytes_total{device="veth3bb0398"} 2.752152e+06 node_network_transmit_bytes_total{device="veth3c37c45"} 2490 node_network_transmit_bytes_total{device="veth3e5b6e1"} 2490 node_network_transmit_bytes_total{device="veth406fe60"} 2238 node_network_transmit_bytes_total{device="veth42e0906"} 2.523677e+06 node_network_transmit_bytes_total{device="veth42e85d8"} 2.3254678e+07 node_network_transmit_bytes_total{device="veth454b15a"} 2.269284e+06 node_network_transmit_bytes_total{device="veth46f2b06"} 1.717506e+06 node_network_transmit_bytes_total{device="veth4b35834"} 2416 node_network_transmit_bytes_total{device="veth4bb10d6"} 3.041386898e+09 node_network_transmit_bytes_total{device="veth586c03e"} 7448 node_network_transmit_bytes_total{device="veth58eb2e4"} 2.298639e+06 node_network_transmit_bytes_total{device="veth5da162a"} 2416 node_network_transmit_bytes_total{device="veth6130212"} 127468 node_network_transmit_bytes_total{device="veth658d5a5"} 7382 node_network_transmit_bytes_total{device="veth6a9ac1d"} 2490 node_network_transmit_bytes_total{device="veth6df0f3b"} 4.616002062e+09 node_network_transmit_bytes_total{device="veth6f01810"} 2448 node_network_transmit_bytes_total{device="veth7d87aaf"} 1.6942351e+07 node_network_transmit_bytes_total{device="veth7ec2b77"} 2.3425239e+07 node_network_transmit_bytes_total{device="veth80ef9b7"} 2.2370911e+07 node_network_transmit_bytes_total{device="veth8780aec"} 4.12332507e+08 node_network_transmit_bytes_total{device="veth8af9d0c"} 1.555413e+06 node_network_transmit_bytes_total{device="veth8d05a2e"} 2416 node_network_transmit_bytes_total{device="veth909516d"} 7580 node_network_transmit_bytes_total{device="veth95225c7"} 1.182605426e+09 node_network_transmit_bytes_total{device="veth960c7e8"} 4.714819831e+09 node_network_transmit_bytes_total{device="veth99dee58"} 3.324231082e+09 node_network_transmit_bytes_total{device="vetha0b7b9d"} 1.663763e+06 node_network_transmit_bytes_total{device="vetha29a494"} 5.975274405e+09 node_network_transmit_bytes_total{device="vetha40ca4f"} 6732 node_network_transmit_bytes_total{device="vethaaea0de"} 2238 node_network_transmit_bytes_total{device="vethab80991"} 5.276548e+06 node_network_transmit_bytes_total{device="vethac2b45c"} 6.44635401e+08 node_network_transmit_bytes_total{device="vethad068c9"} 7514 node_network_transmit_bytes_total{device="vethb151164"} 1.402882e+06 node_network_transmit_bytes_total{device="vethb235a62"} 2306 node_network_transmit_bytes_total{device="vethb7bb33a"} 1.06523097e+08 node_network_transmit_bytes_total{device="vethba5a644"} 6.097452e+06 node_network_transmit_bytes_total{device="vethbc49404"} 7580 node_network_transmit_bytes_total{device="vethbd7dcd6"} 7.239052e+06 node_network_transmit_bytes_total{device="vethbe08027"} 1.646678e+06 node_network_transmit_bytes_total{device="vethbfa418e"} 5.347751365e+09 node_network_transmit_bytes_total{device="vethc074ca1"} 1.144964e+06 node_network_transmit_bytes_total{device="vethc11282b"} 1.5558607e+08 node_network_transmit_bytes_total{device="vethc28dd2d"} 7472 node_network_transmit_bytes_total{device="vethc516e5f"} 2.272962e+06 node_network_transmit_bytes_total{device="vethc97f72d"} 480184 node_network_transmit_bytes_total{device="vethcdca47a"} 2722 node_network_transmit_bytes_total{device="vethd12c039"} 2448 node_network_transmit_bytes_total{device="vethd218f4e"} 2490 node_network_transmit_bytes_total{device="vethd2976f2"} 2306 node_network_transmit_bytes_total{device="vethd447c08"} 1.332804767e+09 node_network_transmit_bytes_total{device="vethd4d5b5a"} 4.60493382e+08 node_network_transmit_bytes_total{device="vethd7e6b07"} 586816 node_network_transmit_bytes_total{device="vethd93b20b"} 1.25377531e+08 node_network_transmit_bytes_total{device="vethe3ada01"} 1.5375593e+07 node_network_transmit_bytes_total{device="vethe3c98a3"} 2490 node_network_transmit_bytes_total{device="vethe5cf1bf"} 2.132905e+06 node_network_transmit_bytes_total{device="vethe904b69"} 1.439042e+06 node_network_transmit_bytes_total{device="vethea79430"} 2.2445181e+07 node_network_transmit_bytes_total{device="vetheaa192c"} 2.14642555e+08 node_network_transmit_bytes_total{device="vetheb21609"} 7406 node_network_transmit_bytes_total{device="vetheeb82b5"} 2238 node_network_transmit_bytes_total{device="vethf452220"} 7514 node_network_transmit_bytes_total{device="vethf837e19"} 2.56599999e+08 node_network_transmit_bytes_total{device="vethf9d71be"} 6.6655565e+07 node_network_transmit_bytes_total{device="vethfcea515"} 7514 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="br-1c5ae9c4fb11"} 0 node_network_transmit_carrier_total{device="br-1f437ee92de3"} 0 node_network_transmit_carrier_total{device="br-541b70109604"} 0 node_network_transmit_carrier_total{device="br-57fae769631e"} 0 node_network_transmit_carrier_total{device="br-5fe347eda337"} 0 node_network_transmit_carrier_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_carrier_total{device="br-6461bc9320a1"} 0 node_network_transmit_carrier_total{device="br-8e9e3794015c"} 0 node_network_transmit_carrier_total{device="br-9d8e958996ba"} 0 node_network_transmit_carrier_total{device="br-a7e11f654a04"} 0 node_network_transmit_carrier_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_carrier_total{device="br-b266df46df77"} 0 node_network_transmit_carrier_total{device="br-b79aa99837b3"} 0 node_network_transmit_carrier_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_carrier_total{device="br-eac26a665bc7"} 0 node_network_transmit_carrier_total{device="br-f1318694100b"} 0 node_network_transmit_carrier_total{device="br-f37d406e9375"} 0 node_network_transmit_carrier_total{device="br-ff21357210f8"} 0 node_network_transmit_carrier_total{device="docker0"} 0 node_network_transmit_carrier_total{device="ens18"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="veth04916c3"} 0 node_network_transmit_carrier_total{device="veth06e6db8"} 0 node_network_transmit_carrier_total{device="veth07983ac"} 0 node_network_transmit_carrier_total{device="veth09a9c38"} 0 node_network_transmit_carrier_total{device="veth0a1380b"} 0 node_network_transmit_carrier_total{device="veth0a78168"} 0 node_network_transmit_carrier_total{device="veth0a9f2d9"} 0 node_network_transmit_carrier_total{device="veth0d244e0"} 0 node_network_transmit_carrier_total{device="veth0da4b3e"} 0 node_network_transmit_carrier_total{device="veth0f0a64d"} 0 node_network_transmit_carrier_total{device="veth1006ef9"} 0 node_network_transmit_carrier_total{device="veth1257544"} 0 node_network_transmit_carrier_total{device="veth182862f"} 0 node_network_transmit_carrier_total{device="veth1ca76df"} 0 node_network_transmit_carrier_total{device="veth1dd58cb"} 0 node_network_transmit_carrier_total{device="veth220dc82"} 0 node_network_transmit_carrier_total{device="veth255c21e"} 0 node_network_transmit_carrier_total{device="veth271d8d6"} 0 node_network_transmit_carrier_total{device="veth277dea5"} 0 node_network_transmit_carrier_total{device="veth2fc47fe"} 0 node_network_transmit_carrier_total{device="veth3046c50"} 0 node_network_transmit_carrier_total{device="veth327ba5f"} 0 node_network_transmit_carrier_total{device="veth335bf29"} 0 node_network_transmit_carrier_total{device="veth361f58d"} 0 node_network_transmit_carrier_total{device="veth3bb0398"} 0 node_network_transmit_carrier_total{device="veth3c37c45"} 0 node_network_transmit_carrier_total{device="veth3e5b6e1"} 0 node_network_transmit_carrier_total{device="veth406fe60"} 0 node_network_transmit_carrier_total{device="veth42e0906"} 0 node_network_transmit_carrier_total{device="veth42e85d8"} 0 node_network_transmit_carrier_total{device="veth454b15a"} 0 node_network_transmit_carrier_total{device="veth46f2b06"} 0 node_network_transmit_carrier_total{device="veth4b35834"} 0 node_network_transmit_carrier_total{device="veth4bb10d6"} 0 node_network_transmit_carrier_total{device="veth586c03e"} 0 node_network_transmit_carrier_total{device="veth58eb2e4"} 0 node_network_transmit_carrier_total{device="veth5da162a"} 0 node_network_transmit_carrier_total{device="veth6130212"} 0 node_network_transmit_carrier_total{device="veth658d5a5"} 0 node_network_transmit_carrier_total{device="veth6a9ac1d"} 0 node_network_transmit_carrier_total{device="veth6df0f3b"} 0 node_network_transmit_carrier_total{device="veth6f01810"} 0 node_network_transmit_carrier_total{device="veth7d87aaf"} 0 node_network_transmit_carrier_total{device="veth7ec2b77"} 0 node_network_transmit_carrier_total{device="veth80ef9b7"} 0 node_network_transmit_carrier_total{device="veth8780aec"} 0 node_network_transmit_carrier_total{device="veth8af9d0c"} 0 node_network_transmit_carrier_total{device="veth8d05a2e"} 0 node_network_transmit_carrier_total{device="veth909516d"} 0 node_network_transmit_carrier_total{device="veth95225c7"} 0 node_network_transmit_carrier_total{device="veth960c7e8"} 0 node_network_transmit_carrier_total{device="veth99dee58"} 0 node_network_transmit_carrier_total{device="vetha0b7b9d"} 0 node_network_transmit_carrier_total{device="vetha29a494"} 0 node_network_transmit_carrier_total{device="vetha40ca4f"} 0 node_network_transmit_carrier_total{device="vethaaea0de"} 0 node_network_transmit_carrier_total{device="vethab80991"} 0 node_network_transmit_carrier_total{device="vethac2b45c"} 0 node_network_transmit_carrier_total{device="vethad068c9"} 0 node_network_transmit_carrier_total{device="vethb151164"} 0 node_network_transmit_carrier_total{device="vethb235a62"} 0 node_network_transmit_carrier_total{device="vethb7bb33a"} 0 node_network_transmit_carrier_total{device="vethba5a644"} 0 node_network_transmit_carrier_total{device="vethbc49404"} 0 node_network_transmit_carrier_total{device="vethbd7dcd6"} 0 node_network_transmit_carrier_total{device="vethbe08027"} 0 node_network_transmit_carrier_total{device="vethbfa418e"} 0 node_network_transmit_carrier_total{device="vethc074ca1"} 0 node_network_transmit_carrier_total{device="vethc11282b"} 0 node_network_transmit_carrier_total{device="vethc28dd2d"} 0 node_network_transmit_carrier_total{device="vethc516e5f"} 0 node_network_transmit_carrier_total{device="vethc97f72d"} 0 node_network_transmit_carrier_total{device="vethcdca47a"} 0 node_network_transmit_carrier_total{device="vethd12c039"} 0 node_network_transmit_carrier_total{device="vethd218f4e"} 0 node_network_transmit_carrier_total{device="vethd2976f2"} 0 node_network_transmit_carrier_total{device="vethd447c08"} 0 node_network_transmit_carrier_total{device="vethd4d5b5a"} 0 node_network_transmit_carrier_total{device="vethd7e6b07"} 0 node_network_transmit_carrier_total{device="vethd93b20b"} 0 node_network_transmit_carrier_total{device="vethe3ada01"} 0 node_network_transmit_carrier_total{device="vethe3c98a3"} 0 node_network_transmit_carrier_total{device="vethe5cf1bf"} 0 node_network_transmit_carrier_total{device="vethe904b69"} 0 node_network_transmit_carrier_total{device="vethea79430"} 0 node_network_transmit_carrier_total{device="vetheaa192c"} 0 node_network_transmit_carrier_total{device="vetheb21609"} 0 node_network_transmit_carrier_total{device="vetheeb82b5"} 0 node_network_transmit_carrier_total{device="vethf452220"} 0 node_network_transmit_carrier_total{device="vethf837e19"} 0 node_network_transmit_carrier_total{device="vethf9d71be"} 0 node_network_transmit_carrier_total{device="vethfcea515"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="br-1c5ae9c4fb11"} 0 node_network_transmit_colls_total{device="br-1f437ee92de3"} 0 node_network_transmit_colls_total{device="br-541b70109604"} 0 node_network_transmit_colls_total{device="br-57fae769631e"} 0 node_network_transmit_colls_total{device="br-5fe347eda337"} 0 node_network_transmit_colls_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_colls_total{device="br-6461bc9320a1"} 0 node_network_transmit_colls_total{device="br-8e9e3794015c"} 0 node_network_transmit_colls_total{device="br-9d8e958996ba"} 0 node_network_transmit_colls_total{device="br-a7e11f654a04"} 0 node_network_transmit_colls_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_colls_total{device="br-b266df46df77"} 0 node_network_transmit_colls_total{device="br-b79aa99837b3"} 0 node_network_transmit_colls_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_colls_total{device="br-eac26a665bc7"} 0 node_network_transmit_colls_total{device="br-f1318694100b"} 0 node_network_transmit_colls_total{device="br-f37d406e9375"} 0 node_network_transmit_colls_total{device="br-ff21357210f8"} 0 node_network_transmit_colls_total{device="docker0"} 0 node_network_transmit_colls_total{device="ens18"} 0 node_network_transmit_colls_total{device="lo"} 0 node_network_transmit_colls_total{device="veth04916c3"} 0 node_network_transmit_colls_total{device="veth06e6db8"} 0 node_network_transmit_colls_total{device="veth07983ac"} 0 node_network_transmit_colls_total{device="veth09a9c38"} 0 node_network_transmit_colls_total{device="veth0a1380b"} 0 node_network_transmit_colls_total{device="veth0a78168"} 0 node_network_transmit_colls_total{device="veth0a9f2d9"} 0 node_network_transmit_colls_total{device="veth0d244e0"} 0 node_network_transmit_colls_total{device="veth0da4b3e"} 0 node_network_transmit_colls_total{device="veth0f0a64d"} 0 node_network_transmit_colls_total{device="veth1006ef9"} 0 node_network_transmit_colls_total{device="veth1257544"} 0 node_network_transmit_colls_total{device="veth182862f"} 0 node_network_transmit_colls_total{device="veth1ca76df"} 0 node_network_transmit_colls_total{device="veth1dd58cb"} 0 node_network_transmit_colls_total{device="veth220dc82"} 0 node_network_transmit_colls_total{device="veth255c21e"} 0 node_network_transmit_colls_total{device="veth271d8d6"} 0 node_network_transmit_colls_total{device="veth277dea5"} 0 node_network_transmit_colls_total{device="veth2fc47fe"} 0 node_network_transmit_colls_total{device="veth3046c50"} 0 node_network_transmit_colls_total{device="veth327ba5f"} 0 node_network_transmit_colls_total{device="veth335bf29"} 0 node_network_transmit_colls_total{device="veth361f58d"} 0 node_network_transmit_colls_total{device="veth3bb0398"} 0 node_network_transmit_colls_total{device="veth3c37c45"} 0 node_network_transmit_colls_total{device="veth3e5b6e1"} 0 node_network_transmit_colls_total{device="veth406fe60"} 0 node_network_transmit_colls_total{device="veth42e0906"} 0 node_network_transmit_colls_total{device="veth42e85d8"} 0 node_network_transmit_colls_total{device="veth454b15a"} 0 node_network_transmit_colls_total{device="veth46f2b06"} 0 node_network_transmit_colls_total{device="veth4b35834"} 0 node_network_transmit_colls_total{device="veth4bb10d6"} 0 node_network_transmit_colls_total{device="veth586c03e"} 0 node_network_transmit_colls_total{device="veth58eb2e4"} 0 node_network_transmit_colls_total{device="veth5da162a"} 0 node_network_transmit_colls_total{device="veth6130212"} 0 node_network_transmit_colls_total{device="veth658d5a5"} 0 node_network_transmit_colls_total{device="veth6a9ac1d"} 0 node_network_transmit_colls_total{device="veth6df0f3b"} 0 node_network_transmit_colls_total{device="veth6f01810"} 0 node_network_transmit_colls_total{device="veth7d87aaf"} 0 node_network_transmit_colls_total{device="veth7ec2b77"} 0 node_network_transmit_colls_total{device="veth80ef9b7"} 0 node_network_transmit_colls_total{device="veth8780aec"} 0 node_network_transmit_colls_total{device="veth8af9d0c"} 0 node_network_transmit_colls_total{device="veth8d05a2e"} 0 node_network_transmit_colls_total{device="veth909516d"} 0 node_network_transmit_colls_total{device="veth95225c7"} 0 node_network_transmit_colls_total{device="veth960c7e8"} 0 node_network_transmit_colls_total{device="veth99dee58"} 0 node_network_transmit_colls_total{device="vetha0b7b9d"} 0 node_network_transmit_colls_total{device="vetha29a494"} 0 node_network_transmit_colls_total{device="vetha40ca4f"} 0 node_network_transmit_colls_total{device="vethaaea0de"} 0 node_network_transmit_colls_total{device="vethab80991"} 0 node_network_transmit_colls_total{device="vethac2b45c"} 0 node_network_transmit_colls_total{device="vethad068c9"} 0 node_network_transmit_colls_total{device="vethb151164"} 0 node_network_transmit_colls_total{device="vethb235a62"} 0 node_network_transmit_colls_total{device="vethb7bb33a"} 0 node_network_transmit_colls_total{device="vethba5a644"} 0 node_network_transmit_colls_total{device="vethbc49404"} 0 node_network_transmit_colls_total{device="vethbd7dcd6"} 0 node_network_transmit_colls_total{device="vethbe08027"} 0 node_network_transmit_colls_total{device="vethbfa418e"} 0 node_network_transmit_colls_total{device="vethc074ca1"} 0 node_network_transmit_colls_total{device="vethc11282b"} 0 node_network_transmit_colls_total{device="vethc28dd2d"} 0 node_network_transmit_colls_total{device="vethc516e5f"} 0 node_network_transmit_colls_total{device="vethc97f72d"} 0 node_network_transmit_colls_total{device="vethcdca47a"} 0 node_network_transmit_colls_total{device="vethd12c039"} 0 node_network_transmit_colls_total{device="vethd218f4e"} 0 node_network_transmit_colls_total{device="vethd2976f2"} 0 node_network_transmit_colls_total{device="vethd447c08"} 0 node_network_transmit_colls_total{device="vethd4d5b5a"} 0 node_network_transmit_colls_total{device="vethd7e6b07"} 0 node_network_transmit_colls_total{device="vethd93b20b"} 0 node_network_transmit_colls_total{device="vethe3ada01"} 0 node_network_transmit_colls_total{device="vethe3c98a3"} 0 node_network_transmit_colls_total{device="vethe5cf1bf"} 0 node_network_transmit_colls_total{device="vethe904b69"} 0 node_network_transmit_colls_total{device="vethea79430"} 0 node_network_transmit_colls_total{device="vetheaa192c"} 0 node_network_transmit_colls_total{device="vetheb21609"} 0 node_network_transmit_colls_total{device="vetheeb82b5"} 0 node_network_transmit_colls_total{device="vethf452220"} 0 node_network_transmit_colls_total{device="vethf837e19"} 0 node_network_transmit_colls_total{device="vethf9d71be"} 0 node_network_transmit_colls_total{device="vethfcea515"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="br-1c5ae9c4fb11"} 0 node_network_transmit_compressed_total{device="br-1f437ee92de3"} 0 node_network_transmit_compressed_total{device="br-541b70109604"} 0 node_network_transmit_compressed_total{device="br-57fae769631e"} 0 node_network_transmit_compressed_total{device="br-5fe347eda337"} 0 node_network_transmit_compressed_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_compressed_total{device="br-6461bc9320a1"} 0 node_network_transmit_compressed_total{device="br-8e9e3794015c"} 0 node_network_transmit_compressed_total{device="br-9d8e958996ba"} 0 node_network_transmit_compressed_total{device="br-a7e11f654a04"} 0 node_network_transmit_compressed_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_compressed_total{device="br-b266df46df77"} 0 node_network_transmit_compressed_total{device="br-b79aa99837b3"} 0 node_network_transmit_compressed_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_compressed_total{device="br-eac26a665bc7"} 0 node_network_transmit_compressed_total{device="br-f1318694100b"} 0 node_network_transmit_compressed_total{device="br-f37d406e9375"} 0 node_network_transmit_compressed_total{device="br-ff21357210f8"} 0 node_network_transmit_compressed_total{device="docker0"} 0 node_network_transmit_compressed_total{device="ens18"} 0 node_network_transmit_compressed_total{device="lo"} 0 node_network_transmit_compressed_total{device="veth04916c3"} 0 node_network_transmit_compressed_total{device="veth06e6db8"} 0 node_network_transmit_compressed_total{device="veth07983ac"} 0 node_network_transmit_compressed_total{device="veth09a9c38"} 0 node_network_transmit_compressed_total{device="veth0a1380b"} 0 node_network_transmit_compressed_total{device="veth0a78168"} 0 node_network_transmit_compressed_total{device="veth0a9f2d9"} 0 node_network_transmit_compressed_total{device="veth0d244e0"} 0 node_network_transmit_compressed_total{device="veth0da4b3e"} 0 node_network_transmit_compressed_total{device="veth0f0a64d"} 0 node_network_transmit_compressed_total{device="veth1006ef9"} 0 node_network_transmit_compressed_total{device="veth1257544"} 0 node_network_transmit_compressed_total{device="veth182862f"} 0 node_network_transmit_compressed_total{device="veth1ca76df"} 0 node_network_transmit_compressed_total{device="veth1dd58cb"} 0 node_network_transmit_compressed_total{device="veth220dc82"} 0 node_network_transmit_compressed_total{device="veth255c21e"} 0 node_network_transmit_compressed_total{device="veth271d8d6"} 0 node_network_transmit_compressed_total{device="veth277dea5"} 0 node_network_transmit_compressed_total{device="veth2fc47fe"} 0 node_network_transmit_compressed_total{device="veth3046c50"} 0 node_network_transmit_compressed_total{device="veth327ba5f"} 0 node_network_transmit_compressed_total{device="veth335bf29"} 0 node_network_transmit_compressed_total{device="veth361f58d"} 0 node_network_transmit_compressed_total{device="veth3bb0398"} 0 node_network_transmit_compressed_total{device="veth3c37c45"} 0 node_network_transmit_compressed_total{device="veth3e5b6e1"} 0 node_network_transmit_compressed_total{device="veth406fe60"} 0 node_network_transmit_compressed_total{device="veth42e0906"} 0 node_network_transmit_compressed_total{device="veth42e85d8"} 0 node_network_transmit_compressed_total{device="veth454b15a"} 0 node_network_transmit_compressed_total{device="veth46f2b06"} 0 node_network_transmit_compressed_total{device="veth4b35834"} 0 node_network_transmit_compressed_total{device="veth4bb10d6"} 0 node_network_transmit_compressed_total{device="veth586c03e"} 0 node_network_transmit_compressed_total{device="veth58eb2e4"} 0 node_network_transmit_compressed_total{device="veth5da162a"} 0 node_network_transmit_compressed_total{device="veth6130212"} 0 node_network_transmit_compressed_total{device="veth658d5a5"} 0 node_network_transmit_compressed_total{device="veth6a9ac1d"} 0 node_network_transmit_compressed_total{device="veth6df0f3b"} 0 node_network_transmit_compressed_total{device="veth6f01810"} 0 node_network_transmit_compressed_total{device="veth7d87aaf"} 0 node_network_transmit_compressed_total{device="veth7ec2b77"} 0 node_network_transmit_compressed_total{device="veth80ef9b7"} 0 node_network_transmit_compressed_total{device="veth8780aec"} 0 node_network_transmit_compressed_total{device="veth8af9d0c"} 0 node_network_transmit_compressed_total{device="veth8d05a2e"} 0 node_network_transmit_compressed_total{device="veth909516d"} 0 node_network_transmit_compressed_total{device="veth95225c7"} 0 node_network_transmit_compressed_total{device="veth960c7e8"} 0 node_network_transmit_compressed_total{device="veth99dee58"} 0 node_network_transmit_compressed_total{device="vetha0b7b9d"} 0 node_network_transmit_compressed_total{device="vetha29a494"} 0 node_network_transmit_compressed_total{device="vetha40ca4f"} 0 node_network_transmit_compressed_total{device="vethaaea0de"} 0 node_network_transmit_compressed_total{device="vethab80991"} 0 node_network_transmit_compressed_total{device="vethac2b45c"} 0 node_network_transmit_compressed_total{device="vethad068c9"} 0 node_network_transmit_compressed_total{device="vethb151164"} 0 node_network_transmit_compressed_total{device="vethb235a62"} 0 node_network_transmit_compressed_total{device="vethb7bb33a"} 0 node_network_transmit_compressed_total{device="vethba5a644"} 0 node_network_transmit_compressed_total{device="vethbc49404"} 0 node_network_transmit_compressed_total{device="vethbd7dcd6"} 0 node_network_transmit_compressed_total{device="vethbe08027"} 0 node_network_transmit_compressed_total{device="vethbfa418e"} 0 node_network_transmit_compressed_total{device="vethc074ca1"} 0 node_network_transmit_compressed_total{device="vethc11282b"} 0 node_network_transmit_compressed_total{device="vethc28dd2d"} 0 node_network_transmit_compressed_total{device="vethc516e5f"} 0 node_network_transmit_compressed_total{device="vethc97f72d"} 0 node_network_transmit_compressed_total{device="vethcdca47a"} 0 node_network_transmit_compressed_total{device="vethd12c039"} 0 node_network_transmit_compressed_total{device="vethd218f4e"} 0 node_network_transmit_compressed_total{device="vethd2976f2"} 0 node_network_transmit_compressed_total{device="vethd447c08"} 0 node_network_transmit_compressed_total{device="vethd4d5b5a"} 0 node_network_transmit_compressed_total{device="vethd7e6b07"} 0 node_network_transmit_compressed_total{device="vethd93b20b"} 0 node_network_transmit_compressed_total{device="vethe3ada01"} 0 node_network_transmit_compressed_total{device="vethe3c98a3"} 0 node_network_transmit_compressed_total{device="vethe5cf1bf"} 0 node_network_transmit_compressed_total{device="vethe904b69"} 0 node_network_transmit_compressed_total{device="vethea79430"} 0 node_network_transmit_compressed_total{device="vetheaa192c"} 0 node_network_transmit_compressed_total{device="vetheb21609"} 0 node_network_transmit_compressed_total{device="vetheeb82b5"} 0 node_network_transmit_compressed_total{device="vethf452220"} 0 node_network_transmit_compressed_total{device="vethf837e19"} 0 node_network_transmit_compressed_total{device="vethf9d71be"} 0 node_network_transmit_compressed_total{device="vethfcea515"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="br-1c5ae9c4fb11"} 0 node_network_transmit_drop_total{device="br-1f437ee92de3"} 0 node_network_transmit_drop_total{device="br-541b70109604"} 0 node_network_transmit_drop_total{device="br-57fae769631e"} 0 node_network_transmit_drop_total{device="br-5fe347eda337"} 0 node_network_transmit_drop_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_drop_total{device="br-6461bc9320a1"} 0 node_network_transmit_drop_total{device="br-8e9e3794015c"} 0 node_network_transmit_drop_total{device="br-9d8e958996ba"} 0 node_network_transmit_drop_total{device="br-a7e11f654a04"} 0 node_network_transmit_drop_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_drop_total{device="br-b266df46df77"} 0 node_network_transmit_drop_total{device="br-b79aa99837b3"} 0 node_network_transmit_drop_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_drop_total{device="br-eac26a665bc7"} 0 node_network_transmit_drop_total{device="br-f1318694100b"} 0 node_network_transmit_drop_total{device="br-f37d406e9375"} 0 node_network_transmit_drop_total{device="br-ff21357210f8"} 0 node_network_transmit_drop_total{device="docker0"} 0 node_network_transmit_drop_total{device="ens18"} 0 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="veth04916c3"} 0 node_network_transmit_drop_total{device="veth06e6db8"} 0 node_network_transmit_drop_total{device="veth07983ac"} 0 node_network_transmit_drop_total{device="veth09a9c38"} 0 node_network_transmit_drop_total{device="veth0a1380b"} 0 node_network_transmit_drop_total{device="veth0a78168"} 0 node_network_transmit_drop_total{device="veth0a9f2d9"} 0 node_network_transmit_drop_total{device="veth0d244e0"} 0 node_network_transmit_drop_total{device="veth0da4b3e"} 0 node_network_transmit_drop_total{device="veth0f0a64d"} 0 node_network_transmit_drop_total{device="veth1006ef9"} 0 node_network_transmit_drop_total{device="veth1257544"} 0 node_network_transmit_drop_total{device="veth182862f"} 0 node_network_transmit_drop_total{device="veth1ca76df"} 0 node_network_transmit_drop_total{device="veth1dd58cb"} 0 node_network_transmit_drop_total{device="veth220dc82"} 0 node_network_transmit_drop_total{device="veth255c21e"} 0 node_network_transmit_drop_total{device="veth271d8d6"} 0 node_network_transmit_drop_total{device="veth277dea5"} 0 node_network_transmit_drop_total{device="veth2fc47fe"} 0 node_network_transmit_drop_total{device="veth3046c50"} 0 node_network_transmit_drop_total{device="veth327ba5f"} 0 node_network_transmit_drop_total{device="veth335bf29"} 0 node_network_transmit_drop_total{device="veth361f58d"} 0 node_network_transmit_drop_total{device="veth3bb0398"} 0 node_network_transmit_drop_total{device="veth3c37c45"} 0 node_network_transmit_drop_total{device="veth3e5b6e1"} 0 node_network_transmit_drop_total{device="veth406fe60"} 0 node_network_transmit_drop_total{device="veth42e0906"} 0 node_network_transmit_drop_total{device="veth42e85d8"} 0 node_network_transmit_drop_total{device="veth454b15a"} 0 node_network_transmit_drop_total{device="veth46f2b06"} 0 node_network_transmit_drop_total{device="veth4b35834"} 0 node_network_transmit_drop_total{device="veth4bb10d6"} 0 node_network_transmit_drop_total{device="veth586c03e"} 0 node_network_transmit_drop_total{device="veth58eb2e4"} 0 node_network_transmit_drop_total{device="veth5da162a"} 0 node_network_transmit_drop_total{device="veth6130212"} 0 node_network_transmit_drop_total{device="veth658d5a5"} 0 node_network_transmit_drop_total{device="veth6a9ac1d"} 0 node_network_transmit_drop_total{device="veth6df0f3b"} 0 node_network_transmit_drop_total{device="veth6f01810"} 0 node_network_transmit_drop_total{device="veth7d87aaf"} 0 node_network_transmit_drop_total{device="veth7ec2b77"} 0 node_network_transmit_drop_total{device="veth80ef9b7"} 0 node_network_transmit_drop_total{device="veth8780aec"} 0 node_network_transmit_drop_total{device="veth8af9d0c"} 0 node_network_transmit_drop_total{device="veth8d05a2e"} 0 node_network_transmit_drop_total{device="veth909516d"} 0 node_network_transmit_drop_total{device="veth95225c7"} 0 node_network_transmit_drop_total{device="veth960c7e8"} 0 node_network_transmit_drop_total{device="veth99dee58"} 0 node_network_transmit_drop_total{device="vetha0b7b9d"} 0 node_network_transmit_drop_total{device="vetha29a494"} 0 node_network_transmit_drop_total{device="vetha40ca4f"} 0 node_network_transmit_drop_total{device="vethaaea0de"} 0 node_network_transmit_drop_total{device="vethab80991"} 0 node_network_transmit_drop_total{device="vethac2b45c"} 0 node_network_transmit_drop_total{device="vethad068c9"} 0 node_network_transmit_drop_total{device="vethb151164"} 0 node_network_transmit_drop_total{device="vethb235a62"} 0 node_network_transmit_drop_total{device="vethb7bb33a"} 0 node_network_transmit_drop_total{device="vethba5a644"} 0 node_network_transmit_drop_total{device="vethbc49404"} 0 node_network_transmit_drop_total{device="vethbd7dcd6"} 0 node_network_transmit_drop_total{device="vethbe08027"} 0 node_network_transmit_drop_total{device="vethbfa418e"} 0 node_network_transmit_drop_total{device="vethc074ca1"} 0 node_network_transmit_drop_total{device="vethc11282b"} 0 node_network_transmit_drop_total{device="vethc28dd2d"} 0 node_network_transmit_drop_total{device="vethc516e5f"} 0 node_network_transmit_drop_total{device="vethc97f72d"} 0 node_network_transmit_drop_total{device="vethcdca47a"} 0 node_network_transmit_drop_total{device="vethd12c039"} 0 node_network_transmit_drop_total{device="vethd218f4e"} 0 node_network_transmit_drop_total{device="vethd2976f2"} 0 node_network_transmit_drop_total{device="vethd447c08"} 0 node_network_transmit_drop_total{device="vethd4d5b5a"} 0 node_network_transmit_drop_total{device="vethd7e6b07"} 0 node_network_transmit_drop_total{device="vethd93b20b"} 0 node_network_transmit_drop_total{device="vethe3ada01"} 0 node_network_transmit_drop_total{device="vethe3c98a3"} 0 node_network_transmit_drop_total{device="vethe5cf1bf"} 0 node_network_transmit_drop_total{device="vethe904b69"} 0 node_network_transmit_drop_total{device="vethea79430"} 0 node_network_transmit_drop_total{device="vetheaa192c"} 0 node_network_transmit_drop_total{device="vetheb21609"} 0 node_network_transmit_drop_total{device="vetheeb82b5"} 0 node_network_transmit_drop_total{device="vethf452220"} 0 node_network_transmit_drop_total{device="vethf837e19"} 0 node_network_transmit_drop_total{device="vethf9d71be"} 0 node_network_transmit_drop_total{device="vethfcea515"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="br-1c5ae9c4fb11"} 0 node_network_transmit_errs_total{device="br-1f437ee92de3"} 0 node_network_transmit_errs_total{device="br-541b70109604"} 0 node_network_transmit_errs_total{device="br-57fae769631e"} 0 node_network_transmit_errs_total{device="br-5fe347eda337"} 0 node_network_transmit_errs_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_errs_total{device="br-6461bc9320a1"} 0 node_network_transmit_errs_total{device="br-8e9e3794015c"} 0 node_network_transmit_errs_total{device="br-9d8e958996ba"} 0 node_network_transmit_errs_total{device="br-a7e11f654a04"} 0 node_network_transmit_errs_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_errs_total{device="br-b266df46df77"} 0 node_network_transmit_errs_total{device="br-b79aa99837b3"} 0 node_network_transmit_errs_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_errs_total{device="br-eac26a665bc7"} 0 node_network_transmit_errs_total{device="br-f1318694100b"} 0 node_network_transmit_errs_total{device="br-f37d406e9375"} 0 node_network_transmit_errs_total{device="br-ff21357210f8"} 0 node_network_transmit_errs_total{device="docker0"} 0 node_network_transmit_errs_total{device="ens18"} 0 node_network_transmit_errs_total{device="lo"} 0 node_network_transmit_errs_total{device="veth04916c3"} 0 node_network_transmit_errs_total{device="veth06e6db8"} 0 node_network_transmit_errs_total{device="veth07983ac"} 0 node_network_transmit_errs_total{device="veth09a9c38"} 0 node_network_transmit_errs_total{device="veth0a1380b"} 0 node_network_transmit_errs_total{device="veth0a78168"} 0 node_network_transmit_errs_total{device="veth0a9f2d9"} 0 node_network_transmit_errs_total{device="veth0d244e0"} 0 node_network_transmit_errs_total{device="veth0da4b3e"} 0 node_network_transmit_errs_total{device="veth0f0a64d"} 0 node_network_transmit_errs_total{device="veth1006ef9"} 0 node_network_transmit_errs_total{device="veth1257544"} 0 node_network_transmit_errs_total{device="veth182862f"} 0 node_network_transmit_errs_total{device="veth1ca76df"} 0 node_network_transmit_errs_total{device="veth1dd58cb"} 0 node_network_transmit_errs_total{device="veth220dc82"} 0 node_network_transmit_errs_total{device="veth255c21e"} 0 node_network_transmit_errs_total{device="veth271d8d6"} 0 node_network_transmit_errs_total{device="veth277dea5"} 0 node_network_transmit_errs_total{device="veth2fc47fe"} 0 node_network_transmit_errs_total{device="veth3046c50"} 0 node_network_transmit_errs_total{device="veth327ba5f"} 0 node_network_transmit_errs_total{device="veth335bf29"} 0 node_network_transmit_errs_total{device="veth361f58d"} 0 node_network_transmit_errs_total{device="veth3bb0398"} 0 node_network_transmit_errs_total{device="veth3c37c45"} 0 node_network_transmit_errs_total{device="veth3e5b6e1"} 0 node_network_transmit_errs_total{device="veth406fe60"} 0 node_network_transmit_errs_total{device="veth42e0906"} 0 node_network_transmit_errs_total{device="veth42e85d8"} 0 node_network_transmit_errs_total{device="veth454b15a"} 0 node_network_transmit_errs_total{device="veth46f2b06"} 0 node_network_transmit_errs_total{device="veth4b35834"} 0 node_network_transmit_errs_total{device="veth4bb10d6"} 0 node_network_transmit_errs_total{device="veth586c03e"} 0 node_network_transmit_errs_total{device="veth58eb2e4"} 0 node_network_transmit_errs_total{device="veth5da162a"} 0 node_network_transmit_errs_total{device="veth6130212"} 0 node_network_transmit_errs_total{device="veth658d5a5"} 0 node_network_transmit_errs_total{device="veth6a9ac1d"} 0 node_network_transmit_errs_total{device="veth6df0f3b"} 0 node_network_transmit_errs_total{device="veth6f01810"} 0 node_network_transmit_errs_total{device="veth7d87aaf"} 0 node_network_transmit_errs_total{device="veth7ec2b77"} 0 node_network_transmit_errs_total{device="veth80ef9b7"} 0 node_network_transmit_errs_total{device="veth8780aec"} 0 node_network_transmit_errs_total{device="veth8af9d0c"} 0 node_network_transmit_errs_total{device="veth8d05a2e"} 0 node_network_transmit_errs_total{device="veth909516d"} 0 node_network_transmit_errs_total{device="veth95225c7"} 0 node_network_transmit_errs_total{device="veth960c7e8"} 0 node_network_transmit_errs_total{device="veth99dee58"} 0 node_network_transmit_errs_total{device="vetha0b7b9d"} 0 node_network_transmit_errs_total{device="vetha29a494"} 0 node_network_transmit_errs_total{device="vetha40ca4f"} 0 node_network_transmit_errs_total{device="vethaaea0de"} 0 node_network_transmit_errs_total{device="vethab80991"} 0 node_network_transmit_errs_total{device="vethac2b45c"} 0 node_network_transmit_errs_total{device="vethad068c9"} 0 node_network_transmit_errs_total{device="vethb151164"} 0 node_network_transmit_errs_total{device="vethb235a62"} 0 node_network_transmit_errs_total{device="vethb7bb33a"} 0 node_network_transmit_errs_total{device="vethba5a644"} 0 node_network_transmit_errs_total{device="vethbc49404"} 0 node_network_transmit_errs_total{device="vethbd7dcd6"} 0 node_network_transmit_errs_total{device="vethbe08027"} 0 node_network_transmit_errs_total{device="vethbfa418e"} 0 node_network_transmit_errs_total{device="vethc074ca1"} 0 node_network_transmit_errs_total{device="vethc11282b"} 0 node_network_transmit_errs_total{device="vethc28dd2d"} 0 node_network_transmit_errs_total{device="vethc516e5f"} 0 node_network_transmit_errs_total{device="vethc97f72d"} 0 node_network_transmit_errs_total{device="vethcdca47a"} 0 node_network_transmit_errs_total{device="vethd12c039"} 0 node_network_transmit_errs_total{device="vethd218f4e"} 0 node_network_transmit_errs_total{device="vethd2976f2"} 0 node_network_transmit_errs_total{device="vethd447c08"} 0 node_network_transmit_errs_total{device="vethd4d5b5a"} 0 node_network_transmit_errs_total{device="vethd7e6b07"} 0 node_network_transmit_errs_total{device="vethd93b20b"} 0 node_network_transmit_errs_total{device="vethe3ada01"} 0 node_network_transmit_errs_total{device="vethe3c98a3"} 0 node_network_transmit_errs_total{device="vethe5cf1bf"} 0 node_network_transmit_errs_total{device="vethe904b69"} 0 node_network_transmit_errs_total{device="vethea79430"} 0 node_network_transmit_errs_total{device="vetheaa192c"} 0 node_network_transmit_errs_total{device="vetheb21609"} 0 node_network_transmit_errs_total{device="vetheeb82b5"} 0 node_network_transmit_errs_total{device="vethf452220"} 0 node_network_transmit_errs_total{device="vethf837e19"} 0 node_network_transmit_errs_total{device="vethf9d71be"} 0 node_network_transmit_errs_total{device="vethfcea515"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="br-1c5ae9c4fb11"} 0 node_network_transmit_fifo_total{device="br-1f437ee92de3"} 0 node_network_transmit_fifo_total{device="br-541b70109604"} 0 node_network_transmit_fifo_total{device="br-57fae769631e"} 0 node_network_transmit_fifo_total{device="br-5fe347eda337"} 0 node_network_transmit_fifo_total{device="br-607e7f2cc1eb"} 0 node_network_transmit_fifo_total{device="br-6461bc9320a1"} 0 node_network_transmit_fifo_total{device="br-8e9e3794015c"} 0 node_network_transmit_fifo_total{device="br-9d8e958996ba"} 0 node_network_transmit_fifo_total{device="br-a7e11f654a04"} 0 node_network_transmit_fifo_total{device="br-aaba14ed7a3b"} 0 node_network_transmit_fifo_total{device="br-b266df46df77"} 0 node_network_transmit_fifo_total{device="br-b79aa99837b3"} 0 node_network_transmit_fifo_total{device="br-e0fcc6d4b66e"} 0 node_network_transmit_fifo_total{device="br-eac26a665bc7"} 0 node_network_transmit_fifo_total{device="br-f1318694100b"} 0 node_network_transmit_fifo_total{device="br-f37d406e9375"} 0 node_network_transmit_fifo_total{device="br-ff21357210f8"} 0 node_network_transmit_fifo_total{device="docker0"} 0 node_network_transmit_fifo_total{device="ens18"} 0 node_network_transmit_fifo_total{device="lo"} 0 node_network_transmit_fifo_total{device="veth04916c3"} 0 node_network_transmit_fifo_total{device="veth06e6db8"} 0 node_network_transmit_fifo_total{device="veth07983ac"} 0 node_network_transmit_fifo_total{device="veth09a9c38"} 0 node_network_transmit_fifo_total{device="veth0a1380b"} 0 node_network_transmit_fifo_total{device="veth0a78168"} 0 node_network_transmit_fifo_total{device="veth0a9f2d9"} 0 node_network_transmit_fifo_total{device="veth0d244e0"} 0 node_network_transmit_fifo_total{device="veth0da4b3e"} 0 node_network_transmit_fifo_total{device="veth0f0a64d"} 0 node_network_transmit_fifo_total{device="veth1006ef9"} 0 node_network_transmit_fifo_total{device="veth1257544"} 0 node_network_transmit_fifo_total{device="veth182862f"} 0 node_network_transmit_fifo_total{device="veth1ca76df"} 0 node_network_transmit_fifo_total{device="veth1dd58cb"} 0 node_network_transmit_fifo_total{device="veth220dc82"} 0 node_network_transmit_fifo_total{device="veth255c21e"} 0 node_network_transmit_fifo_total{device="veth271d8d6"} 0 node_network_transmit_fifo_total{device="veth277dea5"} 0 node_network_transmit_fifo_total{device="veth2fc47fe"} 0 node_network_transmit_fifo_total{device="veth3046c50"} 0 node_network_transmit_fifo_total{device="veth327ba5f"} 0 node_network_transmit_fifo_total{device="veth335bf29"} 0 node_network_transmit_fifo_total{device="veth361f58d"} 0 node_network_transmit_fifo_total{device="veth3bb0398"} 0 node_network_transmit_fifo_total{device="veth3c37c45"} 0 node_network_transmit_fifo_total{device="veth3e5b6e1"} 0 node_network_transmit_fifo_total{device="veth406fe60"} 0 node_network_transmit_fifo_total{device="veth42e0906"} 0 node_network_transmit_fifo_total{device="veth42e85d8"} 0 node_network_transmit_fifo_total{device="veth454b15a"} 0 node_network_transmit_fifo_total{device="veth46f2b06"} 0 node_network_transmit_fifo_total{device="veth4b35834"} 0 node_network_transmit_fifo_total{device="veth4bb10d6"} 0 node_network_transmit_fifo_total{device="veth586c03e"} 0 node_network_transmit_fifo_total{device="veth58eb2e4"} 0 node_network_transmit_fifo_total{device="veth5da162a"} 0 node_network_transmit_fifo_total{device="veth6130212"} 0 node_network_transmit_fifo_total{device="veth658d5a5"} 0 node_network_transmit_fifo_total{device="veth6a9ac1d"} 0 node_network_transmit_fifo_total{device="veth6df0f3b"} 0 node_network_transmit_fifo_total{device="veth6f01810"} 0 node_network_transmit_fifo_total{device="veth7d87aaf"} 0 node_network_transmit_fifo_total{device="veth7ec2b77"} 0 node_network_transmit_fifo_total{device="veth80ef9b7"} 0 node_network_transmit_fifo_total{device="veth8780aec"} 0 node_network_transmit_fifo_total{device="veth8af9d0c"} 0 node_network_transmit_fifo_total{device="veth8d05a2e"} 0 node_network_transmit_fifo_total{device="veth909516d"} 0 node_network_transmit_fifo_total{device="veth95225c7"} 0 node_network_transmit_fifo_total{device="veth960c7e8"} 0 node_network_transmit_fifo_total{device="veth99dee58"} 0 node_network_transmit_fifo_total{device="vetha0b7b9d"} 0 node_network_transmit_fifo_total{device="vetha29a494"} 0 node_network_transmit_fifo_total{device="vetha40ca4f"} 0 node_network_transmit_fifo_total{device="vethaaea0de"} 0 node_network_transmit_fifo_total{device="vethab80991"} 0 node_network_transmit_fifo_total{device="vethac2b45c"} 0 node_network_transmit_fifo_total{device="vethad068c9"} 0 node_network_transmit_fifo_total{device="vethb151164"} 0 node_network_transmit_fifo_total{device="vethb235a62"} 0 node_network_transmit_fifo_total{device="vethb7bb33a"} 0 node_network_transmit_fifo_total{device="vethba5a644"} 0 node_network_transmit_fifo_total{device="vethbc49404"} 0 node_network_transmit_fifo_total{device="vethbd7dcd6"} 0 node_network_transmit_fifo_total{device="vethbe08027"} 0 node_network_transmit_fifo_total{device="vethbfa418e"} 0 node_network_transmit_fifo_total{device="vethc074ca1"} 0 node_network_transmit_fifo_total{device="vethc11282b"} 0 node_network_transmit_fifo_total{device="vethc28dd2d"} 0 node_network_transmit_fifo_total{device="vethc516e5f"} 0 node_network_transmit_fifo_total{device="vethc97f72d"} 0 node_network_transmit_fifo_total{device="vethcdca47a"} 0 node_network_transmit_fifo_total{device="vethd12c039"} 0 node_network_transmit_fifo_total{device="vethd218f4e"} 0 node_network_transmit_fifo_total{device="vethd2976f2"} 0 node_network_transmit_fifo_total{device="vethd447c08"} 0 node_network_transmit_fifo_total{device="vethd4d5b5a"} 0 node_network_transmit_fifo_total{device="vethd7e6b07"} 0 node_network_transmit_fifo_total{device="vethd93b20b"} 0 node_network_transmit_fifo_total{device="vethe3ada01"} 0 node_network_transmit_fifo_total{device="vethe3c98a3"} 0 node_network_transmit_fifo_total{device="vethe5cf1bf"} 0 node_network_transmit_fifo_total{device="vethe904b69"} 0 node_network_transmit_fifo_total{device="vethea79430"} 0 node_network_transmit_fifo_total{device="vetheaa192c"} 0 node_network_transmit_fifo_total{device="vetheb21609"} 0 node_network_transmit_fifo_total{device="vetheeb82b5"} 0 node_network_transmit_fifo_total{device="vethf452220"} 0 node_network_transmit_fifo_total{device="vethf837e19"} 0 node_network_transmit_fifo_total{device="vethf9d71be"} 0 node_network_transmit_fifo_total{device="vethfcea515"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="br-1c5ae9c4fb11"} 19 node_network_transmit_packets_total{device="br-1f437ee92de3"} 2.871184e+06 node_network_transmit_packets_total{device="br-541b70109604"} 156763 node_network_transmit_packets_total{device="br-57fae769631e"} 73040 node_network_transmit_packets_total{device="br-5fe347eda337"} 5 node_network_transmit_packets_total{device="br-607e7f2cc1eb"} 7 node_network_transmit_packets_total{device="br-6461bc9320a1"} 14479 node_network_transmit_packets_total{device="br-8e9e3794015c"} 20596 node_network_transmit_packets_total{device="br-9d8e958996ba"} 130588 node_network_transmit_packets_total{device="br-a7e11f654a04"} 1.405776e+06 node_network_transmit_packets_total{device="br-aaba14ed7a3b"} 7 node_network_transmit_packets_total{device="br-b266df46df77"} 1.190773e+06 node_network_transmit_packets_total{device="br-b79aa99837b3"} 7 node_network_transmit_packets_total{device="br-e0fcc6d4b66e"} 11142 node_network_transmit_packets_total{device="br-eac26a665bc7"} 1.928074e+06 node_network_transmit_packets_total{device="br-f1318694100b"} 16315 node_network_transmit_packets_total{device="br-f37d406e9375"} 15891 node_network_transmit_packets_total{device="br-ff21357210f8"} 98 node_network_transmit_packets_total{device="docker0"} 2650 node_network_transmit_packets_total{device="ens18"} 2.26546e+07 node_network_transmit_packets_total{device="lo"} 244345 node_network_transmit_packets_total{device="veth04916c3"} 120 node_network_transmit_packets_total{device="veth06e6db8"} 1522 node_network_transmit_packets_total{device="veth07983ac"} 60 node_network_transmit_packets_total{device="veth09a9c38"} 46559 node_network_transmit_packets_total{device="veth0a1380b"} 2.350715e+06 node_network_transmit_packets_total{device="veth0a78168"} 51 node_network_transmit_packets_total{device="veth0a9f2d9"} 36 node_network_transmit_packets_total{device="veth0d244e0"} 67 node_network_transmit_packets_total{device="veth0da4b3e"} 346444 node_network_transmit_packets_total{device="veth0f0a64d"} 31 node_network_transmit_packets_total{device="veth1006ef9"} 40673 node_network_transmit_packets_total{device="veth1257544"} 62 node_network_transmit_packets_total{device="veth182862f"} 63 node_network_transmit_packets_total{device="veth1ca76df"} 31 node_network_transmit_packets_total{device="veth1dd58cb"} 37 node_network_transmit_packets_total{device="veth220dc82"} 42 node_network_transmit_packets_total{device="veth255c21e"} 7573 node_network_transmit_packets_total{device="veth271d8d6"} 62 node_network_transmit_packets_total{device="veth277dea5"} 246683 node_network_transmit_packets_total{device="veth2fc47fe"} 56 node_network_transmit_packets_total{device="veth3046c50"} 37 node_network_transmit_packets_total{device="veth327ba5f"} 63 node_network_transmit_packets_total{device="veth335bf29"} 39 node_network_transmit_packets_total{device="veth361f58d"} 63 node_network_transmit_packets_total{device="veth3bb0398"} 40227 node_network_transmit_packets_total{device="veth3c37c45"} 37 node_network_transmit_packets_total{device="veth3e5b6e1"} 37 node_network_transmit_packets_total{device="veth406fe60"} 31 node_network_transmit_packets_total{device="veth42e0906"} 20620 node_network_transmit_packets_total{device="veth42e85d8"} 247193 node_network_transmit_packets_total{device="veth454b15a"} 25553 node_network_transmit_packets_total{device="veth46f2b06"} 19378 node_network_transmit_packets_total{device="veth4b35834"} 32 node_network_transmit_packets_total{device="veth4bb10d6"} 386611 node_network_transmit_packets_total{device="veth586c03e"} 63 node_network_transmit_packets_total{device="veth58eb2e4"} 25701 node_network_transmit_packets_total{device="veth5da162a"} 32 node_network_transmit_packets_total{device="veth6130212"} 1526 node_network_transmit_packets_total{device="veth658d5a5"} 62 node_network_transmit_packets_total{device="veth6a9ac1d"} 37 node_network_transmit_packets_total{device="veth6df0f3b"} 1.531097e+06 node_network_transmit_packets_total{device="veth6f01810"} 36 node_network_transmit_packets_total{device="veth7d87aaf"} 59694 node_network_transmit_packets_total{device="veth7ec2b77"} 259640 node_network_transmit_packets_total{device="veth80ef9b7"} 244400 node_network_transmit_packets_total{device="veth8780aec"} 241921 node_network_transmit_packets_total{device="veth8af9d0c"} 15909 node_network_transmit_packets_total{device="veth8d05a2e"} 32 node_network_transmit_packets_total{device="veth909516d"} 65 node_network_transmit_packets_total{device="veth95225c7"} 644266 node_network_transmit_packets_total{device="veth960c7e8"} 1.142315e+06 node_network_transmit_packets_total{device="veth99dee58"} 955139 node_network_transmit_packets_total{device="vetha0b7b9d"} 19152 node_network_transmit_packets_total{device="vetha29a494"} 1.441685e+06 node_network_transmit_packets_total{device="vetha40ca4f"} 138 node_network_transmit_packets_total{device="vethaaea0de"} 31 node_network_transmit_packets_total{device="vethab80991"} 41058 node_network_transmit_packets_total{device="vethac2b45c"} 166085 node_network_transmit_packets_total{device="vethad068c9"} 64 node_network_transmit_packets_total{device="vethb151164"} 14048 node_network_transmit_packets_total{device="vethb235a62"} 31 node_network_transmit_packets_total{device="vethb7bb33a"} 314770 node_network_transmit_packets_total{device="vethba5a644"} 42843 node_network_transmit_packets_total{device="vethbc49404"} 65 node_network_transmit_packets_total{device="vethbd7dcd6"} 63339 node_network_transmit_packets_total{device="vethbe08027"} 16325 node_network_transmit_packets_total{device="vethbfa418e"} 2.871214e+06 node_network_transmit_packets_total{device="vethc074ca1"} 14504 node_network_transmit_packets_total{device="vethc11282b"} 2.257762e+06 node_network_transmit_packets_total{device="vethc28dd2d"} 63 node_network_transmit_packets_total{device="vethc516e5f"} 25610 node_network_transmit_packets_total{device="vethc97f72d"} 7576 node_network_transmit_packets_total{device="vethcdca47a"} 35 node_network_transmit_packets_total{device="vethd12c039"} 36 node_network_transmit_packets_total{device="vethd218f4e"} 37 node_network_transmit_packets_total{device="vethd2976f2"} 31 node_network_transmit_packets_total{device="vethd447c08"} 59964 node_network_transmit_packets_total{device="vethd4d5b5a"} 538452 node_network_transmit_packets_total{device="vethd7e6b07"} 1968 node_network_transmit_packets_total{device="vethd93b20b"} 146372 node_network_transmit_packets_total{device="vethe3ada01"} 11172 node_network_transmit_packets_total{device="vethe3c98a3"} 37 node_network_transmit_packets_total{device="vethe5cf1bf"} 14040 node_network_transmit_packets_total{device="vethe904b69"} 14042 node_network_transmit_packets_total{device="vethea79430"} 244394 node_network_transmit_packets_total{device="vetheaa192c"} 60046 node_network_transmit_packets_total{device="vetheb21609"} 62 node_network_transmit_packets_total{device="vetheeb82b5"} 31 node_network_transmit_packets_total{device="vethf452220"} 64 node_network_transmit_packets_total{device="vethf837e19"} 1.589603e+06 node_network_transmit_packets_total{device="vethf9d71be"} 21983 node_network_transmit_packets_total{device="vethfcea515"} 64 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="br-1c5ae9c4fb11"} 0 node_network_transmit_queue_length{device="br-1f437ee92de3"} 0 node_network_transmit_queue_length{device="br-541b70109604"} 0 node_network_transmit_queue_length{device="br-57fae769631e"} 0 node_network_transmit_queue_length{device="br-5fe347eda337"} 0 node_network_transmit_queue_length{device="br-607e7f2cc1eb"} 0 node_network_transmit_queue_length{device="br-6461bc9320a1"} 0 node_network_transmit_queue_length{device="br-8e9e3794015c"} 0 node_network_transmit_queue_length{device="br-9d8e958996ba"} 0 node_network_transmit_queue_length{device="br-a7e11f654a04"} 0 node_network_transmit_queue_length{device="br-aaba14ed7a3b"} 0 node_network_transmit_queue_length{device="br-b266df46df77"} 0 node_network_transmit_queue_length{device="br-b79aa99837b3"} 0 node_network_transmit_queue_length{device="br-e0fcc6d4b66e"} 0 node_network_transmit_queue_length{device="br-eac26a665bc7"} 0 node_network_transmit_queue_length{device="br-f1318694100b"} 0 node_network_transmit_queue_length{device="br-f37d406e9375"} 0 node_network_transmit_queue_length{device="br-ff21357210f8"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="ens18"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth04916c3"} 0 node_network_transmit_queue_length{device="veth06e6db8"} 0 node_network_transmit_queue_length{device="veth07983ac"} 0 node_network_transmit_queue_length{device="veth09a9c38"} 0 node_network_transmit_queue_length{device="veth0a1380b"} 0 node_network_transmit_queue_length{device="veth0a78168"} 0 node_network_transmit_queue_length{device="veth0a9f2d9"} 0 node_network_transmit_queue_length{device="veth0d244e0"} 0 node_network_transmit_queue_length{device="veth0da4b3e"} 0 node_network_transmit_queue_length{device="veth0f0a64d"} 0 node_network_transmit_queue_length{device="veth1006ef9"} 0 node_network_transmit_queue_length{device="veth1257544"} 0 node_network_transmit_queue_length{device="veth182862f"} 0 node_network_transmit_queue_length{device="veth1ca76df"} 0 node_network_transmit_queue_length{device="veth1dd58cb"} 0 node_network_transmit_queue_length{device="veth220dc82"} 0 node_network_transmit_queue_length{device="veth255c21e"} 0 node_network_transmit_queue_length{device="veth271d8d6"} 0 node_network_transmit_queue_length{device="veth277dea5"} 0 node_network_transmit_queue_length{device="veth2fc47fe"} 0 node_network_transmit_queue_length{device="veth3046c50"} 0 node_network_transmit_queue_length{device="veth327ba5f"} 0 node_network_transmit_queue_length{device="veth335bf29"} 0 node_network_transmit_queue_length{device="veth361f58d"} 0 node_network_transmit_queue_length{device="veth3bb0398"} 0 node_network_transmit_queue_length{device="veth3c37c45"} 0 node_network_transmit_queue_length{device="veth3e5b6e1"} 0 node_network_transmit_queue_length{device="veth406fe60"} 0 node_network_transmit_queue_length{device="veth42e0906"} 0 node_network_transmit_queue_length{device="veth42e85d8"} 0 node_network_transmit_queue_length{device="veth454b15a"} 0 node_network_transmit_queue_length{device="veth46f2b06"} 0 node_network_transmit_queue_length{device="veth4b35834"} 0 node_network_transmit_queue_length{device="veth4bb10d6"} 0 node_network_transmit_queue_length{device="veth586c03e"} 0 node_network_transmit_queue_length{device="veth58eb2e4"} 0 node_network_transmit_queue_length{device="veth5da162a"} 0 node_network_transmit_queue_length{device="veth6130212"} 0 node_network_transmit_queue_length{device="veth658d5a5"} 0 node_network_transmit_queue_length{device="veth6a9ac1d"} 0 node_network_transmit_queue_length{device="veth6df0f3b"} 0 node_network_transmit_queue_length{device="veth6f01810"} 0 node_network_transmit_queue_length{device="veth7d87aaf"} 0 node_network_transmit_queue_length{device="veth7ec2b77"} 0 node_network_transmit_queue_length{device="veth80ef9b7"} 0 node_network_transmit_queue_length{device="veth8780aec"} 0 node_network_transmit_queue_length{device="veth8af9d0c"} 0 node_network_transmit_queue_length{device="veth8d05a2e"} 0 node_network_transmit_queue_length{device="veth909516d"} 0 node_network_transmit_queue_length{device="veth95225c7"} 0 node_network_transmit_queue_length{device="veth960c7e8"} 0 node_network_transmit_queue_length{device="veth99dee58"} 0 node_network_transmit_queue_length{device="vetha0b7b9d"} 0 node_network_transmit_queue_length{device="vetha29a494"} 0 node_network_transmit_queue_length{device="vetha40ca4f"} 0 node_network_transmit_queue_length{device="vethaaea0de"} 0 node_network_transmit_queue_length{device="vethab80991"} 0 node_network_transmit_queue_length{device="vethac2b45c"} 0 node_network_transmit_queue_length{device="vethad068c9"} 0 node_network_transmit_queue_length{device="vethb151164"} 0 node_network_transmit_queue_length{device="vethb235a62"} 0 node_network_transmit_queue_length{device="vethb7bb33a"} 0 node_network_transmit_queue_length{device="vethba5a644"} 0 node_network_transmit_queue_length{device="vethbc49404"} 0 node_network_transmit_queue_length{device="vethbd7dcd6"} 0 node_network_transmit_queue_length{device="vethbe08027"} 0 node_network_transmit_queue_length{device="vethbfa418e"} 0 node_network_transmit_queue_length{device="vethc074ca1"} 0 node_network_transmit_queue_length{device="vethc11282b"} 0 node_network_transmit_queue_length{device="vethc28dd2d"} 0 node_network_transmit_queue_length{device="vethc516e5f"} 0 node_network_transmit_queue_length{device="vethc97f72d"} 0 node_network_transmit_queue_length{device="vethcdca47a"} 0 node_network_transmit_queue_length{device="vethd12c039"} 0 node_network_transmit_queue_length{device="vethd218f4e"} 0 node_network_transmit_queue_length{device="vethd2976f2"} 0 node_network_transmit_queue_length{device="vethd447c08"} 0 node_network_transmit_queue_length{device="vethd4d5b5a"} 0 node_network_transmit_queue_length{device="vethd7e6b07"} 0 node_network_transmit_queue_length{device="vethd93b20b"} 0 node_network_transmit_queue_length{device="vethe3ada01"} 0 node_network_transmit_queue_length{device="vethe3c98a3"} 0 node_network_transmit_queue_length{device="vethe5cf1bf"} 0 node_network_transmit_queue_length{device="vethe904b69"} 0 node_network_transmit_queue_length{device="vethea79430"} 0 node_network_transmit_queue_length{device="vetheaa192c"} 0 node_network_transmit_queue_length{device="vetheb21609"} 0 node_network_transmit_queue_length{device="vetheeb82b5"} 0 node_network_transmit_queue_length{device="vethf452220"} 0 node_network_transmit_queue_length{device="vethf837e19"} 0 node_network_transmit_queue_length{device="vethf9d71be"} 0 node_network_transmit_queue_length{device="vethfcea515"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-1c5ae9c4fb11"} 1 node_network_up{device="br-1f437ee92de3"} 1 node_network_up{device="br-541b70109604"} 1 node_network_up{device="br-57fae769631e"} 1 node_network_up{device="br-5fe347eda337"} 1 node_network_up{device="br-607e7f2cc1eb"} 1 node_network_up{device="br-6461bc9320a1"} 1 node_network_up{device="br-8e9e3794015c"} 1 node_network_up{device="br-9d8e958996ba"} 1 node_network_up{device="br-a7e11f654a04"} 1 node_network_up{device="br-aaba14ed7a3b"} 1 node_network_up{device="br-b266df46df77"} 1 node_network_up{device="br-b79aa99837b3"} 1 node_network_up{device="br-e0fcc6d4b66e"} 1 node_network_up{device="br-eac26a665bc7"} 1 node_network_up{device="br-f1318694100b"} 1 node_network_up{device="br-f37d406e9375"} 1 node_network_up{device="br-ff21357210f8"} 1 node_network_up{device="docker0"} 0 node_network_up{device="ens18"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth04916c3"} 1 node_network_up{device="veth06e6db8"} 1 node_network_up{device="veth07983ac"} 1 node_network_up{device="veth09a9c38"} 1 node_network_up{device="veth0a1380b"} 1 node_network_up{device="veth0a78168"} 1 node_network_up{device="veth0a9f2d9"} 1 node_network_up{device="veth0d244e0"} 1 node_network_up{device="veth0da4b3e"} 1 node_network_up{device="veth0f0a64d"} 1 node_network_up{device="veth1006ef9"} 1 node_network_up{device="veth1257544"} 1 node_network_up{device="veth182862f"} 1 node_network_up{device="veth1ca76df"} 1 node_network_up{device="veth1dd58cb"} 1 node_network_up{device="veth220dc82"} 1 node_network_up{device="veth255c21e"} 1 node_network_up{device="veth271d8d6"} 1 node_network_up{device="veth277dea5"} 1 node_network_up{device="veth2fc47fe"} 1 node_network_up{device="veth3046c50"} 1 node_network_up{device="veth327ba5f"} 1 node_network_up{device="veth335bf29"} 1 node_network_up{device="veth361f58d"} 1 node_network_up{device="veth3bb0398"} 1 node_network_up{device="veth3c37c45"} 1 node_network_up{device="veth3e5b6e1"} 1 node_network_up{device="veth406fe60"} 1 node_network_up{device="veth42e0906"} 1 node_network_up{device="veth42e85d8"} 1 node_network_up{device="veth454b15a"} 1 node_network_up{device="veth46f2b06"} 1 node_network_up{device="veth4b35834"} 1 node_network_up{device="veth4bb10d6"} 1 node_network_up{device="veth586c03e"} 1 node_network_up{device="veth58eb2e4"} 1 node_network_up{device="veth5da162a"} 1 node_network_up{device="veth6130212"} 1 node_network_up{device="veth658d5a5"} 1 node_network_up{device="veth6a9ac1d"} 1 node_network_up{device="veth6df0f3b"} 1 node_network_up{device="veth6f01810"} 1 node_network_up{device="veth7d87aaf"} 1 node_network_up{device="veth7ec2b77"} 1 node_network_up{device="veth80ef9b7"} 1 node_network_up{device="veth8780aec"} 1 node_network_up{device="veth8af9d0c"} 1 node_network_up{device="veth8d05a2e"} 1 node_network_up{device="veth909516d"} 1 node_network_up{device="veth95225c7"} 1 node_network_up{device="veth960c7e8"} 1 node_network_up{device="veth99dee58"} 1 node_network_up{device="vetha0b7b9d"} 1 node_network_up{device="vetha29a494"} 1 node_network_up{device="vetha40ca4f"} 1 node_network_up{device="vethaaea0de"} 1 node_network_up{device="vethab80991"} 1 node_network_up{device="vethac2b45c"} 1 node_network_up{device="vethad068c9"} 1 node_network_up{device="vethb151164"} 1 node_network_up{device="vethb235a62"} 1 node_network_up{device="vethb7bb33a"} 1 node_network_up{device="vethba5a644"} 1 node_network_up{device="vethbc49404"} 1 node_network_up{device="vethbd7dcd6"} 1 node_network_up{device="vethbe08027"} 1 node_network_up{device="vethbfa418e"} 1 node_network_up{device="vethc074ca1"} 1 node_network_up{device="vethc11282b"} 1 node_network_up{device="vethc28dd2d"} 1 node_network_up{device="vethc516e5f"} 1 node_network_up{device="vethc97f72d"} 1 node_network_up{device="vethcdca47a"} 1 node_network_up{device="vethd12c039"} 1 node_network_up{device="vethd218f4e"} 1 node_network_up{device="vethd2976f2"} 1 node_network_up{device="vethd447c08"} 1 node_network_up{device="vethd4d5b5a"} 1 node_network_up{device="vethd7e6b07"} 1 node_network_up{device="vethd93b20b"} 1 node_network_up{device="vethe3ada01"} 1 node_network_up{device="vethe3c98a3"} 1 node_network_up{device="vethe5cf1bf"} 1 node_network_up{device="vethe904b69"} 1 node_network_up{device="vethea79430"} 1 node_network_up{device="vetheaa192c"} 1 node_network_up{device="vetheb21609"} 1 node_network_up{device="vetheeb82b5"} 1 node_network_up{device="vethf452220"} 1 node_network_up{device="vethf837e19"} 1 node_network_up{device="vethf9d71be"} 1 node_network_up{device="vethfcea515"} 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 503 # 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"} 166 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"} 9600 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"} 145 node_nfs_requests_total{method="CreateSession",proto="4"} 1 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 4748 node_nfs_requests_total{method="DestroyClientID",proto="4"} 0 node_nfs_requests_total{method="DestroySession",proto="4"} 0 node_nfs_requests_total{method="ExchangeID",proto="4"} 2 node_nfs_requests_total{method="FreeStateID",proto="4"} 4850 node_nfs_requests_total{method="FsInfo",proto="3"} 0 node_nfs_requests_total{method="FsInfo",proto="4"} 24 node_nfs_requests_total{method="FsLocations",proto="4"} 0 node_nfs_requests_total{method="FsStat",proto="2"} 0 node_nfs_requests_total{method="FsStat",proto="3"} 0 node_nfs_requests_total{method="FsidPresent",proto="4"} 0 node_nfs_requests_total{method="GetACL",proto="4"} 0 node_nfs_requests_total{method="GetAttr",proto="2"} 0 node_nfs_requests_total{method="GetAttr",proto="3"} 0 node_nfs_requests_total{method="GetDeviceInfo",proto="4"} 0 node_nfs_requests_total{method="GetDeviceList",proto="4"} 0 node_nfs_requests_total{method="GetLeaseTime",proto="4"} 0 node_nfs_requests_total{method="Getattr",proto="4"} 11109 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"} 4850 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 4850 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"} 9667 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"} 4851 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"} 4850 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"} 4850 node_nfs_requests_total{method="ReadDir",proto="2"} 0 node_nfs_requests_total{method="ReadDir",proto="3"} 0 node_nfs_requests_total{method="ReadDir",proto="4"} 0 node_nfs_requests_total{method="ReadDirPlus",proto="3"} 0 node_nfs_requests_total{method="ReadLink",proto="2"} 0 node_nfs_requests_total{method="ReadLink",proto="3"} 0 node_nfs_requests_total{method="ReadLink",proto="4"} 0 node_nfs_requests_total{method="ReclaimComplete",proto="4"} 1 node_nfs_requests_total{method="ReleaseLockowner",proto="4"} 0 node_nfs_requests_total{method="Remove",proto="2"} 0 node_nfs_requests_total{method="Remove",proto="3"} 0 node_nfs_requests_total{method="Remove",proto="4"} 0 node_nfs_requests_total{method="Rename",proto="2"} 0 node_nfs_requests_total{method="Rename",proto="3"} 0 node_nfs_requests_total{method="Rename",proto="4"} 0 node_nfs_requests_total{method="Renew",proto="4"} 0 node_nfs_requests_total{method="RmDir",proto="2"} 0 node_nfs_requests_total{method="RmDir",proto="3"} 0 node_nfs_requests_total{method="Root",proto="2"} 0 node_nfs_requests_total{method="Secinfo",proto="4"} 0 node_nfs_requests_total{method="SecinfoNoName",proto="4"} 5 node_nfs_requests_total{method="Seek",proto="4"} 0 node_nfs_requests_total{method="Sequence",proto="4"} 0 node_nfs_requests_total{method="ServerCaps",proto="4"} 43 node_nfs_requests_total{method="SetACL",proto="4"} 0 node_nfs_requests_total{method="SetAttr",proto="2"} 0 node_nfs_requests_total{method="SetAttr",proto="3"} 0 node_nfs_requests_total{method="SetClientID",proto="4"} 0 node_nfs_requests_total{method="SetClientIDConfirm",proto="4"} 0 node_nfs_requests_total{method="Setattr",proto="4"} 9701 node_nfs_requests_total{method="StatFs",proto="4"} 1.3658472e+07 node_nfs_requests_total{method="SymLink",proto="2"} 0 node_nfs_requests_total{method="SymLink",proto="3"} 0 node_nfs_requests_total{method="Symlink",proto="4"} 0 node_nfs_requests_total{method="TestStateID",proto="4"} 0 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 0 node_nfs_requests_total{method="Write",proto="4"} 5452 # HELP node_nfs_rpc_authentication_refreshes_total Number of RPC authentication refreshes performed. # TYPE node_nfs_rpc_authentication_refreshes_total counter node_nfs_rpc_authentication_refreshes_total 1.3738256e+07 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 0 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 1.3738234e+07 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 24.04.1 LTS",variant="",variant_id="",version="24.04.1 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 278.10237800000004 # HELP node_pressure_io_stalled_seconds_total Total time in seconds no process could make progress due to IO congestion # TYPE node_pressure_io_stalled_seconds_total counter node_pressure_io_stalled_seconds_total 4.522462000000001 # HELP node_pressure_io_waiting_seconds_total Total time in seconds that processes have waited due to IO congestion # TYPE node_pressure_io_waiting_seconds_total counter node_pressure_io_waiting_seconds_total 5.714484000000001 # HELP node_pressure_memory_stalled_seconds_total Total time in seconds no process could make progress due to memory congestion # TYPE node_pressure_memory_stalled_seconds_total counter node_pressure_memory_stalled_seconds_total 0.000237 # HELP node_pressure_memory_waiting_seconds_total Total time in seconds that processes have waited for memory # TYPE node_pressure_memory_waiting_seconds_total counter node_pressure_memory_waiting_seconds_total 0.000404 # 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 627 # HELP node_processes_state Number of processes in each state. # TYPE node_processes_state gauge node_processes_state{state="I"} 99 node_processes_state{state="S"} 527 node_processes_state{state="Z"} 1 # HELP node_processes_threads Allocated threads in system # TYPE node_processes_threads gauge node_processes_threads 3851 # HELP node_processes_threads_state Number of threads in each state. # TYPE node_processes_threads_state gauge node_processes_threads_state{thread_state="I"} 99 node_processes_threads_state{thread_state="R"} 1 node_processes_threads_state{thread_state="S"} 3750 node_processes_threads_state{thread_state="Z"} 1 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 2 # 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"} 9315.273702506 node_schedstat_running_seconds_total{cpu="1"} 9175.498487416 node_schedstat_running_seconds_total{cpu="2"} 8883.012751668 node_schedstat_running_seconds_total{cpu="3"} 9800.569665914 node_schedstat_running_seconds_total{cpu="4"} 9174.297883495 node_schedstat_running_seconds_total{cpu="5"} 9785.328527582 node_schedstat_running_seconds_total{cpu="6"} 9282.344319245 node_schedstat_running_seconds_total{cpu="7"} 9102.861866448 node_schedstat_running_seconds_total{cpu="8"} 9516.259293504 node_schedstat_running_seconds_total{cpu="9"} 9705.609637201 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 5.9966151e+07 node_schedstat_timeslices_total{cpu="1"} 6.4156477e+07 node_schedstat_timeslices_total{cpu="2"} 6.2894486e+07 node_schedstat_timeslices_total{cpu="3"} 6.1702672e+07 node_schedstat_timeslices_total{cpu="4"} 6.1831699e+07 node_schedstat_timeslices_total{cpu="5"} 5.9360435e+07 node_schedstat_timeslices_total{cpu="6"} 6.1373245e+07 node_schedstat_timeslices_total{cpu="7"} 6.2192959e+07 node_schedstat_timeslices_total{cpu="8"} 6.21454e+07 node_schedstat_timeslices_total{cpu="9"} 5.9157331e+07 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 593.416707578 node_schedstat_waiting_seconds_total{cpu="1"} 518.074126461 node_schedstat_waiting_seconds_total{cpu="2"} 598.817753445 node_schedstat_waiting_seconds_total{cpu="3"} 587.009348702 node_schedstat_waiting_seconds_total{cpu="4"} 608.604128166 node_schedstat_waiting_seconds_total{cpu="5"} 571.667457426 node_schedstat_waiting_seconds_total{cpu="6"} 565.162593191 node_schedstat_waiting_seconds_total{cpu="7"} 599.443234389 node_schedstat_waiting_seconds_total{cpu="8"} 570.953095721 node_schedstat_waiting_seconds_total{cpu="9"} 573.136623664 # 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.00068469 node_scrape_collector_duration_seconds{collector="bcache"} 1.6834e-05 node_scrape_collector_duration_seconds{collector="bonding"} 8.173e-06 node_scrape_collector_duration_seconds{collector="btrfs"} 0.001487117 node_scrape_collector_duration_seconds{collector="conntrack"} 5.0171e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.000591449 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000103541 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001741417 node_scrape_collector_duration_seconds{collector="dmi"} 2.7392e-05 node_scrape_collector_duration_seconds{collector="edac"} 2.5921e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.001461375 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.8342e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.046513281 node_scrape_collector_duration_seconds{collector="filesystem"} 0.048164751 node_scrape_collector_duration_seconds{collector="hwmon"} 1.2269e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 8.832e-06 node_scrape_collector_duration_seconds{collector="interrupts"} 0.047050981 node_scrape_collector_duration_seconds{collector="ipvs"} 1.3573e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 0.045525248 node_scrape_collector_duration_seconds{collector="mdadm"} 3.4621e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000196666 node_scrape_collector_duration_seconds{collector="netclass"} 0.093768695 node_scrape_collector_duration_seconds{collector="netdev"} 0.049762354 node_scrape_collector_duration_seconds{collector="netstat"} 0.000627147 node_scrape_collector_duration_seconds{collector="nfs"} 0.047035683 node_scrape_collector_duration_seconds{collector="nfsd"} 2.2666e-05 node_scrape_collector_duration_seconds{collector="nvme"} 4.7576e-05 node_scrape_collector_duration_seconds{collector="os"} 4.1445e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 1.9125e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.027986955 node_scrape_collector_duration_seconds{collector="processes"} 0.153386814 node_scrape_collector_duration_seconds{collector="rapl"} 1.2018e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 9.095e-05 node_scrape_collector_duration_seconds{collector="selinux"} 1.349e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.047201495 node_scrape_collector_duration_seconds{collector="softnet"} 7.7198e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.047135375 node_scrape_collector_duration_seconds{collector="systemd"} 5.5499e-05 node_scrape_collector_duration_seconds{collector="tapestats"} 7.306e-06 node_scrape_collector_duration_seconds{collector="textfile"} 1.4782e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000433004 node_scrape_collector_duration_seconds{collector="time"} 9.8638e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.5474e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.047287507 node_scrape_collector_duration_seconds{collector="uname"} 0.047049558 node_scrape_collector_duration_seconds{collector="vmstat"} 0.027967394 node_scrape_collector_duration_seconds{collector="watchdog"} 2.9521e-05 node_scrape_collector_duration_seconds{collector="xfs"} 8.98e-06 node_scrape_collector_duration_seconds{collector="zfs"} 1.1522e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="interrupts"} 1 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 1 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="processes"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="systemd"} 0 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 1 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 1 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 46 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 758 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 72 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 642 # 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 2.629632e+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 25 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 1 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 3 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 1116 # 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.571136e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 999 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 4.093719e+06 node_softnet_processed_total{cpu="1"} 3.120798e+07 node_softnet_processed_total{cpu="2"} 5.604581e+06 node_softnet_processed_total{cpu="3"} 4.640172e+06 node_softnet_processed_total{cpu="4"} 4.641121e+06 node_softnet_processed_total{cpu="5"} 4.202775e+06 node_softnet_processed_total{cpu="6"} 5.848449e+06 node_softnet_processed_total{cpu="7"} 4.241851e+06 node_softnet_processed_total{cpu="8"} 4.103686e+06 node_softnet_processed_total{cpu="9"} 4.077432e+06 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="9"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 0 node_softnet_times_squeezed_total{cpu="1"} 2 node_softnet_times_squeezed_total{cpu="2"} 1 node_softnet_times_squeezed_total{cpu="3"} 1 node_softnet_times_squeezed_total{cpu="4"} 0 node_softnet_times_squeezed_total{cpu="5"} 0 node_softnet_times_squeezed_total{cpu="6"} 0 node_softnet_times_squeezed_total{cpu="7"} 0 node_softnet_times_squeezed_total{cpu="8"} 0 node_softnet_times_squeezed_total{cpu="9"} 0 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="hpet",device="0"} 1 node_time_clocksource_available_info{clocksource="kvm-clock",device="0"} 1 node_time_clocksource_available_info{clocksource="tsc",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="kvm-clock",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7848594741934032e+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.9999922529449463 # 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.66 # 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.001593487 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 24577 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="serv1",release="6.8.0-136-generic",sysname="Linux",version="#136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53: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.055356301e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 18066 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 6.196555e+06 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.4653737e+07 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 1067.46 # 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 2.8035298185e+10 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 2.9545034782e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.5530368e+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.78480082662e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.272885248e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 109 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"} 5815 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0