# 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"} 5.3179e-05 go_gc_duration_seconds{quantile="0.25"} 6.4848e-05 go_gc_duration_seconds{quantile="0.5"} 7.394e-05 go_gc_duration_seconds{quantile="0.75"} 8.686e-05 go_gc_duration_seconds{quantile="1"} 0.119751262 go_gc_duration_seconds_sum 17.933492048 go_gc_duration_seconds_count 79046 # 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.25.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.996272e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 8.62631712e+08 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.579003e+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 8.446539e+06 # 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.475728e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 1.996272e+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 8.3968e+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 3.661824e+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 4929 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 7.217152e+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.2058624e+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.7811605854891293e+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 8.451468e+06 # 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 1208 # 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 15704 # 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 57440 # 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 130560 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.194304e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 916645 # 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 524288 # 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 524288 # 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 1.8700552e+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 5 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="br-1a24676cf2a8"} 2 node_arp_entries{device="br-mailcow"} 9 node_arp_entries{device="docker0"} 20 node_arp_entries{device="eth0"} 5 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.771585531e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.18872047609e+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 # 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 # 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 # 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"} 4.48734455e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 88752.63 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 851.75 node_cpu_seconds_total{cpu="0",mode="softirq"} 94624.06 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 1.24155858e+06 node_cpu_seconds_total{cpu="0",mode="user"} 1.62610696e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 4.4512221e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 90277.77 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 1073.06 node_cpu_seconds_total{cpu="1",mode="softirq"} 84317.27 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 1.25128147e+06 node_cpu_seconds_total{cpu="1",mode="user"} 1.6860399e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 4.41608328e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 90722.05 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 1403.31 node_cpu_seconds_total{cpu="2",mode="softirq"} 79959.95 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 1.21529567e+06 node_cpu_seconds_total{cpu="2",mode="user"} 1.78050263e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 4.40843202e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 88085.52 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 1237.05 node_cpu_seconds_total{cpu="3",mode="softirq"} 155130.87 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 1.17778722e+06 node_cpu_seconds_total{cpu="3",mode="user"} 1.70384229e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 4.35579848e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 89777.56 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 2072.24 node_cpu_seconds_total{cpu="4",mode="softirq"} 111021.06 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 1.16124551e+06 node_cpu_seconds_total{cpu="4",mode="user"} 1.86875386e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 4.35718194e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 89792.55 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 2056.13 node_cpu_seconds_total{cpu="5",mode="softirq"} 75568.57 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 1.17849084e+06 node_cpu_seconds_total{cpu="5",mode="user"} 1.90288717e+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"} 267498.855 # 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.94132296016e+11 # 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.6040013e+08 # 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"} 16 # 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"} 247874.029 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="sda"} 1.01139602e+08 # 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 # 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 # 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"} 1.1503650320000001e+06 # 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"} 612586.091 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="sda"} 3.7038390272e+12 # 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"} 595512.921 # 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"} 2.93590253e+08 # 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"} 4.3877552e+07 # 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"} 3.79666758e+06 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="sda"} 6.56914226e+08 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 2.242402639e+09 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 2.6186595611136e+13 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="04/01/2014",bios_release="0.0",bios_vendor="SeaBIOS",bios_version="rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-9.0",product_family="",product_name="Standard PC (i440FX + PIIX, 1996)",product_sku="",product_version="pc-i440fx-9.0",system_vendor="QEMU"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.25.3",revision="654f19dee6a0c41de78a8d6d870e8c742cdb43b9",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 53184 # 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.0293213184e+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="/dev/sda15",device_error="no such file or directory",fstype="vfat",mountpoint="/boot/efi"} 1 node_filesystem_device_error{device="/dev/sda16",device_error="no such file or directory",fstype="ext4",mountpoint="/boot"} 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/user/0"} 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="/"} 2.6083328e+07 # 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="/"} 2.3812741e+07 # 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.03099904e+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_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 # 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="/dev/sda15",device_error="no such file or directory",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sda16",device_error="no such file or directory",fstype="ext4",mountpoint="/boot"} 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/user/0"} 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="/"} 2.06900281344e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 4.88550598e+08 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 4.5411411225e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 8.96 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 12.69 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 11.86 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 6.73886208e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 7.53514496e+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 7.9628288e+08 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 2.097152e+06 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 8.20871168e+09 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 7.7438976e+07 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 2.2259712e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.3450619904e+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.5800132608e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 4.294967296e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.0448011264e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.89251328e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 5.5447552e+07 # 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 1.6999424e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.018268672e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 1.318326272e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 7.655424e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 8.26437632e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.64927232e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 4.6319616e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.2541509632e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.7971584e+07 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 4.63306752e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.1894784e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 4.0914944e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.18226176e+08 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 1.79838976e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 8.27375616e+08 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 1.863667712e+09 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 9.128439808e+09 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 1.7179865088e+10 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 2.7971584e+07 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 9.5010816e+07 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 610304 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_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 3.265098e+06 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 3.516894e+06 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 9866 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 490090 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 698648 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 4.999047701e+09 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 1.437313931e+09 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 5.615210447543e+12 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 5.492804652129e+12 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 1129 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 75 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 670 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 1587 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 1751 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 3.17395e+06 # 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 1.5991204e+07 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 2.0347405e+07 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 1.14915219e+08 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 54 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 30101 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.896865552e+09 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 1.0471907e+07 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 3.333330966e+09 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 5.5966512e+07 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 2.3961233e+07 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 5264 # 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 9975 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 5300 # 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 40912 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 159 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 162562 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 41444 # 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-1a24676cf2a8"} 3 node_network_address_assign_type{device="br-b8011903ad9b"} 3 node_network_address_assign_type{device="br-mailcow"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="docker_gwbridge"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth04f3195"} 3 node_network_address_assign_type{device="veth0bf6a31"} 3 node_network_address_assign_type{device="veth0e81a85"} 3 node_network_address_assign_type{device="veth154a25b"} 3 node_network_address_assign_type{device="veth185a6d6"} 3 node_network_address_assign_type{device="veth1d10ffd"} 3 node_network_address_assign_type{device="veth1e29ca3"} 3 node_network_address_assign_type{device="veth1eb6f69"} 3 node_network_address_assign_type{device="veth2d4a08c"} 3 node_network_address_assign_type{device="veth2f570f1"} 3 node_network_address_assign_type{device="veth313e7b7"} 3 node_network_address_assign_type{device="veth3a0c9aa"} 3 node_network_address_assign_type{device="veth3a1ab26"} 3 node_network_address_assign_type{device="veth415e4f2"} 3 node_network_address_assign_type{device="veth4543d68"} 3 node_network_address_assign_type{device="veth45fe3c4"} 3 node_network_address_assign_type{device="veth4e70d9e"} 3 node_network_address_assign_type{device="veth501c2ee"} 3 node_network_address_assign_type{device="veth533183e"} 3 node_network_address_assign_type{device="veth56ef01c"} 3 node_network_address_assign_type{device="veth5a621a9"} 3 node_network_address_assign_type{device="veth5c2c128"} 3 node_network_address_assign_type{device="veth5c89850"} 3 node_network_address_assign_type{device="veth5c9266b"} 3 node_network_address_assign_type{device="veth5cb3758"} 3 node_network_address_assign_type{device="veth5f3a618"} 3 node_network_address_assign_type{device="veth6514729"} 3 node_network_address_assign_type{device="veth6ef017c"} 3 node_network_address_assign_type{device="veth72d059e"} 3 node_network_address_assign_type{device="veth7602106"} 3 node_network_address_assign_type{device="veth774f918"} 3 node_network_address_assign_type{device="veth7ddb1d5"} 3 node_network_address_assign_type{device="veth7dfbfe9"} 3 node_network_address_assign_type{device="veth7e6650e"} 3 node_network_address_assign_type{device="veth805ca89"} 3 node_network_address_assign_type{device="veth813f18f"} 3 node_network_address_assign_type{device="veth8742f54"} 3 node_network_address_assign_type{device="veth879e86d"} 3 node_network_address_assign_type{device="veth87bcf83"} 3 node_network_address_assign_type{device="veth8b5935d"} 3 node_network_address_assign_type{device="veth8f4b0cb"} 3 node_network_address_assign_type{device="veth9250185"} 3 node_network_address_assign_type{device="veth9ad36df"} 3 node_network_address_assign_type{device="vetha2abb8f"} 3 node_network_address_assign_type{device="vetha3e23e2"} 3 node_network_address_assign_type{device="vethac62907"} 3 node_network_address_assign_type{device="vethb496c32"} 3 node_network_address_assign_type{device="vethb67c9c8"} 3 node_network_address_assign_type{device="vethb9c0324"} 3 node_network_address_assign_type{device="vethbc2f676"} 3 node_network_address_assign_type{device="vethbd85325"} 3 node_network_address_assign_type{device="vethc7ab0cb"} 3 node_network_address_assign_type{device="vethcea0c1f"} 3 node_network_address_assign_type{device="vethd1bc1e3"} 3 node_network_address_assign_type{device="vethdad8adf"} 3 node_network_address_assign_type{device="vethdccf4a4"} 3 node_network_address_assign_type{device="vethde9a026"} 3 node_network_address_assign_type{device="vethe1137f1"} 3 node_network_address_assign_type{device="vethe5aad89"} 3 node_network_address_assign_type{device="vethe9a27e0"} 3 node_network_address_assign_type{device="vetheca5211"} 3 node_network_address_assign_type{device="vethf73fff9"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-1a24676cf2a8"} 1 node_network_carrier{device="br-b8011903ad9b"} 1 node_network_carrier{device="br-mailcow"} 1 node_network_carrier{device="docker0"} 1 node_network_carrier{device="docker_gwbridge"} 1 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth04f3195"} 1 node_network_carrier{device="veth0bf6a31"} 1 node_network_carrier{device="veth0e81a85"} 1 node_network_carrier{device="veth154a25b"} 1 node_network_carrier{device="veth185a6d6"} 1 node_network_carrier{device="veth1d10ffd"} 1 node_network_carrier{device="veth1e29ca3"} 1 node_network_carrier{device="veth1eb6f69"} 1 node_network_carrier{device="veth2d4a08c"} 1 node_network_carrier{device="veth2f570f1"} 1 node_network_carrier{device="veth313e7b7"} 1 node_network_carrier{device="veth3a0c9aa"} 1 node_network_carrier{device="veth3a1ab26"} 1 node_network_carrier{device="veth415e4f2"} 1 node_network_carrier{device="veth4543d68"} 1 node_network_carrier{device="veth45fe3c4"} 1 node_network_carrier{device="veth4e70d9e"} 1 node_network_carrier{device="veth501c2ee"} 1 node_network_carrier{device="veth533183e"} 1 node_network_carrier{device="veth56ef01c"} 1 node_network_carrier{device="veth5a621a9"} 1 node_network_carrier{device="veth5c2c128"} 1 node_network_carrier{device="veth5c89850"} 1 node_network_carrier{device="veth5c9266b"} 1 node_network_carrier{device="veth5cb3758"} 1 node_network_carrier{device="veth5f3a618"} 1 node_network_carrier{device="veth6514729"} 1 node_network_carrier{device="veth6ef017c"} 1 node_network_carrier{device="veth72d059e"} 1 node_network_carrier{device="veth7602106"} 1 node_network_carrier{device="veth774f918"} 1 node_network_carrier{device="veth7ddb1d5"} 1 node_network_carrier{device="veth7dfbfe9"} 1 node_network_carrier{device="veth7e6650e"} 1 node_network_carrier{device="veth805ca89"} 1 node_network_carrier{device="veth813f18f"} 1 node_network_carrier{device="veth8742f54"} 1 node_network_carrier{device="veth879e86d"} 1 node_network_carrier{device="veth87bcf83"} 1 node_network_carrier{device="veth8b5935d"} 1 node_network_carrier{device="veth8f4b0cb"} 1 node_network_carrier{device="veth9250185"} 1 node_network_carrier{device="veth9ad36df"} 1 node_network_carrier{device="vetha2abb8f"} 1 node_network_carrier{device="vetha3e23e2"} 1 node_network_carrier{device="vethac62907"} 1 node_network_carrier{device="vethb496c32"} 1 node_network_carrier{device="vethb67c9c8"} 1 node_network_carrier{device="vethb9c0324"} 1 node_network_carrier{device="vethbc2f676"} 1 node_network_carrier{device="vethbd85325"} 1 node_network_carrier{device="vethc7ab0cb"} 1 node_network_carrier{device="vethcea0c1f"} 1 node_network_carrier{device="vethd1bc1e3"} 1 node_network_carrier{device="vethdad8adf"} 1 node_network_carrier{device="vethdccf4a4"} 1 node_network_carrier{device="vethde9a026"} 1 node_network_carrier{device="vethe1137f1"} 1 node_network_carrier{device="vethe5aad89"} 1 node_network_carrier{device="vethe9a27e0"} 1 node_network_carrier{device="vetheca5211"} 1 node_network_carrier{device="vethf73fff9"} 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-1a24676cf2a8"} 2 node_network_carrier_changes_total{device="br-b8011903ad9b"} 2 node_network_carrier_changes_total{device="br-mailcow"} 2 node_network_carrier_changes_total{device="docker0"} 2 node_network_carrier_changes_total{device="docker_gwbridge"} 2 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth04f3195"} 2 node_network_carrier_changes_total{device="veth0bf6a31"} 2 node_network_carrier_changes_total{device="veth0e81a85"} 2 node_network_carrier_changes_total{device="veth154a25b"} 2 node_network_carrier_changes_total{device="veth185a6d6"} 2 node_network_carrier_changes_total{device="veth1d10ffd"} 2 node_network_carrier_changes_total{device="veth1e29ca3"} 2 node_network_carrier_changes_total{device="veth1eb6f69"} 2 node_network_carrier_changes_total{device="veth2d4a08c"} 2 node_network_carrier_changes_total{device="veth2f570f1"} 2 node_network_carrier_changes_total{device="veth313e7b7"} 2 node_network_carrier_changes_total{device="veth3a0c9aa"} 2 node_network_carrier_changes_total{device="veth3a1ab26"} 2 node_network_carrier_changes_total{device="veth415e4f2"} 2 node_network_carrier_changes_total{device="veth4543d68"} 2 node_network_carrier_changes_total{device="veth45fe3c4"} 2 node_network_carrier_changes_total{device="veth4e70d9e"} 2 node_network_carrier_changes_total{device="veth501c2ee"} 2 node_network_carrier_changes_total{device="veth533183e"} 2 node_network_carrier_changes_total{device="veth56ef01c"} 2 node_network_carrier_changes_total{device="veth5a621a9"} 2 node_network_carrier_changes_total{device="veth5c2c128"} 2 node_network_carrier_changes_total{device="veth5c89850"} 2 node_network_carrier_changes_total{device="veth5c9266b"} 2 node_network_carrier_changes_total{device="veth5cb3758"} 2 node_network_carrier_changes_total{device="veth5f3a618"} 2 node_network_carrier_changes_total{device="veth6514729"} 2 node_network_carrier_changes_total{device="veth6ef017c"} 2 node_network_carrier_changes_total{device="veth72d059e"} 2 node_network_carrier_changes_total{device="veth7602106"} 2 node_network_carrier_changes_total{device="veth774f918"} 2 node_network_carrier_changes_total{device="veth7ddb1d5"} 2 node_network_carrier_changes_total{device="veth7dfbfe9"} 2 node_network_carrier_changes_total{device="veth7e6650e"} 2 node_network_carrier_changes_total{device="veth805ca89"} 2 node_network_carrier_changes_total{device="veth813f18f"} 2 node_network_carrier_changes_total{device="veth8742f54"} 2 node_network_carrier_changes_total{device="veth879e86d"} 2 node_network_carrier_changes_total{device="veth87bcf83"} 2 node_network_carrier_changes_total{device="veth8b5935d"} 2 node_network_carrier_changes_total{device="veth8f4b0cb"} 2 node_network_carrier_changes_total{device="veth9250185"} 2 node_network_carrier_changes_total{device="veth9ad36df"} 2 node_network_carrier_changes_total{device="vetha2abb8f"} 2 node_network_carrier_changes_total{device="vetha3e23e2"} 2 node_network_carrier_changes_total{device="vethac62907"} 2 node_network_carrier_changes_total{device="vethb496c32"} 2 node_network_carrier_changes_total{device="vethb67c9c8"} 2 node_network_carrier_changes_total{device="vethb9c0324"} 2 node_network_carrier_changes_total{device="vethbc2f676"} 2 node_network_carrier_changes_total{device="vethbd85325"} 2 node_network_carrier_changes_total{device="vethc7ab0cb"} 2 node_network_carrier_changes_total{device="vethcea0c1f"} 2 node_network_carrier_changes_total{device="vethd1bc1e3"} 2 node_network_carrier_changes_total{device="vethdad8adf"} 2 node_network_carrier_changes_total{device="vethdccf4a4"} 2 node_network_carrier_changes_total{device="vethde9a026"} 2 node_network_carrier_changes_total{device="vethe1137f1"} 2 node_network_carrier_changes_total{device="vethe5aad89"} 2 node_network_carrier_changes_total{device="vethe9a27e0"} 2 node_network_carrier_changes_total{device="vetheca5211"} 2 node_network_carrier_changes_total{device="vethf73fff9"} 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-1a24676cf2a8"} 1 node_network_carrier_down_changes_total{device="br-b8011903ad9b"} 1 node_network_carrier_down_changes_total{device="br-mailcow"} 1 node_network_carrier_down_changes_total{device="docker0"} 1 node_network_carrier_down_changes_total{device="docker_gwbridge"} 1 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="veth04f3195"} 1 node_network_carrier_down_changes_total{device="veth0bf6a31"} 1 node_network_carrier_down_changes_total{device="veth0e81a85"} 1 node_network_carrier_down_changes_total{device="veth154a25b"} 1 node_network_carrier_down_changes_total{device="veth185a6d6"} 1 node_network_carrier_down_changes_total{device="veth1d10ffd"} 1 node_network_carrier_down_changes_total{device="veth1e29ca3"} 1 node_network_carrier_down_changes_total{device="veth1eb6f69"} 1 node_network_carrier_down_changes_total{device="veth2d4a08c"} 1 node_network_carrier_down_changes_total{device="veth2f570f1"} 1 node_network_carrier_down_changes_total{device="veth313e7b7"} 1 node_network_carrier_down_changes_total{device="veth3a0c9aa"} 1 node_network_carrier_down_changes_total{device="veth3a1ab26"} 1 node_network_carrier_down_changes_total{device="veth415e4f2"} 1 node_network_carrier_down_changes_total{device="veth4543d68"} 1 node_network_carrier_down_changes_total{device="veth45fe3c4"} 1 node_network_carrier_down_changes_total{device="veth4e70d9e"} 1 node_network_carrier_down_changes_total{device="veth501c2ee"} 1 node_network_carrier_down_changes_total{device="veth533183e"} 1 node_network_carrier_down_changes_total{device="veth56ef01c"} 1 node_network_carrier_down_changes_total{device="veth5a621a9"} 1 node_network_carrier_down_changes_total{device="veth5c2c128"} 1 node_network_carrier_down_changes_total{device="veth5c89850"} 1 node_network_carrier_down_changes_total{device="veth5c9266b"} 1 node_network_carrier_down_changes_total{device="veth5cb3758"} 1 node_network_carrier_down_changes_total{device="veth5f3a618"} 1 node_network_carrier_down_changes_total{device="veth6514729"} 1 node_network_carrier_down_changes_total{device="veth6ef017c"} 1 node_network_carrier_down_changes_total{device="veth72d059e"} 1 node_network_carrier_down_changes_total{device="veth7602106"} 1 node_network_carrier_down_changes_total{device="veth774f918"} 1 node_network_carrier_down_changes_total{device="veth7ddb1d5"} 1 node_network_carrier_down_changes_total{device="veth7dfbfe9"} 1 node_network_carrier_down_changes_total{device="veth7e6650e"} 1 node_network_carrier_down_changes_total{device="veth805ca89"} 1 node_network_carrier_down_changes_total{device="veth813f18f"} 1 node_network_carrier_down_changes_total{device="veth8742f54"} 1 node_network_carrier_down_changes_total{device="veth879e86d"} 1 node_network_carrier_down_changes_total{device="veth87bcf83"} 1 node_network_carrier_down_changes_total{device="veth8b5935d"} 1 node_network_carrier_down_changes_total{device="veth8f4b0cb"} 1 node_network_carrier_down_changes_total{device="veth9250185"} 1 node_network_carrier_down_changes_total{device="veth9ad36df"} 1 node_network_carrier_down_changes_total{device="vetha2abb8f"} 1 node_network_carrier_down_changes_total{device="vetha3e23e2"} 1 node_network_carrier_down_changes_total{device="vethac62907"} 1 node_network_carrier_down_changes_total{device="vethb496c32"} 1 node_network_carrier_down_changes_total{device="vethb67c9c8"} 1 node_network_carrier_down_changes_total{device="vethb9c0324"} 1 node_network_carrier_down_changes_total{device="vethbc2f676"} 1 node_network_carrier_down_changes_total{device="vethbd85325"} 1 node_network_carrier_down_changes_total{device="vethc7ab0cb"} 1 node_network_carrier_down_changes_total{device="vethcea0c1f"} 1 node_network_carrier_down_changes_total{device="vethd1bc1e3"} 1 node_network_carrier_down_changes_total{device="vethdad8adf"} 1 node_network_carrier_down_changes_total{device="vethdccf4a4"} 1 node_network_carrier_down_changes_total{device="vethde9a026"} 1 node_network_carrier_down_changes_total{device="vethe1137f1"} 1 node_network_carrier_down_changes_total{device="vethe5aad89"} 1 node_network_carrier_down_changes_total{device="vethe9a27e0"} 1 node_network_carrier_down_changes_total{device="vetheca5211"} 1 node_network_carrier_down_changes_total{device="vethf73fff9"} 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-1a24676cf2a8"} 1 node_network_carrier_up_changes_total{device="br-b8011903ad9b"} 1 node_network_carrier_up_changes_total{device="br-mailcow"} 1 node_network_carrier_up_changes_total{device="docker0"} 1 node_network_carrier_up_changes_total{device="docker_gwbridge"} 1 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="veth04f3195"} 1 node_network_carrier_up_changes_total{device="veth0bf6a31"} 1 node_network_carrier_up_changes_total{device="veth0e81a85"} 1 node_network_carrier_up_changes_total{device="veth154a25b"} 1 node_network_carrier_up_changes_total{device="veth185a6d6"} 1 node_network_carrier_up_changes_total{device="veth1d10ffd"} 1 node_network_carrier_up_changes_total{device="veth1e29ca3"} 1 node_network_carrier_up_changes_total{device="veth1eb6f69"} 1 node_network_carrier_up_changes_total{device="veth2d4a08c"} 1 node_network_carrier_up_changes_total{device="veth2f570f1"} 1 node_network_carrier_up_changes_total{device="veth313e7b7"} 1 node_network_carrier_up_changes_total{device="veth3a0c9aa"} 1 node_network_carrier_up_changes_total{device="veth3a1ab26"} 1 node_network_carrier_up_changes_total{device="veth415e4f2"} 1 node_network_carrier_up_changes_total{device="veth4543d68"} 1 node_network_carrier_up_changes_total{device="veth45fe3c4"} 1 node_network_carrier_up_changes_total{device="veth4e70d9e"} 1 node_network_carrier_up_changes_total{device="veth501c2ee"} 1 node_network_carrier_up_changes_total{device="veth533183e"} 1 node_network_carrier_up_changes_total{device="veth56ef01c"} 1 node_network_carrier_up_changes_total{device="veth5a621a9"} 1 node_network_carrier_up_changes_total{device="veth5c2c128"} 1 node_network_carrier_up_changes_total{device="veth5c89850"} 1 node_network_carrier_up_changes_total{device="veth5c9266b"} 1 node_network_carrier_up_changes_total{device="veth5cb3758"} 1 node_network_carrier_up_changes_total{device="veth5f3a618"} 1 node_network_carrier_up_changes_total{device="veth6514729"} 1 node_network_carrier_up_changes_total{device="veth6ef017c"} 1 node_network_carrier_up_changes_total{device="veth72d059e"} 1 node_network_carrier_up_changes_total{device="veth7602106"} 1 node_network_carrier_up_changes_total{device="veth774f918"} 1 node_network_carrier_up_changes_total{device="veth7ddb1d5"} 1 node_network_carrier_up_changes_total{device="veth7dfbfe9"} 1 node_network_carrier_up_changes_total{device="veth7e6650e"} 1 node_network_carrier_up_changes_total{device="veth805ca89"} 1 node_network_carrier_up_changes_total{device="veth813f18f"} 1 node_network_carrier_up_changes_total{device="veth8742f54"} 1 node_network_carrier_up_changes_total{device="veth879e86d"} 1 node_network_carrier_up_changes_total{device="veth87bcf83"} 1 node_network_carrier_up_changes_total{device="veth8b5935d"} 1 node_network_carrier_up_changes_total{device="veth8f4b0cb"} 1 node_network_carrier_up_changes_total{device="veth9250185"} 1 node_network_carrier_up_changes_total{device="veth9ad36df"} 1 node_network_carrier_up_changes_total{device="vetha2abb8f"} 1 node_network_carrier_up_changes_total{device="vetha3e23e2"} 1 node_network_carrier_up_changes_total{device="vethac62907"} 1 node_network_carrier_up_changes_total{device="vethb496c32"} 1 node_network_carrier_up_changes_total{device="vethb67c9c8"} 1 node_network_carrier_up_changes_total{device="vethb9c0324"} 1 node_network_carrier_up_changes_total{device="vethbc2f676"} 1 node_network_carrier_up_changes_total{device="vethbd85325"} 1 node_network_carrier_up_changes_total{device="vethc7ab0cb"} 1 node_network_carrier_up_changes_total{device="vethcea0c1f"} 1 node_network_carrier_up_changes_total{device="vethd1bc1e3"} 1 node_network_carrier_up_changes_total{device="vethdad8adf"} 1 node_network_carrier_up_changes_total{device="vethdccf4a4"} 1 node_network_carrier_up_changes_total{device="vethde9a026"} 1 node_network_carrier_up_changes_total{device="vethe1137f1"} 1 node_network_carrier_up_changes_total{device="vethe5aad89"} 1 node_network_carrier_up_changes_total{device="vethe9a27e0"} 1 node_network_carrier_up_changes_total{device="vetheca5211"} 1 node_network_carrier_up_changes_total{device="vethf73fff9"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-1a24676cf2a8"} 0 node_network_device_id{device="br-b8011903ad9b"} 0 node_network_device_id{device="br-mailcow"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="docker_gwbridge"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth04f3195"} 0 node_network_device_id{device="veth0bf6a31"} 0 node_network_device_id{device="veth0e81a85"} 0 node_network_device_id{device="veth154a25b"} 0 node_network_device_id{device="veth185a6d6"} 0 node_network_device_id{device="veth1d10ffd"} 0 node_network_device_id{device="veth1e29ca3"} 0 node_network_device_id{device="veth1eb6f69"} 0 node_network_device_id{device="veth2d4a08c"} 0 node_network_device_id{device="veth2f570f1"} 0 node_network_device_id{device="veth313e7b7"} 0 node_network_device_id{device="veth3a0c9aa"} 0 node_network_device_id{device="veth3a1ab26"} 0 node_network_device_id{device="veth415e4f2"} 0 node_network_device_id{device="veth4543d68"} 0 node_network_device_id{device="veth45fe3c4"} 0 node_network_device_id{device="veth4e70d9e"} 0 node_network_device_id{device="veth501c2ee"} 0 node_network_device_id{device="veth533183e"} 0 node_network_device_id{device="veth56ef01c"} 0 node_network_device_id{device="veth5a621a9"} 0 node_network_device_id{device="veth5c2c128"} 0 node_network_device_id{device="veth5c89850"} 0 node_network_device_id{device="veth5c9266b"} 0 node_network_device_id{device="veth5cb3758"} 0 node_network_device_id{device="veth5f3a618"} 0 node_network_device_id{device="veth6514729"} 0 node_network_device_id{device="veth6ef017c"} 0 node_network_device_id{device="veth72d059e"} 0 node_network_device_id{device="veth7602106"} 0 node_network_device_id{device="veth774f918"} 0 node_network_device_id{device="veth7ddb1d5"} 0 node_network_device_id{device="veth7dfbfe9"} 0 node_network_device_id{device="veth7e6650e"} 0 node_network_device_id{device="veth805ca89"} 0 node_network_device_id{device="veth813f18f"} 0 node_network_device_id{device="veth8742f54"} 0 node_network_device_id{device="veth879e86d"} 0 node_network_device_id{device="veth87bcf83"} 0 node_network_device_id{device="veth8b5935d"} 0 node_network_device_id{device="veth8f4b0cb"} 0 node_network_device_id{device="veth9250185"} 0 node_network_device_id{device="veth9ad36df"} 0 node_network_device_id{device="vetha2abb8f"} 0 node_network_device_id{device="vetha3e23e2"} 0 node_network_device_id{device="vethac62907"} 0 node_network_device_id{device="vethb496c32"} 0 node_network_device_id{device="vethb67c9c8"} 0 node_network_device_id{device="vethb9c0324"} 0 node_network_device_id{device="vethbc2f676"} 0 node_network_device_id{device="vethbd85325"} 0 node_network_device_id{device="vethc7ab0cb"} 0 node_network_device_id{device="vethcea0c1f"} 0 node_network_device_id{device="vethd1bc1e3"} 0 node_network_device_id{device="vethdad8adf"} 0 node_network_device_id{device="vethdccf4a4"} 0 node_network_device_id{device="vethde9a026"} 0 node_network_device_id{device="vethe1137f1"} 0 node_network_device_id{device="vethe5aad89"} 0 node_network_device_id{device="vethe9a27e0"} 0 node_network_device_id{device="vetheca5211"} 0 node_network_device_id{device="vethf73fff9"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-1a24676cf2a8"} 0 node_network_dormant{device="br-b8011903ad9b"} 0 node_network_dormant{device="br-mailcow"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="docker_gwbridge"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth04f3195"} 0 node_network_dormant{device="veth0bf6a31"} 0 node_network_dormant{device="veth0e81a85"} 0 node_network_dormant{device="veth154a25b"} 0 node_network_dormant{device="veth185a6d6"} 0 node_network_dormant{device="veth1d10ffd"} 0 node_network_dormant{device="veth1e29ca3"} 0 node_network_dormant{device="veth1eb6f69"} 0 node_network_dormant{device="veth2d4a08c"} 0 node_network_dormant{device="veth2f570f1"} 0 node_network_dormant{device="veth313e7b7"} 0 node_network_dormant{device="veth3a0c9aa"} 0 node_network_dormant{device="veth3a1ab26"} 0 node_network_dormant{device="veth415e4f2"} 0 node_network_dormant{device="veth4543d68"} 0 node_network_dormant{device="veth45fe3c4"} 0 node_network_dormant{device="veth4e70d9e"} 0 node_network_dormant{device="veth501c2ee"} 0 node_network_dormant{device="veth533183e"} 0 node_network_dormant{device="veth56ef01c"} 0 node_network_dormant{device="veth5a621a9"} 0 node_network_dormant{device="veth5c2c128"} 0 node_network_dormant{device="veth5c89850"} 0 node_network_dormant{device="veth5c9266b"} 0 node_network_dormant{device="veth5cb3758"} 0 node_network_dormant{device="veth5f3a618"} 0 node_network_dormant{device="veth6514729"} 0 node_network_dormant{device="veth6ef017c"} 0 node_network_dormant{device="veth72d059e"} 0 node_network_dormant{device="veth7602106"} 0 node_network_dormant{device="veth774f918"} 0 node_network_dormant{device="veth7ddb1d5"} 0 node_network_dormant{device="veth7dfbfe9"} 0 node_network_dormant{device="veth7e6650e"} 0 node_network_dormant{device="veth805ca89"} 0 node_network_dormant{device="veth813f18f"} 0 node_network_dormant{device="veth8742f54"} 0 node_network_dormant{device="veth879e86d"} 0 node_network_dormant{device="veth87bcf83"} 0 node_network_dormant{device="veth8b5935d"} 0 node_network_dormant{device="veth8f4b0cb"} 0 node_network_dormant{device="veth9250185"} 0 node_network_dormant{device="veth9ad36df"} 0 node_network_dormant{device="vetha2abb8f"} 0 node_network_dormant{device="vetha3e23e2"} 0 node_network_dormant{device="vethac62907"} 0 node_network_dormant{device="vethb496c32"} 0 node_network_dormant{device="vethb67c9c8"} 0 node_network_dormant{device="vethb9c0324"} 0 node_network_dormant{device="vethbc2f676"} 0 node_network_dormant{device="vethbd85325"} 0 node_network_dormant{device="vethc7ab0cb"} 0 node_network_dormant{device="vethcea0c1f"} 0 node_network_dormant{device="vethd1bc1e3"} 0 node_network_dormant{device="vethdad8adf"} 0 node_network_dormant{device="vethdccf4a4"} 0 node_network_dormant{device="vethde9a026"} 0 node_network_dormant{device="vethe1137f1"} 0 node_network_dormant{device="vethe5aad89"} 0 node_network_dormant{device="vethe9a27e0"} 0 node_network_dormant{device="vetheca5211"} 0 node_network_dormant{device="vethf73fff9"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-1a24676cf2a8"} 4099 node_network_flags{device="br-b8011903ad9b"} 4099 node_network_flags{device="br-mailcow"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="docker_gwbridge"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth04f3195"} 4867 node_network_flags{device="veth0bf6a31"} 4867 node_network_flags{device="veth0e81a85"} 4867 node_network_flags{device="veth154a25b"} 4867 node_network_flags{device="veth185a6d6"} 4867 node_network_flags{device="veth1d10ffd"} 4867 node_network_flags{device="veth1e29ca3"} 4867 node_network_flags{device="veth1eb6f69"} 4867 node_network_flags{device="veth2d4a08c"} 4867 node_network_flags{device="veth2f570f1"} 4867 node_network_flags{device="veth313e7b7"} 4867 node_network_flags{device="veth3a0c9aa"} 4867 node_network_flags{device="veth3a1ab26"} 4867 node_network_flags{device="veth415e4f2"} 4867 node_network_flags{device="veth4543d68"} 4867 node_network_flags{device="veth45fe3c4"} 4867 node_network_flags{device="veth4e70d9e"} 4867 node_network_flags{device="veth501c2ee"} 4867 node_network_flags{device="veth533183e"} 4867 node_network_flags{device="veth56ef01c"} 4867 node_network_flags{device="veth5a621a9"} 4867 node_network_flags{device="veth5c2c128"} 4867 node_network_flags{device="veth5c89850"} 4867 node_network_flags{device="veth5c9266b"} 4867 node_network_flags{device="veth5cb3758"} 4867 node_network_flags{device="veth5f3a618"} 4867 node_network_flags{device="veth6514729"} 4867 node_network_flags{device="veth6ef017c"} 4867 node_network_flags{device="veth72d059e"} 4867 node_network_flags{device="veth7602106"} 4867 node_network_flags{device="veth774f918"} 4867 node_network_flags{device="veth7ddb1d5"} 4867 node_network_flags{device="veth7dfbfe9"} 4867 node_network_flags{device="veth7e6650e"} 4867 node_network_flags{device="veth805ca89"} 4867 node_network_flags{device="veth813f18f"} 4867 node_network_flags{device="veth8742f54"} 4867 node_network_flags{device="veth879e86d"} 4867 node_network_flags{device="veth87bcf83"} 4867 node_network_flags{device="veth8b5935d"} 4867 node_network_flags{device="veth8f4b0cb"} 4867 node_network_flags{device="veth9250185"} 4867 node_network_flags{device="veth9ad36df"} 4867 node_network_flags{device="vetha2abb8f"} 4867 node_network_flags{device="vetha3e23e2"} 4867 node_network_flags{device="vethac62907"} 4867 node_network_flags{device="vethb496c32"} 4867 node_network_flags{device="vethb67c9c8"} 4867 node_network_flags{device="vethb9c0324"} 4867 node_network_flags{device="vethbc2f676"} 4867 node_network_flags{device="vethbd85325"} 4867 node_network_flags{device="vethc7ab0cb"} 4867 node_network_flags{device="vethcea0c1f"} 4867 node_network_flags{device="vethd1bc1e3"} 4867 node_network_flags{device="vethdad8adf"} 4867 node_network_flags{device="vethdccf4a4"} 4867 node_network_flags{device="vethde9a026"} 4867 node_network_flags{device="vethe1137f1"} 4867 node_network_flags{device="vethe5aad89"} 4867 node_network_flags{device="vethe9a27e0"} 4867 node_network_flags{device="vetheca5211"} 4867 node_network_flags{device="vethf73fff9"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-1a24676cf2a8"} 4 node_network_iface_id{device="br-b8011903ad9b"} 6 node_network_iface_id{device="br-mailcow"} 3 node_network_iface_id{device="docker0"} 5 node_network_iface_id{device="docker_gwbridge"} 159084 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth04f3195"} 18 node_network_iface_id{device="veth0bf6a31"} 50822 node_network_iface_id{device="veth0e81a85"} 85 node_network_iface_id{device="veth154a25b"} 21 node_network_iface_id{device="veth185a6d6"} 22621 node_network_iface_id{device="veth1d10ffd"} 9 node_network_iface_id{device="veth1e29ca3"} 159086 node_network_iface_id{device="veth1eb6f69"} 15 node_network_iface_id{device="veth2d4a08c"} 27 node_network_iface_id{device="veth2f570f1"} 84 node_network_iface_id{device="veth313e7b7"} 31 node_network_iface_id{device="veth3a0c9aa"} 33 node_network_iface_id{device="veth3a1ab26"} 25 node_network_iface_id{device="veth415e4f2"} 32 node_network_iface_id{device="veth4543d68"} 54 node_network_iface_id{device="veth45fe3c4"} 82626 node_network_iface_id{device="veth4e70d9e"} 91 node_network_iface_id{device="veth501c2ee"} 51 node_network_iface_id{device="veth533183e"} 16 node_network_iface_id{device="veth56ef01c"} 52 node_network_iface_id{device="veth5a621a9"} 167109 node_network_iface_id{device="veth5c2c128"} 61 node_network_iface_id{device="veth5c89850"} 10 node_network_iface_id{device="veth5c9266b"} 2682 node_network_iface_id{device="veth5cb3758"} 23 node_network_iface_id{device="veth5f3a618"} 62 node_network_iface_id{device="veth6514729"} 167778 node_network_iface_id{device="veth6ef017c"} 17 node_network_iface_id{device="veth72d059e"} 82643 node_network_iface_id{device="veth7602106"} 7 node_network_iface_id{device="veth774f918"} 161892 node_network_iface_id{device="veth7ddb1d5"} 20 node_network_iface_id{device="veth7dfbfe9"} 44 node_network_iface_id{device="veth7e6650e"} 47 node_network_iface_id{device="veth805ca89"} 35 node_network_iface_id{device="veth813f18f"} 22 node_network_iface_id{device="veth8742f54"} 28 node_network_iface_id{device="veth879e86d"} 22620 node_network_iface_id{device="veth87bcf83"} 39 node_network_iface_id{device="veth8b5935d"} 29 node_network_iface_id{device="veth8f4b0cb"} 165627 node_network_iface_id{device="veth9250185"} 49 node_network_iface_id{device="veth9ad36df"} 11 node_network_iface_id{device="vetha2abb8f"} 82250 node_network_iface_id{device="vetha3e23e2"} 34 node_network_iface_id{device="vethac62907"} 43 node_network_iface_id{device="vethb496c32"} 40 node_network_iface_id{device="vethb67c9c8"} 53 node_network_iface_id{device="vethb9c0324"} 38 node_network_iface_id{device="vethbc2f676"} 37 node_network_iface_id{device="vethbd85325"} 12 node_network_iface_id{device="vethc7ab0cb"} 45 node_network_iface_id{device="vethcea0c1f"} 50 node_network_iface_id{device="vethd1bc1e3"} 64 node_network_iface_id{device="vethdad8adf"} 14 node_network_iface_id{device="vethdccf4a4"} 13 node_network_iface_id{device="vethde9a026"} 26 node_network_iface_id{device="vethe1137f1"} 8 node_network_iface_id{device="vethe5aad89"} 41 node_network_iface_id{device="vethe9a27e0"} 167110 node_network_iface_id{device="vetheca5211"} 30 node_network_iface_id{device="vethf73fff9"} 55 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-1a24676cf2a8"} 4 node_network_iface_link{device="br-b8011903ad9b"} 6 node_network_iface_link{device="br-mailcow"} 3 node_network_iface_link{device="docker0"} 5 node_network_iface_link{device="docker_gwbridge"} 159084 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth04f3195"} 2 node_network_iface_link{device="veth0bf6a31"} 2 node_network_iface_link{device="veth0e81a85"} 2 node_network_iface_link{device="veth154a25b"} 2 node_network_iface_link{device="veth185a6d6"} 2 node_network_iface_link{device="veth1d10ffd"} 2 node_network_iface_link{device="veth1e29ca3"} 159085 node_network_iface_link{device="veth1eb6f69"} 2 node_network_iface_link{device="veth2d4a08c"} 2 node_network_iface_link{device="veth2f570f1"} 2 node_network_iface_link{device="veth313e7b7"} 2 node_network_iface_link{device="veth3a0c9aa"} 2 node_network_iface_link{device="veth3a1ab26"} 2 node_network_iface_link{device="veth415e4f2"} 2 node_network_iface_link{device="veth4543d68"} 2 node_network_iface_link{device="veth45fe3c4"} 2 node_network_iface_link{device="veth4e70d9e"} 2 node_network_iface_link{device="veth501c2ee"} 2 node_network_iface_link{device="veth533183e"} 3 node_network_iface_link{device="veth56ef01c"} 2 node_network_iface_link{device="veth5a621a9"} 2 node_network_iface_link{device="veth5c2c128"} 2 node_network_iface_link{device="veth5c89850"} 2 node_network_iface_link{device="veth5c9266b"} 2 node_network_iface_link{device="veth5cb3758"} 2 node_network_iface_link{device="veth5f3a618"} 2 node_network_iface_link{device="veth6514729"} 2 node_network_iface_link{device="veth6ef017c"} 2 node_network_iface_link{device="veth72d059e"} 2 node_network_iface_link{device="veth7602106"} 2 node_network_iface_link{device="veth774f918"} 2 node_network_iface_link{device="veth7ddb1d5"} 2 node_network_iface_link{device="veth7dfbfe9"} 2 node_network_iface_link{device="veth7e6650e"} 2 node_network_iface_link{device="veth805ca89"} 2 node_network_iface_link{device="veth813f18f"} 2 node_network_iface_link{device="veth8742f54"} 2 node_network_iface_link{device="veth879e86d"} 2 node_network_iface_link{device="veth87bcf83"} 2 node_network_iface_link{device="veth8b5935d"} 2 node_network_iface_link{device="veth8f4b0cb"} 2 node_network_iface_link{device="veth9250185"} 2 node_network_iface_link{device="veth9ad36df"} 2 node_network_iface_link{device="vetha2abb8f"} 2 node_network_iface_link{device="vetha3e23e2"} 2 node_network_iface_link{device="vethac62907"} 2 node_network_iface_link{device="vethb496c32"} 2 node_network_iface_link{device="vethb67c9c8"} 2 node_network_iface_link{device="vethb9c0324"} 2 node_network_iface_link{device="vethbc2f676"} 2 node_network_iface_link{device="vethbd85325"} 2 node_network_iface_link{device="vethc7ab0cb"} 2 node_network_iface_link{device="vethcea0c1f"} 2 node_network_iface_link{device="vethd1bc1e3"} 2 node_network_iface_link{device="vethdad8adf"} 2 node_network_iface_link{device="vethdccf4a4"} 2 node_network_iface_link{device="vethde9a026"} 2 node_network_iface_link{device="vethe1137f1"} 2 node_network_iface_link{device="vethe5aad89"} 2 node_network_iface_link{device="vethe9a27e0"} 2 node_network_iface_link{device="vetheca5211"} 2 node_network_iface_link{device="vethf73fff9"} 3 # 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-1a24676cf2a8"} 0 node_network_iface_link_mode{device="br-b8011903ad9b"} 0 node_network_iface_link_mode{device="br-mailcow"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="docker_gwbridge"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth04f3195"} 0 node_network_iface_link_mode{device="veth0bf6a31"} 0 node_network_iface_link_mode{device="veth0e81a85"} 0 node_network_iface_link_mode{device="veth154a25b"} 0 node_network_iface_link_mode{device="veth185a6d6"} 0 node_network_iface_link_mode{device="veth1d10ffd"} 0 node_network_iface_link_mode{device="veth1e29ca3"} 0 node_network_iface_link_mode{device="veth1eb6f69"} 0 node_network_iface_link_mode{device="veth2d4a08c"} 0 node_network_iface_link_mode{device="veth2f570f1"} 0 node_network_iface_link_mode{device="veth313e7b7"} 0 node_network_iface_link_mode{device="veth3a0c9aa"} 0 node_network_iface_link_mode{device="veth3a1ab26"} 0 node_network_iface_link_mode{device="veth415e4f2"} 0 node_network_iface_link_mode{device="veth4543d68"} 0 node_network_iface_link_mode{device="veth45fe3c4"} 0 node_network_iface_link_mode{device="veth4e70d9e"} 0 node_network_iface_link_mode{device="veth501c2ee"} 0 node_network_iface_link_mode{device="veth533183e"} 0 node_network_iface_link_mode{device="veth56ef01c"} 0 node_network_iface_link_mode{device="veth5a621a9"} 0 node_network_iface_link_mode{device="veth5c2c128"} 0 node_network_iface_link_mode{device="veth5c89850"} 0 node_network_iface_link_mode{device="veth5c9266b"} 0 node_network_iface_link_mode{device="veth5cb3758"} 0 node_network_iface_link_mode{device="veth5f3a618"} 0 node_network_iface_link_mode{device="veth6514729"} 0 node_network_iface_link_mode{device="veth6ef017c"} 0 node_network_iface_link_mode{device="veth72d059e"} 0 node_network_iface_link_mode{device="veth7602106"} 0 node_network_iface_link_mode{device="veth774f918"} 0 node_network_iface_link_mode{device="veth7ddb1d5"} 0 node_network_iface_link_mode{device="veth7dfbfe9"} 0 node_network_iface_link_mode{device="veth7e6650e"} 0 node_network_iface_link_mode{device="veth805ca89"} 0 node_network_iface_link_mode{device="veth813f18f"} 0 node_network_iface_link_mode{device="veth8742f54"} 0 node_network_iface_link_mode{device="veth879e86d"} 0 node_network_iface_link_mode{device="veth87bcf83"} 0 node_network_iface_link_mode{device="veth8b5935d"} 0 node_network_iface_link_mode{device="veth8f4b0cb"} 0 node_network_iface_link_mode{device="veth9250185"} 0 node_network_iface_link_mode{device="veth9ad36df"} 0 node_network_iface_link_mode{device="vetha2abb8f"} 0 node_network_iface_link_mode{device="vetha3e23e2"} 0 node_network_iface_link_mode{device="vethac62907"} 0 node_network_iface_link_mode{device="vethb496c32"} 0 node_network_iface_link_mode{device="vethb67c9c8"} 0 node_network_iface_link_mode{device="vethb9c0324"} 0 node_network_iface_link_mode{device="vethbc2f676"} 0 node_network_iface_link_mode{device="vethbd85325"} 0 node_network_iface_link_mode{device="vethc7ab0cb"} 0 node_network_iface_link_mode{device="vethcea0c1f"} 0 node_network_iface_link_mode{device="vethd1bc1e3"} 0 node_network_iface_link_mode{device="vethdad8adf"} 0 node_network_iface_link_mode{device="vethdccf4a4"} 0 node_network_iface_link_mode{device="vethde9a026"} 0 node_network_iface_link_mode{device="vethe1137f1"} 0 node_network_iface_link_mode{device="vethe5aad89"} 0 node_network_iface_link_mode{device="vethe9a27e0"} 0 node_network_iface_link_mode{device="vetheca5211"} 0 node_network_iface_link_mode{device="vethf73fff9"} 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="00:50:56:5b:4f:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="06:0a:ad:f3:55:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd1bc1e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:56:79:fe:de:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf73fff9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:b9:93:cb:84:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2abb8f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:df:75:ad:ca:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e29ca3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:dd:6c:ef:18:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb67c9c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:81:90:d0:f5:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker_gwbridge",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="16:ed:82:a8:a4:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-mailcow",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="1a:9a:99:cf:b9:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d4a08c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:b1:cc:13:50:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0bf6a31",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:92:db:f5:b1:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth415e4f2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:4f:de:98:42:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7602106",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:79:46:6c:1d:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth185a6d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:43:9f:b3:f7:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth56ef01c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:e0:2c:8e:bd:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b5935d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:70:7d:c8:f9:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc7ab0cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:a5:32:b9:e9:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3e23e2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:b1:14:b4:f5:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c9266b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:3e:3c:3d:65:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ad36df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:c0:8b:ee:f8:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1a24676cf2a8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="42:be:f0:fb:05:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e81a85",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:40:11:85:89:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe9a27e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:5a:f8:53:8a:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcea0c1f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:bb:f5:81:db:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a621a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:9d:06:fe:18:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe5aad89",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:91:f8:16:81:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe1137f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:12:88:f2:a8:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1eb6f69",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:ba:9d:8b:cd:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6514729",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:eb:52:46:86:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d10ffd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:6f:cd:97:4e:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth72d059e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:d3:77:e8:7a:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2f570f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:db:13:42:ff:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth154a25b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:bf:9b:dd:dc:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5cb3758",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:02:3d:07:bc:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth805ca89",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:c9:0d:41:32:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e70d9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:23:1c:8e:61:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth813f18f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:cb:b3:18:92:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd85325",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:e8:15:19:89:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethde9a026",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:10:15:d8:e5:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8742f54",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:b2:0b:b7:68:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87bcf83",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:e9:68:2c:5f:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f3a618",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:d8:28:91:76:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdad8adf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:17:fe:cd:d0:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth45fe3c4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:57:f5:09:c3:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth879e86d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:82:fc:a6:67:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="b2:1d:81:f3:8c:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb9c0324",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:4a:68:5e:9d:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdccf4a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:67:eb:a3:44:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth533183e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:77:c7:6d:1e:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7e6650e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:3b:fd:16:b9:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9250185",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:63:1e:51:4b:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth501c2ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:a1:db:3f:a9:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f4b0cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:b1:1b:41:19:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a1ab26",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:f3:2e:95:03:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheca5211",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:ae:a2:ce:f5:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c2c128",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:62:a1:62:bb:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac62907",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:65:fc:8b:62:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7dfbfe9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:08:7d:b8:92:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbc2f676",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:a9:ff:01:7e:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04f3195",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:1a:05:50:f6:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth774f918",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:e1:98:aa:03:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4543d68",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:b8:6c:0f:91:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth313e7b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:65:7c:89:5a:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b8011903ad9b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="e2:f2:cf:c1:4a:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6ef017c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:2a:e5:76:3d:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ddb1d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:a2:3e:b9:6a:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c89850",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:f4:90:0e:58:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb496c32",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:9b:fb:8c:d4:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a0c9aa",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-1a24676cf2a8"} 1500 node_network_mtu_bytes{device="br-b8011903ad9b"} 1500 node_network_mtu_bytes{device="br-mailcow"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="docker_gwbridge"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth04f3195"} 1500 node_network_mtu_bytes{device="veth0bf6a31"} 1500 node_network_mtu_bytes{device="veth0e81a85"} 1500 node_network_mtu_bytes{device="veth154a25b"} 1500 node_network_mtu_bytes{device="veth185a6d6"} 1500 node_network_mtu_bytes{device="veth1d10ffd"} 1500 node_network_mtu_bytes{device="veth1e29ca3"} 1500 node_network_mtu_bytes{device="veth1eb6f69"} 1500 node_network_mtu_bytes{device="veth2d4a08c"} 1500 node_network_mtu_bytes{device="veth2f570f1"} 1500 node_network_mtu_bytes{device="veth313e7b7"} 1500 node_network_mtu_bytes{device="veth3a0c9aa"} 1500 node_network_mtu_bytes{device="veth3a1ab26"} 1500 node_network_mtu_bytes{device="veth415e4f2"} 1500 node_network_mtu_bytes{device="veth4543d68"} 1500 node_network_mtu_bytes{device="veth45fe3c4"} 1500 node_network_mtu_bytes{device="veth4e70d9e"} 1500 node_network_mtu_bytes{device="veth501c2ee"} 1500 node_network_mtu_bytes{device="veth533183e"} 1500 node_network_mtu_bytes{device="veth56ef01c"} 1500 node_network_mtu_bytes{device="veth5a621a9"} 1500 node_network_mtu_bytes{device="veth5c2c128"} 1500 node_network_mtu_bytes{device="veth5c89850"} 1500 node_network_mtu_bytes{device="veth5c9266b"} 1500 node_network_mtu_bytes{device="veth5cb3758"} 1500 node_network_mtu_bytes{device="veth5f3a618"} 1500 node_network_mtu_bytes{device="veth6514729"} 1500 node_network_mtu_bytes{device="veth6ef017c"} 1500 node_network_mtu_bytes{device="veth72d059e"} 1500 node_network_mtu_bytes{device="veth7602106"} 1500 node_network_mtu_bytes{device="veth774f918"} 1500 node_network_mtu_bytes{device="veth7ddb1d5"} 1500 node_network_mtu_bytes{device="veth7dfbfe9"} 1500 node_network_mtu_bytes{device="veth7e6650e"} 1500 node_network_mtu_bytes{device="veth805ca89"} 1500 node_network_mtu_bytes{device="veth813f18f"} 1500 node_network_mtu_bytes{device="veth8742f54"} 1500 node_network_mtu_bytes{device="veth879e86d"} 1500 node_network_mtu_bytes{device="veth87bcf83"} 1500 node_network_mtu_bytes{device="veth8b5935d"} 1500 node_network_mtu_bytes{device="veth8f4b0cb"} 1500 node_network_mtu_bytes{device="veth9250185"} 1500 node_network_mtu_bytes{device="veth9ad36df"} 1500 node_network_mtu_bytes{device="vetha2abb8f"} 1500 node_network_mtu_bytes{device="vetha3e23e2"} 1500 node_network_mtu_bytes{device="vethac62907"} 1500 node_network_mtu_bytes{device="vethb496c32"} 1500 node_network_mtu_bytes{device="vethb67c9c8"} 1500 node_network_mtu_bytes{device="vethb9c0324"} 1500 node_network_mtu_bytes{device="vethbc2f676"} 1500 node_network_mtu_bytes{device="vethbd85325"} 1500 node_network_mtu_bytes{device="vethc7ab0cb"} 1500 node_network_mtu_bytes{device="vethcea0c1f"} 1500 node_network_mtu_bytes{device="vethd1bc1e3"} 1500 node_network_mtu_bytes{device="vethdad8adf"} 1500 node_network_mtu_bytes{device="vethdccf4a4"} 1500 node_network_mtu_bytes{device="vethde9a026"} 1500 node_network_mtu_bytes{device="vethe1137f1"} 1500 node_network_mtu_bytes{device="vethe5aad89"} 1500 node_network_mtu_bytes{device="vethe9a27e0"} 1500 node_network_mtu_bytes{device="vetheca5211"} 1500 node_network_mtu_bytes{device="vethf73fff9"} 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-1a24676cf2a8"} 3 node_network_name_assign_type{device="br-b8011903ad9b"} 3 node_network_name_assign_type{device="br-mailcow"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="docker_gwbridge"} 3 node_network_name_assign_type{device="eth0"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth04f3195"} 3 node_network_name_assign_type{device="veth0bf6a31"} 3 node_network_name_assign_type{device="veth0e81a85"} 3 node_network_name_assign_type{device="veth154a25b"} 3 node_network_name_assign_type{device="veth185a6d6"} 3 node_network_name_assign_type{device="veth1d10ffd"} 3 node_network_name_assign_type{device="veth1e29ca3"} 3 node_network_name_assign_type{device="veth1eb6f69"} 3 node_network_name_assign_type{device="veth2d4a08c"} 3 node_network_name_assign_type{device="veth2f570f1"} 3 node_network_name_assign_type{device="veth313e7b7"} 3 node_network_name_assign_type{device="veth3a0c9aa"} 3 node_network_name_assign_type{device="veth3a1ab26"} 3 node_network_name_assign_type{device="veth415e4f2"} 3 node_network_name_assign_type{device="veth4543d68"} 3 node_network_name_assign_type{device="veth45fe3c4"} 3 node_network_name_assign_type{device="veth4e70d9e"} 3 node_network_name_assign_type{device="veth501c2ee"} 3 node_network_name_assign_type{device="veth533183e"} 3 node_network_name_assign_type{device="veth56ef01c"} 3 node_network_name_assign_type{device="veth5a621a9"} 3 node_network_name_assign_type{device="veth5c2c128"} 3 node_network_name_assign_type{device="veth5c89850"} 3 node_network_name_assign_type{device="veth5c9266b"} 3 node_network_name_assign_type{device="veth5cb3758"} 3 node_network_name_assign_type{device="veth5f3a618"} 3 node_network_name_assign_type{device="veth6514729"} 3 node_network_name_assign_type{device="veth6ef017c"} 3 node_network_name_assign_type{device="veth72d059e"} 3 node_network_name_assign_type{device="veth7602106"} 3 node_network_name_assign_type{device="veth774f918"} 3 node_network_name_assign_type{device="veth7ddb1d5"} 3 node_network_name_assign_type{device="veth7dfbfe9"} 3 node_network_name_assign_type{device="veth7e6650e"} 3 node_network_name_assign_type{device="veth805ca89"} 3 node_network_name_assign_type{device="veth813f18f"} 3 node_network_name_assign_type{device="veth8742f54"} 3 node_network_name_assign_type{device="veth879e86d"} 3 node_network_name_assign_type{device="veth87bcf83"} 3 node_network_name_assign_type{device="veth8b5935d"} 3 node_network_name_assign_type{device="veth8f4b0cb"} 3 node_network_name_assign_type{device="veth9250185"} 3 node_network_name_assign_type{device="veth9ad36df"} 3 node_network_name_assign_type{device="vetha2abb8f"} 3 node_network_name_assign_type{device="vetha3e23e2"} 3 node_network_name_assign_type{device="vethac62907"} 3 node_network_name_assign_type{device="vethb496c32"} 3 node_network_name_assign_type{device="vethb67c9c8"} 3 node_network_name_assign_type{device="vethb9c0324"} 3 node_network_name_assign_type{device="vethbc2f676"} 3 node_network_name_assign_type{device="vethbd85325"} 3 node_network_name_assign_type{device="vethc7ab0cb"} 3 node_network_name_assign_type{device="vethcea0c1f"} 3 node_network_name_assign_type{device="vethd1bc1e3"} 3 node_network_name_assign_type{device="vethdad8adf"} 3 node_network_name_assign_type{device="vethdccf4a4"} 3 node_network_name_assign_type{device="vethde9a026"} 3 node_network_name_assign_type{device="vethe1137f1"} 3 node_network_name_assign_type{device="vethe5aad89"} 3 node_network_name_assign_type{device="vethe9a27e0"} 3 node_network_name_assign_type{device="vetheca5211"} 3 node_network_name_assign_type{device="vethf73fff9"} 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-1a24676cf2a8"} 0 node_network_net_dev_group{device="br-b8011903ad9b"} 0 node_network_net_dev_group{device="br-mailcow"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="docker_gwbridge"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth04f3195"} 0 node_network_net_dev_group{device="veth0bf6a31"} 0 node_network_net_dev_group{device="veth0e81a85"} 0 node_network_net_dev_group{device="veth154a25b"} 0 node_network_net_dev_group{device="veth185a6d6"} 0 node_network_net_dev_group{device="veth1d10ffd"} 0 node_network_net_dev_group{device="veth1e29ca3"} 0 node_network_net_dev_group{device="veth1eb6f69"} 0 node_network_net_dev_group{device="veth2d4a08c"} 0 node_network_net_dev_group{device="veth2f570f1"} 0 node_network_net_dev_group{device="veth313e7b7"} 0 node_network_net_dev_group{device="veth3a0c9aa"} 0 node_network_net_dev_group{device="veth3a1ab26"} 0 node_network_net_dev_group{device="veth415e4f2"} 0 node_network_net_dev_group{device="veth4543d68"} 0 node_network_net_dev_group{device="veth45fe3c4"} 0 node_network_net_dev_group{device="veth4e70d9e"} 0 node_network_net_dev_group{device="veth501c2ee"} 0 node_network_net_dev_group{device="veth533183e"} 0 node_network_net_dev_group{device="veth56ef01c"} 0 node_network_net_dev_group{device="veth5a621a9"} 0 node_network_net_dev_group{device="veth5c2c128"} 0 node_network_net_dev_group{device="veth5c89850"} 0 node_network_net_dev_group{device="veth5c9266b"} 0 node_network_net_dev_group{device="veth5cb3758"} 0 node_network_net_dev_group{device="veth5f3a618"} 0 node_network_net_dev_group{device="veth6514729"} 0 node_network_net_dev_group{device="veth6ef017c"} 0 node_network_net_dev_group{device="veth72d059e"} 0 node_network_net_dev_group{device="veth7602106"} 0 node_network_net_dev_group{device="veth774f918"} 0 node_network_net_dev_group{device="veth7ddb1d5"} 0 node_network_net_dev_group{device="veth7dfbfe9"} 0 node_network_net_dev_group{device="veth7e6650e"} 0 node_network_net_dev_group{device="veth805ca89"} 0 node_network_net_dev_group{device="veth813f18f"} 0 node_network_net_dev_group{device="veth8742f54"} 0 node_network_net_dev_group{device="veth879e86d"} 0 node_network_net_dev_group{device="veth87bcf83"} 0 node_network_net_dev_group{device="veth8b5935d"} 0 node_network_net_dev_group{device="veth8f4b0cb"} 0 node_network_net_dev_group{device="veth9250185"} 0 node_network_net_dev_group{device="veth9ad36df"} 0 node_network_net_dev_group{device="vetha2abb8f"} 0 node_network_net_dev_group{device="vetha3e23e2"} 0 node_network_net_dev_group{device="vethac62907"} 0 node_network_net_dev_group{device="vethb496c32"} 0 node_network_net_dev_group{device="vethb67c9c8"} 0 node_network_net_dev_group{device="vethb9c0324"} 0 node_network_net_dev_group{device="vethbc2f676"} 0 node_network_net_dev_group{device="vethbd85325"} 0 node_network_net_dev_group{device="vethc7ab0cb"} 0 node_network_net_dev_group{device="vethcea0c1f"} 0 node_network_net_dev_group{device="vethd1bc1e3"} 0 node_network_net_dev_group{device="vethdad8adf"} 0 node_network_net_dev_group{device="vethdccf4a4"} 0 node_network_net_dev_group{device="vethde9a026"} 0 node_network_net_dev_group{device="vethe1137f1"} 0 node_network_net_dev_group{device="vethe5aad89"} 0 node_network_net_dev_group{device="vethe9a27e0"} 0 node_network_net_dev_group{device="vetheca5211"} 0 node_network_net_dev_group{device="vethf73fff9"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-1a24676cf2a8"} 1 node_network_protocol_type{device="br-b8011903ad9b"} 1 node_network_protocol_type{device="br-mailcow"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="docker_gwbridge"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth04f3195"} 1 node_network_protocol_type{device="veth0bf6a31"} 1 node_network_protocol_type{device="veth0e81a85"} 1 node_network_protocol_type{device="veth154a25b"} 1 node_network_protocol_type{device="veth185a6d6"} 1 node_network_protocol_type{device="veth1d10ffd"} 1 node_network_protocol_type{device="veth1e29ca3"} 1 node_network_protocol_type{device="veth1eb6f69"} 1 node_network_protocol_type{device="veth2d4a08c"} 1 node_network_protocol_type{device="veth2f570f1"} 1 node_network_protocol_type{device="veth313e7b7"} 1 node_network_protocol_type{device="veth3a0c9aa"} 1 node_network_protocol_type{device="veth3a1ab26"} 1 node_network_protocol_type{device="veth415e4f2"} 1 node_network_protocol_type{device="veth4543d68"} 1 node_network_protocol_type{device="veth45fe3c4"} 1 node_network_protocol_type{device="veth4e70d9e"} 1 node_network_protocol_type{device="veth501c2ee"} 1 node_network_protocol_type{device="veth533183e"} 1 node_network_protocol_type{device="veth56ef01c"} 1 node_network_protocol_type{device="veth5a621a9"} 1 node_network_protocol_type{device="veth5c2c128"} 1 node_network_protocol_type{device="veth5c89850"} 1 node_network_protocol_type{device="veth5c9266b"} 1 node_network_protocol_type{device="veth5cb3758"} 1 node_network_protocol_type{device="veth5f3a618"} 1 node_network_protocol_type{device="veth6514729"} 1 node_network_protocol_type{device="veth6ef017c"} 1 node_network_protocol_type{device="veth72d059e"} 1 node_network_protocol_type{device="veth7602106"} 1 node_network_protocol_type{device="veth774f918"} 1 node_network_protocol_type{device="veth7ddb1d5"} 1 node_network_protocol_type{device="veth7dfbfe9"} 1 node_network_protocol_type{device="veth7e6650e"} 1 node_network_protocol_type{device="veth805ca89"} 1 node_network_protocol_type{device="veth813f18f"} 1 node_network_protocol_type{device="veth8742f54"} 1 node_network_protocol_type{device="veth879e86d"} 1 node_network_protocol_type{device="veth87bcf83"} 1 node_network_protocol_type{device="veth8b5935d"} 1 node_network_protocol_type{device="veth8f4b0cb"} 1 node_network_protocol_type{device="veth9250185"} 1 node_network_protocol_type{device="veth9ad36df"} 1 node_network_protocol_type{device="vetha2abb8f"} 1 node_network_protocol_type{device="vetha3e23e2"} 1 node_network_protocol_type{device="vethac62907"} 1 node_network_protocol_type{device="vethb496c32"} 1 node_network_protocol_type{device="vethb67c9c8"} 1 node_network_protocol_type{device="vethb9c0324"} 1 node_network_protocol_type{device="vethbc2f676"} 1 node_network_protocol_type{device="vethbd85325"} 1 node_network_protocol_type{device="vethc7ab0cb"} 1 node_network_protocol_type{device="vethcea0c1f"} 1 node_network_protocol_type{device="vethd1bc1e3"} 1 node_network_protocol_type{device="vethdad8adf"} 1 node_network_protocol_type{device="vethdccf4a4"} 1 node_network_protocol_type{device="vethde9a026"} 1 node_network_protocol_type{device="vethe1137f1"} 1 node_network_protocol_type{device="vethe5aad89"} 1 node_network_protocol_type{device="vethe9a27e0"} 1 node_network_protocol_type{device="vetheca5211"} 1 node_network_protocol_type{device="vethf73fff9"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="br-1a24676cf2a8"} 2.7892588646e+10 node_network_receive_bytes_total{device="br-b8011903ad9b"} 5712 node_network_receive_bytes_total{device="br-mailcow"} 1.1436189548e+10 node_network_receive_bytes_total{device="docker0"} 3.15251731922e+11 node_network_receive_bytes_total{device="docker_gwbridge"} 84 node_network_receive_bytes_total{device="eth0"} 2.861245657559e+12 node_network_receive_bytes_total{device="lo"} 2.421159910624e+12 node_network_receive_bytes_total{device="veth04f3195"} 7.985231745e+09 node_network_receive_bytes_total{device="veth0bf6a31"} 3.6108492395e+10 node_network_receive_bytes_total{device="veth0e81a85"} 4.9027951e+07 node_network_receive_bytes_total{device="veth154a25b"} 2.993570148493e+12 node_network_receive_bytes_total{device="veth185a6d6"} 1.115216584e+09 node_network_receive_bytes_total{device="veth1d10ffd"} 3.339739429188e+12 node_network_receive_bytes_total{device="veth1e29ca3"} 126 node_network_receive_bytes_total{device="veth1eb6f69"} 3.999163370115e+12 node_network_receive_bytes_total{device="veth2d4a08c"} 181510 node_network_receive_bytes_total{device="veth2f570f1"} 2.1878290207e+10 node_network_receive_bytes_total{device="veth313e7b7"} 7.6860034e+08 node_network_receive_bytes_total{device="veth3a0c9aa"} 181300 node_network_receive_bytes_total{device="veth3a1ab26"} 5.05538702e+08 node_network_receive_bytes_total{device="veth415e4f2"} 1.202305609e+09 node_network_receive_bytes_total{device="veth4543d68"} 1.252937437e+09 node_network_receive_bytes_total{device="veth45fe3c4"} 1.8998723336e+10 node_network_receive_bytes_total{device="veth4e70d9e"} 3.94529105e+08 node_network_receive_bytes_total{device="veth501c2ee"} 6.65234922e+08 node_network_receive_bytes_total{device="veth533183e"} 8.617851e+06 node_network_receive_bytes_total{device="veth56ef01c"} 1.876219119e+09 node_network_receive_bytes_total{device="veth5a621a9"} 65245 node_network_receive_bytes_total{device="veth5c2c128"} 1.0303444932e+10 node_network_receive_bytes_total{device="veth5c89850"} 181930 node_network_receive_bytes_total{device="veth5c9266b"} 2.944682115e+09 node_network_receive_bytes_total{device="veth5cb3758"} 9.6882098e+07 node_network_receive_bytes_total{device="veth5f3a618"} 8.69900594e+09 node_network_receive_bytes_total{device="veth6514729"} 681126 node_network_receive_bytes_total{device="veth6ef017c"} 181720 node_network_receive_bytes_total{device="veth72d059e"} 6.5993676592e+10 node_network_receive_bytes_total{device="veth7602106"} 5.0377086e+07 node_network_receive_bytes_total{device="veth774f918"} 7.43525425e+08 node_network_receive_bytes_total{device="veth7ddb1d5"} 2.859075925e+09 node_network_receive_bytes_total{device="veth7dfbfe9"} 4.5152006e+07 node_network_receive_bytes_total{device="veth7e6650e"} 3.958051259e+09 node_network_receive_bytes_total{device="veth805ca89"} 5.1925475e+07 node_network_receive_bytes_total{device="veth813f18f"} 5.72839964e+08 node_network_receive_bytes_total{device="veth8742f54"} 9.59485505e+08 node_network_receive_bytes_total{device="veth879e86d"} 1.094212767e+09 node_network_receive_bytes_total{device="veth87bcf83"} 3.1961105357e+10 node_network_receive_bytes_total{device="veth8b5935d"} 5.290024e+06 node_network_receive_bytes_total{device="veth8f4b0cb"} 4.2638596e+07 node_network_receive_bytes_total{device="veth9250185"} 8.50950994e+08 node_network_receive_bytes_total{device="veth9ad36df"} 181440 node_network_receive_bytes_total{device="vetha2abb8f"} 9.5317453904e+10 node_network_receive_bytes_total{device="vetha3e23e2"} 2.6566357e+07 node_network_receive_bytes_total{device="vethac62907"} 181440 node_network_receive_bytes_total{device="vethb496c32"} 181580 node_network_receive_bytes_total{device="vethb67c9c8"} 7.64200859149e+11 node_network_receive_bytes_total{device="vethb9c0324"} 2.243846598e+09 node_network_receive_bytes_total{device="vethbc2f676"} 1.748950501e+09 node_network_receive_bytes_total{device="vethbd85325"} 6.8287229e+07 node_network_receive_bytes_total{device="vethc7ab0cb"} 2.76125762e+09 node_network_receive_bytes_total{device="vethcea0c1f"} 1.061528696e+09 node_network_receive_bytes_total{device="vethd1bc1e3"} 2.411929482e+09 node_network_receive_bytes_total{device="vethdad8adf"} 2.48168742e+08 node_network_receive_bytes_total{device="vethdccf4a4"} 8.8158211e+07 node_network_receive_bytes_total{device="vethde9a026"} 1.0061691842e+11 node_network_receive_bytes_total{device="vethe1137f1"} 1.6131798e+07 node_network_receive_bytes_total{device="vethe5aad89"} 8.368151e+06 node_network_receive_bytes_total{device="vethe9a27e0"} 3.0554313e+07 node_network_receive_bytes_total{device="vetheca5211"} 9.86861232e+08 node_network_receive_bytes_total{device="vethf73fff9"} 2.925016e+06 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="br-1a24676cf2a8"} 0 node_network_receive_compressed_total{device="br-b8011903ad9b"} 0 node_network_receive_compressed_total{device="br-mailcow"} 0 node_network_receive_compressed_total{device="docker0"} 0 node_network_receive_compressed_total{device="docker_gwbridge"} 0 node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="veth04f3195"} 0 node_network_receive_compressed_total{device="veth0bf6a31"} 0 node_network_receive_compressed_total{device="veth0e81a85"} 0 node_network_receive_compressed_total{device="veth154a25b"} 0 node_network_receive_compressed_total{device="veth185a6d6"} 0 node_network_receive_compressed_total{device="veth1d10ffd"} 0 node_network_receive_compressed_total{device="veth1e29ca3"} 0 node_network_receive_compressed_total{device="veth1eb6f69"} 0 node_network_receive_compressed_total{device="veth2d4a08c"} 0 node_network_receive_compressed_total{device="veth2f570f1"} 0 node_network_receive_compressed_total{device="veth313e7b7"} 0 node_network_receive_compressed_total{device="veth3a0c9aa"} 0 node_network_receive_compressed_total{device="veth3a1ab26"} 0 node_network_receive_compressed_total{device="veth415e4f2"} 0 node_network_receive_compressed_total{device="veth4543d68"} 0 node_network_receive_compressed_total{device="veth45fe3c4"} 0 node_network_receive_compressed_total{device="veth4e70d9e"} 0 node_network_receive_compressed_total{device="veth501c2ee"} 0 node_network_receive_compressed_total{device="veth533183e"} 0 node_network_receive_compressed_total{device="veth56ef01c"} 0 node_network_receive_compressed_total{device="veth5a621a9"} 0 node_network_receive_compressed_total{device="veth5c2c128"} 0 node_network_receive_compressed_total{device="veth5c89850"} 0 node_network_receive_compressed_total{device="veth5c9266b"} 0 node_network_receive_compressed_total{device="veth5cb3758"} 0 node_network_receive_compressed_total{device="veth5f3a618"} 0 node_network_receive_compressed_total{device="veth6514729"} 0 node_network_receive_compressed_total{device="veth6ef017c"} 0 node_network_receive_compressed_total{device="veth72d059e"} 0 node_network_receive_compressed_total{device="veth7602106"} 0 node_network_receive_compressed_total{device="veth774f918"} 0 node_network_receive_compressed_total{device="veth7ddb1d5"} 0 node_network_receive_compressed_total{device="veth7dfbfe9"} 0 node_network_receive_compressed_total{device="veth7e6650e"} 0 node_network_receive_compressed_total{device="veth805ca89"} 0 node_network_receive_compressed_total{device="veth813f18f"} 0 node_network_receive_compressed_total{device="veth8742f54"} 0 node_network_receive_compressed_total{device="veth879e86d"} 0 node_network_receive_compressed_total{device="veth87bcf83"} 0 node_network_receive_compressed_total{device="veth8b5935d"} 0 node_network_receive_compressed_total{device="veth8f4b0cb"} 0 node_network_receive_compressed_total{device="veth9250185"} 0 node_network_receive_compressed_total{device="veth9ad36df"} 0 node_network_receive_compressed_total{device="vetha2abb8f"} 0 node_network_receive_compressed_total{device="vetha3e23e2"} 0 node_network_receive_compressed_total{device="vethac62907"} 0 node_network_receive_compressed_total{device="vethb496c32"} 0 node_network_receive_compressed_total{device="vethb67c9c8"} 0 node_network_receive_compressed_total{device="vethb9c0324"} 0 node_network_receive_compressed_total{device="vethbc2f676"} 0 node_network_receive_compressed_total{device="vethbd85325"} 0 node_network_receive_compressed_total{device="vethc7ab0cb"} 0 node_network_receive_compressed_total{device="vethcea0c1f"} 0 node_network_receive_compressed_total{device="vethd1bc1e3"} 0 node_network_receive_compressed_total{device="vethdad8adf"} 0 node_network_receive_compressed_total{device="vethdccf4a4"} 0 node_network_receive_compressed_total{device="vethde9a026"} 0 node_network_receive_compressed_total{device="vethe1137f1"} 0 node_network_receive_compressed_total{device="vethe5aad89"} 0 node_network_receive_compressed_total{device="vethe9a27e0"} 0 node_network_receive_compressed_total{device="vetheca5211"} 0 node_network_receive_compressed_total{device="vethf73fff9"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="br-1a24676cf2a8"} 0 node_network_receive_drop_total{device="br-b8011903ad9b"} 0 node_network_receive_drop_total{device="br-mailcow"} 0 node_network_receive_drop_total{device="docker0"} 0 node_network_receive_drop_total{device="docker_gwbridge"} 0 node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="veth04f3195"} 0 node_network_receive_drop_total{device="veth0bf6a31"} 0 node_network_receive_drop_total{device="veth0e81a85"} 0 node_network_receive_drop_total{device="veth154a25b"} 0 node_network_receive_drop_total{device="veth185a6d6"} 0 node_network_receive_drop_total{device="veth1d10ffd"} 0 node_network_receive_drop_total{device="veth1e29ca3"} 0 node_network_receive_drop_total{device="veth1eb6f69"} 0 node_network_receive_drop_total{device="veth2d4a08c"} 0 node_network_receive_drop_total{device="veth2f570f1"} 0 node_network_receive_drop_total{device="veth313e7b7"} 0 node_network_receive_drop_total{device="veth3a0c9aa"} 0 node_network_receive_drop_total{device="veth3a1ab26"} 0 node_network_receive_drop_total{device="veth415e4f2"} 0 node_network_receive_drop_total{device="veth4543d68"} 0 node_network_receive_drop_total{device="veth45fe3c4"} 0 node_network_receive_drop_total{device="veth4e70d9e"} 0 node_network_receive_drop_total{device="veth501c2ee"} 0 node_network_receive_drop_total{device="veth533183e"} 0 node_network_receive_drop_total{device="veth56ef01c"} 0 node_network_receive_drop_total{device="veth5a621a9"} 0 node_network_receive_drop_total{device="veth5c2c128"} 0 node_network_receive_drop_total{device="veth5c89850"} 0 node_network_receive_drop_total{device="veth5c9266b"} 0 node_network_receive_drop_total{device="veth5cb3758"} 0 node_network_receive_drop_total{device="veth5f3a618"} 0 node_network_receive_drop_total{device="veth6514729"} 0 node_network_receive_drop_total{device="veth6ef017c"} 0 node_network_receive_drop_total{device="veth72d059e"} 0 node_network_receive_drop_total{device="veth7602106"} 0 node_network_receive_drop_total{device="veth774f918"} 0 node_network_receive_drop_total{device="veth7ddb1d5"} 0 node_network_receive_drop_total{device="veth7dfbfe9"} 0 node_network_receive_drop_total{device="veth7e6650e"} 0 node_network_receive_drop_total{device="veth805ca89"} 0 node_network_receive_drop_total{device="veth813f18f"} 0 node_network_receive_drop_total{device="veth8742f54"} 0 node_network_receive_drop_total{device="veth879e86d"} 0 node_network_receive_drop_total{device="veth87bcf83"} 0 node_network_receive_drop_total{device="veth8b5935d"} 0 node_network_receive_drop_total{device="veth8f4b0cb"} 0 node_network_receive_drop_total{device="veth9250185"} 0 node_network_receive_drop_total{device="veth9ad36df"} 0 node_network_receive_drop_total{device="vetha2abb8f"} 0 node_network_receive_drop_total{device="vetha3e23e2"} 0 node_network_receive_drop_total{device="vethac62907"} 0 node_network_receive_drop_total{device="vethb496c32"} 0 node_network_receive_drop_total{device="vethb67c9c8"} 0 node_network_receive_drop_total{device="vethb9c0324"} 0 node_network_receive_drop_total{device="vethbc2f676"} 0 node_network_receive_drop_total{device="vethbd85325"} 0 node_network_receive_drop_total{device="vethc7ab0cb"} 0 node_network_receive_drop_total{device="vethcea0c1f"} 0 node_network_receive_drop_total{device="vethd1bc1e3"} 0 node_network_receive_drop_total{device="vethdad8adf"} 0 node_network_receive_drop_total{device="vethdccf4a4"} 0 node_network_receive_drop_total{device="vethde9a026"} 0 node_network_receive_drop_total{device="vethe1137f1"} 0 node_network_receive_drop_total{device="vethe5aad89"} 0 node_network_receive_drop_total{device="vethe9a27e0"} 0 node_network_receive_drop_total{device="vetheca5211"} 0 node_network_receive_drop_total{device="vethf73fff9"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="br-1a24676cf2a8"} 0 node_network_receive_errs_total{device="br-b8011903ad9b"} 0 node_network_receive_errs_total{device="br-mailcow"} 0 node_network_receive_errs_total{device="docker0"} 0 node_network_receive_errs_total{device="docker_gwbridge"} 0 node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="lo"} 0 node_network_receive_errs_total{device="veth04f3195"} 0 node_network_receive_errs_total{device="veth0bf6a31"} 0 node_network_receive_errs_total{device="veth0e81a85"} 0 node_network_receive_errs_total{device="veth154a25b"} 0 node_network_receive_errs_total{device="veth185a6d6"} 0 node_network_receive_errs_total{device="veth1d10ffd"} 0 node_network_receive_errs_total{device="veth1e29ca3"} 0 node_network_receive_errs_total{device="veth1eb6f69"} 0 node_network_receive_errs_total{device="veth2d4a08c"} 0 node_network_receive_errs_total{device="veth2f570f1"} 0 node_network_receive_errs_total{device="veth313e7b7"} 0 node_network_receive_errs_total{device="veth3a0c9aa"} 0 node_network_receive_errs_total{device="veth3a1ab26"} 0 node_network_receive_errs_total{device="veth415e4f2"} 0 node_network_receive_errs_total{device="veth4543d68"} 0 node_network_receive_errs_total{device="veth45fe3c4"} 0 node_network_receive_errs_total{device="veth4e70d9e"} 0 node_network_receive_errs_total{device="veth501c2ee"} 0 node_network_receive_errs_total{device="veth533183e"} 0 node_network_receive_errs_total{device="veth56ef01c"} 0 node_network_receive_errs_total{device="veth5a621a9"} 0 node_network_receive_errs_total{device="veth5c2c128"} 0 node_network_receive_errs_total{device="veth5c89850"} 0 node_network_receive_errs_total{device="veth5c9266b"} 0 node_network_receive_errs_total{device="veth5cb3758"} 0 node_network_receive_errs_total{device="veth5f3a618"} 0 node_network_receive_errs_total{device="veth6514729"} 0 node_network_receive_errs_total{device="veth6ef017c"} 0 node_network_receive_errs_total{device="veth72d059e"} 0 node_network_receive_errs_total{device="veth7602106"} 0 node_network_receive_errs_total{device="veth774f918"} 0 node_network_receive_errs_total{device="veth7ddb1d5"} 0 node_network_receive_errs_total{device="veth7dfbfe9"} 0 node_network_receive_errs_total{device="veth7e6650e"} 0 node_network_receive_errs_total{device="veth805ca89"} 0 node_network_receive_errs_total{device="veth813f18f"} 0 node_network_receive_errs_total{device="veth8742f54"} 0 node_network_receive_errs_total{device="veth879e86d"} 0 node_network_receive_errs_total{device="veth87bcf83"} 0 node_network_receive_errs_total{device="veth8b5935d"} 0 node_network_receive_errs_total{device="veth8f4b0cb"} 0 node_network_receive_errs_total{device="veth9250185"} 0 node_network_receive_errs_total{device="veth9ad36df"} 0 node_network_receive_errs_total{device="vetha2abb8f"} 0 node_network_receive_errs_total{device="vetha3e23e2"} 0 node_network_receive_errs_total{device="vethac62907"} 0 node_network_receive_errs_total{device="vethb496c32"} 0 node_network_receive_errs_total{device="vethb67c9c8"} 0 node_network_receive_errs_total{device="vethb9c0324"} 0 node_network_receive_errs_total{device="vethbc2f676"} 0 node_network_receive_errs_total{device="vethbd85325"} 0 node_network_receive_errs_total{device="vethc7ab0cb"} 0 node_network_receive_errs_total{device="vethcea0c1f"} 0 node_network_receive_errs_total{device="vethd1bc1e3"} 0 node_network_receive_errs_total{device="vethdad8adf"} 0 node_network_receive_errs_total{device="vethdccf4a4"} 0 node_network_receive_errs_total{device="vethde9a026"} 0 node_network_receive_errs_total{device="vethe1137f1"} 0 node_network_receive_errs_total{device="vethe5aad89"} 0 node_network_receive_errs_total{device="vethe9a27e0"} 0 node_network_receive_errs_total{device="vetheca5211"} 0 node_network_receive_errs_total{device="vethf73fff9"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="br-1a24676cf2a8"} 0 node_network_receive_fifo_total{device="br-b8011903ad9b"} 0 node_network_receive_fifo_total{device="br-mailcow"} 0 node_network_receive_fifo_total{device="docker0"} 0 node_network_receive_fifo_total{device="docker_gwbridge"} 0 node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="lo"} 0 node_network_receive_fifo_total{device="veth04f3195"} 0 node_network_receive_fifo_total{device="veth0bf6a31"} 0 node_network_receive_fifo_total{device="veth0e81a85"} 0 node_network_receive_fifo_total{device="veth154a25b"} 0 node_network_receive_fifo_total{device="veth185a6d6"} 0 node_network_receive_fifo_total{device="veth1d10ffd"} 0 node_network_receive_fifo_total{device="veth1e29ca3"} 0 node_network_receive_fifo_total{device="veth1eb6f69"} 0 node_network_receive_fifo_total{device="veth2d4a08c"} 0 node_network_receive_fifo_total{device="veth2f570f1"} 0 node_network_receive_fifo_total{device="veth313e7b7"} 0 node_network_receive_fifo_total{device="veth3a0c9aa"} 0 node_network_receive_fifo_total{device="veth3a1ab26"} 0 node_network_receive_fifo_total{device="veth415e4f2"} 0 node_network_receive_fifo_total{device="veth4543d68"} 0 node_network_receive_fifo_total{device="veth45fe3c4"} 0 node_network_receive_fifo_total{device="veth4e70d9e"} 0 node_network_receive_fifo_total{device="veth501c2ee"} 0 node_network_receive_fifo_total{device="veth533183e"} 0 node_network_receive_fifo_total{device="veth56ef01c"} 0 node_network_receive_fifo_total{device="veth5a621a9"} 0 node_network_receive_fifo_total{device="veth5c2c128"} 0 node_network_receive_fifo_total{device="veth5c89850"} 0 node_network_receive_fifo_total{device="veth5c9266b"} 0 node_network_receive_fifo_total{device="veth5cb3758"} 0 node_network_receive_fifo_total{device="veth5f3a618"} 0 node_network_receive_fifo_total{device="veth6514729"} 0 node_network_receive_fifo_total{device="veth6ef017c"} 0 node_network_receive_fifo_total{device="veth72d059e"} 0 node_network_receive_fifo_total{device="veth7602106"} 0 node_network_receive_fifo_total{device="veth774f918"} 0 node_network_receive_fifo_total{device="veth7ddb1d5"} 0 node_network_receive_fifo_total{device="veth7dfbfe9"} 0 node_network_receive_fifo_total{device="veth7e6650e"} 0 node_network_receive_fifo_total{device="veth805ca89"} 0 node_network_receive_fifo_total{device="veth813f18f"} 0 node_network_receive_fifo_total{device="veth8742f54"} 0 node_network_receive_fifo_total{device="veth879e86d"} 0 node_network_receive_fifo_total{device="veth87bcf83"} 0 node_network_receive_fifo_total{device="veth8b5935d"} 0 node_network_receive_fifo_total{device="veth8f4b0cb"} 0 node_network_receive_fifo_total{device="veth9250185"} 0 node_network_receive_fifo_total{device="veth9ad36df"} 0 node_network_receive_fifo_total{device="vetha2abb8f"} 0 node_network_receive_fifo_total{device="vetha3e23e2"} 0 node_network_receive_fifo_total{device="vethac62907"} 0 node_network_receive_fifo_total{device="vethb496c32"} 0 node_network_receive_fifo_total{device="vethb67c9c8"} 0 node_network_receive_fifo_total{device="vethb9c0324"} 0 node_network_receive_fifo_total{device="vethbc2f676"} 0 node_network_receive_fifo_total{device="vethbd85325"} 0 node_network_receive_fifo_total{device="vethc7ab0cb"} 0 node_network_receive_fifo_total{device="vethcea0c1f"} 0 node_network_receive_fifo_total{device="vethd1bc1e3"} 0 node_network_receive_fifo_total{device="vethdad8adf"} 0 node_network_receive_fifo_total{device="vethdccf4a4"} 0 node_network_receive_fifo_total{device="vethde9a026"} 0 node_network_receive_fifo_total{device="vethe1137f1"} 0 node_network_receive_fifo_total{device="vethe5aad89"} 0 node_network_receive_fifo_total{device="vethe9a27e0"} 0 node_network_receive_fifo_total{device="vetheca5211"} 0 node_network_receive_fifo_total{device="vethf73fff9"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="br-1a24676cf2a8"} 0 node_network_receive_frame_total{device="br-b8011903ad9b"} 0 node_network_receive_frame_total{device="br-mailcow"} 0 node_network_receive_frame_total{device="docker0"} 0 node_network_receive_frame_total{device="docker_gwbridge"} 0 node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="lo"} 0 node_network_receive_frame_total{device="veth04f3195"} 0 node_network_receive_frame_total{device="veth0bf6a31"} 0 node_network_receive_frame_total{device="veth0e81a85"} 0 node_network_receive_frame_total{device="veth154a25b"} 0 node_network_receive_frame_total{device="veth185a6d6"} 0 node_network_receive_frame_total{device="veth1d10ffd"} 0 node_network_receive_frame_total{device="veth1e29ca3"} 0 node_network_receive_frame_total{device="veth1eb6f69"} 0 node_network_receive_frame_total{device="veth2d4a08c"} 0 node_network_receive_frame_total{device="veth2f570f1"} 0 node_network_receive_frame_total{device="veth313e7b7"} 0 node_network_receive_frame_total{device="veth3a0c9aa"} 0 node_network_receive_frame_total{device="veth3a1ab26"} 0 node_network_receive_frame_total{device="veth415e4f2"} 0 node_network_receive_frame_total{device="veth4543d68"} 0 node_network_receive_frame_total{device="veth45fe3c4"} 0 node_network_receive_frame_total{device="veth4e70d9e"} 0 node_network_receive_frame_total{device="veth501c2ee"} 0 node_network_receive_frame_total{device="veth533183e"} 0 node_network_receive_frame_total{device="veth56ef01c"} 0 node_network_receive_frame_total{device="veth5a621a9"} 0 node_network_receive_frame_total{device="veth5c2c128"} 0 node_network_receive_frame_total{device="veth5c89850"} 0 node_network_receive_frame_total{device="veth5c9266b"} 0 node_network_receive_frame_total{device="veth5cb3758"} 0 node_network_receive_frame_total{device="veth5f3a618"} 0 node_network_receive_frame_total{device="veth6514729"} 0 node_network_receive_frame_total{device="veth6ef017c"} 0 node_network_receive_frame_total{device="veth72d059e"} 0 node_network_receive_frame_total{device="veth7602106"} 0 node_network_receive_frame_total{device="veth774f918"} 0 node_network_receive_frame_total{device="veth7ddb1d5"} 0 node_network_receive_frame_total{device="veth7dfbfe9"} 0 node_network_receive_frame_total{device="veth7e6650e"} 0 node_network_receive_frame_total{device="veth805ca89"} 0 node_network_receive_frame_total{device="veth813f18f"} 0 node_network_receive_frame_total{device="veth8742f54"} 0 node_network_receive_frame_total{device="veth879e86d"} 0 node_network_receive_frame_total{device="veth87bcf83"} 0 node_network_receive_frame_total{device="veth8b5935d"} 0 node_network_receive_frame_total{device="veth8f4b0cb"} 0 node_network_receive_frame_total{device="veth9250185"} 0 node_network_receive_frame_total{device="veth9ad36df"} 0 node_network_receive_frame_total{device="vetha2abb8f"} 0 node_network_receive_frame_total{device="vetha3e23e2"} 0 node_network_receive_frame_total{device="vethac62907"} 0 node_network_receive_frame_total{device="vethb496c32"} 0 node_network_receive_frame_total{device="vethb67c9c8"} 0 node_network_receive_frame_total{device="vethb9c0324"} 0 node_network_receive_frame_total{device="vethbc2f676"} 0 node_network_receive_frame_total{device="vethbd85325"} 0 node_network_receive_frame_total{device="vethc7ab0cb"} 0 node_network_receive_frame_total{device="vethcea0c1f"} 0 node_network_receive_frame_total{device="vethd1bc1e3"} 0 node_network_receive_frame_total{device="vethdad8adf"} 0 node_network_receive_frame_total{device="vethdccf4a4"} 0 node_network_receive_frame_total{device="vethde9a026"} 0 node_network_receive_frame_total{device="vethe1137f1"} 0 node_network_receive_frame_total{device="vethe5aad89"} 0 node_network_receive_frame_total{device="vethe9a27e0"} 0 node_network_receive_frame_total{device="vetheca5211"} 0 node_network_receive_frame_total{device="vethf73fff9"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="br-1a24676cf2a8"} 0 node_network_receive_multicast_total{device="br-b8011903ad9b"} 0 node_network_receive_multicast_total{device="br-mailcow"} 424535 node_network_receive_multicast_total{device="docker0"} 1.123819e+06 node_network_receive_multicast_total{device="docker_gwbridge"} 0 node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="veth04f3195"} 0 node_network_receive_multicast_total{device="veth0bf6a31"} 0 node_network_receive_multicast_total{device="veth0e81a85"} 0 node_network_receive_multicast_total{device="veth154a25b"} 0 node_network_receive_multicast_total{device="veth185a6d6"} 0 node_network_receive_multicast_total{device="veth1d10ffd"} 0 node_network_receive_multicast_total{device="veth1e29ca3"} 0 node_network_receive_multicast_total{device="veth1eb6f69"} 0 node_network_receive_multicast_total{device="veth2d4a08c"} 0 node_network_receive_multicast_total{device="veth2f570f1"} 0 node_network_receive_multicast_total{device="veth313e7b7"} 0 node_network_receive_multicast_total{device="veth3a0c9aa"} 0 node_network_receive_multicast_total{device="veth3a1ab26"} 0 node_network_receive_multicast_total{device="veth415e4f2"} 0 node_network_receive_multicast_total{device="veth4543d68"} 0 node_network_receive_multicast_total{device="veth45fe3c4"} 0 node_network_receive_multicast_total{device="veth4e70d9e"} 0 node_network_receive_multicast_total{device="veth501c2ee"} 0 node_network_receive_multicast_total{device="veth533183e"} 0 node_network_receive_multicast_total{device="veth56ef01c"} 0 node_network_receive_multicast_total{device="veth5a621a9"} 0 node_network_receive_multicast_total{device="veth5c2c128"} 0 node_network_receive_multicast_total{device="veth5c89850"} 0 node_network_receive_multicast_total{device="veth5c9266b"} 0 node_network_receive_multicast_total{device="veth5cb3758"} 0 node_network_receive_multicast_total{device="veth5f3a618"} 0 node_network_receive_multicast_total{device="veth6514729"} 0 node_network_receive_multicast_total{device="veth6ef017c"} 0 node_network_receive_multicast_total{device="veth72d059e"} 0 node_network_receive_multicast_total{device="veth7602106"} 0 node_network_receive_multicast_total{device="veth774f918"} 0 node_network_receive_multicast_total{device="veth7ddb1d5"} 0 node_network_receive_multicast_total{device="veth7dfbfe9"} 0 node_network_receive_multicast_total{device="veth7e6650e"} 0 node_network_receive_multicast_total{device="veth805ca89"} 0 node_network_receive_multicast_total{device="veth813f18f"} 0 node_network_receive_multicast_total{device="veth8742f54"} 0 node_network_receive_multicast_total{device="veth879e86d"} 0 node_network_receive_multicast_total{device="veth87bcf83"} 0 node_network_receive_multicast_total{device="veth8b5935d"} 0 node_network_receive_multicast_total{device="veth8f4b0cb"} 0 node_network_receive_multicast_total{device="veth9250185"} 0 node_network_receive_multicast_total{device="veth9ad36df"} 0 node_network_receive_multicast_total{device="vetha2abb8f"} 0 node_network_receive_multicast_total{device="vetha3e23e2"} 0 node_network_receive_multicast_total{device="vethac62907"} 0 node_network_receive_multicast_total{device="vethb496c32"} 0 node_network_receive_multicast_total{device="vethb67c9c8"} 0 node_network_receive_multicast_total{device="vethb9c0324"} 0 node_network_receive_multicast_total{device="vethbc2f676"} 0 node_network_receive_multicast_total{device="vethbd85325"} 0 node_network_receive_multicast_total{device="vethc7ab0cb"} 0 node_network_receive_multicast_total{device="vethcea0c1f"} 0 node_network_receive_multicast_total{device="vethd1bc1e3"} 0 node_network_receive_multicast_total{device="vethdad8adf"} 0 node_network_receive_multicast_total{device="vethdccf4a4"} 0 node_network_receive_multicast_total{device="vethde9a026"} 0 node_network_receive_multicast_total{device="vethe1137f1"} 0 node_network_receive_multicast_total{device="vethe5aad89"} 0 node_network_receive_multicast_total{device="vethe9a27e0"} 0 node_network_receive_multicast_total{device="vetheca5211"} 0 node_network_receive_multicast_total{device="vethf73fff9"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="br-1a24676cf2a8"} 0 node_network_receive_nohandler_total{device="br-b8011903ad9b"} 0 node_network_receive_nohandler_total{device="br-mailcow"} 0 node_network_receive_nohandler_total{device="docker0"} 0 node_network_receive_nohandler_total{device="docker_gwbridge"} 0 node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="lo"} 0 node_network_receive_nohandler_total{device="veth04f3195"} 0 node_network_receive_nohandler_total{device="veth0bf6a31"} 0 node_network_receive_nohandler_total{device="veth0e81a85"} 0 node_network_receive_nohandler_total{device="veth154a25b"} 0 node_network_receive_nohandler_total{device="veth185a6d6"} 0 node_network_receive_nohandler_total{device="veth1d10ffd"} 0 node_network_receive_nohandler_total{device="veth1e29ca3"} 0 node_network_receive_nohandler_total{device="veth1eb6f69"} 0 node_network_receive_nohandler_total{device="veth2d4a08c"} 0 node_network_receive_nohandler_total{device="veth2f570f1"} 0 node_network_receive_nohandler_total{device="veth313e7b7"} 0 node_network_receive_nohandler_total{device="veth3a0c9aa"} 0 node_network_receive_nohandler_total{device="veth3a1ab26"} 0 node_network_receive_nohandler_total{device="veth415e4f2"} 0 node_network_receive_nohandler_total{device="veth4543d68"} 0 node_network_receive_nohandler_total{device="veth45fe3c4"} 0 node_network_receive_nohandler_total{device="veth4e70d9e"} 0 node_network_receive_nohandler_total{device="veth501c2ee"} 0 node_network_receive_nohandler_total{device="veth533183e"} 0 node_network_receive_nohandler_total{device="veth56ef01c"} 0 node_network_receive_nohandler_total{device="veth5a621a9"} 0 node_network_receive_nohandler_total{device="veth5c2c128"} 0 node_network_receive_nohandler_total{device="veth5c89850"} 0 node_network_receive_nohandler_total{device="veth5c9266b"} 0 node_network_receive_nohandler_total{device="veth5cb3758"} 0 node_network_receive_nohandler_total{device="veth5f3a618"} 0 node_network_receive_nohandler_total{device="veth6514729"} 0 node_network_receive_nohandler_total{device="veth6ef017c"} 0 node_network_receive_nohandler_total{device="veth72d059e"} 0 node_network_receive_nohandler_total{device="veth7602106"} 0 node_network_receive_nohandler_total{device="veth774f918"} 0 node_network_receive_nohandler_total{device="veth7ddb1d5"} 0 node_network_receive_nohandler_total{device="veth7dfbfe9"} 0 node_network_receive_nohandler_total{device="veth7e6650e"} 0 node_network_receive_nohandler_total{device="veth805ca89"} 0 node_network_receive_nohandler_total{device="veth813f18f"} 0 node_network_receive_nohandler_total{device="veth8742f54"} 0 node_network_receive_nohandler_total{device="veth879e86d"} 0 node_network_receive_nohandler_total{device="veth87bcf83"} 0 node_network_receive_nohandler_total{device="veth8b5935d"} 0 node_network_receive_nohandler_total{device="veth8f4b0cb"} 0 node_network_receive_nohandler_total{device="veth9250185"} 0 node_network_receive_nohandler_total{device="veth9ad36df"} 0 node_network_receive_nohandler_total{device="vetha2abb8f"} 0 node_network_receive_nohandler_total{device="vetha3e23e2"} 0 node_network_receive_nohandler_total{device="vethac62907"} 0 node_network_receive_nohandler_total{device="vethb496c32"} 0 node_network_receive_nohandler_total{device="vethb67c9c8"} 0 node_network_receive_nohandler_total{device="vethb9c0324"} 0 node_network_receive_nohandler_total{device="vethbc2f676"} 0 node_network_receive_nohandler_total{device="vethbd85325"} 0 node_network_receive_nohandler_total{device="vethc7ab0cb"} 0 node_network_receive_nohandler_total{device="vethcea0c1f"} 0 node_network_receive_nohandler_total{device="vethd1bc1e3"} 0 node_network_receive_nohandler_total{device="vethdad8adf"} 0 node_network_receive_nohandler_total{device="vethdccf4a4"} 0 node_network_receive_nohandler_total{device="vethde9a026"} 0 node_network_receive_nohandler_total{device="vethe1137f1"} 0 node_network_receive_nohandler_total{device="vethe5aad89"} 0 node_network_receive_nohandler_total{device="vethe9a27e0"} 0 node_network_receive_nohandler_total{device="vetheca5211"} 0 node_network_receive_nohandler_total{device="vethf73fff9"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="br-1a24676cf2a8"} 3.0780211e+08 node_network_receive_packets_total{device="br-b8011903ad9b"} 204 node_network_receive_packets_total{device="br-mailcow"} 6.601393e+07 node_network_receive_packets_total{device="docker0"} 1.96274627e+08 node_network_receive_packets_total{device="docker_gwbridge"} 3 node_network_receive_packets_total{device="eth0"} 1.123841202e+09 node_network_receive_packets_total{device="lo"} 5.89254646e+08 node_network_receive_packets_total{device="veth04f3195"} 6.4054854e+07 node_network_receive_packets_total{device="veth0bf6a31"} 5.096626e+06 node_network_receive_packets_total{device="veth0e81a85"} 861562 node_network_receive_packets_total{device="veth154a25b"} 4.54862682e+08 node_network_receive_packets_total{device="veth185a6d6"} 8.20462e+06 node_network_receive_packets_total{device="veth1d10ffd"} 2.380250227e+09 node_network_receive_packets_total{device="veth1e29ca3"} 3 node_network_receive_packets_total{device="veth1eb6f69"} 3.4541115e+08 node_network_receive_packets_total{device="veth2d4a08c"} 2591 node_network_receive_packets_total{device="veth2f570f1"} 1.77664001e+08 node_network_receive_packets_total{device="veth313e7b7"} 9.198304e+06 node_network_receive_packets_total{device="veth3a0c9aa"} 2588 node_network_receive_packets_total{device="veth3a1ab26"} 1.963032e+06 node_network_receive_packets_total{device="veth415e4f2"} 1.5730764e+07 node_network_receive_packets_total{device="veth4543d68"} 857229 node_network_receive_packets_total{device="veth45fe3c4"} 2.2695967e+07 node_network_receive_packets_total{device="veth4e70d9e"} 5.734576e+06 node_network_receive_packets_total{device="veth501c2ee"} 213279 node_network_receive_packets_total{device="veth533183e"} 23865 node_network_receive_packets_total{device="veth56ef01c"} 1.631993e+06 node_network_receive_packets_total{device="veth5a621a9"} 321 node_network_receive_packets_total{device="veth5c2c128"} 4.1293973e+07 node_network_receive_packets_total{device="veth5c89850"} 2597 node_network_receive_packets_total{device="veth5c9266b"} 2.3524574e+07 node_network_receive_packets_total{device="veth5cb3758"} 922668 node_network_receive_packets_total{device="veth5f3a618"} 2.1735452e+07 node_network_receive_packets_total{device="veth6514729"} 4450 node_network_receive_packets_total{device="veth6ef017c"} 2594 node_network_receive_packets_total{device="veth72d059e"} 3.13139818e+08 node_network_receive_packets_total{device="veth7602106"} 831233 node_network_receive_packets_total{device="veth774f918"} 9.0534e+06 node_network_receive_packets_total{device="veth7ddb1d5"} 2.2129582e+07 node_network_receive_packets_total{device="veth7dfbfe9"} 786025 node_network_receive_packets_total{device="veth7e6650e"} 2.861797e+06 node_network_receive_packets_total{device="veth805ca89"} 808039 node_network_receive_packets_total{device="veth813f18f"} 7.672135e+06 node_network_receive_packets_total{device="veth8742f54"} 5.26876e+06 node_network_receive_packets_total{device="veth879e86d"} 8.205039e+06 node_network_receive_packets_total{device="veth87bcf83"} 1.0964174e+07 node_network_receive_packets_total{device="veth8b5935d"} 11727 node_network_receive_packets_total{device="veth8f4b0cb"} 85289 node_network_receive_packets_total{device="veth9250185"} 1.2056291e+07 node_network_receive_packets_total{device="veth9ad36df"} 2590 node_network_receive_packets_total{device="vetha2abb8f"} 2.52923229e+08 node_network_receive_packets_total{device="vetha3e23e2"} 93858 node_network_receive_packets_total{device="vethac62907"} 2590 node_network_receive_packets_total{device="vethb496c32"} 2592 node_network_receive_packets_total{device="vethb67c9c8"} 3.521792013e+09 node_network_receive_packets_total{device="vethb9c0324"} 3.0282632e+07 node_network_receive_packets_total{device="vethbc2f676"} 1.0232602e+07 node_network_receive_packets_total{device="vethbd85325"} 744399 node_network_receive_packets_total{device="vethc7ab0cb"} 2.200504e+06 node_network_receive_packets_total{device="vethcea0c1f"} 4.883261e+06 node_network_receive_packets_total{device="vethd1bc1e3"} 4.448067e+06 node_network_receive_packets_total{device="vethdad8adf"} 823107 node_network_receive_packets_total{device="vethdccf4a4"} 1.020754e+06 node_network_receive_packets_total{device="vethde9a026"} 8.3074064e+07 node_network_receive_packets_total{device="vethe1137f1"} 247197 node_network_receive_packets_total{device="vethe5aad89"} 16652 node_network_receive_packets_total{device="vethe9a27e0"} 320611 node_network_receive_packets_total{device="vetheca5211"} 1.3823828e+07 node_network_receive_packets_total{device="vethf73fff9"} 23759 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-1a24676cf2a8"} 1.25e+09 node_network_speed_bytes{device="br-b8011903ad9b"} 1.25e+09 node_network_speed_bytes{device="br-mailcow"} 1.25e+09 node_network_speed_bytes{device="docker0"} 1.25e+09 node_network_speed_bytes{device="docker_gwbridge"} 1.25e+09 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="veth04f3195"} 1.25e+09 node_network_speed_bytes{device="veth0bf6a31"} 1.25e+09 node_network_speed_bytes{device="veth0e81a85"} 1.25e+09 node_network_speed_bytes{device="veth154a25b"} 1.25e+09 node_network_speed_bytes{device="veth185a6d6"} 1.25e+09 node_network_speed_bytes{device="veth1d10ffd"} 1.25e+09 node_network_speed_bytes{device="veth1e29ca3"} 1.25e+09 node_network_speed_bytes{device="veth1eb6f69"} 1.25e+09 node_network_speed_bytes{device="veth2d4a08c"} 1.25e+09 node_network_speed_bytes{device="veth2f570f1"} 1.25e+09 node_network_speed_bytes{device="veth313e7b7"} 1.25e+09 node_network_speed_bytes{device="veth3a0c9aa"} 1.25e+09 node_network_speed_bytes{device="veth3a1ab26"} 1.25e+09 node_network_speed_bytes{device="veth415e4f2"} 1.25e+09 node_network_speed_bytes{device="veth4543d68"} 1.25e+09 node_network_speed_bytes{device="veth45fe3c4"} 1.25e+09 node_network_speed_bytes{device="veth4e70d9e"} 1.25e+09 node_network_speed_bytes{device="veth501c2ee"} 1.25e+09 node_network_speed_bytes{device="veth533183e"} 1.25e+09 node_network_speed_bytes{device="veth56ef01c"} 1.25e+09 node_network_speed_bytes{device="veth5a621a9"} 1.25e+09 node_network_speed_bytes{device="veth5c2c128"} 1.25e+09 node_network_speed_bytes{device="veth5c89850"} 1.25e+09 node_network_speed_bytes{device="veth5c9266b"} 1.25e+09 node_network_speed_bytes{device="veth5cb3758"} 1.25e+09 node_network_speed_bytes{device="veth5f3a618"} 1.25e+09 node_network_speed_bytes{device="veth6514729"} 1.25e+09 node_network_speed_bytes{device="veth6ef017c"} 1.25e+09 node_network_speed_bytes{device="veth72d059e"} 1.25e+09 node_network_speed_bytes{device="veth7602106"} 1.25e+09 node_network_speed_bytes{device="veth774f918"} 1.25e+09 node_network_speed_bytes{device="veth7ddb1d5"} 1.25e+09 node_network_speed_bytes{device="veth7dfbfe9"} 1.25e+09 node_network_speed_bytes{device="veth7e6650e"} 1.25e+09 node_network_speed_bytes{device="veth805ca89"} 1.25e+09 node_network_speed_bytes{device="veth813f18f"} 1.25e+09 node_network_speed_bytes{device="veth8742f54"} 1.25e+09 node_network_speed_bytes{device="veth879e86d"} 1.25e+09 node_network_speed_bytes{device="veth87bcf83"} 1.25e+09 node_network_speed_bytes{device="veth8b5935d"} 1.25e+09 node_network_speed_bytes{device="veth8f4b0cb"} 1.25e+09 node_network_speed_bytes{device="veth9250185"} 1.25e+09 node_network_speed_bytes{device="veth9ad36df"} 1.25e+09 node_network_speed_bytes{device="vetha2abb8f"} 1.25e+09 node_network_speed_bytes{device="vetha3e23e2"} 1.25e+09 node_network_speed_bytes{device="vethac62907"} 1.25e+09 node_network_speed_bytes{device="vethb496c32"} 1.25e+09 node_network_speed_bytes{device="vethb67c9c8"} 1.25e+09 node_network_speed_bytes{device="vethb9c0324"} 1.25e+09 node_network_speed_bytes{device="vethbc2f676"} 1.25e+09 node_network_speed_bytes{device="vethbd85325"} 1.25e+09 node_network_speed_bytes{device="vethc7ab0cb"} 1.25e+09 node_network_speed_bytes{device="vethcea0c1f"} 1.25e+09 node_network_speed_bytes{device="vethd1bc1e3"} 1.25e+09 node_network_speed_bytes{device="vethdad8adf"} 1.25e+09 node_network_speed_bytes{device="vethdccf4a4"} 1.25e+09 node_network_speed_bytes{device="vethde9a026"} 1.25e+09 node_network_speed_bytes{device="vethe1137f1"} 1.25e+09 node_network_speed_bytes{device="vethe5aad89"} 1.25e+09 node_network_speed_bytes{device="vethe9a27e0"} 1.25e+09 node_network_speed_bytes{device="vetheca5211"} 1.25e+09 node_network_speed_bytes{device="vethf73fff9"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="br-1a24676cf2a8"} 2.394823582352e+12 node_network_transmit_bytes_total{device="br-b8011903ad9b"} 826 node_network_transmit_bytes_total{device="br-mailcow"} 3.5680008849e+10 node_network_transmit_bytes_total{device="docker0"} 3.0858817086e+11 node_network_transmit_bytes_total{device="docker_gwbridge"} 880 node_network_transmit_bytes_total{device="eth0"} 3.54400508783e+11 node_network_transmit_bytes_total{device="lo"} 2.421159910624e+12 node_network_transmit_bytes_total{device="veth04f3195"} 1.61063294739e+11 node_network_transmit_bytes_total{device="veth0bf6a31"} 4.8715237462e+10 node_network_transmit_bytes_total{device="veth0e81a85"} 1.66273757e+08 node_network_transmit_bytes_total{device="veth154a25b"} 2.450921879849e+12 node_network_transmit_bytes_total{device="veth185a6d6"} 6.68167034e+08 node_network_transmit_bytes_total{device="veth1d10ffd"} 5.15727053113e+11 node_network_transmit_bytes_total{device="veth1e29ca3"} 1626 node_network_transmit_bytes_total{device="veth1eb6f69"} 2.983148382369e+12 node_network_transmit_bytes_total{device="veth2d4a08c"} 1.16328103e+08 node_network_transmit_bytes_total{device="veth2f570f1"} 3.943112932552e+12 node_network_transmit_bytes_total{device="veth313e7b7"} 1.175884261e+09 node_network_transmit_bytes_total{device="veth3a0c9aa"} 5.0677784e+07 node_network_transmit_bytes_total{device="veth3a1ab26"} 8.7203519e+08 node_network_transmit_bytes_total{device="veth415e4f2"} 4.538530819e+09 node_network_transmit_bytes_total{device="veth4543d68"} 1.27509008e+09 node_network_transmit_bytes_total{device="veth45fe3c4"} 1.3442213524e+10 node_network_transmit_bytes_total{device="veth4e70d9e"} 5.11525277e+08 node_network_transmit_bytes_total{device="veth501c2ee"} 1.44527861e+08 node_network_transmit_bytes_total{device="veth533183e"} 2.926588e+06 node_network_transmit_bytes_total{device="veth56ef01c"} 1.529820529e+09 node_network_transmit_bytes_total{device="veth5a621a9"} 736349 node_network_transmit_bytes_total{device="veth5c2c128"} 3.291277378e+09 node_network_transmit_bytes_total{device="veth5c89850"} 1.16331117e+08 node_network_transmit_bytes_total{device="veth5c9266b"} 3.12457361e+09 node_network_transmit_bytes_total{device="veth5cb3758"} 1.75525228e+08 node_network_transmit_bytes_total{device="veth5f3a618"} 3.320842591e+09 node_network_transmit_bytes_total{device="veth6514729"} 3.961529e+06 node_network_transmit_bytes_total{device="veth6ef017c"} 5.0679632e+07 node_network_transmit_bytes_total{device="veth72d059e"} 8.4680648606e+10 node_network_transmit_bytes_total{device="veth7602106"} 1.23003636e+08 node_network_transmit_bytes_total{device="veth774f918"} 5.212348506e+09 node_network_transmit_bytes_total{device="veth7ddb1d5"} 1.424542018e+09 node_network_transmit_bytes_total{device="veth7dfbfe9"} 1.15953322e+08 node_network_transmit_bytes_total{device="veth7e6650e"} 1.145716621e+09 node_network_transmit_bytes_total{device="veth805ca89"} 1.18323865e+08 node_network_transmit_bytes_total{device="veth813f18f"} 2.597033751e+09 node_network_transmit_bytes_total{device="veth8742f54"} 4.01613289e+08 node_network_transmit_bytes_total{device="veth879e86d"} 6.68210058e+08 node_network_transmit_bytes_total{device="veth87bcf83"} 1.172718041e+09 node_network_transmit_bytes_total{device="veth8b5935d"} 1.18532266e+08 node_network_transmit_bytes_total{device="veth8f4b0cb"} 2.4916554e+07 node_network_transmit_bytes_total{device="veth9250185"} 9.52702011e+08 node_network_transmit_bytes_total{device="veth9ad36df"} 1.16330861e+08 node_network_transmit_bytes_total{device="vetha2abb8f"} 8.117184202e+10 node_network_transmit_bytes_total{device="vetha3e23e2"} 1.40058642e+08 node_network_transmit_bytes_total{device="vethac62907"} 1.16323049e+08 node_network_transmit_bytes_total{device="vethb496c32"} 1.16324389e+08 node_network_transmit_bytes_total{device="vethb67c9c8"} 3.349046082445e+12 node_network_transmit_bytes_total{device="vethb9c0324"} 9.238810499e+09 node_network_transmit_bytes_total{device="vethbc2f676"} 8.65267479e+08 node_network_transmit_bytes_total{device="vethbd85325"} 1.2315391e+08 node_network_transmit_bytes_total{device="vethc7ab0cb"} 8.32394693e+08 node_network_transmit_bytes_total{device="vethcea0c1f"} 9.61042205e+08 node_network_transmit_bytes_total{device="vethd1bc1e3"} 2.645419757e+09 node_network_transmit_bytes_total{device="vethdad8adf"} 4.96484375e+08 node_network_transmit_bytes_total{device="vethdccf4a4"} 1.38643872e+08 node_network_transmit_bytes_total{device="vethde9a026"} 1.3140729829e+10 node_network_transmit_bytes_total{device="vethe1137f1"} 1.59585298e+08 node_network_transmit_bytes_total{device="vethe5aad89"} 1.18852066e+08 node_network_transmit_bytes_total{device="vethe9a27e0"} 3.80200565e+08 node_network_transmit_bytes_total{device="vetheca5211"} 1.071050219e+09 node_network_transmit_bytes_total{device="vethf73fff9"} 8.618621e+06 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="br-1a24676cf2a8"} 0 node_network_transmit_carrier_total{device="br-b8011903ad9b"} 0 node_network_transmit_carrier_total{device="br-mailcow"} 0 node_network_transmit_carrier_total{device="docker0"} 0 node_network_transmit_carrier_total{device="docker_gwbridge"} 0 node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="veth04f3195"} 0 node_network_transmit_carrier_total{device="veth0bf6a31"} 0 node_network_transmit_carrier_total{device="veth0e81a85"} 0 node_network_transmit_carrier_total{device="veth154a25b"} 0 node_network_transmit_carrier_total{device="veth185a6d6"} 0 node_network_transmit_carrier_total{device="veth1d10ffd"} 0 node_network_transmit_carrier_total{device="veth1e29ca3"} 0 node_network_transmit_carrier_total{device="veth1eb6f69"} 0 node_network_transmit_carrier_total{device="veth2d4a08c"} 0 node_network_transmit_carrier_total{device="veth2f570f1"} 0 node_network_transmit_carrier_total{device="veth313e7b7"} 0 node_network_transmit_carrier_total{device="veth3a0c9aa"} 0 node_network_transmit_carrier_total{device="veth3a1ab26"} 0 node_network_transmit_carrier_total{device="veth415e4f2"} 0 node_network_transmit_carrier_total{device="veth4543d68"} 0 node_network_transmit_carrier_total{device="veth45fe3c4"} 0 node_network_transmit_carrier_total{device="veth4e70d9e"} 0 node_network_transmit_carrier_total{device="veth501c2ee"} 0 node_network_transmit_carrier_total{device="veth533183e"} 0 node_network_transmit_carrier_total{device="veth56ef01c"} 0 node_network_transmit_carrier_total{device="veth5a621a9"} 0 node_network_transmit_carrier_total{device="veth5c2c128"} 0 node_network_transmit_carrier_total{device="veth5c89850"} 0 node_network_transmit_carrier_total{device="veth5c9266b"} 0 node_network_transmit_carrier_total{device="veth5cb3758"} 0 node_network_transmit_carrier_total{device="veth5f3a618"} 0 node_network_transmit_carrier_total{device="veth6514729"} 0 node_network_transmit_carrier_total{device="veth6ef017c"} 0 node_network_transmit_carrier_total{device="veth72d059e"} 0 node_network_transmit_carrier_total{device="veth7602106"} 0 node_network_transmit_carrier_total{device="veth774f918"} 0 node_network_transmit_carrier_total{device="veth7ddb1d5"} 0 node_network_transmit_carrier_total{device="veth7dfbfe9"} 0 node_network_transmit_carrier_total{device="veth7e6650e"} 0 node_network_transmit_carrier_total{device="veth805ca89"} 0 node_network_transmit_carrier_total{device="veth813f18f"} 0 node_network_transmit_carrier_total{device="veth8742f54"} 0 node_network_transmit_carrier_total{device="veth879e86d"} 0 node_network_transmit_carrier_total{device="veth87bcf83"} 0 node_network_transmit_carrier_total{device="veth8b5935d"} 0 node_network_transmit_carrier_total{device="veth8f4b0cb"} 0 node_network_transmit_carrier_total{device="veth9250185"} 0 node_network_transmit_carrier_total{device="veth9ad36df"} 0 node_network_transmit_carrier_total{device="vetha2abb8f"} 0 node_network_transmit_carrier_total{device="vetha3e23e2"} 0 node_network_transmit_carrier_total{device="vethac62907"} 0 node_network_transmit_carrier_total{device="vethb496c32"} 0 node_network_transmit_carrier_total{device="vethb67c9c8"} 0 node_network_transmit_carrier_total{device="vethb9c0324"} 0 node_network_transmit_carrier_total{device="vethbc2f676"} 0 node_network_transmit_carrier_total{device="vethbd85325"} 0 node_network_transmit_carrier_total{device="vethc7ab0cb"} 0 node_network_transmit_carrier_total{device="vethcea0c1f"} 0 node_network_transmit_carrier_total{device="vethd1bc1e3"} 0 node_network_transmit_carrier_total{device="vethdad8adf"} 0 node_network_transmit_carrier_total{device="vethdccf4a4"} 0 node_network_transmit_carrier_total{device="vethde9a026"} 0 node_network_transmit_carrier_total{device="vethe1137f1"} 0 node_network_transmit_carrier_total{device="vethe5aad89"} 0 node_network_transmit_carrier_total{device="vethe9a27e0"} 0 node_network_transmit_carrier_total{device="vetheca5211"} 0 node_network_transmit_carrier_total{device="vethf73fff9"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="br-1a24676cf2a8"} 0 node_network_transmit_colls_total{device="br-b8011903ad9b"} 0 node_network_transmit_colls_total{device="br-mailcow"} 0 node_network_transmit_colls_total{device="docker0"} 0 node_network_transmit_colls_total{device="docker_gwbridge"} 0 node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="lo"} 0 node_network_transmit_colls_total{device="veth04f3195"} 0 node_network_transmit_colls_total{device="veth0bf6a31"} 0 node_network_transmit_colls_total{device="veth0e81a85"} 0 node_network_transmit_colls_total{device="veth154a25b"} 0 node_network_transmit_colls_total{device="veth185a6d6"} 0 node_network_transmit_colls_total{device="veth1d10ffd"} 0 node_network_transmit_colls_total{device="veth1e29ca3"} 0 node_network_transmit_colls_total{device="veth1eb6f69"} 0 node_network_transmit_colls_total{device="veth2d4a08c"} 0 node_network_transmit_colls_total{device="veth2f570f1"} 0 node_network_transmit_colls_total{device="veth313e7b7"} 0 node_network_transmit_colls_total{device="veth3a0c9aa"} 0 node_network_transmit_colls_total{device="veth3a1ab26"} 0 node_network_transmit_colls_total{device="veth415e4f2"} 0 node_network_transmit_colls_total{device="veth4543d68"} 0 node_network_transmit_colls_total{device="veth45fe3c4"} 0 node_network_transmit_colls_total{device="veth4e70d9e"} 0 node_network_transmit_colls_total{device="veth501c2ee"} 0 node_network_transmit_colls_total{device="veth533183e"} 0 node_network_transmit_colls_total{device="veth56ef01c"} 0 node_network_transmit_colls_total{device="veth5a621a9"} 0 node_network_transmit_colls_total{device="veth5c2c128"} 0 node_network_transmit_colls_total{device="veth5c89850"} 0 node_network_transmit_colls_total{device="veth5c9266b"} 0 node_network_transmit_colls_total{device="veth5cb3758"} 0 node_network_transmit_colls_total{device="veth5f3a618"} 0 node_network_transmit_colls_total{device="veth6514729"} 0 node_network_transmit_colls_total{device="veth6ef017c"} 0 node_network_transmit_colls_total{device="veth72d059e"} 0 node_network_transmit_colls_total{device="veth7602106"} 0 node_network_transmit_colls_total{device="veth774f918"} 0 node_network_transmit_colls_total{device="veth7ddb1d5"} 0 node_network_transmit_colls_total{device="veth7dfbfe9"} 0 node_network_transmit_colls_total{device="veth7e6650e"} 0 node_network_transmit_colls_total{device="veth805ca89"} 0 node_network_transmit_colls_total{device="veth813f18f"} 0 node_network_transmit_colls_total{device="veth8742f54"} 0 node_network_transmit_colls_total{device="veth879e86d"} 0 node_network_transmit_colls_total{device="veth87bcf83"} 0 node_network_transmit_colls_total{device="veth8b5935d"} 0 node_network_transmit_colls_total{device="veth8f4b0cb"} 0 node_network_transmit_colls_total{device="veth9250185"} 0 node_network_transmit_colls_total{device="veth9ad36df"} 0 node_network_transmit_colls_total{device="vetha2abb8f"} 0 node_network_transmit_colls_total{device="vetha3e23e2"} 0 node_network_transmit_colls_total{device="vethac62907"} 0 node_network_transmit_colls_total{device="vethb496c32"} 0 node_network_transmit_colls_total{device="vethb67c9c8"} 0 node_network_transmit_colls_total{device="vethb9c0324"} 0 node_network_transmit_colls_total{device="vethbc2f676"} 0 node_network_transmit_colls_total{device="vethbd85325"} 0 node_network_transmit_colls_total{device="vethc7ab0cb"} 0 node_network_transmit_colls_total{device="vethcea0c1f"} 0 node_network_transmit_colls_total{device="vethd1bc1e3"} 0 node_network_transmit_colls_total{device="vethdad8adf"} 0 node_network_transmit_colls_total{device="vethdccf4a4"} 0 node_network_transmit_colls_total{device="vethde9a026"} 0 node_network_transmit_colls_total{device="vethe1137f1"} 0 node_network_transmit_colls_total{device="vethe5aad89"} 0 node_network_transmit_colls_total{device="vethe9a27e0"} 0 node_network_transmit_colls_total{device="vetheca5211"} 0 node_network_transmit_colls_total{device="vethf73fff9"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="br-1a24676cf2a8"} 0 node_network_transmit_compressed_total{device="br-b8011903ad9b"} 0 node_network_transmit_compressed_total{device="br-mailcow"} 0 node_network_transmit_compressed_total{device="docker0"} 0 node_network_transmit_compressed_total{device="docker_gwbridge"} 0 node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="lo"} 0 node_network_transmit_compressed_total{device="veth04f3195"} 0 node_network_transmit_compressed_total{device="veth0bf6a31"} 0 node_network_transmit_compressed_total{device="veth0e81a85"} 0 node_network_transmit_compressed_total{device="veth154a25b"} 0 node_network_transmit_compressed_total{device="veth185a6d6"} 0 node_network_transmit_compressed_total{device="veth1d10ffd"} 0 node_network_transmit_compressed_total{device="veth1e29ca3"} 0 node_network_transmit_compressed_total{device="veth1eb6f69"} 0 node_network_transmit_compressed_total{device="veth2d4a08c"} 0 node_network_transmit_compressed_total{device="veth2f570f1"} 0 node_network_transmit_compressed_total{device="veth313e7b7"} 0 node_network_transmit_compressed_total{device="veth3a0c9aa"} 0 node_network_transmit_compressed_total{device="veth3a1ab26"} 0 node_network_transmit_compressed_total{device="veth415e4f2"} 0 node_network_transmit_compressed_total{device="veth4543d68"} 0 node_network_transmit_compressed_total{device="veth45fe3c4"} 0 node_network_transmit_compressed_total{device="veth4e70d9e"} 0 node_network_transmit_compressed_total{device="veth501c2ee"} 0 node_network_transmit_compressed_total{device="veth533183e"} 0 node_network_transmit_compressed_total{device="veth56ef01c"} 0 node_network_transmit_compressed_total{device="veth5a621a9"} 0 node_network_transmit_compressed_total{device="veth5c2c128"} 0 node_network_transmit_compressed_total{device="veth5c89850"} 0 node_network_transmit_compressed_total{device="veth5c9266b"} 0 node_network_transmit_compressed_total{device="veth5cb3758"} 0 node_network_transmit_compressed_total{device="veth5f3a618"} 0 node_network_transmit_compressed_total{device="veth6514729"} 0 node_network_transmit_compressed_total{device="veth6ef017c"} 0 node_network_transmit_compressed_total{device="veth72d059e"} 0 node_network_transmit_compressed_total{device="veth7602106"} 0 node_network_transmit_compressed_total{device="veth774f918"} 0 node_network_transmit_compressed_total{device="veth7ddb1d5"} 0 node_network_transmit_compressed_total{device="veth7dfbfe9"} 0 node_network_transmit_compressed_total{device="veth7e6650e"} 0 node_network_transmit_compressed_total{device="veth805ca89"} 0 node_network_transmit_compressed_total{device="veth813f18f"} 0 node_network_transmit_compressed_total{device="veth8742f54"} 0 node_network_transmit_compressed_total{device="veth879e86d"} 0 node_network_transmit_compressed_total{device="veth87bcf83"} 0 node_network_transmit_compressed_total{device="veth8b5935d"} 0 node_network_transmit_compressed_total{device="veth8f4b0cb"} 0 node_network_transmit_compressed_total{device="veth9250185"} 0 node_network_transmit_compressed_total{device="veth9ad36df"} 0 node_network_transmit_compressed_total{device="vetha2abb8f"} 0 node_network_transmit_compressed_total{device="vetha3e23e2"} 0 node_network_transmit_compressed_total{device="vethac62907"} 0 node_network_transmit_compressed_total{device="vethb496c32"} 0 node_network_transmit_compressed_total{device="vethb67c9c8"} 0 node_network_transmit_compressed_total{device="vethb9c0324"} 0 node_network_transmit_compressed_total{device="vethbc2f676"} 0 node_network_transmit_compressed_total{device="vethbd85325"} 0 node_network_transmit_compressed_total{device="vethc7ab0cb"} 0 node_network_transmit_compressed_total{device="vethcea0c1f"} 0 node_network_transmit_compressed_total{device="vethd1bc1e3"} 0 node_network_transmit_compressed_total{device="vethdad8adf"} 0 node_network_transmit_compressed_total{device="vethdccf4a4"} 0 node_network_transmit_compressed_total{device="vethde9a026"} 0 node_network_transmit_compressed_total{device="vethe1137f1"} 0 node_network_transmit_compressed_total{device="vethe5aad89"} 0 node_network_transmit_compressed_total{device="vethe9a27e0"} 0 node_network_transmit_compressed_total{device="vetheca5211"} 0 node_network_transmit_compressed_total{device="vethf73fff9"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="br-1a24676cf2a8"} 0 node_network_transmit_drop_total{device="br-b8011903ad9b"} 0 node_network_transmit_drop_total{device="br-mailcow"} 0 node_network_transmit_drop_total{device="docker0"} 0 node_network_transmit_drop_total{device="docker_gwbridge"} 0 node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="veth04f3195"} 0 node_network_transmit_drop_total{device="veth0bf6a31"} 0 node_network_transmit_drop_total{device="veth0e81a85"} 0 node_network_transmit_drop_total{device="veth154a25b"} 0 node_network_transmit_drop_total{device="veth185a6d6"} 0 node_network_transmit_drop_total{device="veth1d10ffd"} 0 node_network_transmit_drop_total{device="veth1e29ca3"} 0 node_network_transmit_drop_total{device="veth1eb6f69"} 0 node_network_transmit_drop_total{device="veth2d4a08c"} 0 node_network_transmit_drop_total{device="veth2f570f1"} 0 node_network_transmit_drop_total{device="veth313e7b7"} 0 node_network_transmit_drop_total{device="veth3a0c9aa"} 0 node_network_transmit_drop_total{device="veth3a1ab26"} 0 node_network_transmit_drop_total{device="veth415e4f2"} 0 node_network_transmit_drop_total{device="veth4543d68"} 0 node_network_transmit_drop_total{device="veth45fe3c4"} 0 node_network_transmit_drop_total{device="veth4e70d9e"} 0 node_network_transmit_drop_total{device="veth501c2ee"} 0 node_network_transmit_drop_total{device="veth533183e"} 0 node_network_transmit_drop_total{device="veth56ef01c"} 0 node_network_transmit_drop_total{device="veth5a621a9"} 0 node_network_transmit_drop_total{device="veth5c2c128"} 0 node_network_transmit_drop_total{device="veth5c89850"} 0 node_network_transmit_drop_total{device="veth5c9266b"} 0 node_network_transmit_drop_total{device="veth5cb3758"} 0 node_network_transmit_drop_total{device="veth5f3a618"} 0 node_network_transmit_drop_total{device="veth6514729"} 0 node_network_transmit_drop_total{device="veth6ef017c"} 0 node_network_transmit_drop_total{device="veth72d059e"} 0 node_network_transmit_drop_total{device="veth7602106"} 0 node_network_transmit_drop_total{device="veth774f918"} 0 node_network_transmit_drop_total{device="veth7ddb1d5"} 0 node_network_transmit_drop_total{device="veth7dfbfe9"} 0 node_network_transmit_drop_total{device="veth7e6650e"} 0 node_network_transmit_drop_total{device="veth805ca89"} 0 node_network_transmit_drop_total{device="veth813f18f"} 0 node_network_transmit_drop_total{device="veth8742f54"} 0 node_network_transmit_drop_total{device="veth879e86d"} 0 node_network_transmit_drop_total{device="veth87bcf83"} 0 node_network_transmit_drop_total{device="veth8b5935d"} 0 node_network_transmit_drop_total{device="veth8f4b0cb"} 0 node_network_transmit_drop_total{device="veth9250185"} 0 node_network_transmit_drop_total{device="veth9ad36df"} 0 node_network_transmit_drop_total{device="vetha2abb8f"} 0 node_network_transmit_drop_total{device="vetha3e23e2"} 0 node_network_transmit_drop_total{device="vethac62907"} 0 node_network_transmit_drop_total{device="vethb496c32"} 0 node_network_transmit_drop_total{device="vethb67c9c8"} 0 node_network_transmit_drop_total{device="vethb9c0324"} 0 node_network_transmit_drop_total{device="vethbc2f676"} 0 node_network_transmit_drop_total{device="vethbd85325"} 0 node_network_transmit_drop_total{device="vethc7ab0cb"} 0 node_network_transmit_drop_total{device="vethcea0c1f"} 0 node_network_transmit_drop_total{device="vethd1bc1e3"} 0 node_network_transmit_drop_total{device="vethdad8adf"} 0 node_network_transmit_drop_total{device="vethdccf4a4"} 0 node_network_transmit_drop_total{device="vethde9a026"} 0 node_network_transmit_drop_total{device="vethe1137f1"} 0 node_network_transmit_drop_total{device="vethe5aad89"} 0 node_network_transmit_drop_total{device="vethe9a27e0"} 0 node_network_transmit_drop_total{device="vetheca5211"} 0 node_network_transmit_drop_total{device="vethf73fff9"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="br-1a24676cf2a8"} 0 node_network_transmit_errs_total{device="br-b8011903ad9b"} 0 node_network_transmit_errs_total{device="br-mailcow"} 0 node_network_transmit_errs_total{device="docker0"} 0 node_network_transmit_errs_total{device="docker_gwbridge"} 0 node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="lo"} 0 node_network_transmit_errs_total{device="veth04f3195"} 0 node_network_transmit_errs_total{device="veth0bf6a31"} 0 node_network_transmit_errs_total{device="veth0e81a85"} 0 node_network_transmit_errs_total{device="veth154a25b"} 0 node_network_transmit_errs_total{device="veth185a6d6"} 0 node_network_transmit_errs_total{device="veth1d10ffd"} 0 node_network_transmit_errs_total{device="veth1e29ca3"} 0 node_network_transmit_errs_total{device="veth1eb6f69"} 0 node_network_transmit_errs_total{device="veth2d4a08c"} 0 node_network_transmit_errs_total{device="veth2f570f1"} 0 node_network_transmit_errs_total{device="veth313e7b7"} 0 node_network_transmit_errs_total{device="veth3a0c9aa"} 0 node_network_transmit_errs_total{device="veth3a1ab26"} 0 node_network_transmit_errs_total{device="veth415e4f2"} 0 node_network_transmit_errs_total{device="veth4543d68"} 0 node_network_transmit_errs_total{device="veth45fe3c4"} 0 node_network_transmit_errs_total{device="veth4e70d9e"} 0 node_network_transmit_errs_total{device="veth501c2ee"} 0 node_network_transmit_errs_total{device="veth533183e"} 0 node_network_transmit_errs_total{device="veth56ef01c"} 0 node_network_transmit_errs_total{device="veth5a621a9"} 0 node_network_transmit_errs_total{device="veth5c2c128"} 0 node_network_transmit_errs_total{device="veth5c89850"} 0 node_network_transmit_errs_total{device="veth5c9266b"} 0 node_network_transmit_errs_total{device="veth5cb3758"} 0 node_network_transmit_errs_total{device="veth5f3a618"} 0 node_network_transmit_errs_total{device="veth6514729"} 0 node_network_transmit_errs_total{device="veth6ef017c"} 0 node_network_transmit_errs_total{device="veth72d059e"} 0 node_network_transmit_errs_total{device="veth7602106"} 0 node_network_transmit_errs_total{device="veth774f918"} 0 node_network_transmit_errs_total{device="veth7ddb1d5"} 0 node_network_transmit_errs_total{device="veth7dfbfe9"} 0 node_network_transmit_errs_total{device="veth7e6650e"} 0 node_network_transmit_errs_total{device="veth805ca89"} 0 node_network_transmit_errs_total{device="veth813f18f"} 0 node_network_transmit_errs_total{device="veth8742f54"} 0 node_network_transmit_errs_total{device="veth879e86d"} 0 node_network_transmit_errs_total{device="veth87bcf83"} 0 node_network_transmit_errs_total{device="veth8b5935d"} 0 node_network_transmit_errs_total{device="veth8f4b0cb"} 0 node_network_transmit_errs_total{device="veth9250185"} 0 node_network_transmit_errs_total{device="veth9ad36df"} 0 node_network_transmit_errs_total{device="vetha2abb8f"} 0 node_network_transmit_errs_total{device="vetha3e23e2"} 0 node_network_transmit_errs_total{device="vethac62907"} 0 node_network_transmit_errs_total{device="vethb496c32"} 0 node_network_transmit_errs_total{device="vethb67c9c8"} 0 node_network_transmit_errs_total{device="vethb9c0324"} 0 node_network_transmit_errs_total{device="vethbc2f676"} 0 node_network_transmit_errs_total{device="vethbd85325"} 0 node_network_transmit_errs_total{device="vethc7ab0cb"} 0 node_network_transmit_errs_total{device="vethcea0c1f"} 0 node_network_transmit_errs_total{device="vethd1bc1e3"} 0 node_network_transmit_errs_total{device="vethdad8adf"} 0 node_network_transmit_errs_total{device="vethdccf4a4"} 0 node_network_transmit_errs_total{device="vethde9a026"} 0 node_network_transmit_errs_total{device="vethe1137f1"} 0 node_network_transmit_errs_total{device="vethe5aad89"} 0 node_network_transmit_errs_total{device="vethe9a27e0"} 0 node_network_transmit_errs_total{device="vetheca5211"} 0 node_network_transmit_errs_total{device="vethf73fff9"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="br-1a24676cf2a8"} 0 node_network_transmit_fifo_total{device="br-b8011903ad9b"} 0 node_network_transmit_fifo_total{device="br-mailcow"} 0 node_network_transmit_fifo_total{device="docker0"} 0 node_network_transmit_fifo_total{device="docker_gwbridge"} 0 node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="lo"} 0 node_network_transmit_fifo_total{device="veth04f3195"} 0 node_network_transmit_fifo_total{device="veth0bf6a31"} 0 node_network_transmit_fifo_total{device="veth0e81a85"} 0 node_network_transmit_fifo_total{device="veth154a25b"} 0 node_network_transmit_fifo_total{device="veth185a6d6"} 0 node_network_transmit_fifo_total{device="veth1d10ffd"} 0 node_network_transmit_fifo_total{device="veth1e29ca3"} 0 node_network_transmit_fifo_total{device="veth1eb6f69"} 0 node_network_transmit_fifo_total{device="veth2d4a08c"} 0 node_network_transmit_fifo_total{device="veth2f570f1"} 0 node_network_transmit_fifo_total{device="veth313e7b7"} 0 node_network_transmit_fifo_total{device="veth3a0c9aa"} 0 node_network_transmit_fifo_total{device="veth3a1ab26"} 0 node_network_transmit_fifo_total{device="veth415e4f2"} 0 node_network_transmit_fifo_total{device="veth4543d68"} 0 node_network_transmit_fifo_total{device="veth45fe3c4"} 0 node_network_transmit_fifo_total{device="veth4e70d9e"} 0 node_network_transmit_fifo_total{device="veth501c2ee"} 0 node_network_transmit_fifo_total{device="veth533183e"} 0 node_network_transmit_fifo_total{device="veth56ef01c"} 0 node_network_transmit_fifo_total{device="veth5a621a9"} 0 node_network_transmit_fifo_total{device="veth5c2c128"} 0 node_network_transmit_fifo_total{device="veth5c89850"} 0 node_network_transmit_fifo_total{device="veth5c9266b"} 0 node_network_transmit_fifo_total{device="veth5cb3758"} 0 node_network_transmit_fifo_total{device="veth5f3a618"} 0 node_network_transmit_fifo_total{device="veth6514729"} 0 node_network_transmit_fifo_total{device="veth6ef017c"} 0 node_network_transmit_fifo_total{device="veth72d059e"} 0 node_network_transmit_fifo_total{device="veth7602106"} 0 node_network_transmit_fifo_total{device="veth774f918"} 0 node_network_transmit_fifo_total{device="veth7ddb1d5"} 0 node_network_transmit_fifo_total{device="veth7dfbfe9"} 0 node_network_transmit_fifo_total{device="veth7e6650e"} 0 node_network_transmit_fifo_total{device="veth805ca89"} 0 node_network_transmit_fifo_total{device="veth813f18f"} 0 node_network_transmit_fifo_total{device="veth8742f54"} 0 node_network_transmit_fifo_total{device="veth879e86d"} 0 node_network_transmit_fifo_total{device="veth87bcf83"} 0 node_network_transmit_fifo_total{device="veth8b5935d"} 0 node_network_transmit_fifo_total{device="veth8f4b0cb"} 0 node_network_transmit_fifo_total{device="veth9250185"} 0 node_network_transmit_fifo_total{device="veth9ad36df"} 0 node_network_transmit_fifo_total{device="vetha2abb8f"} 0 node_network_transmit_fifo_total{device="vetha3e23e2"} 0 node_network_transmit_fifo_total{device="vethac62907"} 0 node_network_transmit_fifo_total{device="vethb496c32"} 0 node_network_transmit_fifo_total{device="vethb67c9c8"} 0 node_network_transmit_fifo_total{device="vethb9c0324"} 0 node_network_transmit_fifo_total{device="vethbc2f676"} 0 node_network_transmit_fifo_total{device="vethbd85325"} 0 node_network_transmit_fifo_total{device="vethc7ab0cb"} 0 node_network_transmit_fifo_total{device="vethcea0c1f"} 0 node_network_transmit_fifo_total{device="vethd1bc1e3"} 0 node_network_transmit_fifo_total{device="vethdad8adf"} 0 node_network_transmit_fifo_total{device="vethdccf4a4"} 0 node_network_transmit_fifo_total{device="vethde9a026"} 0 node_network_transmit_fifo_total{device="vethe1137f1"} 0 node_network_transmit_fifo_total{device="vethe5aad89"} 0 node_network_transmit_fifo_total{device="vethe9a27e0"} 0 node_network_transmit_fifo_total{device="vetheca5211"} 0 node_network_transmit_fifo_total{device="vethf73fff9"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="br-1a24676cf2a8"} 4.38341342e+08 node_network_transmit_packets_total{device="br-b8011903ad9b"} 7 node_network_transmit_packets_total{device="br-mailcow"} 7.5401342e+07 node_network_transmit_packets_total{device="docker0"} 2.32597619e+08 node_network_transmit_packets_total{device="docker_gwbridge"} 8 node_network_transmit_packets_total{device="eth0"} 7.09190742e+08 node_network_transmit_packets_total{device="lo"} 5.89254646e+08 node_network_transmit_packets_total{device="veth04f3195"} 7.8229749e+07 node_network_transmit_packets_total{device="veth0bf6a31"} 9.303604e+06 node_network_transmit_packets_total{device="veth0e81a85"} 2.372314e+06 node_network_transmit_packets_total{device="veth154a25b"} 5.34101208e+08 node_network_transmit_packets_total{device="veth185a6d6"} 9.424645e+06 node_network_transmit_packets_total{device="veth1d10ffd"} 3.482325485e+09 node_network_transmit_packets_total{device="veth1e29ca3"} 15 node_network_transmit_packets_total{device="veth1eb6f69"} 3.23006707e+08 node_network_transmit_packets_total{device="veth2d4a08c"} 1.516078e+06 node_network_transmit_packets_total{device="veth2f570f1"} 2.50471616e+08 node_network_transmit_packets_total{device="veth313e7b7"} 8.778388e+06 node_network_transmit_packets_total{device="veth3a0c9aa"} 784310 node_network_transmit_packets_total{device="veth3a1ab26"} 4.237917e+06 node_network_transmit_packets_total{device="veth415e4f2"} 1.8504479e+07 node_network_transmit_packets_total{device="veth4543d68"} 2.505984e+06 node_network_transmit_packets_total{device="veth45fe3c4"} 2.507136e+07 node_network_transmit_packets_total{device="veth4e70d9e"} 7.025566e+06 node_network_transmit_packets_total{device="veth501c2ee"} 1.758637e+06 node_network_transmit_packets_total{device="veth533183e"} 23773 node_network_transmit_packets_total{device="veth56ef01c"} 5.660359e+06 node_network_transmit_packets_total{device="veth5a621a9"} 7873 node_network_transmit_packets_total{device="veth5c2c128"} 3.9591515e+07 node_network_transmit_packets_total{device="veth5c89850"} 1.516115e+06 node_network_transmit_packets_total{device="veth5c9266b"} 2.4123403e+07 node_network_transmit_packets_total{device="veth5cb3758"} 2.068968e+06 node_network_transmit_packets_total{device="veth5f3a618"} 1.9546839e+07 node_network_transmit_packets_total{device="veth6514729"} 4494 node_network_transmit_packets_total{device="veth6ef017c"} 784332 node_network_transmit_packets_total{device="veth72d059e"} 2.42851165e+08 node_network_transmit_packets_total{device="veth7602106"} 1.974735e+06 node_network_transmit_packets_total{device="veth774f918"} 7.215665e+06 node_network_transmit_packets_total{device="veth7ddb1d5"} 1.8699095e+07 node_network_transmit_packets_total{device="veth7dfbfe9"} 1.86669e+06 node_network_transmit_packets_total{device="veth7e6650e"} 4.354125e+06 node_network_transmit_packets_total{device="veth805ca89"} 1.60852e+06 node_network_transmit_packets_total{device="veth813f18f"} 9.772772e+06 node_network_transmit_packets_total{device="veth8742f54"} 5.316045e+06 node_network_transmit_packets_total{device="veth879e86d"} 9.425035e+06 node_network_transmit_packets_total{device="veth87bcf83"} 1.606505e+07 node_network_transmit_packets_total{device="veth8b5935d"} 1.524879e+06 node_network_transmit_packets_total{device="veth8f4b0cb"} 99309 node_network_transmit_packets_total{device="veth9250185"} 1.3833704e+07 node_network_transmit_packets_total{device="veth9ad36df"} 1.516113e+06 node_network_transmit_packets_total{device="vetha2abb8f"} 3.26909918e+08 node_network_transmit_packets_total{device="vetha3e23e2"} 1.633576e+06 node_network_transmit_packets_total{device="vethac62907"} 1.516019e+06 node_network_transmit_packets_total{device="vethb496c32"} 1.516035e+06 node_network_transmit_packets_total{device="vethb67c9c8"} 2.43196413e+09 node_network_transmit_packets_total{device="vethb9c0324"} 3.4255478e+07 node_network_transmit_packets_total{device="vethbc2f676"} 9.688788e+06 node_network_transmit_packets_total{device="vethbd85325"} 1.352748e+06 node_network_transmit_packets_total{device="vethc7ab0cb"} 3.479997e+06 node_network_transmit_packets_total{device="vethcea0c1f"} 5.874261e+06 node_network_transmit_packets_total{device="vethd1bc1e3"} 5.6954e+06 node_network_transmit_packets_total{device="vethdad8adf"} 2.60798e+06 node_network_transmit_packets_total{device="vethdccf4a4"} 1.920785e+06 node_network_transmit_packets_total{device="vethde9a026"} 1.08309839e+08 node_network_transmit_packets_total{device="vethe1137f1"} 1.914244e+06 node_network_transmit_packets_total{device="vethe5aad89"} 1.536163e+06 node_network_transmit_packets_total{device="vethe9a27e0"} 461882 node_network_transmit_packets_total{device="vetheca5211"} 1.5413245e+07 node_network_transmit_packets_total{device="vethf73fff9"} 23870 # 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-1a24676cf2a8"} 0 node_network_transmit_queue_length{device="br-b8011903ad9b"} 0 node_network_transmit_queue_length{device="br-mailcow"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="docker_gwbridge"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth04f3195"} 0 node_network_transmit_queue_length{device="veth0bf6a31"} 0 node_network_transmit_queue_length{device="veth0e81a85"} 0 node_network_transmit_queue_length{device="veth154a25b"} 0 node_network_transmit_queue_length{device="veth185a6d6"} 0 node_network_transmit_queue_length{device="veth1d10ffd"} 0 node_network_transmit_queue_length{device="veth1e29ca3"} 0 node_network_transmit_queue_length{device="veth1eb6f69"} 0 node_network_transmit_queue_length{device="veth2d4a08c"} 0 node_network_transmit_queue_length{device="veth2f570f1"} 0 node_network_transmit_queue_length{device="veth313e7b7"} 0 node_network_transmit_queue_length{device="veth3a0c9aa"} 0 node_network_transmit_queue_length{device="veth3a1ab26"} 0 node_network_transmit_queue_length{device="veth415e4f2"} 0 node_network_transmit_queue_length{device="veth4543d68"} 0 node_network_transmit_queue_length{device="veth45fe3c4"} 0 node_network_transmit_queue_length{device="veth4e70d9e"} 0 node_network_transmit_queue_length{device="veth501c2ee"} 0 node_network_transmit_queue_length{device="veth533183e"} 0 node_network_transmit_queue_length{device="veth56ef01c"} 0 node_network_transmit_queue_length{device="veth5a621a9"} 0 node_network_transmit_queue_length{device="veth5c2c128"} 0 node_network_transmit_queue_length{device="veth5c89850"} 0 node_network_transmit_queue_length{device="veth5c9266b"} 0 node_network_transmit_queue_length{device="veth5cb3758"} 0 node_network_transmit_queue_length{device="veth5f3a618"} 0 node_network_transmit_queue_length{device="veth6514729"} 0 node_network_transmit_queue_length{device="veth6ef017c"} 0 node_network_transmit_queue_length{device="veth72d059e"} 0 node_network_transmit_queue_length{device="veth7602106"} 0 node_network_transmit_queue_length{device="veth774f918"} 0 node_network_transmit_queue_length{device="veth7ddb1d5"} 0 node_network_transmit_queue_length{device="veth7dfbfe9"} 0 node_network_transmit_queue_length{device="veth7e6650e"} 0 node_network_transmit_queue_length{device="veth805ca89"} 0 node_network_transmit_queue_length{device="veth813f18f"} 0 node_network_transmit_queue_length{device="veth8742f54"} 0 node_network_transmit_queue_length{device="veth879e86d"} 0 node_network_transmit_queue_length{device="veth87bcf83"} 0 node_network_transmit_queue_length{device="veth8b5935d"} 0 node_network_transmit_queue_length{device="veth8f4b0cb"} 0 node_network_transmit_queue_length{device="veth9250185"} 0 node_network_transmit_queue_length{device="veth9ad36df"} 0 node_network_transmit_queue_length{device="vetha2abb8f"} 0 node_network_transmit_queue_length{device="vetha3e23e2"} 0 node_network_transmit_queue_length{device="vethac62907"} 0 node_network_transmit_queue_length{device="vethb496c32"} 0 node_network_transmit_queue_length{device="vethb67c9c8"} 0 node_network_transmit_queue_length{device="vethb9c0324"} 0 node_network_transmit_queue_length{device="vethbc2f676"} 0 node_network_transmit_queue_length{device="vethbd85325"} 0 node_network_transmit_queue_length{device="vethc7ab0cb"} 0 node_network_transmit_queue_length{device="vethcea0c1f"} 0 node_network_transmit_queue_length{device="vethd1bc1e3"} 0 node_network_transmit_queue_length{device="vethdad8adf"} 0 node_network_transmit_queue_length{device="vethdccf4a4"} 0 node_network_transmit_queue_length{device="vethde9a026"} 0 node_network_transmit_queue_length{device="vethe1137f1"} 0 node_network_transmit_queue_length{device="vethe5aad89"} 0 node_network_transmit_queue_length{device="vethe9a27e0"} 0 node_network_transmit_queue_length{device="vetheca5211"} 0 node_network_transmit_queue_length{device="vethf73fff9"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-1a24676cf2a8"} 1 node_network_up{device="br-b8011903ad9b"} 1 node_network_up{device="br-mailcow"} 1 node_network_up{device="docker0"} 1 node_network_up{device="docker_gwbridge"} 1 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth04f3195"} 1 node_network_up{device="veth0bf6a31"} 1 node_network_up{device="veth0e81a85"} 1 node_network_up{device="veth154a25b"} 1 node_network_up{device="veth185a6d6"} 1 node_network_up{device="veth1d10ffd"} 1 node_network_up{device="veth1e29ca3"} 1 node_network_up{device="veth1eb6f69"} 1 node_network_up{device="veth2d4a08c"} 1 node_network_up{device="veth2f570f1"} 1 node_network_up{device="veth313e7b7"} 1 node_network_up{device="veth3a0c9aa"} 1 node_network_up{device="veth3a1ab26"} 1 node_network_up{device="veth415e4f2"} 1 node_network_up{device="veth4543d68"} 1 node_network_up{device="veth45fe3c4"} 1 node_network_up{device="veth4e70d9e"} 1 node_network_up{device="veth501c2ee"} 1 node_network_up{device="veth533183e"} 1 node_network_up{device="veth56ef01c"} 1 node_network_up{device="veth5a621a9"} 1 node_network_up{device="veth5c2c128"} 1 node_network_up{device="veth5c89850"} 1 node_network_up{device="veth5c9266b"} 1 node_network_up{device="veth5cb3758"} 1 node_network_up{device="veth5f3a618"} 1 node_network_up{device="veth6514729"} 1 node_network_up{device="veth6ef017c"} 1 node_network_up{device="veth72d059e"} 1 node_network_up{device="veth7602106"} 1 node_network_up{device="veth774f918"} 1 node_network_up{device="veth7ddb1d5"} 1 node_network_up{device="veth7dfbfe9"} 1 node_network_up{device="veth7e6650e"} 1 node_network_up{device="veth805ca89"} 1 node_network_up{device="veth813f18f"} 1 node_network_up{device="veth8742f54"} 1 node_network_up{device="veth879e86d"} 1 node_network_up{device="veth87bcf83"} 1 node_network_up{device="veth8b5935d"} 1 node_network_up{device="veth8f4b0cb"} 1 node_network_up{device="veth9250185"} 1 node_network_up{device="veth9ad36df"} 1 node_network_up{device="vetha2abb8f"} 1 node_network_up{device="vetha3e23e2"} 1 node_network_up{device="vethac62907"} 1 node_network_up{device="vethb496c32"} 1 node_network_up{device="vethb67c9c8"} 1 node_network_up{device="vethb9c0324"} 1 node_network_up{device="vethbc2f676"} 1 node_network_up{device="vethbd85325"} 1 node_network_up{device="vethc7ab0cb"} 1 node_network_up{device="vethcea0c1f"} 1 node_network_up{device="vethd1bc1e3"} 1 node_network_up{device="vethdad8adf"} 1 node_network_up{device="vethdccf4a4"} 1 node_network_up{device="vethde9a026"} 1 node_network_up{device="vethe1137f1"} 1 node_network_up{device="vethe5aad89"} 1 node_network_up{device="vethe9a27e0"} 1 node_network_up{device="vetheca5211"} 1 node_network_up{device="vethf73fff9"} 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 2695 # 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_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 1.853514818706e+06 # 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 90522.9825 # 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 212915.24691299998 # 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 2516.896708 # 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 5033.875021 # 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 16 # 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"} 4.690348306882424e+06 node_schedstat_running_seconds_total{cpu="1"} 4.743098315383737e+06 node_schedstat_running_seconds_total{cpu="2"} 4.785501396705213e+06 node_schedstat_running_seconds_total{cpu="3"} 4.770371389651684e+06 node_schedstat_running_seconds_total{cpu="4"} 4.843298124854979e+06 node_schedstat_running_seconds_total{cpu="5"} 4.852468811193787e+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.4646337496e+10 node_schedstat_timeslices_total{cpu="1"} 1.4293905261e+10 node_schedstat_timeslices_total{cpu="2"} 1.4327165663e+10 node_schedstat_timeslices_total{cpu="3"} 1.4111493898e+10 node_schedstat_timeslices_total{cpu="4"} 1.4180836349e+10 node_schedstat_timeslices_total{cpu="5"} 1.4193599964e+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"} 7.590027507899255e+06 node_schedstat_waiting_seconds_total{cpu="1"} 7.403838761343716e+06 node_schedstat_waiting_seconds_total{cpu="2"} 7.257434340846765e+06 node_schedstat_waiting_seconds_total{cpu="3"} 7.196086788786668e+06 node_schedstat_waiting_seconds_total{cpu="4"} 6.992810439660701e+06 node_schedstat_waiting_seconds_total{cpu="5"} 7.013570117623646e+06 # 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.002089093 node_scrape_collector_duration_seconds{collector="bcache"} 7.4732e-05 node_scrape_collector_duration_seconds{collector="bonding"} 3.348e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.164421573 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000284227 node_scrape_collector_duration_seconds{collector="cpu"} 0.005339836 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000244276 node_scrape_collector_duration_seconds{collector="diskstats"} 0.00480877 node_scrape_collector_duration_seconds{collector="dmi"} 1.9449e-05 node_scrape_collector_duration_seconds{collector="edac"} 5.327e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000161481 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.5973e-05 node_scrape_collector_duration_seconds{collector="filefd"} 6.8613e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.245808282 node_scrape_collector_duration_seconds{collector="hwmon"} 6.4096e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 2.5618e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 4.4687e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 6.9385e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000489102 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000498087 node_scrape_collector_duration_seconds{collector="netclass"} 0.627265803 node_scrape_collector_duration_seconds{collector="netdev"} 0.24220502 node_scrape_collector_duration_seconds{collector="netstat"} 0.007981696 node_scrape_collector_duration_seconds{collector="nfs"} 1.6805e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 4.4337e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.000192269 node_scrape_collector_duration_seconds{collector="os"} 4.1082e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 0.000145138 node_scrape_collector_duration_seconds{collector="pressure"} 0.000224707 node_scrape_collector_duration_seconds{collector="rapl"} 3.2379e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000277347 node_scrape_collector_duration_seconds{collector="selinux"} 2.413e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.003518075 node_scrape_collector_duration_seconds{collector="softnet"} 0.000188423 node_scrape_collector_duration_seconds{collector="stat"} 0.000304035 node_scrape_collector_duration_seconds{collector="tapestats"} 2.1232e-05 node_scrape_collector_duration_seconds{collector="textfile"} 0.180870836 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000708934 node_scrape_collector_duration_seconds{collector="time"} 0.00016633 node_scrape_collector_duration_seconds{collector="timex"} 5.2168e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000289254 node_scrape_collector_duration_seconds{collector="uname"} 1.6284e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000563355 node_scrape_collector_duration_seconds{collector="watchdog"} 3.7316e-05 node_scrape_collector_duration_seconds{collector="xfs"} 3.1217e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.9639e-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"} 0 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 1 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 24 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 738 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 81 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 351 # 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 1.437696e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 2 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 773 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 1 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 3 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 853 # 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 3.493888e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 612 # 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 # 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 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 3 node_softnet_dropped_total{cpu="1"} 3 node_softnet_dropped_total{cpu="2"} 3 node_softnet_dropped_total{cpu="3"} 17 node_softnet_dropped_total{cpu="4"} 5 node_softnet_dropped_total{cpu="5"} 4 # 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 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 2.856955409e+09 node_softnet_processed_total{cpu="1"} 2.866837611e+09 node_softnet_processed_total{cpu="2"} 2.913841212e+09 node_softnet_processed_total{cpu="3"} 2.08409657e+08 node_softnet_processed_total{cpu="4"} 2.957431333e+09 node_softnet_processed_total{cpu="5"} 2.957355792e+09 # 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 # 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"} 7.945262e+06 node_softnet_times_squeezed_total{cpu="1"} 7.702426e+06 node_softnet_times_squeezed_total{cpu="2"} 7.778691e+06 node_softnet_times_squeezed_total{cpu="3"} 1.8254538e+07 node_softnet_times_squeezed_total{cpu="4"} 1.1161074e+07 node_softnet_times_squeezed_total{cpu="5"} 7.88195e+06 # 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 # 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.7811606515881069e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.9999922738037109 # 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.2765 # 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.003226957 # 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="vmi2663740",release="6.8.0-100-generic",sysname="Linux",version="#100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.98144248922e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 1.87432775e+08 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 3.617030586e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.5572847268e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 7.1402311e+07 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 5.7188452e+07 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 509.89 # 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 5.615210400506e+12 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 5.492804605513e+12 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.8624512e+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.77158554784e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273520128e+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"} 141 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"} 95 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0