# 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"} 4.8241e-05 go_gc_duration_seconds{quantile="0.25"} 7.6082e-05 go_gc_duration_seconds{quantile="0.5"} 9.1193e-05 go_gc_duration_seconds{quantile="0.75"} 0.000107772 go_gc_duration_seconds{quantile="1"} 0.000617372 go_gc_duration_seconds_sum 816.511036636 go_gc_duration_seconds_count 7.820335e+06 # 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.6"} 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.957088e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.648435367624e+13 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.272927e+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 2.3011820734e+11 # 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.31528e+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.957088e+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.764864e+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.718016e+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 44967 # 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.814592e+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.548288e+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.7761320431924632e+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 2.30118252307e+11 # 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 93920 # 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 146880 # 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.28692e+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 906601 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.277952e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.277952e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.341812e+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 21 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.743098101e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.89544149889e+11 # 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 # 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 # 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 # 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"} 2.952925909e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 14759.88 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 767.75 node_cpu_seconds_total{cpu="0",mode="softirq"} 269844.91 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 1.11144243e+06 node_cpu_seconds_total{cpu="0",mode="user"} 1.96399778e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 2.954320161e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 13665.89 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 726.52 node_cpu_seconds_total{cpu="1",mode="softirq"} 120138 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 1.12617453e+06 node_cpu_seconds_total{cpu="1",mode="user"} 1.97293809e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 2.952980466e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 15699.76 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 650.34 node_cpu_seconds_total{cpu="2",mode="softirq"} 58922.7 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 1.12789629e+06 node_cpu_seconds_total{cpu="2",mode="user"} 1.98483369e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 2.957042479e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 14159.38 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 630.63 node_cpu_seconds_total{cpu="3",mode="softirq"} 34938.56 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 1.12360239e+06 node_cpu_seconds_total{cpu="3",mode="user"} 1.94437234e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 2.954481018e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 12964.11 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 596.39 node_cpu_seconds_total{cpu="4",mode="softirq"} 17160.38 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 1.12332134e+06 node_cpu_seconds_total{cpu="4",mode="user"} 1.99407716e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 2.957353073e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 12174.71 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 609.74 node_cpu_seconds_total{cpu="5",mode="softirq"} 13283.96 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 1.12530168e+06 node_cpu_seconds_total{cpu="5",mode="user"} 1.96272956e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 2.955726989e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 11116.77 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 568.15 node_cpu_seconds_total{cpu="6",mode="softirq"} 10312.66 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 1.12251352e+06 node_cpu_seconds_total{cpu="6",mode="user"} 1.98215336e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 2.954645793e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 14991.53 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 920.97 node_cpu_seconds_total{cpu="7",mode="softirq"} 16221.84 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 1.11794961e+06 node_cpu_seconds_total{cpu="7",mode="user"} 1.96922045e+06 # 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"} 7797.918000000001 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"} 1.447686652e+10 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"} 2.4032148e+07 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"} 25163.170000000002 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"} 8.1962443e+07 node_disk_flush_requests_total{device="sr0"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="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"} 285905.776 node_disk_io_time_seconds_total{device="sr0"} 0.012 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="sda"} 1.399079801e+06 node_disk_io_time_weighted_seconds_total{device="sr0"} 0.004 # 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"} 1.27143342848e+12 node_disk_read_bytes_total{device="sr0"} 0 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="sda"} 30304.393 node_disk_read_time_seconds_total{device="sr0"} 0.004 # 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"} 6.5729057e+07 node_disk_reads_completed_total{device="sr0"} 9 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="sda"} 2.6958033e+07 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"} 1.335814318e+06 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"} 7.38072201e+08 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"} 3.64275852e+08 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"} 8.14268125696e+12 node_disk_written_bytes_total{device="sr0"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="11/11/2017",bios_release="1.0",bios_vendor="Hetzner",bios_version="20171111",board_asset_tag="",board_name="Standard PC (i440FX + PIIX, 1996)",board_vendor="KVM",board_version="pc-i440fx-4.2",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="NotSpecified",product_family="Hetzner_vServer",product_name="vServer",product_sku="TM",product_version="20171111",system_vendor="Hetzner"} 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.6",revision="02afa5c53c36123611533f2defea6ccd4546a9bb",tags="unknown",version="1.9.0"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 11680 # 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/sda1",device_error="",fstype="ext4",mountpoint="/"} 3.2366587904e+10 # 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/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="lxcfs",device_error="no such file or directory",fstype="fuse.lxcfs",mountpoint="/var/lib/lxcfs"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/snapd/ns"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 9.768e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 7.262753e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 3.8965174272e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/"} 1 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="lxcfs",device_error="no such file or directory",fstype="fuse.lxcfs",mountpoint="/var/lib/lxcfs"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 1.6124020736e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 2.58086795e+08 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 2.0665540153e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 3.38 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.97 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 2.44 # 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.332224e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 3.11117824e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 1.77895424e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 2.4486641664e+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 2.85466624e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 4.213710848e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.65714944e+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.6165090304e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.073741824e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 2.781872128e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 5.735563264e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 356352 # 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 2.2740885504e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 2.5877430272e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 3.136544768e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 8.1117184e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 4.805632e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 7.294980096e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.086808064e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.2858611712e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.8491776e+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 2.39296512e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.7170432e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.763024896e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.81083392e+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 9.9299328e+07 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.244108288e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 3.149824e+07 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 1.42188544e+08 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 2.8491776e+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 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 1.08716032e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_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 0 # 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 0 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 0 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 1.011352e+06 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 0 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 2.805145442e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 6.4158200689e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 2.5820829e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 63 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 5.5720734e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 2.233469e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 17 # 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 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # 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-045cc6fa941d"} 3 node_network_address_assign_type{device="br-13cc155fc657"} 3 node_network_address_assign_type{device="br-35073d3942e6"} 3 node_network_address_assign_type{device="br-9dc3d7861055"} 3 node_network_address_assign_type{device="br-db85bdf681bd"} 3 node_network_address_assign_type{device="br-f8bced460dfb"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth0104c55"} 3 node_network_address_assign_type{device="veth014770b"} 3 node_network_address_assign_type{device="veth0156e14"} 3 node_network_address_assign_type{device="veth01b6672"} 3 node_network_address_assign_type{device="veth04236ac"} 3 node_network_address_assign_type{device="veth044b6a4"} 3 node_network_address_assign_type{device="veth04804a3"} 3 node_network_address_assign_type{device="veth05de6b7"} 3 node_network_address_assign_type{device="veth075bdd2"} 3 node_network_address_assign_type{device="veth07be39d"} 3 node_network_address_assign_type{device="veth0875191"} 3 node_network_address_assign_type{device="veth0ad2694"} 3 node_network_address_assign_type{device="veth0dbfee9"} 3 node_network_address_assign_type{device="veth0e34284"} 3 node_network_address_assign_type{device="veth1038ac6"} 3 node_network_address_assign_type{device="veth13e15b2"} 3 node_network_address_assign_type{device="veth14167ea"} 3 node_network_address_assign_type{device="veth14d7b38"} 3 node_network_address_assign_type{device="veth1ab4f56"} 3 node_network_address_assign_type{device="veth1beeadb"} 3 node_network_address_assign_type{device="veth1c57d6d"} 3 node_network_address_assign_type{device="veth1d30b5e"} 3 node_network_address_assign_type{device="veth1e44a22"} 3 node_network_address_assign_type{device="veth20cb88f"} 3 node_network_address_assign_type{device="veth20f5d4d"} 3 node_network_address_assign_type{device="veth216102b"} 3 node_network_address_assign_type{device="veth219a808"} 3 node_network_address_assign_type{device="veth239fbb2"} 3 node_network_address_assign_type{device="veth243d052"} 3 node_network_address_assign_type{device="veth24da1e6"} 3 node_network_address_assign_type{device="veth256a0a6"} 3 node_network_address_assign_type{device="veth265579a"} 3 node_network_address_assign_type{device="veth26ade60"} 3 node_network_address_assign_type{device="veth2acaef3"} 3 node_network_address_assign_type{device="veth2af9072"} 3 node_network_address_assign_type{device="veth2b99349"} 3 node_network_address_assign_type{device="veth2beec89"} 3 node_network_address_assign_type{device="veth33934e2"} 3 node_network_address_assign_type{device="veth39ed6af"} 3 node_network_address_assign_type{device="veth3cd7637"} 3 node_network_address_assign_type{device="veth40344a3"} 3 node_network_address_assign_type{device="veth406b22b"} 3 node_network_address_assign_type{device="veth47017fc"} 3 node_network_address_assign_type{device="veth480c1dc"} 3 node_network_address_assign_type{device="veth4ccf135"} 3 node_network_address_assign_type{device="veth5302d8c"} 3 node_network_address_assign_type{device="veth53ea94c"} 3 node_network_address_assign_type{device="veth549b0bc"} 3 node_network_address_assign_type{device="veth56d4ab9"} 3 node_network_address_assign_type{device="veth58ca89b"} 3 node_network_address_assign_type{device="veth5b552da"} 3 node_network_address_assign_type{device="veth5da9e0f"} 3 node_network_address_assign_type{device="veth6031170"} 3 node_network_address_assign_type{device="veth60b2772"} 3 node_network_address_assign_type{device="veth69694cd"} 3 node_network_address_assign_type{device="veth6999294"} 3 node_network_address_assign_type{device="veth6bc26b9"} 3 node_network_address_assign_type{device="veth6d34f1b"} 3 node_network_address_assign_type{device="veth6dbafb5"} 3 node_network_address_assign_type{device="veth6ed90f5"} 3 node_network_address_assign_type{device="veth706a8a9"} 3 node_network_address_assign_type{device="veth7462f2c"} 3 node_network_address_assign_type{device="veth75a346b"} 3 node_network_address_assign_type{device="veth76dc81e"} 3 node_network_address_assign_type{device="veth77d0541"} 3 node_network_address_assign_type{device="veth7810a06"} 3 node_network_address_assign_type{device="veth7a60219"} 3 node_network_address_assign_type{device="veth7d1eccf"} 3 node_network_address_assign_type{device="veth7ebb14f"} 3 node_network_address_assign_type{device="veth80d1cde"} 3 node_network_address_assign_type{device="veth8302fb9"} 3 node_network_address_assign_type{device="veth8481de7"} 3 node_network_address_assign_type{device="veth857d784"} 3 node_network_address_assign_type{device="veth8792b83"} 3 node_network_address_assign_type{device="veth87a1685"} 3 node_network_address_assign_type{device="veth89bbfd0"} 3 node_network_address_assign_type{device="veth8be5b1d"} 3 node_network_address_assign_type{device="veth8d79a10"} 3 node_network_address_assign_type{device="veth8fd1103"} 3 node_network_address_assign_type{device="veth8fedfe8"} 3 node_network_address_assign_type{device="veth922ddb5"} 3 node_network_address_assign_type{device="veth926d8ea"} 3 node_network_address_assign_type{device="veth929d03e"} 3 node_network_address_assign_type{device="veth948d244"} 3 node_network_address_assign_type{device="veth964b44f"} 3 node_network_address_assign_type{device="veth98429ca"} 3 node_network_address_assign_type{device="veth999a38d"} 3 node_network_address_assign_type{device="veth9a8f9b7"} 3 node_network_address_assign_type{device="veth9c27b6d"} 3 node_network_address_assign_type{device="veth9f1cb68"} 3 node_network_address_assign_type{device="vetha307d51"} 3 node_network_address_assign_type{device="vetha45d82e"} 3 node_network_address_assign_type{device="vetha4a7d75"} 3 node_network_address_assign_type{device="vetha85884d"} 3 node_network_address_assign_type{device="vetha861801"} 3 node_network_address_assign_type{device="vethacc3b99"} 3 node_network_address_assign_type{device="vethb0d6291"} 3 node_network_address_assign_type{device="vethb175d4b"} 3 node_network_address_assign_type{device="vethb22186a"} 3 node_network_address_assign_type{device="vethb3abd24"} 3 node_network_address_assign_type{device="vethb4d444e"} 3 node_network_address_assign_type{device="vethb635bbd"} 3 node_network_address_assign_type{device="vethb63c6cd"} 3 node_network_address_assign_type{device="vethb706cb4"} 3 node_network_address_assign_type{device="vethb8b0761"} 3 node_network_address_assign_type{device="vethb9a8cfe"} 3 node_network_address_assign_type{device="vethba4f39b"} 3 node_network_address_assign_type{device="vethba938c8"} 3 node_network_address_assign_type{device="vethbaa1ba0"} 3 node_network_address_assign_type{device="vethbd538f4"} 3 node_network_address_assign_type{device="vethc1654c4"} 3 node_network_address_assign_type{device="vethc232eb2"} 3 node_network_address_assign_type{device="vethc2fa3c0"} 3 node_network_address_assign_type{device="vethc78dbde"} 3 node_network_address_assign_type{device="vethc84bb5e"} 3 node_network_address_assign_type{device="vethc95e8d6"} 3 node_network_address_assign_type{device="vethcb677ad"} 3 node_network_address_assign_type{device="vethcbadcaa"} 3 node_network_address_assign_type{device="vethccf271d"} 3 node_network_address_assign_type{device="vethcdbb8b9"} 3 node_network_address_assign_type{device="vethce1e25e"} 3 node_network_address_assign_type{device="vethcee4e60"} 3 node_network_address_assign_type{device="vethcf271df"} 3 node_network_address_assign_type{device="vethd25fdbf"} 3 node_network_address_assign_type{device="vethd2907a7"} 3 node_network_address_assign_type{device="vethd57daa0"} 3 node_network_address_assign_type{device="vethd79ff4a"} 3 node_network_address_assign_type{device="vethd8b2e1a"} 3 node_network_address_assign_type{device="vethe253b0b"} 3 node_network_address_assign_type{device="vethe3b9ec6"} 3 node_network_address_assign_type{device="vethe76bbdc"} 3 node_network_address_assign_type{device="vethea29840"} 3 node_network_address_assign_type{device="vethea82433"} 3 node_network_address_assign_type{device="vethee56de1"} 3 node_network_address_assign_type{device="vetheec8a9e"} 3 node_network_address_assign_type{device="vethef27932"} 3 node_network_address_assign_type{device="vethf0393dc"} 3 node_network_address_assign_type{device="vethf2093d1"} 3 node_network_address_assign_type{device="vethf276e6e"} 3 node_network_address_assign_type{device="vethf400ac7"} 3 node_network_address_assign_type{device="vethf4365a3"} 3 node_network_address_assign_type{device="vethf4abaaa"} 3 node_network_address_assign_type{device="vethf4bd2ee"} 3 node_network_address_assign_type{device="vethf52ea30"} 3 node_network_address_assign_type{device="vethf74eb94"} 3 node_network_address_assign_type{device="vethf78abe5"} 3 node_network_address_assign_type{device="vethf914cb2"} 3 node_network_address_assign_type{device="vethf9632db"} 3 node_network_address_assign_type{device="vethfeb4890"} 3 node_network_address_assign_type{device="vethff0047e"} 3 node_network_address_assign_type{device="vethffab7df"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-045cc6fa941d"} 1 node_network_carrier{device="br-13cc155fc657"} 1 node_network_carrier{device="br-35073d3942e6"} 1 node_network_carrier{device="br-9dc3d7861055"} 1 node_network_carrier{device="br-db85bdf681bd"} 1 node_network_carrier{device="br-f8bced460dfb"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth0104c55"} 1 node_network_carrier{device="veth014770b"} 1 node_network_carrier{device="veth0156e14"} 1 node_network_carrier{device="veth01b6672"} 1 node_network_carrier{device="veth04236ac"} 1 node_network_carrier{device="veth044b6a4"} 1 node_network_carrier{device="veth04804a3"} 1 node_network_carrier{device="veth05de6b7"} 1 node_network_carrier{device="veth075bdd2"} 1 node_network_carrier{device="veth07be39d"} 1 node_network_carrier{device="veth0875191"} 1 node_network_carrier{device="veth0ad2694"} 1 node_network_carrier{device="veth0dbfee9"} 1 node_network_carrier{device="veth0e34284"} 1 node_network_carrier{device="veth1038ac6"} 1 node_network_carrier{device="veth13e15b2"} 1 node_network_carrier{device="veth14167ea"} 1 node_network_carrier{device="veth14d7b38"} 1 node_network_carrier{device="veth1ab4f56"} 1 node_network_carrier{device="veth1beeadb"} 1 node_network_carrier{device="veth1c57d6d"} 1 node_network_carrier{device="veth1d30b5e"} 1 node_network_carrier{device="veth1e44a22"} 1 node_network_carrier{device="veth20cb88f"} 1 node_network_carrier{device="veth20f5d4d"} 1 node_network_carrier{device="veth216102b"} 1 node_network_carrier{device="veth219a808"} 1 node_network_carrier{device="veth239fbb2"} 1 node_network_carrier{device="veth243d052"} 1 node_network_carrier{device="veth24da1e6"} 1 node_network_carrier{device="veth256a0a6"} 1 node_network_carrier{device="veth265579a"} 1 node_network_carrier{device="veth26ade60"} 1 node_network_carrier{device="veth2acaef3"} 1 node_network_carrier{device="veth2af9072"} 1 node_network_carrier{device="veth2b99349"} 1 node_network_carrier{device="veth2beec89"} 1 node_network_carrier{device="veth33934e2"} 1 node_network_carrier{device="veth39ed6af"} 1 node_network_carrier{device="veth3cd7637"} 1 node_network_carrier{device="veth40344a3"} 1 node_network_carrier{device="veth406b22b"} 1 node_network_carrier{device="veth47017fc"} 1 node_network_carrier{device="veth480c1dc"} 1 node_network_carrier{device="veth4ccf135"} 1 node_network_carrier{device="veth5302d8c"} 1 node_network_carrier{device="veth53ea94c"} 1 node_network_carrier{device="veth549b0bc"} 1 node_network_carrier{device="veth56d4ab9"} 1 node_network_carrier{device="veth58ca89b"} 1 node_network_carrier{device="veth5b552da"} 1 node_network_carrier{device="veth5da9e0f"} 1 node_network_carrier{device="veth6031170"} 1 node_network_carrier{device="veth60b2772"} 1 node_network_carrier{device="veth69694cd"} 1 node_network_carrier{device="veth6999294"} 1 node_network_carrier{device="veth6bc26b9"} 1 node_network_carrier{device="veth6d34f1b"} 1 node_network_carrier{device="veth6dbafb5"} 1 node_network_carrier{device="veth6ed90f5"} 1 node_network_carrier{device="veth706a8a9"} 1 node_network_carrier{device="veth7462f2c"} 1 node_network_carrier{device="veth75a346b"} 1 node_network_carrier{device="veth76dc81e"} 1 node_network_carrier{device="veth77d0541"} 1 node_network_carrier{device="veth7810a06"} 1 node_network_carrier{device="veth7a60219"} 1 node_network_carrier{device="veth7d1eccf"} 1 node_network_carrier{device="veth7ebb14f"} 1 node_network_carrier{device="veth80d1cde"} 1 node_network_carrier{device="veth8302fb9"} 1 node_network_carrier{device="veth8481de7"} 1 node_network_carrier{device="veth857d784"} 1 node_network_carrier{device="veth8792b83"} 1 node_network_carrier{device="veth87a1685"} 1 node_network_carrier{device="veth89bbfd0"} 1 node_network_carrier{device="veth8be5b1d"} 1 node_network_carrier{device="veth8d79a10"} 1 node_network_carrier{device="veth8fd1103"} 1 node_network_carrier{device="veth8fedfe8"} 1 node_network_carrier{device="veth922ddb5"} 1 node_network_carrier{device="veth926d8ea"} 1 node_network_carrier{device="veth929d03e"} 1 node_network_carrier{device="veth948d244"} 1 node_network_carrier{device="veth964b44f"} 1 node_network_carrier{device="veth98429ca"} 1 node_network_carrier{device="veth999a38d"} 1 node_network_carrier{device="veth9a8f9b7"} 1 node_network_carrier{device="veth9c27b6d"} 1 node_network_carrier{device="veth9f1cb68"} 1 node_network_carrier{device="vetha307d51"} 1 node_network_carrier{device="vetha45d82e"} 1 node_network_carrier{device="vetha4a7d75"} 1 node_network_carrier{device="vetha85884d"} 1 node_network_carrier{device="vetha861801"} 1 node_network_carrier{device="vethacc3b99"} 1 node_network_carrier{device="vethb0d6291"} 1 node_network_carrier{device="vethb175d4b"} 1 node_network_carrier{device="vethb22186a"} 1 node_network_carrier{device="vethb3abd24"} 1 node_network_carrier{device="vethb4d444e"} 1 node_network_carrier{device="vethb635bbd"} 1 node_network_carrier{device="vethb63c6cd"} 1 node_network_carrier{device="vethb706cb4"} 1 node_network_carrier{device="vethb8b0761"} 1 node_network_carrier{device="vethb9a8cfe"} 1 node_network_carrier{device="vethba4f39b"} 1 node_network_carrier{device="vethba938c8"} 1 node_network_carrier{device="vethbaa1ba0"} 1 node_network_carrier{device="vethbd538f4"} 1 node_network_carrier{device="vethc1654c4"} 1 node_network_carrier{device="vethc232eb2"} 1 node_network_carrier{device="vethc2fa3c0"} 1 node_network_carrier{device="vethc78dbde"} 1 node_network_carrier{device="vethc84bb5e"} 1 node_network_carrier{device="vethc95e8d6"} 1 node_network_carrier{device="vethcb677ad"} 1 node_network_carrier{device="vethcbadcaa"} 1 node_network_carrier{device="vethccf271d"} 1 node_network_carrier{device="vethcdbb8b9"} 1 node_network_carrier{device="vethce1e25e"} 1 node_network_carrier{device="vethcee4e60"} 1 node_network_carrier{device="vethcf271df"} 1 node_network_carrier{device="vethd25fdbf"} 1 node_network_carrier{device="vethd2907a7"} 1 node_network_carrier{device="vethd57daa0"} 1 node_network_carrier{device="vethd79ff4a"} 1 node_network_carrier{device="vethd8b2e1a"} 1 node_network_carrier{device="vethe253b0b"} 1 node_network_carrier{device="vethe3b9ec6"} 1 node_network_carrier{device="vethe76bbdc"} 1 node_network_carrier{device="vethea29840"} 1 node_network_carrier{device="vethea82433"} 1 node_network_carrier{device="vethee56de1"} 1 node_network_carrier{device="vetheec8a9e"} 1 node_network_carrier{device="vethef27932"} 1 node_network_carrier{device="vethf0393dc"} 1 node_network_carrier{device="vethf2093d1"} 1 node_network_carrier{device="vethf276e6e"} 1 node_network_carrier{device="vethf400ac7"} 1 node_network_carrier{device="vethf4365a3"} 1 node_network_carrier{device="vethf4abaaa"} 1 node_network_carrier{device="vethf4bd2ee"} 1 node_network_carrier{device="vethf52ea30"} 1 node_network_carrier{device="vethf74eb94"} 1 node_network_carrier{device="vethf78abe5"} 1 node_network_carrier{device="vethf914cb2"} 1 node_network_carrier{device="vethf9632db"} 1 node_network_carrier{device="vethfeb4890"} 1 node_network_carrier{device="vethff0047e"} 1 node_network_carrier{device="vethffab7df"} 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-045cc6fa941d"} 4 node_network_carrier_changes_total{device="br-13cc155fc657"} 14 node_network_carrier_changes_total{device="br-35073d3942e6"} 8 node_network_carrier_changes_total{device="br-9dc3d7861055"} 6 node_network_carrier_changes_total{device="br-db85bdf681bd"} 4 node_network_carrier_changes_total{device="br-f8bced460dfb"} 4 node_network_carrier_changes_total{device="docker0"} 243 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth0104c55"} 2 node_network_carrier_changes_total{device="veth014770b"} 2 node_network_carrier_changes_total{device="veth0156e14"} 2 node_network_carrier_changes_total{device="veth01b6672"} 2 node_network_carrier_changes_total{device="veth04236ac"} 2 node_network_carrier_changes_total{device="veth044b6a4"} 2 node_network_carrier_changes_total{device="veth04804a3"} 2 node_network_carrier_changes_total{device="veth05de6b7"} 2 node_network_carrier_changes_total{device="veth075bdd2"} 2 node_network_carrier_changes_total{device="veth07be39d"} 2 node_network_carrier_changes_total{device="veth0875191"} 2 node_network_carrier_changes_total{device="veth0ad2694"} 2 node_network_carrier_changes_total{device="veth0dbfee9"} 2 node_network_carrier_changes_total{device="veth0e34284"} 2 node_network_carrier_changes_total{device="veth1038ac6"} 2 node_network_carrier_changes_total{device="veth13e15b2"} 2 node_network_carrier_changes_total{device="veth14167ea"} 2 node_network_carrier_changes_total{device="veth14d7b38"} 2 node_network_carrier_changes_total{device="veth1ab4f56"} 2 node_network_carrier_changes_total{device="veth1beeadb"} 2 node_network_carrier_changes_total{device="veth1c57d6d"} 2 node_network_carrier_changes_total{device="veth1d30b5e"} 2 node_network_carrier_changes_total{device="veth1e44a22"} 2 node_network_carrier_changes_total{device="veth20cb88f"} 2 node_network_carrier_changes_total{device="veth20f5d4d"} 2 node_network_carrier_changes_total{device="veth216102b"} 2 node_network_carrier_changes_total{device="veth219a808"} 2 node_network_carrier_changes_total{device="veth239fbb2"} 2 node_network_carrier_changes_total{device="veth243d052"} 2 node_network_carrier_changes_total{device="veth24da1e6"} 2 node_network_carrier_changes_total{device="veth256a0a6"} 2 node_network_carrier_changes_total{device="veth265579a"} 2 node_network_carrier_changes_total{device="veth26ade60"} 2 node_network_carrier_changes_total{device="veth2acaef3"} 2 node_network_carrier_changes_total{device="veth2af9072"} 2 node_network_carrier_changes_total{device="veth2b99349"} 2 node_network_carrier_changes_total{device="veth2beec89"} 2 node_network_carrier_changes_total{device="veth33934e2"} 2 node_network_carrier_changes_total{device="veth39ed6af"} 2 node_network_carrier_changes_total{device="veth3cd7637"} 2 node_network_carrier_changes_total{device="veth40344a3"} 2 node_network_carrier_changes_total{device="veth406b22b"} 2 node_network_carrier_changes_total{device="veth47017fc"} 2 node_network_carrier_changes_total{device="veth480c1dc"} 2 node_network_carrier_changes_total{device="veth4ccf135"} 2 node_network_carrier_changes_total{device="veth5302d8c"} 2 node_network_carrier_changes_total{device="veth53ea94c"} 2 node_network_carrier_changes_total{device="veth549b0bc"} 2 node_network_carrier_changes_total{device="veth56d4ab9"} 2 node_network_carrier_changes_total{device="veth58ca89b"} 2 node_network_carrier_changes_total{device="veth5b552da"} 2 node_network_carrier_changes_total{device="veth5da9e0f"} 2 node_network_carrier_changes_total{device="veth6031170"} 2 node_network_carrier_changes_total{device="veth60b2772"} 2 node_network_carrier_changes_total{device="veth69694cd"} 2 node_network_carrier_changes_total{device="veth6999294"} 2 node_network_carrier_changes_total{device="veth6bc26b9"} 2 node_network_carrier_changes_total{device="veth6d34f1b"} 2 node_network_carrier_changes_total{device="veth6dbafb5"} 2 node_network_carrier_changes_total{device="veth6ed90f5"} 2 node_network_carrier_changes_total{device="veth706a8a9"} 2 node_network_carrier_changes_total{device="veth7462f2c"} 2 node_network_carrier_changes_total{device="veth75a346b"} 2 node_network_carrier_changes_total{device="veth76dc81e"} 2 node_network_carrier_changes_total{device="veth77d0541"} 2 node_network_carrier_changes_total{device="veth7810a06"} 2 node_network_carrier_changes_total{device="veth7a60219"} 2 node_network_carrier_changes_total{device="veth7d1eccf"} 2 node_network_carrier_changes_total{device="veth7ebb14f"} 2 node_network_carrier_changes_total{device="veth80d1cde"} 2 node_network_carrier_changes_total{device="veth8302fb9"} 2 node_network_carrier_changes_total{device="veth8481de7"} 2 node_network_carrier_changes_total{device="veth857d784"} 2 node_network_carrier_changes_total{device="veth8792b83"} 2 node_network_carrier_changes_total{device="veth87a1685"} 2 node_network_carrier_changes_total{device="veth89bbfd0"} 2 node_network_carrier_changes_total{device="veth8be5b1d"} 2 node_network_carrier_changes_total{device="veth8d79a10"} 2 node_network_carrier_changes_total{device="veth8fd1103"} 2 node_network_carrier_changes_total{device="veth8fedfe8"} 2 node_network_carrier_changes_total{device="veth922ddb5"} 2 node_network_carrier_changes_total{device="veth926d8ea"} 2 node_network_carrier_changes_total{device="veth929d03e"} 2 node_network_carrier_changes_total{device="veth948d244"} 2 node_network_carrier_changes_total{device="veth964b44f"} 2 node_network_carrier_changes_total{device="veth98429ca"} 2 node_network_carrier_changes_total{device="veth999a38d"} 2 node_network_carrier_changes_total{device="veth9a8f9b7"} 2 node_network_carrier_changes_total{device="veth9c27b6d"} 2 node_network_carrier_changes_total{device="veth9f1cb68"} 2 node_network_carrier_changes_total{device="vetha307d51"} 2 node_network_carrier_changes_total{device="vetha45d82e"} 2 node_network_carrier_changes_total{device="vetha4a7d75"} 2 node_network_carrier_changes_total{device="vetha85884d"} 2 node_network_carrier_changes_total{device="vetha861801"} 2 node_network_carrier_changes_total{device="vethacc3b99"} 2 node_network_carrier_changes_total{device="vethb0d6291"} 2 node_network_carrier_changes_total{device="vethb175d4b"} 2 node_network_carrier_changes_total{device="vethb22186a"} 2 node_network_carrier_changes_total{device="vethb3abd24"} 2 node_network_carrier_changes_total{device="vethb4d444e"} 2 node_network_carrier_changes_total{device="vethb635bbd"} 2 node_network_carrier_changes_total{device="vethb63c6cd"} 2 node_network_carrier_changes_total{device="vethb706cb4"} 2 node_network_carrier_changes_total{device="vethb8b0761"} 2 node_network_carrier_changes_total{device="vethb9a8cfe"} 2 node_network_carrier_changes_total{device="vethba4f39b"} 2 node_network_carrier_changes_total{device="vethba938c8"} 2 node_network_carrier_changes_total{device="vethbaa1ba0"} 2 node_network_carrier_changes_total{device="vethbd538f4"} 2 node_network_carrier_changes_total{device="vethc1654c4"} 2 node_network_carrier_changes_total{device="vethc232eb2"} 2 node_network_carrier_changes_total{device="vethc2fa3c0"} 2 node_network_carrier_changes_total{device="vethc78dbde"} 2 node_network_carrier_changes_total{device="vethc84bb5e"} 2 node_network_carrier_changes_total{device="vethc95e8d6"} 2 node_network_carrier_changes_total{device="vethcb677ad"} 2 node_network_carrier_changes_total{device="vethcbadcaa"} 2 node_network_carrier_changes_total{device="vethccf271d"} 2 node_network_carrier_changes_total{device="vethcdbb8b9"} 2 node_network_carrier_changes_total{device="vethce1e25e"} 2 node_network_carrier_changes_total{device="vethcee4e60"} 2 node_network_carrier_changes_total{device="vethcf271df"} 2 node_network_carrier_changes_total{device="vethd25fdbf"} 2 node_network_carrier_changes_total{device="vethd2907a7"} 2 node_network_carrier_changes_total{device="vethd57daa0"} 2 node_network_carrier_changes_total{device="vethd79ff4a"} 2 node_network_carrier_changes_total{device="vethd8b2e1a"} 2 node_network_carrier_changes_total{device="vethe253b0b"} 2 node_network_carrier_changes_total{device="vethe3b9ec6"} 2 node_network_carrier_changes_total{device="vethe76bbdc"} 2 node_network_carrier_changes_total{device="vethea29840"} 2 node_network_carrier_changes_total{device="vethea82433"} 2 node_network_carrier_changes_total{device="vethee56de1"} 2 node_network_carrier_changes_total{device="vetheec8a9e"} 2 node_network_carrier_changes_total{device="vethef27932"} 2 node_network_carrier_changes_total{device="vethf0393dc"} 2 node_network_carrier_changes_total{device="vethf2093d1"} 2 node_network_carrier_changes_total{device="vethf276e6e"} 2 node_network_carrier_changes_total{device="vethf400ac7"} 2 node_network_carrier_changes_total{device="vethf4365a3"} 2 node_network_carrier_changes_total{device="vethf4abaaa"} 2 node_network_carrier_changes_total{device="vethf4bd2ee"} 2 node_network_carrier_changes_total{device="vethf52ea30"} 2 node_network_carrier_changes_total{device="vethf74eb94"} 2 node_network_carrier_changes_total{device="vethf78abe5"} 2 node_network_carrier_changes_total{device="vethf914cb2"} 2 node_network_carrier_changes_total{device="vethf9632db"} 2 node_network_carrier_changes_total{device="vethfeb4890"} 2 node_network_carrier_changes_total{device="vethff0047e"} 2 node_network_carrier_changes_total{device="vethffab7df"} 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-045cc6fa941d"} 2 node_network_carrier_down_changes_total{device="br-13cc155fc657"} 7 node_network_carrier_down_changes_total{device="br-35073d3942e6"} 4 node_network_carrier_down_changes_total{device="br-9dc3d7861055"} 3 node_network_carrier_down_changes_total{device="br-db85bdf681bd"} 2 node_network_carrier_down_changes_total{device="br-f8bced460dfb"} 2 node_network_carrier_down_changes_total{device="docker0"} 122 node_network_carrier_down_changes_total{device="eth0"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth0104c55"} 1 node_network_carrier_down_changes_total{device="veth014770b"} 1 node_network_carrier_down_changes_total{device="veth0156e14"} 1 node_network_carrier_down_changes_total{device="veth01b6672"} 1 node_network_carrier_down_changes_total{device="veth04236ac"} 1 node_network_carrier_down_changes_total{device="veth044b6a4"} 1 node_network_carrier_down_changes_total{device="veth04804a3"} 1 node_network_carrier_down_changes_total{device="veth05de6b7"} 1 node_network_carrier_down_changes_total{device="veth075bdd2"} 1 node_network_carrier_down_changes_total{device="veth07be39d"} 1 node_network_carrier_down_changes_total{device="veth0875191"} 1 node_network_carrier_down_changes_total{device="veth0ad2694"} 1 node_network_carrier_down_changes_total{device="veth0dbfee9"} 1 node_network_carrier_down_changes_total{device="veth0e34284"} 1 node_network_carrier_down_changes_total{device="veth1038ac6"} 1 node_network_carrier_down_changes_total{device="veth13e15b2"} 1 node_network_carrier_down_changes_total{device="veth14167ea"} 1 node_network_carrier_down_changes_total{device="veth14d7b38"} 1 node_network_carrier_down_changes_total{device="veth1ab4f56"} 1 node_network_carrier_down_changes_total{device="veth1beeadb"} 1 node_network_carrier_down_changes_total{device="veth1c57d6d"} 1 node_network_carrier_down_changes_total{device="veth1d30b5e"} 1 node_network_carrier_down_changes_total{device="veth1e44a22"} 1 node_network_carrier_down_changes_total{device="veth20cb88f"} 1 node_network_carrier_down_changes_total{device="veth20f5d4d"} 1 node_network_carrier_down_changes_total{device="veth216102b"} 1 node_network_carrier_down_changes_total{device="veth219a808"} 1 node_network_carrier_down_changes_total{device="veth239fbb2"} 1 node_network_carrier_down_changes_total{device="veth243d052"} 1 node_network_carrier_down_changes_total{device="veth24da1e6"} 1 node_network_carrier_down_changes_total{device="veth256a0a6"} 1 node_network_carrier_down_changes_total{device="veth265579a"} 1 node_network_carrier_down_changes_total{device="veth26ade60"} 1 node_network_carrier_down_changes_total{device="veth2acaef3"} 1 node_network_carrier_down_changes_total{device="veth2af9072"} 1 node_network_carrier_down_changes_total{device="veth2b99349"} 1 node_network_carrier_down_changes_total{device="veth2beec89"} 1 node_network_carrier_down_changes_total{device="veth33934e2"} 1 node_network_carrier_down_changes_total{device="veth39ed6af"} 1 node_network_carrier_down_changes_total{device="veth3cd7637"} 1 node_network_carrier_down_changes_total{device="veth40344a3"} 1 node_network_carrier_down_changes_total{device="veth406b22b"} 1 node_network_carrier_down_changes_total{device="veth47017fc"} 1 node_network_carrier_down_changes_total{device="veth480c1dc"} 1 node_network_carrier_down_changes_total{device="veth4ccf135"} 1 node_network_carrier_down_changes_total{device="veth5302d8c"} 1 node_network_carrier_down_changes_total{device="veth53ea94c"} 1 node_network_carrier_down_changes_total{device="veth549b0bc"} 1 node_network_carrier_down_changes_total{device="veth56d4ab9"} 1 node_network_carrier_down_changes_total{device="veth58ca89b"} 1 node_network_carrier_down_changes_total{device="veth5b552da"} 1 node_network_carrier_down_changes_total{device="veth5da9e0f"} 1 node_network_carrier_down_changes_total{device="veth6031170"} 1 node_network_carrier_down_changes_total{device="veth60b2772"} 1 node_network_carrier_down_changes_total{device="veth69694cd"} 1 node_network_carrier_down_changes_total{device="veth6999294"} 1 node_network_carrier_down_changes_total{device="veth6bc26b9"} 1 node_network_carrier_down_changes_total{device="veth6d34f1b"} 1 node_network_carrier_down_changes_total{device="veth6dbafb5"} 1 node_network_carrier_down_changes_total{device="veth6ed90f5"} 1 node_network_carrier_down_changes_total{device="veth706a8a9"} 1 node_network_carrier_down_changes_total{device="veth7462f2c"} 1 node_network_carrier_down_changes_total{device="veth75a346b"} 1 node_network_carrier_down_changes_total{device="veth76dc81e"} 1 node_network_carrier_down_changes_total{device="veth77d0541"} 1 node_network_carrier_down_changes_total{device="veth7810a06"} 1 node_network_carrier_down_changes_total{device="veth7a60219"} 1 node_network_carrier_down_changes_total{device="veth7d1eccf"} 1 node_network_carrier_down_changes_total{device="veth7ebb14f"} 1 node_network_carrier_down_changes_total{device="veth80d1cde"} 1 node_network_carrier_down_changes_total{device="veth8302fb9"} 1 node_network_carrier_down_changes_total{device="veth8481de7"} 1 node_network_carrier_down_changes_total{device="veth857d784"} 1 node_network_carrier_down_changes_total{device="veth8792b83"} 1 node_network_carrier_down_changes_total{device="veth87a1685"} 1 node_network_carrier_down_changes_total{device="veth89bbfd0"} 1 node_network_carrier_down_changes_total{device="veth8be5b1d"} 1 node_network_carrier_down_changes_total{device="veth8d79a10"} 1 node_network_carrier_down_changes_total{device="veth8fd1103"} 1 node_network_carrier_down_changes_total{device="veth8fedfe8"} 1 node_network_carrier_down_changes_total{device="veth922ddb5"} 1 node_network_carrier_down_changes_total{device="veth926d8ea"} 1 node_network_carrier_down_changes_total{device="veth929d03e"} 1 node_network_carrier_down_changes_total{device="veth948d244"} 1 node_network_carrier_down_changes_total{device="veth964b44f"} 1 node_network_carrier_down_changes_total{device="veth98429ca"} 1 node_network_carrier_down_changes_total{device="veth999a38d"} 1 node_network_carrier_down_changes_total{device="veth9a8f9b7"} 1 node_network_carrier_down_changes_total{device="veth9c27b6d"} 1 node_network_carrier_down_changes_total{device="veth9f1cb68"} 1 node_network_carrier_down_changes_total{device="vetha307d51"} 1 node_network_carrier_down_changes_total{device="vetha45d82e"} 1 node_network_carrier_down_changes_total{device="vetha4a7d75"} 1 node_network_carrier_down_changes_total{device="vetha85884d"} 1 node_network_carrier_down_changes_total{device="vetha861801"} 1 node_network_carrier_down_changes_total{device="vethacc3b99"} 1 node_network_carrier_down_changes_total{device="vethb0d6291"} 1 node_network_carrier_down_changes_total{device="vethb175d4b"} 1 node_network_carrier_down_changes_total{device="vethb22186a"} 1 node_network_carrier_down_changes_total{device="vethb3abd24"} 1 node_network_carrier_down_changes_total{device="vethb4d444e"} 1 node_network_carrier_down_changes_total{device="vethb635bbd"} 1 node_network_carrier_down_changes_total{device="vethb63c6cd"} 1 node_network_carrier_down_changes_total{device="vethb706cb4"} 1 node_network_carrier_down_changes_total{device="vethb8b0761"} 1 node_network_carrier_down_changes_total{device="vethb9a8cfe"} 1 node_network_carrier_down_changes_total{device="vethba4f39b"} 1 node_network_carrier_down_changes_total{device="vethba938c8"} 1 node_network_carrier_down_changes_total{device="vethbaa1ba0"} 1 node_network_carrier_down_changes_total{device="vethbd538f4"} 1 node_network_carrier_down_changes_total{device="vethc1654c4"} 1 node_network_carrier_down_changes_total{device="vethc232eb2"} 1 node_network_carrier_down_changes_total{device="vethc2fa3c0"} 1 node_network_carrier_down_changes_total{device="vethc78dbde"} 1 node_network_carrier_down_changes_total{device="vethc84bb5e"} 1 node_network_carrier_down_changes_total{device="vethc95e8d6"} 1 node_network_carrier_down_changes_total{device="vethcb677ad"} 1 node_network_carrier_down_changes_total{device="vethcbadcaa"} 1 node_network_carrier_down_changes_total{device="vethccf271d"} 1 node_network_carrier_down_changes_total{device="vethcdbb8b9"} 1 node_network_carrier_down_changes_total{device="vethce1e25e"} 1 node_network_carrier_down_changes_total{device="vethcee4e60"} 1 node_network_carrier_down_changes_total{device="vethcf271df"} 1 node_network_carrier_down_changes_total{device="vethd25fdbf"} 1 node_network_carrier_down_changes_total{device="vethd2907a7"} 1 node_network_carrier_down_changes_total{device="vethd57daa0"} 1 node_network_carrier_down_changes_total{device="vethd79ff4a"} 1 node_network_carrier_down_changes_total{device="vethd8b2e1a"} 1 node_network_carrier_down_changes_total{device="vethe253b0b"} 1 node_network_carrier_down_changes_total{device="vethe3b9ec6"} 1 node_network_carrier_down_changes_total{device="vethe76bbdc"} 1 node_network_carrier_down_changes_total{device="vethea29840"} 1 node_network_carrier_down_changes_total{device="vethea82433"} 1 node_network_carrier_down_changes_total{device="vethee56de1"} 1 node_network_carrier_down_changes_total{device="vetheec8a9e"} 1 node_network_carrier_down_changes_total{device="vethef27932"} 1 node_network_carrier_down_changes_total{device="vethf0393dc"} 1 node_network_carrier_down_changes_total{device="vethf2093d1"} 1 node_network_carrier_down_changes_total{device="vethf276e6e"} 1 node_network_carrier_down_changes_total{device="vethf400ac7"} 1 node_network_carrier_down_changes_total{device="vethf4365a3"} 1 node_network_carrier_down_changes_total{device="vethf4abaaa"} 1 node_network_carrier_down_changes_total{device="vethf4bd2ee"} 1 node_network_carrier_down_changes_total{device="vethf52ea30"} 1 node_network_carrier_down_changes_total{device="vethf74eb94"} 1 node_network_carrier_down_changes_total{device="vethf78abe5"} 1 node_network_carrier_down_changes_total{device="vethf914cb2"} 1 node_network_carrier_down_changes_total{device="vethf9632db"} 1 node_network_carrier_down_changes_total{device="vethfeb4890"} 1 node_network_carrier_down_changes_total{device="vethff0047e"} 1 node_network_carrier_down_changes_total{device="vethffab7df"} 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-045cc6fa941d"} 2 node_network_carrier_up_changes_total{device="br-13cc155fc657"} 7 node_network_carrier_up_changes_total{device="br-35073d3942e6"} 4 node_network_carrier_up_changes_total{device="br-9dc3d7861055"} 3 node_network_carrier_up_changes_total{device="br-db85bdf681bd"} 2 node_network_carrier_up_changes_total{device="br-f8bced460dfb"} 2 node_network_carrier_up_changes_total{device="docker0"} 121 node_network_carrier_up_changes_total{device="eth0"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth0104c55"} 1 node_network_carrier_up_changes_total{device="veth014770b"} 1 node_network_carrier_up_changes_total{device="veth0156e14"} 1 node_network_carrier_up_changes_total{device="veth01b6672"} 1 node_network_carrier_up_changes_total{device="veth04236ac"} 1 node_network_carrier_up_changes_total{device="veth044b6a4"} 1 node_network_carrier_up_changes_total{device="veth04804a3"} 1 node_network_carrier_up_changes_total{device="veth05de6b7"} 1 node_network_carrier_up_changes_total{device="veth075bdd2"} 1 node_network_carrier_up_changes_total{device="veth07be39d"} 1 node_network_carrier_up_changes_total{device="veth0875191"} 1 node_network_carrier_up_changes_total{device="veth0ad2694"} 1 node_network_carrier_up_changes_total{device="veth0dbfee9"} 1 node_network_carrier_up_changes_total{device="veth0e34284"} 1 node_network_carrier_up_changes_total{device="veth1038ac6"} 1 node_network_carrier_up_changes_total{device="veth13e15b2"} 1 node_network_carrier_up_changes_total{device="veth14167ea"} 1 node_network_carrier_up_changes_total{device="veth14d7b38"} 1 node_network_carrier_up_changes_total{device="veth1ab4f56"} 1 node_network_carrier_up_changes_total{device="veth1beeadb"} 1 node_network_carrier_up_changes_total{device="veth1c57d6d"} 1 node_network_carrier_up_changes_total{device="veth1d30b5e"} 1 node_network_carrier_up_changes_total{device="veth1e44a22"} 1 node_network_carrier_up_changes_total{device="veth20cb88f"} 1 node_network_carrier_up_changes_total{device="veth20f5d4d"} 1 node_network_carrier_up_changes_total{device="veth216102b"} 1 node_network_carrier_up_changes_total{device="veth219a808"} 1 node_network_carrier_up_changes_total{device="veth239fbb2"} 1 node_network_carrier_up_changes_total{device="veth243d052"} 1 node_network_carrier_up_changes_total{device="veth24da1e6"} 1 node_network_carrier_up_changes_total{device="veth256a0a6"} 1 node_network_carrier_up_changes_total{device="veth265579a"} 1 node_network_carrier_up_changes_total{device="veth26ade60"} 1 node_network_carrier_up_changes_total{device="veth2acaef3"} 1 node_network_carrier_up_changes_total{device="veth2af9072"} 1 node_network_carrier_up_changes_total{device="veth2b99349"} 1 node_network_carrier_up_changes_total{device="veth2beec89"} 1 node_network_carrier_up_changes_total{device="veth33934e2"} 1 node_network_carrier_up_changes_total{device="veth39ed6af"} 1 node_network_carrier_up_changes_total{device="veth3cd7637"} 1 node_network_carrier_up_changes_total{device="veth40344a3"} 1 node_network_carrier_up_changes_total{device="veth406b22b"} 1 node_network_carrier_up_changes_total{device="veth47017fc"} 1 node_network_carrier_up_changes_total{device="veth480c1dc"} 1 node_network_carrier_up_changes_total{device="veth4ccf135"} 1 node_network_carrier_up_changes_total{device="veth5302d8c"} 1 node_network_carrier_up_changes_total{device="veth53ea94c"} 1 node_network_carrier_up_changes_total{device="veth549b0bc"} 1 node_network_carrier_up_changes_total{device="veth56d4ab9"} 1 node_network_carrier_up_changes_total{device="veth58ca89b"} 1 node_network_carrier_up_changes_total{device="veth5b552da"} 1 node_network_carrier_up_changes_total{device="veth5da9e0f"} 1 node_network_carrier_up_changes_total{device="veth6031170"} 1 node_network_carrier_up_changes_total{device="veth60b2772"} 1 node_network_carrier_up_changes_total{device="veth69694cd"} 1 node_network_carrier_up_changes_total{device="veth6999294"} 1 node_network_carrier_up_changes_total{device="veth6bc26b9"} 1 node_network_carrier_up_changes_total{device="veth6d34f1b"} 1 node_network_carrier_up_changes_total{device="veth6dbafb5"} 1 node_network_carrier_up_changes_total{device="veth6ed90f5"} 1 node_network_carrier_up_changes_total{device="veth706a8a9"} 1 node_network_carrier_up_changes_total{device="veth7462f2c"} 1 node_network_carrier_up_changes_total{device="veth75a346b"} 1 node_network_carrier_up_changes_total{device="veth76dc81e"} 1 node_network_carrier_up_changes_total{device="veth77d0541"} 1 node_network_carrier_up_changes_total{device="veth7810a06"} 1 node_network_carrier_up_changes_total{device="veth7a60219"} 1 node_network_carrier_up_changes_total{device="veth7d1eccf"} 1 node_network_carrier_up_changes_total{device="veth7ebb14f"} 1 node_network_carrier_up_changes_total{device="veth80d1cde"} 1 node_network_carrier_up_changes_total{device="veth8302fb9"} 1 node_network_carrier_up_changes_total{device="veth8481de7"} 1 node_network_carrier_up_changes_total{device="veth857d784"} 1 node_network_carrier_up_changes_total{device="veth8792b83"} 1 node_network_carrier_up_changes_total{device="veth87a1685"} 1 node_network_carrier_up_changes_total{device="veth89bbfd0"} 1 node_network_carrier_up_changes_total{device="veth8be5b1d"} 1 node_network_carrier_up_changes_total{device="veth8d79a10"} 1 node_network_carrier_up_changes_total{device="veth8fd1103"} 1 node_network_carrier_up_changes_total{device="veth8fedfe8"} 1 node_network_carrier_up_changes_total{device="veth922ddb5"} 1 node_network_carrier_up_changes_total{device="veth926d8ea"} 1 node_network_carrier_up_changes_total{device="veth929d03e"} 1 node_network_carrier_up_changes_total{device="veth948d244"} 1 node_network_carrier_up_changes_total{device="veth964b44f"} 1 node_network_carrier_up_changes_total{device="veth98429ca"} 1 node_network_carrier_up_changes_total{device="veth999a38d"} 1 node_network_carrier_up_changes_total{device="veth9a8f9b7"} 1 node_network_carrier_up_changes_total{device="veth9c27b6d"} 1 node_network_carrier_up_changes_total{device="veth9f1cb68"} 1 node_network_carrier_up_changes_total{device="vetha307d51"} 1 node_network_carrier_up_changes_total{device="vetha45d82e"} 1 node_network_carrier_up_changes_total{device="vetha4a7d75"} 1 node_network_carrier_up_changes_total{device="vetha85884d"} 1 node_network_carrier_up_changes_total{device="vetha861801"} 1 node_network_carrier_up_changes_total{device="vethacc3b99"} 1 node_network_carrier_up_changes_total{device="vethb0d6291"} 1 node_network_carrier_up_changes_total{device="vethb175d4b"} 1 node_network_carrier_up_changes_total{device="vethb22186a"} 1 node_network_carrier_up_changes_total{device="vethb3abd24"} 1 node_network_carrier_up_changes_total{device="vethb4d444e"} 1 node_network_carrier_up_changes_total{device="vethb635bbd"} 1 node_network_carrier_up_changes_total{device="vethb63c6cd"} 1 node_network_carrier_up_changes_total{device="vethb706cb4"} 1 node_network_carrier_up_changes_total{device="vethb8b0761"} 1 node_network_carrier_up_changes_total{device="vethb9a8cfe"} 1 node_network_carrier_up_changes_total{device="vethba4f39b"} 1 node_network_carrier_up_changes_total{device="vethba938c8"} 1 node_network_carrier_up_changes_total{device="vethbaa1ba0"} 1 node_network_carrier_up_changes_total{device="vethbd538f4"} 1 node_network_carrier_up_changes_total{device="vethc1654c4"} 1 node_network_carrier_up_changes_total{device="vethc232eb2"} 1 node_network_carrier_up_changes_total{device="vethc2fa3c0"} 1 node_network_carrier_up_changes_total{device="vethc78dbde"} 1 node_network_carrier_up_changes_total{device="vethc84bb5e"} 1 node_network_carrier_up_changes_total{device="vethc95e8d6"} 1 node_network_carrier_up_changes_total{device="vethcb677ad"} 1 node_network_carrier_up_changes_total{device="vethcbadcaa"} 1 node_network_carrier_up_changes_total{device="vethccf271d"} 1 node_network_carrier_up_changes_total{device="vethcdbb8b9"} 1 node_network_carrier_up_changes_total{device="vethce1e25e"} 1 node_network_carrier_up_changes_total{device="vethcee4e60"} 1 node_network_carrier_up_changes_total{device="vethcf271df"} 1 node_network_carrier_up_changes_total{device="vethd25fdbf"} 1 node_network_carrier_up_changes_total{device="vethd2907a7"} 1 node_network_carrier_up_changes_total{device="vethd57daa0"} 1 node_network_carrier_up_changes_total{device="vethd79ff4a"} 1 node_network_carrier_up_changes_total{device="vethd8b2e1a"} 1 node_network_carrier_up_changes_total{device="vethe253b0b"} 1 node_network_carrier_up_changes_total{device="vethe3b9ec6"} 1 node_network_carrier_up_changes_total{device="vethe76bbdc"} 1 node_network_carrier_up_changes_total{device="vethea29840"} 1 node_network_carrier_up_changes_total{device="vethea82433"} 1 node_network_carrier_up_changes_total{device="vethee56de1"} 1 node_network_carrier_up_changes_total{device="vetheec8a9e"} 1 node_network_carrier_up_changes_total{device="vethef27932"} 1 node_network_carrier_up_changes_total{device="vethf0393dc"} 1 node_network_carrier_up_changes_total{device="vethf2093d1"} 1 node_network_carrier_up_changes_total{device="vethf276e6e"} 1 node_network_carrier_up_changes_total{device="vethf400ac7"} 1 node_network_carrier_up_changes_total{device="vethf4365a3"} 1 node_network_carrier_up_changes_total{device="vethf4abaaa"} 1 node_network_carrier_up_changes_total{device="vethf4bd2ee"} 1 node_network_carrier_up_changes_total{device="vethf52ea30"} 1 node_network_carrier_up_changes_total{device="vethf74eb94"} 1 node_network_carrier_up_changes_total{device="vethf78abe5"} 1 node_network_carrier_up_changes_total{device="vethf914cb2"} 1 node_network_carrier_up_changes_total{device="vethf9632db"} 1 node_network_carrier_up_changes_total{device="vethfeb4890"} 1 node_network_carrier_up_changes_total{device="vethff0047e"} 1 node_network_carrier_up_changes_total{device="vethffab7df"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-045cc6fa941d"} 0 node_network_device_id{device="br-13cc155fc657"} 0 node_network_device_id{device="br-35073d3942e6"} 0 node_network_device_id{device="br-9dc3d7861055"} 0 node_network_device_id{device="br-db85bdf681bd"} 0 node_network_device_id{device="br-f8bced460dfb"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth0104c55"} 0 node_network_device_id{device="veth014770b"} 0 node_network_device_id{device="veth0156e14"} 0 node_network_device_id{device="veth01b6672"} 0 node_network_device_id{device="veth04236ac"} 0 node_network_device_id{device="veth044b6a4"} 0 node_network_device_id{device="veth04804a3"} 0 node_network_device_id{device="veth05de6b7"} 0 node_network_device_id{device="veth075bdd2"} 0 node_network_device_id{device="veth07be39d"} 0 node_network_device_id{device="veth0875191"} 0 node_network_device_id{device="veth0ad2694"} 0 node_network_device_id{device="veth0dbfee9"} 0 node_network_device_id{device="veth0e34284"} 0 node_network_device_id{device="veth1038ac6"} 0 node_network_device_id{device="veth13e15b2"} 0 node_network_device_id{device="veth14167ea"} 0 node_network_device_id{device="veth14d7b38"} 0 node_network_device_id{device="veth1ab4f56"} 0 node_network_device_id{device="veth1beeadb"} 0 node_network_device_id{device="veth1c57d6d"} 0 node_network_device_id{device="veth1d30b5e"} 0 node_network_device_id{device="veth1e44a22"} 0 node_network_device_id{device="veth20cb88f"} 0 node_network_device_id{device="veth20f5d4d"} 0 node_network_device_id{device="veth216102b"} 0 node_network_device_id{device="veth219a808"} 0 node_network_device_id{device="veth239fbb2"} 0 node_network_device_id{device="veth243d052"} 0 node_network_device_id{device="veth24da1e6"} 0 node_network_device_id{device="veth256a0a6"} 0 node_network_device_id{device="veth265579a"} 0 node_network_device_id{device="veth26ade60"} 0 node_network_device_id{device="veth2acaef3"} 0 node_network_device_id{device="veth2af9072"} 0 node_network_device_id{device="veth2b99349"} 0 node_network_device_id{device="veth2beec89"} 0 node_network_device_id{device="veth33934e2"} 0 node_network_device_id{device="veth39ed6af"} 0 node_network_device_id{device="veth3cd7637"} 0 node_network_device_id{device="veth40344a3"} 0 node_network_device_id{device="veth406b22b"} 0 node_network_device_id{device="veth47017fc"} 0 node_network_device_id{device="veth480c1dc"} 0 node_network_device_id{device="veth4ccf135"} 0 node_network_device_id{device="veth5302d8c"} 0 node_network_device_id{device="veth53ea94c"} 0 node_network_device_id{device="veth549b0bc"} 0 node_network_device_id{device="veth56d4ab9"} 0 node_network_device_id{device="veth58ca89b"} 0 node_network_device_id{device="veth5b552da"} 0 node_network_device_id{device="veth5da9e0f"} 0 node_network_device_id{device="veth6031170"} 0 node_network_device_id{device="veth60b2772"} 0 node_network_device_id{device="veth69694cd"} 0 node_network_device_id{device="veth6999294"} 0 node_network_device_id{device="veth6bc26b9"} 0 node_network_device_id{device="veth6d34f1b"} 0 node_network_device_id{device="veth6dbafb5"} 0 node_network_device_id{device="veth6ed90f5"} 0 node_network_device_id{device="veth706a8a9"} 0 node_network_device_id{device="veth7462f2c"} 0 node_network_device_id{device="veth75a346b"} 0 node_network_device_id{device="veth76dc81e"} 0 node_network_device_id{device="veth77d0541"} 0 node_network_device_id{device="veth7810a06"} 0 node_network_device_id{device="veth7a60219"} 0 node_network_device_id{device="veth7d1eccf"} 0 node_network_device_id{device="veth7ebb14f"} 0 node_network_device_id{device="veth80d1cde"} 0 node_network_device_id{device="veth8302fb9"} 0 node_network_device_id{device="veth8481de7"} 0 node_network_device_id{device="veth857d784"} 0 node_network_device_id{device="veth8792b83"} 0 node_network_device_id{device="veth87a1685"} 0 node_network_device_id{device="veth89bbfd0"} 0 node_network_device_id{device="veth8be5b1d"} 0 node_network_device_id{device="veth8d79a10"} 0 node_network_device_id{device="veth8fd1103"} 0 node_network_device_id{device="veth8fedfe8"} 0 node_network_device_id{device="veth922ddb5"} 0 node_network_device_id{device="veth926d8ea"} 0 node_network_device_id{device="veth929d03e"} 0 node_network_device_id{device="veth948d244"} 0 node_network_device_id{device="veth964b44f"} 0 node_network_device_id{device="veth98429ca"} 0 node_network_device_id{device="veth999a38d"} 0 node_network_device_id{device="veth9a8f9b7"} 0 node_network_device_id{device="veth9c27b6d"} 0 node_network_device_id{device="veth9f1cb68"} 0 node_network_device_id{device="vetha307d51"} 0 node_network_device_id{device="vetha45d82e"} 0 node_network_device_id{device="vetha4a7d75"} 0 node_network_device_id{device="vetha85884d"} 0 node_network_device_id{device="vetha861801"} 0 node_network_device_id{device="vethacc3b99"} 0 node_network_device_id{device="vethb0d6291"} 0 node_network_device_id{device="vethb175d4b"} 0 node_network_device_id{device="vethb22186a"} 0 node_network_device_id{device="vethb3abd24"} 0 node_network_device_id{device="vethb4d444e"} 0 node_network_device_id{device="vethb635bbd"} 0 node_network_device_id{device="vethb63c6cd"} 0 node_network_device_id{device="vethb706cb4"} 0 node_network_device_id{device="vethb8b0761"} 0 node_network_device_id{device="vethb9a8cfe"} 0 node_network_device_id{device="vethba4f39b"} 0 node_network_device_id{device="vethba938c8"} 0 node_network_device_id{device="vethbaa1ba0"} 0 node_network_device_id{device="vethbd538f4"} 0 node_network_device_id{device="vethc1654c4"} 0 node_network_device_id{device="vethc232eb2"} 0 node_network_device_id{device="vethc2fa3c0"} 0 node_network_device_id{device="vethc78dbde"} 0 node_network_device_id{device="vethc84bb5e"} 0 node_network_device_id{device="vethc95e8d6"} 0 node_network_device_id{device="vethcb677ad"} 0 node_network_device_id{device="vethcbadcaa"} 0 node_network_device_id{device="vethccf271d"} 0 node_network_device_id{device="vethcdbb8b9"} 0 node_network_device_id{device="vethce1e25e"} 0 node_network_device_id{device="vethcee4e60"} 0 node_network_device_id{device="vethcf271df"} 0 node_network_device_id{device="vethd25fdbf"} 0 node_network_device_id{device="vethd2907a7"} 0 node_network_device_id{device="vethd57daa0"} 0 node_network_device_id{device="vethd79ff4a"} 0 node_network_device_id{device="vethd8b2e1a"} 0 node_network_device_id{device="vethe253b0b"} 0 node_network_device_id{device="vethe3b9ec6"} 0 node_network_device_id{device="vethe76bbdc"} 0 node_network_device_id{device="vethea29840"} 0 node_network_device_id{device="vethea82433"} 0 node_network_device_id{device="vethee56de1"} 0 node_network_device_id{device="vetheec8a9e"} 0 node_network_device_id{device="vethef27932"} 0 node_network_device_id{device="vethf0393dc"} 0 node_network_device_id{device="vethf2093d1"} 0 node_network_device_id{device="vethf276e6e"} 0 node_network_device_id{device="vethf400ac7"} 0 node_network_device_id{device="vethf4365a3"} 0 node_network_device_id{device="vethf4abaaa"} 0 node_network_device_id{device="vethf4bd2ee"} 0 node_network_device_id{device="vethf52ea30"} 0 node_network_device_id{device="vethf74eb94"} 0 node_network_device_id{device="vethf78abe5"} 0 node_network_device_id{device="vethf914cb2"} 0 node_network_device_id{device="vethf9632db"} 0 node_network_device_id{device="vethfeb4890"} 0 node_network_device_id{device="vethff0047e"} 0 node_network_device_id{device="vethffab7df"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-045cc6fa941d"} 0 node_network_dormant{device="br-13cc155fc657"} 0 node_network_dormant{device="br-35073d3942e6"} 0 node_network_dormant{device="br-9dc3d7861055"} 0 node_network_dormant{device="br-db85bdf681bd"} 0 node_network_dormant{device="br-f8bced460dfb"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth0104c55"} 0 node_network_dormant{device="veth014770b"} 0 node_network_dormant{device="veth0156e14"} 0 node_network_dormant{device="veth01b6672"} 0 node_network_dormant{device="veth04236ac"} 0 node_network_dormant{device="veth044b6a4"} 0 node_network_dormant{device="veth04804a3"} 0 node_network_dormant{device="veth05de6b7"} 0 node_network_dormant{device="veth075bdd2"} 0 node_network_dormant{device="veth07be39d"} 0 node_network_dormant{device="veth0875191"} 0 node_network_dormant{device="veth0ad2694"} 0 node_network_dormant{device="veth0dbfee9"} 0 node_network_dormant{device="veth0e34284"} 0 node_network_dormant{device="veth1038ac6"} 0 node_network_dormant{device="veth13e15b2"} 0 node_network_dormant{device="veth14167ea"} 0 node_network_dormant{device="veth14d7b38"} 0 node_network_dormant{device="veth1ab4f56"} 0 node_network_dormant{device="veth1beeadb"} 0 node_network_dormant{device="veth1c57d6d"} 0 node_network_dormant{device="veth1d30b5e"} 0 node_network_dormant{device="veth1e44a22"} 0 node_network_dormant{device="veth20cb88f"} 0 node_network_dormant{device="veth20f5d4d"} 0 node_network_dormant{device="veth216102b"} 0 node_network_dormant{device="veth219a808"} 0 node_network_dormant{device="veth239fbb2"} 0 node_network_dormant{device="veth243d052"} 0 node_network_dormant{device="veth24da1e6"} 0 node_network_dormant{device="veth256a0a6"} 0 node_network_dormant{device="veth265579a"} 0 node_network_dormant{device="veth26ade60"} 0 node_network_dormant{device="veth2acaef3"} 0 node_network_dormant{device="veth2af9072"} 0 node_network_dormant{device="veth2b99349"} 0 node_network_dormant{device="veth2beec89"} 0 node_network_dormant{device="veth33934e2"} 0 node_network_dormant{device="veth39ed6af"} 0 node_network_dormant{device="veth3cd7637"} 0 node_network_dormant{device="veth40344a3"} 0 node_network_dormant{device="veth406b22b"} 0 node_network_dormant{device="veth47017fc"} 0 node_network_dormant{device="veth480c1dc"} 0 node_network_dormant{device="veth4ccf135"} 0 node_network_dormant{device="veth5302d8c"} 0 node_network_dormant{device="veth53ea94c"} 0 node_network_dormant{device="veth549b0bc"} 0 node_network_dormant{device="veth56d4ab9"} 0 node_network_dormant{device="veth58ca89b"} 0 node_network_dormant{device="veth5b552da"} 0 node_network_dormant{device="veth5da9e0f"} 0 node_network_dormant{device="veth6031170"} 0 node_network_dormant{device="veth60b2772"} 0 node_network_dormant{device="veth69694cd"} 0 node_network_dormant{device="veth6999294"} 0 node_network_dormant{device="veth6bc26b9"} 0 node_network_dormant{device="veth6d34f1b"} 0 node_network_dormant{device="veth6dbafb5"} 0 node_network_dormant{device="veth6ed90f5"} 0 node_network_dormant{device="veth706a8a9"} 0 node_network_dormant{device="veth7462f2c"} 0 node_network_dormant{device="veth75a346b"} 0 node_network_dormant{device="veth76dc81e"} 0 node_network_dormant{device="veth77d0541"} 0 node_network_dormant{device="veth7810a06"} 0 node_network_dormant{device="veth7a60219"} 0 node_network_dormant{device="veth7d1eccf"} 0 node_network_dormant{device="veth7ebb14f"} 0 node_network_dormant{device="veth80d1cde"} 0 node_network_dormant{device="veth8302fb9"} 0 node_network_dormant{device="veth8481de7"} 0 node_network_dormant{device="veth857d784"} 0 node_network_dormant{device="veth8792b83"} 0 node_network_dormant{device="veth87a1685"} 0 node_network_dormant{device="veth89bbfd0"} 0 node_network_dormant{device="veth8be5b1d"} 0 node_network_dormant{device="veth8d79a10"} 0 node_network_dormant{device="veth8fd1103"} 0 node_network_dormant{device="veth8fedfe8"} 0 node_network_dormant{device="veth922ddb5"} 0 node_network_dormant{device="veth926d8ea"} 0 node_network_dormant{device="veth929d03e"} 0 node_network_dormant{device="veth948d244"} 0 node_network_dormant{device="veth964b44f"} 0 node_network_dormant{device="veth98429ca"} 0 node_network_dormant{device="veth999a38d"} 0 node_network_dormant{device="veth9a8f9b7"} 0 node_network_dormant{device="veth9c27b6d"} 0 node_network_dormant{device="veth9f1cb68"} 0 node_network_dormant{device="vetha307d51"} 0 node_network_dormant{device="vetha45d82e"} 0 node_network_dormant{device="vetha4a7d75"} 0 node_network_dormant{device="vetha85884d"} 0 node_network_dormant{device="vetha861801"} 0 node_network_dormant{device="vethacc3b99"} 0 node_network_dormant{device="vethb0d6291"} 0 node_network_dormant{device="vethb175d4b"} 0 node_network_dormant{device="vethb22186a"} 0 node_network_dormant{device="vethb3abd24"} 0 node_network_dormant{device="vethb4d444e"} 0 node_network_dormant{device="vethb635bbd"} 0 node_network_dormant{device="vethb63c6cd"} 0 node_network_dormant{device="vethb706cb4"} 0 node_network_dormant{device="vethb8b0761"} 0 node_network_dormant{device="vethb9a8cfe"} 0 node_network_dormant{device="vethba4f39b"} 0 node_network_dormant{device="vethba938c8"} 0 node_network_dormant{device="vethbaa1ba0"} 0 node_network_dormant{device="vethbd538f4"} 0 node_network_dormant{device="vethc1654c4"} 0 node_network_dormant{device="vethc232eb2"} 0 node_network_dormant{device="vethc2fa3c0"} 0 node_network_dormant{device="vethc78dbde"} 0 node_network_dormant{device="vethc84bb5e"} 0 node_network_dormant{device="vethc95e8d6"} 0 node_network_dormant{device="vethcb677ad"} 0 node_network_dormant{device="vethcbadcaa"} 0 node_network_dormant{device="vethccf271d"} 0 node_network_dormant{device="vethcdbb8b9"} 0 node_network_dormant{device="vethce1e25e"} 0 node_network_dormant{device="vethcee4e60"} 0 node_network_dormant{device="vethcf271df"} 0 node_network_dormant{device="vethd25fdbf"} 0 node_network_dormant{device="vethd2907a7"} 0 node_network_dormant{device="vethd57daa0"} 0 node_network_dormant{device="vethd79ff4a"} 0 node_network_dormant{device="vethd8b2e1a"} 0 node_network_dormant{device="vethe253b0b"} 0 node_network_dormant{device="vethe3b9ec6"} 0 node_network_dormant{device="vethe76bbdc"} 0 node_network_dormant{device="vethea29840"} 0 node_network_dormant{device="vethea82433"} 0 node_network_dormant{device="vethee56de1"} 0 node_network_dormant{device="vetheec8a9e"} 0 node_network_dormant{device="vethef27932"} 0 node_network_dormant{device="vethf0393dc"} 0 node_network_dormant{device="vethf2093d1"} 0 node_network_dormant{device="vethf276e6e"} 0 node_network_dormant{device="vethf400ac7"} 0 node_network_dormant{device="vethf4365a3"} 0 node_network_dormant{device="vethf4abaaa"} 0 node_network_dormant{device="vethf4bd2ee"} 0 node_network_dormant{device="vethf52ea30"} 0 node_network_dormant{device="vethf74eb94"} 0 node_network_dormant{device="vethf78abe5"} 0 node_network_dormant{device="vethf914cb2"} 0 node_network_dormant{device="vethf9632db"} 0 node_network_dormant{device="vethfeb4890"} 0 node_network_dormant{device="vethff0047e"} 0 node_network_dormant{device="vethffab7df"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-045cc6fa941d"} 4099 node_network_flags{device="br-13cc155fc657"} 4099 node_network_flags{device="br-35073d3942e6"} 4099 node_network_flags{device="br-9dc3d7861055"} 4099 node_network_flags{device="br-db85bdf681bd"} 4099 node_network_flags{device="br-f8bced460dfb"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth0104c55"} 4867 node_network_flags{device="veth014770b"} 4867 node_network_flags{device="veth0156e14"} 4867 node_network_flags{device="veth01b6672"} 4867 node_network_flags{device="veth04236ac"} 4867 node_network_flags{device="veth044b6a4"} 4867 node_network_flags{device="veth04804a3"} 4867 node_network_flags{device="veth05de6b7"} 4867 node_network_flags{device="veth075bdd2"} 4867 node_network_flags{device="veth07be39d"} 4867 node_network_flags{device="veth0875191"} 4867 node_network_flags{device="veth0ad2694"} 4867 node_network_flags{device="veth0dbfee9"} 4867 node_network_flags{device="veth0e34284"} 4867 node_network_flags{device="veth1038ac6"} 4867 node_network_flags{device="veth13e15b2"} 4867 node_network_flags{device="veth14167ea"} 4867 node_network_flags{device="veth14d7b38"} 4867 node_network_flags{device="veth1ab4f56"} 4867 node_network_flags{device="veth1beeadb"} 4867 node_network_flags{device="veth1c57d6d"} 4867 node_network_flags{device="veth1d30b5e"} 4867 node_network_flags{device="veth1e44a22"} 4867 node_network_flags{device="veth20cb88f"} 4867 node_network_flags{device="veth20f5d4d"} 4867 node_network_flags{device="veth216102b"} 4867 node_network_flags{device="veth219a808"} 4867 node_network_flags{device="veth239fbb2"} 4867 node_network_flags{device="veth243d052"} 4867 node_network_flags{device="veth24da1e6"} 4867 node_network_flags{device="veth256a0a6"} 4867 node_network_flags{device="veth265579a"} 4867 node_network_flags{device="veth26ade60"} 4867 node_network_flags{device="veth2acaef3"} 4867 node_network_flags{device="veth2af9072"} 4867 node_network_flags{device="veth2b99349"} 4867 node_network_flags{device="veth2beec89"} 4867 node_network_flags{device="veth33934e2"} 4867 node_network_flags{device="veth39ed6af"} 4867 node_network_flags{device="veth3cd7637"} 4867 node_network_flags{device="veth40344a3"} 4867 node_network_flags{device="veth406b22b"} 4867 node_network_flags{device="veth47017fc"} 4867 node_network_flags{device="veth480c1dc"} 4867 node_network_flags{device="veth4ccf135"} 4867 node_network_flags{device="veth5302d8c"} 4867 node_network_flags{device="veth53ea94c"} 4867 node_network_flags{device="veth549b0bc"} 4867 node_network_flags{device="veth56d4ab9"} 4867 node_network_flags{device="veth58ca89b"} 4867 node_network_flags{device="veth5b552da"} 4867 node_network_flags{device="veth5da9e0f"} 4867 node_network_flags{device="veth6031170"} 4867 node_network_flags{device="veth60b2772"} 4867 node_network_flags{device="veth69694cd"} 4867 node_network_flags{device="veth6999294"} 4867 node_network_flags{device="veth6bc26b9"} 4867 node_network_flags{device="veth6d34f1b"} 4867 node_network_flags{device="veth6dbafb5"} 4867 node_network_flags{device="veth6ed90f5"} 4867 node_network_flags{device="veth706a8a9"} 4867 node_network_flags{device="veth7462f2c"} 4867 node_network_flags{device="veth75a346b"} 4867 node_network_flags{device="veth76dc81e"} 4867 node_network_flags{device="veth77d0541"} 4867 node_network_flags{device="veth7810a06"} 4867 node_network_flags{device="veth7a60219"} 4867 node_network_flags{device="veth7d1eccf"} 4867 node_network_flags{device="veth7ebb14f"} 4867 node_network_flags{device="veth80d1cde"} 4867 node_network_flags{device="veth8302fb9"} 4867 node_network_flags{device="veth8481de7"} 4867 node_network_flags{device="veth857d784"} 4867 node_network_flags{device="veth8792b83"} 4867 node_network_flags{device="veth87a1685"} 4867 node_network_flags{device="veth89bbfd0"} 4867 node_network_flags{device="veth8be5b1d"} 4867 node_network_flags{device="veth8d79a10"} 4867 node_network_flags{device="veth8fd1103"} 4867 node_network_flags{device="veth8fedfe8"} 4867 node_network_flags{device="veth922ddb5"} 4867 node_network_flags{device="veth926d8ea"} 4867 node_network_flags{device="veth929d03e"} 4867 node_network_flags{device="veth948d244"} 4867 node_network_flags{device="veth964b44f"} 4867 node_network_flags{device="veth98429ca"} 4867 node_network_flags{device="veth999a38d"} 4867 node_network_flags{device="veth9a8f9b7"} 4867 node_network_flags{device="veth9c27b6d"} 4867 node_network_flags{device="veth9f1cb68"} 4867 node_network_flags{device="vetha307d51"} 4867 node_network_flags{device="vetha45d82e"} 4867 node_network_flags{device="vetha4a7d75"} 4867 node_network_flags{device="vetha85884d"} 4867 node_network_flags{device="vetha861801"} 4867 node_network_flags{device="vethacc3b99"} 4867 node_network_flags{device="vethb0d6291"} 4867 node_network_flags{device="vethb175d4b"} 4867 node_network_flags{device="vethb22186a"} 4867 node_network_flags{device="vethb3abd24"} 4867 node_network_flags{device="vethb4d444e"} 4867 node_network_flags{device="vethb635bbd"} 4867 node_network_flags{device="vethb63c6cd"} 4867 node_network_flags{device="vethb706cb4"} 4867 node_network_flags{device="vethb8b0761"} 4867 node_network_flags{device="vethb9a8cfe"} 4867 node_network_flags{device="vethba4f39b"} 4867 node_network_flags{device="vethba938c8"} 4867 node_network_flags{device="vethbaa1ba0"} 4867 node_network_flags{device="vethbd538f4"} 4867 node_network_flags{device="vethc1654c4"} 4867 node_network_flags{device="vethc232eb2"} 4867 node_network_flags{device="vethc2fa3c0"} 4867 node_network_flags{device="vethc78dbde"} 4867 node_network_flags{device="vethc84bb5e"} 4867 node_network_flags{device="vethc95e8d6"} 4867 node_network_flags{device="vethcb677ad"} 4867 node_network_flags{device="vethcbadcaa"} 4867 node_network_flags{device="vethccf271d"} 4867 node_network_flags{device="vethcdbb8b9"} 4867 node_network_flags{device="vethce1e25e"} 4867 node_network_flags{device="vethcee4e60"} 4867 node_network_flags{device="vethcf271df"} 4867 node_network_flags{device="vethd25fdbf"} 4867 node_network_flags{device="vethd2907a7"} 4867 node_network_flags{device="vethd57daa0"} 4867 node_network_flags{device="vethd79ff4a"} 4867 node_network_flags{device="vethd8b2e1a"} 4867 node_network_flags{device="vethe253b0b"} 4867 node_network_flags{device="vethe3b9ec6"} 4867 node_network_flags{device="vethe76bbdc"} 4867 node_network_flags{device="vethea29840"} 4867 node_network_flags{device="vethea82433"} 4867 node_network_flags{device="vethee56de1"} 4867 node_network_flags{device="vetheec8a9e"} 4867 node_network_flags{device="vethef27932"} 4867 node_network_flags{device="vethf0393dc"} 4867 node_network_flags{device="vethf2093d1"} 4867 node_network_flags{device="vethf276e6e"} 4867 node_network_flags{device="vethf400ac7"} 4867 node_network_flags{device="vethf4365a3"} 4867 node_network_flags{device="vethf4abaaa"} 4867 node_network_flags{device="vethf4bd2ee"} 4867 node_network_flags{device="vethf52ea30"} 4867 node_network_flags{device="vethf74eb94"} 4867 node_network_flags{device="vethf78abe5"} 4867 node_network_flags{device="vethf914cb2"} 4867 node_network_flags{device="vethf9632db"} 4867 node_network_flags{device="vethfeb4890"} 4867 node_network_flags{device="vethff0047e"} 4867 node_network_flags{device="vethffab7df"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-045cc6fa941d"} 2.305475e+06 node_network_iface_id{device="br-13cc155fc657"} 5 node_network_iface_id{device="br-35073d3942e6"} 365 node_network_iface_id{device="br-9dc3d7861055"} 383 node_network_iface_id{device="br-db85bdf681bd"} 1.482252e+06 node_network_iface_id{device="br-f8bced460dfb"} 325 node_network_iface_id{device="docker0"} 3 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth0104c55"} 456 node_network_iface_id{device="veth014770b"} 1.949561e+06 node_network_iface_id{device="veth0156e14"} 1.48231e+06 node_network_iface_id{device="veth01b6672"} 461 node_network_iface_id{device="veth04236ac"} 324 node_network_iface_id{device="veth044b6a4"} 2.305601e+06 node_network_iface_id{device="veth04804a3"} 410 node_network_iface_id{device="veth05de6b7"} 439 node_network_iface_id{device="veth075bdd2"} 444 node_network_iface_id{device="veth07be39d"} 1.949592e+06 node_network_iface_id{device="veth0875191"} 1.94959e+06 node_network_iface_id{device="veth0ad2694"} 416 node_network_iface_id{device="veth0dbfee9"} 437 node_network_iface_id{device="veth0e34284"} 428 node_network_iface_id{device="veth1038ac6"} 1.663232e+06 node_network_iface_id{device="veth13e15b2"} 411 node_network_iface_id{device="veth14167ea"} 8325 node_network_iface_id{device="veth14d7b38"} 2.305546e+06 node_network_iface_id{device="veth1ab4f56"} 385 node_network_iface_id{device="veth1beeadb"} 414 node_network_iface_id{device="veth1c57d6d"} 1.949564e+06 node_network_iface_id{device="veth1d30b5e"} 432 node_network_iface_id{device="veth1e44a22"} 446 node_network_iface_id{device="veth20cb88f"} 2.337991e+06 node_network_iface_id{device="veth20f5d4d"} 1.482299e+06 node_network_iface_id{device="veth216102b"} 2.305532e+06 node_network_iface_id{device="veth219a808"} 384 node_network_iface_id{device="veth239fbb2"} 399 node_network_iface_id{device="veth243d052"} 2.305597e+06 node_network_iface_id{device="veth24da1e6"} 1.949591e+06 node_network_iface_id{device="veth256a0a6"} 396 node_network_iface_id{device="veth265579a"} 460 node_network_iface_id{device="veth26ade60"} 2.305531e+06 node_network_iface_id{device="veth2acaef3"} 1.482305e+06 node_network_iface_id{device="veth2af9072"} 2.305527e+06 node_network_iface_id{device="veth2b99349"} 1.482253e+06 node_network_iface_id{device="veth2beec89"} 1.482292e+06 node_network_iface_id{device="veth33934e2"} 2.305545e+06 node_network_iface_id{device="veth39ed6af"} 2.305538e+06 node_network_iface_id{device="veth3cd7637"} 421 node_network_iface_id{device="veth40344a3"} 427 node_network_iface_id{device="veth406b22b"} 1.808544e+06 node_network_iface_id{device="veth47017fc"} 424 node_network_iface_id{device="veth480c1dc"} 441 node_network_iface_id{device="veth4ccf135"} 2.305542e+06 node_network_iface_id{device="veth5302d8c"} 394 node_network_iface_id{device="veth53ea94c"} 451 node_network_iface_id{device="veth549b0bc"} 1.949576e+06 node_network_iface_id{device="veth56d4ab9"} 328 node_network_iface_id{device="veth58ca89b"} 1.482304e+06 node_network_iface_id{device="veth5b552da"} 433 node_network_iface_id{device="veth5da9e0f"} 419 node_network_iface_id{device="veth6031170"} 1.482298e+06 node_network_iface_id{device="veth60b2772"} 1.482303e+06 node_network_iface_id{device="veth69694cd"} 386 node_network_iface_id{device="veth6999294"} 326 node_network_iface_id{device="veth6bc26b9"} 1.482293e+06 node_network_iface_id{device="veth6d34f1b"} 1.916198e+06 node_network_iface_id{device="veth6dbafb5"} 1.482295e+06 node_network_iface_id{device="veth6ed90f5"} 436 node_network_iface_id{device="veth706a8a9"} 430 node_network_iface_id{device="veth7462f2c"} 450 node_network_iface_id{device="veth75a346b"} 403 node_network_iface_id{device="veth76dc81e"} 390 node_network_iface_id{device="veth77d0541"} 1.482308e+06 node_network_iface_id{device="veth7810a06"} 2.315425e+06 node_network_iface_id{device="veth7a60219"} 2.305528e+06 node_network_iface_id{device="veth7d1eccf"} 1.808551e+06 node_network_iface_id{device="veth7ebb14f"} 1.949593e+06 node_network_iface_id{device="veth80d1cde"} 431 node_network_iface_id{device="veth8302fb9"} 434 node_network_iface_id{device="veth8481de7"} 1.949565e+06 node_network_iface_id{device="veth857d784"} 397 node_network_iface_id{device="veth8792b83"} 426 node_network_iface_id{device="veth87a1685"} 412 node_network_iface_id{device="veth89bbfd0"} 22170 node_network_iface_id{device="veth8be5b1d"} 2.305537e+06 node_network_iface_id{device="veth8d79a10"} 1.949575e+06 node_network_iface_id{device="veth8fd1103"} 452 node_network_iface_id{device="veth8fedfe8"} 1.482309e+06 node_network_iface_id{device="veth922ddb5"} 2.305524e+06 node_network_iface_id{device="veth926d8ea"} 2.305547e+06 node_network_iface_id{device="veth929d03e"} 2.305598e+06 node_network_iface_id{device="veth948d244"} 2.311281e+06 node_network_iface_id{device="veth964b44f"} 22171 node_network_iface_id{device="veth98429ca"} 440 node_network_iface_id{device="veth999a38d"} 1.482311e+06 node_network_iface_id{device="veth9a8f9b7"} 447 node_network_iface_id{device="veth9c27b6d"} 1.949572e+06 node_network_iface_id{device="veth9f1cb68"} 429 node_network_iface_id{device="vetha307d51"} 2.411009e+06 node_network_iface_id{device="vetha45d82e"} 1.482297e+06 node_network_iface_id{device="vetha4a7d75"} 2.305543e+06 node_network_iface_id{device="vetha85884d"} 1.482288e+06 node_network_iface_id{device="vetha861801"} 420 node_network_iface_id{device="vethacc3b99"} 1.949563e+06 node_network_iface_id{device="vethb0d6291"} 387 node_network_iface_id{device="vethb175d4b"} 2.305525e+06 node_network_iface_id{device="vethb22186a"} 1.663236e+06 node_network_iface_id{device="vethb3abd24"} 1.949573e+06 node_network_iface_id{device="vethb4d444e"} 1.482296e+06 node_network_iface_id{device="vethb635bbd"} 1.482302e+06 node_network_iface_id{device="vethb63c6cd"} 1.949594e+06 node_network_iface_id{device="vethb706cb4"} 463 node_network_iface_id{device="vethb8b0761"} 449 node_network_iface_id{device="vethb9a8cfe"} 1.949579e+06 node_network_iface_id{device="vethba4f39b"} 393 node_network_iface_id{device="vethba938c8"} 2.305544e+06 node_network_iface_id{device="vethbaa1ba0"} 458 node_network_iface_id{device="vethbd538f4"} 423 node_network_iface_id{device="vethc1654c4"} 2.311275e+06 node_network_iface_id{device="vethc232eb2"} 455 node_network_iface_id{device="vethc2fa3c0"} 1.482312e+06 node_network_iface_id{device="vethc78dbde"} 425 node_network_iface_id{device="vethc84bb5e"} 2.30554e+06 node_network_iface_id{device="vethc95e8d6"} 1.482307e+06 node_network_iface_id{device="vethcb677ad"} 443 node_network_iface_id{device="vethcbadcaa"} 407 node_network_iface_id{device="vethccf271d"} 395 node_network_iface_id{device="vethcdbb8b9"} 2.305535e+06 node_network_iface_id{device="vethce1e25e"} 1.916144e+06 node_network_iface_id{device="vethcee4e60"} 445 node_network_iface_id{device="vethcf271df"} 1.482281e+06 node_network_iface_id{device="vethd25fdbf"} 454 node_network_iface_id{device="vethd2907a7"} 453 node_network_iface_id{device="vethd57daa0"} 1.808552e+06 node_network_iface_id{device="vethd79ff4a"} 402 node_network_iface_id{device="vethd8b2e1a"} 1.482286e+06 node_network_iface_id{device="vethe253b0b"} 388 node_network_iface_id{device="vethe3b9ec6"} 413 node_network_iface_id{device="vethe76bbdc"} 2.305533e+06 node_network_iface_id{device="vethea29840"} 391 node_network_iface_id{device="vethea82433"} 2.305526e+06 node_network_iface_id{device="vethee56de1"} 1.808542e+06 node_network_iface_id{device="vetheec8a9e"} 401 node_network_iface_id{device="vethef27932"} 2.30553e+06 node_network_iface_id{device="vethf0393dc"} 1.482306e+06 node_network_iface_id{device="vethf2093d1"} 422 node_network_iface_id{device="vethf276e6e"} 2.305549e+06 node_network_iface_id{device="vethf400ac7"} 392 node_network_iface_id{device="vethf4365a3"} 406 node_network_iface_id{device="vethf4abaaa"} 322 node_network_iface_id{device="vethf4bd2ee"} 409 node_network_iface_id{device="vethf52ea30"} 1.482289e+06 node_network_iface_id{device="vethf74eb94"} 2.305502e+06 node_network_iface_id{device="vethf78abe5"} 400 node_network_iface_id{device="vethf914cb2"} 1.949574e+06 node_network_iface_id{device="vethf9632db"} 462 node_network_iface_id{device="vethfeb4890"} 418 node_network_iface_id{device="vethff0047e"} 1.949566e+06 node_network_iface_id{device="vethffab7df"} 2.305536e+06 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-045cc6fa941d"} 2.305475e+06 node_network_iface_link{device="br-13cc155fc657"} 5 node_network_iface_link{device="br-35073d3942e6"} 365 node_network_iface_link{device="br-9dc3d7861055"} 383 node_network_iface_link{device="br-db85bdf681bd"} 1.482252e+06 node_network_iface_link{device="br-f8bced460dfb"} 325 node_network_iface_link{device="docker0"} 3 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth0104c55"} 2 node_network_iface_link{device="veth014770b"} 2 node_network_iface_link{device="veth0156e14"} 2 node_network_iface_link{device="veth01b6672"} 3 node_network_iface_link{device="veth04236ac"} 2 node_network_iface_link{device="veth044b6a4"} 2 node_network_iface_link{device="veth04804a3"} 2 node_network_iface_link{device="veth05de6b7"} 2 node_network_iface_link{device="veth075bdd2"} 2 node_network_iface_link{device="veth07be39d"} 2 node_network_iface_link{device="veth0875191"} 2 node_network_iface_link{device="veth0ad2694"} 2 node_network_iface_link{device="veth0dbfee9"} 2 node_network_iface_link{device="veth0e34284"} 2 node_network_iface_link{device="veth1038ac6"} 2 node_network_iface_link{device="veth13e15b2"} 2 node_network_iface_link{device="veth14167ea"} 2 node_network_iface_link{device="veth14d7b38"} 2 node_network_iface_link{device="veth1ab4f56"} 2 node_network_iface_link{device="veth1beeadb"} 2 node_network_iface_link{device="veth1c57d6d"} 2 node_network_iface_link{device="veth1d30b5e"} 2 node_network_iface_link{device="veth1e44a22"} 2 node_network_iface_link{device="veth20cb88f"} 2 node_network_iface_link{device="veth20f5d4d"} 2 node_network_iface_link{device="veth216102b"} 2 node_network_iface_link{device="veth219a808"} 2 node_network_iface_link{device="veth239fbb2"} 2 node_network_iface_link{device="veth243d052"} 2 node_network_iface_link{device="veth24da1e6"} 2 node_network_iface_link{device="veth256a0a6"} 2 node_network_iface_link{device="veth265579a"} 3 node_network_iface_link{device="veth26ade60"} 2 node_network_iface_link{device="veth2acaef3"} 2 node_network_iface_link{device="veth2af9072"} 2 node_network_iface_link{device="veth2b99349"} 2 node_network_iface_link{device="veth2beec89"} 2 node_network_iface_link{device="veth33934e2"} 2 node_network_iface_link{device="veth39ed6af"} 2 node_network_iface_link{device="veth3cd7637"} 2 node_network_iface_link{device="veth40344a3"} 2 node_network_iface_link{device="veth406b22b"} 2 node_network_iface_link{device="veth47017fc"} 2 node_network_iface_link{device="veth480c1dc"} 2 node_network_iface_link{device="veth4ccf135"} 2 node_network_iface_link{device="veth5302d8c"} 2 node_network_iface_link{device="veth53ea94c"} 2 node_network_iface_link{device="veth549b0bc"} 2 node_network_iface_link{device="veth56d4ab9"} 3 node_network_iface_link{device="veth58ca89b"} 3 node_network_iface_link{device="veth5b552da"} 2 node_network_iface_link{device="veth5da9e0f"} 2 node_network_iface_link{device="veth6031170"} 2 node_network_iface_link{device="veth60b2772"} 2 node_network_iface_link{device="veth69694cd"} 2 node_network_iface_link{device="veth6999294"} 2 node_network_iface_link{device="veth6bc26b9"} 2 node_network_iface_link{device="veth6d34f1b"} 2 node_network_iface_link{device="veth6dbafb5"} 2 node_network_iface_link{device="veth6ed90f5"} 2 node_network_iface_link{device="veth706a8a9"} 2 node_network_iface_link{device="veth7462f2c"} 2 node_network_iface_link{device="veth75a346b"} 2 node_network_iface_link{device="veth76dc81e"} 2 node_network_iface_link{device="veth77d0541"} 2 node_network_iface_link{device="veth7810a06"} 2 node_network_iface_link{device="veth7a60219"} 2 node_network_iface_link{device="veth7d1eccf"} 2 node_network_iface_link{device="veth7ebb14f"} 2 node_network_iface_link{device="veth80d1cde"} 2 node_network_iface_link{device="veth8302fb9"} 2 node_network_iface_link{device="veth8481de7"} 2 node_network_iface_link{device="veth857d784"} 2 node_network_iface_link{device="veth8792b83"} 2 node_network_iface_link{device="veth87a1685"} 2 node_network_iface_link{device="veth89bbfd0"} 2 node_network_iface_link{device="veth8be5b1d"} 2 node_network_iface_link{device="veth8d79a10"} 2 node_network_iface_link{device="veth8fd1103"} 2 node_network_iface_link{device="veth8fedfe8"} 2 node_network_iface_link{device="veth922ddb5"} 2 node_network_iface_link{device="veth926d8ea"} 3 node_network_iface_link{device="veth929d03e"} 3 node_network_iface_link{device="veth948d244"} 2 node_network_iface_link{device="veth964b44f"} 2 node_network_iface_link{device="veth98429ca"} 2 node_network_iface_link{device="veth999a38d"} 3 node_network_iface_link{device="veth9a8f9b7"} 2 node_network_iface_link{device="veth9c27b6d"} 2 node_network_iface_link{device="veth9f1cb68"} 2 node_network_iface_link{device="vetha307d51"} 2 node_network_iface_link{device="vetha45d82e"} 2 node_network_iface_link{device="vetha4a7d75"} 2 node_network_iface_link{device="vetha85884d"} 2 node_network_iface_link{device="vetha861801"} 2 node_network_iface_link{device="vethacc3b99"} 2 node_network_iface_link{device="vethb0d6291"} 2 node_network_iface_link{device="vethb175d4b"} 2 node_network_iface_link{device="vethb22186a"} 2 node_network_iface_link{device="vethb3abd24"} 2 node_network_iface_link{device="vethb4d444e"} 2 node_network_iface_link{device="vethb635bbd"} 2 node_network_iface_link{device="vethb63c6cd"} 2 node_network_iface_link{device="vethb706cb4"} 2 node_network_iface_link{device="vethb8b0761"} 2 node_network_iface_link{device="vethb9a8cfe"} 2 node_network_iface_link{device="vethba4f39b"} 2 node_network_iface_link{device="vethba938c8"} 2 node_network_iface_link{device="vethbaa1ba0"} 3 node_network_iface_link{device="vethbd538f4"} 2 node_network_iface_link{device="vethc1654c4"} 2 node_network_iface_link{device="vethc232eb2"} 2 node_network_iface_link{device="vethc2fa3c0"} 2 node_network_iface_link{device="vethc78dbde"} 2 node_network_iface_link{device="vethc84bb5e"} 2 node_network_iface_link{device="vethc95e8d6"} 2 node_network_iface_link{device="vethcb677ad"} 2 node_network_iface_link{device="vethcbadcaa"} 2 node_network_iface_link{device="vethccf271d"} 2 node_network_iface_link{device="vethcdbb8b9"} 2 node_network_iface_link{device="vethce1e25e"} 2 node_network_iface_link{device="vethcee4e60"} 2 node_network_iface_link{device="vethcf271df"} 2 node_network_iface_link{device="vethd25fdbf"} 2 node_network_iface_link{device="vethd2907a7"} 2 node_network_iface_link{device="vethd57daa0"} 3 node_network_iface_link{device="vethd79ff4a"} 2 node_network_iface_link{device="vethd8b2e1a"} 2 node_network_iface_link{device="vethe253b0b"} 2 node_network_iface_link{device="vethe3b9ec6"} 2 node_network_iface_link{device="vethe76bbdc"} 2 node_network_iface_link{device="vethea29840"} 2 node_network_iface_link{device="vethea82433"} 2 node_network_iface_link{device="vethee56de1"} 2 node_network_iface_link{device="vetheec8a9e"} 2 node_network_iface_link{device="vethef27932"} 2 node_network_iface_link{device="vethf0393dc"} 2 node_network_iface_link{device="vethf2093d1"} 2 node_network_iface_link{device="vethf276e6e"} 2 node_network_iface_link{device="vethf400ac7"} 2 node_network_iface_link{device="vethf4365a3"} 2 node_network_iface_link{device="vethf4abaaa"} 2 node_network_iface_link{device="vethf4bd2ee"} 2 node_network_iface_link{device="vethf52ea30"} 2 node_network_iface_link{device="vethf74eb94"} 2 node_network_iface_link{device="vethf78abe5"} 2 node_network_iface_link{device="vethf914cb2"} 2 node_network_iface_link{device="vethf9632db"} 2 node_network_iface_link{device="vethfeb4890"} 2 node_network_iface_link{device="vethff0047e"} 3 node_network_iface_link{device="vethffab7df"} 2 # 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-045cc6fa941d"} 0 node_network_iface_link_mode{device="br-13cc155fc657"} 0 node_network_iface_link_mode{device="br-35073d3942e6"} 0 node_network_iface_link_mode{device="br-9dc3d7861055"} 0 node_network_iface_link_mode{device="br-db85bdf681bd"} 0 node_network_iface_link_mode{device="br-f8bced460dfb"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth0104c55"} 0 node_network_iface_link_mode{device="veth014770b"} 0 node_network_iface_link_mode{device="veth0156e14"} 0 node_network_iface_link_mode{device="veth01b6672"} 0 node_network_iface_link_mode{device="veth04236ac"} 0 node_network_iface_link_mode{device="veth044b6a4"} 0 node_network_iface_link_mode{device="veth04804a3"} 0 node_network_iface_link_mode{device="veth05de6b7"} 0 node_network_iface_link_mode{device="veth075bdd2"} 0 node_network_iface_link_mode{device="veth07be39d"} 0 node_network_iface_link_mode{device="veth0875191"} 0 node_network_iface_link_mode{device="veth0ad2694"} 0 node_network_iface_link_mode{device="veth0dbfee9"} 0 node_network_iface_link_mode{device="veth0e34284"} 0 node_network_iface_link_mode{device="veth1038ac6"} 0 node_network_iface_link_mode{device="veth13e15b2"} 0 node_network_iface_link_mode{device="veth14167ea"} 0 node_network_iface_link_mode{device="veth14d7b38"} 0 node_network_iface_link_mode{device="veth1ab4f56"} 0 node_network_iface_link_mode{device="veth1beeadb"} 0 node_network_iface_link_mode{device="veth1c57d6d"} 0 node_network_iface_link_mode{device="veth1d30b5e"} 0 node_network_iface_link_mode{device="veth1e44a22"} 0 node_network_iface_link_mode{device="veth20cb88f"} 0 node_network_iface_link_mode{device="veth20f5d4d"} 0 node_network_iface_link_mode{device="veth216102b"} 0 node_network_iface_link_mode{device="veth219a808"} 0 node_network_iface_link_mode{device="veth239fbb2"} 0 node_network_iface_link_mode{device="veth243d052"} 0 node_network_iface_link_mode{device="veth24da1e6"} 0 node_network_iface_link_mode{device="veth256a0a6"} 0 node_network_iface_link_mode{device="veth265579a"} 0 node_network_iface_link_mode{device="veth26ade60"} 0 node_network_iface_link_mode{device="veth2acaef3"} 0 node_network_iface_link_mode{device="veth2af9072"} 0 node_network_iface_link_mode{device="veth2b99349"} 0 node_network_iface_link_mode{device="veth2beec89"} 0 node_network_iface_link_mode{device="veth33934e2"} 0 node_network_iface_link_mode{device="veth39ed6af"} 0 node_network_iface_link_mode{device="veth3cd7637"} 0 node_network_iface_link_mode{device="veth40344a3"} 0 node_network_iface_link_mode{device="veth406b22b"} 0 node_network_iface_link_mode{device="veth47017fc"} 0 node_network_iface_link_mode{device="veth480c1dc"} 0 node_network_iface_link_mode{device="veth4ccf135"} 0 node_network_iface_link_mode{device="veth5302d8c"} 0 node_network_iface_link_mode{device="veth53ea94c"} 0 node_network_iface_link_mode{device="veth549b0bc"} 0 node_network_iface_link_mode{device="veth56d4ab9"} 0 node_network_iface_link_mode{device="veth58ca89b"} 0 node_network_iface_link_mode{device="veth5b552da"} 0 node_network_iface_link_mode{device="veth5da9e0f"} 0 node_network_iface_link_mode{device="veth6031170"} 0 node_network_iface_link_mode{device="veth60b2772"} 0 node_network_iface_link_mode{device="veth69694cd"} 0 node_network_iface_link_mode{device="veth6999294"} 0 node_network_iface_link_mode{device="veth6bc26b9"} 0 node_network_iface_link_mode{device="veth6d34f1b"} 0 node_network_iface_link_mode{device="veth6dbafb5"} 0 node_network_iface_link_mode{device="veth6ed90f5"} 0 node_network_iface_link_mode{device="veth706a8a9"} 0 node_network_iface_link_mode{device="veth7462f2c"} 0 node_network_iface_link_mode{device="veth75a346b"} 0 node_network_iface_link_mode{device="veth76dc81e"} 0 node_network_iface_link_mode{device="veth77d0541"} 0 node_network_iface_link_mode{device="veth7810a06"} 0 node_network_iface_link_mode{device="veth7a60219"} 0 node_network_iface_link_mode{device="veth7d1eccf"} 0 node_network_iface_link_mode{device="veth7ebb14f"} 0 node_network_iface_link_mode{device="veth80d1cde"} 0 node_network_iface_link_mode{device="veth8302fb9"} 0 node_network_iface_link_mode{device="veth8481de7"} 0 node_network_iface_link_mode{device="veth857d784"} 0 node_network_iface_link_mode{device="veth8792b83"} 0 node_network_iface_link_mode{device="veth87a1685"} 0 node_network_iface_link_mode{device="veth89bbfd0"} 0 node_network_iface_link_mode{device="veth8be5b1d"} 0 node_network_iface_link_mode{device="veth8d79a10"} 0 node_network_iface_link_mode{device="veth8fd1103"} 0 node_network_iface_link_mode{device="veth8fedfe8"} 0 node_network_iface_link_mode{device="veth922ddb5"} 0 node_network_iface_link_mode{device="veth926d8ea"} 0 node_network_iface_link_mode{device="veth929d03e"} 0 node_network_iface_link_mode{device="veth948d244"} 0 node_network_iface_link_mode{device="veth964b44f"} 0 node_network_iface_link_mode{device="veth98429ca"} 0 node_network_iface_link_mode{device="veth999a38d"} 0 node_network_iface_link_mode{device="veth9a8f9b7"} 0 node_network_iface_link_mode{device="veth9c27b6d"} 0 node_network_iface_link_mode{device="veth9f1cb68"} 0 node_network_iface_link_mode{device="vetha307d51"} 0 node_network_iface_link_mode{device="vetha45d82e"} 0 node_network_iface_link_mode{device="vetha4a7d75"} 0 node_network_iface_link_mode{device="vetha85884d"} 0 node_network_iface_link_mode{device="vetha861801"} 0 node_network_iface_link_mode{device="vethacc3b99"} 0 node_network_iface_link_mode{device="vethb0d6291"} 0 node_network_iface_link_mode{device="vethb175d4b"} 0 node_network_iface_link_mode{device="vethb22186a"} 0 node_network_iface_link_mode{device="vethb3abd24"} 0 node_network_iface_link_mode{device="vethb4d444e"} 0 node_network_iface_link_mode{device="vethb635bbd"} 0 node_network_iface_link_mode{device="vethb63c6cd"} 0 node_network_iface_link_mode{device="vethb706cb4"} 0 node_network_iface_link_mode{device="vethb8b0761"} 0 node_network_iface_link_mode{device="vethb9a8cfe"} 0 node_network_iface_link_mode{device="vethba4f39b"} 0 node_network_iface_link_mode{device="vethba938c8"} 0 node_network_iface_link_mode{device="vethbaa1ba0"} 0 node_network_iface_link_mode{device="vethbd538f4"} 0 node_network_iface_link_mode{device="vethc1654c4"} 0 node_network_iface_link_mode{device="vethc232eb2"} 0 node_network_iface_link_mode{device="vethc2fa3c0"} 0 node_network_iface_link_mode{device="vethc78dbde"} 0 node_network_iface_link_mode{device="vethc84bb5e"} 0 node_network_iface_link_mode{device="vethc95e8d6"} 0 node_network_iface_link_mode{device="vethcb677ad"} 0 node_network_iface_link_mode{device="vethcbadcaa"} 0 node_network_iface_link_mode{device="vethccf271d"} 0 node_network_iface_link_mode{device="vethcdbb8b9"} 0 node_network_iface_link_mode{device="vethce1e25e"} 0 node_network_iface_link_mode{device="vethcee4e60"} 0 node_network_iface_link_mode{device="vethcf271df"} 0 node_network_iface_link_mode{device="vethd25fdbf"} 0 node_network_iface_link_mode{device="vethd2907a7"} 0 node_network_iface_link_mode{device="vethd57daa0"} 0 node_network_iface_link_mode{device="vethd79ff4a"} 0 node_network_iface_link_mode{device="vethd8b2e1a"} 0 node_network_iface_link_mode{device="vethe253b0b"} 0 node_network_iface_link_mode{device="vethe3b9ec6"} 0 node_network_iface_link_mode{device="vethe76bbdc"} 0 node_network_iface_link_mode{device="vethea29840"} 0 node_network_iface_link_mode{device="vethea82433"} 0 node_network_iface_link_mode{device="vethee56de1"} 0 node_network_iface_link_mode{device="vetheec8a9e"} 0 node_network_iface_link_mode{device="vethef27932"} 0 node_network_iface_link_mode{device="vethf0393dc"} 0 node_network_iface_link_mode{device="vethf2093d1"} 0 node_network_iface_link_mode{device="vethf276e6e"} 0 node_network_iface_link_mode{device="vethf400ac7"} 0 node_network_iface_link_mode{device="vethf4365a3"} 0 node_network_iface_link_mode{device="vethf4abaaa"} 0 node_network_iface_link_mode{device="vethf4bd2ee"} 0 node_network_iface_link_mode{device="vethf52ea30"} 0 node_network_iface_link_mode{device="vethf74eb94"} 0 node_network_iface_link_mode{device="vethf78abe5"} 0 node_network_iface_link_mode{device="vethf914cb2"} 0 node_network_iface_link_mode{device="vethf9632db"} 0 node_network_iface_link_mode{device="vethfeb4890"} 0 node_network_iface_link_mode{device="vethff0047e"} 0 node_network_iface_link_mode{device="vethffab7df"} 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:5c:6c:e5:2c:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth480c1dc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:91:83:d1:29:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf74eb94",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:95:0b:e8:33:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcb677ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:b8:dd:72:5e:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1654c4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:48:39:a3:6a:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth14167ea",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:72:be:0c:d4:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee56de1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:bf:85:87:2e:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f8bced460dfb",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="0a:ce:c9:94:4e:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc232eb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:f6:e1:62:eb:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcee4e60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:5e:7d:e2:f3:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1c57d6d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:71:f7:6e:20:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcdbb8b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:ef:ee:39:3c:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d30b5e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:2c:c0:46:1b:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce1e25e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:9d:6b:51:da:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha307d51",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:9b:ca:c8:2d:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb22186a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:b2:68:1e:2e:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc84bb5e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:c4:84:e5:16:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth929d03e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:07:f9:6a:f0:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8b2e1a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:0d:5d:42:c5:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2af9072",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:4b:6d:a2:7d:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-db85bdf681bd",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="1e:53:a0:11:48:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth256a0a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:dc:98:5e:48:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth706a8a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:65:a0:3d:53:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ad2694",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:af:b3:a7:6b:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8302fb9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:c1:2d:68:3b:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d34f1b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:3a:76:01:01:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth265579a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:96:56:a3:80:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth075bdd2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:1e:36:c1:f8:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth69694cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:24:0d:c7:46:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3abd24",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:36:83:ac:3e:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha45d82e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:ad:8a:6b:e9:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-045cc6fa941d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2a:e7:34:6a:31:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb0d6291",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:28:76:25:6e:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6ed90f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:3e:8c:a6:73:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd57daa0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:40:cc:36:64:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ebb14f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:b4:5d:db:61:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6999294",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:b8:c5:ed:54:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d1eccf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:7e:cd:37:a5:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethccf271d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:d0:06:91:98:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5302d8c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:fc:b0:d9:79:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc95e8d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:80:a6:48:5a:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c27b6d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:ae:db:41:b7:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9dc3d7861055",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="36:ca:52:a0:4d:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb9a8cfe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:f2:97:f4:62:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd79ff4a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:4a:91:68:7b:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe76bbdc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:78:55:2e:ac:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb8b0761",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:93:c3:3d:99:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth549b0bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:e8:49:80:9e:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth926d8ea",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:3f:d7:48:c2:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth76dc81e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:40:4d:46:e8:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb63c6cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:87:9a:fe:7b:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20cb88f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:90:77:07:97:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth80d1cde",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:a1:c5:f2:ab:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth014770b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:6f:7d:28:ad:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3cd7637",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:79:ff:58:00:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6031170",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:23:c7:90:f3:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth948d244",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:a3:7b:54:6b:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth26ade60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:4c:7c:c0:2e:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0875191",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:b8:bd:fa:d2:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7810a06",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:be:3e:45:78:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4365a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:13:d8:9c:42:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth47017fc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:c2:b3:5a:38:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethba4f39b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:70:6b:86:e4:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth39ed6af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:88:39:33:68:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb635bbd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:9a:f0:70:32:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b99349",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:5a:cd:6e:dd:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20f5d4d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:71:6a:8d:22:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4bd2ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:b5:d6:56:ff:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e34284",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:02:fa:a2:06:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ab4f56",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:1a:d5:fb:56:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth044b6a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:b4:d9:9f:8b:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha85884d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:bf:bf:30:28:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth964b44f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:5c:fc:66:0d:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe253b0b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:aa:1c:d2:42:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf2093d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:26:36:7d:af:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfeb4890",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:2d:6c:24:2a:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheec8a9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:8e:ee:78:9a:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0156e14",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:dc:c8:42:77:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth219a808",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:38:51:74:18:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6bc26b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:51:90:51:99:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd25fdbf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:9d:d8:7c:17:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d79a10",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:9e:53:c7:b5:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf276e6e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:0d:c9:f1:21:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5da9e0f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:b2:16:52:ba:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc78dbde",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:cf:d4:71:91:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2907a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:ee:2d:12:92:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcf271df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:34:21:89:e2:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth75a346b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:94:b3:67:51:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4ccf135",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:d6:30:b7:04:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2beec89",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:46:7b:c4:71:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-35073d3942e6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="8a:59:d7:a3:da:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcbadcaa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:74:37:ec:65:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf52ea30",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:0a:12:e1:73:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8fedfe8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:1e:ec:7f:6c:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1beeadb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:b8:8a:18:f2:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth89bbfd0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:f9:e3:8d:f2:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8fd1103",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:08:d4:24:d4:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4a7d75",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:00:00:15:04:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="96:30:07:1f:9d:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8792b83",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:04:37:3c:15:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth14d7b38",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:c8:9e:24:48:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth216102b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:32:15:a6:70:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff0047e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:35:e8:57:19:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f1cb68",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:4e:d4:aa:0d:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth58ca89b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:fe:7b:f0:ad:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0dbfee9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:a3:2d:76:85:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth05de6b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:07:1a:92:3d:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7462f2c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:72:a3:44:3b:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04236ac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:a7:79:67:6c:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth56d4ab9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:b2:00:85:8a:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth24da1e6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:d9:cd:36:64:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha861801",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:ce:31:84:a1:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethffab7df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:22:0e:a2:dd:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd538f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:89:cc:19:9f:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth999a38d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:38:8a:bc:9d:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8481de7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:45:f0:09:f0:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth13e15b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:e1:74:c5:da:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth53ea94c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:e2:09:83:f5:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc2fa3c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:43:5c:0d:2b:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb175d4b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:29:71:67:99:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth243d052",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:55:e9:7c:f9:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe3b9ec6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:31:bd:db:0b:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbaa1ba0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:a6:81:31:3f:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e44a22",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:76:bb:7a:08:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a8f9b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:e3:e1:32:48:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8be5b1d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:a6:47:c9:68:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2acaef3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:11:f4:92:f2:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth239fbb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:62:bb:26:b3:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04804a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:67:0c:e7:db:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf78abe5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:37:61:52:c0:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf400ac7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:b7:83:8c:59:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0393dc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:88:8a:0a:a8:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth857d784",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:90:44:f4:da:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef27932",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:a6:85:89:00:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b552da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:ac:b2:83:98:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth406b22b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:ff:48:d1:6a:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4abaaa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:02:ce:7f:13:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb4d444e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:61:e8:06:6b:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethacc3b99",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:7e:f5:a6:79:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87a1685",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:96:45:5f:32:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-13cc155fc657",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="de:a9:2c:2d:26:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth922ddb5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:19:3c:50:10:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethea29840",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:29:1a:0e:05:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a60219",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:4c:84:cc:b7:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth40344a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:41:2b:6e:3b:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethea82433",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:07:73:7b:74:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01b6672",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:56:05:3c:d3:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth77d0541",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ab:a4:b8:6d:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="ee:bc:0d:87:ed:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6dbafb5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:d5:20:dd:ab:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb706cb4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:db:fc:b8:5f:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth98429ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:e6:ca:ab:06:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf914cb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:96:53:d0:65:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf9632db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:f2:a0:50:23:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth07be39d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:14:5b:e3:4e:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth60b2772",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:2c:b6:d7:7c:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1038ac6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:38:c9:1b:8e:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethba938c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:e5:9d:ac:19:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33934e2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:33:04:4c:93:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0104c55",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-045cc6fa941d"} 1500 node_network_mtu_bytes{device="br-13cc155fc657"} 1500 node_network_mtu_bytes{device="br-35073d3942e6"} 1500 node_network_mtu_bytes{device="br-9dc3d7861055"} 1500 node_network_mtu_bytes{device="br-db85bdf681bd"} 1500 node_network_mtu_bytes{device="br-f8bced460dfb"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth0104c55"} 1500 node_network_mtu_bytes{device="veth014770b"} 1500 node_network_mtu_bytes{device="veth0156e14"} 1500 node_network_mtu_bytes{device="veth01b6672"} 1500 node_network_mtu_bytes{device="veth04236ac"} 1500 node_network_mtu_bytes{device="veth044b6a4"} 1500 node_network_mtu_bytes{device="veth04804a3"} 1500 node_network_mtu_bytes{device="veth05de6b7"} 1500 node_network_mtu_bytes{device="veth075bdd2"} 1500 node_network_mtu_bytes{device="veth07be39d"} 1500 node_network_mtu_bytes{device="veth0875191"} 1500 node_network_mtu_bytes{device="veth0ad2694"} 1500 node_network_mtu_bytes{device="veth0dbfee9"} 1500 node_network_mtu_bytes{device="veth0e34284"} 1500 node_network_mtu_bytes{device="veth1038ac6"} 1500 node_network_mtu_bytes{device="veth13e15b2"} 1500 node_network_mtu_bytes{device="veth14167ea"} 1500 node_network_mtu_bytes{device="veth14d7b38"} 1500 node_network_mtu_bytes{device="veth1ab4f56"} 1500 node_network_mtu_bytes{device="veth1beeadb"} 1500 node_network_mtu_bytes{device="veth1c57d6d"} 1500 node_network_mtu_bytes{device="veth1d30b5e"} 1500 node_network_mtu_bytes{device="veth1e44a22"} 1500 node_network_mtu_bytes{device="veth20cb88f"} 1500 node_network_mtu_bytes{device="veth20f5d4d"} 1500 node_network_mtu_bytes{device="veth216102b"} 1500 node_network_mtu_bytes{device="veth219a808"} 1500 node_network_mtu_bytes{device="veth239fbb2"} 1500 node_network_mtu_bytes{device="veth243d052"} 1500 node_network_mtu_bytes{device="veth24da1e6"} 1500 node_network_mtu_bytes{device="veth256a0a6"} 1500 node_network_mtu_bytes{device="veth265579a"} 1500 node_network_mtu_bytes{device="veth26ade60"} 1500 node_network_mtu_bytes{device="veth2acaef3"} 1500 node_network_mtu_bytes{device="veth2af9072"} 1500 node_network_mtu_bytes{device="veth2b99349"} 1500 node_network_mtu_bytes{device="veth2beec89"} 1500 node_network_mtu_bytes{device="veth33934e2"} 1500 node_network_mtu_bytes{device="veth39ed6af"} 1500 node_network_mtu_bytes{device="veth3cd7637"} 1500 node_network_mtu_bytes{device="veth40344a3"} 1500 node_network_mtu_bytes{device="veth406b22b"} 1500 node_network_mtu_bytes{device="veth47017fc"} 1500 node_network_mtu_bytes{device="veth480c1dc"} 1500 node_network_mtu_bytes{device="veth4ccf135"} 1500 node_network_mtu_bytes{device="veth5302d8c"} 1500 node_network_mtu_bytes{device="veth53ea94c"} 1500 node_network_mtu_bytes{device="veth549b0bc"} 1500 node_network_mtu_bytes{device="veth56d4ab9"} 1500 node_network_mtu_bytes{device="veth58ca89b"} 1500 node_network_mtu_bytes{device="veth5b552da"} 1500 node_network_mtu_bytes{device="veth5da9e0f"} 1500 node_network_mtu_bytes{device="veth6031170"} 1500 node_network_mtu_bytes{device="veth60b2772"} 1500 node_network_mtu_bytes{device="veth69694cd"} 1500 node_network_mtu_bytes{device="veth6999294"} 1500 node_network_mtu_bytes{device="veth6bc26b9"} 1500 node_network_mtu_bytes{device="veth6d34f1b"} 1500 node_network_mtu_bytes{device="veth6dbafb5"} 1500 node_network_mtu_bytes{device="veth6ed90f5"} 1500 node_network_mtu_bytes{device="veth706a8a9"} 1500 node_network_mtu_bytes{device="veth7462f2c"} 1500 node_network_mtu_bytes{device="veth75a346b"} 1500 node_network_mtu_bytes{device="veth76dc81e"} 1500 node_network_mtu_bytes{device="veth77d0541"} 1500 node_network_mtu_bytes{device="veth7810a06"} 1500 node_network_mtu_bytes{device="veth7a60219"} 1500 node_network_mtu_bytes{device="veth7d1eccf"} 1500 node_network_mtu_bytes{device="veth7ebb14f"} 1500 node_network_mtu_bytes{device="veth80d1cde"} 1500 node_network_mtu_bytes{device="veth8302fb9"} 1500 node_network_mtu_bytes{device="veth8481de7"} 1500 node_network_mtu_bytes{device="veth857d784"} 1500 node_network_mtu_bytes{device="veth8792b83"} 1500 node_network_mtu_bytes{device="veth87a1685"} 1500 node_network_mtu_bytes{device="veth89bbfd0"} 1500 node_network_mtu_bytes{device="veth8be5b1d"} 1500 node_network_mtu_bytes{device="veth8d79a10"} 1500 node_network_mtu_bytes{device="veth8fd1103"} 1500 node_network_mtu_bytes{device="veth8fedfe8"} 1500 node_network_mtu_bytes{device="veth922ddb5"} 1500 node_network_mtu_bytes{device="veth926d8ea"} 1500 node_network_mtu_bytes{device="veth929d03e"} 1500 node_network_mtu_bytes{device="veth948d244"} 1500 node_network_mtu_bytes{device="veth964b44f"} 1500 node_network_mtu_bytes{device="veth98429ca"} 1500 node_network_mtu_bytes{device="veth999a38d"} 1500 node_network_mtu_bytes{device="veth9a8f9b7"} 1500 node_network_mtu_bytes{device="veth9c27b6d"} 1500 node_network_mtu_bytes{device="veth9f1cb68"} 1500 node_network_mtu_bytes{device="vetha307d51"} 1500 node_network_mtu_bytes{device="vetha45d82e"} 1500 node_network_mtu_bytes{device="vetha4a7d75"} 1500 node_network_mtu_bytes{device="vetha85884d"} 1500 node_network_mtu_bytes{device="vetha861801"} 1500 node_network_mtu_bytes{device="vethacc3b99"} 1500 node_network_mtu_bytes{device="vethb0d6291"} 1500 node_network_mtu_bytes{device="vethb175d4b"} 1500 node_network_mtu_bytes{device="vethb22186a"} 1500 node_network_mtu_bytes{device="vethb3abd24"} 1500 node_network_mtu_bytes{device="vethb4d444e"} 1500 node_network_mtu_bytes{device="vethb635bbd"} 1500 node_network_mtu_bytes{device="vethb63c6cd"} 1500 node_network_mtu_bytes{device="vethb706cb4"} 1500 node_network_mtu_bytes{device="vethb8b0761"} 1500 node_network_mtu_bytes{device="vethb9a8cfe"} 1500 node_network_mtu_bytes{device="vethba4f39b"} 1500 node_network_mtu_bytes{device="vethba938c8"} 1500 node_network_mtu_bytes{device="vethbaa1ba0"} 1500 node_network_mtu_bytes{device="vethbd538f4"} 1500 node_network_mtu_bytes{device="vethc1654c4"} 1500 node_network_mtu_bytes{device="vethc232eb2"} 1500 node_network_mtu_bytes{device="vethc2fa3c0"} 1500 node_network_mtu_bytes{device="vethc78dbde"} 1500 node_network_mtu_bytes{device="vethc84bb5e"} 1500 node_network_mtu_bytes{device="vethc95e8d6"} 1500 node_network_mtu_bytes{device="vethcb677ad"} 1500 node_network_mtu_bytes{device="vethcbadcaa"} 1500 node_network_mtu_bytes{device="vethccf271d"} 1500 node_network_mtu_bytes{device="vethcdbb8b9"} 1500 node_network_mtu_bytes{device="vethce1e25e"} 1500 node_network_mtu_bytes{device="vethcee4e60"} 1500 node_network_mtu_bytes{device="vethcf271df"} 1500 node_network_mtu_bytes{device="vethd25fdbf"} 1500 node_network_mtu_bytes{device="vethd2907a7"} 1500 node_network_mtu_bytes{device="vethd57daa0"} 1500 node_network_mtu_bytes{device="vethd79ff4a"} 1500 node_network_mtu_bytes{device="vethd8b2e1a"} 1500 node_network_mtu_bytes{device="vethe253b0b"} 1500 node_network_mtu_bytes{device="vethe3b9ec6"} 1500 node_network_mtu_bytes{device="vethe76bbdc"} 1500 node_network_mtu_bytes{device="vethea29840"} 1500 node_network_mtu_bytes{device="vethea82433"} 1500 node_network_mtu_bytes{device="vethee56de1"} 1500 node_network_mtu_bytes{device="vetheec8a9e"} 1500 node_network_mtu_bytes{device="vethef27932"} 1500 node_network_mtu_bytes{device="vethf0393dc"} 1500 node_network_mtu_bytes{device="vethf2093d1"} 1500 node_network_mtu_bytes{device="vethf276e6e"} 1500 node_network_mtu_bytes{device="vethf400ac7"} 1500 node_network_mtu_bytes{device="vethf4365a3"} 1500 node_network_mtu_bytes{device="vethf4abaaa"} 1500 node_network_mtu_bytes{device="vethf4bd2ee"} 1500 node_network_mtu_bytes{device="vethf52ea30"} 1500 node_network_mtu_bytes{device="vethf74eb94"} 1500 node_network_mtu_bytes{device="vethf78abe5"} 1500 node_network_mtu_bytes{device="vethf914cb2"} 1500 node_network_mtu_bytes{device="vethf9632db"} 1500 node_network_mtu_bytes{device="vethfeb4890"} 1500 node_network_mtu_bytes{device="vethff0047e"} 1500 node_network_mtu_bytes{device="vethffab7df"} 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-045cc6fa941d"} 3 node_network_name_assign_type{device="br-13cc155fc657"} 3 node_network_name_assign_type{device="br-35073d3942e6"} 3 node_network_name_assign_type{device="br-9dc3d7861055"} 3 node_network_name_assign_type{device="br-db85bdf681bd"} 3 node_network_name_assign_type{device="br-f8bced460dfb"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth0104c55"} 3 node_network_name_assign_type{device="veth014770b"} 3 node_network_name_assign_type{device="veth0156e14"} 3 node_network_name_assign_type{device="veth01b6672"} 3 node_network_name_assign_type{device="veth04236ac"} 3 node_network_name_assign_type{device="veth044b6a4"} 3 node_network_name_assign_type{device="veth04804a3"} 3 node_network_name_assign_type{device="veth05de6b7"} 3 node_network_name_assign_type{device="veth075bdd2"} 3 node_network_name_assign_type{device="veth07be39d"} 3 node_network_name_assign_type{device="veth0875191"} 3 node_network_name_assign_type{device="veth0ad2694"} 3 node_network_name_assign_type{device="veth0dbfee9"} 3 node_network_name_assign_type{device="veth0e34284"} 3 node_network_name_assign_type{device="veth1038ac6"} 3 node_network_name_assign_type{device="veth13e15b2"} 3 node_network_name_assign_type{device="veth14167ea"} 3 node_network_name_assign_type{device="veth14d7b38"} 3 node_network_name_assign_type{device="veth1ab4f56"} 3 node_network_name_assign_type{device="veth1beeadb"} 3 node_network_name_assign_type{device="veth1c57d6d"} 3 node_network_name_assign_type{device="veth1d30b5e"} 3 node_network_name_assign_type{device="veth1e44a22"} 3 node_network_name_assign_type{device="veth20cb88f"} 3 node_network_name_assign_type{device="veth20f5d4d"} 3 node_network_name_assign_type{device="veth216102b"} 3 node_network_name_assign_type{device="veth219a808"} 3 node_network_name_assign_type{device="veth239fbb2"} 3 node_network_name_assign_type{device="veth243d052"} 3 node_network_name_assign_type{device="veth24da1e6"} 3 node_network_name_assign_type{device="veth256a0a6"} 3 node_network_name_assign_type{device="veth265579a"} 3 node_network_name_assign_type{device="veth26ade60"} 3 node_network_name_assign_type{device="veth2acaef3"} 3 node_network_name_assign_type{device="veth2af9072"} 3 node_network_name_assign_type{device="veth2b99349"} 3 node_network_name_assign_type{device="veth2beec89"} 3 node_network_name_assign_type{device="veth33934e2"} 3 node_network_name_assign_type{device="veth39ed6af"} 3 node_network_name_assign_type{device="veth3cd7637"} 3 node_network_name_assign_type{device="veth40344a3"} 3 node_network_name_assign_type{device="veth406b22b"} 3 node_network_name_assign_type{device="veth47017fc"} 3 node_network_name_assign_type{device="veth480c1dc"} 3 node_network_name_assign_type{device="veth4ccf135"} 3 node_network_name_assign_type{device="veth5302d8c"} 3 node_network_name_assign_type{device="veth53ea94c"} 3 node_network_name_assign_type{device="veth549b0bc"} 3 node_network_name_assign_type{device="veth56d4ab9"} 3 node_network_name_assign_type{device="veth58ca89b"} 3 node_network_name_assign_type{device="veth5b552da"} 3 node_network_name_assign_type{device="veth5da9e0f"} 3 node_network_name_assign_type{device="veth6031170"} 3 node_network_name_assign_type{device="veth60b2772"} 3 node_network_name_assign_type{device="veth69694cd"} 3 node_network_name_assign_type{device="veth6999294"} 3 node_network_name_assign_type{device="veth6bc26b9"} 3 node_network_name_assign_type{device="veth6d34f1b"} 3 node_network_name_assign_type{device="veth6dbafb5"} 3 node_network_name_assign_type{device="veth6ed90f5"} 3 node_network_name_assign_type{device="veth706a8a9"} 3 node_network_name_assign_type{device="veth7462f2c"} 3 node_network_name_assign_type{device="veth75a346b"} 3 node_network_name_assign_type{device="veth76dc81e"} 3 node_network_name_assign_type{device="veth77d0541"} 3 node_network_name_assign_type{device="veth7810a06"} 3 node_network_name_assign_type{device="veth7a60219"} 3 node_network_name_assign_type{device="veth7d1eccf"} 3 node_network_name_assign_type{device="veth7ebb14f"} 3 node_network_name_assign_type{device="veth80d1cde"} 3 node_network_name_assign_type{device="veth8302fb9"} 3 node_network_name_assign_type{device="veth8481de7"} 3 node_network_name_assign_type{device="veth857d784"} 3 node_network_name_assign_type{device="veth8792b83"} 3 node_network_name_assign_type{device="veth87a1685"} 3 node_network_name_assign_type{device="veth89bbfd0"} 3 node_network_name_assign_type{device="veth8be5b1d"} 3 node_network_name_assign_type{device="veth8d79a10"} 3 node_network_name_assign_type{device="veth8fd1103"} 3 node_network_name_assign_type{device="veth8fedfe8"} 3 node_network_name_assign_type{device="veth922ddb5"} 3 node_network_name_assign_type{device="veth926d8ea"} 3 node_network_name_assign_type{device="veth929d03e"} 3 node_network_name_assign_type{device="veth948d244"} 3 node_network_name_assign_type{device="veth964b44f"} 3 node_network_name_assign_type{device="veth98429ca"} 3 node_network_name_assign_type{device="veth999a38d"} 3 node_network_name_assign_type{device="veth9a8f9b7"} 3 node_network_name_assign_type{device="veth9c27b6d"} 3 node_network_name_assign_type{device="veth9f1cb68"} 3 node_network_name_assign_type{device="vetha307d51"} 3 node_network_name_assign_type{device="vetha45d82e"} 3 node_network_name_assign_type{device="vetha4a7d75"} 3 node_network_name_assign_type{device="vetha85884d"} 3 node_network_name_assign_type{device="vetha861801"} 3 node_network_name_assign_type{device="vethacc3b99"} 3 node_network_name_assign_type{device="vethb0d6291"} 3 node_network_name_assign_type{device="vethb175d4b"} 3 node_network_name_assign_type{device="vethb22186a"} 3 node_network_name_assign_type{device="vethb3abd24"} 3 node_network_name_assign_type{device="vethb4d444e"} 3 node_network_name_assign_type{device="vethb635bbd"} 3 node_network_name_assign_type{device="vethb63c6cd"} 3 node_network_name_assign_type{device="vethb706cb4"} 3 node_network_name_assign_type{device="vethb8b0761"} 3 node_network_name_assign_type{device="vethb9a8cfe"} 3 node_network_name_assign_type{device="vethba4f39b"} 3 node_network_name_assign_type{device="vethba938c8"} 3 node_network_name_assign_type{device="vethbaa1ba0"} 3 node_network_name_assign_type{device="vethbd538f4"} 3 node_network_name_assign_type{device="vethc1654c4"} 3 node_network_name_assign_type{device="vethc232eb2"} 3 node_network_name_assign_type{device="vethc2fa3c0"} 3 node_network_name_assign_type{device="vethc78dbde"} 3 node_network_name_assign_type{device="vethc84bb5e"} 3 node_network_name_assign_type{device="vethc95e8d6"} 3 node_network_name_assign_type{device="vethcb677ad"} 3 node_network_name_assign_type{device="vethcbadcaa"} 3 node_network_name_assign_type{device="vethccf271d"} 3 node_network_name_assign_type{device="vethcdbb8b9"} 3 node_network_name_assign_type{device="vethce1e25e"} 3 node_network_name_assign_type{device="vethcee4e60"} 3 node_network_name_assign_type{device="vethcf271df"} 3 node_network_name_assign_type{device="vethd25fdbf"} 3 node_network_name_assign_type{device="vethd2907a7"} 3 node_network_name_assign_type{device="vethd57daa0"} 3 node_network_name_assign_type{device="vethd79ff4a"} 3 node_network_name_assign_type{device="vethd8b2e1a"} 3 node_network_name_assign_type{device="vethe253b0b"} 3 node_network_name_assign_type{device="vethe3b9ec6"} 3 node_network_name_assign_type{device="vethe76bbdc"} 3 node_network_name_assign_type{device="vethea29840"} 3 node_network_name_assign_type{device="vethea82433"} 3 node_network_name_assign_type{device="vethee56de1"} 3 node_network_name_assign_type{device="vetheec8a9e"} 3 node_network_name_assign_type{device="vethef27932"} 3 node_network_name_assign_type{device="vethf0393dc"} 3 node_network_name_assign_type{device="vethf2093d1"} 3 node_network_name_assign_type{device="vethf276e6e"} 3 node_network_name_assign_type{device="vethf400ac7"} 3 node_network_name_assign_type{device="vethf4365a3"} 3 node_network_name_assign_type{device="vethf4abaaa"} 3 node_network_name_assign_type{device="vethf4bd2ee"} 3 node_network_name_assign_type{device="vethf52ea30"} 3 node_network_name_assign_type{device="vethf74eb94"} 3 node_network_name_assign_type{device="vethf78abe5"} 3 node_network_name_assign_type{device="vethf914cb2"} 3 node_network_name_assign_type{device="vethf9632db"} 3 node_network_name_assign_type{device="vethfeb4890"} 3 node_network_name_assign_type{device="vethff0047e"} 3 node_network_name_assign_type{device="vethffab7df"} 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-045cc6fa941d"} 0 node_network_net_dev_group{device="br-13cc155fc657"} 0 node_network_net_dev_group{device="br-35073d3942e6"} 0 node_network_net_dev_group{device="br-9dc3d7861055"} 0 node_network_net_dev_group{device="br-db85bdf681bd"} 0 node_network_net_dev_group{device="br-f8bced460dfb"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth0104c55"} 0 node_network_net_dev_group{device="veth014770b"} 0 node_network_net_dev_group{device="veth0156e14"} 0 node_network_net_dev_group{device="veth01b6672"} 0 node_network_net_dev_group{device="veth04236ac"} 0 node_network_net_dev_group{device="veth044b6a4"} 0 node_network_net_dev_group{device="veth04804a3"} 0 node_network_net_dev_group{device="veth05de6b7"} 0 node_network_net_dev_group{device="veth075bdd2"} 0 node_network_net_dev_group{device="veth07be39d"} 0 node_network_net_dev_group{device="veth0875191"} 0 node_network_net_dev_group{device="veth0ad2694"} 0 node_network_net_dev_group{device="veth0dbfee9"} 0 node_network_net_dev_group{device="veth0e34284"} 0 node_network_net_dev_group{device="veth1038ac6"} 0 node_network_net_dev_group{device="veth13e15b2"} 0 node_network_net_dev_group{device="veth14167ea"} 0 node_network_net_dev_group{device="veth14d7b38"} 0 node_network_net_dev_group{device="veth1ab4f56"} 0 node_network_net_dev_group{device="veth1beeadb"} 0 node_network_net_dev_group{device="veth1c57d6d"} 0 node_network_net_dev_group{device="veth1d30b5e"} 0 node_network_net_dev_group{device="veth1e44a22"} 0 node_network_net_dev_group{device="veth20cb88f"} 0 node_network_net_dev_group{device="veth20f5d4d"} 0 node_network_net_dev_group{device="veth216102b"} 0 node_network_net_dev_group{device="veth219a808"} 0 node_network_net_dev_group{device="veth239fbb2"} 0 node_network_net_dev_group{device="veth243d052"} 0 node_network_net_dev_group{device="veth24da1e6"} 0 node_network_net_dev_group{device="veth256a0a6"} 0 node_network_net_dev_group{device="veth265579a"} 0 node_network_net_dev_group{device="veth26ade60"} 0 node_network_net_dev_group{device="veth2acaef3"} 0 node_network_net_dev_group{device="veth2af9072"} 0 node_network_net_dev_group{device="veth2b99349"} 0 node_network_net_dev_group{device="veth2beec89"} 0 node_network_net_dev_group{device="veth33934e2"} 0 node_network_net_dev_group{device="veth39ed6af"} 0 node_network_net_dev_group{device="veth3cd7637"} 0 node_network_net_dev_group{device="veth40344a3"} 0 node_network_net_dev_group{device="veth406b22b"} 0 node_network_net_dev_group{device="veth47017fc"} 0 node_network_net_dev_group{device="veth480c1dc"} 0 node_network_net_dev_group{device="veth4ccf135"} 0 node_network_net_dev_group{device="veth5302d8c"} 0 node_network_net_dev_group{device="veth53ea94c"} 0 node_network_net_dev_group{device="veth549b0bc"} 0 node_network_net_dev_group{device="veth56d4ab9"} 0 node_network_net_dev_group{device="veth58ca89b"} 0 node_network_net_dev_group{device="veth5b552da"} 0 node_network_net_dev_group{device="veth5da9e0f"} 0 node_network_net_dev_group{device="veth6031170"} 0 node_network_net_dev_group{device="veth60b2772"} 0 node_network_net_dev_group{device="veth69694cd"} 0 node_network_net_dev_group{device="veth6999294"} 0 node_network_net_dev_group{device="veth6bc26b9"} 0 node_network_net_dev_group{device="veth6d34f1b"} 0 node_network_net_dev_group{device="veth6dbafb5"} 0 node_network_net_dev_group{device="veth6ed90f5"} 0 node_network_net_dev_group{device="veth706a8a9"} 0 node_network_net_dev_group{device="veth7462f2c"} 0 node_network_net_dev_group{device="veth75a346b"} 0 node_network_net_dev_group{device="veth76dc81e"} 0 node_network_net_dev_group{device="veth77d0541"} 0 node_network_net_dev_group{device="veth7810a06"} 0 node_network_net_dev_group{device="veth7a60219"} 0 node_network_net_dev_group{device="veth7d1eccf"} 0 node_network_net_dev_group{device="veth7ebb14f"} 0 node_network_net_dev_group{device="veth80d1cde"} 0 node_network_net_dev_group{device="veth8302fb9"} 0 node_network_net_dev_group{device="veth8481de7"} 0 node_network_net_dev_group{device="veth857d784"} 0 node_network_net_dev_group{device="veth8792b83"} 0 node_network_net_dev_group{device="veth87a1685"} 0 node_network_net_dev_group{device="veth89bbfd0"} 0 node_network_net_dev_group{device="veth8be5b1d"} 0 node_network_net_dev_group{device="veth8d79a10"} 0 node_network_net_dev_group{device="veth8fd1103"} 0 node_network_net_dev_group{device="veth8fedfe8"} 0 node_network_net_dev_group{device="veth922ddb5"} 0 node_network_net_dev_group{device="veth926d8ea"} 0 node_network_net_dev_group{device="veth929d03e"} 0 node_network_net_dev_group{device="veth948d244"} 0 node_network_net_dev_group{device="veth964b44f"} 0 node_network_net_dev_group{device="veth98429ca"} 0 node_network_net_dev_group{device="veth999a38d"} 0 node_network_net_dev_group{device="veth9a8f9b7"} 0 node_network_net_dev_group{device="veth9c27b6d"} 0 node_network_net_dev_group{device="veth9f1cb68"} 0 node_network_net_dev_group{device="vetha307d51"} 0 node_network_net_dev_group{device="vetha45d82e"} 0 node_network_net_dev_group{device="vetha4a7d75"} 0 node_network_net_dev_group{device="vetha85884d"} 0 node_network_net_dev_group{device="vetha861801"} 0 node_network_net_dev_group{device="vethacc3b99"} 0 node_network_net_dev_group{device="vethb0d6291"} 0 node_network_net_dev_group{device="vethb175d4b"} 0 node_network_net_dev_group{device="vethb22186a"} 0 node_network_net_dev_group{device="vethb3abd24"} 0 node_network_net_dev_group{device="vethb4d444e"} 0 node_network_net_dev_group{device="vethb635bbd"} 0 node_network_net_dev_group{device="vethb63c6cd"} 0 node_network_net_dev_group{device="vethb706cb4"} 0 node_network_net_dev_group{device="vethb8b0761"} 0 node_network_net_dev_group{device="vethb9a8cfe"} 0 node_network_net_dev_group{device="vethba4f39b"} 0 node_network_net_dev_group{device="vethba938c8"} 0 node_network_net_dev_group{device="vethbaa1ba0"} 0 node_network_net_dev_group{device="vethbd538f4"} 0 node_network_net_dev_group{device="vethc1654c4"} 0 node_network_net_dev_group{device="vethc232eb2"} 0 node_network_net_dev_group{device="vethc2fa3c0"} 0 node_network_net_dev_group{device="vethc78dbde"} 0 node_network_net_dev_group{device="vethc84bb5e"} 0 node_network_net_dev_group{device="vethc95e8d6"} 0 node_network_net_dev_group{device="vethcb677ad"} 0 node_network_net_dev_group{device="vethcbadcaa"} 0 node_network_net_dev_group{device="vethccf271d"} 0 node_network_net_dev_group{device="vethcdbb8b9"} 0 node_network_net_dev_group{device="vethce1e25e"} 0 node_network_net_dev_group{device="vethcee4e60"} 0 node_network_net_dev_group{device="vethcf271df"} 0 node_network_net_dev_group{device="vethd25fdbf"} 0 node_network_net_dev_group{device="vethd2907a7"} 0 node_network_net_dev_group{device="vethd57daa0"} 0 node_network_net_dev_group{device="vethd79ff4a"} 0 node_network_net_dev_group{device="vethd8b2e1a"} 0 node_network_net_dev_group{device="vethe253b0b"} 0 node_network_net_dev_group{device="vethe3b9ec6"} 0 node_network_net_dev_group{device="vethe76bbdc"} 0 node_network_net_dev_group{device="vethea29840"} 0 node_network_net_dev_group{device="vethea82433"} 0 node_network_net_dev_group{device="vethee56de1"} 0 node_network_net_dev_group{device="vetheec8a9e"} 0 node_network_net_dev_group{device="vethef27932"} 0 node_network_net_dev_group{device="vethf0393dc"} 0 node_network_net_dev_group{device="vethf2093d1"} 0 node_network_net_dev_group{device="vethf276e6e"} 0 node_network_net_dev_group{device="vethf400ac7"} 0 node_network_net_dev_group{device="vethf4365a3"} 0 node_network_net_dev_group{device="vethf4abaaa"} 0 node_network_net_dev_group{device="vethf4bd2ee"} 0 node_network_net_dev_group{device="vethf52ea30"} 0 node_network_net_dev_group{device="vethf74eb94"} 0 node_network_net_dev_group{device="vethf78abe5"} 0 node_network_net_dev_group{device="vethf914cb2"} 0 node_network_net_dev_group{device="vethf9632db"} 0 node_network_net_dev_group{device="vethfeb4890"} 0 node_network_net_dev_group{device="vethff0047e"} 0 node_network_net_dev_group{device="vethffab7df"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-045cc6fa941d"} 1 node_network_protocol_type{device="br-13cc155fc657"} 1 node_network_protocol_type{device="br-35073d3942e6"} 1 node_network_protocol_type{device="br-9dc3d7861055"} 1 node_network_protocol_type{device="br-db85bdf681bd"} 1 node_network_protocol_type{device="br-f8bced460dfb"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth0104c55"} 1 node_network_protocol_type{device="veth014770b"} 1 node_network_protocol_type{device="veth0156e14"} 1 node_network_protocol_type{device="veth01b6672"} 1 node_network_protocol_type{device="veth04236ac"} 1 node_network_protocol_type{device="veth044b6a4"} 1 node_network_protocol_type{device="veth04804a3"} 1 node_network_protocol_type{device="veth05de6b7"} 1 node_network_protocol_type{device="veth075bdd2"} 1 node_network_protocol_type{device="veth07be39d"} 1 node_network_protocol_type{device="veth0875191"} 1 node_network_protocol_type{device="veth0ad2694"} 1 node_network_protocol_type{device="veth0dbfee9"} 1 node_network_protocol_type{device="veth0e34284"} 1 node_network_protocol_type{device="veth1038ac6"} 1 node_network_protocol_type{device="veth13e15b2"} 1 node_network_protocol_type{device="veth14167ea"} 1 node_network_protocol_type{device="veth14d7b38"} 1 node_network_protocol_type{device="veth1ab4f56"} 1 node_network_protocol_type{device="veth1beeadb"} 1 node_network_protocol_type{device="veth1c57d6d"} 1 node_network_protocol_type{device="veth1d30b5e"} 1 node_network_protocol_type{device="veth1e44a22"} 1 node_network_protocol_type{device="veth20cb88f"} 1 node_network_protocol_type{device="veth20f5d4d"} 1 node_network_protocol_type{device="veth216102b"} 1 node_network_protocol_type{device="veth219a808"} 1 node_network_protocol_type{device="veth239fbb2"} 1 node_network_protocol_type{device="veth243d052"} 1 node_network_protocol_type{device="veth24da1e6"} 1 node_network_protocol_type{device="veth256a0a6"} 1 node_network_protocol_type{device="veth265579a"} 1 node_network_protocol_type{device="veth26ade60"} 1 node_network_protocol_type{device="veth2acaef3"} 1 node_network_protocol_type{device="veth2af9072"} 1 node_network_protocol_type{device="veth2b99349"} 1 node_network_protocol_type{device="veth2beec89"} 1 node_network_protocol_type{device="veth33934e2"} 1 node_network_protocol_type{device="veth39ed6af"} 1 node_network_protocol_type{device="veth3cd7637"} 1 node_network_protocol_type{device="veth40344a3"} 1 node_network_protocol_type{device="veth406b22b"} 1 node_network_protocol_type{device="veth47017fc"} 1 node_network_protocol_type{device="veth480c1dc"} 1 node_network_protocol_type{device="veth4ccf135"} 1 node_network_protocol_type{device="veth5302d8c"} 1 node_network_protocol_type{device="veth53ea94c"} 1 node_network_protocol_type{device="veth549b0bc"} 1 node_network_protocol_type{device="veth56d4ab9"} 1 node_network_protocol_type{device="veth58ca89b"} 1 node_network_protocol_type{device="veth5b552da"} 1 node_network_protocol_type{device="veth5da9e0f"} 1 node_network_protocol_type{device="veth6031170"} 1 node_network_protocol_type{device="veth60b2772"} 1 node_network_protocol_type{device="veth69694cd"} 1 node_network_protocol_type{device="veth6999294"} 1 node_network_protocol_type{device="veth6bc26b9"} 1 node_network_protocol_type{device="veth6d34f1b"} 1 node_network_protocol_type{device="veth6dbafb5"} 1 node_network_protocol_type{device="veth6ed90f5"} 1 node_network_protocol_type{device="veth706a8a9"} 1 node_network_protocol_type{device="veth7462f2c"} 1 node_network_protocol_type{device="veth75a346b"} 1 node_network_protocol_type{device="veth76dc81e"} 1 node_network_protocol_type{device="veth77d0541"} 1 node_network_protocol_type{device="veth7810a06"} 1 node_network_protocol_type{device="veth7a60219"} 1 node_network_protocol_type{device="veth7d1eccf"} 1 node_network_protocol_type{device="veth7ebb14f"} 1 node_network_protocol_type{device="veth80d1cde"} 1 node_network_protocol_type{device="veth8302fb9"} 1 node_network_protocol_type{device="veth8481de7"} 1 node_network_protocol_type{device="veth857d784"} 1 node_network_protocol_type{device="veth8792b83"} 1 node_network_protocol_type{device="veth87a1685"} 1 node_network_protocol_type{device="veth89bbfd0"} 1 node_network_protocol_type{device="veth8be5b1d"} 1 node_network_protocol_type{device="veth8d79a10"} 1 node_network_protocol_type{device="veth8fd1103"} 1 node_network_protocol_type{device="veth8fedfe8"} 1 node_network_protocol_type{device="veth922ddb5"} 1 node_network_protocol_type{device="veth926d8ea"} 1 node_network_protocol_type{device="veth929d03e"} 1 node_network_protocol_type{device="veth948d244"} 1 node_network_protocol_type{device="veth964b44f"} 1 node_network_protocol_type{device="veth98429ca"} 1 node_network_protocol_type{device="veth999a38d"} 1 node_network_protocol_type{device="veth9a8f9b7"} 1 node_network_protocol_type{device="veth9c27b6d"} 1 node_network_protocol_type{device="veth9f1cb68"} 1 node_network_protocol_type{device="vetha307d51"} 1 node_network_protocol_type{device="vetha45d82e"} 1 node_network_protocol_type{device="vetha4a7d75"} 1 node_network_protocol_type{device="vetha85884d"} 1 node_network_protocol_type{device="vetha861801"} 1 node_network_protocol_type{device="vethacc3b99"} 1 node_network_protocol_type{device="vethb0d6291"} 1 node_network_protocol_type{device="vethb175d4b"} 1 node_network_protocol_type{device="vethb22186a"} 1 node_network_protocol_type{device="vethb3abd24"} 1 node_network_protocol_type{device="vethb4d444e"} 1 node_network_protocol_type{device="vethb635bbd"} 1 node_network_protocol_type{device="vethb63c6cd"} 1 node_network_protocol_type{device="vethb706cb4"} 1 node_network_protocol_type{device="vethb8b0761"} 1 node_network_protocol_type{device="vethb9a8cfe"} 1 node_network_protocol_type{device="vethba4f39b"} 1 node_network_protocol_type{device="vethba938c8"} 1 node_network_protocol_type{device="vethbaa1ba0"} 1 node_network_protocol_type{device="vethbd538f4"} 1 node_network_protocol_type{device="vethc1654c4"} 1 node_network_protocol_type{device="vethc232eb2"} 1 node_network_protocol_type{device="vethc2fa3c0"} 1 node_network_protocol_type{device="vethc78dbde"} 1 node_network_protocol_type{device="vethc84bb5e"} 1 node_network_protocol_type{device="vethc95e8d6"} 1 node_network_protocol_type{device="vethcb677ad"} 1 node_network_protocol_type{device="vethcbadcaa"} 1 node_network_protocol_type{device="vethccf271d"} 1 node_network_protocol_type{device="vethcdbb8b9"} 1 node_network_protocol_type{device="vethce1e25e"} 1 node_network_protocol_type{device="vethcee4e60"} 1 node_network_protocol_type{device="vethcf271df"} 1 node_network_protocol_type{device="vethd25fdbf"} 1 node_network_protocol_type{device="vethd2907a7"} 1 node_network_protocol_type{device="vethd57daa0"} 1 node_network_protocol_type{device="vethd79ff4a"} 1 node_network_protocol_type{device="vethd8b2e1a"} 1 node_network_protocol_type{device="vethe253b0b"} 1 node_network_protocol_type{device="vethe3b9ec6"} 1 node_network_protocol_type{device="vethe76bbdc"} 1 node_network_protocol_type{device="vethea29840"} 1 node_network_protocol_type{device="vethea82433"} 1 node_network_protocol_type{device="vethee56de1"} 1 node_network_protocol_type{device="vetheec8a9e"} 1 node_network_protocol_type{device="vethef27932"} 1 node_network_protocol_type{device="vethf0393dc"} 1 node_network_protocol_type{device="vethf2093d1"} 1 node_network_protocol_type{device="vethf276e6e"} 1 node_network_protocol_type{device="vethf400ac7"} 1 node_network_protocol_type{device="vethf4365a3"} 1 node_network_protocol_type{device="vethf4abaaa"} 1 node_network_protocol_type{device="vethf4bd2ee"} 1 node_network_protocol_type{device="vethf52ea30"} 1 node_network_protocol_type{device="vethf74eb94"} 1 node_network_protocol_type{device="vethf78abe5"} 1 node_network_protocol_type{device="vethf914cb2"} 1 node_network_protocol_type{device="vethf9632db"} 1 node_network_protocol_type{device="vethfeb4890"} 1 node_network_protocol_type{device="vethff0047e"} 1 node_network_protocol_type{device="vethffab7df"} 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="eth0"} 3.16997682e+09 node_network_receive_bytes_total{device="eth1"} 632542 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="eth1"} 0 node_network_receive_compressed_total{device="lo"} 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="eth0"} 0 node_network_receive_drop_total{device="eth1"} 0 node_network_receive_drop_total{device="lo"} 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="eth0"} 0 node_network_receive_errs_total{device="eth1"} 0 node_network_receive_errs_total{device="lo"} 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="eth0"} 0 node_network_receive_fifo_total{device="eth1"} 0 node_network_receive_fifo_total{device="lo"} 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="eth0"} 0 node_network_receive_frame_total{device="eth1"} 0 node_network_receive_frame_total{device="lo"} 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="eth0"} 0 node_network_receive_multicast_total{device="eth1"} 0 node_network_receive_multicast_total{device="lo"} 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="eth0"} 0 node_network_receive_nohandler_total{device="eth1"} 0 node_network_receive_nohandler_total{device="lo"} 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="eth0"} 2.5871299e+07 node_network_receive_packets_total{device="eth1"} 9035 node_network_receive_packets_total{device="lo"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-045cc6fa941d"} 1.25e+09 node_network_speed_bytes{device="br-13cc155fc657"} 1.25e+09 node_network_speed_bytes{device="br-35073d3942e6"} 1.25e+09 node_network_speed_bytes{device="br-9dc3d7861055"} 1.25e+09 node_network_speed_bytes{device="br-db85bdf681bd"} 1.25e+09 node_network_speed_bytes{device="br-f8bced460dfb"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="veth0104c55"} 1.25e+09 node_network_speed_bytes{device="veth014770b"} 1.25e+09 node_network_speed_bytes{device="veth0156e14"} 1.25e+09 node_network_speed_bytes{device="veth01b6672"} 1.25e+09 node_network_speed_bytes{device="veth04236ac"} 1.25e+09 node_network_speed_bytes{device="veth044b6a4"} 1.25e+09 node_network_speed_bytes{device="veth04804a3"} 1.25e+09 node_network_speed_bytes{device="veth05de6b7"} 1.25e+09 node_network_speed_bytes{device="veth075bdd2"} 1.25e+09 node_network_speed_bytes{device="veth07be39d"} 1.25e+09 node_network_speed_bytes{device="veth0875191"} 1.25e+09 node_network_speed_bytes{device="veth0ad2694"} 1.25e+09 node_network_speed_bytes{device="veth0dbfee9"} 1.25e+09 node_network_speed_bytes{device="veth0e34284"} 1.25e+09 node_network_speed_bytes{device="veth1038ac6"} 1.25e+09 node_network_speed_bytes{device="veth13e15b2"} 1.25e+09 node_network_speed_bytes{device="veth14167ea"} 1.25e+09 node_network_speed_bytes{device="veth14d7b38"} 1.25e+09 node_network_speed_bytes{device="veth1ab4f56"} 1.25e+09 node_network_speed_bytes{device="veth1beeadb"} 1.25e+09 node_network_speed_bytes{device="veth1c57d6d"} 1.25e+09 node_network_speed_bytes{device="veth1d30b5e"} 1.25e+09 node_network_speed_bytes{device="veth1e44a22"} 1.25e+09 node_network_speed_bytes{device="veth20cb88f"} 1.25e+09 node_network_speed_bytes{device="veth20f5d4d"} 1.25e+09 node_network_speed_bytes{device="veth216102b"} 1.25e+09 node_network_speed_bytes{device="veth219a808"} 1.25e+09 node_network_speed_bytes{device="veth239fbb2"} 1.25e+09 node_network_speed_bytes{device="veth243d052"} 1.25e+09 node_network_speed_bytes{device="veth24da1e6"} 1.25e+09 node_network_speed_bytes{device="veth256a0a6"} 1.25e+09 node_network_speed_bytes{device="veth265579a"} 1.25e+09 node_network_speed_bytes{device="veth26ade60"} 1.25e+09 node_network_speed_bytes{device="veth2acaef3"} 1.25e+09 node_network_speed_bytes{device="veth2af9072"} 1.25e+09 node_network_speed_bytes{device="veth2b99349"} 1.25e+09 node_network_speed_bytes{device="veth2beec89"} 1.25e+09 node_network_speed_bytes{device="veth33934e2"} 1.25e+09 node_network_speed_bytes{device="veth39ed6af"} 1.25e+09 node_network_speed_bytes{device="veth3cd7637"} 1.25e+09 node_network_speed_bytes{device="veth40344a3"} 1.25e+09 node_network_speed_bytes{device="veth406b22b"} 1.25e+09 node_network_speed_bytes{device="veth47017fc"} 1.25e+09 node_network_speed_bytes{device="veth480c1dc"} 1.25e+09 node_network_speed_bytes{device="veth4ccf135"} 1.25e+09 node_network_speed_bytes{device="veth5302d8c"} 1.25e+09 node_network_speed_bytes{device="veth53ea94c"} 1.25e+09 node_network_speed_bytes{device="veth549b0bc"} 1.25e+09 node_network_speed_bytes{device="veth56d4ab9"} 1.25e+09 node_network_speed_bytes{device="veth58ca89b"} 1.25e+09 node_network_speed_bytes{device="veth5b552da"} 1.25e+09 node_network_speed_bytes{device="veth5da9e0f"} 1.25e+09 node_network_speed_bytes{device="veth6031170"} 1.25e+09 node_network_speed_bytes{device="veth60b2772"} 1.25e+09 node_network_speed_bytes{device="veth69694cd"} 1.25e+09 node_network_speed_bytes{device="veth6999294"} 1.25e+09 node_network_speed_bytes{device="veth6bc26b9"} 1.25e+09 node_network_speed_bytes{device="veth6d34f1b"} 1.25e+09 node_network_speed_bytes{device="veth6dbafb5"} 1.25e+09 node_network_speed_bytes{device="veth6ed90f5"} 1.25e+09 node_network_speed_bytes{device="veth706a8a9"} 1.25e+09 node_network_speed_bytes{device="veth7462f2c"} 1.25e+09 node_network_speed_bytes{device="veth75a346b"} 1.25e+09 node_network_speed_bytes{device="veth76dc81e"} 1.25e+09 node_network_speed_bytes{device="veth77d0541"} 1.25e+09 node_network_speed_bytes{device="veth7810a06"} 1.25e+09 node_network_speed_bytes{device="veth7a60219"} 1.25e+09 node_network_speed_bytes{device="veth7d1eccf"} 1.25e+09 node_network_speed_bytes{device="veth7ebb14f"} 1.25e+09 node_network_speed_bytes{device="veth80d1cde"} 1.25e+09 node_network_speed_bytes{device="veth8302fb9"} 1.25e+09 node_network_speed_bytes{device="veth8481de7"} 1.25e+09 node_network_speed_bytes{device="veth857d784"} 1.25e+09 node_network_speed_bytes{device="veth8792b83"} 1.25e+09 node_network_speed_bytes{device="veth87a1685"} 1.25e+09 node_network_speed_bytes{device="veth89bbfd0"} 1.25e+09 node_network_speed_bytes{device="veth8be5b1d"} 1.25e+09 node_network_speed_bytes{device="veth8d79a10"} 1.25e+09 node_network_speed_bytes{device="veth8fd1103"} 1.25e+09 node_network_speed_bytes{device="veth8fedfe8"} 1.25e+09 node_network_speed_bytes{device="veth922ddb5"} 1.25e+09 node_network_speed_bytes{device="veth926d8ea"} 1.25e+09 node_network_speed_bytes{device="veth929d03e"} 1.25e+09 node_network_speed_bytes{device="veth948d244"} 1.25e+09 node_network_speed_bytes{device="veth964b44f"} 1.25e+09 node_network_speed_bytes{device="veth98429ca"} 1.25e+09 node_network_speed_bytes{device="veth999a38d"} 1.25e+09 node_network_speed_bytes{device="veth9a8f9b7"} 1.25e+09 node_network_speed_bytes{device="veth9c27b6d"} 1.25e+09 node_network_speed_bytes{device="veth9f1cb68"} 1.25e+09 node_network_speed_bytes{device="vetha307d51"} 1.25e+09 node_network_speed_bytes{device="vetha45d82e"} 1.25e+09 node_network_speed_bytes{device="vetha4a7d75"} 1.25e+09 node_network_speed_bytes{device="vetha85884d"} 1.25e+09 node_network_speed_bytes{device="vetha861801"} 1.25e+09 node_network_speed_bytes{device="vethacc3b99"} 1.25e+09 node_network_speed_bytes{device="vethb0d6291"} 1.25e+09 node_network_speed_bytes{device="vethb175d4b"} 1.25e+09 node_network_speed_bytes{device="vethb22186a"} 1.25e+09 node_network_speed_bytes{device="vethb3abd24"} 1.25e+09 node_network_speed_bytes{device="vethb4d444e"} 1.25e+09 node_network_speed_bytes{device="vethb635bbd"} 1.25e+09 node_network_speed_bytes{device="vethb63c6cd"} 1.25e+09 node_network_speed_bytes{device="vethb706cb4"} 1.25e+09 node_network_speed_bytes{device="vethb8b0761"} 1.25e+09 node_network_speed_bytes{device="vethb9a8cfe"} 1.25e+09 node_network_speed_bytes{device="vethba4f39b"} 1.25e+09 node_network_speed_bytes{device="vethba938c8"} 1.25e+09 node_network_speed_bytes{device="vethbaa1ba0"} 1.25e+09 node_network_speed_bytes{device="vethbd538f4"} 1.25e+09 node_network_speed_bytes{device="vethc1654c4"} 1.25e+09 node_network_speed_bytes{device="vethc232eb2"} 1.25e+09 node_network_speed_bytes{device="vethc2fa3c0"} 1.25e+09 node_network_speed_bytes{device="vethc78dbde"} 1.25e+09 node_network_speed_bytes{device="vethc84bb5e"} 1.25e+09 node_network_speed_bytes{device="vethc95e8d6"} 1.25e+09 node_network_speed_bytes{device="vethcb677ad"} 1.25e+09 node_network_speed_bytes{device="vethcbadcaa"} 1.25e+09 node_network_speed_bytes{device="vethccf271d"} 1.25e+09 node_network_speed_bytes{device="vethcdbb8b9"} 1.25e+09 node_network_speed_bytes{device="vethce1e25e"} 1.25e+09 node_network_speed_bytes{device="vethcee4e60"} 1.25e+09 node_network_speed_bytes{device="vethcf271df"} 1.25e+09 node_network_speed_bytes{device="vethd25fdbf"} 1.25e+09 node_network_speed_bytes{device="vethd2907a7"} 1.25e+09 node_network_speed_bytes{device="vethd57daa0"} 1.25e+09 node_network_speed_bytes{device="vethd79ff4a"} 1.25e+09 node_network_speed_bytes{device="vethd8b2e1a"} 1.25e+09 node_network_speed_bytes{device="vethe253b0b"} 1.25e+09 node_network_speed_bytes{device="vethe3b9ec6"} 1.25e+09 node_network_speed_bytes{device="vethe76bbdc"} 1.25e+09 node_network_speed_bytes{device="vethea29840"} 1.25e+09 node_network_speed_bytes{device="vethea82433"} 1.25e+09 node_network_speed_bytes{device="vethee56de1"} 1.25e+09 node_network_speed_bytes{device="vetheec8a9e"} 1.25e+09 node_network_speed_bytes{device="vethef27932"} 1.25e+09 node_network_speed_bytes{device="vethf0393dc"} 1.25e+09 node_network_speed_bytes{device="vethf2093d1"} 1.25e+09 node_network_speed_bytes{device="vethf276e6e"} 1.25e+09 node_network_speed_bytes{device="vethf400ac7"} 1.25e+09 node_network_speed_bytes{device="vethf4365a3"} 1.25e+09 node_network_speed_bytes{device="vethf4abaaa"} 1.25e+09 node_network_speed_bytes{device="vethf4bd2ee"} 1.25e+09 node_network_speed_bytes{device="vethf52ea30"} 1.25e+09 node_network_speed_bytes{device="vethf74eb94"} 1.25e+09 node_network_speed_bytes{device="vethf78abe5"} 1.25e+09 node_network_speed_bytes{device="vethf914cb2"} 1.25e+09 node_network_speed_bytes{device="vethf9632db"} 1.25e+09 node_network_speed_bytes{device="vethfeb4890"} 1.25e+09 node_network_speed_bytes{device="vethff0047e"} 1.25e+09 node_network_speed_bytes{device="vethffab7df"} 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="eth0"} 6.4509911447e+10 node_network_transmit_bytes_total{device="eth1"} 126 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="eth1"} 0 node_network_transmit_carrier_total{device="lo"} 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="eth0"} 0 node_network_transmit_colls_total{device="eth1"} 0 node_network_transmit_colls_total{device="lo"} 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="eth0"} 0 node_network_transmit_compressed_total{device="eth1"} 0 node_network_transmit_compressed_total{device="lo"} 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="eth0"} 0 node_network_transmit_drop_total{device="eth1"} 0 node_network_transmit_drop_total{device="lo"} 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="eth0"} 0 node_network_transmit_errs_total{device="eth1"} 0 node_network_transmit_errs_total{device="lo"} 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="eth0"} 0 node_network_transmit_fifo_total{device="eth1"} 0 node_network_transmit_fifo_total{device="lo"} 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="eth0"} 2.5122149e+07 node_network_transmit_packets_total{device="eth1"} 3 node_network_transmit_packets_total{device="lo"} 0 # 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-045cc6fa941d"} 0 node_network_transmit_queue_length{device="br-13cc155fc657"} 0 node_network_transmit_queue_length{device="br-35073d3942e6"} 0 node_network_transmit_queue_length{device="br-9dc3d7861055"} 0 node_network_transmit_queue_length{device="br-db85bdf681bd"} 0 node_network_transmit_queue_length{device="br-f8bced460dfb"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth0104c55"} 0 node_network_transmit_queue_length{device="veth014770b"} 0 node_network_transmit_queue_length{device="veth0156e14"} 0 node_network_transmit_queue_length{device="veth01b6672"} 0 node_network_transmit_queue_length{device="veth04236ac"} 0 node_network_transmit_queue_length{device="veth044b6a4"} 0 node_network_transmit_queue_length{device="veth04804a3"} 0 node_network_transmit_queue_length{device="veth05de6b7"} 0 node_network_transmit_queue_length{device="veth075bdd2"} 0 node_network_transmit_queue_length{device="veth07be39d"} 0 node_network_transmit_queue_length{device="veth0875191"} 0 node_network_transmit_queue_length{device="veth0ad2694"} 0 node_network_transmit_queue_length{device="veth0dbfee9"} 0 node_network_transmit_queue_length{device="veth0e34284"} 0 node_network_transmit_queue_length{device="veth1038ac6"} 0 node_network_transmit_queue_length{device="veth13e15b2"} 0 node_network_transmit_queue_length{device="veth14167ea"} 0 node_network_transmit_queue_length{device="veth14d7b38"} 0 node_network_transmit_queue_length{device="veth1ab4f56"} 0 node_network_transmit_queue_length{device="veth1beeadb"} 0 node_network_transmit_queue_length{device="veth1c57d6d"} 0 node_network_transmit_queue_length{device="veth1d30b5e"} 0 node_network_transmit_queue_length{device="veth1e44a22"} 0 node_network_transmit_queue_length{device="veth20cb88f"} 0 node_network_transmit_queue_length{device="veth20f5d4d"} 0 node_network_transmit_queue_length{device="veth216102b"} 0 node_network_transmit_queue_length{device="veth219a808"} 0 node_network_transmit_queue_length{device="veth239fbb2"} 0 node_network_transmit_queue_length{device="veth243d052"} 0 node_network_transmit_queue_length{device="veth24da1e6"} 0 node_network_transmit_queue_length{device="veth256a0a6"} 0 node_network_transmit_queue_length{device="veth265579a"} 0 node_network_transmit_queue_length{device="veth26ade60"} 0 node_network_transmit_queue_length{device="veth2acaef3"} 0 node_network_transmit_queue_length{device="veth2af9072"} 0 node_network_transmit_queue_length{device="veth2b99349"} 0 node_network_transmit_queue_length{device="veth2beec89"} 0 node_network_transmit_queue_length{device="veth33934e2"} 0 node_network_transmit_queue_length{device="veth39ed6af"} 0 node_network_transmit_queue_length{device="veth3cd7637"} 0 node_network_transmit_queue_length{device="veth40344a3"} 0 node_network_transmit_queue_length{device="veth406b22b"} 0 node_network_transmit_queue_length{device="veth47017fc"} 0 node_network_transmit_queue_length{device="veth480c1dc"} 0 node_network_transmit_queue_length{device="veth4ccf135"} 0 node_network_transmit_queue_length{device="veth5302d8c"} 0 node_network_transmit_queue_length{device="veth53ea94c"} 0 node_network_transmit_queue_length{device="veth549b0bc"} 0 node_network_transmit_queue_length{device="veth56d4ab9"} 0 node_network_transmit_queue_length{device="veth58ca89b"} 0 node_network_transmit_queue_length{device="veth5b552da"} 0 node_network_transmit_queue_length{device="veth5da9e0f"} 0 node_network_transmit_queue_length{device="veth6031170"} 0 node_network_transmit_queue_length{device="veth60b2772"} 0 node_network_transmit_queue_length{device="veth69694cd"} 0 node_network_transmit_queue_length{device="veth6999294"} 0 node_network_transmit_queue_length{device="veth6bc26b9"} 0 node_network_transmit_queue_length{device="veth6d34f1b"} 0 node_network_transmit_queue_length{device="veth6dbafb5"} 0 node_network_transmit_queue_length{device="veth6ed90f5"} 0 node_network_transmit_queue_length{device="veth706a8a9"} 0 node_network_transmit_queue_length{device="veth7462f2c"} 0 node_network_transmit_queue_length{device="veth75a346b"} 0 node_network_transmit_queue_length{device="veth76dc81e"} 0 node_network_transmit_queue_length{device="veth77d0541"} 0 node_network_transmit_queue_length{device="veth7810a06"} 0 node_network_transmit_queue_length{device="veth7a60219"} 0 node_network_transmit_queue_length{device="veth7d1eccf"} 0 node_network_transmit_queue_length{device="veth7ebb14f"} 0 node_network_transmit_queue_length{device="veth80d1cde"} 0 node_network_transmit_queue_length{device="veth8302fb9"} 0 node_network_transmit_queue_length{device="veth8481de7"} 0 node_network_transmit_queue_length{device="veth857d784"} 0 node_network_transmit_queue_length{device="veth8792b83"} 0 node_network_transmit_queue_length{device="veth87a1685"} 0 node_network_transmit_queue_length{device="veth89bbfd0"} 0 node_network_transmit_queue_length{device="veth8be5b1d"} 0 node_network_transmit_queue_length{device="veth8d79a10"} 0 node_network_transmit_queue_length{device="veth8fd1103"} 0 node_network_transmit_queue_length{device="veth8fedfe8"} 0 node_network_transmit_queue_length{device="veth922ddb5"} 0 node_network_transmit_queue_length{device="veth926d8ea"} 0 node_network_transmit_queue_length{device="veth929d03e"} 0 node_network_transmit_queue_length{device="veth948d244"} 0 node_network_transmit_queue_length{device="veth964b44f"} 0 node_network_transmit_queue_length{device="veth98429ca"} 0 node_network_transmit_queue_length{device="veth999a38d"} 0 node_network_transmit_queue_length{device="veth9a8f9b7"} 0 node_network_transmit_queue_length{device="veth9c27b6d"} 0 node_network_transmit_queue_length{device="veth9f1cb68"} 0 node_network_transmit_queue_length{device="vetha307d51"} 0 node_network_transmit_queue_length{device="vetha45d82e"} 0 node_network_transmit_queue_length{device="vetha4a7d75"} 0 node_network_transmit_queue_length{device="vetha85884d"} 0 node_network_transmit_queue_length{device="vetha861801"} 0 node_network_transmit_queue_length{device="vethacc3b99"} 0 node_network_transmit_queue_length{device="vethb0d6291"} 0 node_network_transmit_queue_length{device="vethb175d4b"} 0 node_network_transmit_queue_length{device="vethb22186a"} 0 node_network_transmit_queue_length{device="vethb3abd24"} 0 node_network_transmit_queue_length{device="vethb4d444e"} 0 node_network_transmit_queue_length{device="vethb635bbd"} 0 node_network_transmit_queue_length{device="vethb63c6cd"} 0 node_network_transmit_queue_length{device="vethb706cb4"} 0 node_network_transmit_queue_length{device="vethb8b0761"} 0 node_network_transmit_queue_length{device="vethb9a8cfe"} 0 node_network_transmit_queue_length{device="vethba4f39b"} 0 node_network_transmit_queue_length{device="vethba938c8"} 0 node_network_transmit_queue_length{device="vethbaa1ba0"} 0 node_network_transmit_queue_length{device="vethbd538f4"} 0 node_network_transmit_queue_length{device="vethc1654c4"} 0 node_network_transmit_queue_length{device="vethc232eb2"} 0 node_network_transmit_queue_length{device="vethc2fa3c0"} 0 node_network_transmit_queue_length{device="vethc78dbde"} 0 node_network_transmit_queue_length{device="vethc84bb5e"} 0 node_network_transmit_queue_length{device="vethc95e8d6"} 0 node_network_transmit_queue_length{device="vethcb677ad"} 0 node_network_transmit_queue_length{device="vethcbadcaa"} 0 node_network_transmit_queue_length{device="vethccf271d"} 0 node_network_transmit_queue_length{device="vethcdbb8b9"} 0 node_network_transmit_queue_length{device="vethce1e25e"} 0 node_network_transmit_queue_length{device="vethcee4e60"} 0 node_network_transmit_queue_length{device="vethcf271df"} 0 node_network_transmit_queue_length{device="vethd25fdbf"} 0 node_network_transmit_queue_length{device="vethd2907a7"} 0 node_network_transmit_queue_length{device="vethd57daa0"} 0 node_network_transmit_queue_length{device="vethd79ff4a"} 0 node_network_transmit_queue_length{device="vethd8b2e1a"} 0 node_network_transmit_queue_length{device="vethe253b0b"} 0 node_network_transmit_queue_length{device="vethe3b9ec6"} 0 node_network_transmit_queue_length{device="vethe76bbdc"} 0 node_network_transmit_queue_length{device="vethea29840"} 0 node_network_transmit_queue_length{device="vethea82433"} 0 node_network_transmit_queue_length{device="vethee56de1"} 0 node_network_transmit_queue_length{device="vetheec8a9e"} 0 node_network_transmit_queue_length{device="vethef27932"} 0 node_network_transmit_queue_length{device="vethf0393dc"} 0 node_network_transmit_queue_length{device="vethf2093d1"} 0 node_network_transmit_queue_length{device="vethf276e6e"} 0 node_network_transmit_queue_length{device="vethf400ac7"} 0 node_network_transmit_queue_length{device="vethf4365a3"} 0 node_network_transmit_queue_length{device="vethf4abaaa"} 0 node_network_transmit_queue_length{device="vethf4bd2ee"} 0 node_network_transmit_queue_length{device="vethf52ea30"} 0 node_network_transmit_queue_length{device="vethf74eb94"} 0 node_network_transmit_queue_length{device="vethf78abe5"} 0 node_network_transmit_queue_length{device="vethf914cb2"} 0 node_network_transmit_queue_length{device="vethf9632db"} 0 node_network_transmit_queue_length{device="vethfeb4890"} 0 node_network_transmit_queue_length{device="vethff0047e"} 0 node_network_transmit_queue_length{device="vethffab7df"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-045cc6fa941d"} 1 node_network_up{device="br-13cc155fc657"} 1 node_network_up{device="br-35073d3942e6"} 1 node_network_up{device="br-9dc3d7861055"} 1 node_network_up{device="br-db85bdf681bd"} 1 node_network_up{device="br-f8bced460dfb"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth0104c55"} 1 node_network_up{device="veth014770b"} 1 node_network_up{device="veth0156e14"} 1 node_network_up{device="veth01b6672"} 1 node_network_up{device="veth04236ac"} 1 node_network_up{device="veth044b6a4"} 1 node_network_up{device="veth04804a3"} 1 node_network_up{device="veth05de6b7"} 1 node_network_up{device="veth075bdd2"} 1 node_network_up{device="veth07be39d"} 1 node_network_up{device="veth0875191"} 1 node_network_up{device="veth0ad2694"} 1 node_network_up{device="veth0dbfee9"} 1 node_network_up{device="veth0e34284"} 1 node_network_up{device="veth1038ac6"} 1 node_network_up{device="veth13e15b2"} 1 node_network_up{device="veth14167ea"} 1 node_network_up{device="veth14d7b38"} 1 node_network_up{device="veth1ab4f56"} 1 node_network_up{device="veth1beeadb"} 1 node_network_up{device="veth1c57d6d"} 1 node_network_up{device="veth1d30b5e"} 1 node_network_up{device="veth1e44a22"} 1 node_network_up{device="veth20cb88f"} 1 node_network_up{device="veth20f5d4d"} 1 node_network_up{device="veth216102b"} 1 node_network_up{device="veth219a808"} 1 node_network_up{device="veth239fbb2"} 1 node_network_up{device="veth243d052"} 1 node_network_up{device="veth24da1e6"} 1 node_network_up{device="veth256a0a6"} 1 node_network_up{device="veth265579a"} 1 node_network_up{device="veth26ade60"} 1 node_network_up{device="veth2acaef3"} 1 node_network_up{device="veth2af9072"} 1 node_network_up{device="veth2b99349"} 1 node_network_up{device="veth2beec89"} 1 node_network_up{device="veth33934e2"} 1 node_network_up{device="veth39ed6af"} 1 node_network_up{device="veth3cd7637"} 1 node_network_up{device="veth40344a3"} 1 node_network_up{device="veth406b22b"} 1 node_network_up{device="veth47017fc"} 1 node_network_up{device="veth480c1dc"} 1 node_network_up{device="veth4ccf135"} 1 node_network_up{device="veth5302d8c"} 1 node_network_up{device="veth53ea94c"} 1 node_network_up{device="veth549b0bc"} 1 node_network_up{device="veth56d4ab9"} 1 node_network_up{device="veth58ca89b"} 1 node_network_up{device="veth5b552da"} 1 node_network_up{device="veth5da9e0f"} 1 node_network_up{device="veth6031170"} 1 node_network_up{device="veth60b2772"} 1 node_network_up{device="veth69694cd"} 1 node_network_up{device="veth6999294"} 1 node_network_up{device="veth6bc26b9"} 1 node_network_up{device="veth6d34f1b"} 1 node_network_up{device="veth6dbafb5"} 1 node_network_up{device="veth6ed90f5"} 1 node_network_up{device="veth706a8a9"} 1 node_network_up{device="veth7462f2c"} 1 node_network_up{device="veth75a346b"} 1 node_network_up{device="veth76dc81e"} 1 node_network_up{device="veth77d0541"} 1 node_network_up{device="veth7810a06"} 1 node_network_up{device="veth7a60219"} 1 node_network_up{device="veth7d1eccf"} 1 node_network_up{device="veth7ebb14f"} 1 node_network_up{device="veth80d1cde"} 1 node_network_up{device="veth8302fb9"} 1 node_network_up{device="veth8481de7"} 1 node_network_up{device="veth857d784"} 1 node_network_up{device="veth8792b83"} 1 node_network_up{device="veth87a1685"} 1 node_network_up{device="veth89bbfd0"} 1 node_network_up{device="veth8be5b1d"} 1 node_network_up{device="veth8d79a10"} 1 node_network_up{device="veth8fd1103"} 1 node_network_up{device="veth8fedfe8"} 1 node_network_up{device="veth922ddb5"} 1 node_network_up{device="veth926d8ea"} 1 node_network_up{device="veth929d03e"} 1 node_network_up{device="veth948d244"} 1 node_network_up{device="veth964b44f"} 1 node_network_up{device="veth98429ca"} 1 node_network_up{device="veth999a38d"} 1 node_network_up{device="veth9a8f9b7"} 1 node_network_up{device="veth9c27b6d"} 1 node_network_up{device="veth9f1cb68"} 1 node_network_up{device="vetha307d51"} 1 node_network_up{device="vetha45d82e"} 1 node_network_up{device="vetha4a7d75"} 1 node_network_up{device="vetha85884d"} 1 node_network_up{device="vetha861801"} 1 node_network_up{device="vethacc3b99"} 1 node_network_up{device="vethb0d6291"} 1 node_network_up{device="vethb175d4b"} 1 node_network_up{device="vethb22186a"} 1 node_network_up{device="vethb3abd24"} 1 node_network_up{device="vethb4d444e"} 1 node_network_up{device="vethb635bbd"} 1 node_network_up{device="vethb63c6cd"} 1 node_network_up{device="vethb706cb4"} 1 node_network_up{device="vethb8b0761"} 1 node_network_up{device="vethb9a8cfe"} 1 node_network_up{device="vethba4f39b"} 1 node_network_up{device="vethba938c8"} 1 node_network_up{device="vethbaa1ba0"} 1 node_network_up{device="vethbd538f4"} 1 node_network_up{device="vethc1654c4"} 1 node_network_up{device="vethc232eb2"} 1 node_network_up{device="vethc2fa3c0"} 1 node_network_up{device="vethc78dbde"} 1 node_network_up{device="vethc84bb5e"} 1 node_network_up{device="vethc95e8d6"} 1 node_network_up{device="vethcb677ad"} 1 node_network_up{device="vethcbadcaa"} 1 node_network_up{device="vethccf271d"} 1 node_network_up{device="vethcdbb8b9"} 1 node_network_up{device="vethce1e25e"} 1 node_network_up{device="vethcee4e60"} 1 node_network_up{device="vethcf271df"} 1 node_network_up{device="vethd25fdbf"} 1 node_network_up{device="vethd2907a7"} 1 node_network_up{device="vethd57daa0"} 1 node_network_up{device="vethd79ff4a"} 1 node_network_up{device="vethd8b2e1a"} 1 node_network_up{device="vethe253b0b"} 1 node_network_up{device="vethe3b9ec6"} 1 node_network_up{device="vethe76bbdc"} 1 node_network_up{device="vethea29840"} 1 node_network_up{device="vethea82433"} 1 node_network_up{device="vethee56de1"} 1 node_network_up{device="vetheec8a9e"} 1 node_network_up{device="vethef27932"} 1 node_network_up{device="vethf0393dc"} 1 node_network_up{device="vethf2093d1"} 1 node_network_up{device="vethf276e6e"} 1 node_network_up{device="vethf400ac7"} 1 node_network_up{device="vethf4365a3"} 1 node_network_up{device="vethf4abaaa"} 1 node_network_up{device="vethf4bd2ee"} 1 node_network_up{device="vethf52ea30"} 1 node_network_up{device="vethf74eb94"} 1 node_network_up{device="vethf78abe5"} 1 node_network_up{device="vethf914cb2"} 1 node_network_up{device="vethf9632db"} 1 node_network_up{device="vethfeb4890"} 1 node_network_up{device="vethff0047e"} 1 node_network_up{device="vethffab7df"} 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 13 # 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_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 22.04.5 LTS",variant="",variant_id="",version="22.04.5 LTS (Jammy Jellyfish)",version_codename="jammy",version_id="22.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"} 22.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 262545.80881200003 # 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 14750.677011 # 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 16807.163471 # 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 1095.7498030000002 # 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 1171.0755 # 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"} 3.271805579608776e+06 node_schedstat_running_seconds_total{cpu="1"} 3.295447840342477e+06 node_schedstat_running_seconds_total{cpu="2"} 3.315391276308918e+06 node_schedstat_running_seconds_total{cpu="3"} 3.269476154796281e+06 node_schedstat_running_seconds_total{cpu="4"} 3.31494882870289e+06 node_schedstat_running_seconds_total{cpu="5"} 3.285506868928237e+06 node_schedstat_running_seconds_total{cpu="6"} 3.30138916667406e+06 node_schedstat_running_seconds_total{cpu="7"} 3.289647308393414e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.2251348702e+10 node_schedstat_timeslices_total{cpu="1"} 1.2284243297e+10 node_schedstat_timeslices_total{cpu="2"} 1.2356090221e+10 node_schedstat_timeslices_total{cpu="3"} 1.2296799538e+10 node_schedstat_timeslices_total{cpu="4"} 1.227889016e+10 node_schedstat_timeslices_total{cpu="5"} 1.2284412629e+10 node_schedstat_timeslices_total{cpu="6"} 1.2267682889e+10 node_schedstat_timeslices_total{cpu="7"} 1.2319821881e+10 # 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"} 187324.935572315 node_schedstat_waiting_seconds_total{cpu="1"} 186502.228828265 node_schedstat_waiting_seconds_total{cpu="2"} 185816.53694804 node_schedstat_waiting_seconds_total{cpu="3"} 189240.988820436 node_schedstat_waiting_seconds_total{cpu="4"} 186520.315126545 node_schedstat_waiting_seconds_total{cpu="5"} 187355.753408011 node_schedstat_waiting_seconds_total{cpu="6"} 186599.763242904 node_schedstat_waiting_seconds_total{cpu="7"} 175298.413835163 # 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.000706276 node_scrape_collector_duration_seconds{collector="bcache"} 3.1936e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.422e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.005186822 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000154587 node_scrape_collector_duration_seconds{collector="cpu"} 0.001171146 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000201153 node_scrape_collector_duration_seconds{collector="diskstats"} 0.007715753 node_scrape_collector_duration_seconds{collector="dmi"} 2.4932e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.000116809 node_scrape_collector_duration_seconds{collector="entropy"} 0.000244299 node_scrape_collector_duration_seconds{collector="fibrechannel"} 2.2705e-05 node_scrape_collector_duration_seconds{collector="filefd"} 4.5252e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.016171178 node_scrape_collector_duration_seconds{collector="hwmon"} 4.7391e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 2.2037e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 8.4079e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 9.0995e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 7.6732e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000536239 node_scrape_collector_duration_seconds{collector="netclass"} 0.168649703 node_scrape_collector_duration_seconds{collector="netdev"} 0.000799491 node_scrape_collector_duration_seconds{collector="netstat"} 0.000761798 node_scrape_collector_duration_seconds{collector="nfs"} 3.0129e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 2.4373e-05 node_scrape_collector_duration_seconds{collector="nvme"} 3.7536e-05 node_scrape_collector_duration_seconds{collector="os"} 0.000112232 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 4.6129e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000341657 node_scrape_collector_duration_seconds{collector="rapl"} 0.000108499 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000239603 node_scrape_collector_duration_seconds{collector="selinux"} 2.05e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000767622 node_scrape_collector_duration_seconds{collector="softnet"} 0.0003123 node_scrape_collector_duration_seconds{collector="stat"} 0.00045505 node_scrape_collector_duration_seconds{collector="tapestats"} 3.8061e-05 node_scrape_collector_duration_seconds{collector="textfile"} 3.7615e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.001031682 node_scrape_collector_duration_seconds{collector="time"} 0.000246772 node_scrape_collector_duration_seconds{collector="timex"} 7.4726e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000443412 node_scrape_collector_duration_seconds{collector="uname"} 3.0933e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000385216 node_scrape_collector_duration_seconds{collector="watchdog"} 9.4873e-05 node_scrape_collector_duration_seconds{collector="xfs"} 2.4165e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.9085e-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="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"} 0 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"} 0 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="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 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 2 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 448 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 1 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 1308 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 5.357568e+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 5 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # 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 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 102 # 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 417792 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 6 # 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 # 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 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 164937 node_softnet_dropped_total{cpu="1"} 283260 node_softnet_dropped_total{cpu="2"} 342244 node_softnet_dropped_total{cpu="3"} 248808 node_softnet_dropped_total{cpu="4"} 284968 node_softnet_dropped_total{cpu="5"} 182443 node_softnet_dropped_total{cpu="6"} 211127 node_softnet_dropped_total{cpu="7"} 254936 # 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 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 3.20571854e+08 node_softnet_processed_total{cpu="1"} 3.20843409e+08 node_softnet_processed_total{cpu="2"} 3.19135564e+08 node_softnet_processed_total{cpu="3"} 7.3367306e+08 node_softnet_processed_total{cpu="4"} 3.47258713e+08 node_softnet_processed_total{cpu="5"} 3.32581576e+08 node_softnet_processed_total{cpu="6"} 3.26061166e+08 node_softnet_processed_total{cpu="7"} 3.21945568e+08 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 # 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"} 366 node_softnet_times_squeezed_total{cpu="1"} 368 node_softnet_times_squeezed_total{cpu="2"} 370 node_softnet_times_squeezed_total{cpu="3"} 3108 node_softnet_times_squeezed_total{cpu="4"} 475 node_softnet_times_squeezed_total{cpu="5"} 874 node_softnet_times_squeezed_total{cpu="6"} 416 node_softnet_times_squeezed_total{cpu="7"} 371 # 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.7761320449465032e+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 1.0000166467437743 # 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.6555 # 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.001128723 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="b85cd7396461",release="5.15.0-135-generic",sysname="Linux",version="#146-Ubuntu SMP Sat Feb 15 17:06:22 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 6 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.38177571859e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 7.496556e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.251421804e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 7.951837165e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 48313 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 131793 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 529983.24 # 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.805145442e+09 # 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 6.4158200689e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.6252928e+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.74309942423e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273143296e+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"} 150 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"} 2.194605e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0