# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 1.0887e-05 go_gc_duration_seconds{quantile="0.25"} 2.7952e-05 go_gc_duration_seconds{quantile="0.5"} 3.7025e-05 go_gc_duration_seconds{quantile="0.75"} 4.5098e-05 go_gc_duration_seconds{quantile="1"} 0.000103115 go_gc_duration_seconds_sum 300.015851554 go_gc_duration_seconds_count 8.42499e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.6"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.72332e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.67900057394e+13 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.316095e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 2.24490363075e+11 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.339784e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 3.72332e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.028096e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 5.332992e+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 44301 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 8.429568e+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.5613952e+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.7856153244882364e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 2.24490407376e+11 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 31200 # 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 97280 # 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 163200 # 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 5.086336e+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 1.069153e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.14688e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.14688e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.3680264e+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 16 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.743459393e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.62580983591e+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="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="10",type="Processor"} 0 node_cooling_device_max_state{name="11",type="Processor"} 0 node_cooling_device_max_state{name="12",type="Processor"} 0 node_cooling_device_max_state{name="13",type="Processor"} 0 node_cooling_device_max_state{name="14",type="Processor"} 0 node_cooling_device_max_state{name="15",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="9",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="10",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="10",mode="user"} 0 node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="11",mode="user"} 0 node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="12",mode="user"} 0 node_cpu_guest_seconds_total{cpu="13",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="13",mode="user"} 0 node_cpu_guest_seconds_total{cpu="14",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="14",mode="user"} 0 node_cpu_guest_seconds_total{cpu="15",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="15",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 4.058047642e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 5459.47 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 23.13 node_cpu_seconds_total{cpu="0",mode="softirq"} 762822.69 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 223178.89 node_cpu_seconds_total{cpu="0",mode="user"} 897736.76 node_cpu_seconds_total{cpu="1",mode="idle"} 3.298967042e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 2894.63 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 39.65 node_cpu_seconds_total{cpu="1",mode="softirq"} 81071.94 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 189319.07 node_cpu_seconds_total{cpu="1",mode="user"} 8.89842304e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 3.699352548e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 4623.15 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 45.74 node_cpu_seconds_total{cpu="10",mode="softirq"} 5909.69 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 244763.55 node_cpu_seconds_total{cpu="10",mode="user"} 4.80022426e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 3.658923598e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 2113.19 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 39.48 node_cpu_seconds_total{cpu="11",mode="softirq"} 5513.36 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 160025.12 node_cpu_seconds_total{cpu="11",mode="user"} 5.3418701e+06 node_cpu_seconds_total{cpu="12",mode="idle"} 3.719101513e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 4268.79 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 37.74 node_cpu_seconds_total{cpu="12",mode="softirq"} 5706.7 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 246269.79 node_cpu_seconds_total{cpu="12",mode="user"} 4.60139503e+06 node_cpu_seconds_total{cpu="13",mode="idle"} 3.652129482e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 2000.71 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 32.82 node_cpu_seconds_total{cpu="13",mode="softirq"} 5150.35 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 160727.94 node_cpu_seconds_total{cpu="13",mode="user"} 5.40909322e+06 node_cpu_seconds_total{cpu="14",mode="idle"} 3.69736309e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 4625.18 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 57.24 node_cpu_seconds_total{cpu="14",mode="softirq"} 5636.06 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 256074.1 node_cpu_seconds_total{cpu="14",mode="user"} 4.80582363e+06 node_cpu_seconds_total{cpu="15",mode="idle"} 3.890748089e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 7535.81 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 55.28 node_cpu_seconds_total{cpu="15",mode="softirq"} 7127.26 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 186182.32 node_cpu_seconds_total{cpu="15",mode="user"} 2.98055807e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 3.61741813e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 4324.09 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 43.9 node_cpu_seconds_total{cpu="2",mode="softirq"} 23961.96 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 227271.58 node_cpu_seconds_total{cpu="2",mode="user"} 5.64625501e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 3.577392367e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 2271 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 44.93 node_cpu_seconds_total{cpu="3",mode="softirq"} 18147.62 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 150252.06 node_cpu_seconds_total{cpu="3",mode="user"} 6.17176503e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 3.62634753e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 4093.87 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 39.58 node_cpu_seconds_total{cpu="4",mode="softirq"} 9831.64 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 231309.56 node_cpu_seconds_total{cpu="4",mode="user"} 5.55381258e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 3.577284864e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 2072.29 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 40.55 node_cpu_seconds_total{cpu="5",mode="softirq"} 9286.08 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 149598.77 node_cpu_seconds_total{cpu="5",mode="user"} 6.17422428e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 3.758847841e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 3706.17 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 38.36 node_cpu_seconds_total{cpu="6",mode="softirq"} 7462.43 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 251256.72 node_cpu_seconds_total{cpu="6",mode="user"} 4.19170255e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 3.92457031e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 2070.53 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 41.25 node_cpu_seconds_total{cpu="7",mode="softirq"} 18601.08 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 172423.9 node_cpu_seconds_total{cpu="7",mode="user"} 2.62819688e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 3.674858732e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 5646.02 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 42.08 node_cpu_seconds_total{cpu="8",mode="softirq"} 6569.04 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 244331.53 node_cpu_seconds_total{cpu="8",mode="user"} 5.03627335e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 3.673924886e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 2542.03 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 31.46 node_cpu_seconds_total{cpu="9",mode="softirq"} 7316.06 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 155843.3 node_cpu_seconds_total{cpu="9",mode="user"} 5.19142665e+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"} 961.614 node_disk_discard_time_seconds_total{device="sr0"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="sda"} 6.226073694e+09 node_disk_discarded_sectors_total{device="sr0"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="sda"} 2.403017e+06 node_disk_discards_completed_total{device="sr0"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 276 node_disk_discards_merged_total{device="sr0"} 0 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="sda"} 9106.444 node_disk_flush_requests_time_seconds_total{device="sr0"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="sda"} 4.8066552e+07 node_disk_flush_requests_total{device="sr0"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sr0",major="11",minor="0",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sr0"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 226465.80000000002 node_disk_io_time_seconds_total{device="sr0"} 0.016 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="sda"} 1.323581553e+06 node_disk_io_time_weighted_seconds_total{device="sr0"} 0.007 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="sda"} 1.278603679232e+12 node_disk_read_bytes_total{device="sr0"} 1024 # 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"} 11223.061 node_disk_read_time_seconds_total{device="sr0"} 0.007 # 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.5054153e+07 node_disk_reads_completed_total{device="sr0"} 7 # 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.281143e+06 node_disk_reads_merged_total{device="sr0"} 0 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="sda"} 1.302290432e+06 node_disk_write_time_seconds_total{device="sr0"} 0 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="sda"} 4.35370808e+08 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 2.08567668e+08 node_disk_writes_merged_total{device="sr0"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 1.0799076959232e+14 node_disk_written_bytes_total{device="sr0"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="11/11/2017",bios_release="1.0",bios_vendor="Hetzner",bios_version="20171111",board_asset_tag="",board_name="Standard PC (i440FX + PIIX, 1996)",board_vendor="KVM",board_version="pc-i440fx-4.2",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="NotSpecified",product_family="Hetzner_vServer",product_name="vServer",product_sku="TM",product_version="20171111",system_vendor="Hetzner"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.23.6",revision="02afa5c53c36123611533f2defea6ccd4546a9bb",tags="unknown",version="1.9.0"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 14240 # 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="/"} 7.6640182272e+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="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 # 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.2459472e+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="/"} 1.8294149e+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="/"} 9.1425906688e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/"} 1 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sda15",device_error="no such file or directory",fstype="vfat",mountpoint="/boot/efi"} 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 # 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="/"} 3.627106304e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 4.4798426e+07 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.00541871507e+11 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.06 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.17 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.17 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 2.0140032e+07 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 2.02418176e+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 2.004041728e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 4.9904136192e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 2.18550272e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 5.182869504e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 3.2918151168e+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.651282432e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 2.5769803776e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 3.39738624e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 7.365050368e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 270336 # 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 4.959455232e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 5.3281255424e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 3.686703104e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 5.5394304e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 5.67054336e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.4534586368e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 9.253761024e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 6.5836306432e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 0 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 2.10292736e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.9622272e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 3.2118784e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.5846144e+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 4.2917888e+07 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 6.7964928e+08 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 0 # 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 8.1846272e+07 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 0 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 0 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 0 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 1.29044e+06 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 0 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 3.289836158e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 7.0497065869e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 2 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 2.9878356e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 84 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 6.0748385e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 2.430717e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 0 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="br-02c9bc67f94e"} 3 node_network_address_assign_type{device="br-14eaacc0de96"} 3 node_network_address_assign_type{device="br-2d13c7b9afb5"} 3 node_network_address_assign_type{device="br-30ef03b6bb3d"} 3 node_network_address_assign_type{device="br-4226463043ab"} 3 node_network_address_assign_type{device="br-48f39e2d083e"} 3 node_network_address_assign_type{device="br-4ef7696aca60"} 3 node_network_address_assign_type{device="br-8cc15fdf9426"} 3 node_network_address_assign_type{device="br-91be15752c5f"} 3 node_network_address_assign_type{device="br-9d62113b807b"} 3 node_network_address_assign_type{device="br-9f21321a5384"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth00a5e23"} 3 node_network_address_assign_type{device="veth01409b2"} 3 node_network_address_assign_type{device="veth034b6ad"} 3 node_network_address_assign_type{device="veth06be1ad"} 3 node_network_address_assign_type{device="veth09dbf2f"} 3 node_network_address_assign_type{device="veth0a36a01"} 3 node_network_address_assign_type{device="veth0adb197"} 3 node_network_address_assign_type{device="veth1214750"} 3 node_network_address_assign_type{device="veth14212c7"} 3 node_network_address_assign_type{device="veth14afe1e"} 3 node_network_address_assign_type{device="veth14c7f79"} 3 node_network_address_assign_type{device="veth157a830"} 3 node_network_address_assign_type{device="veth1a0651e"} 3 node_network_address_assign_type{device="veth20d0c68"} 3 node_network_address_assign_type{device="veth2c34010"} 3 node_network_address_assign_type{device="veth30ee01a"} 3 node_network_address_assign_type{device="veth3206267"} 3 node_network_address_assign_type{device="veth3377c49"} 3 node_network_address_assign_type{device="veth3b441e7"} 3 node_network_address_assign_type{device="veth3bf9e8d"} 3 node_network_address_assign_type{device="veth48a1054"} 3 node_network_address_assign_type{device="veth495f04f"} 3 node_network_address_assign_type{device="veth4ad3bb8"} 3 node_network_address_assign_type{device="veth4d1b17a"} 3 node_network_address_assign_type{device="veth4db8053"} 3 node_network_address_assign_type{device="veth519accd"} 3 node_network_address_assign_type{device="veth51bb634"} 3 node_network_address_assign_type{device="veth545b095"} 3 node_network_address_assign_type{device="veth5b932fc"} 3 node_network_address_assign_type{device="veth5d119f8"} 3 node_network_address_assign_type{device="veth5dafa1f"} 3 node_network_address_assign_type{device="veth63bed6d"} 3 node_network_address_assign_type{device="veth65d0e60"} 3 node_network_address_assign_type{device="veth676acd6"} 3 node_network_address_assign_type{device="veth6925f41"} 3 node_network_address_assign_type{device="veth6ed5bd3"} 3 node_network_address_assign_type{device="veth6f036ed"} 3 node_network_address_assign_type{device="veth6f6b9f8"} 3 node_network_address_assign_type{device="veth7340b15"} 3 node_network_address_assign_type{device="veth75d549c"} 3 node_network_address_assign_type{device="veth776f2c5"} 3 node_network_address_assign_type{device="veth78ccd50"} 3 node_network_address_assign_type{device="veth7960c7c"} 3 node_network_address_assign_type{device="veth79cbbca"} 3 node_network_address_assign_type{device="veth7a1600d"} 3 node_network_address_assign_type{device="veth7c53042"} 3 node_network_address_assign_type{device="veth8008d68"} 3 node_network_address_assign_type{device="veth804a898"} 3 node_network_address_assign_type{device="veth8400b33"} 3 node_network_address_assign_type{device="veth8472185"} 3 node_network_address_assign_type{device="veth876f333"} 3 node_network_address_assign_type{device="veth89f63c0"} 3 node_network_address_assign_type{device="veth8dfa5ca"} 3 node_network_address_assign_type{device="veth9235242"} 3 node_network_address_assign_type{device="veth935995c"} 3 node_network_address_assign_type{device="veth9e1994a"} 3 node_network_address_assign_type{device="veth9fb8fcb"} 3 node_network_address_assign_type{device="vetha06d42d"} 3 node_network_address_assign_type{device="vetha2553d1"} 3 node_network_address_assign_type{device="vetha566434"} 3 node_network_address_assign_type{device="vetha7c0dc1"} 3 node_network_address_assign_type{device="vetha7f5b7b"} 3 node_network_address_assign_type{device="vethab24fc4"} 3 node_network_address_assign_type{device="vethac90ece"} 3 node_network_address_assign_type{device="vethad4ef25"} 3 node_network_address_assign_type{device="vethb413f8c"} 3 node_network_address_assign_type{device="vethb4e63ec"} 3 node_network_address_assign_type{device="vethb5562fe"} 3 node_network_address_assign_type{device="vethb66900d"} 3 node_network_address_assign_type{device="vethb73e3aa"} 3 node_network_address_assign_type{device="vethb888ffb"} 3 node_network_address_assign_type{device="vethb8c0b56"} 3 node_network_address_assign_type{device="vethb9f6d01"} 3 node_network_address_assign_type{device="vethbaf6bf7"} 3 node_network_address_assign_type{device="vethbb1c378"} 3 node_network_address_assign_type{device="vethbf6a0ec"} 3 node_network_address_assign_type{device="vethc06dd2b"} 3 node_network_address_assign_type{device="vethc2334b0"} 3 node_network_address_assign_type{device="vethc6c7825"} 3 node_network_address_assign_type{device="vethcae23e1"} 3 node_network_address_assign_type{device="vethcb90a9d"} 3 node_network_address_assign_type{device="vethcea6ea9"} 3 node_network_address_assign_type{device="vethcf0fac2"} 3 node_network_address_assign_type{device="vethd179f18"} 3 node_network_address_assign_type{device="vethd6474c2"} 3 node_network_address_assign_type{device="vethd6e765d"} 3 node_network_address_assign_type{device="vethe1deaa7"} 3 node_network_address_assign_type{device="vethe2609a5"} 3 node_network_address_assign_type{device="vethe42d950"} 3 node_network_address_assign_type{device="vethe6604d7"} 3 node_network_address_assign_type{device="vethe772c43"} 3 node_network_address_assign_type{device="vethe85f4b7"} 3 node_network_address_assign_type{device="vethe90cef0"} 3 node_network_address_assign_type{device="vethebec7bd"} 3 node_network_address_assign_type{device="vetheec5520"} 3 node_network_address_assign_type{device="vethf0a122c"} 3 node_network_address_assign_type{device="vethf24f45c"} 3 node_network_address_assign_type{device="vethf61fb31"} 3 node_network_address_assign_type{device="vethfaf41db"} 3 node_network_address_assign_type{device="vethfe6e59c"} 3 node_network_address_assign_type{device="vethfe814ee"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-02c9bc67f94e"} 1 node_network_carrier{device="br-14eaacc0de96"} 1 node_network_carrier{device="br-2d13c7b9afb5"} 0 node_network_carrier{device="br-30ef03b6bb3d"} 1 node_network_carrier{device="br-4226463043ab"} 0 node_network_carrier{device="br-48f39e2d083e"} 0 node_network_carrier{device="br-4ef7696aca60"} 0 node_network_carrier{device="br-8cc15fdf9426"} 0 node_network_carrier{device="br-91be15752c5f"} 0 node_network_carrier{device="br-9d62113b807b"} 1 node_network_carrier{device="br-9f21321a5384"} 0 node_network_carrier{device="docker0"} 1 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth00a5e23"} 1 node_network_carrier{device="veth01409b2"} 1 node_network_carrier{device="veth034b6ad"} 1 node_network_carrier{device="veth06be1ad"} 1 node_network_carrier{device="veth09dbf2f"} 1 node_network_carrier{device="veth0a36a01"} 1 node_network_carrier{device="veth0adb197"} 1 node_network_carrier{device="veth1214750"} 1 node_network_carrier{device="veth14212c7"} 1 node_network_carrier{device="veth14afe1e"} 1 node_network_carrier{device="veth14c7f79"} 1 node_network_carrier{device="veth157a830"} 1 node_network_carrier{device="veth1a0651e"} 1 node_network_carrier{device="veth20d0c68"} 1 node_network_carrier{device="veth2c34010"} 1 node_network_carrier{device="veth30ee01a"} 1 node_network_carrier{device="veth3206267"} 1 node_network_carrier{device="veth3377c49"} 1 node_network_carrier{device="veth3b441e7"} 1 node_network_carrier{device="veth3bf9e8d"} 1 node_network_carrier{device="veth48a1054"} 1 node_network_carrier{device="veth495f04f"} 1 node_network_carrier{device="veth4ad3bb8"} 1 node_network_carrier{device="veth4d1b17a"} 1 node_network_carrier{device="veth4db8053"} 1 node_network_carrier{device="veth519accd"} 1 node_network_carrier{device="veth51bb634"} 1 node_network_carrier{device="veth545b095"} 1 node_network_carrier{device="veth5b932fc"} 1 node_network_carrier{device="veth5d119f8"} 1 node_network_carrier{device="veth5dafa1f"} 1 node_network_carrier{device="veth63bed6d"} 1 node_network_carrier{device="veth65d0e60"} 1 node_network_carrier{device="veth676acd6"} 1 node_network_carrier{device="veth6925f41"} 1 node_network_carrier{device="veth6ed5bd3"} 1 node_network_carrier{device="veth6f036ed"} 1 node_network_carrier{device="veth6f6b9f8"} 1 node_network_carrier{device="veth7340b15"} 1 node_network_carrier{device="veth75d549c"} 1 node_network_carrier{device="veth776f2c5"} 1 node_network_carrier{device="veth78ccd50"} 1 node_network_carrier{device="veth7960c7c"} 1 node_network_carrier{device="veth79cbbca"} 1 node_network_carrier{device="veth7a1600d"} 1 node_network_carrier{device="veth7c53042"} 1 node_network_carrier{device="veth8008d68"} 1 node_network_carrier{device="veth804a898"} 1 node_network_carrier{device="veth8400b33"} 1 node_network_carrier{device="veth8472185"} 1 node_network_carrier{device="veth876f333"} 1 node_network_carrier{device="veth89f63c0"} 1 node_network_carrier{device="veth8dfa5ca"} 1 node_network_carrier{device="veth9235242"} 1 node_network_carrier{device="veth935995c"} 1 node_network_carrier{device="veth9e1994a"} 1 node_network_carrier{device="veth9fb8fcb"} 1 node_network_carrier{device="vetha06d42d"} 1 node_network_carrier{device="vetha2553d1"} 1 node_network_carrier{device="vetha566434"} 1 node_network_carrier{device="vetha7c0dc1"} 1 node_network_carrier{device="vetha7f5b7b"} 1 node_network_carrier{device="vethab24fc4"} 1 node_network_carrier{device="vethac90ece"} 1 node_network_carrier{device="vethad4ef25"} 1 node_network_carrier{device="vethb413f8c"} 1 node_network_carrier{device="vethb4e63ec"} 1 node_network_carrier{device="vethb5562fe"} 1 node_network_carrier{device="vethb66900d"} 1 node_network_carrier{device="vethb73e3aa"} 1 node_network_carrier{device="vethb888ffb"} 1 node_network_carrier{device="vethb8c0b56"} 1 node_network_carrier{device="vethb9f6d01"} 1 node_network_carrier{device="vethbaf6bf7"} 1 node_network_carrier{device="vethbb1c378"} 1 node_network_carrier{device="vethbf6a0ec"} 1 node_network_carrier{device="vethc06dd2b"} 1 node_network_carrier{device="vethc2334b0"} 1 node_network_carrier{device="vethc6c7825"} 1 node_network_carrier{device="vethcae23e1"} 1 node_network_carrier{device="vethcb90a9d"} 1 node_network_carrier{device="vethcea6ea9"} 1 node_network_carrier{device="vethcf0fac2"} 1 node_network_carrier{device="vethd179f18"} 1 node_network_carrier{device="vethd6474c2"} 1 node_network_carrier{device="vethd6e765d"} 1 node_network_carrier{device="vethe1deaa7"} 1 node_network_carrier{device="vethe2609a5"} 1 node_network_carrier{device="vethe42d950"} 1 node_network_carrier{device="vethe6604d7"} 1 node_network_carrier{device="vethe772c43"} 1 node_network_carrier{device="vethe85f4b7"} 1 node_network_carrier{device="vethe90cef0"} 1 node_network_carrier{device="vethebec7bd"} 1 node_network_carrier{device="vetheec5520"} 1 node_network_carrier{device="vethf0a122c"} 1 node_network_carrier{device="vethf24f45c"} 1 node_network_carrier{device="vethf61fb31"} 1 node_network_carrier{device="vethfaf41db"} 1 node_network_carrier{device="vethfe6e59c"} 1 node_network_carrier{device="vethfe814ee"} 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-02c9bc67f94e"} 10 node_network_carrier_changes_total{device="br-14eaacc0de96"} 4 node_network_carrier_changes_total{device="br-2d13c7b9afb5"} 1 node_network_carrier_changes_total{device="br-30ef03b6bb3d"} 6 node_network_carrier_changes_total{device="br-4226463043ab"} 1 node_network_carrier_changes_total{device="br-48f39e2d083e"} 1 node_network_carrier_changes_total{device="br-4ef7696aca60"} 1 node_network_carrier_changes_total{device="br-8cc15fdf9426"} 1 node_network_carrier_changes_total{device="br-91be15752c5f"} 1 node_network_carrier_changes_total{device="br-9d62113b807b"} 6 node_network_carrier_changes_total{device="br-9f21321a5384"} 1 node_network_carrier_changes_total{device="docker0"} 254 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth00a5e23"} 2 node_network_carrier_changes_total{device="veth01409b2"} 2 node_network_carrier_changes_total{device="veth034b6ad"} 2 node_network_carrier_changes_total{device="veth06be1ad"} 2 node_network_carrier_changes_total{device="veth09dbf2f"} 2 node_network_carrier_changes_total{device="veth0a36a01"} 2 node_network_carrier_changes_total{device="veth0adb197"} 2 node_network_carrier_changes_total{device="veth1214750"} 2 node_network_carrier_changes_total{device="veth14212c7"} 2 node_network_carrier_changes_total{device="veth14afe1e"} 2 node_network_carrier_changes_total{device="veth14c7f79"} 2 node_network_carrier_changes_total{device="veth157a830"} 2 node_network_carrier_changes_total{device="veth1a0651e"} 2 node_network_carrier_changes_total{device="veth20d0c68"} 2 node_network_carrier_changes_total{device="veth2c34010"} 2 node_network_carrier_changes_total{device="veth30ee01a"} 2 node_network_carrier_changes_total{device="veth3206267"} 2 node_network_carrier_changes_total{device="veth3377c49"} 2 node_network_carrier_changes_total{device="veth3b441e7"} 2 node_network_carrier_changes_total{device="veth3bf9e8d"} 2 node_network_carrier_changes_total{device="veth48a1054"} 2 node_network_carrier_changes_total{device="veth495f04f"} 2 node_network_carrier_changes_total{device="veth4ad3bb8"} 2 node_network_carrier_changes_total{device="veth4d1b17a"} 2 node_network_carrier_changes_total{device="veth4db8053"} 2 node_network_carrier_changes_total{device="veth519accd"} 2 node_network_carrier_changes_total{device="veth51bb634"} 2 node_network_carrier_changes_total{device="veth545b095"} 2 node_network_carrier_changes_total{device="veth5b932fc"} 2 node_network_carrier_changes_total{device="veth5d119f8"} 2 node_network_carrier_changes_total{device="veth5dafa1f"} 2 node_network_carrier_changes_total{device="veth63bed6d"} 2 node_network_carrier_changes_total{device="veth65d0e60"} 2 node_network_carrier_changes_total{device="veth676acd6"} 2 node_network_carrier_changes_total{device="veth6925f41"} 2 node_network_carrier_changes_total{device="veth6ed5bd3"} 2 node_network_carrier_changes_total{device="veth6f036ed"} 2 node_network_carrier_changes_total{device="veth6f6b9f8"} 2 node_network_carrier_changes_total{device="veth7340b15"} 2 node_network_carrier_changes_total{device="veth75d549c"} 2 node_network_carrier_changes_total{device="veth776f2c5"} 2 node_network_carrier_changes_total{device="veth78ccd50"} 2 node_network_carrier_changes_total{device="veth7960c7c"} 2 node_network_carrier_changes_total{device="veth79cbbca"} 2 node_network_carrier_changes_total{device="veth7a1600d"} 2 node_network_carrier_changes_total{device="veth7c53042"} 2 node_network_carrier_changes_total{device="veth8008d68"} 2 node_network_carrier_changes_total{device="veth804a898"} 2 node_network_carrier_changes_total{device="veth8400b33"} 2 node_network_carrier_changes_total{device="veth8472185"} 2 node_network_carrier_changes_total{device="veth876f333"} 2 node_network_carrier_changes_total{device="veth89f63c0"} 2 node_network_carrier_changes_total{device="veth8dfa5ca"} 2 node_network_carrier_changes_total{device="veth9235242"} 2 node_network_carrier_changes_total{device="veth935995c"} 2 node_network_carrier_changes_total{device="veth9e1994a"} 2 node_network_carrier_changes_total{device="veth9fb8fcb"} 2 node_network_carrier_changes_total{device="vetha06d42d"} 2 node_network_carrier_changes_total{device="vetha2553d1"} 2 node_network_carrier_changes_total{device="vetha566434"} 2 node_network_carrier_changes_total{device="vetha7c0dc1"} 2 node_network_carrier_changes_total{device="vetha7f5b7b"} 2 node_network_carrier_changes_total{device="vethab24fc4"} 2 node_network_carrier_changes_total{device="vethac90ece"} 2 node_network_carrier_changes_total{device="vethad4ef25"} 2 node_network_carrier_changes_total{device="vethb413f8c"} 2 node_network_carrier_changes_total{device="vethb4e63ec"} 2 node_network_carrier_changes_total{device="vethb5562fe"} 2 node_network_carrier_changes_total{device="vethb66900d"} 2 node_network_carrier_changes_total{device="vethb73e3aa"} 2 node_network_carrier_changes_total{device="vethb888ffb"} 2 node_network_carrier_changes_total{device="vethb8c0b56"} 2 node_network_carrier_changes_total{device="vethb9f6d01"} 2 node_network_carrier_changes_total{device="vethbaf6bf7"} 2 node_network_carrier_changes_total{device="vethbb1c378"} 2 node_network_carrier_changes_total{device="vethbf6a0ec"} 2 node_network_carrier_changes_total{device="vethc06dd2b"} 2 node_network_carrier_changes_total{device="vethc2334b0"} 2 node_network_carrier_changes_total{device="vethc6c7825"} 2 node_network_carrier_changes_total{device="vethcae23e1"} 2 node_network_carrier_changes_total{device="vethcb90a9d"} 2 node_network_carrier_changes_total{device="vethcea6ea9"} 2 node_network_carrier_changes_total{device="vethcf0fac2"} 2 node_network_carrier_changes_total{device="vethd179f18"} 2 node_network_carrier_changes_total{device="vethd6474c2"} 2 node_network_carrier_changes_total{device="vethd6e765d"} 2 node_network_carrier_changes_total{device="vethe1deaa7"} 2 node_network_carrier_changes_total{device="vethe2609a5"} 2 node_network_carrier_changes_total{device="vethe42d950"} 2 node_network_carrier_changes_total{device="vethe6604d7"} 2 node_network_carrier_changes_total{device="vethe772c43"} 2 node_network_carrier_changes_total{device="vethe85f4b7"} 2 node_network_carrier_changes_total{device="vethe90cef0"} 2 node_network_carrier_changes_total{device="vethebec7bd"} 2 node_network_carrier_changes_total{device="vetheec5520"} 2 node_network_carrier_changes_total{device="vethf0a122c"} 2 node_network_carrier_changes_total{device="vethf24f45c"} 2 node_network_carrier_changes_total{device="vethf61fb31"} 2 node_network_carrier_changes_total{device="vethfaf41db"} 2 node_network_carrier_changes_total{device="vethfe6e59c"} 2 node_network_carrier_changes_total{device="vethfe814ee"} 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-02c9bc67f94e"} 5 node_network_carrier_down_changes_total{device="br-14eaacc0de96"} 2 node_network_carrier_down_changes_total{device="br-2d13c7b9afb5"} 1 node_network_carrier_down_changes_total{device="br-30ef03b6bb3d"} 3 node_network_carrier_down_changes_total{device="br-4226463043ab"} 1 node_network_carrier_down_changes_total{device="br-48f39e2d083e"} 1 node_network_carrier_down_changes_total{device="br-4ef7696aca60"} 1 node_network_carrier_down_changes_total{device="br-8cc15fdf9426"} 1 node_network_carrier_down_changes_total{device="br-91be15752c5f"} 1 node_network_carrier_down_changes_total{device="br-9d62113b807b"} 3 node_network_carrier_down_changes_total{device="br-9f21321a5384"} 1 node_network_carrier_down_changes_total{device="docker0"} 127 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="veth00a5e23"} 1 node_network_carrier_down_changes_total{device="veth01409b2"} 1 node_network_carrier_down_changes_total{device="veth034b6ad"} 1 node_network_carrier_down_changes_total{device="veth06be1ad"} 1 node_network_carrier_down_changes_total{device="veth09dbf2f"} 1 node_network_carrier_down_changes_total{device="veth0a36a01"} 1 node_network_carrier_down_changes_total{device="veth0adb197"} 1 node_network_carrier_down_changes_total{device="veth1214750"} 1 node_network_carrier_down_changes_total{device="veth14212c7"} 1 node_network_carrier_down_changes_total{device="veth14afe1e"} 1 node_network_carrier_down_changes_total{device="veth14c7f79"} 1 node_network_carrier_down_changes_total{device="veth157a830"} 1 node_network_carrier_down_changes_total{device="veth1a0651e"} 1 node_network_carrier_down_changes_total{device="veth20d0c68"} 1 node_network_carrier_down_changes_total{device="veth2c34010"} 1 node_network_carrier_down_changes_total{device="veth30ee01a"} 1 node_network_carrier_down_changes_total{device="veth3206267"} 1 node_network_carrier_down_changes_total{device="veth3377c49"} 1 node_network_carrier_down_changes_total{device="veth3b441e7"} 1 node_network_carrier_down_changes_total{device="veth3bf9e8d"} 1 node_network_carrier_down_changes_total{device="veth48a1054"} 1 node_network_carrier_down_changes_total{device="veth495f04f"} 1 node_network_carrier_down_changes_total{device="veth4ad3bb8"} 1 node_network_carrier_down_changes_total{device="veth4d1b17a"} 1 node_network_carrier_down_changes_total{device="veth4db8053"} 1 node_network_carrier_down_changes_total{device="veth519accd"} 1 node_network_carrier_down_changes_total{device="veth51bb634"} 1 node_network_carrier_down_changes_total{device="veth545b095"} 1 node_network_carrier_down_changes_total{device="veth5b932fc"} 1 node_network_carrier_down_changes_total{device="veth5d119f8"} 1 node_network_carrier_down_changes_total{device="veth5dafa1f"} 1 node_network_carrier_down_changes_total{device="veth63bed6d"} 1 node_network_carrier_down_changes_total{device="veth65d0e60"} 1 node_network_carrier_down_changes_total{device="veth676acd6"} 1 node_network_carrier_down_changes_total{device="veth6925f41"} 1 node_network_carrier_down_changes_total{device="veth6ed5bd3"} 1 node_network_carrier_down_changes_total{device="veth6f036ed"} 1 node_network_carrier_down_changes_total{device="veth6f6b9f8"} 1 node_network_carrier_down_changes_total{device="veth7340b15"} 1 node_network_carrier_down_changes_total{device="veth75d549c"} 1 node_network_carrier_down_changes_total{device="veth776f2c5"} 1 node_network_carrier_down_changes_total{device="veth78ccd50"} 1 node_network_carrier_down_changes_total{device="veth7960c7c"} 1 node_network_carrier_down_changes_total{device="veth79cbbca"} 1 node_network_carrier_down_changes_total{device="veth7a1600d"} 1 node_network_carrier_down_changes_total{device="veth7c53042"} 1 node_network_carrier_down_changes_total{device="veth8008d68"} 1 node_network_carrier_down_changes_total{device="veth804a898"} 1 node_network_carrier_down_changes_total{device="veth8400b33"} 1 node_network_carrier_down_changes_total{device="veth8472185"} 1 node_network_carrier_down_changes_total{device="veth876f333"} 1 node_network_carrier_down_changes_total{device="veth89f63c0"} 1 node_network_carrier_down_changes_total{device="veth8dfa5ca"} 1 node_network_carrier_down_changes_total{device="veth9235242"} 1 node_network_carrier_down_changes_total{device="veth935995c"} 1 node_network_carrier_down_changes_total{device="veth9e1994a"} 1 node_network_carrier_down_changes_total{device="veth9fb8fcb"} 1 node_network_carrier_down_changes_total{device="vetha06d42d"} 1 node_network_carrier_down_changes_total{device="vetha2553d1"} 1 node_network_carrier_down_changes_total{device="vetha566434"} 1 node_network_carrier_down_changes_total{device="vetha7c0dc1"} 1 node_network_carrier_down_changes_total{device="vetha7f5b7b"} 1 node_network_carrier_down_changes_total{device="vethab24fc4"} 1 node_network_carrier_down_changes_total{device="vethac90ece"} 1 node_network_carrier_down_changes_total{device="vethad4ef25"} 1 node_network_carrier_down_changes_total{device="vethb413f8c"} 1 node_network_carrier_down_changes_total{device="vethb4e63ec"} 1 node_network_carrier_down_changes_total{device="vethb5562fe"} 1 node_network_carrier_down_changes_total{device="vethb66900d"} 1 node_network_carrier_down_changes_total{device="vethb73e3aa"} 1 node_network_carrier_down_changes_total{device="vethb888ffb"} 1 node_network_carrier_down_changes_total{device="vethb8c0b56"} 1 node_network_carrier_down_changes_total{device="vethb9f6d01"} 1 node_network_carrier_down_changes_total{device="vethbaf6bf7"} 1 node_network_carrier_down_changes_total{device="vethbb1c378"} 1 node_network_carrier_down_changes_total{device="vethbf6a0ec"} 1 node_network_carrier_down_changes_total{device="vethc06dd2b"} 1 node_network_carrier_down_changes_total{device="vethc2334b0"} 1 node_network_carrier_down_changes_total{device="vethc6c7825"} 1 node_network_carrier_down_changes_total{device="vethcae23e1"} 1 node_network_carrier_down_changes_total{device="vethcb90a9d"} 1 node_network_carrier_down_changes_total{device="vethcea6ea9"} 1 node_network_carrier_down_changes_total{device="vethcf0fac2"} 1 node_network_carrier_down_changes_total{device="vethd179f18"} 1 node_network_carrier_down_changes_total{device="vethd6474c2"} 1 node_network_carrier_down_changes_total{device="vethd6e765d"} 1 node_network_carrier_down_changes_total{device="vethe1deaa7"} 1 node_network_carrier_down_changes_total{device="vethe2609a5"} 1 node_network_carrier_down_changes_total{device="vethe42d950"} 1 node_network_carrier_down_changes_total{device="vethe6604d7"} 1 node_network_carrier_down_changes_total{device="vethe772c43"} 1 node_network_carrier_down_changes_total{device="vethe85f4b7"} 1 node_network_carrier_down_changes_total{device="vethe90cef0"} 1 node_network_carrier_down_changes_total{device="vethebec7bd"} 1 node_network_carrier_down_changes_total{device="vetheec5520"} 1 node_network_carrier_down_changes_total{device="vethf0a122c"} 1 node_network_carrier_down_changes_total{device="vethf24f45c"} 1 node_network_carrier_down_changes_total{device="vethf61fb31"} 1 node_network_carrier_down_changes_total{device="vethfaf41db"} 1 node_network_carrier_down_changes_total{device="vethfe6e59c"} 1 node_network_carrier_down_changes_total{device="vethfe814ee"} 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-02c9bc67f94e"} 5 node_network_carrier_up_changes_total{device="br-14eaacc0de96"} 2 node_network_carrier_up_changes_total{device="br-2d13c7b9afb5"} 0 node_network_carrier_up_changes_total{device="br-30ef03b6bb3d"} 3 node_network_carrier_up_changes_total{device="br-4226463043ab"} 0 node_network_carrier_up_changes_total{device="br-48f39e2d083e"} 0 node_network_carrier_up_changes_total{device="br-4ef7696aca60"} 0 node_network_carrier_up_changes_total{device="br-8cc15fdf9426"} 0 node_network_carrier_up_changes_total{device="br-91be15752c5f"} 0 node_network_carrier_up_changes_total{device="br-9d62113b807b"} 3 node_network_carrier_up_changes_total{device="br-9f21321a5384"} 0 node_network_carrier_up_changes_total{device="docker0"} 127 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="veth00a5e23"} 1 node_network_carrier_up_changes_total{device="veth01409b2"} 1 node_network_carrier_up_changes_total{device="veth034b6ad"} 1 node_network_carrier_up_changes_total{device="veth06be1ad"} 1 node_network_carrier_up_changes_total{device="veth09dbf2f"} 1 node_network_carrier_up_changes_total{device="veth0a36a01"} 1 node_network_carrier_up_changes_total{device="veth0adb197"} 1 node_network_carrier_up_changes_total{device="veth1214750"} 1 node_network_carrier_up_changes_total{device="veth14212c7"} 1 node_network_carrier_up_changes_total{device="veth14afe1e"} 1 node_network_carrier_up_changes_total{device="veth14c7f79"} 1 node_network_carrier_up_changes_total{device="veth157a830"} 1 node_network_carrier_up_changes_total{device="veth1a0651e"} 1 node_network_carrier_up_changes_total{device="veth20d0c68"} 1 node_network_carrier_up_changes_total{device="veth2c34010"} 1 node_network_carrier_up_changes_total{device="veth30ee01a"} 1 node_network_carrier_up_changes_total{device="veth3206267"} 1 node_network_carrier_up_changes_total{device="veth3377c49"} 1 node_network_carrier_up_changes_total{device="veth3b441e7"} 1 node_network_carrier_up_changes_total{device="veth3bf9e8d"} 1 node_network_carrier_up_changes_total{device="veth48a1054"} 1 node_network_carrier_up_changes_total{device="veth495f04f"} 1 node_network_carrier_up_changes_total{device="veth4ad3bb8"} 1 node_network_carrier_up_changes_total{device="veth4d1b17a"} 1 node_network_carrier_up_changes_total{device="veth4db8053"} 1 node_network_carrier_up_changes_total{device="veth519accd"} 1 node_network_carrier_up_changes_total{device="veth51bb634"} 1 node_network_carrier_up_changes_total{device="veth545b095"} 1 node_network_carrier_up_changes_total{device="veth5b932fc"} 1 node_network_carrier_up_changes_total{device="veth5d119f8"} 1 node_network_carrier_up_changes_total{device="veth5dafa1f"} 1 node_network_carrier_up_changes_total{device="veth63bed6d"} 1 node_network_carrier_up_changes_total{device="veth65d0e60"} 1 node_network_carrier_up_changes_total{device="veth676acd6"} 1 node_network_carrier_up_changes_total{device="veth6925f41"} 1 node_network_carrier_up_changes_total{device="veth6ed5bd3"} 1 node_network_carrier_up_changes_total{device="veth6f036ed"} 1 node_network_carrier_up_changes_total{device="veth6f6b9f8"} 1 node_network_carrier_up_changes_total{device="veth7340b15"} 1 node_network_carrier_up_changes_total{device="veth75d549c"} 1 node_network_carrier_up_changes_total{device="veth776f2c5"} 1 node_network_carrier_up_changes_total{device="veth78ccd50"} 1 node_network_carrier_up_changes_total{device="veth7960c7c"} 1 node_network_carrier_up_changes_total{device="veth79cbbca"} 1 node_network_carrier_up_changes_total{device="veth7a1600d"} 1 node_network_carrier_up_changes_total{device="veth7c53042"} 1 node_network_carrier_up_changes_total{device="veth8008d68"} 1 node_network_carrier_up_changes_total{device="veth804a898"} 1 node_network_carrier_up_changes_total{device="veth8400b33"} 1 node_network_carrier_up_changes_total{device="veth8472185"} 1 node_network_carrier_up_changes_total{device="veth876f333"} 1 node_network_carrier_up_changes_total{device="veth89f63c0"} 1 node_network_carrier_up_changes_total{device="veth8dfa5ca"} 1 node_network_carrier_up_changes_total{device="veth9235242"} 1 node_network_carrier_up_changes_total{device="veth935995c"} 1 node_network_carrier_up_changes_total{device="veth9e1994a"} 1 node_network_carrier_up_changes_total{device="veth9fb8fcb"} 1 node_network_carrier_up_changes_total{device="vetha06d42d"} 1 node_network_carrier_up_changes_total{device="vetha2553d1"} 1 node_network_carrier_up_changes_total{device="vetha566434"} 1 node_network_carrier_up_changes_total{device="vetha7c0dc1"} 1 node_network_carrier_up_changes_total{device="vetha7f5b7b"} 1 node_network_carrier_up_changes_total{device="vethab24fc4"} 1 node_network_carrier_up_changes_total{device="vethac90ece"} 1 node_network_carrier_up_changes_total{device="vethad4ef25"} 1 node_network_carrier_up_changes_total{device="vethb413f8c"} 1 node_network_carrier_up_changes_total{device="vethb4e63ec"} 1 node_network_carrier_up_changes_total{device="vethb5562fe"} 1 node_network_carrier_up_changes_total{device="vethb66900d"} 1 node_network_carrier_up_changes_total{device="vethb73e3aa"} 1 node_network_carrier_up_changes_total{device="vethb888ffb"} 1 node_network_carrier_up_changes_total{device="vethb8c0b56"} 1 node_network_carrier_up_changes_total{device="vethb9f6d01"} 1 node_network_carrier_up_changes_total{device="vethbaf6bf7"} 1 node_network_carrier_up_changes_total{device="vethbb1c378"} 1 node_network_carrier_up_changes_total{device="vethbf6a0ec"} 1 node_network_carrier_up_changes_total{device="vethc06dd2b"} 1 node_network_carrier_up_changes_total{device="vethc2334b0"} 1 node_network_carrier_up_changes_total{device="vethc6c7825"} 1 node_network_carrier_up_changes_total{device="vethcae23e1"} 1 node_network_carrier_up_changes_total{device="vethcb90a9d"} 1 node_network_carrier_up_changes_total{device="vethcea6ea9"} 1 node_network_carrier_up_changes_total{device="vethcf0fac2"} 1 node_network_carrier_up_changes_total{device="vethd179f18"} 1 node_network_carrier_up_changes_total{device="vethd6474c2"} 1 node_network_carrier_up_changes_total{device="vethd6e765d"} 1 node_network_carrier_up_changes_total{device="vethe1deaa7"} 1 node_network_carrier_up_changes_total{device="vethe2609a5"} 1 node_network_carrier_up_changes_total{device="vethe42d950"} 1 node_network_carrier_up_changes_total{device="vethe6604d7"} 1 node_network_carrier_up_changes_total{device="vethe772c43"} 1 node_network_carrier_up_changes_total{device="vethe85f4b7"} 1 node_network_carrier_up_changes_total{device="vethe90cef0"} 1 node_network_carrier_up_changes_total{device="vethebec7bd"} 1 node_network_carrier_up_changes_total{device="vetheec5520"} 1 node_network_carrier_up_changes_total{device="vethf0a122c"} 1 node_network_carrier_up_changes_total{device="vethf24f45c"} 1 node_network_carrier_up_changes_total{device="vethf61fb31"} 1 node_network_carrier_up_changes_total{device="vethfaf41db"} 1 node_network_carrier_up_changes_total{device="vethfe6e59c"} 1 node_network_carrier_up_changes_total{device="vethfe814ee"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-02c9bc67f94e"} 0 node_network_device_id{device="br-14eaacc0de96"} 0 node_network_device_id{device="br-2d13c7b9afb5"} 0 node_network_device_id{device="br-30ef03b6bb3d"} 0 node_network_device_id{device="br-4226463043ab"} 0 node_network_device_id{device="br-48f39e2d083e"} 0 node_network_device_id{device="br-4ef7696aca60"} 0 node_network_device_id{device="br-8cc15fdf9426"} 0 node_network_device_id{device="br-91be15752c5f"} 0 node_network_device_id{device="br-9d62113b807b"} 0 node_network_device_id{device="br-9f21321a5384"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth00a5e23"} 0 node_network_device_id{device="veth01409b2"} 0 node_network_device_id{device="veth034b6ad"} 0 node_network_device_id{device="veth06be1ad"} 0 node_network_device_id{device="veth09dbf2f"} 0 node_network_device_id{device="veth0a36a01"} 0 node_network_device_id{device="veth0adb197"} 0 node_network_device_id{device="veth1214750"} 0 node_network_device_id{device="veth14212c7"} 0 node_network_device_id{device="veth14afe1e"} 0 node_network_device_id{device="veth14c7f79"} 0 node_network_device_id{device="veth157a830"} 0 node_network_device_id{device="veth1a0651e"} 0 node_network_device_id{device="veth20d0c68"} 0 node_network_device_id{device="veth2c34010"} 0 node_network_device_id{device="veth30ee01a"} 0 node_network_device_id{device="veth3206267"} 0 node_network_device_id{device="veth3377c49"} 0 node_network_device_id{device="veth3b441e7"} 0 node_network_device_id{device="veth3bf9e8d"} 0 node_network_device_id{device="veth48a1054"} 0 node_network_device_id{device="veth495f04f"} 0 node_network_device_id{device="veth4ad3bb8"} 0 node_network_device_id{device="veth4d1b17a"} 0 node_network_device_id{device="veth4db8053"} 0 node_network_device_id{device="veth519accd"} 0 node_network_device_id{device="veth51bb634"} 0 node_network_device_id{device="veth545b095"} 0 node_network_device_id{device="veth5b932fc"} 0 node_network_device_id{device="veth5d119f8"} 0 node_network_device_id{device="veth5dafa1f"} 0 node_network_device_id{device="veth63bed6d"} 0 node_network_device_id{device="veth65d0e60"} 0 node_network_device_id{device="veth676acd6"} 0 node_network_device_id{device="veth6925f41"} 0 node_network_device_id{device="veth6ed5bd3"} 0 node_network_device_id{device="veth6f036ed"} 0 node_network_device_id{device="veth6f6b9f8"} 0 node_network_device_id{device="veth7340b15"} 0 node_network_device_id{device="veth75d549c"} 0 node_network_device_id{device="veth776f2c5"} 0 node_network_device_id{device="veth78ccd50"} 0 node_network_device_id{device="veth7960c7c"} 0 node_network_device_id{device="veth79cbbca"} 0 node_network_device_id{device="veth7a1600d"} 0 node_network_device_id{device="veth7c53042"} 0 node_network_device_id{device="veth8008d68"} 0 node_network_device_id{device="veth804a898"} 0 node_network_device_id{device="veth8400b33"} 0 node_network_device_id{device="veth8472185"} 0 node_network_device_id{device="veth876f333"} 0 node_network_device_id{device="veth89f63c0"} 0 node_network_device_id{device="veth8dfa5ca"} 0 node_network_device_id{device="veth9235242"} 0 node_network_device_id{device="veth935995c"} 0 node_network_device_id{device="veth9e1994a"} 0 node_network_device_id{device="veth9fb8fcb"} 0 node_network_device_id{device="vetha06d42d"} 0 node_network_device_id{device="vetha2553d1"} 0 node_network_device_id{device="vetha566434"} 0 node_network_device_id{device="vetha7c0dc1"} 0 node_network_device_id{device="vetha7f5b7b"} 0 node_network_device_id{device="vethab24fc4"} 0 node_network_device_id{device="vethac90ece"} 0 node_network_device_id{device="vethad4ef25"} 0 node_network_device_id{device="vethb413f8c"} 0 node_network_device_id{device="vethb4e63ec"} 0 node_network_device_id{device="vethb5562fe"} 0 node_network_device_id{device="vethb66900d"} 0 node_network_device_id{device="vethb73e3aa"} 0 node_network_device_id{device="vethb888ffb"} 0 node_network_device_id{device="vethb8c0b56"} 0 node_network_device_id{device="vethb9f6d01"} 0 node_network_device_id{device="vethbaf6bf7"} 0 node_network_device_id{device="vethbb1c378"} 0 node_network_device_id{device="vethbf6a0ec"} 0 node_network_device_id{device="vethc06dd2b"} 0 node_network_device_id{device="vethc2334b0"} 0 node_network_device_id{device="vethc6c7825"} 0 node_network_device_id{device="vethcae23e1"} 0 node_network_device_id{device="vethcb90a9d"} 0 node_network_device_id{device="vethcea6ea9"} 0 node_network_device_id{device="vethcf0fac2"} 0 node_network_device_id{device="vethd179f18"} 0 node_network_device_id{device="vethd6474c2"} 0 node_network_device_id{device="vethd6e765d"} 0 node_network_device_id{device="vethe1deaa7"} 0 node_network_device_id{device="vethe2609a5"} 0 node_network_device_id{device="vethe42d950"} 0 node_network_device_id{device="vethe6604d7"} 0 node_network_device_id{device="vethe772c43"} 0 node_network_device_id{device="vethe85f4b7"} 0 node_network_device_id{device="vethe90cef0"} 0 node_network_device_id{device="vethebec7bd"} 0 node_network_device_id{device="vetheec5520"} 0 node_network_device_id{device="vethf0a122c"} 0 node_network_device_id{device="vethf24f45c"} 0 node_network_device_id{device="vethf61fb31"} 0 node_network_device_id{device="vethfaf41db"} 0 node_network_device_id{device="vethfe6e59c"} 0 node_network_device_id{device="vethfe814ee"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-02c9bc67f94e"} 0 node_network_dormant{device="br-14eaacc0de96"} 0 node_network_dormant{device="br-2d13c7b9afb5"} 0 node_network_dormant{device="br-30ef03b6bb3d"} 0 node_network_dormant{device="br-4226463043ab"} 0 node_network_dormant{device="br-48f39e2d083e"} 0 node_network_dormant{device="br-4ef7696aca60"} 0 node_network_dormant{device="br-8cc15fdf9426"} 0 node_network_dormant{device="br-91be15752c5f"} 0 node_network_dormant{device="br-9d62113b807b"} 0 node_network_dormant{device="br-9f21321a5384"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth00a5e23"} 0 node_network_dormant{device="veth01409b2"} 0 node_network_dormant{device="veth034b6ad"} 0 node_network_dormant{device="veth06be1ad"} 0 node_network_dormant{device="veth09dbf2f"} 0 node_network_dormant{device="veth0a36a01"} 0 node_network_dormant{device="veth0adb197"} 0 node_network_dormant{device="veth1214750"} 0 node_network_dormant{device="veth14212c7"} 0 node_network_dormant{device="veth14afe1e"} 0 node_network_dormant{device="veth14c7f79"} 0 node_network_dormant{device="veth157a830"} 0 node_network_dormant{device="veth1a0651e"} 0 node_network_dormant{device="veth20d0c68"} 0 node_network_dormant{device="veth2c34010"} 0 node_network_dormant{device="veth30ee01a"} 0 node_network_dormant{device="veth3206267"} 0 node_network_dormant{device="veth3377c49"} 0 node_network_dormant{device="veth3b441e7"} 0 node_network_dormant{device="veth3bf9e8d"} 0 node_network_dormant{device="veth48a1054"} 0 node_network_dormant{device="veth495f04f"} 0 node_network_dormant{device="veth4ad3bb8"} 0 node_network_dormant{device="veth4d1b17a"} 0 node_network_dormant{device="veth4db8053"} 0 node_network_dormant{device="veth519accd"} 0 node_network_dormant{device="veth51bb634"} 0 node_network_dormant{device="veth545b095"} 0 node_network_dormant{device="veth5b932fc"} 0 node_network_dormant{device="veth5d119f8"} 0 node_network_dormant{device="veth5dafa1f"} 0 node_network_dormant{device="veth63bed6d"} 0 node_network_dormant{device="veth65d0e60"} 0 node_network_dormant{device="veth676acd6"} 0 node_network_dormant{device="veth6925f41"} 0 node_network_dormant{device="veth6ed5bd3"} 0 node_network_dormant{device="veth6f036ed"} 0 node_network_dormant{device="veth6f6b9f8"} 0 node_network_dormant{device="veth7340b15"} 0 node_network_dormant{device="veth75d549c"} 0 node_network_dormant{device="veth776f2c5"} 0 node_network_dormant{device="veth78ccd50"} 0 node_network_dormant{device="veth7960c7c"} 0 node_network_dormant{device="veth79cbbca"} 0 node_network_dormant{device="veth7a1600d"} 0 node_network_dormant{device="veth7c53042"} 0 node_network_dormant{device="veth8008d68"} 0 node_network_dormant{device="veth804a898"} 0 node_network_dormant{device="veth8400b33"} 0 node_network_dormant{device="veth8472185"} 0 node_network_dormant{device="veth876f333"} 0 node_network_dormant{device="veth89f63c0"} 0 node_network_dormant{device="veth8dfa5ca"} 0 node_network_dormant{device="veth9235242"} 0 node_network_dormant{device="veth935995c"} 0 node_network_dormant{device="veth9e1994a"} 0 node_network_dormant{device="veth9fb8fcb"} 0 node_network_dormant{device="vetha06d42d"} 0 node_network_dormant{device="vetha2553d1"} 0 node_network_dormant{device="vetha566434"} 0 node_network_dormant{device="vetha7c0dc1"} 0 node_network_dormant{device="vetha7f5b7b"} 0 node_network_dormant{device="vethab24fc4"} 0 node_network_dormant{device="vethac90ece"} 0 node_network_dormant{device="vethad4ef25"} 0 node_network_dormant{device="vethb413f8c"} 0 node_network_dormant{device="vethb4e63ec"} 0 node_network_dormant{device="vethb5562fe"} 0 node_network_dormant{device="vethb66900d"} 0 node_network_dormant{device="vethb73e3aa"} 0 node_network_dormant{device="vethb888ffb"} 0 node_network_dormant{device="vethb8c0b56"} 0 node_network_dormant{device="vethb9f6d01"} 0 node_network_dormant{device="vethbaf6bf7"} 0 node_network_dormant{device="vethbb1c378"} 0 node_network_dormant{device="vethbf6a0ec"} 0 node_network_dormant{device="vethc06dd2b"} 0 node_network_dormant{device="vethc2334b0"} 0 node_network_dormant{device="vethc6c7825"} 0 node_network_dormant{device="vethcae23e1"} 0 node_network_dormant{device="vethcb90a9d"} 0 node_network_dormant{device="vethcea6ea9"} 0 node_network_dormant{device="vethcf0fac2"} 0 node_network_dormant{device="vethd179f18"} 0 node_network_dormant{device="vethd6474c2"} 0 node_network_dormant{device="vethd6e765d"} 0 node_network_dormant{device="vethe1deaa7"} 0 node_network_dormant{device="vethe2609a5"} 0 node_network_dormant{device="vethe42d950"} 0 node_network_dormant{device="vethe6604d7"} 0 node_network_dormant{device="vethe772c43"} 0 node_network_dormant{device="vethe85f4b7"} 0 node_network_dormant{device="vethe90cef0"} 0 node_network_dormant{device="vethebec7bd"} 0 node_network_dormant{device="vetheec5520"} 0 node_network_dormant{device="vethf0a122c"} 0 node_network_dormant{device="vethf24f45c"} 0 node_network_dormant{device="vethf61fb31"} 0 node_network_dormant{device="vethfaf41db"} 0 node_network_dormant{device="vethfe6e59c"} 0 node_network_dormant{device="vethfe814ee"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-02c9bc67f94e"} 4099 node_network_flags{device="br-14eaacc0de96"} 4099 node_network_flags{device="br-2d13c7b9afb5"} 4099 node_network_flags{device="br-30ef03b6bb3d"} 4099 node_network_flags{device="br-4226463043ab"} 4099 node_network_flags{device="br-48f39e2d083e"} 4099 node_network_flags{device="br-4ef7696aca60"} 4099 node_network_flags{device="br-8cc15fdf9426"} 4099 node_network_flags{device="br-91be15752c5f"} 4099 node_network_flags{device="br-9d62113b807b"} 4099 node_network_flags{device="br-9f21321a5384"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth00a5e23"} 4867 node_network_flags{device="veth01409b2"} 4867 node_network_flags{device="veth034b6ad"} 4867 node_network_flags{device="veth06be1ad"} 4867 node_network_flags{device="veth09dbf2f"} 4867 node_network_flags{device="veth0a36a01"} 4867 node_network_flags{device="veth0adb197"} 4867 node_network_flags{device="veth1214750"} 4867 node_network_flags{device="veth14212c7"} 4867 node_network_flags{device="veth14afe1e"} 4867 node_network_flags{device="veth14c7f79"} 4867 node_network_flags{device="veth157a830"} 4867 node_network_flags{device="veth1a0651e"} 4867 node_network_flags{device="veth20d0c68"} 4867 node_network_flags{device="veth2c34010"} 4867 node_network_flags{device="veth30ee01a"} 4867 node_network_flags{device="veth3206267"} 4867 node_network_flags{device="veth3377c49"} 4867 node_network_flags{device="veth3b441e7"} 4867 node_network_flags{device="veth3bf9e8d"} 4867 node_network_flags{device="veth48a1054"} 4867 node_network_flags{device="veth495f04f"} 4867 node_network_flags{device="veth4ad3bb8"} 4867 node_network_flags{device="veth4d1b17a"} 4867 node_network_flags{device="veth4db8053"} 4867 node_network_flags{device="veth519accd"} 4867 node_network_flags{device="veth51bb634"} 4867 node_network_flags{device="veth545b095"} 4867 node_network_flags{device="veth5b932fc"} 4867 node_network_flags{device="veth5d119f8"} 4867 node_network_flags{device="veth5dafa1f"} 4867 node_network_flags{device="veth63bed6d"} 4867 node_network_flags{device="veth65d0e60"} 4867 node_network_flags{device="veth676acd6"} 4867 node_network_flags{device="veth6925f41"} 4867 node_network_flags{device="veth6ed5bd3"} 4867 node_network_flags{device="veth6f036ed"} 4867 node_network_flags{device="veth6f6b9f8"} 4867 node_network_flags{device="veth7340b15"} 4867 node_network_flags{device="veth75d549c"} 4867 node_network_flags{device="veth776f2c5"} 4867 node_network_flags{device="veth78ccd50"} 4867 node_network_flags{device="veth7960c7c"} 4867 node_network_flags{device="veth79cbbca"} 4867 node_network_flags{device="veth7a1600d"} 4867 node_network_flags{device="veth7c53042"} 4867 node_network_flags{device="veth8008d68"} 4867 node_network_flags{device="veth804a898"} 4867 node_network_flags{device="veth8400b33"} 4867 node_network_flags{device="veth8472185"} 4867 node_network_flags{device="veth876f333"} 4867 node_network_flags{device="veth89f63c0"} 4867 node_network_flags{device="veth8dfa5ca"} 4867 node_network_flags{device="veth9235242"} 4867 node_network_flags{device="veth935995c"} 4867 node_network_flags{device="veth9e1994a"} 4867 node_network_flags{device="veth9fb8fcb"} 4867 node_network_flags{device="vetha06d42d"} 4867 node_network_flags{device="vetha2553d1"} 4867 node_network_flags{device="vetha566434"} 4867 node_network_flags{device="vetha7c0dc1"} 4867 node_network_flags{device="vetha7f5b7b"} 4867 node_network_flags{device="vethab24fc4"} 4867 node_network_flags{device="vethac90ece"} 4867 node_network_flags{device="vethad4ef25"} 4867 node_network_flags{device="vethb413f8c"} 4867 node_network_flags{device="vethb4e63ec"} 4867 node_network_flags{device="vethb5562fe"} 4867 node_network_flags{device="vethb66900d"} 4867 node_network_flags{device="vethb73e3aa"} 4867 node_network_flags{device="vethb888ffb"} 4867 node_network_flags{device="vethb8c0b56"} 4867 node_network_flags{device="vethb9f6d01"} 4867 node_network_flags{device="vethbaf6bf7"} 4867 node_network_flags{device="vethbb1c378"} 4867 node_network_flags{device="vethbf6a0ec"} 4867 node_network_flags{device="vethc06dd2b"} 4867 node_network_flags{device="vethc2334b0"} 4867 node_network_flags{device="vethc6c7825"} 4867 node_network_flags{device="vethcae23e1"} 4867 node_network_flags{device="vethcb90a9d"} 4867 node_network_flags{device="vethcea6ea9"} 4867 node_network_flags{device="vethcf0fac2"} 4867 node_network_flags{device="vethd179f18"} 4867 node_network_flags{device="vethd6474c2"} 4867 node_network_flags{device="vethd6e765d"} 4867 node_network_flags{device="vethe1deaa7"} 4867 node_network_flags{device="vethe2609a5"} 4867 node_network_flags{device="vethe42d950"} 4867 node_network_flags{device="vethe6604d7"} 4867 node_network_flags{device="vethe772c43"} 4867 node_network_flags{device="vethe85f4b7"} 4867 node_network_flags{device="vethe90cef0"} 4867 node_network_flags{device="vethebec7bd"} 4867 node_network_flags{device="vetheec5520"} 4867 node_network_flags{device="vethf0a122c"} 4867 node_network_flags{device="vethf24f45c"} 4867 node_network_flags{device="vethf61fb31"} 4867 node_network_flags{device="vethfaf41db"} 4867 node_network_flags{device="vethfe6e59c"} 4867 node_network_flags{device="vethfe814ee"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-02c9bc67f94e"} 201 node_network_iface_id{device="br-14eaacc0de96"} 198 node_network_iface_id{device="br-2d13c7b9afb5"} 10 node_network_iface_id{device="br-30ef03b6bb3d"} 193 node_network_iface_id{device="br-4226463043ab"} 11 node_network_iface_id{device="br-48f39e2d083e"} 12 node_network_iface_id{device="br-4ef7696aca60"} 6 node_network_iface_id{device="br-8cc15fdf9426"} 8 node_network_iface_id{device="br-91be15752c5f"} 9 node_network_iface_id{device="br-9d62113b807b"} 248 node_network_iface_id{device="br-9f21321a5384"} 14 node_network_iface_id{device="docker0"} 4 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth00a5e23"} 20989 node_network_iface_id{device="veth01409b2"} 21147 node_network_iface_id{device="veth034b6ad"} 21141 node_network_iface_id{device="veth06be1ad"} 21136 node_network_iface_id{device="veth09dbf2f"} 20995 node_network_iface_id{device="veth0a36a01"} 16021 node_network_iface_id{device="veth0adb197"} 16019 node_network_iface_id{device="veth1214750"} 20987 node_network_iface_id{device="veth14212c7"} 16020 node_network_iface_id{device="veth14afe1e"} 21934 node_network_iface_id{device="veth14c7f79"} 20950 node_network_iface_id{device="veth157a830"} 21150 node_network_iface_id{device="veth1a0651e"} 21131 node_network_iface_id{device="veth20d0c68"} 21914 node_network_iface_id{device="veth2c34010"} 18082 node_network_iface_id{device="veth30ee01a"} 21007 node_network_iface_id{device="veth3206267"} 22006 node_network_iface_id{device="veth3377c49"} 21912 node_network_iface_id{device="veth3b441e7"} 16022 node_network_iface_id{device="veth3bf9e8d"} 16031 node_network_iface_id{device="veth48a1054"} 21154 node_network_iface_id{device="veth495f04f"} 16025 node_network_iface_id{device="veth4ad3bb8"} 21140 node_network_iface_id{device="veth4d1b17a"} 200 node_network_iface_id{device="veth4db8053"} 21135 node_network_iface_id{device="veth519accd"} 20997 node_network_iface_id{device="veth51bb634"} 199 node_network_iface_id{device="veth545b095"} 21126 node_network_iface_id{device="veth5b932fc"} 21152 node_network_iface_id{device="veth5d119f8"} 21011 node_network_iface_id{device="veth5dafa1f"} 20986 node_network_iface_id{device="veth63bed6d"} 21137 node_network_iface_id{device="veth65d0e60"} 21142 node_network_iface_id{device="veth676acd6"} 21146 node_network_iface_id{device="veth6925f41"} 21088 node_network_iface_id{device="veth6ed5bd3"} 21151 node_network_iface_id{device="veth6f036ed"} 21124 node_network_iface_id{device="veth6f6b9f8"} 21000 node_network_iface_id{device="veth7340b15"} 5898 node_network_iface_id{device="veth75d549c"} 1294 node_network_iface_id{device="veth776f2c5"} 21125 node_network_iface_id{device="veth78ccd50"} 13238 node_network_iface_id{device="veth7960c7c"} 21002 node_network_iface_id{device="veth79cbbca"} 22004 node_network_iface_id{device="veth7a1600d"} 21127 node_network_iface_id{device="veth7c53042"} 20946 node_network_iface_id{device="veth8008d68"} 21159 node_network_iface_id{device="veth804a898"} 16029 node_network_iface_id{device="veth8400b33"} 12157 node_network_iface_id{device="veth8472185"} 21087 node_network_iface_id{device="veth876f333"} 21138 node_network_iface_id{device="veth89f63c0"} 20409 node_network_iface_id{device="veth8dfa5ca"} 21132 node_network_iface_id{device="veth9235242"} 20999 node_network_iface_id{device="veth935995c"} 21902 node_network_iface_id{device="veth9e1994a"} 21916 node_network_iface_id{device="veth9fb8fcb"} 21907 node_network_iface_id{device="vetha06d42d"} 21134 node_network_iface_id{device="vetha2553d1"} 21094 node_network_iface_id{device="vetha566434"} 16057 node_network_iface_id{device="vetha7c0dc1"} 13241 node_network_iface_id{device="vetha7f5b7b"} 16027 node_network_iface_id{device="vethab24fc4"} 249 node_network_iface_id{device="vethac90ece"} 20991 node_network_iface_id{device="vethad4ef25"} 21925 node_network_iface_id{device="vethb413f8c"} 21130 node_network_iface_id{device="vethb4e63ec"} 22003 node_network_iface_id{device="vethb5562fe"} 258 node_network_iface_id{device="vethb66900d"} 21004 node_network_iface_id{device="vethb73e3aa"} 20992 node_network_iface_id{device="vethb888ffb"} 21003 node_network_iface_id{device="vethb8c0b56"} 21091 node_network_iface_id{device="vethb9f6d01"} 20996 node_network_iface_id{device="vethbaf6bf7"} 21129 node_network_iface_id{device="vethbb1c378"} 21919 node_network_iface_id{device="vethbf6a0ec"} 21006 node_network_iface_id{device="vethc06dd2b"} 18080 node_network_iface_id{device="vethc2334b0"} 20993 node_network_iface_id{device="vethc6c7825"} 21144 node_network_iface_id{device="vethcae23e1"} 21139 node_network_iface_id{device="vethcb90a9d"} 20984 node_network_iface_id{device="vethcea6ea9"} 5895 node_network_iface_id{device="vethcf0fac2"} 21008 node_network_iface_id{device="vethd179f18"} 20994 node_network_iface_id{device="vethd6474c2"} 22005 node_network_iface_id{device="vethd6e765d"} 21149 node_network_iface_id{device="vethe1deaa7"} 5904 node_network_iface_id{device="vethe2609a5"} 250 node_network_iface_id{device="vethe42d950"} 21923 node_network_iface_id{device="vethe6604d7"} 21143 node_network_iface_id{device="vethe772c43"} 21145 node_network_iface_id{device="vethe85f4b7"} 21005 node_network_iface_id{device="vethe90cef0"} 21010 node_network_iface_id{device="vethebec7bd"} 20985 node_network_iface_id{device="vetheec5520"} 21012 node_network_iface_id{device="vethf0a122c"} 21133 node_network_iface_id{device="vethf24f45c"} 21157 node_network_iface_id{device="vethf61fb31"} 19077 node_network_iface_id{device="vethfaf41db"} 20990 node_network_iface_id{device="vethfe6e59c"} 21784 node_network_iface_id{device="vethfe814ee"} 5902 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-02c9bc67f94e"} 201 node_network_iface_link{device="br-14eaacc0de96"} 198 node_network_iface_link{device="br-2d13c7b9afb5"} 10 node_network_iface_link{device="br-30ef03b6bb3d"} 193 node_network_iface_link{device="br-4226463043ab"} 11 node_network_iface_link{device="br-48f39e2d083e"} 12 node_network_iface_link{device="br-4ef7696aca60"} 6 node_network_iface_link{device="br-8cc15fdf9426"} 8 node_network_iface_link{device="br-91be15752c5f"} 9 node_network_iface_link{device="br-9d62113b807b"} 248 node_network_iface_link{device="br-9f21321a5384"} 14 node_network_iface_link{device="docker0"} 4 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth00a5e23"} 2 node_network_iface_link{device="veth01409b2"} 2 node_network_iface_link{device="veth034b6ad"} 2 node_network_iface_link{device="veth06be1ad"} 2 node_network_iface_link{device="veth09dbf2f"} 2 node_network_iface_link{device="veth0a36a01"} 2 node_network_iface_link{device="veth0adb197"} 2 node_network_iface_link{device="veth1214750"} 2 node_network_iface_link{device="veth14212c7"} 2 node_network_iface_link{device="veth14afe1e"} 2 node_network_iface_link{device="veth14c7f79"} 2 node_network_iface_link{device="veth157a830"} 2 node_network_iface_link{device="veth1a0651e"} 2 node_network_iface_link{device="veth20d0c68"} 2 node_network_iface_link{device="veth2c34010"} 2 node_network_iface_link{device="veth30ee01a"} 2 node_network_iface_link{device="veth3206267"} 2 node_network_iface_link{device="veth3377c49"} 2 node_network_iface_link{device="veth3b441e7"} 2 node_network_iface_link{device="veth3bf9e8d"} 3 node_network_iface_link{device="veth48a1054"} 2 node_network_iface_link{device="veth495f04f"} 2 node_network_iface_link{device="veth4ad3bb8"} 2 node_network_iface_link{device="veth4d1b17a"} 3 node_network_iface_link{device="veth4db8053"} 2 node_network_iface_link{device="veth519accd"} 2 node_network_iface_link{device="veth51bb634"} 2 node_network_iface_link{device="veth545b095"} 2 node_network_iface_link{device="veth5b932fc"} 2 node_network_iface_link{device="veth5d119f8"} 2 node_network_iface_link{device="veth5dafa1f"} 2 node_network_iface_link{device="veth63bed6d"} 2 node_network_iface_link{device="veth65d0e60"} 2 node_network_iface_link{device="veth676acd6"} 2 node_network_iface_link{device="veth6925f41"} 2 node_network_iface_link{device="veth6ed5bd3"} 2 node_network_iface_link{device="veth6f036ed"} 2 node_network_iface_link{device="veth6f6b9f8"} 2 node_network_iface_link{device="veth7340b15"} 2 node_network_iface_link{device="veth75d549c"} 2 node_network_iface_link{device="veth776f2c5"} 2 node_network_iface_link{device="veth78ccd50"} 2 node_network_iface_link{device="veth7960c7c"} 2 node_network_iface_link{device="veth79cbbca"} 2 node_network_iface_link{device="veth7a1600d"} 2 node_network_iface_link{device="veth7c53042"} 2 node_network_iface_link{device="veth8008d68"} 2 node_network_iface_link{device="veth804a898"} 2 node_network_iface_link{device="veth8400b33"} 2 node_network_iface_link{device="veth8472185"} 2 node_network_iface_link{device="veth876f333"} 2 node_network_iface_link{device="veth89f63c0"} 2 node_network_iface_link{device="veth8dfa5ca"} 2 node_network_iface_link{device="veth9235242"} 2 node_network_iface_link{device="veth935995c"} 2 node_network_iface_link{device="veth9e1994a"} 2 node_network_iface_link{device="veth9fb8fcb"} 2 node_network_iface_link{device="vetha06d42d"} 2 node_network_iface_link{device="vetha2553d1"} 2 node_network_iface_link{device="vetha566434"} 2 node_network_iface_link{device="vetha7c0dc1"} 2 node_network_iface_link{device="vetha7f5b7b"} 2 node_network_iface_link{device="vethab24fc4"} 2 node_network_iface_link{device="vethac90ece"} 2 node_network_iface_link{device="vethad4ef25"} 2 node_network_iface_link{device="vethb413f8c"} 2 node_network_iface_link{device="vethb4e63ec"} 2 node_network_iface_link{device="vethb5562fe"} 2 node_network_iface_link{device="vethb66900d"} 2 node_network_iface_link{device="vethb73e3aa"} 2 node_network_iface_link{device="vethb888ffb"} 2 node_network_iface_link{device="vethb8c0b56"} 2 node_network_iface_link{device="vethb9f6d01"} 2 node_network_iface_link{device="vethbaf6bf7"} 2 node_network_iface_link{device="vethbb1c378"} 2 node_network_iface_link{device="vethbf6a0ec"} 2 node_network_iface_link{device="vethc06dd2b"} 2 node_network_iface_link{device="vethc2334b0"} 2 node_network_iface_link{device="vethc6c7825"} 2 node_network_iface_link{device="vethcae23e1"} 2 node_network_iface_link{device="vethcb90a9d"} 2 node_network_iface_link{device="vethcea6ea9"} 2 node_network_iface_link{device="vethcf0fac2"} 2 node_network_iface_link{device="vethd179f18"} 2 node_network_iface_link{device="vethd6474c2"} 2 node_network_iface_link{device="vethd6e765d"} 2 node_network_iface_link{device="vethe1deaa7"} 3 node_network_iface_link{device="vethe2609a5"} 2 node_network_iface_link{device="vethe42d950"} 2 node_network_iface_link{device="vethe6604d7"} 2 node_network_iface_link{device="vethe772c43"} 2 node_network_iface_link{device="vethe85f4b7"} 2 node_network_iface_link{device="vethe90cef0"} 2 node_network_iface_link{device="vethebec7bd"} 2 node_network_iface_link{device="vetheec5520"} 2 node_network_iface_link{device="vethf0a122c"} 2 node_network_iface_link{device="vethf24f45c"} 2 node_network_iface_link{device="vethf61fb31"} 2 node_network_iface_link{device="vethfaf41db"} 2 node_network_iface_link{device="vethfe6e59c"} 2 node_network_iface_link{device="vethfe814ee"} 2 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="br-02c9bc67f94e"} 0 node_network_iface_link_mode{device="br-14eaacc0de96"} 0 node_network_iface_link_mode{device="br-2d13c7b9afb5"} 0 node_network_iface_link_mode{device="br-30ef03b6bb3d"} 0 node_network_iface_link_mode{device="br-4226463043ab"} 0 node_network_iface_link_mode{device="br-48f39e2d083e"} 0 node_network_iface_link_mode{device="br-4ef7696aca60"} 0 node_network_iface_link_mode{device="br-8cc15fdf9426"} 0 node_network_iface_link_mode{device="br-91be15752c5f"} 0 node_network_iface_link_mode{device="br-9d62113b807b"} 0 node_network_iface_link_mode{device="br-9f21321a5384"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth00a5e23"} 0 node_network_iface_link_mode{device="veth01409b2"} 0 node_network_iface_link_mode{device="veth034b6ad"} 0 node_network_iface_link_mode{device="veth06be1ad"} 0 node_network_iface_link_mode{device="veth09dbf2f"} 0 node_network_iface_link_mode{device="veth0a36a01"} 0 node_network_iface_link_mode{device="veth0adb197"} 0 node_network_iface_link_mode{device="veth1214750"} 0 node_network_iface_link_mode{device="veth14212c7"} 0 node_network_iface_link_mode{device="veth14afe1e"} 0 node_network_iface_link_mode{device="veth14c7f79"} 0 node_network_iface_link_mode{device="veth157a830"} 0 node_network_iface_link_mode{device="veth1a0651e"} 0 node_network_iface_link_mode{device="veth20d0c68"} 0 node_network_iface_link_mode{device="veth2c34010"} 0 node_network_iface_link_mode{device="veth30ee01a"} 0 node_network_iface_link_mode{device="veth3206267"} 0 node_network_iface_link_mode{device="veth3377c49"} 0 node_network_iface_link_mode{device="veth3b441e7"} 0 node_network_iface_link_mode{device="veth3bf9e8d"} 0 node_network_iface_link_mode{device="veth48a1054"} 0 node_network_iface_link_mode{device="veth495f04f"} 0 node_network_iface_link_mode{device="veth4ad3bb8"} 0 node_network_iface_link_mode{device="veth4d1b17a"} 0 node_network_iface_link_mode{device="veth4db8053"} 0 node_network_iface_link_mode{device="veth519accd"} 0 node_network_iface_link_mode{device="veth51bb634"} 0 node_network_iface_link_mode{device="veth545b095"} 0 node_network_iface_link_mode{device="veth5b932fc"} 0 node_network_iface_link_mode{device="veth5d119f8"} 0 node_network_iface_link_mode{device="veth5dafa1f"} 0 node_network_iface_link_mode{device="veth63bed6d"} 0 node_network_iface_link_mode{device="veth65d0e60"} 0 node_network_iface_link_mode{device="veth676acd6"} 0 node_network_iface_link_mode{device="veth6925f41"} 0 node_network_iface_link_mode{device="veth6ed5bd3"} 0 node_network_iface_link_mode{device="veth6f036ed"} 0 node_network_iface_link_mode{device="veth6f6b9f8"} 0 node_network_iface_link_mode{device="veth7340b15"} 0 node_network_iface_link_mode{device="veth75d549c"} 0 node_network_iface_link_mode{device="veth776f2c5"} 0 node_network_iface_link_mode{device="veth78ccd50"} 0 node_network_iface_link_mode{device="veth7960c7c"} 0 node_network_iface_link_mode{device="veth79cbbca"} 0 node_network_iface_link_mode{device="veth7a1600d"} 0 node_network_iface_link_mode{device="veth7c53042"} 0 node_network_iface_link_mode{device="veth8008d68"} 0 node_network_iface_link_mode{device="veth804a898"} 0 node_network_iface_link_mode{device="veth8400b33"} 0 node_network_iface_link_mode{device="veth8472185"} 0 node_network_iface_link_mode{device="veth876f333"} 0 node_network_iface_link_mode{device="veth89f63c0"} 0 node_network_iface_link_mode{device="veth8dfa5ca"} 0 node_network_iface_link_mode{device="veth9235242"} 0 node_network_iface_link_mode{device="veth935995c"} 0 node_network_iface_link_mode{device="veth9e1994a"} 0 node_network_iface_link_mode{device="veth9fb8fcb"} 0 node_network_iface_link_mode{device="vetha06d42d"} 0 node_network_iface_link_mode{device="vetha2553d1"} 0 node_network_iface_link_mode{device="vetha566434"} 0 node_network_iface_link_mode{device="vetha7c0dc1"} 0 node_network_iface_link_mode{device="vetha7f5b7b"} 0 node_network_iface_link_mode{device="vethab24fc4"} 0 node_network_iface_link_mode{device="vethac90ece"} 0 node_network_iface_link_mode{device="vethad4ef25"} 0 node_network_iface_link_mode{device="vethb413f8c"} 0 node_network_iface_link_mode{device="vethb4e63ec"} 0 node_network_iface_link_mode{device="vethb5562fe"} 0 node_network_iface_link_mode{device="vethb66900d"} 0 node_network_iface_link_mode{device="vethb73e3aa"} 0 node_network_iface_link_mode{device="vethb888ffb"} 0 node_network_iface_link_mode{device="vethb8c0b56"} 0 node_network_iface_link_mode{device="vethb9f6d01"} 0 node_network_iface_link_mode{device="vethbaf6bf7"} 0 node_network_iface_link_mode{device="vethbb1c378"} 0 node_network_iface_link_mode{device="vethbf6a0ec"} 0 node_network_iface_link_mode{device="vethc06dd2b"} 0 node_network_iface_link_mode{device="vethc2334b0"} 0 node_network_iface_link_mode{device="vethc6c7825"} 0 node_network_iface_link_mode{device="vethcae23e1"} 0 node_network_iface_link_mode{device="vethcb90a9d"} 0 node_network_iface_link_mode{device="vethcea6ea9"} 0 node_network_iface_link_mode{device="vethcf0fac2"} 0 node_network_iface_link_mode{device="vethd179f18"} 0 node_network_iface_link_mode{device="vethd6474c2"} 0 node_network_iface_link_mode{device="vethd6e765d"} 0 node_network_iface_link_mode{device="vethe1deaa7"} 0 node_network_iface_link_mode{device="vethe2609a5"} 0 node_network_iface_link_mode{device="vethe42d950"} 0 node_network_iface_link_mode{device="vethe6604d7"} 0 node_network_iface_link_mode{device="vethe772c43"} 0 node_network_iface_link_mode{device="vethe85f4b7"} 0 node_network_iface_link_mode{device="vethe90cef0"} 0 node_network_iface_link_mode{device="vethebec7bd"} 0 node_network_iface_link_mode{device="vetheec5520"} 0 node_network_iface_link_mode{device="vethf0a122c"} 0 node_network_iface_link_mode{device="vethf24f45c"} 0 node_network_iface_link_mode{device="vethf61fb31"} 0 node_network_iface_link_mode{device="vethfaf41db"} 0 node_network_iface_link_mode{device="vethfe6e59c"} 0 node_network_iface_link_mode{device="vethfe814ee"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:34:e3:36:e6:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth519accd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:a2:1e:ca:75:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheec5520",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:a3:86:cc:a6:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0a122c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:a7:5d:c7:ff:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b932fc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:47:90:d5:73:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d1b17a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:47:bc:54:43:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2d13c7b9afb5",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="0a:8e:8d:61:4e:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe6604d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:54:1e:b4:54:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe6e59c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:c9:17:61:11:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcae23e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:08:d9:6c:cd:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethebec7bd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:45:04:4f:7e:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4ef7696aca60",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="16:5d:3a:80:88:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9d62113b807b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="16:87:e5:90:bc:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth79cbbca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:91:1c:a7:6d:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth78ccd50",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:fe:d6:40:b5:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth51bb634",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:bb:7a:2c:77:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c53042",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:c4:01:54:c2:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe85f4b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:d9:c0:33:e4:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20d0c68",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:36:ab:d8:55:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb413f8c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:a5:a6:1c:5c:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1214750",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:b1:4e:e9:dc:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9f21321a5384",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="32:1e:28:e2:12:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6c7825",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:da:f2:a3:a4:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe90cef0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:7d:b5:e0:a0:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcb90a9d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:f7:9d:72:f8:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0a36a01",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:35:af:9a:55:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe1deaa7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:15:07:4d:96:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7c0dc1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:0a:ea:b8:6e:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-14eaacc0de96",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="4a:1e:7a:2a:3c:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb9f6d01",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:ea:95:b5:db:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8400b33",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:03:ee:b7:82:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9fb8fcb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:33:d6:77:a1:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth14c7f79",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:df:64:fd:46:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth30ee01a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:2b:21:20:4c:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha06d42d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:ec:e4:db:cd:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="56:17:ea:07:70:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc06dd2b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:25:86:00:f2:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2609a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:59:5c:e3:6a:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbf6a0ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:80:89:99:80:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-02c9bc67f94e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="56:ba:21:9d:7f:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth00a5e23",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:db:9b:4f:4b:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3bf9e8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:78:e0:1c:d8:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf24f45c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:3e:4d:40:53:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7960c7c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:46:0a:c7:a5:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01409b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:8e:13:93:11:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb4e63ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:b8:1b:aa:b3:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcf0fac2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:39:34:f5:b8:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4db8053",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:6b:7c:2c:ad:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3377c49",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:59:41:3a:29:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe42d950",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:7e:d8:dc:0b:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6ed5bd3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:85:15:c2:83:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth157a830",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:4f:94:28:c6:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8cc15fdf9426",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="72:56:de:3e:18:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth876f333",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:33:ae:4f:fd:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd6474c2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:ff:3b:64:50:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth14212c7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:8f:42:d9:ba:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcea6ea9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:f0:e8:da:d7:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8472185",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:90:4c:14:d8:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1a0651e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:aa:25:0b:ca:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfaf41db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:43:2d:b2:2e:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3206267",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:cb:1f:c7:f2:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e1994a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:28:ac:ee:1f:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48a1054",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:9f:fb:23:46:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4ad3bb8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:dd:ce:9d:47:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2553d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:e1:1a:eb:e6:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6f036ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:58:7d:92:9d:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe772c43",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:8b:70:af:a4:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb66900d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:c1:4c:81:9c:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb1c378",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:00:00:a5:c9:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="96:1c:f7:50:41:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha566434",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:78:43:f9:75:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4226463043ab",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="9a:1a:6e:e3:be:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf61fb31",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:cb:40:d9:2f:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth676acd6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:f5:68:a8:20:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0adb197",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:11:b1:88:8c:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe814ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:e3:6e:d4:bf:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbaf6bf7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:13:79:4a:2f:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a1600d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:43:c0:6c:f2:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb73e3aa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:a6:f2:0d:3d:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth935995c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:4c:e7:53:0b:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-30ef03b6bb3d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="b2:6d:d1:4f:bb:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6f6b9f8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:bb:5a:02:8a:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth776f2c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:c3:8f:15:c5:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5d119f8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:35:6d:26:27:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab24fc4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:68:93:56:a9:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc2334b0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:ad:d5:85:1f:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-48f39e2d083e",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="c6:1e:4d:a7:cc:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac90ece",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:bc:b9:d1:40:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7340b15",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:e9:99:13:75:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth804a898",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:01:90:44:3e:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-91be15752c5f",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="d2:19:99:21:b7:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd6e765d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:77:93:88:25:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6925f41",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:db:dc:61:cb:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9235242",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:f1:0b:65:04:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad4ef25",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:15:0a:1f:84:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb888ffb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:4a:7c:6c:88:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb5562fe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:53:ea:f2:28:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth63bed6d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:c1:f8:19:77:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb8c0b56",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:ea:1b:bc:b7:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3b441e7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:19:c9:d5:e6:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5dafa1f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:f2:f6:e9:d5:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8008d68",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:7b:67:68:f8:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65d0e60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:b7:71:99:f5:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth034b6ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:38:66:21:ba:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth495f04f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:61:96:33:d7:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8dfa5ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:d7:d0:b9:de:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd179f18",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:8f:13:0c:fd:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7f5b7b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:df:7b:82:d6:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth14afe1e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:f6:5b:90:56:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth75d549c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:3f:69:3a:aa:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2c34010",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:5f:cc:de:59:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth09dbf2f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:a2:9c:f5:96:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth545b095",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:dd:d0:ae:5b:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth89f63c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:b6:ef:44:e1:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth06be1ad",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-02c9bc67f94e"} 1500 node_network_mtu_bytes{device="br-14eaacc0de96"} 1500 node_network_mtu_bytes{device="br-2d13c7b9afb5"} 1500 node_network_mtu_bytes{device="br-30ef03b6bb3d"} 1500 node_network_mtu_bytes{device="br-4226463043ab"} 1500 node_network_mtu_bytes{device="br-48f39e2d083e"} 1500 node_network_mtu_bytes{device="br-4ef7696aca60"} 1500 node_network_mtu_bytes{device="br-8cc15fdf9426"} 1500 node_network_mtu_bytes{device="br-91be15752c5f"} 1500 node_network_mtu_bytes{device="br-9d62113b807b"} 1500 node_network_mtu_bytes{device="br-9f21321a5384"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth00a5e23"} 1500 node_network_mtu_bytes{device="veth01409b2"} 1500 node_network_mtu_bytes{device="veth034b6ad"} 1500 node_network_mtu_bytes{device="veth06be1ad"} 1500 node_network_mtu_bytes{device="veth09dbf2f"} 1500 node_network_mtu_bytes{device="veth0a36a01"} 1500 node_network_mtu_bytes{device="veth0adb197"} 1500 node_network_mtu_bytes{device="veth1214750"} 1500 node_network_mtu_bytes{device="veth14212c7"} 1500 node_network_mtu_bytes{device="veth14afe1e"} 1500 node_network_mtu_bytes{device="veth14c7f79"} 1500 node_network_mtu_bytes{device="veth157a830"} 1500 node_network_mtu_bytes{device="veth1a0651e"} 1500 node_network_mtu_bytes{device="veth20d0c68"} 1500 node_network_mtu_bytes{device="veth2c34010"} 1500 node_network_mtu_bytes{device="veth30ee01a"} 1500 node_network_mtu_bytes{device="veth3206267"} 1500 node_network_mtu_bytes{device="veth3377c49"} 1500 node_network_mtu_bytes{device="veth3b441e7"} 1500 node_network_mtu_bytes{device="veth3bf9e8d"} 1500 node_network_mtu_bytes{device="veth48a1054"} 1500 node_network_mtu_bytes{device="veth495f04f"} 1500 node_network_mtu_bytes{device="veth4ad3bb8"} 1500 node_network_mtu_bytes{device="veth4d1b17a"} 1500 node_network_mtu_bytes{device="veth4db8053"} 1500 node_network_mtu_bytes{device="veth519accd"} 1500 node_network_mtu_bytes{device="veth51bb634"} 1500 node_network_mtu_bytes{device="veth545b095"} 1500 node_network_mtu_bytes{device="veth5b932fc"} 1500 node_network_mtu_bytes{device="veth5d119f8"} 1500 node_network_mtu_bytes{device="veth5dafa1f"} 1500 node_network_mtu_bytes{device="veth63bed6d"} 1500 node_network_mtu_bytes{device="veth65d0e60"} 1500 node_network_mtu_bytes{device="veth676acd6"} 1500 node_network_mtu_bytes{device="veth6925f41"} 1500 node_network_mtu_bytes{device="veth6ed5bd3"} 1500 node_network_mtu_bytes{device="veth6f036ed"} 1500 node_network_mtu_bytes{device="veth6f6b9f8"} 1500 node_network_mtu_bytes{device="veth7340b15"} 1500 node_network_mtu_bytes{device="veth75d549c"} 1500 node_network_mtu_bytes{device="veth776f2c5"} 1500 node_network_mtu_bytes{device="veth78ccd50"} 1500 node_network_mtu_bytes{device="veth7960c7c"} 1500 node_network_mtu_bytes{device="veth79cbbca"} 1500 node_network_mtu_bytes{device="veth7a1600d"} 1500 node_network_mtu_bytes{device="veth7c53042"} 1500 node_network_mtu_bytes{device="veth8008d68"} 1500 node_network_mtu_bytes{device="veth804a898"} 1500 node_network_mtu_bytes{device="veth8400b33"} 1500 node_network_mtu_bytes{device="veth8472185"} 1500 node_network_mtu_bytes{device="veth876f333"} 1500 node_network_mtu_bytes{device="veth89f63c0"} 1500 node_network_mtu_bytes{device="veth8dfa5ca"} 1500 node_network_mtu_bytes{device="veth9235242"} 1500 node_network_mtu_bytes{device="veth935995c"} 1500 node_network_mtu_bytes{device="veth9e1994a"} 1500 node_network_mtu_bytes{device="veth9fb8fcb"} 1500 node_network_mtu_bytes{device="vetha06d42d"} 1500 node_network_mtu_bytes{device="vetha2553d1"} 1500 node_network_mtu_bytes{device="vetha566434"} 1500 node_network_mtu_bytes{device="vetha7c0dc1"} 1500 node_network_mtu_bytes{device="vetha7f5b7b"} 1500 node_network_mtu_bytes{device="vethab24fc4"} 1500 node_network_mtu_bytes{device="vethac90ece"} 1500 node_network_mtu_bytes{device="vethad4ef25"} 1500 node_network_mtu_bytes{device="vethb413f8c"} 1500 node_network_mtu_bytes{device="vethb4e63ec"} 1500 node_network_mtu_bytes{device="vethb5562fe"} 1500 node_network_mtu_bytes{device="vethb66900d"} 1500 node_network_mtu_bytes{device="vethb73e3aa"} 1500 node_network_mtu_bytes{device="vethb888ffb"} 1500 node_network_mtu_bytes{device="vethb8c0b56"} 1500 node_network_mtu_bytes{device="vethb9f6d01"} 1500 node_network_mtu_bytes{device="vethbaf6bf7"} 1500 node_network_mtu_bytes{device="vethbb1c378"} 1500 node_network_mtu_bytes{device="vethbf6a0ec"} 1500 node_network_mtu_bytes{device="vethc06dd2b"} 1500 node_network_mtu_bytes{device="vethc2334b0"} 1500 node_network_mtu_bytes{device="vethc6c7825"} 1500 node_network_mtu_bytes{device="vethcae23e1"} 1500 node_network_mtu_bytes{device="vethcb90a9d"} 1500 node_network_mtu_bytes{device="vethcea6ea9"} 1500 node_network_mtu_bytes{device="vethcf0fac2"} 1500 node_network_mtu_bytes{device="vethd179f18"} 1500 node_network_mtu_bytes{device="vethd6474c2"} 1500 node_network_mtu_bytes{device="vethd6e765d"} 1500 node_network_mtu_bytes{device="vethe1deaa7"} 1500 node_network_mtu_bytes{device="vethe2609a5"} 1500 node_network_mtu_bytes{device="vethe42d950"} 1500 node_network_mtu_bytes{device="vethe6604d7"} 1500 node_network_mtu_bytes{device="vethe772c43"} 1500 node_network_mtu_bytes{device="vethe85f4b7"} 1500 node_network_mtu_bytes{device="vethe90cef0"} 1500 node_network_mtu_bytes{device="vethebec7bd"} 1500 node_network_mtu_bytes{device="vetheec5520"} 1500 node_network_mtu_bytes{device="vethf0a122c"} 1500 node_network_mtu_bytes{device="vethf24f45c"} 1500 node_network_mtu_bytes{device="vethf61fb31"} 1500 node_network_mtu_bytes{device="vethfaf41db"} 1500 node_network_mtu_bytes{device="vethfe6e59c"} 1500 node_network_mtu_bytes{device="vethfe814ee"} 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-02c9bc67f94e"} 3 node_network_name_assign_type{device="br-14eaacc0de96"} 3 node_network_name_assign_type{device="br-2d13c7b9afb5"} 3 node_network_name_assign_type{device="br-30ef03b6bb3d"} 3 node_network_name_assign_type{device="br-4226463043ab"} 3 node_network_name_assign_type{device="br-48f39e2d083e"} 3 node_network_name_assign_type{device="br-4ef7696aca60"} 3 node_network_name_assign_type{device="br-8cc15fdf9426"} 3 node_network_name_assign_type{device="br-91be15752c5f"} 3 node_network_name_assign_type{device="br-9d62113b807b"} 3 node_network_name_assign_type{device="br-9f21321a5384"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="eth0"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth00a5e23"} 3 node_network_name_assign_type{device="veth01409b2"} 3 node_network_name_assign_type{device="veth034b6ad"} 3 node_network_name_assign_type{device="veth06be1ad"} 3 node_network_name_assign_type{device="veth09dbf2f"} 3 node_network_name_assign_type{device="veth0a36a01"} 3 node_network_name_assign_type{device="veth0adb197"} 3 node_network_name_assign_type{device="veth1214750"} 3 node_network_name_assign_type{device="veth14212c7"} 3 node_network_name_assign_type{device="veth14afe1e"} 3 node_network_name_assign_type{device="veth14c7f79"} 3 node_network_name_assign_type{device="veth157a830"} 3 node_network_name_assign_type{device="veth1a0651e"} 3 node_network_name_assign_type{device="veth20d0c68"} 3 node_network_name_assign_type{device="veth2c34010"} 3 node_network_name_assign_type{device="veth30ee01a"} 3 node_network_name_assign_type{device="veth3206267"} 3 node_network_name_assign_type{device="veth3377c49"} 3 node_network_name_assign_type{device="veth3b441e7"} 3 node_network_name_assign_type{device="veth3bf9e8d"} 3 node_network_name_assign_type{device="veth48a1054"} 3 node_network_name_assign_type{device="veth495f04f"} 3 node_network_name_assign_type{device="veth4ad3bb8"} 3 node_network_name_assign_type{device="veth4d1b17a"} 3 node_network_name_assign_type{device="veth4db8053"} 3 node_network_name_assign_type{device="veth519accd"} 3 node_network_name_assign_type{device="veth51bb634"} 3 node_network_name_assign_type{device="veth545b095"} 3 node_network_name_assign_type{device="veth5b932fc"} 3 node_network_name_assign_type{device="veth5d119f8"} 3 node_network_name_assign_type{device="veth5dafa1f"} 3 node_network_name_assign_type{device="veth63bed6d"} 3 node_network_name_assign_type{device="veth65d0e60"} 3 node_network_name_assign_type{device="veth676acd6"} 3 node_network_name_assign_type{device="veth6925f41"} 3 node_network_name_assign_type{device="veth6ed5bd3"} 3 node_network_name_assign_type{device="veth6f036ed"} 3 node_network_name_assign_type{device="veth6f6b9f8"} 3 node_network_name_assign_type{device="veth7340b15"} 3 node_network_name_assign_type{device="veth75d549c"} 3 node_network_name_assign_type{device="veth776f2c5"} 3 node_network_name_assign_type{device="veth78ccd50"} 3 node_network_name_assign_type{device="veth7960c7c"} 3 node_network_name_assign_type{device="veth79cbbca"} 3 node_network_name_assign_type{device="veth7a1600d"} 3 node_network_name_assign_type{device="veth7c53042"} 3 node_network_name_assign_type{device="veth8008d68"} 3 node_network_name_assign_type{device="veth804a898"} 3 node_network_name_assign_type{device="veth8400b33"} 3 node_network_name_assign_type{device="veth8472185"} 3 node_network_name_assign_type{device="veth876f333"} 3 node_network_name_assign_type{device="veth89f63c0"} 3 node_network_name_assign_type{device="veth8dfa5ca"} 3 node_network_name_assign_type{device="veth9235242"} 3 node_network_name_assign_type{device="veth935995c"} 3 node_network_name_assign_type{device="veth9e1994a"} 3 node_network_name_assign_type{device="veth9fb8fcb"} 3 node_network_name_assign_type{device="vetha06d42d"} 3 node_network_name_assign_type{device="vetha2553d1"} 3 node_network_name_assign_type{device="vetha566434"} 3 node_network_name_assign_type{device="vetha7c0dc1"} 3 node_network_name_assign_type{device="vetha7f5b7b"} 3 node_network_name_assign_type{device="vethab24fc4"} 3 node_network_name_assign_type{device="vethac90ece"} 3 node_network_name_assign_type{device="vethad4ef25"} 3 node_network_name_assign_type{device="vethb413f8c"} 3 node_network_name_assign_type{device="vethb4e63ec"} 3 node_network_name_assign_type{device="vethb5562fe"} 3 node_network_name_assign_type{device="vethb66900d"} 3 node_network_name_assign_type{device="vethb73e3aa"} 3 node_network_name_assign_type{device="vethb888ffb"} 3 node_network_name_assign_type{device="vethb8c0b56"} 3 node_network_name_assign_type{device="vethb9f6d01"} 3 node_network_name_assign_type{device="vethbaf6bf7"} 3 node_network_name_assign_type{device="vethbb1c378"} 3 node_network_name_assign_type{device="vethbf6a0ec"} 3 node_network_name_assign_type{device="vethc06dd2b"} 3 node_network_name_assign_type{device="vethc2334b0"} 3 node_network_name_assign_type{device="vethc6c7825"} 3 node_network_name_assign_type{device="vethcae23e1"} 3 node_network_name_assign_type{device="vethcb90a9d"} 3 node_network_name_assign_type{device="vethcea6ea9"} 3 node_network_name_assign_type{device="vethcf0fac2"} 3 node_network_name_assign_type{device="vethd179f18"} 3 node_network_name_assign_type{device="vethd6474c2"} 3 node_network_name_assign_type{device="vethd6e765d"} 3 node_network_name_assign_type{device="vethe1deaa7"} 3 node_network_name_assign_type{device="vethe2609a5"} 3 node_network_name_assign_type{device="vethe42d950"} 3 node_network_name_assign_type{device="vethe6604d7"} 3 node_network_name_assign_type{device="vethe772c43"} 3 node_network_name_assign_type{device="vethe85f4b7"} 3 node_network_name_assign_type{device="vethe90cef0"} 3 node_network_name_assign_type{device="vethebec7bd"} 3 node_network_name_assign_type{device="vetheec5520"} 3 node_network_name_assign_type{device="vethf0a122c"} 3 node_network_name_assign_type{device="vethf24f45c"} 3 node_network_name_assign_type{device="vethf61fb31"} 3 node_network_name_assign_type{device="vethfaf41db"} 3 node_network_name_assign_type{device="vethfe6e59c"} 3 node_network_name_assign_type{device="vethfe814ee"} 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-02c9bc67f94e"} 0 node_network_net_dev_group{device="br-14eaacc0de96"} 0 node_network_net_dev_group{device="br-2d13c7b9afb5"} 0 node_network_net_dev_group{device="br-30ef03b6bb3d"} 0 node_network_net_dev_group{device="br-4226463043ab"} 0 node_network_net_dev_group{device="br-48f39e2d083e"} 0 node_network_net_dev_group{device="br-4ef7696aca60"} 0 node_network_net_dev_group{device="br-8cc15fdf9426"} 0 node_network_net_dev_group{device="br-91be15752c5f"} 0 node_network_net_dev_group{device="br-9d62113b807b"} 0 node_network_net_dev_group{device="br-9f21321a5384"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth00a5e23"} 0 node_network_net_dev_group{device="veth01409b2"} 0 node_network_net_dev_group{device="veth034b6ad"} 0 node_network_net_dev_group{device="veth06be1ad"} 0 node_network_net_dev_group{device="veth09dbf2f"} 0 node_network_net_dev_group{device="veth0a36a01"} 0 node_network_net_dev_group{device="veth0adb197"} 0 node_network_net_dev_group{device="veth1214750"} 0 node_network_net_dev_group{device="veth14212c7"} 0 node_network_net_dev_group{device="veth14afe1e"} 0 node_network_net_dev_group{device="veth14c7f79"} 0 node_network_net_dev_group{device="veth157a830"} 0 node_network_net_dev_group{device="veth1a0651e"} 0 node_network_net_dev_group{device="veth20d0c68"} 0 node_network_net_dev_group{device="veth2c34010"} 0 node_network_net_dev_group{device="veth30ee01a"} 0 node_network_net_dev_group{device="veth3206267"} 0 node_network_net_dev_group{device="veth3377c49"} 0 node_network_net_dev_group{device="veth3b441e7"} 0 node_network_net_dev_group{device="veth3bf9e8d"} 0 node_network_net_dev_group{device="veth48a1054"} 0 node_network_net_dev_group{device="veth495f04f"} 0 node_network_net_dev_group{device="veth4ad3bb8"} 0 node_network_net_dev_group{device="veth4d1b17a"} 0 node_network_net_dev_group{device="veth4db8053"} 0 node_network_net_dev_group{device="veth519accd"} 0 node_network_net_dev_group{device="veth51bb634"} 0 node_network_net_dev_group{device="veth545b095"} 0 node_network_net_dev_group{device="veth5b932fc"} 0 node_network_net_dev_group{device="veth5d119f8"} 0 node_network_net_dev_group{device="veth5dafa1f"} 0 node_network_net_dev_group{device="veth63bed6d"} 0 node_network_net_dev_group{device="veth65d0e60"} 0 node_network_net_dev_group{device="veth676acd6"} 0 node_network_net_dev_group{device="veth6925f41"} 0 node_network_net_dev_group{device="veth6ed5bd3"} 0 node_network_net_dev_group{device="veth6f036ed"} 0 node_network_net_dev_group{device="veth6f6b9f8"} 0 node_network_net_dev_group{device="veth7340b15"} 0 node_network_net_dev_group{device="veth75d549c"} 0 node_network_net_dev_group{device="veth776f2c5"} 0 node_network_net_dev_group{device="veth78ccd50"} 0 node_network_net_dev_group{device="veth7960c7c"} 0 node_network_net_dev_group{device="veth79cbbca"} 0 node_network_net_dev_group{device="veth7a1600d"} 0 node_network_net_dev_group{device="veth7c53042"} 0 node_network_net_dev_group{device="veth8008d68"} 0 node_network_net_dev_group{device="veth804a898"} 0 node_network_net_dev_group{device="veth8400b33"} 0 node_network_net_dev_group{device="veth8472185"} 0 node_network_net_dev_group{device="veth876f333"} 0 node_network_net_dev_group{device="veth89f63c0"} 0 node_network_net_dev_group{device="veth8dfa5ca"} 0 node_network_net_dev_group{device="veth9235242"} 0 node_network_net_dev_group{device="veth935995c"} 0 node_network_net_dev_group{device="veth9e1994a"} 0 node_network_net_dev_group{device="veth9fb8fcb"} 0 node_network_net_dev_group{device="vetha06d42d"} 0 node_network_net_dev_group{device="vetha2553d1"} 0 node_network_net_dev_group{device="vetha566434"} 0 node_network_net_dev_group{device="vetha7c0dc1"} 0 node_network_net_dev_group{device="vetha7f5b7b"} 0 node_network_net_dev_group{device="vethab24fc4"} 0 node_network_net_dev_group{device="vethac90ece"} 0 node_network_net_dev_group{device="vethad4ef25"} 0 node_network_net_dev_group{device="vethb413f8c"} 0 node_network_net_dev_group{device="vethb4e63ec"} 0 node_network_net_dev_group{device="vethb5562fe"} 0 node_network_net_dev_group{device="vethb66900d"} 0 node_network_net_dev_group{device="vethb73e3aa"} 0 node_network_net_dev_group{device="vethb888ffb"} 0 node_network_net_dev_group{device="vethb8c0b56"} 0 node_network_net_dev_group{device="vethb9f6d01"} 0 node_network_net_dev_group{device="vethbaf6bf7"} 0 node_network_net_dev_group{device="vethbb1c378"} 0 node_network_net_dev_group{device="vethbf6a0ec"} 0 node_network_net_dev_group{device="vethc06dd2b"} 0 node_network_net_dev_group{device="vethc2334b0"} 0 node_network_net_dev_group{device="vethc6c7825"} 0 node_network_net_dev_group{device="vethcae23e1"} 0 node_network_net_dev_group{device="vethcb90a9d"} 0 node_network_net_dev_group{device="vethcea6ea9"} 0 node_network_net_dev_group{device="vethcf0fac2"} 0 node_network_net_dev_group{device="vethd179f18"} 0 node_network_net_dev_group{device="vethd6474c2"} 0 node_network_net_dev_group{device="vethd6e765d"} 0 node_network_net_dev_group{device="vethe1deaa7"} 0 node_network_net_dev_group{device="vethe2609a5"} 0 node_network_net_dev_group{device="vethe42d950"} 0 node_network_net_dev_group{device="vethe6604d7"} 0 node_network_net_dev_group{device="vethe772c43"} 0 node_network_net_dev_group{device="vethe85f4b7"} 0 node_network_net_dev_group{device="vethe90cef0"} 0 node_network_net_dev_group{device="vethebec7bd"} 0 node_network_net_dev_group{device="vetheec5520"} 0 node_network_net_dev_group{device="vethf0a122c"} 0 node_network_net_dev_group{device="vethf24f45c"} 0 node_network_net_dev_group{device="vethf61fb31"} 0 node_network_net_dev_group{device="vethfaf41db"} 0 node_network_net_dev_group{device="vethfe6e59c"} 0 node_network_net_dev_group{device="vethfe814ee"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-02c9bc67f94e"} 1 node_network_protocol_type{device="br-14eaacc0de96"} 1 node_network_protocol_type{device="br-2d13c7b9afb5"} 1 node_network_protocol_type{device="br-30ef03b6bb3d"} 1 node_network_protocol_type{device="br-4226463043ab"} 1 node_network_protocol_type{device="br-48f39e2d083e"} 1 node_network_protocol_type{device="br-4ef7696aca60"} 1 node_network_protocol_type{device="br-8cc15fdf9426"} 1 node_network_protocol_type{device="br-91be15752c5f"} 1 node_network_protocol_type{device="br-9d62113b807b"} 1 node_network_protocol_type{device="br-9f21321a5384"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth00a5e23"} 1 node_network_protocol_type{device="veth01409b2"} 1 node_network_protocol_type{device="veth034b6ad"} 1 node_network_protocol_type{device="veth06be1ad"} 1 node_network_protocol_type{device="veth09dbf2f"} 1 node_network_protocol_type{device="veth0a36a01"} 1 node_network_protocol_type{device="veth0adb197"} 1 node_network_protocol_type{device="veth1214750"} 1 node_network_protocol_type{device="veth14212c7"} 1 node_network_protocol_type{device="veth14afe1e"} 1 node_network_protocol_type{device="veth14c7f79"} 1 node_network_protocol_type{device="veth157a830"} 1 node_network_protocol_type{device="veth1a0651e"} 1 node_network_protocol_type{device="veth20d0c68"} 1 node_network_protocol_type{device="veth2c34010"} 1 node_network_protocol_type{device="veth30ee01a"} 1 node_network_protocol_type{device="veth3206267"} 1 node_network_protocol_type{device="veth3377c49"} 1 node_network_protocol_type{device="veth3b441e7"} 1 node_network_protocol_type{device="veth3bf9e8d"} 1 node_network_protocol_type{device="veth48a1054"} 1 node_network_protocol_type{device="veth495f04f"} 1 node_network_protocol_type{device="veth4ad3bb8"} 1 node_network_protocol_type{device="veth4d1b17a"} 1 node_network_protocol_type{device="veth4db8053"} 1 node_network_protocol_type{device="veth519accd"} 1 node_network_protocol_type{device="veth51bb634"} 1 node_network_protocol_type{device="veth545b095"} 1 node_network_protocol_type{device="veth5b932fc"} 1 node_network_protocol_type{device="veth5d119f8"} 1 node_network_protocol_type{device="veth5dafa1f"} 1 node_network_protocol_type{device="veth63bed6d"} 1 node_network_protocol_type{device="veth65d0e60"} 1 node_network_protocol_type{device="veth676acd6"} 1 node_network_protocol_type{device="veth6925f41"} 1 node_network_protocol_type{device="veth6ed5bd3"} 1 node_network_protocol_type{device="veth6f036ed"} 1 node_network_protocol_type{device="veth6f6b9f8"} 1 node_network_protocol_type{device="veth7340b15"} 1 node_network_protocol_type{device="veth75d549c"} 1 node_network_protocol_type{device="veth776f2c5"} 1 node_network_protocol_type{device="veth78ccd50"} 1 node_network_protocol_type{device="veth7960c7c"} 1 node_network_protocol_type{device="veth79cbbca"} 1 node_network_protocol_type{device="veth7a1600d"} 1 node_network_protocol_type{device="veth7c53042"} 1 node_network_protocol_type{device="veth8008d68"} 1 node_network_protocol_type{device="veth804a898"} 1 node_network_protocol_type{device="veth8400b33"} 1 node_network_protocol_type{device="veth8472185"} 1 node_network_protocol_type{device="veth876f333"} 1 node_network_protocol_type{device="veth89f63c0"} 1 node_network_protocol_type{device="veth8dfa5ca"} 1 node_network_protocol_type{device="veth9235242"} 1 node_network_protocol_type{device="veth935995c"} 1 node_network_protocol_type{device="veth9e1994a"} 1 node_network_protocol_type{device="veth9fb8fcb"} 1 node_network_protocol_type{device="vetha06d42d"} 1 node_network_protocol_type{device="vetha2553d1"} 1 node_network_protocol_type{device="vetha566434"} 1 node_network_protocol_type{device="vetha7c0dc1"} 1 node_network_protocol_type{device="vetha7f5b7b"} 1 node_network_protocol_type{device="vethab24fc4"} 1 node_network_protocol_type{device="vethac90ece"} 1 node_network_protocol_type{device="vethad4ef25"} 1 node_network_protocol_type{device="vethb413f8c"} 1 node_network_protocol_type{device="vethb4e63ec"} 1 node_network_protocol_type{device="vethb5562fe"} 1 node_network_protocol_type{device="vethb66900d"} 1 node_network_protocol_type{device="vethb73e3aa"} 1 node_network_protocol_type{device="vethb888ffb"} 1 node_network_protocol_type{device="vethb8c0b56"} 1 node_network_protocol_type{device="vethb9f6d01"} 1 node_network_protocol_type{device="vethbaf6bf7"} 1 node_network_protocol_type{device="vethbb1c378"} 1 node_network_protocol_type{device="vethbf6a0ec"} 1 node_network_protocol_type{device="vethc06dd2b"} 1 node_network_protocol_type{device="vethc2334b0"} 1 node_network_protocol_type{device="vethc6c7825"} 1 node_network_protocol_type{device="vethcae23e1"} 1 node_network_protocol_type{device="vethcb90a9d"} 1 node_network_protocol_type{device="vethcea6ea9"} 1 node_network_protocol_type{device="vethcf0fac2"} 1 node_network_protocol_type{device="vethd179f18"} 1 node_network_protocol_type{device="vethd6474c2"} 1 node_network_protocol_type{device="vethd6e765d"} 1 node_network_protocol_type{device="vethe1deaa7"} 1 node_network_protocol_type{device="vethe2609a5"} 1 node_network_protocol_type{device="vethe42d950"} 1 node_network_protocol_type{device="vethe6604d7"} 1 node_network_protocol_type{device="vethe772c43"} 1 node_network_protocol_type{device="vethe85f4b7"} 1 node_network_protocol_type{device="vethe90cef0"} 1 node_network_protocol_type{device="vethebec7bd"} 1 node_network_protocol_type{device="vetheec5520"} 1 node_network_protocol_type{device="vethf0a122c"} 1 node_network_protocol_type{device="vethf24f45c"} 1 node_network_protocol_type{device="vethf61fb31"} 1 node_network_protocol_type{device="vethfaf41db"} 1 node_network_protocol_type{device="vethfe6e59c"} 1 node_network_protocol_type{device="vethfe814ee"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eth0"} 3.708945914e+09 node_network_receive_bytes_total{device="eth1"} 806602 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="eth1"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="eth1"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="eth1"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="eth1"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="eth1"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="eth1"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="eth1"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="eth0"} 2.9890026e+07 node_network_receive_packets_total{device="eth1"} 11519 node_network_receive_packets_total{device="lo"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-02c9bc67f94e"} 1.25e+09 node_network_speed_bytes{device="br-14eaacc0de96"} 1.25e+09 node_network_speed_bytes{device="br-2d13c7b9afb5"} -125000 node_network_speed_bytes{device="br-30ef03b6bb3d"} 1.25e+09 node_network_speed_bytes{device="br-4226463043ab"} -125000 node_network_speed_bytes{device="br-48f39e2d083e"} -125000 node_network_speed_bytes{device="br-4ef7696aca60"} -125000 node_network_speed_bytes{device="br-8cc15fdf9426"} -125000 node_network_speed_bytes{device="br-91be15752c5f"} -125000 node_network_speed_bytes{device="br-9d62113b807b"} 1.25e+09 node_network_speed_bytes{device="br-9f21321a5384"} -125000 node_network_speed_bytes{device="docker0"} 1.25e+09 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="veth00a5e23"} 1.25e+09 node_network_speed_bytes{device="veth01409b2"} 1.25e+09 node_network_speed_bytes{device="veth034b6ad"} 1.25e+09 node_network_speed_bytes{device="veth06be1ad"} 1.25e+09 node_network_speed_bytes{device="veth09dbf2f"} 1.25e+09 node_network_speed_bytes{device="veth0a36a01"} 1.25e+09 node_network_speed_bytes{device="veth0adb197"} 1.25e+09 node_network_speed_bytes{device="veth1214750"} 1.25e+09 node_network_speed_bytes{device="veth14212c7"} 1.25e+09 node_network_speed_bytes{device="veth14afe1e"} 1.25e+09 node_network_speed_bytes{device="veth14c7f79"} 1.25e+09 node_network_speed_bytes{device="veth157a830"} 1.25e+09 node_network_speed_bytes{device="veth1a0651e"} 1.25e+09 node_network_speed_bytes{device="veth20d0c68"} 1.25e+09 node_network_speed_bytes{device="veth2c34010"} 1.25e+09 node_network_speed_bytes{device="veth30ee01a"} 1.25e+09 node_network_speed_bytes{device="veth3206267"} 1.25e+09 node_network_speed_bytes{device="veth3377c49"} 1.25e+09 node_network_speed_bytes{device="veth3b441e7"} 1.25e+09 node_network_speed_bytes{device="veth3bf9e8d"} 1.25e+09 node_network_speed_bytes{device="veth48a1054"} 1.25e+09 node_network_speed_bytes{device="veth495f04f"} 1.25e+09 node_network_speed_bytes{device="veth4ad3bb8"} 1.25e+09 node_network_speed_bytes{device="veth4d1b17a"} 1.25e+09 node_network_speed_bytes{device="veth4db8053"} 1.25e+09 node_network_speed_bytes{device="veth519accd"} 1.25e+09 node_network_speed_bytes{device="veth51bb634"} 1.25e+09 node_network_speed_bytes{device="veth545b095"} 1.25e+09 node_network_speed_bytes{device="veth5b932fc"} 1.25e+09 node_network_speed_bytes{device="veth5d119f8"} 1.25e+09 node_network_speed_bytes{device="veth5dafa1f"} 1.25e+09 node_network_speed_bytes{device="veth63bed6d"} 1.25e+09 node_network_speed_bytes{device="veth65d0e60"} 1.25e+09 node_network_speed_bytes{device="veth676acd6"} 1.25e+09 node_network_speed_bytes{device="veth6925f41"} 1.25e+09 node_network_speed_bytes{device="veth6ed5bd3"} 1.25e+09 node_network_speed_bytes{device="veth6f036ed"} 1.25e+09 node_network_speed_bytes{device="veth6f6b9f8"} 1.25e+09 node_network_speed_bytes{device="veth7340b15"} 1.25e+09 node_network_speed_bytes{device="veth75d549c"} 1.25e+09 node_network_speed_bytes{device="veth776f2c5"} 1.25e+09 node_network_speed_bytes{device="veth78ccd50"} 1.25e+09 node_network_speed_bytes{device="veth7960c7c"} 1.25e+09 node_network_speed_bytes{device="veth79cbbca"} 1.25e+09 node_network_speed_bytes{device="veth7a1600d"} 1.25e+09 node_network_speed_bytes{device="veth7c53042"} 1.25e+09 node_network_speed_bytes{device="veth8008d68"} 1.25e+09 node_network_speed_bytes{device="veth804a898"} 1.25e+09 node_network_speed_bytes{device="veth8400b33"} 1.25e+09 node_network_speed_bytes{device="veth8472185"} 1.25e+09 node_network_speed_bytes{device="veth876f333"} 1.25e+09 node_network_speed_bytes{device="veth89f63c0"} 1.25e+09 node_network_speed_bytes{device="veth8dfa5ca"} 1.25e+09 node_network_speed_bytes{device="veth9235242"} 1.25e+09 node_network_speed_bytes{device="veth935995c"} 1.25e+09 node_network_speed_bytes{device="veth9e1994a"} 1.25e+09 node_network_speed_bytes{device="veth9fb8fcb"} 1.25e+09 node_network_speed_bytes{device="vetha06d42d"} 1.25e+09 node_network_speed_bytes{device="vetha2553d1"} 1.25e+09 node_network_speed_bytes{device="vetha566434"} 1.25e+09 node_network_speed_bytes{device="vetha7c0dc1"} 1.25e+09 node_network_speed_bytes{device="vetha7f5b7b"} 1.25e+09 node_network_speed_bytes{device="vethab24fc4"} 1.25e+09 node_network_speed_bytes{device="vethac90ece"} 1.25e+09 node_network_speed_bytes{device="vethad4ef25"} 1.25e+09 node_network_speed_bytes{device="vethb413f8c"} 1.25e+09 node_network_speed_bytes{device="vethb4e63ec"} 1.25e+09 node_network_speed_bytes{device="vethb5562fe"} 1.25e+09 node_network_speed_bytes{device="vethb66900d"} 1.25e+09 node_network_speed_bytes{device="vethb73e3aa"} 1.25e+09 node_network_speed_bytes{device="vethb888ffb"} 1.25e+09 node_network_speed_bytes{device="vethb8c0b56"} 1.25e+09 node_network_speed_bytes{device="vethb9f6d01"} 1.25e+09 node_network_speed_bytes{device="vethbaf6bf7"} 1.25e+09 node_network_speed_bytes{device="vethbb1c378"} 1.25e+09 node_network_speed_bytes{device="vethbf6a0ec"} 1.25e+09 node_network_speed_bytes{device="vethc06dd2b"} 1.25e+09 node_network_speed_bytes{device="vethc2334b0"} 1.25e+09 node_network_speed_bytes{device="vethc6c7825"} 1.25e+09 node_network_speed_bytes{device="vethcae23e1"} 1.25e+09 node_network_speed_bytes{device="vethcb90a9d"} 1.25e+09 node_network_speed_bytes{device="vethcea6ea9"} 1.25e+09 node_network_speed_bytes{device="vethcf0fac2"} 1.25e+09 node_network_speed_bytes{device="vethd179f18"} 1.25e+09 node_network_speed_bytes{device="vethd6474c2"} 1.25e+09 node_network_speed_bytes{device="vethd6e765d"} 1.25e+09 node_network_speed_bytes{device="vethe1deaa7"} 1.25e+09 node_network_speed_bytes{device="vethe2609a5"} 1.25e+09 node_network_speed_bytes{device="vethe42d950"} 1.25e+09 node_network_speed_bytes{device="vethe6604d7"} 1.25e+09 node_network_speed_bytes{device="vethe772c43"} 1.25e+09 node_network_speed_bytes{device="vethe85f4b7"} 1.25e+09 node_network_speed_bytes{device="vethe90cef0"} 1.25e+09 node_network_speed_bytes{device="vethebec7bd"} 1.25e+09 node_network_speed_bytes{device="vetheec5520"} 1.25e+09 node_network_speed_bytes{device="vethf0a122c"} 1.25e+09 node_network_speed_bytes{device="vethf24f45c"} 1.25e+09 node_network_speed_bytes{device="vethf61fb31"} 1.25e+09 node_network_speed_bytes{device="vethfaf41db"} 1.25e+09 node_network_speed_bytes{device="vethfe6e59c"} 1.25e+09 node_network_speed_bytes{device="vethfe814ee"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 7.0876631167e+10 node_network_transmit_bytes_total{device="eth1"} 126 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="eth1"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="eth1"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="eth1"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="eth1"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="eth1"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="eth1"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 2.7111643e+07 node_network_transmit_packets_total{device="eth1"} 3 node_network_transmit_packets_total{device="lo"} 0 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="br-02c9bc67f94e"} 0 node_network_transmit_queue_length{device="br-14eaacc0de96"} 0 node_network_transmit_queue_length{device="br-2d13c7b9afb5"} 0 node_network_transmit_queue_length{device="br-30ef03b6bb3d"} 0 node_network_transmit_queue_length{device="br-4226463043ab"} 0 node_network_transmit_queue_length{device="br-48f39e2d083e"} 0 node_network_transmit_queue_length{device="br-4ef7696aca60"} 0 node_network_transmit_queue_length{device="br-8cc15fdf9426"} 0 node_network_transmit_queue_length{device="br-91be15752c5f"} 0 node_network_transmit_queue_length{device="br-9d62113b807b"} 0 node_network_transmit_queue_length{device="br-9f21321a5384"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth00a5e23"} 0 node_network_transmit_queue_length{device="veth01409b2"} 0 node_network_transmit_queue_length{device="veth034b6ad"} 0 node_network_transmit_queue_length{device="veth06be1ad"} 0 node_network_transmit_queue_length{device="veth09dbf2f"} 0 node_network_transmit_queue_length{device="veth0a36a01"} 0 node_network_transmit_queue_length{device="veth0adb197"} 0 node_network_transmit_queue_length{device="veth1214750"} 0 node_network_transmit_queue_length{device="veth14212c7"} 0 node_network_transmit_queue_length{device="veth14afe1e"} 0 node_network_transmit_queue_length{device="veth14c7f79"} 0 node_network_transmit_queue_length{device="veth157a830"} 0 node_network_transmit_queue_length{device="veth1a0651e"} 0 node_network_transmit_queue_length{device="veth20d0c68"} 0 node_network_transmit_queue_length{device="veth2c34010"} 0 node_network_transmit_queue_length{device="veth30ee01a"} 0 node_network_transmit_queue_length{device="veth3206267"} 0 node_network_transmit_queue_length{device="veth3377c49"} 0 node_network_transmit_queue_length{device="veth3b441e7"} 0 node_network_transmit_queue_length{device="veth3bf9e8d"} 0 node_network_transmit_queue_length{device="veth48a1054"} 0 node_network_transmit_queue_length{device="veth495f04f"} 0 node_network_transmit_queue_length{device="veth4ad3bb8"} 0 node_network_transmit_queue_length{device="veth4d1b17a"} 0 node_network_transmit_queue_length{device="veth4db8053"} 0 node_network_transmit_queue_length{device="veth519accd"} 0 node_network_transmit_queue_length{device="veth51bb634"} 0 node_network_transmit_queue_length{device="veth545b095"} 0 node_network_transmit_queue_length{device="veth5b932fc"} 0 node_network_transmit_queue_length{device="veth5d119f8"} 0 node_network_transmit_queue_length{device="veth5dafa1f"} 0 node_network_transmit_queue_length{device="veth63bed6d"} 0 node_network_transmit_queue_length{device="veth65d0e60"} 0 node_network_transmit_queue_length{device="veth676acd6"} 0 node_network_transmit_queue_length{device="veth6925f41"} 0 node_network_transmit_queue_length{device="veth6ed5bd3"} 0 node_network_transmit_queue_length{device="veth6f036ed"} 0 node_network_transmit_queue_length{device="veth6f6b9f8"} 0 node_network_transmit_queue_length{device="veth7340b15"} 0 node_network_transmit_queue_length{device="veth75d549c"} 0 node_network_transmit_queue_length{device="veth776f2c5"} 0 node_network_transmit_queue_length{device="veth78ccd50"} 0 node_network_transmit_queue_length{device="veth7960c7c"} 0 node_network_transmit_queue_length{device="veth79cbbca"} 0 node_network_transmit_queue_length{device="veth7a1600d"} 0 node_network_transmit_queue_length{device="veth7c53042"} 0 node_network_transmit_queue_length{device="veth8008d68"} 0 node_network_transmit_queue_length{device="veth804a898"} 0 node_network_transmit_queue_length{device="veth8400b33"} 0 node_network_transmit_queue_length{device="veth8472185"} 0 node_network_transmit_queue_length{device="veth876f333"} 0 node_network_transmit_queue_length{device="veth89f63c0"} 0 node_network_transmit_queue_length{device="veth8dfa5ca"} 0 node_network_transmit_queue_length{device="veth9235242"} 0 node_network_transmit_queue_length{device="veth935995c"} 0 node_network_transmit_queue_length{device="veth9e1994a"} 0 node_network_transmit_queue_length{device="veth9fb8fcb"} 0 node_network_transmit_queue_length{device="vetha06d42d"} 0 node_network_transmit_queue_length{device="vetha2553d1"} 0 node_network_transmit_queue_length{device="vetha566434"} 0 node_network_transmit_queue_length{device="vetha7c0dc1"} 0 node_network_transmit_queue_length{device="vetha7f5b7b"} 0 node_network_transmit_queue_length{device="vethab24fc4"} 0 node_network_transmit_queue_length{device="vethac90ece"} 0 node_network_transmit_queue_length{device="vethad4ef25"} 0 node_network_transmit_queue_length{device="vethb413f8c"} 0 node_network_transmit_queue_length{device="vethb4e63ec"} 0 node_network_transmit_queue_length{device="vethb5562fe"} 0 node_network_transmit_queue_length{device="vethb66900d"} 0 node_network_transmit_queue_length{device="vethb73e3aa"} 0 node_network_transmit_queue_length{device="vethb888ffb"} 0 node_network_transmit_queue_length{device="vethb8c0b56"} 0 node_network_transmit_queue_length{device="vethb9f6d01"} 0 node_network_transmit_queue_length{device="vethbaf6bf7"} 0 node_network_transmit_queue_length{device="vethbb1c378"} 0 node_network_transmit_queue_length{device="vethbf6a0ec"} 0 node_network_transmit_queue_length{device="vethc06dd2b"} 0 node_network_transmit_queue_length{device="vethc2334b0"} 0 node_network_transmit_queue_length{device="vethc6c7825"} 0 node_network_transmit_queue_length{device="vethcae23e1"} 0 node_network_transmit_queue_length{device="vethcb90a9d"} 0 node_network_transmit_queue_length{device="vethcea6ea9"} 0 node_network_transmit_queue_length{device="vethcf0fac2"} 0 node_network_transmit_queue_length{device="vethd179f18"} 0 node_network_transmit_queue_length{device="vethd6474c2"} 0 node_network_transmit_queue_length{device="vethd6e765d"} 0 node_network_transmit_queue_length{device="vethe1deaa7"} 0 node_network_transmit_queue_length{device="vethe2609a5"} 0 node_network_transmit_queue_length{device="vethe42d950"} 0 node_network_transmit_queue_length{device="vethe6604d7"} 0 node_network_transmit_queue_length{device="vethe772c43"} 0 node_network_transmit_queue_length{device="vethe85f4b7"} 0 node_network_transmit_queue_length{device="vethe90cef0"} 0 node_network_transmit_queue_length{device="vethebec7bd"} 0 node_network_transmit_queue_length{device="vetheec5520"} 0 node_network_transmit_queue_length{device="vethf0a122c"} 0 node_network_transmit_queue_length{device="vethf24f45c"} 0 node_network_transmit_queue_length{device="vethf61fb31"} 0 node_network_transmit_queue_length{device="vethfaf41db"} 0 node_network_transmit_queue_length{device="vethfe6e59c"} 0 node_network_transmit_queue_length{device="vethfe814ee"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-02c9bc67f94e"} 1 node_network_up{device="br-14eaacc0de96"} 1 node_network_up{device="br-2d13c7b9afb5"} 0 node_network_up{device="br-30ef03b6bb3d"} 1 node_network_up{device="br-4226463043ab"} 0 node_network_up{device="br-48f39e2d083e"} 0 node_network_up{device="br-4ef7696aca60"} 0 node_network_up{device="br-8cc15fdf9426"} 0 node_network_up{device="br-91be15752c5f"} 0 node_network_up{device="br-9d62113b807b"} 1 node_network_up{device="br-9f21321a5384"} 0 node_network_up{device="docker0"} 1 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth00a5e23"} 1 node_network_up{device="veth01409b2"} 1 node_network_up{device="veth034b6ad"} 1 node_network_up{device="veth06be1ad"} 1 node_network_up{device="veth09dbf2f"} 1 node_network_up{device="veth0a36a01"} 1 node_network_up{device="veth0adb197"} 1 node_network_up{device="veth1214750"} 1 node_network_up{device="veth14212c7"} 1 node_network_up{device="veth14afe1e"} 1 node_network_up{device="veth14c7f79"} 1 node_network_up{device="veth157a830"} 1 node_network_up{device="veth1a0651e"} 1 node_network_up{device="veth20d0c68"} 1 node_network_up{device="veth2c34010"} 1 node_network_up{device="veth30ee01a"} 1 node_network_up{device="veth3206267"} 1 node_network_up{device="veth3377c49"} 1 node_network_up{device="veth3b441e7"} 1 node_network_up{device="veth3bf9e8d"} 1 node_network_up{device="veth48a1054"} 1 node_network_up{device="veth495f04f"} 1 node_network_up{device="veth4ad3bb8"} 1 node_network_up{device="veth4d1b17a"} 1 node_network_up{device="veth4db8053"} 1 node_network_up{device="veth519accd"} 1 node_network_up{device="veth51bb634"} 1 node_network_up{device="veth545b095"} 1 node_network_up{device="veth5b932fc"} 1 node_network_up{device="veth5d119f8"} 1 node_network_up{device="veth5dafa1f"} 1 node_network_up{device="veth63bed6d"} 1 node_network_up{device="veth65d0e60"} 1 node_network_up{device="veth676acd6"} 1 node_network_up{device="veth6925f41"} 1 node_network_up{device="veth6ed5bd3"} 1 node_network_up{device="veth6f036ed"} 1 node_network_up{device="veth6f6b9f8"} 1 node_network_up{device="veth7340b15"} 1 node_network_up{device="veth75d549c"} 1 node_network_up{device="veth776f2c5"} 1 node_network_up{device="veth78ccd50"} 1 node_network_up{device="veth7960c7c"} 1 node_network_up{device="veth79cbbca"} 1 node_network_up{device="veth7a1600d"} 1 node_network_up{device="veth7c53042"} 1 node_network_up{device="veth8008d68"} 1 node_network_up{device="veth804a898"} 1 node_network_up{device="veth8400b33"} 1 node_network_up{device="veth8472185"} 1 node_network_up{device="veth876f333"} 1 node_network_up{device="veth89f63c0"} 1 node_network_up{device="veth8dfa5ca"} 1 node_network_up{device="veth9235242"} 1 node_network_up{device="veth935995c"} 1 node_network_up{device="veth9e1994a"} 1 node_network_up{device="veth9fb8fcb"} 1 node_network_up{device="vetha06d42d"} 1 node_network_up{device="vetha2553d1"} 1 node_network_up{device="vetha566434"} 1 node_network_up{device="vetha7c0dc1"} 1 node_network_up{device="vetha7f5b7b"} 1 node_network_up{device="vethab24fc4"} 1 node_network_up{device="vethac90ece"} 1 node_network_up{device="vethad4ef25"} 1 node_network_up{device="vethb413f8c"} 1 node_network_up{device="vethb4e63ec"} 1 node_network_up{device="vethb5562fe"} 1 node_network_up{device="vethb66900d"} 1 node_network_up{device="vethb73e3aa"} 1 node_network_up{device="vethb888ffb"} 1 node_network_up{device="vethb8c0b56"} 1 node_network_up{device="vethb9f6d01"} 1 node_network_up{device="vethbaf6bf7"} 1 node_network_up{device="vethbb1c378"} 1 node_network_up{device="vethbf6a0ec"} 1 node_network_up{device="vethc06dd2b"} 1 node_network_up{device="vethc2334b0"} 1 node_network_up{device="vethc6c7825"} 1 node_network_up{device="vethcae23e1"} 1 node_network_up{device="vethcb90a9d"} 1 node_network_up{device="vethcea6ea9"} 1 node_network_up{device="vethcf0fac2"} 1 node_network_up{device="vethd179f18"} 1 node_network_up{device="vethd6474c2"} 1 node_network_up{device="vethd6e765d"} 1 node_network_up{device="vethe1deaa7"} 1 node_network_up{device="vethe2609a5"} 1 node_network_up{device="vethe42d950"} 1 node_network_up{device="vethe6604d7"} 1 node_network_up{device="vethe772c43"} 1 node_network_up{device="vethe85f4b7"} 1 node_network_up{device="vethe90cef0"} 1 node_network_up{device="vethebec7bd"} 1 node_network_up{device="vetheec5520"} 1 node_network_up{device="vethf0a122c"} 1 node_network_up{device="vethf24f45c"} 1 node_network_up{device="vethf61fb31"} 1 node_network_up{device="vethfaf41db"} 1 node_network_up{device="vethfe6e59c"} 1 node_network_up{device="vethfe814ee"} 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 2 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 22.04.5 LTS",variant="",variant_id="",version="22.04.5 LTS (Jammy Jellyfish)",version_codename="jammy",version_id="22.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 22.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 54954.323704 # 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 3933.380606 # 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 4350.51214 # 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 458.29921 # 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 469.423973 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 1 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 1.197424938307008e+06 node_schedstat_running_seconds_total{cpu="1"} 9.125170370306168e+06 node_schedstat_running_seconds_total{cpu="10"} 5.11780245214027e+06 node_schedstat_running_seconds_total{cpu="11"} 5.540876726701258e+06 node_schedstat_running_seconds_total{cpu="12"} 4.919609139844507e+06 node_schedstat_running_seconds_total{cpu="13"} 5.608395317984404e+06 node_schedstat_running_seconds_total{cpu="14"} 5.135720778519778e+06 node_schedstat_running_seconds_total{cpu="15"} 3.211342760474981e+06 node_schedstat_running_seconds_total{cpu="2"} 5.939244011911965e+06 node_schedstat_running_seconds_total{cpu="3"} 6.357120398619265e+06 node_schedstat_running_seconds_total{cpu="4"} 5.851142356907022e+06 node_schedstat_running_seconds_total{cpu="5"} 6.359083222176165e+06 node_schedstat_running_seconds_total{cpu="6"} 4.517143215275147e+06 node_schedstat_running_seconds_total{cpu="7"} 2.85599494422298e+06 node_schedstat_running_seconds_total{cpu="8"} 5.356549986406699e+06 node_schedstat_running_seconds_total{cpu="9"} 5.388992551813057e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 6.570189982e+09 node_schedstat_timeslices_total{cpu="1"} 4.89503917e+09 node_schedstat_timeslices_total{cpu="10"} 6.620677746e+09 node_schedstat_timeslices_total{cpu="11"} 4.474170717e+09 node_schedstat_timeslices_total{cpu="12"} 6.584121256e+09 node_schedstat_timeslices_total{cpu="13"} 4.401968832e+09 node_schedstat_timeslices_total{cpu="14"} 6.403340254e+09 node_schedstat_timeslices_total{cpu="15"} 4.553774256e+09 node_schedstat_timeslices_total{cpu="2"} 6.141776757e+09 node_schedstat_timeslices_total{cpu="3"} 4.165942871e+09 node_schedstat_timeslices_total{cpu="4"} 6.284703458e+09 node_schedstat_timeslices_total{cpu="5"} 4.225813196e+09 node_schedstat_timeslices_total{cpu="6"} 6.707385438e+09 node_schedstat_timeslices_total{cpu="7"} 4.882197088e+09 node_schedstat_timeslices_total{cpu="8"} 6.556322023e+09 node_schedstat_timeslices_total{cpu="9"} 4.367814563e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 64257.244577753 node_schedstat_waiting_seconds_total{cpu="1"} 54418.574677143 node_schedstat_waiting_seconds_total{cpu="10"} 58877.171235768 node_schedstat_waiting_seconds_total{cpu="11"} 57047.662470725 node_schedstat_waiting_seconds_total{cpu="12"} 59306.57124597 node_schedstat_waiting_seconds_total{cpu="13"} 56592.33292601 node_schedstat_waiting_seconds_total{cpu="14"} 58284.832804864 node_schedstat_waiting_seconds_total{cpu="15"} 54405.055288594 node_schedstat_waiting_seconds_total{cpu="2"} 57965.715083765 node_schedstat_waiting_seconds_total{cpu="3"} 55589.143928384 node_schedstat_waiting_seconds_total{cpu="4"} 58280.690659988 node_schedstat_waiting_seconds_total{cpu="5"} 56103.471336186 node_schedstat_waiting_seconds_total{cpu="6"} 57109.581618592 node_schedstat_waiting_seconds_total{cpu="7"} 60445.170190108 node_schedstat_waiting_seconds_total{cpu="8"} 58619.537828043 node_schedstat_waiting_seconds_total{cpu="9"} 56661.277563636 # 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.000360461 node_scrape_collector_duration_seconds{collector="bcache"} 2.705e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.7076e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.006414971 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000139279 node_scrape_collector_duration_seconds{collector="cpu"} 0.002492198 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000239889 node_scrape_collector_duration_seconds{collector="diskstats"} 0.003696975 node_scrape_collector_duration_seconds{collector="dmi"} 1.5593e-05 node_scrape_collector_duration_seconds{collector="edac"} 6.2915e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000160161 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.4842e-05 node_scrape_collector_duration_seconds{collector="filefd"} 4.9485e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.042262869 node_scrape_collector_duration_seconds{collector="hwmon"} 3.1917e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 2.3515e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 1.7596e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 5.0084e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 8.7201e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000230346 node_scrape_collector_duration_seconds{collector="netclass"} 0.124321764 node_scrape_collector_duration_seconds{collector="netdev"} 0.000402323 node_scrape_collector_duration_seconds{collector="netstat"} 0.001243395 node_scrape_collector_duration_seconds{collector="nfs"} 2.016e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.2139e-05 node_scrape_collector_duration_seconds{collector="nvme"} 2.6991e-05 node_scrape_collector_duration_seconds{collector="os"} 9.8668e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.9798e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.00019997 node_scrape_collector_duration_seconds{collector="rapl"} 9.7535e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000315132 node_scrape_collector_duration_seconds{collector="selinux"} 1.593e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000184337 node_scrape_collector_duration_seconds{collector="softnet"} 0.00019984 node_scrape_collector_duration_seconds{collector="stat"} 0.000346289 node_scrape_collector_duration_seconds{collector="tapestats"} 1.991e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.6489e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.002005248 node_scrape_collector_duration_seconds{collector="time"} 0.000159359 node_scrape_collector_duration_seconds{collector="timex"} 1.96e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000445739 node_scrape_collector_duration_seconds{collector="uname"} 2.033e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000307771 node_scrape_collector_duration_seconds{collector="watchdog"} 3.4903e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.6055e-05 node_scrape_collector_duration_seconds{collector="zfs"} 2.5288e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 0 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 3 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 4967 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 1 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 13249 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 5.4267904e+07 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 74 # 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 303104 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 6 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 8866 node_softnet_dropped_total{cpu="15"} 5486 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 6.38960919e+08 node_softnet_processed_total{cpu="1"} 6.10058331e+08 node_softnet_processed_total{cpu="10"} 6.92843379e+08 node_softnet_processed_total{cpu="11"} 5.80345082e+08 node_softnet_processed_total{cpu="12"} 6.83006723e+08 node_softnet_processed_total{cpu="13"} 5.68255616e+08 node_softnet_processed_total{cpu="14"} 6.93073576e+08 node_softnet_processed_total{cpu="15"} 6.01479668e+08 node_softnet_processed_total{cpu="2"} 6.49266237e+08 node_softnet_processed_total{cpu="3"} 5.46033481e+08 node_softnet_processed_total{cpu="4"} 6.53317939e+08 node_softnet_processed_total{cpu="5"} 5.45355659e+08 node_softnet_processed_total{cpu="6"} 7.12040275e+08 node_softnet_processed_total{cpu="7"} 2.102336985e+09 node_softnet_processed_total{cpu="8"} 6.99053869e+08 node_softnet_processed_total{cpu="9"} 5.86697904e+08 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="9"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 10 node_softnet_times_squeezed_total{cpu="1"} 1 node_softnet_times_squeezed_total{cpu="10"} 18 node_softnet_times_squeezed_total{cpu="11"} 3 node_softnet_times_squeezed_total{cpu="12"} 6 node_softnet_times_squeezed_total{cpu="13"} 1 node_softnet_times_squeezed_total{cpu="14"} 1 node_softnet_times_squeezed_total{cpu="15"} 1 node_softnet_times_squeezed_total{cpu="2"} 10 node_softnet_times_squeezed_total{cpu="3"} 2 node_softnet_times_squeezed_total{cpu="4"} 6 node_softnet_times_squeezed_total{cpu="5"} 3 node_softnet_times_squeezed_total{cpu="6"} 8 node_softnet_times_squeezed_total{cpu="7"} 23 node_softnet_times_squeezed_total{cpu="8"} 9 node_softnet_times_squeezed_total{cpu="9"} 8 # 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.7856153319444919e+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.999997671585083 # 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.5565 # 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.0002653 # 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="93484f59a5ff",release="5.15.0-135-generic",sysname="Linux",version="#146-Ubuntu SMP Sat Feb 15 17:06:22 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 14 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 2.01010844968e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 7.054425e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.248636405e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.0545973593e+11 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 500384.88 # 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 3.289836158e+09 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 7.0497065869e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.1487616e+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.74346082886e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.27340544e+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"} 62 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 2.802475e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0