# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 3.857e-06 go_gc_duration_seconds{quantile="0.25"} 9.678e-06 go_gc_duration_seconds{quantile="0.5"} 1.3154e-05 go_gc_duration_seconds{quantile="0.75"} 1.61e-05 go_gc_duration_seconds{quantile="1"} 2.7402e-05 go_gc_duration_seconds_sum 66.538393977 go_gc_duration_seconds_count 5.31988e+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 7 # 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.512872e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.1100470181584e+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.40408e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.46593282602e+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.35636e+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.512872e+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.142272e+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.209536e+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 56380 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 7.544832e+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.5351808e+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.7653733530073807e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.46593338982e+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 108320 # 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 146880 # 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 7.056152e+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 980912 # 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.409024e+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.409024e+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 23 # 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 6.9580166443e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="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.669577e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 2.669162e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 2.669734e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 2.669325e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 5.337752e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 2.66967e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 2.668767e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 2.666934e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 2.66596e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 2.667997e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 5.339397e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 2.665723e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 2.668926e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 2.665884e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 2.667328e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 2.667894e+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"} 1.708219515e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 6152.79 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 36.48 node_cpu_seconds_total{cpu="0",mode="softirq"} 587654.42 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 171320.33 node_cpu_seconds_total{cpu="0",mode="user"} 750804.27 node_cpu_seconds_total{cpu="1",mode="idle"} 1.717613046e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 6470.52 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 41.34 node_cpu_seconds_total{cpu="1",mode="softirq"} 135088.52 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 157039 node_cpu_seconds_total{cpu="1",mode="user"} 693359.2 node_cpu_seconds_total{cpu="10",mode="idle"} 1.681616754e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 6322.35 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 31.92 node_cpu_seconds_total{cpu="10",mode="softirq"} 362.71 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 224370.93 node_cpu_seconds_total{cpu="10",mode="user"} 987465.82 node_cpu_seconds_total{cpu="11",mode="idle"} 1.682129068e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 6323.14 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 32.37 node_cpu_seconds_total{cpu="11",mode="softirq"} 322.35 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 224305.67 node_cpu_seconds_total{cpu="11",mode="user"} 982536.16 node_cpu_seconds_total{cpu="12",mode="idle"} 1.68363762e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 6406.19 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 37.73 node_cpu_seconds_total{cpu="12",mode="softirq"} 328.38 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 222955.61 node_cpu_seconds_total{cpu="12",mode="user"} 968925.4 node_cpu_seconds_total{cpu="13",mode="idle"} 1.686043142e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 6229.1 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 24.98 node_cpu_seconds_total{cpu="13",mode="softirq"} 225.49 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 218294.96 node_cpu_seconds_total{cpu="13",mode="user"} 950515.12 node_cpu_seconds_total{cpu="14",mode="idle"} 1.687070442e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 6309.1 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 31.7 node_cpu_seconds_total{cpu="14",mode="softirq"} 212.52 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 216025.07 node_cpu_seconds_total{cpu="14",mode="user"} 941774.68 node_cpu_seconds_total{cpu="15",mode="idle"} 1.690295515e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 6251.91 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 32.48 node_cpu_seconds_total{cpu="15",mode="softirq"} 253.95 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 209995.59 node_cpu_seconds_total{cpu="15",mode="user"} 915909.79 node_cpu_seconds_total{cpu="2",mode="idle"} 1.719310586e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 6620.92 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 39.08 node_cpu_seconds_total{cpu="2",mode="softirq"} 33000.18 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 154370.45 node_cpu_seconds_total{cpu="2",mode="user"} 681817.9 node_cpu_seconds_total{cpu="3",mode="idle"} 1.71979734e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 6670.14 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 45.66 node_cpu_seconds_total{cpu="3",mode="softirq"} 9744.56 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 153200.84 node_cpu_seconds_total{cpu="3",mode="user"} 678825.8 node_cpu_seconds_total{cpu="4",mode="idle"} 1.719020777e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 6768.36 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 37.16 node_cpu_seconds_total{cpu="4",mode="softirq"} 3555.51 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 154649.15 node_cpu_seconds_total{cpu="4",mode="user"} 684749.74 node_cpu_seconds_total{cpu="5",mode="idle"} 1.717561193e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 6654.4 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 34.84 node_cpu_seconds_total{cpu="5",mode="softirq"} 1498.62 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 157399.54 node_cpu_seconds_total{cpu="5",mode="user"} 696965.04 node_cpu_seconds_total{cpu="6",mode="idle"} 1.713779945e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 6623.63 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 27.84 node_cpu_seconds_total{cpu="6",mode="softirq"} 763.22 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 163636.82 node_cpu_seconds_total{cpu="6",mode="user"} 727304.63 node_cpu_seconds_total{cpu="7",mode="idle"} 1.711181608e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 6758.54 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 33.44 node_cpu_seconds_total{cpu="7",mode="softirq"} 551.38 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 168811.16 node_cpu_seconds_total{cpu="7",mode="user"} 747445.3 node_cpu_seconds_total{cpu="8",mode="idle"} 1.692049236e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 6529.89 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 34.64 node_cpu_seconds_total{cpu="8",mode="softirq"} 347.82 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 204506.17 node_cpu_seconds_total{cpu="8",mode="user"} 903088.71 node_cpu_seconds_total{cpu="9",mode="idle"} 1.683625448e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 6476.32 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 33.57 node_cpu_seconds_total{cpu="9",mode="softirq"} 300.78 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 220328.44 node_cpu_seconds_total{cpu="9",mode="user"} 972246.45 # 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"} 540.9 node_disk_discard_time_seconds_total{device="md0"} 0.6880000000000001 node_disk_discard_time_seconds_total{device="md1"} 799.936 node_disk_discard_time_seconds_total{device="nvme0n1"} 322.108 node_disk_discard_time_seconds_total{device="nvme1n1"} 319.034 # 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"} 4.605178448e+09 node_disk_discarded_sectors_total{device="md0"} 1.4408696e+07 node_disk_discarded_sectors_total{device="md1"} 4.605178448e+09 node_disk_discarded_sectors_total{device="nvme0n1"} 4.619587144e+09 node_disk_discarded_sectors_total{device="nvme1n1"} 4.635280264e+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"} 581718 node_disk_discards_completed_total{device="md0"} 1385 node_disk_discards_completed_total{device="md1"} 617097 node_disk_discards_completed_total{device="nvme0n1"} 618251 node_disk_discards_completed_total{device="nvme1n1"} 618371 # 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"} 231 node_disk_discards_merged_total{device="nvme1n1"} 231 # 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"} 378896.29600000003 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 373591.935 # 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"} 1.13159829e+08 node_disk_flush_requests_total{device="nvme1n1"} 1.1315986e+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"} 110.128 node_disk_io_time_seconds_total{device="dm-1"} 707096.572 node_disk_io_time_seconds_total{device="md0"} 4.82 node_disk_io_time_seconds_total{device="md1"} 436465.52400000003 node_disk_io_time_seconds_total{device="nvme0n1"} 1.273893512e+06 node_disk_io_time_seconds_total{device="nvme1n1"} 1.263159404e+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"} 937912.944 node_disk_io_time_weighted_seconds_total{device="dm-1"} 3.020958524e+06 node_disk_io_time_weighted_seconds_total{device="md0"} 150.336 node_disk_io_time_weighted_seconds_total{device="md1"} 3.544319844e+06 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 1.976623472e+06 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 1.946065778e+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"} 2.29101568e+09 node_disk_read_bytes_total{device="dm-1"} 2.5325364224e+10 node_disk_read_bytes_total{device="md0"} 8.4046848e+07 node_disk_read_bytes_total{device="md1"} 2.7699557376e+10 node_disk_read_bytes_total{device="nvme0n1"} 7.186318337024e+12 node_disk_read_bytes_total{device="nvme1n1"} 7.175546098688e+12 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="dm-0"} 111.384 node_disk_read_time_seconds_total{device="dm-1"} 303.92 node_disk_read_time_seconds_total{device="md0"} 0.22 node_disk_read_time_seconds_total{device="md1"} 413.92400000000004 node_disk_read_time_seconds_total{device="nvme0n1"} 5131.613 node_disk_read_time_seconds_total{device="nvme1n1"} 5771.875 # 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"} 558447 node_disk_reads_completed_total{device="dm-1"} 951374 node_disk_reads_completed_total{device="md0"} 1423 node_disk_reads_completed_total{device="md1"} 1.510745e+06 node_disk_reads_completed_total{device="nvme0n1"} 1.5530071e+07 node_disk_reads_completed_total{device="nvme1n1"} 1.5066276e+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"} 9.4939325e+07 node_disk_reads_merged_total{device="nvme1n1"} 9.4709128e+07 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="dm-0"} 937801.56 node_disk_write_time_seconds_total{device="dm-1"} 3.020113704e+06 node_disk_write_time_seconds_total{device="md0"} 149.428 node_disk_write_time_seconds_total{device="md1"} 3.543105984e+06 node_disk_write_time_seconds_total{device="nvme0n1"} 1.592273453e+06 node_disk_write_time_seconds_total{device="nvme1n1"} 1.566382933e+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"} 3.230463e+06 node_disk_writes_completed_total{device="dm-1"} 4.63209346e+08 node_disk_writes_completed_total{device="md0"} 10178 node_disk_writes_completed_total{device="md1"} 4.59590225e+08 node_disk_writes_completed_total{device="nvme0n1"} 4.07308644e+08 node_disk_writes_completed_total{device="nvme1n1"} 4.07301839e+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"} 1.65451646e+08 node_disk_writes_merged_total{device="nvme1n1"} 1.65458452e+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"} 1.3231976448e+10 node_disk_written_bytes_total{device="dm-1"} 1.0624946712576e+13 node_disk_written_bytes_total{device="md0"} 2.878537728e+09 node_disk_written_bytes_total{device="md1"} 1.0638178689024e+13 node_disk_written_bytes_total{device="nvme0n1"} 1.0816080940032e+13 node_disk_written_bytes_total{device="nvme1n1"} 1.0816080940544e+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 71328 # 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.33507893248e+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.8778174e+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.83802001408e+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 5.98386698e+08 # 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 7.2079848693e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.12 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.28 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.23 # 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 3.195039744e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 7.846703104e+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.65166336e+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 5.1510280192e+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.389551616e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 8.249061376e+09 # 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 8.2953728e+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.2277025792e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.2725632e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 499712 # 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.79603712e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 5.3357961216e+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 5.397590016e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 1.24256256e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.38303488e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.2808634368e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 2.045292544e+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.5623296e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 8.8866816e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.453703168e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 7.92571904e+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.18324992e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.246275072e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 8.4946944e+07 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 1.3699903488e+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.6119808e+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 1.551182939e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 4.0290892769e+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 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.5868237e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 0 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 3.3992041e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 1.206772e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 1 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="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="veth0041dca"} 3 node_network_address_assign_type{device="veth01f4fb5"} 3 node_network_address_assign_type{device="veth0273147"} 3 node_network_address_assign_type{device="veth02c2ee2"} 3 node_network_address_assign_type{device="veth0363e8e"} 3 node_network_address_assign_type{device="veth04811d4"} 3 node_network_address_assign_type{device="veth04a7879"} 3 node_network_address_assign_type{device="veth04e134c"} 3 node_network_address_assign_type{device="veth06386a8"} 3 node_network_address_assign_type{device="veth073a0ae"} 3 node_network_address_assign_type{device="veth07d0b79"} 3 node_network_address_assign_type{device="veth08d4173"} 3 node_network_address_assign_type{device="veth0983ec1"} 3 node_network_address_assign_type{device="veth0aa0840"} 3 node_network_address_assign_type{device="veth0b4bcc6"} 3 node_network_address_assign_type{device="veth0d46dec"} 3 node_network_address_assign_type{device="veth0d4969b"} 3 node_network_address_assign_type{device="veth0dc1806"} 3 node_network_address_assign_type{device="veth0e13af8"} 3 node_network_address_assign_type{device="veth0f796aa"} 3 node_network_address_assign_type{device="veth0fdea13"} 3 node_network_address_assign_type{device="veth0ff0390"} 3 node_network_address_assign_type{device="veth1369dbc"} 3 node_network_address_assign_type{device="veth1388665"} 3 node_network_address_assign_type{device="veth139be56"} 3 node_network_address_assign_type{device="veth13d497b"} 3 node_network_address_assign_type{device="veth140b313"} 3 node_network_address_assign_type{device="veth1496b36"} 3 node_network_address_assign_type{device="veth162ccc0"} 3 node_network_address_assign_type{device="veth1b3139e"} 3 node_network_address_assign_type{device="veth1dfa77a"} 3 node_network_address_assign_type{device="veth1e0178f"} 3 node_network_address_assign_type{device="veth1e03f09"} 3 node_network_address_assign_type{device="veth1f31076"} 3 node_network_address_assign_type{device="veth1fafce8"} 3 node_network_address_assign_type{device="veth2027081"} 3 node_network_address_assign_type{device="veth2045a57"} 3 node_network_address_assign_type{device="veth20a8b8e"} 3 node_network_address_assign_type{device="veth2158120"} 3 node_network_address_assign_type{device="veth23915ec"} 3 node_network_address_assign_type{device="veth2650507"} 3 node_network_address_assign_type{device="veth287fee9"} 3 node_network_address_assign_type{device="veth2a90439"} 3 node_network_address_assign_type{device="veth2b6e647"} 3 node_network_address_assign_type{device="veth2bc62c5"} 3 node_network_address_assign_type{device="veth2daa401"} 3 node_network_address_assign_type{device="veth2dd3288"} 3 node_network_address_assign_type{device="veth2ee1684"} 3 node_network_address_assign_type{device="veth2f43384"} 3 node_network_address_assign_type{device="veth32e0c57"} 3 node_network_address_assign_type{device="veth333a4d4"} 3 node_network_address_assign_type{device="veth35140bc"} 3 node_network_address_assign_type{device="veth35a48bf"} 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="veth3f3da42"} 3 node_network_address_assign_type{device="veth3f6debb"} 3 node_network_address_assign_type{device="veth40d3df2"} 3 node_network_address_assign_type{device="veth4289883"} 3 node_network_address_assign_type{device="veth4382b79"} 3 node_network_address_assign_type{device="veth461886c"} 3 node_network_address_assign_type{device="veth47f974e"} 3 node_network_address_assign_type{device="veth4880b15"} 3 node_network_address_assign_type{device="veth49d719c"} 3 node_network_address_assign_type{device="veth4b8eff5"} 3 node_network_address_assign_type{device="veth4d3ae10"} 3 node_network_address_assign_type{device="veth5087deb"} 3 node_network_address_assign_type{device="veth5090b57"} 3 node_network_address_assign_type{device="veth5462551"} 3 node_network_address_assign_type{device="veth57bc285"} 3 node_network_address_assign_type{device="veth591a4e5"} 3 node_network_address_assign_type{device="veth596c87a"} 3 node_network_address_assign_type{device="veth6097074"} 3 node_network_address_assign_type{device="veth629928b"} 3 node_network_address_assign_type{device="veth66fe80a"} 3 node_network_address_assign_type{device="veth6864a94"} 3 node_network_address_assign_type{device="veth68c6b3b"} 3 node_network_address_assign_type{device="veth68c9de2"} 3 node_network_address_assign_type{device="veth693d267"} 3 node_network_address_assign_type{device="veth6a6c1d7"} 3 node_network_address_assign_type{device="veth6d28251"} 3 node_network_address_assign_type{device="veth6d76d2e"} 3 node_network_address_assign_type{device="veth6fed348"} 3 node_network_address_assign_type{device="veth70fc496"} 3 node_network_address_assign_type{device="veth7339464"} 3 node_network_address_assign_type{device="veth744b8d9"} 3 node_network_address_assign_type{device="veth74a8f2d"} 3 node_network_address_assign_type{device="veth779a9b0"} 3 node_network_address_assign_type{device="veth78280c1"} 3 node_network_address_assign_type{device="veth7852680"} 3 node_network_address_assign_type{device="veth7a04c25"} 3 node_network_address_assign_type{device="veth7a53c4c"} 3 node_network_address_assign_type{device="veth7b68e53"} 3 node_network_address_assign_type{device="veth82fa037"} 3 node_network_address_assign_type{device="veth8362b0e"} 3 node_network_address_assign_type{device="veth839e6db"} 3 node_network_address_assign_type{device="veth84cf683"} 3 node_network_address_assign_type{device="veth85000d5"} 3 node_network_address_assign_type{device="veth851e301"} 3 node_network_address_assign_type{device="veth8553213"} 3 node_network_address_assign_type{device="veth8701e4b"} 3 node_network_address_assign_type{device="veth8c5b58a"} 3 node_network_address_assign_type{device="veth8c77172"} 3 node_network_address_assign_type{device="veth8c905e4"} 3 node_network_address_assign_type{device="veth8d5e09c"} 3 node_network_address_assign_type{device="veth8e9752f"} 3 node_network_address_assign_type{device="veth8ee2bf2"} 3 node_network_address_assign_type{device="veth94df4a8"} 3 node_network_address_assign_type{device="veth96036e6"} 3 node_network_address_assign_type{device="veth9619378"} 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="veth99ddf11"} 3 node_network_address_assign_type{device="veth9a18514"} 3 node_network_address_assign_type{device="vetha005716"} 3 node_network_address_assign_type{device="vetha0c0dc7"} 3 node_network_address_assign_type{device="vetha303386"} 3 node_network_address_assign_type{device="vetha328a00"} 3 node_network_address_assign_type{device="vetha3c0e72"} 3 node_network_address_assign_type{device="vetha687506"} 3 node_network_address_assign_type{device="vethaa201e8"} 3 node_network_address_assign_type{device="vethac48cf5"} 3 node_network_address_assign_type{device="vethadde449"} 3 node_network_address_assign_type{device="vethb3f6289"} 3 node_network_address_assign_type{device="vethb6b0c38"} 3 node_network_address_assign_type{device="vethbbafdd5"} 3 node_network_address_assign_type{device="vethbdcf73f"} 3 node_network_address_assign_type{device="vethbe348d0"} 3 node_network_address_assign_type{device="vethc462a78"} 3 node_network_address_assign_type{device="vethc7e7940"} 3 node_network_address_assign_type{device="vethc84f590"} 3 node_network_address_assign_type{device="vethc863ebe"} 3 node_network_address_assign_type{device="vethc8ea08f"} 3 node_network_address_assign_type{device="vethc94c23c"} 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="vethcfea7a6"} 3 node_network_address_assign_type{device="vethd297e42"} 3 node_network_address_assign_type{device="vethd2a1d3a"} 3 node_network_address_assign_type{device="vethd664e50"} 3 node_network_address_assign_type{device="vethd70046f"} 3 node_network_address_assign_type{device="vethd901f1c"} 3 node_network_address_assign_type{device="vethda7b6f4"} 3 node_network_address_assign_type{device="vethdafb8d3"} 3 node_network_address_assign_type{device="vethdbda231"} 3 node_network_address_assign_type{device="vethdbe575e"} 3 node_network_address_assign_type{device="vethdcef7e9"} 3 node_network_address_assign_type{device="vethe17211e"} 3 node_network_address_assign_type{device="vethe17f832"} 3 node_network_address_assign_type{device="vethe4796eb"} 3 node_network_address_assign_type{device="vethe6777c6"} 3 node_network_address_assign_type{device="vethe7bc640"} 3 node_network_address_assign_type{device="vethe8a12b2"} 3 node_network_address_assign_type{device="vethee8a542"} 3 node_network_address_assign_type{device="vethee8d1ce"} 3 node_network_address_assign_type{device="vetheefc42a"} 3 node_network_address_assign_type{device="vethef3c4e1"} 3 node_network_address_assign_type{device="vethf05f0fd"} 3 node_network_address_assign_type{device="vethf21e1e6"} 3 node_network_address_assign_type{device="vethf354b58"} 3 node_network_address_assign_type{device="vethf478f47"} 3 node_network_address_assign_type{device="vethf47ae52"} 3 node_network_address_assign_type{device="vethf4ef1a1"} 3 node_network_address_assign_type{device="vethf84fcf6"} 3 node_network_address_assign_type{device="vethf881f42"} 3 node_network_address_assign_type{device="vethf8a47ba"} 3 node_network_address_assign_type{device="vethfbc2fcb"} 3 node_network_address_assign_type{device="vethfdd6287"} 3 node_network_address_assign_type{device="vethfe12856"} 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="veth0041dca"} 1 node_network_carrier{device="veth01f4fb5"} 1 node_network_carrier{device="veth0273147"} 1 node_network_carrier{device="veth02c2ee2"} 1 node_network_carrier{device="veth0363e8e"} 1 node_network_carrier{device="veth04811d4"} 1 node_network_carrier{device="veth04a7879"} 1 node_network_carrier{device="veth04e134c"} 1 node_network_carrier{device="veth06386a8"} 1 node_network_carrier{device="veth073a0ae"} 1 node_network_carrier{device="veth07d0b79"} 1 node_network_carrier{device="veth08d4173"} 1 node_network_carrier{device="veth0983ec1"} 1 node_network_carrier{device="veth0aa0840"} 1 node_network_carrier{device="veth0b4bcc6"} 1 node_network_carrier{device="veth0d46dec"} 1 node_network_carrier{device="veth0d4969b"} 1 node_network_carrier{device="veth0dc1806"} 1 node_network_carrier{device="veth0e13af8"} 1 node_network_carrier{device="veth0f796aa"} 1 node_network_carrier{device="veth0fdea13"} 1 node_network_carrier{device="veth0ff0390"} 1 node_network_carrier{device="veth1369dbc"} 1 node_network_carrier{device="veth1388665"} 1 node_network_carrier{device="veth139be56"} 1 node_network_carrier{device="veth13d497b"} 1 node_network_carrier{device="veth140b313"} 1 node_network_carrier{device="veth1496b36"} 1 node_network_carrier{device="veth162ccc0"} 1 node_network_carrier{device="veth1b3139e"} 1 node_network_carrier{device="veth1dfa77a"} 1 node_network_carrier{device="veth1e0178f"} 1 node_network_carrier{device="veth1e03f09"} 1 node_network_carrier{device="veth1f31076"} 1 node_network_carrier{device="veth1fafce8"} 1 node_network_carrier{device="veth2027081"} 1 node_network_carrier{device="veth2045a57"} 1 node_network_carrier{device="veth20a8b8e"} 1 node_network_carrier{device="veth2158120"} 1 node_network_carrier{device="veth23915ec"} 1 node_network_carrier{device="veth2650507"} 1 node_network_carrier{device="veth287fee9"} 1 node_network_carrier{device="veth2a90439"} 1 node_network_carrier{device="veth2b6e647"} 1 node_network_carrier{device="veth2bc62c5"} 1 node_network_carrier{device="veth2daa401"} 1 node_network_carrier{device="veth2dd3288"} 1 node_network_carrier{device="veth2ee1684"} 1 node_network_carrier{device="veth2f43384"} 1 node_network_carrier{device="veth32e0c57"} 1 node_network_carrier{device="veth333a4d4"} 1 node_network_carrier{device="veth35140bc"} 1 node_network_carrier{device="veth35a48bf"} 1 node_network_carrier{device="veth35c0c4c"} 1 node_network_carrier{device="veth3738b60"} 1 node_network_carrier{device="veth39390d4"} 1 node_network_carrier{device="veth3f3da42"} 1 node_network_carrier{device="veth3f6debb"} 1 node_network_carrier{device="veth40d3df2"} 1 node_network_carrier{device="veth4289883"} 1 node_network_carrier{device="veth4382b79"} 1 node_network_carrier{device="veth461886c"} 1 node_network_carrier{device="veth47f974e"} 1 node_network_carrier{device="veth4880b15"} 1 node_network_carrier{device="veth49d719c"} 1 node_network_carrier{device="veth4b8eff5"} 1 node_network_carrier{device="veth4d3ae10"} 1 node_network_carrier{device="veth5087deb"} 1 node_network_carrier{device="veth5090b57"} 1 node_network_carrier{device="veth5462551"} 1 node_network_carrier{device="veth57bc285"} 1 node_network_carrier{device="veth591a4e5"} 1 node_network_carrier{device="veth596c87a"} 1 node_network_carrier{device="veth6097074"} 1 node_network_carrier{device="veth629928b"} 1 node_network_carrier{device="veth66fe80a"} 1 node_network_carrier{device="veth6864a94"} 1 node_network_carrier{device="veth68c6b3b"} 1 node_network_carrier{device="veth68c9de2"} 1 node_network_carrier{device="veth693d267"} 1 node_network_carrier{device="veth6a6c1d7"} 1 node_network_carrier{device="veth6d28251"} 1 node_network_carrier{device="veth6d76d2e"} 1 node_network_carrier{device="veth6fed348"} 1 node_network_carrier{device="veth70fc496"} 1 node_network_carrier{device="veth7339464"} 1 node_network_carrier{device="veth744b8d9"} 1 node_network_carrier{device="veth74a8f2d"} 1 node_network_carrier{device="veth779a9b0"} 1 node_network_carrier{device="veth78280c1"} 1 node_network_carrier{device="veth7852680"} 1 node_network_carrier{device="veth7a04c25"} 1 node_network_carrier{device="veth7a53c4c"} 1 node_network_carrier{device="veth7b68e53"} 1 node_network_carrier{device="veth82fa037"} 1 node_network_carrier{device="veth8362b0e"} 1 node_network_carrier{device="veth839e6db"} 1 node_network_carrier{device="veth84cf683"} 1 node_network_carrier{device="veth85000d5"} 1 node_network_carrier{device="veth851e301"} 1 node_network_carrier{device="veth8553213"} 1 node_network_carrier{device="veth8701e4b"} 1 node_network_carrier{device="veth8c5b58a"} 1 node_network_carrier{device="veth8c77172"} 1 node_network_carrier{device="veth8c905e4"} 1 node_network_carrier{device="veth8d5e09c"} 1 node_network_carrier{device="veth8e9752f"} 1 node_network_carrier{device="veth8ee2bf2"} 1 node_network_carrier{device="veth94df4a8"} 1 node_network_carrier{device="veth96036e6"} 1 node_network_carrier{device="veth9619378"} 1 node_network_carrier{device="veth970153a"} 1 node_network_carrier{device="veth97b739c"} 1 node_network_carrier{device="veth980e0d6"} 1 node_network_carrier{device="veth99ddf11"} 1 node_network_carrier{device="veth9a18514"} 1 node_network_carrier{device="vetha005716"} 1 node_network_carrier{device="vetha0c0dc7"} 1 node_network_carrier{device="vetha303386"} 1 node_network_carrier{device="vetha328a00"} 1 node_network_carrier{device="vetha3c0e72"} 1 node_network_carrier{device="vetha687506"} 1 node_network_carrier{device="vethaa201e8"} 1 node_network_carrier{device="vethac48cf5"} 1 node_network_carrier{device="vethadde449"} 1 node_network_carrier{device="vethb3f6289"} 1 node_network_carrier{device="vethb6b0c38"} 1 node_network_carrier{device="vethbbafdd5"} 1 node_network_carrier{device="vethbdcf73f"} 1 node_network_carrier{device="vethbe348d0"} 1 node_network_carrier{device="vethc462a78"} 1 node_network_carrier{device="vethc7e7940"} 1 node_network_carrier{device="vethc84f590"} 1 node_network_carrier{device="vethc863ebe"} 1 node_network_carrier{device="vethc8ea08f"} 1 node_network_carrier{device="vethc94c23c"} 1 node_network_carrier{device="vethc9e4d8d"} 1 node_network_carrier{device="vethcb5dfad"} 1 node_network_carrier{device="vethccc59ae"} 1 node_network_carrier{device="vethcfea7a6"} 1 node_network_carrier{device="vethd297e42"} 1 node_network_carrier{device="vethd2a1d3a"} 1 node_network_carrier{device="vethd664e50"} 1 node_network_carrier{device="vethd70046f"} 1 node_network_carrier{device="vethd901f1c"} 1 node_network_carrier{device="vethda7b6f4"} 1 node_network_carrier{device="vethdafb8d3"} 1 node_network_carrier{device="vethdbda231"} 1 node_network_carrier{device="vethdbe575e"} 1 node_network_carrier{device="vethdcef7e9"} 1 node_network_carrier{device="vethe17211e"} 1 node_network_carrier{device="vethe17f832"} 1 node_network_carrier{device="vethe4796eb"} 1 node_network_carrier{device="vethe6777c6"} 1 node_network_carrier{device="vethe7bc640"} 1 node_network_carrier{device="vethe8a12b2"} 1 node_network_carrier{device="vethee8a542"} 1 node_network_carrier{device="vethee8d1ce"} 1 node_network_carrier{device="vetheefc42a"} 1 node_network_carrier{device="vethef3c4e1"} 1 node_network_carrier{device="vethf05f0fd"} 1 node_network_carrier{device="vethf21e1e6"} 1 node_network_carrier{device="vethf354b58"} 1 node_network_carrier{device="vethf478f47"} 1 node_network_carrier{device="vethf47ae52"} 1 node_network_carrier{device="vethf4ef1a1"} 1 node_network_carrier{device="vethf84fcf6"} 1 node_network_carrier{device="vethf881f42"} 1 node_network_carrier{device="vethf8a47ba"} 1 node_network_carrier{device="vethfbc2fcb"} 1 node_network_carrier{device="vethfdd6287"} 1 node_network_carrier{device="vethfe12856"} 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"} 4 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"} 6 node_network_carrier_changes_total{device="br-a0144fd8fc9b"} 6 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="veth0041dca"} 2 node_network_carrier_changes_total{device="veth01f4fb5"} 2 node_network_carrier_changes_total{device="veth0273147"} 2 node_network_carrier_changes_total{device="veth02c2ee2"} 2 node_network_carrier_changes_total{device="veth0363e8e"} 2 node_network_carrier_changes_total{device="veth04811d4"} 2 node_network_carrier_changes_total{device="veth04a7879"} 2 node_network_carrier_changes_total{device="veth04e134c"} 2 node_network_carrier_changes_total{device="veth06386a8"} 2 node_network_carrier_changes_total{device="veth073a0ae"} 2 node_network_carrier_changes_total{device="veth07d0b79"} 2 node_network_carrier_changes_total{device="veth08d4173"} 2 node_network_carrier_changes_total{device="veth0983ec1"} 2 node_network_carrier_changes_total{device="veth0aa0840"} 2 node_network_carrier_changes_total{device="veth0b4bcc6"} 2 node_network_carrier_changes_total{device="veth0d46dec"} 2 node_network_carrier_changes_total{device="veth0d4969b"} 2 node_network_carrier_changes_total{device="veth0dc1806"} 2 node_network_carrier_changes_total{device="veth0e13af8"} 2 node_network_carrier_changes_total{device="veth0f796aa"} 2 node_network_carrier_changes_total{device="veth0fdea13"} 2 node_network_carrier_changes_total{device="veth0ff0390"} 2 node_network_carrier_changes_total{device="veth1369dbc"} 2 node_network_carrier_changes_total{device="veth1388665"} 2 node_network_carrier_changes_total{device="veth139be56"} 2 node_network_carrier_changes_total{device="veth13d497b"} 2 node_network_carrier_changes_total{device="veth140b313"} 2 node_network_carrier_changes_total{device="veth1496b36"} 2 node_network_carrier_changes_total{device="veth162ccc0"} 2 node_network_carrier_changes_total{device="veth1b3139e"} 2 node_network_carrier_changes_total{device="veth1dfa77a"} 2 node_network_carrier_changes_total{device="veth1e0178f"} 2 node_network_carrier_changes_total{device="veth1e03f09"} 2 node_network_carrier_changes_total{device="veth1f31076"} 2 node_network_carrier_changes_total{device="veth1fafce8"} 2 node_network_carrier_changes_total{device="veth2027081"} 2 node_network_carrier_changes_total{device="veth2045a57"} 2 node_network_carrier_changes_total{device="veth20a8b8e"} 2 node_network_carrier_changes_total{device="veth2158120"} 2 node_network_carrier_changes_total{device="veth23915ec"} 2 node_network_carrier_changes_total{device="veth2650507"} 2 node_network_carrier_changes_total{device="veth287fee9"} 2 node_network_carrier_changes_total{device="veth2a90439"} 2 node_network_carrier_changes_total{device="veth2b6e647"} 2 node_network_carrier_changes_total{device="veth2bc62c5"} 2 node_network_carrier_changes_total{device="veth2daa401"} 2 node_network_carrier_changes_total{device="veth2dd3288"} 2 node_network_carrier_changes_total{device="veth2ee1684"} 2 node_network_carrier_changes_total{device="veth2f43384"} 2 node_network_carrier_changes_total{device="veth32e0c57"} 2 node_network_carrier_changes_total{device="veth333a4d4"} 2 node_network_carrier_changes_total{device="veth35140bc"} 2 node_network_carrier_changes_total{device="veth35a48bf"} 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="veth3f3da42"} 2 node_network_carrier_changes_total{device="veth3f6debb"} 2 node_network_carrier_changes_total{device="veth40d3df2"} 2 node_network_carrier_changes_total{device="veth4289883"} 2 node_network_carrier_changes_total{device="veth4382b79"} 2 node_network_carrier_changes_total{device="veth461886c"} 2 node_network_carrier_changes_total{device="veth47f974e"} 2 node_network_carrier_changes_total{device="veth4880b15"} 2 node_network_carrier_changes_total{device="veth49d719c"} 2 node_network_carrier_changes_total{device="veth4b8eff5"} 2 node_network_carrier_changes_total{device="veth4d3ae10"} 2 node_network_carrier_changes_total{device="veth5087deb"} 2 node_network_carrier_changes_total{device="veth5090b57"} 2 node_network_carrier_changes_total{device="veth5462551"} 2 node_network_carrier_changes_total{device="veth57bc285"} 2 node_network_carrier_changes_total{device="veth591a4e5"} 2 node_network_carrier_changes_total{device="veth596c87a"} 2 node_network_carrier_changes_total{device="veth6097074"} 2 node_network_carrier_changes_total{device="veth629928b"} 2 node_network_carrier_changes_total{device="veth66fe80a"} 2 node_network_carrier_changes_total{device="veth6864a94"} 2 node_network_carrier_changes_total{device="veth68c6b3b"} 2 node_network_carrier_changes_total{device="veth68c9de2"} 2 node_network_carrier_changes_total{device="veth693d267"} 2 node_network_carrier_changes_total{device="veth6a6c1d7"} 2 node_network_carrier_changes_total{device="veth6d28251"} 2 node_network_carrier_changes_total{device="veth6d76d2e"} 2 node_network_carrier_changes_total{device="veth6fed348"} 2 node_network_carrier_changes_total{device="veth70fc496"} 2 node_network_carrier_changes_total{device="veth7339464"} 2 node_network_carrier_changes_total{device="veth744b8d9"} 2 node_network_carrier_changes_total{device="veth74a8f2d"} 2 node_network_carrier_changes_total{device="veth779a9b0"} 2 node_network_carrier_changes_total{device="veth78280c1"} 2 node_network_carrier_changes_total{device="veth7852680"} 2 node_network_carrier_changes_total{device="veth7a04c25"} 2 node_network_carrier_changes_total{device="veth7a53c4c"} 2 node_network_carrier_changes_total{device="veth7b68e53"} 2 node_network_carrier_changes_total{device="veth82fa037"} 2 node_network_carrier_changes_total{device="veth8362b0e"} 2 node_network_carrier_changes_total{device="veth839e6db"} 2 node_network_carrier_changes_total{device="veth84cf683"} 2 node_network_carrier_changes_total{device="veth85000d5"} 2 node_network_carrier_changes_total{device="veth851e301"} 2 node_network_carrier_changes_total{device="veth8553213"} 2 node_network_carrier_changes_total{device="veth8701e4b"} 2 node_network_carrier_changes_total{device="veth8c5b58a"} 2 node_network_carrier_changes_total{device="veth8c77172"} 2 node_network_carrier_changes_total{device="veth8c905e4"} 2 node_network_carrier_changes_total{device="veth8d5e09c"} 2 node_network_carrier_changes_total{device="veth8e9752f"} 2 node_network_carrier_changes_total{device="veth8ee2bf2"} 2 node_network_carrier_changes_total{device="veth94df4a8"} 2 node_network_carrier_changes_total{device="veth96036e6"} 2 node_network_carrier_changes_total{device="veth9619378"} 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="veth99ddf11"} 2 node_network_carrier_changes_total{device="veth9a18514"} 2 node_network_carrier_changes_total{device="vetha005716"} 2 node_network_carrier_changes_total{device="vetha0c0dc7"} 2 node_network_carrier_changes_total{device="vetha303386"} 2 node_network_carrier_changes_total{device="vetha328a00"} 2 node_network_carrier_changes_total{device="vetha3c0e72"} 2 node_network_carrier_changes_total{device="vetha687506"} 2 node_network_carrier_changes_total{device="vethaa201e8"} 2 node_network_carrier_changes_total{device="vethac48cf5"} 2 node_network_carrier_changes_total{device="vethadde449"} 2 node_network_carrier_changes_total{device="vethb3f6289"} 2 node_network_carrier_changes_total{device="vethb6b0c38"} 2 node_network_carrier_changes_total{device="vethbbafdd5"} 2 node_network_carrier_changes_total{device="vethbdcf73f"} 2 node_network_carrier_changes_total{device="vethbe348d0"} 2 node_network_carrier_changes_total{device="vethc462a78"} 2 node_network_carrier_changes_total{device="vethc7e7940"} 2 node_network_carrier_changes_total{device="vethc84f590"} 2 node_network_carrier_changes_total{device="vethc863ebe"} 2 node_network_carrier_changes_total{device="vethc8ea08f"} 2 node_network_carrier_changes_total{device="vethc94c23c"} 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="vethcfea7a6"} 2 node_network_carrier_changes_total{device="vethd297e42"} 2 node_network_carrier_changes_total{device="vethd2a1d3a"} 2 node_network_carrier_changes_total{device="vethd664e50"} 2 node_network_carrier_changes_total{device="vethd70046f"} 2 node_network_carrier_changes_total{device="vethd901f1c"} 2 node_network_carrier_changes_total{device="vethda7b6f4"} 2 node_network_carrier_changes_total{device="vethdafb8d3"} 2 node_network_carrier_changes_total{device="vethdbda231"} 2 node_network_carrier_changes_total{device="vethdbe575e"} 2 node_network_carrier_changes_total{device="vethdcef7e9"} 2 node_network_carrier_changes_total{device="vethe17211e"} 2 node_network_carrier_changes_total{device="vethe17f832"} 2 node_network_carrier_changes_total{device="vethe4796eb"} 2 node_network_carrier_changes_total{device="vethe6777c6"} 2 node_network_carrier_changes_total{device="vethe7bc640"} 2 node_network_carrier_changes_total{device="vethe8a12b2"} 2 node_network_carrier_changes_total{device="vethee8a542"} 2 node_network_carrier_changes_total{device="vethee8d1ce"} 2 node_network_carrier_changes_total{device="vetheefc42a"} 2 node_network_carrier_changes_total{device="vethef3c4e1"} 2 node_network_carrier_changes_total{device="vethf05f0fd"} 2 node_network_carrier_changes_total{device="vethf21e1e6"} 2 node_network_carrier_changes_total{device="vethf354b58"} 2 node_network_carrier_changes_total{device="vethf478f47"} 2 node_network_carrier_changes_total{device="vethf47ae52"} 2 node_network_carrier_changes_total{device="vethf4ef1a1"} 2 node_network_carrier_changes_total{device="vethf84fcf6"} 2 node_network_carrier_changes_total{device="vethf881f42"} 2 node_network_carrier_changes_total{device="vethf8a47ba"} 2 node_network_carrier_changes_total{device="vethfbc2fcb"} 2 node_network_carrier_changes_total{device="vethfdd6287"} 2 node_network_carrier_changes_total{device="vethfe12856"} 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"} 2 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"} 3 node_network_carrier_down_changes_total{device="br-a0144fd8fc9b"} 3 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="veth0041dca"} 1 node_network_carrier_down_changes_total{device="veth01f4fb5"} 1 node_network_carrier_down_changes_total{device="veth0273147"} 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="veth04811d4"} 1 node_network_carrier_down_changes_total{device="veth04a7879"} 1 node_network_carrier_down_changes_total{device="veth04e134c"} 1 node_network_carrier_down_changes_total{device="veth06386a8"} 1 node_network_carrier_down_changes_total{device="veth073a0ae"} 1 node_network_carrier_down_changes_total{device="veth07d0b79"} 1 node_network_carrier_down_changes_total{device="veth08d4173"} 1 node_network_carrier_down_changes_total{device="veth0983ec1"} 1 node_network_carrier_down_changes_total{device="veth0aa0840"} 1 node_network_carrier_down_changes_total{device="veth0b4bcc6"} 1 node_network_carrier_down_changes_total{device="veth0d46dec"} 1 node_network_carrier_down_changes_total{device="veth0d4969b"} 1 node_network_carrier_down_changes_total{device="veth0dc1806"} 1 node_network_carrier_down_changes_total{device="veth0e13af8"} 1 node_network_carrier_down_changes_total{device="veth0f796aa"} 1 node_network_carrier_down_changes_total{device="veth0fdea13"} 1 node_network_carrier_down_changes_total{device="veth0ff0390"} 1 node_network_carrier_down_changes_total{device="veth1369dbc"} 1 node_network_carrier_down_changes_total{device="veth1388665"} 1 node_network_carrier_down_changes_total{device="veth139be56"} 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="veth1496b36"} 1 node_network_carrier_down_changes_total{device="veth162ccc0"} 1 node_network_carrier_down_changes_total{device="veth1b3139e"} 1 node_network_carrier_down_changes_total{device="veth1dfa77a"} 1 node_network_carrier_down_changes_total{device="veth1e0178f"} 1 node_network_carrier_down_changes_total{device="veth1e03f09"} 1 node_network_carrier_down_changes_total{device="veth1f31076"} 1 node_network_carrier_down_changes_total{device="veth1fafce8"} 1 node_network_carrier_down_changes_total{device="veth2027081"} 1 node_network_carrier_down_changes_total{device="veth2045a57"} 1 node_network_carrier_down_changes_total{device="veth20a8b8e"} 1 node_network_carrier_down_changes_total{device="veth2158120"} 1 node_network_carrier_down_changes_total{device="veth23915ec"} 1 node_network_carrier_down_changes_total{device="veth2650507"} 1 node_network_carrier_down_changes_total{device="veth287fee9"} 1 node_network_carrier_down_changes_total{device="veth2a90439"} 1 node_network_carrier_down_changes_total{device="veth2b6e647"} 1 node_network_carrier_down_changes_total{device="veth2bc62c5"} 1 node_network_carrier_down_changes_total{device="veth2daa401"} 1 node_network_carrier_down_changes_total{device="veth2dd3288"} 1 node_network_carrier_down_changes_total{device="veth2ee1684"} 1 node_network_carrier_down_changes_total{device="veth2f43384"} 1 node_network_carrier_down_changes_total{device="veth32e0c57"} 1 node_network_carrier_down_changes_total{device="veth333a4d4"} 1 node_network_carrier_down_changes_total{device="veth35140bc"} 1 node_network_carrier_down_changes_total{device="veth35a48bf"} 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="veth3f3da42"} 1 node_network_carrier_down_changes_total{device="veth3f6debb"} 1 node_network_carrier_down_changes_total{device="veth40d3df2"} 1 node_network_carrier_down_changes_total{device="veth4289883"} 1 node_network_carrier_down_changes_total{device="veth4382b79"} 1 node_network_carrier_down_changes_total{device="veth461886c"} 1 node_network_carrier_down_changes_total{device="veth47f974e"} 1 node_network_carrier_down_changes_total{device="veth4880b15"} 1 node_network_carrier_down_changes_total{device="veth49d719c"} 1 node_network_carrier_down_changes_total{device="veth4b8eff5"} 1 node_network_carrier_down_changes_total{device="veth4d3ae10"} 1 node_network_carrier_down_changes_total{device="veth5087deb"} 1 node_network_carrier_down_changes_total{device="veth5090b57"} 1 node_network_carrier_down_changes_total{device="veth5462551"} 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="veth596c87a"} 1 node_network_carrier_down_changes_total{device="veth6097074"} 1 node_network_carrier_down_changes_total{device="veth629928b"} 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="veth68c6b3b"} 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="veth6a6c1d7"} 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="veth6fed348"} 1 node_network_carrier_down_changes_total{device="veth70fc496"} 1 node_network_carrier_down_changes_total{device="veth7339464"} 1 node_network_carrier_down_changes_total{device="veth744b8d9"} 1 node_network_carrier_down_changes_total{device="veth74a8f2d"} 1 node_network_carrier_down_changes_total{device="veth779a9b0"} 1 node_network_carrier_down_changes_total{device="veth78280c1"} 1 node_network_carrier_down_changes_total{device="veth7852680"} 1 node_network_carrier_down_changes_total{device="veth7a04c25"} 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="veth82fa037"} 1 node_network_carrier_down_changes_total{device="veth8362b0e"} 1 node_network_carrier_down_changes_total{device="veth839e6db"} 1 node_network_carrier_down_changes_total{device="veth84cf683"} 1 node_network_carrier_down_changes_total{device="veth85000d5"} 1 node_network_carrier_down_changes_total{device="veth851e301"} 1 node_network_carrier_down_changes_total{device="veth8553213"} 1 node_network_carrier_down_changes_total{device="veth8701e4b"} 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="veth8c905e4"} 1 node_network_carrier_down_changes_total{device="veth8d5e09c"} 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="veth94df4a8"} 1 node_network_carrier_down_changes_total{device="veth96036e6"} 1 node_network_carrier_down_changes_total{device="veth9619378"} 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="veth99ddf11"} 1 node_network_carrier_down_changes_total{device="veth9a18514"} 1 node_network_carrier_down_changes_total{device="vetha005716"} 1 node_network_carrier_down_changes_total{device="vetha0c0dc7"} 1 node_network_carrier_down_changes_total{device="vetha303386"} 1 node_network_carrier_down_changes_total{device="vetha328a00"} 1 node_network_carrier_down_changes_total{device="vetha3c0e72"} 1 node_network_carrier_down_changes_total{device="vetha687506"} 1 node_network_carrier_down_changes_total{device="vethaa201e8"} 1 node_network_carrier_down_changes_total{device="vethac48cf5"} 1 node_network_carrier_down_changes_total{device="vethadde449"} 1 node_network_carrier_down_changes_total{device="vethb3f6289"} 1 node_network_carrier_down_changes_total{device="vethb6b0c38"} 1 node_network_carrier_down_changes_total{device="vethbbafdd5"} 1 node_network_carrier_down_changes_total{device="vethbdcf73f"} 1 node_network_carrier_down_changes_total{device="vethbe348d0"} 1 node_network_carrier_down_changes_total{device="vethc462a78"} 1 node_network_carrier_down_changes_total{device="vethc7e7940"} 1 node_network_carrier_down_changes_total{device="vethc84f590"} 1 node_network_carrier_down_changes_total{device="vethc863ebe"} 1 node_network_carrier_down_changes_total{device="vethc8ea08f"} 1 node_network_carrier_down_changes_total{device="vethc94c23c"} 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="vethcfea7a6"} 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="vethd664e50"} 1 node_network_carrier_down_changes_total{device="vethd70046f"} 1 node_network_carrier_down_changes_total{device="vethd901f1c"} 1 node_network_carrier_down_changes_total{device="vethda7b6f4"} 1 node_network_carrier_down_changes_total{device="vethdafb8d3"} 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="vethdcef7e9"} 1 node_network_carrier_down_changes_total{device="vethe17211e"} 1 node_network_carrier_down_changes_total{device="vethe17f832"} 1 node_network_carrier_down_changes_total{device="vethe4796eb"} 1 node_network_carrier_down_changes_total{device="vethe6777c6"} 1 node_network_carrier_down_changes_total{device="vethe7bc640"} 1 node_network_carrier_down_changes_total{device="vethe8a12b2"} 1 node_network_carrier_down_changes_total{device="vethee8a542"} 1 node_network_carrier_down_changes_total{device="vethee8d1ce"} 1 node_network_carrier_down_changes_total{device="vetheefc42a"} 1 node_network_carrier_down_changes_total{device="vethef3c4e1"} 1 node_network_carrier_down_changes_total{device="vethf05f0fd"} 1 node_network_carrier_down_changes_total{device="vethf21e1e6"} 1 node_network_carrier_down_changes_total{device="vethf354b58"} 1 node_network_carrier_down_changes_total{device="vethf478f47"} 1 node_network_carrier_down_changes_total{device="vethf47ae52"} 1 node_network_carrier_down_changes_total{device="vethf4ef1a1"} 1 node_network_carrier_down_changes_total{device="vethf84fcf6"} 1 node_network_carrier_down_changes_total{device="vethf881f42"} 1 node_network_carrier_down_changes_total{device="vethf8a47ba"} 1 node_network_carrier_down_changes_total{device="vethfbc2fcb"} 1 node_network_carrier_down_changes_total{device="vethfdd6287"} 1 node_network_carrier_down_changes_total{device="vethfe12856"} 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"} 2 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"} 3 node_network_carrier_up_changes_total{device="br-a0144fd8fc9b"} 3 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="veth0041dca"} 1 node_network_carrier_up_changes_total{device="veth01f4fb5"} 1 node_network_carrier_up_changes_total{device="veth0273147"} 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="veth04811d4"} 1 node_network_carrier_up_changes_total{device="veth04a7879"} 1 node_network_carrier_up_changes_total{device="veth04e134c"} 1 node_network_carrier_up_changes_total{device="veth06386a8"} 1 node_network_carrier_up_changes_total{device="veth073a0ae"} 1 node_network_carrier_up_changes_total{device="veth07d0b79"} 1 node_network_carrier_up_changes_total{device="veth08d4173"} 1 node_network_carrier_up_changes_total{device="veth0983ec1"} 1 node_network_carrier_up_changes_total{device="veth0aa0840"} 1 node_network_carrier_up_changes_total{device="veth0b4bcc6"} 1 node_network_carrier_up_changes_total{device="veth0d46dec"} 1 node_network_carrier_up_changes_total{device="veth0d4969b"} 1 node_network_carrier_up_changes_total{device="veth0dc1806"} 1 node_network_carrier_up_changes_total{device="veth0e13af8"} 1 node_network_carrier_up_changes_total{device="veth0f796aa"} 1 node_network_carrier_up_changes_total{device="veth0fdea13"} 1 node_network_carrier_up_changes_total{device="veth0ff0390"} 1 node_network_carrier_up_changes_total{device="veth1369dbc"} 1 node_network_carrier_up_changes_total{device="veth1388665"} 1 node_network_carrier_up_changes_total{device="veth139be56"} 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="veth1496b36"} 1 node_network_carrier_up_changes_total{device="veth162ccc0"} 1 node_network_carrier_up_changes_total{device="veth1b3139e"} 1 node_network_carrier_up_changes_total{device="veth1dfa77a"} 1 node_network_carrier_up_changes_total{device="veth1e0178f"} 1 node_network_carrier_up_changes_total{device="veth1e03f09"} 1 node_network_carrier_up_changes_total{device="veth1f31076"} 1 node_network_carrier_up_changes_total{device="veth1fafce8"} 1 node_network_carrier_up_changes_total{device="veth2027081"} 1 node_network_carrier_up_changes_total{device="veth2045a57"} 1 node_network_carrier_up_changes_total{device="veth20a8b8e"} 1 node_network_carrier_up_changes_total{device="veth2158120"} 1 node_network_carrier_up_changes_total{device="veth23915ec"} 1 node_network_carrier_up_changes_total{device="veth2650507"} 1 node_network_carrier_up_changes_total{device="veth287fee9"} 1 node_network_carrier_up_changes_total{device="veth2a90439"} 1 node_network_carrier_up_changes_total{device="veth2b6e647"} 1 node_network_carrier_up_changes_total{device="veth2bc62c5"} 1 node_network_carrier_up_changes_total{device="veth2daa401"} 1 node_network_carrier_up_changes_total{device="veth2dd3288"} 1 node_network_carrier_up_changes_total{device="veth2ee1684"} 1 node_network_carrier_up_changes_total{device="veth2f43384"} 1 node_network_carrier_up_changes_total{device="veth32e0c57"} 1 node_network_carrier_up_changes_total{device="veth333a4d4"} 1 node_network_carrier_up_changes_total{device="veth35140bc"} 1 node_network_carrier_up_changes_total{device="veth35a48bf"} 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="veth3f3da42"} 1 node_network_carrier_up_changes_total{device="veth3f6debb"} 1 node_network_carrier_up_changes_total{device="veth40d3df2"} 1 node_network_carrier_up_changes_total{device="veth4289883"} 1 node_network_carrier_up_changes_total{device="veth4382b79"} 1 node_network_carrier_up_changes_total{device="veth461886c"} 1 node_network_carrier_up_changes_total{device="veth47f974e"} 1 node_network_carrier_up_changes_total{device="veth4880b15"} 1 node_network_carrier_up_changes_total{device="veth49d719c"} 1 node_network_carrier_up_changes_total{device="veth4b8eff5"} 1 node_network_carrier_up_changes_total{device="veth4d3ae10"} 1 node_network_carrier_up_changes_total{device="veth5087deb"} 1 node_network_carrier_up_changes_total{device="veth5090b57"} 1 node_network_carrier_up_changes_total{device="veth5462551"} 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="veth596c87a"} 1 node_network_carrier_up_changes_total{device="veth6097074"} 1 node_network_carrier_up_changes_total{device="veth629928b"} 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="veth68c6b3b"} 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="veth6a6c1d7"} 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="veth6fed348"} 1 node_network_carrier_up_changes_total{device="veth70fc496"} 1 node_network_carrier_up_changes_total{device="veth7339464"} 1 node_network_carrier_up_changes_total{device="veth744b8d9"} 1 node_network_carrier_up_changes_total{device="veth74a8f2d"} 1 node_network_carrier_up_changes_total{device="veth779a9b0"} 1 node_network_carrier_up_changes_total{device="veth78280c1"} 1 node_network_carrier_up_changes_total{device="veth7852680"} 1 node_network_carrier_up_changes_total{device="veth7a04c25"} 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="veth82fa037"} 1 node_network_carrier_up_changes_total{device="veth8362b0e"} 1 node_network_carrier_up_changes_total{device="veth839e6db"} 1 node_network_carrier_up_changes_total{device="veth84cf683"} 1 node_network_carrier_up_changes_total{device="veth85000d5"} 1 node_network_carrier_up_changes_total{device="veth851e301"} 1 node_network_carrier_up_changes_total{device="veth8553213"} 1 node_network_carrier_up_changes_total{device="veth8701e4b"} 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="veth8c905e4"} 1 node_network_carrier_up_changes_total{device="veth8d5e09c"} 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="veth94df4a8"} 1 node_network_carrier_up_changes_total{device="veth96036e6"} 1 node_network_carrier_up_changes_total{device="veth9619378"} 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="veth99ddf11"} 1 node_network_carrier_up_changes_total{device="veth9a18514"} 1 node_network_carrier_up_changes_total{device="vetha005716"} 1 node_network_carrier_up_changes_total{device="vetha0c0dc7"} 1 node_network_carrier_up_changes_total{device="vetha303386"} 1 node_network_carrier_up_changes_total{device="vetha328a00"} 1 node_network_carrier_up_changes_total{device="vetha3c0e72"} 1 node_network_carrier_up_changes_total{device="vetha687506"} 1 node_network_carrier_up_changes_total{device="vethaa201e8"} 1 node_network_carrier_up_changes_total{device="vethac48cf5"} 1 node_network_carrier_up_changes_total{device="vethadde449"} 1 node_network_carrier_up_changes_total{device="vethb3f6289"} 1 node_network_carrier_up_changes_total{device="vethb6b0c38"} 1 node_network_carrier_up_changes_total{device="vethbbafdd5"} 1 node_network_carrier_up_changes_total{device="vethbdcf73f"} 1 node_network_carrier_up_changes_total{device="vethbe348d0"} 1 node_network_carrier_up_changes_total{device="vethc462a78"} 1 node_network_carrier_up_changes_total{device="vethc7e7940"} 1 node_network_carrier_up_changes_total{device="vethc84f590"} 1 node_network_carrier_up_changes_total{device="vethc863ebe"} 1 node_network_carrier_up_changes_total{device="vethc8ea08f"} 1 node_network_carrier_up_changes_total{device="vethc94c23c"} 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="vethcfea7a6"} 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="vethd664e50"} 1 node_network_carrier_up_changes_total{device="vethd70046f"} 1 node_network_carrier_up_changes_total{device="vethd901f1c"} 1 node_network_carrier_up_changes_total{device="vethda7b6f4"} 1 node_network_carrier_up_changes_total{device="vethdafb8d3"} 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="vethdcef7e9"} 1 node_network_carrier_up_changes_total{device="vethe17211e"} 1 node_network_carrier_up_changes_total{device="vethe17f832"} 1 node_network_carrier_up_changes_total{device="vethe4796eb"} 1 node_network_carrier_up_changes_total{device="vethe6777c6"} 1 node_network_carrier_up_changes_total{device="vethe7bc640"} 1 node_network_carrier_up_changes_total{device="vethe8a12b2"} 1 node_network_carrier_up_changes_total{device="vethee8a542"} 1 node_network_carrier_up_changes_total{device="vethee8d1ce"} 1 node_network_carrier_up_changes_total{device="vetheefc42a"} 1 node_network_carrier_up_changes_total{device="vethef3c4e1"} 1 node_network_carrier_up_changes_total{device="vethf05f0fd"} 1 node_network_carrier_up_changes_total{device="vethf21e1e6"} 1 node_network_carrier_up_changes_total{device="vethf354b58"} 1 node_network_carrier_up_changes_total{device="vethf478f47"} 1 node_network_carrier_up_changes_total{device="vethf47ae52"} 1 node_network_carrier_up_changes_total{device="vethf4ef1a1"} 1 node_network_carrier_up_changes_total{device="vethf84fcf6"} 1 node_network_carrier_up_changes_total{device="vethf881f42"} 1 node_network_carrier_up_changes_total{device="vethf8a47ba"} 1 node_network_carrier_up_changes_total{device="vethfbc2fcb"} 1 node_network_carrier_up_changes_total{device="vethfdd6287"} 1 node_network_carrier_up_changes_total{device="vethfe12856"} 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="veth0041dca"} 0 node_network_device_id{device="veth01f4fb5"} 0 node_network_device_id{device="veth0273147"} 0 node_network_device_id{device="veth02c2ee2"} 0 node_network_device_id{device="veth0363e8e"} 0 node_network_device_id{device="veth04811d4"} 0 node_network_device_id{device="veth04a7879"} 0 node_network_device_id{device="veth04e134c"} 0 node_network_device_id{device="veth06386a8"} 0 node_network_device_id{device="veth073a0ae"} 0 node_network_device_id{device="veth07d0b79"} 0 node_network_device_id{device="veth08d4173"} 0 node_network_device_id{device="veth0983ec1"} 0 node_network_device_id{device="veth0aa0840"} 0 node_network_device_id{device="veth0b4bcc6"} 0 node_network_device_id{device="veth0d46dec"} 0 node_network_device_id{device="veth0d4969b"} 0 node_network_device_id{device="veth0dc1806"} 0 node_network_device_id{device="veth0e13af8"} 0 node_network_device_id{device="veth0f796aa"} 0 node_network_device_id{device="veth0fdea13"} 0 node_network_device_id{device="veth0ff0390"} 0 node_network_device_id{device="veth1369dbc"} 0 node_network_device_id{device="veth1388665"} 0 node_network_device_id{device="veth139be56"} 0 node_network_device_id{device="veth13d497b"} 0 node_network_device_id{device="veth140b313"} 0 node_network_device_id{device="veth1496b36"} 0 node_network_device_id{device="veth162ccc0"} 0 node_network_device_id{device="veth1b3139e"} 0 node_network_device_id{device="veth1dfa77a"} 0 node_network_device_id{device="veth1e0178f"} 0 node_network_device_id{device="veth1e03f09"} 0 node_network_device_id{device="veth1f31076"} 0 node_network_device_id{device="veth1fafce8"} 0 node_network_device_id{device="veth2027081"} 0 node_network_device_id{device="veth2045a57"} 0 node_network_device_id{device="veth20a8b8e"} 0 node_network_device_id{device="veth2158120"} 0 node_network_device_id{device="veth23915ec"} 0 node_network_device_id{device="veth2650507"} 0 node_network_device_id{device="veth287fee9"} 0 node_network_device_id{device="veth2a90439"} 0 node_network_device_id{device="veth2b6e647"} 0 node_network_device_id{device="veth2bc62c5"} 0 node_network_device_id{device="veth2daa401"} 0 node_network_device_id{device="veth2dd3288"} 0 node_network_device_id{device="veth2ee1684"} 0 node_network_device_id{device="veth2f43384"} 0 node_network_device_id{device="veth32e0c57"} 0 node_network_device_id{device="veth333a4d4"} 0 node_network_device_id{device="veth35140bc"} 0 node_network_device_id{device="veth35a48bf"} 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="veth3f3da42"} 0 node_network_device_id{device="veth3f6debb"} 0 node_network_device_id{device="veth40d3df2"} 0 node_network_device_id{device="veth4289883"} 0 node_network_device_id{device="veth4382b79"} 0 node_network_device_id{device="veth461886c"} 0 node_network_device_id{device="veth47f974e"} 0 node_network_device_id{device="veth4880b15"} 0 node_network_device_id{device="veth49d719c"} 0 node_network_device_id{device="veth4b8eff5"} 0 node_network_device_id{device="veth4d3ae10"} 0 node_network_device_id{device="veth5087deb"} 0 node_network_device_id{device="veth5090b57"} 0 node_network_device_id{device="veth5462551"} 0 node_network_device_id{device="veth57bc285"} 0 node_network_device_id{device="veth591a4e5"} 0 node_network_device_id{device="veth596c87a"} 0 node_network_device_id{device="veth6097074"} 0 node_network_device_id{device="veth629928b"} 0 node_network_device_id{device="veth66fe80a"} 0 node_network_device_id{device="veth6864a94"} 0 node_network_device_id{device="veth68c6b3b"} 0 node_network_device_id{device="veth68c9de2"} 0 node_network_device_id{device="veth693d267"} 0 node_network_device_id{device="veth6a6c1d7"} 0 node_network_device_id{device="veth6d28251"} 0 node_network_device_id{device="veth6d76d2e"} 0 node_network_device_id{device="veth6fed348"} 0 node_network_device_id{device="veth70fc496"} 0 node_network_device_id{device="veth7339464"} 0 node_network_device_id{device="veth744b8d9"} 0 node_network_device_id{device="veth74a8f2d"} 0 node_network_device_id{device="veth779a9b0"} 0 node_network_device_id{device="veth78280c1"} 0 node_network_device_id{device="veth7852680"} 0 node_network_device_id{device="veth7a04c25"} 0 node_network_device_id{device="veth7a53c4c"} 0 node_network_device_id{device="veth7b68e53"} 0 node_network_device_id{device="veth82fa037"} 0 node_network_device_id{device="veth8362b0e"} 0 node_network_device_id{device="veth839e6db"} 0 node_network_device_id{device="veth84cf683"} 0 node_network_device_id{device="veth85000d5"} 0 node_network_device_id{device="veth851e301"} 0 node_network_device_id{device="veth8553213"} 0 node_network_device_id{device="veth8701e4b"} 0 node_network_device_id{device="veth8c5b58a"} 0 node_network_device_id{device="veth8c77172"} 0 node_network_device_id{device="veth8c905e4"} 0 node_network_device_id{device="veth8d5e09c"} 0 node_network_device_id{device="veth8e9752f"} 0 node_network_device_id{device="veth8ee2bf2"} 0 node_network_device_id{device="veth94df4a8"} 0 node_network_device_id{device="veth96036e6"} 0 node_network_device_id{device="veth9619378"} 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="veth99ddf11"} 0 node_network_device_id{device="veth9a18514"} 0 node_network_device_id{device="vetha005716"} 0 node_network_device_id{device="vetha0c0dc7"} 0 node_network_device_id{device="vetha303386"} 0 node_network_device_id{device="vetha328a00"} 0 node_network_device_id{device="vetha3c0e72"} 0 node_network_device_id{device="vetha687506"} 0 node_network_device_id{device="vethaa201e8"} 0 node_network_device_id{device="vethac48cf5"} 0 node_network_device_id{device="vethadde449"} 0 node_network_device_id{device="vethb3f6289"} 0 node_network_device_id{device="vethb6b0c38"} 0 node_network_device_id{device="vethbbafdd5"} 0 node_network_device_id{device="vethbdcf73f"} 0 node_network_device_id{device="vethbe348d0"} 0 node_network_device_id{device="vethc462a78"} 0 node_network_device_id{device="vethc7e7940"} 0 node_network_device_id{device="vethc84f590"} 0 node_network_device_id{device="vethc863ebe"} 0 node_network_device_id{device="vethc8ea08f"} 0 node_network_device_id{device="vethc94c23c"} 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="vethcfea7a6"} 0 node_network_device_id{device="vethd297e42"} 0 node_network_device_id{device="vethd2a1d3a"} 0 node_network_device_id{device="vethd664e50"} 0 node_network_device_id{device="vethd70046f"} 0 node_network_device_id{device="vethd901f1c"} 0 node_network_device_id{device="vethda7b6f4"} 0 node_network_device_id{device="vethdafb8d3"} 0 node_network_device_id{device="vethdbda231"} 0 node_network_device_id{device="vethdbe575e"} 0 node_network_device_id{device="vethdcef7e9"} 0 node_network_device_id{device="vethe17211e"} 0 node_network_device_id{device="vethe17f832"} 0 node_network_device_id{device="vethe4796eb"} 0 node_network_device_id{device="vethe6777c6"} 0 node_network_device_id{device="vethe7bc640"} 0 node_network_device_id{device="vethe8a12b2"} 0 node_network_device_id{device="vethee8a542"} 0 node_network_device_id{device="vethee8d1ce"} 0 node_network_device_id{device="vetheefc42a"} 0 node_network_device_id{device="vethef3c4e1"} 0 node_network_device_id{device="vethf05f0fd"} 0 node_network_device_id{device="vethf21e1e6"} 0 node_network_device_id{device="vethf354b58"} 0 node_network_device_id{device="vethf478f47"} 0 node_network_device_id{device="vethf47ae52"} 0 node_network_device_id{device="vethf4ef1a1"} 0 node_network_device_id{device="vethf84fcf6"} 0 node_network_device_id{device="vethf881f42"} 0 node_network_device_id{device="vethf8a47ba"} 0 node_network_device_id{device="vethfbc2fcb"} 0 node_network_device_id{device="vethfdd6287"} 0 node_network_device_id{device="vethfe12856"} 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="veth0041dca"} 0 node_network_dormant{device="veth01f4fb5"} 0 node_network_dormant{device="veth0273147"} 0 node_network_dormant{device="veth02c2ee2"} 0 node_network_dormant{device="veth0363e8e"} 0 node_network_dormant{device="veth04811d4"} 0 node_network_dormant{device="veth04a7879"} 0 node_network_dormant{device="veth04e134c"} 0 node_network_dormant{device="veth06386a8"} 0 node_network_dormant{device="veth073a0ae"} 0 node_network_dormant{device="veth07d0b79"} 0 node_network_dormant{device="veth08d4173"} 0 node_network_dormant{device="veth0983ec1"} 0 node_network_dormant{device="veth0aa0840"} 0 node_network_dormant{device="veth0b4bcc6"} 0 node_network_dormant{device="veth0d46dec"} 0 node_network_dormant{device="veth0d4969b"} 0 node_network_dormant{device="veth0dc1806"} 0 node_network_dormant{device="veth0e13af8"} 0 node_network_dormant{device="veth0f796aa"} 0 node_network_dormant{device="veth0fdea13"} 0 node_network_dormant{device="veth0ff0390"} 0 node_network_dormant{device="veth1369dbc"} 0 node_network_dormant{device="veth1388665"} 0 node_network_dormant{device="veth139be56"} 0 node_network_dormant{device="veth13d497b"} 0 node_network_dormant{device="veth140b313"} 0 node_network_dormant{device="veth1496b36"} 0 node_network_dormant{device="veth162ccc0"} 0 node_network_dormant{device="veth1b3139e"} 0 node_network_dormant{device="veth1dfa77a"} 0 node_network_dormant{device="veth1e0178f"} 0 node_network_dormant{device="veth1e03f09"} 0 node_network_dormant{device="veth1f31076"} 0 node_network_dormant{device="veth1fafce8"} 0 node_network_dormant{device="veth2027081"} 0 node_network_dormant{device="veth2045a57"} 0 node_network_dormant{device="veth20a8b8e"} 0 node_network_dormant{device="veth2158120"} 0 node_network_dormant{device="veth23915ec"} 0 node_network_dormant{device="veth2650507"} 0 node_network_dormant{device="veth287fee9"} 0 node_network_dormant{device="veth2a90439"} 0 node_network_dormant{device="veth2b6e647"} 0 node_network_dormant{device="veth2bc62c5"} 0 node_network_dormant{device="veth2daa401"} 0 node_network_dormant{device="veth2dd3288"} 0 node_network_dormant{device="veth2ee1684"} 0 node_network_dormant{device="veth2f43384"} 0 node_network_dormant{device="veth32e0c57"} 0 node_network_dormant{device="veth333a4d4"} 0 node_network_dormant{device="veth35140bc"} 0 node_network_dormant{device="veth35a48bf"} 0 node_network_dormant{device="veth35c0c4c"} 0 node_network_dormant{device="veth3738b60"} 0 node_network_dormant{device="veth39390d4"} 0 node_network_dormant{device="veth3f3da42"} 0 node_network_dormant{device="veth3f6debb"} 0 node_network_dormant{device="veth40d3df2"} 0 node_network_dormant{device="veth4289883"} 0 node_network_dormant{device="veth4382b79"} 0 node_network_dormant{device="veth461886c"} 0 node_network_dormant{device="veth47f974e"} 0 node_network_dormant{device="veth4880b15"} 0 node_network_dormant{device="veth49d719c"} 0 node_network_dormant{device="veth4b8eff5"} 0 node_network_dormant{device="veth4d3ae10"} 0 node_network_dormant{device="veth5087deb"} 0 node_network_dormant{device="veth5090b57"} 0 node_network_dormant{device="veth5462551"} 0 node_network_dormant{device="veth57bc285"} 0 node_network_dormant{device="veth591a4e5"} 0 node_network_dormant{device="veth596c87a"} 0 node_network_dormant{device="veth6097074"} 0 node_network_dormant{device="veth629928b"} 0 node_network_dormant{device="veth66fe80a"} 0 node_network_dormant{device="veth6864a94"} 0 node_network_dormant{device="veth68c6b3b"} 0 node_network_dormant{device="veth68c9de2"} 0 node_network_dormant{device="veth693d267"} 0 node_network_dormant{device="veth6a6c1d7"} 0 node_network_dormant{device="veth6d28251"} 0 node_network_dormant{device="veth6d76d2e"} 0 node_network_dormant{device="veth6fed348"} 0 node_network_dormant{device="veth70fc496"} 0 node_network_dormant{device="veth7339464"} 0 node_network_dormant{device="veth744b8d9"} 0 node_network_dormant{device="veth74a8f2d"} 0 node_network_dormant{device="veth779a9b0"} 0 node_network_dormant{device="veth78280c1"} 0 node_network_dormant{device="veth7852680"} 0 node_network_dormant{device="veth7a04c25"} 0 node_network_dormant{device="veth7a53c4c"} 0 node_network_dormant{device="veth7b68e53"} 0 node_network_dormant{device="veth82fa037"} 0 node_network_dormant{device="veth8362b0e"} 0 node_network_dormant{device="veth839e6db"} 0 node_network_dormant{device="veth84cf683"} 0 node_network_dormant{device="veth85000d5"} 0 node_network_dormant{device="veth851e301"} 0 node_network_dormant{device="veth8553213"} 0 node_network_dormant{device="veth8701e4b"} 0 node_network_dormant{device="veth8c5b58a"} 0 node_network_dormant{device="veth8c77172"} 0 node_network_dormant{device="veth8c905e4"} 0 node_network_dormant{device="veth8d5e09c"} 0 node_network_dormant{device="veth8e9752f"} 0 node_network_dormant{device="veth8ee2bf2"} 0 node_network_dormant{device="veth94df4a8"} 0 node_network_dormant{device="veth96036e6"} 0 node_network_dormant{device="veth9619378"} 0 node_network_dormant{device="veth970153a"} 0 node_network_dormant{device="veth97b739c"} 0 node_network_dormant{device="veth980e0d6"} 0 node_network_dormant{device="veth99ddf11"} 0 node_network_dormant{device="veth9a18514"} 0 node_network_dormant{device="vetha005716"} 0 node_network_dormant{device="vetha0c0dc7"} 0 node_network_dormant{device="vetha303386"} 0 node_network_dormant{device="vetha328a00"} 0 node_network_dormant{device="vetha3c0e72"} 0 node_network_dormant{device="vetha687506"} 0 node_network_dormant{device="vethaa201e8"} 0 node_network_dormant{device="vethac48cf5"} 0 node_network_dormant{device="vethadde449"} 0 node_network_dormant{device="vethb3f6289"} 0 node_network_dormant{device="vethb6b0c38"} 0 node_network_dormant{device="vethbbafdd5"} 0 node_network_dormant{device="vethbdcf73f"} 0 node_network_dormant{device="vethbe348d0"} 0 node_network_dormant{device="vethc462a78"} 0 node_network_dormant{device="vethc7e7940"} 0 node_network_dormant{device="vethc84f590"} 0 node_network_dormant{device="vethc863ebe"} 0 node_network_dormant{device="vethc8ea08f"} 0 node_network_dormant{device="vethc94c23c"} 0 node_network_dormant{device="vethc9e4d8d"} 0 node_network_dormant{device="vethcb5dfad"} 0 node_network_dormant{device="vethccc59ae"} 0 node_network_dormant{device="vethcfea7a6"} 0 node_network_dormant{device="vethd297e42"} 0 node_network_dormant{device="vethd2a1d3a"} 0 node_network_dormant{device="vethd664e50"} 0 node_network_dormant{device="vethd70046f"} 0 node_network_dormant{device="vethd901f1c"} 0 node_network_dormant{device="vethda7b6f4"} 0 node_network_dormant{device="vethdafb8d3"} 0 node_network_dormant{device="vethdbda231"} 0 node_network_dormant{device="vethdbe575e"} 0 node_network_dormant{device="vethdcef7e9"} 0 node_network_dormant{device="vethe17211e"} 0 node_network_dormant{device="vethe17f832"} 0 node_network_dormant{device="vethe4796eb"} 0 node_network_dormant{device="vethe6777c6"} 0 node_network_dormant{device="vethe7bc640"} 0 node_network_dormant{device="vethe8a12b2"} 0 node_network_dormant{device="vethee8a542"} 0 node_network_dormant{device="vethee8d1ce"} 0 node_network_dormant{device="vetheefc42a"} 0 node_network_dormant{device="vethef3c4e1"} 0 node_network_dormant{device="vethf05f0fd"} 0 node_network_dormant{device="vethf21e1e6"} 0 node_network_dormant{device="vethf354b58"} 0 node_network_dormant{device="vethf478f47"} 0 node_network_dormant{device="vethf47ae52"} 0 node_network_dormant{device="vethf4ef1a1"} 0 node_network_dormant{device="vethf84fcf6"} 0 node_network_dormant{device="vethf881f42"} 0 node_network_dormant{device="vethf8a47ba"} 0 node_network_dormant{device="vethfbc2fcb"} 0 node_network_dormant{device="vethfdd6287"} 0 node_network_dormant{device="vethfe12856"} 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="veth0041dca"} 4867 node_network_flags{device="veth01f4fb5"} 4867 node_network_flags{device="veth0273147"} 4867 node_network_flags{device="veth02c2ee2"} 4867 node_network_flags{device="veth0363e8e"} 4867 node_network_flags{device="veth04811d4"} 4867 node_network_flags{device="veth04a7879"} 4867 node_network_flags{device="veth04e134c"} 4867 node_network_flags{device="veth06386a8"} 4867 node_network_flags{device="veth073a0ae"} 4867 node_network_flags{device="veth07d0b79"} 4867 node_network_flags{device="veth08d4173"} 4867 node_network_flags{device="veth0983ec1"} 4867 node_network_flags{device="veth0aa0840"} 4867 node_network_flags{device="veth0b4bcc6"} 4867 node_network_flags{device="veth0d46dec"} 4867 node_network_flags{device="veth0d4969b"} 4867 node_network_flags{device="veth0dc1806"} 4867 node_network_flags{device="veth0e13af8"} 4867 node_network_flags{device="veth0f796aa"} 4867 node_network_flags{device="veth0fdea13"} 4867 node_network_flags{device="veth0ff0390"} 4867 node_network_flags{device="veth1369dbc"} 4867 node_network_flags{device="veth1388665"} 4867 node_network_flags{device="veth139be56"} 4867 node_network_flags{device="veth13d497b"} 4867 node_network_flags{device="veth140b313"} 4867 node_network_flags{device="veth1496b36"} 4867 node_network_flags{device="veth162ccc0"} 4867 node_network_flags{device="veth1b3139e"} 4867 node_network_flags{device="veth1dfa77a"} 4867 node_network_flags{device="veth1e0178f"} 4867 node_network_flags{device="veth1e03f09"} 4867 node_network_flags{device="veth1f31076"} 4867 node_network_flags{device="veth1fafce8"} 4867 node_network_flags{device="veth2027081"} 4867 node_network_flags{device="veth2045a57"} 4867 node_network_flags{device="veth20a8b8e"} 4867 node_network_flags{device="veth2158120"} 4867 node_network_flags{device="veth23915ec"} 4867 node_network_flags{device="veth2650507"} 4867 node_network_flags{device="veth287fee9"} 4867 node_network_flags{device="veth2a90439"} 4867 node_network_flags{device="veth2b6e647"} 4867 node_network_flags{device="veth2bc62c5"} 4867 node_network_flags{device="veth2daa401"} 4867 node_network_flags{device="veth2dd3288"} 4867 node_network_flags{device="veth2ee1684"} 4867 node_network_flags{device="veth2f43384"} 4867 node_network_flags{device="veth32e0c57"} 4867 node_network_flags{device="veth333a4d4"} 4867 node_network_flags{device="veth35140bc"} 4867 node_network_flags{device="veth35a48bf"} 4867 node_network_flags{device="veth35c0c4c"} 4867 node_network_flags{device="veth3738b60"} 4867 node_network_flags{device="veth39390d4"} 4867 node_network_flags{device="veth3f3da42"} 4867 node_network_flags{device="veth3f6debb"} 4867 node_network_flags{device="veth40d3df2"} 4867 node_network_flags{device="veth4289883"} 4867 node_network_flags{device="veth4382b79"} 4867 node_network_flags{device="veth461886c"} 4867 node_network_flags{device="veth47f974e"} 4867 node_network_flags{device="veth4880b15"} 4867 node_network_flags{device="veth49d719c"} 4867 node_network_flags{device="veth4b8eff5"} 4867 node_network_flags{device="veth4d3ae10"} 4867 node_network_flags{device="veth5087deb"} 4867 node_network_flags{device="veth5090b57"} 4867 node_network_flags{device="veth5462551"} 4867 node_network_flags{device="veth57bc285"} 4867 node_network_flags{device="veth591a4e5"} 4867 node_network_flags{device="veth596c87a"} 4867 node_network_flags{device="veth6097074"} 4867 node_network_flags{device="veth629928b"} 4867 node_network_flags{device="veth66fe80a"} 4867 node_network_flags{device="veth6864a94"} 4867 node_network_flags{device="veth68c6b3b"} 4867 node_network_flags{device="veth68c9de2"} 4867 node_network_flags{device="veth693d267"} 4867 node_network_flags{device="veth6a6c1d7"} 4867 node_network_flags{device="veth6d28251"} 4867 node_network_flags{device="veth6d76d2e"} 4867 node_network_flags{device="veth6fed348"} 4867 node_network_flags{device="veth70fc496"} 4867 node_network_flags{device="veth7339464"} 4867 node_network_flags{device="veth744b8d9"} 4867 node_network_flags{device="veth74a8f2d"} 4867 node_network_flags{device="veth779a9b0"} 4867 node_network_flags{device="veth78280c1"} 4867 node_network_flags{device="veth7852680"} 4867 node_network_flags{device="veth7a04c25"} 4867 node_network_flags{device="veth7a53c4c"} 4867 node_network_flags{device="veth7b68e53"} 4867 node_network_flags{device="veth82fa037"} 4867 node_network_flags{device="veth8362b0e"} 4867 node_network_flags{device="veth839e6db"} 4867 node_network_flags{device="veth84cf683"} 4867 node_network_flags{device="veth85000d5"} 4867 node_network_flags{device="veth851e301"} 4867 node_network_flags{device="veth8553213"} 4867 node_network_flags{device="veth8701e4b"} 4867 node_network_flags{device="veth8c5b58a"} 4867 node_network_flags{device="veth8c77172"} 4867 node_network_flags{device="veth8c905e4"} 4867 node_network_flags{device="veth8d5e09c"} 4867 node_network_flags{device="veth8e9752f"} 4867 node_network_flags{device="veth8ee2bf2"} 4867 node_network_flags{device="veth94df4a8"} 4867 node_network_flags{device="veth96036e6"} 4867 node_network_flags{device="veth9619378"} 4867 node_network_flags{device="veth970153a"} 4867 node_network_flags{device="veth97b739c"} 4867 node_network_flags{device="veth980e0d6"} 4867 node_network_flags{device="veth99ddf11"} 4867 node_network_flags{device="veth9a18514"} 4867 node_network_flags{device="vetha005716"} 4867 node_network_flags{device="vetha0c0dc7"} 4867 node_network_flags{device="vetha303386"} 4867 node_network_flags{device="vetha328a00"} 4867 node_network_flags{device="vetha3c0e72"} 4867 node_network_flags{device="vetha687506"} 4867 node_network_flags{device="vethaa201e8"} 4867 node_network_flags{device="vethac48cf5"} 4867 node_network_flags{device="vethadde449"} 4867 node_network_flags{device="vethb3f6289"} 4867 node_network_flags{device="vethb6b0c38"} 4867 node_network_flags{device="vethbbafdd5"} 4867 node_network_flags{device="vethbdcf73f"} 4867 node_network_flags{device="vethbe348d0"} 4867 node_network_flags{device="vethc462a78"} 4867 node_network_flags{device="vethc7e7940"} 4867 node_network_flags{device="vethc84f590"} 4867 node_network_flags{device="vethc863ebe"} 4867 node_network_flags{device="vethc8ea08f"} 4867 node_network_flags{device="vethc94c23c"} 4867 node_network_flags{device="vethc9e4d8d"} 4867 node_network_flags{device="vethcb5dfad"} 4867 node_network_flags{device="vethccc59ae"} 4867 node_network_flags{device="vethcfea7a6"} 4867 node_network_flags{device="vethd297e42"} 4867 node_network_flags{device="vethd2a1d3a"} 4867 node_network_flags{device="vethd664e50"} 4867 node_network_flags{device="vethd70046f"} 4867 node_network_flags{device="vethd901f1c"} 4867 node_network_flags{device="vethda7b6f4"} 4867 node_network_flags{device="vethdafb8d3"} 4867 node_network_flags{device="vethdbda231"} 4867 node_network_flags{device="vethdbe575e"} 4867 node_network_flags{device="vethdcef7e9"} 4867 node_network_flags{device="vethe17211e"} 4867 node_network_flags{device="vethe17f832"} 4867 node_network_flags{device="vethe4796eb"} 4867 node_network_flags{device="vethe6777c6"} 4867 node_network_flags{device="vethe7bc640"} 4867 node_network_flags{device="vethe8a12b2"} 4867 node_network_flags{device="vethee8a542"} 4867 node_network_flags{device="vethee8d1ce"} 4867 node_network_flags{device="vetheefc42a"} 4867 node_network_flags{device="vethef3c4e1"} 4867 node_network_flags{device="vethf05f0fd"} 4867 node_network_flags{device="vethf21e1e6"} 4867 node_network_flags{device="vethf354b58"} 4867 node_network_flags{device="vethf478f47"} 4867 node_network_flags{device="vethf47ae52"} 4867 node_network_flags{device="vethf4ef1a1"} 4867 node_network_flags{device="vethf84fcf6"} 4867 node_network_flags{device="vethf881f42"} 4867 node_network_flags{device="vethf8a47ba"} 4867 node_network_flags{device="vethfbc2fcb"} 4867 node_network_flags{device="vethfdd6287"} 4867 node_network_flags{device="vethfe12856"} 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="veth0041dca"} 3691 node_network_iface_id{device="veth01f4fb5"} 23 node_network_iface_id{device="veth0273147"} 12741 node_network_iface_id{device="veth02c2ee2"} 32 node_network_iface_id{device="veth0363e8e"} 8597 node_network_iface_id{device="veth04811d4"} 39 node_network_iface_id{device="veth04a7879"} 3682 node_network_iface_id{device="veth04e134c"} 7837 node_network_iface_id{device="veth06386a8"} 129 node_network_iface_id{device="veth073a0ae"} 18016 node_network_iface_id{device="veth07d0b79"} 3683 node_network_iface_id{device="veth08d4173"} 78 node_network_iface_id{device="veth0983ec1"} 8606 node_network_iface_id{device="veth0aa0840"} 3715 node_network_iface_id{device="veth0b4bcc6"} 17962 node_network_iface_id{device="veth0d46dec"} 75923 node_network_iface_id{device="veth0d4969b"} 8604 node_network_iface_id{device="veth0dc1806"} 97 node_network_iface_id{device="veth0e13af8"} 18018 node_network_iface_id{device="veth0f796aa"} 76261 node_network_iface_id{device="veth0fdea13"} 12736 node_network_iface_id{device="veth0ff0390"} 53 node_network_iface_id{device="veth1369dbc"} 12737 node_network_iface_id{device="veth1388665"} 87 node_network_iface_id{device="veth139be56"} 43 node_network_iface_id{device="veth13d497b"} 7848 node_network_iface_id{device="veth140b313"} 7852 node_network_iface_id{device="veth1496b36"} 3714 node_network_iface_id{device="veth162ccc0"} 17951 node_network_iface_id{device="veth1b3139e"} 4010 node_network_iface_id{device="veth1dfa77a"} 3735 node_network_iface_id{device="veth1e0178f"} 17950 node_network_iface_id{device="veth1e03f09"} 7842 node_network_iface_id{device="veth1f31076"} 17959 node_network_iface_id{device="veth1fafce8"} 17935 node_network_iface_id{device="veth2027081"} 3671 node_network_iface_id{device="veth2045a57"} 3725 node_network_iface_id{device="veth20a8b8e"} 7840 node_network_iface_id{device="veth2158120"} 3716 node_network_iface_id{device="veth23915ec"} 102 node_network_iface_id{device="veth2650507"} 98 node_network_iface_id{device="veth287fee9"} 7843 node_network_iface_id{device="veth2a90439"} 17938 node_network_iface_id{device="veth2b6e647"} 109 node_network_iface_id{device="veth2bc62c5"} 117 node_network_iface_id{device="veth2daa401"} 33217 node_network_iface_id{device="veth2dd3288"} 8590 node_network_iface_id{device="veth2ee1684"} 63 node_network_iface_id{device="veth2f43384"} 12748 node_network_iface_id{device="veth32e0c57"} 18010 node_network_iface_id{device="veth333a4d4"} 12740 node_network_iface_id{device="veth35140bc"} 7839 node_network_iface_id{device="veth35a48bf"} 64 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="veth3f3da42"} 1394 node_network_iface_id{device="veth3f6debb"} 17947 node_network_iface_id{device="veth40d3df2"} 66 node_network_iface_id{device="veth4289883"} 7841 node_network_iface_id{device="veth4382b79"} 76 node_network_iface_id{device="veth461886c"} 17592 node_network_iface_id{device="veth47f974e"} 44 node_network_iface_id{device="veth4880b15"} 17991 node_network_iface_id{device="veth49d719c"} 79 node_network_iface_id{device="veth4b8eff5"} 8602 node_network_iface_id{device="veth4d3ae10"} 17965 node_network_iface_id{device="veth5087deb"} 7855 node_network_iface_id{device="veth5090b57"} 94 node_network_iface_id{device="veth5462551"} 7849 node_network_iface_id{device="veth57bc285"} 7835 node_network_iface_id{device="veth591a4e5"} 7851 node_network_iface_id{device="veth596c87a"} 12752 node_network_iface_id{device="veth6097074"} 8598 node_network_iface_id{device="veth629928b"} 17937 node_network_iface_id{device="veth66fe80a"} 8603 node_network_iface_id{device="veth6864a94"} 7846 node_network_iface_id{device="veth68c6b3b"} 42 node_network_iface_id{device="veth68c9de2"} 49 node_network_iface_id{device="veth693d267"} 7850 node_network_iface_id{device="veth6a6c1d7"} 33216 node_network_iface_id{device="veth6d28251"} 7857 node_network_iface_id{device="veth6d76d2e"} 34 node_network_iface_id{device="veth6fed348"} 67 node_network_iface_id{device="veth70fc496"} 20 node_network_iface_id{device="veth7339464"} 85 node_network_iface_id{device="veth744b8d9"} 3674 node_network_iface_id{device="veth74a8f2d"} 3727 node_network_iface_id{device="veth779a9b0"} 8592 node_network_iface_id{device="veth78280c1"} 111 node_network_iface_id{device="veth7852680"} 17956 node_network_iface_id{device="veth7a04c25"} 127 node_network_iface_id{device="veth7a53c4c"} 7860 node_network_iface_id{device="veth7b68e53"} 8596 node_network_iface_id{device="veth82fa037"} 78099 node_network_iface_id{device="veth8362b0e"} 8601 node_network_iface_id{device="veth839e6db"} 17595 node_network_iface_id{device="veth84cf683"} 88 node_network_iface_id{device="veth85000d5"} 52 node_network_iface_id{device="veth851e301"} 17952 node_network_iface_id{device="veth8553213"} 69 node_network_iface_id{device="veth8701e4b"} 100 node_network_iface_id{device="veth8c5b58a"} 7858 node_network_iface_id{device="veth8c77172"} 8591 node_network_iface_id{device="veth8c905e4"} 121 node_network_iface_id{device="veth8d5e09c"} 4248 node_network_iface_id{device="veth8e9752f"} 8589 node_network_iface_id{device="veth8ee2bf2"} 8594 node_network_iface_id{device="veth94df4a8"} 3718 node_network_iface_id{device="veth96036e6"} 3730 node_network_iface_id{device="veth9619378"} 3734 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="veth99ddf11"} 17953 node_network_iface_id{device="veth9a18514"} 118 node_network_iface_id{device="vetha005716"} 7904 node_network_iface_id{device="vetha0c0dc7"} 12733 node_network_iface_id{device="vetha303386"} 17936 node_network_iface_id{device="vetha328a00"} 115 node_network_iface_id{device="vetha3c0e72"} 3726 node_network_iface_id{device="vetha687506"} 17 node_network_iface_id{device="vethaa201e8"} 7854 node_network_iface_id{device="vethac48cf5"} 8593 node_network_iface_id{device="vethadde449"} 60 node_network_iface_id{device="vethb3f6289"} 7132 node_network_iface_id{device="vethb6b0c38"} 17946 node_network_iface_id{device="vethbbafdd5"} 7845 node_network_iface_id{device="vethbdcf73f"} 17966 node_network_iface_id{device="vethbe348d0"} 37 node_network_iface_id{device="vethc462a78"} 73 node_network_iface_id{device="vethc7e7940"} 22 node_network_iface_id{device="vethc84f590"} 18020 node_network_iface_id{device="vethc863ebe"} 8600 node_network_iface_id{device="vethc8ea08f"} 17955 node_network_iface_id{device="vethc94c23c"} 15 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="vethcfea7a6"} 15359 node_network_iface_id{device="vethd297e42"} 84 node_network_iface_id{device="vethd2a1d3a"} 1393 node_network_iface_id{device="vethd664e50"} 3684 node_network_iface_id{device="vethd70046f"} 12749 node_network_iface_id{device="vethd901f1c"} 17994 node_network_iface_id{device="vethda7b6f4"} 51 node_network_iface_id{device="vethdafb8d3"} 18017 node_network_iface_id{device="vethdbda231"} 19 node_network_iface_id{device="vethdbe575e"} 90 node_network_iface_id{device="vethdcef7e9"} 67993 node_network_iface_id{device="vethe17211e"} 8605 node_network_iface_id{device="vethe17f832"} 3681 node_network_iface_id{device="vethe4796eb"} 12745 node_network_iface_id{device="vethe6777c6"} 17960 node_network_iface_id{device="vethe7bc640"} 58 node_network_iface_id{device="vethe8a12b2"} 29 node_network_iface_id{device="vethee8a542"} 71 node_network_iface_id{device="vethee8d1ce"} 17939 node_network_iface_id{device="vetheefc42a"} 3686 node_network_iface_id{device="vethef3c4e1"} 105 node_network_iface_id{device="vethf05f0fd"} 7836 node_network_iface_id{device="vethf21e1e6"} 27 node_network_iface_id{device="vethf354b58"} 31 node_network_iface_id{device="vethf478f47"} 8595 node_network_iface_id{device="vethf47ae52"} 3672 node_network_iface_id{device="vethf4ef1a1"} 68 node_network_iface_id{device="vethf84fcf6"} 12753 node_network_iface_id{device="vethf881f42"} 91 node_network_iface_id{device="vethf8a47ba"} 17963 node_network_iface_id{device="vethfbc2fcb"} 51695 node_network_iface_id{device="vethfdd6287"} 26 node_network_iface_id{device="vethfe12856"} 3690 # 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="veth0041dca"} 2 node_network_iface_link{device="veth01f4fb5"} 2 node_network_iface_link{device="veth0273147"} 3 node_network_iface_link{device="veth02c2ee2"} 3 node_network_iface_link{device="veth0363e8e"} 2 node_network_iface_link{device="veth04811d4"} 2 node_network_iface_link{device="veth04a7879"} 2 node_network_iface_link{device="veth04e134c"} 2 node_network_iface_link{device="veth06386a8"} 2 node_network_iface_link{device="veth073a0ae"} 2 node_network_iface_link{device="veth07d0b79"} 2 node_network_iface_link{device="veth08d4173"} 2 node_network_iface_link{device="veth0983ec1"} 2 node_network_iface_link{device="veth0aa0840"} 2 node_network_iface_link{device="veth0b4bcc6"} 2 node_network_iface_link{device="veth0d46dec"} 2 node_network_iface_link{device="veth0d4969b"} 2 node_network_iface_link{device="veth0dc1806"} 2 node_network_iface_link{device="veth0e13af8"} 2 node_network_iface_link{device="veth0f796aa"} 2 node_network_iface_link{device="veth0fdea13"} 2 node_network_iface_link{device="veth0ff0390"} 2 node_network_iface_link{device="veth1369dbc"} 2 node_network_iface_link{device="veth1388665"} 2 node_network_iface_link{device="veth139be56"} 3 node_network_iface_link{device="veth13d497b"} 2 node_network_iface_link{device="veth140b313"} 3 node_network_iface_link{device="veth1496b36"} 2 node_network_iface_link{device="veth162ccc0"} 2 node_network_iface_link{device="veth1b3139e"} 2 node_network_iface_link{device="veth1dfa77a"} 2 node_network_iface_link{device="veth1e0178f"} 2 node_network_iface_link{device="veth1e03f09"} 2 node_network_iface_link{device="veth1f31076"} 2 node_network_iface_link{device="veth1fafce8"} 2 node_network_iface_link{device="veth2027081"} 2 node_network_iface_link{device="veth2045a57"} 2 node_network_iface_link{device="veth20a8b8e"} 2 node_network_iface_link{device="veth2158120"} 2 node_network_iface_link{device="veth23915ec"} 2 node_network_iface_link{device="veth2650507"} 2 node_network_iface_link{device="veth287fee9"} 2 node_network_iface_link{device="veth2a90439"} 2 node_network_iface_link{device="veth2b6e647"} 2 node_network_iface_link{device="veth2bc62c5"} 3 node_network_iface_link{device="veth2daa401"} 2 node_network_iface_link{device="veth2dd3288"} 2 node_network_iface_link{device="veth2ee1684"} 2 node_network_iface_link{device="veth2f43384"} 2 node_network_iface_link{device="veth32e0c57"} 2 node_network_iface_link{device="veth333a4d4"} 2 node_network_iface_link{device="veth35140bc"} 2 node_network_iface_link{device="veth35a48bf"} 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="veth3f3da42"} 3 node_network_iface_link{device="veth3f6debb"} 2 node_network_iface_link{device="veth40d3df2"} 2 node_network_iface_link{device="veth4289883"} 2 node_network_iface_link{device="veth4382b79"} 2 node_network_iface_link{device="veth461886c"} 2 node_network_iface_link{device="veth47f974e"} 2 node_network_iface_link{device="veth4880b15"} 2 node_network_iface_link{device="veth49d719c"} 2 node_network_iface_link{device="veth4b8eff5"} 2 node_network_iface_link{device="veth4d3ae10"} 2 node_network_iface_link{device="veth5087deb"} 2 node_network_iface_link{device="veth5090b57"} 2 node_network_iface_link{device="veth5462551"} 2 node_network_iface_link{device="veth57bc285"} 2 node_network_iface_link{device="veth591a4e5"} 2 node_network_iface_link{device="veth596c87a"} 2 node_network_iface_link{device="veth6097074"} 2 node_network_iface_link{device="veth629928b"} 2 node_network_iface_link{device="veth66fe80a"} 2 node_network_iface_link{device="veth6864a94"} 2 node_network_iface_link{device="veth68c6b3b"} 2 node_network_iface_link{device="veth68c9de2"} 2 node_network_iface_link{device="veth693d267"} 2 node_network_iface_link{device="veth6a6c1d7"} 2 node_network_iface_link{device="veth6d28251"} 2 node_network_iface_link{device="veth6d76d2e"} 2 node_network_iface_link{device="veth6fed348"} 2 node_network_iface_link{device="veth70fc496"} 2 node_network_iface_link{device="veth7339464"} 2 node_network_iface_link{device="veth744b8d9"} 2 node_network_iface_link{device="veth74a8f2d"} 2 node_network_iface_link{device="veth779a9b0"} 2 node_network_iface_link{device="veth78280c1"} 2 node_network_iface_link{device="veth7852680"} 2 node_network_iface_link{device="veth7a04c25"} 2 node_network_iface_link{device="veth7a53c4c"} 2 node_network_iface_link{device="veth7b68e53"} 2 node_network_iface_link{device="veth82fa037"} 2 node_network_iface_link{device="veth8362b0e"} 2 node_network_iface_link{device="veth839e6db"} 2 node_network_iface_link{device="veth84cf683"} 3 node_network_iface_link{device="veth85000d5"} 2 node_network_iface_link{device="veth851e301"} 2 node_network_iface_link{device="veth8553213"} 2 node_network_iface_link{device="veth8701e4b"} 2 node_network_iface_link{device="veth8c5b58a"} 2 node_network_iface_link{device="veth8c77172"} 2 node_network_iface_link{device="veth8c905e4"} 2 node_network_iface_link{device="veth8d5e09c"} 2 node_network_iface_link{device="veth8e9752f"} 2 node_network_iface_link{device="veth8ee2bf2"} 2 node_network_iface_link{device="veth94df4a8"} 2 node_network_iface_link{device="veth96036e6"} 2 node_network_iface_link{device="veth9619378"} 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="veth99ddf11"} 2 node_network_iface_link{device="veth9a18514"} 2 node_network_iface_link{device="vetha005716"} 2 node_network_iface_link{device="vetha0c0dc7"} 2 node_network_iface_link{device="vetha303386"} 2 node_network_iface_link{device="vetha328a00"} 2 node_network_iface_link{device="vetha3c0e72"} 2 node_network_iface_link{device="vetha687506"} 2 node_network_iface_link{device="vethaa201e8"} 2 node_network_iface_link{device="vethac48cf5"} 3 node_network_iface_link{device="vethadde449"} 2 node_network_iface_link{device="vethb3f6289"} 2 node_network_iface_link{device="vethb6b0c38"} 2 node_network_iface_link{device="vethbbafdd5"} 2 node_network_iface_link{device="vethbdcf73f"} 2 node_network_iface_link{device="vethbe348d0"} 2 node_network_iface_link{device="vethc462a78"} 2 node_network_iface_link{device="vethc7e7940"} 2 node_network_iface_link{device="vethc84f590"} 2 node_network_iface_link{device="vethc863ebe"} 2 node_network_iface_link{device="vethc8ea08f"} 2 node_network_iface_link{device="vethc94c23c"} 2 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="vethcfea7a6"} 2 node_network_iface_link{device="vethd297e42"} 3 node_network_iface_link{device="vethd2a1d3a"} 2 node_network_iface_link{device="vethd664e50"} 2 node_network_iface_link{device="vethd70046f"} 2 node_network_iface_link{device="vethd901f1c"} 2 node_network_iface_link{device="vethda7b6f4"} 2 node_network_iface_link{device="vethdafb8d3"} 2 node_network_iface_link{device="vethdbda231"} 2 node_network_iface_link{device="vethdbe575e"} 2 node_network_iface_link{device="vethdcef7e9"} 2 node_network_iface_link{device="vethe17211e"} 2 node_network_iface_link{device="vethe17f832"} 2 node_network_iface_link{device="vethe4796eb"} 2 node_network_iface_link{device="vethe6777c6"} 2 node_network_iface_link{device="vethe7bc640"} 2 node_network_iface_link{device="vethe8a12b2"} 2 node_network_iface_link{device="vethee8a542"} 3 node_network_iface_link{device="vethee8d1ce"} 3 node_network_iface_link{device="vetheefc42a"} 2 node_network_iface_link{device="vethef3c4e1"} 2 node_network_iface_link{device="vethf05f0fd"} 2 node_network_iface_link{device="vethf21e1e6"} 2 node_network_iface_link{device="vethf354b58"} 2 node_network_iface_link{device="vethf478f47"} 2 node_network_iface_link{device="vethf47ae52"} 2 node_network_iface_link{device="vethf4ef1a1"} 2 node_network_iface_link{device="vethf84fcf6"} 3 node_network_iface_link{device="vethf881f42"} 2 node_network_iface_link{device="vethf8a47ba"} 2 node_network_iface_link{device="vethfbc2fcb"} 2 node_network_iface_link{device="vethfdd6287"} 2 node_network_iface_link{device="vethfe12856"} 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="veth0041dca"} 0 node_network_iface_link_mode{device="veth01f4fb5"} 0 node_network_iface_link_mode{device="veth0273147"} 0 node_network_iface_link_mode{device="veth02c2ee2"} 0 node_network_iface_link_mode{device="veth0363e8e"} 0 node_network_iface_link_mode{device="veth04811d4"} 0 node_network_iface_link_mode{device="veth04a7879"} 0 node_network_iface_link_mode{device="veth04e134c"} 0 node_network_iface_link_mode{device="veth06386a8"} 0 node_network_iface_link_mode{device="veth073a0ae"} 0 node_network_iface_link_mode{device="veth07d0b79"} 0 node_network_iface_link_mode{device="veth08d4173"} 0 node_network_iface_link_mode{device="veth0983ec1"} 0 node_network_iface_link_mode{device="veth0aa0840"} 0 node_network_iface_link_mode{device="veth0b4bcc6"} 0 node_network_iface_link_mode{device="veth0d46dec"} 0 node_network_iface_link_mode{device="veth0d4969b"} 0 node_network_iface_link_mode{device="veth0dc1806"} 0 node_network_iface_link_mode{device="veth0e13af8"} 0 node_network_iface_link_mode{device="veth0f796aa"} 0 node_network_iface_link_mode{device="veth0fdea13"} 0 node_network_iface_link_mode{device="veth0ff0390"} 0 node_network_iface_link_mode{device="veth1369dbc"} 0 node_network_iface_link_mode{device="veth1388665"} 0 node_network_iface_link_mode{device="veth139be56"} 0 node_network_iface_link_mode{device="veth13d497b"} 0 node_network_iface_link_mode{device="veth140b313"} 0 node_network_iface_link_mode{device="veth1496b36"} 0 node_network_iface_link_mode{device="veth162ccc0"} 0 node_network_iface_link_mode{device="veth1b3139e"} 0 node_network_iface_link_mode{device="veth1dfa77a"} 0 node_network_iface_link_mode{device="veth1e0178f"} 0 node_network_iface_link_mode{device="veth1e03f09"} 0 node_network_iface_link_mode{device="veth1f31076"} 0 node_network_iface_link_mode{device="veth1fafce8"} 0 node_network_iface_link_mode{device="veth2027081"} 0 node_network_iface_link_mode{device="veth2045a57"} 0 node_network_iface_link_mode{device="veth20a8b8e"} 0 node_network_iface_link_mode{device="veth2158120"} 0 node_network_iface_link_mode{device="veth23915ec"} 0 node_network_iface_link_mode{device="veth2650507"} 0 node_network_iface_link_mode{device="veth287fee9"} 0 node_network_iface_link_mode{device="veth2a90439"} 0 node_network_iface_link_mode{device="veth2b6e647"} 0 node_network_iface_link_mode{device="veth2bc62c5"} 0 node_network_iface_link_mode{device="veth2daa401"} 0 node_network_iface_link_mode{device="veth2dd3288"} 0 node_network_iface_link_mode{device="veth2ee1684"} 0 node_network_iface_link_mode{device="veth2f43384"} 0 node_network_iface_link_mode{device="veth32e0c57"} 0 node_network_iface_link_mode{device="veth333a4d4"} 0 node_network_iface_link_mode{device="veth35140bc"} 0 node_network_iface_link_mode{device="veth35a48bf"} 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="veth3f3da42"} 0 node_network_iface_link_mode{device="veth3f6debb"} 0 node_network_iface_link_mode{device="veth40d3df2"} 0 node_network_iface_link_mode{device="veth4289883"} 0 node_network_iface_link_mode{device="veth4382b79"} 0 node_network_iface_link_mode{device="veth461886c"} 0 node_network_iface_link_mode{device="veth47f974e"} 0 node_network_iface_link_mode{device="veth4880b15"} 0 node_network_iface_link_mode{device="veth49d719c"} 0 node_network_iface_link_mode{device="veth4b8eff5"} 0 node_network_iface_link_mode{device="veth4d3ae10"} 0 node_network_iface_link_mode{device="veth5087deb"} 0 node_network_iface_link_mode{device="veth5090b57"} 0 node_network_iface_link_mode{device="veth5462551"} 0 node_network_iface_link_mode{device="veth57bc285"} 0 node_network_iface_link_mode{device="veth591a4e5"} 0 node_network_iface_link_mode{device="veth596c87a"} 0 node_network_iface_link_mode{device="veth6097074"} 0 node_network_iface_link_mode{device="veth629928b"} 0 node_network_iface_link_mode{device="veth66fe80a"} 0 node_network_iface_link_mode{device="veth6864a94"} 0 node_network_iface_link_mode{device="veth68c6b3b"} 0 node_network_iface_link_mode{device="veth68c9de2"} 0 node_network_iface_link_mode{device="veth693d267"} 0 node_network_iface_link_mode{device="veth6a6c1d7"} 0 node_network_iface_link_mode{device="veth6d28251"} 0 node_network_iface_link_mode{device="veth6d76d2e"} 0 node_network_iface_link_mode{device="veth6fed348"} 0 node_network_iface_link_mode{device="veth70fc496"} 0 node_network_iface_link_mode{device="veth7339464"} 0 node_network_iface_link_mode{device="veth744b8d9"} 0 node_network_iface_link_mode{device="veth74a8f2d"} 0 node_network_iface_link_mode{device="veth779a9b0"} 0 node_network_iface_link_mode{device="veth78280c1"} 0 node_network_iface_link_mode{device="veth7852680"} 0 node_network_iface_link_mode{device="veth7a04c25"} 0 node_network_iface_link_mode{device="veth7a53c4c"} 0 node_network_iface_link_mode{device="veth7b68e53"} 0 node_network_iface_link_mode{device="veth82fa037"} 0 node_network_iface_link_mode{device="veth8362b0e"} 0 node_network_iface_link_mode{device="veth839e6db"} 0 node_network_iface_link_mode{device="veth84cf683"} 0 node_network_iface_link_mode{device="veth85000d5"} 0 node_network_iface_link_mode{device="veth851e301"} 0 node_network_iface_link_mode{device="veth8553213"} 0 node_network_iface_link_mode{device="veth8701e4b"} 0 node_network_iface_link_mode{device="veth8c5b58a"} 0 node_network_iface_link_mode{device="veth8c77172"} 0 node_network_iface_link_mode{device="veth8c905e4"} 0 node_network_iface_link_mode{device="veth8d5e09c"} 0 node_network_iface_link_mode{device="veth8e9752f"} 0 node_network_iface_link_mode{device="veth8ee2bf2"} 0 node_network_iface_link_mode{device="veth94df4a8"} 0 node_network_iface_link_mode{device="veth96036e6"} 0 node_network_iface_link_mode{device="veth9619378"} 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="veth99ddf11"} 0 node_network_iface_link_mode{device="veth9a18514"} 0 node_network_iface_link_mode{device="vetha005716"} 0 node_network_iface_link_mode{device="vetha0c0dc7"} 0 node_network_iface_link_mode{device="vetha303386"} 0 node_network_iface_link_mode{device="vetha328a00"} 0 node_network_iface_link_mode{device="vetha3c0e72"} 0 node_network_iface_link_mode{device="vetha687506"} 0 node_network_iface_link_mode{device="vethaa201e8"} 0 node_network_iface_link_mode{device="vethac48cf5"} 0 node_network_iface_link_mode{device="vethadde449"} 0 node_network_iface_link_mode{device="vethb3f6289"} 0 node_network_iface_link_mode{device="vethb6b0c38"} 0 node_network_iface_link_mode{device="vethbbafdd5"} 0 node_network_iface_link_mode{device="vethbdcf73f"} 0 node_network_iface_link_mode{device="vethbe348d0"} 0 node_network_iface_link_mode{device="vethc462a78"} 0 node_network_iface_link_mode{device="vethc7e7940"} 0 node_network_iface_link_mode{device="vethc84f590"} 0 node_network_iface_link_mode{device="vethc863ebe"} 0 node_network_iface_link_mode{device="vethc8ea08f"} 0 node_network_iface_link_mode{device="vethc94c23c"} 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="vethcfea7a6"} 0 node_network_iface_link_mode{device="vethd297e42"} 0 node_network_iface_link_mode{device="vethd2a1d3a"} 0 node_network_iface_link_mode{device="vethd664e50"} 0 node_network_iface_link_mode{device="vethd70046f"} 0 node_network_iface_link_mode{device="vethd901f1c"} 0 node_network_iface_link_mode{device="vethda7b6f4"} 0 node_network_iface_link_mode{device="vethdafb8d3"} 0 node_network_iface_link_mode{device="vethdbda231"} 0 node_network_iface_link_mode{device="vethdbe575e"} 0 node_network_iface_link_mode{device="vethdcef7e9"} 0 node_network_iface_link_mode{device="vethe17211e"} 0 node_network_iface_link_mode{device="vethe17f832"} 0 node_network_iface_link_mode{device="vethe4796eb"} 0 node_network_iface_link_mode{device="vethe6777c6"} 0 node_network_iface_link_mode{device="vethe7bc640"} 0 node_network_iface_link_mode{device="vethe8a12b2"} 0 node_network_iface_link_mode{device="vethee8a542"} 0 node_network_iface_link_mode{device="vethee8d1ce"} 0 node_network_iface_link_mode{device="vetheefc42a"} 0 node_network_iface_link_mode{device="vethef3c4e1"} 0 node_network_iface_link_mode{device="vethf05f0fd"} 0 node_network_iface_link_mode{device="vethf21e1e6"} 0 node_network_iface_link_mode{device="vethf354b58"} 0 node_network_iface_link_mode{device="vethf478f47"} 0 node_network_iface_link_mode{device="vethf47ae52"} 0 node_network_iface_link_mode{device="vethf4ef1a1"} 0 node_network_iface_link_mode{device="vethf84fcf6"} 0 node_network_iface_link_mode{device="vethf881f42"} 0 node_network_iface_link_mode{device="vethf8a47ba"} 0 node_network_iface_link_mode{device="vethfbc2fcb"} 0 node_network_iface_link_mode{device="vethfdd6287"} 0 node_network_iface_link_mode{device="vethfe12856"} 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:6a:67:c3:32:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a18514",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:93:ee:31:ce:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2650507",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:dc:8f:a1:5f:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda7b6f4",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="06:c3:4f:43:43:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1388665",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:fb:55:5b:d4:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth32e0c57",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:c5:fa:e0:89:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdcef7e9",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: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:83:4a:fd:6d:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f796aa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:91:f8:d1:3e:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7bc640",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="12:f8:53:81:99:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35a48bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:f9:6c:07:ae:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68c6b3b",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: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="16:63:d7:71:10:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth94df4a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:71:2a:e3:a8:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04a7879",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:73:d7:cd:ec:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha687506",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:a1:79:be:65:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0041dca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:d8:ea:8b:5e:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1369dbc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:e0:16:d6:43:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a04c25",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: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: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="1e:37:d1:af:2f:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd70046f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:81:c1:9c:aa:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9619378",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:8d:f7:4c:46:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4880b15",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:f4:33:13:a1:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth629928b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:54:78:9b:f1:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth78280c1",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: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="2a:87:18:7b:4f:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d5e09c",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="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: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:79:0f:b4:2d:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe348d0",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="32:bf:e0:ce:18:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc84f590",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:e5:7c:1b:90:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfbc2fcb",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: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:b2:16:9a:ad:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd664e50",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:cc:25:03:83:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth162ccc0",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:43:60:ab:aa:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe6777c6",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:e9:2b:31:7f:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdafb8d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:ef:74:b1:1c:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf47ae52",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="46:1a:d3:77:60:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6fed348",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:69:89:11:39:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8ea08f",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:6b:7b:51:65:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe4796eb",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:8f:ab:63:01:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08d4173",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:42:bb:b2:7b:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc94c23c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:a0:23:86:43:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8553213",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: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="56:4e:c0:8d:92:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth744b8d9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:8b:36:7e:c2:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe12856",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:b1:97:b8:de:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c905e4",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:34:8d:e6:92:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f31076",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:37:4e:a2:36:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70fc496",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:7b:e8:dd:a8:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha303386",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:6a:5a:af:e2:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth96036e6",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="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="6a:5f:ee:f3:78:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8701e4b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:8f:2c:cb:1c:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb6b0c38",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:7b:00:16:94:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2027081",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:19:50:b3:ce:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2bc62c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:6b:2c:e0:1a:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd901f1c",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="76:f5:c3:4d:e7:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth333a4d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:77:76:04:e2:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0aa0840",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:be:71:6e:7a:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d46dec",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:a2:01:36:72:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcfea7a6",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:3c:a7:98:88:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth839e6db",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:c4:e1:63:81:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf21e1e6",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="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:f8:2e:e0:b7:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth461886c",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="8a:a5:e1:88:e9:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e13af8",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:8c:60:19:71:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf84fcf6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:15:06:cd:67:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth82fa037",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:46:bd:f2:d9:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee8d1ce",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:01:ae:f2:44:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe17f832",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:5c:83:8e:ab:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1496b36",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:5d:34:db:70:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4382b79",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:fb:eb:28:2e:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b6e647",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:4f:07:35:31:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth99ddf11",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:71:de:36:79:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2045a57",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:d5:8c:6c:ff:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha0c0dc7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:e7:6b:4c:e7:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth07d0b79",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="a6:eb:a2:11:88:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2f43384",duplex="full",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:6c:df:4d:cb:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth47f974e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:f0:1f:9c:4f:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf354b58",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:df:c5:65:3d:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2158120",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:af:bb:2b:52:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01f4fb5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:25:eb:5e:03:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth84cf683",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:68:5d:e4:6f:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf881f42",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:3c:80:ef:08:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf8a47ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:a0:72:27:1f:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e0178f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:f3:47:a5:59:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1dfa77a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:da:25:1e:66:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2daa401",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="c6:5d:12:bf:72:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0fdea13",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:72:84:23:35:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8a12b2",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:b9:08:7a:d6:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth851e301",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:e5:14:bb:bd:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth06386a8",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="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:4e:b1:e8:9a:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7852680",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:ab:17:26:93:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b3139e",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="d2:f1:21:5a:ca:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d3ae10",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:21:c1:1c:28:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef3c4e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:56:c8:46:22:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7339464",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:c4:e9:5b:1a:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3c0e72",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:8a:97:97:5b:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0273147",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="da:e2:8a:31:ca:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5090b57",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:ec:fc:d9:22:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0b4bcc6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:5f:f1:7e:4f:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbdcf73f",duplex="full",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:81:f4:33:bc:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth49d719c",duplex="full",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="de:f7:73:a2:09:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth74a8f2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:19:99:62:d7:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc7e7940",duplex="full",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:c5:7d:f2:1c:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f6debb",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="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:04:40:fb:59:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth073a0ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:36:5d:43:07:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth596c87a",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:c7:de:f1:33:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheefc42a",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:a3:69:fa:f3:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth40d3df2",duplex="full",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:02:f4:d8:86:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2a90439",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:52:9f:8a:d1:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ff0390",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:34:0a:e2:b3:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth139be56",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:4a:24:59:26:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth85000d5",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 node_network_info{address="fe:7b:e9:dc:5c:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1fafce8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:ba:35:19:ac:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a6c1d7",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="veth0041dca"} 1500 node_network_mtu_bytes{device="veth01f4fb5"} 1500 node_network_mtu_bytes{device="veth0273147"} 1500 node_network_mtu_bytes{device="veth02c2ee2"} 1500 node_network_mtu_bytes{device="veth0363e8e"} 1500 node_network_mtu_bytes{device="veth04811d4"} 1500 node_network_mtu_bytes{device="veth04a7879"} 1500 node_network_mtu_bytes{device="veth04e134c"} 1500 node_network_mtu_bytes{device="veth06386a8"} 1500 node_network_mtu_bytes{device="veth073a0ae"} 1500 node_network_mtu_bytes{device="veth07d0b79"} 1500 node_network_mtu_bytes{device="veth08d4173"} 1500 node_network_mtu_bytes{device="veth0983ec1"} 1500 node_network_mtu_bytes{device="veth0aa0840"} 1500 node_network_mtu_bytes{device="veth0b4bcc6"} 1500 node_network_mtu_bytes{device="veth0d46dec"} 1500 node_network_mtu_bytes{device="veth0d4969b"} 1500 node_network_mtu_bytes{device="veth0dc1806"} 1500 node_network_mtu_bytes{device="veth0e13af8"} 1500 node_network_mtu_bytes{device="veth0f796aa"} 1500 node_network_mtu_bytes{device="veth0fdea13"} 1500 node_network_mtu_bytes{device="veth0ff0390"} 1500 node_network_mtu_bytes{device="veth1369dbc"} 1500 node_network_mtu_bytes{device="veth1388665"} 1500 node_network_mtu_bytes{device="veth139be56"} 1500 node_network_mtu_bytes{device="veth13d497b"} 1500 node_network_mtu_bytes{device="veth140b313"} 1500 node_network_mtu_bytes{device="veth1496b36"} 1500 node_network_mtu_bytes{device="veth162ccc0"} 1500 node_network_mtu_bytes{device="veth1b3139e"} 1500 node_network_mtu_bytes{device="veth1dfa77a"} 1500 node_network_mtu_bytes{device="veth1e0178f"} 1500 node_network_mtu_bytes{device="veth1e03f09"} 1500 node_network_mtu_bytes{device="veth1f31076"} 1500 node_network_mtu_bytes{device="veth1fafce8"} 1500 node_network_mtu_bytes{device="veth2027081"} 1500 node_network_mtu_bytes{device="veth2045a57"} 1500 node_network_mtu_bytes{device="veth20a8b8e"} 1500 node_network_mtu_bytes{device="veth2158120"} 1500 node_network_mtu_bytes{device="veth23915ec"} 1500 node_network_mtu_bytes{device="veth2650507"} 1500 node_network_mtu_bytes{device="veth287fee9"} 1500 node_network_mtu_bytes{device="veth2a90439"} 1500 node_network_mtu_bytes{device="veth2b6e647"} 1500 node_network_mtu_bytes{device="veth2bc62c5"} 1500 node_network_mtu_bytes{device="veth2daa401"} 1500 node_network_mtu_bytes{device="veth2dd3288"} 1500 node_network_mtu_bytes{device="veth2ee1684"} 1500 node_network_mtu_bytes{device="veth2f43384"} 1500 node_network_mtu_bytes{device="veth32e0c57"} 1500 node_network_mtu_bytes{device="veth333a4d4"} 1500 node_network_mtu_bytes{device="veth35140bc"} 1500 node_network_mtu_bytes{device="veth35a48bf"} 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="veth3f3da42"} 1500 node_network_mtu_bytes{device="veth3f6debb"} 1500 node_network_mtu_bytes{device="veth40d3df2"} 1500 node_network_mtu_bytes{device="veth4289883"} 1500 node_network_mtu_bytes{device="veth4382b79"} 1500 node_network_mtu_bytes{device="veth461886c"} 1500 node_network_mtu_bytes{device="veth47f974e"} 1500 node_network_mtu_bytes{device="veth4880b15"} 1500 node_network_mtu_bytes{device="veth49d719c"} 1500 node_network_mtu_bytes{device="veth4b8eff5"} 1500 node_network_mtu_bytes{device="veth4d3ae10"} 1500 node_network_mtu_bytes{device="veth5087deb"} 1500 node_network_mtu_bytes{device="veth5090b57"} 1500 node_network_mtu_bytes{device="veth5462551"} 1500 node_network_mtu_bytes{device="veth57bc285"} 1500 node_network_mtu_bytes{device="veth591a4e5"} 1500 node_network_mtu_bytes{device="veth596c87a"} 1500 node_network_mtu_bytes{device="veth6097074"} 1500 node_network_mtu_bytes{device="veth629928b"} 1500 node_network_mtu_bytes{device="veth66fe80a"} 1500 node_network_mtu_bytes{device="veth6864a94"} 1500 node_network_mtu_bytes{device="veth68c6b3b"} 1500 node_network_mtu_bytes{device="veth68c9de2"} 1500 node_network_mtu_bytes{device="veth693d267"} 1500 node_network_mtu_bytes{device="veth6a6c1d7"} 1500 node_network_mtu_bytes{device="veth6d28251"} 1500 node_network_mtu_bytes{device="veth6d76d2e"} 1500 node_network_mtu_bytes{device="veth6fed348"} 1500 node_network_mtu_bytes{device="veth70fc496"} 1500 node_network_mtu_bytes{device="veth7339464"} 1500 node_network_mtu_bytes{device="veth744b8d9"} 1500 node_network_mtu_bytes{device="veth74a8f2d"} 1500 node_network_mtu_bytes{device="veth779a9b0"} 1500 node_network_mtu_bytes{device="veth78280c1"} 1500 node_network_mtu_bytes{device="veth7852680"} 1500 node_network_mtu_bytes{device="veth7a04c25"} 1500 node_network_mtu_bytes{device="veth7a53c4c"} 1500 node_network_mtu_bytes{device="veth7b68e53"} 1500 node_network_mtu_bytes{device="veth82fa037"} 1500 node_network_mtu_bytes{device="veth8362b0e"} 1500 node_network_mtu_bytes{device="veth839e6db"} 1500 node_network_mtu_bytes{device="veth84cf683"} 1500 node_network_mtu_bytes{device="veth85000d5"} 1500 node_network_mtu_bytes{device="veth851e301"} 1500 node_network_mtu_bytes{device="veth8553213"} 1500 node_network_mtu_bytes{device="veth8701e4b"} 1500 node_network_mtu_bytes{device="veth8c5b58a"} 1500 node_network_mtu_bytes{device="veth8c77172"} 1500 node_network_mtu_bytes{device="veth8c905e4"} 1500 node_network_mtu_bytes{device="veth8d5e09c"} 1500 node_network_mtu_bytes{device="veth8e9752f"} 1500 node_network_mtu_bytes{device="veth8ee2bf2"} 1500 node_network_mtu_bytes{device="veth94df4a8"} 1500 node_network_mtu_bytes{device="veth96036e6"} 1500 node_network_mtu_bytes{device="veth9619378"} 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="veth99ddf11"} 1500 node_network_mtu_bytes{device="veth9a18514"} 1500 node_network_mtu_bytes{device="vetha005716"} 1500 node_network_mtu_bytes{device="vetha0c0dc7"} 1500 node_network_mtu_bytes{device="vetha303386"} 1500 node_network_mtu_bytes{device="vetha328a00"} 1500 node_network_mtu_bytes{device="vetha3c0e72"} 1500 node_network_mtu_bytes{device="vetha687506"} 1500 node_network_mtu_bytes{device="vethaa201e8"} 1500 node_network_mtu_bytes{device="vethac48cf5"} 1500 node_network_mtu_bytes{device="vethadde449"} 1500 node_network_mtu_bytes{device="vethb3f6289"} 1500 node_network_mtu_bytes{device="vethb6b0c38"} 1500 node_network_mtu_bytes{device="vethbbafdd5"} 1500 node_network_mtu_bytes{device="vethbdcf73f"} 1500 node_network_mtu_bytes{device="vethbe348d0"} 1500 node_network_mtu_bytes{device="vethc462a78"} 1500 node_network_mtu_bytes{device="vethc7e7940"} 1500 node_network_mtu_bytes{device="vethc84f590"} 1500 node_network_mtu_bytes{device="vethc863ebe"} 1500 node_network_mtu_bytes{device="vethc8ea08f"} 1500 node_network_mtu_bytes{device="vethc94c23c"} 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="vethcfea7a6"} 1500 node_network_mtu_bytes{device="vethd297e42"} 1500 node_network_mtu_bytes{device="vethd2a1d3a"} 1500 node_network_mtu_bytes{device="vethd664e50"} 1500 node_network_mtu_bytes{device="vethd70046f"} 1500 node_network_mtu_bytes{device="vethd901f1c"} 1500 node_network_mtu_bytes{device="vethda7b6f4"} 1500 node_network_mtu_bytes{device="vethdafb8d3"} 1500 node_network_mtu_bytes{device="vethdbda231"} 1500 node_network_mtu_bytes{device="vethdbe575e"} 1500 node_network_mtu_bytes{device="vethdcef7e9"} 1500 node_network_mtu_bytes{device="vethe17211e"} 1500 node_network_mtu_bytes{device="vethe17f832"} 1500 node_network_mtu_bytes{device="vethe4796eb"} 1500 node_network_mtu_bytes{device="vethe6777c6"} 1500 node_network_mtu_bytes{device="vethe7bc640"} 1500 node_network_mtu_bytes{device="vethe8a12b2"} 1500 node_network_mtu_bytes{device="vethee8a542"} 1500 node_network_mtu_bytes{device="vethee8d1ce"} 1500 node_network_mtu_bytes{device="vetheefc42a"} 1500 node_network_mtu_bytes{device="vethef3c4e1"} 1500 node_network_mtu_bytes{device="vethf05f0fd"} 1500 node_network_mtu_bytes{device="vethf21e1e6"} 1500 node_network_mtu_bytes{device="vethf354b58"} 1500 node_network_mtu_bytes{device="vethf478f47"} 1500 node_network_mtu_bytes{device="vethf47ae52"} 1500 node_network_mtu_bytes{device="vethf4ef1a1"} 1500 node_network_mtu_bytes{device="vethf84fcf6"} 1500 node_network_mtu_bytes{device="vethf881f42"} 1500 node_network_mtu_bytes{device="vethf8a47ba"} 1500 node_network_mtu_bytes{device="vethfbc2fcb"} 1500 node_network_mtu_bytes{device="vethfdd6287"} 1500 node_network_mtu_bytes{device="vethfe12856"} 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="veth0041dca"} 3 node_network_name_assign_type{device="veth01f4fb5"} 3 node_network_name_assign_type{device="veth0273147"} 3 node_network_name_assign_type{device="veth02c2ee2"} 3 node_network_name_assign_type{device="veth0363e8e"} 3 node_network_name_assign_type{device="veth04811d4"} 3 node_network_name_assign_type{device="veth04a7879"} 3 node_network_name_assign_type{device="veth04e134c"} 3 node_network_name_assign_type{device="veth06386a8"} 3 node_network_name_assign_type{device="veth073a0ae"} 3 node_network_name_assign_type{device="veth07d0b79"} 3 node_network_name_assign_type{device="veth08d4173"} 3 node_network_name_assign_type{device="veth0983ec1"} 3 node_network_name_assign_type{device="veth0aa0840"} 3 node_network_name_assign_type{device="veth0b4bcc6"} 3 node_network_name_assign_type{device="veth0d46dec"} 3 node_network_name_assign_type{device="veth0d4969b"} 3 node_network_name_assign_type{device="veth0dc1806"} 3 node_network_name_assign_type{device="veth0e13af8"} 3 node_network_name_assign_type{device="veth0f796aa"} 3 node_network_name_assign_type{device="veth0fdea13"} 3 node_network_name_assign_type{device="veth0ff0390"} 3 node_network_name_assign_type{device="veth1369dbc"} 3 node_network_name_assign_type{device="veth1388665"} 3 node_network_name_assign_type{device="veth139be56"} 3 node_network_name_assign_type{device="veth13d497b"} 3 node_network_name_assign_type{device="veth140b313"} 3 node_network_name_assign_type{device="veth1496b36"} 3 node_network_name_assign_type{device="veth162ccc0"} 3 node_network_name_assign_type{device="veth1b3139e"} 3 node_network_name_assign_type{device="veth1dfa77a"} 3 node_network_name_assign_type{device="veth1e0178f"} 3 node_network_name_assign_type{device="veth1e03f09"} 3 node_network_name_assign_type{device="veth1f31076"} 3 node_network_name_assign_type{device="veth1fafce8"} 3 node_network_name_assign_type{device="veth2027081"} 3 node_network_name_assign_type{device="veth2045a57"} 3 node_network_name_assign_type{device="veth20a8b8e"} 3 node_network_name_assign_type{device="veth2158120"} 3 node_network_name_assign_type{device="veth23915ec"} 3 node_network_name_assign_type{device="veth2650507"} 3 node_network_name_assign_type{device="veth287fee9"} 3 node_network_name_assign_type{device="veth2a90439"} 3 node_network_name_assign_type{device="veth2b6e647"} 3 node_network_name_assign_type{device="veth2bc62c5"} 3 node_network_name_assign_type{device="veth2daa401"} 3 node_network_name_assign_type{device="veth2dd3288"} 3 node_network_name_assign_type{device="veth2ee1684"} 3 node_network_name_assign_type{device="veth2f43384"} 3 node_network_name_assign_type{device="veth32e0c57"} 3 node_network_name_assign_type{device="veth333a4d4"} 3 node_network_name_assign_type{device="veth35140bc"} 3 node_network_name_assign_type{device="veth35a48bf"} 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="veth3f3da42"} 3 node_network_name_assign_type{device="veth3f6debb"} 3 node_network_name_assign_type{device="veth40d3df2"} 3 node_network_name_assign_type{device="veth4289883"} 3 node_network_name_assign_type{device="veth4382b79"} 3 node_network_name_assign_type{device="veth461886c"} 3 node_network_name_assign_type{device="veth47f974e"} 3 node_network_name_assign_type{device="veth4880b15"} 3 node_network_name_assign_type{device="veth49d719c"} 3 node_network_name_assign_type{device="veth4b8eff5"} 3 node_network_name_assign_type{device="veth4d3ae10"} 3 node_network_name_assign_type{device="veth5087deb"} 3 node_network_name_assign_type{device="veth5090b57"} 3 node_network_name_assign_type{device="veth5462551"} 3 node_network_name_assign_type{device="veth57bc285"} 3 node_network_name_assign_type{device="veth591a4e5"} 3 node_network_name_assign_type{device="veth596c87a"} 3 node_network_name_assign_type{device="veth6097074"} 3 node_network_name_assign_type{device="veth629928b"} 3 node_network_name_assign_type{device="veth66fe80a"} 3 node_network_name_assign_type{device="veth6864a94"} 3 node_network_name_assign_type{device="veth68c6b3b"} 3 node_network_name_assign_type{device="veth68c9de2"} 3 node_network_name_assign_type{device="veth693d267"} 3 node_network_name_assign_type{device="veth6a6c1d7"} 3 node_network_name_assign_type{device="veth6d28251"} 3 node_network_name_assign_type{device="veth6d76d2e"} 3 node_network_name_assign_type{device="veth6fed348"} 3 node_network_name_assign_type{device="veth70fc496"} 3 node_network_name_assign_type{device="veth7339464"} 3 node_network_name_assign_type{device="veth744b8d9"} 3 node_network_name_assign_type{device="veth74a8f2d"} 3 node_network_name_assign_type{device="veth779a9b0"} 3 node_network_name_assign_type{device="veth78280c1"} 3 node_network_name_assign_type{device="veth7852680"} 3 node_network_name_assign_type{device="veth7a04c25"} 3 node_network_name_assign_type{device="veth7a53c4c"} 3 node_network_name_assign_type{device="veth7b68e53"} 3 node_network_name_assign_type{device="veth82fa037"} 3 node_network_name_assign_type{device="veth8362b0e"} 3 node_network_name_assign_type{device="veth839e6db"} 3 node_network_name_assign_type{device="veth84cf683"} 3 node_network_name_assign_type{device="veth85000d5"} 3 node_network_name_assign_type{device="veth851e301"} 3 node_network_name_assign_type{device="veth8553213"} 3 node_network_name_assign_type{device="veth8701e4b"} 3 node_network_name_assign_type{device="veth8c5b58a"} 3 node_network_name_assign_type{device="veth8c77172"} 3 node_network_name_assign_type{device="veth8c905e4"} 3 node_network_name_assign_type{device="veth8d5e09c"} 3 node_network_name_assign_type{device="veth8e9752f"} 3 node_network_name_assign_type{device="veth8ee2bf2"} 3 node_network_name_assign_type{device="veth94df4a8"} 3 node_network_name_assign_type{device="veth96036e6"} 3 node_network_name_assign_type{device="veth9619378"} 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="veth99ddf11"} 3 node_network_name_assign_type{device="veth9a18514"} 3 node_network_name_assign_type{device="vetha005716"} 3 node_network_name_assign_type{device="vetha0c0dc7"} 3 node_network_name_assign_type{device="vetha303386"} 3 node_network_name_assign_type{device="vetha328a00"} 3 node_network_name_assign_type{device="vetha3c0e72"} 3 node_network_name_assign_type{device="vetha687506"} 3 node_network_name_assign_type{device="vethaa201e8"} 3 node_network_name_assign_type{device="vethac48cf5"} 3 node_network_name_assign_type{device="vethadde449"} 3 node_network_name_assign_type{device="vethb3f6289"} 3 node_network_name_assign_type{device="vethb6b0c38"} 3 node_network_name_assign_type{device="vethbbafdd5"} 3 node_network_name_assign_type{device="vethbdcf73f"} 3 node_network_name_assign_type{device="vethbe348d0"} 3 node_network_name_assign_type{device="vethc462a78"} 3 node_network_name_assign_type{device="vethc7e7940"} 3 node_network_name_assign_type{device="vethc84f590"} 3 node_network_name_assign_type{device="vethc863ebe"} 3 node_network_name_assign_type{device="vethc8ea08f"} 3 node_network_name_assign_type{device="vethc94c23c"} 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="vethcfea7a6"} 3 node_network_name_assign_type{device="vethd297e42"} 3 node_network_name_assign_type{device="vethd2a1d3a"} 3 node_network_name_assign_type{device="vethd664e50"} 3 node_network_name_assign_type{device="vethd70046f"} 3 node_network_name_assign_type{device="vethd901f1c"} 3 node_network_name_assign_type{device="vethda7b6f4"} 3 node_network_name_assign_type{device="vethdafb8d3"} 3 node_network_name_assign_type{device="vethdbda231"} 3 node_network_name_assign_type{device="vethdbe575e"} 3 node_network_name_assign_type{device="vethdcef7e9"} 3 node_network_name_assign_type{device="vethe17211e"} 3 node_network_name_assign_type{device="vethe17f832"} 3 node_network_name_assign_type{device="vethe4796eb"} 3 node_network_name_assign_type{device="vethe6777c6"} 3 node_network_name_assign_type{device="vethe7bc640"} 3 node_network_name_assign_type{device="vethe8a12b2"} 3 node_network_name_assign_type{device="vethee8a542"} 3 node_network_name_assign_type{device="vethee8d1ce"} 3 node_network_name_assign_type{device="vetheefc42a"} 3 node_network_name_assign_type{device="vethef3c4e1"} 3 node_network_name_assign_type{device="vethf05f0fd"} 3 node_network_name_assign_type{device="vethf21e1e6"} 3 node_network_name_assign_type{device="vethf354b58"} 3 node_network_name_assign_type{device="vethf478f47"} 3 node_network_name_assign_type{device="vethf47ae52"} 3 node_network_name_assign_type{device="vethf4ef1a1"} 3 node_network_name_assign_type{device="vethf84fcf6"} 3 node_network_name_assign_type{device="vethf881f42"} 3 node_network_name_assign_type{device="vethf8a47ba"} 3 node_network_name_assign_type{device="vethfbc2fcb"} 3 node_network_name_assign_type{device="vethfdd6287"} 3 node_network_name_assign_type{device="vethfe12856"} 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="veth0041dca"} 0 node_network_net_dev_group{device="veth01f4fb5"} 0 node_network_net_dev_group{device="veth0273147"} 0 node_network_net_dev_group{device="veth02c2ee2"} 0 node_network_net_dev_group{device="veth0363e8e"} 0 node_network_net_dev_group{device="veth04811d4"} 0 node_network_net_dev_group{device="veth04a7879"} 0 node_network_net_dev_group{device="veth04e134c"} 0 node_network_net_dev_group{device="veth06386a8"} 0 node_network_net_dev_group{device="veth073a0ae"} 0 node_network_net_dev_group{device="veth07d0b79"} 0 node_network_net_dev_group{device="veth08d4173"} 0 node_network_net_dev_group{device="veth0983ec1"} 0 node_network_net_dev_group{device="veth0aa0840"} 0 node_network_net_dev_group{device="veth0b4bcc6"} 0 node_network_net_dev_group{device="veth0d46dec"} 0 node_network_net_dev_group{device="veth0d4969b"} 0 node_network_net_dev_group{device="veth0dc1806"} 0 node_network_net_dev_group{device="veth0e13af8"} 0 node_network_net_dev_group{device="veth0f796aa"} 0 node_network_net_dev_group{device="veth0fdea13"} 0 node_network_net_dev_group{device="veth0ff0390"} 0 node_network_net_dev_group{device="veth1369dbc"} 0 node_network_net_dev_group{device="veth1388665"} 0 node_network_net_dev_group{device="veth139be56"} 0 node_network_net_dev_group{device="veth13d497b"} 0 node_network_net_dev_group{device="veth140b313"} 0 node_network_net_dev_group{device="veth1496b36"} 0 node_network_net_dev_group{device="veth162ccc0"} 0 node_network_net_dev_group{device="veth1b3139e"} 0 node_network_net_dev_group{device="veth1dfa77a"} 0 node_network_net_dev_group{device="veth1e0178f"} 0 node_network_net_dev_group{device="veth1e03f09"} 0 node_network_net_dev_group{device="veth1f31076"} 0 node_network_net_dev_group{device="veth1fafce8"} 0 node_network_net_dev_group{device="veth2027081"} 0 node_network_net_dev_group{device="veth2045a57"} 0 node_network_net_dev_group{device="veth20a8b8e"} 0 node_network_net_dev_group{device="veth2158120"} 0 node_network_net_dev_group{device="veth23915ec"} 0 node_network_net_dev_group{device="veth2650507"} 0 node_network_net_dev_group{device="veth287fee9"} 0 node_network_net_dev_group{device="veth2a90439"} 0 node_network_net_dev_group{device="veth2b6e647"} 0 node_network_net_dev_group{device="veth2bc62c5"} 0 node_network_net_dev_group{device="veth2daa401"} 0 node_network_net_dev_group{device="veth2dd3288"} 0 node_network_net_dev_group{device="veth2ee1684"} 0 node_network_net_dev_group{device="veth2f43384"} 0 node_network_net_dev_group{device="veth32e0c57"} 0 node_network_net_dev_group{device="veth333a4d4"} 0 node_network_net_dev_group{device="veth35140bc"} 0 node_network_net_dev_group{device="veth35a48bf"} 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="veth3f3da42"} 0 node_network_net_dev_group{device="veth3f6debb"} 0 node_network_net_dev_group{device="veth40d3df2"} 0 node_network_net_dev_group{device="veth4289883"} 0 node_network_net_dev_group{device="veth4382b79"} 0 node_network_net_dev_group{device="veth461886c"} 0 node_network_net_dev_group{device="veth47f974e"} 0 node_network_net_dev_group{device="veth4880b15"} 0 node_network_net_dev_group{device="veth49d719c"} 0 node_network_net_dev_group{device="veth4b8eff5"} 0 node_network_net_dev_group{device="veth4d3ae10"} 0 node_network_net_dev_group{device="veth5087deb"} 0 node_network_net_dev_group{device="veth5090b57"} 0 node_network_net_dev_group{device="veth5462551"} 0 node_network_net_dev_group{device="veth57bc285"} 0 node_network_net_dev_group{device="veth591a4e5"} 0 node_network_net_dev_group{device="veth596c87a"} 0 node_network_net_dev_group{device="veth6097074"} 0 node_network_net_dev_group{device="veth629928b"} 0 node_network_net_dev_group{device="veth66fe80a"} 0 node_network_net_dev_group{device="veth6864a94"} 0 node_network_net_dev_group{device="veth68c6b3b"} 0 node_network_net_dev_group{device="veth68c9de2"} 0 node_network_net_dev_group{device="veth693d267"} 0 node_network_net_dev_group{device="veth6a6c1d7"} 0 node_network_net_dev_group{device="veth6d28251"} 0 node_network_net_dev_group{device="veth6d76d2e"} 0 node_network_net_dev_group{device="veth6fed348"} 0 node_network_net_dev_group{device="veth70fc496"} 0 node_network_net_dev_group{device="veth7339464"} 0 node_network_net_dev_group{device="veth744b8d9"} 0 node_network_net_dev_group{device="veth74a8f2d"} 0 node_network_net_dev_group{device="veth779a9b0"} 0 node_network_net_dev_group{device="veth78280c1"} 0 node_network_net_dev_group{device="veth7852680"} 0 node_network_net_dev_group{device="veth7a04c25"} 0 node_network_net_dev_group{device="veth7a53c4c"} 0 node_network_net_dev_group{device="veth7b68e53"} 0 node_network_net_dev_group{device="veth82fa037"} 0 node_network_net_dev_group{device="veth8362b0e"} 0 node_network_net_dev_group{device="veth839e6db"} 0 node_network_net_dev_group{device="veth84cf683"} 0 node_network_net_dev_group{device="veth85000d5"} 0 node_network_net_dev_group{device="veth851e301"} 0 node_network_net_dev_group{device="veth8553213"} 0 node_network_net_dev_group{device="veth8701e4b"} 0 node_network_net_dev_group{device="veth8c5b58a"} 0 node_network_net_dev_group{device="veth8c77172"} 0 node_network_net_dev_group{device="veth8c905e4"} 0 node_network_net_dev_group{device="veth8d5e09c"} 0 node_network_net_dev_group{device="veth8e9752f"} 0 node_network_net_dev_group{device="veth8ee2bf2"} 0 node_network_net_dev_group{device="veth94df4a8"} 0 node_network_net_dev_group{device="veth96036e6"} 0 node_network_net_dev_group{device="veth9619378"} 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="veth99ddf11"} 0 node_network_net_dev_group{device="veth9a18514"} 0 node_network_net_dev_group{device="vetha005716"} 0 node_network_net_dev_group{device="vetha0c0dc7"} 0 node_network_net_dev_group{device="vetha303386"} 0 node_network_net_dev_group{device="vetha328a00"} 0 node_network_net_dev_group{device="vetha3c0e72"} 0 node_network_net_dev_group{device="vetha687506"} 0 node_network_net_dev_group{device="vethaa201e8"} 0 node_network_net_dev_group{device="vethac48cf5"} 0 node_network_net_dev_group{device="vethadde449"} 0 node_network_net_dev_group{device="vethb3f6289"} 0 node_network_net_dev_group{device="vethb6b0c38"} 0 node_network_net_dev_group{device="vethbbafdd5"} 0 node_network_net_dev_group{device="vethbdcf73f"} 0 node_network_net_dev_group{device="vethbe348d0"} 0 node_network_net_dev_group{device="vethc462a78"} 0 node_network_net_dev_group{device="vethc7e7940"} 0 node_network_net_dev_group{device="vethc84f590"} 0 node_network_net_dev_group{device="vethc863ebe"} 0 node_network_net_dev_group{device="vethc8ea08f"} 0 node_network_net_dev_group{device="vethc94c23c"} 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="vethcfea7a6"} 0 node_network_net_dev_group{device="vethd297e42"} 0 node_network_net_dev_group{device="vethd2a1d3a"} 0 node_network_net_dev_group{device="vethd664e50"} 0 node_network_net_dev_group{device="vethd70046f"} 0 node_network_net_dev_group{device="vethd901f1c"} 0 node_network_net_dev_group{device="vethda7b6f4"} 0 node_network_net_dev_group{device="vethdafb8d3"} 0 node_network_net_dev_group{device="vethdbda231"} 0 node_network_net_dev_group{device="vethdbe575e"} 0 node_network_net_dev_group{device="vethdcef7e9"} 0 node_network_net_dev_group{device="vethe17211e"} 0 node_network_net_dev_group{device="vethe17f832"} 0 node_network_net_dev_group{device="vethe4796eb"} 0 node_network_net_dev_group{device="vethe6777c6"} 0 node_network_net_dev_group{device="vethe7bc640"} 0 node_network_net_dev_group{device="vethe8a12b2"} 0 node_network_net_dev_group{device="vethee8a542"} 0 node_network_net_dev_group{device="vethee8d1ce"} 0 node_network_net_dev_group{device="vetheefc42a"} 0 node_network_net_dev_group{device="vethef3c4e1"} 0 node_network_net_dev_group{device="vethf05f0fd"} 0 node_network_net_dev_group{device="vethf21e1e6"} 0 node_network_net_dev_group{device="vethf354b58"} 0 node_network_net_dev_group{device="vethf478f47"} 0 node_network_net_dev_group{device="vethf47ae52"} 0 node_network_net_dev_group{device="vethf4ef1a1"} 0 node_network_net_dev_group{device="vethf84fcf6"} 0 node_network_net_dev_group{device="vethf881f42"} 0 node_network_net_dev_group{device="vethf8a47ba"} 0 node_network_net_dev_group{device="vethfbc2fcb"} 0 node_network_net_dev_group{device="vethfdd6287"} 0 node_network_net_dev_group{device="vethfe12856"} 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="veth0041dca"} 1 node_network_protocol_type{device="veth01f4fb5"} 1 node_network_protocol_type{device="veth0273147"} 1 node_network_protocol_type{device="veth02c2ee2"} 1 node_network_protocol_type{device="veth0363e8e"} 1 node_network_protocol_type{device="veth04811d4"} 1 node_network_protocol_type{device="veth04a7879"} 1 node_network_protocol_type{device="veth04e134c"} 1 node_network_protocol_type{device="veth06386a8"} 1 node_network_protocol_type{device="veth073a0ae"} 1 node_network_protocol_type{device="veth07d0b79"} 1 node_network_protocol_type{device="veth08d4173"} 1 node_network_protocol_type{device="veth0983ec1"} 1 node_network_protocol_type{device="veth0aa0840"} 1 node_network_protocol_type{device="veth0b4bcc6"} 1 node_network_protocol_type{device="veth0d46dec"} 1 node_network_protocol_type{device="veth0d4969b"} 1 node_network_protocol_type{device="veth0dc1806"} 1 node_network_protocol_type{device="veth0e13af8"} 1 node_network_protocol_type{device="veth0f796aa"} 1 node_network_protocol_type{device="veth0fdea13"} 1 node_network_protocol_type{device="veth0ff0390"} 1 node_network_protocol_type{device="veth1369dbc"} 1 node_network_protocol_type{device="veth1388665"} 1 node_network_protocol_type{device="veth139be56"} 1 node_network_protocol_type{device="veth13d497b"} 1 node_network_protocol_type{device="veth140b313"} 1 node_network_protocol_type{device="veth1496b36"} 1 node_network_protocol_type{device="veth162ccc0"} 1 node_network_protocol_type{device="veth1b3139e"} 1 node_network_protocol_type{device="veth1dfa77a"} 1 node_network_protocol_type{device="veth1e0178f"} 1 node_network_protocol_type{device="veth1e03f09"} 1 node_network_protocol_type{device="veth1f31076"} 1 node_network_protocol_type{device="veth1fafce8"} 1 node_network_protocol_type{device="veth2027081"} 1 node_network_protocol_type{device="veth2045a57"} 1 node_network_protocol_type{device="veth20a8b8e"} 1 node_network_protocol_type{device="veth2158120"} 1 node_network_protocol_type{device="veth23915ec"} 1 node_network_protocol_type{device="veth2650507"} 1 node_network_protocol_type{device="veth287fee9"} 1 node_network_protocol_type{device="veth2a90439"} 1 node_network_protocol_type{device="veth2b6e647"} 1 node_network_protocol_type{device="veth2bc62c5"} 1 node_network_protocol_type{device="veth2daa401"} 1 node_network_protocol_type{device="veth2dd3288"} 1 node_network_protocol_type{device="veth2ee1684"} 1 node_network_protocol_type{device="veth2f43384"} 1 node_network_protocol_type{device="veth32e0c57"} 1 node_network_protocol_type{device="veth333a4d4"} 1 node_network_protocol_type{device="veth35140bc"} 1 node_network_protocol_type{device="veth35a48bf"} 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="veth3f3da42"} 1 node_network_protocol_type{device="veth3f6debb"} 1 node_network_protocol_type{device="veth40d3df2"} 1 node_network_protocol_type{device="veth4289883"} 1 node_network_protocol_type{device="veth4382b79"} 1 node_network_protocol_type{device="veth461886c"} 1 node_network_protocol_type{device="veth47f974e"} 1 node_network_protocol_type{device="veth4880b15"} 1 node_network_protocol_type{device="veth49d719c"} 1 node_network_protocol_type{device="veth4b8eff5"} 1 node_network_protocol_type{device="veth4d3ae10"} 1 node_network_protocol_type{device="veth5087deb"} 1 node_network_protocol_type{device="veth5090b57"} 1 node_network_protocol_type{device="veth5462551"} 1 node_network_protocol_type{device="veth57bc285"} 1 node_network_protocol_type{device="veth591a4e5"} 1 node_network_protocol_type{device="veth596c87a"} 1 node_network_protocol_type{device="veth6097074"} 1 node_network_protocol_type{device="veth629928b"} 1 node_network_protocol_type{device="veth66fe80a"} 1 node_network_protocol_type{device="veth6864a94"} 1 node_network_protocol_type{device="veth68c6b3b"} 1 node_network_protocol_type{device="veth68c9de2"} 1 node_network_protocol_type{device="veth693d267"} 1 node_network_protocol_type{device="veth6a6c1d7"} 1 node_network_protocol_type{device="veth6d28251"} 1 node_network_protocol_type{device="veth6d76d2e"} 1 node_network_protocol_type{device="veth6fed348"} 1 node_network_protocol_type{device="veth70fc496"} 1 node_network_protocol_type{device="veth7339464"} 1 node_network_protocol_type{device="veth744b8d9"} 1 node_network_protocol_type{device="veth74a8f2d"} 1 node_network_protocol_type{device="veth779a9b0"} 1 node_network_protocol_type{device="veth78280c1"} 1 node_network_protocol_type{device="veth7852680"} 1 node_network_protocol_type{device="veth7a04c25"} 1 node_network_protocol_type{device="veth7a53c4c"} 1 node_network_protocol_type{device="veth7b68e53"} 1 node_network_protocol_type{device="veth82fa037"} 1 node_network_protocol_type{device="veth8362b0e"} 1 node_network_protocol_type{device="veth839e6db"} 1 node_network_protocol_type{device="veth84cf683"} 1 node_network_protocol_type{device="veth85000d5"} 1 node_network_protocol_type{device="veth851e301"} 1 node_network_protocol_type{device="veth8553213"} 1 node_network_protocol_type{device="veth8701e4b"} 1 node_network_protocol_type{device="veth8c5b58a"} 1 node_network_protocol_type{device="veth8c77172"} 1 node_network_protocol_type{device="veth8c905e4"} 1 node_network_protocol_type{device="veth8d5e09c"} 1 node_network_protocol_type{device="veth8e9752f"} 1 node_network_protocol_type{device="veth8ee2bf2"} 1 node_network_protocol_type{device="veth94df4a8"} 1 node_network_protocol_type{device="veth96036e6"} 1 node_network_protocol_type{device="veth9619378"} 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="veth99ddf11"} 1 node_network_protocol_type{device="veth9a18514"} 1 node_network_protocol_type{device="vetha005716"} 1 node_network_protocol_type{device="vetha0c0dc7"} 1 node_network_protocol_type{device="vetha303386"} 1 node_network_protocol_type{device="vetha328a00"} 1 node_network_protocol_type{device="vetha3c0e72"} 1 node_network_protocol_type{device="vetha687506"} 1 node_network_protocol_type{device="vethaa201e8"} 1 node_network_protocol_type{device="vethac48cf5"} 1 node_network_protocol_type{device="vethadde449"} 1 node_network_protocol_type{device="vethb3f6289"} 1 node_network_protocol_type{device="vethb6b0c38"} 1 node_network_protocol_type{device="vethbbafdd5"} 1 node_network_protocol_type{device="vethbdcf73f"} 1 node_network_protocol_type{device="vethbe348d0"} 1 node_network_protocol_type{device="vethc462a78"} 1 node_network_protocol_type{device="vethc7e7940"} 1 node_network_protocol_type{device="vethc84f590"} 1 node_network_protocol_type{device="vethc863ebe"} 1 node_network_protocol_type{device="vethc8ea08f"} 1 node_network_protocol_type{device="vethc94c23c"} 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="vethcfea7a6"} 1 node_network_protocol_type{device="vethd297e42"} 1 node_network_protocol_type{device="vethd2a1d3a"} 1 node_network_protocol_type{device="vethd664e50"} 1 node_network_protocol_type{device="vethd70046f"} 1 node_network_protocol_type{device="vethd901f1c"} 1 node_network_protocol_type{device="vethda7b6f4"} 1 node_network_protocol_type{device="vethdafb8d3"} 1 node_network_protocol_type{device="vethdbda231"} 1 node_network_protocol_type{device="vethdbe575e"} 1 node_network_protocol_type{device="vethdcef7e9"} 1 node_network_protocol_type{device="vethe17211e"} 1 node_network_protocol_type{device="vethe17f832"} 1 node_network_protocol_type{device="vethe4796eb"} 1 node_network_protocol_type{device="vethe6777c6"} 1 node_network_protocol_type{device="vethe7bc640"} 1 node_network_protocol_type{device="vethe8a12b2"} 1 node_network_protocol_type{device="vethee8a542"} 1 node_network_protocol_type{device="vethee8d1ce"} 1 node_network_protocol_type{device="vetheefc42a"} 1 node_network_protocol_type{device="vethef3c4e1"} 1 node_network_protocol_type{device="vethf05f0fd"} 1 node_network_protocol_type{device="vethf21e1e6"} 1 node_network_protocol_type{device="vethf354b58"} 1 node_network_protocol_type{device="vethf478f47"} 1 node_network_protocol_type{device="vethf47ae52"} 1 node_network_protocol_type{device="vethf4ef1a1"} 1 node_network_protocol_type{device="vethf84fcf6"} 1 node_network_protocol_type{device="vethf881f42"} 1 node_network_protocol_type{device="vethf8a47ba"} 1 node_network_protocol_type{device="vethfbc2fcb"} 1 node_network_protocol_type{device="vethfdd6287"} 1 node_network_protocol_type{device="vethfe12856"} 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"} 1.773888355e+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"} 1.587821e+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="veth0041dca"} 1.25e+09 node_network_speed_bytes{device="veth01f4fb5"} 1.25e+09 node_network_speed_bytes{device="veth0273147"} 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="veth04811d4"} 1.25e+09 node_network_speed_bytes{device="veth04a7879"} 1.25e+09 node_network_speed_bytes{device="veth04e134c"} 1.25e+09 node_network_speed_bytes{device="veth06386a8"} 1.25e+09 node_network_speed_bytes{device="veth073a0ae"} 1.25e+09 node_network_speed_bytes{device="veth07d0b79"} 1.25e+09 node_network_speed_bytes{device="veth08d4173"} 1.25e+09 node_network_speed_bytes{device="veth0983ec1"} 1.25e+09 node_network_speed_bytes{device="veth0aa0840"} 1.25e+09 node_network_speed_bytes{device="veth0b4bcc6"} 1.25e+09 node_network_speed_bytes{device="veth0d46dec"} 1.25e+09 node_network_speed_bytes{device="veth0d4969b"} 1.25e+09 node_network_speed_bytes{device="veth0dc1806"} 1.25e+09 node_network_speed_bytes{device="veth0e13af8"} 1.25e+09 node_network_speed_bytes{device="veth0f796aa"} 1.25e+09 node_network_speed_bytes{device="veth0fdea13"} 1.25e+09 node_network_speed_bytes{device="veth0ff0390"} 1.25e+09 node_network_speed_bytes{device="veth1369dbc"} 1.25e+09 node_network_speed_bytes{device="veth1388665"} 1.25e+09 node_network_speed_bytes{device="veth139be56"} 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="veth1496b36"} 1.25e+09 node_network_speed_bytes{device="veth162ccc0"} 1.25e+09 node_network_speed_bytes{device="veth1b3139e"} 1.25e+09 node_network_speed_bytes{device="veth1dfa77a"} 1.25e+09 node_network_speed_bytes{device="veth1e0178f"} 1.25e+09 node_network_speed_bytes{device="veth1e03f09"} 1.25e+09 node_network_speed_bytes{device="veth1f31076"} 1.25e+09 node_network_speed_bytes{device="veth1fafce8"} 1.25e+09 node_network_speed_bytes{device="veth2027081"} 1.25e+09 node_network_speed_bytes{device="veth2045a57"} 1.25e+09 node_network_speed_bytes{device="veth20a8b8e"} 1.25e+09 node_network_speed_bytes{device="veth2158120"} 1.25e+09 node_network_speed_bytes{device="veth23915ec"} 1.25e+09 node_network_speed_bytes{device="veth2650507"} 1.25e+09 node_network_speed_bytes{device="veth287fee9"} 1.25e+09 node_network_speed_bytes{device="veth2a90439"} 1.25e+09 node_network_speed_bytes{device="veth2b6e647"} 1.25e+09 node_network_speed_bytes{device="veth2bc62c5"} 1.25e+09 node_network_speed_bytes{device="veth2daa401"} 1.25e+09 node_network_speed_bytes{device="veth2dd3288"} 1.25e+09 node_network_speed_bytes{device="veth2ee1684"} 1.25e+09 node_network_speed_bytes{device="veth2f43384"} 1.25e+09 node_network_speed_bytes{device="veth32e0c57"} 1.25e+09 node_network_speed_bytes{device="veth333a4d4"} 1.25e+09 node_network_speed_bytes{device="veth35140bc"} 1.25e+09 node_network_speed_bytes{device="veth35a48bf"} 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="veth3f3da42"} 1.25e+09 node_network_speed_bytes{device="veth3f6debb"} 1.25e+09 node_network_speed_bytes{device="veth40d3df2"} 1.25e+09 node_network_speed_bytes{device="veth4289883"} 1.25e+09 node_network_speed_bytes{device="veth4382b79"} 1.25e+09 node_network_speed_bytes{device="veth461886c"} 1.25e+09 node_network_speed_bytes{device="veth47f974e"} 1.25e+09 node_network_speed_bytes{device="veth4880b15"} 1.25e+09 node_network_speed_bytes{device="veth49d719c"} 1.25e+09 node_network_speed_bytes{device="veth4b8eff5"} 1.25e+09 node_network_speed_bytes{device="veth4d3ae10"} 1.25e+09 node_network_speed_bytes{device="veth5087deb"} 1.25e+09 node_network_speed_bytes{device="veth5090b57"} 1.25e+09 node_network_speed_bytes{device="veth5462551"} 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="veth596c87a"} 1.25e+09 node_network_speed_bytes{device="veth6097074"} 1.25e+09 node_network_speed_bytes{device="veth629928b"} 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="veth68c6b3b"} 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="veth6a6c1d7"} 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="veth6fed348"} 1.25e+09 node_network_speed_bytes{device="veth70fc496"} 1.25e+09 node_network_speed_bytes{device="veth7339464"} 1.25e+09 node_network_speed_bytes{device="veth744b8d9"} 1.25e+09 node_network_speed_bytes{device="veth74a8f2d"} 1.25e+09 node_network_speed_bytes{device="veth779a9b0"} 1.25e+09 node_network_speed_bytes{device="veth78280c1"} 1.25e+09 node_network_speed_bytes{device="veth7852680"} 1.25e+09 node_network_speed_bytes{device="veth7a04c25"} 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="veth82fa037"} 1.25e+09 node_network_speed_bytes{device="veth8362b0e"} 1.25e+09 node_network_speed_bytes{device="veth839e6db"} 1.25e+09 node_network_speed_bytes{device="veth84cf683"} 1.25e+09 node_network_speed_bytes{device="veth85000d5"} 1.25e+09 node_network_speed_bytes{device="veth851e301"} 1.25e+09 node_network_speed_bytes{device="veth8553213"} 1.25e+09 node_network_speed_bytes{device="veth8701e4b"} 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="veth8c905e4"} 1.25e+09 node_network_speed_bytes{device="veth8d5e09c"} 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="veth94df4a8"} 1.25e+09 node_network_speed_bytes{device="veth96036e6"} 1.25e+09 node_network_speed_bytes{device="veth9619378"} 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="veth99ddf11"} 1.25e+09 node_network_speed_bytes{device="veth9a18514"} 1.25e+09 node_network_speed_bytes{device="vetha005716"} 1.25e+09 node_network_speed_bytes{device="vetha0c0dc7"} 1.25e+09 node_network_speed_bytes{device="vetha303386"} 1.25e+09 node_network_speed_bytes{device="vetha328a00"} 1.25e+09 node_network_speed_bytes{device="vetha3c0e72"} 1.25e+09 node_network_speed_bytes{device="vetha687506"} 1.25e+09 node_network_speed_bytes{device="vethaa201e8"} 1.25e+09 node_network_speed_bytes{device="vethac48cf5"} 1.25e+09 node_network_speed_bytes{device="vethadde449"} 1.25e+09 node_network_speed_bytes{device="vethb3f6289"} 1.25e+09 node_network_speed_bytes{device="vethb6b0c38"} 1.25e+09 node_network_speed_bytes{device="vethbbafdd5"} 1.25e+09 node_network_speed_bytes{device="vethbdcf73f"} 1.25e+09 node_network_speed_bytes{device="vethbe348d0"} 1.25e+09 node_network_speed_bytes{device="vethc462a78"} 1.25e+09 node_network_speed_bytes{device="vethc7e7940"} 1.25e+09 node_network_speed_bytes{device="vethc84f590"} 1.25e+09 node_network_speed_bytes{device="vethc863ebe"} 1.25e+09 node_network_speed_bytes{device="vethc8ea08f"} 1.25e+09 node_network_speed_bytes{device="vethc94c23c"} 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="vethcfea7a6"} 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="vethd664e50"} 1.25e+09 node_network_speed_bytes{device="vethd70046f"} 1.25e+09 node_network_speed_bytes{device="vethd901f1c"} 1.25e+09 node_network_speed_bytes{device="vethda7b6f4"} 1.25e+09 node_network_speed_bytes{device="vethdafb8d3"} 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="vethdcef7e9"} 1.25e+09 node_network_speed_bytes{device="vethe17211e"} 1.25e+09 node_network_speed_bytes{device="vethe17f832"} 1.25e+09 node_network_speed_bytes{device="vethe4796eb"} 1.25e+09 node_network_speed_bytes{device="vethe6777c6"} 1.25e+09 node_network_speed_bytes{device="vethe7bc640"} 1.25e+09 node_network_speed_bytes{device="vethe8a12b2"} 1.25e+09 node_network_speed_bytes{device="vethee8a542"} 1.25e+09 node_network_speed_bytes{device="vethee8d1ce"} 1.25e+09 node_network_speed_bytes{device="vetheefc42a"} 1.25e+09 node_network_speed_bytes{device="vethef3c4e1"} 1.25e+09 node_network_speed_bytes{device="vethf05f0fd"} 1.25e+09 node_network_speed_bytes{device="vethf21e1e6"} 1.25e+09 node_network_speed_bytes{device="vethf354b58"} 1.25e+09 node_network_speed_bytes{device="vethf478f47"} 1.25e+09 node_network_speed_bytes{device="vethf47ae52"} 1.25e+09 node_network_speed_bytes{device="vethf4ef1a1"} 1.25e+09 node_network_speed_bytes{device="vethf84fcf6"} 1.25e+09 node_network_speed_bytes{device="vethf881f42"} 1.25e+09 node_network_speed_bytes{device="vethf8a47ba"} 1.25e+09 node_network_speed_bytes{device="vethfbc2fcb"} 1.25e+09 node_network_speed_bytes{device="vethfdd6287"} 1.25e+09 node_network_speed_bytes{device="vethfe12856"} 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"} 4.0498612603e+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"} 1.4837063e+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="veth0041dca"} 0 node_network_transmit_queue_length{device="veth01f4fb5"} 0 node_network_transmit_queue_length{device="veth0273147"} 0 node_network_transmit_queue_length{device="veth02c2ee2"} 0 node_network_transmit_queue_length{device="veth0363e8e"} 0 node_network_transmit_queue_length{device="veth04811d4"} 0 node_network_transmit_queue_length{device="veth04a7879"} 0 node_network_transmit_queue_length{device="veth04e134c"} 0 node_network_transmit_queue_length{device="veth06386a8"} 0 node_network_transmit_queue_length{device="veth073a0ae"} 0 node_network_transmit_queue_length{device="veth07d0b79"} 0 node_network_transmit_queue_length{device="veth08d4173"} 0 node_network_transmit_queue_length{device="veth0983ec1"} 0 node_network_transmit_queue_length{device="veth0aa0840"} 0 node_network_transmit_queue_length{device="veth0b4bcc6"} 0 node_network_transmit_queue_length{device="veth0d46dec"} 0 node_network_transmit_queue_length{device="veth0d4969b"} 0 node_network_transmit_queue_length{device="veth0dc1806"} 0 node_network_transmit_queue_length{device="veth0e13af8"} 0 node_network_transmit_queue_length{device="veth0f796aa"} 0 node_network_transmit_queue_length{device="veth0fdea13"} 0 node_network_transmit_queue_length{device="veth0ff0390"} 0 node_network_transmit_queue_length{device="veth1369dbc"} 0 node_network_transmit_queue_length{device="veth1388665"} 0 node_network_transmit_queue_length{device="veth139be56"} 0 node_network_transmit_queue_length{device="veth13d497b"} 0 node_network_transmit_queue_length{device="veth140b313"} 0 node_network_transmit_queue_length{device="veth1496b36"} 0 node_network_transmit_queue_length{device="veth162ccc0"} 0 node_network_transmit_queue_length{device="veth1b3139e"} 0 node_network_transmit_queue_length{device="veth1dfa77a"} 0 node_network_transmit_queue_length{device="veth1e0178f"} 0 node_network_transmit_queue_length{device="veth1e03f09"} 0 node_network_transmit_queue_length{device="veth1f31076"} 0 node_network_transmit_queue_length{device="veth1fafce8"} 0 node_network_transmit_queue_length{device="veth2027081"} 0 node_network_transmit_queue_length{device="veth2045a57"} 0 node_network_transmit_queue_length{device="veth20a8b8e"} 0 node_network_transmit_queue_length{device="veth2158120"} 0 node_network_transmit_queue_length{device="veth23915ec"} 0 node_network_transmit_queue_length{device="veth2650507"} 0 node_network_transmit_queue_length{device="veth287fee9"} 0 node_network_transmit_queue_length{device="veth2a90439"} 0 node_network_transmit_queue_length{device="veth2b6e647"} 0 node_network_transmit_queue_length{device="veth2bc62c5"} 0 node_network_transmit_queue_length{device="veth2daa401"} 0 node_network_transmit_queue_length{device="veth2dd3288"} 0 node_network_transmit_queue_length{device="veth2ee1684"} 0 node_network_transmit_queue_length{device="veth2f43384"} 0 node_network_transmit_queue_length{device="veth32e0c57"} 0 node_network_transmit_queue_length{device="veth333a4d4"} 0 node_network_transmit_queue_length{device="veth35140bc"} 0 node_network_transmit_queue_length{device="veth35a48bf"} 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="veth3f3da42"} 0 node_network_transmit_queue_length{device="veth3f6debb"} 0 node_network_transmit_queue_length{device="veth40d3df2"} 0 node_network_transmit_queue_length{device="veth4289883"} 0 node_network_transmit_queue_length{device="veth4382b79"} 0 node_network_transmit_queue_length{device="veth461886c"} 0 node_network_transmit_queue_length{device="veth47f974e"} 0 node_network_transmit_queue_length{device="veth4880b15"} 0 node_network_transmit_queue_length{device="veth49d719c"} 0 node_network_transmit_queue_length{device="veth4b8eff5"} 0 node_network_transmit_queue_length{device="veth4d3ae10"} 0 node_network_transmit_queue_length{device="veth5087deb"} 0 node_network_transmit_queue_length{device="veth5090b57"} 0 node_network_transmit_queue_length{device="veth5462551"} 0 node_network_transmit_queue_length{device="veth57bc285"} 0 node_network_transmit_queue_length{device="veth591a4e5"} 0 node_network_transmit_queue_length{device="veth596c87a"} 0 node_network_transmit_queue_length{device="veth6097074"} 0 node_network_transmit_queue_length{device="veth629928b"} 0 node_network_transmit_queue_length{device="veth66fe80a"} 0 node_network_transmit_queue_length{device="veth6864a94"} 0 node_network_transmit_queue_length{device="veth68c6b3b"} 0 node_network_transmit_queue_length{device="veth68c9de2"} 0 node_network_transmit_queue_length{device="veth693d267"} 0 node_network_transmit_queue_length{device="veth6a6c1d7"} 0 node_network_transmit_queue_length{device="veth6d28251"} 0 node_network_transmit_queue_length{device="veth6d76d2e"} 0 node_network_transmit_queue_length{device="veth6fed348"} 0 node_network_transmit_queue_length{device="veth70fc496"} 0 node_network_transmit_queue_length{device="veth7339464"} 0 node_network_transmit_queue_length{device="veth744b8d9"} 0 node_network_transmit_queue_length{device="veth74a8f2d"} 0 node_network_transmit_queue_length{device="veth779a9b0"} 0 node_network_transmit_queue_length{device="veth78280c1"} 0 node_network_transmit_queue_length{device="veth7852680"} 0 node_network_transmit_queue_length{device="veth7a04c25"} 0 node_network_transmit_queue_length{device="veth7a53c4c"} 0 node_network_transmit_queue_length{device="veth7b68e53"} 0 node_network_transmit_queue_length{device="veth82fa037"} 0 node_network_transmit_queue_length{device="veth8362b0e"} 0 node_network_transmit_queue_length{device="veth839e6db"} 0 node_network_transmit_queue_length{device="veth84cf683"} 0 node_network_transmit_queue_length{device="veth85000d5"} 0 node_network_transmit_queue_length{device="veth851e301"} 0 node_network_transmit_queue_length{device="veth8553213"} 0 node_network_transmit_queue_length{device="veth8701e4b"} 0 node_network_transmit_queue_length{device="veth8c5b58a"} 0 node_network_transmit_queue_length{device="veth8c77172"} 0 node_network_transmit_queue_length{device="veth8c905e4"} 0 node_network_transmit_queue_length{device="veth8d5e09c"} 0 node_network_transmit_queue_length{device="veth8e9752f"} 0 node_network_transmit_queue_length{device="veth8ee2bf2"} 0 node_network_transmit_queue_length{device="veth94df4a8"} 0 node_network_transmit_queue_length{device="veth96036e6"} 0 node_network_transmit_queue_length{device="veth9619378"} 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="veth99ddf11"} 0 node_network_transmit_queue_length{device="veth9a18514"} 0 node_network_transmit_queue_length{device="vetha005716"} 0 node_network_transmit_queue_length{device="vetha0c0dc7"} 0 node_network_transmit_queue_length{device="vetha303386"} 0 node_network_transmit_queue_length{device="vetha328a00"} 0 node_network_transmit_queue_length{device="vetha3c0e72"} 0 node_network_transmit_queue_length{device="vetha687506"} 0 node_network_transmit_queue_length{device="vethaa201e8"} 0 node_network_transmit_queue_length{device="vethac48cf5"} 0 node_network_transmit_queue_length{device="vethadde449"} 0 node_network_transmit_queue_length{device="vethb3f6289"} 0 node_network_transmit_queue_length{device="vethb6b0c38"} 0 node_network_transmit_queue_length{device="vethbbafdd5"} 0 node_network_transmit_queue_length{device="vethbdcf73f"} 0 node_network_transmit_queue_length{device="vethbe348d0"} 0 node_network_transmit_queue_length{device="vethc462a78"} 0 node_network_transmit_queue_length{device="vethc7e7940"} 0 node_network_transmit_queue_length{device="vethc84f590"} 0 node_network_transmit_queue_length{device="vethc863ebe"} 0 node_network_transmit_queue_length{device="vethc8ea08f"} 0 node_network_transmit_queue_length{device="vethc94c23c"} 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="vethcfea7a6"} 0 node_network_transmit_queue_length{device="vethd297e42"} 0 node_network_transmit_queue_length{device="vethd2a1d3a"} 0 node_network_transmit_queue_length{device="vethd664e50"} 0 node_network_transmit_queue_length{device="vethd70046f"} 0 node_network_transmit_queue_length{device="vethd901f1c"} 0 node_network_transmit_queue_length{device="vethda7b6f4"} 0 node_network_transmit_queue_length{device="vethdafb8d3"} 0 node_network_transmit_queue_length{device="vethdbda231"} 0 node_network_transmit_queue_length{device="vethdbe575e"} 0 node_network_transmit_queue_length{device="vethdcef7e9"} 0 node_network_transmit_queue_length{device="vethe17211e"} 0 node_network_transmit_queue_length{device="vethe17f832"} 0 node_network_transmit_queue_length{device="vethe4796eb"} 0 node_network_transmit_queue_length{device="vethe6777c6"} 0 node_network_transmit_queue_length{device="vethe7bc640"} 0 node_network_transmit_queue_length{device="vethe8a12b2"} 0 node_network_transmit_queue_length{device="vethee8a542"} 0 node_network_transmit_queue_length{device="vethee8d1ce"} 0 node_network_transmit_queue_length{device="vetheefc42a"} 0 node_network_transmit_queue_length{device="vethef3c4e1"} 0 node_network_transmit_queue_length{device="vethf05f0fd"} 0 node_network_transmit_queue_length{device="vethf21e1e6"} 0 node_network_transmit_queue_length{device="vethf354b58"} 0 node_network_transmit_queue_length{device="vethf478f47"} 0 node_network_transmit_queue_length{device="vethf47ae52"} 0 node_network_transmit_queue_length{device="vethf4ef1a1"} 0 node_network_transmit_queue_length{device="vethf84fcf6"} 0 node_network_transmit_queue_length{device="vethf881f42"} 0 node_network_transmit_queue_length{device="vethf8a47ba"} 0 node_network_transmit_queue_length{device="vethfbc2fcb"} 0 node_network_transmit_queue_length{device="vethfdd6287"} 0 node_network_transmit_queue_length{device="vethfe12856"} 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="veth0041dca"} 1 node_network_up{device="veth01f4fb5"} 1 node_network_up{device="veth0273147"} 1 node_network_up{device="veth02c2ee2"} 1 node_network_up{device="veth0363e8e"} 1 node_network_up{device="veth04811d4"} 1 node_network_up{device="veth04a7879"} 1 node_network_up{device="veth04e134c"} 1 node_network_up{device="veth06386a8"} 1 node_network_up{device="veth073a0ae"} 1 node_network_up{device="veth07d0b79"} 1 node_network_up{device="veth08d4173"} 1 node_network_up{device="veth0983ec1"} 1 node_network_up{device="veth0aa0840"} 1 node_network_up{device="veth0b4bcc6"} 1 node_network_up{device="veth0d46dec"} 1 node_network_up{device="veth0d4969b"} 1 node_network_up{device="veth0dc1806"} 1 node_network_up{device="veth0e13af8"} 1 node_network_up{device="veth0f796aa"} 1 node_network_up{device="veth0fdea13"} 1 node_network_up{device="veth0ff0390"} 1 node_network_up{device="veth1369dbc"} 1 node_network_up{device="veth1388665"} 1 node_network_up{device="veth139be56"} 1 node_network_up{device="veth13d497b"} 1 node_network_up{device="veth140b313"} 1 node_network_up{device="veth1496b36"} 1 node_network_up{device="veth162ccc0"} 1 node_network_up{device="veth1b3139e"} 1 node_network_up{device="veth1dfa77a"} 1 node_network_up{device="veth1e0178f"} 1 node_network_up{device="veth1e03f09"} 1 node_network_up{device="veth1f31076"} 1 node_network_up{device="veth1fafce8"} 1 node_network_up{device="veth2027081"} 1 node_network_up{device="veth2045a57"} 1 node_network_up{device="veth20a8b8e"} 1 node_network_up{device="veth2158120"} 1 node_network_up{device="veth23915ec"} 1 node_network_up{device="veth2650507"} 1 node_network_up{device="veth287fee9"} 1 node_network_up{device="veth2a90439"} 1 node_network_up{device="veth2b6e647"} 1 node_network_up{device="veth2bc62c5"} 1 node_network_up{device="veth2daa401"} 1 node_network_up{device="veth2dd3288"} 1 node_network_up{device="veth2ee1684"} 1 node_network_up{device="veth2f43384"} 1 node_network_up{device="veth32e0c57"} 1 node_network_up{device="veth333a4d4"} 1 node_network_up{device="veth35140bc"} 1 node_network_up{device="veth35a48bf"} 1 node_network_up{device="veth35c0c4c"} 1 node_network_up{device="veth3738b60"} 1 node_network_up{device="veth39390d4"} 1 node_network_up{device="veth3f3da42"} 1 node_network_up{device="veth3f6debb"} 1 node_network_up{device="veth40d3df2"} 1 node_network_up{device="veth4289883"} 1 node_network_up{device="veth4382b79"} 1 node_network_up{device="veth461886c"} 1 node_network_up{device="veth47f974e"} 1 node_network_up{device="veth4880b15"} 1 node_network_up{device="veth49d719c"} 1 node_network_up{device="veth4b8eff5"} 1 node_network_up{device="veth4d3ae10"} 1 node_network_up{device="veth5087deb"} 1 node_network_up{device="veth5090b57"} 1 node_network_up{device="veth5462551"} 1 node_network_up{device="veth57bc285"} 1 node_network_up{device="veth591a4e5"} 1 node_network_up{device="veth596c87a"} 1 node_network_up{device="veth6097074"} 1 node_network_up{device="veth629928b"} 1 node_network_up{device="veth66fe80a"} 1 node_network_up{device="veth6864a94"} 1 node_network_up{device="veth68c6b3b"} 1 node_network_up{device="veth68c9de2"} 1 node_network_up{device="veth693d267"} 1 node_network_up{device="veth6a6c1d7"} 1 node_network_up{device="veth6d28251"} 1 node_network_up{device="veth6d76d2e"} 1 node_network_up{device="veth6fed348"} 1 node_network_up{device="veth70fc496"} 1 node_network_up{device="veth7339464"} 1 node_network_up{device="veth744b8d9"} 1 node_network_up{device="veth74a8f2d"} 1 node_network_up{device="veth779a9b0"} 1 node_network_up{device="veth78280c1"} 1 node_network_up{device="veth7852680"} 1 node_network_up{device="veth7a04c25"} 1 node_network_up{device="veth7a53c4c"} 1 node_network_up{device="veth7b68e53"} 1 node_network_up{device="veth82fa037"} 1 node_network_up{device="veth8362b0e"} 1 node_network_up{device="veth839e6db"} 1 node_network_up{device="veth84cf683"} 1 node_network_up{device="veth85000d5"} 1 node_network_up{device="veth851e301"} 1 node_network_up{device="veth8553213"} 1 node_network_up{device="veth8701e4b"} 1 node_network_up{device="veth8c5b58a"} 1 node_network_up{device="veth8c77172"} 1 node_network_up{device="veth8c905e4"} 1 node_network_up{device="veth8d5e09c"} 1 node_network_up{device="veth8e9752f"} 1 node_network_up{device="veth8ee2bf2"} 1 node_network_up{device="veth94df4a8"} 1 node_network_up{device="veth96036e6"} 1 node_network_up{device="veth9619378"} 1 node_network_up{device="veth970153a"} 1 node_network_up{device="veth97b739c"} 1 node_network_up{device="veth980e0d6"} 1 node_network_up{device="veth99ddf11"} 1 node_network_up{device="veth9a18514"} 1 node_network_up{device="vetha005716"} 1 node_network_up{device="vetha0c0dc7"} 1 node_network_up{device="vetha303386"} 1 node_network_up{device="vetha328a00"} 1 node_network_up{device="vetha3c0e72"} 1 node_network_up{device="vetha687506"} 1 node_network_up{device="vethaa201e8"} 1 node_network_up{device="vethac48cf5"} 1 node_network_up{device="vethadde449"} 1 node_network_up{device="vethb3f6289"} 1 node_network_up{device="vethb6b0c38"} 1 node_network_up{device="vethbbafdd5"} 1 node_network_up{device="vethbdcf73f"} 1 node_network_up{device="vethbe348d0"} 1 node_network_up{device="vethc462a78"} 1 node_network_up{device="vethc7e7940"} 1 node_network_up{device="vethc84f590"} 1 node_network_up{device="vethc863ebe"} 1 node_network_up{device="vethc8ea08f"} 1 node_network_up{device="vethc94c23c"} 1 node_network_up{device="vethc9e4d8d"} 1 node_network_up{device="vethcb5dfad"} 1 node_network_up{device="vethccc59ae"} 1 node_network_up{device="vethcfea7a6"} 1 node_network_up{device="vethd297e42"} 1 node_network_up{device="vethd2a1d3a"} 1 node_network_up{device="vethd664e50"} 1 node_network_up{device="vethd70046f"} 1 node_network_up{device="vethd901f1c"} 1 node_network_up{device="vethda7b6f4"} 1 node_network_up{device="vethdafb8d3"} 1 node_network_up{device="vethdbda231"} 1 node_network_up{device="vethdbe575e"} 1 node_network_up{device="vethdcef7e9"} 1 node_network_up{device="vethe17211e"} 1 node_network_up{device="vethe17f832"} 1 node_network_up{device="vethe4796eb"} 1 node_network_up{device="vethe6777c6"} 1 node_network_up{device="vethe7bc640"} 1 node_network_up{device="vethe8a12b2"} 1 node_network_up{device="vethee8a542"} 1 node_network_up{device="vethee8d1ce"} 1 node_network_up{device="vetheefc42a"} 1 node_network_up{device="vethef3c4e1"} 1 node_network_up{device="vethf05f0fd"} 1 node_network_up{device="vethf21e1e6"} 1 node_network_up{device="vethf354b58"} 1 node_network_up{device="vethf478f47"} 1 node_network_up{device="vethf47ae52"} 1 node_network_up{device="vethf4ef1a1"} 1 node_network_up{device="vethf84fcf6"} 1 node_network_up{device="vethf881f42"} 1 node_network_up{device="vethf8a47ba"} 1 node_network_up{device="vethfbc2fcb"} 1 node_network_up{device="vethfdd6287"} 1 node_network_up{device="vethfe12856"} 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 11 # 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 13099.356066 # 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 15562.139533 # 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 15805.044973 # 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 11.004862999999999 # 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 11.458577 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 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"} 937024.079179118 node_schedstat_running_seconds_total{cpu="1"} 863284.830767928 node_schedstat_running_seconds_total{cpu="10"} 1.228253757728922e+06 node_schedstat_running_seconds_total{cpu="11"} 1.223422640948061e+06 node_schedstat_running_seconds_total{cpu="12"} 1.208301555191411e+06 node_schedstat_running_seconds_total{cpu="13"} 1.184812011415382e+06 node_schedstat_running_seconds_total{cpu="14"} 1.174496662179934e+06 node_schedstat_running_seconds_total{cpu="15"} 1.142204455047753e+06 node_schedstat_running_seconds_total{cpu="2"} 849474.471104811 node_schedstat_running_seconds_total{cpu="3"} 845051.007048698 node_schedstat_running_seconds_total{cpu="4"} 852549.668543364 node_schedstat_running_seconds_total{cpu="5"} 867443.138871648 node_schedstat_running_seconds_total{cpu="6"} 905286.475438012 node_schedstat_running_seconds_total{cpu="7"} 930888.457571117 node_schedstat_running_seconds_total{cpu="8"} 1.123586125852048e+06 node_schedstat_running_seconds_total{cpu="9"} 1.208169015310981e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.172027807e+09 node_schedstat_timeslices_total{cpu="1"} 2.239233967e+09 node_schedstat_timeslices_total{cpu="10"} 2.200586171e+09 node_schedstat_timeslices_total{cpu="11"} 2.174067628e+09 node_schedstat_timeslices_total{cpu="12"} 2.154196564e+09 node_schedstat_timeslices_total{cpu="13"} 2.138930556e+09 node_schedstat_timeslices_total{cpu="14"} 2.122207749e+09 node_schedstat_timeslices_total{cpu="15"} 2.09786928e+09 node_schedstat_timeslices_total{cpu="2"} 2.250513225e+09 node_schedstat_timeslices_total{cpu="3"} 2.282157133e+09 node_schedstat_timeslices_total{cpu="4"} 2.300579058e+09 node_schedstat_timeslices_total{cpu="5"} 2.317630704e+09 node_schedstat_timeslices_total{cpu="6"} 2.343268639e+09 node_schedstat_timeslices_total{cpu="7"} 2.334339486e+09 node_schedstat_timeslices_total{cpu="8"} 2.251418626e+09 node_schedstat_timeslices_total{cpu="9"} 2.226240574e+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"} 2439.652761483 node_schedstat_waiting_seconds_total{cpu="1"} 2178.593136191 node_schedstat_waiting_seconds_total{cpu="10"} 2513.760248776 node_schedstat_waiting_seconds_total{cpu="11"} 2525.575374955 node_schedstat_waiting_seconds_total{cpu="12"} 2483.753767267 node_schedstat_waiting_seconds_total{cpu="13"} 2423.982418939 node_schedstat_waiting_seconds_total{cpu="14"} 2385.20869525 node_schedstat_waiting_seconds_total{cpu="15"} 2321.578353018 node_schedstat_waiting_seconds_total{cpu="2"} 2128.069381413 node_schedstat_waiting_seconds_total{cpu="3"} 2138.374960388 node_schedstat_waiting_seconds_total{cpu="4"} 2126.608387116 node_schedstat_waiting_seconds_total{cpu="5"} 2110.774844874 node_schedstat_waiting_seconds_total{cpu="6"} 2198.00415345 node_schedstat_waiting_seconds_total{cpu="7"} 2176.315021789 node_schedstat_waiting_seconds_total{cpu="8"} 2541.79734706 node_schedstat_waiting_seconds_total{cpu="9"} 2547.846152192 # 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.000186923 node_scrape_collector_duration_seconds{collector="bcache"} 1.6561e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.7353e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.017303973 node_scrape_collector_duration_seconds{collector="conntrack"} 8.5852e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.001198577 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.039154558 node_scrape_collector_duration_seconds{collector="diskstats"} 0.014453351 node_scrape_collector_duration_seconds{collector="dmi"} 1.2794e-05 node_scrape_collector_duration_seconds{collector="edac"} 2.4477e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000109707 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.8906e-05 node_scrape_collector_duration_seconds{collector="filefd"} 6.2028e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.02419557 node_scrape_collector_duration_seconds{collector="hwmon"} 0.074733161 node_scrape_collector_duration_seconds{collector="infiniband"} 8.977e-06 node_scrape_collector_duration_seconds{collector="ipvs"} 1.2274e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 2.7062e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000105409 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000169941 node_scrape_collector_duration_seconds{collector="netclass"} 0.138780959 node_scrape_collector_duration_seconds{collector="netdev"} 0.000236558 node_scrape_collector_duration_seconds{collector="netstat"} 0.013131421 node_scrape_collector_duration_seconds{collector="nfs"} 1.6942e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 1.2985e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.000205399 node_scrape_collector_duration_seconds{collector="os"} 3.3303e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.5589e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.00011092 node_scrape_collector_duration_seconds{collector="rapl"} 5.7368e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.012133922 node_scrape_collector_duration_seconds{collector="selinux"} 2.314e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000134544 node_scrape_collector_duration_seconds{collector="softnet"} 0.000101953 node_scrape_collector_duration_seconds{collector="stat"} 0.000207262 node_scrape_collector_duration_seconds{collector="tapestats"} 9.768e-06 node_scrape_collector_duration_seconds{collector="textfile"} 1.4477e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.001047672 node_scrape_collector_duration_seconds{collector="time"} 9.9618e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.1121e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000257036 node_scrape_collector_duration_seconds{collector="uname"} 6.002e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000123173 node_scrape_collector_duration_seconds{collector="watchdog"} 2.2893e-05 node_scrape_collector_duration_seconds{collector="xfs"} 9.508e-06 node_scrape_collector_duration_seconds{collector="zfs"} 1.1031e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 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 2 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 57029 # 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 36209 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 1.48312064e+08 # 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 5 # 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 118 # 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 483328 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 6 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 5.6824969e+07 node_softnet_processed_total{cpu="1"} 6.0643563e+07 node_softnet_processed_total{cpu="10"} 7.7088222e+07 node_softnet_processed_total{cpu="11"} 7.0072563e+07 node_softnet_processed_total{cpu="12"} 7.3150139e+07 node_softnet_processed_total{cpu="13"} 5.4664538e+07 node_softnet_processed_total{cpu="14"} 5.3842436e+07 node_softnet_processed_total{cpu="15"} 6.1688694e+07 node_softnet_processed_total{cpu="2"} 8.1677099e+07 node_softnet_processed_total{cpu="3"} 7.6099499e+07 node_softnet_processed_total{cpu="4"} 8.1370739e+07 node_softnet_processed_total{cpu="5"} 6.3749133e+07 node_softnet_processed_total{cpu="6"} 5.9350967e+07 node_softnet_processed_total{cpu="7"} 6.9838345e+07 node_softnet_processed_total{cpu="8"} 5.5199607e+07 node_softnet_processed_total{cpu="9"} 6.0310761e+07 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="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.76537336648731e+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.000011854370117 # 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.4215 # 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.2936e-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 9 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 7.74034224069e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 245693 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.797043e+07 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.0733500638e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 558253 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 3.230463e+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 133111.49 # 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 1.551182939e+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 4.0290892769e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.9185664e+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"} 1.196768e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0