# 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"} 4.128e-06 go_gc_duration_seconds{quantile="0.25"} 9.728e-06 go_gc_duration_seconds{quantile="0.5"} 1.3566e-05 go_gc_duration_seconds{quantile="0.75"} 1.6511e-05 go_gc_duration_seconds{quantile="1"} 2.3915e-05 go_gc_duration_seconds_sum 126.187798375 go_gc_duration_seconds_count 9.900914e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 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 4.428072e+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 2.079431823496e+13 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.441376e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 2.76389428641e+11 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.3666e+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 4.428072e+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 9.17504e+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 6.111232e+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 56459 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 8.404992e+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.5286272e+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.780280008020849e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 2.763894851e+11 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 31200 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 107840 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 163200 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 6.621584e+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 917056 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.47456e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.47456e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.3680264e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 24 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.747308729e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.50261873435e+11 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="LCD"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="10",type="Processor"} 0 node_cooling_device_max_state{name="11",type="Processor"} 0 node_cooling_device_max_state{name="12",type="Processor"} 0 node_cooling_device_max_state{name="13",type="Processor"} 0 node_cooling_device_max_state{name="14",type="Processor"} 0 node_cooling_device_max_state{name="15",type="Processor"} 0 node_cooling_device_max_state{name="16",type="LCD"} 49 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="9",type="Processor"} 0 # HELP node_cpu_frequency_max_hertz Maximum CPU thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="0"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="1"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="10"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="11"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="12"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="13"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="14"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="15"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="2"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="3"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="4"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="5"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="6"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="7"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="8"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="9"} 5.388281e+09 # HELP node_cpu_frequency_min_hertz Minimum CPU thread frequency in hertz. # TYPE node_cpu_frequency_min_hertz gauge node_cpu_frequency_min_hertz{cpu="0"} 3e+09 node_cpu_frequency_min_hertz{cpu="1"} 3e+09 node_cpu_frequency_min_hertz{cpu="10"} 3e+09 node_cpu_frequency_min_hertz{cpu="11"} 3e+09 node_cpu_frequency_min_hertz{cpu="12"} 3e+09 node_cpu_frequency_min_hertz{cpu="13"} 3e+09 node_cpu_frequency_min_hertz{cpu="14"} 3e+09 node_cpu_frequency_min_hertz{cpu="15"} 3e+09 node_cpu_frequency_min_hertz{cpu="2"} 3e+09 node_cpu_frequency_min_hertz{cpu="3"} 3e+09 node_cpu_frequency_min_hertz{cpu="4"} 3e+09 node_cpu_frequency_min_hertz{cpu="5"} 3e+09 node_cpu_frequency_min_hertz{cpu="6"} 3e+09 node_cpu_frequency_min_hertz{cpu="7"} 3e+09 node_cpu_frequency_min_hertz{cpu="8"} 3e+09 node_cpu_frequency_min_hertz{cpu="9"} 3e+09 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="10",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="10",mode="user"} 0 node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="11",mode="user"} 0 node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="12",mode="user"} 0 node_cpu_guest_seconds_total{cpu="13",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="13",mode="user"} 0 node_cpu_guest_seconds_total{cpu="14",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="14",mode="user"} 0 node_cpu_guest_seconds_total{cpu="15",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="15",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 # HELP node_cpu_scaling_frequency_hertz Current scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_hertz gauge node_cpu_scaling_frequency_hertz{cpu="0"} 2.665217e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 2.652244e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 2.804554e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 2.918006e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 2.662137e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 2.691714e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 2.946735e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 5.210397e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 2.70346e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 2.799968e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 2.628827e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 2.651531e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 4.669352e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 5.26359e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 2.97521e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 2.647159e+09 # HELP node_cpu_scaling_frequency_max_hertz Maximum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_max_hertz gauge node_cpu_scaling_frequency_max_hertz{cpu="0"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="10"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="11"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="12"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="13"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="14"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="15"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="8"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="9"} 3.8e+09 # HELP node_cpu_scaling_frequency_min_hertz Minimum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_min_hertz gauge node_cpu_scaling_frequency_min_hertz{cpu="0"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="1"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="10"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="11"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="12"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="13"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="14"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="15"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="2"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="3"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="4"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="5"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="6"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="7"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="8"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="9"} 3e+09 # HELP node_cpu_scaling_governor Current enabled CPU frequency governor. # TYPE node_cpu_scaling_governor gauge node_cpu_scaling_governor{cpu="0",governor="conservative"} 0 node_cpu_scaling_governor{cpu="0",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="0",governor="performance"} 0 node_cpu_scaling_governor{cpu="0",governor="powersave"} 0 node_cpu_scaling_governor{cpu="0",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="0",governor="userspace"} 0 node_cpu_scaling_governor{cpu="1",governor="conservative"} 0 node_cpu_scaling_governor{cpu="1",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="1",governor="performance"} 0 node_cpu_scaling_governor{cpu="1",governor="powersave"} 0 node_cpu_scaling_governor{cpu="1",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="1",governor="userspace"} 0 node_cpu_scaling_governor{cpu="10",governor="conservative"} 0 node_cpu_scaling_governor{cpu="10",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="10",governor="performance"} 0 node_cpu_scaling_governor{cpu="10",governor="powersave"} 0 node_cpu_scaling_governor{cpu="10",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="10",governor="userspace"} 0 node_cpu_scaling_governor{cpu="11",governor="conservative"} 0 node_cpu_scaling_governor{cpu="11",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="11",governor="performance"} 0 node_cpu_scaling_governor{cpu="11",governor="powersave"} 0 node_cpu_scaling_governor{cpu="11",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="11",governor="userspace"} 0 node_cpu_scaling_governor{cpu="12",governor="conservative"} 0 node_cpu_scaling_governor{cpu="12",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="12",governor="performance"} 0 node_cpu_scaling_governor{cpu="12",governor="powersave"} 0 node_cpu_scaling_governor{cpu="12",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="12",governor="userspace"} 0 node_cpu_scaling_governor{cpu="13",governor="conservative"} 0 node_cpu_scaling_governor{cpu="13",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="13",governor="performance"} 0 node_cpu_scaling_governor{cpu="13",governor="powersave"} 0 node_cpu_scaling_governor{cpu="13",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="13",governor="userspace"} 0 node_cpu_scaling_governor{cpu="14",governor="conservative"} 0 node_cpu_scaling_governor{cpu="14",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="14",governor="performance"} 0 node_cpu_scaling_governor{cpu="14",governor="powersave"} 0 node_cpu_scaling_governor{cpu="14",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="14",governor="userspace"} 0 node_cpu_scaling_governor{cpu="15",governor="conservative"} 0 node_cpu_scaling_governor{cpu="15",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="15",governor="performance"} 0 node_cpu_scaling_governor{cpu="15",governor="powersave"} 0 node_cpu_scaling_governor{cpu="15",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="15",governor="userspace"} 0 node_cpu_scaling_governor{cpu="2",governor="conservative"} 0 node_cpu_scaling_governor{cpu="2",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="2",governor="performance"} 0 node_cpu_scaling_governor{cpu="2",governor="powersave"} 0 node_cpu_scaling_governor{cpu="2",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="2",governor="userspace"} 0 node_cpu_scaling_governor{cpu="3",governor="conservative"} 0 node_cpu_scaling_governor{cpu="3",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="3",governor="performance"} 0 node_cpu_scaling_governor{cpu="3",governor="powersave"} 0 node_cpu_scaling_governor{cpu="3",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="3",governor="userspace"} 0 node_cpu_scaling_governor{cpu="4",governor="conservative"} 0 node_cpu_scaling_governor{cpu="4",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="4",governor="performance"} 0 node_cpu_scaling_governor{cpu="4",governor="powersave"} 0 node_cpu_scaling_governor{cpu="4",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="4",governor="userspace"} 0 node_cpu_scaling_governor{cpu="5",governor="conservative"} 0 node_cpu_scaling_governor{cpu="5",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="5",governor="performance"} 0 node_cpu_scaling_governor{cpu="5",governor="powersave"} 0 node_cpu_scaling_governor{cpu="5",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="5",governor="userspace"} 0 node_cpu_scaling_governor{cpu="6",governor="conservative"} 0 node_cpu_scaling_governor{cpu="6",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="6",governor="performance"} 0 node_cpu_scaling_governor{cpu="6",governor="powersave"} 0 node_cpu_scaling_governor{cpu="6",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="6",governor="userspace"} 0 node_cpu_scaling_governor{cpu="7",governor="conservative"} 0 node_cpu_scaling_governor{cpu="7",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="7",governor="performance"} 0 node_cpu_scaling_governor{cpu="7",governor="powersave"} 0 node_cpu_scaling_governor{cpu="7",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="7",governor="userspace"} 0 node_cpu_scaling_governor{cpu="8",governor="conservative"} 0 node_cpu_scaling_governor{cpu="8",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="8",governor="performance"} 0 node_cpu_scaling_governor{cpu="8",governor="powersave"} 0 node_cpu_scaling_governor{cpu="8",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="8",governor="userspace"} 0 node_cpu_scaling_governor{cpu="9",governor="conservative"} 0 node_cpu_scaling_governor{cpu="9",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="9",governor="performance"} 0 node_cpu_scaling_governor{cpu="9",governor="powersave"} 0 node_cpu_scaling_governor{cpu="9",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="9",governor="userspace"} 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"} 3.078085364e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 14375.46 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 66.51 node_cpu_seconds_total{cpu="0",mode="softirq"} 1.32336397e+06 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 381119.88 node_cpu_seconds_total{cpu="0",mode="user"} 1.67934201e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 3.101026062e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 14954.27 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 79.74 node_cpu_seconds_total{cpu="1",mode="softirq"} 304212.01 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 343997.66 node_cpu_seconds_total{cpu="1",mode="user"} 1.53726674e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 3.015558469e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 14659.07 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 73.34 node_cpu_seconds_total{cpu="10",mode="softirq"} 849.64 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 506699.5 node_cpu_seconds_total{cpu="10",mode="user"} 2.23273833e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 3.018638997e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 14664.12 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 71.09 node_cpu_seconds_total{cpu="11",mode="softirq"} 723.16 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 501843.29 node_cpu_seconds_total{cpu="11",mode="user"} 2.20763937e+06 node_cpu_seconds_total{cpu="12",mode="idle"} 3.023750962e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 14840.44 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 71.8 node_cpu_seconds_total{cpu="12",mode="softirq"} 715.69 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 495223.38 node_cpu_seconds_total{cpu="12",mode="user"} 2.16342893e+06 node_cpu_seconds_total{cpu="13",mode="idle"} 3.02981094e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 14621.64 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 67.99 node_cpu_seconds_total{cpu="13",mode="softirq"} 470.7 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 483547.15 node_cpu_seconds_total{cpu="13",mode="user"} 2.11644543e+06 node_cpu_seconds_total{cpu="14",mode="idle"} 3.033015195e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 14785.32 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 66.44 node_cpu_seconds_total{cpu="14",mode="softirq"} 443.83 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 476779.36 node_cpu_seconds_total{cpu="14",mode="user"} 2.08975408e+06 node_cpu_seconds_total{cpu="15",mode="idle"} 3.041156601e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 14690.37 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 75.61 node_cpu_seconds_total{cpu="15",mode="softirq"} 540.51 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 461014.52 node_cpu_seconds_total{cpu="15",mode="user"} 2.02488678e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 3.103799839e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 15222.76 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 88.32 node_cpu_seconds_total{cpu="2",mode="softirq"} 73867.51 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 339337.23 node_cpu_seconds_total{cpu="2",mode="user"} 1.52063347e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 3.10255748e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 15279.81 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 85.55 node_cpu_seconds_total{cpu="3",mode="softirq"} 21960.77 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 341462.18 node_cpu_seconds_total{cpu="3",mode="user"} 1.53264567e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 3.098988695e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 15477.71 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 73.54 node_cpu_seconds_total{cpu="4",mode="softirq"} 8131.65 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 348668.77 node_cpu_seconds_total{cpu="4",mode="user"} 1.56013829e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 3.094903711e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 15289.67 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 81.41 node_cpu_seconds_total{cpu="5",mode="softirq"} 3484.84 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 356352.33 node_cpu_seconds_total{cpu="5",mode="user"} 1.59416454e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 3.08580372e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 15258.76 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 67.67 node_cpu_seconds_total{cpu="6",mode="softirq"} 1784.7 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 371203.25 node_cpu_seconds_total{cpu="6",mode="user"} 1.66774642e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 3.079356205e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 15465.52 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 72 node_cpu_seconds_total{cpu="7",mode="softirq"} 1294.65 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 384540.4 node_cpu_seconds_total{cpu="7",mode="user"} 1.71744676e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 3.039866027e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 14866.31 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 71.02 node_cpu_seconds_total{cpu="8",mode="softirq"} 796.54 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 457517.17 node_cpu_seconds_total{cpu="8",mode="user"} 2.03936889e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 3.018923008e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 14853.26 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 72.62 node_cpu_seconds_total{cpu="9",mode="softirq"} 637.29 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 499059.86 node_cpu_seconds_total{cpu="9",mode="user"} 2.20895515e+06 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="dm-0"} 0 node_disk_discard_time_seconds_total{device="dm-1"} 1143.676 node_disk_discard_time_seconds_total{device="md0"} 1.12 node_disk_discard_time_seconds_total{device="md1"} 1663.396 node_disk_discard_time_seconds_total{device="nvme0n1"} 644.851 node_disk_discard_time_seconds_total{device="nvme1n1"} 634.615 # 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="dm-0"} 0 node_disk_discarded_sectors_total{device="dm-1"} 8.782421632e+09 node_disk_discarded_sectors_total{device="md0"} 2.3323344e+07 node_disk_discarded_sectors_total{device="md1"} 8.782421632e+09 node_disk_discarded_sectors_total{device="nvme0n1"} 8.805744976e+09 node_disk_discarded_sectors_total{device="nvme1n1"} 8.834515696e+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="dm-0"} 0 node_disk_discards_completed_total{device="dm-1"} 1.180174e+06 node_disk_discards_completed_total{device="md0"} 2288 node_disk_discards_completed_total{device="md1"} 1.248177e+06 node_disk_discards_completed_total{device="nvme0n1"} 1.250004e+06 node_disk_discards_completed_total{device="nvme1n1"} 1.250224e+06 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="dm-0"} 0 node_disk_discards_merged_total{device="dm-1"} 0 node_disk_discards_merged_total{device="md0"} 0 node_disk_discards_merged_total{device="md1"} 0 node_disk_discards_merged_total{device="nvme0n1"} 461 node_disk_discards_merged_total{device="nvme1n1"} 461 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="dm-0"} 0 node_disk_flush_requests_time_seconds_total{device="dm-1"} 0 node_disk_flush_requests_time_seconds_total{device="md0"} 0 node_disk_flush_requests_time_seconds_total{device="md1"} 0 node_disk_flush_requests_time_seconds_total{device="nvme0n1"} 784080 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 776768.368 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="dm-0"} 0 node_disk_flush_requests_total{device="dm-1"} 0 node_disk_flush_requests_total{device="md0"} 0 node_disk_flush_requests_total{device="md1"} 0 node_disk_flush_requests_total{device="nvme0n1"} 2.40008305e+08 node_disk_flush_requests_total{device="nvme1n1"} 2.40008368e+08 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="253",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-1",major="253",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="md0",major="9",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="md1",major="9",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme1n1",major="259",minor="4",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="dm-0"} 0 node_disk_io_now{device="dm-1"} 0 node_disk_io_now{device="md0"} 0 node_disk_io_now{device="md1"} 0 node_disk_io_now{device="nvme0n1"} 0 node_disk_io_now{device="nvme1n1"} 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="dm-0"} 371.62 node_disk_io_time_seconds_total{device="dm-1"} 1.5604807920000001e+06 node_disk_io_time_seconds_total{device="md0"} 8.648 node_disk_io_time_seconds_total{device="md1"} 925300.26 node_disk_io_time_seconds_total{device="nvme0n1"} 2.69764208e+06 node_disk_io_time_seconds_total{device="nvme1n1"} 2.681043592e+06 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="dm-0"} 2.107308988e+06 node_disk_io_time_weighted_seconds_total{device="dm-1"} 3.824297316e+06 node_disk_io_time_weighted_seconds_total{device="md0"} 268.956 node_disk_io_time_weighted_seconds_total{device="md1"} 778477.232 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 4.252398191e+06 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 4.217243855e+06 # 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="dm-0"} 5.602566144e+09 node_disk_read_bytes_total{device="dm-1"} 6.875075072e+10 node_disk_read_bytes_total{device="md0"} 1.59540224e+08 node_disk_read_bytes_total{device="md1"} 7.449311744e+10 node_disk_read_bytes_total{device="nvme0n1"} 1.2337461016576e+13 node_disk_read_bytes_total{device="nvme1n1"} 1.2309873353728e+13 # 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="dm-0"} 303.172 node_disk_read_time_seconds_total{device="dm-1"} 770.2760000000001 node_disk_read_time_seconds_total{device="md0"} 0.388 node_disk_read_time_seconds_total{device="md1"} 1069.428 node_disk_read_time_seconds_total{device="nvme0n1"} 8990.609 node_disk_read_time_seconds_total{device="nvme1n1"} 9545.517 # 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="dm-0"} 1.366931e+06 node_disk_reads_completed_total{device="dm-1"} 2.790113e+06 node_disk_reads_completed_total{device="md0"} 2584 node_disk_reads_completed_total{device="md1"} 4.158888e+06 node_disk_reads_completed_total{device="nvme0n1"} 2.7231109e+07 node_disk_reads_completed_total{device="nvme1n1"} 2.5811381e+07 # 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="dm-0"} 0 node_disk_reads_merged_total{device="dm-1"} 0 node_disk_reads_merged_total{device="md0"} 0 node_disk_reads_merged_total{device="md1"} 0 node_disk_reads_merged_total{device="nvme0n1"} 1.63328176e+08 node_disk_reads_merged_total{device="nvme1n1"} 1.62760884e+08 # 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="dm-0"} 2.107005816e+06 node_disk_write_time_seconds_total{device="dm-1"} 3.822383364e+06 node_disk_write_time_seconds_total{device="md0"} 267.448 node_disk_write_time_seconds_total{device="md1"} 775744.408 node_disk_write_time_seconds_total{device="nvme0n1"} 3.45868273e+06 node_disk_write_time_seconds_total{device="nvme1n1"} 3.4302953540000003e+06 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="dm-0"} 8.259487e+06 node_disk_writes_completed_total{device="dm-1"} 1.098611544e+09 node_disk_writes_completed_total{device="md0"} 16663 node_disk_writes_completed_total{device="md1"} 1.085964301e+09 node_disk_writes_completed_total{device="nvme0n1"} 9.32418668e+08 node_disk_writes_completed_total{device="nvme1n1"} 9.32411492e+08 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="dm-0"} 0 node_disk_writes_merged_total{device="dm-1"} 0 node_disk_writes_merged_total{device="md0"} 0 node_disk_writes_merged_total{device="md1"} 0 node_disk_writes_merged_total{device="nvme0n1"} 3.93570715e+08 node_disk_writes_merged_total{device="nvme1n1"} 3.93577892e+08 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="dm-0"} 3.3830858752e+10 node_disk_written_bytes_total{device="dm-1"} 2.3890591346688e+13 node_disk_written_bytes_total{device="md0"} 4.502331392e+09 node_disk_written_bytes_total{device="md1"} 2.392442220544e+13 node_disk_written_bytes_total{device="nvme0n1"} 2.4291337169408e+13 node_disk_written_bytes_total{device="nvme1n1"} 2.429133716992e+13 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="10/24/2024",bios_release="5.35",bios_vendor="American Megatrends International, LLC.",bios_version="20.11",board_asset_tag="To Be Filled By O.E.M.",board_name="B665D4U-1L",board_vendor="ASRockRack",board_version="3.03",chassis_asset_tag="To Be Filled By O.E.M.",chassis_vendor="To Be Filled By O.E.M.",chassis_version="To Be Filled By O.E.M.",product_family="",product_name="",product_sku="",product_version="1.0",system_vendor="Hetzner"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 14496 # 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/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 8.23037063168e+11 # 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/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/md0",device_error="no such file or directory",fstype="ext3",mountpoint="/boot"} 1 node_filesystem_device_error{device="/dev/nvme1n1p2",device_error="no such file or directory",fstype="vfat",mountpoint="/boot/efi"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 6.1374464e+07 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 5.8365355e+07 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 8.73331171328e+11 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/mapper/vg0-root",major="253",minor="1",mountpoint="/"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/md0",device_error="no such file or directory",fstype="ext3",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/nvme1n1p2",device_error="no such file or directory",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 9.8861070336e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.359465643e+09 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="nvme_nvme0",chip_name="nvme"} 1 node_hwmon_chip_names{chip="nvme_nvme1",chip_name="nvme"} 1 # HELP node_hwmon_sensor_label Label for given chip and sensor # TYPE node_hwmon_sensor_label gauge node_hwmon_sensor_label{chip="nvme_nvme0",label="Composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme0",label="Sensor 1",sensor="temp2"} 1 node_hwmon_sensor_label{chip="nvme_nvme0",label="Sensor 2",sensor="temp3"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Sensor 1",sensor="temp2"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Sensor 2",sensor="temp3"} 1 # HELP node_hwmon_temp_alarm Hardware sensor alarm status (temp) # TYPE node_hwmon_temp_alarm gauge node_hwmon_temp_alarm{chip="nvme_nvme0",sensor="temp1"} 0 node_hwmon_temp_alarm{chip="nvme_nvme1",sensor="temp1"} 0 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp1"} 31.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp2"} 31.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp3"} 39.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 31.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp2"} 31.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp3"} 39.85 # HELP node_hwmon_temp_crit_celsius Hardware monitor for temperature (crit) # TYPE node_hwmon_temp_crit_celsius gauge node_hwmon_temp_crit_celsius{chip="nvme_nvme0",sensor="temp1"} 84.85000000000001 node_hwmon_temp_crit_celsius{chip="nvme_nvme1",sensor="temp1"} 84.85000000000001 # HELP node_hwmon_temp_max_celsius Hardware monitor for temperature (max) # TYPE node_hwmon_temp_max_celsius gauge node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp1"} 80.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp2"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp3"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp1"} 80.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp2"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp3"} 65261.85 # HELP node_hwmon_temp_min_celsius Hardware monitor for temperature (min) # TYPE node_hwmon_temp_min_celsius gauge node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp1"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp2"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp3"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp1"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp2"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp3"} -273.15000000000003 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 8.9025526025e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.72 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.66 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.83 # HELP node_md_blocks Total number of blocks on device. # TYPE node_md_blocks gauge node_md_blocks{device="md0"} 1.046528e+06 node_md_blocks{device="md1"} 9.98759744e+08 # HELP node_md_blocks_synced Number of blocks synced on device. # TYPE node_md_blocks_synced gauge node_md_blocks_synced{device="md0"} 1.046528e+06 node_md_blocks_synced{device="md1"} 9.98759744e+08 # HELP node_md_disks Number of active/failed/spare disks of device. # TYPE node_md_disks gauge node_md_disks{device="md0",state="active"} 2 node_md_disks{device="md0",state="failed"} 0 node_md_disks{device="md0",state="spare"} 0 node_md_disks{device="md1",state="active"} 2 node_md_disks{device="md1",state="failed"} 0 node_md_disks{device="md1",state="spare"} 0 # HELP node_md_disks_required Total number of disks of device. # TYPE node_md_disks_required gauge node_md_disks_required{device="md0"} 2 node_md_disks_required{device="md1"} 2 # HELP node_md_state Indicates the state of md-device. # TYPE node_md_state gauge node_md_state{device="md0",state="active"} 1 node_md_state{device="md0",state="check"} 0 node_md_state{device="md0",state="inactive"} 0 node_md_state{device="md0",state="recovering"} 0 node_md_state{device="md0",state="resync"} 0 node_md_state{device="md1",state="active"} 1 node_md_state{device="md1",state="check"} 0 node_md_state{device="md1",state="inactive"} 0 node_md_state{device="md1",state="recovering"} 0 node_md_state{device="md1",state="resync"} 0 # 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.26892032e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 6.102687744e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 4.833767424e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 4.6250999808e+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 1.476521984e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.3070942208e+10 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 5.0419597312e+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 7.9259529216e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 3.221225472e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 6.2228791296e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.320797696e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 339968 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 4.4999487488e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 5.483165696e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 9.832169472e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 1.22044416e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.214664704e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.7928716288e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 2.353651712e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 6.6479464448e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.9052928e+07 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 4.01260544e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 8.8342528e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.6487424e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 6.3680512e+08 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 2.60849664e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.28554752e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 1.7246208e+08 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 1.501403136e+10 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 1.7179865088e+10 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 2.9052928e+07 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 1.5874048e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 0 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 0 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 0 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 992 # 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 2.861431621e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 7.5465324722e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 2 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 2.9220794e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 40 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 6.3408638e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 2.161005e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 2 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="br-1208434784fe"} 3 node_network_address_assign_type{device="br-17075da66b69"} 3 node_network_address_assign_type{device="br-1cc5b9430b0f"} 3 node_network_address_assign_type{device="br-1ec8a57c0693"} 3 node_network_address_assign_type{device="br-43b824a2bee3"} 3 node_network_address_assign_type{device="br-a0144fd8fc9b"} 3 node_network_address_assign_type{device="br-a83c2d884601"} 3 node_network_address_assign_type{device="br-ad32afc14aee"} 3 node_network_address_assign_type{device="br-cb5c60e04531"} 3 node_network_address_assign_type{device="br-cc038379bb34"} 3 node_network_address_assign_type{device="br-d0f5f56ac3da"} 3 node_network_address_assign_type{device="br-e0a5f7c7fdd8"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="enp6s0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth0263dc9"} 3 node_network_address_assign_type{device="veth02b7bb4"} 3 node_network_address_assign_type{device="veth02c2ee2"} 3 node_network_address_assign_type{device="veth0363e8e"} 3 node_network_address_assign_type{device="veth0458d6c"} 3 node_network_address_assign_type{device="veth04643cd"} 3 node_network_address_assign_type{device="veth04811d4"} 3 node_network_address_assign_type{device="veth04e134c"} 3 node_network_address_assign_type{device="veth05a8d16"} 3 node_network_address_assign_type{device="veth095bf66"} 3 node_network_address_assign_type{device="veth0983ec1"} 3 node_network_address_assign_type{device="veth09da01d"} 3 node_network_address_assign_type{device="veth0d4969b"} 3 node_network_address_assign_type{device="veth0d51f3a"} 3 node_network_address_assign_type{device="veth0dc1806"} 3 node_network_address_assign_type{device="veth13d497b"} 3 node_network_address_assign_type{device="veth140b313"} 3 node_network_address_assign_type{device="veth1560051"} 3 node_network_address_assign_type{device="veth177f167"} 3 node_network_address_assign_type{device="veth1df3caa"} 3 node_network_address_assign_type{device="veth1e03f09"} 3 node_network_address_assign_type{device="veth1e06647"} 3 node_network_address_assign_type{device="veth1ed9995"} 3 node_network_address_assign_type{device="veth1f25339"} 3 node_network_address_assign_type{device="veth1f30749"} 3 node_network_address_assign_type{device="veth20a8b8e"} 3 node_network_address_assign_type{device="veth225b651"} 3 node_network_address_assign_type{device="veth23915ec"} 3 node_network_address_assign_type{device="veth287fee9"} 3 node_network_address_assign_type{device="veth29a61a8"} 3 node_network_address_assign_type{device="veth2d4dc03"} 3 node_network_address_assign_type{device="veth2dd3288"} 3 node_network_address_assign_type{device="veth2e75874"} 3 node_network_address_assign_type{device="veth2ee1684"} 3 node_network_address_assign_type{device="veth34c3bbe"} 3 node_network_address_assign_type{device="veth35140bc"} 3 node_network_address_assign_type{device="veth3524d53"} 3 node_network_address_assign_type{device="veth35c0c4c"} 3 node_network_address_assign_type{device="veth3738b60"} 3 node_network_address_assign_type{device="veth39390d4"} 3 node_network_address_assign_type{device="veth3ae55d5"} 3 node_network_address_assign_type{device="veth3cc64ab"} 3 node_network_address_assign_type{device="veth3f3da42"} 3 node_network_address_assign_type{device="veth3f6b769"} 3 node_network_address_assign_type{device="veth3fbd045"} 3 node_network_address_assign_type{device="veth409b936"} 3 node_network_address_assign_type{device="veth41d413f"} 3 node_network_address_assign_type{device="veth420e02a"} 3 node_network_address_assign_type{device="veth4289883"} 3 node_network_address_assign_type{device="veth42e42c6"} 3 node_network_address_assign_type{device="veth4662bc7"} 3 node_network_address_assign_type{device="veth48031a7"} 3 node_network_address_assign_type{device="veth4b8eff5"} 3 node_network_address_assign_type{device="veth4cd4e8c"} 3 node_network_address_assign_type{device="veth5087deb"} 3 node_network_address_assign_type{device="veth5462551"} 3 node_network_address_assign_type{device="veth54855bb"} 3 node_network_address_assign_type{device="veth57bc285"} 3 node_network_address_assign_type{device="veth591a4e5"} 3 node_network_address_assign_type{device="veth5a2536e"} 3 node_network_address_assign_type{device="veth5a9c858"} 3 node_network_address_assign_type{device="veth5b5f5d8"} 3 node_network_address_assign_type{device="veth5ebd44b"} 3 node_network_address_assign_type{device="veth5f86a6e"} 3 node_network_address_assign_type{device="veth6097074"} 3 node_network_address_assign_type{device="veth662d243"} 3 node_network_address_assign_type{device="veth66fe80a"} 3 node_network_address_assign_type{device="veth6864a94"} 3 node_network_address_assign_type{device="veth68c9de2"} 3 node_network_address_assign_type{device="veth693d267"} 3 node_network_address_assign_type{device="veth6a8db05"} 3 node_network_address_assign_type{device="veth6adcbd2"} 3 node_network_address_assign_type{device="veth6b85404"} 3 node_network_address_assign_type{device="veth6d28251"} 3 node_network_address_assign_type{device="veth6d76d2e"} 3 node_network_address_assign_type{device="veth7174790"} 3 node_network_address_assign_type{device="veth71f8729"} 3 node_network_address_assign_type{device="veth76263cb"} 3 node_network_address_assign_type{device="veth772fffe"} 3 node_network_address_assign_type{device="veth779a9b0"} 3 node_network_address_assign_type{device="veth7a53c4c"} 3 node_network_address_assign_type{device="veth7b68e53"} 3 node_network_address_assign_type{device="veth7c5d892"} 3 node_network_address_assign_type{device="veth7ed5a9d"} 3 node_network_address_assign_type{device="veth8362b0e"} 3 node_network_address_assign_type{device="veth8490e20"} 3 node_network_address_assign_type{device="veth862c62b"} 3 node_network_address_assign_type{device="veth8685de7"} 3 node_network_address_assign_type{device="veth86976de"} 3 node_network_address_assign_type{device="veth8a044a7"} 3 node_network_address_assign_type{device="veth8ac86d6"} 3 node_network_address_assign_type{device="veth8ad3e08"} 3 node_network_address_assign_type{device="veth8ae1a4f"} 3 node_network_address_assign_type{device="veth8c5b58a"} 3 node_network_address_assign_type{device="veth8c77172"} 3 node_network_address_assign_type{device="veth8e9752f"} 3 node_network_address_assign_type{device="veth8ee2bf2"} 3 node_network_address_assign_type{device="veth967c2a6"} 3 node_network_address_assign_type{device="veth970153a"} 3 node_network_address_assign_type{device="veth97b739c"} 3 node_network_address_assign_type{device="veth980e0d6"} 3 node_network_address_assign_type{device="veth9cdf57d"} 3 node_network_address_assign_type{device="veth9dbbc7a"} 3 node_network_address_assign_type{device="veth9e31ae2"} 3 node_network_address_assign_type{device="veth9efa94d"} 3 node_network_address_assign_type{device="veth9f3303f"} 3 node_network_address_assign_type{device="veth9f3eb3b"} 3 node_network_address_assign_type{device="vetha005716"} 3 node_network_address_assign_type{device="vetha1a547a"} 3 node_network_address_assign_type{device="vetha1c1601"} 3 node_network_address_assign_type{device="vetha328a00"} 3 node_network_address_assign_type{device="vethaa201e8"} 3 node_network_address_assign_type{device="vethab6f40e"} 3 node_network_address_assign_type{device="vethac48cf5"} 3 node_network_address_assign_type{device="vethac6919e"} 3 node_network_address_assign_type{device="vethadde449"} 3 node_network_address_assign_type{device="vethaf43d3c"} 3 node_network_address_assign_type{device="vethb094914"} 3 node_network_address_assign_type{device="vethb1a51b9"} 3 node_network_address_assign_type{device="vethb3f6289"} 3 node_network_address_assign_type{device="vethbb7528c"} 3 node_network_address_assign_type{device="vethbbafdd5"} 3 node_network_address_assign_type{device="vethbe02f5c"} 3 node_network_address_assign_type{device="vethc462a78"} 3 node_network_address_assign_type{device="vethc565bf7"} 3 node_network_address_assign_type{device="vethc5ba843"} 3 node_network_address_assign_type{device="vethc802cca"} 3 node_network_address_assign_type{device="vethc80f018"} 3 node_network_address_assign_type{device="vethc863ebe"} 3 node_network_address_assign_type{device="vethc88ee41"} 3 node_network_address_assign_type{device="vethc8f4e8c"} 3 node_network_address_assign_type{device="vethc9825ed"} 3 node_network_address_assign_type{device="vethc9e4d8d"} 3 node_network_address_assign_type{device="vethcb5dfad"} 3 node_network_address_assign_type{device="vethccc59ae"} 3 node_network_address_assign_type{device="vethcd87a56"} 3 node_network_address_assign_type{device="vethce2c824"} 3 node_network_address_assign_type{device="vethcebcf57"} 3 node_network_address_assign_type{device="vethced832e"} 3 node_network_address_assign_type{device="vethd297e42"} 3 node_network_address_assign_type{device="vethd2a1d3a"} 3 node_network_address_assign_type{device="vethd60073b"} 3 node_network_address_assign_type{device="vethdbda231"} 3 node_network_address_assign_type{device="vethdbe575e"} 3 node_network_address_assign_type{device="vethdcc39a6"} 3 node_network_address_assign_type{device="vethdd8cafa"} 3 node_network_address_assign_type{device="vethdde208e"} 3 node_network_address_assign_type{device="vethe094157"} 3 node_network_address_assign_type{device="vethe17211e"} 3 node_network_address_assign_type{device="vethe23d0e7"} 3 node_network_address_assign_type{device="vethe5aab79"} 3 node_network_address_assign_type{device="vethe7740d0"} 3 node_network_address_assign_type{device="vethe7d1fc6"} 3 node_network_address_assign_type{device="vetheaf977d"} 3 node_network_address_assign_type{device="vetheca1311"} 3 node_network_address_assign_type{device="vethee2dd22"} 3 node_network_address_assign_type{device="vethee8a542"} 3 node_network_address_assign_type{device="vetheeb8f83"} 3 node_network_address_assign_type{device="vethef64759"} 3 node_network_address_assign_type{device="vethf05f0fd"} 3 node_network_address_assign_type{device="vethf3e456d"} 3 node_network_address_assign_type{device="vethf478f47"} 3 node_network_address_assign_type{device="vethf4ef1a1"} 3 node_network_address_assign_type{device="vethf5fa974"} 3 node_network_address_assign_type{device="vethf96b0a5"} 3 node_network_address_assign_type{device="vethfb7f61c"} 3 node_network_address_assign_type{device="vethfdd6287"} 3 node_network_address_assign_type{device="vethfff41ad"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-1208434784fe"} 1 node_network_carrier{device="br-17075da66b69"} 1 node_network_carrier{device="br-1cc5b9430b0f"} 1 node_network_carrier{device="br-1ec8a57c0693"} 1 node_network_carrier{device="br-43b824a2bee3"} 1 node_network_carrier{device="br-a0144fd8fc9b"} 1 node_network_carrier{device="br-a83c2d884601"} 1 node_network_carrier{device="br-ad32afc14aee"} 1 node_network_carrier{device="br-cb5c60e04531"} 1 node_network_carrier{device="br-cc038379bb34"} 1 node_network_carrier{device="br-d0f5f56ac3da"} 1 node_network_carrier{device="br-e0a5f7c7fdd8"} 1 node_network_carrier{device="docker0"} 1 node_network_carrier{device="enp6s0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth0263dc9"} 1 node_network_carrier{device="veth02b7bb4"} 1 node_network_carrier{device="veth02c2ee2"} 1 node_network_carrier{device="veth0363e8e"} 1 node_network_carrier{device="veth0458d6c"} 1 node_network_carrier{device="veth04643cd"} 1 node_network_carrier{device="veth04811d4"} 1 node_network_carrier{device="veth04e134c"} 1 node_network_carrier{device="veth05a8d16"} 1 node_network_carrier{device="veth095bf66"} 1 node_network_carrier{device="veth0983ec1"} 1 node_network_carrier{device="veth09da01d"} 1 node_network_carrier{device="veth0d4969b"} 1 node_network_carrier{device="veth0d51f3a"} 1 node_network_carrier{device="veth0dc1806"} 1 node_network_carrier{device="veth13d497b"} 1 node_network_carrier{device="veth140b313"} 1 node_network_carrier{device="veth1560051"} 1 node_network_carrier{device="veth177f167"} 1 node_network_carrier{device="veth1df3caa"} 1 node_network_carrier{device="veth1e03f09"} 1 node_network_carrier{device="veth1e06647"} 1 node_network_carrier{device="veth1ed9995"} 1 node_network_carrier{device="veth1f25339"} 1 node_network_carrier{device="veth1f30749"} 1 node_network_carrier{device="veth20a8b8e"} 1 node_network_carrier{device="veth225b651"} 1 node_network_carrier{device="veth23915ec"} 1 node_network_carrier{device="veth287fee9"} 1 node_network_carrier{device="veth29a61a8"} 1 node_network_carrier{device="veth2d4dc03"} 1 node_network_carrier{device="veth2dd3288"} 1 node_network_carrier{device="veth2e75874"} 1 node_network_carrier{device="veth2ee1684"} 1 node_network_carrier{device="veth34c3bbe"} 1 node_network_carrier{device="veth35140bc"} 1 node_network_carrier{device="veth3524d53"} 1 node_network_carrier{device="veth35c0c4c"} 1 node_network_carrier{device="veth3738b60"} 1 node_network_carrier{device="veth39390d4"} 1 node_network_carrier{device="veth3ae55d5"} 1 node_network_carrier{device="veth3cc64ab"} 1 node_network_carrier{device="veth3f3da42"} 1 node_network_carrier{device="veth3f6b769"} 1 node_network_carrier{device="veth3fbd045"} 1 node_network_carrier{device="veth409b936"} 1 node_network_carrier{device="veth41d413f"} 1 node_network_carrier{device="veth420e02a"} 1 node_network_carrier{device="veth4289883"} 1 node_network_carrier{device="veth42e42c6"} 1 node_network_carrier{device="veth4662bc7"} 1 node_network_carrier{device="veth48031a7"} 1 node_network_carrier{device="veth4b8eff5"} 1 node_network_carrier{device="veth4cd4e8c"} 1 node_network_carrier{device="veth5087deb"} 1 node_network_carrier{device="veth5462551"} 1 node_network_carrier{device="veth54855bb"} 1 node_network_carrier{device="veth57bc285"} 1 node_network_carrier{device="veth591a4e5"} 1 node_network_carrier{device="veth5a2536e"} 1 node_network_carrier{device="veth5a9c858"} 1 node_network_carrier{device="veth5b5f5d8"} 1 node_network_carrier{device="veth5ebd44b"} 1 node_network_carrier{device="veth5f86a6e"} 1 node_network_carrier{device="veth6097074"} 1 node_network_carrier{device="veth662d243"} 1 node_network_carrier{device="veth66fe80a"} 1 node_network_carrier{device="veth6864a94"} 1 node_network_carrier{device="veth68c9de2"} 1 node_network_carrier{device="veth693d267"} 1 node_network_carrier{device="veth6a8db05"} 1 node_network_carrier{device="veth6adcbd2"} 1 node_network_carrier{device="veth6b85404"} 1 node_network_carrier{device="veth6d28251"} 1 node_network_carrier{device="veth6d76d2e"} 1 node_network_carrier{device="veth7174790"} 1 node_network_carrier{device="veth71f8729"} 1 node_network_carrier{device="veth76263cb"} 1 node_network_carrier{device="veth772fffe"} 1 node_network_carrier{device="veth779a9b0"} 1 node_network_carrier{device="veth7a53c4c"} 1 node_network_carrier{device="veth7b68e53"} 1 node_network_carrier{device="veth7c5d892"} 1 node_network_carrier{device="veth7ed5a9d"} 1 node_network_carrier{device="veth8362b0e"} 1 node_network_carrier{device="veth8490e20"} 1 node_network_carrier{device="veth862c62b"} 1 node_network_carrier{device="veth8685de7"} 1 node_network_carrier{device="veth86976de"} 1 node_network_carrier{device="veth8a044a7"} 1 node_network_carrier{device="veth8ac86d6"} 1 node_network_carrier{device="veth8ad3e08"} 1 node_network_carrier{device="veth8ae1a4f"} 1 node_network_carrier{device="veth8c5b58a"} 1 node_network_carrier{device="veth8c77172"} 1 node_network_carrier{device="veth8e9752f"} 1 node_network_carrier{device="veth8ee2bf2"} 1 node_network_carrier{device="veth967c2a6"} 1 node_network_carrier{device="veth970153a"} 1 node_network_carrier{device="veth97b739c"} 1 node_network_carrier{device="veth980e0d6"} 1 node_network_carrier{device="veth9cdf57d"} 1 node_network_carrier{device="veth9dbbc7a"} 1 node_network_carrier{device="veth9e31ae2"} 1 node_network_carrier{device="veth9efa94d"} 1 node_network_carrier{device="veth9f3303f"} 1 node_network_carrier{device="veth9f3eb3b"} 1 node_network_carrier{device="vetha005716"} 1 node_network_carrier{device="vetha1a547a"} 1 node_network_carrier{device="vetha1c1601"} 1 node_network_carrier{device="vetha328a00"} 1 node_network_carrier{device="vethaa201e8"} 1 node_network_carrier{device="vethab6f40e"} 1 node_network_carrier{device="vethac48cf5"} 1 node_network_carrier{device="vethac6919e"} 1 node_network_carrier{device="vethadde449"} 1 node_network_carrier{device="vethaf43d3c"} 1 node_network_carrier{device="vethb094914"} 1 node_network_carrier{device="vethb1a51b9"} 1 node_network_carrier{device="vethb3f6289"} 1 node_network_carrier{device="vethbb7528c"} 1 node_network_carrier{device="vethbbafdd5"} 1 node_network_carrier{device="vethbe02f5c"} 1 node_network_carrier{device="vethc462a78"} 1 node_network_carrier{device="vethc565bf7"} 1 node_network_carrier{device="vethc5ba843"} 1 node_network_carrier{device="vethc802cca"} 1 node_network_carrier{device="vethc80f018"} 1 node_network_carrier{device="vethc863ebe"} 1 node_network_carrier{device="vethc88ee41"} 1 node_network_carrier{device="vethc8f4e8c"} 1 node_network_carrier{device="vethc9825ed"} 1 node_network_carrier{device="vethc9e4d8d"} 1 node_network_carrier{device="vethcb5dfad"} 1 node_network_carrier{device="vethccc59ae"} 1 node_network_carrier{device="vethcd87a56"} 1 node_network_carrier{device="vethce2c824"} 1 node_network_carrier{device="vethcebcf57"} 1 node_network_carrier{device="vethced832e"} 1 node_network_carrier{device="vethd297e42"} 1 node_network_carrier{device="vethd2a1d3a"} 1 node_network_carrier{device="vethd60073b"} 1 node_network_carrier{device="vethdbda231"} 1 node_network_carrier{device="vethdbe575e"} 1 node_network_carrier{device="vethdcc39a6"} 1 node_network_carrier{device="vethdd8cafa"} 1 node_network_carrier{device="vethdde208e"} 1 node_network_carrier{device="vethe094157"} 1 node_network_carrier{device="vethe17211e"} 1 node_network_carrier{device="vethe23d0e7"} 1 node_network_carrier{device="vethe5aab79"} 1 node_network_carrier{device="vethe7740d0"} 1 node_network_carrier{device="vethe7d1fc6"} 1 node_network_carrier{device="vetheaf977d"} 1 node_network_carrier{device="vetheca1311"} 1 node_network_carrier{device="vethee2dd22"} 1 node_network_carrier{device="vethee8a542"} 1 node_network_carrier{device="vetheeb8f83"} 1 node_network_carrier{device="vethef64759"} 1 node_network_carrier{device="vethf05f0fd"} 1 node_network_carrier{device="vethf3e456d"} 1 node_network_carrier{device="vethf478f47"} 1 node_network_carrier{device="vethf4ef1a1"} 1 node_network_carrier{device="vethf5fa974"} 1 node_network_carrier{device="vethf96b0a5"} 1 node_network_carrier{device="vethfb7f61c"} 1 node_network_carrier{device="vethfdd6287"} 1 node_network_carrier{device="vethfff41ad"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="br-1208434784fe"} 6 node_network_carrier_changes_total{device="br-17075da66b69"} 10 node_network_carrier_changes_total{device="br-1cc5b9430b0f"} 2 node_network_carrier_changes_total{device="br-1ec8a57c0693"} 6 node_network_carrier_changes_total{device="br-43b824a2bee3"} 8 node_network_carrier_changes_total{device="br-a0144fd8fc9b"} 10 node_network_carrier_changes_total{device="br-a83c2d884601"} 6 node_network_carrier_changes_total{device="br-ad32afc14aee"} 4 node_network_carrier_changes_total{device="br-cb5c60e04531"} 4 node_network_carrier_changes_total{device="br-cc038379bb34"} 6 node_network_carrier_changes_total{device="br-d0f5f56ac3da"} 4 node_network_carrier_changes_total{device="br-e0a5f7c7fdd8"} 6 node_network_carrier_changes_total{device="docker0"} 2 node_network_carrier_changes_total{device="enp6s0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth0263dc9"} 2 node_network_carrier_changes_total{device="veth02b7bb4"} 2 node_network_carrier_changes_total{device="veth02c2ee2"} 2 node_network_carrier_changes_total{device="veth0363e8e"} 2 node_network_carrier_changes_total{device="veth0458d6c"} 2 node_network_carrier_changes_total{device="veth04643cd"} 2 node_network_carrier_changes_total{device="veth04811d4"} 2 node_network_carrier_changes_total{device="veth04e134c"} 2 node_network_carrier_changes_total{device="veth05a8d16"} 2 node_network_carrier_changes_total{device="veth095bf66"} 2 node_network_carrier_changes_total{device="veth0983ec1"} 2 node_network_carrier_changes_total{device="veth09da01d"} 2 node_network_carrier_changes_total{device="veth0d4969b"} 2 node_network_carrier_changes_total{device="veth0d51f3a"} 2 node_network_carrier_changes_total{device="veth0dc1806"} 2 node_network_carrier_changes_total{device="veth13d497b"} 2 node_network_carrier_changes_total{device="veth140b313"} 2 node_network_carrier_changes_total{device="veth1560051"} 2 node_network_carrier_changes_total{device="veth177f167"} 2 node_network_carrier_changes_total{device="veth1df3caa"} 2 node_network_carrier_changes_total{device="veth1e03f09"} 2 node_network_carrier_changes_total{device="veth1e06647"} 2 node_network_carrier_changes_total{device="veth1ed9995"} 2 node_network_carrier_changes_total{device="veth1f25339"} 2 node_network_carrier_changes_total{device="veth1f30749"} 2 node_network_carrier_changes_total{device="veth20a8b8e"} 2 node_network_carrier_changes_total{device="veth225b651"} 2 node_network_carrier_changes_total{device="veth23915ec"} 2 node_network_carrier_changes_total{device="veth287fee9"} 2 node_network_carrier_changes_total{device="veth29a61a8"} 2 node_network_carrier_changes_total{device="veth2d4dc03"} 2 node_network_carrier_changes_total{device="veth2dd3288"} 2 node_network_carrier_changes_total{device="veth2e75874"} 2 node_network_carrier_changes_total{device="veth2ee1684"} 2 node_network_carrier_changes_total{device="veth34c3bbe"} 2 node_network_carrier_changes_total{device="veth35140bc"} 2 node_network_carrier_changes_total{device="veth3524d53"} 2 node_network_carrier_changes_total{device="veth35c0c4c"} 2 node_network_carrier_changes_total{device="veth3738b60"} 2 node_network_carrier_changes_total{device="veth39390d4"} 2 node_network_carrier_changes_total{device="veth3ae55d5"} 2 node_network_carrier_changes_total{device="veth3cc64ab"} 2 node_network_carrier_changes_total{device="veth3f3da42"} 2 node_network_carrier_changes_total{device="veth3f6b769"} 2 node_network_carrier_changes_total{device="veth3fbd045"} 2 node_network_carrier_changes_total{device="veth409b936"} 2 node_network_carrier_changes_total{device="veth41d413f"} 2 node_network_carrier_changes_total{device="veth420e02a"} 2 node_network_carrier_changes_total{device="veth4289883"} 2 node_network_carrier_changes_total{device="veth42e42c6"} 2 node_network_carrier_changes_total{device="veth4662bc7"} 2 node_network_carrier_changes_total{device="veth48031a7"} 2 node_network_carrier_changes_total{device="veth4b8eff5"} 2 node_network_carrier_changes_total{device="veth4cd4e8c"} 2 node_network_carrier_changes_total{device="veth5087deb"} 2 node_network_carrier_changes_total{device="veth5462551"} 2 node_network_carrier_changes_total{device="veth54855bb"} 2 node_network_carrier_changes_total{device="veth57bc285"} 2 node_network_carrier_changes_total{device="veth591a4e5"} 2 node_network_carrier_changes_total{device="veth5a2536e"} 2 node_network_carrier_changes_total{device="veth5a9c858"} 2 node_network_carrier_changes_total{device="veth5b5f5d8"} 2 node_network_carrier_changes_total{device="veth5ebd44b"} 2 node_network_carrier_changes_total{device="veth5f86a6e"} 2 node_network_carrier_changes_total{device="veth6097074"} 2 node_network_carrier_changes_total{device="veth662d243"} 2 node_network_carrier_changes_total{device="veth66fe80a"} 2 node_network_carrier_changes_total{device="veth6864a94"} 2 node_network_carrier_changes_total{device="veth68c9de2"} 2 node_network_carrier_changes_total{device="veth693d267"} 2 node_network_carrier_changes_total{device="veth6a8db05"} 2 node_network_carrier_changes_total{device="veth6adcbd2"} 2 node_network_carrier_changes_total{device="veth6b85404"} 2 node_network_carrier_changes_total{device="veth6d28251"} 2 node_network_carrier_changes_total{device="veth6d76d2e"} 2 node_network_carrier_changes_total{device="veth7174790"} 2 node_network_carrier_changes_total{device="veth71f8729"} 2 node_network_carrier_changes_total{device="veth76263cb"} 2 node_network_carrier_changes_total{device="veth772fffe"} 2 node_network_carrier_changes_total{device="veth779a9b0"} 2 node_network_carrier_changes_total{device="veth7a53c4c"} 2 node_network_carrier_changes_total{device="veth7b68e53"} 2 node_network_carrier_changes_total{device="veth7c5d892"} 2 node_network_carrier_changes_total{device="veth7ed5a9d"} 2 node_network_carrier_changes_total{device="veth8362b0e"} 2 node_network_carrier_changes_total{device="veth8490e20"} 2 node_network_carrier_changes_total{device="veth862c62b"} 2 node_network_carrier_changes_total{device="veth8685de7"} 2 node_network_carrier_changes_total{device="veth86976de"} 2 node_network_carrier_changes_total{device="veth8a044a7"} 2 node_network_carrier_changes_total{device="veth8ac86d6"} 2 node_network_carrier_changes_total{device="veth8ad3e08"} 2 node_network_carrier_changes_total{device="veth8ae1a4f"} 2 node_network_carrier_changes_total{device="veth8c5b58a"} 2 node_network_carrier_changes_total{device="veth8c77172"} 2 node_network_carrier_changes_total{device="veth8e9752f"} 2 node_network_carrier_changes_total{device="veth8ee2bf2"} 2 node_network_carrier_changes_total{device="veth967c2a6"} 2 node_network_carrier_changes_total{device="veth970153a"} 2 node_network_carrier_changes_total{device="veth97b739c"} 2 node_network_carrier_changes_total{device="veth980e0d6"} 2 node_network_carrier_changes_total{device="veth9cdf57d"} 2 node_network_carrier_changes_total{device="veth9dbbc7a"} 2 node_network_carrier_changes_total{device="veth9e31ae2"} 2 node_network_carrier_changes_total{device="veth9efa94d"} 2 node_network_carrier_changes_total{device="veth9f3303f"} 2 node_network_carrier_changes_total{device="veth9f3eb3b"} 2 node_network_carrier_changes_total{device="vetha005716"} 2 node_network_carrier_changes_total{device="vetha1a547a"} 2 node_network_carrier_changes_total{device="vetha1c1601"} 2 node_network_carrier_changes_total{device="vetha328a00"} 2 node_network_carrier_changes_total{device="vethaa201e8"} 2 node_network_carrier_changes_total{device="vethab6f40e"} 2 node_network_carrier_changes_total{device="vethac48cf5"} 2 node_network_carrier_changes_total{device="vethac6919e"} 2 node_network_carrier_changes_total{device="vethadde449"} 2 node_network_carrier_changes_total{device="vethaf43d3c"} 2 node_network_carrier_changes_total{device="vethb094914"} 2 node_network_carrier_changes_total{device="vethb1a51b9"} 2 node_network_carrier_changes_total{device="vethb3f6289"} 2 node_network_carrier_changes_total{device="vethbb7528c"} 2 node_network_carrier_changes_total{device="vethbbafdd5"} 2 node_network_carrier_changes_total{device="vethbe02f5c"} 2 node_network_carrier_changes_total{device="vethc462a78"} 2 node_network_carrier_changes_total{device="vethc565bf7"} 2 node_network_carrier_changes_total{device="vethc5ba843"} 2 node_network_carrier_changes_total{device="vethc802cca"} 2 node_network_carrier_changes_total{device="vethc80f018"} 2 node_network_carrier_changes_total{device="vethc863ebe"} 2 node_network_carrier_changes_total{device="vethc88ee41"} 2 node_network_carrier_changes_total{device="vethc8f4e8c"} 2 node_network_carrier_changes_total{device="vethc9825ed"} 2 node_network_carrier_changes_total{device="vethc9e4d8d"} 2 node_network_carrier_changes_total{device="vethcb5dfad"} 2 node_network_carrier_changes_total{device="vethccc59ae"} 2 node_network_carrier_changes_total{device="vethcd87a56"} 2 node_network_carrier_changes_total{device="vethce2c824"} 2 node_network_carrier_changes_total{device="vethcebcf57"} 2 node_network_carrier_changes_total{device="vethced832e"} 2 node_network_carrier_changes_total{device="vethd297e42"} 2 node_network_carrier_changes_total{device="vethd2a1d3a"} 2 node_network_carrier_changes_total{device="vethd60073b"} 2 node_network_carrier_changes_total{device="vethdbda231"} 2 node_network_carrier_changes_total{device="vethdbe575e"} 2 node_network_carrier_changes_total{device="vethdcc39a6"} 2 node_network_carrier_changes_total{device="vethdd8cafa"} 2 node_network_carrier_changes_total{device="vethdde208e"} 2 node_network_carrier_changes_total{device="vethe094157"} 2 node_network_carrier_changes_total{device="vethe17211e"} 2 node_network_carrier_changes_total{device="vethe23d0e7"} 2 node_network_carrier_changes_total{device="vethe5aab79"} 2 node_network_carrier_changes_total{device="vethe7740d0"} 2 node_network_carrier_changes_total{device="vethe7d1fc6"} 2 node_network_carrier_changes_total{device="vetheaf977d"} 2 node_network_carrier_changes_total{device="vetheca1311"} 2 node_network_carrier_changes_total{device="vethee2dd22"} 2 node_network_carrier_changes_total{device="vethee8a542"} 2 node_network_carrier_changes_total{device="vetheeb8f83"} 2 node_network_carrier_changes_total{device="vethef64759"} 2 node_network_carrier_changes_total{device="vethf05f0fd"} 2 node_network_carrier_changes_total{device="vethf3e456d"} 2 node_network_carrier_changes_total{device="vethf478f47"} 2 node_network_carrier_changes_total{device="vethf4ef1a1"} 2 node_network_carrier_changes_total{device="vethf5fa974"} 2 node_network_carrier_changes_total{device="vethf96b0a5"} 2 node_network_carrier_changes_total{device="vethfb7f61c"} 2 node_network_carrier_changes_total{device="vethfdd6287"} 2 node_network_carrier_changes_total{device="vethfff41ad"} 2 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="br-1208434784fe"} 3 node_network_carrier_down_changes_total{device="br-17075da66b69"} 5 node_network_carrier_down_changes_total{device="br-1cc5b9430b0f"} 1 node_network_carrier_down_changes_total{device="br-1ec8a57c0693"} 3 node_network_carrier_down_changes_total{device="br-43b824a2bee3"} 4 node_network_carrier_down_changes_total{device="br-a0144fd8fc9b"} 5 node_network_carrier_down_changes_total{device="br-a83c2d884601"} 3 node_network_carrier_down_changes_total{device="br-ad32afc14aee"} 2 node_network_carrier_down_changes_total{device="br-cb5c60e04531"} 2 node_network_carrier_down_changes_total{device="br-cc038379bb34"} 3 node_network_carrier_down_changes_total{device="br-d0f5f56ac3da"} 2 node_network_carrier_down_changes_total{device="br-e0a5f7c7fdd8"} 3 node_network_carrier_down_changes_total{device="docker0"} 1 node_network_carrier_down_changes_total{device="enp6s0"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth0263dc9"} 1 node_network_carrier_down_changes_total{device="veth02b7bb4"} 1 node_network_carrier_down_changes_total{device="veth02c2ee2"} 1 node_network_carrier_down_changes_total{device="veth0363e8e"} 1 node_network_carrier_down_changes_total{device="veth0458d6c"} 1 node_network_carrier_down_changes_total{device="veth04643cd"} 1 node_network_carrier_down_changes_total{device="veth04811d4"} 1 node_network_carrier_down_changes_total{device="veth04e134c"} 1 node_network_carrier_down_changes_total{device="veth05a8d16"} 1 node_network_carrier_down_changes_total{device="veth095bf66"} 1 node_network_carrier_down_changes_total{device="veth0983ec1"} 1 node_network_carrier_down_changes_total{device="veth09da01d"} 1 node_network_carrier_down_changes_total{device="veth0d4969b"} 1 node_network_carrier_down_changes_total{device="veth0d51f3a"} 1 node_network_carrier_down_changes_total{device="veth0dc1806"} 1 node_network_carrier_down_changes_total{device="veth13d497b"} 1 node_network_carrier_down_changes_total{device="veth140b313"} 1 node_network_carrier_down_changes_total{device="veth1560051"} 1 node_network_carrier_down_changes_total{device="veth177f167"} 1 node_network_carrier_down_changes_total{device="veth1df3caa"} 1 node_network_carrier_down_changes_total{device="veth1e03f09"} 1 node_network_carrier_down_changes_total{device="veth1e06647"} 1 node_network_carrier_down_changes_total{device="veth1ed9995"} 1 node_network_carrier_down_changes_total{device="veth1f25339"} 1 node_network_carrier_down_changes_total{device="veth1f30749"} 1 node_network_carrier_down_changes_total{device="veth20a8b8e"} 1 node_network_carrier_down_changes_total{device="veth225b651"} 1 node_network_carrier_down_changes_total{device="veth23915ec"} 1 node_network_carrier_down_changes_total{device="veth287fee9"} 1 node_network_carrier_down_changes_total{device="veth29a61a8"} 1 node_network_carrier_down_changes_total{device="veth2d4dc03"} 1 node_network_carrier_down_changes_total{device="veth2dd3288"} 1 node_network_carrier_down_changes_total{device="veth2e75874"} 1 node_network_carrier_down_changes_total{device="veth2ee1684"} 1 node_network_carrier_down_changes_total{device="veth34c3bbe"} 1 node_network_carrier_down_changes_total{device="veth35140bc"} 1 node_network_carrier_down_changes_total{device="veth3524d53"} 1 node_network_carrier_down_changes_total{device="veth35c0c4c"} 1 node_network_carrier_down_changes_total{device="veth3738b60"} 1 node_network_carrier_down_changes_total{device="veth39390d4"} 1 node_network_carrier_down_changes_total{device="veth3ae55d5"} 1 node_network_carrier_down_changes_total{device="veth3cc64ab"} 1 node_network_carrier_down_changes_total{device="veth3f3da42"} 1 node_network_carrier_down_changes_total{device="veth3f6b769"} 1 node_network_carrier_down_changes_total{device="veth3fbd045"} 1 node_network_carrier_down_changes_total{device="veth409b936"} 1 node_network_carrier_down_changes_total{device="veth41d413f"} 1 node_network_carrier_down_changes_total{device="veth420e02a"} 1 node_network_carrier_down_changes_total{device="veth4289883"} 1 node_network_carrier_down_changes_total{device="veth42e42c6"} 1 node_network_carrier_down_changes_total{device="veth4662bc7"} 1 node_network_carrier_down_changes_total{device="veth48031a7"} 1 node_network_carrier_down_changes_total{device="veth4b8eff5"} 1 node_network_carrier_down_changes_total{device="veth4cd4e8c"} 1 node_network_carrier_down_changes_total{device="veth5087deb"} 1 node_network_carrier_down_changes_total{device="veth5462551"} 1 node_network_carrier_down_changes_total{device="veth54855bb"} 1 node_network_carrier_down_changes_total{device="veth57bc285"} 1 node_network_carrier_down_changes_total{device="veth591a4e5"} 1 node_network_carrier_down_changes_total{device="veth5a2536e"} 1 node_network_carrier_down_changes_total{device="veth5a9c858"} 1 node_network_carrier_down_changes_total{device="veth5b5f5d8"} 1 node_network_carrier_down_changes_total{device="veth5ebd44b"} 1 node_network_carrier_down_changes_total{device="veth5f86a6e"} 1 node_network_carrier_down_changes_total{device="veth6097074"} 1 node_network_carrier_down_changes_total{device="veth662d243"} 1 node_network_carrier_down_changes_total{device="veth66fe80a"} 1 node_network_carrier_down_changes_total{device="veth6864a94"} 1 node_network_carrier_down_changes_total{device="veth68c9de2"} 1 node_network_carrier_down_changes_total{device="veth693d267"} 1 node_network_carrier_down_changes_total{device="veth6a8db05"} 1 node_network_carrier_down_changes_total{device="veth6adcbd2"} 1 node_network_carrier_down_changes_total{device="veth6b85404"} 1 node_network_carrier_down_changes_total{device="veth6d28251"} 1 node_network_carrier_down_changes_total{device="veth6d76d2e"} 1 node_network_carrier_down_changes_total{device="veth7174790"} 1 node_network_carrier_down_changes_total{device="veth71f8729"} 1 node_network_carrier_down_changes_total{device="veth76263cb"} 1 node_network_carrier_down_changes_total{device="veth772fffe"} 1 node_network_carrier_down_changes_total{device="veth779a9b0"} 1 node_network_carrier_down_changes_total{device="veth7a53c4c"} 1 node_network_carrier_down_changes_total{device="veth7b68e53"} 1 node_network_carrier_down_changes_total{device="veth7c5d892"} 1 node_network_carrier_down_changes_total{device="veth7ed5a9d"} 1 node_network_carrier_down_changes_total{device="veth8362b0e"} 1 node_network_carrier_down_changes_total{device="veth8490e20"} 1 node_network_carrier_down_changes_total{device="veth862c62b"} 1 node_network_carrier_down_changes_total{device="veth8685de7"} 1 node_network_carrier_down_changes_total{device="veth86976de"} 1 node_network_carrier_down_changes_total{device="veth8a044a7"} 1 node_network_carrier_down_changes_total{device="veth8ac86d6"} 1 node_network_carrier_down_changes_total{device="veth8ad3e08"} 1 node_network_carrier_down_changes_total{device="veth8ae1a4f"} 1 node_network_carrier_down_changes_total{device="veth8c5b58a"} 1 node_network_carrier_down_changes_total{device="veth8c77172"} 1 node_network_carrier_down_changes_total{device="veth8e9752f"} 1 node_network_carrier_down_changes_total{device="veth8ee2bf2"} 1 node_network_carrier_down_changes_total{device="veth967c2a6"} 1 node_network_carrier_down_changes_total{device="veth970153a"} 1 node_network_carrier_down_changes_total{device="veth97b739c"} 1 node_network_carrier_down_changes_total{device="veth980e0d6"} 1 node_network_carrier_down_changes_total{device="veth9cdf57d"} 1 node_network_carrier_down_changes_total{device="veth9dbbc7a"} 1 node_network_carrier_down_changes_total{device="veth9e31ae2"} 1 node_network_carrier_down_changes_total{device="veth9efa94d"} 1 node_network_carrier_down_changes_total{device="veth9f3303f"} 1 node_network_carrier_down_changes_total{device="veth9f3eb3b"} 1 node_network_carrier_down_changes_total{device="vetha005716"} 1 node_network_carrier_down_changes_total{device="vetha1a547a"} 1 node_network_carrier_down_changes_total{device="vetha1c1601"} 1 node_network_carrier_down_changes_total{device="vetha328a00"} 1 node_network_carrier_down_changes_total{device="vethaa201e8"} 1 node_network_carrier_down_changes_total{device="vethab6f40e"} 1 node_network_carrier_down_changes_total{device="vethac48cf5"} 1 node_network_carrier_down_changes_total{device="vethac6919e"} 1 node_network_carrier_down_changes_total{device="vethadde449"} 1 node_network_carrier_down_changes_total{device="vethaf43d3c"} 1 node_network_carrier_down_changes_total{device="vethb094914"} 1 node_network_carrier_down_changes_total{device="vethb1a51b9"} 1 node_network_carrier_down_changes_total{device="vethb3f6289"} 1 node_network_carrier_down_changes_total{device="vethbb7528c"} 1 node_network_carrier_down_changes_total{device="vethbbafdd5"} 1 node_network_carrier_down_changes_total{device="vethbe02f5c"} 1 node_network_carrier_down_changes_total{device="vethc462a78"} 1 node_network_carrier_down_changes_total{device="vethc565bf7"} 1 node_network_carrier_down_changes_total{device="vethc5ba843"} 1 node_network_carrier_down_changes_total{device="vethc802cca"} 1 node_network_carrier_down_changes_total{device="vethc80f018"} 1 node_network_carrier_down_changes_total{device="vethc863ebe"} 1 node_network_carrier_down_changes_total{device="vethc88ee41"} 1 node_network_carrier_down_changes_total{device="vethc8f4e8c"} 1 node_network_carrier_down_changes_total{device="vethc9825ed"} 1 node_network_carrier_down_changes_total{device="vethc9e4d8d"} 1 node_network_carrier_down_changes_total{device="vethcb5dfad"} 1 node_network_carrier_down_changes_total{device="vethccc59ae"} 1 node_network_carrier_down_changes_total{device="vethcd87a56"} 1 node_network_carrier_down_changes_total{device="vethce2c824"} 1 node_network_carrier_down_changes_total{device="vethcebcf57"} 1 node_network_carrier_down_changes_total{device="vethced832e"} 1 node_network_carrier_down_changes_total{device="vethd297e42"} 1 node_network_carrier_down_changes_total{device="vethd2a1d3a"} 1 node_network_carrier_down_changes_total{device="vethd60073b"} 1 node_network_carrier_down_changes_total{device="vethdbda231"} 1 node_network_carrier_down_changes_total{device="vethdbe575e"} 1 node_network_carrier_down_changes_total{device="vethdcc39a6"} 1 node_network_carrier_down_changes_total{device="vethdd8cafa"} 1 node_network_carrier_down_changes_total{device="vethdde208e"} 1 node_network_carrier_down_changes_total{device="vethe094157"} 1 node_network_carrier_down_changes_total{device="vethe17211e"} 1 node_network_carrier_down_changes_total{device="vethe23d0e7"} 1 node_network_carrier_down_changes_total{device="vethe5aab79"} 1 node_network_carrier_down_changes_total{device="vethe7740d0"} 1 node_network_carrier_down_changes_total{device="vethe7d1fc6"} 1 node_network_carrier_down_changes_total{device="vetheaf977d"} 1 node_network_carrier_down_changes_total{device="vetheca1311"} 1 node_network_carrier_down_changes_total{device="vethee2dd22"} 1 node_network_carrier_down_changes_total{device="vethee8a542"} 1 node_network_carrier_down_changes_total{device="vetheeb8f83"} 1 node_network_carrier_down_changes_total{device="vethef64759"} 1 node_network_carrier_down_changes_total{device="vethf05f0fd"} 1 node_network_carrier_down_changes_total{device="vethf3e456d"} 1 node_network_carrier_down_changes_total{device="vethf478f47"} 1 node_network_carrier_down_changes_total{device="vethf4ef1a1"} 1 node_network_carrier_down_changes_total{device="vethf5fa974"} 1 node_network_carrier_down_changes_total{device="vethf96b0a5"} 1 node_network_carrier_down_changes_total{device="vethfb7f61c"} 1 node_network_carrier_down_changes_total{device="vethfdd6287"} 1 node_network_carrier_down_changes_total{device="vethfff41ad"} 1 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="br-1208434784fe"} 3 node_network_carrier_up_changes_total{device="br-17075da66b69"} 5 node_network_carrier_up_changes_total{device="br-1cc5b9430b0f"} 1 node_network_carrier_up_changes_total{device="br-1ec8a57c0693"} 3 node_network_carrier_up_changes_total{device="br-43b824a2bee3"} 4 node_network_carrier_up_changes_total{device="br-a0144fd8fc9b"} 5 node_network_carrier_up_changes_total{device="br-a83c2d884601"} 3 node_network_carrier_up_changes_total{device="br-ad32afc14aee"} 2 node_network_carrier_up_changes_total{device="br-cb5c60e04531"} 2 node_network_carrier_up_changes_total{device="br-cc038379bb34"} 3 node_network_carrier_up_changes_total{device="br-d0f5f56ac3da"} 2 node_network_carrier_up_changes_total{device="br-e0a5f7c7fdd8"} 3 node_network_carrier_up_changes_total{device="docker0"} 1 node_network_carrier_up_changes_total{device="enp6s0"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth0263dc9"} 1 node_network_carrier_up_changes_total{device="veth02b7bb4"} 1 node_network_carrier_up_changes_total{device="veth02c2ee2"} 1 node_network_carrier_up_changes_total{device="veth0363e8e"} 1 node_network_carrier_up_changes_total{device="veth0458d6c"} 1 node_network_carrier_up_changes_total{device="veth04643cd"} 1 node_network_carrier_up_changes_total{device="veth04811d4"} 1 node_network_carrier_up_changes_total{device="veth04e134c"} 1 node_network_carrier_up_changes_total{device="veth05a8d16"} 1 node_network_carrier_up_changes_total{device="veth095bf66"} 1 node_network_carrier_up_changes_total{device="veth0983ec1"} 1 node_network_carrier_up_changes_total{device="veth09da01d"} 1 node_network_carrier_up_changes_total{device="veth0d4969b"} 1 node_network_carrier_up_changes_total{device="veth0d51f3a"} 1 node_network_carrier_up_changes_total{device="veth0dc1806"} 1 node_network_carrier_up_changes_total{device="veth13d497b"} 1 node_network_carrier_up_changes_total{device="veth140b313"} 1 node_network_carrier_up_changes_total{device="veth1560051"} 1 node_network_carrier_up_changes_total{device="veth177f167"} 1 node_network_carrier_up_changes_total{device="veth1df3caa"} 1 node_network_carrier_up_changes_total{device="veth1e03f09"} 1 node_network_carrier_up_changes_total{device="veth1e06647"} 1 node_network_carrier_up_changes_total{device="veth1ed9995"} 1 node_network_carrier_up_changes_total{device="veth1f25339"} 1 node_network_carrier_up_changes_total{device="veth1f30749"} 1 node_network_carrier_up_changes_total{device="veth20a8b8e"} 1 node_network_carrier_up_changes_total{device="veth225b651"} 1 node_network_carrier_up_changes_total{device="veth23915ec"} 1 node_network_carrier_up_changes_total{device="veth287fee9"} 1 node_network_carrier_up_changes_total{device="veth29a61a8"} 1 node_network_carrier_up_changes_total{device="veth2d4dc03"} 1 node_network_carrier_up_changes_total{device="veth2dd3288"} 1 node_network_carrier_up_changes_total{device="veth2e75874"} 1 node_network_carrier_up_changes_total{device="veth2ee1684"} 1 node_network_carrier_up_changes_total{device="veth34c3bbe"} 1 node_network_carrier_up_changes_total{device="veth35140bc"} 1 node_network_carrier_up_changes_total{device="veth3524d53"} 1 node_network_carrier_up_changes_total{device="veth35c0c4c"} 1 node_network_carrier_up_changes_total{device="veth3738b60"} 1 node_network_carrier_up_changes_total{device="veth39390d4"} 1 node_network_carrier_up_changes_total{device="veth3ae55d5"} 1 node_network_carrier_up_changes_total{device="veth3cc64ab"} 1 node_network_carrier_up_changes_total{device="veth3f3da42"} 1 node_network_carrier_up_changes_total{device="veth3f6b769"} 1 node_network_carrier_up_changes_total{device="veth3fbd045"} 1 node_network_carrier_up_changes_total{device="veth409b936"} 1 node_network_carrier_up_changes_total{device="veth41d413f"} 1 node_network_carrier_up_changes_total{device="veth420e02a"} 1 node_network_carrier_up_changes_total{device="veth4289883"} 1 node_network_carrier_up_changes_total{device="veth42e42c6"} 1 node_network_carrier_up_changes_total{device="veth4662bc7"} 1 node_network_carrier_up_changes_total{device="veth48031a7"} 1 node_network_carrier_up_changes_total{device="veth4b8eff5"} 1 node_network_carrier_up_changes_total{device="veth4cd4e8c"} 1 node_network_carrier_up_changes_total{device="veth5087deb"} 1 node_network_carrier_up_changes_total{device="veth5462551"} 1 node_network_carrier_up_changes_total{device="veth54855bb"} 1 node_network_carrier_up_changes_total{device="veth57bc285"} 1 node_network_carrier_up_changes_total{device="veth591a4e5"} 1 node_network_carrier_up_changes_total{device="veth5a2536e"} 1 node_network_carrier_up_changes_total{device="veth5a9c858"} 1 node_network_carrier_up_changes_total{device="veth5b5f5d8"} 1 node_network_carrier_up_changes_total{device="veth5ebd44b"} 1 node_network_carrier_up_changes_total{device="veth5f86a6e"} 1 node_network_carrier_up_changes_total{device="veth6097074"} 1 node_network_carrier_up_changes_total{device="veth662d243"} 1 node_network_carrier_up_changes_total{device="veth66fe80a"} 1 node_network_carrier_up_changes_total{device="veth6864a94"} 1 node_network_carrier_up_changes_total{device="veth68c9de2"} 1 node_network_carrier_up_changes_total{device="veth693d267"} 1 node_network_carrier_up_changes_total{device="veth6a8db05"} 1 node_network_carrier_up_changes_total{device="veth6adcbd2"} 1 node_network_carrier_up_changes_total{device="veth6b85404"} 1 node_network_carrier_up_changes_total{device="veth6d28251"} 1 node_network_carrier_up_changes_total{device="veth6d76d2e"} 1 node_network_carrier_up_changes_total{device="veth7174790"} 1 node_network_carrier_up_changes_total{device="veth71f8729"} 1 node_network_carrier_up_changes_total{device="veth76263cb"} 1 node_network_carrier_up_changes_total{device="veth772fffe"} 1 node_network_carrier_up_changes_total{device="veth779a9b0"} 1 node_network_carrier_up_changes_total{device="veth7a53c4c"} 1 node_network_carrier_up_changes_total{device="veth7b68e53"} 1 node_network_carrier_up_changes_total{device="veth7c5d892"} 1 node_network_carrier_up_changes_total{device="veth7ed5a9d"} 1 node_network_carrier_up_changes_total{device="veth8362b0e"} 1 node_network_carrier_up_changes_total{device="veth8490e20"} 1 node_network_carrier_up_changes_total{device="veth862c62b"} 1 node_network_carrier_up_changes_total{device="veth8685de7"} 1 node_network_carrier_up_changes_total{device="veth86976de"} 1 node_network_carrier_up_changes_total{device="veth8a044a7"} 1 node_network_carrier_up_changes_total{device="veth8ac86d6"} 1 node_network_carrier_up_changes_total{device="veth8ad3e08"} 1 node_network_carrier_up_changes_total{device="veth8ae1a4f"} 1 node_network_carrier_up_changes_total{device="veth8c5b58a"} 1 node_network_carrier_up_changes_total{device="veth8c77172"} 1 node_network_carrier_up_changes_total{device="veth8e9752f"} 1 node_network_carrier_up_changes_total{device="veth8ee2bf2"} 1 node_network_carrier_up_changes_total{device="veth967c2a6"} 1 node_network_carrier_up_changes_total{device="veth970153a"} 1 node_network_carrier_up_changes_total{device="veth97b739c"} 1 node_network_carrier_up_changes_total{device="veth980e0d6"} 1 node_network_carrier_up_changes_total{device="veth9cdf57d"} 1 node_network_carrier_up_changes_total{device="veth9dbbc7a"} 1 node_network_carrier_up_changes_total{device="veth9e31ae2"} 1 node_network_carrier_up_changes_total{device="veth9efa94d"} 1 node_network_carrier_up_changes_total{device="veth9f3303f"} 1 node_network_carrier_up_changes_total{device="veth9f3eb3b"} 1 node_network_carrier_up_changes_total{device="vetha005716"} 1 node_network_carrier_up_changes_total{device="vetha1a547a"} 1 node_network_carrier_up_changes_total{device="vetha1c1601"} 1 node_network_carrier_up_changes_total{device="vetha328a00"} 1 node_network_carrier_up_changes_total{device="vethaa201e8"} 1 node_network_carrier_up_changes_total{device="vethab6f40e"} 1 node_network_carrier_up_changes_total{device="vethac48cf5"} 1 node_network_carrier_up_changes_total{device="vethac6919e"} 1 node_network_carrier_up_changes_total{device="vethadde449"} 1 node_network_carrier_up_changes_total{device="vethaf43d3c"} 1 node_network_carrier_up_changes_total{device="vethb094914"} 1 node_network_carrier_up_changes_total{device="vethb1a51b9"} 1 node_network_carrier_up_changes_total{device="vethb3f6289"} 1 node_network_carrier_up_changes_total{device="vethbb7528c"} 1 node_network_carrier_up_changes_total{device="vethbbafdd5"} 1 node_network_carrier_up_changes_total{device="vethbe02f5c"} 1 node_network_carrier_up_changes_total{device="vethc462a78"} 1 node_network_carrier_up_changes_total{device="vethc565bf7"} 1 node_network_carrier_up_changes_total{device="vethc5ba843"} 1 node_network_carrier_up_changes_total{device="vethc802cca"} 1 node_network_carrier_up_changes_total{device="vethc80f018"} 1 node_network_carrier_up_changes_total{device="vethc863ebe"} 1 node_network_carrier_up_changes_total{device="vethc88ee41"} 1 node_network_carrier_up_changes_total{device="vethc8f4e8c"} 1 node_network_carrier_up_changes_total{device="vethc9825ed"} 1 node_network_carrier_up_changes_total{device="vethc9e4d8d"} 1 node_network_carrier_up_changes_total{device="vethcb5dfad"} 1 node_network_carrier_up_changes_total{device="vethccc59ae"} 1 node_network_carrier_up_changes_total{device="vethcd87a56"} 1 node_network_carrier_up_changes_total{device="vethce2c824"} 1 node_network_carrier_up_changes_total{device="vethcebcf57"} 1 node_network_carrier_up_changes_total{device="vethced832e"} 1 node_network_carrier_up_changes_total{device="vethd297e42"} 1 node_network_carrier_up_changes_total{device="vethd2a1d3a"} 1 node_network_carrier_up_changes_total{device="vethd60073b"} 1 node_network_carrier_up_changes_total{device="vethdbda231"} 1 node_network_carrier_up_changes_total{device="vethdbe575e"} 1 node_network_carrier_up_changes_total{device="vethdcc39a6"} 1 node_network_carrier_up_changes_total{device="vethdd8cafa"} 1 node_network_carrier_up_changes_total{device="vethdde208e"} 1 node_network_carrier_up_changes_total{device="vethe094157"} 1 node_network_carrier_up_changes_total{device="vethe17211e"} 1 node_network_carrier_up_changes_total{device="vethe23d0e7"} 1 node_network_carrier_up_changes_total{device="vethe5aab79"} 1 node_network_carrier_up_changes_total{device="vethe7740d0"} 1 node_network_carrier_up_changes_total{device="vethe7d1fc6"} 1 node_network_carrier_up_changes_total{device="vetheaf977d"} 1 node_network_carrier_up_changes_total{device="vetheca1311"} 1 node_network_carrier_up_changes_total{device="vethee2dd22"} 1 node_network_carrier_up_changes_total{device="vethee8a542"} 1 node_network_carrier_up_changes_total{device="vetheeb8f83"} 1 node_network_carrier_up_changes_total{device="vethef64759"} 1 node_network_carrier_up_changes_total{device="vethf05f0fd"} 1 node_network_carrier_up_changes_total{device="vethf3e456d"} 1 node_network_carrier_up_changes_total{device="vethf478f47"} 1 node_network_carrier_up_changes_total{device="vethf4ef1a1"} 1 node_network_carrier_up_changes_total{device="vethf5fa974"} 1 node_network_carrier_up_changes_total{device="vethf96b0a5"} 1 node_network_carrier_up_changes_total{device="vethfb7f61c"} 1 node_network_carrier_up_changes_total{device="vethfdd6287"} 1 node_network_carrier_up_changes_total{device="vethfff41ad"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-1208434784fe"} 0 node_network_device_id{device="br-17075da66b69"} 0 node_network_device_id{device="br-1cc5b9430b0f"} 0 node_network_device_id{device="br-1ec8a57c0693"} 0 node_network_device_id{device="br-43b824a2bee3"} 0 node_network_device_id{device="br-a0144fd8fc9b"} 0 node_network_device_id{device="br-a83c2d884601"} 0 node_network_device_id{device="br-ad32afc14aee"} 0 node_network_device_id{device="br-cb5c60e04531"} 0 node_network_device_id{device="br-cc038379bb34"} 0 node_network_device_id{device="br-d0f5f56ac3da"} 0 node_network_device_id{device="br-e0a5f7c7fdd8"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="enp6s0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth0263dc9"} 0 node_network_device_id{device="veth02b7bb4"} 0 node_network_device_id{device="veth02c2ee2"} 0 node_network_device_id{device="veth0363e8e"} 0 node_network_device_id{device="veth0458d6c"} 0 node_network_device_id{device="veth04643cd"} 0 node_network_device_id{device="veth04811d4"} 0 node_network_device_id{device="veth04e134c"} 0 node_network_device_id{device="veth05a8d16"} 0 node_network_device_id{device="veth095bf66"} 0 node_network_device_id{device="veth0983ec1"} 0 node_network_device_id{device="veth09da01d"} 0 node_network_device_id{device="veth0d4969b"} 0 node_network_device_id{device="veth0d51f3a"} 0 node_network_device_id{device="veth0dc1806"} 0 node_network_device_id{device="veth13d497b"} 0 node_network_device_id{device="veth140b313"} 0 node_network_device_id{device="veth1560051"} 0 node_network_device_id{device="veth177f167"} 0 node_network_device_id{device="veth1df3caa"} 0 node_network_device_id{device="veth1e03f09"} 0 node_network_device_id{device="veth1e06647"} 0 node_network_device_id{device="veth1ed9995"} 0 node_network_device_id{device="veth1f25339"} 0 node_network_device_id{device="veth1f30749"} 0 node_network_device_id{device="veth20a8b8e"} 0 node_network_device_id{device="veth225b651"} 0 node_network_device_id{device="veth23915ec"} 0 node_network_device_id{device="veth287fee9"} 0 node_network_device_id{device="veth29a61a8"} 0 node_network_device_id{device="veth2d4dc03"} 0 node_network_device_id{device="veth2dd3288"} 0 node_network_device_id{device="veth2e75874"} 0 node_network_device_id{device="veth2ee1684"} 0 node_network_device_id{device="veth34c3bbe"} 0 node_network_device_id{device="veth35140bc"} 0 node_network_device_id{device="veth3524d53"} 0 node_network_device_id{device="veth35c0c4c"} 0 node_network_device_id{device="veth3738b60"} 0 node_network_device_id{device="veth39390d4"} 0 node_network_device_id{device="veth3ae55d5"} 0 node_network_device_id{device="veth3cc64ab"} 0 node_network_device_id{device="veth3f3da42"} 0 node_network_device_id{device="veth3f6b769"} 0 node_network_device_id{device="veth3fbd045"} 0 node_network_device_id{device="veth409b936"} 0 node_network_device_id{device="veth41d413f"} 0 node_network_device_id{device="veth420e02a"} 0 node_network_device_id{device="veth4289883"} 0 node_network_device_id{device="veth42e42c6"} 0 node_network_device_id{device="veth4662bc7"} 0 node_network_device_id{device="veth48031a7"} 0 node_network_device_id{device="veth4b8eff5"} 0 node_network_device_id{device="veth4cd4e8c"} 0 node_network_device_id{device="veth5087deb"} 0 node_network_device_id{device="veth5462551"} 0 node_network_device_id{device="veth54855bb"} 0 node_network_device_id{device="veth57bc285"} 0 node_network_device_id{device="veth591a4e5"} 0 node_network_device_id{device="veth5a2536e"} 0 node_network_device_id{device="veth5a9c858"} 0 node_network_device_id{device="veth5b5f5d8"} 0 node_network_device_id{device="veth5ebd44b"} 0 node_network_device_id{device="veth5f86a6e"} 0 node_network_device_id{device="veth6097074"} 0 node_network_device_id{device="veth662d243"} 0 node_network_device_id{device="veth66fe80a"} 0 node_network_device_id{device="veth6864a94"} 0 node_network_device_id{device="veth68c9de2"} 0 node_network_device_id{device="veth693d267"} 0 node_network_device_id{device="veth6a8db05"} 0 node_network_device_id{device="veth6adcbd2"} 0 node_network_device_id{device="veth6b85404"} 0 node_network_device_id{device="veth6d28251"} 0 node_network_device_id{device="veth6d76d2e"} 0 node_network_device_id{device="veth7174790"} 0 node_network_device_id{device="veth71f8729"} 0 node_network_device_id{device="veth76263cb"} 0 node_network_device_id{device="veth772fffe"} 0 node_network_device_id{device="veth779a9b0"} 0 node_network_device_id{device="veth7a53c4c"} 0 node_network_device_id{device="veth7b68e53"} 0 node_network_device_id{device="veth7c5d892"} 0 node_network_device_id{device="veth7ed5a9d"} 0 node_network_device_id{device="veth8362b0e"} 0 node_network_device_id{device="veth8490e20"} 0 node_network_device_id{device="veth862c62b"} 0 node_network_device_id{device="veth8685de7"} 0 node_network_device_id{device="veth86976de"} 0 node_network_device_id{device="veth8a044a7"} 0 node_network_device_id{device="veth8ac86d6"} 0 node_network_device_id{device="veth8ad3e08"} 0 node_network_device_id{device="veth8ae1a4f"} 0 node_network_device_id{device="veth8c5b58a"} 0 node_network_device_id{device="veth8c77172"} 0 node_network_device_id{device="veth8e9752f"} 0 node_network_device_id{device="veth8ee2bf2"} 0 node_network_device_id{device="veth967c2a6"} 0 node_network_device_id{device="veth970153a"} 0 node_network_device_id{device="veth97b739c"} 0 node_network_device_id{device="veth980e0d6"} 0 node_network_device_id{device="veth9cdf57d"} 0 node_network_device_id{device="veth9dbbc7a"} 0 node_network_device_id{device="veth9e31ae2"} 0 node_network_device_id{device="veth9efa94d"} 0 node_network_device_id{device="veth9f3303f"} 0 node_network_device_id{device="veth9f3eb3b"} 0 node_network_device_id{device="vetha005716"} 0 node_network_device_id{device="vetha1a547a"} 0 node_network_device_id{device="vetha1c1601"} 0 node_network_device_id{device="vetha328a00"} 0 node_network_device_id{device="vethaa201e8"} 0 node_network_device_id{device="vethab6f40e"} 0 node_network_device_id{device="vethac48cf5"} 0 node_network_device_id{device="vethac6919e"} 0 node_network_device_id{device="vethadde449"} 0 node_network_device_id{device="vethaf43d3c"} 0 node_network_device_id{device="vethb094914"} 0 node_network_device_id{device="vethb1a51b9"} 0 node_network_device_id{device="vethb3f6289"} 0 node_network_device_id{device="vethbb7528c"} 0 node_network_device_id{device="vethbbafdd5"} 0 node_network_device_id{device="vethbe02f5c"} 0 node_network_device_id{device="vethc462a78"} 0 node_network_device_id{device="vethc565bf7"} 0 node_network_device_id{device="vethc5ba843"} 0 node_network_device_id{device="vethc802cca"} 0 node_network_device_id{device="vethc80f018"} 0 node_network_device_id{device="vethc863ebe"} 0 node_network_device_id{device="vethc88ee41"} 0 node_network_device_id{device="vethc8f4e8c"} 0 node_network_device_id{device="vethc9825ed"} 0 node_network_device_id{device="vethc9e4d8d"} 0 node_network_device_id{device="vethcb5dfad"} 0 node_network_device_id{device="vethccc59ae"} 0 node_network_device_id{device="vethcd87a56"} 0 node_network_device_id{device="vethce2c824"} 0 node_network_device_id{device="vethcebcf57"} 0 node_network_device_id{device="vethced832e"} 0 node_network_device_id{device="vethd297e42"} 0 node_network_device_id{device="vethd2a1d3a"} 0 node_network_device_id{device="vethd60073b"} 0 node_network_device_id{device="vethdbda231"} 0 node_network_device_id{device="vethdbe575e"} 0 node_network_device_id{device="vethdcc39a6"} 0 node_network_device_id{device="vethdd8cafa"} 0 node_network_device_id{device="vethdde208e"} 0 node_network_device_id{device="vethe094157"} 0 node_network_device_id{device="vethe17211e"} 0 node_network_device_id{device="vethe23d0e7"} 0 node_network_device_id{device="vethe5aab79"} 0 node_network_device_id{device="vethe7740d0"} 0 node_network_device_id{device="vethe7d1fc6"} 0 node_network_device_id{device="vetheaf977d"} 0 node_network_device_id{device="vetheca1311"} 0 node_network_device_id{device="vethee2dd22"} 0 node_network_device_id{device="vethee8a542"} 0 node_network_device_id{device="vetheeb8f83"} 0 node_network_device_id{device="vethef64759"} 0 node_network_device_id{device="vethf05f0fd"} 0 node_network_device_id{device="vethf3e456d"} 0 node_network_device_id{device="vethf478f47"} 0 node_network_device_id{device="vethf4ef1a1"} 0 node_network_device_id{device="vethf5fa974"} 0 node_network_device_id{device="vethf96b0a5"} 0 node_network_device_id{device="vethfb7f61c"} 0 node_network_device_id{device="vethfdd6287"} 0 node_network_device_id{device="vethfff41ad"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-1208434784fe"} 0 node_network_dormant{device="br-17075da66b69"} 0 node_network_dormant{device="br-1cc5b9430b0f"} 0 node_network_dormant{device="br-1ec8a57c0693"} 0 node_network_dormant{device="br-43b824a2bee3"} 0 node_network_dormant{device="br-a0144fd8fc9b"} 0 node_network_dormant{device="br-a83c2d884601"} 0 node_network_dormant{device="br-ad32afc14aee"} 0 node_network_dormant{device="br-cb5c60e04531"} 0 node_network_dormant{device="br-cc038379bb34"} 0 node_network_dormant{device="br-d0f5f56ac3da"} 0 node_network_dormant{device="br-e0a5f7c7fdd8"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="enp6s0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth0263dc9"} 0 node_network_dormant{device="veth02b7bb4"} 0 node_network_dormant{device="veth02c2ee2"} 0 node_network_dormant{device="veth0363e8e"} 0 node_network_dormant{device="veth0458d6c"} 0 node_network_dormant{device="veth04643cd"} 0 node_network_dormant{device="veth04811d4"} 0 node_network_dormant{device="veth04e134c"} 0 node_network_dormant{device="veth05a8d16"} 0 node_network_dormant{device="veth095bf66"} 0 node_network_dormant{device="veth0983ec1"} 0 node_network_dormant{device="veth09da01d"} 0 node_network_dormant{device="veth0d4969b"} 0 node_network_dormant{device="veth0d51f3a"} 0 node_network_dormant{device="veth0dc1806"} 0 node_network_dormant{device="veth13d497b"} 0 node_network_dormant{device="veth140b313"} 0 node_network_dormant{device="veth1560051"} 0 node_network_dormant{device="veth177f167"} 0 node_network_dormant{device="veth1df3caa"} 0 node_network_dormant{device="veth1e03f09"} 0 node_network_dormant{device="veth1e06647"} 0 node_network_dormant{device="veth1ed9995"} 0 node_network_dormant{device="veth1f25339"} 0 node_network_dormant{device="veth1f30749"} 0 node_network_dormant{device="veth20a8b8e"} 0 node_network_dormant{device="veth225b651"} 0 node_network_dormant{device="veth23915ec"} 0 node_network_dormant{device="veth287fee9"} 0 node_network_dormant{device="veth29a61a8"} 0 node_network_dormant{device="veth2d4dc03"} 0 node_network_dormant{device="veth2dd3288"} 0 node_network_dormant{device="veth2e75874"} 0 node_network_dormant{device="veth2ee1684"} 0 node_network_dormant{device="veth34c3bbe"} 0 node_network_dormant{device="veth35140bc"} 0 node_network_dormant{device="veth3524d53"} 0 node_network_dormant{device="veth35c0c4c"} 0 node_network_dormant{device="veth3738b60"} 0 node_network_dormant{device="veth39390d4"} 0 node_network_dormant{device="veth3ae55d5"} 0 node_network_dormant{device="veth3cc64ab"} 0 node_network_dormant{device="veth3f3da42"} 0 node_network_dormant{device="veth3f6b769"} 0 node_network_dormant{device="veth3fbd045"} 0 node_network_dormant{device="veth409b936"} 0 node_network_dormant{device="veth41d413f"} 0 node_network_dormant{device="veth420e02a"} 0 node_network_dormant{device="veth4289883"} 0 node_network_dormant{device="veth42e42c6"} 0 node_network_dormant{device="veth4662bc7"} 0 node_network_dormant{device="veth48031a7"} 0 node_network_dormant{device="veth4b8eff5"} 0 node_network_dormant{device="veth4cd4e8c"} 0 node_network_dormant{device="veth5087deb"} 0 node_network_dormant{device="veth5462551"} 0 node_network_dormant{device="veth54855bb"} 0 node_network_dormant{device="veth57bc285"} 0 node_network_dormant{device="veth591a4e5"} 0 node_network_dormant{device="veth5a2536e"} 0 node_network_dormant{device="veth5a9c858"} 0 node_network_dormant{device="veth5b5f5d8"} 0 node_network_dormant{device="veth5ebd44b"} 0 node_network_dormant{device="veth5f86a6e"} 0 node_network_dormant{device="veth6097074"} 0 node_network_dormant{device="veth662d243"} 0 node_network_dormant{device="veth66fe80a"} 0 node_network_dormant{device="veth6864a94"} 0 node_network_dormant{device="veth68c9de2"} 0 node_network_dormant{device="veth693d267"} 0 node_network_dormant{device="veth6a8db05"} 0 node_network_dormant{device="veth6adcbd2"} 0 node_network_dormant{device="veth6b85404"} 0 node_network_dormant{device="veth6d28251"} 0 node_network_dormant{device="veth6d76d2e"} 0 node_network_dormant{device="veth7174790"} 0 node_network_dormant{device="veth71f8729"} 0 node_network_dormant{device="veth76263cb"} 0 node_network_dormant{device="veth772fffe"} 0 node_network_dormant{device="veth779a9b0"} 0 node_network_dormant{device="veth7a53c4c"} 0 node_network_dormant{device="veth7b68e53"} 0 node_network_dormant{device="veth7c5d892"} 0 node_network_dormant{device="veth7ed5a9d"} 0 node_network_dormant{device="veth8362b0e"} 0 node_network_dormant{device="veth8490e20"} 0 node_network_dormant{device="veth862c62b"} 0 node_network_dormant{device="veth8685de7"} 0 node_network_dormant{device="veth86976de"} 0 node_network_dormant{device="veth8a044a7"} 0 node_network_dormant{device="veth8ac86d6"} 0 node_network_dormant{device="veth8ad3e08"} 0 node_network_dormant{device="veth8ae1a4f"} 0 node_network_dormant{device="veth8c5b58a"} 0 node_network_dormant{device="veth8c77172"} 0 node_network_dormant{device="veth8e9752f"} 0 node_network_dormant{device="veth8ee2bf2"} 0 node_network_dormant{device="veth967c2a6"} 0 node_network_dormant{device="veth970153a"} 0 node_network_dormant{device="veth97b739c"} 0 node_network_dormant{device="veth980e0d6"} 0 node_network_dormant{device="veth9cdf57d"} 0 node_network_dormant{device="veth9dbbc7a"} 0 node_network_dormant{device="veth9e31ae2"} 0 node_network_dormant{device="veth9efa94d"} 0 node_network_dormant{device="veth9f3303f"} 0 node_network_dormant{device="veth9f3eb3b"} 0 node_network_dormant{device="vetha005716"} 0 node_network_dormant{device="vetha1a547a"} 0 node_network_dormant{device="vetha1c1601"} 0 node_network_dormant{device="vetha328a00"} 0 node_network_dormant{device="vethaa201e8"} 0 node_network_dormant{device="vethab6f40e"} 0 node_network_dormant{device="vethac48cf5"} 0 node_network_dormant{device="vethac6919e"} 0 node_network_dormant{device="vethadde449"} 0 node_network_dormant{device="vethaf43d3c"} 0 node_network_dormant{device="vethb094914"} 0 node_network_dormant{device="vethb1a51b9"} 0 node_network_dormant{device="vethb3f6289"} 0 node_network_dormant{device="vethbb7528c"} 0 node_network_dormant{device="vethbbafdd5"} 0 node_network_dormant{device="vethbe02f5c"} 0 node_network_dormant{device="vethc462a78"} 0 node_network_dormant{device="vethc565bf7"} 0 node_network_dormant{device="vethc5ba843"} 0 node_network_dormant{device="vethc802cca"} 0 node_network_dormant{device="vethc80f018"} 0 node_network_dormant{device="vethc863ebe"} 0 node_network_dormant{device="vethc88ee41"} 0 node_network_dormant{device="vethc8f4e8c"} 0 node_network_dormant{device="vethc9825ed"} 0 node_network_dormant{device="vethc9e4d8d"} 0 node_network_dormant{device="vethcb5dfad"} 0 node_network_dormant{device="vethccc59ae"} 0 node_network_dormant{device="vethcd87a56"} 0 node_network_dormant{device="vethce2c824"} 0 node_network_dormant{device="vethcebcf57"} 0 node_network_dormant{device="vethced832e"} 0 node_network_dormant{device="vethd297e42"} 0 node_network_dormant{device="vethd2a1d3a"} 0 node_network_dormant{device="vethd60073b"} 0 node_network_dormant{device="vethdbda231"} 0 node_network_dormant{device="vethdbe575e"} 0 node_network_dormant{device="vethdcc39a6"} 0 node_network_dormant{device="vethdd8cafa"} 0 node_network_dormant{device="vethdde208e"} 0 node_network_dormant{device="vethe094157"} 0 node_network_dormant{device="vethe17211e"} 0 node_network_dormant{device="vethe23d0e7"} 0 node_network_dormant{device="vethe5aab79"} 0 node_network_dormant{device="vethe7740d0"} 0 node_network_dormant{device="vethe7d1fc6"} 0 node_network_dormant{device="vetheaf977d"} 0 node_network_dormant{device="vetheca1311"} 0 node_network_dormant{device="vethee2dd22"} 0 node_network_dormant{device="vethee8a542"} 0 node_network_dormant{device="vetheeb8f83"} 0 node_network_dormant{device="vethef64759"} 0 node_network_dormant{device="vethf05f0fd"} 0 node_network_dormant{device="vethf3e456d"} 0 node_network_dormant{device="vethf478f47"} 0 node_network_dormant{device="vethf4ef1a1"} 0 node_network_dormant{device="vethf5fa974"} 0 node_network_dormant{device="vethf96b0a5"} 0 node_network_dormant{device="vethfb7f61c"} 0 node_network_dormant{device="vethfdd6287"} 0 node_network_dormant{device="vethfff41ad"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-1208434784fe"} 4099 node_network_flags{device="br-17075da66b69"} 4099 node_network_flags{device="br-1cc5b9430b0f"} 4099 node_network_flags{device="br-1ec8a57c0693"} 4099 node_network_flags{device="br-43b824a2bee3"} 4099 node_network_flags{device="br-a0144fd8fc9b"} 4099 node_network_flags{device="br-a83c2d884601"} 4099 node_network_flags{device="br-ad32afc14aee"} 4099 node_network_flags{device="br-cb5c60e04531"} 4099 node_network_flags{device="br-cc038379bb34"} 4099 node_network_flags{device="br-d0f5f56ac3da"} 4099 node_network_flags{device="br-e0a5f7c7fdd8"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="enp6s0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth0263dc9"} 4867 node_network_flags{device="veth02b7bb4"} 4867 node_network_flags{device="veth02c2ee2"} 4867 node_network_flags{device="veth0363e8e"} 4867 node_network_flags{device="veth0458d6c"} 4867 node_network_flags{device="veth04643cd"} 4867 node_network_flags{device="veth04811d4"} 4867 node_network_flags{device="veth04e134c"} 4867 node_network_flags{device="veth05a8d16"} 4867 node_network_flags{device="veth095bf66"} 4867 node_network_flags{device="veth0983ec1"} 4867 node_network_flags{device="veth09da01d"} 4867 node_network_flags{device="veth0d4969b"} 4867 node_network_flags{device="veth0d51f3a"} 4867 node_network_flags{device="veth0dc1806"} 4867 node_network_flags{device="veth13d497b"} 4867 node_network_flags{device="veth140b313"} 4867 node_network_flags{device="veth1560051"} 4867 node_network_flags{device="veth177f167"} 4867 node_network_flags{device="veth1df3caa"} 4867 node_network_flags{device="veth1e03f09"} 4867 node_network_flags{device="veth1e06647"} 4867 node_network_flags{device="veth1ed9995"} 4867 node_network_flags{device="veth1f25339"} 4867 node_network_flags{device="veth1f30749"} 4867 node_network_flags{device="veth20a8b8e"} 4867 node_network_flags{device="veth225b651"} 4867 node_network_flags{device="veth23915ec"} 4867 node_network_flags{device="veth287fee9"} 4867 node_network_flags{device="veth29a61a8"} 4867 node_network_flags{device="veth2d4dc03"} 4867 node_network_flags{device="veth2dd3288"} 4867 node_network_flags{device="veth2e75874"} 4867 node_network_flags{device="veth2ee1684"} 4867 node_network_flags{device="veth34c3bbe"} 4867 node_network_flags{device="veth35140bc"} 4867 node_network_flags{device="veth3524d53"} 4867 node_network_flags{device="veth35c0c4c"} 4867 node_network_flags{device="veth3738b60"} 4867 node_network_flags{device="veth39390d4"} 4867 node_network_flags{device="veth3ae55d5"} 4867 node_network_flags{device="veth3cc64ab"} 4867 node_network_flags{device="veth3f3da42"} 4867 node_network_flags{device="veth3f6b769"} 4867 node_network_flags{device="veth3fbd045"} 4867 node_network_flags{device="veth409b936"} 4867 node_network_flags{device="veth41d413f"} 4867 node_network_flags{device="veth420e02a"} 4867 node_network_flags{device="veth4289883"} 4867 node_network_flags{device="veth42e42c6"} 4867 node_network_flags{device="veth4662bc7"} 4867 node_network_flags{device="veth48031a7"} 4867 node_network_flags{device="veth4b8eff5"} 4867 node_network_flags{device="veth4cd4e8c"} 4867 node_network_flags{device="veth5087deb"} 4867 node_network_flags{device="veth5462551"} 4867 node_network_flags{device="veth54855bb"} 4867 node_network_flags{device="veth57bc285"} 4867 node_network_flags{device="veth591a4e5"} 4867 node_network_flags{device="veth5a2536e"} 4867 node_network_flags{device="veth5a9c858"} 4867 node_network_flags{device="veth5b5f5d8"} 4867 node_network_flags{device="veth5ebd44b"} 4867 node_network_flags{device="veth5f86a6e"} 4867 node_network_flags{device="veth6097074"} 4867 node_network_flags{device="veth662d243"} 4867 node_network_flags{device="veth66fe80a"} 4867 node_network_flags{device="veth6864a94"} 4867 node_network_flags{device="veth68c9de2"} 4867 node_network_flags{device="veth693d267"} 4867 node_network_flags{device="veth6a8db05"} 4867 node_network_flags{device="veth6adcbd2"} 4867 node_network_flags{device="veth6b85404"} 4867 node_network_flags{device="veth6d28251"} 4867 node_network_flags{device="veth6d76d2e"} 4867 node_network_flags{device="veth7174790"} 4867 node_network_flags{device="veth71f8729"} 4867 node_network_flags{device="veth76263cb"} 4867 node_network_flags{device="veth772fffe"} 4867 node_network_flags{device="veth779a9b0"} 4867 node_network_flags{device="veth7a53c4c"} 4867 node_network_flags{device="veth7b68e53"} 4867 node_network_flags{device="veth7c5d892"} 4867 node_network_flags{device="veth7ed5a9d"} 4867 node_network_flags{device="veth8362b0e"} 4867 node_network_flags{device="veth8490e20"} 4867 node_network_flags{device="veth862c62b"} 4867 node_network_flags{device="veth8685de7"} 4867 node_network_flags{device="veth86976de"} 4867 node_network_flags{device="veth8a044a7"} 4867 node_network_flags{device="veth8ac86d6"} 4867 node_network_flags{device="veth8ad3e08"} 4867 node_network_flags{device="veth8ae1a4f"} 4867 node_network_flags{device="veth8c5b58a"} 4867 node_network_flags{device="veth8c77172"} 4867 node_network_flags{device="veth8e9752f"} 4867 node_network_flags{device="veth8ee2bf2"} 4867 node_network_flags{device="veth967c2a6"} 4867 node_network_flags{device="veth970153a"} 4867 node_network_flags{device="veth97b739c"} 4867 node_network_flags{device="veth980e0d6"} 4867 node_network_flags{device="veth9cdf57d"} 4867 node_network_flags{device="veth9dbbc7a"} 4867 node_network_flags{device="veth9e31ae2"} 4867 node_network_flags{device="veth9efa94d"} 4867 node_network_flags{device="veth9f3303f"} 4867 node_network_flags{device="veth9f3eb3b"} 4867 node_network_flags{device="vetha005716"} 4867 node_network_flags{device="vetha1a547a"} 4867 node_network_flags{device="vetha1c1601"} 4867 node_network_flags{device="vetha328a00"} 4867 node_network_flags{device="vethaa201e8"} 4867 node_network_flags{device="vethab6f40e"} 4867 node_network_flags{device="vethac48cf5"} 4867 node_network_flags{device="vethac6919e"} 4867 node_network_flags{device="vethadde449"} 4867 node_network_flags{device="vethaf43d3c"} 4867 node_network_flags{device="vethb094914"} 4867 node_network_flags{device="vethb1a51b9"} 4867 node_network_flags{device="vethb3f6289"} 4867 node_network_flags{device="vethbb7528c"} 4867 node_network_flags{device="vethbbafdd5"} 4867 node_network_flags{device="vethbe02f5c"} 4867 node_network_flags{device="vethc462a78"} 4867 node_network_flags{device="vethc565bf7"} 4867 node_network_flags{device="vethc5ba843"} 4867 node_network_flags{device="vethc802cca"} 4867 node_network_flags{device="vethc80f018"} 4867 node_network_flags{device="vethc863ebe"} 4867 node_network_flags{device="vethc88ee41"} 4867 node_network_flags{device="vethc8f4e8c"} 4867 node_network_flags{device="vethc9825ed"} 4867 node_network_flags{device="vethc9e4d8d"} 4867 node_network_flags{device="vethcb5dfad"} 4867 node_network_flags{device="vethccc59ae"} 4867 node_network_flags{device="vethcd87a56"} 4867 node_network_flags{device="vethce2c824"} 4867 node_network_flags{device="vethcebcf57"} 4867 node_network_flags{device="vethced832e"} 4867 node_network_flags{device="vethd297e42"} 4867 node_network_flags{device="vethd2a1d3a"} 4867 node_network_flags{device="vethd60073b"} 4867 node_network_flags{device="vethdbda231"} 4867 node_network_flags{device="vethdbe575e"} 4867 node_network_flags{device="vethdcc39a6"} 4867 node_network_flags{device="vethdd8cafa"} 4867 node_network_flags{device="vethdde208e"} 4867 node_network_flags{device="vethe094157"} 4867 node_network_flags{device="vethe17211e"} 4867 node_network_flags{device="vethe23d0e7"} 4867 node_network_flags{device="vethe5aab79"} 4867 node_network_flags{device="vethe7740d0"} 4867 node_network_flags{device="vethe7d1fc6"} 4867 node_network_flags{device="vetheaf977d"} 4867 node_network_flags{device="vetheca1311"} 4867 node_network_flags{device="vethee2dd22"} 4867 node_network_flags{device="vethee8a542"} 4867 node_network_flags{device="vetheeb8f83"} 4867 node_network_flags{device="vethef64759"} 4867 node_network_flags{device="vethf05f0fd"} 4867 node_network_flags{device="vethf3e456d"} 4867 node_network_flags{device="vethf478f47"} 4867 node_network_flags{device="vethf4ef1a1"} 4867 node_network_flags{device="vethf5fa974"} 4867 node_network_flags{device="vethf96b0a5"} 4867 node_network_flags{device="vethfb7f61c"} 4867 node_network_flags{device="vethfdd6287"} 4867 node_network_flags{device="vethfff41ad"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-1208434784fe"} 3 node_network_iface_id{device="br-17075da66b69"} 4 node_network_iface_id{device="br-1cc5b9430b0f"} 5 node_network_iface_id{device="br-1ec8a57c0693"} 9 node_network_iface_id{device="br-43b824a2bee3"} 6 node_network_iface_id{device="br-a0144fd8fc9b"} 10 node_network_iface_id{device="br-a83c2d884601"} 7833 node_network_iface_id{device="br-ad32afc14aee"} 11 node_network_iface_id{device="br-cb5c60e04531"} 13 node_network_iface_id{device="br-cc038379bb34"} 8588 node_network_iface_id{device="br-d0f5f56ac3da"} 7 node_network_iface_id{device="br-e0a5f7c7fdd8"} 8 node_network_iface_id{device="docker0"} 12 node_network_iface_id{device="enp6s0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth0263dc9"} 141582 node_network_iface_id{device="veth02b7bb4"} 496773 node_network_iface_id{device="veth02c2ee2"} 32 node_network_iface_id{device="veth0363e8e"} 8597 node_network_iface_id{device="veth0458d6c"} 202265 node_network_iface_id{device="veth04643cd"} 530099 node_network_iface_id{device="veth04811d4"} 39 node_network_iface_id{device="veth04e134c"} 7837 node_network_iface_id{device="veth05a8d16"} 496783 node_network_iface_id{device="veth095bf66"} 338383 node_network_iface_id{device="veth0983ec1"} 8606 node_network_iface_id{device="veth09da01d"} 496787 node_network_iface_id{device="veth0d4969b"} 8604 node_network_iface_id{device="veth0d51f3a"} 354167 node_network_iface_id{device="veth0dc1806"} 97 node_network_iface_id{device="veth13d497b"} 7848 node_network_iface_id{device="veth140b313"} 7852 node_network_iface_id{device="veth1560051"} 354203 node_network_iface_id{device="veth177f167"} 354172 node_network_iface_id{device="veth1df3caa"} 202238 node_network_iface_id{device="veth1e03f09"} 7842 node_network_iface_id{device="veth1e06647"} 496772 node_network_iface_id{device="veth1ed9995"} 544922 node_network_iface_id{device="veth1f25339"} 202258 node_network_iface_id{device="veth1f30749"} 338164 node_network_iface_id{device="veth20a8b8e"} 7840 node_network_iface_id{device="veth225b651"} 202261 node_network_iface_id{device="veth23915ec"} 102 node_network_iface_id{device="veth287fee9"} 7843 node_network_iface_id{device="veth29a61a8"} 202269 node_network_iface_id{device="veth2d4dc03"} 338166 node_network_iface_id{device="veth2dd3288"} 8590 node_network_iface_id{device="veth2e75874"} 338546 node_network_iface_id{device="veth2ee1684"} 63 node_network_iface_id{device="veth34c3bbe"} 431837 node_network_iface_id{device="veth35140bc"} 7839 node_network_iface_id{device="veth3524d53"} 338380 node_network_iface_id{device="veth35c0c4c"} 110 node_network_iface_id{device="veth3738b60"} 16 node_network_iface_id{device="veth39390d4"} 7856 node_network_iface_id{device="veth3ae55d5"} 544921 node_network_iface_id{device="veth3cc64ab"} 496774 node_network_iface_id{device="veth3f3da42"} 1394 node_network_iface_id{device="veth3f6b769"} 141580 node_network_iface_id{device="veth3fbd045"} 338155 node_network_iface_id{device="veth409b936"} 338159 node_network_iface_id{device="veth41d413f"} 492543 node_network_iface_id{device="veth420e02a"} 333809 node_network_iface_id{device="veth4289883"} 7841 node_network_iface_id{device="veth42e42c6"} 202257 node_network_iface_id{device="veth4662bc7"} 496785 node_network_iface_id{device="veth48031a7"} 496779 node_network_iface_id{device="veth4b8eff5"} 8602 node_network_iface_id{device="veth4cd4e8c"} 338565 node_network_iface_id{device="veth5087deb"} 7855 node_network_iface_id{device="veth5462551"} 7849 node_network_iface_id{device="veth54855bb"} 338153 node_network_iface_id{device="veth57bc285"} 7835 node_network_iface_id{device="veth591a4e5"} 7851 node_network_iface_id{device="veth5a2536e"} 496795 node_network_iface_id{device="veth5a9c858"} 496768 node_network_iface_id{device="veth5b5f5d8"} 202243 node_network_iface_id{device="veth5ebd44b"} 202267 node_network_iface_id{device="veth5f86a6e"} 202266 node_network_iface_id{device="veth6097074"} 8598 node_network_iface_id{device="veth662d243"} 496788 node_network_iface_id{device="veth66fe80a"} 8603 node_network_iface_id{device="veth6864a94"} 7846 node_network_iface_id{device="veth68c9de2"} 49 node_network_iface_id{device="veth693d267"} 7850 node_network_iface_id{device="veth6a8db05"} 338160 node_network_iface_id{device="veth6adcbd2"} 496776 node_network_iface_id{device="veth6b85404"} 354214 node_network_iface_id{device="veth6d28251"} 7857 node_network_iface_id{device="veth6d76d2e"} 34 node_network_iface_id{device="veth7174790"} 530101 node_network_iface_id{device="veth71f8729"} 338149 node_network_iface_id{device="veth76263cb"} 141584 node_network_iface_id{device="veth772fffe"} 545231 node_network_iface_id{device="veth779a9b0"} 8592 node_network_iface_id{device="veth7a53c4c"} 7860 node_network_iface_id{device="veth7b68e53"} 8596 node_network_iface_id{device="veth7c5d892"} 496784 node_network_iface_id{device="veth7ed5a9d"} 545237 node_network_iface_id{device="veth8362b0e"} 8601 node_network_iface_id{device="veth8490e20"} 338154 node_network_iface_id{device="veth862c62b"} 338162 node_network_iface_id{device="veth8685de7"} 338378 node_network_iface_id{device="veth86976de"} 202271 node_network_iface_id{device="veth8a044a7"} 548881 node_network_iface_id{device="veth8ac86d6"} 496764 node_network_iface_id{device="veth8ad3e08"} 338150 node_network_iface_id{device="veth8ae1a4f"} 496778 node_network_iface_id{device="veth8c5b58a"} 7858 node_network_iface_id{device="veth8c77172"} 8591 node_network_iface_id{device="veth8e9752f"} 8589 node_network_iface_id{device="veth8ee2bf2"} 8594 node_network_iface_id{device="veth967c2a6"} 496791 node_network_iface_id{device="veth970153a"} 7847 node_network_iface_id{device="veth97b739c"} 7859 node_network_iface_id{device="veth980e0d6"} 82 node_network_iface_id{device="veth9cdf57d"} 496781 node_network_iface_id{device="veth9dbbc7a"} 354202 node_network_iface_id{device="veth9e31ae2"} 338157 node_network_iface_id{device="veth9efa94d"} 338545 node_network_iface_id{device="veth9f3303f"} 545233 node_network_iface_id{device="veth9f3eb3b"} 338547 node_network_iface_id{device="vetha005716"} 7904 node_network_iface_id{device="vetha1a547a"} 354215 node_network_iface_id{device="vetha1c1601"} 199863 node_network_iface_id{device="vetha328a00"} 115 node_network_iface_id{device="vethaa201e8"} 7854 node_network_iface_id{device="vethab6f40e"} 338551 node_network_iface_id{device="vethac48cf5"} 8593 node_network_iface_id{device="vethac6919e"} 354211 node_network_iface_id{device="vethadde449"} 60 node_network_iface_id{device="vethaf43d3c"} 202259 node_network_iface_id{device="vethb094914"} 354169 node_network_iface_id{device="vethb1a51b9"} 202264 node_network_iface_id{device="vethb3f6289"} 7132 node_network_iface_id{device="vethbb7528c"} 338540 node_network_iface_id{device="vethbbafdd5"} 7845 node_network_iface_id{device="vethbe02f5c"} 202263 node_network_iface_id{device="vethc462a78"} 73 node_network_iface_id{device="vethc565bf7"} 496780 node_network_iface_id{device="vethc5ba843"} 496790 node_network_iface_id{device="vethc802cca"} 545232 node_network_iface_id{device="vethc80f018"} 545238 node_network_iface_id{device="vethc863ebe"} 8600 node_network_iface_id{device="vethc88ee41"} 492545 node_network_iface_id{device="vethc8f4e8c"} 141581 node_network_iface_id{device="vethc9825ed"} 202239 node_network_iface_id{device="vethc9e4d8d"} 7853 node_network_iface_id{device="vethcb5dfad"} 57 node_network_iface_id{device="vethccc59ae"} 7844 node_network_iface_id{device="vethcd87a56"} 496894 node_network_iface_id{device="vethce2c824"} 338161 node_network_iface_id{device="vethcebcf57"} 496771 node_network_iface_id{device="vethced832e"} 202268 node_network_iface_id{device="vethd297e42"} 84 node_network_iface_id{device="vethd2a1d3a"} 1393 node_network_iface_id{device="vethd60073b"} 354199 node_network_iface_id{device="vethdbda231"} 19 node_network_iface_id{device="vethdbe575e"} 90 node_network_iface_id{device="vethdcc39a6"} 141585 node_network_iface_id{device="vethdd8cafa"} 338382 node_network_iface_id{device="vethdde208e"} 338156 node_network_iface_id{device="vethe094157"} 338568 node_network_iface_id{device="vethe17211e"} 8605 node_network_iface_id{device="vethe23d0e7"} 338559 node_network_iface_id{device="vethe5aab79"} 496767 node_network_iface_id{device="vethe7740d0"} 338379 node_network_iface_id{device="vethe7d1fc6"} 202260 node_network_iface_id{device="vetheaf977d"} 545239 node_network_iface_id{device="vetheca1311"} 338564 node_network_iface_id{device="vethee2dd22"} 496794 node_network_iface_id{device="vethee8a542"} 71 node_network_iface_id{device="vetheeb8f83"} 338377 node_network_iface_id{device="vethef64759"} 496792 node_network_iface_id{device="vethf05f0fd"} 7836 node_network_iface_id{device="vethf3e456d"} 338163 node_network_iface_id{device="vethf478f47"} 8595 node_network_iface_id{device="vethf4ef1a1"} 68 node_network_iface_id{device="vethf5fa974"} 202262 node_network_iface_id{device="vethf96b0a5"} 354170 node_network_iface_id{device="vethfb7f61c"} 338563 node_network_iface_id{device="vethfdd6287"} 26 node_network_iface_id{device="vethfff41ad"} 496793 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-1208434784fe"} 3 node_network_iface_link{device="br-17075da66b69"} 4 node_network_iface_link{device="br-1cc5b9430b0f"} 5 node_network_iface_link{device="br-1ec8a57c0693"} 9 node_network_iface_link{device="br-43b824a2bee3"} 6 node_network_iface_link{device="br-a0144fd8fc9b"} 10 node_network_iface_link{device="br-a83c2d884601"} 7833 node_network_iface_link{device="br-ad32afc14aee"} 11 node_network_iface_link{device="br-cb5c60e04531"} 13 node_network_iface_link{device="br-cc038379bb34"} 8588 node_network_iface_link{device="br-d0f5f56ac3da"} 7 node_network_iface_link{device="br-e0a5f7c7fdd8"} 8 node_network_iface_link{device="docker0"} 12 node_network_iface_link{device="enp6s0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth0263dc9"} 2 node_network_iface_link{device="veth02b7bb4"} 2 node_network_iface_link{device="veth02c2ee2"} 3 node_network_iface_link{device="veth0363e8e"} 2 node_network_iface_link{device="veth0458d6c"} 2 node_network_iface_link{device="veth04643cd"} 2 node_network_iface_link{device="veth04811d4"} 2 node_network_iface_link{device="veth04e134c"} 2 node_network_iface_link{device="veth05a8d16"} 2 node_network_iface_link{device="veth095bf66"} 2 node_network_iface_link{device="veth0983ec1"} 2 node_network_iface_link{device="veth09da01d"} 2 node_network_iface_link{device="veth0d4969b"} 2 node_network_iface_link{device="veth0d51f3a"} 2 node_network_iface_link{device="veth0dc1806"} 2 node_network_iface_link{device="veth13d497b"} 2 node_network_iface_link{device="veth140b313"} 3 node_network_iface_link{device="veth1560051"} 3 node_network_iface_link{device="veth177f167"} 2 node_network_iface_link{device="veth1df3caa"} 2 node_network_iface_link{device="veth1e03f09"} 2 node_network_iface_link{device="veth1e06647"} 2 node_network_iface_link{device="veth1ed9995"} 2 node_network_iface_link{device="veth1f25339"} 2 node_network_iface_link{device="veth1f30749"} 2 node_network_iface_link{device="veth20a8b8e"} 2 node_network_iface_link{device="veth225b651"} 2 node_network_iface_link{device="veth23915ec"} 2 node_network_iface_link{device="veth287fee9"} 2 node_network_iface_link{device="veth29a61a8"} 2 node_network_iface_link{device="veth2d4dc03"} 3 node_network_iface_link{device="veth2dd3288"} 2 node_network_iface_link{device="veth2e75874"} 2 node_network_iface_link{device="veth2ee1684"} 2 node_network_iface_link{device="veth34c3bbe"} 2 node_network_iface_link{device="veth35140bc"} 2 node_network_iface_link{device="veth3524d53"} 2 node_network_iface_link{device="veth35c0c4c"} 2 node_network_iface_link{device="veth3738b60"} 2 node_network_iface_link{device="veth39390d4"} 2 node_network_iface_link{device="veth3ae55d5"} 2 node_network_iface_link{device="veth3cc64ab"} 2 node_network_iface_link{device="veth3f3da42"} 3 node_network_iface_link{device="veth3f6b769"} 2 node_network_iface_link{device="veth3fbd045"} 2 node_network_iface_link{device="veth409b936"} 2 node_network_iface_link{device="veth41d413f"} 2 node_network_iface_link{device="veth420e02a"} 2 node_network_iface_link{device="veth4289883"} 2 node_network_iface_link{device="veth42e42c6"} 2 node_network_iface_link{device="veth4662bc7"} 2 node_network_iface_link{device="veth48031a7"} 2 node_network_iface_link{device="veth4b8eff5"} 2 node_network_iface_link{device="veth4cd4e8c"} 2 node_network_iface_link{device="veth5087deb"} 2 node_network_iface_link{device="veth5462551"} 2 node_network_iface_link{device="veth54855bb"} 2 node_network_iface_link{device="veth57bc285"} 2 node_network_iface_link{device="veth591a4e5"} 2 node_network_iface_link{device="veth5a2536e"} 2 node_network_iface_link{device="veth5a9c858"} 2 node_network_iface_link{device="veth5b5f5d8"} 2 node_network_iface_link{device="veth5ebd44b"} 2 node_network_iface_link{device="veth5f86a6e"} 2 node_network_iface_link{device="veth6097074"} 2 node_network_iface_link{device="veth662d243"} 2 node_network_iface_link{device="veth66fe80a"} 2 node_network_iface_link{device="veth6864a94"} 2 node_network_iface_link{device="veth68c9de2"} 2 node_network_iface_link{device="veth693d267"} 2 node_network_iface_link{device="veth6a8db05"} 2 node_network_iface_link{device="veth6adcbd2"} 2 node_network_iface_link{device="veth6b85404"} 2 node_network_iface_link{device="veth6d28251"} 2 node_network_iface_link{device="veth6d76d2e"} 2 node_network_iface_link{device="veth7174790"} 2 node_network_iface_link{device="veth71f8729"} 2 node_network_iface_link{device="veth76263cb"} 2 node_network_iface_link{device="veth772fffe"} 2 node_network_iface_link{device="veth779a9b0"} 2 node_network_iface_link{device="veth7a53c4c"} 2 node_network_iface_link{device="veth7b68e53"} 2 node_network_iface_link{device="veth7c5d892"} 2 node_network_iface_link{device="veth7ed5a9d"} 2 node_network_iface_link{device="veth8362b0e"} 2 node_network_iface_link{device="veth8490e20"} 2 node_network_iface_link{device="veth862c62b"} 2 node_network_iface_link{device="veth8685de7"} 2 node_network_iface_link{device="veth86976de"} 2 node_network_iface_link{device="veth8a044a7"} 2 node_network_iface_link{device="veth8ac86d6"} 2 node_network_iface_link{device="veth8ad3e08"} 2 node_network_iface_link{device="veth8ae1a4f"} 2 node_network_iface_link{device="veth8c5b58a"} 2 node_network_iface_link{device="veth8c77172"} 2 node_network_iface_link{device="veth8e9752f"} 2 node_network_iface_link{device="veth8ee2bf2"} 2 node_network_iface_link{device="veth967c2a6"} 2 node_network_iface_link{device="veth970153a"} 2 node_network_iface_link{device="veth97b739c"} 2 node_network_iface_link{device="veth980e0d6"} 2 node_network_iface_link{device="veth9cdf57d"} 2 node_network_iface_link{device="veth9dbbc7a"} 2 node_network_iface_link{device="veth9e31ae2"} 2 node_network_iface_link{device="veth9efa94d"} 2 node_network_iface_link{device="veth9f3303f"} 2 node_network_iface_link{device="veth9f3eb3b"} 2 node_network_iface_link{device="vetha005716"} 2 node_network_iface_link{device="vetha1a547a"} 3 node_network_iface_link{device="vetha1c1601"} 2 node_network_iface_link{device="vetha328a00"} 2 node_network_iface_link{device="vethaa201e8"} 2 node_network_iface_link{device="vethab6f40e"} 2 node_network_iface_link{device="vethac48cf5"} 3 node_network_iface_link{device="vethac6919e"} 2 node_network_iface_link{device="vethadde449"} 2 node_network_iface_link{device="vethaf43d3c"} 2 node_network_iface_link{device="vethb094914"} 3 node_network_iface_link{device="vethb1a51b9"} 2 node_network_iface_link{device="vethb3f6289"} 2 node_network_iface_link{device="vethbb7528c"} 2 node_network_iface_link{device="vethbbafdd5"} 2 node_network_iface_link{device="vethbe02f5c"} 2 node_network_iface_link{device="vethc462a78"} 2 node_network_iface_link{device="vethc565bf7"} 2 node_network_iface_link{device="vethc5ba843"} 3 node_network_iface_link{device="vethc802cca"} 2 node_network_iface_link{device="vethc80f018"} 2 node_network_iface_link{device="vethc863ebe"} 2 node_network_iface_link{device="vethc88ee41"} 2 node_network_iface_link{device="vethc8f4e8c"} 2 node_network_iface_link{device="vethc9825ed"} 3 node_network_iface_link{device="vethc9e4d8d"} 2 node_network_iface_link{device="vethcb5dfad"} 2 node_network_iface_link{device="vethccc59ae"} 2 node_network_iface_link{device="vethcd87a56"} 2 node_network_iface_link{device="vethce2c824"} 2 node_network_iface_link{device="vethcebcf57"} 2 node_network_iface_link{device="vethced832e"} 2 node_network_iface_link{device="vethd297e42"} 3 node_network_iface_link{device="vethd2a1d3a"} 2 node_network_iface_link{device="vethd60073b"} 2 node_network_iface_link{device="vethdbda231"} 2 node_network_iface_link{device="vethdbe575e"} 2 node_network_iface_link{device="vethdcc39a6"} 2 node_network_iface_link{device="vethdd8cafa"} 2 node_network_iface_link{device="vethdde208e"} 2 node_network_iface_link{device="vethe094157"} 2 node_network_iface_link{device="vethe17211e"} 2 node_network_iface_link{device="vethe23d0e7"} 2 node_network_iface_link{device="vethe5aab79"} 2 node_network_iface_link{device="vethe7740d0"} 2 node_network_iface_link{device="vethe7d1fc6"} 2 node_network_iface_link{device="vetheaf977d"} 2 node_network_iface_link{device="vetheca1311"} 2 node_network_iface_link{device="vethee2dd22"} 2 node_network_iface_link{device="vethee8a542"} 3 node_network_iface_link{device="vetheeb8f83"} 2 node_network_iface_link{device="vethef64759"} 2 node_network_iface_link{device="vethf05f0fd"} 2 node_network_iface_link{device="vethf3e456d"} 2 node_network_iface_link{device="vethf478f47"} 2 node_network_iface_link{device="vethf4ef1a1"} 2 node_network_iface_link{device="vethf5fa974"} 2 node_network_iface_link{device="vethf96b0a5"} 2 node_network_iface_link{device="vethfb7f61c"} 2 node_network_iface_link{device="vethfdd6287"} 2 node_network_iface_link{device="vethfff41ad"} 2 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="br-1208434784fe"} 0 node_network_iface_link_mode{device="br-17075da66b69"} 0 node_network_iface_link_mode{device="br-1cc5b9430b0f"} 0 node_network_iface_link_mode{device="br-1ec8a57c0693"} 0 node_network_iface_link_mode{device="br-43b824a2bee3"} 0 node_network_iface_link_mode{device="br-a0144fd8fc9b"} 0 node_network_iface_link_mode{device="br-a83c2d884601"} 0 node_network_iface_link_mode{device="br-ad32afc14aee"} 0 node_network_iface_link_mode{device="br-cb5c60e04531"} 0 node_network_iface_link_mode{device="br-cc038379bb34"} 0 node_network_iface_link_mode{device="br-d0f5f56ac3da"} 0 node_network_iface_link_mode{device="br-e0a5f7c7fdd8"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="enp6s0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth0263dc9"} 0 node_network_iface_link_mode{device="veth02b7bb4"} 0 node_network_iface_link_mode{device="veth02c2ee2"} 0 node_network_iface_link_mode{device="veth0363e8e"} 0 node_network_iface_link_mode{device="veth0458d6c"} 0 node_network_iface_link_mode{device="veth04643cd"} 0 node_network_iface_link_mode{device="veth04811d4"} 0 node_network_iface_link_mode{device="veth04e134c"} 0 node_network_iface_link_mode{device="veth05a8d16"} 0 node_network_iface_link_mode{device="veth095bf66"} 0 node_network_iface_link_mode{device="veth0983ec1"} 0 node_network_iface_link_mode{device="veth09da01d"} 0 node_network_iface_link_mode{device="veth0d4969b"} 0 node_network_iface_link_mode{device="veth0d51f3a"} 0 node_network_iface_link_mode{device="veth0dc1806"} 0 node_network_iface_link_mode{device="veth13d497b"} 0 node_network_iface_link_mode{device="veth140b313"} 0 node_network_iface_link_mode{device="veth1560051"} 0 node_network_iface_link_mode{device="veth177f167"} 0 node_network_iface_link_mode{device="veth1df3caa"} 0 node_network_iface_link_mode{device="veth1e03f09"} 0 node_network_iface_link_mode{device="veth1e06647"} 0 node_network_iface_link_mode{device="veth1ed9995"} 0 node_network_iface_link_mode{device="veth1f25339"} 0 node_network_iface_link_mode{device="veth1f30749"} 0 node_network_iface_link_mode{device="veth20a8b8e"} 0 node_network_iface_link_mode{device="veth225b651"} 0 node_network_iface_link_mode{device="veth23915ec"} 0 node_network_iface_link_mode{device="veth287fee9"} 0 node_network_iface_link_mode{device="veth29a61a8"} 0 node_network_iface_link_mode{device="veth2d4dc03"} 0 node_network_iface_link_mode{device="veth2dd3288"} 0 node_network_iface_link_mode{device="veth2e75874"} 0 node_network_iface_link_mode{device="veth2ee1684"} 0 node_network_iface_link_mode{device="veth34c3bbe"} 0 node_network_iface_link_mode{device="veth35140bc"} 0 node_network_iface_link_mode{device="veth3524d53"} 0 node_network_iface_link_mode{device="veth35c0c4c"} 0 node_network_iface_link_mode{device="veth3738b60"} 0 node_network_iface_link_mode{device="veth39390d4"} 0 node_network_iface_link_mode{device="veth3ae55d5"} 0 node_network_iface_link_mode{device="veth3cc64ab"} 0 node_network_iface_link_mode{device="veth3f3da42"} 0 node_network_iface_link_mode{device="veth3f6b769"} 0 node_network_iface_link_mode{device="veth3fbd045"} 0 node_network_iface_link_mode{device="veth409b936"} 0 node_network_iface_link_mode{device="veth41d413f"} 0 node_network_iface_link_mode{device="veth420e02a"} 0 node_network_iface_link_mode{device="veth4289883"} 0 node_network_iface_link_mode{device="veth42e42c6"} 0 node_network_iface_link_mode{device="veth4662bc7"} 0 node_network_iface_link_mode{device="veth48031a7"} 0 node_network_iface_link_mode{device="veth4b8eff5"} 0 node_network_iface_link_mode{device="veth4cd4e8c"} 0 node_network_iface_link_mode{device="veth5087deb"} 0 node_network_iface_link_mode{device="veth5462551"} 0 node_network_iface_link_mode{device="veth54855bb"} 0 node_network_iface_link_mode{device="veth57bc285"} 0 node_network_iface_link_mode{device="veth591a4e5"} 0 node_network_iface_link_mode{device="veth5a2536e"} 0 node_network_iface_link_mode{device="veth5a9c858"} 0 node_network_iface_link_mode{device="veth5b5f5d8"} 0 node_network_iface_link_mode{device="veth5ebd44b"} 0 node_network_iface_link_mode{device="veth5f86a6e"} 0 node_network_iface_link_mode{device="veth6097074"} 0 node_network_iface_link_mode{device="veth662d243"} 0 node_network_iface_link_mode{device="veth66fe80a"} 0 node_network_iface_link_mode{device="veth6864a94"} 0 node_network_iface_link_mode{device="veth68c9de2"} 0 node_network_iface_link_mode{device="veth693d267"} 0 node_network_iface_link_mode{device="veth6a8db05"} 0 node_network_iface_link_mode{device="veth6adcbd2"} 0 node_network_iface_link_mode{device="veth6b85404"} 0 node_network_iface_link_mode{device="veth6d28251"} 0 node_network_iface_link_mode{device="veth6d76d2e"} 0 node_network_iface_link_mode{device="veth7174790"} 0 node_network_iface_link_mode{device="veth71f8729"} 0 node_network_iface_link_mode{device="veth76263cb"} 0 node_network_iface_link_mode{device="veth772fffe"} 0 node_network_iface_link_mode{device="veth779a9b0"} 0 node_network_iface_link_mode{device="veth7a53c4c"} 0 node_network_iface_link_mode{device="veth7b68e53"} 0 node_network_iface_link_mode{device="veth7c5d892"} 0 node_network_iface_link_mode{device="veth7ed5a9d"} 0 node_network_iface_link_mode{device="veth8362b0e"} 0 node_network_iface_link_mode{device="veth8490e20"} 0 node_network_iface_link_mode{device="veth862c62b"} 0 node_network_iface_link_mode{device="veth8685de7"} 0 node_network_iface_link_mode{device="veth86976de"} 0 node_network_iface_link_mode{device="veth8a044a7"} 0 node_network_iface_link_mode{device="veth8ac86d6"} 0 node_network_iface_link_mode{device="veth8ad3e08"} 0 node_network_iface_link_mode{device="veth8ae1a4f"} 0 node_network_iface_link_mode{device="veth8c5b58a"} 0 node_network_iface_link_mode{device="veth8c77172"} 0 node_network_iface_link_mode{device="veth8e9752f"} 0 node_network_iface_link_mode{device="veth8ee2bf2"} 0 node_network_iface_link_mode{device="veth967c2a6"} 0 node_network_iface_link_mode{device="veth970153a"} 0 node_network_iface_link_mode{device="veth97b739c"} 0 node_network_iface_link_mode{device="veth980e0d6"} 0 node_network_iface_link_mode{device="veth9cdf57d"} 0 node_network_iface_link_mode{device="veth9dbbc7a"} 0 node_network_iface_link_mode{device="veth9e31ae2"} 0 node_network_iface_link_mode{device="veth9efa94d"} 0 node_network_iface_link_mode{device="veth9f3303f"} 0 node_network_iface_link_mode{device="veth9f3eb3b"} 0 node_network_iface_link_mode{device="vetha005716"} 0 node_network_iface_link_mode{device="vetha1a547a"} 0 node_network_iface_link_mode{device="vetha1c1601"} 0 node_network_iface_link_mode{device="vetha328a00"} 0 node_network_iface_link_mode{device="vethaa201e8"} 0 node_network_iface_link_mode{device="vethab6f40e"} 0 node_network_iface_link_mode{device="vethac48cf5"} 0 node_network_iface_link_mode{device="vethac6919e"} 0 node_network_iface_link_mode{device="vethadde449"} 0 node_network_iface_link_mode{device="vethaf43d3c"} 0 node_network_iface_link_mode{device="vethb094914"} 0 node_network_iface_link_mode{device="vethb1a51b9"} 0 node_network_iface_link_mode{device="vethb3f6289"} 0 node_network_iface_link_mode{device="vethbb7528c"} 0 node_network_iface_link_mode{device="vethbbafdd5"} 0 node_network_iface_link_mode{device="vethbe02f5c"} 0 node_network_iface_link_mode{device="vethc462a78"} 0 node_network_iface_link_mode{device="vethc565bf7"} 0 node_network_iface_link_mode{device="vethc5ba843"} 0 node_network_iface_link_mode{device="vethc802cca"} 0 node_network_iface_link_mode{device="vethc80f018"} 0 node_network_iface_link_mode{device="vethc863ebe"} 0 node_network_iface_link_mode{device="vethc88ee41"} 0 node_network_iface_link_mode{device="vethc8f4e8c"} 0 node_network_iface_link_mode{device="vethc9825ed"} 0 node_network_iface_link_mode{device="vethc9e4d8d"} 0 node_network_iface_link_mode{device="vethcb5dfad"} 0 node_network_iface_link_mode{device="vethccc59ae"} 0 node_network_iface_link_mode{device="vethcd87a56"} 0 node_network_iface_link_mode{device="vethce2c824"} 0 node_network_iface_link_mode{device="vethcebcf57"} 0 node_network_iface_link_mode{device="vethced832e"} 0 node_network_iface_link_mode{device="vethd297e42"} 0 node_network_iface_link_mode{device="vethd2a1d3a"} 0 node_network_iface_link_mode{device="vethd60073b"} 0 node_network_iface_link_mode{device="vethdbda231"} 0 node_network_iface_link_mode{device="vethdbe575e"} 0 node_network_iface_link_mode{device="vethdcc39a6"} 0 node_network_iface_link_mode{device="vethdd8cafa"} 0 node_network_iface_link_mode{device="vethdde208e"} 0 node_network_iface_link_mode{device="vethe094157"} 0 node_network_iface_link_mode{device="vethe17211e"} 0 node_network_iface_link_mode{device="vethe23d0e7"} 0 node_network_iface_link_mode{device="vethe5aab79"} 0 node_network_iface_link_mode{device="vethe7740d0"} 0 node_network_iface_link_mode{device="vethe7d1fc6"} 0 node_network_iface_link_mode{device="vetheaf977d"} 0 node_network_iface_link_mode{device="vetheca1311"} 0 node_network_iface_link_mode{device="vethee2dd22"} 0 node_network_iface_link_mode{device="vethee8a542"} 0 node_network_iface_link_mode{device="vetheeb8f83"} 0 node_network_iface_link_mode{device="vethef64759"} 0 node_network_iface_link_mode{device="vethf05f0fd"} 0 node_network_iface_link_mode{device="vethf3e456d"} 0 node_network_iface_link_mode{device="vethf478f47"} 0 node_network_iface_link_mode{device="vethf4ef1a1"} 0 node_network_iface_link_mode{device="vethf5fa974"} 0 node_network_iface_link_mode{device="vethf96b0a5"} 0 node_network_iface_link_mode{device="vethfb7f61c"} 0 node_network_iface_link_mode{device="vethfdd6287"} 0 node_network_iface_link_mode{device="vethfff41ad"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:76:63:b5:db:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f30749",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:88:e4:c1:72:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth13d497b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:ed:e0:18:bd:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1a51b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:f2:10:52:15:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfff41ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:38:52:f1:6c:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac48cf5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:8f:df:e3:a2:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethadde449",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:be:97:67:43:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9efa94d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:9e:65:55:87:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheca1311",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:fc:41:eb:41:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth420e02a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:52:22:2c:50:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9e4d8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:56:24:52:95:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth29a61a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:66:53:b0:03:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaa201e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:76:dd:65:4c:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9cdf57d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:e0:99:9a:7b:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethccc59ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:02:d8:10:d9:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ad32afc14aee",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="16:04:bb:eb:8a:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e03f09",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:14:af:06:19:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f3303f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:36:ba:37:72:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth779a9b0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:5c:b8:4c:39:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth02c2ee2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:0c:5b:d2:4b:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ee2bf2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:0d:fc:f1:45:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8490e20",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:3b:e9:9c:27:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdbe575e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:4b:d6:bf:d8:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d4dc03",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:7a:f7:d8:76:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a0144fd8fc9b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="22:65:72:a2:18:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04643cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:96:46:77:e6:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b5f5d8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:b1:58:72:18:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheaf977d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:40:e6:ec:16:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc802cca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:b0:0e:21:20:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb094914",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:01:40:fa:70:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5462551",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:2c:61:da:3e:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3cc64ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:32:cc:62:db:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41d413f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:3d:c1:6c:d4:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth591a4e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:ba:c9:1f:8e:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cb5c60e04531",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2e:c6:4a:6d:d9:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee2dd22",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:02:6f:02:88:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth66fe80a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:15:37:56:4d:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc5ba843",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:24:d5:83:a6:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth42e42c6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:72:83:e0:14:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth97b739c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:a1:bd:86:82:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9dbbc7a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:a2:d0:0c:62:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3738b60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:a5:ca:38:6a:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc863ebe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:04:f6:8a:be:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ed5a9d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:14:78:33:ab:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a8db05",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:1e:c7:83:c4:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth693d267",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:62:29:b9:51:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ae55d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:7c:9d:0b:20:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth05a8d16",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:a1:be:39:17:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d76d2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:de:5b:35:56:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0363e8e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:e2:66:cb:f0:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7d1fc6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:05:85:d2:56:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha1a547a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:16:f3:c9:d2:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4cd4e8c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:2c:57:4e:fb:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc80f018",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:31:6d:f2:ef:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6097074",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:c0:11:65:86:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf478f47",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:e7:e5:31:f7:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd8cafa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:09:fa:3b:ca:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04811d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:27:00:b0:11:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f3da42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:85:52:15:92:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7174790",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:70:dc:b1:31:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfdd6287",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:34:ae:55:c9:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac6919e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:6c:3a:14:37:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d28251",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:a3:84:fd:0f:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-43b824a2bee3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="4e:72:44:66:9b:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf96b0a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:a5:53:13:9b:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe5aab79",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:99:a7:cf:e3:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1cc5b9430b0f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="52:a0:29:c9:b2:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d0f5f56ac3da",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="52:ac:89:6b:fe:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a9c858",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:be:6b:5c:52:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8685de7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:c2:19:42:74:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth409b936",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:dc:eb:2d:ca:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd297e42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:eb:42:33:56:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd60073b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:2f:d2:3b:0f:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a2536e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:5f:4f:5f:88:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ac86d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:3f:99:40:3b:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaf43d3c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:71:43:ce:88:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-17075da66b69",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="5a:d7:bf:90:f6:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth980e0d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:14:63:35:0d:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c77172",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:80:3b:b4:69:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe23d0e7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:f8:2a:a8:33:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5ebd44b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:fb:f8:ae:ef:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c5d892",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:19:d6:a9:82:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth09da01d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:5d:f3:6b:f0:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0263dc9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:7d:85:bf:0d:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth862c62b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:92:33:29:a9:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b68e53",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:dd:9a:8a:1c:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth71f8729",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:44:86:49:dc:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b8eff5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:51:ea:6b:76:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3f6289",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:9a:7b:51:eb:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ee1684",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:a6:e4:73:26:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2dd3288",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:06:17:73:ce:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc565bf7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:a5:02:76:7a:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth140b313",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:aa:63:e2:22:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35140bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:3a:af:4d:d0:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth02b7bb4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:bf:07:bd:7e:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6adcbd2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:69:81:b8:2d:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcb5dfad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:de:cc:0b:6b:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c5b58a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:47:60:bb:24:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf3e456d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:8c:f8:cc:af:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0dc1806",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:b6:63:54:bf:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdbda231",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:dc:e4:1b:83:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth287fee9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:ef:f5:ac:d6:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f3eb3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:00:16:c3:05:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9825ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:26:59:d3:00:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68c9de2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:7d:07:7a:f4:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth23915ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:8c:b5:fc:a7:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f25339",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:d2:33:91:44:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha1c1601",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:8b:9d:81:6d:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4289883",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:0c:d1:50:c0:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe17211e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:b4:2e:2c:4e:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab6f40e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:d2:70:a8:1e:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe094157",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:18:9f:82:d3:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth967c2a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:a3:af:f1:69:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f6b769",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:a5:89:94:d6:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7740d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:e5:71:96:77:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheeb8f83",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9c:6b:00:0c:05:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="enp6s0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:1f:2a:44:75:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef64759",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:5d:c6:57:ed:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8362b0e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:ae:0a:5b:89:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfb7f61c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:18:78:3e:97:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha005716",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:82:59:ac:fe:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth662d243",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:0b:de:29:e9:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="aa:40:a7:7b:51:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee8a542",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:4b:8d:b4:af:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdcc39a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:7d:5b:b0:e4:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d51f3a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:84:c4:03:4b:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1df3caa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:ab:7b:57:33:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8f4e8c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:f6:dc:35:22:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8a044a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:37:27:84:f0:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e06647",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:a6:ab:aa:dc:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth34c3bbe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:b2:ee:6b:bc:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e75874",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:38:fd:e5:ed:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth225b651",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:77:a2:16:d0:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1560051",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:99:91:00:3f:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48031a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:c6:a7:87:0e:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth76263cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:cb:d7:b9:1b:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf5fa974",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:29:b0:40:2c:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3524d53",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:35:dc:08:0f:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbbafdd5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:d6:4d:74:27:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4ef1a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:9f:cc:b4:ee:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth86976de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:fc:97:d8:7e:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20a8b8e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:fe:e5:65:d8:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f86a6e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:31:72:33:9d:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6864a94",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:6c:7a:3a:83:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe02f5c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:8f:7c:a0:9e:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth39390d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:9b:a2:24:97:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a53c4c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:a7:7c:47:7e:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ae1a4f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:67:df:d0:6a:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04e134c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:b4:f2:99:57:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3fbd045",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:05:99:b4:6a:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth970153a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:75:6e:83:57:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d4969b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:b9:75:32:ff:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ed9995",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:e3:ab:bc:12:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8e9752f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:50:3e:ca:4e:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth772fffe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:7f:79:09:d5:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ad3e08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:a5:bc:2c:d7:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethced832e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:21:b3:85:24:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth177f167",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:62:02:e3:03:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4662bc7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:d1:7c:d5:93:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e0a5f7c7fdd8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="de:60:6a:5e:80:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35c0c4c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:67:1f:b0:ff:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cc038379bb34",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="de:b6:2d:61:f5:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1208434784fe",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="e2:30:f1:31:48:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a83c2d884601",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="e2:9d:f4:a2:a0:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b85404",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:cc:5b:23:59:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0983ec1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:eb:5e:b9:e9:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5087deb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:8a:3c:e7:65:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e31ae2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:e5:f8:0a:e0:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcebcf57",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:cd:46:4b:99:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc462a78",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:1e:88:0b:1a:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce2c824",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:4a:48:b8:ec:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcd87a56",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:73:55:aa:b4:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc88ee41",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:90:23:91:1c:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth57bc285",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:9f:0b:25:f8:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth095bf66",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:6a:3b:9d:40:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54855bb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:81:8c:89:5a:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdde208e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:a1:b4:51:65:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1ec8a57c0693",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="f6:f1:e3:4b:4e:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2a1d3a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:8b:f5:fe:b8:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0458d6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:0d:b2:81:10:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf05f0fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:25:73:52:e0:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb7528c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:61:01:0d:ed:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha328a00",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="br-1208434784fe"} 1500 node_network_mtu_bytes{device="br-17075da66b69"} 1500 node_network_mtu_bytes{device="br-1cc5b9430b0f"} 1500 node_network_mtu_bytes{device="br-1ec8a57c0693"} 1500 node_network_mtu_bytes{device="br-43b824a2bee3"} 1500 node_network_mtu_bytes{device="br-a0144fd8fc9b"} 1500 node_network_mtu_bytes{device="br-a83c2d884601"} 1500 node_network_mtu_bytes{device="br-ad32afc14aee"} 1500 node_network_mtu_bytes{device="br-cb5c60e04531"} 1500 node_network_mtu_bytes{device="br-cc038379bb34"} 1500 node_network_mtu_bytes{device="br-d0f5f56ac3da"} 1500 node_network_mtu_bytes{device="br-e0a5f7c7fdd8"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="enp6s0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth0263dc9"} 1500 node_network_mtu_bytes{device="veth02b7bb4"} 1500 node_network_mtu_bytes{device="veth02c2ee2"} 1500 node_network_mtu_bytes{device="veth0363e8e"} 1500 node_network_mtu_bytes{device="veth0458d6c"} 1500 node_network_mtu_bytes{device="veth04643cd"} 1500 node_network_mtu_bytes{device="veth04811d4"} 1500 node_network_mtu_bytes{device="veth04e134c"} 1500 node_network_mtu_bytes{device="veth05a8d16"} 1500 node_network_mtu_bytes{device="veth095bf66"} 1500 node_network_mtu_bytes{device="veth0983ec1"} 1500 node_network_mtu_bytes{device="veth09da01d"} 1500 node_network_mtu_bytes{device="veth0d4969b"} 1500 node_network_mtu_bytes{device="veth0d51f3a"} 1500 node_network_mtu_bytes{device="veth0dc1806"} 1500 node_network_mtu_bytes{device="veth13d497b"} 1500 node_network_mtu_bytes{device="veth140b313"} 1500 node_network_mtu_bytes{device="veth1560051"} 1500 node_network_mtu_bytes{device="veth177f167"} 1500 node_network_mtu_bytes{device="veth1df3caa"} 1500 node_network_mtu_bytes{device="veth1e03f09"} 1500 node_network_mtu_bytes{device="veth1e06647"} 1500 node_network_mtu_bytes{device="veth1ed9995"} 1500 node_network_mtu_bytes{device="veth1f25339"} 1500 node_network_mtu_bytes{device="veth1f30749"} 1500 node_network_mtu_bytes{device="veth20a8b8e"} 1500 node_network_mtu_bytes{device="veth225b651"} 1500 node_network_mtu_bytes{device="veth23915ec"} 1500 node_network_mtu_bytes{device="veth287fee9"} 1500 node_network_mtu_bytes{device="veth29a61a8"} 1500 node_network_mtu_bytes{device="veth2d4dc03"} 1500 node_network_mtu_bytes{device="veth2dd3288"} 1500 node_network_mtu_bytes{device="veth2e75874"} 1500 node_network_mtu_bytes{device="veth2ee1684"} 1500 node_network_mtu_bytes{device="veth34c3bbe"} 1500 node_network_mtu_bytes{device="veth35140bc"} 1500 node_network_mtu_bytes{device="veth3524d53"} 1500 node_network_mtu_bytes{device="veth35c0c4c"} 1500 node_network_mtu_bytes{device="veth3738b60"} 1500 node_network_mtu_bytes{device="veth39390d4"} 1500 node_network_mtu_bytes{device="veth3ae55d5"} 1500 node_network_mtu_bytes{device="veth3cc64ab"} 1500 node_network_mtu_bytes{device="veth3f3da42"} 1500 node_network_mtu_bytes{device="veth3f6b769"} 1500 node_network_mtu_bytes{device="veth3fbd045"} 1500 node_network_mtu_bytes{device="veth409b936"} 1500 node_network_mtu_bytes{device="veth41d413f"} 1500 node_network_mtu_bytes{device="veth420e02a"} 1500 node_network_mtu_bytes{device="veth4289883"} 1500 node_network_mtu_bytes{device="veth42e42c6"} 1500 node_network_mtu_bytes{device="veth4662bc7"} 1500 node_network_mtu_bytes{device="veth48031a7"} 1500 node_network_mtu_bytes{device="veth4b8eff5"} 1500 node_network_mtu_bytes{device="veth4cd4e8c"} 1500 node_network_mtu_bytes{device="veth5087deb"} 1500 node_network_mtu_bytes{device="veth5462551"} 1500 node_network_mtu_bytes{device="veth54855bb"} 1500 node_network_mtu_bytes{device="veth57bc285"} 1500 node_network_mtu_bytes{device="veth591a4e5"} 1500 node_network_mtu_bytes{device="veth5a2536e"} 1500 node_network_mtu_bytes{device="veth5a9c858"} 1500 node_network_mtu_bytes{device="veth5b5f5d8"} 1500 node_network_mtu_bytes{device="veth5ebd44b"} 1500 node_network_mtu_bytes{device="veth5f86a6e"} 1500 node_network_mtu_bytes{device="veth6097074"} 1500 node_network_mtu_bytes{device="veth662d243"} 1500 node_network_mtu_bytes{device="veth66fe80a"} 1500 node_network_mtu_bytes{device="veth6864a94"} 1500 node_network_mtu_bytes{device="veth68c9de2"} 1500 node_network_mtu_bytes{device="veth693d267"} 1500 node_network_mtu_bytes{device="veth6a8db05"} 1500 node_network_mtu_bytes{device="veth6adcbd2"} 1500 node_network_mtu_bytes{device="veth6b85404"} 1500 node_network_mtu_bytes{device="veth6d28251"} 1500 node_network_mtu_bytes{device="veth6d76d2e"} 1500 node_network_mtu_bytes{device="veth7174790"} 1500 node_network_mtu_bytes{device="veth71f8729"} 1500 node_network_mtu_bytes{device="veth76263cb"} 1500 node_network_mtu_bytes{device="veth772fffe"} 1500 node_network_mtu_bytes{device="veth779a9b0"} 1500 node_network_mtu_bytes{device="veth7a53c4c"} 1500 node_network_mtu_bytes{device="veth7b68e53"} 1500 node_network_mtu_bytes{device="veth7c5d892"} 1500 node_network_mtu_bytes{device="veth7ed5a9d"} 1500 node_network_mtu_bytes{device="veth8362b0e"} 1500 node_network_mtu_bytes{device="veth8490e20"} 1500 node_network_mtu_bytes{device="veth862c62b"} 1500 node_network_mtu_bytes{device="veth8685de7"} 1500 node_network_mtu_bytes{device="veth86976de"} 1500 node_network_mtu_bytes{device="veth8a044a7"} 1500 node_network_mtu_bytes{device="veth8ac86d6"} 1500 node_network_mtu_bytes{device="veth8ad3e08"} 1500 node_network_mtu_bytes{device="veth8ae1a4f"} 1500 node_network_mtu_bytes{device="veth8c5b58a"} 1500 node_network_mtu_bytes{device="veth8c77172"} 1500 node_network_mtu_bytes{device="veth8e9752f"} 1500 node_network_mtu_bytes{device="veth8ee2bf2"} 1500 node_network_mtu_bytes{device="veth967c2a6"} 1500 node_network_mtu_bytes{device="veth970153a"} 1500 node_network_mtu_bytes{device="veth97b739c"} 1500 node_network_mtu_bytes{device="veth980e0d6"} 1500 node_network_mtu_bytes{device="veth9cdf57d"} 1500 node_network_mtu_bytes{device="veth9dbbc7a"} 1500 node_network_mtu_bytes{device="veth9e31ae2"} 1500 node_network_mtu_bytes{device="veth9efa94d"} 1500 node_network_mtu_bytes{device="veth9f3303f"} 1500 node_network_mtu_bytes{device="veth9f3eb3b"} 1500 node_network_mtu_bytes{device="vetha005716"} 1500 node_network_mtu_bytes{device="vetha1a547a"} 1500 node_network_mtu_bytes{device="vetha1c1601"} 1500 node_network_mtu_bytes{device="vetha328a00"} 1500 node_network_mtu_bytes{device="vethaa201e8"} 1500 node_network_mtu_bytes{device="vethab6f40e"} 1500 node_network_mtu_bytes{device="vethac48cf5"} 1500 node_network_mtu_bytes{device="vethac6919e"} 1500 node_network_mtu_bytes{device="vethadde449"} 1500 node_network_mtu_bytes{device="vethaf43d3c"} 1500 node_network_mtu_bytes{device="vethb094914"} 1500 node_network_mtu_bytes{device="vethb1a51b9"} 1500 node_network_mtu_bytes{device="vethb3f6289"} 1500 node_network_mtu_bytes{device="vethbb7528c"} 1500 node_network_mtu_bytes{device="vethbbafdd5"} 1500 node_network_mtu_bytes{device="vethbe02f5c"} 1500 node_network_mtu_bytes{device="vethc462a78"} 1500 node_network_mtu_bytes{device="vethc565bf7"} 1500 node_network_mtu_bytes{device="vethc5ba843"} 1500 node_network_mtu_bytes{device="vethc802cca"} 1500 node_network_mtu_bytes{device="vethc80f018"} 1500 node_network_mtu_bytes{device="vethc863ebe"} 1500 node_network_mtu_bytes{device="vethc88ee41"} 1500 node_network_mtu_bytes{device="vethc8f4e8c"} 1500 node_network_mtu_bytes{device="vethc9825ed"} 1500 node_network_mtu_bytes{device="vethc9e4d8d"} 1500 node_network_mtu_bytes{device="vethcb5dfad"} 1500 node_network_mtu_bytes{device="vethccc59ae"} 1500 node_network_mtu_bytes{device="vethcd87a56"} 1500 node_network_mtu_bytes{device="vethce2c824"} 1500 node_network_mtu_bytes{device="vethcebcf57"} 1500 node_network_mtu_bytes{device="vethced832e"} 1500 node_network_mtu_bytes{device="vethd297e42"} 1500 node_network_mtu_bytes{device="vethd2a1d3a"} 1500 node_network_mtu_bytes{device="vethd60073b"} 1500 node_network_mtu_bytes{device="vethdbda231"} 1500 node_network_mtu_bytes{device="vethdbe575e"} 1500 node_network_mtu_bytes{device="vethdcc39a6"} 1500 node_network_mtu_bytes{device="vethdd8cafa"} 1500 node_network_mtu_bytes{device="vethdde208e"} 1500 node_network_mtu_bytes{device="vethe094157"} 1500 node_network_mtu_bytes{device="vethe17211e"} 1500 node_network_mtu_bytes{device="vethe23d0e7"} 1500 node_network_mtu_bytes{device="vethe5aab79"} 1500 node_network_mtu_bytes{device="vethe7740d0"} 1500 node_network_mtu_bytes{device="vethe7d1fc6"} 1500 node_network_mtu_bytes{device="vetheaf977d"} 1500 node_network_mtu_bytes{device="vetheca1311"} 1500 node_network_mtu_bytes{device="vethee2dd22"} 1500 node_network_mtu_bytes{device="vethee8a542"} 1500 node_network_mtu_bytes{device="vetheeb8f83"} 1500 node_network_mtu_bytes{device="vethef64759"} 1500 node_network_mtu_bytes{device="vethf05f0fd"} 1500 node_network_mtu_bytes{device="vethf3e456d"} 1500 node_network_mtu_bytes{device="vethf478f47"} 1500 node_network_mtu_bytes{device="vethf4ef1a1"} 1500 node_network_mtu_bytes{device="vethf5fa974"} 1500 node_network_mtu_bytes{device="vethf96b0a5"} 1500 node_network_mtu_bytes{device="vethfb7f61c"} 1500 node_network_mtu_bytes{device="vethfdd6287"} 1500 node_network_mtu_bytes{device="vethfff41ad"} 1500 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="br-1208434784fe"} 3 node_network_name_assign_type{device="br-17075da66b69"} 3 node_network_name_assign_type{device="br-1cc5b9430b0f"} 3 node_network_name_assign_type{device="br-1ec8a57c0693"} 3 node_network_name_assign_type{device="br-43b824a2bee3"} 3 node_network_name_assign_type{device="br-a0144fd8fc9b"} 3 node_network_name_assign_type{device="br-a83c2d884601"} 3 node_network_name_assign_type{device="br-ad32afc14aee"} 3 node_network_name_assign_type{device="br-cb5c60e04531"} 3 node_network_name_assign_type{device="br-cc038379bb34"} 3 node_network_name_assign_type{device="br-d0f5f56ac3da"} 3 node_network_name_assign_type{device="br-e0a5f7c7fdd8"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="enp6s0"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth0263dc9"} 3 node_network_name_assign_type{device="veth02b7bb4"} 3 node_network_name_assign_type{device="veth02c2ee2"} 3 node_network_name_assign_type{device="veth0363e8e"} 3 node_network_name_assign_type{device="veth0458d6c"} 3 node_network_name_assign_type{device="veth04643cd"} 3 node_network_name_assign_type{device="veth04811d4"} 3 node_network_name_assign_type{device="veth04e134c"} 3 node_network_name_assign_type{device="veth05a8d16"} 3 node_network_name_assign_type{device="veth095bf66"} 3 node_network_name_assign_type{device="veth0983ec1"} 3 node_network_name_assign_type{device="veth09da01d"} 3 node_network_name_assign_type{device="veth0d4969b"} 3 node_network_name_assign_type{device="veth0d51f3a"} 3 node_network_name_assign_type{device="veth0dc1806"} 3 node_network_name_assign_type{device="veth13d497b"} 3 node_network_name_assign_type{device="veth140b313"} 3 node_network_name_assign_type{device="veth1560051"} 3 node_network_name_assign_type{device="veth177f167"} 3 node_network_name_assign_type{device="veth1df3caa"} 3 node_network_name_assign_type{device="veth1e03f09"} 3 node_network_name_assign_type{device="veth1e06647"} 3 node_network_name_assign_type{device="veth1ed9995"} 3 node_network_name_assign_type{device="veth1f25339"} 3 node_network_name_assign_type{device="veth1f30749"} 3 node_network_name_assign_type{device="veth20a8b8e"} 3 node_network_name_assign_type{device="veth225b651"} 3 node_network_name_assign_type{device="veth23915ec"} 3 node_network_name_assign_type{device="veth287fee9"} 3 node_network_name_assign_type{device="veth29a61a8"} 3 node_network_name_assign_type{device="veth2d4dc03"} 3 node_network_name_assign_type{device="veth2dd3288"} 3 node_network_name_assign_type{device="veth2e75874"} 3 node_network_name_assign_type{device="veth2ee1684"} 3 node_network_name_assign_type{device="veth34c3bbe"} 3 node_network_name_assign_type{device="veth35140bc"} 3 node_network_name_assign_type{device="veth3524d53"} 3 node_network_name_assign_type{device="veth35c0c4c"} 3 node_network_name_assign_type{device="veth3738b60"} 3 node_network_name_assign_type{device="veth39390d4"} 3 node_network_name_assign_type{device="veth3ae55d5"} 3 node_network_name_assign_type{device="veth3cc64ab"} 3 node_network_name_assign_type{device="veth3f3da42"} 3 node_network_name_assign_type{device="veth3f6b769"} 3 node_network_name_assign_type{device="veth3fbd045"} 3 node_network_name_assign_type{device="veth409b936"} 3 node_network_name_assign_type{device="veth41d413f"} 3 node_network_name_assign_type{device="veth420e02a"} 3 node_network_name_assign_type{device="veth4289883"} 3 node_network_name_assign_type{device="veth42e42c6"} 3 node_network_name_assign_type{device="veth4662bc7"} 3 node_network_name_assign_type{device="veth48031a7"} 3 node_network_name_assign_type{device="veth4b8eff5"} 3 node_network_name_assign_type{device="veth4cd4e8c"} 3 node_network_name_assign_type{device="veth5087deb"} 3 node_network_name_assign_type{device="veth5462551"} 3 node_network_name_assign_type{device="veth54855bb"} 3 node_network_name_assign_type{device="veth57bc285"} 3 node_network_name_assign_type{device="veth591a4e5"} 3 node_network_name_assign_type{device="veth5a2536e"} 3 node_network_name_assign_type{device="veth5a9c858"} 3 node_network_name_assign_type{device="veth5b5f5d8"} 3 node_network_name_assign_type{device="veth5ebd44b"} 3 node_network_name_assign_type{device="veth5f86a6e"} 3 node_network_name_assign_type{device="veth6097074"} 3 node_network_name_assign_type{device="veth662d243"} 3 node_network_name_assign_type{device="veth66fe80a"} 3 node_network_name_assign_type{device="veth6864a94"} 3 node_network_name_assign_type{device="veth68c9de2"} 3 node_network_name_assign_type{device="veth693d267"} 3 node_network_name_assign_type{device="veth6a8db05"} 3 node_network_name_assign_type{device="veth6adcbd2"} 3 node_network_name_assign_type{device="veth6b85404"} 3 node_network_name_assign_type{device="veth6d28251"} 3 node_network_name_assign_type{device="veth6d76d2e"} 3 node_network_name_assign_type{device="veth7174790"} 3 node_network_name_assign_type{device="veth71f8729"} 3 node_network_name_assign_type{device="veth76263cb"} 3 node_network_name_assign_type{device="veth772fffe"} 3 node_network_name_assign_type{device="veth779a9b0"} 3 node_network_name_assign_type{device="veth7a53c4c"} 3 node_network_name_assign_type{device="veth7b68e53"} 3 node_network_name_assign_type{device="veth7c5d892"} 3 node_network_name_assign_type{device="veth7ed5a9d"} 3 node_network_name_assign_type{device="veth8362b0e"} 3 node_network_name_assign_type{device="veth8490e20"} 3 node_network_name_assign_type{device="veth862c62b"} 3 node_network_name_assign_type{device="veth8685de7"} 3 node_network_name_assign_type{device="veth86976de"} 3 node_network_name_assign_type{device="veth8a044a7"} 3 node_network_name_assign_type{device="veth8ac86d6"} 3 node_network_name_assign_type{device="veth8ad3e08"} 3 node_network_name_assign_type{device="veth8ae1a4f"} 3 node_network_name_assign_type{device="veth8c5b58a"} 3 node_network_name_assign_type{device="veth8c77172"} 3 node_network_name_assign_type{device="veth8e9752f"} 3 node_network_name_assign_type{device="veth8ee2bf2"} 3 node_network_name_assign_type{device="veth967c2a6"} 3 node_network_name_assign_type{device="veth970153a"} 3 node_network_name_assign_type{device="veth97b739c"} 3 node_network_name_assign_type{device="veth980e0d6"} 3 node_network_name_assign_type{device="veth9cdf57d"} 3 node_network_name_assign_type{device="veth9dbbc7a"} 3 node_network_name_assign_type{device="veth9e31ae2"} 3 node_network_name_assign_type{device="veth9efa94d"} 3 node_network_name_assign_type{device="veth9f3303f"} 3 node_network_name_assign_type{device="veth9f3eb3b"} 3 node_network_name_assign_type{device="vetha005716"} 3 node_network_name_assign_type{device="vetha1a547a"} 3 node_network_name_assign_type{device="vetha1c1601"} 3 node_network_name_assign_type{device="vetha328a00"} 3 node_network_name_assign_type{device="vethaa201e8"} 3 node_network_name_assign_type{device="vethab6f40e"} 3 node_network_name_assign_type{device="vethac48cf5"} 3 node_network_name_assign_type{device="vethac6919e"} 3 node_network_name_assign_type{device="vethadde449"} 3 node_network_name_assign_type{device="vethaf43d3c"} 3 node_network_name_assign_type{device="vethb094914"} 3 node_network_name_assign_type{device="vethb1a51b9"} 3 node_network_name_assign_type{device="vethb3f6289"} 3 node_network_name_assign_type{device="vethbb7528c"} 3 node_network_name_assign_type{device="vethbbafdd5"} 3 node_network_name_assign_type{device="vethbe02f5c"} 3 node_network_name_assign_type{device="vethc462a78"} 3 node_network_name_assign_type{device="vethc565bf7"} 3 node_network_name_assign_type{device="vethc5ba843"} 3 node_network_name_assign_type{device="vethc802cca"} 3 node_network_name_assign_type{device="vethc80f018"} 3 node_network_name_assign_type{device="vethc863ebe"} 3 node_network_name_assign_type{device="vethc88ee41"} 3 node_network_name_assign_type{device="vethc8f4e8c"} 3 node_network_name_assign_type{device="vethc9825ed"} 3 node_network_name_assign_type{device="vethc9e4d8d"} 3 node_network_name_assign_type{device="vethcb5dfad"} 3 node_network_name_assign_type{device="vethccc59ae"} 3 node_network_name_assign_type{device="vethcd87a56"} 3 node_network_name_assign_type{device="vethce2c824"} 3 node_network_name_assign_type{device="vethcebcf57"} 3 node_network_name_assign_type{device="vethced832e"} 3 node_network_name_assign_type{device="vethd297e42"} 3 node_network_name_assign_type{device="vethd2a1d3a"} 3 node_network_name_assign_type{device="vethd60073b"} 3 node_network_name_assign_type{device="vethdbda231"} 3 node_network_name_assign_type{device="vethdbe575e"} 3 node_network_name_assign_type{device="vethdcc39a6"} 3 node_network_name_assign_type{device="vethdd8cafa"} 3 node_network_name_assign_type{device="vethdde208e"} 3 node_network_name_assign_type{device="vethe094157"} 3 node_network_name_assign_type{device="vethe17211e"} 3 node_network_name_assign_type{device="vethe23d0e7"} 3 node_network_name_assign_type{device="vethe5aab79"} 3 node_network_name_assign_type{device="vethe7740d0"} 3 node_network_name_assign_type{device="vethe7d1fc6"} 3 node_network_name_assign_type{device="vetheaf977d"} 3 node_network_name_assign_type{device="vetheca1311"} 3 node_network_name_assign_type{device="vethee2dd22"} 3 node_network_name_assign_type{device="vethee8a542"} 3 node_network_name_assign_type{device="vetheeb8f83"} 3 node_network_name_assign_type{device="vethef64759"} 3 node_network_name_assign_type{device="vethf05f0fd"} 3 node_network_name_assign_type{device="vethf3e456d"} 3 node_network_name_assign_type{device="vethf478f47"} 3 node_network_name_assign_type{device="vethf4ef1a1"} 3 node_network_name_assign_type{device="vethf5fa974"} 3 node_network_name_assign_type{device="vethf96b0a5"} 3 node_network_name_assign_type{device="vethfb7f61c"} 3 node_network_name_assign_type{device="vethfdd6287"} 3 node_network_name_assign_type{device="vethfff41ad"} 3 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="br-1208434784fe"} 0 node_network_net_dev_group{device="br-17075da66b69"} 0 node_network_net_dev_group{device="br-1cc5b9430b0f"} 0 node_network_net_dev_group{device="br-1ec8a57c0693"} 0 node_network_net_dev_group{device="br-43b824a2bee3"} 0 node_network_net_dev_group{device="br-a0144fd8fc9b"} 0 node_network_net_dev_group{device="br-a83c2d884601"} 0 node_network_net_dev_group{device="br-ad32afc14aee"} 0 node_network_net_dev_group{device="br-cb5c60e04531"} 0 node_network_net_dev_group{device="br-cc038379bb34"} 0 node_network_net_dev_group{device="br-d0f5f56ac3da"} 0 node_network_net_dev_group{device="br-e0a5f7c7fdd8"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="enp6s0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth0263dc9"} 0 node_network_net_dev_group{device="veth02b7bb4"} 0 node_network_net_dev_group{device="veth02c2ee2"} 0 node_network_net_dev_group{device="veth0363e8e"} 0 node_network_net_dev_group{device="veth0458d6c"} 0 node_network_net_dev_group{device="veth04643cd"} 0 node_network_net_dev_group{device="veth04811d4"} 0 node_network_net_dev_group{device="veth04e134c"} 0 node_network_net_dev_group{device="veth05a8d16"} 0 node_network_net_dev_group{device="veth095bf66"} 0 node_network_net_dev_group{device="veth0983ec1"} 0 node_network_net_dev_group{device="veth09da01d"} 0 node_network_net_dev_group{device="veth0d4969b"} 0 node_network_net_dev_group{device="veth0d51f3a"} 0 node_network_net_dev_group{device="veth0dc1806"} 0 node_network_net_dev_group{device="veth13d497b"} 0 node_network_net_dev_group{device="veth140b313"} 0 node_network_net_dev_group{device="veth1560051"} 0 node_network_net_dev_group{device="veth177f167"} 0 node_network_net_dev_group{device="veth1df3caa"} 0 node_network_net_dev_group{device="veth1e03f09"} 0 node_network_net_dev_group{device="veth1e06647"} 0 node_network_net_dev_group{device="veth1ed9995"} 0 node_network_net_dev_group{device="veth1f25339"} 0 node_network_net_dev_group{device="veth1f30749"} 0 node_network_net_dev_group{device="veth20a8b8e"} 0 node_network_net_dev_group{device="veth225b651"} 0 node_network_net_dev_group{device="veth23915ec"} 0 node_network_net_dev_group{device="veth287fee9"} 0 node_network_net_dev_group{device="veth29a61a8"} 0 node_network_net_dev_group{device="veth2d4dc03"} 0 node_network_net_dev_group{device="veth2dd3288"} 0 node_network_net_dev_group{device="veth2e75874"} 0 node_network_net_dev_group{device="veth2ee1684"} 0 node_network_net_dev_group{device="veth34c3bbe"} 0 node_network_net_dev_group{device="veth35140bc"} 0 node_network_net_dev_group{device="veth3524d53"} 0 node_network_net_dev_group{device="veth35c0c4c"} 0 node_network_net_dev_group{device="veth3738b60"} 0 node_network_net_dev_group{device="veth39390d4"} 0 node_network_net_dev_group{device="veth3ae55d5"} 0 node_network_net_dev_group{device="veth3cc64ab"} 0 node_network_net_dev_group{device="veth3f3da42"} 0 node_network_net_dev_group{device="veth3f6b769"} 0 node_network_net_dev_group{device="veth3fbd045"} 0 node_network_net_dev_group{device="veth409b936"} 0 node_network_net_dev_group{device="veth41d413f"} 0 node_network_net_dev_group{device="veth420e02a"} 0 node_network_net_dev_group{device="veth4289883"} 0 node_network_net_dev_group{device="veth42e42c6"} 0 node_network_net_dev_group{device="veth4662bc7"} 0 node_network_net_dev_group{device="veth48031a7"} 0 node_network_net_dev_group{device="veth4b8eff5"} 0 node_network_net_dev_group{device="veth4cd4e8c"} 0 node_network_net_dev_group{device="veth5087deb"} 0 node_network_net_dev_group{device="veth5462551"} 0 node_network_net_dev_group{device="veth54855bb"} 0 node_network_net_dev_group{device="veth57bc285"} 0 node_network_net_dev_group{device="veth591a4e5"} 0 node_network_net_dev_group{device="veth5a2536e"} 0 node_network_net_dev_group{device="veth5a9c858"} 0 node_network_net_dev_group{device="veth5b5f5d8"} 0 node_network_net_dev_group{device="veth5ebd44b"} 0 node_network_net_dev_group{device="veth5f86a6e"} 0 node_network_net_dev_group{device="veth6097074"} 0 node_network_net_dev_group{device="veth662d243"} 0 node_network_net_dev_group{device="veth66fe80a"} 0 node_network_net_dev_group{device="veth6864a94"} 0 node_network_net_dev_group{device="veth68c9de2"} 0 node_network_net_dev_group{device="veth693d267"} 0 node_network_net_dev_group{device="veth6a8db05"} 0 node_network_net_dev_group{device="veth6adcbd2"} 0 node_network_net_dev_group{device="veth6b85404"} 0 node_network_net_dev_group{device="veth6d28251"} 0 node_network_net_dev_group{device="veth6d76d2e"} 0 node_network_net_dev_group{device="veth7174790"} 0 node_network_net_dev_group{device="veth71f8729"} 0 node_network_net_dev_group{device="veth76263cb"} 0 node_network_net_dev_group{device="veth772fffe"} 0 node_network_net_dev_group{device="veth779a9b0"} 0 node_network_net_dev_group{device="veth7a53c4c"} 0 node_network_net_dev_group{device="veth7b68e53"} 0 node_network_net_dev_group{device="veth7c5d892"} 0 node_network_net_dev_group{device="veth7ed5a9d"} 0 node_network_net_dev_group{device="veth8362b0e"} 0 node_network_net_dev_group{device="veth8490e20"} 0 node_network_net_dev_group{device="veth862c62b"} 0 node_network_net_dev_group{device="veth8685de7"} 0 node_network_net_dev_group{device="veth86976de"} 0 node_network_net_dev_group{device="veth8a044a7"} 0 node_network_net_dev_group{device="veth8ac86d6"} 0 node_network_net_dev_group{device="veth8ad3e08"} 0 node_network_net_dev_group{device="veth8ae1a4f"} 0 node_network_net_dev_group{device="veth8c5b58a"} 0 node_network_net_dev_group{device="veth8c77172"} 0 node_network_net_dev_group{device="veth8e9752f"} 0 node_network_net_dev_group{device="veth8ee2bf2"} 0 node_network_net_dev_group{device="veth967c2a6"} 0 node_network_net_dev_group{device="veth970153a"} 0 node_network_net_dev_group{device="veth97b739c"} 0 node_network_net_dev_group{device="veth980e0d6"} 0 node_network_net_dev_group{device="veth9cdf57d"} 0 node_network_net_dev_group{device="veth9dbbc7a"} 0 node_network_net_dev_group{device="veth9e31ae2"} 0 node_network_net_dev_group{device="veth9efa94d"} 0 node_network_net_dev_group{device="veth9f3303f"} 0 node_network_net_dev_group{device="veth9f3eb3b"} 0 node_network_net_dev_group{device="vetha005716"} 0 node_network_net_dev_group{device="vetha1a547a"} 0 node_network_net_dev_group{device="vetha1c1601"} 0 node_network_net_dev_group{device="vetha328a00"} 0 node_network_net_dev_group{device="vethaa201e8"} 0 node_network_net_dev_group{device="vethab6f40e"} 0 node_network_net_dev_group{device="vethac48cf5"} 0 node_network_net_dev_group{device="vethac6919e"} 0 node_network_net_dev_group{device="vethadde449"} 0 node_network_net_dev_group{device="vethaf43d3c"} 0 node_network_net_dev_group{device="vethb094914"} 0 node_network_net_dev_group{device="vethb1a51b9"} 0 node_network_net_dev_group{device="vethb3f6289"} 0 node_network_net_dev_group{device="vethbb7528c"} 0 node_network_net_dev_group{device="vethbbafdd5"} 0 node_network_net_dev_group{device="vethbe02f5c"} 0 node_network_net_dev_group{device="vethc462a78"} 0 node_network_net_dev_group{device="vethc565bf7"} 0 node_network_net_dev_group{device="vethc5ba843"} 0 node_network_net_dev_group{device="vethc802cca"} 0 node_network_net_dev_group{device="vethc80f018"} 0 node_network_net_dev_group{device="vethc863ebe"} 0 node_network_net_dev_group{device="vethc88ee41"} 0 node_network_net_dev_group{device="vethc8f4e8c"} 0 node_network_net_dev_group{device="vethc9825ed"} 0 node_network_net_dev_group{device="vethc9e4d8d"} 0 node_network_net_dev_group{device="vethcb5dfad"} 0 node_network_net_dev_group{device="vethccc59ae"} 0 node_network_net_dev_group{device="vethcd87a56"} 0 node_network_net_dev_group{device="vethce2c824"} 0 node_network_net_dev_group{device="vethcebcf57"} 0 node_network_net_dev_group{device="vethced832e"} 0 node_network_net_dev_group{device="vethd297e42"} 0 node_network_net_dev_group{device="vethd2a1d3a"} 0 node_network_net_dev_group{device="vethd60073b"} 0 node_network_net_dev_group{device="vethdbda231"} 0 node_network_net_dev_group{device="vethdbe575e"} 0 node_network_net_dev_group{device="vethdcc39a6"} 0 node_network_net_dev_group{device="vethdd8cafa"} 0 node_network_net_dev_group{device="vethdde208e"} 0 node_network_net_dev_group{device="vethe094157"} 0 node_network_net_dev_group{device="vethe17211e"} 0 node_network_net_dev_group{device="vethe23d0e7"} 0 node_network_net_dev_group{device="vethe5aab79"} 0 node_network_net_dev_group{device="vethe7740d0"} 0 node_network_net_dev_group{device="vethe7d1fc6"} 0 node_network_net_dev_group{device="vetheaf977d"} 0 node_network_net_dev_group{device="vetheca1311"} 0 node_network_net_dev_group{device="vethee2dd22"} 0 node_network_net_dev_group{device="vethee8a542"} 0 node_network_net_dev_group{device="vetheeb8f83"} 0 node_network_net_dev_group{device="vethef64759"} 0 node_network_net_dev_group{device="vethf05f0fd"} 0 node_network_net_dev_group{device="vethf3e456d"} 0 node_network_net_dev_group{device="vethf478f47"} 0 node_network_net_dev_group{device="vethf4ef1a1"} 0 node_network_net_dev_group{device="vethf5fa974"} 0 node_network_net_dev_group{device="vethf96b0a5"} 0 node_network_net_dev_group{device="vethfb7f61c"} 0 node_network_net_dev_group{device="vethfdd6287"} 0 node_network_net_dev_group{device="vethfff41ad"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-1208434784fe"} 1 node_network_protocol_type{device="br-17075da66b69"} 1 node_network_protocol_type{device="br-1cc5b9430b0f"} 1 node_network_protocol_type{device="br-1ec8a57c0693"} 1 node_network_protocol_type{device="br-43b824a2bee3"} 1 node_network_protocol_type{device="br-a0144fd8fc9b"} 1 node_network_protocol_type{device="br-a83c2d884601"} 1 node_network_protocol_type{device="br-ad32afc14aee"} 1 node_network_protocol_type{device="br-cb5c60e04531"} 1 node_network_protocol_type{device="br-cc038379bb34"} 1 node_network_protocol_type{device="br-d0f5f56ac3da"} 1 node_network_protocol_type{device="br-e0a5f7c7fdd8"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="enp6s0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth0263dc9"} 1 node_network_protocol_type{device="veth02b7bb4"} 1 node_network_protocol_type{device="veth02c2ee2"} 1 node_network_protocol_type{device="veth0363e8e"} 1 node_network_protocol_type{device="veth0458d6c"} 1 node_network_protocol_type{device="veth04643cd"} 1 node_network_protocol_type{device="veth04811d4"} 1 node_network_protocol_type{device="veth04e134c"} 1 node_network_protocol_type{device="veth05a8d16"} 1 node_network_protocol_type{device="veth095bf66"} 1 node_network_protocol_type{device="veth0983ec1"} 1 node_network_protocol_type{device="veth09da01d"} 1 node_network_protocol_type{device="veth0d4969b"} 1 node_network_protocol_type{device="veth0d51f3a"} 1 node_network_protocol_type{device="veth0dc1806"} 1 node_network_protocol_type{device="veth13d497b"} 1 node_network_protocol_type{device="veth140b313"} 1 node_network_protocol_type{device="veth1560051"} 1 node_network_protocol_type{device="veth177f167"} 1 node_network_protocol_type{device="veth1df3caa"} 1 node_network_protocol_type{device="veth1e03f09"} 1 node_network_protocol_type{device="veth1e06647"} 1 node_network_protocol_type{device="veth1ed9995"} 1 node_network_protocol_type{device="veth1f25339"} 1 node_network_protocol_type{device="veth1f30749"} 1 node_network_protocol_type{device="veth20a8b8e"} 1 node_network_protocol_type{device="veth225b651"} 1 node_network_protocol_type{device="veth23915ec"} 1 node_network_protocol_type{device="veth287fee9"} 1 node_network_protocol_type{device="veth29a61a8"} 1 node_network_protocol_type{device="veth2d4dc03"} 1 node_network_protocol_type{device="veth2dd3288"} 1 node_network_protocol_type{device="veth2e75874"} 1 node_network_protocol_type{device="veth2ee1684"} 1 node_network_protocol_type{device="veth34c3bbe"} 1 node_network_protocol_type{device="veth35140bc"} 1 node_network_protocol_type{device="veth3524d53"} 1 node_network_protocol_type{device="veth35c0c4c"} 1 node_network_protocol_type{device="veth3738b60"} 1 node_network_protocol_type{device="veth39390d4"} 1 node_network_protocol_type{device="veth3ae55d5"} 1 node_network_protocol_type{device="veth3cc64ab"} 1 node_network_protocol_type{device="veth3f3da42"} 1 node_network_protocol_type{device="veth3f6b769"} 1 node_network_protocol_type{device="veth3fbd045"} 1 node_network_protocol_type{device="veth409b936"} 1 node_network_protocol_type{device="veth41d413f"} 1 node_network_protocol_type{device="veth420e02a"} 1 node_network_protocol_type{device="veth4289883"} 1 node_network_protocol_type{device="veth42e42c6"} 1 node_network_protocol_type{device="veth4662bc7"} 1 node_network_protocol_type{device="veth48031a7"} 1 node_network_protocol_type{device="veth4b8eff5"} 1 node_network_protocol_type{device="veth4cd4e8c"} 1 node_network_protocol_type{device="veth5087deb"} 1 node_network_protocol_type{device="veth5462551"} 1 node_network_protocol_type{device="veth54855bb"} 1 node_network_protocol_type{device="veth57bc285"} 1 node_network_protocol_type{device="veth591a4e5"} 1 node_network_protocol_type{device="veth5a2536e"} 1 node_network_protocol_type{device="veth5a9c858"} 1 node_network_protocol_type{device="veth5b5f5d8"} 1 node_network_protocol_type{device="veth5ebd44b"} 1 node_network_protocol_type{device="veth5f86a6e"} 1 node_network_protocol_type{device="veth6097074"} 1 node_network_protocol_type{device="veth662d243"} 1 node_network_protocol_type{device="veth66fe80a"} 1 node_network_protocol_type{device="veth6864a94"} 1 node_network_protocol_type{device="veth68c9de2"} 1 node_network_protocol_type{device="veth693d267"} 1 node_network_protocol_type{device="veth6a8db05"} 1 node_network_protocol_type{device="veth6adcbd2"} 1 node_network_protocol_type{device="veth6b85404"} 1 node_network_protocol_type{device="veth6d28251"} 1 node_network_protocol_type{device="veth6d76d2e"} 1 node_network_protocol_type{device="veth7174790"} 1 node_network_protocol_type{device="veth71f8729"} 1 node_network_protocol_type{device="veth76263cb"} 1 node_network_protocol_type{device="veth772fffe"} 1 node_network_protocol_type{device="veth779a9b0"} 1 node_network_protocol_type{device="veth7a53c4c"} 1 node_network_protocol_type{device="veth7b68e53"} 1 node_network_protocol_type{device="veth7c5d892"} 1 node_network_protocol_type{device="veth7ed5a9d"} 1 node_network_protocol_type{device="veth8362b0e"} 1 node_network_protocol_type{device="veth8490e20"} 1 node_network_protocol_type{device="veth862c62b"} 1 node_network_protocol_type{device="veth8685de7"} 1 node_network_protocol_type{device="veth86976de"} 1 node_network_protocol_type{device="veth8a044a7"} 1 node_network_protocol_type{device="veth8ac86d6"} 1 node_network_protocol_type{device="veth8ad3e08"} 1 node_network_protocol_type{device="veth8ae1a4f"} 1 node_network_protocol_type{device="veth8c5b58a"} 1 node_network_protocol_type{device="veth8c77172"} 1 node_network_protocol_type{device="veth8e9752f"} 1 node_network_protocol_type{device="veth8ee2bf2"} 1 node_network_protocol_type{device="veth967c2a6"} 1 node_network_protocol_type{device="veth970153a"} 1 node_network_protocol_type{device="veth97b739c"} 1 node_network_protocol_type{device="veth980e0d6"} 1 node_network_protocol_type{device="veth9cdf57d"} 1 node_network_protocol_type{device="veth9dbbc7a"} 1 node_network_protocol_type{device="veth9e31ae2"} 1 node_network_protocol_type{device="veth9efa94d"} 1 node_network_protocol_type{device="veth9f3303f"} 1 node_network_protocol_type{device="veth9f3eb3b"} 1 node_network_protocol_type{device="vetha005716"} 1 node_network_protocol_type{device="vetha1a547a"} 1 node_network_protocol_type{device="vetha1c1601"} 1 node_network_protocol_type{device="vetha328a00"} 1 node_network_protocol_type{device="vethaa201e8"} 1 node_network_protocol_type{device="vethab6f40e"} 1 node_network_protocol_type{device="vethac48cf5"} 1 node_network_protocol_type{device="vethac6919e"} 1 node_network_protocol_type{device="vethadde449"} 1 node_network_protocol_type{device="vethaf43d3c"} 1 node_network_protocol_type{device="vethb094914"} 1 node_network_protocol_type{device="vethb1a51b9"} 1 node_network_protocol_type{device="vethb3f6289"} 1 node_network_protocol_type{device="vethbb7528c"} 1 node_network_protocol_type{device="vethbbafdd5"} 1 node_network_protocol_type{device="vethbe02f5c"} 1 node_network_protocol_type{device="vethc462a78"} 1 node_network_protocol_type{device="vethc565bf7"} 1 node_network_protocol_type{device="vethc5ba843"} 1 node_network_protocol_type{device="vethc802cca"} 1 node_network_protocol_type{device="vethc80f018"} 1 node_network_protocol_type{device="vethc863ebe"} 1 node_network_protocol_type{device="vethc88ee41"} 1 node_network_protocol_type{device="vethc8f4e8c"} 1 node_network_protocol_type{device="vethc9825ed"} 1 node_network_protocol_type{device="vethc9e4d8d"} 1 node_network_protocol_type{device="vethcb5dfad"} 1 node_network_protocol_type{device="vethccc59ae"} 1 node_network_protocol_type{device="vethcd87a56"} 1 node_network_protocol_type{device="vethce2c824"} 1 node_network_protocol_type{device="vethcebcf57"} 1 node_network_protocol_type{device="vethced832e"} 1 node_network_protocol_type{device="vethd297e42"} 1 node_network_protocol_type{device="vethd2a1d3a"} 1 node_network_protocol_type{device="vethd60073b"} 1 node_network_protocol_type{device="vethdbda231"} 1 node_network_protocol_type{device="vethdbe575e"} 1 node_network_protocol_type{device="vethdcc39a6"} 1 node_network_protocol_type{device="vethdd8cafa"} 1 node_network_protocol_type{device="vethdde208e"} 1 node_network_protocol_type{device="vethe094157"} 1 node_network_protocol_type{device="vethe17211e"} 1 node_network_protocol_type{device="vethe23d0e7"} 1 node_network_protocol_type{device="vethe5aab79"} 1 node_network_protocol_type{device="vethe7740d0"} 1 node_network_protocol_type{device="vethe7d1fc6"} 1 node_network_protocol_type{device="vetheaf977d"} 1 node_network_protocol_type{device="vetheca1311"} 1 node_network_protocol_type{device="vethee2dd22"} 1 node_network_protocol_type{device="vethee8a542"} 1 node_network_protocol_type{device="vetheeb8f83"} 1 node_network_protocol_type{device="vethef64759"} 1 node_network_protocol_type{device="vethf05f0fd"} 1 node_network_protocol_type{device="vethf3e456d"} 1 node_network_protocol_type{device="vethf478f47"} 1 node_network_protocol_type{device="vethf4ef1a1"} 1 node_network_protocol_type{device="vethf5fa974"} 1 node_network_protocol_type{device="vethf96b0a5"} 1 node_network_protocol_type{device="vethfb7f61c"} 1 node_network_protocol_type{device="vethfdd6287"} 1 node_network_protocol_type{device="vethfff41ad"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eth0"} 3.271748115e+09 node_network_receive_bytes_total{device="eth1"} 800 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="eth1"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="eth1"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="eth1"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="eth1"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="eth1"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="eth1"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="eth1"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="eth0"} 2.9244375e+07 node_network_receive_packets_total{device="eth1"} 8 node_network_receive_packets_total{device="lo"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-1208434784fe"} 1.25e+09 node_network_speed_bytes{device="br-17075da66b69"} 1.25e+09 node_network_speed_bytes{device="br-1cc5b9430b0f"} 1.25e+09 node_network_speed_bytes{device="br-1ec8a57c0693"} 1.25e+09 node_network_speed_bytes{device="br-43b824a2bee3"} 1.25e+09 node_network_speed_bytes{device="br-a0144fd8fc9b"} 1.25e+09 node_network_speed_bytes{device="br-a83c2d884601"} 1.25e+09 node_network_speed_bytes{device="br-ad32afc14aee"} 1.25e+09 node_network_speed_bytes{device="br-cb5c60e04531"} 1.25e+09 node_network_speed_bytes{device="br-cc038379bb34"} 1.25e+09 node_network_speed_bytes{device="br-d0f5f56ac3da"} 1.25e+09 node_network_speed_bytes{device="br-e0a5f7c7fdd8"} 1.25e+09 node_network_speed_bytes{device="docker0"} 1.25e+09 node_network_speed_bytes{device="enp6s0"} 1.25e+08 node_network_speed_bytes{device="veth0263dc9"} 1.25e+09 node_network_speed_bytes{device="veth02b7bb4"} 1.25e+09 node_network_speed_bytes{device="veth02c2ee2"} 1.25e+09 node_network_speed_bytes{device="veth0363e8e"} 1.25e+09 node_network_speed_bytes{device="veth0458d6c"} 1.25e+09 node_network_speed_bytes{device="veth04643cd"} 1.25e+09 node_network_speed_bytes{device="veth04811d4"} 1.25e+09 node_network_speed_bytes{device="veth04e134c"} 1.25e+09 node_network_speed_bytes{device="veth05a8d16"} 1.25e+09 node_network_speed_bytes{device="veth095bf66"} 1.25e+09 node_network_speed_bytes{device="veth0983ec1"} 1.25e+09 node_network_speed_bytes{device="veth09da01d"} 1.25e+09 node_network_speed_bytes{device="veth0d4969b"} 1.25e+09 node_network_speed_bytes{device="veth0d51f3a"} 1.25e+09 node_network_speed_bytes{device="veth0dc1806"} 1.25e+09 node_network_speed_bytes{device="veth13d497b"} 1.25e+09 node_network_speed_bytes{device="veth140b313"} 1.25e+09 node_network_speed_bytes{device="veth1560051"} 1.25e+09 node_network_speed_bytes{device="veth177f167"} 1.25e+09 node_network_speed_bytes{device="veth1df3caa"} 1.25e+09 node_network_speed_bytes{device="veth1e03f09"} 1.25e+09 node_network_speed_bytes{device="veth1e06647"} 1.25e+09 node_network_speed_bytes{device="veth1ed9995"} 1.25e+09 node_network_speed_bytes{device="veth1f25339"} 1.25e+09 node_network_speed_bytes{device="veth1f30749"} 1.25e+09 node_network_speed_bytes{device="veth20a8b8e"} 1.25e+09 node_network_speed_bytes{device="veth225b651"} 1.25e+09 node_network_speed_bytes{device="veth23915ec"} 1.25e+09 node_network_speed_bytes{device="veth287fee9"} 1.25e+09 node_network_speed_bytes{device="veth29a61a8"} 1.25e+09 node_network_speed_bytes{device="veth2d4dc03"} 1.25e+09 node_network_speed_bytes{device="veth2dd3288"} 1.25e+09 node_network_speed_bytes{device="veth2e75874"} 1.25e+09 node_network_speed_bytes{device="veth2ee1684"} 1.25e+09 node_network_speed_bytes{device="veth34c3bbe"} 1.25e+09 node_network_speed_bytes{device="veth35140bc"} 1.25e+09 node_network_speed_bytes{device="veth3524d53"} 1.25e+09 node_network_speed_bytes{device="veth35c0c4c"} 1.25e+09 node_network_speed_bytes{device="veth3738b60"} 1.25e+09 node_network_speed_bytes{device="veth39390d4"} 1.25e+09 node_network_speed_bytes{device="veth3ae55d5"} 1.25e+09 node_network_speed_bytes{device="veth3cc64ab"} 1.25e+09 node_network_speed_bytes{device="veth3f3da42"} 1.25e+09 node_network_speed_bytes{device="veth3f6b769"} 1.25e+09 node_network_speed_bytes{device="veth3fbd045"} 1.25e+09 node_network_speed_bytes{device="veth409b936"} 1.25e+09 node_network_speed_bytes{device="veth41d413f"} 1.25e+09 node_network_speed_bytes{device="veth420e02a"} 1.25e+09 node_network_speed_bytes{device="veth4289883"} 1.25e+09 node_network_speed_bytes{device="veth42e42c6"} 1.25e+09 node_network_speed_bytes{device="veth4662bc7"} 1.25e+09 node_network_speed_bytes{device="veth48031a7"} 1.25e+09 node_network_speed_bytes{device="veth4b8eff5"} 1.25e+09 node_network_speed_bytes{device="veth4cd4e8c"} 1.25e+09 node_network_speed_bytes{device="veth5087deb"} 1.25e+09 node_network_speed_bytes{device="veth5462551"} 1.25e+09 node_network_speed_bytes{device="veth54855bb"} 1.25e+09 node_network_speed_bytes{device="veth57bc285"} 1.25e+09 node_network_speed_bytes{device="veth591a4e5"} 1.25e+09 node_network_speed_bytes{device="veth5a2536e"} 1.25e+09 node_network_speed_bytes{device="veth5a9c858"} 1.25e+09 node_network_speed_bytes{device="veth5b5f5d8"} 1.25e+09 node_network_speed_bytes{device="veth5ebd44b"} 1.25e+09 node_network_speed_bytes{device="veth5f86a6e"} 1.25e+09 node_network_speed_bytes{device="veth6097074"} 1.25e+09 node_network_speed_bytes{device="veth662d243"} 1.25e+09 node_network_speed_bytes{device="veth66fe80a"} 1.25e+09 node_network_speed_bytes{device="veth6864a94"} 1.25e+09 node_network_speed_bytes{device="veth68c9de2"} 1.25e+09 node_network_speed_bytes{device="veth693d267"} 1.25e+09 node_network_speed_bytes{device="veth6a8db05"} 1.25e+09 node_network_speed_bytes{device="veth6adcbd2"} 1.25e+09 node_network_speed_bytes{device="veth6b85404"} 1.25e+09 node_network_speed_bytes{device="veth6d28251"} 1.25e+09 node_network_speed_bytes{device="veth6d76d2e"} 1.25e+09 node_network_speed_bytes{device="veth7174790"} 1.25e+09 node_network_speed_bytes{device="veth71f8729"} 1.25e+09 node_network_speed_bytes{device="veth76263cb"} 1.25e+09 node_network_speed_bytes{device="veth772fffe"} 1.25e+09 node_network_speed_bytes{device="veth779a9b0"} 1.25e+09 node_network_speed_bytes{device="veth7a53c4c"} 1.25e+09 node_network_speed_bytes{device="veth7b68e53"} 1.25e+09 node_network_speed_bytes{device="veth7c5d892"} 1.25e+09 node_network_speed_bytes{device="veth7ed5a9d"} 1.25e+09 node_network_speed_bytes{device="veth8362b0e"} 1.25e+09 node_network_speed_bytes{device="veth8490e20"} 1.25e+09 node_network_speed_bytes{device="veth862c62b"} 1.25e+09 node_network_speed_bytes{device="veth8685de7"} 1.25e+09 node_network_speed_bytes{device="veth86976de"} 1.25e+09 node_network_speed_bytes{device="veth8a044a7"} 1.25e+09 node_network_speed_bytes{device="veth8ac86d6"} 1.25e+09 node_network_speed_bytes{device="veth8ad3e08"} 1.25e+09 node_network_speed_bytes{device="veth8ae1a4f"} 1.25e+09 node_network_speed_bytes{device="veth8c5b58a"} 1.25e+09 node_network_speed_bytes{device="veth8c77172"} 1.25e+09 node_network_speed_bytes{device="veth8e9752f"} 1.25e+09 node_network_speed_bytes{device="veth8ee2bf2"} 1.25e+09 node_network_speed_bytes{device="veth967c2a6"} 1.25e+09 node_network_speed_bytes{device="veth970153a"} 1.25e+09 node_network_speed_bytes{device="veth97b739c"} 1.25e+09 node_network_speed_bytes{device="veth980e0d6"} 1.25e+09 node_network_speed_bytes{device="veth9cdf57d"} 1.25e+09 node_network_speed_bytes{device="veth9dbbc7a"} 1.25e+09 node_network_speed_bytes{device="veth9e31ae2"} 1.25e+09 node_network_speed_bytes{device="veth9efa94d"} 1.25e+09 node_network_speed_bytes{device="veth9f3303f"} 1.25e+09 node_network_speed_bytes{device="veth9f3eb3b"} 1.25e+09 node_network_speed_bytes{device="vetha005716"} 1.25e+09 node_network_speed_bytes{device="vetha1a547a"} 1.25e+09 node_network_speed_bytes{device="vetha1c1601"} 1.25e+09 node_network_speed_bytes{device="vetha328a00"} 1.25e+09 node_network_speed_bytes{device="vethaa201e8"} 1.25e+09 node_network_speed_bytes{device="vethab6f40e"} 1.25e+09 node_network_speed_bytes{device="vethac48cf5"} 1.25e+09 node_network_speed_bytes{device="vethac6919e"} 1.25e+09 node_network_speed_bytes{device="vethadde449"} 1.25e+09 node_network_speed_bytes{device="vethaf43d3c"} 1.25e+09 node_network_speed_bytes{device="vethb094914"} 1.25e+09 node_network_speed_bytes{device="vethb1a51b9"} 1.25e+09 node_network_speed_bytes{device="vethb3f6289"} 1.25e+09 node_network_speed_bytes{device="vethbb7528c"} 1.25e+09 node_network_speed_bytes{device="vethbbafdd5"} 1.25e+09 node_network_speed_bytes{device="vethbe02f5c"} 1.25e+09 node_network_speed_bytes{device="vethc462a78"} 1.25e+09 node_network_speed_bytes{device="vethc565bf7"} 1.25e+09 node_network_speed_bytes{device="vethc5ba843"} 1.25e+09 node_network_speed_bytes{device="vethc802cca"} 1.25e+09 node_network_speed_bytes{device="vethc80f018"} 1.25e+09 node_network_speed_bytes{device="vethc863ebe"} 1.25e+09 node_network_speed_bytes{device="vethc88ee41"} 1.25e+09 node_network_speed_bytes{device="vethc8f4e8c"} 1.25e+09 node_network_speed_bytes{device="vethc9825ed"} 1.25e+09 node_network_speed_bytes{device="vethc9e4d8d"} 1.25e+09 node_network_speed_bytes{device="vethcb5dfad"} 1.25e+09 node_network_speed_bytes{device="vethccc59ae"} 1.25e+09 node_network_speed_bytes{device="vethcd87a56"} 1.25e+09 node_network_speed_bytes{device="vethce2c824"} 1.25e+09 node_network_speed_bytes{device="vethcebcf57"} 1.25e+09 node_network_speed_bytes{device="vethced832e"} 1.25e+09 node_network_speed_bytes{device="vethd297e42"} 1.25e+09 node_network_speed_bytes{device="vethd2a1d3a"} 1.25e+09 node_network_speed_bytes{device="vethd60073b"} 1.25e+09 node_network_speed_bytes{device="vethdbda231"} 1.25e+09 node_network_speed_bytes{device="vethdbe575e"} 1.25e+09 node_network_speed_bytes{device="vethdcc39a6"} 1.25e+09 node_network_speed_bytes{device="vethdd8cafa"} 1.25e+09 node_network_speed_bytes{device="vethdde208e"} 1.25e+09 node_network_speed_bytes{device="vethe094157"} 1.25e+09 node_network_speed_bytes{device="vethe17211e"} 1.25e+09 node_network_speed_bytes{device="vethe23d0e7"} 1.25e+09 node_network_speed_bytes{device="vethe5aab79"} 1.25e+09 node_network_speed_bytes{device="vethe7740d0"} 1.25e+09 node_network_speed_bytes{device="vethe7d1fc6"} 1.25e+09 node_network_speed_bytes{device="vetheaf977d"} 1.25e+09 node_network_speed_bytes{device="vetheca1311"} 1.25e+09 node_network_speed_bytes{device="vethee2dd22"} 1.25e+09 node_network_speed_bytes{device="vethee8a542"} 1.25e+09 node_network_speed_bytes{device="vetheeb8f83"} 1.25e+09 node_network_speed_bytes{device="vethef64759"} 1.25e+09 node_network_speed_bytes{device="vethf05f0fd"} 1.25e+09 node_network_speed_bytes{device="vethf3e456d"} 1.25e+09 node_network_speed_bytes{device="vethf478f47"} 1.25e+09 node_network_speed_bytes{device="vethf4ef1a1"} 1.25e+09 node_network_speed_bytes{device="vethf5fa974"} 1.25e+09 node_network_speed_bytes{device="vethf96b0a5"} 1.25e+09 node_network_speed_bytes{device="vethfb7f61c"} 1.25e+09 node_network_speed_bytes{device="vethfdd6287"} 1.25e+09 node_network_speed_bytes{device="vethfff41ad"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 7.5848584368e+10 node_network_transmit_bytes_total{device="eth1"} 126 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="eth1"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="eth1"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="eth1"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="eth1"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="eth1"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="eth1"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 2.7375557e+07 node_network_transmit_packets_total{device="eth1"} 3 node_network_transmit_packets_total{device="lo"} 0 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="br-1208434784fe"} 0 node_network_transmit_queue_length{device="br-17075da66b69"} 0 node_network_transmit_queue_length{device="br-1cc5b9430b0f"} 0 node_network_transmit_queue_length{device="br-1ec8a57c0693"} 0 node_network_transmit_queue_length{device="br-43b824a2bee3"} 0 node_network_transmit_queue_length{device="br-a0144fd8fc9b"} 0 node_network_transmit_queue_length{device="br-a83c2d884601"} 0 node_network_transmit_queue_length{device="br-ad32afc14aee"} 0 node_network_transmit_queue_length{device="br-cb5c60e04531"} 0 node_network_transmit_queue_length{device="br-cc038379bb34"} 0 node_network_transmit_queue_length{device="br-d0f5f56ac3da"} 0 node_network_transmit_queue_length{device="br-e0a5f7c7fdd8"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="enp6s0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth0263dc9"} 0 node_network_transmit_queue_length{device="veth02b7bb4"} 0 node_network_transmit_queue_length{device="veth02c2ee2"} 0 node_network_transmit_queue_length{device="veth0363e8e"} 0 node_network_transmit_queue_length{device="veth0458d6c"} 0 node_network_transmit_queue_length{device="veth04643cd"} 0 node_network_transmit_queue_length{device="veth04811d4"} 0 node_network_transmit_queue_length{device="veth04e134c"} 0 node_network_transmit_queue_length{device="veth05a8d16"} 0 node_network_transmit_queue_length{device="veth095bf66"} 0 node_network_transmit_queue_length{device="veth0983ec1"} 0 node_network_transmit_queue_length{device="veth09da01d"} 0 node_network_transmit_queue_length{device="veth0d4969b"} 0 node_network_transmit_queue_length{device="veth0d51f3a"} 0 node_network_transmit_queue_length{device="veth0dc1806"} 0 node_network_transmit_queue_length{device="veth13d497b"} 0 node_network_transmit_queue_length{device="veth140b313"} 0 node_network_transmit_queue_length{device="veth1560051"} 0 node_network_transmit_queue_length{device="veth177f167"} 0 node_network_transmit_queue_length{device="veth1df3caa"} 0 node_network_transmit_queue_length{device="veth1e03f09"} 0 node_network_transmit_queue_length{device="veth1e06647"} 0 node_network_transmit_queue_length{device="veth1ed9995"} 0 node_network_transmit_queue_length{device="veth1f25339"} 0 node_network_transmit_queue_length{device="veth1f30749"} 0 node_network_transmit_queue_length{device="veth20a8b8e"} 0 node_network_transmit_queue_length{device="veth225b651"} 0 node_network_transmit_queue_length{device="veth23915ec"} 0 node_network_transmit_queue_length{device="veth287fee9"} 0 node_network_transmit_queue_length{device="veth29a61a8"} 0 node_network_transmit_queue_length{device="veth2d4dc03"} 0 node_network_transmit_queue_length{device="veth2dd3288"} 0 node_network_transmit_queue_length{device="veth2e75874"} 0 node_network_transmit_queue_length{device="veth2ee1684"} 0 node_network_transmit_queue_length{device="veth34c3bbe"} 0 node_network_transmit_queue_length{device="veth35140bc"} 0 node_network_transmit_queue_length{device="veth3524d53"} 0 node_network_transmit_queue_length{device="veth35c0c4c"} 0 node_network_transmit_queue_length{device="veth3738b60"} 0 node_network_transmit_queue_length{device="veth39390d4"} 0 node_network_transmit_queue_length{device="veth3ae55d5"} 0 node_network_transmit_queue_length{device="veth3cc64ab"} 0 node_network_transmit_queue_length{device="veth3f3da42"} 0 node_network_transmit_queue_length{device="veth3f6b769"} 0 node_network_transmit_queue_length{device="veth3fbd045"} 0 node_network_transmit_queue_length{device="veth409b936"} 0 node_network_transmit_queue_length{device="veth41d413f"} 0 node_network_transmit_queue_length{device="veth420e02a"} 0 node_network_transmit_queue_length{device="veth4289883"} 0 node_network_transmit_queue_length{device="veth42e42c6"} 0 node_network_transmit_queue_length{device="veth4662bc7"} 0 node_network_transmit_queue_length{device="veth48031a7"} 0 node_network_transmit_queue_length{device="veth4b8eff5"} 0 node_network_transmit_queue_length{device="veth4cd4e8c"} 0 node_network_transmit_queue_length{device="veth5087deb"} 0 node_network_transmit_queue_length{device="veth5462551"} 0 node_network_transmit_queue_length{device="veth54855bb"} 0 node_network_transmit_queue_length{device="veth57bc285"} 0 node_network_transmit_queue_length{device="veth591a4e5"} 0 node_network_transmit_queue_length{device="veth5a2536e"} 0 node_network_transmit_queue_length{device="veth5a9c858"} 0 node_network_transmit_queue_length{device="veth5b5f5d8"} 0 node_network_transmit_queue_length{device="veth5ebd44b"} 0 node_network_transmit_queue_length{device="veth5f86a6e"} 0 node_network_transmit_queue_length{device="veth6097074"} 0 node_network_transmit_queue_length{device="veth662d243"} 0 node_network_transmit_queue_length{device="veth66fe80a"} 0 node_network_transmit_queue_length{device="veth6864a94"} 0 node_network_transmit_queue_length{device="veth68c9de2"} 0 node_network_transmit_queue_length{device="veth693d267"} 0 node_network_transmit_queue_length{device="veth6a8db05"} 0 node_network_transmit_queue_length{device="veth6adcbd2"} 0 node_network_transmit_queue_length{device="veth6b85404"} 0 node_network_transmit_queue_length{device="veth6d28251"} 0 node_network_transmit_queue_length{device="veth6d76d2e"} 0 node_network_transmit_queue_length{device="veth7174790"} 0 node_network_transmit_queue_length{device="veth71f8729"} 0 node_network_transmit_queue_length{device="veth76263cb"} 0 node_network_transmit_queue_length{device="veth772fffe"} 0 node_network_transmit_queue_length{device="veth779a9b0"} 0 node_network_transmit_queue_length{device="veth7a53c4c"} 0 node_network_transmit_queue_length{device="veth7b68e53"} 0 node_network_transmit_queue_length{device="veth7c5d892"} 0 node_network_transmit_queue_length{device="veth7ed5a9d"} 0 node_network_transmit_queue_length{device="veth8362b0e"} 0 node_network_transmit_queue_length{device="veth8490e20"} 0 node_network_transmit_queue_length{device="veth862c62b"} 0 node_network_transmit_queue_length{device="veth8685de7"} 0 node_network_transmit_queue_length{device="veth86976de"} 0 node_network_transmit_queue_length{device="veth8a044a7"} 0 node_network_transmit_queue_length{device="veth8ac86d6"} 0 node_network_transmit_queue_length{device="veth8ad3e08"} 0 node_network_transmit_queue_length{device="veth8ae1a4f"} 0 node_network_transmit_queue_length{device="veth8c5b58a"} 0 node_network_transmit_queue_length{device="veth8c77172"} 0 node_network_transmit_queue_length{device="veth8e9752f"} 0 node_network_transmit_queue_length{device="veth8ee2bf2"} 0 node_network_transmit_queue_length{device="veth967c2a6"} 0 node_network_transmit_queue_length{device="veth970153a"} 0 node_network_transmit_queue_length{device="veth97b739c"} 0 node_network_transmit_queue_length{device="veth980e0d6"} 0 node_network_transmit_queue_length{device="veth9cdf57d"} 0 node_network_transmit_queue_length{device="veth9dbbc7a"} 0 node_network_transmit_queue_length{device="veth9e31ae2"} 0 node_network_transmit_queue_length{device="veth9efa94d"} 0 node_network_transmit_queue_length{device="veth9f3303f"} 0 node_network_transmit_queue_length{device="veth9f3eb3b"} 0 node_network_transmit_queue_length{device="vetha005716"} 0 node_network_transmit_queue_length{device="vetha1a547a"} 0 node_network_transmit_queue_length{device="vetha1c1601"} 0 node_network_transmit_queue_length{device="vetha328a00"} 0 node_network_transmit_queue_length{device="vethaa201e8"} 0 node_network_transmit_queue_length{device="vethab6f40e"} 0 node_network_transmit_queue_length{device="vethac48cf5"} 0 node_network_transmit_queue_length{device="vethac6919e"} 0 node_network_transmit_queue_length{device="vethadde449"} 0 node_network_transmit_queue_length{device="vethaf43d3c"} 0 node_network_transmit_queue_length{device="vethb094914"} 0 node_network_transmit_queue_length{device="vethb1a51b9"} 0 node_network_transmit_queue_length{device="vethb3f6289"} 0 node_network_transmit_queue_length{device="vethbb7528c"} 0 node_network_transmit_queue_length{device="vethbbafdd5"} 0 node_network_transmit_queue_length{device="vethbe02f5c"} 0 node_network_transmit_queue_length{device="vethc462a78"} 0 node_network_transmit_queue_length{device="vethc565bf7"} 0 node_network_transmit_queue_length{device="vethc5ba843"} 0 node_network_transmit_queue_length{device="vethc802cca"} 0 node_network_transmit_queue_length{device="vethc80f018"} 0 node_network_transmit_queue_length{device="vethc863ebe"} 0 node_network_transmit_queue_length{device="vethc88ee41"} 0 node_network_transmit_queue_length{device="vethc8f4e8c"} 0 node_network_transmit_queue_length{device="vethc9825ed"} 0 node_network_transmit_queue_length{device="vethc9e4d8d"} 0 node_network_transmit_queue_length{device="vethcb5dfad"} 0 node_network_transmit_queue_length{device="vethccc59ae"} 0 node_network_transmit_queue_length{device="vethcd87a56"} 0 node_network_transmit_queue_length{device="vethce2c824"} 0 node_network_transmit_queue_length{device="vethcebcf57"} 0 node_network_transmit_queue_length{device="vethced832e"} 0 node_network_transmit_queue_length{device="vethd297e42"} 0 node_network_transmit_queue_length{device="vethd2a1d3a"} 0 node_network_transmit_queue_length{device="vethd60073b"} 0 node_network_transmit_queue_length{device="vethdbda231"} 0 node_network_transmit_queue_length{device="vethdbe575e"} 0 node_network_transmit_queue_length{device="vethdcc39a6"} 0 node_network_transmit_queue_length{device="vethdd8cafa"} 0 node_network_transmit_queue_length{device="vethdde208e"} 0 node_network_transmit_queue_length{device="vethe094157"} 0 node_network_transmit_queue_length{device="vethe17211e"} 0 node_network_transmit_queue_length{device="vethe23d0e7"} 0 node_network_transmit_queue_length{device="vethe5aab79"} 0 node_network_transmit_queue_length{device="vethe7740d0"} 0 node_network_transmit_queue_length{device="vethe7d1fc6"} 0 node_network_transmit_queue_length{device="vetheaf977d"} 0 node_network_transmit_queue_length{device="vetheca1311"} 0 node_network_transmit_queue_length{device="vethee2dd22"} 0 node_network_transmit_queue_length{device="vethee8a542"} 0 node_network_transmit_queue_length{device="vetheeb8f83"} 0 node_network_transmit_queue_length{device="vethef64759"} 0 node_network_transmit_queue_length{device="vethf05f0fd"} 0 node_network_transmit_queue_length{device="vethf3e456d"} 0 node_network_transmit_queue_length{device="vethf478f47"} 0 node_network_transmit_queue_length{device="vethf4ef1a1"} 0 node_network_transmit_queue_length{device="vethf5fa974"} 0 node_network_transmit_queue_length{device="vethf96b0a5"} 0 node_network_transmit_queue_length{device="vethfb7f61c"} 0 node_network_transmit_queue_length{device="vethfdd6287"} 0 node_network_transmit_queue_length{device="vethfff41ad"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-1208434784fe"} 1 node_network_up{device="br-17075da66b69"} 1 node_network_up{device="br-1cc5b9430b0f"} 1 node_network_up{device="br-1ec8a57c0693"} 1 node_network_up{device="br-43b824a2bee3"} 1 node_network_up{device="br-a0144fd8fc9b"} 1 node_network_up{device="br-a83c2d884601"} 1 node_network_up{device="br-ad32afc14aee"} 1 node_network_up{device="br-cb5c60e04531"} 1 node_network_up{device="br-cc038379bb34"} 1 node_network_up{device="br-d0f5f56ac3da"} 1 node_network_up{device="br-e0a5f7c7fdd8"} 1 node_network_up{device="docker0"} 1 node_network_up{device="enp6s0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth0263dc9"} 1 node_network_up{device="veth02b7bb4"} 1 node_network_up{device="veth02c2ee2"} 1 node_network_up{device="veth0363e8e"} 1 node_network_up{device="veth0458d6c"} 1 node_network_up{device="veth04643cd"} 1 node_network_up{device="veth04811d4"} 1 node_network_up{device="veth04e134c"} 1 node_network_up{device="veth05a8d16"} 1 node_network_up{device="veth095bf66"} 1 node_network_up{device="veth0983ec1"} 1 node_network_up{device="veth09da01d"} 1 node_network_up{device="veth0d4969b"} 1 node_network_up{device="veth0d51f3a"} 1 node_network_up{device="veth0dc1806"} 1 node_network_up{device="veth13d497b"} 1 node_network_up{device="veth140b313"} 1 node_network_up{device="veth1560051"} 1 node_network_up{device="veth177f167"} 1 node_network_up{device="veth1df3caa"} 1 node_network_up{device="veth1e03f09"} 1 node_network_up{device="veth1e06647"} 1 node_network_up{device="veth1ed9995"} 1 node_network_up{device="veth1f25339"} 1 node_network_up{device="veth1f30749"} 1 node_network_up{device="veth20a8b8e"} 1 node_network_up{device="veth225b651"} 1 node_network_up{device="veth23915ec"} 1 node_network_up{device="veth287fee9"} 1 node_network_up{device="veth29a61a8"} 1 node_network_up{device="veth2d4dc03"} 1 node_network_up{device="veth2dd3288"} 1 node_network_up{device="veth2e75874"} 1 node_network_up{device="veth2ee1684"} 1 node_network_up{device="veth34c3bbe"} 1 node_network_up{device="veth35140bc"} 1 node_network_up{device="veth3524d53"} 1 node_network_up{device="veth35c0c4c"} 1 node_network_up{device="veth3738b60"} 1 node_network_up{device="veth39390d4"} 1 node_network_up{device="veth3ae55d5"} 1 node_network_up{device="veth3cc64ab"} 1 node_network_up{device="veth3f3da42"} 1 node_network_up{device="veth3f6b769"} 1 node_network_up{device="veth3fbd045"} 1 node_network_up{device="veth409b936"} 1 node_network_up{device="veth41d413f"} 1 node_network_up{device="veth420e02a"} 1 node_network_up{device="veth4289883"} 1 node_network_up{device="veth42e42c6"} 1 node_network_up{device="veth4662bc7"} 1 node_network_up{device="veth48031a7"} 1 node_network_up{device="veth4b8eff5"} 1 node_network_up{device="veth4cd4e8c"} 1 node_network_up{device="veth5087deb"} 1 node_network_up{device="veth5462551"} 1 node_network_up{device="veth54855bb"} 1 node_network_up{device="veth57bc285"} 1 node_network_up{device="veth591a4e5"} 1 node_network_up{device="veth5a2536e"} 1 node_network_up{device="veth5a9c858"} 1 node_network_up{device="veth5b5f5d8"} 1 node_network_up{device="veth5ebd44b"} 1 node_network_up{device="veth5f86a6e"} 1 node_network_up{device="veth6097074"} 1 node_network_up{device="veth662d243"} 1 node_network_up{device="veth66fe80a"} 1 node_network_up{device="veth6864a94"} 1 node_network_up{device="veth68c9de2"} 1 node_network_up{device="veth693d267"} 1 node_network_up{device="veth6a8db05"} 1 node_network_up{device="veth6adcbd2"} 1 node_network_up{device="veth6b85404"} 1 node_network_up{device="veth6d28251"} 1 node_network_up{device="veth6d76d2e"} 1 node_network_up{device="veth7174790"} 1 node_network_up{device="veth71f8729"} 1 node_network_up{device="veth76263cb"} 1 node_network_up{device="veth772fffe"} 1 node_network_up{device="veth779a9b0"} 1 node_network_up{device="veth7a53c4c"} 1 node_network_up{device="veth7b68e53"} 1 node_network_up{device="veth7c5d892"} 1 node_network_up{device="veth7ed5a9d"} 1 node_network_up{device="veth8362b0e"} 1 node_network_up{device="veth8490e20"} 1 node_network_up{device="veth862c62b"} 1 node_network_up{device="veth8685de7"} 1 node_network_up{device="veth86976de"} 1 node_network_up{device="veth8a044a7"} 1 node_network_up{device="veth8ac86d6"} 1 node_network_up{device="veth8ad3e08"} 1 node_network_up{device="veth8ae1a4f"} 1 node_network_up{device="veth8c5b58a"} 1 node_network_up{device="veth8c77172"} 1 node_network_up{device="veth8e9752f"} 1 node_network_up{device="veth8ee2bf2"} 1 node_network_up{device="veth967c2a6"} 1 node_network_up{device="veth970153a"} 1 node_network_up{device="veth97b739c"} 1 node_network_up{device="veth980e0d6"} 1 node_network_up{device="veth9cdf57d"} 1 node_network_up{device="veth9dbbc7a"} 1 node_network_up{device="veth9e31ae2"} 1 node_network_up{device="veth9efa94d"} 1 node_network_up{device="veth9f3303f"} 1 node_network_up{device="veth9f3eb3b"} 1 node_network_up{device="vetha005716"} 1 node_network_up{device="vetha1a547a"} 1 node_network_up{device="vetha1c1601"} 1 node_network_up{device="vetha328a00"} 1 node_network_up{device="vethaa201e8"} 1 node_network_up{device="vethab6f40e"} 1 node_network_up{device="vethac48cf5"} 1 node_network_up{device="vethac6919e"} 1 node_network_up{device="vethadde449"} 1 node_network_up{device="vethaf43d3c"} 1 node_network_up{device="vethb094914"} 1 node_network_up{device="vethb1a51b9"} 1 node_network_up{device="vethb3f6289"} 1 node_network_up{device="vethbb7528c"} 1 node_network_up{device="vethbbafdd5"} 1 node_network_up{device="vethbe02f5c"} 1 node_network_up{device="vethc462a78"} 1 node_network_up{device="vethc565bf7"} 1 node_network_up{device="vethc5ba843"} 1 node_network_up{device="vethc802cca"} 1 node_network_up{device="vethc80f018"} 1 node_network_up{device="vethc863ebe"} 1 node_network_up{device="vethc88ee41"} 1 node_network_up{device="vethc8f4e8c"} 1 node_network_up{device="vethc9825ed"} 1 node_network_up{device="vethc9e4d8d"} 1 node_network_up{device="vethcb5dfad"} 1 node_network_up{device="vethccc59ae"} 1 node_network_up{device="vethcd87a56"} 1 node_network_up{device="vethce2c824"} 1 node_network_up{device="vethcebcf57"} 1 node_network_up{device="vethced832e"} 1 node_network_up{device="vethd297e42"} 1 node_network_up{device="vethd2a1d3a"} 1 node_network_up{device="vethd60073b"} 1 node_network_up{device="vethdbda231"} 1 node_network_up{device="vethdbe575e"} 1 node_network_up{device="vethdcc39a6"} 1 node_network_up{device="vethdd8cafa"} 1 node_network_up{device="vethdde208e"} 1 node_network_up{device="vethe094157"} 1 node_network_up{device="vethe17211e"} 1 node_network_up{device="vethe23d0e7"} 1 node_network_up{device="vethe5aab79"} 1 node_network_up{device="vethe7740d0"} 1 node_network_up{device="vethe7d1fc6"} 1 node_network_up{device="vetheaf977d"} 1 node_network_up{device="vetheca1311"} 1 node_network_up{device="vethee2dd22"} 1 node_network_up{device="vethee8a542"} 1 node_network_up{device="vetheeb8f83"} 1 node_network_up{device="vethef64759"} 1 node_network_up{device="vethf05f0fd"} 1 node_network_up{device="vethf3e456d"} 1 node_network_up{device="vethf478f47"} 1 node_network_up{device="vethf4ef1a1"} 1 node_network_up{device="vethf5fa974"} 1 node_network_up{device="vethf96b0a5"} 1 node_network_up{device="vethfb7f61c"} 1 node_network_up{device="vethfdd6287"} 1 node_network_up{device="vethfff41ad"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 2 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_nvme_info Non-numeric data from /sys/class/nvme/, value is always 1. # TYPE node_nvme_info gauge node_nvme_info{device="nvme0",firmware_revision="GXA7801Q",model="SAMSUNG MZVL21T0HCLR-00B00",serial="S676NL0W210722",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="GXA7801Q",model="SAMSUNG MZVL21T0HCLR-00B00",serial="S676NL0W210742",state="live"} 1 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 22.04.5 LTS",variant="",variant_id="",version="22.04.5 LTS (Jammy Jellyfish)",version_codename="jammy",version_id="22.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 22.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 25390.617801 # 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 25308.767603 # 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 25896.303614999997 # 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 33.55237 # 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 34.256192999999996 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 1 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 2 # 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"} 2.090445765027782e+06 node_schedstat_running_seconds_total{cpu="1"} 1.907301402787079e+06 node_schedstat_running_seconds_total{cpu="10"} 2.773530334349649e+06 node_schedstat_running_seconds_total{cpu="11"} 2.74331452978738e+06 node_schedstat_running_seconds_total{cpu="12"} 2.692135986486044e+06 node_schedstat_running_seconds_total{cpu="13"} 2.632629997687777e+06 node_schedstat_running_seconds_total{cpu="14"} 2.60050814694437e+06 node_schedstat_running_seconds_total{cpu="15"} 2.518867598219201e+06 node_schedstat_running_seconds_total{cpu="2"} 1.887134072562616e+06 node_schedstat_running_seconds_total{cpu="3"} 1.90074727806048e+06 node_schedstat_running_seconds_total{cpu="4"} 1.936068094252258e+06 node_schedstat_running_seconds_total{cpu="5"} 1.977634137611159e+06 node_schedstat_running_seconds_total{cpu="6"} 2.068672535798883e+06 node_schedstat_running_seconds_total{cpu="7"} 2.132404768014963e+06 node_schedstat_running_seconds_total{cpu="8"} 2.530084718648935e+06 node_schedstat_running_seconds_total{cpu="9"} 2.74033798077802e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 4.738494133e+09 node_schedstat_timeslices_total{cpu="1"} 4.847571185e+09 node_schedstat_timeslices_total{cpu="10"} 4.750335053e+09 node_schedstat_timeslices_total{cpu="11"} 4.700178111e+09 node_schedstat_timeslices_total{cpu="12"} 4.663063166e+09 node_schedstat_timeslices_total{cpu="13"} 4.630334927e+09 node_schedstat_timeslices_total{cpu="14"} 4.591588428e+09 node_schedstat_timeslices_total{cpu="15"} 4.545822006e+09 node_schedstat_timeslices_total{cpu="2"} 4.869153458e+09 node_schedstat_timeslices_total{cpu="3"} 4.926849939e+09 node_schedstat_timeslices_total{cpu="4"} 4.956142551e+09 node_schedstat_timeslices_total{cpu="5"} 4.986321288e+09 node_schedstat_timeslices_total{cpu="6"} 5.038820987e+09 node_schedstat_timeslices_total{cpu="7"} 5.011176241e+09 node_schedstat_timeslices_total{cpu="8"} 4.853188624e+09 node_schedstat_timeslices_total{cpu="9"} 4.80629376e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 5259.690018808 node_schedstat_waiting_seconds_total{cpu="1"} 4720.202994686 node_schedstat_waiting_seconds_total{cpu="10"} 5570.253199645 node_schedstat_waiting_seconds_total{cpu="11"} 5514.165808835 node_schedstat_waiting_seconds_total{cpu="12"} 5389.773909591 node_schedstat_waiting_seconds_total{cpu="13"} 5231.422894878 node_schedstat_waiting_seconds_total{cpu="14"} 5124.304863412 node_schedstat_waiting_seconds_total{cpu="15"} 4999.566522017 node_schedstat_waiting_seconds_total{cpu="2"} 4653.231657956 node_schedstat_waiting_seconds_total{cpu="3"} 4651.876025455 node_schedstat_waiting_seconds_total{cpu="4"} 4657.939831524 node_schedstat_waiting_seconds_total{cpu="5"} 4622.520179717 node_schedstat_waiting_seconds_total{cpu="6"} 4745.392452462 node_schedstat_waiting_seconds_total{cpu="7"} 4774.060316362 node_schedstat_waiting_seconds_total{cpu="8"} 5543.923753696 node_schedstat_waiting_seconds_total{cpu="9"} 5571.298902482 # 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.000343911 node_scrape_collector_duration_seconds{collector="bcache"} 1.8766e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.569e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.034959208 node_scrape_collector_duration_seconds{collector="conntrack"} 8.5572e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.001201333 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.050628953 node_scrape_collector_duration_seconds{collector="diskstats"} 0.021127843 node_scrape_collector_duration_seconds{collector="dmi"} 7.825e-06 node_scrape_collector_duration_seconds{collector="edac"} 2.5247e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000109848 node_scrape_collector_duration_seconds{collector="fibrechannel"} 2.12e-05 node_scrape_collector_duration_seconds{collector="filefd"} 2.8204e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.054863606 node_scrape_collector_duration_seconds{collector="hwmon"} 0.132436099 node_scrape_collector_duration_seconds{collector="infiniband"} 8.596e-06 node_scrape_collector_duration_seconds{collector="ipvs"} 1.1462e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 2.9146e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 7.8929e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000272836 node_scrape_collector_duration_seconds{collector="netclass"} 0.151568875 node_scrape_collector_duration_seconds{collector="netdev"} 0.000208324 node_scrape_collector_duration_seconds{collector="netstat"} 0.000704093 node_scrape_collector_duration_seconds{collector="nfs"} 1.9176e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 1.3145e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.000180812 node_scrape_collector_duration_seconds{collector="os"} 3.3103e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.5679e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000112252 node_scrape_collector_duration_seconds{collector="rapl"} 5.3591e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000181133 node_scrape_collector_duration_seconds{collector="selinux"} 6.81e-07 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000135075 node_scrape_collector_duration_seconds{collector="softnet"} 0.000100621 node_scrape_collector_duration_seconds{collector="stat"} 0.000268789 node_scrape_collector_duration_seconds{collector="tapestats"} 8.676e-06 node_scrape_collector_duration_seconds{collector="textfile"} 1.4377e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.001045899 node_scrape_collector_duration_seconds{collector="time"} 9.2315e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.6732e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000242218 node_scrape_collector_duration_seconds{collector="uname"} 6.021e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.00012672 node_scrape_collector_duration_seconds{collector="watchdog"} 1.7112e-05 node_scrape_collector_duration_seconds{collector="xfs"} 8.506e-06 node_scrape_collector_duration_seconds{collector="zfs"} 9.407e-06 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 1 node_scrape_collector_success{collector="os"} 1 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 3 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 516 # 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 153 # 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 626688 # 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 106 # 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 434176 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 6 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 13763 node_softnet_dropped_total{cpu="1"} 14 node_softnet_dropped_total{cpu="10"} 3581 node_softnet_dropped_total{cpu="11"} 105 node_softnet_dropped_total{cpu="12"} 24309 node_softnet_dropped_total{cpu="13"} 3 node_softnet_dropped_total{cpu="14"} 4527 node_softnet_dropped_total{cpu="15"} 23 node_softnet_dropped_total{cpu="2"} 42 node_softnet_dropped_total{cpu="3"} 119 node_softnet_dropped_total{cpu="4"} 804 node_softnet_dropped_total{cpu="5"} 10 node_softnet_dropped_total{cpu="6"} 23466 node_softnet_dropped_total{cpu="7"} 49 node_softnet_dropped_total{cpu="8"} 15306 node_softnet_dropped_total{cpu="9"} 1 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 1.1054023e+08 node_softnet_processed_total{cpu="1"} 1.47629299e+08 node_softnet_processed_total{cpu="10"} 1.80000314e+08 node_softnet_processed_total{cpu="11"} 1.54948884e+08 node_softnet_processed_total{cpu="12"} 1.60262593e+08 node_softnet_processed_total{cpu="13"} 1.10738561e+08 node_softnet_processed_total{cpu="14"} 1.09026785e+08 node_softnet_processed_total{cpu="15"} 1.31501066e+08 node_softnet_processed_total{cpu="2"} 1.89627354e+08 node_softnet_processed_total{cpu="3"} 1.75071487e+08 node_softnet_processed_total{cpu="4"} 1.83779624e+08 node_softnet_processed_total{cpu="5"} 1.36384353e+08 node_softnet_processed_total{cpu="6"} 1.21864166e+08 node_softnet_processed_total{cpu="7"} 1.55307523e+08 node_softnet_processed_total{cpu="8"} 1.12305544e+08 node_softnet_processed_total{cpu="9"} 1.15564407e+08 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="9"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 0 node_softnet_times_squeezed_total{cpu="1"} 0 node_softnet_times_squeezed_total{cpu="10"} 0 node_softnet_times_squeezed_total{cpu="11"} 0 node_softnet_times_squeezed_total{cpu="12"} 0 node_softnet_times_squeezed_total{cpu="13"} 0 node_softnet_times_squeezed_total{cpu="14"} 0 node_softnet_times_squeezed_total{cpu="15"} 0 node_softnet_times_squeezed_total{cpu="2"} 0 node_softnet_times_squeezed_total{cpu="3"} 0 node_softnet_times_squeezed_total{cpu="4"} 0 node_softnet_times_squeezed_total{cpu="5"} 0 node_softnet_times_squeezed_total{cpu="6"} 0 node_softnet_times_squeezed_total{cpu="7"} 0 node_softnet_times_squeezed_total{cpu="8"} 0 node_softnet_times_squeezed_total{cpu="9"} 0 # 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="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="tsc",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7802800116841671e+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 1.000012626953125 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 7 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.8435 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 1.0501e-05 # 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 24577 # 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="e80c039b0379",release="5.15.0-139-generic",sysname="Linux",version="#149-Ubuntu SMP Fri Apr 11 22:06:13 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 30 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.733879335534e+12 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 653071 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 7.4311943e+07 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.4075927541e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 1.366737e+06 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 8.259487e+06 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 249560.97 # 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 2.861431621e+09 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 7.5465324722e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.7915904e+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.74730875648e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273409536e+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"} 72 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 2.190432e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0