# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 5.1071e-05 go_gc_duration_seconds{quantile="0.25"} 8.7367e-05 go_gc_duration_seconds{quantile="0.5"} 0.000106735 go_gc_duration_seconds{quantile="0.75"} 0.000125355 go_gc_duration_seconds{quantile="1"} 0.000339372 go_gc_duration_seconds_sum 0.340413964 go_gc_duration_seconds_count 2893 # 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 2.926616e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 5.699103664e+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.712283e+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 6.0074256e+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.401488e+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 2.926616e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 7.626752e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 4.431872e+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 29832 # 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 6.070272e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.2058624e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7721189185000787e+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 6.0104088e+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 75040 # 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 5.761602e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 1.104045e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 524288 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 524288 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.8962696e+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 6 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 node_arp_entries{device="eth2"} 2 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.771848726e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.837636626e+09 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="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"} 257066.28 node_cpu_seconds_total{cpu="0",mode="iowait"} 152.49 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 0 node_cpu_seconds_total{cpu="0",mode="softirq"} 10065.57 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 2041.76 node_cpu_seconds_total{cpu="0",mode="user"} 6889.58 node_cpu_seconds_total{cpu="1",mode="idle"} 258832.61 node_cpu_seconds_total{cpu="1",mode="iowait"} 174.74 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 0 node_cpu_seconds_total{cpu="1",mode="softirq"} 2115.45 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 1997.58 node_cpu_seconds_total{cpu="1",mode="user"} 7361.16 node_cpu_seconds_total{cpu="10",mode="idle"} 257556.77 node_cpu_seconds_total{cpu="10",mode="iowait"} 169.4 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 0.02 node_cpu_seconds_total{cpu="10",mode="softirq"} 236.49 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 2092.86 node_cpu_seconds_total{cpu="10",mode="user"} 8751.66 node_cpu_seconds_total{cpu="11",mode="idle"} 257932.16 node_cpu_seconds_total{cpu="11",mode="iowait"} 166.31 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 0 node_cpu_seconds_total{cpu="11",mode="softirq"} 192.66 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 2062.78 node_cpu_seconds_total{cpu="11",mode="user"} 8397.28 node_cpu_seconds_total{cpu="12",mode="idle"} 257826.1 node_cpu_seconds_total{cpu="12",mode="iowait"} 171.37 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 0 node_cpu_seconds_total{cpu="12",mode="softirq"} 185.36 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 2092 node_cpu_seconds_total{cpu="12",mode="user"} 8584.62 node_cpu_seconds_total{cpu="13",mode="idle"} 258232.91 node_cpu_seconds_total{cpu="13",mode="iowait"} 168.45 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 0.03 node_cpu_seconds_total{cpu="13",mode="softirq"} 182.56 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 2070.65 node_cpu_seconds_total{cpu="13",mode="user"} 8216.37 node_cpu_seconds_total{cpu="14",mode="idle"} 258343.26 node_cpu_seconds_total{cpu="14",mode="iowait"} 166.91 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 0 node_cpu_seconds_total{cpu="14",mode="softirq"} 177.07 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 2043.77 node_cpu_seconds_total{cpu="14",mode="user"} 8143.4 node_cpu_seconds_total{cpu="15",mode="idle"} 258428.39 node_cpu_seconds_total{cpu="15",mode="iowait"} 185.56 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 0 node_cpu_seconds_total{cpu="15",mode="softirq"} 177.28 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 2035.98 node_cpu_seconds_total{cpu="15",mode="user"} 7963.93 node_cpu_seconds_total{cpu="16",mode="idle"} 258528.63 node_cpu_seconds_total{cpu="16",mode="iowait"} 178.37 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 0.02 node_cpu_seconds_total{cpu="16",mode="softirq"} 176.19 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 2005.53 node_cpu_seconds_total{cpu="16",mode="user"} 7941.35 node_cpu_seconds_total{cpu="17",mode="idle"} 258547.73 node_cpu_seconds_total{cpu="17",mode="iowait"} 179.11 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 0 node_cpu_seconds_total{cpu="17",mode="softirq"} 171.14 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 2023.98 node_cpu_seconds_total{cpu="17",mode="user"} 7916.3 node_cpu_seconds_total{cpu="18",mode="idle"} 258656.11 node_cpu_seconds_total{cpu="18",mode="iowait"} 176.19 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 0.08 node_cpu_seconds_total{cpu="18",mode="softirq"} 177.8 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 2021.73 node_cpu_seconds_total{cpu="18",mode="user"} 7849.88 node_cpu_seconds_total{cpu="19",mode="idle"} 258833.06 node_cpu_seconds_total{cpu="19",mode="iowait"} 174.06 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 0 node_cpu_seconds_total{cpu="19",mode="softirq"} 171.84 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 2016.43 node_cpu_seconds_total{cpu="19",mode="user"} 7668.65 node_cpu_seconds_total{cpu="2",mode="idle"} 259119.07 node_cpu_seconds_total{cpu="2",mode="iowait"} 174.95 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 0 node_cpu_seconds_total{cpu="2",mode="softirq"} 700.56 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 1988.89 node_cpu_seconds_total{cpu="2",mode="user"} 7330.42 node_cpu_seconds_total{cpu="20",mode="idle"} 258871.07 node_cpu_seconds_total{cpu="20",mode="iowait"} 173.89 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 0 node_cpu_seconds_total{cpu="20",mode="softirq"} 170.97 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 2001.94 node_cpu_seconds_total{cpu="20",mode="user"} 7669.75 node_cpu_seconds_total{cpu="21",mode="idle"} 258930.55 node_cpu_seconds_total{cpu="21",mode="iowait"} 175.26 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 0 node_cpu_seconds_total{cpu="21",mode="softirq"} 179.3 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 1997.4 node_cpu_seconds_total{cpu="21",mode="user"} 7576.97 node_cpu_seconds_total{cpu="22",mode="idle"} 258947.95 node_cpu_seconds_total{cpu="22",mode="iowait"} 174.23 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 0 node_cpu_seconds_total{cpu="22",mode="softirq"} 180.42 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 1992.66 node_cpu_seconds_total{cpu="22",mode="user"} 7543.76 node_cpu_seconds_total{cpu="23",mode="idle"} 258955.3 node_cpu_seconds_total{cpu="23",mode="iowait"} 178.77 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 0.02 node_cpu_seconds_total{cpu="23",mode="softirq"} 168.25 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 2007.97 node_cpu_seconds_total{cpu="23",mode="user"} 7547.14 node_cpu_seconds_total{cpu="3",mode="idle"} 259044.15 node_cpu_seconds_total{cpu="3",mode="iowait"} 170.44 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 0 node_cpu_seconds_total{cpu="3",mode="softirq"} 348.66 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 2184.99 node_cpu_seconds_total{cpu="3",mode="user"} 7252.51 node_cpu_seconds_total{cpu="4",mode="idle"} 259212.66 node_cpu_seconds_total{cpu="4",mode="iowait"} 176.18 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 0.36 node_cpu_seconds_total{cpu="4",mode="softirq"} 244.9 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 1980.08 node_cpu_seconds_total{cpu="4",mode="user"} 7312.22 node_cpu_seconds_total{cpu="5",mode="idle"} 259197.37 node_cpu_seconds_total{cpu="5",mode="iowait"} 175.66 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 0 node_cpu_seconds_total{cpu="5",mode="softirq"} 203.76 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 1984.15 node_cpu_seconds_total{cpu="5",mode="user"} 7325.89 node_cpu_seconds_total{cpu="6",mode="idle"} 259205.92 node_cpu_seconds_total{cpu="6",mode="iowait"} 178.25 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 0 node_cpu_seconds_total{cpu="6",mode="softirq"} 188.56 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 1981.51 node_cpu_seconds_total{cpu="6",mode="user"} 7302.51 node_cpu_seconds_total{cpu="7",mode="idle"} 259135.89 node_cpu_seconds_total{cpu="7",mode="iowait"} 179.16 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 0.03 node_cpu_seconds_total{cpu="7",mode="softirq"} 179.23 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 1984.86 node_cpu_seconds_total{cpu="7",mode="user"} 7386.67 node_cpu_seconds_total{cpu="8",mode="idle"} 256506.52 node_cpu_seconds_total{cpu="8",mode="iowait"} 161.95 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 0 node_cpu_seconds_total{cpu="8",mode="softirq"} 656.07 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 2027.54 node_cpu_seconds_total{cpu="8",mode="user"} 8942.8 node_cpu_seconds_total{cpu="9",mode="idle"} 257359.73 node_cpu_seconds_total{cpu="9",mode="iowait"} 163.15 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 0 node_cpu_seconds_total{cpu="9",mode="softirq"} 208 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 2106.28 node_cpu_seconds_total{cpu="9",mode="user"} 9016.71 # 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"} 67.808 # 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"} 5.467291936e+09 # 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"} 426112 # 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"} 19885.044 # 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"} 2491.2000000000003 # 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"} 5.065024512e+10 # 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"} 2908.502 # 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"} 4.684666e+06 # 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"} 1.498182e+06 # 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"} 8102.529 # 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"} 8.192468e+06 # 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"} 8.595789e+06 # 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"} 3.0088998912e+11 # 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 19536 # 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.237536468992e+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 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/user/0"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/var/lib/docker/containers/00aa26e6ab569895c27b264123088320e905f6eeebd5d67fb4ff2a34afc082c6/mounts/secrets"} 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.53167587e+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.3662948352e+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 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/user/0"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/var/lib/docker/containers/00aa26e6ab569895c27b264123088320e905f6eeebd5d67fb4ff2a34afc082c6/mounts/secrets"} 1 # 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 970581 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.60450235e+09 # 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 1.01 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.47 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.13 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.896828928e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 2.0225163264e+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.256873984e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 1.8874368e+07 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.5517679616e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 2.68824576e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 7.394844672e+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.1953988608e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.26357602304e+11 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.491260928e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 864256 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 1.01888e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 2.956087296e+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.937207296e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 7.217152e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 6.137184256e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.03355113472e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.00607184896e+11 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.2661768192e+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 4.70839296e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 5.210112e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 7.66111744e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 1.2516352e+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 4.46967808e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.017746944e+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 8.0941056e+07 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 0 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 0 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 0 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 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 686940 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.7158112e+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 1 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 5002 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 0 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 13391 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 14 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 1 # 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="veth013d122"} 1 node_network_address_assign_type{device="veth0504e3f"} 1 node_network_address_assign_type{device="veth05db0f7"} 1 node_network_address_assign_type{device="veth070dc16"} 1 node_network_address_assign_type{device="veth09dadd0"} 1 node_network_address_assign_type{device="veth0e927ed"} 1 node_network_address_assign_type{device="veth0ebd6b9"} 1 node_network_address_assign_type{device="veth1369618"} 1 node_network_address_assign_type{device="veth16175af"} 1 node_network_address_assign_type{device="veth1acfb26"} 1 node_network_address_assign_type{device="veth1cc526a"} 1 node_network_address_assign_type{device="veth20cf20e"} 1 node_network_address_assign_type{device="veth27ec560"} 1 node_network_address_assign_type{device="veth2ee3bdb"} 1 node_network_address_assign_type{device="veth32b8474"} 1 node_network_address_assign_type{device="veth3481bec"} 1 node_network_address_assign_type{device="veth3bd01cb"} 1 node_network_address_assign_type{device="veth3da16d9"} 1 node_network_address_assign_type{device="veth3dbd932"} 1 node_network_address_assign_type{device="veth405c8e2"} 1 node_network_address_assign_type{device="veth44fbd77"} 1 node_network_address_assign_type{device="veth478a439"} 1 node_network_address_assign_type{device="veth496dc9e"} 1 node_network_address_assign_type{device="veth501ce68"} 1 node_network_address_assign_type{device="veth535f23e"} 1 node_network_address_assign_type{device="veth5383ed3"} 1 node_network_address_assign_type{device="veth551ab63"} 1 node_network_address_assign_type{device="veth568c7b1"} 1 node_network_address_assign_type{device="veth5825ef6"} 1 node_network_address_assign_type{device="veth59fde37"} 1 node_network_address_assign_type{device="veth5dccb55"} 1 node_network_address_assign_type{device="veth5f5e03f"} 1 node_network_address_assign_type{device="veth640a6e1"} 1 node_network_address_assign_type{device="veth646554f"} 1 node_network_address_assign_type{device="veth66d4cdc"} 1 node_network_address_assign_type{device="veth6db1bb4"} 1 node_network_address_assign_type{device="veth6f0eabd"} 1 node_network_address_assign_type{device="veth6f24c9c"} 1 node_network_address_assign_type{device="veth706a3bd"} 1 node_network_address_assign_type{device="veth72e972f"} 1 node_network_address_assign_type{device="veth778cabc"} 1 node_network_address_assign_type{device="veth7929c42"} 1 node_network_address_assign_type{device="veth7df78fd"} 1 node_network_address_assign_type{device="veth854191b"} 1 node_network_address_assign_type{device="veth86f5afd"} 1 node_network_address_assign_type{device="veth8d42d4d"} 1 node_network_address_assign_type{device="veth909651e"} 1 node_network_address_assign_type{device="veth921ea8e"} 1 node_network_address_assign_type{device="veth9682edc"} 1 node_network_address_assign_type{device="veth980ce1d"} 1 node_network_address_assign_type{device="veth99538c3"} 1 node_network_address_assign_type{device="veth9c7db97"} 1 node_network_address_assign_type{device="veth9fec377"} 1 node_network_address_assign_type{device="vetha13c42a"} 1 node_network_address_assign_type{device="vetha408143"} 1 node_network_address_assign_type{device="vetha543414"} 1 node_network_address_assign_type{device="vetha672e59"} 1 node_network_address_assign_type{device="vetha8df1c5"} 1 node_network_address_assign_type{device="vethacb5af5"} 1 node_network_address_assign_type{device="vethade4dfd"} 1 node_network_address_assign_type{device="vethae2eb69"} 1 node_network_address_assign_type{device="vethb1004d5"} 1 node_network_address_assign_type{device="vethb258eca"} 1 node_network_address_assign_type{device="vethb6c84c2"} 1 node_network_address_assign_type{device="vethbcc40d1"} 1 node_network_address_assign_type{device="vethc131a85"} 1 node_network_address_assign_type{device="vethc1d7d0c"} 1 node_network_address_assign_type{device="vethc2495fa"} 1 node_network_address_assign_type{device="vethc25b260"} 1 node_network_address_assign_type{device="vethc65ea14"} 1 node_network_address_assign_type{device="vethca2e290"} 1 node_network_address_assign_type{device="vethcedb95b"} 1 node_network_address_assign_type{device="vethd265dce"} 1 node_network_address_assign_type{device="vethd42c81a"} 1 node_network_address_assign_type{device="vethd708099"} 1 node_network_address_assign_type{device="vethd9a9e56"} 1 node_network_address_assign_type{device="vethda488ab"} 1 node_network_address_assign_type{device="vethdc77733"} 1 node_network_address_assign_type{device="vethdd1e82b"} 1 node_network_address_assign_type{device="vethdd673dd"} 1 node_network_address_assign_type{device="vethdfc4a52"} 1 node_network_address_assign_type{device="vethdff48d2"} 1 node_network_address_assign_type{device="vethe2b893f"} 1 node_network_address_assign_type{device="vethe4e9ef2"} 1 node_network_address_assign_type{device="vethe64ce99"} 1 node_network_address_assign_type{device="vethebe9031"} 1 node_network_address_assign_type{device="vethf3936e7"} 1 node_network_address_assign_type{device="vethf563eb9"} 1 node_network_address_assign_type{device="vethf6fe517"} 1 node_network_address_assign_type{device="vethf76f104"} 1 node_network_address_assign_type{device="vethf92aadb"} 1 node_network_address_assign_type{device="vethfe038b1"} 1 node_network_address_assign_type{device="vethfe0576c"} 1 node_network_address_assign_type{device="vethfe0bd0a"} 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="veth013d122"} 1 node_network_carrier{device="veth0504e3f"} 1 node_network_carrier{device="veth05db0f7"} 1 node_network_carrier{device="veth070dc16"} 1 node_network_carrier{device="veth09dadd0"} 1 node_network_carrier{device="veth0e927ed"} 1 node_network_carrier{device="veth0ebd6b9"} 1 node_network_carrier{device="veth1369618"} 1 node_network_carrier{device="veth16175af"} 1 node_network_carrier{device="veth1acfb26"} 1 node_network_carrier{device="veth1cc526a"} 1 node_network_carrier{device="veth20cf20e"} 1 node_network_carrier{device="veth27ec560"} 1 node_network_carrier{device="veth2ee3bdb"} 1 node_network_carrier{device="veth32b8474"} 1 node_network_carrier{device="veth3481bec"} 1 node_network_carrier{device="veth3bd01cb"} 1 node_network_carrier{device="veth3da16d9"} 1 node_network_carrier{device="veth3dbd932"} 1 node_network_carrier{device="veth405c8e2"} 1 node_network_carrier{device="veth44fbd77"} 1 node_network_carrier{device="veth478a439"} 1 node_network_carrier{device="veth496dc9e"} 1 node_network_carrier{device="veth501ce68"} 1 node_network_carrier{device="veth535f23e"} 1 node_network_carrier{device="veth5383ed3"} 1 node_network_carrier{device="veth551ab63"} 1 node_network_carrier{device="veth568c7b1"} 1 node_network_carrier{device="veth5825ef6"} 1 node_network_carrier{device="veth59fde37"} 1 node_network_carrier{device="veth5dccb55"} 1 node_network_carrier{device="veth5f5e03f"} 1 node_network_carrier{device="veth640a6e1"} 1 node_network_carrier{device="veth646554f"} 1 node_network_carrier{device="veth66d4cdc"} 1 node_network_carrier{device="veth6db1bb4"} 1 node_network_carrier{device="veth6f0eabd"} 1 node_network_carrier{device="veth6f24c9c"} 1 node_network_carrier{device="veth706a3bd"} 1 node_network_carrier{device="veth72e972f"} 1 node_network_carrier{device="veth778cabc"} 1 node_network_carrier{device="veth7929c42"} 1 node_network_carrier{device="veth7df78fd"} 1 node_network_carrier{device="veth854191b"} 1 node_network_carrier{device="veth86f5afd"} 1 node_network_carrier{device="veth8d42d4d"} 1 node_network_carrier{device="veth909651e"} 1 node_network_carrier{device="veth921ea8e"} 1 node_network_carrier{device="veth9682edc"} 1 node_network_carrier{device="veth980ce1d"} 1 node_network_carrier{device="veth99538c3"} 1 node_network_carrier{device="veth9c7db97"} 1 node_network_carrier{device="veth9fec377"} 1 node_network_carrier{device="vetha13c42a"} 1 node_network_carrier{device="vetha408143"} 1 node_network_carrier{device="vetha543414"} 1 node_network_carrier{device="vetha672e59"} 1 node_network_carrier{device="vetha8df1c5"} 1 node_network_carrier{device="vethacb5af5"} 1 node_network_carrier{device="vethade4dfd"} 1 node_network_carrier{device="vethae2eb69"} 1 node_network_carrier{device="vethb1004d5"} 1 node_network_carrier{device="vethb258eca"} 1 node_network_carrier{device="vethb6c84c2"} 1 node_network_carrier{device="vethbcc40d1"} 1 node_network_carrier{device="vethc131a85"} 1 node_network_carrier{device="vethc1d7d0c"} 1 node_network_carrier{device="vethc2495fa"} 1 node_network_carrier{device="vethc25b260"} 1 node_network_carrier{device="vethc65ea14"} 1 node_network_carrier{device="vethca2e290"} 1 node_network_carrier{device="vethcedb95b"} 1 node_network_carrier{device="vethd265dce"} 1 node_network_carrier{device="vethd42c81a"} 1 node_network_carrier{device="vethd708099"} 1 node_network_carrier{device="vethd9a9e56"} 1 node_network_carrier{device="vethda488ab"} 1 node_network_carrier{device="vethdc77733"} 1 node_network_carrier{device="vethdd1e82b"} 1 node_network_carrier{device="vethdd673dd"} 1 node_network_carrier{device="vethdfc4a52"} 1 node_network_carrier{device="vethdff48d2"} 1 node_network_carrier{device="vethe2b893f"} 1 node_network_carrier{device="vethe4e9ef2"} 1 node_network_carrier{device="vethe64ce99"} 1 node_network_carrier{device="vethebe9031"} 1 node_network_carrier{device="vethf3936e7"} 1 node_network_carrier{device="vethf563eb9"} 1 node_network_carrier{device="vethf6fe517"} 1 node_network_carrier{device="vethf76f104"} 1 node_network_carrier{device="vethf92aadb"} 1 node_network_carrier{device="vethfe038b1"} 1 node_network_carrier{device="vethfe0576c"} 1 node_network_carrier{device="vethfe0bd0a"} 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="veth013d122"} 2 node_network_carrier_changes_total{device="veth0504e3f"} 2 node_network_carrier_changes_total{device="veth05db0f7"} 2 node_network_carrier_changes_total{device="veth070dc16"} 2 node_network_carrier_changes_total{device="veth09dadd0"} 2 node_network_carrier_changes_total{device="veth0e927ed"} 2 node_network_carrier_changes_total{device="veth0ebd6b9"} 2 node_network_carrier_changes_total{device="veth1369618"} 2 node_network_carrier_changes_total{device="veth16175af"} 2 node_network_carrier_changes_total{device="veth1acfb26"} 2 node_network_carrier_changes_total{device="veth1cc526a"} 2 node_network_carrier_changes_total{device="veth20cf20e"} 2 node_network_carrier_changes_total{device="veth27ec560"} 2 node_network_carrier_changes_total{device="veth2ee3bdb"} 2 node_network_carrier_changes_total{device="veth32b8474"} 2 node_network_carrier_changes_total{device="veth3481bec"} 2 node_network_carrier_changes_total{device="veth3bd01cb"} 2 node_network_carrier_changes_total{device="veth3da16d9"} 2 node_network_carrier_changes_total{device="veth3dbd932"} 2 node_network_carrier_changes_total{device="veth405c8e2"} 2 node_network_carrier_changes_total{device="veth44fbd77"} 2 node_network_carrier_changes_total{device="veth478a439"} 2 node_network_carrier_changes_total{device="veth496dc9e"} 2 node_network_carrier_changes_total{device="veth501ce68"} 2 node_network_carrier_changes_total{device="veth535f23e"} 2 node_network_carrier_changes_total{device="veth5383ed3"} 2 node_network_carrier_changes_total{device="veth551ab63"} 2 node_network_carrier_changes_total{device="veth568c7b1"} 2 node_network_carrier_changes_total{device="veth5825ef6"} 2 node_network_carrier_changes_total{device="veth59fde37"} 2 node_network_carrier_changes_total{device="veth5dccb55"} 2 node_network_carrier_changes_total{device="veth5f5e03f"} 2 node_network_carrier_changes_total{device="veth640a6e1"} 2 node_network_carrier_changes_total{device="veth646554f"} 2 node_network_carrier_changes_total{device="veth66d4cdc"} 2 node_network_carrier_changes_total{device="veth6db1bb4"} 2 node_network_carrier_changes_total{device="veth6f0eabd"} 2 node_network_carrier_changes_total{device="veth6f24c9c"} 2 node_network_carrier_changes_total{device="veth706a3bd"} 2 node_network_carrier_changes_total{device="veth72e972f"} 2 node_network_carrier_changes_total{device="veth778cabc"} 2 node_network_carrier_changes_total{device="veth7929c42"} 2 node_network_carrier_changes_total{device="veth7df78fd"} 2 node_network_carrier_changes_total{device="veth854191b"} 2 node_network_carrier_changes_total{device="veth86f5afd"} 2 node_network_carrier_changes_total{device="veth8d42d4d"} 2 node_network_carrier_changes_total{device="veth909651e"} 2 node_network_carrier_changes_total{device="veth921ea8e"} 2 node_network_carrier_changes_total{device="veth9682edc"} 2 node_network_carrier_changes_total{device="veth980ce1d"} 2 node_network_carrier_changes_total{device="veth99538c3"} 2 node_network_carrier_changes_total{device="veth9c7db97"} 2 node_network_carrier_changes_total{device="veth9fec377"} 2 node_network_carrier_changes_total{device="vetha13c42a"} 2 node_network_carrier_changes_total{device="vetha408143"} 2 node_network_carrier_changes_total{device="vetha543414"} 2 node_network_carrier_changes_total{device="vetha672e59"} 2 node_network_carrier_changes_total{device="vetha8df1c5"} 2 node_network_carrier_changes_total{device="vethacb5af5"} 2 node_network_carrier_changes_total{device="vethade4dfd"} 2 node_network_carrier_changes_total{device="vethae2eb69"} 2 node_network_carrier_changes_total{device="vethb1004d5"} 2 node_network_carrier_changes_total{device="vethb258eca"} 2 node_network_carrier_changes_total{device="vethb6c84c2"} 2 node_network_carrier_changes_total{device="vethbcc40d1"} 2 node_network_carrier_changes_total{device="vethc131a85"} 2 node_network_carrier_changes_total{device="vethc1d7d0c"} 2 node_network_carrier_changes_total{device="vethc2495fa"} 2 node_network_carrier_changes_total{device="vethc25b260"} 2 node_network_carrier_changes_total{device="vethc65ea14"} 2 node_network_carrier_changes_total{device="vethca2e290"} 2 node_network_carrier_changes_total{device="vethcedb95b"} 2 node_network_carrier_changes_total{device="vethd265dce"} 2 node_network_carrier_changes_total{device="vethd42c81a"} 2 node_network_carrier_changes_total{device="vethd708099"} 2 node_network_carrier_changes_total{device="vethd9a9e56"} 2 node_network_carrier_changes_total{device="vethda488ab"} 2 node_network_carrier_changes_total{device="vethdc77733"} 2 node_network_carrier_changes_total{device="vethdd1e82b"} 2 node_network_carrier_changes_total{device="vethdd673dd"} 2 node_network_carrier_changes_total{device="vethdfc4a52"} 2 node_network_carrier_changes_total{device="vethdff48d2"} 2 node_network_carrier_changes_total{device="vethe2b893f"} 2 node_network_carrier_changes_total{device="vethe4e9ef2"} 2 node_network_carrier_changes_total{device="vethe64ce99"} 2 node_network_carrier_changes_total{device="vethebe9031"} 2 node_network_carrier_changes_total{device="vethf3936e7"} 2 node_network_carrier_changes_total{device="vethf563eb9"} 2 node_network_carrier_changes_total{device="vethf6fe517"} 2 node_network_carrier_changes_total{device="vethf76f104"} 2 node_network_carrier_changes_total{device="vethf92aadb"} 2 node_network_carrier_changes_total{device="vethfe038b1"} 2 node_network_carrier_changes_total{device="vethfe0576c"} 2 node_network_carrier_changes_total{device="vethfe0bd0a"} 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="veth013d122"} 1 node_network_carrier_down_changes_total{device="veth0504e3f"} 1 node_network_carrier_down_changes_total{device="veth05db0f7"} 1 node_network_carrier_down_changes_total{device="veth070dc16"} 1 node_network_carrier_down_changes_total{device="veth09dadd0"} 1 node_network_carrier_down_changes_total{device="veth0e927ed"} 1 node_network_carrier_down_changes_total{device="veth0ebd6b9"} 1 node_network_carrier_down_changes_total{device="veth1369618"} 1 node_network_carrier_down_changes_total{device="veth16175af"} 1 node_network_carrier_down_changes_total{device="veth1acfb26"} 1 node_network_carrier_down_changes_total{device="veth1cc526a"} 1 node_network_carrier_down_changes_total{device="veth20cf20e"} 1 node_network_carrier_down_changes_total{device="veth27ec560"} 1 node_network_carrier_down_changes_total{device="veth2ee3bdb"} 1 node_network_carrier_down_changes_total{device="veth32b8474"} 1 node_network_carrier_down_changes_total{device="veth3481bec"} 1 node_network_carrier_down_changes_total{device="veth3bd01cb"} 1 node_network_carrier_down_changes_total{device="veth3da16d9"} 1 node_network_carrier_down_changes_total{device="veth3dbd932"} 1 node_network_carrier_down_changes_total{device="veth405c8e2"} 1 node_network_carrier_down_changes_total{device="veth44fbd77"} 1 node_network_carrier_down_changes_total{device="veth478a439"} 1 node_network_carrier_down_changes_total{device="veth496dc9e"} 1 node_network_carrier_down_changes_total{device="veth501ce68"} 1 node_network_carrier_down_changes_total{device="veth535f23e"} 1 node_network_carrier_down_changes_total{device="veth5383ed3"} 1 node_network_carrier_down_changes_total{device="veth551ab63"} 1 node_network_carrier_down_changes_total{device="veth568c7b1"} 1 node_network_carrier_down_changes_total{device="veth5825ef6"} 1 node_network_carrier_down_changes_total{device="veth59fde37"} 1 node_network_carrier_down_changes_total{device="veth5dccb55"} 1 node_network_carrier_down_changes_total{device="veth5f5e03f"} 1 node_network_carrier_down_changes_total{device="veth640a6e1"} 1 node_network_carrier_down_changes_total{device="veth646554f"} 1 node_network_carrier_down_changes_total{device="veth66d4cdc"} 1 node_network_carrier_down_changes_total{device="veth6db1bb4"} 1 node_network_carrier_down_changes_total{device="veth6f0eabd"} 1 node_network_carrier_down_changes_total{device="veth6f24c9c"} 1 node_network_carrier_down_changes_total{device="veth706a3bd"} 1 node_network_carrier_down_changes_total{device="veth72e972f"} 1 node_network_carrier_down_changes_total{device="veth778cabc"} 1 node_network_carrier_down_changes_total{device="veth7929c42"} 1 node_network_carrier_down_changes_total{device="veth7df78fd"} 1 node_network_carrier_down_changes_total{device="veth854191b"} 1 node_network_carrier_down_changes_total{device="veth86f5afd"} 1 node_network_carrier_down_changes_total{device="veth8d42d4d"} 1 node_network_carrier_down_changes_total{device="veth909651e"} 1 node_network_carrier_down_changes_total{device="veth921ea8e"} 1 node_network_carrier_down_changes_total{device="veth9682edc"} 1 node_network_carrier_down_changes_total{device="veth980ce1d"} 1 node_network_carrier_down_changes_total{device="veth99538c3"} 1 node_network_carrier_down_changes_total{device="veth9c7db97"} 1 node_network_carrier_down_changes_total{device="veth9fec377"} 1 node_network_carrier_down_changes_total{device="vetha13c42a"} 1 node_network_carrier_down_changes_total{device="vetha408143"} 1 node_network_carrier_down_changes_total{device="vetha543414"} 1 node_network_carrier_down_changes_total{device="vetha672e59"} 1 node_network_carrier_down_changes_total{device="vetha8df1c5"} 1 node_network_carrier_down_changes_total{device="vethacb5af5"} 1 node_network_carrier_down_changes_total{device="vethade4dfd"} 1 node_network_carrier_down_changes_total{device="vethae2eb69"} 1 node_network_carrier_down_changes_total{device="vethb1004d5"} 1 node_network_carrier_down_changes_total{device="vethb258eca"} 1 node_network_carrier_down_changes_total{device="vethb6c84c2"} 1 node_network_carrier_down_changes_total{device="vethbcc40d1"} 1 node_network_carrier_down_changes_total{device="vethc131a85"} 1 node_network_carrier_down_changes_total{device="vethc1d7d0c"} 1 node_network_carrier_down_changes_total{device="vethc2495fa"} 1 node_network_carrier_down_changes_total{device="vethc25b260"} 1 node_network_carrier_down_changes_total{device="vethc65ea14"} 1 node_network_carrier_down_changes_total{device="vethca2e290"} 1 node_network_carrier_down_changes_total{device="vethcedb95b"} 1 node_network_carrier_down_changes_total{device="vethd265dce"} 1 node_network_carrier_down_changes_total{device="vethd42c81a"} 1 node_network_carrier_down_changes_total{device="vethd708099"} 1 node_network_carrier_down_changes_total{device="vethd9a9e56"} 1 node_network_carrier_down_changes_total{device="vethda488ab"} 1 node_network_carrier_down_changes_total{device="vethdc77733"} 1 node_network_carrier_down_changes_total{device="vethdd1e82b"} 1 node_network_carrier_down_changes_total{device="vethdd673dd"} 1 node_network_carrier_down_changes_total{device="vethdfc4a52"} 1 node_network_carrier_down_changes_total{device="vethdff48d2"} 1 node_network_carrier_down_changes_total{device="vethe2b893f"} 1 node_network_carrier_down_changes_total{device="vethe4e9ef2"} 1 node_network_carrier_down_changes_total{device="vethe64ce99"} 1 node_network_carrier_down_changes_total{device="vethebe9031"} 1 node_network_carrier_down_changes_total{device="vethf3936e7"} 1 node_network_carrier_down_changes_total{device="vethf563eb9"} 1 node_network_carrier_down_changes_total{device="vethf6fe517"} 1 node_network_carrier_down_changes_total{device="vethf76f104"} 1 node_network_carrier_down_changes_total{device="vethf92aadb"} 1 node_network_carrier_down_changes_total{device="vethfe038b1"} 1 node_network_carrier_down_changes_total{device="vethfe0576c"} 1 node_network_carrier_down_changes_total{device="vethfe0bd0a"} 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="veth013d122"} 1 node_network_carrier_up_changes_total{device="veth0504e3f"} 1 node_network_carrier_up_changes_total{device="veth05db0f7"} 1 node_network_carrier_up_changes_total{device="veth070dc16"} 1 node_network_carrier_up_changes_total{device="veth09dadd0"} 1 node_network_carrier_up_changes_total{device="veth0e927ed"} 1 node_network_carrier_up_changes_total{device="veth0ebd6b9"} 1 node_network_carrier_up_changes_total{device="veth1369618"} 1 node_network_carrier_up_changes_total{device="veth16175af"} 1 node_network_carrier_up_changes_total{device="veth1acfb26"} 1 node_network_carrier_up_changes_total{device="veth1cc526a"} 1 node_network_carrier_up_changes_total{device="veth20cf20e"} 1 node_network_carrier_up_changes_total{device="veth27ec560"} 1 node_network_carrier_up_changes_total{device="veth2ee3bdb"} 1 node_network_carrier_up_changes_total{device="veth32b8474"} 1 node_network_carrier_up_changes_total{device="veth3481bec"} 1 node_network_carrier_up_changes_total{device="veth3bd01cb"} 1 node_network_carrier_up_changes_total{device="veth3da16d9"} 1 node_network_carrier_up_changes_total{device="veth3dbd932"} 1 node_network_carrier_up_changes_total{device="veth405c8e2"} 1 node_network_carrier_up_changes_total{device="veth44fbd77"} 1 node_network_carrier_up_changes_total{device="veth478a439"} 1 node_network_carrier_up_changes_total{device="veth496dc9e"} 1 node_network_carrier_up_changes_total{device="veth501ce68"} 1 node_network_carrier_up_changes_total{device="veth535f23e"} 1 node_network_carrier_up_changes_total{device="veth5383ed3"} 1 node_network_carrier_up_changes_total{device="veth551ab63"} 1 node_network_carrier_up_changes_total{device="veth568c7b1"} 1 node_network_carrier_up_changes_total{device="veth5825ef6"} 1 node_network_carrier_up_changes_total{device="veth59fde37"} 1 node_network_carrier_up_changes_total{device="veth5dccb55"} 1 node_network_carrier_up_changes_total{device="veth5f5e03f"} 1 node_network_carrier_up_changes_total{device="veth640a6e1"} 1 node_network_carrier_up_changes_total{device="veth646554f"} 1 node_network_carrier_up_changes_total{device="veth66d4cdc"} 1 node_network_carrier_up_changes_total{device="veth6db1bb4"} 1 node_network_carrier_up_changes_total{device="veth6f0eabd"} 1 node_network_carrier_up_changes_total{device="veth6f24c9c"} 1 node_network_carrier_up_changes_total{device="veth706a3bd"} 1 node_network_carrier_up_changes_total{device="veth72e972f"} 1 node_network_carrier_up_changes_total{device="veth778cabc"} 1 node_network_carrier_up_changes_total{device="veth7929c42"} 1 node_network_carrier_up_changes_total{device="veth7df78fd"} 1 node_network_carrier_up_changes_total{device="veth854191b"} 1 node_network_carrier_up_changes_total{device="veth86f5afd"} 1 node_network_carrier_up_changes_total{device="veth8d42d4d"} 1 node_network_carrier_up_changes_total{device="veth909651e"} 1 node_network_carrier_up_changes_total{device="veth921ea8e"} 1 node_network_carrier_up_changes_total{device="veth9682edc"} 1 node_network_carrier_up_changes_total{device="veth980ce1d"} 1 node_network_carrier_up_changes_total{device="veth99538c3"} 1 node_network_carrier_up_changes_total{device="veth9c7db97"} 1 node_network_carrier_up_changes_total{device="veth9fec377"} 1 node_network_carrier_up_changes_total{device="vetha13c42a"} 1 node_network_carrier_up_changes_total{device="vetha408143"} 1 node_network_carrier_up_changes_total{device="vetha543414"} 1 node_network_carrier_up_changes_total{device="vetha672e59"} 1 node_network_carrier_up_changes_total{device="vetha8df1c5"} 1 node_network_carrier_up_changes_total{device="vethacb5af5"} 1 node_network_carrier_up_changes_total{device="vethade4dfd"} 1 node_network_carrier_up_changes_total{device="vethae2eb69"} 1 node_network_carrier_up_changes_total{device="vethb1004d5"} 1 node_network_carrier_up_changes_total{device="vethb258eca"} 1 node_network_carrier_up_changes_total{device="vethb6c84c2"} 1 node_network_carrier_up_changes_total{device="vethbcc40d1"} 1 node_network_carrier_up_changes_total{device="vethc131a85"} 1 node_network_carrier_up_changes_total{device="vethc1d7d0c"} 1 node_network_carrier_up_changes_total{device="vethc2495fa"} 1 node_network_carrier_up_changes_total{device="vethc25b260"} 1 node_network_carrier_up_changes_total{device="vethc65ea14"} 1 node_network_carrier_up_changes_total{device="vethca2e290"} 1 node_network_carrier_up_changes_total{device="vethcedb95b"} 1 node_network_carrier_up_changes_total{device="vethd265dce"} 1 node_network_carrier_up_changes_total{device="vethd42c81a"} 1 node_network_carrier_up_changes_total{device="vethd708099"} 1 node_network_carrier_up_changes_total{device="vethd9a9e56"} 1 node_network_carrier_up_changes_total{device="vethda488ab"} 1 node_network_carrier_up_changes_total{device="vethdc77733"} 1 node_network_carrier_up_changes_total{device="vethdd1e82b"} 1 node_network_carrier_up_changes_total{device="vethdd673dd"} 1 node_network_carrier_up_changes_total{device="vethdfc4a52"} 1 node_network_carrier_up_changes_total{device="vethdff48d2"} 1 node_network_carrier_up_changes_total{device="vethe2b893f"} 1 node_network_carrier_up_changes_total{device="vethe4e9ef2"} 1 node_network_carrier_up_changes_total{device="vethe64ce99"} 1 node_network_carrier_up_changes_total{device="vethebe9031"} 1 node_network_carrier_up_changes_total{device="vethf3936e7"} 1 node_network_carrier_up_changes_total{device="vethf563eb9"} 1 node_network_carrier_up_changes_total{device="vethf6fe517"} 1 node_network_carrier_up_changes_total{device="vethf76f104"} 1 node_network_carrier_up_changes_total{device="vethf92aadb"} 1 node_network_carrier_up_changes_total{device="vethfe038b1"} 1 node_network_carrier_up_changes_total{device="vethfe0576c"} 1 node_network_carrier_up_changes_total{device="vethfe0bd0a"} 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="veth013d122"} 0 node_network_device_id{device="veth0504e3f"} 0 node_network_device_id{device="veth05db0f7"} 0 node_network_device_id{device="veth070dc16"} 0 node_network_device_id{device="veth09dadd0"} 0 node_network_device_id{device="veth0e927ed"} 0 node_network_device_id{device="veth0ebd6b9"} 0 node_network_device_id{device="veth1369618"} 0 node_network_device_id{device="veth16175af"} 0 node_network_device_id{device="veth1acfb26"} 0 node_network_device_id{device="veth1cc526a"} 0 node_network_device_id{device="veth20cf20e"} 0 node_network_device_id{device="veth27ec560"} 0 node_network_device_id{device="veth2ee3bdb"} 0 node_network_device_id{device="veth32b8474"} 0 node_network_device_id{device="veth3481bec"} 0 node_network_device_id{device="veth3bd01cb"} 0 node_network_device_id{device="veth3da16d9"} 0 node_network_device_id{device="veth3dbd932"} 0 node_network_device_id{device="veth405c8e2"} 0 node_network_device_id{device="veth44fbd77"} 0 node_network_device_id{device="veth478a439"} 0 node_network_device_id{device="veth496dc9e"} 0 node_network_device_id{device="veth501ce68"} 0 node_network_device_id{device="veth535f23e"} 0 node_network_device_id{device="veth5383ed3"} 0 node_network_device_id{device="veth551ab63"} 0 node_network_device_id{device="veth568c7b1"} 0 node_network_device_id{device="veth5825ef6"} 0 node_network_device_id{device="veth59fde37"} 0 node_network_device_id{device="veth5dccb55"} 0 node_network_device_id{device="veth5f5e03f"} 0 node_network_device_id{device="veth640a6e1"} 0 node_network_device_id{device="veth646554f"} 0 node_network_device_id{device="veth66d4cdc"} 0 node_network_device_id{device="veth6db1bb4"} 0 node_network_device_id{device="veth6f0eabd"} 0 node_network_device_id{device="veth6f24c9c"} 0 node_network_device_id{device="veth706a3bd"} 0 node_network_device_id{device="veth72e972f"} 0 node_network_device_id{device="veth778cabc"} 0 node_network_device_id{device="veth7929c42"} 0 node_network_device_id{device="veth7df78fd"} 0 node_network_device_id{device="veth854191b"} 0 node_network_device_id{device="veth86f5afd"} 0 node_network_device_id{device="veth8d42d4d"} 0 node_network_device_id{device="veth909651e"} 0 node_network_device_id{device="veth921ea8e"} 0 node_network_device_id{device="veth9682edc"} 0 node_network_device_id{device="veth980ce1d"} 0 node_network_device_id{device="veth99538c3"} 0 node_network_device_id{device="veth9c7db97"} 0 node_network_device_id{device="veth9fec377"} 0 node_network_device_id{device="vetha13c42a"} 0 node_network_device_id{device="vetha408143"} 0 node_network_device_id{device="vetha543414"} 0 node_network_device_id{device="vetha672e59"} 0 node_network_device_id{device="vetha8df1c5"} 0 node_network_device_id{device="vethacb5af5"} 0 node_network_device_id{device="vethade4dfd"} 0 node_network_device_id{device="vethae2eb69"} 0 node_network_device_id{device="vethb1004d5"} 0 node_network_device_id{device="vethb258eca"} 0 node_network_device_id{device="vethb6c84c2"} 0 node_network_device_id{device="vethbcc40d1"} 0 node_network_device_id{device="vethc131a85"} 0 node_network_device_id{device="vethc1d7d0c"} 0 node_network_device_id{device="vethc2495fa"} 0 node_network_device_id{device="vethc25b260"} 0 node_network_device_id{device="vethc65ea14"} 0 node_network_device_id{device="vethca2e290"} 0 node_network_device_id{device="vethcedb95b"} 0 node_network_device_id{device="vethd265dce"} 0 node_network_device_id{device="vethd42c81a"} 0 node_network_device_id{device="vethd708099"} 0 node_network_device_id{device="vethd9a9e56"} 0 node_network_device_id{device="vethda488ab"} 0 node_network_device_id{device="vethdc77733"} 0 node_network_device_id{device="vethdd1e82b"} 0 node_network_device_id{device="vethdd673dd"} 0 node_network_device_id{device="vethdfc4a52"} 0 node_network_device_id{device="vethdff48d2"} 0 node_network_device_id{device="vethe2b893f"} 0 node_network_device_id{device="vethe4e9ef2"} 0 node_network_device_id{device="vethe64ce99"} 0 node_network_device_id{device="vethebe9031"} 0 node_network_device_id{device="vethf3936e7"} 0 node_network_device_id{device="vethf563eb9"} 0 node_network_device_id{device="vethf6fe517"} 0 node_network_device_id{device="vethf76f104"} 0 node_network_device_id{device="vethf92aadb"} 0 node_network_device_id{device="vethfe038b1"} 0 node_network_device_id{device="vethfe0576c"} 0 node_network_device_id{device="vethfe0bd0a"} 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="veth013d122"} 0 node_network_dormant{device="veth0504e3f"} 0 node_network_dormant{device="veth05db0f7"} 0 node_network_dormant{device="veth070dc16"} 0 node_network_dormant{device="veth09dadd0"} 0 node_network_dormant{device="veth0e927ed"} 0 node_network_dormant{device="veth0ebd6b9"} 0 node_network_dormant{device="veth1369618"} 0 node_network_dormant{device="veth16175af"} 0 node_network_dormant{device="veth1acfb26"} 0 node_network_dormant{device="veth1cc526a"} 0 node_network_dormant{device="veth20cf20e"} 0 node_network_dormant{device="veth27ec560"} 0 node_network_dormant{device="veth2ee3bdb"} 0 node_network_dormant{device="veth32b8474"} 0 node_network_dormant{device="veth3481bec"} 0 node_network_dormant{device="veth3bd01cb"} 0 node_network_dormant{device="veth3da16d9"} 0 node_network_dormant{device="veth3dbd932"} 0 node_network_dormant{device="veth405c8e2"} 0 node_network_dormant{device="veth44fbd77"} 0 node_network_dormant{device="veth478a439"} 0 node_network_dormant{device="veth496dc9e"} 0 node_network_dormant{device="veth501ce68"} 0 node_network_dormant{device="veth535f23e"} 0 node_network_dormant{device="veth5383ed3"} 0 node_network_dormant{device="veth551ab63"} 0 node_network_dormant{device="veth568c7b1"} 0 node_network_dormant{device="veth5825ef6"} 0 node_network_dormant{device="veth59fde37"} 0 node_network_dormant{device="veth5dccb55"} 0 node_network_dormant{device="veth5f5e03f"} 0 node_network_dormant{device="veth640a6e1"} 0 node_network_dormant{device="veth646554f"} 0 node_network_dormant{device="veth66d4cdc"} 0 node_network_dormant{device="veth6db1bb4"} 0 node_network_dormant{device="veth6f0eabd"} 0 node_network_dormant{device="veth6f24c9c"} 0 node_network_dormant{device="veth706a3bd"} 0 node_network_dormant{device="veth72e972f"} 0 node_network_dormant{device="veth778cabc"} 0 node_network_dormant{device="veth7929c42"} 0 node_network_dormant{device="veth7df78fd"} 0 node_network_dormant{device="veth854191b"} 0 node_network_dormant{device="veth86f5afd"} 0 node_network_dormant{device="veth8d42d4d"} 0 node_network_dormant{device="veth909651e"} 0 node_network_dormant{device="veth921ea8e"} 0 node_network_dormant{device="veth9682edc"} 0 node_network_dormant{device="veth980ce1d"} 0 node_network_dormant{device="veth99538c3"} 0 node_network_dormant{device="veth9c7db97"} 0 node_network_dormant{device="veth9fec377"} 0 node_network_dormant{device="vetha13c42a"} 0 node_network_dormant{device="vetha408143"} 0 node_network_dormant{device="vetha543414"} 0 node_network_dormant{device="vetha672e59"} 0 node_network_dormant{device="vetha8df1c5"} 0 node_network_dormant{device="vethacb5af5"} 0 node_network_dormant{device="vethade4dfd"} 0 node_network_dormant{device="vethae2eb69"} 0 node_network_dormant{device="vethb1004d5"} 0 node_network_dormant{device="vethb258eca"} 0 node_network_dormant{device="vethb6c84c2"} 0 node_network_dormant{device="vethbcc40d1"} 0 node_network_dormant{device="vethc131a85"} 0 node_network_dormant{device="vethc1d7d0c"} 0 node_network_dormant{device="vethc2495fa"} 0 node_network_dormant{device="vethc25b260"} 0 node_network_dormant{device="vethc65ea14"} 0 node_network_dormant{device="vethca2e290"} 0 node_network_dormant{device="vethcedb95b"} 0 node_network_dormant{device="vethd265dce"} 0 node_network_dormant{device="vethd42c81a"} 0 node_network_dormant{device="vethd708099"} 0 node_network_dormant{device="vethd9a9e56"} 0 node_network_dormant{device="vethda488ab"} 0 node_network_dormant{device="vethdc77733"} 0 node_network_dormant{device="vethdd1e82b"} 0 node_network_dormant{device="vethdd673dd"} 0 node_network_dormant{device="vethdfc4a52"} 0 node_network_dormant{device="vethdff48d2"} 0 node_network_dormant{device="vethe2b893f"} 0 node_network_dormant{device="vethe4e9ef2"} 0 node_network_dormant{device="vethe64ce99"} 0 node_network_dormant{device="vethebe9031"} 0 node_network_dormant{device="vethf3936e7"} 0 node_network_dormant{device="vethf563eb9"} 0 node_network_dormant{device="vethf6fe517"} 0 node_network_dormant{device="vethf76f104"} 0 node_network_dormant{device="vethf92aadb"} 0 node_network_dormant{device="vethfe038b1"} 0 node_network_dormant{device="vethfe0576c"} 0 node_network_dormant{device="vethfe0bd0a"} 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="veth013d122"} 4867 node_network_flags{device="veth0504e3f"} 4867 node_network_flags{device="veth05db0f7"} 4867 node_network_flags{device="veth070dc16"} 4867 node_network_flags{device="veth09dadd0"} 4867 node_network_flags{device="veth0e927ed"} 4867 node_network_flags{device="veth0ebd6b9"} 4867 node_network_flags{device="veth1369618"} 4867 node_network_flags{device="veth16175af"} 4867 node_network_flags{device="veth1acfb26"} 4867 node_network_flags{device="veth1cc526a"} 4867 node_network_flags{device="veth20cf20e"} 4867 node_network_flags{device="veth27ec560"} 4867 node_network_flags{device="veth2ee3bdb"} 4867 node_network_flags{device="veth32b8474"} 4867 node_network_flags{device="veth3481bec"} 4867 node_network_flags{device="veth3bd01cb"} 4867 node_network_flags{device="veth3da16d9"} 4867 node_network_flags{device="veth3dbd932"} 4867 node_network_flags{device="veth405c8e2"} 4867 node_network_flags{device="veth44fbd77"} 4867 node_network_flags{device="veth478a439"} 4867 node_network_flags{device="veth496dc9e"} 4867 node_network_flags{device="veth501ce68"} 4867 node_network_flags{device="veth535f23e"} 4867 node_network_flags{device="veth5383ed3"} 4867 node_network_flags{device="veth551ab63"} 4867 node_network_flags{device="veth568c7b1"} 4867 node_network_flags{device="veth5825ef6"} 4867 node_network_flags{device="veth59fde37"} 4867 node_network_flags{device="veth5dccb55"} 4867 node_network_flags{device="veth5f5e03f"} 4867 node_network_flags{device="veth640a6e1"} 4867 node_network_flags{device="veth646554f"} 4867 node_network_flags{device="veth66d4cdc"} 4867 node_network_flags{device="veth6db1bb4"} 4867 node_network_flags{device="veth6f0eabd"} 4867 node_network_flags{device="veth6f24c9c"} 4867 node_network_flags{device="veth706a3bd"} 4867 node_network_flags{device="veth72e972f"} 4867 node_network_flags{device="veth778cabc"} 4867 node_network_flags{device="veth7929c42"} 4867 node_network_flags{device="veth7df78fd"} 4867 node_network_flags{device="veth854191b"} 4867 node_network_flags{device="veth86f5afd"} 4867 node_network_flags{device="veth8d42d4d"} 4867 node_network_flags{device="veth909651e"} 4867 node_network_flags{device="veth921ea8e"} 4867 node_network_flags{device="veth9682edc"} 4867 node_network_flags{device="veth980ce1d"} 4867 node_network_flags{device="veth99538c3"} 4867 node_network_flags{device="veth9c7db97"} 4867 node_network_flags{device="veth9fec377"} 4867 node_network_flags{device="vetha13c42a"} 4867 node_network_flags{device="vetha408143"} 4867 node_network_flags{device="vetha543414"} 4867 node_network_flags{device="vetha672e59"} 4867 node_network_flags{device="vetha8df1c5"} 4867 node_network_flags{device="vethacb5af5"} 4867 node_network_flags{device="vethade4dfd"} 4867 node_network_flags{device="vethae2eb69"} 4867 node_network_flags{device="vethb1004d5"} 4867 node_network_flags{device="vethb258eca"} 4867 node_network_flags{device="vethb6c84c2"} 4867 node_network_flags{device="vethbcc40d1"} 4867 node_network_flags{device="vethc131a85"} 4867 node_network_flags{device="vethc1d7d0c"} 4867 node_network_flags{device="vethc2495fa"} 4867 node_network_flags{device="vethc25b260"} 4867 node_network_flags{device="vethc65ea14"} 4867 node_network_flags{device="vethca2e290"} 4867 node_network_flags{device="vethcedb95b"} 4867 node_network_flags{device="vethd265dce"} 4867 node_network_flags{device="vethd42c81a"} 4867 node_network_flags{device="vethd708099"} 4867 node_network_flags{device="vethd9a9e56"} 4867 node_network_flags{device="vethda488ab"} 4867 node_network_flags{device="vethdc77733"} 4867 node_network_flags{device="vethdd1e82b"} 4867 node_network_flags{device="vethdd673dd"} 4867 node_network_flags{device="vethdfc4a52"} 4867 node_network_flags{device="vethdff48d2"} 4867 node_network_flags{device="vethe2b893f"} 4867 node_network_flags{device="vethe4e9ef2"} 4867 node_network_flags{device="vethe64ce99"} 4867 node_network_flags{device="vethebe9031"} 4867 node_network_flags{device="vethf3936e7"} 4867 node_network_flags{device="vethf563eb9"} 4867 node_network_flags{device="vethf6fe517"} 4867 node_network_flags{device="vethf76f104"} 4867 node_network_flags{device="vethf92aadb"} 4867 node_network_flags{device="vethfe038b1"} 4867 node_network_flags{device="vethfe0576c"} 4867 node_network_flags{device="vethfe0bd0a"} 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="veth013d122"} 325 node_network_iface_id{device="veth0504e3f"} 363 node_network_iface_id{device="veth05db0f7"} 323 node_network_iface_id{device="veth070dc16"} 201 node_network_iface_id{device="veth09dadd0"} 427 node_network_iface_id{device="veth0e927ed"} 259 node_network_iface_id{device="veth0ebd6b9"} 349 node_network_iface_id{device="veth1369618"} 629 node_network_iface_id{device="veth16175af"} 243 node_network_iface_id{device="veth1acfb26"} 285 node_network_iface_id{device="veth1cc526a"} 419 node_network_iface_id{device="veth20cf20e"} 247 node_network_iface_id{device="veth27ec560"} 293 node_network_iface_id{device="veth2ee3bdb"} 329 node_network_iface_id{device="veth32b8474"} 357 node_network_iface_id{device="veth3481bec"} 463 node_network_iface_id{device="veth3bd01cb"} 461 node_network_iface_id{device="veth3da16d9"} 203 node_network_iface_id{device="veth3dbd932"} 219 node_network_iface_id{device="veth405c8e2"} 113 node_network_iface_id{device="veth44fbd77"} 641 node_network_iface_id{device="veth478a439"} 389 node_network_iface_id{device="veth496dc9e"} 437 node_network_iface_id{device="veth501ce68"} 281 node_network_iface_id{device="veth535f23e"} 287 node_network_iface_id{device="veth5383ed3"} 345 node_network_iface_id{device="veth551ab63"} 369 node_network_iface_id{device="veth568c7b1"} 413 node_network_iface_id{device="veth5825ef6"} 385 node_network_iface_id{device="veth59fde37"} 653 node_network_iface_id{device="veth5dccb55"} 355 node_network_iface_id{device="veth5f5e03f"} 435 node_network_iface_id{device="veth640a6e1"} 409 node_network_iface_id{device="veth646554f"} 403 node_network_iface_id{device="veth66d4cdc"} 9 node_network_iface_id{device="veth6db1bb4"} 421 node_network_iface_id{device="veth6f0eabd"} 305 node_network_iface_id{device="veth6f24c9c"} 301 node_network_iface_id{device="veth706a3bd"} 647 node_network_iface_id{device="veth72e972f"} 197 node_network_iface_id{device="veth778cabc"} 297 node_network_iface_id{device="veth7929c42"} 233 node_network_iface_id{device="veth7df78fd"} 359 node_network_iface_id{device="veth854191b"} 351 node_network_iface_id{device="veth86f5afd"} 407 node_network_iface_id{device="veth8d42d4d"} 465 node_network_iface_id{device="veth909651e"} 235 node_network_iface_id{device="veth921ea8e"} 429 node_network_iface_id{device="veth9682edc"} 251 node_network_iface_id{device="veth980ce1d"} 215 node_network_iface_id{device="veth99538c3"} 613 node_network_iface_id{device="veth9c7db97"} 401 node_network_iface_id{device="veth9fec377"} 399 node_network_iface_id{device="vetha13c42a"} 367 node_network_iface_id{device="vetha408143"} 635 node_network_iface_id{device="vetha543414"} 431 node_network_iface_id{device="vetha672e59"} 81 node_network_iface_id{device="vetha8df1c5"} 387 node_network_iface_id{device="vethacb5af5"} 415 node_network_iface_id{device="vethade4dfd"} 289 node_network_iface_id{device="vethae2eb69"} 433 node_network_iface_id{device="vethb1004d5"} 373 node_network_iface_id{device="vethb258eca"} 335 node_network_iface_id{device="vethb6c84c2"} 291 node_network_iface_id{device="vethbcc40d1"} 207 node_network_iface_id{device="vethc131a85"} 315 node_network_iface_id{device="vethc1d7d0c"} 295 node_network_iface_id{device="vethc2495fa"} 275 node_network_iface_id{device="vethc25b260"} 217 node_network_iface_id{device="vethc65ea14"} 331 node_network_iface_id{device="vethca2e290"} 379 node_network_iface_id{device="vethcedb95b"} 383 node_network_iface_id{device="vethd265dce"} 261 node_network_iface_id{device="vethd42c81a"} 199 node_network_iface_id{device="vethd708099"} 347 node_network_iface_id{device="vethd9a9e56"} 371 node_network_iface_id{device="vethda488ab"} 391 node_network_iface_id{device="vethdc77733"} 231 node_network_iface_id{device="vethdd1e82b"} 307 node_network_iface_id{device="vethdd673dd"} 303 node_network_iface_id{device="vethdfc4a52"} 425 node_network_iface_id{device="vethdff48d2"} 339 node_network_iface_id{device="vethe2b893f"} 277 node_network_iface_id{device="vethe4e9ef2"} 273 node_network_iface_id{device="vethe64ce99"} 361 node_network_iface_id{device="vethebe9031"} 209 node_network_iface_id{device="vethf3936e7"} 257 node_network_iface_id{device="vethf563eb9"} 469 node_network_iface_id{device="vethf6fe517"} 271 node_network_iface_id{device="vethf76f104"} 279 node_network_iface_id{device="vethf92aadb"} 377 node_network_iface_id{device="vethfe038b1"} 381 node_network_iface_id{device="vethfe0576c"} 265 node_network_iface_id{device="vethfe0bd0a"} 375 # 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="veth013d122"} 324 node_network_iface_link{device="veth0504e3f"} 362 node_network_iface_link{device="veth05db0f7"} 322 node_network_iface_link{device="veth070dc16"} 200 node_network_iface_link{device="veth09dadd0"} 426 node_network_iface_link{device="veth0e927ed"} 258 node_network_iface_link{device="veth0ebd6b9"} 348 node_network_iface_link{device="veth1369618"} 628 node_network_iface_link{device="veth16175af"} 242 node_network_iface_link{device="veth1acfb26"} 284 node_network_iface_link{device="veth1cc526a"} 418 node_network_iface_link{device="veth20cf20e"} 246 node_network_iface_link{device="veth27ec560"} 292 node_network_iface_link{device="veth2ee3bdb"} 328 node_network_iface_link{device="veth32b8474"} 356 node_network_iface_link{device="veth3481bec"} 462 node_network_iface_link{device="veth3bd01cb"} 460 node_network_iface_link{device="veth3da16d9"} 202 node_network_iface_link{device="veth3dbd932"} 218 node_network_iface_link{device="veth405c8e2"} 112 node_network_iface_link{device="veth44fbd77"} 640 node_network_iface_link{device="veth478a439"} 388 node_network_iface_link{device="veth496dc9e"} 436 node_network_iface_link{device="veth501ce68"} 280 node_network_iface_link{device="veth535f23e"} 286 node_network_iface_link{device="veth5383ed3"} 344 node_network_iface_link{device="veth551ab63"} 368 node_network_iface_link{device="veth568c7b1"} 412 node_network_iface_link{device="veth5825ef6"} 384 node_network_iface_link{device="veth59fde37"} 652 node_network_iface_link{device="veth5dccb55"} 354 node_network_iface_link{device="veth5f5e03f"} 434 node_network_iface_link{device="veth640a6e1"} 408 node_network_iface_link{device="veth646554f"} 402 node_network_iface_link{device="veth66d4cdc"} 8 node_network_iface_link{device="veth6db1bb4"} 420 node_network_iface_link{device="veth6f0eabd"} 304 node_network_iface_link{device="veth6f24c9c"} 300 node_network_iface_link{device="veth706a3bd"} 646 node_network_iface_link{device="veth72e972f"} 196 node_network_iface_link{device="veth778cabc"} 296 node_network_iface_link{device="veth7929c42"} 232 node_network_iface_link{device="veth7df78fd"} 358 node_network_iface_link{device="veth854191b"} 350 node_network_iface_link{device="veth86f5afd"} 406 node_network_iface_link{device="veth8d42d4d"} 464 node_network_iface_link{device="veth909651e"} 234 node_network_iface_link{device="veth921ea8e"} 428 node_network_iface_link{device="veth9682edc"} 250 node_network_iface_link{device="veth980ce1d"} 214 node_network_iface_link{device="veth99538c3"} 612 node_network_iface_link{device="veth9c7db97"} 400 node_network_iface_link{device="veth9fec377"} 398 node_network_iface_link{device="vetha13c42a"} 366 node_network_iface_link{device="vetha408143"} 634 node_network_iface_link{device="vetha543414"} 430 node_network_iface_link{device="vetha672e59"} 80 node_network_iface_link{device="vetha8df1c5"} 386 node_network_iface_link{device="vethacb5af5"} 414 node_network_iface_link{device="vethade4dfd"} 288 node_network_iface_link{device="vethae2eb69"} 432 node_network_iface_link{device="vethb1004d5"} 372 node_network_iface_link{device="vethb258eca"} 334 node_network_iface_link{device="vethb6c84c2"} 290 node_network_iface_link{device="vethbcc40d1"} 206 node_network_iface_link{device="vethc131a85"} 314 node_network_iface_link{device="vethc1d7d0c"} 294 node_network_iface_link{device="vethc2495fa"} 274 node_network_iface_link{device="vethc25b260"} 216 node_network_iface_link{device="vethc65ea14"} 330 node_network_iface_link{device="vethca2e290"} 378 node_network_iface_link{device="vethcedb95b"} 382 node_network_iface_link{device="vethd265dce"} 260 node_network_iface_link{device="vethd42c81a"} 198 node_network_iface_link{device="vethd708099"} 346 node_network_iface_link{device="vethd9a9e56"} 370 node_network_iface_link{device="vethda488ab"} 390 node_network_iface_link{device="vethdc77733"} 230 node_network_iface_link{device="vethdd1e82b"} 306 node_network_iface_link{device="vethdd673dd"} 302 node_network_iface_link{device="vethdfc4a52"} 424 node_network_iface_link{device="vethdff48d2"} 338 node_network_iface_link{device="vethe2b893f"} 276 node_network_iface_link{device="vethe4e9ef2"} 272 node_network_iface_link{device="vethe64ce99"} 360 node_network_iface_link{device="vethebe9031"} 208 node_network_iface_link{device="vethf3936e7"} 256 node_network_iface_link{device="vethf563eb9"} 468 node_network_iface_link{device="vethf6fe517"} 270 node_network_iface_link{device="vethf76f104"} 278 node_network_iface_link{device="vethf92aadb"} 376 node_network_iface_link{device="vethfe038b1"} 380 node_network_iface_link{device="vethfe0576c"} 264 node_network_iface_link{device="vethfe0bd0a"} 374 # 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="veth013d122"} 0 node_network_iface_link_mode{device="veth0504e3f"} 0 node_network_iface_link_mode{device="veth05db0f7"} 0 node_network_iface_link_mode{device="veth070dc16"} 0 node_network_iface_link_mode{device="veth09dadd0"} 0 node_network_iface_link_mode{device="veth0e927ed"} 0 node_network_iface_link_mode{device="veth0ebd6b9"} 0 node_network_iface_link_mode{device="veth1369618"} 0 node_network_iface_link_mode{device="veth16175af"} 0 node_network_iface_link_mode{device="veth1acfb26"} 0 node_network_iface_link_mode{device="veth1cc526a"} 0 node_network_iface_link_mode{device="veth20cf20e"} 0 node_network_iface_link_mode{device="veth27ec560"} 0 node_network_iface_link_mode{device="veth2ee3bdb"} 0 node_network_iface_link_mode{device="veth32b8474"} 0 node_network_iface_link_mode{device="veth3481bec"} 0 node_network_iface_link_mode{device="veth3bd01cb"} 0 node_network_iface_link_mode{device="veth3da16d9"} 0 node_network_iface_link_mode{device="veth3dbd932"} 0 node_network_iface_link_mode{device="veth405c8e2"} 0 node_network_iface_link_mode{device="veth44fbd77"} 0 node_network_iface_link_mode{device="veth478a439"} 0 node_network_iface_link_mode{device="veth496dc9e"} 0 node_network_iface_link_mode{device="veth501ce68"} 0 node_network_iface_link_mode{device="veth535f23e"} 0 node_network_iface_link_mode{device="veth5383ed3"} 0 node_network_iface_link_mode{device="veth551ab63"} 0 node_network_iface_link_mode{device="veth568c7b1"} 0 node_network_iface_link_mode{device="veth5825ef6"} 0 node_network_iface_link_mode{device="veth59fde37"} 0 node_network_iface_link_mode{device="veth5dccb55"} 0 node_network_iface_link_mode{device="veth5f5e03f"} 0 node_network_iface_link_mode{device="veth640a6e1"} 0 node_network_iface_link_mode{device="veth646554f"} 0 node_network_iface_link_mode{device="veth66d4cdc"} 0 node_network_iface_link_mode{device="veth6db1bb4"} 0 node_network_iface_link_mode{device="veth6f0eabd"} 0 node_network_iface_link_mode{device="veth6f24c9c"} 0 node_network_iface_link_mode{device="veth706a3bd"} 0 node_network_iface_link_mode{device="veth72e972f"} 0 node_network_iface_link_mode{device="veth778cabc"} 0 node_network_iface_link_mode{device="veth7929c42"} 0 node_network_iface_link_mode{device="veth7df78fd"} 0 node_network_iface_link_mode{device="veth854191b"} 0 node_network_iface_link_mode{device="veth86f5afd"} 0 node_network_iface_link_mode{device="veth8d42d4d"} 0 node_network_iface_link_mode{device="veth909651e"} 0 node_network_iface_link_mode{device="veth921ea8e"} 0 node_network_iface_link_mode{device="veth9682edc"} 0 node_network_iface_link_mode{device="veth980ce1d"} 0 node_network_iface_link_mode{device="veth99538c3"} 0 node_network_iface_link_mode{device="veth9c7db97"} 0 node_network_iface_link_mode{device="veth9fec377"} 0 node_network_iface_link_mode{device="vetha13c42a"} 0 node_network_iface_link_mode{device="vetha408143"} 0 node_network_iface_link_mode{device="vetha543414"} 0 node_network_iface_link_mode{device="vetha672e59"} 0 node_network_iface_link_mode{device="vetha8df1c5"} 0 node_network_iface_link_mode{device="vethacb5af5"} 0 node_network_iface_link_mode{device="vethade4dfd"} 0 node_network_iface_link_mode{device="vethae2eb69"} 0 node_network_iface_link_mode{device="vethb1004d5"} 0 node_network_iface_link_mode{device="vethb258eca"} 0 node_network_iface_link_mode{device="vethb6c84c2"} 0 node_network_iface_link_mode{device="vethbcc40d1"} 0 node_network_iface_link_mode{device="vethc131a85"} 0 node_network_iface_link_mode{device="vethc1d7d0c"} 0 node_network_iface_link_mode{device="vethc2495fa"} 0 node_network_iface_link_mode{device="vethc25b260"} 0 node_network_iface_link_mode{device="vethc65ea14"} 0 node_network_iface_link_mode{device="vethca2e290"} 0 node_network_iface_link_mode{device="vethcedb95b"} 0 node_network_iface_link_mode{device="vethd265dce"} 0 node_network_iface_link_mode{device="vethd42c81a"} 0 node_network_iface_link_mode{device="vethd708099"} 0 node_network_iface_link_mode{device="vethd9a9e56"} 0 node_network_iface_link_mode{device="vethda488ab"} 0 node_network_iface_link_mode{device="vethdc77733"} 0 node_network_iface_link_mode{device="vethdd1e82b"} 0 node_network_iface_link_mode{device="vethdd673dd"} 0 node_network_iface_link_mode{device="vethdfc4a52"} 0 node_network_iface_link_mode{device="vethdff48d2"} 0 node_network_iface_link_mode{device="vethe2b893f"} 0 node_network_iface_link_mode{device="vethe4e9ef2"} 0 node_network_iface_link_mode{device="vethe64ce99"} 0 node_network_iface_link_mode{device="vethebe9031"} 0 node_network_iface_link_mode{device="vethf3936e7"} 0 node_network_iface_link_mode{device="vethf563eb9"} 0 node_network_iface_link_mode{device="vethf6fe517"} 0 node_network_iface_link_mode{device="vethf76f104"} 0 node_network_iface_link_mode{device="vethf92aadb"} 0 node_network_iface_link_mode{device="vethfe038b1"} 0 node_network_iface_link_mode{device="vethfe0576c"} 0 node_network_iface_link_mode{device="vethfe0bd0a"} 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:41:50:e4:78:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5dccb55",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:8e:1b:ac:83:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha13c42a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:e4:f2:50:7a:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda488ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:23:55:58:d1:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth854191b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:12:4a:c2:9b:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6f0eabd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:4c:ae:21:58:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d42d4d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:6c:30:2c:8d:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth66d4cdc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:d0:3e:45:f7:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth05db0f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:f1:16:c7:e5:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0504e3f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:f6:1e:19:0c:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd42c81a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:1e:ef:39:77:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2b893f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:4d:c8:99:be:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae2eb69",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:58:9d:7e:c6:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha408143",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:30:7e:2e:92:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth16175af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:7d:47:1d:91:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth921ea8e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:bf:85:23:15:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb258eca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:0e:60:da:12:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1004d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:a9:b8:24:d0:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf563eb9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:23:62:b2:7a:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdff48d2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:a7:b7:45:e4:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc65ea14",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:b0:b2:0f:8b:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe64ce99",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:12:7a:08:23:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth980ce1d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:22:f8:6f:30:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth909651e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:b5:3a:ad:89:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f5e03f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:64:5e:38:30:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20cf20e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:8a:b5:05:7d:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9fec377",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:9b:0f:92:d0:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc131a85",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:22:9e:72:f3:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth32b8474",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:4a:a7:d6:64:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7df78fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:12:16:0a:b0:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth706a3bd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:28:46:29:ff:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="4a:87:b5:ba:8d:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe038b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:03:6d:95:14:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcedb95b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:23:71:81:f0:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd673dd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:b1:c8:90:37:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth013d122",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:89:11:2b:f1:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1cc526a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:c9:56:4e:dd:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44fbd77",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:2d:9d:7a:11:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ebd6b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:40:44:b9:8b:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9682edc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:80:46:ed:09:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethade4dfd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:d8:6a:68:cb:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth640a6e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:3f:46:72:3b:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf92aadb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:1f:3b:37:f4:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth59fde37",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:22:e8:07:50:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth72e972f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:73:f4:2c:e1:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5825ef6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:d0:a8:33:e9:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc2495fa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:2c:c2:e2:9a:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd1e82b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:ce:f2:c2:16:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth568c7b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:80:9c:3e:24:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd708099",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:fb:cc:8c:50:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth551ab63",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:0e:80:c2:a9:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1acfb26",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:23:7b:e4:cc:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha8df1c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:ea:e2:15:a8:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethacb5af5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:03:7b:83:53:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3481bec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:3d:f1:19:c8:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth99538c3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:57:7b:72:ee:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf76f104",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:63:b3:0a:50:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9a9e56",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:fa:de:3b:5b:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethca2e290",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:39:eb:ad:bc:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth070dc16",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:50:59:f6:87:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth27ec560",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:b3:db:25:4e:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc25b260",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:0a:7e:d8:e8:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth646554f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:9d:fb:ad:d6:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha543414",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:ad:25:ba:64:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth478a439",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:c0:83:2f:9c:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth496dc9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:2c:e8:9b:cf:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e927ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:ee:ee:89:1f:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbcc40d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:79:8d:d7:cb:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth778cabc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:fc:f1:5d:52:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe0576c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:30:b1:ed:d9:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth86f5afd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:81:66:39:28:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethebe9031",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:38:4a:15:0d:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe0bd0a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:97:a0:e4:ff:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7929c42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:e3:ff:5e:7f:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3bd01cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:0c:52:47:b5:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth535f23e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:0d:49:b2:60:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3dbd932",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:0f:2f:98:65:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6f24c9c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:e1:fd:1b:2c:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf6fe517",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:8f:bd:7d:32:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd265dce",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:68:d8:b8:3e:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c7db97",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:47:3c:50:06:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf3936e7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:dd:02:90:b0:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5383ed3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:e1:e1:15:c0:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb6c84c2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:bf:fc:76:d8:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6db1bb4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:fb:1e:65:51:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdfc4a52",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:9f:6e:c0:7e:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1369618",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:09:07:cf:ad:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth09dadd0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:63:78:3f:83:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth501ce68",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:ac:e1:01:71:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker_gwbridge",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="e2:e8:17:70:03:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3da16d9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:eb:55:eb:72:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1d7d0c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:0a:9e:54:8a:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth405c8e2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:f5:0b:1d:44:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdc77733",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:5d:14:97:1a:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha672e59",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:a1:28:d8:b7:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ee3bdb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:a6:9f:76:7b:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe4e9ef2",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="veth013d122"} 1500 node_network_mtu_bytes{device="veth0504e3f"} 1500 node_network_mtu_bytes{device="veth05db0f7"} 1500 node_network_mtu_bytes{device="veth070dc16"} 1500 node_network_mtu_bytes{device="veth09dadd0"} 1500 node_network_mtu_bytes{device="veth0e927ed"} 1500 node_network_mtu_bytes{device="veth0ebd6b9"} 1500 node_network_mtu_bytes{device="veth1369618"} 1500 node_network_mtu_bytes{device="veth16175af"} 1500 node_network_mtu_bytes{device="veth1acfb26"} 1500 node_network_mtu_bytes{device="veth1cc526a"} 1500 node_network_mtu_bytes{device="veth20cf20e"} 1500 node_network_mtu_bytes{device="veth27ec560"} 1500 node_network_mtu_bytes{device="veth2ee3bdb"} 1500 node_network_mtu_bytes{device="veth32b8474"} 1500 node_network_mtu_bytes{device="veth3481bec"} 1500 node_network_mtu_bytes{device="veth3bd01cb"} 1500 node_network_mtu_bytes{device="veth3da16d9"} 1500 node_network_mtu_bytes{device="veth3dbd932"} 1500 node_network_mtu_bytes{device="veth405c8e2"} 1500 node_network_mtu_bytes{device="veth44fbd77"} 1500 node_network_mtu_bytes{device="veth478a439"} 1500 node_network_mtu_bytes{device="veth496dc9e"} 1500 node_network_mtu_bytes{device="veth501ce68"} 1500 node_network_mtu_bytes{device="veth535f23e"} 1500 node_network_mtu_bytes{device="veth5383ed3"} 1500 node_network_mtu_bytes{device="veth551ab63"} 1500 node_network_mtu_bytes{device="veth568c7b1"} 1500 node_network_mtu_bytes{device="veth5825ef6"} 1500 node_network_mtu_bytes{device="veth59fde37"} 1500 node_network_mtu_bytes{device="veth5dccb55"} 1500 node_network_mtu_bytes{device="veth5f5e03f"} 1500 node_network_mtu_bytes{device="veth640a6e1"} 1500 node_network_mtu_bytes{device="veth646554f"} 1500 node_network_mtu_bytes{device="veth66d4cdc"} 1500 node_network_mtu_bytes{device="veth6db1bb4"} 1500 node_network_mtu_bytes{device="veth6f0eabd"} 1500 node_network_mtu_bytes{device="veth6f24c9c"} 1500 node_network_mtu_bytes{device="veth706a3bd"} 1500 node_network_mtu_bytes{device="veth72e972f"} 1500 node_network_mtu_bytes{device="veth778cabc"} 1500 node_network_mtu_bytes{device="veth7929c42"} 1500 node_network_mtu_bytes{device="veth7df78fd"} 1500 node_network_mtu_bytes{device="veth854191b"} 1500 node_network_mtu_bytes{device="veth86f5afd"} 1500 node_network_mtu_bytes{device="veth8d42d4d"} 1500 node_network_mtu_bytes{device="veth909651e"} 1500 node_network_mtu_bytes{device="veth921ea8e"} 1500 node_network_mtu_bytes{device="veth9682edc"} 1500 node_network_mtu_bytes{device="veth980ce1d"} 1500 node_network_mtu_bytes{device="veth99538c3"} 1500 node_network_mtu_bytes{device="veth9c7db97"} 1500 node_network_mtu_bytes{device="veth9fec377"} 1500 node_network_mtu_bytes{device="vetha13c42a"} 1500 node_network_mtu_bytes{device="vetha408143"} 1500 node_network_mtu_bytes{device="vetha543414"} 1500 node_network_mtu_bytes{device="vetha672e59"} 1500 node_network_mtu_bytes{device="vetha8df1c5"} 1500 node_network_mtu_bytes{device="vethacb5af5"} 1500 node_network_mtu_bytes{device="vethade4dfd"} 1500 node_network_mtu_bytes{device="vethae2eb69"} 1500 node_network_mtu_bytes{device="vethb1004d5"} 1500 node_network_mtu_bytes{device="vethb258eca"} 1500 node_network_mtu_bytes{device="vethb6c84c2"} 1500 node_network_mtu_bytes{device="vethbcc40d1"} 1500 node_network_mtu_bytes{device="vethc131a85"} 1500 node_network_mtu_bytes{device="vethc1d7d0c"} 1500 node_network_mtu_bytes{device="vethc2495fa"} 1500 node_network_mtu_bytes{device="vethc25b260"} 1500 node_network_mtu_bytes{device="vethc65ea14"} 1500 node_network_mtu_bytes{device="vethca2e290"} 1500 node_network_mtu_bytes{device="vethcedb95b"} 1500 node_network_mtu_bytes{device="vethd265dce"} 1500 node_network_mtu_bytes{device="vethd42c81a"} 1500 node_network_mtu_bytes{device="vethd708099"} 1500 node_network_mtu_bytes{device="vethd9a9e56"} 1500 node_network_mtu_bytes{device="vethda488ab"} 1500 node_network_mtu_bytes{device="vethdc77733"} 1500 node_network_mtu_bytes{device="vethdd1e82b"} 1500 node_network_mtu_bytes{device="vethdd673dd"} 1500 node_network_mtu_bytes{device="vethdfc4a52"} 1500 node_network_mtu_bytes{device="vethdff48d2"} 1500 node_network_mtu_bytes{device="vethe2b893f"} 1500 node_network_mtu_bytes{device="vethe4e9ef2"} 1500 node_network_mtu_bytes{device="vethe64ce99"} 1500 node_network_mtu_bytes{device="vethebe9031"} 1500 node_network_mtu_bytes{device="vethf3936e7"} 1500 node_network_mtu_bytes{device="vethf563eb9"} 1500 node_network_mtu_bytes{device="vethf6fe517"} 1500 node_network_mtu_bytes{device="vethf76f104"} 1500 node_network_mtu_bytes{device="vethf92aadb"} 1500 node_network_mtu_bytes{device="vethfe038b1"} 1500 node_network_mtu_bytes{device="vethfe0576c"} 1500 node_network_mtu_bytes{device="vethfe0bd0a"} 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="veth013d122"} 3 node_network_name_assign_type{device="veth0504e3f"} 3 node_network_name_assign_type{device="veth05db0f7"} 3 node_network_name_assign_type{device="veth070dc16"} 3 node_network_name_assign_type{device="veth09dadd0"} 3 node_network_name_assign_type{device="veth0e927ed"} 3 node_network_name_assign_type{device="veth0ebd6b9"} 3 node_network_name_assign_type{device="veth1369618"} 3 node_network_name_assign_type{device="veth16175af"} 3 node_network_name_assign_type{device="veth1acfb26"} 3 node_network_name_assign_type{device="veth1cc526a"} 3 node_network_name_assign_type{device="veth20cf20e"} 3 node_network_name_assign_type{device="veth27ec560"} 3 node_network_name_assign_type{device="veth2ee3bdb"} 3 node_network_name_assign_type{device="veth32b8474"} 3 node_network_name_assign_type{device="veth3481bec"} 3 node_network_name_assign_type{device="veth3bd01cb"} 3 node_network_name_assign_type{device="veth3da16d9"} 3 node_network_name_assign_type{device="veth3dbd932"} 3 node_network_name_assign_type{device="veth405c8e2"} 3 node_network_name_assign_type{device="veth44fbd77"} 3 node_network_name_assign_type{device="veth478a439"} 3 node_network_name_assign_type{device="veth496dc9e"} 3 node_network_name_assign_type{device="veth501ce68"} 3 node_network_name_assign_type{device="veth535f23e"} 3 node_network_name_assign_type{device="veth5383ed3"} 3 node_network_name_assign_type{device="veth551ab63"} 3 node_network_name_assign_type{device="veth568c7b1"} 3 node_network_name_assign_type{device="veth5825ef6"} 3 node_network_name_assign_type{device="veth59fde37"} 3 node_network_name_assign_type{device="veth5dccb55"} 3 node_network_name_assign_type{device="veth5f5e03f"} 3 node_network_name_assign_type{device="veth640a6e1"} 3 node_network_name_assign_type{device="veth646554f"} 3 node_network_name_assign_type{device="veth66d4cdc"} 3 node_network_name_assign_type{device="veth6db1bb4"} 3 node_network_name_assign_type{device="veth6f0eabd"} 3 node_network_name_assign_type{device="veth6f24c9c"} 3 node_network_name_assign_type{device="veth706a3bd"} 3 node_network_name_assign_type{device="veth72e972f"} 3 node_network_name_assign_type{device="veth778cabc"} 3 node_network_name_assign_type{device="veth7929c42"} 3 node_network_name_assign_type{device="veth7df78fd"} 3 node_network_name_assign_type{device="veth854191b"} 3 node_network_name_assign_type{device="veth86f5afd"} 3 node_network_name_assign_type{device="veth8d42d4d"} 3 node_network_name_assign_type{device="veth909651e"} 3 node_network_name_assign_type{device="veth921ea8e"} 3 node_network_name_assign_type{device="veth9682edc"} 3 node_network_name_assign_type{device="veth980ce1d"} 3 node_network_name_assign_type{device="veth99538c3"} 3 node_network_name_assign_type{device="veth9c7db97"} 3 node_network_name_assign_type{device="veth9fec377"} 3 node_network_name_assign_type{device="vetha13c42a"} 3 node_network_name_assign_type{device="vetha408143"} 3 node_network_name_assign_type{device="vetha543414"} 3 node_network_name_assign_type{device="vetha672e59"} 3 node_network_name_assign_type{device="vetha8df1c5"} 3 node_network_name_assign_type{device="vethacb5af5"} 3 node_network_name_assign_type{device="vethade4dfd"} 3 node_network_name_assign_type{device="vethae2eb69"} 3 node_network_name_assign_type{device="vethb1004d5"} 3 node_network_name_assign_type{device="vethb258eca"} 3 node_network_name_assign_type{device="vethb6c84c2"} 3 node_network_name_assign_type{device="vethbcc40d1"} 3 node_network_name_assign_type{device="vethc131a85"} 3 node_network_name_assign_type{device="vethc1d7d0c"} 3 node_network_name_assign_type{device="vethc2495fa"} 3 node_network_name_assign_type{device="vethc25b260"} 3 node_network_name_assign_type{device="vethc65ea14"} 3 node_network_name_assign_type{device="vethca2e290"} 3 node_network_name_assign_type{device="vethcedb95b"} 3 node_network_name_assign_type{device="vethd265dce"} 3 node_network_name_assign_type{device="vethd42c81a"} 3 node_network_name_assign_type{device="vethd708099"} 3 node_network_name_assign_type{device="vethd9a9e56"} 3 node_network_name_assign_type{device="vethda488ab"} 3 node_network_name_assign_type{device="vethdc77733"} 3 node_network_name_assign_type{device="vethdd1e82b"} 3 node_network_name_assign_type{device="vethdd673dd"} 3 node_network_name_assign_type{device="vethdfc4a52"} 3 node_network_name_assign_type{device="vethdff48d2"} 3 node_network_name_assign_type{device="vethe2b893f"} 3 node_network_name_assign_type{device="vethe4e9ef2"} 3 node_network_name_assign_type{device="vethe64ce99"} 3 node_network_name_assign_type{device="vethebe9031"} 3 node_network_name_assign_type{device="vethf3936e7"} 3 node_network_name_assign_type{device="vethf563eb9"} 3 node_network_name_assign_type{device="vethf6fe517"} 3 node_network_name_assign_type{device="vethf76f104"} 3 node_network_name_assign_type{device="vethf92aadb"} 3 node_network_name_assign_type{device="vethfe038b1"} 3 node_network_name_assign_type{device="vethfe0576c"} 3 node_network_name_assign_type{device="vethfe0bd0a"} 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="veth013d122"} 0 node_network_net_dev_group{device="veth0504e3f"} 0 node_network_net_dev_group{device="veth05db0f7"} 0 node_network_net_dev_group{device="veth070dc16"} 0 node_network_net_dev_group{device="veth09dadd0"} 0 node_network_net_dev_group{device="veth0e927ed"} 0 node_network_net_dev_group{device="veth0ebd6b9"} 0 node_network_net_dev_group{device="veth1369618"} 0 node_network_net_dev_group{device="veth16175af"} 0 node_network_net_dev_group{device="veth1acfb26"} 0 node_network_net_dev_group{device="veth1cc526a"} 0 node_network_net_dev_group{device="veth20cf20e"} 0 node_network_net_dev_group{device="veth27ec560"} 0 node_network_net_dev_group{device="veth2ee3bdb"} 0 node_network_net_dev_group{device="veth32b8474"} 0 node_network_net_dev_group{device="veth3481bec"} 0 node_network_net_dev_group{device="veth3bd01cb"} 0 node_network_net_dev_group{device="veth3da16d9"} 0 node_network_net_dev_group{device="veth3dbd932"} 0 node_network_net_dev_group{device="veth405c8e2"} 0 node_network_net_dev_group{device="veth44fbd77"} 0 node_network_net_dev_group{device="veth478a439"} 0 node_network_net_dev_group{device="veth496dc9e"} 0 node_network_net_dev_group{device="veth501ce68"} 0 node_network_net_dev_group{device="veth535f23e"} 0 node_network_net_dev_group{device="veth5383ed3"} 0 node_network_net_dev_group{device="veth551ab63"} 0 node_network_net_dev_group{device="veth568c7b1"} 0 node_network_net_dev_group{device="veth5825ef6"} 0 node_network_net_dev_group{device="veth59fde37"} 0 node_network_net_dev_group{device="veth5dccb55"} 0 node_network_net_dev_group{device="veth5f5e03f"} 0 node_network_net_dev_group{device="veth640a6e1"} 0 node_network_net_dev_group{device="veth646554f"} 0 node_network_net_dev_group{device="veth66d4cdc"} 0 node_network_net_dev_group{device="veth6db1bb4"} 0 node_network_net_dev_group{device="veth6f0eabd"} 0 node_network_net_dev_group{device="veth6f24c9c"} 0 node_network_net_dev_group{device="veth706a3bd"} 0 node_network_net_dev_group{device="veth72e972f"} 0 node_network_net_dev_group{device="veth778cabc"} 0 node_network_net_dev_group{device="veth7929c42"} 0 node_network_net_dev_group{device="veth7df78fd"} 0 node_network_net_dev_group{device="veth854191b"} 0 node_network_net_dev_group{device="veth86f5afd"} 0 node_network_net_dev_group{device="veth8d42d4d"} 0 node_network_net_dev_group{device="veth909651e"} 0 node_network_net_dev_group{device="veth921ea8e"} 0 node_network_net_dev_group{device="veth9682edc"} 0 node_network_net_dev_group{device="veth980ce1d"} 0 node_network_net_dev_group{device="veth99538c3"} 0 node_network_net_dev_group{device="veth9c7db97"} 0 node_network_net_dev_group{device="veth9fec377"} 0 node_network_net_dev_group{device="vetha13c42a"} 0 node_network_net_dev_group{device="vetha408143"} 0 node_network_net_dev_group{device="vetha543414"} 0 node_network_net_dev_group{device="vetha672e59"} 0 node_network_net_dev_group{device="vetha8df1c5"} 0 node_network_net_dev_group{device="vethacb5af5"} 0 node_network_net_dev_group{device="vethade4dfd"} 0 node_network_net_dev_group{device="vethae2eb69"} 0 node_network_net_dev_group{device="vethb1004d5"} 0 node_network_net_dev_group{device="vethb258eca"} 0 node_network_net_dev_group{device="vethb6c84c2"} 0 node_network_net_dev_group{device="vethbcc40d1"} 0 node_network_net_dev_group{device="vethc131a85"} 0 node_network_net_dev_group{device="vethc1d7d0c"} 0 node_network_net_dev_group{device="vethc2495fa"} 0 node_network_net_dev_group{device="vethc25b260"} 0 node_network_net_dev_group{device="vethc65ea14"} 0 node_network_net_dev_group{device="vethca2e290"} 0 node_network_net_dev_group{device="vethcedb95b"} 0 node_network_net_dev_group{device="vethd265dce"} 0 node_network_net_dev_group{device="vethd42c81a"} 0 node_network_net_dev_group{device="vethd708099"} 0 node_network_net_dev_group{device="vethd9a9e56"} 0 node_network_net_dev_group{device="vethda488ab"} 0 node_network_net_dev_group{device="vethdc77733"} 0 node_network_net_dev_group{device="vethdd1e82b"} 0 node_network_net_dev_group{device="vethdd673dd"} 0 node_network_net_dev_group{device="vethdfc4a52"} 0 node_network_net_dev_group{device="vethdff48d2"} 0 node_network_net_dev_group{device="vethe2b893f"} 0 node_network_net_dev_group{device="vethe4e9ef2"} 0 node_network_net_dev_group{device="vethe64ce99"} 0 node_network_net_dev_group{device="vethebe9031"} 0 node_network_net_dev_group{device="vethf3936e7"} 0 node_network_net_dev_group{device="vethf563eb9"} 0 node_network_net_dev_group{device="vethf6fe517"} 0 node_network_net_dev_group{device="vethf76f104"} 0 node_network_net_dev_group{device="vethf92aadb"} 0 node_network_net_dev_group{device="vethfe038b1"} 0 node_network_net_dev_group{device="vethfe0576c"} 0 node_network_net_dev_group{device="vethfe0bd0a"} 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="veth013d122"} 1 node_network_protocol_type{device="veth0504e3f"} 1 node_network_protocol_type{device="veth05db0f7"} 1 node_network_protocol_type{device="veth070dc16"} 1 node_network_protocol_type{device="veth09dadd0"} 1 node_network_protocol_type{device="veth0e927ed"} 1 node_network_protocol_type{device="veth0ebd6b9"} 1 node_network_protocol_type{device="veth1369618"} 1 node_network_protocol_type{device="veth16175af"} 1 node_network_protocol_type{device="veth1acfb26"} 1 node_network_protocol_type{device="veth1cc526a"} 1 node_network_protocol_type{device="veth20cf20e"} 1 node_network_protocol_type{device="veth27ec560"} 1 node_network_protocol_type{device="veth2ee3bdb"} 1 node_network_protocol_type{device="veth32b8474"} 1 node_network_protocol_type{device="veth3481bec"} 1 node_network_protocol_type{device="veth3bd01cb"} 1 node_network_protocol_type{device="veth3da16d9"} 1 node_network_protocol_type{device="veth3dbd932"} 1 node_network_protocol_type{device="veth405c8e2"} 1 node_network_protocol_type{device="veth44fbd77"} 1 node_network_protocol_type{device="veth478a439"} 1 node_network_protocol_type{device="veth496dc9e"} 1 node_network_protocol_type{device="veth501ce68"} 1 node_network_protocol_type{device="veth535f23e"} 1 node_network_protocol_type{device="veth5383ed3"} 1 node_network_protocol_type{device="veth551ab63"} 1 node_network_protocol_type{device="veth568c7b1"} 1 node_network_protocol_type{device="veth5825ef6"} 1 node_network_protocol_type{device="veth59fde37"} 1 node_network_protocol_type{device="veth5dccb55"} 1 node_network_protocol_type{device="veth5f5e03f"} 1 node_network_protocol_type{device="veth640a6e1"} 1 node_network_protocol_type{device="veth646554f"} 1 node_network_protocol_type{device="veth66d4cdc"} 1 node_network_protocol_type{device="veth6db1bb4"} 1 node_network_protocol_type{device="veth6f0eabd"} 1 node_network_protocol_type{device="veth6f24c9c"} 1 node_network_protocol_type{device="veth706a3bd"} 1 node_network_protocol_type{device="veth72e972f"} 1 node_network_protocol_type{device="veth778cabc"} 1 node_network_protocol_type{device="veth7929c42"} 1 node_network_protocol_type{device="veth7df78fd"} 1 node_network_protocol_type{device="veth854191b"} 1 node_network_protocol_type{device="veth86f5afd"} 1 node_network_protocol_type{device="veth8d42d4d"} 1 node_network_protocol_type{device="veth909651e"} 1 node_network_protocol_type{device="veth921ea8e"} 1 node_network_protocol_type{device="veth9682edc"} 1 node_network_protocol_type{device="veth980ce1d"} 1 node_network_protocol_type{device="veth99538c3"} 1 node_network_protocol_type{device="veth9c7db97"} 1 node_network_protocol_type{device="veth9fec377"} 1 node_network_protocol_type{device="vetha13c42a"} 1 node_network_protocol_type{device="vetha408143"} 1 node_network_protocol_type{device="vetha543414"} 1 node_network_protocol_type{device="vetha672e59"} 1 node_network_protocol_type{device="vetha8df1c5"} 1 node_network_protocol_type{device="vethacb5af5"} 1 node_network_protocol_type{device="vethade4dfd"} 1 node_network_protocol_type{device="vethae2eb69"} 1 node_network_protocol_type{device="vethb1004d5"} 1 node_network_protocol_type{device="vethb258eca"} 1 node_network_protocol_type{device="vethb6c84c2"} 1 node_network_protocol_type{device="vethbcc40d1"} 1 node_network_protocol_type{device="vethc131a85"} 1 node_network_protocol_type{device="vethc1d7d0c"} 1 node_network_protocol_type{device="vethc2495fa"} 1 node_network_protocol_type{device="vethc25b260"} 1 node_network_protocol_type{device="vethc65ea14"} 1 node_network_protocol_type{device="vethca2e290"} 1 node_network_protocol_type{device="vethcedb95b"} 1 node_network_protocol_type{device="vethd265dce"} 1 node_network_protocol_type{device="vethd42c81a"} 1 node_network_protocol_type{device="vethd708099"} 1 node_network_protocol_type{device="vethd9a9e56"} 1 node_network_protocol_type{device="vethda488ab"} 1 node_network_protocol_type{device="vethdc77733"} 1 node_network_protocol_type{device="vethdd1e82b"} 1 node_network_protocol_type{device="vethdd673dd"} 1 node_network_protocol_type{device="vethdfc4a52"} 1 node_network_protocol_type{device="vethdff48d2"} 1 node_network_protocol_type{device="vethe2b893f"} 1 node_network_protocol_type{device="vethe4e9ef2"} 1 node_network_protocol_type{device="vethe64ce99"} 1 node_network_protocol_type{device="vethebe9031"} 1 node_network_protocol_type{device="vethf3936e7"} 1 node_network_protocol_type{device="vethf563eb9"} 1 node_network_protocol_type{device="vethf6fe517"} 1 node_network_protocol_type{device="vethf76f104"} 1 node_network_protocol_type{device="vethf92aadb"} 1 node_network_protocol_type{device="vethfe038b1"} 1 node_network_protocol_type{device="vethfe0576c"} 1 node_network_protocol_type{device="vethfe0bd0a"} 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"} 10259 node_network_receive_bytes_total{device="eth1"} 336 node_network_receive_bytes_total{device="eth2"} 749995 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"} 68 node_network_receive_packets_total{device="eth1"} 8 node_network_receive_packets_total{device="eth2"} 4997 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="veth013d122"} 1.25e+09 node_network_speed_bytes{device="veth0504e3f"} 1.25e+09 node_network_speed_bytes{device="veth05db0f7"} 1.25e+09 node_network_speed_bytes{device="veth070dc16"} 1.25e+09 node_network_speed_bytes{device="veth09dadd0"} 1.25e+09 node_network_speed_bytes{device="veth0e927ed"} 1.25e+09 node_network_speed_bytes{device="veth0ebd6b9"} 1.25e+09 node_network_speed_bytes{device="veth1369618"} 1.25e+09 node_network_speed_bytes{device="veth16175af"} 1.25e+09 node_network_speed_bytes{device="veth1acfb26"} 1.25e+09 node_network_speed_bytes{device="veth1cc526a"} 1.25e+09 node_network_speed_bytes{device="veth20cf20e"} 1.25e+09 node_network_speed_bytes{device="veth27ec560"} 1.25e+09 node_network_speed_bytes{device="veth2ee3bdb"} 1.25e+09 node_network_speed_bytes{device="veth32b8474"} 1.25e+09 node_network_speed_bytes{device="veth3481bec"} 1.25e+09 node_network_speed_bytes{device="veth3bd01cb"} 1.25e+09 node_network_speed_bytes{device="veth3da16d9"} 1.25e+09 node_network_speed_bytes{device="veth3dbd932"} 1.25e+09 node_network_speed_bytes{device="veth405c8e2"} 1.25e+09 node_network_speed_bytes{device="veth44fbd77"} 1.25e+09 node_network_speed_bytes{device="veth478a439"} 1.25e+09 node_network_speed_bytes{device="veth496dc9e"} 1.25e+09 node_network_speed_bytes{device="veth501ce68"} 1.25e+09 node_network_speed_bytes{device="veth535f23e"} 1.25e+09 node_network_speed_bytes{device="veth5383ed3"} 1.25e+09 node_network_speed_bytes{device="veth551ab63"} 1.25e+09 node_network_speed_bytes{device="veth568c7b1"} 1.25e+09 node_network_speed_bytes{device="veth5825ef6"} 1.25e+09 node_network_speed_bytes{device="veth59fde37"} 1.25e+09 node_network_speed_bytes{device="veth5dccb55"} 1.25e+09 node_network_speed_bytes{device="veth5f5e03f"} 1.25e+09 node_network_speed_bytes{device="veth640a6e1"} 1.25e+09 node_network_speed_bytes{device="veth646554f"} 1.25e+09 node_network_speed_bytes{device="veth66d4cdc"} 1.25e+09 node_network_speed_bytes{device="veth6db1bb4"} 1.25e+09 node_network_speed_bytes{device="veth6f0eabd"} 1.25e+09 node_network_speed_bytes{device="veth6f24c9c"} 1.25e+09 node_network_speed_bytes{device="veth706a3bd"} 1.25e+09 node_network_speed_bytes{device="veth72e972f"} 1.25e+09 node_network_speed_bytes{device="veth778cabc"} 1.25e+09 node_network_speed_bytes{device="veth7929c42"} 1.25e+09 node_network_speed_bytes{device="veth7df78fd"} 1.25e+09 node_network_speed_bytes{device="veth854191b"} 1.25e+09 node_network_speed_bytes{device="veth86f5afd"} 1.25e+09 node_network_speed_bytes{device="veth8d42d4d"} 1.25e+09 node_network_speed_bytes{device="veth909651e"} 1.25e+09 node_network_speed_bytes{device="veth921ea8e"} 1.25e+09 node_network_speed_bytes{device="veth9682edc"} 1.25e+09 node_network_speed_bytes{device="veth980ce1d"} 1.25e+09 node_network_speed_bytes{device="veth99538c3"} 1.25e+09 node_network_speed_bytes{device="veth9c7db97"} 1.25e+09 node_network_speed_bytes{device="veth9fec377"} 1.25e+09 node_network_speed_bytes{device="vetha13c42a"} 1.25e+09 node_network_speed_bytes{device="vetha408143"} 1.25e+09 node_network_speed_bytes{device="vetha543414"} 1.25e+09 node_network_speed_bytes{device="vetha672e59"} 1.25e+09 node_network_speed_bytes{device="vetha8df1c5"} 1.25e+09 node_network_speed_bytes{device="vethacb5af5"} 1.25e+09 node_network_speed_bytes{device="vethade4dfd"} 1.25e+09 node_network_speed_bytes{device="vethae2eb69"} 1.25e+09 node_network_speed_bytes{device="vethb1004d5"} 1.25e+09 node_network_speed_bytes{device="vethb258eca"} 1.25e+09 node_network_speed_bytes{device="vethb6c84c2"} 1.25e+09 node_network_speed_bytes{device="vethbcc40d1"} 1.25e+09 node_network_speed_bytes{device="vethc131a85"} 1.25e+09 node_network_speed_bytes{device="vethc1d7d0c"} 1.25e+09 node_network_speed_bytes{device="vethc2495fa"} 1.25e+09 node_network_speed_bytes{device="vethc25b260"} 1.25e+09 node_network_speed_bytes{device="vethc65ea14"} 1.25e+09 node_network_speed_bytes{device="vethca2e290"} 1.25e+09 node_network_speed_bytes{device="vethcedb95b"} 1.25e+09 node_network_speed_bytes{device="vethd265dce"} 1.25e+09 node_network_speed_bytes{device="vethd42c81a"} 1.25e+09 node_network_speed_bytes{device="vethd708099"} 1.25e+09 node_network_speed_bytes{device="vethd9a9e56"} 1.25e+09 node_network_speed_bytes{device="vethda488ab"} 1.25e+09 node_network_speed_bytes{device="vethdc77733"} 1.25e+09 node_network_speed_bytes{device="vethdd1e82b"} 1.25e+09 node_network_speed_bytes{device="vethdd673dd"} 1.25e+09 node_network_speed_bytes{device="vethdfc4a52"} 1.25e+09 node_network_speed_bytes{device="vethdff48d2"} 1.25e+09 node_network_speed_bytes{device="vethe2b893f"} 1.25e+09 node_network_speed_bytes{device="vethe4e9ef2"} 1.25e+09 node_network_speed_bytes{device="vethe64ce99"} 1.25e+09 node_network_speed_bytes{device="vethebe9031"} 1.25e+09 node_network_speed_bytes{device="vethf3936e7"} 1.25e+09 node_network_speed_bytes{device="vethf563eb9"} 1.25e+09 node_network_speed_bytes{device="vethf6fe517"} 1.25e+09 node_network_speed_bytes{device="vethf76f104"} 1.25e+09 node_network_speed_bytes{device="vethf92aadb"} 1.25e+09 node_network_speed_bytes{device="vethfe038b1"} 1.25e+09 node_network_speed_bytes{device="vethfe0576c"} 1.25e+09 node_network_speed_bytes{device="vethfe0bd0a"} 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"} 11187 node_network_transmit_bytes_total{device="eth1"} 126 node_network_transmit_bytes_total{device="eth2"} 1.7217317e+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"} 59 node_network_transmit_packets_total{device="eth1"} 3 node_network_transmit_packets_total{device="eth2"} 4943 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="veth013d122"} 0 node_network_transmit_queue_length{device="veth0504e3f"} 0 node_network_transmit_queue_length{device="veth05db0f7"} 0 node_network_transmit_queue_length{device="veth070dc16"} 0 node_network_transmit_queue_length{device="veth09dadd0"} 0 node_network_transmit_queue_length{device="veth0e927ed"} 0 node_network_transmit_queue_length{device="veth0ebd6b9"} 0 node_network_transmit_queue_length{device="veth1369618"} 0 node_network_transmit_queue_length{device="veth16175af"} 0 node_network_transmit_queue_length{device="veth1acfb26"} 0 node_network_transmit_queue_length{device="veth1cc526a"} 0 node_network_transmit_queue_length{device="veth20cf20e"} 0 node_network_transmit_queue_length{device="veth27ec560"} 0 node_network_transmit_queue_length{device="veth2ee3bdb"} 0 node_network_transmit_queue_length{device="veth32b8474"} 0 node_network_transmit_queue_length{device="veth3481bec"} 0 node_network_transmit_queue_length{device="veth3bd01cb"} 0 node_network_transmit_queue_length{device="veth3da16d9"} 0 node_network_transmit_queue_length{device="veth3dbd932"} 0 node_network_transmit_queue_length{device="veth405c8e2"} 0 node_network_transmit_queue_length{device="veth44fbd77"} 0 node_network_transmit_queue_length{device="veth478a439"} 0 node_network_transmit_queue_length{device="veth496dc9e"} 0 node_network_transmit_queue_length{device="veth501ce68"} 0 node_network_transmit_queue_length{device="veth535f23e"} 0 node_network_transmit_queue_length{device="veth5383ed3"} 0 node_network_transmit_queue_length{device="veth551ab63"} 0 node_network_transmit_queue_length{device="veth568c7b1"} 0 node_network_transmit_queue_length{device="veth5825ef6"} 0 node_network_transmit_queue_length{device="veth59fde37"} 0 node_network_transmit_queue_length{device="veth5dccb55"} 0 node_network_transmit_queue_length{device="veth5f5e03f"} 0 node_network_transmit_queue_length{device="veth640a6e1"} 0 node_network_transmit_queue_length{device="veth646554f"} 0 node_network_transmit_queue_length{device="veth66d4cdc"} 0 node_network_transmit_queue_length{device="veth6db1bb4"} 0 node_network_transmit_queue_length{device="veth6f0eabd"} 0 node_network_transmit_queue_length{device="veth6f24c9c"} 0 node_network_transmit_queue_length{device="veth706a3bd"} 0 node_network_transmit_queue_length{device="veth72e972f"} 0 node_network_transmit_queue_length{device="veth778cabc"} 0 node_network_transmit_queue_length{device="veth7929c42"} 0 node_network_transmit_queue_length{device="veth7df78fd"} 0 node_network_transmit_queue_length{device="veth854191b"} 0 node_network_transmit_queue_length{device="veth86f5afd"} 0 node_network_transmit_queue_length{device="veth8d42d4d"} 0 node_network_transmit_queue_length{device="veth909651e"} 0 node_network_transmit_queue_length{device="veth921ea8e"} 0 node_network_transmit_queue_length{device="veth9682edc"} 0 node_network_transmit_queue_length{device="veth980ce1d"} 0 node_network_transmit_queue_length{device="veth99538c3"} 0 node_network_transmit_queue_length{device="veth9c7db97"} 0 node_network_transmit_queue_length{device="veth9fec377"} 0 node_network_transmit_queue_length{device="vetha13c42a"} 0 node_network_transmit_queue_length{device="vetha408143"} 0 node_network_transmit_queue_length{device="vetha543414"} 0 node_network_transmit_queue_length{device="vetha672e59"} 0 node_network_transmit_queue_length{device="vetha8df1c5"} 0 node_network_transmit_queue_length{device="vethacb5af5"} 0 node_network_transmit_queue_length{device="vethade4dfd"} 0 node_network_transmit_queue_length{device="vethae2eb69"} 0 node_network_transmit_queue_length{device="vethb1004d5"} 0 node_network_transmit_queue_length{device="vethb258eca"} 0 node_network_transmit_queue_length{device="vethb6c84c2"} 0 node_network_transmit_queue_length{device="vethbcc40d1"} 0 node_network_transmit_queue_length{device="vethc131a85"} 0 node_network_transmit_queue_length{device="vethc1d7d0c"} 0 node_network_transmit_queue_length{device="vethc2495fa"} 0 node_network_transmit_queue_length{device="vethc25b260"} 0 node_network_transmit_queue_length{device="vethc65ea14"} 0 node_network_transmit_queue_length{device="vethca2e290"} 0 node_network_transmit_queue_length{device="vethcedb95b"} 0 node_network_transmit_queue_length{device="vethd265dce"} 0 node_network_transmit_queue_length{device="vethd42c81a"} 0 node_network_transmit_queue_length{device="vethd708099"} 0 node_network_transmit_queue_length{device="vethd9a9e56"} 0 node_network_transmit_queue_length{device="vethda488ab"} 0 node_network_transmit_queue_length{device="vethdc77733"} 0 node_network_transmit_queue_length{device="vethdd1e82b"} 0 node_network_transmit_queue_length{device="vethdd673dd"} 0 node_network_transmit_queue_length{device="vethdfc4a52"} 0 node_network_transmit_queue_length{device="vethdff48d2"} 0 node_network_transmit_queue_length{device="vethe2b893f"} 0 node_network_transmit_queue_length{device="vethe4e9ef2"} 0 node_network_transmit_queue_length{device="vethe64ce99"} 0 node_network_transmit_queue_length{device="vethebe9031"} 0 node_network_transmit_queue_length{device="vethf3936e7"} 0 node_network_transmit_queue_length{device="vethf563eb9"} 0 node_network_transmit_queue_length{device="vethf6fe517"} 0 node_network_transmit_queue_length{device="vethf76f104"} 0 node_network_transmit_queue_length{device="vethf92aadb"} 0 node_network_transmit_queue_length{device="vethfe038b1"} 0 node_network_transmit_queue_length{device="vethfe0576c"} 0 node_network_transmit_queue_length{device="vethfe0bd0a"} 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="veth013d122"} 1 node_network_up{device="veth0504e3f"} 1 node_network_up{device="veth05db0f7"} 1 node_network_up{device="veth070dc16"} 1 node_network_up{device="veth09dadd0"} 1 node_network_up{device="veth0e927ed"} 1 node_network_up{device="veth0ebd6b9"} 1 node_network_up{device="veth1369618"} 1 node_network_up{device="veth16175af"} 1 node_network_up{device="veth1acfb26"} 1 node_network_up{device="veth1cc526a"} 1 node_network_up{device="veth20cf20e"} 1 node_network_up{device="veth27ec560"} 1 node_network_up{device="veth2ee3bdb"} 1 node_network_up{device="veth32b8474"} 1 node_network_up{device="veth3481bec"} 1 node_network_up{device="veth3bd01cb"} 1 node_network_up{device="veth3da16d9"} 1 node_network_up{device="veth3dbd932"} 1 node_network_up{device="veth405c8e2"} 1 node_network_up{device="veth44fbd77"} 1 node_network_up{device="veth478a439"} 1 node_network_up{device="veth496dc9e"} 1 node_network_up{device="veth501ce68"} 1 node_network_up{device="veth535f23e"} 1 node_network_up{device="veth5383ed3"} 1 node_network_up{device="veth551ab63"} 1 node_network_up{device="veth568c7b1"} 1 node_network_up{device="veth5825ef6"} 1 node_network_up{device="veth59fde37"} 1 node_network_up{device="veth5dccb55"} 1 node_network_up{device="veth5f5e03f"} 1 node_network_up{device="veth640a6e1"} 1 node_network_up{device="veth646554f"} 1 node_network_up{device="veth66d4cdc"} 1 node_network_up{device="veth6db1bb4"} 1 node_network_up{device="veth6f0eabd"} 1 node_network_up{device="veth6f24c9c"} 1 node_network_up{device="veth706a3bd"} 1 node_network_up{device="veth72e972f"} 1 node_network_up{device="veth778cabc"} 1 node_network_up{device="veth7929c42"} 1 node_network_up{device="veth7df78fd"} 1 node_network_up{device="veth854191b"} 1 node_network_up{device="veth86f5afd"} 1 node_network_up{device="veth8d42d4d"} 1 node_network_up{device="veth909651e"} 1 node_network_up{device="veth921ea8e"} 1 node_network_up{device="veth9682edc"} 1 node_network_up{device="veth980ce1d"} 1 node_network_up{device="veth99538c3"} 1 node_network_up{device="veth9c7db97"} 1 node_network_up{device="veth9fec377"} 1 node_network_up{device="vetha13c42a"} 1 node_network_up{device="vetha408143"} 1 node_network_up{device="vetha543414"} 1 node_network_up{device="vetha672e59"} 1 node_network_up{device="vetha8df1c5"} 1 node_network_up{device="vethacb5af5"} 1 node_network_up{device="vethade4dfd"} 1 node_network_up{device="vethae2eb69"} 1 node_network_up{device="vethb1004d5"} 1 node_network_up{device="vethb258eca"} 1 node_network_up{device="vethb6c84c2"} 1 node_network_up{device="vethbcc40d1"} 1 node_network_up{device="vethc131a85"} 1 node_network_up{device="vethc1d7d0c"} 1 node_network_up{device="vethc2495fa"} 1 node_network_up{device="vethc25b260"} 1 node_network_up{device="vethc65ea14"} 1 node_network_up{device="vethca2e290"} 1 node_network_up{device="vethcedb95b"} 1 node_network_up{device="vethd265dce"} 1 node_network_up{device="vethd42c81a"} 1 node_network_up{device="vethd708099"} 1 node_network_up{device="vethd9a9e56"} 1 node_network_up{device="vethda488ab"} 1 node_network_up{device="vethdc77733"} 1 node_network_up{device="vethdd1e82b"} 1 node_network_up{device="vethdd673dd"} 1 node_network_up{device="vethdfc4a52"} 1 node_network_up{device="vethdff48d2"} 1 node_network_up{device="vethe2b893f"} 1 node_network_up{device="vethe4e9ef2"} 1 node_network_up{device="vethe64ce99"} 1 node_network_up{device="vethebe9031"} 1 node_network_up{device="vethf3936e7"} 1 node_network_up{device="vethf563eb9"} 1 node_network_up{device="vethf6fe517"} 1 node_network_up{device="vethf76f104"} 1 node_network_up{device="vethf92aadb"} 1 node_network_up{device="vethfe038b1"} 1 node_network_up{device="vethfe0576c"} 1 node_network_up{device="vethfe0bd0a"} 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 209.065067 # 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 400.236637 # 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 425.060514 # 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.007897 # HELP node_pressure_memory_waiting_seconds_total Total time in seconds that processes have waited for memory # TYPE node_pressure_memory_waiting_seconds_total counter node_pressure_memory_waiting_seconds_total 0.066606 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 1 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 10735.214122643 node_schedstat_running_seconds_total{cpu="1"} 10711.340460053 node_schedstat_running_seconds_total{cpu="10"} 12252.093646918 node_schedstat_running_seconds_total{cpu="11"} 11859.378293534 node_schedstat_running_seconds_total{cpu="12"} 12041.493884039 node_schedstat_running_seconds_total{cpu="13"} 11649.644009582 node_schedstat_running_seconds_total{cpu="14"} 11544.610110968 node_schedstat_running_seconds_total{cpu="15"} 11373.09189595 node_schedstat_running_seconds_total{cpu="16"} 11331.559739435 node_schedstat_running_seconds_total{cpu="17"} 11296.109527562 node_schedstat_running_seconds_total{cpu="18"} 11207.833003675 node_schedstat_running_seconds_total{cpu="19"} 11025.087254603 node_schedstat_running_seconds_total{cpu="2"} 10657.11469952 node_schedstat_running_seconds_total{cpu="20"} 11004.195743746 node_schedstat_running_seconds_total{cpu="21"} 10919.423280361 node_schedstat_running_seconds_total{cpu="22"} 10884.201938348 node_schedstat_running_seconds_total{cpu="23"} 10905.229783787 node_schedstat_running_seconds_total{cpu="3"} 10777.264147326 node_schedstat_running_seconds_total{cpu="4"} 10636.83850634 node_schedstat_running_seconds_total{cpu="5"} 10657.270503936 node_schedstat_running_seconds_total{cpu="6"} 10633.325100164 node_schedstat_running_seconds_total{cpu="7"} 10716.561104619 node_schedstat_running_seconds_total{cpu="8"} 12450.609871586 node_schedstat_running_seconds_total{cpu="9"} 12533.303929692 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 4.0956505e+07 node_schedstat_timeslices_total{cpu="1"} 3.9649295e+07 node_schedstat_timeslices_total{cpu="10"} 3.8151886e+07 node_schedstat_timeslices_total{cpu="11"} 3.8344673e+07 node_schedstat_timeslices_total{cpu="12"} 3.8327437e+07 node_schedstat_timeslices_total{cpu="13"} 3.8156276e+07 node_schedstat_timeslices_total{cpu="14"} 3.8015304e+07 node_schedstat_timeslices_total{cpu="15"} 3.8603015e+07 node_schedstat_timeslices_total{cpu="16"} 3.8461092e+07 node_schedstat_timeslices_total{cpu="17"} 3.8275261e+07 node_schedstat_timeslices_total{cpu="18"} 3.8199445e+07 node_schedstat_timeslices_total{cpu="19"} 3.8466912e+07 node_schedstat_timeslices_total{cpu="2"} 3.9112488e+07 node_schedstat_timeslices_total{cpu="20"} 3.8276258e+07 node_schedstat_timeslices_total{cpu="21"} 3.8568254e+07 node_schedstat_timeslices_total{cpu="22"} 3.854543e+07 node_schedstat_timeslices_total{cpu="23"} 3.8889138e+07 node_schedstat_timeslices_total{cpu="3"} 3.9029949e+07 node_schedstat_timeslices_total{cpu="4"} 3.882318e+07 node_schedstat_timeslices_total{cpu="5"} 3.900891e+07 node_schedstat_timeslices_total{cpu="6"} 3.8980747e+07 node_schedstat_timeslices_total{cpu="7"} 3.8905291e+07 node_schedstat_timeslices_total{cpu="8"} 3.8342661e+07 node_schedstat_timeslices_total{cpu="9"} 3.8183289e+07 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 839.241512272 node_schedstat_waiting_seconds_total{cpu="1"} 616.793414873 node_schedstat_waiting_seconds_total{cpu="10"} 576.9382048 node_schedstat_waiting_seconds_total{cpu="11"} 582.087831755 node_schedstat_waiting_seconds_total{cpu="12"} 586.878377154 node_schedstat_waiting_seconds_total{cpu="13"} 572.45151213 node_schedstat_waiting_seconds_total{cpu="14"} 577.574973328 node_schedstat_waiting_seconds_total{cpu="15"} 565.963281338 node_schedstat_waiting_seconds_total{cpu="16"} 592.191924421 node_schedstat_waiting_seconds_total{cpu="17"} 577.481108961 node_schedstat_waiting_seconds_total{cpu="18"} 560.594174108 node_schedstat_waiting_seconds_total{cpu="19"} 565.800518459 node_schedstat_waiting_seconds_total{cpu="2"} 590.191716629 node_schedstat_waiting_seconds_total{cpu="20"} 566.761638313 node_schedstat_waiting_seconds_total{cpu="21"} 573.674260726 node_schedstat_waiting_seconds_total{cpu="22"} 567.730250842 node_schedstat_waiting_seconds_total{cpu="23"} 552.933980982 node_schedstat_waiting_seconds_total{cpu="3"} 603.134849608 node_schedstat_waiting_seconds_total{cpu="4"} 569.361177093 node_schedstat_waiting_seconds_total{cpu="5"} 577.620829498 node_schedstat_waiting_seconds_total{cpu="6"} 570.097095356 node_schedstat_waiting_seconds_total{cpu="7"} 581.629663422 node_schedstat_waiting_seconds_total{cpu="8"} 658.93497777 node_schedstat_waiting_seconds_total{cpu="9"} 566.845431965 # 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.000476261 node_scrape_collector_duration_seconds{collector="bcache"} 3.8953e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.3438e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.006814082 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000112586 node_scrape_collector_duration_seconds{collector="cpu"} 0.0029207 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000425763 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001499149 node_scrape_collector_duration_seconds{collector="dmi"} 1.544e-05 node_scrape_collector_duration_seconds{collector="edac"} 4.0919e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000237386 node_scrape_collector_duration_seconds{collector="fibrechannel"} 5.7218e-05 node_scrape_collector_duration_seconds{collector="filefd"} 6.2822e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.021230991 node_scrape_collector_duration_seconds{collector="hwmon"} 2.298e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 2.7071e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 0.000251557 node_scrape_collector_duration_seconds{collector="loadavg"} 0.000124981 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000110222 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000338822 node_scrape_collector_duration_seconds{collector="netclass"} 0.11620729 node_scrape_collector_duration_seconds{collector="netdev"} 0.000455768 node_scrape_collector_duration_seconds{collector="netstat"} 0.000996294 node_scrape_collector_duration_seconds{collector="nfs"} 4.9633e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 0.055954652 node_scrape_collector_duration_seconds{collector="nvme"} 2.5586e-05 node_scrape_collector_duration_seconds{collector="os"} 5.8989e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 7.599e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000211505 node_scrape_collector_duration_seconds{collector="rapl"} 1.9591e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000318557 node_scrape_collector_duration_seconds{collector="selinux"} 1.671e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000478081 node_scrape_collector_duration_seconds{collector="softnet"} 0.00033502 node_scrape_collector_duration_seconds{collector="stat"} 0.00039834 node_scrape_collector_duration_seconds{collector="tapestats"} 2.9419e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.3583e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.002748377 node_scrape_collector_duration_seconds{collector="time"} 0.000179744 node_scrape_collector_duration_seconds{collector="timex"} 2.6699e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.056885189 node_scrape_collector_duration_seconds{collector="uname"} 1.3831e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000258534 node_scrape_collector_duration_seconds{collector="watchdog"} 0.0573559 node_scrape_collector_duration_seconds{collector="xfs"} 0.000126315 node_scrape_collector_duration_seconds{collector="zfs"} 1.9967e-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 1015 # 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 32 # 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 131072 # 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 57 # 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 233472 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 5 # 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"} 1 node_softnet_dropped_total{cpu="23"} 0 node_softnet_dropped_total{cpu="3"} 1 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"} 1 # 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"} 1.0964285e+07 node_softnet_processed_total{cpu="1"} 1.1341777e+07 node_softnet_processed_total{cpu="10"} 1.2580037e+07 node_softnet_processed_total{cpu="11"} 1.269565e+07 node_softnet_processed_total{cpu="12"} 1.2523997e+07 node_softnet_processed_total{cpu="13"} 1.2072401e+07 node_softnet_processed_total{cpu="14"} 1.1936135e+07 node_softnet_processed_total{cpu="15"} 1.2253792e+07 node_softnet_processed_total{cpu="16"} 1.2000293e+07 node_softnet_processed_total{cpu="17"} 1.3608346e+07 node_softnet_processed_total{cpu="18"} 1.1606835e+07 node_softnet_processed_total{cpu="19"} 1.157999e+07 node_softnet_processed_total{cpu="2"} 1.1644918e+07 node_softnet_processed_total{cpu="20"} 1.1024766e+07 node_softnet_processed_total{cpu="21"} 1.1057604e+07 node_softnet_processed_total{cpu="22"} 1.2308364e+07 node_softnet_processed_total{cpu="23"} 1.149006e+07 node_softnet_processed_total{cpu="3"} 1.1868737e+07 node_softnet_processed_total{cpu="4"} 1.1762003e+07 node_softnet_processed_total{cpu="5"} 1.1119243e+07 node_softnet_processed_total{cpu="6"} 1.1915049e+07 node_softnet_processed_total{cpu="7"} 1.1531006e+07 node_softnet_processed_total{cpu="8"} 3.9211422e+07 node_softnet_processed_total{cpu="9"} 1.2665628e+07 # 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"} 373 node_softnet_times_squeezed_total{cpu="1"} 375 node_softnet_times_squeezed_total{cpu="10"} 750 node_softnet_times_squeezed_total{cpu="11"} 421 node_softnet_times_squeezed_total{cpu="12"} 433 node_softnet_times_squeezed_total{cpu="13"} 405 node_softnet_times_squeezed_total{cpu="14"} 415 node_softnet_times_squeezed_total{cpu="15"} 413 node_softnet_times_squeezed_total{cpu="16"} 391 node_softnet_times_squeezed_total{cpu="17"} 413 node_softnet_times_squeezed_total{cpu="18"} 451 node_softnet_times_squeezed_total{cpu="19"} 371 node_softnet_times_squeezed_total{cpu="2"} 380 node_softnet_times_squeezed_total{cpu="20"} 373 node_softnet_times_squeezed_total{cpu="21"} 522 node_softnet_times_squeezed_total{cpu="22"} 483 node_softnet_times_squeezed_total{cpu="23"} 382 node_softnet_times_squeezed_total{cpu="3"} 393 node_softnet_times_squeezed_total{cpu="4"} 371 node_softnet_times_squeezed_total{cpu="5"} 397 node_softnet_times_squeezed_total{cpu="6"} 368 node_softnet_times_squeezed_total{cpu="7"} 386 node_softnet_times_squeezed_total{cpu="8"} 3001 node_softnet_times_squeezed_total{cpu="9"} 453 # 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.772118925680143e+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.9999892805328369 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 7 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.936 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 8.71e-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="6c6f08835324",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 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 2.474005572e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 59339 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.946313e+07 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.9383788e+08 # 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 112.6 # 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 686940 # 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 1.7158112e+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.4956928e+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.77210845171e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.27377408e+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"} 0 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"} 698 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0