# 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"} 3.9841e-05 go_gc_duration_seconds{quantile="0.25"} 0.000106924 go_gc_duration_seconds{quantile="0.5"} 0.000132868 go_gc_duration_seconds{quantile="0.75"} 0.000295657 go_gc_duration_seconds{quantile="1"} 0.001248305 go_gc_duration_seconds_sum 10.395027854 go_gc_duration_seconds_count 43208 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 929952 # 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.149489896e+09 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.600875e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.1032033e+07 # 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.42504e+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 929952 # 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.3459456e+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 2.49856e+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 4832 # 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 1.2099584e+07 # 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.5958016e+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.7877084807930708e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.1036865e+07 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1208 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 31408 # 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 59200 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 130560 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.194304e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 929757 # 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 819200 # 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 819200 # 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.2894856e+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 12 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 node_arp_entries{device="eth2"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.782264169e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 9.791537003e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="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="16",type="Processor"} 0 node_cooling_device_cur_state{name="17",type="Processor"} 0 node_cooling_device_cur_state{name="18",type="Processor"} 0 node_cooling_device_cur_state{name="19",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",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="16",type="Processor"} 0 node_cooling_device_max_state{name="17",type="Processor"} 0 node_cooling_device_max_state{name="18",type="Processor"} 0 node_cooling_device_max_state{name="19",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="20",type="Processor"} 0 node_cooling_device_max_state{name="21",type="Processor"} 0 node_cooling_device_max_state{name="22",type="Processor"} 0 node_cooling_device_max_state{name="23",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="16",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="16",mode="user"} 0 node_cpu_guest_seconds_total{cpu="17",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="17",mode="user"} 0 node_cpu_guest_seconds_total{cpu="18",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="18",mode="user"} 0 node_cpu_guest_seconds_total{cpu="19",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="19",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="20",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="20",mode="user"} 0 node_cpu_guest_seconds_total{cpu="21",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="21",mode="user"} 0 node_cpu_guest_seconds_total{cpu="22",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="22",mode="user"} 0 node_cpu_guest_seconds_total{cpu="23",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="23",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.96345269e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 3297.87 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 4.69 node_cpu_seconds_total{cpu="0",mode="softirq"} 399414.13 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 121035.98 node_cpu_seconds_total{cpu="0",mode="user"} 253316.77 node_cpu_seconds_total{cpu="1",mode="idle"} 4.91143503e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 3551.97 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 6.21 node_cpu_seconds_total{cpu="1",mode="softirq"} 112447.36 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 126045.38 node_cpu_seconds_total{cpu="1",mode="user"} 346524.64 node_cpu_seconds_total{cpu="10",mode="idle"} 4.82995278e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 3637.32 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 6.63 node_cpu_seconds_total{cpu="10",mode="softirq"} 11136.29 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 127182.18 node_cpu_seconds_total{cpu="10",mode="user"} 431891.53 node_cpu_seconds_total{cpu="11",mode="idle"} 4.84812695e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 3639.04 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 2.96 node_cpu_seconds_total{cpu="11",mode="softirq"} 6605.65 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 126353.79 node_cpu_seconds_total{cpu="11",mode="user"} 419381.57 node_cpu_seconds_total{cpu="12",mode="idle"} 4.85502105e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 3608.42 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 19.18 node_cpu_seconds_total{cpu="12",mode="softirq"} 5649.17 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 126349.34 node_cpu_seconds_total{cpu="12",mode="user"} 414396.89 node_cpu_seconds_total{cpu="13",mode="idle"} 4.85877534e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 3623.28 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 8.35 node_cpu_seconds_total{cpu="13",mode="softirq"} 5675.4 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 126163.55 node_cpu_seconds_total{cpu="13",mode="user"} 410091.55 node_cpu_seconds_total{cpu="14",mode="idle"} 4.86763506e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 3627.92 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 4.7 node_cpu_seconds_total{cpu="14",mode="softirq"} 5220.72 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 126283.78 node_cpu_seconds_total{cpu="14",mode="user"} 402167.18 node_cpu_seconds_total{cpu="15",mode="idle"} 4.86666033e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 3607.77 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 12.02 node_cpu_seconds_total{cpu="15",mode="softirq"} 5088.78 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 126224.91 node_cpu_seconds_total{cpu="15",mode="user"} 402878.3 node_cpu_seconds_total{cpu="16",mode="idle"} 4.87006703e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 3624.39 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 19.85 node_cpu_seconds_total{cpu="16",mode="softirq"} 4979.64 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 126221.78 node_cpu_seconds_total{cpu="16",mode="user"} 399788.4 node_cpu_seconds_total{cpu="17",mode="idle"} 4.87121743e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 3606.69 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 6.58 node_cpu_seconds_total{cpu="17",mode="softirq"} 4902.11 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 126415.03 node_cpu_seconds_total{cpu="17",mode="user"} 398512.69 node_cpu_seconds_total{cpu="18",mode="idle"} 4.87567294e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 3605.81 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 7.3 node_cpu_seconds_total{cpu="18",mode="softirq"} 5449.16 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 126368.52 node_cpu_seconds_total{cpu="18",mode="user"} 393267.27 node_cpu_seconds_total{cpu="19",mode="idle"} 4.87666722e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 3594.79 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 17.32 node_cpu_seconds_total{cpu="19",mode="softirq"} 4906.36 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 126575.63 node_cpu_seconds_total{cpu="19",mode="user"} 392989.28 node_cpu_seconds_total{cpu="2",mode="idle"} 4.9131359e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 3624.79 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 10.54 node_cpu_seconds_total{cpu="2",mode="softirq"} 50082.05 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 122353.34 node_cpu_seconds_total{cpu="2",mode="user"} 354763.75 node_cpu_seconds_total{cpu="20",mode="idle"} 4.8806704e+06 node_cpu_seconds_total{cpu="20",mode="iowait"} 3590.82 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 40.5 node_cpu_seconds_total{cpu="20",mode="softirq"} 5352.71 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 126516.86 node_cpu_seconds_total{cpu="20",mode="user"} 388077.26 node_cpu_seconds_total{cpu="21",mode="idle"} 4.8788529e+06 node_cpu_seconds_total{cpu="21",mode="iowait"} 3564.86 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 14.82 node_cpu_seconds_total{cpu="21",mode="softirq"} 5426.85 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 126301.1 node_cpu_seconds_total{cpu="21",mode="user"} 388768.47 node_cpu_seconds_total{cpu="22",mode="idle"} 4.88203879e+06 node_cpu_seconds_total{cpu="22",mode="iowait"} 3549.37 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 8.16 node_cpu_seconds_total{cpu="22",mode="softirq"} 5492.41 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 126970.08 node_cpu_seconds_total{cpu="22",mode="user"} 386555.2 node_cpu_seconds_total{cpu="23",mode="idle"} 4.9015839e+06 node_cpu_seconds_total{cpu="23",mode="iowait"} 3580.76 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 16.74 node_cpu_seconds_total{cpu="23",mode="softirq"} 4984.95 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 127346.93 node_cpu_seconds_total{cpu="23",mode="user"} 366987.31 node_cpu_seconds_total{cpu="3",mode="idle"} 4.90790843e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 3663.47 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 10.52 node_cpu_seconds_total{cpu="3",mode="softirq"} 25188.3 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 128870.91 node_cpu_seconds_total{cpu="3",mode="user"} 356478.44 node_cpu_seconds_total{cpu="4",mode="idle"} 4.89917303e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 3720.28 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 3.89 node_cpu_seconds_total{cpu="4",mode="softirq"} 15367.33 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 126113.9 node_cpu_seconds_total{cpu="4",mode="user"} 369553.1 node_cpu_seconds_total{cpu="5",mode="idle"} 4.89425856e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 3727.19 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 19.26 node_cpu_seconds_total{cpu="5",mode="softirq"} 11024.98 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 126299.44 node_cpu_seconds_total{cpu="5",mode="user"} 373804.54 node_cpu_seconds_total{cpu="6",mode="idle"} 4.89510852e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 3761.89 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 10.69 node_cpu_seconds_total{cpu="6",mode="softirq"} 8626.48 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 127228.32 node_cpu_seconds_total{cpu="6",mode="user"} 372709.49 node_cpu_seconds_total{cpu="7",mode="idle"} 4.77539541e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 3546.14 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 9.27 node_cpu_seconds_total{cpu="7",mode="softirq"} 36870.7 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 125726.89 node_cpu_seconds_total{cpu="7",mode="user"} 449286.26 node_cpu_seconds_total{cpu="8",mode="idle"} 4.79365969e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 3583.67 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 13.64 node_cpu_seconds_total{cpu="8",mode="softirq"} 7738 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 128546.69 node_cpu_seconds_total{cpu="8",mode="user"} 471918.8 node_cpu_seconds_total{cpu="9",mode="idle"} 4.81949811e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 3626.43 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 19.82 node_cpu_seconds_total{cpu="9",mode="softirq"} 7446.71 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 127573.96 node_cpu_seconds_total{cpu="9",mode="user"} 446649.33 # 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"} 963.1 # 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"} 2.3317839848e+10 # 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"} 6.900987e+06 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 528150.324 # 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"} 20714.532 # 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.181211334656e+12 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="sda"} 36090.872 # 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"} 1.21108601e+08 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="sda"} 3.5005931e+07 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="sda"} 312132.364 # 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"} 5.18921028e+08 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 4.89040714e+08 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 8.404502872064e+12 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="04/01/2014",bios_vendor="SeaBIOS",bios_version="rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-9.0",product_family="",product_name="Standard PC (i440FX + PIIX, 1996)",product_sku="",product_version="pc-i440fx-9.0",system_vendor="QEMU"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.25.3",revision="654f19dee6a0c41de78a8d6d870e8c742cdb43b9",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 11600 # 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/sda3",device_error="",fstype="ext4",mountpoint="/"} 2.261591273472e+12 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda2",device_error="no such file or directory",fstype="ext4",mountpoint="/boot"} 1 node_filesystem_device_error{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 0 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/sda3",device_error="",fstype="ext4",mountpoint="/"} 1.57155328e+08 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 1.54493737e+08 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 2.39034963968e+12 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda3",major="8",minor="3",mountpoint="/"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda2",device_error="no such file or directory",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 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/sda3",device_error="",fstype="ext4",mountpoint="/"} 2.533255213056e+12 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.43218343e+08 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 7.1402249037e+10 # HELP node_ipvs_connections_total The total number of connections made. # TYPE node_ipvs_connections_total counter node_ipvs_connections_total 0 # HELP node_ipvs_incoming_bytes_total The total amount of incoming data. # TYPE node_ipvs_incoming_bytes_total counter node_ipvs_incoming_bytes_total 0 # HELP node_ipvs_incoming_packets_total The total number of incoming packets. # TYPE node_ipvs_incoming_packets_total counter node_ipvs_incoming_packets_total 0 # HELP node_ipvs_outgoing_bytes_total The total amount of outgoing data. # TYPE node_ipvs_outgoing_bytes_total counter node_ipvs_outgoing_bytes_total 0 # HELP node_ipvs_outgoing_packets_total The total number of outgoing packets. # TYPE node_ipvs_outgoing_packets_total counter node_ipvs_outgoing_packets_total 0 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 2.49 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 2.67 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 2.66 # 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.2429696e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 2.3875248128e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 1.445552128e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 1.048576e+07 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.9677597696e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 5.11025152e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 8.113692672e+09 # HELP node_memory_CmaFree_bytes Memory information field CmaFree_bytes. # TYPE node_memory_CmaFree_bytes gauge node_memory_CmaFree_bytes 0 # HELP node_memory_CmaTotal_bytes Memory information field CmaTotal_bytes. # TYPE node_memory_CmaTotal_bytes gauge node_memory_CmaTotal_bytes 0 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 6.330884096e+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.03136512e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.26596677632e+11 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.2521856e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 425984 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 2.437922816e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 4.43060224e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 1.992679424e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 6.6781184e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 4.93586432e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 9.8628841472e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 9.5516495872e+10 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.26617686016e+11 # 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.61189632e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 5.603328e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 8.86378496e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 1.235480576e+09 # 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 5.18653952e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.121859072e+09 # 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 7.5165696e+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 20 # 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 0 # 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 4.1778998e+07 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 2.0777231e+07 # 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 633 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 597 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 5 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 120162 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 310 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 90053 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 3661 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 843 # 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="docker0"} 3 node_network_address_assign_type{device="docker_gwbridge"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth01f0bae"} 1 node_network_address_assign_type{device="veth049e946"} 1 node_network_address_assign_type{device="veth08118d1"} 1 node_network_address_assign_type{device="veth08663cb"} 1 node_network_address_assign_type{device="veth1b44452"} 1 node_network_address_assign_type{device="veth1bcf777"} 1 node_network_address_assign_type{device="veth1be8e2e"} 1 node_network_address_assign_type{device="veth1bf433d"} 1 node_network_address_assign_type{device="veth1cb8e1e"} 1 node_network_address_assign_type{device="veth1d7ea01"} 1 node_network_address_assign_type{device="veth206e582"} 1 node_network_address_assign_type{device="veth2850aa3"} 1 node_network_address_assign_type{device="veth2cf4733"} 1 node_network_address_assign_type{device="veth2d32ebb"} 1 node_network_address_assign_type{device="veth2d6ddf2"} 1 node_network_address_assign_type{device="veth317251a"} 1 node_network_address_assign_type{device="veth31a8969"} 1 node_network_address_assign_type{device="veth32e9d7f"} 1 node_network_address_assign_type{device="veth331fb59"} 1 node_network_address_assign_type{device="veth3419bbd"} 1 node_network_address_assign_type{device="veth34e5478"} 1 node_network_address_assign_type{device="veth3d2da5a"} 1 node_network_address_assign_type{device="veth416f161"} 1 node_network_address_assign_type{device="veth419bb45"} 1 node_network_address_assign_type{device="veth41b166c"} 1 node_network_address_assign_type{device="veth489c4a5"} 1 node_network_address_assign_type{device="veth4b71dc9"} 1 node_network_address_assign_type{device="veth4fa5ae6"} 1 node_network_address_assign_type{device="veth4ffd62e"} 1 node_network_address_assign_type{device="veth505475e"} 1 node_network_address_assign_type{device="veth55e30cf"} 1 node_network_address_assign_type{device="veth567d617"} 1 node_network_address_assign_type{device="veth58a07a0"} 1 node_network_address_assign_type{device="veth5b28d85"} 1 node_network_address_assign_type{device="veth5b90ad6"} 1 node_network_address_assign_type{device="veth623910d"} 1 node_network_address_assign_type{device="veth64dd30e"} 1 node_network_address_assign_type{device="veth6677160"} 1 node_network_address_assign_type{device="veth6738a32"} 1 node_network_address_assign_type{device="veth6a27265"} 1 node_network_address_assign_type{device="veth6cb3542"} 1 node_network_address_assign_type{device="veth700f394"} 1 node_network_address_assign_type{device="veth70cec41"} 1 node_network_address_assign_type{device="veth72c5bed"} 1 node_network_address_assign_type{device="veth7a47df4"} 1 node_network_address_assign_type{device="veth7cd2bd3"} 1 node_network_address_assign_type{device="veth85d3b08"} 1 node_network_address_assign_type{device="veth8b43f63"} 1 node_network_address_assign_type{device="veth8ed08fd"} 1 node_network_address_assign_type{device="veth8f0e98c"} 1 node_network_address_assign_type{device="veth96374ce"} 1 node_network_address_assign_type{device="veth963e21f"} 1 node_network_address_assign_type{device="veth9a44fdc"} 1 node_network_address_assign_type{device="veth9f1baff"} 1 node_network_address_assign_type{device="veth9f8d169"} 1 node_network_address_assign_type{device="vetha0694b2"} 1 node_network_address_assign_type{device="vetha32323f"} 1 node_network_address_assign_type{device="vethae4178e"} 1 node_network_address_assign_type{device="vethaf6b7ca"} 1 node_network_address_assign_type{device="vethb563095"} 1 node_network_address_assign_type{device="vethbb2410c"} 1 node_network_address_assign_type{device="vethbbfde55"} 1 node_network_address_assign_type{device="vethbd4c3a2"} 1 node_network_address_assign_type{device="vethc6863af"} 1 node_network_address_assign_type{device="vethc714a9e"} 1 node_network_address_assign_type{device="vethcec3d2d"} 1 node_network_address_assign_type{device="vethcedef8d"} 1 node_network_address_assign_type{device="vethcf4318b"} 1 node_network_address_assign_type{device="vethd00219c"} 1 node_network_address_assign_type{device="vethd0da89b"} 1 node_network_address_assign_type{device="vethd31c7ba"} 1 node_network_address_assign_type{device="vethd349168"} 1 node_network_address_assign_type{device="vethd5629ae"} 1 node_network_address_assign_type{device="vethddcc6ca"} 1 node_network_address_assign_type{device="vethe13ce8f"} 1 node_network_address_assign_type{device="vethe42e510"} 1 node_network_address_assign_type{device="vethe9a6db9"} 1 node_network_address_assign_type{device="vetheb7f4f0"} 1 node_network_address_assign_type{device="vethedbd52e"} 1 node_network_address_assign_type{device="vethedd259d"} 1 node_network_address_assign_type{device="vethee351f6"} 1 node_network_address_assign_type{device="vethefa1a46"} 1 node_network_address_assign_type{device="vethf1aaabd"} 1 node_network_address_assign_type{device="vethf32ef87"} 1 node_network_address_assign_type{device="vethf7aae54"} 1 node_network_address_assign_type{device="vethfa25265"} 1 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="docker0"} 0 node_network_carrier{device="docker_gwbridge"} 1 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth01f0bae"} 1 node_network_carrier{device="veth049e946"} 1 node_network_carrier{device="veth08118d1"} 1 node_network_carrier{device="veth08663cb"} 1 node_network_carrier{device="veth1b44452"} 1 node_network_carrier{device="veth1bcf777"} 1 node_network_carrier{device="veth1be8e2e"} 1 node_network_carrier{device="veth1bf433d"} 1 node_network_carrier{device="veth1cb8e1e"} 1 node_network_carrier{device="veth1d7ea01"} 1 node_network_carrier{device="veth206e582"} 1 node_network_carrier{device="veth2850aa3"} 1 node_network_carrier{device="veth2cf4733"} 1 node_network_carrier{device="veth2d32ebb"} 1 node_network_carrier{device="veth2d6ddf2"} 1 node_network_carrier{device="veth317251a"} 1 node_network_carrier{device="veth31a8969"} 1 node_network_carrier{device="veth32e9d7f"} 1 node_network_carrier{device="veth331fb59"} 1 node_network_carrier{device="veth3419bbd"} 1 node_network_carrier{device="veth34e5478"} 1 node_network_carrier{device="veth3d2da5a"} 1 node_network_carrier{device="veth416f161"} 1 node_network_carrier{device="veth419bb45"} 1 node_network_carrier{device="veth41b166c"} 1 node_network_carrier{device="veth489c4a5"} 1 node_network_carrier{device="veth4b71dc9"} 1 node_network_carrier{device="veth4fa5ae6"} 1 node_network_carrier{device="veth4ffd62e"} 1 node_network_carrier{device="veth505475e"} 1 node_network_carrier{device="veth55e30cf"} 1 node_network_carrier{device="veth567d617"} 1 node_network_carrier{device="veth58a07a0"} 1 node_network_carrier{device="veth5b28d85"} 1 node_network_carrier{device="veth5b90ad6"} 1 node_network_carrier{device="veth623910d"} 1 node_network_carrier{device="veth64dd30e"} 1 node_network_carrier{device="veth6677160"} 1 node_network_carrier{device="veth6738a32"} 1 node_network_carrier{device="veth6a27265"} 1 node_network_carrier{device="veth6cb3542"} 1 node_network_carrier{device="veth700f394"} 1 node_network_carrier{device="veth70cec41"} 1 node_network_carrier{device="veth72c5bed"} 1 node_network_carrier{device="veth7a47df4"} 1 node_network_carrier{device="veth7cd2bd3"} 1 node_network_carrier{device="veth85d3b08"} 1 node_network_carrier{device="veth8b43f63"} 1 node_network_carrier{device="veth8ed08fd"} 1 node_network_carrier{device="veth8f0e98c"} 1 node_network_carrier{device="veth96374ce"} 1 node_network_carrier{device="veth963e21f"} 1 node_network_carrier{device="veth9a44fdc"} 1 node_network_carrier{device="veth9f1baff"} 1 node_network_carrier{device="veth9f8d169"} 1 node_network_carrier{device="vetha0694b2"} 1 node_network_carrier{device="vetha32323f"} 1 node_network_carrier{device="vethae4178e"} 1 node_network_carrier{device="vethaf6b7ca"} 1 node_network_carrier{device="vethb563095"} 1 node_network_carrier{device="vethbb2410c"} 1 node_network_carrier{device="vethbbfde55"} 1 node_network_carrier{device="vethbd4c3a2"} 1 node_network_carrier{device="vethc6863af"} 1 node_network_carrier{device="vethc714a9e"} 1 node_network_carrier{device="vethcec3d2d"} 1 node_network_carrier{device="vethcedef8d"} 1 node_network_carrier{device="vethcf4318b"} 1 node_network_carrier{device="vethd00219c"} 1 node_network_carrier{device="vethd0da89b"} 1 node_network_carrier{device="vethd31c7ba"} 1 node_network_carrier{device="vethd349168"} 1 node_network_carrier{device="vethd5629ae"} 1 node_network_carrier{device="vethddcc6ca"} 1 node_network_carrier{device="vethe13ce8f"} 1 node_network_carrier{device="vethe42e510"} 1 node_network_carrier{device="vethe9a6db9"} 1 node_network_carrier{device="vetheb7f4f0"} 1 node_network_carrier{device="vethedbd52e"} 1 node_network_carrier{device="vethedd259d"} 1 node_network_carrier{device="vethee351f6"} 1 node_network_carrier{device="vethefa1a46"} 1 node_network_carrier{device="vethf1aaabd"} 1 node_network_carrier{device="vethf32ef87"} 1 node_network_carrier{device="vethf7aae54"} 1 node_network_carrier{device="vethfa25265"} 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="docker0"} 1 node_network_carrier_changes_total{device="docker_gwbridge"} 4 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth01f0bae"} 2 node_network_carrier_changes_total{device="veth049e946"} 2 node_network_carrier_changes_total{device="veth08118d1"} 2 node_network_carrier_changes_total{device="veth08663cb"} 2 node_network_carrier_changes_total{device="veth1b44452"} 2 node_network_carrier_changes_total{device="veth1bcf777"} 2 node_network_carrier_changes_total{device="veth1be8e2e"} 2 node_network_carrier_changes_total{device="veth1bf433d"} 2 node_network_carrier_changes_total{device="veth1cb8e1e"} 2 node_network_carrier_changes_total{device="veth1d7ea01"} 2 node_network_carrier_changes_total{device="veth206e582"} 2 node_network_carrier_changes_total{device="veth2850aa3"} 2 node_network_carrier_changes_total{device="veth2cf4733"} 2 node_network_carrier_changes_total{device="veth2d32ebb"} 2 node_network_carrier_changes_total{device="veth2d6ddf2"} 2 node_network_carrier_changes_total{device="veth317251a"} 2 node_network_carrier_changes_total{device="veth31a8969"} 2 node_network_carrier_changes_total{device="veth32e9d7f"} 2 node_network_carrier_changes_total{device="veth331fb59"} 2 node_network_carrier_changes_total{device="veth3419bbd"} 2 node_network_carrier_changes_total{device="veth34e5478"} 2 node_network_carrier_changes_total{device="veth3d2da5a"} 2 node_network_carrier_changes_total{device="veth416f161"} 2 node_network_carrier_changes_total{device="veth419bb45"} 2 node_network_carrier_changes_total{device="veth41b166c"} 2 node_network_carrier_changes_total{device="veth489c4a5"} 2 node_network_carrier_changes_total{device="veth4b71dc9"} 2 node_network_carrier_changes_total{device="veth4fa5ae6"} 2 node_network_carrier_changes_total{device="veth4ffd62e"} 2 node_network_carrier_changes_total{device="veth505475e"} 2 node_network_carrier_changes_total{device="veth55e30cf"} 2 node_network_carrier_changes_total{device="veth567d617"} 2 node_network_carrier_changes_total{device="veth58a07a0"} 2 node_network_carrier_changes_total{device="veth5b28d85"} 2 node_network_carrier_changes_total{device="veth5b90ad6"} 2 node_network_carrier_changes_total{device="veth623910d"} 2 node_network_carrier_changes_total{device="veth64dd30e"} 2 node_network_carrier_changes_total{device="veth6677160"} 2 node_network_carrier_changes_total{device="veth6738a32"} 2 node_network_carrier_changes_total{device="veth6a27265"} 2 node_network_carrier_changes_total{device="veth6cb3542"} 2 node_network_carrier_changes_total{device="veth700f394"} 2 node_network_carrier_changes_total{device="veth70cec41"} 2 node_network_carrier_changes_total{device="veth72c5bed"} 2 node_network_carrier_changes_total{device="veth7a47df4"} 2 node_network_carrier_changes_total{device="veth7cd2bd3"} 2 node_network_carrier_changes_total{device="veth85d3b08"} 2 node_network_carrier_changes_total{device="veth8b43f63"} 2 node_network_carrier_changes_total{device="veth8ed08fd"} 2 node_network_carrier_changes_total{device="veth8f0e98c"} 2 node_network_carrier_changes_total{device="veth96374ce"} 2 node_network_carrier_changes_total{device="veth963e21f"} 2 node_network_carrier_changes_total{device="veth9a44fdc"} 2 node_network_carrier_changes_total{device="veth9f1baff"} 2 node_network_carrier_changes_total{device="veth9f8d169"} 2 node_network_carrier_changes_total{device="vetha0694b2"} 2 node_network_carrier_changes_total{device="vetha32323f"} 2 node_network_carrier_changes_total{device="vethae4178e"} 2 node_network_carrier_changes_total{device="vethaf6b7ca"} 2 node_network_carrier_changes_total{device="vethb563095"} 2 node_network_carrier_changes_total{device="vethbb2410c"} 2 node_network_carrier_changes_total{device="vethbbfde55"} 2 node_network_carrier_changes_total{device="vethbd4c3a2"} 2 node_network_carrier_changes_total{device="vethc6863af"} 2 node_network_carrier_changes_total{device="vethc714a9e"} 2 node_network_carrier_changes_total{device="vethcec3d2d"} 2 node_network_carrier_changes_total{device="vethcedef8d"} 2 node_network_carrier_changes_total{device="vethcf4318b"} 2 node_network_carrier_changes_total{device="vethd00219c"} 2 node_network_carrier_changes_total{device="vethd0da89b"} 2 node_network_carrier_changes_total{device="vethd31c7ba"} 2 node_network_carrier_changes_total{device="vethd349168"} 2 node_network_carrier_changes_total{device="vethd5629ae"} 2 node_network_carrier_changes_total{device="vethddcc6ca"} 2 node_network_carrier_changes_total{device="vethe13ce8f"} 2 node_network_carrier_changes_total{device="vethe42e510"} 2 node_network_carrier_changes_total{device="vethe9a6db9"} 2 node_network_carrier_changes_total{device="vetheb7f4f0"} 2 node_network_carrier_changes_total{device="vethedbd52e"} 2 node_network_carrier_changes_total{device="vethedd259d"} 2 node_network_carrier_changes_total{device="vethee351f6"} 2 node_network_carrier_changes_total{device="vethefa1a46"} 2 node_network_carrier_changes_total{device="vethf1aaabd"} 2 node_network_carrier_changes_total{device="vethf32ef87"} 2 node_network_carrier_changes_total{device="vethf7aae54"} 2 node_network_carrier_changes_total{device="vethfa25265"} 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="docker0"} 1 node_network_carrier_down_changes_total{device="docker_gwbridge"} 2 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="veth01f0bae"} 1 node_network_carrier_down_changes_total{device="veth049e946"} 1 node_network_carrier_down_changes_total{device="veth08118d1"} 1 node_network_carrier_down_changes_total{device="veth08663cb"} 1 node_network_carrier_down_changes_total{device="veth1b44452"} 1 node_network_carrier_down_changes_total{device="veth1bcf777"} 1 node_network_carrier_down_changes_total{device="veth1be8e2e"} 1 node_network_carrier_down_changes_total{device="veth1bf433d"} 1 node_network_carrier_down_changes_total{device="veth1cb8e1e"} 1 node_network_carrier_down_changes_total{device="veth1d7ea01"} 1 node_network_carrier_down_changes_total{device="veth206e582"} 1 node_network_carrier_down_changes_total{device="veth2850aa3"} 1 node_network_carrier_down_changes_total{device="veth2cf4733"} 1 node_network_carrier_down_changes_total{device="veth2d32ebb"} 1 node_network_carrier_down_changes_total{device="veth2d6ddf2"} 1 node_network_carrier_down_changes_total{device="veth317251a"} 1 node_network_carrier_down_changes_total{device="veth31a8969"} 1 node_network_carrier_down_changes_total{device="veth32e9d7f"} 1 node_network_carrier_down_changes_total{device="veth331fb59"} 1 node_network_carrier_down_changes_total{device="veth3419bbd"} 1 node_network_carrier_down_changes_total{device="veth34e5478"} 1 node_network_carrier_down_changes_total{device="veth3d2da5a"} 1 node_network_carrier_down_changes_total{device="veth416f161"} 1 node_network_carrier_down_changes_total{device="veth419bb45"} 1 node_network_carrier_down_changes_total{device="veth41b166c"} 1 node_network_carrier_down_changes_total{device="veth489c4a5"} 1 node_network_carrier_down_changes_total{device="veth4b71dc9"} 1 node_network_carrier_down_changes_total{device="veth4fa5ae6"} 1 node_network_carrier_down_changes_total{device="veth4ffd62e"} 1 node_network_carrier_down_changes_total{device="veth505475e"} 1 node_network_carrier_down_changes_total{device="veth55e30cf"} 1 node_network_carrier_down_changes_total{device="veth567d617"} 1 node_network_carrier_down_changes_total{device="veth58a07a0"} 1 node_network_carrier_down_changes_total{device="veth5b28d85"} 1 node_network_carrier_down_changes_total{device="veth5b90ad6"} 1 node_network_carrier_down_changes_total{device="veth623910d"} 1 node_network_carrier_down_changes_total{device="veth64dd30e"} 1 node_network_carrier_down_changes_total{device="veth6677160"} 1 node_network_carrier_down_changes_total{device="veth6738a32"} 1 node_network_carrier_down_changes_total{device="veth6a27265"} 1 node_network_carrier_down_changes_total{device="veth6cb3542"} 1 node_network_carrier_down_changes_total{device="veth700f394"} 1 node_network_carrier_down_changes_total{device="veth70cec41"} 1 node_network_carrier_down_changes_total{device="veth72c5bed"} 1 node_network_carrier_down_changes_total{device="veth7a47df4"} 1 node_network_carrier_down_changes_total{device="veth7cd2bd3"} 1 node_network_carrier_down_changes_total{device="veth85d3b08"} 1 node_network_carrier_down_changes_total{device="veth8b43f63"} 1 node_network_carrier_down_changes_total{device="veth8ed08fd"} 1 node_network_carrier_down_changes_total{device="veth8f0e98c"} 1 node_network_carrier_down_changes_total{device="veth96374ce"} 1 node_network_carrier_down_changes_total{device="veth963e21f"} 1 node_network_carrier_down_changes_total{device="veth9a44fdc"} 1 node_network_carrier_down_changes_total{device="veth9f1baff"} 1 node_network_carrier_down_changes_total{device="veth9f8d169"} 1 node_network_carrier_down_changes_total{device="vetha0694b2"} 1 node_network_carrier_down_changes_total{device="vetha32323f"} 1 node_network_carrier_down_changes_total{device="vethae4178e"} 1 node_network_carrier_down_changes_total{device="vethaf6b7ca"} 1 node_network_carrier_down_changes_total{device="vethb563095"} 1 node_network_carrier_down_changes_total{device="vethbb2410c"} 1 node_network_carrier_down_changes_total{device="vethbbfde55"} 1 node_network_carrier_down_changes_total{device="vethbd4c3a2"} 1 node_network_carrier_down_changes_total{device="vethc6863af"} 1 node_network_carrier_down_changes_total{device="vethc714a9e"} 1 node_network_carrier_down_changes_total{device="vethcec3d2d"} 1 node_network_carrier_down_changes_total{device="vethcedef8d"} 1 node_network_carrier_down_changes_total{device="vethcf4318b"} 1 node_network_carrier_down_changes_total{device="vethd00219c"} 1 node_network_carrier_down_changes_total{device="vethd0da89b"} 1 node_network_carrier_down_changes_total{device="vethd31c7ba"} 1 node_network_carrier_down_changes_total{device="vethd349168"} 1 node_network_carrier_down_changes_total{device="vethd5629ae"} 1 node_network_carrier_down_changes_total{device="vethddcc6ca"} 1 node_network_carrier_down_changes_total{device="vethe13ce8f"} 1 node_network_carrier_down_changes_total{device="vethe42e510"} 1 node_network_carrier_down_changes_total{device="vethe9a6db9"} 1 node_network_carrier_down_changes_total{device="vetheb7f4f0"} 1 node_network_carrier_down_changes_total{device="vethedbd52e"} 1 node_network_carrier_down_changes_total{device="vethedd259d"} 1 node_network_carrier_down_changes_total{device="vethee351f6"} 1 node_network_carrier_down_changes_total{device="vethefa1a46"} 1 node_network_carrier_down_changes_total{device="vethf1aaabd"} 1 node_network_carrier_down_changes_total{device="vethf32ef87"} 1 node_network_carrier_down_changes_total{device="vethf7aae54"} 1 node_network_carrier_down_changes_total{device="vethfa25265"} 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="docker0"} 0 node_network_carrier_up_changes_total{device="docker_gwbridge"} 2 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="veth01f0bae"} 1 node_network_carrier_up_changes_total{device="veth049e946"} 1 node_network_carrier_up_changes_total{device="veth08118d1"} 1 node_network_carrier_up_changes_total{device="veth08663cb"} 1 node_network_carrier_up_changes_total{device="veth1b44452"} 1 node_network_carrier_up_changes_total{device="veth1bcf777"} 1 node_network_carrier_up_changes_total{device="veth1be8e2e"} 1 node_network_carrier_up_changes_total{device="veth1bf433d"} 1 node_network_carrier_up_changes_total{device="veth1cb8e1e"} 1 node_network_carrier_up_changes_total{device="veth1d7ea01"} 1 node_network_carrier_up_changes_total{device="veth206e582"} 1 node_network_carrier_up_changes_total{device="veth2850aa3"} 1 node_network_carrier_up_changes_total{device="veth2cf4733"} 1 node_network_carrier_up_changes_total{device="veth2d32ebb"} 1 node_network_carrier_up_changes_total{device="veth2d6ddf2"} 1 node_network_carrier_up_changes_total{device="veth317251a"} 1 node_network_carrier_up_changes_total{device="veth31a8969"} 1 node_network_carrier_up_changes_total{device="veth32e9d7f"} 1 node_network_carrier_up_changes_total{device="veth331fb59"} 1 node_network_carrier_up_changes_total{device="veth3419bbd"} 1 node_network_carrier_up_changes_total{device="veth34e5478"} 1 node_network_carrier_up_changes_total{device="veth3d2da5a"} 1 node_network_carrier_up_changes_total{device="veth416f161"} 1 node_network_carrier_up_changes_total{device="veth419bb45"} 1 node_network_carrier_up_changes_total{device="veth41b166c"} 1 node_network_carrier_up_changes_total{device="veth489c4a5"} 1 node_network_carrier_up_changes_total{device="veth4b71dc9"} 1 node_network_carrier_up_changes_total{device="veth4fa5ae6"} 1 node_network_carrier_up_changes_total{device="veth4ffd62e"} 1 node_network_carrier_up_changes_total{device="veth505475e"} 1 node_network_carrier_up_changes_total{device="veth55e30cf"} 1 node_network_carrier_up_changes_total{device="veth567d617"} 1 node_network_carrier_up_changes_total{device="veth58a07a0"} 1 node_network_carrier_up_changes_total{device="veth5b28d85"} 1 node_network_carrier_up_changes_total{device="veth5b90ad6"} 1 node_network_carrier_up_changes_total{device="veth623910d"} 1 node_network_carrier_up_changes_total{device="veth64dd30e"} 1 node_network_carrier_up_changes_total{device="veth6677160"} 1 node_network_carrier_up_changes_total{device="veth6738a32"} 1 node_network_carrier_up_changes_total{device="veth6a27265"} 1 node_network_carrier_up_changes_total{device="veth6cb3542"} 1 node_network_carrier_up_changes_total{device="veth700f394"} 1 node_network_carrier_up_changes_total{device="veth70cec41"} 1 node_network_carrier_up_changes_total{device="veth72c5bed"} 1 node_network_carrier_up_changes_total{device="veth7a47df4"} 1 node_network_carrier_up_changes_total{device="veth7cd2bd3"} 1 node_network_carrier_up_changes_total{device="veth85d3b08"} 1 node_network_carrier_up_changes_total{device="veth8b43f63"} 1 node_network_carrier_up_changes_total{device="veth8ed08fd"} 1 node_network_carrier_up_changes_total{device="veth8f0e98c"} 1 node_network_carrier_up_changes_total{device="veth96374ce"} 1 node_network_carrier_up_changes_total{device="veth963e21f"} 1 node_network_carrier_up_changes_total{device="veth9a44fdc"} 1 node_network_carrier_up_changes_total{device="veth9f1baff"} 1 node_network_carrier_up_changes_total{device="veth9f8d169"} 1 node_network_carrier_up_changes_total{device="vetha0694b2"} 1 node_network_carrier_up_changes_total{device="vetha32323f"} 1 node_network_carrier_up_changes_total{device="vethae4178e"} 1 node_network_carrier_up_changes_total{device="vethaf6b7ca"} 1 node_network_carrier_up_changes_total{device="vethb563095"} 1 node_network_carrier_up_changes_total{device="vethbb2410c"} 1 node_network_carrier_up_changes_total{device="vethbbfde55"} 1 node_network_carrier_up_changes_total{device="vethbd4c3a2"} 1 node_network_carrier_up_changes_total{device="vethc6863af"} 1 node_network_carrier_up_changes_total{device="vethc714a9e"} 1 node_network_carrier_up_changes_total{device="vethcec3d2d"} 1 node_network_carrier_up_changes_total{device="vethcedef8d"} 1 node_network_carrier_up_changes_total{device="vethcf4318b"} 1 node_network_carrier_up_changes_total{device="vethd00219c"} 1 node_network_carrier_up_changes_total{device="vethd0da89b"} 1 node_network_carrier_up_changes_total{device="vethd31c7ba"} 1 node_network_carrier_up_changes_total{device="vethd349168"} 1 node_network_carrier_up_changes_total{device="vethd5629ae"} 1 node_network_carrier_up_changes_total{device="vethddcc6ca"} 1 node_network_carrier_up_changes_total{device="vethe13ce8f"} 1 node_network_carrier_up_changes_total{device="vethe42e510"} 1 node_network_carrier_up_changes_total{device="vethe9a6db9"} 1 node_network_carrier_up_changes_total{device="vetheb7f4f0"} 1 node_network_carrier_up_changes_total{device="vethedbd52e"} 1 node_network_carrier_up_changes_total{device="vethedd259d"} 1 node_network_carrier_up_changes_total{device="vethee351f6"} 1 node_network_carrier_up_changes_total{device="vethefa1a46"} 1 node_network_carrier_up_changes_total{device="vethf1aaabd"} 1 node_network_carrier_up_changes_total{device="vethf32ef87"} 1 node_network_carrier_up_changes_total{device="vethf7aae54"} 1 node_network_carrier_up_changes_total{device="vethfa25265"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="docker0"} 0 node_network_device_id{device="docker_gwbridge"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth01f0bae"} 0 node_network_device_id{device="veth049e946"} 0 node_network_device_id{device="veth08118d1"} 0 node_network_device_id{device="veth08663cb"} 0 node_network_device_id{device="veth1b44452"} 0 node_network_device_id{device="veth1bcf777"} 0 node_network_device_id{device="veth1be8e2e"} 0 node_network_device_id{device="veth1bf433d"} 0 node_network_device_id{device="veth1cb8e1e"} 0 node_network_device_id{device="veth1d7ea01"} 0 node_network_device_id{device="veth206e582"} 0 node_network_device_id{device="veth2850aa3"} 0 node_network_device_id{device="veth2cf4733"} 0 node_network_device_id{device="veth2d32ebb"} 0 node_network_device_id{device="veth2d6ddf2"} 0 node_network_device_id{device="veth317251a"} 0 node_network_device_id{device="veth31a8969"} 0 node_network_device_id{device="veth32e9d7f"} 0 node_network_device_id{device="veth331fb59"} 0 node_network_device_id{device="veth3419bbd"} 0 node_network_device_id{device="veth34e5478"} 0 node_network_device_id{device="veth3d2da5a"} 0 node_network_device_id{device="veth416f161"} 0 node_network_device_id{device="veth419bb45"} 0 node_network_device_id{device="veth41b166c"} 0 node_network_device_id{device="veth489c4a5"} 0 node_network_device_id{device="veth4b71dc9"} 0 node_network_device_id{device="veth4fa5ae6"} 0 node_network_device_id{device="veth4ffd62e"} 0 node_network_device_id{device="veth505475e"} 0 node_network_device_id{device="veth55e30cf"} 0 node_network_device_id{device="veth567d617"} 0 node_network_device_id{device="veth58a07a0"} 0 node_network_device_id{device="veth5b28d85"} 0 node_network_device_id{device="veth5b90ad6"} 0 node_network_device_id{device="veth623910d"} 0 node_network_device_id{device="veth64dd30e"} 0 node_network_device_id{device="veth6677160"} 0 node_network_device_id{device="veth6738a32"} 0 node_network_device_id{device="veth6a27265"} 0 node_network_device_id{device="veth6cb3542"} 0 node_network_device_id{device="veth700f394"} 0 node_network_device_id{device="veth70cec41"} 0 node_network_device_id{device="veth72c5bed"} 0 node_network_device_id{device="veth7a47df4"} 0 node_network_device_id{device="veth7cd2bd3"} 0 node_network_device_id{device="veth85d3b08"} 0 node_network_device_id{device="veth8b43f63"} 0 node_network_device_id{device="veth8ed08fd"} 0 node_network_device_id{device="veth8f0e98c"} 0 node_network_device_id{device="veth96374ce"} 0 node_network_device_id{device="veth963e21f"} 0 node_network_device_id{device="veth9a44fdc"} 0 node_network_device_id{device="veth9f1baff"} 0 node_network_device_id{device="veth9f8d169"} 0 node_network_device_id{device="vetha0694b2"} 0 node_network_device_id{device="vetha32323f"} 0 node_network_device_id{device="vethae4178e"} 0 node_network_device_id{device="vethaf6b7ca"} 0 node_network_device_id{device="vethb563095"} 0 node_network_device_id{device="vethbb2410c"} 0 node_network_device_id{device="vethbbfde55"} 0 node_network_device_id{device="vethbd4c3a2"} 0 node_network_device_id{device="vethc6863af"} 0 node_network_device_id{device="vethc714a9e"} 0 node_network_device_id{device="vethcec3d2d"} 0 node_network_device_id{device="vethcedef8d"} 0 node_network_device_id{device="vethcf4318b"} 0 node_network_device_id{device="vethd00219c"} 0 node_network_device_id{device="vethd0da89b"} 0 node_network_device_id{device="vethd31c7ba"} 0 node_network_device_id{device="vethd349168"} 0 node_network_device_id{device="vethd5629ae"} 0 node_network_device_id{device="vethddcc6ca"} 0 node_network_device_id{device="vethe13ce8f"} 0 node_network_device_id{device="vethe42e510"} 0 node_network_device_id{device="vethe9a6db9"} 0 node_network_device_id{device="vetheb7f4f0"} 0 node_network_device_id{device="vethedbd52e"} 0 node_network_device_id{device="vethedd259d"} 0 node_network_device_id{device="vethee351f6"} 0 node_network_device_id{device="vethefa1a46"} 0 node_network_device_id{device="vethf1aaabd"} 0 node_network_device_id{device="vethf32ef87"} 0 node_network_device_id{device="vethf7aae54"} 0 node_network_device_id{device="vethfa25265"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="docker0"} 0 node_network_dormant{device="docker_gwbridge"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth01f0bae"} 0 node_network_dormant{device="veth049e946"} 0 node_network_dormant{device="veth08118d1"} 0 node_network_dormant{device="veth08663cb"} 0 node_network_dormant{device="veth1b44452"} 0 node_network_dormant{device="veth1bcf777"} 0 node_network_dormant{device="veth1be8e2e"} 0 node_network_dormant{device="veth1bf433d"} 0 node_network_dormant{device="veth1cb8e1e"} 0 node_network_dormant{device="veth1d7ea01"} 0 node_network_dormant{device="veth206e582"} 0 node_network_dormant{device="veth2850aa3"} 0 node_network_dormant{device="veth2cf4733"} 0 node_network_dormant{device="veth2d32ebb"} 0 node_network_dormant{device="veth2d6ddf2"} 0 node_network_dormant{device="veth317251a"} 0 node_network_dormant{device="veth31a8969"} 0 node_network_dormant{device="veth32e9d7f"} 0 node_network_dormant{device="veth331fb59"} 0 node_network_dormant{device="veth3419bbd"} 0 node_network_dormant{device="veth34e5478"} 0 node_network_dormant{device="veth3d2da5a"} 0 node_network_dormant{device="veth416f161"} 0 node_network_dormant{device="veth419bb45"} 0 node_network_dormant{device="veth41b166c"} 0 node_network_dormant{device="veth489c4a5"} 0 node_network_dormant{device="veth4b71dc9"} 0 node_network_dormant{device="veth4fa5ae6"} 0 node_network_dormant{device="veth4ffd62e"} 0 node_network_dormant{device="veth505475e"} 0 node_network_dormant{device="veth55e30cf"} 0 node_network_dormant{device="veth567d617"} 0 node_network_dormant{device="veth58a07a0"} 0 node_network_dormant{device="veth5b28d85"} 0 node_network_dormant{device="veth5b90ad6"} 0 node_network_dormant{device="veth623910d"} 0 node_network_dormant{device="veth64dd30e"} 0 node_network_dormant{device="veth6677160"} 0 node_network_dormant{device="veth6738a32"} 0 node_network_dormant{device="veth6a27265"} 0 node_network_dormant{device="veth6cb3542"} 0 node_network_dormant{device="veth700f394"} 0 node_network_dormant{device="veth70cec41"} 0 node_network_dormant{device="veth72c5bed"} 0 node_network_dormant{device="veth7a47df4"} 0 node_network_dormant{device="veth7cd2bd3"} 0 node_network_dormant{device="veth85d3b08"} 0 node_network_dormant{device="veth8b43f63"} 0 node_network_dormant{device="veth8ed08fd"} 0 node_network_dormant{device="veth8f0e98c"} 0 node_network_dormant{device="veth96374ce"} 0 node_network_dormant{device="veth963e21f"} 0 node_network_dormant{device="veth9a44fdc"} 0 node_network_dormant{device="veth9f1baff"} 0 node_network_dormant{device="veth9f8d169"} 0 node_network_dormant{device="vetha0694b2"} 0 node_network_dormant{device="vetha32323f"} 0 node_network_dormant{device="vethae4178e"} 0 node_network_dormant{device="vethaf6b7ca"} 0 node_network_dormant{device="vethb563095"} 0 node_network_dormant{device="vethbb2410c"} 0 node_network_dormant{device="vethbbfde55"} 0 node_network_dormant{device="vethbd4c3a2"} 0 node_network_dormant{device="vethc6863af"} 0 node_network_dormant{device="vethc714a9e"} 0 node_network_dormant{device="vethcec3d2d"} 0 node_network_dormant{device="vethcedef8d"} 0 node_network_dormant{device="vethcf4318b"} 0 node_network_dormant{device="vethd00219c"} 0 node_network_dormant{device="vethd0da89b"} 0 node_network_dormant{device="vethd31c7ba"} 0 node_network_dormant{device="vethd349168"} 0 node_network_dormant{device="vethd5629ae"} 0 node_network_dormant{device="vethddcc6ca"} 0 node_network_dormant{device="vethe13ce8f"} 0 node_network_dormant{device="vethe42e510"} 0 node_network_dormant{device="vethe9a6db9"} 0 node_network_dormant{device="vetheb7f4f0"} 0 node_network_dormant{device="vethedbd52e"} 0 node_network_dormant{device="vethedd259d"} 0 node_network_dormant{device="vethee351f6"} 0 node_network_dormant{device="vethefa1a46"} 0 node_network_dormant{device="vethf1aaabd"} 0 node_network_dormant{device="vethf32ef87"} 0 node_network_dormant{device="vethf7aae54"} 0 node_network_dormant{device="vethfa25265"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="docker0"} 4099 node_network_flags{device="docker_gwbridge"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth01f0bae"} 4867 node_network_flags{device="veth049e946"} 4867 node_network_flags{device="veth08118d1"} 4867 node_network_flags{device="veth08663cb"} 4867 node_network_flags{device="veth1b44452"} 4867 node_network_flags{device="veth1bcf777"} 4867 node_network_flags{device="veth1be8e2e"} 4867 node_network_flags{device="veth1bf433d"} 4867 node_network_flags{device="veth1cb8e1e"} 4867 node_network_flags{device="veth1d7ea01"} 4867 node_network_flags{device="veth206e582"} 4867 node_network_flags{device="veth2850aa3"} 4867 node_network_flags{device="veth2cf4733"} 4867 node_network_flags{device="veth2d32ebb"} 4867 node_network_flags{device="veth2d6ddf2"} 4867 node_network_flags{device="veth317251a"} 4867 node_network_flags{device="veth31a8969"} 4867 node_network_flags{device="veth32e9d7f"} 4867 node_network_flags{device="veth331fb59"} 4867 node_network_flags{device="veth3419bbd"} 4867 node_network_flags{device="veth34e5478"} 4867 node_network_flags{device="veth3d2da5a"} 4867 node_network_flags{device="veth416f161"} 4867 node_network_flags{device="veth419bb45"} 4867 node_network_flags{device="veth41b166c"} 4867 node_network_flags{device="veth489c4a5"} 4867 node_network_flags{device="veth4b71dc9"} 4867 node_network_flags{device="veth4fa5ae6"} 4867 node_network_flags{device="veth4ffd62e"} 4867 node_network_flags{device="veth505475e"} 4867 node_network_flags{device="veth55e30cf"} 4867 node_network_flags{device="veth567d617"} 4867 node_network_flags{device="veth58a07a0"} 4867 node_network_flags{device="veth5b28d85"} 4867 node_network_flags{device="veth5b90ad6"} 4867 node_network_flags{device="veth623910d"} 4867 node_network_flags{device="veth64dd30e"} 4867 node_network_flags{device="veth6677160"} 4867 node_network_flags{device="veth6738a32"} 4867 node_network_flags{device="veth6a27265"} 4867 node_network_flags{device="veth6cb3542"} 4867 node_network_flags{device="veth700f394"} 4867 node_network_flags{device="veth70cec41"} 4867 node_network_flags{device="veth72c5bed"} 4867 node_network_flags{device="veth7a47df4"} 4867 node_network_flags{device="veth7cd2bd3"} 4867 node_network_flags{device="veth85d3b08"} 4867 node_network_flags{device="veth8b43f63"} 4867 node_network_flags{device="veth8ed08fd"} 4867 node_network_flags{device="veth8f0e98c"} 4867 node_network_flags{device="veth96374ce"} 4867 node_network_flags{device="veth963e21f"} 4867 node_network_flags{device="veth9a44fdc"} 4867 node_network_flags{device="veth9f1baff"} 4867 node_network_flags{device="veth9f8d169"} 4867 node_network_flags{device="vetha0694b2"} 4867 node_network_flags{device="vetha32323f"} 4867 node_network_flags{device="vethae4178e"} 4867 node_network_flags{device="vethaf6b7ca"} 4867 node_network_flags{device="vethb563095"} 4867 node_network_flags{device="vethbb2410c"} 4867 node_network_flags{device="vethbbfde55"} 4867 node_network_flags{device="vethbd4c3a2"} 4867 node_network_flags{device="vethc6863af"} 4867 node_network_flags{device="vethc714a9e"} 4867 node_network_flags{device="vethcec3d2d"} 4867 node_network_flags{device="vethcedef8d"} 4867 node_network_flags{device="vethcf4318b"} 4867 node_network_flags{device="vethd00219c"} 4867 node_network_flags{device="vethd0da89b"} 4867 node_network_flags{device="vethd31c7ba"} 4867 node_network_flags{device="vethd349168"} 4867 node_network_flags{device="vethd5629ae"} 4867 node_network_flags{device="vethddcc6ca"} 4867 node_network_flags{device="vethe13ce8f"} 4867 node_network_flags{device="vethe42e510"} 4867 node_network_flags{device="vethe9a6db9"} 4867 node_network_flags{device="vetheb7f4f0"} 4867 node_network_flags{device="vethedbd52e"} 4867 node_network_flags{device="vethedd259d"} 4867 node_network_flags{device="vethee351f6"} 4867 node_network_flags{device="vethefa1a46"} 4867 node_network_flags{device="vethf1aaabd"} 4867 node_network_flags{device="vethf32ef87"} 4867 node_network_flags{device="vethf7aae54"} 4867 node_network_flags{device="vethfa25265"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="docker0"} 3 node_network_iface_id{device="docker_gwbridge"} 4 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth01f0bae"} 368 node_network_iface_id{device="veth049e946"} 30 node_network_iface_id{device="veth08118d1"} 300 node_network_iface_id{device="veth08663cb"} 318 node_network_iface_id{device="veth1b44452"} 244 node_network_iface_id{device="veth1bcf777"} 336 node_network_iface_id{device="veth1be8e2e"} 362 node_network_iface_id{device="veth1bf433d"} 294 node_network_iface_id{device="veth1cb8e1e"} 262 node_network_iface_id{device="veth1d7ea01"} 200 node_network_iface_id{device="veth206e582"} 270 node_network_iface_id{device="veth2850aa3"} 390 node_network_iface_id{device="veth2cf4733"} 218 node_network_iface_id{device="veth2d32ebb"} 254 node_network_iface_id{device="veth2d6ddf2"} 322 node_network_iface_id{device="veth317251a"} 212 node_network_iface_id{device="veth31a8969"} 324 node_network_iface_id{device="veth32e9d7f"} 338 node_network_iface_id{device="veth331fb59"} 2.302266e+06 node_network_iface_id{device="veth3419bbd"} 46 node_network_iface_id{device="veth34e5478"} 378 node_network_iface_id{device="veth3d2da5a"} 9 node_network_iface_id{device="veth416f161"} 226 node_network_iface_id{device="veth419bb45"} 234 node_network_iface_id{device="veth41b166c"} 264 node_network_iface_id{device="veth489c4a5"} 304 node_network_iface_id{device="veth4b71dc9"} 356 node_network_iface_id{device="veth4fa5ae6"} 342 node_network_iface_id{device="veth4ffd62e"} 288 node_network_iface_id{device="veth505475e"} 258 node_network_iface_id{device="veth55e30cf"} 306 node_network_iface_id{device="veth567d617"} 298 node_network_iface_id{device="veth58a07a0"} 392 node_network_iface_id{device="veth5b28d85"} 290 node_network_iface_id{device="veth5b90ad6"} 308 node_network_iface_id{device="veth623910d"} 214 node_network_iface_id{device="veth64dd30e"} 334 node_network_iface_id{device="veth6677160"} 380 node_network_iface_id{device="veth6738a32"} 326 node_network_iface_id{device="veth6a27265"} 252 node_network_iface_id{device="veth6cb3542"} 394 node_network_iface_id{device="veth700f394"} 90 node_network_iface_id{device="veth70cec41"} 312 node_network_iface_id{device="veth72c5bed"} 242 node_network_iface_id{device="veth7a47df4"} 266 node_network_iface_id{device="veth7cd2bd3"} 386 node_network_iface_id{device="veth85d3b08"} 314 node_network_iface_id{device="veth8b43f63"} 348 node_network_iface_id{device="veth8ed08fd"} 228 node_network_iface_id{device="veth8f0e98c"} 354 node_network_iface_id{device="veth96374ce"} 310 node_network_iface_id{device="veth963e21f"} 240 node_network_iface_id{device="veth9a44fdc"} 376 node_network_iface_id{device="veth9f1baff"} 292 node_network_iface_id{device="veth9f8d169"} 316 node_network_iface_id{device="vetha0694b2"} 346 node_network_iface_id{device="vetha32323f"} 330 node_network_iface_id{device="vethae4178e"} 302 node_network_iface_id{device="vethaf6b7ca"} 382 node_network_iface_id{device="vethb563095"} 332 node_network_iface_id{device="vethbb2410c"} 372 node_network_iface_id{device="vethbbfde55"} 276 node_network_iface_id{device="vethbd4c3a2"} 328 node_network_iface_id{device="vethc6863af"} 396 node_network_iface_id{device="vethc714a9e"} 280 node_network_iface_id{device="vethcec3d2d"} 224 node_network_iface_id{device="vethcedef8d"} 350 node_network_iface_id{device="vethcf4318b"} 278 node_network_iface_id{device="vethd00219c"} 286 node_network_iface_id{device="vethd0da89b"} 232 node_network_iface_id{device="vethd31c7ba"} 250 node_network_iface_id{device="vethd349168"} 366 node_network_iface_id{device="vethd5629ae"} 220 node_network_iface_id{device="vethddcc6ca"} 246 node_network_iface_id{device="vethe13ce8f"} 352 node_network_iface_id{device="vethe42e510"} 344 node_network_iface_id{device="vethe9a6db9"} 236 node_network_iface_id{device="vetheb7f4f0"} 122 node_network_iface_id{device="vethedbd52e"} 374 node_network_iface_id{device="vethedd259d"} 238 node_network_iface_id{device="vethee351f6"} 274 node_network_iface_id{device="vethefa1a46"} 370 node_network_iface_id{device="vethf1aaabd"} 358 node_network_iface_id{device="vethf32ef87"} 384 node_network_iface_id{device="vethf7aae54"} 340 node_network_iface_id{device="vethfa25265"} 284 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="docker0"} 3 node_network_iface_link{device="docker_gwbridge"} 4 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth01f0bae"} 367 node_network_iface_link{device="veth049e946"} 29 node_network_iface_link{device="veth08118d1"} 299 node_network_iface_link{device="veth08663cb"} 317 node_network_iface_link{device="veth1b44452"} 243 node_network_iface_link{device="veth1bcf777"} 335 node_network_iface_link{device="veth1be8e2e"} 361 node_network_iface_link{device="veth1bf433d"} 293 node_network_iface_link{device="veth1cb8e1e"} 261 node_network_iface_link{device="veth1d7ea01"} 199 node_network_iface_link{device="veth206e582"} 269 node_network_iface_link{device="veth2850aa3"} 389 node_network_iface_link{device="veth2cf4733"} 217 node_network_iface_link{device="veth2d32ebb"} 253 node_network_iface_link{device="veth2d6ddf2"} 321 node_network_iface_link{device="veth317251a"} 211 node_network_iface_link{device="veth31a8969"} 323 node_network_iface_link{device="veth32e9d7f"} 337 node_network_iface_link{device="veth331fb59"} 2.302265e+06 node_network_iface_link{device="veth3419bbd"} 45 node_network_iface_link{device="veth34e5478"} 377 node_network_iface_link{device="veth3d2da5a"} 8 node_network_iface_link{device="veth416f161"} 225 node_network_iface_link{device="veth419bb45"} 233 node_network_iface_link{device="veth41b166c"} 263 node_network_iface_link{device="veth489c4a5"} 303 node_network_iface_link{device="veth4b71dc9"} 355 node_network_iface_link{device="veth4fa5ae6"} 341 node_network_iface_link{device="veth4ffd62e"} 287 node_network_iface_link{device="veth505475e"} 257 node_network_iface_link{device="veth55e30cf"} 305 node_network_iface_link{device="veth567d617"} 297 node_network_iface_link{device="veth58a07a0"} 391 node_network_iface_link{device="veth5b28d85"} 289 node_network_iface_link{device="veth5b90ad6"} 307 node_network_iface_link{device="veth623910d"} 213 node_network_iface_link{device="veth64dd30e"} 333 node_network_iface_link{device="veth6677160"} 379 node_network_iface_link{device="veth6738a32"} 325 node_network_iface_link{device="veth6a27265"} 251 node_network_iface_link{device="veth6cb3542"} 393 node_network_iface_link{device="veth700f394"} 89 node_network_iface_link{device="veth70cec41"} 311 node_network_iface_link{device="veth72c5bed"} 241 node_network_iface_link{device="veth7a47df4"} 265 node_network_iface_link{device="veth7cd2bd3"} 385 node_network_iface_link{device="veth85d3b08"} 313 node_network_iface_link{device="veth8b43f63"} 347 node_network_iface_link{device="veth8ed08fd"} 227 node_network_iface_link{device="veth8f0e98c"} 353 node_network_iface_link{device="veth96374ce"} 309 node_network_iface_link{device="veth963e21f"} 239 node_network_iface_link{device="veth9a44fdc"} 375 node_network_iface_link{device="veth9f1baff"} 291 node_network_iface_link{device="veth9f8d169"} 315 node_network_iface_link{device="vetha0694b2"} 345 node_network_iface_link{device="vetha32323f"} 329 node_network_iface_link{device="vethae4178e"} 301 node_network_iface_link{device="vethaf6b7ca"} 381 node_network_iface_link{device="vethb563095"} 331 node_network_iface_link{device="vethbb2410c"} 371 node_network_iface_link{device="vethbbfde55"} 275 node_network_iface_link{device="vethbd4c3a2"} 327 node_network_iface_link{device="vethc6863af"} 395 node_network_iface_link{device="vethc714a9e"} 279 node_network_iface_link{device="vethcec3d2d"} 223 node_network_iface_link{device="vethcedef8d"} 349 node_network_iface_link{device="vethcf4318b"} 277 node_network_iface_link{device="vethd00219c"} 285 node_network_iface_link{device="vethd0da89b"} 231 node_network_iface_link{device="vethd31c7ba"} 249 node_network_iface_link{device="vethd349168"} 365 node_network_iface_link{device="vethd5629ae"} 219 node_network_iface_link{device="vethddcc6ca"} 245 node_network_iface_link{device="vethe13ce8f"} 351 node_network_iface_link{device="vethe42e510"} 343 node_network_iface_link{device="vethe9a6db9"} 235 node_network_iface_link{device="vetheb7f4f0"} 121 node_network_iface_link{device="vethedbd52e"} 373 node_network_iface_link{device="vethedd259d"} 237 node_network_iface_link{device="vethee351f6"} 273 node_network_iface_link{device="vethefa1a46"} 369 node_network_iface_link{device="vethf1aaabd"} 357 node_network_iface_link{device="vethf32ef87"} 383 node_network_iface_link{device="vethf7aae54"} 339 node_network_iface_link{device="vethfa25265"} 283 # 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="docker0"} 0 node_network_iface_link_mode{device="docker_gwbridge"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth01f0bae"} 0 node_network_iface_link_mode{device="veth049e946"} 0 node_network_iface_link_mode{device="veth08118d1"} 0 node_network_iface_link_mode{device="veth08663cb"} 0 node_network_iface_link_mode{device="veth1b44452"} 0 node_network_iface_link_mode{device="veth1bcf777"} 0 node_network_iface_link_mode{device="veth1be8e2e"} 0 node_network_iface_link_mode{device="veth1bf433d"} 0 node_network_iface_link_mode{device="veth1cb8e1e"} 0 node_network_iface_link_mode{device="veth1d7ea01"} 0 node_network_iface_link_mode{device="veth206e582"} 0 node_network_iface_link_mode{device="veth2850aa3"} 0 node_network_iface_link_mode{device="veth2cf4733"} 0 node_network_iface_link_mode{device="veth2d32ebb"} 0 node_network_iface_link_mode{device="veth2d6ddf2"} 0 node_network_iface_link_mode{device="veth317251a"} 0 node_network_iface_link_mode{device="veth31a8969"} 0 node_network_iface_link_mode{device="veth32e9d7f"} 0 node_network_iface_link_mode{device="veth331fb59"} 0 node_network_iface_link_mode{device="veth3419bbd"} 0 node_network_iface_link_mode{device="veth34e5478"} 0 node_network_iface_link_mode{device="veth3d2da5a"} 0 node_network_iface_link_mode{device="veth416f161"} 0 node_network_iface_link_mode{device="veth419bb45"} 0 node_network_iface_link_mode{device="veth41b166c"} 0 node_network_iface_link_mode{device="veth489c4a5"} 0 node_network_iface_link_mode{device="veth4b71dc9"} 0 node_network_iface_link_mode{device="veth4fa5ae6"} 0 node_network_iface_link_mode{device="veth4ffd62e"} 0 node_network_iface_link_mode{device="veth505475e"} 0 node_network_iface_link_mode{device="veth55e30cf"} 0 node_network_iface_link_mode{device="veth567d617"} 0 node_network_iface_link_mode{device="veth58a07a0"} 0 node_network_iface_link_mode{device="veth5b28d85"} 0 node_network_iface_link_mode{device="veth5b90ad6"} 0 node_network_iface_link_mode{device="veth623910d"} 0 node_network_iface_link_mode{device="veth64dd30e"} 0 node_network_iface_link_mode{device="veth6677160"} 0 node_network_iface_link_mode{device="veth6738a32"} 0 node_network_iface_link_mode{device="veth6a27265"} 0 node_network_iface_link_mode{device="veth6cb3542"} 0 node_network_iface_link_mode{device="veth700f394"} 0 node_network_iface_link_mode{device="veth70cec41"} 0 node_network_iface_link_mode{device="veth72c5bed"} 0 node_network_iface_link_mode{device="veth7a47df4"} 0 node_network_iface_link_mode{device="veth7cd2bd3"} 0 node_network_iface_link_mode{device="veth85d3b08"} 0 node_network_iface_link_mode{device="veth8b43f63"} 0 node_network_iface_link_mode{device="veth8ed08fd"} 0 node_network_iface_link_mode{device="veth8f0e98c"} 0 node_network_iface_link_mode{device="veth96374ce"} 0 node_network_iface_link_mode{device="veth963e21f"} 0 node_network_iface_link_mode{device="veth9a44fdc"} 0 node_network_iface_link_mode{device="veth9f1baff"} 0 node_network_iface_link_mode{device="veth9f8d169"} 0 node_network_iface_link_mode{device="vetha0694b2"} 0 node_network_iface_link_mode{device="vetha32323f"} 0 node_network_iface_link_mode{device="vethae4178e"} 0 node_network_iface_link_mode{device="vethaf6b7ca"} 0 node_network_iface_link_mode{device="vethb563095"} 0 node_network_iface_link_mode{device="vethbb2410c"} 0 node_network_iface_link_mode{device="vethbbfde55"} 0 node_network_iface_link_mode{device="vethbd4c3a2"} 0 node_network_iface_link_mode{device="vethc6863af"} 0 node_network_iface_link_mode{device="vethc714a9e"} 0 node_network_iface_link_mode{device="vethcec3d2d"} 0 node_network_iface_link_mode{device="vethcedef8d"} 0 node_network_iface_link_mode{device="vethcf4318b"} 0 node_network_iface_link_mode{device="vethd00219c"} 0 node_network_iface_link_mode{device="vethd0da89b"} 0 node_network_iface_link_mode{device="vethd31c7ba"} 0 node_network_iface_link_mode{device="vethd349168"} 0 node_network_iface_link_mode{device="vethd5629ae"} 0 node_network_iface_link_mode{device="vethddcc6ca"} 0 node_network_iface_link_mode{device="vethe13ce8f"} 0 node_network_iface_link_mode{device="vethe42e510"} 0 node_network_iface_link_mode{device="vethe9a6db9"} 0 node_network_iface_link_mode{device="vetheb7f4f0"} 0 node_network_iface_link_mode{device="vethedbd52e"} 0 node_network_iface_link_mode{device="vethedd259d"} 0 node_network_iface_link_mode{device="vethee351f6"} 0 node_network_iface_link_mode{device="vethefa1a46"} 0 node_network_iface_link_mode{device="vethf1aaabd"} 0 node_network_iface_link_mode{device="vethf32ef87"} 0 node_network_iface_link_mode{device="vethf7aae54"} 0 node_network_iface_link_mode{device="vethfa25265"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="00:50:56:55:05:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:25:1b:b3:f5:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc714a9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:49:85:10:0e:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth72c5bed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:62:41:e0:29:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1bf433d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:ab:8a:d0:e6:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaf6b7ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:cf:a4:20:9d:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb2410c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:db:32:03:70:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth34e5478",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:0f:21:e7:ec:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth419bb45",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:91:89:3a:5e:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08118d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:d9:31:a0:1b:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6677160",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:9e:d6:90:11:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth505475e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:c0:2a:8d:c6:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3419bbd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:d6:79:fb:9d:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b71dc9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:d5:ad:8f:3c:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a27265",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:a1:b3:a7:de:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth58a07a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:a8:85:6e:ac:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd4c3a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:50:35:53:d1:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd5629ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:09:9e:0e:e7:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth31a8969",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:1b:16:59:36:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth963e21f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:31:9a:66:f7:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41b166c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:bc:b2:51:55:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a47df4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:2f:9b:2a:55:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f0e98c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:a3:9b:c2:f9:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1cb8e1e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:b6:50:c0:25:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth85d3b08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:ac:40:a8:2f:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth206e582",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:94:92:31:c6:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b43f63",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:fb:f3:d8:4d:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2850aa3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:ff:7d:93:87:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethefa1a46",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:6f:6d:8b:9e:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth96374ce",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:b4:40:1a:52:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2cf4733",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:b9:c5:5c:d4:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b28d85",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:f7:25:8d:0e:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth489c4a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:5e:04:24:1c:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb7f4f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:60:8c:5d:21:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae4178e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:2a:ea:17:77:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth049e946",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:34:0e:2f:e8:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6738a32",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:43:d1:25:c7:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbbfde55",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:e2:56:ff:d7:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethedd259d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:0b:a8:4e:5d:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf32ef87",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:24:a7:bb:4a:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth567d617",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:8e:87:38:33:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f1baff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:64:5c:d7:41:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1bcf777",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:91:e3:9a:a2:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd00219c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:01:c0:7a:1a:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d2da5a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:61:06:4c:75:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethddcc6ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:88:c5:f8:81:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth623910d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:39:42:5b:b2:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1be8e2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:53:d4:d3:59:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha32323f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:d4:fb:4c:9a:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6cb3542",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:2e:e6:5c:96:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4ffd62e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:94:8c:83:84:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth416f161",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:1e:9f:ee:d2:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth331fb59",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:bd:18:1c:23:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfa25265",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:37:c0:5e:94:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe9a6db9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:81:20:1a:2b:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01f0bae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:dd:98:9f:8b:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="b2:9b:01:05:a9:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd349168",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:2a:54:4a:c0:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee351f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:69:05:1b:a1:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4fa5ae6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:2e:05:fb:de:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe42e510",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:8a:61:9a:4b:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker_gwbridge",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="be:b4:7b:02:20:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b90ad6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:a2:d9:f7:42:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ed08fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:a5:3e:19:f9:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethedbd52e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:45:b8:ad:d1:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6863af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:ee:bc:59:02:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth317251a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:7d:a4:cd:c0:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb563095",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:99:01:8f:bf:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcec3d2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:b8:0d:5e:e9:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b44452",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:86:82:1f:76:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70cec41",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:93:34:85:d1:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd0da89b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:7d:a6:b1:62:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcf4318b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:29:ae:2c:33:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe13ce8f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:2f:51:6c:01:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth64dd30e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:8b:be:8e:e4:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth32e9d7f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:0d:1f:ea:85:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha0694b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:7b:30:02:36:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd31c7ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:a6:63:7e:74:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7cd2bd3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:ca:ea:82:dc:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08663cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:13:ea:72:0d:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf1aaabd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:9b:dd:d9:f5:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth55e30cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:29:29:bc:22:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f8d169",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:48:c8:0d:26:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcedef8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ad:dd:b2:b9:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d7ea01",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:b7:1a:a7:3e:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d6ddf2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:c3:7b:6e:68:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a44fdc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:76:25:cb:72:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d32ebb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:06:bf:cf:74:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth700f394",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:d0:81:58:3d:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf7aae54",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="docker0"} 1500 node_network_mtu_bytes{device="docker_gwbridge"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth01f0bae"} 1500 node_network_mtu_bytes{device="veth049e946"} 1500 node_network_mtu_bytes{device="veth08118d1"} 1500 node_network_mtu_bytes{device="veth08663cb"} 1500 node_network_mtu_bytes{device="veth1b44452"} 1500 node_network_mtu_bytes{device="veth1bcf777"} 1500 node_network_mtu_bytes{device="veth1be8e2e"} 1500 node_network_mtu_bytes{device="veth1bf433d"} 1500 node_network_mtu_bytes{device="veth1cb8e1e"} 1500 node_network_mtu_bytes{device="veth1d7ea01"} 1500 node_network_mtu_bytes{device="veth206e582"} 1500 node_network_mtu_bytes{device="veth2850aa3"} 1500 node_network_mtu_bytes{device="veth2cf4733"} 1500 node_network_mtu_bytes{device="veth2d32ebb"} 1500 node_network_mtu_bytes{device="veth2d6ddf2"} 1500 node_network_mtu_bytes{device="veth317251a"} 1500 node_network_mtu_bytes{device="veth31a8969"} 1500 node_network_mtu_bytes{device="veth32e9d7f"} 1500 node_network_mtu_bytes{device="veth331fb59"} 1500 node_network_mtu_bytes{device="veth3419bbd"} 1500 node_network_mtu_bytes{device="veth34e5478"} 1500 node_network_mtu_bytes{device="veth3d2da5a"} 1500 node_network_mtu_bytes{device="veth416f161"} 1500 node_network_mtu_bytes{device="veth419bb45"} 1500 node_network_mtu_bytes{device="veth41b166c"} 1500 node_network_mtu_bytes{device="veth489c4a5"} 1500 node_network_mtu_bytes{device="veth4b71dc9"} 1500 node_network_mtu_bytes{device="veth4fa5ae6"} 1500 node_network_mtu_bytes{device="veth4ffd62e"} 1500 node_network_mtu_bytes{device="veth505475e"} 1500 node_network_mtu_bytes{device="veth55e30cf"} 1500 node_network_mtu_bytes{device="veth567d617"} 1500 node_network_mtu_bytes{device="veth58a07a0"} 1500 node_network_mtu_bytes{device="veth5b28d85"} 1500 node_network_mtu_bytes{device="veth5b90ad6"} 1500 node_network_mtu_bytes{device="veth623910d"} 1500 node_network_mtu_bytes{device="veth64dd30e"} 1500 node_network_mtu_bytes{device="veth6677160"} 1500 node_network_mtu_bytes{device="veth6738a32"} 1500 node_network_mtu_bytes{device="veth6a27265"} 1500 node_network_mtu_bytes{device="veth6cb3542"} 1500 node_network_mtu_bytes{device="veth700f394"} 1500 node_network_mtu_bytes{device="veth70cec41"} 1500 node_network_mtu_bytes{device="veth72c5bed"} 1500 node_network_mtu_bytes{device="veth7a47df4"} 1500 node_network_mtu_bytes{device="veth7cd2bd3"} 1500 node_network_mtu_bytes{device="veth85d3b08"} 1500 node_network_mtu_bytes{device="veth8b43f63"} 1500 node_network_mtu_bytes{device="veth8ed08fd"} 1500 node_network_mtu_bytes{device="veth8f0e98c"} 1500 node_network_mtu_bytes{device="veth96374ce"} 1500 node_network_mtu_bytes{device="veth963e21f"} 1500 node_network_mtu_bytes{device="veth9a44fdc"} 1500 node_network_mtu_bytes{device="veth9f1baff"} 1500 node_network_mtu_bytes{device="veth9f8d169"} 1500 node_network_mtu_bytes{device="vetha0694b2"} 1500 node_network_mtu_bytes{device="vetha32323f"} 1500 node_network_mtu_bytes{device="vethae4178e"} 1500 node_network_mtu_bytes{device="vethaf6b7ca"} 1500 node_network_mtu_bytes{device="vethb563095"} 1500 node_network_mtu_bytes{device="vethbb2410c"} 1500 node_network_mtu_bytes{device="vethbbfde55"} 1500 node_network_mtu_bytes{device="vethbd4c3a2"} 1500 node_network_mtu_bytes{device="vethc6863af"} 1500 node_network_mtu_bytes{device="vethc714a9e"} 1500 node_network_mtu_bytes{device="vethcec3d2d"} 1500 node_network_mtu_bytes{device="vethcedef8d"} 1500 node_network_mtu_bytes{device="vethcf4318b"} 1500 node_network_mtu_bytes{device="vethd00219c"} 1500 node_network_mtu_bytes{device="vethd0da89b"} 1500 node_network_mtu_bytes{device="vethd31c7ba"} 1500 node_network_mtu_bytes{device="vethd349168"} 1500 node_network_mtu_bytes{device="vethd5629ae"} 1500 node_network_mtu_bytes{device="vethddcc6ca"} 1500 node_network_mtu_bytes{device="vethe13ce8f"} 1500 node_network_mtu_bytes{device="vethe42e510"} 1500 node_network_mtu_bytes{device="vethe9a6db9"} 1500 node_network_mtu_bytes{device="vetheb7f4f0"} 1500 node_network_mtu_bytes{device="vethedbd52e"} 1500 node_network_mtu_bytes{device="vethedd259d"} 1500 node_network_mtu_bytes{device="vethee351f6"} 1500 node_network_mtu_bytes{device="vethefa1a46"} 1500 node_network_mtu_bytes{device="vethf1aaabd"} 1500 node_network_mtu_bytes{device="vethf32ef87"} 1500 node_network_mtu_bytes{device="vethf7aae54"} 1500 node_network_mtu_bytes{device="vethfa25265"} 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="docker0"} 3 node_network_name_assign_type{device="docker_gwbridge"} 3 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth01f0bae"} 3 node_network_name_assign_type{device="veth049e946"} 3 node_network_name_assign_type{device="veth08118d1"} 3 node_network_name_assign_type{device="veth08663cb"} 3 node_network_name_assign_type{device="veth1b44452"} 3 node_network_name_assign_type{device="veth1bcf777"} 3 node_network_name_assign_type{device="veth1be8e2e"} 3 node_network_name_assign_type{device="veth1bf433d"} 3 node_network_name_assign_type{device="veth1cb8e1e"} 3 node_network_name_assign_type{device="veth1d7ea01"} 3 node_network_name_assign_type{device="veth206e582"} 3 node_network_name_assign_type{device="veth2850aa3"} 3 node_network_name_assign_type{device="veth2cf4733"} 3 node_network_name_assign_type{device="veth2d32ebb"} 3 node_network_name_assign_type{device="veth2d6ddf2"} 3 node_network_name_assign_type{device="veth317251a"} 3 node_network_name_assign_type{device="veth31a8969"} 3 node_network_name_assign_type{device="veth32e9d7f"} 3 node_network_name_assign_type{device="veth331fb59"} 3 node_network_name_assign_type{device="veth3419bbd"} 3 node_network_name_assign_type{device="veth34e5478"} 3 node_network_name_assign_type{device="veth3d2da5a"} 3 node_network_name_assign_type{device="veth416f161"} 3 node_network_name_assign_type{device="veth419bb45"} 3 node_network_name_assign_type{device="veth41b166c"} 3 node_network_name_assign_type{device="veth489c4a5"} 3 node_network_name_assign_type{device="veth4b71dc9"} 3 node_network_name_assign_type{device="veth4fa5ae6"} 3 node_network_name_assign_type{device="veth4ffd62e"} 3 node_network_name_assign_type{device="veth505475e"} 3 node_network_name_assign_type{device="veth55e30cf"} 3 node_network_name_assign_type{device="veth567d617"} 3 node_network_name_assign_type{device="veth58a07a0"} 3 node_network_name_assign_type{device="veth5b28d85"} 3 node_network_name_assign_type{device="veth5b90ad6"} 3 node_network_name_assign_type{device="veth623910d"} 3 node_network_name_assign_type{device="veth64dd30e"} 3 node_network_name_assign_type{device="veth6677160"} 3 node_network_name_assign_type{device="veth6738a32"} 3 node_network_name_assign_type{device="veth6a27265"} 3 node_network_name_assign_type{device="veth6cb3542"} 3 node_network_name_assign_type{device="veth700f394"} 3 node_network_name_assign_type{device="veth70cec41"} 3 node_network_name_assign_type{device="veth72c5bed"} 3 node_network_name_assign_type{device="veth7a47df4"} 3 node_network_name_assign_type{device="veth7cd2bd3"} 3 node_network_name_assign_type{device="veth85d3b08"} 3 node_network_name_assign_type{device="veth8b43f63"} 3 node_network_name_assign_type{device="veth8ed08fd"} 3 node_network_name_assign_type{device="veth8f0e98c"} 3 node_network_name_assign_type{device="veth96374ce"} 3 node_network_name_assign_type{device="veth963e21f"} 3 node_network_name_assign_type{device="veth9a44fdc"} 3 node_network_name_assign_type{device="veth9f1baff"} 3 node_network_name_assign_type{device="veth9f8d169"} 3 node_network_name_assign_type{device="vetha0694b2"} 3 node_network_name_assign_type{device="vetha32323f"} 3 node_network_name_assign_type{device="vethae4178e"} 3 node_network_name_assign_type{device="vethaf6b7ca"} 3 node_network_name_assign_type{device="vethb563095"} 3 node_network_name_assign_type{device="vethbb2410c"} 3 node_network_name_assign_type{device="vethbbfde55"} 3 node_network_name_assign_type{device="vethbd4c3a2"} 3 node_network_name_assign_type{device="vethc6863af"} 3 node_network_name_assign_type{device="vethc714a9e"} 3 node_network_name_assign_type{device="vethcec3d2d"} 3 node_network_name_assign_type{device="vethcedef8d"} 3 node_network_name_assign_type{device="vethcf4318b"} 3 node_network_name_assign_type{device="vethd00219c"} 3 node_network_name_assign_type{device="vethd0da89b"} 3 node_network_name_assign_type{device="vethd31c7ba"} 3 node_network_name_assign_type{device="vethd349168"} 3 node_network_name_assign_type{device="vethd5629ae"} 3 node_network_name_assign_type{device="vethddcc6ca"} 3 node_network_name_assign_type{device="vethe13ce8f"} 3 node_network_name_assign_type{device="vethe42e510"} 3 node_network_name_assign_type{device="vethe9a6db9"} 3 node_network_name_assign_type{device="vetheb7f4f0"} 3 node_network_name_assign_type{device="vethedbd52e"} 3 node_network_name_assign_type{device="vethedd259d"} 3 node_network_name_assign_type{device="vethee351f6"} 3 node_network_name_assign_type{device="vethefa1a46"} 3 node_network_name_assign_type{device="vethf1aaabd"} 3 node_network_name_assign_type{device="vethf32ef87"} 3 node_network_name_assign_type{device="vethf7aae54"} 3 node_network_name_assign_type{device="vethfa25265"} 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="docker0"} 0 node_network_net_dev_group{device="docker_gwbridge"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth01f0bae"} 0 node_network_net_dev_group{device="veth049e946"} 0 node_network_net_dev_group{device="veth08118d1"} 0 node_network_net_dev_group{device="veth08663cb"} 0 node_network_net_dev_group{device="veth1b44452"} 0 node_network_net_dev_group{device="veth1bcf777"} 0 node_network_net_dev_group{device="veth1be8e2e"} 0 node_network_net_dev_group{device="veth1bf433d"} 0 node_network_net_dev_group{device="veth1cb8e1e"} 0 node_network_net_dev_group{device="veth1d7ea01"} 0 node_network_net_dev_group{device="veth206e582"} 0 node_network_net_dev_group{device="veth2850aa3"} 0 node_network_net_dev_group{device="veth2cf4733"} 0 node_network_net_dev_group{device="veth2d32ebb"} 0 node_network_net_dev_group{device="veth2d6ddf2"} 0 node_network_net_dev_group{device="veth317251a"} 0 node_network_net_dev_group{device="veth31a8969"} 0 node_network_net_dev_group{device="veth32e9d7f"} 0 node_network_net_dev_group{device="veth331fb59"} 0 node_network_net_dev_group{device="veth3419bbd"} 0 node_network_net_dev_group{device="veth34e5478"} 0 node_network_net_dev_group{device="veth3d2da5a"} 0 node_network_net_dev_group{device="veth416f161"} 0 node_network_net_dev_group{device="veth419bb45"} 0 node_network_net_dev_group{device="veth41b166c"} 0 node_network_net_dev_group{device="veth489c4a5"} 0 node_network_net_dev_group{device="veth4b71dc9"} 0 node_network_net_dev_group{device="veth4fa5ae6"} 0 node_network_net_dev_group{device="veth4ffd62e"} 0 node_network_net_dev_group{device="veth505475e"} 0 node_network_net_dev_group{device="veth55e30cf"} 0 node_network_net_dev_group{device="veth567d617"} 0 node_network_net_dev_group{device="veth58a07a0"} 0 node_network_net_dev_group{device="veth5b28d85"} 0 node_network_net_dev_group{device="veth5b90ad6"} 0 node_network_net_dev_group{device="veth623910d"} 0 node_network_net_dev_group{device="veth64dd30e"} 0 node_network_net_dev_group{device="veth6677160"} 0 node_network_net_dev_group{device="veth6738a32"} 0 node_network_net_dev_group{device="veth6a27265"} 0 node_network_net_dev_group{device="veth6cb3542"} 0 node_network_net_dev_group{device="veth700f394"} 0 node_network_net_dev_group{device="veth70cec41"} 0 node_network_net_dev_group{device="veth72c5bed"} 0 node_network_net_dev_group{device="veth7a47df4"} 0 node_network_net_dev_group{device="veth7cd2bd3"} 0 node_network_net_dev_group{device="veth85d3b08"} 0 node_network_net_dev_group{device="veth8b43f63"} 0 node_network_net_dev_group{device="veth8ed08fd"} 0 node_network_net_dev_group{device="veth8f0e98c"} 0 node_network_net_dev_group{device="veth96374ce"} 0 node_network_net_dev_group{device="veth963e21f"} 0 node_network_net_dev_group{device="veth9a44fdc"} 0 node_network_net_dev_group{device="veth9f1baff"} 0 node_network_net_dev_group{device="veth9f8d169"} 0 node_network_net_dev_group{device="vetha0694b2"} 0 node_network_net_dev_group{device="vetha32323f"} 0 node_network_net_dev_group{device="vethae4178e"} 0 node_network_net_dev_group{device="vethaf6b7ca"} 0 node_network_net_dev_group{device="vethb563095"} 0 node_network_net_dev_group{device="vethbb2410c"} 0 node_network_net_dev_group{device="vethbbfde55"} 0 node_network_net_dev_group{device="vethbd4c3a2"} 0 node_network_net_dev_group{device="vethc6863af"} 0 node_network_net_dev_group{device="vethc714a9e"} 0 node_network_net_dev_group{device="vethcec3d2d"} 0 node_network_net_dev_group{device="vethcedef8d"} 0 node_network_net_dev_group{device="vethcf4318b"} 0 node_network_net_dev_group{device="vethd00219c"} 0 node_network_net_dev_group{device="vethd0da89b"} 0 node_network_net_dev_group{device="vethd31c7ba"} 0 node_network_net_dev_group{device="vethd349168"} 0 node_network_net_dev_group{device="vethd5629ae"} 0 node_network_net_dev_group{device="vethddcc6ca"} 0 node_network_net_dev_group{device="vethe13ce8f"} 0 node_network_net_dev_group{device="vethe42e510"} 0 node_network_net_dev_group{device="vethe9a6db9"} 0 node_network_net_dev_group{device="vetheb7f4f0"} 0 node_network_net_dev_group{device="vethedbd52e"} 0 node_network_net_dev_group{device="vethedd259d"} 0 node_network_net_dev_group{device="vethee351f6"} 0 node_network_net_dev_group{device="vethefa1a46"} 0 node_network_net_dev_group{device="vethf1aaabd"} 0 node_network_net_dev_group{device="vethf32ef87"} 0 node_network_net_dev_group{device="vethf7aae54"} 0 node_network_net_dev_group{device="vethfa25265"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="docker_gwbridge"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth01f0bae"} 1 node_network_protocol_type{device="veth049e946"} 1 node_network_protocol_type{device="veth08118d1"} 1 node_network_protocol_type{device="veth08663cb"} 1 node_network_protocol_type{device="veth1b44452"} 1 node_network_protocol_type{device="veth1bcf777"} 1 node_network_protocol_type{device="veth1be8e2e"} 1 node_network_protocol_type{device="veth1bf433d"} 1 node_network_protocol_type{device="veth1cb8e1e"} 1 node_network_protocol_type{device="veth1d7ea01"} 1 node_network_protocol_type{device="veth206e582"} 1 node_network_protocol_type{device="veth2850aa3"} 1 node_network_protocol_type{device="veth2cf4733"} 1 node_network_protocol_type{device="veth2d32ebb"} 1 node_network_protocol_type{device="veth2d6ddf2"} 1 node_network_protocol_type{device="veth317251a"} 1 node_network_protocol_type{device="veth31a8969"} 1 node_network_protocol_type{device="veth32e9d7f"} 1 node_network_protocol_type{device="veth331fb59"} 1 node_network_protocol_type{device="veth3419bbd"} 1 node_network_protocol_type{device="veth34e5478"} 1 node_network_protocol_type{device="veth3d2da5a"} 1 node_network_protocol_type{device="veth416f161"} 1 node_network_protocol_type{device="veth419bb45"} 1 node_network_protocol_type{device="veth41b166c"} 1 node_network_protocol_type{device="veth489c4a5"} 1 node_network_protocol_type{device="veth4b71dc9"} 1 node_network_protocol_type{device="veth4fa5ae6"} 1 node_network_protocol_type{device="veth4ffd62e"} 1 node_network_protocol_type{device="veth505475e"} 1 node_network_protocol_type{device="veth55e30cf"} 1 node_network_protocol_type{device="veth567d617"} 1 node_network_protocol_type{device="veth58a07a0"} 1 node_network_protocol_type{device="veth5b28d85"} 1 node_network_protocol_type{device="veth5b90ad6"} 1 node_network_protocol_type{device="veth623910d"} 1 node_network_protocol_type{device="veth64dd30e"} 1 node_network_protocol_type{device="veth6677160"} 1 node_network_protocol_type{device="veth6738a32"} 1 node_network_protocol_type{device="veth6a27265"} 1 node_network_protocol_type{device="veth6cb3542"} 1 node_network_protocol_type{device="veth700f394"} 1 node_network_protocol_type{device="veth70cec41"} 1 node_network_protocol_type{device="veth72c5bed"} 1 node_network_protocol_type{device="veth7a47df4"} 1 node_network_protocol_type{device="veth7cd2bd3"} 1 node_network_protocol_type{device="veth85d3b08"} 1 node_network_protocol_type{device="veth8b43f63"} 1 node_network_protocol_type{device="veth8ed08fd"} 1 node_network_protocol_type{device="veth8f0e98c"} 1 node_network_protocol_type{device="veth96374ce"} 1 node_network_protocol_type{device="veth963e21f"} 1 node_network_protocol_type{device="veth9a44fdc"} 1 node_network_protocol_type{device="veth9f1baff"} 1 node_network_protocol_type{device="veth9f8d169"} 1 node_network_protocol_type{device="vetha0694b2"} 1 node_network_protocol_type{device="vetha32323f"} 1 node_network_protocol_type{device="vethae4178e"} 1 node_network_protocol_type{device="vethaf6b7ca"} 1 node_network_protocol_type{device="vethb563095"} 1 node_network_protocol_type{device="vethbb2410c"} 1 node_network_protocol_type{device="vethbbfde55"} 1 node_network_protocol_type{device="vethbd4c3a2"} 1 node_network_protocol_type{device="vethc6863af"} 1 node_network_protocol_type{device="vethc714a9e"} 1 node_network_protocol_type{device="vethcec3d2d"} 1 node_network_protocol_type{device="vethcedef8d"} 1 node_network_protocol_type{device="vethcf4318b"} 1 node_network_protocol_type{device="vethd00219c"} 1 node_network_protocol_type{device="vethd0da89b"} 1 node_network_protocol_type{device="vethd31c7ba"} 1 node_network_protocol_type{device="vethd349168"} 1 node_network_protocol_type{device="vethd5629ae"} 1 node_network_protocol_type{device="vethddcc6ca"} 1 node_network_protocol_type{device="vethe13ce8f"} 1 node_network_protocol_type{device="vethe42e510"} 1 node_network_protocol_type{device="vethe9a6db9"} 1 node_network_protocol_type{device="vetheb7f4f0"} 1 node_network_protocol_type{device="vethedbd52e"} 1 node_network_protocol_type{device="vethedd259d"} 1 node_network_protocol_type{device="vethee351f6"} 1 node_network_protocol_type{device="vethefa1a46"} 1 node_network_protocol_type{device="vethf1aaabd"} 1 node_network_protocol_type{device="vethf32ef87"} 1 node_network_protocol_type{device="vethf7aae54"} 1 node_network_protocol_type{device="vethfa25265"} 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"} 7.4866331e+07 node_network_receive_bytes_total{device="eth1"} 3.4105338e+07 node_network_receive_bytes_total{device="eth2"} 3.8058369e+07 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="eth2"} 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="eth2"} 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="eth2"} 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="eth2"} 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="eth2"} 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="eth2"} 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="eth2"} 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"} 898301 node_network_receive_packets_total{device="eth1"} 811967 node_network_receive_packets_total{device="eth2"} 864956 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="eth0"} -125000 node_network_speed_bytes{device="veth01f0bae"} 1.25e+09 node_network_speed_bytes{device="veth049e946"} 1.25e+09 node_network_speed_bytes{device="veth08118d1"} 1.25e+09 node_network_speed_bytes{device="veth08663cb"} 1.25e+09 node_network_speed_bytes{device="veth1b44452"} 1.25e+09 node_network_speed_bytes{device="veth1bcf777"} 1.25e+09 node_network_speed_bytes{device="veth1be8e2e"} 1.25e+09 node_network_speed_bytes{device="veth1bf433d"} 1.25e+09 node_network_speed_bytes{device="veth1cb8e1e"} 1.25e+09 node_network_speed_bytes{device="veth1d7ea01"} 1.25e+09 node_network_speed_bytes{device="veth206e582"} 1.25e+09 node_network_speed_bytes{device="veth2850aa3"} 1.25e+09 node_network_speed_bytes{device="veth2cf4733"} 1.25e+09 node_network_speed_bytes{device="veth2d32ebb"} 1.25e+09 node_network_speed_bytes{device="veth2d6ddf2"} 1.25e+09 node_network_speed_bytes{device="veth317251a"} 1.25e+09 node_network_speed_bytes{device="veth31a8969"} 1.25e+09 node_network_speed_bytes{device="veth32e9d7f"} 1.25e+09 node_network_speed_bytes{device="veth331fb59"} 1.25e+09 node_network_speed_bytes{device="veth3419bbd"} 1.25e+09 node_network_speed_bytes{device="veth34e5478"} 1.25e+09 node_network_speed_bytes{device="veth3d2da5a"} 1.25e+09 node_network_speed_bytes{device="veth416f161"} 1.25e+09 node_network_speed_bytes{device="veth419bb45"} 1.25e+09 node_network_speed_bytes{device="veth41b166c"} 1.25e+09 node_network_speed_bytes{device="veth489c4a5"} 1.25e+09 node_network_speed_bytes{device="veth4b71dc9"} 1.25e+09 node_network_speed_bytes{device="veth4fa5ae6"} 1.25e+09 node_network_speed_bytes{device="veth4ffd62e"} 1.25e+09 node_network_speed_bytes{device="veth505475e"} 1.25e+09 node_network_speed_bytes{device="veth55e30cf"} 1.25e+09 node_network_speed_bytes{device="veth567d617"} 1.25e+09 node_network_speed_bytes{device="veth58a07a0"} 1.25e+09 node_network_speed_bytes{device="veth5b28d85"} 1.25e+09 node_network_speed_bytes{device="veth5b90ad6"} 1.25e+09 node_network_speed_bytes{device="veth623910d"} 1.25e+09 node_network_speed_bytes{device="veth64dd30e"} 1.25e+09 node_network_speed_bytes{device="veth6677160"} 1.25e+09 node_network_speed_bytes{device="veth6738a32"} 1.25e+09 node_network_speed_bytes{device="veth6a27265"} 1.25e+09 node_network_speed_bytes{device="veth6cb3542"} 1.25e+09 node_network_speed_bytes{device="veth700f394"} 1.25e+09 node_network_speed_bytes{device="veth70cec41"} 1.25e+09 node_network_speed_bytes{device="veth72c5bed"} 1.25e+09 node_network_speed_bytes{device="veth7a47df4"} 1.25e+09 node_network_speed_bytes{device="veth7cd2bd3"} 1.25e+09 node_network_speed_bytes{device="veth85d3b08"} 1.25e+09 node_network_speed_bytes{device="veth8b43f63"} 1.25e+09 node_network_speed_bytes{device="veth8ed08fd"} 1.25e+09 node_network_speed_bytes{device="veth8f0e98c"} 1.25e+09 node_network_speed_bytes{device="veth96374ce"} 1.25e+09 node_network_speed_bytes{device="veth963e21f"} 1.25e+09 node_network_speed_bytes{device="veth9a44fdc"} 1.25e+09 node_network_speed_bytes{device="veth9f1baff"} 1.25e+09 node_network_speed_bytes{device="veth9f8d169"} 1.25e+09 node_network_speed_bytes{device="vetha0694b2"} 1.25e+09 node_network_speed_bytes{device="vetha32323f"} 1.25e+09 node_network_speed_bytes{device="vethae4178e"} 1.25e+09 node_network_speed_bytes{device="vethaf6b7ca"} 1.25e+09 node_network_speed_bytes{device="vethb563095"} 1.25e+09 node_network_speed_bytes{device="vethbb2410c"} 1.25e+09 node_network_speed_bytes{device="vethbbfde55"} 1.25e+09 node_network_speed_bytes{device="vethbd4c3a2"} 1.25e+09 node_network_speed_bytes{device="vethc6863af"} 1.25e+09 node_network_speed_bytes{device="vethc714a9e"} 1.25e+09 node_network_speed_bytes{device="vethcec3d2d"} 1.25e+09 node_network_speed_bytes{device="vethcedef8d"} 1.25e+09 node_network_speed_bytes{device="vethcf4318b"} 1.25e+09 node_network_speed_bytes{device="vethd00219c"} 1.25e+09 node_network_speed_bytes{device="vethd0da89b"} 1.25e+09 node_network_speed_bytes{device="vethd31c7ba"} 1.25e+09 node_network_speed_bytes{device="vethd349168"} 1.25e+09 node_network_speed_bytes{device="vethd5629ae"} 1.25e+09 node_network_speed_bytes{device="vethddcc6ca"} 1.25e+09 node_network_speed_bytes{device="vethe13ce8f"} 1.25e+09 node_network_speed_bytes{device="vethe42e510"} 1.25e+09 node_network_speed_bytes{device="vethe9a6db9"} 1.25e+09 node_network_speed_bytes{device="vetheb7f4f0"} 1.25e+09 node_network_speed_bytes{device="vethedbd52e"} 1.25e+09 node_network_speed_bytes{device="vethedd259d"} 1.25e+09 node_network_speed_bytes{device="vethee351f6"} 1.25e+09 node_network_speed_bytes{device="vethefa1a46"} 1.25e+09 node_network_speed_bytes{device="vethf1aaabd"} 1.25e+09 node_network_speed_bytes{device="vethf32ef87"} 1.25e+09 node_network_speed_bytes{device="vethf7aae54"} 1.25e+09 node_network_speed_bytes{device="vethfa25265"} 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"} 1.2387575e+07 node_network_transmit_bytes_total{device="eth1"} 126 node_network_transmit_bytes_total{device="eth2"} 1.0135512e+07 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="eth2"} 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="eth2"} 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="eth2"} 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="eth2"} 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="eth2"} 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="eth2"} 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"} 49813 node_network_transmit_packets_total{device="eth1"} 3 node_network_transmit_packets_total{device="eth2"} 48769 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="docker0"} 0 node_network_transmit_queue_length{device="docker_gwbridge"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth01f0bae"} 0 node_network_transmit_queue_length{device="veth049e946"} 0 node_network_transmit_queue_length{device="veth08118d1"} 0 node_network_transmit_queue_length{device="veth08663cb"} 0 node_network_transmit_queue_length{device="veth1b44452"} 0 node_network_transmit_queue_length{device="veth1bcf777"} 0 node_network_transmit_queue_length{device="veth1be8e2e"} 0 node_network_transmit_queue_length{device="veth1bf433d"} 0 node_network_transmit_queue_length{device="veth1cb8e1e"} 0 node_network_transmit_queue_length{device="veth1d7ea01"} 0 node_network_transmit_queue_length{device="veth206e582"} 0 node_network_transmit_queue_length{device="veth2850aa3"} 0 node_network_transmit_queue_length{device="veth2cf4733"} 0 node_network_transmit_queue_length{device="veth2d32ebb"} 0 node_network_transmit_queue_length{device="veth2d6ddf2"} 0 node_network_transmit_queue_length{device="veth317251a"} 0 node_network_transmit_queue_length{device="veth31a8969"} 0 node_network_transmit_queue_length{device="veth32e9d7f"} 0 node_network_transmit_queue_length{device="veth331fb59"} 0 node_network_transmit_queue_length{device="veth3419bbd"} 0 node_network_transmit_queue_length{device="veth34e5478"} 0 node_network_transmit_queue_length{device="veth3d2da5a"} 0 node_network_transmit_queue_length{device="veth416f161"} 0 node_network_transmit_queue_length{device="veth419bb45"} 0 node_network_transmit_queue_length{device="veth41b166c"} 0 node_network_transmit_queue_length{device="veth489c4a5"} 0 node_network_transmit_queue_length{device="veth4b71dc9"} 0 node_network_transmit_queue_length{device="veth4fa5ae6"} 0 node_network_transmit_queue_length{device="veth4ffd62e"} 0 node_network_transmit_queue_length{device="veth505475e"} 0 node_network_transmit_queue_length{device="veth55e30cf"} 0 node_network_transmit_queue_length{device="veth567d617"} 0 node_network_transmit_queue_length{device="veth58a07a0"} 0 node_network_transmit_queue_length{device="veth5b28d85"} 0 node_network_transmit_queue_length{device="veth5b90ad6"} 0 node_network_transmit_queue_length{device="veth623910d"} 0 node_network_transmit_queue_length{device="veth64dd30e"} 0 node_network_transmit_queue_length{device="veth6677160"} 0 node_network_transmit_queue_length{device="veth6738a32"} 0 node_network_transmit_queue_length{device="veth6a27265"} 0 node_network_transmit_queue_length{device="veth6cb3542"} 0 node_network_transmit_queue_length{device="veth700f394"} 0 node_network_transmit_queue_length{device="veth70cec41"} 0 node_network_transmit_queue_length{device="veth72c5bed"} 0 node_network_transmit_queue_length{device="veth7a47df4"} 0 node_network_transmit_queue_length{device="veth7cd2bd3"} 0 node_network_transmit_queue_length{device="veth85d3b08"} 0 node_network_transmit_queue_length{device="veth8b43f63"} 0 node_network_transmit_queue_length{device="veth8ed08fd"} 0 node_network_transmit_queue_length{device="veth8f0e98c"} 0 node_network_transmit_queue_length{device="veth96374ce"} 0 node_network_transmit_queue_length{device="veth963e21f"} 0 node_network_transmit_queue_length{device="veth9a44fdc"} 0 node_network_transmit_queue_length{device="veth9f1baff"} 0 node_network_transmit_queue_length{device="veth9f8d169"} 0 node_network_transmit_queue_length{device="vetha0694b2"} 0 node_network_transmit_queue_length{device="vetha32323f"} 0 node_network_transmit_queue_length{device="vethae4178e"} 0 node_network_transmit_queue_length{device="vethaf6b7ca"} 0 node_network_transmit_queue_length{device="vethb563095"} 0 node_network_transmit_queue_length{device="vethbb2410c"} 0 node_network_transmit_queue_length{device="vethbbfde55"} 0 node_network_transmit_queue_length{device="vethbd4c3a2"} 0 node_network_transmit_queue_length{device="vethc6863af"} 0 node_network_transmit_queue_length{device="vethc714a9e"} 0 node_network_transmit_queue_length{device="vethcec3d2d"} 0 node_network_transmit_queue_length{device="vethcedef8d"} 0 node_network_transmit_queue_length{device="vethcf4318b"} 0 node_network_transmit_queue_length{device="vethd00219c"} 0 node_network_transmit_queue_length{device="vethd0da89b"} 0 node_network_transmit_queue_length{device="vethd31c7ba"} 0 node_network_transmit_queue_length{device="vethd349168"} 0 node_network_transmit_queue_length{device="vethd5629ae"} 0 node_network_transmit_queue_length{device="vethddcc6ca"} 0 node_network_transmit_queue_length{device="vethe13ce8f"} 0 node_network_transmit_queue_length{device="vethe42e510"} 0 node_network_transmit_queue_length{device="vethe9a6db9"} 0 node_network_transmit_queue_length{device="vetheb7f4f0"} 0 node_network_transmit_queue_length{device="vethedbd52e"} 0 node_network_transmit_queue_length{device="vethedd259d"} 0 node_network_transmit_queue_length{device="vethee351f6"} 0 node_network_transmit_queue_length{device="vethefa1a46"} 0 node_network_transmit_queue_length{device="vethf1aaabd"} 0 node_network_transmit_queue_length{device="vethf32ef87"} 0 node_network_transmit_queue_length{device="vethf7aae54"} 0 node_network_transmit_queue_length{device="vethfa25265"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="docker0"} 0 node_network_up{device="docker_gwbridge"} 1 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth01f0bae"} 1 node_network_up{device="veth049e946"} 1 node_network_up{device="veth08118d1"} 1 node_network_up{device="veth08663cb"} 1 node_network_up{device="veth1b44452"} 1 node_network_up{device="veth1bcf777"} 1 node_network_up{device="veth1be8e2e"} 1 node_network_up{device="veth1bf433d"} 1 node_network_up{device="veth1cb8e1e"} 1 node_network_up{device="veth1d7ea01"} 1 node_network_up{device="veth206e582"} 1 node_network_up{device="veth2850aa3"} 1 node_network_up{device="veth2cf4733"} 1 node_network_up{device="veth2d32ebb"} 1 node_network_up{device="veth2d6ddf2"} 1 node_network_up{device="veth317251a"} 1 node_network_up{device="veth31a8969"} 1 node_network_up{device="veth32e9d7f"} 1 node_network_up{device="veth331fb59"} 1 node_network_up{device="veth3419bbd"} 1 node_network_up{device="veth34e5478"} 1 node_network_up{device="veth3d2da5a"} 1 node_network_up{device="veth416f161"} 1 node_network_up{device="veth419bb45"} 1 node_network_up{device="veth41b166c"} 1 node_network_up{device="veth489c4a5"} 1 node_network_up{device="veth4b71dc9"} 1 node_network_up{device="veth4fa5ae6"} 1 node_network_up{device="veth4ffd62e"} 1 node_network_up{device="veth505475e"} 1 node_network_up{device="veth55e30cf"} 1 node_network_up{device="veth567d617"} 1 node_network_up{device="veth58a07a0"} 1 node_network_up{device="veth5b28d85"} 1 node_network_up{device="veth5b90ad6"} 1 node_network_up{device="veth623910d"} 1 node_network_up{device="veth64dd30e"} 1 node_network_up{device="veth6677160"} 1 node_network_up{device="veth6738a32"} 1 node_network_up{device="veth6a27265"} 1 node_network_up{device="veth6cb3542"} 1 node_network_up{device="veth700f394"} 1 node_network_up{device="veth70cec41"} 1 node_network_up{device="veth72c5bed"} 1 node_network_up{device="veth7a47df4"} 1 node_network_up{device="veth7cd2bd3"} 1 node_network_up{device="veth85d3b08"} 1 node_network_up{device="veth8b43f63"} 1 node_network_up{device="veth8ed08fd"} 1 node_network_up{device="veth8f0e98c"} 1 node_network_up{device="veth96374ce"} 1 node_network_up{device="veth963e21f"} 1 node_network_up{device="veth9a44fdc"} 1 node_network_up{device="veth9f1baff"} 1 node_network_up{device="veth9f8d169"} 1 node_network_up{device="vetha0694b2"} 1 node_network_up{device="vetha32323f"} 1 node_network_up{device="vethae4178e"} 1 node_network_up{device="vethaf6b7ca"} 1 node_network_up{device="vethb563095"} 1 node_network_up{device="vethbb2410c"} 1 node_network_up{device="vethbbfde55"} 1 node_network_up{device="vethbd4c3a2"} 1 node_network_up{device="vethc6863af"} 1 node_network_up{device="vethc714a9e"} 1 node_network_up{device="vethcec3d2d"} 1 node_network_up{device="vethcedef8d"} 1 node_network_up{device="vethcf4318b"} 1 node_network_up{device="vethd00219c"} 1 node_network_up{device="vethd0da89b"} 1 node_network_up{device="vethd31c7ba"} 1 node_network_up{device="vethd349168"} 1 node_network_up{device="vethd5629ae"} 1 node_network_up{device="vethddcc6ca"} 1 node_network_up{device="vethe13ce8f"} 1 node_network_up{device="vethe42e510"} 1 node_network_up{device="vethe9a6db9"} 1 node_network_up{device="vetheb7f4f0"} 1 node_network_up{device="vethedbd52e"} 1 node_network_up{device="vethedd259d"} 1 node_network_up{device="vethee351f6"} 1 node_network_up{device="vethefa1a46"} 1 node_network_up{device="vethf1aaabd"} 1 node_network_up{device="vethf32ef87"} 1 node_network_up{device="vethf7aae54"} 1 node_network_up{device="vethfa25265"} 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 1 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 5567.386177 # 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 4110.914649 # 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 4290.5264720000005 # HELP node_pressure_memory_stalled_seconds_total Total time in seconds no process could make progress due to memory congestion # TYPE node_pressure_memory_stalled_seconds_total counter node_pressure_memory_stalled_seconds_total 0.390857 # 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 19.611621 # 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 5 # 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"} 422137.821414684 node_schedstat_running_seconds_total{cpu="1"} 522278.268630109 node_schedstat_running_seconds_total{cpu="10"} 610416.110700203 node_schedstat_running_seconds_total{cpu="11"} 596258.414595783 node_schedstat_running_seconds_total{cpu="12"} 590835.960777966 node_schedstat_running_seconds_total{cpu="13"} 586229.755172166 node_schedstat_running_seconds_total{cpu="14"} 578101.644164599 node_schedstat_running_seconds_total{cpu="15"} 578636.056433062 node_schedstat_running_seconds_total{cpu="16"} 575541.879645472 node_schedstat_running_seconds_total{cpu="17"} 574311.336135528 node_schedstat_running_seconds_total{cpu="18"} 569051.464169515 node_schedstat_running_seconds_total{cpu="19"} 568920.543468703 node_schedstat_running_seconds_total{cpu="2"} 527314.948717091 node_schedstat_running_seconds_total{cpu="20"} 564076.96295423 node_schedstat_running_seconds_total{cpu="21"} 564843.019080473 node_schedstat_running_seconds_total{cpu="22"} 563083.780050145 node_schedstat_running_seconds_total{cpu="23"} 543968.514968268 node_schedstat_running_seconds_total{cpu="3"} 535569.897661214 node_schedstat_running_seconds_total{cpu="4"} 545670.368526055 node_schedstat_running_seconds_total{cpu="5"} 550129.778790923 node_schedstat_running_seconds_total{cpu="6"} 550133.371740264 node_schedstat_running_seconds_total{cpu="7"} 631875.47144112 node_schedstat_running_seconds_total{cpu="8"} 652595.664633835 node_schedstat_running_seconds_total{cpu="9"} 625643.355944817 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.05139044e+09 node_schedstat_timeslices_total{cpu="1"} 2.081745262e+09 node_schedstat_timeslices_total{cpu="10"} 2.070095883e+09 node_schedstat_timeslices_total{cpu="11"} 2.059588876e+09 node_schedstat_timeslices_total{cpu="12"} 2.048311529e+09 node_schedstat_timeslices_total{cpu="13"} 2.046392059e+09 node_schedstat_timeslices_total{cpu="14"} 2.045398781e+09 node_schedstat_timeslices_total{cpu="15"} 2.043296561e+09 node_schedstat_timeslices_total{cpu="16"} 2.043052138e+09 node_schedstat_timeslices_total{cpu="17"} 2.044935964e+09 node_schedstat_timeslices_total{cpu="18"} 2.044529933e+09 node_schedstat_timeslices_total{cpu="19"} 2.043846123e+09 node_schedstat_timeslices_total{cpu="2"} 2.072857086e+09 node_schedstat_timeslices_total{cpu="20"} 2.046442605e+09 node_schedstat_timeslices_total{cpu="21"} 2.043941018e+09 node_schedstat_timeslices_total{cpu="22"} 2.047754011e+09 node_schedstat_timeslices_total{cpu="23"} 2.056993135e+09 node_schedstat_timeslices_total{cpu="3"} 2.061868531e+09 node_schedstat_timeslices_total{cpu="4"} 2.062445467e+09 node_schedstat_timeslices_total{cpu="5"} 2.060655357e+09 node_schedstat_timeslices_total{cpu="6"} 2.067467933e+09 node_schedstat_timeslices_total{cpu="7"} 2.112308718e+09 node_schedstat_timeslices_total{cpu="8"} 2.109805425e+09 node_schedstat_timeslices_total{cpu="9"} 2.088800472e+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"} 14747.16984559 node_schedstat_waiting_seconds_total{cpu="1"} 10056.467056219 node_schedstat_waiting_seconds_total{cpu="10"} 9667.391761248 node_schedstat_waiting_seconds_total{cpu="11"} 9657.361876914 node_schedstat_waiting_seconds_total{cpu="12"} 9541.27873428 node_schedstat_waiting_seconds_total{cpu="13"} 9573.77430768 node_schedstat_waiting_seconds_total{cpu="14"} 9482.859832265 node_schedstat_waiting_seconds_total{cpu="15"} 9525.937688475 node_schedstat_waiting_seconds_total{cpu="16"} 9474.685575419 node_schedstat_waiting_seconds_total{cpu="17"} 9509.214723262 node_schedstat_waiting_seconds_total{cpu="18"} 9523.764160631 node_schedstat_waiting_seconds_total{cpu="19"} 9401.766456191 node_schedstat_waiting_seconds_total{cpu="2"} 10084.813651299 node_schedstat_waiting_seconds_total{cpu="20"} 9484.492276626 node_schedstat_waiting_seconds_total{cpu="21"} 9545.359834519 node_schedstat_waiting_seconds_total{cpu="22"} 9430.087015922 node_schedstat_waiting_seconds_total{cpu="23"} 9443.133688798 node_schedstat_waiting_seconds_total{cpu="3"} 9986.094336947 node_schedstat_waiting_seconds_total{cpu="4"} 9891.021397808 node_schedstat_waiting_seconds_total{cpu="5"} 9873.864855075 node_schedstat_waiting_seconds_total{cpu="6"} 9842.083988613 node_schedstat_waiting_seconds_total{cpu="7"} 13064.890944037 node_schedstat_waiting_seconds_total{cpu="8"} 9669.378121402 node_schedstat_waiting_seconds_total{cpu="9"} 9683.147706415 # 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.00096837 node_scrape_collector_duration_seconds{collector="bcache"} 5.5903e-05 node_scrape_collector_duration_seconds{collector="bonding"} 0.000101087 node_scrape_collector_duration_seconds{collector="btrfs"} 0.043945809 node_scrape_collector_duration_seconds{collector="conntrack"} 0.00025539 node_scrape_collector_duration_seconds{collector="cpu"} 0.003902184 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000619779 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001863247 node_scrape_collector_duration_seconds{collector="dmi"} 5.0753e-05 node_scrape_collector_duration_seconds{collector="edac"} 8.8559e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000201277 node_scrape_collector_duration_seconds{collector="fibrechannel"} 3.5947e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.00010751 node_scrape_collector_duration_seconds{collector="filesystem"} 0.014048833 node_scrape_collector_duration_seconds{collector="hwmon"} 6.4035e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 4.0716e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 0.000196094 node_scrape_collector_duration_seconds{collector="loadavg"} 8.4935e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000236735 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000349347 node_scrape_collector_duration_seconds{collector="netclass"} 0.120748769 node_scrape_collector_duration_seconds{collector="netdev"} 0.000450852 node_scrape_collector_duration_seconds{collector="netstat"} 0.001564662 node_scrape_collector_duration_seconds{collector="nfs"} 4.8617e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 0.000158729 node_scrape_collector_duration_seconds{collector="nvme"} 6.385e-05 node_scrape_collector_duration_seconds{collector="os"} 8.7953e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 8.9143e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000309478 node_scrape_collector_duration_seconds{collector="rapl"} 0.000327431 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000506279 node_scrape_collector_duration_seconds{collector="selinux"} 1.1075e-05 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000241823 node_scrape_collector_duration_seconds{collector="softnet"} 0.000285028 node_scrape_collector_duration_seconds{collector="stat"} 0.000875836 node_scrape_collector_duration_seconds{collector="tapestats"} 6.8466e-05 node_scrape_collector_duration_seconds{collector="textfile"} 5.5342e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.04937218 node_scrape_collector_duration_seconds{collector="time"} 0.000260675 node_scrape_collector_duration_seconds{collector="timex"} 8.7902e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.050538184 node_scrape_collector_duration_seconds{collector="uname"} 3.9454e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000421777 node_scrape_collector_duration_seconds{collector="watchdog"} 8.8015e-05 node_scrape_collector_duration_seconds{collector="xfs"} 5.0106e-05 node_scrape_collector_duration_seconds{collector="zfs"} 3.9148e-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"} 1 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 0 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 2 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 822 # 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 294 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 1.204224e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 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 52 # 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 212992 # 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="16"} 0 node_softnet_backlog_len{cpu="17"} 0 node_softnet_backlog_len{cpu="18"} 0 node_softnet_backlog_len{cpu="19"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="20"} 0 node_softnet_backlog_len{cpu="21"} 0 node_softnet_backlog_len{cpu="22"} 0 node_softnet_backlog_len{cpu="23"} 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="16"} 0 node_softnet_cpu_collision_total{cpu="17"} 0 node_softnet_cpu_collision_total{cpu="18"} 0 node_softnet_cpu_collision_total{cpu="19"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="20"} 0 node_softnet_cpu_collision_total{cpu="21"} 0 node_softnet_cpu_collision_total{cpu="22"} 0 node_softnet_cpu_collision_total{cpu="23"} 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"} 0 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="16"} 0 node_softnet_dropped_total{cpu="17"} 0 node_softnet_dropped_total{cpu="18"} 0 node_softnet_dropped_total{cpu="19"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="20"} 0 node_softnet_dropped_total{cpu="21"} 1 node_softnet_dropped_total{cpu="22"} 0 node_softnet_dropped_total{cpu="23"} 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="16"} 0 node_softnet_flow_limit_count_total{cpu="17"} 0 node_softnet_flow_limit_count_total{cpu="18"} 0 node_softnet_flow_limit_count_total{cpu="19"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="20"} 0 node_softnet_flow_limit_count_total{cpu="21"} 0 node_softnet_flow_limit_count_total{cpu="22"} 0 node_softnet_flow_limit_count_total{cpu="23"} 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"} 3.04890773e+08 node_softnet_processed_total{cpu="1"} 3.06257956e+08 node_softnet_processed_total{cpu="10"} 3.42240183e+08 node_softnet_processed_total{cpu="11"} 3.80988004e+08 node_softnet_processed_total{cpu="12"} 3.24365839e+08 node_softnet_processed_total{cpu="13"} 3.34131912e+08 node_softnet_processed_total{cpu="14"} 3.1146686e+08 node_softnet_processed_total{cpu="15"} 3.35283891e+08 node_softnet_processed_total{cpu="16"} 3.11887663e+08 node_softnet_processed_total{cpu="17"} 3.14185758e+08 node_softnet_processed_total{cpu="18"} 3.34668673e+08 node_softnet_processed_total{cpu="19"} 3.13765249e+08 node_softnet_processed_total{cpu="2"} 3.27809275e+08 node_softnet_processed_total{cpu="20"} 3.36065964e+08 node_softnet_processed_total{cpu="21"} 3.42488039e+08 node_softnet_processed_total{cpu="22"} 3.33691319e+08 node_softnet_processed_total{cpu="23"} 3.31866197e+08 node_softnet_processed_total{cpu="3"} 3.15138194e+08 node_softnet_processed_total{cpu="4"} 3.08747229e+08 node_softnet_processed_total{cpu="5"} 3.39238619e+08 node_softnet_processed_total{cpu="6"} 3.266117e+08 node_softnet_processed_total{cpu="7"} 2.045846504e+09 node_softnet_processed_total{cpu="8"} 3.79463183e+08 node_softnet_processed_total{cpu="9"} 3.848059e+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="16"} 0 node_softnet_received_rps_total{cpu="17"} 0 node_softnet_received_rps_total{cpu="18"} 0 node_softnet_received_rps_total{cpu="19"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="20"} 0 node_softnet_received_rps_total{cpu="21"} 0 node_softnet_received_rps_total{cpu="22"} 0 node_softnet_received_rps_total{cpu="23"} 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"} 2190 node_softnet_times_squeezed_total{cpu="1"} 2412 node_softnet_times_squeezed_total{cpu="10"} 10222 node_softnet_times_squeezed_total{cpu="11"} 3472 node_softnet_times_squeezed_total{cpu="12"} 2434 node_softnet_times_squeezed_total{cpu="13"} 2806 node_softnet_times_squeezed_total{cpu="14"} 2417 node_softnet_times_squeezed_total{cpu="15"} 2444 node_softnet_times_squeezed_total{cpu="16"} 2235 node_softnet_times_squeezed_total{cpu="17"} 2280 node_softnet_times_squeezed_total{cpu="18"} 3131 node_softnet_times_squeezed_total{cpu="19"} 2305 node_softnet_times_squeezed_total{cpu="2"} 2421 node_softnet_times_squeezed_total{cpu="20"} 2933 node_softnet_times_squeezed_total{cpu="21"} 3039 node_softnet_times_squeezed_total{cpu="22"} 2782 node_softnet_times_squeezed_total{cpu="23"} 2403 node_softnet_times_squeezed_total{cpu="3"} 2228 node_softnet_times_squeezed_total{cpu="4"} 2316 node_softnet_times_squeezed_total{cpu="5"} 2544 node_softnet_times_squeezed_total{cpu="6"} 2359 node_softnet_times_squeezed_total{cpu="7"} 38555 node_softnet_times_squeezed_total{cpu="8"} 2941 node_softnet_times_squeezed_total{cpu="9"} 3499 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="hpet",device="0"} 1 node_time_clocksource_available_info{clocksource="kvm-clock",device="0"} 1 node_time_clocksource_available_info{clocksource="tsc",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="kvm-clock",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7877085074393399e+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.9999898899230957 # 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 1.0485 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -9.01e-07 # 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="689664beb39e",release="5.4.0-216-generic",sysname="Linux",version="#236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 35 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 5.81000177e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 2.048419e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.153526694e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 8.207523096e+09 # 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 206.08 # 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 4.1778998e+07 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 2.0777231e+07 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.1286912e+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.78226431982e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273511936e+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"} 271 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"} 118 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0