# 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"} 6.3162e-05 go_gc_duration_seconds{quantile="0.25"} 0.000100397 go_gc_duration_seconds{quantile="0.5"} 0.000121696 go_gc_duration_seconds{quantile="0.75"} 0.000297617 go_gc_duration_seconds{quantile="1"} 0.001669751 go_gc_duration_seconds_sum 0.119487158 go_gc_duration_seconds_count 454 # 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.1376e+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 6.8966488e+07 # 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.467563e+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 463168 # 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.334416e+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.1376e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 8.331264e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 3.792896e+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 4747 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 7.168e+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.212416e+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.7825706642550075e+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 467915 # 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 56480 # 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 114240 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.445778e+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 907869 # 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 458752 # 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 458752 # 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.8438408e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 5 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 node_arp_entries{device="eth2"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.782264169e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 7.595619174e+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"} 274252.85 node_cpu_seconds_total{cpu="0",mode="iowait"} 221.72 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 0.02 node_cpu_seconds_total{cpu="0",mode="softirq"} 19148.75 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 8755.96 node_cpu_seconds_total{cpu="0",mode="user"} 17434.1 node_cpu_seconds_total{cpu="1",mode="idle"} 273822.58 node_cpu_seconds_total{cpu="1",mode="iowait"} 238.37 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 0.1 node_cpu_seconds_total{cpu="1",mode="softirq"} 6410.14 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 9004.31 node_cpu_seconds_total{cpu="1",mode="user"} 19588.36 node_cpu_seconds_total{cpu="10",mode="idle"} 266807.19 node_cpu_seconds_total{cpu="10",mode="iowait"} 230.58 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 0.05 node_cpu_seconds_total{cpu="10",mode="softirq"} 1239.4 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 9100.53 node_cpu_seconds_total{cpu="10",mode="user"} 26285.98 node_cpu_seconds_total{cpu="11",mode="idle"} 269522.15 node_cpu_seconds_total{cpu="11",mode="iowait"} 232.58 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 0.03 node_cpu_seconds_total{cpu="11",mode="softirq"} 578.6 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 9056.78 node_cpu_seconds_total{cpu="11",mode="user"} 24425.96 node_cpu_seconds_total{cpu="12",mode="idle"} 270529.75 node_cpu_seconds_total{cpu="12",mode="iowait"} 229.04 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"} 556.82 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 9008.8 node_cpu_seconds_total{cpu="12",mode="user"} 23498.04 node_cpu_seconds_total{cpu="13",mode="idle"} 271181.21 node_cpu_seconds_total{cpu="13",mode="iowait"} 231.27 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 0 node_cpu_seconds_total{cpu="13",mode="softirq"} 536.67 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 9027.4 node_cpu_seconds_total{cpu="13",mode="user"} 22826.41 node_cpu_seconds_total{cpu="14",mode="idle"} 271758.29 node_cpu_seconds_total{cpu="14",mode="iowait"} 232.64 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 0.04 node_cpu_seconds_total{cpu="14",mode="softirq"} 522.13 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 9014.32 node_cpu_seconds_total{cpu="14",mode="user"} 22299.07 node_cpu_seconds_total{cpu="15",mode="idle"} 272360.99 node_cpu_seconds_total{cpu="15",mode="iowait"} 232.26 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 0.04 node_cpu_seconds_total{cpu="15",mode="softirq"} 511.28 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 8983.09 node_cpu_seconds_total{cpu="15",mode="user"} 21703.18 node_cpu_seconds_total{cpu="16",mode="idle"} 272530.09 node_cpu_seconds_total{cpu="16",mode="iowait"} 232.29 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 0.01 node_cpu_seconds_total{cpu="16",mode="softirq"} 499.7 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 8991.01 node_cpu_seconds_total{cpu="16",mode="user"} 21535.25 node_cpu_seconds_total{cpu="17",mode="idle"} 272903.89 node_cpu_seconds_total{cpu="17",mode="iowait"} 235.55 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 0.1 node_cpu_seconds_total{cpu="17",mode="softirq"} 495.76 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 9031.17 node_cpu_seconds_total{cpu="17",mode="user"} 21140.93 node_cpu_seconds_total{cpu="18",mode="idle"} 273075.56 node_cpu_seconds_total{cpu="18",mode="iowait"} 235.73 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 0.44 node_cpu_seconds_total{cpu="18",mode="softirq"} 496.51 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 9007.23 node_cpu_seconds_total{cpu="18",mode="user"} 20992.86 node_cpu_seconds_total{cpu="19",mode="idle"} 273033.83 node_cpu_seconds_total{cpu="19",mode="iowait"} 235.12 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 0.32 node_cpu_seconds_total{cpu="19",mode="softirq"} 490.91 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 9033.71 node_cpu_seconds_total{cpu="19",mode="user"} 21003.36 node_cpu_seconds_total{cpu="2",mode="idle"} 274710.55 node_cpu_seconds_total{cpu="2",mode="iowait"} 247.25 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 1.3 node_cpu_seconds_total{cpu="2",mode="softirq"} 3139.08 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 8826.74 node_cpu_seconds_total{cpu="2",mode="user"} 19188.43 node_cpu_seconds_total{cpu="20",mode="idle"} 273242.37 node_cpu_seconds_total{cpu="20",mode="iowait"} 236.11 node_cpu_seconds_total{cpu="20",mode="irq"} 0 node_cpu_seconds_total{cpu="20",mode="nice"} 0.72 node_cpu_seconds_total{cpu="20",mode="softirq"} 488.98 node_cpu_seconds_total{cpu="20",mode="steal"} 0 node_cpu_seconds_total{cpu="20",mode="system"} 9051.19 node_cpu_seconds_total{cpu="20",mode="user"} 20783.84 node_cpu_seconds_total{cpu="21",mode="idle"} 273492.84 node_cpu_seconds_total{cpu="21",mode="iowait"} 234.74 node_cpu_seconds_total{cpu="21",mode="irq"} 0 node_cpu_seconds_total{cpu="21",mode="nice"} 0.01 node_cpu_seconds_total{cpu="21",mode="softirq"} 485.76 node_cpu_seconds_total{cpu="21",mode="steal"} 0 node_cpu_seconds_total{cpu="21",mode="system"} 9055.02 node_cpu_seconds_total{cpu="21",mode="user"} 20449.05 node_cpu_seconds_total{cpu="22",mode="idle"} 273629.5 node_cpu_seconds_total{cpu="22",mode="iowait"} 235.59 node_cpu_seconds_total{cpu="22",mode="irq"} 0 node_cpu_seconds_total{cpu="22",mode="nice"} 0.38 node_cpu_seconds_total{cpu="22",mode="softirq"} 489.5 node_cpu_seconds_total{cpu="22",mode="steal"} 0 node_cpu_seconds_total{cpu="22",mode="system"} 9063.65 node_cpu_seconds_total{cpu="22",mode="user"} 20386.98 node_cpu_seconds_total{cpu="23",mode="idle"} 273717.07 node_cpu_seconds_total{cpu="23",mode="iowait"} 236.92 node_cpu_seconds_total{cpu="23",mode="irq"} 0 node_cpu_seconds_total{cpu="23",mode="nice"} 2.79 node_cpu_seconds_total{cpu="23",mode="softirq"} 490.21 node_cpu_seconds_total{cpu="23",mode="steal"} 0 node_cpu_seconds_total{cpu="23",mode="system"} 9093.9 node_cpu_seconds_total{cpu="23",mode="user"} 20276.12 node_cpu_seconds_total{cpu="3",mode="idle"} 274194.57 node_cpu_seconds_total{cpu="3",mode="iowait"} 247.63 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 0.02 node_cpu_seconds_total{cpu="3",mode="softirq"} 1743.96 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 9306.27 node_cpu_seconds_total{cpu="3",mode="user"} 19400.57 node_cpu_seconds_total{cpu="4",mode="idle"} 274550.6 node_cpu_seconds_total{cpu="4",mode="iowait"} 247.45 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 0.02 node_cpu_seconds_total{cpu="4",mode="softirq"} 1163.44 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 9050.43 node_cpu_seconds_total{cpu="4",mode="user"} 19413.72 node_cpu_seconds_total{cpu="5",mode="idle"} 274431.15 node_cpu_seconds_total{cpu="5",mode="iowait"} 246.12 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 2.88 node_cpu_seconds_total{cpu="5",mode="softirq"} 886.27 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 9076.78 node_cpu_seconds_total{cpu="5",mode="user"} 19482.68 node_cpu_seconds_total{cpu="6",mode="idle"} 274321.57 node_cpu_seconds_total{cpu="6",mode="iowait"} 249.26 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"} 745.82 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 9178.35 node_cpu_seconds_total{cpu="6",mode="user"} 19513.31 node_cpu_seconds_total{cpu="7",mode="idle"} 259181.91 node_cpu_seconds_total{cpu="7",mode="iowait"} 217.48 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 1.22 node_cpu_seconds_total{cpu="7",mode="softirq"} 4349.85 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 8926.04 node_cpu_seconds_total{cpu="7",mode="user"} 29402.51 node_cpu_seconds_total{cpu="8",mode="idle"} 262279.48 node_cpu_seconds_total{cpu="8",mode="iowait"} 222.76 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 0.55 node_cpu_seconds_total{cpu="8",mode="softirq"} 752.65 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 9278.63 node_cpu_seconds_total{cpu="8",mode="user"} 31343.58 node_cpu_seconds_total{cpu="9",mode="idle"} 265592.02 node_cpu_seconds_total{cpu="9",mode="iowait"} 230.29 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 2.32 node_cpu_seconds_total{cpu="9",mode="softirq"} 676.22 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 9202.1 node_cpu_seconds_total{cpu="9",mode="user"} 28149.02 # 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"} 71.17 # 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.730700536e+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"} 446649 # 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"} 31294.16 # 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"} 1864.336 # 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"} 7.4982807552e+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"} 2594.2000000000003 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="sda"} 6.960585e+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"} 2.091003e+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"} 19476.408 # 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"} 3.0864473e+07 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 2.8737587e+07 # 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"} 5.08208918528e+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 10928 # 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.28927328256e+12 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda2",device_error="no such file or directory",fstype="ext4",mountpoint="/boot"} 1 node_filesystem_device_error{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 1.57155328e+08 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 1.5449974e+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.418031648768e+12 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda3",major="8",minor="3",mountpoint="/"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda2",device_error="no such file or directory",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda3",device_error="",fstype="ext4",mountpoint="/"} 2.533255213056e+12 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 8.697547e+06 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 5.394935952e+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 3.92 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 3.27 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 3.38 # 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.678415872e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.8092941312e+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.308782592e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 1.2582912e+07 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.5544737792e+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 4.06286336e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 6.521581568e+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 3.3621721088e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.26808489984e+11 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.040373248e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 315392 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 2.6834944e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 4.379439104e+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.695944704e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 6.4913408e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 3.383635968e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.04203841536e+11 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.01647392768e+11 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.26617686016e+11 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 0 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 2.3005184e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 5.4853632e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 7.6398592e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 1.123864576e+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 3.923173376e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.887850496e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 0 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 7.3519104e+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 2 # 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 480107 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 639520 # 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 54 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 46 # 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 3597 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 18 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2755 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 276 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 61 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="docker_gwbridge"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth01f0bae"} 1 node_network_address_assign_type{device="veth049e946"} 1 node_network_address_assign_type{device="veth08118d1"} 1 node_network_address_assign_type{device="veth08663cb"} 1 node_network_address_assign_type{device="veth1b44452"} 1 node_network_address_assign_type{device="veth1bcf777"} 1 node_network_address_assign_type{device="veth1be8e2e"} 1 node_network_address_assign_type{device="veth1bf433d"} 1 node_network_address_assign_type{device="veth1cb8e1e"} 1 node_network_address_assign_type{device="veth1d7ea01"} 1 node_network_address_assign_type{device="veth206e582"} 1 node_network_address_assign_type{device="veth2850aa3"} 1 node_network_address_assign_type{device="veth2cf4733"} 1 node_network_address_assign_type{device="veth2d32ebb"} 1 node_network_address_assign_type{device="veth2d6ddf2"} 1 node_network_address_assign_type{device="veth317251a"} 1 node_network_address_assign_type{device="veth31a8969"} 1 node_network_address_assign_type{device="veth32e9d7f"} 1 node_network_address_assign_type{device="veth3419bbd"} 1 node_network_address_assign_type{device="veth34e5478"} 1 node_network_address_assign_type{device="veth3d2da5a"} 1 node_network_address_assign_type{device="veth416f161"} 1 node_network_address_assign_type{device="veth419bb45"} 1 node_network_address_assign_type{device="veth41b166c"} 1 node_network_address_assign_type{device="veth489c4a5"} 1 node_network_address_assign_type{device="veth4b71dc9"} 1 node_network_address_assign_type{device="veth4fa5ae6"} 1 node_network_address_assign_type{device="veth4ffd62e"} 1 node_network_address_assign_type{device="veth505475e"} 1 node_network_address_assign_type{device="veth55e30cf"} 1 node_network_address_assign_type{device="veth567d617"} 1 node_network_address_assign_type{device="veth57ba40b"} 1 node_network_address_assign_type{device="veth58a07a0"} 1 node_network_address_assign_type{device="veth5b28d85"} 1 node_network_address_assign_type{device="veth5b90ad6"} 1 node_network_address_assign_type{device="veth623910d"} 1 node_network_address_assign_type{device="veth64dd30e"} 1 node_network_address_assign_type{device="veth6677160"} 1 node_network_address_assign_type{device="veth6738a32"} 1 node_network_address_assign_type{device="veth6a27265"} 1 node_network_address_assign_type{device="veth6cb3542"} 1 node_network_address_assign_type{device="veth700f394"} 1 node_network_address_assign_type{device="veth70cec41"} 1 node_network_address_assign_type{device="veth72c5bed"} 1 node_network_address_assign_type{device="veth7a47df4"} 1 node_network_address_assign_type{device="veth7cd2bd3"} 1 node_network_address_assign_type{device="veth85d3b08"} 1 node_network_address_assign_type{device="veth8b43f63"} 1 node_network_address_assign_type{device="veth8ed08fd"} 1 node_network_address_assign_type{device="veth8f0e98c"} 1 node_network_address_assign_type{device="veth96374ce"} 1 node_network_address_assign_type{device="veth963e21f"} 1 node_network_address_assign_type{device="veth9a44fdc"} 1 node_network_address_assign_type{device="veth9f1baff"} 1 node_network_address_assign_type{device="veth9f8d169"} 1 node_network_address_assign_type{device="vetha0694b2"} 1 node_network_address_assign_type{device="vetha32323f"} 1 node_network_address_assign_type{device="vethae4178e"} 1 node_network_address_assign_type{device="vethaf6b7ca"} 1 node_network_address_assign_type{device="vethb563095"} 1 node_network_address_assign_type{device="vethbb2410c"} 1 node_network_address_assign_type{device="vethbbfde55"} 1 node_network_address_assign_type{device="vethbd4c3a2"} 1 node_network_address_assign_type{device="vethc6863af"} 1 node_network_address_assign_type{device="vethc714a9e"} 1 node_network_address_assign_type{device="vethcec3d2d"} 1 node_network_address_assign_type{device="vethcedef8d"} 1 node_network_address_assign_type{device="vethcf4318b"} 1 node_network_address_assign_type{device="vethd00219c"} 1 node_network_address_assign_type{device="vethd0da89b"} 1 node_network_address_assign_type{device="vethd31c7ba"} 1 node_network_address_assign_type{device="vethd349168"} 1 node_network_address_assign_type{device="vethd5629ae"} 1 node_network_address_assign_type{device="vethddcc6ca"} 1 node_network_address_assign_type{device="vethe13ce8f"} 1 node_network_address_assign_type{device="vethe42e510"} 1 node_network_address_assign_type{device="vethe9a6db9"} 1 node_network_address_assign_type{device="vetheb7f4f0"} 1 node_network_address_assign_type{device="vethedbd52e"} 1 node_network_address_assign_type{device="vethedd259d"} 1 node_network_address_assign_type{device="vethee351f6"} 1 node_network_address_assign_type{device="vethefa1a46"} 1 node_network_address_assign_type{device="vethf1aaabd"} 1 node_network_address_assign_type{device="vethf32ef87"} 1 node_network_address_assign_type{device="vethf7aae54"} 1 node_network_address_assign_type{device="vethfa25265"} 1 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="docker0"} 0 node_network_carrier{device="docker_gwbridge"} 1 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth01f0bae"} 1 node_network_carrier{device="veth049e946"} 1 node_network_carrier{device="veth08118d1"} 1 node_network_carrier{device="veth08663cb"} 1 node_network_carrier{device="veth1b44452"} 1 node_network_carrier{device="veth1bcf777"} 1 node_network_carrier{device="veth1be8e2e"} 1 node_network_carrier{device="veth1bf433d"} 1 node_network_carrier{device="veth1cb8e1e"} 1 node_network_carrier{device="veth1d7ea01"} 1 node_network_carrier{device="veth206e582"} 1 node_network_carrier{device="veth2850aa3"} 1 node_network_carrier{device="veth2cf4733"} 1 node_network_carrier{device="veth2d32ebb"} 1 node_network_carrier{device="veth2d6ddf2"} 1 node_network_carrier{device="veth317251a"} 1 node_network_carrier{device="veth31a8969"} 1 node_network_carrier{device="veth32e9d7f"} 1 node_network_carrier{device="veth3419bbd"} 1 node_network_carrier{device="veth34e5478"} 1 node_network_carrier{device="veth3d2da5a"} 1 node_network_carrier{device="veth416f161"} 1 node_network_carrier{device="veth419bb45"} 1 node_network_carrier{device="veth41b166c"} 1 node_network_carrier{device="veth489c4a5"} 1 node_network_carrier{device="veth4b71dc9"} 1 node_network_carrier{device="veth4fa5ae6"} 1 node_network_carrier{device="veth4ffd62e"} 1 node_network_carrier{device="veth505475e"} 1 node_network_carrier{device="veth55e30cf"} 1 node_network_carrier{device="veth567d617"} 1 node_network_carrier{device="veth57ba40b"} 1 node_network_carrier{device="veth58a07a0"} 1 node_network_carrier{device="veth5b28d85"} 1 node_network_carrier{device="veth5b90ad6"} 1 node_network_carrier{device="veth623910d"} 1 node_network_carrier{device="veth64dd30e"} 1 node_network_carrier{device="veth6677160"} 1 node_network_carrier{device="veth6738a32"} 1 node_network_carrier{device="veth6a27265"} 1 node_network_carrier{device="veth6cb3542"} 1 node_network_carrier{device="veth700f394"} 1 node_network_carrier{device="veth70cec41"} 1 node_network_carrier{device="veth72c5bed"} 1 node_network_carrier{device="veth7a47df4"} 1 node_network_carrier{device="veth7cd2bd3"} 1 node_network_carrier{device="veth85d3b08"} 1 node_network_carrier{device="veth8b43f63"} 1 node_network_carrier{device="veth8ed08fd"} 1 node_network_carrier{device="veth8f0e98c"} 1 node_network_carrier{device="veth96374ce"} 1 node_network_carrier{device="veth963e21f"} 1 node_network_carrier{device="veth9a44fdc"} 1 node_network_carrier{device="veth9f1baff"} 1 node_network_carrier{device="veth9f8d169"} 1 node_network_carrier{device="vetha0694b2"} 1 node_network_carrier{device="vetha32323f"} 1 node_network_carrier{device="vethae4178e"} 1 node_network_carrier{device="vethaf6b7ca"} 1 node_network_carrier{device="vethb563095"} 1 node_network_carrier{device="vethbb2410c"} 1 node_network_carrier{device="vethbbfde55"} 1 node_network_carrier{device="vethbd4c3a2"} 1 node_network_carrier{device="vethc6863af"} 1 node_network_carrier{device="vethc714a9e"} 1 node_network_carrier{device="vethcec3d2d"} 1 node_network_carrier{device="vethcedef8d"} 1 node_network_carrier{device="vethcf4318b"} 1 node_network_carrier{device="vethd00219c"} 1 node_network_carrier{device="vethd0da89b"} 1 node_network_carrier{device="vethd31c7ba"} 1 node_network_carrier{device="vethd349168"} 1 node_network_carrier{device="vethd5629ae"} 1 node_network_carrier{device="vethddcc6ca"} 1 node_network_carrier{device="vethe13ce8f"} 1 node_network_carrier{device="vethe42e510"} 1 node_network_carrier{device="vethe9a6db9"} 1 node_network_carrier{device="vetheb7f4f0"} 1 node_network_carrier{device="vethedbd52e"} 1 node_network_carrier{device="vethedd259d"} 1 node_network_carrier{device="vethee351f6"} 1 node_network_carrier{device="vethefa1a46"} 1 node_network_carrier{device="vethf1aaabd"} 1 node_network_carrier{device="vethf32ef87"} 1 node_network_carrier{device="vethf7aae54"} 1 node_network_carrier{device="vethfa25265"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="docker0"} 1 node_network_carrier_changes_total{device="docker_gwbridge"} 4 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth01f0bae"} 2 node_network_carrier_changes_total{device="veth049e946"} 2 node_network_carrier_changes_total{device="veth08118d1"} 2 node_network_carrier_changes_total{device="veth08663cb"} 2 node_network_carrier_changes_total{device="veth1b44452"} 2 node_network_carrier_changes_total{device="veth1bcf777"} 2 node_network_carrier_changes_total{device="veth1be8e2e"} 2 node_network_carrier_changes_total{device="veth1bf433d"} 2 node_network_carrier_changes_total{device="veth1cb8e1e"} 2 node_network_carrier_changes_total{device="veth1d7ea01"} 2 node_network_carrier_changes_total{device="veth206e582"} 2 node_network_carrier_changes_total{device="veth2850aa3"} 2 node_network_carrier_changes_total{device="veth2cf4733"} 2 node_network_carrier_changes_total{device="veth2d32ebb"} 2 node_network_carrier_changes_total{device="veth2d6ddf2"} 2 node_network_carrier_changes_total{device="veth317251a"} 2 node_network_carrier_changes_total{device="veth31a8969"} 2 node_network_carrier_changes_total{device="veth32e9d7f"} 2 node_network_carrier_changes_total{device="veth3419bbd"} 2 node_network_carrier_changes_total{device="veth34e5478"} 2 node_network_carrier_changes_total{device="veth3d2da5a"} 2 node_network_carrier_changes_total{device="veth416f161"} 2 node_network_carrier_changes_total{device="veth419bb45"} 2 node_network_carrier_changes_total{device="veth41b166c"} 2 node_network_carrier_changes_total{device="veth489c4a5"} 2 node_network_carrier_changes_total{device="veth4b71dc9"} 2 node_network_carrier_changes_total{device="veth4fa5ae6"} 2 node_network_carrier_changes_total{device="veth4ffd62e"} 2 node_network_carrier_changes_total{device="veth505475e"} 2 node_network_carrier_changes_total{device="veth55e30cf"} 2 node_network_carrier_changes_total{device="veth567d617"} 2 node_network_carrier_changes_total{device="veth57ba40b"} 2 node_network_carrier_changes_total{device="veth58a07a0"} 2 node_network_carrier_changes_total{device="veth5b28d85"} 2 node_network_carrier_changes_total{device="veth5b90ad6"} 2 node_network_carrier_changes_total{device="veth623910d"} 2 node_network_carrier_changes_total{device="veth64dd30e"} 2 node_network_carrier_changes_total{device="veth6677160"} 2 node_network_carrier_changes_total{device="veth6738a32"} 2 node_network_carrier_changes_total{device="veth6a27265"} 2 node_network_carrier_changes_total{device="veth6cb3542"} 2 node_network_carrier_changes_total{device="veth700f394"} 2 node_network_carrier_changes_total{device="veth70cec41"} 2 node_network_carrier_changes_total{device="veth72c5bed"} 2 node_network_carrier_changes_total{device="veth7a47df4"} 2 node_network_carrier_changes_total{device="veth7cd2bd3"} 2 node_network_carrier_changes_total{device="veth85d3b08"} 2 node_network_carrier_changes_total{device="veth8b43f63"} 2 node_network_carrier_changes_total{device="veth8ed08fd"} 2 node_network_carrier_changes_total{device="veth8f0e98c"} 2 node_network_carrier_changes_total{device="veth96374ce"} 2 node_network_carrier_changes_total{device="veth963e21f"} 2 node_network_carrier_changes_total{device="veth9a44fdc"} 2 node_network_carrier_changes_total{device="veth9f1baff"} 2 node_network_carrier_changes_total{device="veth9f8d169"} 2 node_network_carrier_changes_total{device="vetha0694b2"} 2 node_network_carrier_changes_total{device="vetha32323f"} 2 node_network_carrier_changes_total{device="vethae4178e"} 2 node_network_carrier_changes_total{device="vethaf6b7ca"} 2 node_network_carrier_changes_total{device="vethb563095"} 2 node_network_carrier_changes_total{device="vethbb2410c"} 2 node_network_carrier_changes_total{device="vethbbfde55"} 2 node_network_carrier_changes_total{device="vethbd4c3a2"} 2 node_network_carrier_changes_total{device="vethc6863af"} 2 node_network_carrier_changes_total{device="vethc714a9e"} 2 node_network_carrier_changes_total{device="vethcec3d2d"} 2 node_network_carrier_changes_total{device="vethcedef8d"} 2 node_network_carrier_changes_total{device="vethcf4318b"} 2 node_network_carrier_changes_total{device="vethd00219c"} 2 node_network_carrier_changes_total{device="vethd0da89b"} 2 node_network_carrier_changes_total{device="vethd31c7ba"} 2 node_network_carrier_changes_total{device="vethd349168"} 2 node_network_carrier_changes_total{device="vethd5629ae"} 2 node_network_carrier_changes_total{device="vethddcc6ca"} 2 node_network_carrier_changes_total{device="vethe13ce8f"} 2 node_network_carrier_changes_total{device="vethe42e510"} 2 node_network_carrier_changes_total{device="vethe9a6db9"} 2 node_network_carrier_changes_total{device="vetheb7f4f0"} 2 node_network_carrier_changes_total{device="vethedbd52e"} 2 node_network_carrier_changes_total{device="vethedd259d"} 2 node_network_carrier_changes_total{device="vethee351f6"} 2 node_network_carrier_changes_total{device="vethefa1a46"} 2 node_network_carrier_changes_total{device="vethf1aaabd"} 2 node_network_carrier_changes_total{device="vethf32ef87"} 2 node_network_carrier_changes_total{device="vethf7aae54"} 2 node_network_carrier_changes_total{device="vethfa25265"} 2 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="docker0"} 1 node_network_carrier_down_changes_total{device="docker_gwbridge"} 2 node_network_carrier_down_changes_total{device="eth0"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth01f0bae"} 1 node_network_carrier_down_changes_total{device="veth049e946"} 1 node_network_carrier_down_changes_total{device="veth08118d1"} 1 node_network_carrier_down_changes_total{device="veth08663cb"} 1 node_network_carrier_down_changes_total{device="veth1b44452"} 1 node_network_carrier_down_changes_total{device="veth1bcf777"} 1 node_network_carrier_down_changes_total{device="veth1be8e2e"} 1 node_network_carrier_down_changes_total{device="veth1bf433d"} 1 node_network_carrier_down_changes_total{device="veth1cb8e1e"} 1 node_network_carrier_down_changes_total{device="veth1d7ea01"} 1 node_network_carrier_down_changes_total{device="veth206e582"} 1 node_network_carrier_down_changes_total{device="veth2850aa3"} 1 node_network_carrier_down_changes_total{device="veth2cf4733"} 1 node_network_carrier_down_changes_total{device="veth2d32ebb"} 1 node_network_carrier_down_changes_total{device="veth2d6ddf2"} 1 node_network_carrier_down_changes_total{device="veth317251a"} 1 node_network_carrier_down_changes_total{device="veth31a8969"} 1 node_network_carrier_down_changes_total{device="veth32e9d7f"} 1 node_network_carrier_down_changes_total{device="veth3419bbd"} 1 node_network_carrier_down_changes_total{device="veth34e5478"} 1 node_network_carrier_down_changes_total{device="veth3d2da5a"} 1 node_network_carrier_down_changes_total{device="veth416f161"} 1 node_network_carrier_down_changes_total{device="veth419bb45"} 1 node_network_carrier_down_changes_total{device="veth41b166c"} 1 node_network_carrier_down_changes_total{device="veth489c4a5"} 1 node_network_carrier_down_changes_total{device="veth4b71dc9"} 1 node_network_carrier_down_changes_total{device="veth4fa5ae6"} 1 node_network_carrier_down_changes_total{device="veth4ffd62e"} 1 node_network_carrier_down_changes_total{device="veth505475e"} 1 node_network_carrier_down_changes_total{device="veth55e30cf"} 1 node_network_carrier_down_changes_total{device="veth567d617"} 1 node_network_carrier_down_changes_total{device="veth57ba40b"} 1 node_network_carrier_down_changes_total{device="veth58a07a0"} 1 node_network_carrier_down_changes_total{device="veth5b28d85"} 1 node_network_carrier_down_changes_total{device="veth5b90ad6"} 1 node_network_carrier_down_changes_total{device="veth623910d"} 1 node_network_carrier_down_changes_total{device="veth64dd30e"} 1 node_network_carrier_down_changes_total{device="veth6677160"} 1 node_network_carrier_down_changes_total{device="veth6738a32"} 1 node_network_carrier_down_changes_total{device="veth6a27265"} 1 node_network_carrier_down_changes_total{device="veth6cb3542"} 1 node_network_carrier_down_changes_total{device="veth700f394"} 1 node_network_carrier_down_changes_total{device="veth70cec41"} 1 node_network_carrier_down_changes_total{device="veth72c5bed"} 1 node_network_carrier_down_changes_total{device="veth7a47df4"} 1 node_network_carrier_down_changes_total{device="veth7cd2bd3"} 1 node_network_carrier_down_changes_total{device="veth85d3b08"} 1 node_network_carrier_down_changes_total{device="veth8b43f63"} 1 node_network_carrier_down_changes_total{device="veth8ed08fd"} 1 node_network_carrier_down_changes_total{device="veth8f0e98c"} 1 node_network_carrier_down_changes_total{device="veth96374ce"} 1 node_network_carrier_down_changes_total{device="veth963e21f"} 1 node_network_carrier_down_changes_total{device="veth9a44fdc"} 1 node_network_carrier_down_changes_total{device="veth9f1baff"} 1 node_network_carrier_down_changes_total{device="veth9f8d169"} 1 node_network_carrier_down_changes_total{device="vetha0694b2"} 1 node_network_carrier_down_changes_total{device="vetha32323f"} 1 node_network_carrier_down_changes_total{device="vethae4178e"} 1 node_network_carrier_down_changes_total{device="vethaf6b7ca"} 1 node_network_carrier_down_changes_total{device="vethb563095"} 1 node_network_carrier_down_changes_total{device="vethbb2410c"} 1 node_network_carrier_down_changes_total{device="vethbbfde55"} 1 node_network_carrier_down_changes_total{device="vethbd4c3a2"} 1 node_network_carrier_down_changes_total{device="vethc6863af"} 1 node_network_carrier_down_changes_total{device="vethc714a9e"} 1 node_network_carrier_down_changes_total{device="vethcec3d2d"} 1 node_network_carrier_down_changes_total{device="vethcedef8d"} 1 node_network_carrier_down_changes_total{device="vethcf4318b"} 1 node_network_carrier_down_changes_total{device="vethd00219c"} 1 node_network_carrier_down_changes_total{device="vethd0da89b"} 1 node_network_carrier_down_changes_total{device="vethd31c7ba"} 1 node_network_carrier_down_changes_total{device="vethd349168"} 1 node_network_carrier_down_changes_total{device="vethd5629ae"} 1 node_network_carrier_down_changes_total{device="vethddcc6ca"} 1 node_network_carrier_down_changes_total{device="vethe13ce8f"} 1 node_network_carrier_down_changes_total{device="vethe42e510"} 1 node_network_carrier_down_changes_total{device="vethe9a6db9"} 1 node_network_carrier_down_changes_total{device="vetheb7f4f0"} 1 node_network_carrier_down_changes_total{device="vethedbd52e"} 1 node_network_carrier_down_changes_total{device="vethedd259d"} 1 node_network_carrier_down_changes_total{device="vethee351f6"} 1 node_network_carrier_down_changes_total{device="vethefa1a46"} 1 node_network_carrier_down_changes_total{device="vethf1aaabd"} 1 node_network_carrier_down_changes_total{device="vethf32ef87"} 1 node_network_carrier_down_changes_total{device="vethf7aae54"} 1 node_network_carrier_down_changes_total{device="vethfa25265"} 1 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="docker0"} 0 node_network_carrier_up_changes_total{device="docker_gwbridge"} 2 node_network_carrier_up_changes_total{device="eth0"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth01f0bae"} 1 node_network_carrier_up_changes_total{device="veth049e946"} 1 node_network_carrier_up_changes_total{device="veth08118d1"} 1 node_network_carrier_up_changes_total{device="veth08663cb"} 1 node_network_carrier_up_changes_total{device="veth1b44452"} 1 node_network_carrier_up_changes_total{device="veth1bcf777"} 1 node_network_carrier_up_changes_total{device="veth1be8e2e"} 1 node_network_carrier_up_changes_total{device="veth1bf433d"} 1 node_network_carrier_up_changes_total{device="veth1cb8e1e"} 1 node_network_carrier_up_changes_total{device="veth1d7ea01"} 1 node_network_carrier_up_changes_total{device="veth206e582"} 1 node_network_carrier_up_changes_total{device="veth2850aa3"} 1 node_network_carrier_up_changes_total{device="veth2cf4733"} 1 node_network_carrier_up_changes_total{device="veth2d32ebb"} 1 node_network_carrier_up_changes_total{device="veth2d6ddf2"} 1 node_network_carrier_up_changes_total{device="veth317251a"} 1 node_network_carrier_up_changes_total{device="veth31a8969"} 1 node_network_carrier_up_changes_total{device="veth32e9d7f"} 1 node_network_carrier_up_changes_total{device="veth3419bbd"} 1 node_network_carrier_up_changes_total{device="veth34e5478"} 1 node_network_carrier_up_changes_total{device="veth3d2da5a"} 1 node_network_carrier_up_changes_total{device="veth416f161"} 1 node_network_carrier_up_changes_total{device="veth419bb45"} 1 node_network_carrier_up_changes_total{device="veth41b166c"} 1 node_network_carrier_up_changes_total{device="veth489c4a5"} 1 node_network_carrier_up_changes_total{device="veth4b71dc9"} 1 node_network_carrier_up_changes_total{device="veth4fa5ae6"} 1 node_network_carrier_up_changes_total{device="veth4ffd62e"} 1 node_network_carrier_up_changes_total{device="veth505475e"} 1 node_network_carrier_up_changes_total{device="veth55e30cf"} 1 node_network_carrier_up_changes_total{device="veth567d617"} 1 node_network_carrier_up_changes_total{device="veth57ba40b"} 1 node_network_carrier_up_changes_total{device="veth58a07a0"} 1 node_network_carrier_up_changes_total{device="veth5b28d85"} 1 node_network_carrier_up_changes_total{device="veth5b90ad6"} 1 node_network_carrier_up_changes_total{device="veth623910d"} 1 node_network_carrier_up_changes_total{device="veth64dd30e"} 1 node_network_carrier_up_changes_total{device="veth6677160"} 1 node_network_carrier_up_changes_total{device="veth6738a32"} 1 node_network_carrier_up_changes_total{device="veth6a27265"} 1 node_network_carrier_up_changes_total{device="veth6cb3542"} 1 node_network_carrier_up_changes_total{device="veth700f394"} 1 node_network_carrier_up_changes_total{device="veth70cec41"} 1 node_network_carrier_up_changes_total{device="veth72c5bed"} 1 node_network_carrier_up_changes_total{device="veth7a47df4"} 1 node_network_carrier_up_changes_total{device="veth7cd2bd3"} 1 node_network_carrier_up_changes_total{device="veth85d3b08"} 1 node_network_carrier_up_changes_total{device="veth8b43f63"} 1 node_network_carrier_up_changes_total{device="veth8ed08fd"} 1 node_network_carrier_up_changes_total{device="veth8f0e98c"} 1 node_network_carrier_up_changes_total{device="veth96374ce"} 1 node_network_carrier_up_changes_total{device="veth963e21f"} 1 node_network_carrier_up_changes_total{device="veth9a44fdc"} 1 node_network_carrier_up_changes_total{device="veth9f1baff"} 1 node_network_carrier_up_changes_total{device="veth9f8d169"} 1 node_network_carrier_up_changes_total{device="vetha0694b2"} 1 node_network_carrier_up_changes_total{device="vetha32323f"} 1 node_network_carrier_up_changes_total{device="vethae4178e"} 1 node_network_carrier_up_changes_total{device="vethaf6b7ca"} 1 node_network_carrier_up_changes_total{device="vethb563095"} 1 node_network_carrier_up_changes_total{device="vethbb2410c"} 1 node_network_carrier_up_changes_total{device="vethbbfde55"} 1 node_network_carrier_up_changes_total{device="vethbd4c3a2"} 1 node_network_carrier_up_changes_total{device="vethc6863af"} 1 node_network_carrier_up_changes_total{device="vethc714a9e"} 1 node_network_carrier_up_changes_total{device="vethcec3d2d"} 1 node_network_carrier_up_changes_total{device="vethcedef8d"} 1 node_network_carrier_up_changes_total{device="vethcf4318b"} 1 node_network_carrier_up_changes_total{device="vethd00219c"} 1 node_network_carrier_up_changes_total{device="vethd0da89b"} 1 node_network_carrier_up_changes_total{device="vethd31c7ba"} 1 node_network_carrier_up_changes_total{device="vethd349168"} 1 node_network_carrier_up_changes_total{device="vethd5629ae"} 1 node_network_carrier_up_changes_total{device="vethddcc6ca"} 1 node_network_carrier_up_changes_total{device="vethe13ce8f"} 1 node_network_carrier_up_changes_total{device="vethe42e510"} 1 node_network_carrier_up_changes_total{device="vethe9a6db9"} 1 node_network_carrier_up_changes_total{device="vetheb7f4f0"} 1 node_network_carrier_up_changes_total{device="vethedbd52e"} 1 node_network_carrier_up_changes_total{device="vethedd259d"} 1 node_network_carrier_up_changes_total{device="vethee351f6"} 1 node_network_carrier_up_changes_total{device="vethefa1a46"} 1 node_network_carrier_up_changes_total{device="vethf1aaabd"} 1 node_network_carrier_up_changes_total{device="vethf32ef87"} 1 node_network_carrier_up_changes_total{device="vethf7aae54"} 1 node_network_carrier_up_changes_total{device="vethfa25265"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="docker0"} 0 node_network_device_id{device="docker_gwbridge"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth01f0bae"} 0 node_network_device_id{device="veth049e946"} 0 node_network_device_id{device="veth08118d1"} 0 node_network_device_id{device="veth08663cb"} 0 node_network_device_id{device="veth1b44452"} 0 node_network_device_id{device="veth1bcf777"} 0 node_network_device_id{device="veth1be8e2e"} 0 node_network_device_id{device="veth1bf433d"} 0 node_network_device_id{device="veth1cb8e1e"} 0 node_network_device_id{device="veth1d7ea01"} 0 node_network_device_id{device="veth206e582"} 0 node_network_device_id{device="veth2850aa3"} 0 node_network_device_id{device="veth2cf4733"} 0 node_network_device_id{device="veth2d32ebb"} 0 node_network_device_id{device="veth2d6ddf2"} 0 node_network_device_id{device="veth317251a"} 0 node_network_device_id{device="veth31a8969"} 0 node_network_device_id{device="veth32e9d7f"} 0 node_network_device_id{device="veth3419bbd"} 0 node_network_device_id{device="veth34e5478"} 0 node_network_device_id{device="veth3d2da5a"} 0 node_network_device_id{device="veth416f161"} 0 node_network_device_id{device="veth419bb45"} 0 node_network_device_id{device="veth41b166c"} 0 node_network_device_id{device="veth489c4a5"} 0 node_network_device_id{device="veth4b71dc9"} 0 node_network_device_id{device="veth4fa5ae6"} 0 node_network_device_id{device="veth4ffd62e"} 0 node_network_device_id{device="veth505475e"} 0 node_network_device_id{device="veth55e30cf"} 0 node_network_device_id{device="veth567d617"} 0 node_network_device_id{device="veth57ba40b"} 0 node_network_device_id{device="veth58a07a0"} 0 node_network_device_id{device="veth5b28d85"} 0 node_network_device_id{device="veth5b90ad6"} 0 node_network_device_id{device="veth623910d"} 0 node_network_device_id{device="veth64dd30e"} 0 node_network_device_id{device="veth6677160"} 0 node_network_device_id{device="veth6738a32"} 0 node_network_device_id{device="veth6a27265"} 0 node_network_device_id{device="veth6cb3542"} 0 node_network_device_id{device="veth700f394"} 0 node_network_device_id{device="veth70cec41"} 0 node_network_device_id{device="veth72c5bed"} 0 node_network_device_id{device="veth7a47df4"} 0 node_network_device_id{device="veth7cd2bd3"} 0 node_network_device_id{device="veth85d3b08"} 0 node_network_device_id{device="veth8b43f63"} 0 node_network_device_id{device="veth8ed08fd"} 0 node_network_device_id{device="veth8f0e98c"} 0 node_network_device_id{device="veth96374ce"} 0 node_network_device_id{device="veth963e21f"} 0 node_network_device_id{device="veth9a44fdc"} 0 node_network_device_id{device="veth9f1baff"} 0 node_network_device_id{device="veth9f8d169"} 0 node_network_device_id{device="vetha0694b2"} 0 node_network_device_id{device="vetha32323f"} 0 node_network_device_id{device="vethae4178e"} 0 node_network_device_id{device="vethaf6b7ca"} 0 node_network_device_id{device="vethb563095"} 0 node_network_device_id{device="vethbb2410c"} 0 node_network_device_id{device="vethbbfde55"} 0 node_network_device_id{device="vethbd4c3a2"} 0 node_network_device_id{device="vethc6863af"} 0 node_network_device_id{device="vethc714a9e"} 0 node_network_device_id{device="vethcec3d2d"} 0 node_network_device_id{device="vethcedef8d"} 0 node_network_device_id{device="vethcf4318b"} 0 node_network_device_id{device="vethd00219c"} 0 node_network_device_id{device="vethd0da89b"} 0 node_network_device_id{device="vethd31c7ba"} 0 node_network_device_id{device="vethd349168"} 0 node_network_device_id{device="vethd5629ae"} 0 node_network_device_id{device="vethddcc6ca"} 0 node_network_device_id{device="vethe13ce8f"} 0 node_network_device_id{device="vethe42e510"} 0 node_network_device_id{device="vethe9a6db9"} 0 node_network_device_id{device="vetheb7f4f0"} 0 node_network_device_id{device="vethedbd52e"} 0 node_network_device_id{device="vethedd259d"} 0 node_network_device_id{device="vethee351f6"} 0 node_network_device_id{device="vethefa1a46"} 0 node_network_device_id{device="vethf1aaabd"} 0 node_network_device_id{device="vethf32ef87"} 0 node_network_device_id{device="vethf7aae54"} 0 node_network_device_id{device="vethfa25265"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="docker0"} 0 node_network_dormant{device="docker_gwbridge"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth01f0bae"} 0 node_network_dormant{device="veth049e946"} 0 node_network_dormant{device="veth08118d1"} 0 node_network_dormant{device="veth08663cb"} 0 node_network_dormant{device="veth1b44452"} 0 node_network_dormant{device="veth1bcf777"} 0 node_network_dormant{device="veth1be8e2e"} 0 node_network_dormant{device="veth1bf433d"} 0 node_network_dormant{device="veth1cb8e1e"} 0 node_network_dormant{device="veth1d7ea01"} 0 node_network_dormant{device="veth206e582"} 0 node_network_dormant{device="veth2850aa3"} 0 node_network_dormant{device="veth2cf4733"} 0 node_network_dormant{device="veth2d32ebb"} 0 node_network_dormant{device="veth2d6ddf2"} 0 node_network_dormant{device="veth317251a"} 0 node_network_dormant{device="veth31a8969"} 0 node_network_dormant{device="veth32e9d7f"} 0 node_network_dormant{device="veth3419bbd"} 0 node_network_dormant{device="veth34e5478"} 0 node_network_dormant{device="veth3d2da5a"} 0 node_network_dormant{device="veth416f161"} 0 node_network_dormant{device="veth419bb45"} 0 node_network_dormant{device="veth41b166c"} 0 node_network_dormant{device="veth489c4a5"} 0 node_network_dormant{device="veth4b71dc9"} 0 node_network_dormant{device="veth4fa5ae6"} 0 node_network_dormant{device="veth4ffd62e"} 0 node_network_dormant{device="veth505475e"} 0 node_network_dormant{device="veth55e30cf"} 0 node_network_dormant{device="veth567d617"} 0 node_network_dormant{device="veth57ba40b"} 0 node_network_dormant{device="veth58a07a0"} 0 node_network_dormant{device="veth5b28d85"} 0 node_network_dormant{device="veth5b90ad6"} 0 node_network_dormant{device="veth623910d"} 0 node_network_dormant{device="veth64dd30e"} 0 node_network_dormant{device="veth6677160"} 0 node_network_dormant{device="veth6738a32"} 0 node_network_dormant{device="veth6a27265"} 0 node_network_dormant{device="veth6cb3542"} 0 node_network_dormant{device="veth700f394"} 0 node_network_dormant{device="veth70cec41"} 0 node_network_dormant{device="veth72c5bed"} 0 node_network_dormant{device="veth7a47df4"} 0 node_network_dormant{device="veth7cd2bd3"} 0 node_network_dormant{device="veth85d3b08"} 0 node_network_dormant{device="veth8b43f63"} 0 node_network_dormant{device="veth8ed08fd"} 0 node_network_dormant{device="veth8f0e98c"} 0 node_network_dormant{device="veth96374ce"} 0 node_network_dormant{device="veth963e21f"} 0 node_network_dormant{device="veth9a44fdc"} 0 node_network_dormant{device="veth9f1baff"} 0 node_network_dormant{device="veth9f8d169"} 0 node_network_dormant{device="vetha0694b2"} 0 node_network_dormant{device="vetha32323f"} 0 node_network_dormant{device="vethae4178e"} 0 node_network_dormant{device="vethaf6b7ca"} 0 node_network_dormant{device="vethb563095"} 0 node_network_dormant{device="vethbb2410c"} 0 node_network_dormant{device="vethbbfde55"} 0 node_network_dormant{device="vethbd4c3a2"} 0 node_network_dormant{device="vethc6863af"} 0 node_network_dormant{device="vethc714a9e"} 0 node_network_dormant{device="vethcec3d2d"} 0 node_network_dormant{device="vethcedef8d"} 0 node_network_dormant{device="vethcf4318b"} 0 node_network_dormant{device="vethd00219c"} 0 node_network_dormant{device="vethd0da89b"} 0 node_network_dormant{device="vethd31c7ba"} 0 node_network_dormant{device="vethd349168"} 0 node_network_dormant{device="vethd5629ae"} 0 node_network_dormant{device="vethddcc6ca"} 0 node_network_dormant{device="vethe13ce8f"} 0 node_network_dormant{device="vethe42e510"} 0 node_network_dormant{device="vethe9a6db9"} 0 node_network_dormant{device="vetheb7f4f0"} 0 node_network_dormant{device="vethedbd52e"} 0 node_network_dormant{device="vethedd259d"} 0 node_network_dormant{device="vethee351f6"} 0 node_network_dormant{device="vethefa1a46"} 0 node_network_dormant{device="vethf1aaabd"} 0 node_network_dormant{device="vethf32ef87"} 0 node_network_dormant{device="vethf7aae54"} 0 node_network_dormant{device="vethfa25265"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="docker0"} 4099 node_network_flags{device="docker_gwbridge"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth01f0bae"} 4867 node_network_flags{device="veth049e946"} 4867 node_network_flags{device="veth08118d1"} 4867 node_network_flags{device="veth08663cb"} 4867 node_network_flags{device="veth1b44452"} 4867 node_network_flags{device="veth1bcf777"} 4867 node_network_flags{device="veth1be8e2e"} 4867 node_network_flags{device="veth1bf433d"} 4867 node_network_flags{device="veth1cb8e1e"} 4867 node_network_flags{device="veth1d7ea01"} 4867 node_network_flags{device="veth206e582"} 4867 node_network_flags{device="veth2850aa3"} 4867 node_network_flags{device="veth2cf4733"} 4867 node_network_flags{device="veth2d32ebb"} 4867 node_network_flags{device="veth2d6ddf2"} 4867 node_network_flags{device="veth317251a"} 4867 node_network_flags{device="veth31a8969"} 4867 node_network_flags{device="veth32e9d7f"} 4867 node_network_flags{device="veth3419bbd"} 4867 node_network_flags{device="veth34e5478"} 4867 node_network_flags{device="veth3d2da5a"} 4867 node_network_flags{device="veth416f161"} 4867 node_network_flags{device="veth419bb45"} 4867 node_network_flags{device="veth41b166c"} 4867 node_network_flags{device="veth489c4a5"} 4867 node_network_flags{device="veth4b71dc9"} 4867 node_network_flags{device="veth4fa5ae6"} 4867 node_network_flags{device="veth4ffd62e"} 4867 node_network_flags{device="veth505475e"} 4867 node_network_flags{device="veth55e30cf"} 4867 node_network_flags{device="veth567d617"} 4867 node_network_flags{device="veth57ba40b"} 4867 node_network_flags{device="veth58a07a0"} 4867 node_network_flags{device="veth5b28d85"} 4867 node_network_flags{device="veth5b90ad6"} 4867 node_network_flags{device="veth623910d"} 4867 node_network_flags{device="veth64dd30e"} 4867 node_network_flags{device="veth6677160"} 4867 node_network_flags{device="veth6738a32"} 4867 node_network_flags{device="veth6a27265"} 4867 node_network_flags{device="veth6cb3542"} 4867 node_network_flags{device="veth700f394"} 4867 node_network_flags{device="veth70cec41"} 4867 node_network_flags{device="veth72c5bed"} 4867 node_network_flags{device="veth7a47df4"} 4867 node_network_flags{device="veth7cd2bd3"} 4867 node_network_flags{device="veth85d3b08"} 4867 node_network_flags{device="veth8b43f63"} 4867 node_network_flags{device="veth8ed08fd"} 4867 node_network_flags{device="veth8f0e98c"} 4867 node_network_flags{device="veth96374ce"} 4867 node_network_flags{device="veth963e21f"} 4867 node_network_flags{device="veth9a44fdc"} 4867 node_network_flags{device="veth9f1baff"} 4867 node_network_flags{device="veth9f8d169"} 4867 node_network_flags{device="vetha0694b2"} 4867 node_network_flags{device="vetha32323f"} 4867 node_network_flags{device="vethae4178e"} 4867 node_network_flags{device="vethaf6b7ca"} 4867 node_network_flags{device="vethb563095"} 4867 node_network_flags{device="vethbb2410c"} 4867 node_network_flags{device="vethbbfde55"} 4867 node_network_flags{device="vethbd4c3a2"} 4867 node_network_flags{device="vethc6863af"} 4867 node_network_flags{device="vethc714a9e"} 4867 node_network_flags{device="vethcec3d2d"} 4867 node_network_flags{device="vethcedef8d"} 4867 node_network_flags{device="vethcf4318b"} 4867 node_network_flags{device="vethd00219c"} 4867 node_network_flags{device="vethd0da89b"} 4867 node_network_flags{device="vethd31c7ba"} 4867 node_network_flags{device="vethd349168"} 4867 node_network_flags{device="vethd5629ae"} 4867 node_network_flags{device="vethddcc6ca"} 4867 node_network_flags{device="vethe13ce8f"} 4867 node_network_flags{device="vethe42e510"} 4867 node_network_flags{device="vethe9a6db9"} 4867 node_network_flags{device="vetheb7f4f0"} 4867 node_network_flags{device="vethedbd52e"} 4867 node_network_flags{device="vethedd259d"} 4867 node_network_flags{device="vethee351f6"} 4867 node_network_flags{device="vethefa1a46"} 4867 node_network_flags{device="vethf1aaabd"} 4867 node_network_flags{device="vethf32ef87"} 4867 node_network_flags{device="vethf7aae54"} 4867 node_network_flags{device="vethfa25265"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="docker0"} 3 node_network_iface_id{device="docker_gwbridge"} 4 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth01f0bae"} 368 node_network_iface_id{device="veth049e946"} 30 node_network_iface_id{device="veth08118d1"} 300 node_network_iface_id{device="veth08663cb"} 318 node_network_iface_id{device="veth1b44452"} 244 node_network_iface_id{device="veth1bcf777"} 336 node_network_iface_id{device="veth1be8e2e"} 362 node_network_iface_id{device="veth1bf433d"} 294 node_network_iface_id{device="veth1cb8e1e"} 262 node_network_iface_id{device="veth1d7ea01"} 200 node_network_iface_id{device="veth206e582"} 270 node_network_iface_id{device="veth2850aa3"} 390 node_network_iface_id{device="veth2cf4733"} 218 node_network_iface_id{device="veth2d32ebb"} 254 node_network_iface_id{device="veth2d6ddf2"} 322 node_network_iface_id{device="veth317251a"} 212 node_network_iface_id{device="veth31a8969"} 324 node_network_iface_id{device="veth32e9d7f"} 338 node_network_iface_id{device="veth3419bbd"} 46 node_network_iface_id{device="veth34e5478"} 378 node_network_iface_id{device="veth3d2da5a"} 9 node_network_iface_id{device="veth416f161"} 226 node_network_iface_id{device="veth419bb45"} 234 node_network_iface_id{device="veth41b166c"} 264 node_network_iface_id{device="veth489c4a5"} 304 node_network_iface_id{device="veth4b71dc9"} 356 node_network_iface_id{device="veth4fa5ae6"} 342 node_network_iface_id{device="veth4ffd62e"} 288 node_network_iface_id{device="veth505475e"} 258 node_network_iface_id{device="veth55e30cf"} 306 node_network_iface_id{device="veth567d617"} 298 node_network_iface_id{device="veth57ba40b"} 250082 node_network_iface_id{device="veth58a07a0"} 392 node_network_iface_id{device="veth5b28d85"} 290 node_network_iface_id{device="veth5b90ad6"} 308 node_network_iface_id{device="veth623910d"} 214 node_network_iface_id{device="veth64dd30e"} 334 node_network_iface_id{device="veth6677160"} 380 node_network_iface_id{device="veth6738a32"} 326 node_network_iface_id{device="veth6a27265"} 252 node_network_iface_id{device="veth6cb3542"} 394 node_network_iface_id{device="veth700f394"} 90 node_network_iface_id{device="veth70cec41"} 312 node_network_iface_id{device="veth72c5bed"} 242 node_network_iface_id{device="veth7a47df4"} 266 node_network_iface_id{device="veth7cd2bd3"} 386 node_network_iface_id{device="veth85d3b08"} 314 node_network_iface_id{device="veth8b43f63"} 348 node_network_iface_id{device="veth8ed08fd"} 228 node_network_iface_id{device="veth8f0e98c"} 354 node_network_iface_id{device="veth96374ce"} 310 node_network_iface_id{device="veth963e21f"} 240 node_network_iface_id{device="veth9a44fdc"} 376 node_network_iface_id{device="veth9f1baff"} 292 node_network_iface_id{device="veth9f8d169"} 316 node_network_iface_id{device="vetha0694b2"} 346 node_network_iface_id{device="vetha32323f"} 330 node_network_iface_id{device="vethae4178e"} 302 node_network_iface_id{device="vethaf6b7ca"} 382 node_network_iface_id{device="vethb563095"} 332 node_network_iface_id{device="vethbb2410c"} 372 node_network_iface_id{device="vethbbfde55"} 276 node_network_iface_id{device="vethbd4c3a2"} 328 node_network_iface_id{device="vethc6863af"} 396 node_network_iface_id{device="vethc714a9e"} 280 node_network_iface_id{device="vethcec3d2d"} 224 node_network_iface_id{device="vethcedef8d"} 350 node_network_iface_id{device="vethcf4318b"} 278 node_network_iface_id{device="vethd00219c"} 286 node_network_iface_id{device="vethd0da89b"} 232 node_network_iface_id{device="vethd31c7ba"} 250 node_network_iface_id{device="vethd349168"} 366 node_network_iface_id{device="vethd5629ae"} 220 node_network_iface_id{device="vethddcc6ca"} 246 node_network_iface_id{device="vethe13ce8f"} 352 node_network_iface_id{device="vethe42e510"} 344 node_network_iface_id{device="vethe9a6db9"} 236 node_network_iface_id{device="vetheb7f4f0"} 122 node_network_iface_id{device="vethedbd52e"} 374 node_network_iface_id{device="vethedd259d"} 238 node_network_iface_id{device="vethee351f6"} 274 node_network_iface_id{device="vethefa1a46"} 370 node_network_iface_id{device="vethf1aaabd"} 358 node_network_iface_id{device="vethf32ef87"} 384 node_network_iface_id{device="vethf7aae54"} 340 node_network_iface_id{device="vethfa25265"} 284 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="docker0"} 3 node_network_iface_link{device="docker_gwbridge"} 4 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth01f0bae"} 367 node_network_iface_link{device="veth049e946"} 29 node_network_iface_link{device="veth08118d1"} 299 node_network_iface_link{device="veth08663cb"} 317 node_network_iface_link{device="veth1b44452"} 243 node_network_iface_link{device="veth1bcf777"} 335 node_network_iface_link{device="veth1be8e2e"} 361 node_network_iface_link{device="veth1bf433d"} 293 node_network_iface_link{device="veth1cb8e1e"} 261 node_network_iface_link{device="veth1d7ea01"} 199 node_network_iface_link{device="veth206e582"} 269 node_network_iface_link{device="veth2850aa3"} 389 node_network_iface_link{device="veth2cf4733"} 217 node_network_iface_link{device="veth2d32ebb"} 253 node_network_iface_link{device="veth2d6ddf2"} 321 node_network_iface_link{device="veth317251a"} 211 node_network_iface_link{device="veth31a8969"} 323 node_network_iface_link{device="veth32e9d7f"} 337 node_network_iface_link{device="veth3419bbd"} 45 node_network_iface_link{device="veth34e5478"} 377 node_network_iface_link{device="veth3d2da5a"} 8 node_network_iface_link{device="veth416f161"} 225 node_network_iface_link{device="veth419bb45"} 233 node_network_iface_link{device="veth41b166c"} 263 node_network_iface_link{device="veth489c4a5"} 303 node_network_iface_link{device="veth4b71dc9"} 355 node_network_iface_link{device="veth4fa5ae6"} 341 node_network_iface_link{device="veth4ffd62e"} 287 node_network_iface_link{device="veth505475e"} 257 node_network_iface_link{device="veth55e30cf"} 305 node_network_iface_link{device="veth567d617"} 297 node_network_iface_link{device="veth57ba40b"} 250081 node_network_iface_link{device="veth58a07a0"} 391 node_network_iface_link{device="veth5b28d85"} 289 node_network_iface_link{device="veth5b90ad6"} 307 node_network_iface_link{device="veth623910d"} 213 node_network_iface_link{device="veth64dd30e"} 333 node_network_iface_link{device="veth6677160"} 379 node_network_iface_link{device="veth6738a32"} 325 node_network_iface_link{device="veth6a27265"} 251 node_network_iface_link{device="veth6cb3542"} 393 node_network_iface_link{device="veth700f394"} 89 node_network_iface_link{device="veth70cec41"} 311 node_network_iface_link{device="veth72c5bed"} 241 node_network_iface_link{device="veth7a47df4"} 265 node_network_iface_link{device="veth7cd2bd3"} 385 node_network_iface_link{device="veth85d3b08"} 313 node_network_iface_link{device="veth8b43f63"} 347 node_network_iface_link{device="veth8ed08fd"} 227 node_network_iface_link{device="veth8f0e98c"} 353 node_network_iface_link{device="veth96374ce"} 309 node_network_iface_link{device="veth963e21f"} 239 node_network_iface_link{device="veth9a44fdc"} 375 node_network_iface_link{device="veth9f1baff"} 291 node_network_iface_link{device="veth9f8d169"} 315 node_network_iface_link{device="vetha0694b2"} 345 node_network_iface_link{device="vetha32323f"} 329 node_network_iface_link{device="vethae4178e"} 301 node_network_iface_link{device="vethaf6b7ca"} 381 node_network_iface_link{device="vethb563095"} 331 node_network_iface_link{device="vethbb2410c"} 371 node_network_iface_link{device="vethbbfde55"} 275 node_network_iface_link{device="vethbd4c3a2"} 327 node_network_iface_link{device="vethc6863af"} 395 node_network_iface_link{device="vethc714a9e"} 279 node_network_iface_link{device="vethcec3d2d"} 223 node_network_iface_link{device="vethcedef8d"} 349 node_network_iface_link{device="vethcf4318b"} 277 node_network_iface_link{device="vethd00219c"} 285 node_network_iface_link{device="vethd0da89b"} 231 node_network_iface_link{device="vethd31c7ba"} 249 node_network_iface_link{device="vethd349168"} 365 node_network_iface_link{device="vethd5629ae"} 219 node_network_iface_link{device="vethddcc6ca"} 245 node_network_iface_link{device="vethe13ce8f"} 351 node_network_iface_link{device="vethe42e510"} 343 node_network_iface_link{device="vethe9a6db9"} 235 node_network_iface_link{device="vetheb7f4f0"} 121 node_network_iface_link{device="vethedbd52e"} 373 node_network_iface_link{device="vethedd259d"} 237 node_network_iface_link{device="vethee351f6"} 273 node_network_iface_link{device="vethefa1a46"} 369 node_network_iface_link{device="vethf1aaabd"} 357 node_network_iface_link{device="vethf32ef87"} 383 node_network_iface_link{device="vethf7aae54"} 339 node_network_iface_link{device="vethfa25265"} 283 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="docker_gwbridge"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth01f0bae"} 0 node_network_iface_link_mode{device="veth049e946"} 0 node_network_iface_link_mode{device="veth08118d1"} 0 node_network_iface_link_mode{device="veth08663cb"} 0 node_network_iface_link_mode{device="veth1b44452"} 0 node_network_iface_link_mode{device="veth1bcf777"} 0 node_network_iface_link_mode{device="veth1be8e2e"} 0 node_network_iface_link_mode{device="veth1bf433d"} 0 node_network_iface_link_mode{device="veth1cb8e1e"} 0 node_network_iface_link_mode{device="veth1d7ea01"} 0 node_network_iface_link_mode{device="veth206e582"} 0 node_network_iface_link_mode{device="veth2850aa3"} 0 node_network_iface_link_mode{device="veth2cf4733"} 0 node_network_iface_link_mode{device="veth2d32ebb"} 0 node_network_iface_link_mode{device="veth2d6ddf2"} 0 node_network_iface_link_mode{device="veth317251a"} 0 node_network_iface_link_mode{device="veth31a8969"} 0 node_network_iface_link_mode{device="veth32e9d7f"} 0 node_network_iface_link_mode{device="veth3419bbd"} 0 node_network_iface_link_mode{device="veth34e5478"} 0 node_network_iface_link_mode{device="veth3d2da5a"} 0 node_network_iface_link_mode{device="veth416f161"} 0 node_network_iface_link_mode{device="veth419bb45"} 0 node_network_iface_link_mode{device="veth41b166c"} 0 node_network_iface_link_mode{device="veth489c4a5"} 0 node_network_iface_link_mode{device="veth4b71dc9"} 0 node_network_iface_link_mode{device="veth4fa5ae6"} 0 node_network_iface_link_mode{device="veth4ffd62e"} 0 node_network_iface_link_mode{device="veth505475e"} 0 node_network_iface_link_mode{device="veth55e30cf"} 0 node_network_iface_link_mode{device="veth567d617"} 0 node_network_iface_link_mode{device="veth57ba40b"} 0 node_network_iface_link_mode{device="veth58a07a0"} 0 node_network_iface_link_mode{device="veth5b28d85"} 0 node_network_iface_link_mode{device="veth5b90ad6"} 0 node_network_iface_link_mode{device="veth623910d"} 0 node_network_iface_link_mode{device="veth64dd30e"} 0 node_network_iface_link_mode{device="veth6677160"} 0 node_network_iface_link_mode{device="veth6738a32"} 0 node_network_iface_link_mode{device="veth6a27265"} 0 node_network_iface_link_mode{device="veth6cb3542"} 0 node_network_iface_link_mode{device="veth700f394"} 0 node_network_iface_link_mode{device="veth70cec41"} 0 node_network_iface_link_mode{device="veth72c5bed"} 0 node_network_iface_link_mode{device="veth7a47df4"} 0 node_network_iface_link_mode{device="veth7cd2bd3"} 0 node_network_iface_link_mode{device="veth85d3b08"} 0 node_network_iface_link_mode{device="veth8b43f63"} 0 node_network_iface_link_mode{device="veth8ed08fd"} 0 node_network_iface_link_mode{device="veth8f0e98c"} 0 node_network_iface_link_mode{device="veth96374ce"} 0 node_network_iface_link_mode{device="veth963e21f"} 0 node_network_iface_link_mode{device="veth9a44fdc"} 0 node_network_iface_link_mode{device="veth9f1baff"} 0 node_network_iface_link_mode{device="veth9f8d169"} 0 node_network_iface_link_mode{device="vetha0694b2"} 0 node_network_iface_link_mode{device="vetha32323f"} 0 node_network_iface_link_mode{device="vethae4178e"} 0 node_network_iface_link_mode{device="vethaf6b7ca"} 0 node_network_iface_link_mode{device="vethb563095"} 0 node_network_iface_link_mode{device="vethbb2410c"} 0 node_network_iface_link_mode{device="vethbbfde55"} 0 node_network_iface_link_mode{device="vethbd4c3a2"} 0 node_network_iface_link_mode{device="vethc6863af"} 0 node_network_iface_link_mode{device="vethc714a9e"} 0 node_network_iface_link_mode{device="vethcec3d2d"} 0 node_network_iface_link_mode{device="vethcedef8d"} 0 node_network_iface_link_mode{device="vethcf4318b"} 0 node_network_iface_link_mode{device="vethd00219c"} 0 node_network_iface_link_mode{device="vethd0da89b"} 0 node_network_iface_link_mode{device="vethd31c7ba"} 0 node_network_iface_link_mode{device="vethd349168"} 0 node_network_iface_link_mode{device="vethd5629ae"} 0 node_network_iface_link_mode{device="vethddcc6ca"} 0 node_network_iface_link_mode{device="vethe13ce8f"} 0 node_network_iface_link_mode{device="vethe42e510"} 0 node_network_iface_link_mode{device="vethe9a6db9"} 0 node_network_iface_link_mode{device="vetheb7f4f0"} 0 node_network_iface_link_mode{device="vethedbd52e"} 0 node_network_iface_link_mode{device="vethedd259d"} 0 node_network_iface_link_mode{device="vethee351f6"} 0 node_network_iface_link_mode{device="vethefa1a46"} 0 node_network_iface_link_mode{device="vethf1aaabd"} 0 node_network_iface_link_mode{device="vethf32ef87"} 0 node_network_iface_link_mode{device="vethf7aae54"} 0 node_network_iface_link_mode{device="vethfa25265"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="00:50:56:55:05:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:25:1b:b3:f5:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc714a9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:49:85:10:0e:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth72c5bed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:62:41:e0:29:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1bf433d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:ab:8a:d0:e6:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaf6b7ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:cf:a4:20:9d:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb2410c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:db:32:03:70:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth34e5478",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:0f:21:e7:ec:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth419bb45",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:91:89:3a:5e:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08118d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:d9:31:a0:1b:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6677160",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:9e:d6:90:11:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth505475e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:c0:2a:8d:c6:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3419bbd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:d6:79:fb:9d:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b71dc9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:d5:ad:8f:3c:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a27265",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:a1:b3:a7:de:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth58a07a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:a8:85:6e:ac:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd4c3a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:50:35:53:d1:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd5629ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:09:9e:0e:e7:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth31a8969",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:1b:16:59:36:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth963e21f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:31:9a:66:f7:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41b166c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:bc:b2:51:55:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a47df4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:2f:9b:2a:55:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f0e98c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:a3:9b:c2:f9:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1cb8e1e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:b6:50:c0:25:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth85d3b08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:ac:40:a8:2f:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth206e582",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:94:92:31:c6:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b43f63",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:fb:f3:d8:4d:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2850aa3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:ff:7d:93:87:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethefa1a46",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:6f:6d:8b:9e:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth96374ce",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:b4:40:1a:52:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2cf4733",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:b9:c5:5c:d4:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b28d85",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:f7:25:8d:0e:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth489c4a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:5e:04:24:1c:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb7f4f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:60:8c:5d:21:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae4178e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:2a:ea:17:77:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth049e946",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:34:0e:2f:e8:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6738a32",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:43:d1:25:c7:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbbfde55",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:e2:56:ff:d7:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethedd259d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:0b:a8:4e:5d:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf32ef87",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:24:a7:bb:4a:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth567d617",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:8e:87:38:33:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f1baff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:64:5c:d7:41:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1bcf777",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:91:e3:9a:a2:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd00219c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:01:c0:7a:1a:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d2da5a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:61:06:4c:75:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethddcc6ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:88:c5:f8:81:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth623910d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:39:42:5b:b2:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1be8e2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:53:d4:d3:59:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha32323f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:d4:fb:4c:9a:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6cb3542",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:2e:e6:5c:96:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4ffd62e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:94:8c:83:84:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth416f161",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:bd:18:1c:23:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfa25265",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:37:c0:5e:94:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe9a6db9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:81:20:1a:2b:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01f0bae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:dd:98:9f:8b:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="b2:9b:01:05:a9:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd349168",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:2a:54:4a:c0:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee351f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:69:05:1b:a1:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4fa5ae6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:2e:05:fb:de:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe42e510",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:8a:61:9a:4b:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker_gwbridge",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="be:b4:7b:02:20:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b90ad6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:a2:d9:f7:42:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ed08fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:a5:3e:19:f9:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethedbd52e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:45:b8:ad:d1:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6863af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:ee:bc:59:02:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth317251a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:7d:a4:cd:c0:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb563095",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:99:01:8f:bf:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcec3d2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:b8:0d:5e:e9:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b44452",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:86:82:1f:76:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70cec41",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:93:34:85:d1:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd0da89b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:7d:a6:b1:62:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcf4318b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:29:ae:2c:33:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe13ce8f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:2f:51:6c:01:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth64dd30e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:8b:be:8e:e4:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth32e9d7f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:9f:3e:bd:eb:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth57ba40b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:0d:1f:ea:85:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha0694b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:7b:30:02:36:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd31c7ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:a6:63:7e:74:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7cd2bd3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:ca:ea:82:dc:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08663cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:13:ea:72:0d:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf1aaabd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:9b:dd:d9:f5:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth55e30cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:29:29:bc:22:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f8d169",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:48:c8:0d:26:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcedef8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ad:dd:b2:b9:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d7ea01",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:b7:1a:a7:3e:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d6ddf2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:c3:7b:6e:68:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a44fdc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:76:25:cb:72:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d32ebb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:06:bf:cf:74:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth700f394",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:d0:81:58:3d:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf7aae54",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="docker_gwbridge"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth01f0bae"} 1500 node_network_mtu_bytes{device="veth049e946"} 1500 node_network_mtu_bytes{device="veth08118d1"} 1500 node_network_mtu_bytes{device="veth08663cb"} 1500 node_network_mtu_bytes{device="veth1b44452"} 1500 node_network_mtu_bytes{device="veth1bcf777"} 1500 node_network_mtu_bytes{device="veth1be8e2e"} 1500 node_network_mtu_bytes{device="veth1bf433d"} 1500 node_network_mtu_bytes{device="veth1cb8e1e"} 1500 node_network_mtu_bytes{device="veth1d7ea01"} 1500 node_network_mtu_bytes{device="veth206e582"} 1500 node_network_mtu_bytes{device="veth2850aa3"} 1500 node_network_mtu_bytes{device="veth2cf4733"} 1500 node_network_mtu_bytes{device="veth2d32ebb"} 1500 node_network_mtu_bytes{device="veth2d6ddf2"} 1500 node_network_mtu_bytes{device="veth317251a"} 1500 node_network_mtu_bytes{device="veth31a8969"} 1500 node_network_mtu_bytes{device="veth32e9d7f"} 1500 node_network_mtu_bytes{device="veth3419bbd"} 1500 node_network_mtu_bytes{device="veth34e5478"} 1500 node_network_mtu_bytes{device="veth3d2da5a"} 1500 node_network_mtu_bytes{device="veth416f161"} 1500 node_network_mtu_bytes{device="veth419bb45"} 1500 node_network_mtu_bytes{device="veth41b166c"} 1500 node_network_mtu_bytes{device="veth489c4a5"} 1500 node_network_mtu_bytes{device="veth4b71dc9"} 1500 node_network_mtu_bytes{device="veth4fa5ae6"} 1500 node_network_mtu_bytes{device="veth4ffd62e"} 1500 node_network_mtu_bytes{device="veth505475e"} 1500 node_network_mtu_bytes{device="veth55e30cf"} 1500 node_network_mtu_bytes{device="veth567d617"} 1500 node_network_mtu_bytes{device="veth57ba40b"} 1500 node_network_mtu_bytes{device="veth58a07a0"} 1500 node_network_mtu_bytes{device="veth5b28d85"} 1500 node_network_mtu_bytes{device="veth5b90ad6"} 1500 node_network_mtu_bytes{device="veth623910d"} 1500 node_network_mtu_bytes{device="veth64dd30e"} 1500 node_network_mtu_bytes{device="veth6677160"} 1500 node_network_mtu_bytes{device="veth6738a32"} 1500 node_network_mtu_bytes{device="veth6a27265"} 1500 node_network_mtu_bytes{device="veth6cb3542"} 1500 node_network_mtu_bytes{device="veth700f394"} 1500 node_network_mtu_bytes{device="veth70cec41"} 1500 node_network_mtu_bytes{device="veth72c5bed"} 1500 node_network_mtu_bytes{device="veth7a47df4"} 1500 node_network_mtu_bytes{device="veth7cd2bd3"} 1500 node_network_mtu_bytes{device="veth85d3b08"} 1500 node_network_mtu_bytes{device="veth8b43f63"} 1500 node_network_mtu_bytes{device="veth8ed08fd"} 1500 node_network_mtu_bytes{device="veth8f0e98c"} 1500 node_network_mtu_bytes{device="veth96374ce"} 1500 node_network_mtu_bytes{device="veth963e21f"} 1500 node_network_mtu_bytes{device="veth9a44fdc"} 1500 node_network_mtu_bytes{device="veth9f1baff"} 1500 node_network_mtu_bytes{device="veth9f8d169"} 1500 node_network_mtu_bytes{device="vetha0694b2"} 1500 node_network_mtu_bytes{device="vetha32323f"} 1500 node_network_mtu_bytes{device="vethae4178e"} 1500 node_network_mtu_bytes{device="vethaf6b7ca"} 1500 node_network_mtu_bytes{device="vethb563095"} 1500 node_network_mtu_bytes{device="vethbb2410c"} 1500 node_network_mtu_bytes{device="vethbbfde55"} 1500 node_network_mtu_bytes{device="vethbd4c3a2"} 1500 node_network_mtu_bytes{device="vethc6863af"} 1500 node_network_mtu_bytes{device="vethc714a9e"} 1500 node_network_mtu_bytes{device="vethcec3d2d"} 1500 node_network_mtu_bytes{device="vethcedef8d"} 1500 node_network_mtu_bytes{device="vethcf4318b"} 1500 node_network_mtu_bytes{device="vethd00219c"} 1500 node_network_mtu_bytes{device="vethd0da89b"} 1500 node_network_mtu_bytes{device="vethd31c7ba"} 1500 node_network_mtu_bytes{device="vethd349168"} 1500 node_network_mtu_bytes{device="vethd5629ae"} 1500 node_network_mtu_bytes{device="vethddcc6ca"} 1500 node_network_mtu_bytes{device="vethe13ce8f"} 1500 node_network_mtu_bytes{device="vethe42e510"} 1500 node_network_mtu_bytes{device="vethe9a6db9"} 1500 node_network_mtu_bytes{device="vetheb7f4f0"} 1500 node_network_mtu_bytes{device="vethedbd52e"} 1500 node_network_mtu_bytes{device="vethedd259d"} 1500 node_network_mtu_bytes{device="vethee351f6"} 1500 node_network_mtu_bytes{device="vethefa1a46"} 1500 node_network_mtu_bytes{device="vethf1aaabd"} 1500 node_network_mtu_bytes{device="vethf32ef87"} 1500 node_network_mtu_bytes{device="vethf7aae54"} 1500 node_network_mtu_bytes{device="vethfa25265"} 1500 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="docker_gwbridge"} 3 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth01f0bae"} 3 node_network_name_assign_type{device="veth049e946"} 3 node_network_name_assign_type{device="veth08118d1"} 3 node_network_name_assign_type{device="veth08663cb"} 3 node_network_name_assign_type{device="veth1b44452"} 3 node_network_name_assign_type{device="veth1bcf777"} 3 node_network_name_assign_type{device="veth1be8e2e"} 3 node_network_name_assign_type{device="veth1bf433d"} 3 node_network_name_assign_type{device="veth1cb8e1e"} 3 node_network_name_assign_type{device="veth1d7ea01"} 3 node_network_name_assign_type{device="veth206e582"} 3 node_network_name_assign_type{device="veth2850aa3"} 3 node_network_name_assign_type{device="veth2cf4733"} 3 node_network_name_assign_type{device="veth2d32ebb"} 3 node_network_name_assign_type{device="veth2d6ddf2"} 3 node_network_name_assign_type{device="veth317251a"} 3 node_network_name_assign_type{device="veth31a8969"} 3 node_network_name_assign_type{device="veth32e9d7f"} 3 node_network_name_assign_type{device="veth3419bbd"} 3 node_network_name_assign_type{device="veth34e5478"} 3 node_network_name_assign_type{device="veth3d2da5a"} 3 node_network_name_assign_type{device="veth416f161"} 3 node_network_name_assign_type{device="veth419bb45"} 3 node_network_name_assign_type{device="veth41b166c"} 3 node_network_name_assign_type{device="veth489c4a5"} 3 node_network_name_assign_type{device="veth4b71dc9"} 3 node_network_name_assign_type{device="veth4fa5ae6"} 3 node_network_name_assign_type{device="veth4ffd62e"} 3 node_network_name_assign_type{device="veth505475e"} 3 node_network_name_assign_type{device="veth55e30cf"} 3 node_network_name_assign_type{device="veth567d617"} 3 node_network_name_assign_type{device="veth57ba40b"} 3 node_network_name_assign_type{device="veth58a07a0"} 3 node_network_name_assign_type{device="veth5b28d85"} 3 node_network_name_assign_type{device="veth5b90ad6"} 3 node_network_name_assign_type{device="veth623910d"} 3 node_network_name_assign_type{device="veth64dd30e"} 3 node_network_name_assign_type{device="veth6677160"} 3 node_network_name_assign_type{device="veth6738a32"} 3 node_network_name_assign_type{device="veth6a27265"} 3 node_network_name_assign_type{device="veth6cb3542"} 3 node_network_name_assign_type{device="veth700f394"} 3 node_network_name_assign_type{device="veth70cec41"} 3 node_network_name_assign_type{device="veth72c5bed"} 3 node_network_name_assign_type{device="veth7a47df4"} 3 node_network_name_assign_type{device="veth7cd2bd3"} 3 node_network_name_assign_type{device="veth85d3b08"} 3 node_network_name_assign_type{device="veth8b43f63"} 3 node_network_name_assign_type{device="veth8ed08fd"} 3 node_network_name_assign_type{device="veth8f0e98c"} 3 node_network_name_assign_type{device="veth96374ce"} 3 node_network_name_assign_type{device="veth963e21f"} 3 node_network_name_assign_type{device="veth9a44fdc"} 3 node_network_name_assign_type{device="veth9f1baff"} 3 node_network_name_assign_type{device="veth9f8d169"} 3 node_network_name_assign_type{device="vetha0694b2"} 3 node_network_name_assign_type{device="vetha32323f"} 3 node_network_name_assign_type{device="vethae4178e"} 3 node_network_name_assign_type{device="vethaf6b7ca"} 3 node_network_name_assign_type{device="vethb563095"} 3 node_network_name_assign_type{device="vethbb2410c"} 3 node_network_name_assign_type{device="vethbbfde55"} 3 node_network_name_assign_type{device="vethbd4c3a2"} 3 node_network_name_assign_type{device="vethc6863af"} 3 node_network_name_assign_type{device="vethc714a9e"} 3 node_network_name_assign_type{device="vethcec3d2d"} 3 node_network_name_assign_type{device="vethcedef8d"} 3 node_network_name_assign_type{device="vethcf4318b"} 3 node_network_name_assign_type{device="vethd00219c"} 3 node_network_name_assign_type{device="vethd0da89b"} 3 node_network_name_assign_type{device="vethd31c7ba"} 3 node_network_name_assign_type{device="vethd349168"} 3 node_network_name_assign_type{device="vethd5629ae"} 3 node_network_name_assign_type{device="vethddcc6ca"} 3 node_network_name_assign_type{device="vethe13ce8f"} 3 node_network_name_assign_type{device="vethe42e510"} 3 node_network_name_assign_type{device="vethe9a6db9"} 3 node_network_name_assign_type{device="vetheb7f4f0"} 3 node_network_name_assign_type{device="vethedbd52e"} 3 node_network_name_assign_type{device="vethedd259d"} 3 node_network_name_assign_type{device="vethee351f6"} 3 node_network_name_assign_type{device="vethefa1a46"} 3 node_network_name_assign_type{device="vethf1aaabd"} 3 node_network_name_assign_type{device="vethf32ef87"} 3 node_network_name_assign_type{device="vethf7aae54"} 3 node_network_name_assign_type{device="vethfa25265"} 3 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="docker_gwbridge"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth01f0bae"} 0 node_network_net_dev_group{device="veth049e946"} 0 node_network_net_dev_group{device="veth08118d1"} 0 node_network_net_dev_group{device="veth08663cb"} 0 node_network_net_dev_group{device="veth1b44452"} 0 node_network_net_dev_group{device="veth1bcf777"} 0 node_network_net_dev_group{device="veth1be8e2e"} 0 node_network_net_dev_group{device="veth1bf433d"} 0 node_network_net_dev_group{device="veth1cb8e1e"} 0 node_network_net_dev_group{device="veth1d7ea01"} 0 node_network_net_dev_group{device="veth206e582"} 0 node_network_net_dev_group{device="veth2850aa3"} 0 node_network_net_dev_group{device="veth2cf4733"} 0 node_network_net_dev_group{device="veth2d32ebb"} 0 node_network_net_dev_group{device="veth2d6ddf2"} 0 node_network_net_dev_group{device="veth317251a"} 0 node_network_net_dev_group{device="veth31a8969"} 0 node_network_net_dev_group{device="veth32e9d7f"} 0 node_network_net_dev_group{device="veth3419bbd"} 0 node_network_net_dev_group{device="veth34e5478"} 0 node_network_net_dev_group{device="veth3d2da5a"} 0 node_network_net_dev_group{device="veth416f161"} 0 node_network_net_dev_group{device="veth419bb45"} 0 node_network_net_dev_group{device="veth41b166c"} 0 node_network_net_dev_group{device="veth489c4a5"} 0 node_network_net_dev_group{device="veth4b71dc9"} 0 node_network_net_dev_group{device="veth4fa5ae6"} 0 node_network_net_dev_group{device="veth4ffd62e"} 0 node_network_net_dev_group{device="veth505475e"} 0 node_network_net_dev_group{device="veth55e30cf"} 0 node_network_net_dev_group{device="veth567d617"} 0 node_network_net_dev_group{device="veth57ba40b"} 0 node_network_net_dev_group{device="veth58a07a0"} 0 node_network_net_dev_group{device="veth5b28d85"} 0 node_network_net_dev_group{device="veth5b90ad6"} 0 node_network_net_dev_group{device="veth623910d"} 0 node_network_net_dev_group{device="veth64dd30e"} 0 node_network_net_dev_group{device="veth6677160"} 0 node_network_net_dev_group{device="veth6738a32"} 0 node_network_net_dev_group{device="veth6a27265"} 0 node_network_net_dev_group{device="veth6cb3542"} 0 node_network_net_dev_group{device="veth700f394"} 0 node_network_net_dev_group{device="veth70cec41"} 0 node_network_net_dev_group{device="veth72c5bed"} 0 node_network_net_dev_group{device="veth7a47df4"} 0 node_network_net_dev_group{device="veth7cd2bd3"} 0 node_network_net_dev_group{device="veth85d3b08"} 0 node_network_net_dev_group{device="veth8b43f63"} 0 node_network_net_dev_group{device="veth8ed08fd"} 0 node_network_net_dev_group{device="veth8f0e98c"} 0 node_network_net_dev_group{device="veth96374ce"} 0 node_network_net_dev_group{device="veth963e21f"} 0 node_network_net_dev_group{device="veth9a44fdc"} 0 node_network_net_dev_group{device="veth9f1baff"} 0 node_network_net_dev_group{device="veth9f8d169"} 0 node_network_net_dev_group{device="vetha0694b2"} 0 node_network_net_dev_group{device="vetha32323f"} 0 node_network_net_dev_group{device="vethae4178e"} 0 node_network_net_dev_group{device="vethaf6b7ca"} 0 node_network_net_dev_group{device="vethb563095"} 0 node_network_net_dev_group{device="vethbb2410c"} 0 node_network_net_dev_group{device="vethbbfde55"} 0 node_network_net_dev_group{device="vethbd4c3a2"} 0 node_network_net_dev_group{device="vethc6863af"} 0 node_network_net_dev_group{device="vethc714a9e"} 0 node_network_net_dev_group{device="vethcec3d2d"} 0 node_network_net_dev_group{device="vethcedef8d"} 0 node_network_net_dev_group{device="vethcf4318b"} 0 node_network_net_dev_group{device="vethd00219c"} 0 node_network_net_dev_group{device="vethd0da89b"} 0 node_network_net_dev_group{device="vethd31c7ba"} 0 node_network_net_dev_group{device="vethd349168"} 0 node_network_net_dev_group{device="vethd5629ae"} 0 node_network_net_dev_group{device="vethddcc6ca"} 0 node_network_net_dev_group{device="vethe13ce8f"} 0 node_network_net_dev_group{device="vethe42e510"} 0 node_network_net_dev_group{device="vethe9a6db9"} 0 node_network_net_dev_group{device="vetheb7f4f0"} 0 node_network_net_dev_group{device="vethedbd52e"} 0 node_network_net_dev_group{device="vethedd259d"} 0 node_network_net_dev_group{device="vethee351f6"} 0 node_network_net_dev_group{device="vethefa1a46"} 0 node_network_net_dev_group{device="vethf1aaabd"} 0 node_network_net_dev_group{device="vethf32ef87"} 0 node_network_net_dev_group{device="vethf7aae54"} 0 node_network_net_dev_group{device="vethfa25265"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="docker_gwbridge"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth01f0bae"} 1 node_network_protocol_type{device="veth049e946"} 1 node_network_protocol_type{device="veth08118d1"} 1 node_network_protocol_type{device="veth08663cb"} 1 node_network_protocol_type{device="veth1b44452"} 1 node_network_protocol_type{device="veth1bcf777"} 1 node_network_protocol_type{device="veth1be8e2e"} 1 node_network_protocol_type{device="veth1bf433d"} 1 node_network_protocol_type{device="veth1cb8e1e"} 1 node_network_protocol_type{device="veth1d7ea01"} 1 node_network_protocol_type{device="veth206e582"} 1 node_network_protocol_type{device="veth2850aa3"} 1 node_network_protocol_type{device="veth2cf4733"} 1 node_network_protocol_type{device="veth2d32ebb"} 1 node_network_protocol_type{device="veth2d6ddf2"} 1 node_network_protocol_type{device="veth317251a"} 1 node_network_protocol_type{device="veth31a8969"} 1 node_network_protocol_type{device="veth32e9d7f"} 1 node_network_protocol_type{device="veth3419bbd"} 1 node_network_protocol_type{device="veth34e5478"} 1 node_network_protocol_type{device="veth3d2da5a"} 1 node_network_protocol_type{device="veth416f161"} 1 node_network_protocol_type{device="veth419bb45"} 1 node_network_protocol_type{device="veth41b166c"} 1 node_network_protocol_type{device="veth489c4a5"} 1 node_network_protocol_type{device="veth4b71dc9"} 1 node_network_protocol_type{device="veth4fa5ae6"} 1 node_network_protocol_type{device="veth4ffd62e"} 1 node_network_protocol_type{device="veth505475e"} 1 node_network_protocol_type{device="veth55e30cf"} 1 node_network_protocol_type{device="veth567d617"} 1 node_network_protocol_type{device="veth57ba40b"} 1 node_network_protocol_type{device="veth58a07a0"} 1 node_network_protocol_type{device="veth5b28d85"} 1 node_network_protocol_type{device="veth5b90ad6"} 1 node_network_protocol_type{device="veth623910d"} 1 node_network_protocol_type{device="veth64dd30e"} 1 node_network_protocol_type{device="veth6677160"} 1 node_network_protocol_type{device="veth6738a32"} 1 node_network_protocol_type{device="veth6a27265"} 1 node_network_protocol_type{device="veth6cb3542"} 1 node_network_protocol_type{device="veth700f394"} 1 node_network_protocol_type{device="veth70cec41"} 1 node_network_protocol_type{device="veth72c5bed"} 1 node_network_protocol_type{device="veth7a47df4"} 1 node_network_protocol_type{device="veth7cd2bd3"} 1 node_network_protocol_type{device="veth85d3b08"} 1 node_network_protocol_type{device="veth8b43f63"} 1 node_network_protocol_type{device="veth8ed08fd"} 1 node_network_protocol_type{device="veth8f0e98c"} 1 node_network_protocol_type{device="veth96374ce"} 1 node_network_protocol_type{device="veth963e21f"} 1 node_network_protocol_type{device="veth9a44fdc"} 1 node_network_protocol_type{device="veth9f1baff"} 1 node_network_protocol_type{device="veth9f8d169"} 1 node_network_protocol_type{device="vetha0694b2"} 1 node_network_protocol_type{device="vetha32323f"} 1 node_network_protocol_type{device="vethae4178e"} 1 node_network_protocol_type{device="vethaf6b7ca"} 1 node_network_protocol_type{device="vethb563095"} 1 node_network_protocol_type{device="vethbb2410c"} 1 node_network_protocol_type{device="vethbbfde55"} 1 node_network_protocol_type{device="vethbd4c3a2"} 1 node_network_protocol_type{device="vethc6863af"} 1 node_network_protocol_type{device="vethc714a9e"} 1 node_network_protocol_type{device="vethcec3d2d"} 1 node_network_protocol_type{device="vethcedef8d"} 1 node_network_protocol_type{device="vethcf4318b"} 1 node_network_protocol_type{device="vethd00219c"} 1 node_network_protocol_type{device="vethd0da89b"} 1 node_network_protocol_type{device="vethd31c7ba"} 1 node_network_protocol_type{device="vethd349168"} 1 node_network_protocol_type{device="vethd5629ae"} 1 node_network_protocol_type{device="vethddcc6ca"} 1 node_network_protocol_type{device="vethe13ce8f"} 1 node_network_protocol_type{device="vethe42e510"} 1 node_network_protocol_type{device="vethe9a6db9"} 1 node_network_protocol_type{device="vetheb7f4f0"} 1 node_network_protocol_type{device="vethedbd52e"} 1 node_network_protocol_type{device="vethedd259d"} 1 node_network_protocol_type{device="vethee351f6"} 1 node_network_protocol_type{device="vethefa1a46"} 1 node_network_protocol_type{device="vethf1aaabd"} 1 node_network_protocol_type{device="vethf32ef87"} 1 node_network_protocol_type{device="vethf7aae54"} 1 node_network_protocol_type{device="vethfa25265"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eth0"} 2.397793e+06 node_network_receive_bytes_total{device="eth1"} 1.979728e+06 node_network_receive_bytes_total{device="eth2"} 2.146494e+06 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"} 49758 node_network_receive_packets_total{device="eth1"} 47134 node_network_receive_packets_total{device="eth2"} 48742 node_network_receive_packets_total{device="lo"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="veth01f0bae"} 1.25e+09 node_network_speed_bytes{device="veth049e946"} 1.25e+09 node_network_speed_bytes{device="veth08118d1"} 1.25e+09 node_network_speed_bytes{device="veth08663cb"} 1.25e+09 node_network_speed_bytes{device="veth1b44452"} 1.25e+09 node_network_speed_bytes{device="veth1bcf777"} 1.25e+09 node_network_speed_bytes{device="veth1be8e2e"} 1.25e+09 node_network_speed_bytes{device="veth1bf433d"} 1.25e+09 node_network_speed_bytes{device="veth1cb8e1e"} 1.25e+09 node_network_speed_bytes{device="veth1d7ea01"} 1.25e+09 node_network_speed_bytes{device="veth206e582"} 1.25e+09 node_network_speed_bytes{device="veth2850aa3"} 1.25e+09 node_network_speed_bytes{device="veth2cf4733"} 1.25e+09 node_network_speed_bytes{device="veth2d32ebb"} 1.25e+09 node_network_speed_bytes{device="veth2d6ddf2"} 1.25e+09 node_network_speed_bytes{device="veth317251a"} 1.25e+09 node_network_speed_bytes{device="veth31a8969"} 1.25e+09 node_network_speed_bytes{device="veth32e9d7f"} 1.25e+09 node_network_speed_bytes{device="veth3419bbd"} 1.25e+09 node_network_speed_bytes{device="veth34e5478"} 1.25e+09 node_network_speed_bytes{device="veth3d2da5a"} 1.25e+09 node_network_speed_bytes{device="veth416f161"} 1.25e+09 node_network_speed_bytes{device="veth419bb45"} 1.25e+09 node_network_speed_bytes{device="veth41b166c"} 1.25e+09 node_network_speed_bytes{device="veth489c4a5"} 1.25e+09 node_network_speed_bytes{device="veth4b71dc9"} 1.25e+09 node_network_speed_bytes{device="veth4fa5ae6"} 1.25e+09 node_network_speed_bytes{device="veth4ffd62e"} 1.25e+09 node_network_speed_bytes{device="veth505475e"} 1.25e+09 node_network_speed_bytes{device="veth55e30cf"} 1.25e+09 node_network_speed_bytes{device="veth567d617"} 1.25e+09 node_network_speed_bytes{device="veth57ba40b"} 1.25e+09 node_network_speed_bytes{device="veth58a07a0"} 1.25e+09 node_network_speed_bytes{device="veth5b28d85"} 1.25e+09 node_network_speed_bytes{device="veth5b90ad6"} 1.25e+09 node_network_speed_bytes{device="veth623910d"} 1.25e+09 node_network_speed_bytes{device="veth64dd30e"} 1.25e+09 node_network_speed_bytes{device="veth6677160"} 1.25e+09 node_network_speed_bytes{device="veth6738a32"} 1.25e+09 node_network_speed_bytes{device="veth6a27265"} 1.25e+09 node_network_speed_bytes{device="veth6cb3542"} 1.25e+09 node_network_speed_bytes{device="veth700f394"} 1.25e+09 node_network_speed_bytes{device="veth70cec41"} 1.25e+09 node_network_speed_bytes{device="veth72c5bed"} 1.25e+09 node_network_speed_bytes{device="veth7a47df4"} 1.25e+09 node_network_speed_bytes{device="veth7cd2bd3"} 1.25e+09 node_network_speed_bytes{device="veth85d3b08"} 1.25e+09 node_network_speed_bytes{device="veth8b43f63"} 1.25e+09 node_network_speed_bytes{device="veth8ed08fd"} 1.25e+09 node_network_speed_bytes{device="veth8f0e98c"} 1.25e+09 node_network_speed_bytes{device="veth96374ce"} 1.25e+09 node_network_speed_bytes{device="veth963e21f"} 1.25e+09 node_network_speed_bytes{device="veth9a44fdc"} 1.25e+09 node_network_speed_bytes{device="veth9f1baff"} 1.25e+09 node_network_speed_bytes{device="veth9f8d169"} 1.25e+09 node_network_speed_bytes{device="vetha0694b2"} 1.25e+09 node_network_speed_bytes{device="vetha32323f"} 1.25e+09 node_network_speed_bytes{device="vethae4178e"} 1.25e+09 node_network_speed_bytes{device="vethaf6b7ca"} 1.25e+09 node_network_speed_bytes{device="vethb563095"} 1.25e+09 node_network_speed_bytes{device="vethbb2410c"} 1.25e+09 node_network_speed_bytes{device="vethbbfde55"} 1.25e+09 node_network_speed_bytes{device="vethbd4c3a2"} 1.25e+09 node_network_speed_bytes{device="vethc6863af"} 1.25e+09 node_network_speed_bytes{device="vethc714a9e"} 1.25e+09 node_network_speed_bytes{device="vethcec3d2d"} 1.25e+09 node_network_speed_bytes{device="vethcedef8d"} 1.25e+09 node_network_speed_bytes{device="vethcf4318b"} 1.25e+09 node_network_speed_bytes{device="vethd00219c"} 1.25e+09 node_network_speed_bytes{device="vethd0da89b"} 1.25e+09 node_network_speed_bytes{device="vethd31c7ba"} 1.25e+09 node_network_speed_bytes{device="vethd349168"} 1.25e+09 node_network_speed_bytes{device="vethd5629ae"} 1.25e+09 node_network_speed_bytes{device="vethddcc6ca"} 1.25e+09 node_network_speed_bytes{device="vethe13ce8f"} 1.25e+09 node_network_speed_bytes{device="vethe42e510"} 1.25e+09 node_network_speed_bytes{device="vethe9a6db9"} 1.25e+09 node_network_speed_bytes{device="vetheb7f4f0"} 1.25e+09 node_network_speed_bytes{device="vethedbd52e"} 1.25e+09 node_network_speed_bytes{device="vethedd259d"} 1.25e+09 node_network_speed_bytes{device="vethee351f6"} 1.25e+09 node_network_speed_bytes{device="vethefa1a46"} 1.25e+09 node_network_speed_bytes{device="vethf1aaabd"} 1.25e+09 node_network_speed_bytes{device="vethf32ef87"} 1.25e+09 node_network_speed_bytes{device="vethf7aae54"} 1.25e+09 node_network_speed_bytes{device="vethfa25265"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 457553 node_network_transmit_bytes_total{device="eth1"} 126 node_network_transmit_bytes_total{device="eth2"} 231261 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"} 1394 node_network_transmit_packets_total{device="eth1"} 3 node_network_transmit_packets_total{device="eth2"} 1493 node_network_transmit_packets_total{device="lo"} 0 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="docker_gwbridge"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth01f0bae"} 0 node_network_transmit_queue_length{device="veth049e946"} 0 node_network_transmit_queue_length{device="veth08118d1"} 0 node_network_transmit_queue_length{device="veth08663cb"} 0 node_network_transmit_queue_length{device="veth1b44452"} 0 node_network_transmit_queue_length{device="veth1bcf777"} 0 node_network_transmit_queue_length{device="veth1be8e2e"} 0 node_network_transmit_queue_length{device="veth1bf433d"} 0 node_network_transmit_queue_length{device="veth1cb8e1e"} 0 node_network_transmit_queue_length{device="veth1d7ea01"} 0 node_network_transmit_queue_length{device="veth206e582"} 0 node_network_transmit_queue_length{device="veth2850aa3"} 0 node_network_transmit_queue_length{device="veth2cf4733"} 0 node_network_transmit_queue_length{device="veth2d32ebb"} 0 node_network_transmit_queue_length{device="veth2d6ddf2"} 0 node_network_transmit_queue_length{device="veth317251a"} 0 node_network_transmit_queue_length{device="veth31a8969"} 0 node_network_transmit_queue_length{device="veth32e9d7f"} 0 node_network_transmit_queue_length{device="veth3419bbd"} 0 node_network_transmit_queue_length{device="veth34e5478"} 0 node_network_transmit_queue_length{device="veth3d2da5a"} 0 node_network_transmit_queue_length{device="veth416f161"} 0 node_network_transmit_queue_length{device="veth419bb45"} 0 node_network_transmit_queue_length{device="veth41b166c"} 0 node_network_transmit_queue_length{device="veth489c4a5"} 0 node_network_transmit_queue_length{device="veth4b71dc9"} 0 node_network_transmit_queue_length{device="veth4fa5ae6"} 0 node_network_transmit_queue_length{device="veth4ffd62e"} 0 node_network_transmit_queue_length{device="veth505475e"} 0 node_network_transmit_queue_length{device="veth55e30cf"} 0 node_network_transmit_queue_length{device="veth567d617"} 0 node_network_transmit_queue_length{device="veth57ba40b"} 0 node_network_transmit_queue_length{device="veth58a07a0"} 0 node_network_transmit_queue_length{device="veth5b28d85"} 0 node_network_transmit_queue_length{device="veth5b90ad6"} 0 node_network_transmit_queue_length{device="veth623910d"} 0 node_network_transmit_queue_length{device="veth64dd30e"} 0 node_network_transmit_queue_length{device="veth6677160"} 0 node_network_transmit_queue_length{device="veth6738a32"} 0 node_network_transmit_queue_length{device="veth6a27265"} 0 node_network_transmit_queue_length{device="veth6cb3542"} 0 node_network_transmit_queue_length{device="veth700f394"} 0 node_network_transmit_queue_length{device="veth70cec41"} 0 node_network_transmit_queue_length{device="veth72c5bed"} 0 node_network_transmit_queue_length{device="veth7a47df4"} 0 node_network_transmit_queue_length{device="veth7cd2bd3"} 0 node_network_transmit_queue_length{device="veth85d3b08"} 0 node_network_transmit_queue_length{device="veth8b43f63"} 0 node_network_transmit_queue_length{device="veth8ed08fd"} 0 node_network_transmit_queue_length{device="veth8f0e98c"} 0 node_network_transmit_queue_length{device="veth96374ce"} 0 node_network_transmit_queue_length{device="veth963e21f"} 0 node_network_transmit_queue_length{device="veth9a44fdc"} 0 node_network_transmit_queue_length{device="veth9f1baff"} 0 node_network_transmit_queue_length{device="veth9f8d169"} 0 node_network_transmit_queue_length{device="vetha0694b2"} 0 node_network_transmit_queue_length{device="vetha32323f"} 0 node_network_transmit_queue_length{device="vethae4178e"} 0 node_network_transmit_queue_length{device="vethaf6b7ca"} 0 node_network_transmit_queue_length{device="vethb563095"} 0 node_network_transmit_queue_length{device="vethbb2410c"} 0 node_network_transmit_queue_length{device="vethbbfde55"} 0 node_network_transmit_queue_length{device="vethbd4c3a2"} 0 node_network_transmit_queue_length{device="vethc6863af"} 0 node_network_transmit_queue_length{device="vethc714a9e"} 0 node_network_transmit_queue_length{device="vethcec3d2d"} 0 node_network_transmit_queue_length{device="vethcedef8d"} 0 node_network_transmit_queue_length{device="vethcf4318b"} 0 node_network_transmit_queue_length{device="vethd00219c"} 0 node_network_transmit_queue_length{device="vethd0da89b"} 0 node_network_transmit_queue_length{device="vethd31c7ba"} 0 node_network_transmit_queue_length{device="vethd349168"} 0 node_network_transmit_queue_length{device="vethd5629ae"} 0 node_network_transmit_queue_length{device="vethddcc6ca"} 0 node_network_transmit_queue_length{device="vethe13ce8f"} 0 node_network_transmit_queue_length{device="vethe42e510"} 0 node_network_transmit_queue_length{device="vethe9a6db9"} 0 node_network_transmit_queue_length{device="vetheb7f4f0"} 0 node_network_transmit_queue_length{device="vethedbd52e"} 0 node_network_transmit_queue_length{device="vethedd259d"} 0 node_network_transmit_queue_length{device="vethee351f6"} 0 node_network_transmit_queue_length{device="vethefa1a46"} 0 node_network_transmit_queue_length{device="vethf1aaabd"} 0 node_network_transmit_queue_length{device="vethf32ef87"} 0 node_network_transmit_queue_length{device="vethf7aae54"} 0 node_network_transmit_queue_length{device="vethfa25265"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="docker0"} 0 node_network_up{device="docker_gwbridge"} 1 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth01f0bae"} 1 node_network_up{device="veth049e946"} 1 node_network_up{device="veth08118d1"} 1 node_network_up{device="veth08663cb"} 1 node_network_up{device="veth1b44452"} 1 node_network_up{device="veth1bcf777"} 1 node_network_up{device="veth1be8e2e"} 1 node_network_up{device="veth1bf433d"} 1 node_network_up{device="veth1cb8e1e"} 1 node_network_up{device="veth1d7ea01"} 1 node_network_up{device="veth206e582"} 1 node_network_up{device="veth2850aa3"} 1 node_network_up{device="veth2cf4733"} 1 node_network_up{device="veth2d32ebb"} 1 node_network_up{device="veth2d6ddf2"} 1 node_network_up{device="veth317251a"} 1 node_network_up{device="veth31a8969"} 1 node_network_up{device="veth32e9d7f"} 1 node_network_up{device="veth3419bbd"} 1 node_network_up{device="veth34e5478"} 1 node_network_up{device="veth3d2da5a"} 1 node_network_up{device="veth416f161"} 1 node_network_up{device="veth419bb45"} 1 node_network_up{device="veth41b166c"} 1 node_network_up{device="veth489c4a5"} 1 node_network_up{device="veth4b71dc9"} 1 node_network_up{device="veth4fa5ae6"} 1 node_network_up{device="veth4ffd62e"} 1 node_network_up{device="veth505475e"} 1 node_network_up{device="veth55e30cf"} 1 node_network_up{device="veth567d617"} 1 node_network_up{device="veth57ba40b"} 1 node_network_up{device="veth58a07a0"} 1 node_network_up{device="veth5b28d85"} 1 node_network_up{device="veth5b90ad6"} 1 node_network_up{device="veth623910d"} 1 node_network_up{device="veth64dd30e"} 1 node_network_up{device="veth6677160"} 1 node_network_up{device="veth6738a32"} 1 node_network_up{device="veth6a27265"} 1 node_network_up{device="veth6cb3542"} 1 node_network_up{device="veth700f394"} 1 node_network_up{device="veth70cec41"} 1 node_network_up{device="veth72c5bed"} 1 node_network_up{device="veth7a47df4"} 1 node_network_up{device="veth7cd2bd3"} 1 node_network_up{device="veth85d3b08"} 1 node_network_up{device="veth8b43f63"} 1 node_network_up{device="veth8ed08fd"} 1 node_network_up{device="veth8f0e98c"} 1 node_network_up{device="veth96374ce"} 1 node_network_up{device="veth963e21f"} 1 node_network_up{device="veth9a44fdc"} 1 node_network_up{device="veth9f1baff"} 1 node_network_up{device="veth9f8d169"} 1 node_network_up{device="vetha0694b2"} 1 node_network_up{device="vetha32323f"} 1 node_network_up{device="vethae4178e"} 1 node_network_up{device="vethaf6b7ca"} 1 node_network_up{device="vethb563095"} 1 node_network_up{device="vethbb2410c"} 1 node_network_up{device="vethbbfde55"} 1 node_network_up{device="vethbd4c3a2"} 1 node_network_up{device="vethc6863af"} 1 node_network_up{device="vethc714a9e"} 1 node_network_up{device="vethcec3d2d"} 1 node_network_up{device="vethcedef8d"} 1 node_network_up{device="vethcf4318b"} 1 node_network_up{device="vethd00219c"} 1 node_network_up{device="vethd0da89b"} 1 node_network_up{device="vethd31c7ba"} 1 node_network_up{device="vethd349168"} 1 node_network_up{device="vethd5629ae"} 1 node_network_up{device="vethddcc6ca"} 1 node_network_up{device="vethe13ce8f"} 1 node_network_up{device="vethe42e510"} 1 node_network_up{device="vethe9a6db9"} 1 node_network_up{device="vetheb7f4f0"} 1 node_network_up{device="vethedbd52e"} 1 node_network_up{device="vethedd259d"} 1 node_network_up{device="vethee351f6"} 1 node_network_up{device="vethefa1a46"} 1 node_network_up{device="vethf1aaabd"} 1 node_network_up{device="vethf32ef87"} 1 node_network_up{device="vethf7aae54"} 1 node_network_up{device="vethfa25265"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 1 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 354.693802 # 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 292.768807 # 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 315.242974 # 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.00362 # 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.053139000000000006 # 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 3 # 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"} 30114.189559749 node_schedstat_running_seconds_total{cpu="1"} 32619.876665449 node_schedstat_running_seconds_total{cpu="10"} 39632.536638824 node_schedstat_running_seconds_total{cpu="11"} 37598.881975922 node_schedstat_running_seconds_total{cpu="12"} 36596.654677085 node_schedstat_running_seconds_total{cpu="13"} 35918.450569856 node_schedstat_running_seconds_total{cpu="14"} 35361.666486752 node_schedstat_running_seconds_total{cpu="15"} 34721.354293518 node_schedstat_running_seconds_total{cpu="16"} 34570.375274208 node_schedstat_running_seconds_total{cpu="17"} 34202.659272953 node_schedstat_running_seconds_total{cpu="18"} 34022.29009395 node_schedstat_running_seconds_total{cpu="19"} 34063.133794058 node_schedstat_running_seconds_total{cpu="2"} 32076.346364135 node_schedstat_running_seconds_total{cpu="20"} 33856.132831524 node_schedstat_running_seconds_total{cpu="21"} 33543.208462462 node_schedstat_running_seconds_total{cpu="22"} 33481.519935874 node_schedstat_running_seconds_total{cpu="23"} 33396.831466782 node_schedstat_running_seconds_total{cpu="3"} 32767.715008031 node_schedstat_running_seconds_total{cpu="4"} 32507.575401751 node_schedstat_running_seconds_total{cpu="5"} 32617.470642307 node_schedstat_running_seconds_total{cpu="6"} 32791.580472065 node_schedstat_running_seconds_total{cpu="7"} 43242.569037689 node_schedstat_running_seconds_total{cpu="8"} 44940.600904789 node_schedstat_running_seconds_total{cpu="9"} 41586.436674398 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.57088209e+08 node_schedstat_timeslices_total{cpu="1"} 1.60242309e+08 node_schedstat_timeslices_total{cpu="10"} 1.60879731e+08 node_schedstat_timeslices_total{cpu="11"} 1.59602104e+08 node_schedstat_timeslices_total{cpu="12"} 1.5863992e+08 node_schedstat_timeslices_total{cpu="13"} 1.58266316e+08 node_schedstat_timeslices_total{cpu="14"} 1.5794171e+08 node_schedstat_timeslices_total{cpu="15"} 1.57548993e+08 node_schedstat_timeslices_total{cpu="16"} 1.5788829e+08 node_schedstat_timeslices_total{cpu="17"} 1.57929603e+08 node_schedstat_timeslices_total{cpu="18"} 1.58105077e+08 node_schedstat_timeslices_total{cpu="19"} 1.58216734e+08 node_schedstat_timeslices_total{cpu="2"} 1.6032271e+08 node_schedstat_timeslices_total{cpu="20"} 1.58417533e+08 node_schedstat_timeslices_total{cpu="21"} 1.58797286e+08 node_schedstat_timeslices_total{cpu="22"} 1.5906371e+08 node_schedstat_timeslices_total{cpu="23"} 1.59335704e+08 node_schedstat_timeslices_total{cpu="3"} 1.58935159e+08 node_schedstat_timeslices_total{cpu="4"} 1.5940339e+08 node_schedstat_timeslices_total{cpu="5"} 1.5976546e+08 node_schedstat_timeslices_total{cpu="6"} 1.60680428e+08 node_schedstat_timeslices_total{cpu="7"} 1.65461939e+08 node_schedstat_timeslices_total{cpu="8"} 1.65364194e+08 node_schedstat_timeslices_total{cpu="9"} 1.63018738e+08 # 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"} 1077.605185854 node_schedstat_waiting_seconds_total{cpu="1"} 753.053333642 node_schedstat_waiting_seconds_total{cpu="10"} 743.171383593 node_schedstat_waiting_seconds_total{cpu="11"} 719.283752115 node_schedstat_waiting_seconds_total{cpu="12"} 715.745335726 node_schedstat_waiting_seconds_total{cpu="13"} 722.718017536 node_schedstat_waiting_seconds_total{cpu="14"} 703.137782272 node_schedstat_waiting_seconds_total{cpu="15"} 706.032281376 node_schedstat_waiting_seconds_total{cpu="16"} 713.417767974 node_schedstat_waiting_seconds_total{cpu="17"} 721.494293052 node_schedstat_waiting_seconds_total{cpu="18"} 714.067655577 node_schedstat_waiting_seconds_total{cpu="19"} 700.952445248 node_schedstat_waiting_seconds_total{cpu="2"} 755.580855971 node_schedstat_waiting_seconds_total{cpu="20"} 708.362396072 node_schedstat_waiting_seconds_total{cpu="21"} 697.868058174 node_schedstat_waiting_seconds_total{cpu="22"} 688.862502062 node_schedstat_waiting_seconds_total{cpu="23"} 709.773073448 node_schedstat_waiting_seconds_total{cpu="3"} 738.086443945 node_schedstat_waiting_seconds_total{cpu="4"} 723.745912707 node_schedstat_waiting_seconds_total{cpu="5"} 729.991284921 node_schedstat_waiting_seconds_total{cpu="6"} 730.323447083 node_schedstat_waiting_seconds_total{cpu="7"} 1151.088142195 node_schedstat_waiting_seconds_total{cpu="8"} 724.460523641 node_schedstat_waiting_seconds_total{cpu="9"} 709.846620416 # 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.00357753 node_scrape_collector_duration_seconds{collector="bcache"} 0.000195755 node_scrape_collector_duration_seconds{collector="bonding"} 0.000758283 node_scrape_collector_duration_seconds{collector="btrfs"} 0.019821546 node_scrape_collector_duration_seconds{collector="conntrack"} 0.01751779 node_scrape_collector_duration_seconds{collector="cpu"} 0.026366139 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000836816 node_scrape_collector_duration_seconds{collector="diskstats"} 0.004643279 node_scrape_collector_duration_seconds{collector="dmi"} 3.7115e-05 node_scrape_collector_duration_seconds{collector="edac"} 8.9174e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000750499 node_scrape_collector_duration_seconds{collector="fibrechannel"} 4.9837e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.000408609 node_scrape_collector_duration_seconds{collector="filesystem"} 0.029067169 node_scrape_collector_duration_seconds{collector="hwmon"} 4.9975e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 0.00019124 node_scrape_collector_duration_seconds{collector="ipvs"} 0.000337971 node_scrape_collector_duration_seconds{collector="loadavg"} 0.000252622 node_scrape_collector_duration_seconds{collector="mdadm"} 0.001591795 node_scrape_collector_duration_seconds{collector="meminfo"} 0.001257166 node_scrape_collector_duration_seconds{collector="netclass"} 0.162611219 node_scrape_collector_duration_seconds{collector="netdev"} 0.001288411 node_scrape_collector_duration_seconds{collector="netstat"} 0.018572733 node_scrape_collector_duration_seconds{collector="nfs"} 0.00021903 node_scrape_collector_duration_seconds{collector="nfsd"} 0.000554016 node_scrape_collector_duration_seconds{collector="nvme"} 0.000228102 node_scrape_collector_duration_seconds{collector="os"} 0.022064857 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 0.000253175 node_scrape_collector_duration_seconds{collector="pressure"} 0.002008284 node_scrape_collector_duration_seconds{collector="rapl"} 0.00090789 node_scrape_collector_duration_seconds{collector="schedstat"} 0.001338666 node_scrape_collector_duration_seconds{collector="selinux"} 8.882e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.001278687 node_scrape_collector_duration_seconds{collector="softnet"} 0.001075033 node_scrape_collector_duration_seconds{collector="stat"} 0.000497841 node_scrape_collector_duration_seconds{collector="tapestats"} 0.000194039 node_scrape_collector_duration_seconds{collector="textfile"} 0.000219471 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.006374099 node_scrape_collector_duration_seconds{collector="time"} 0.001582025 node_scrape_collector_duration_seconds{collector="timex"} 0.000188292 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.001667872 node_scrape_collector_duration_seconds{collector="uname"} 3.6599e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000476881 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000231717 node_scrape_collector_duration_seconds{collector="xfs"} 8.8965e-05 node_scrape_collector_duration_seconds{collector="zfs"} 5.3664e-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 608 # 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 80 # 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 327680 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 52 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 212992 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 6 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="16"} 0 node_softnet_backlog_len{cpu="17"} 0 node_softnet_backlog_len{cpu="18"} 0 node_softnet_backlog_len{cpu="19"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="20"} 0 node_softnet_backlog_len{cpu="21"} 0 node_softnet_backlog_len{cpu="22"} 0 node_softnet_backlog_len{cpu="23"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="16"} 0 node_softnet_cpu_collision_total{cpu="17"} 0 node_softnet_cpu_collision_total{cpu="18"} 0 node_softnet_cpu_collision_total{cpu="19"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="20"} 0 node_softnet_cpu_collision_total{cpu="21"} 0 node_softnet_cpu_collision_total{cpu="22"} 0 node_softnet_cpu_collision_total{cpu="23"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="16"} 0 node_softnet_dropped_total{cpu="17"} 0 node_softnet_dropped_total{cpu="18"} 0 node_softnet_dropped_total{cpu="19"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="20"} 0 node_softnet_dropped_total{cpu="21"} 1 node_softnet_dropped_total{cpu="22"} 0 node_softnet_dropped_total{cpu="23"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="16"} 0 node_softnet_flow_limit_count_total{cpu="17"} 0 node_softnet_flow_limit_count_total{cpu="18"} 0 node_softnet_flow_limit_count_total{cpu="19"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="20"} 0 node_softnet_flow_limit_count_total{cpu="21"} 0 node_softnet_flow_limit_count_total{cpu="22"} 0 node_softnet_flow_limit_count_total{cpu="23"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 2.9299196e+07 node_softnet_processed_total{cpu="1"} 2.9752225e+07 node_softnet_processed_total{cpu="10"} 3.4152671e+07 node_softnet_processed_total{cpu="11"} 3.3576779e+07 node_softnet_processed_total{cpu="12"} 3.1638735e+07 node_softnet_processed_total{cpu="13"} 3.22075e+07 node_softnet_processed_total{cpu="14"} 3.0618703e+07 node_softnet_processed_total{cpu="15"} 3.209153e+07 node_softnet_processed_total{cpu="16"} 3.0614966e+07 node_softnet_processed_total{cpu="17"} 3.0823543e+07 node_softnet_processed_total{cpu="18"} 3.0514392e+07 node_softnet_processed_total{cpu="19"} 3.042244e+07 node_softnet_processed_total{cpu="2"} 3.0977651e+07 node_softnet_processed_total{cpu="20"} 3.0539159e+07 node_softnet_processed_total{cpu="21"} 3.0552908e+07 node_softnet_processed_total{cpu="22"} 3.0213419e+07 node_softnet_processed_total{cpu="23"} 3.1318791e+07 node_softnet_processed_total{cpu="3"} 3.0570601e+07 node_softnet_processed_total{cpu="4"} 3.0371573e+07 node_softnet_processed_total{cpu="5"} 3.180277e+07 node_softnet_processed_total{cpu="6"} 3.1466908e+07 node_softnet_processed_total{cpu="7"} 2.47676558e+08 node_softnet_processed_total{cpu="8"} 3.8066345e+07 node_softnet_processed_total{cpu="9"} 3.576696e+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"} 263 node_softnet_times_squeezed_total{cpu="1"} 301 node_softnet_times_squeezed_total{cpu="10"} 1686 node_softnet_times_squeezed_total{cpu="11"} 333 node_softnet_times_squeezed_total{cpu="12"} 304 node_softnet_times_squeezed_total{cpu="13"} 311 node_softnet_times_squeezed_total{cpu="14"} 309 node_softnet_times_squeezed_total{cpu="15"} 301 node_softnet_times_squeezed_total{cpu="16"} 299 node_softnet_times_squeezed_total{cpu="17"} 292 node_softnet_times_squeezed_total{cpu="18"} 385 node_softnet_times_squeezed_total{cpu="19"} 285 node_softnet_times_squeezed_total{cpu="2"} 308 node_softnet_times_squeezed_total{cpu="20"} 292 node_softnet_times_squeezed_total{cpu="21"} 316 node_softnet_times_squeezed_total{cpu="22"} 294 node_softnet_times_squeezed_total{cpu="23"} 311 node_softnet_times_squeezed_total{cpu="3"} 306 node_softnet_times_squeezed_total{cpu="4"} 306 node_softnet_times_squeezed_total{cpu="5"} 300 node_softnet_times_squeezed_total{cpu="6"} 301 node_softnet_times_squeezed_total{cpu="7"} 6223 node_softnet_times_squeezed_total{cpu="8"} 403 node_softnet_times_squeezed_total{cpu="9"} 370 # 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.7825706812180417e+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.9999898649139405 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 7 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 1.665 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -4.55e-07 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="689664beb39e",release="5.4.0-216-generic",sysname="Linux",version="#236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 3.372619697e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 126145 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 7.3225398e+07 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 4.96297772e+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 4.71 # 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 480107 # 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 639520 # 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.1622784e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.78226431982e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273249792e+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"} 5 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0