# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 4.068e-06 go_gc_duration_seconds{quantile="0.25"} 8.828e-06 go_gc_duration_seconds{quantile="0.5"} 1.3254e-05 go_gc_duration_seconds{quantile="0.75"} 1.6712e-05 go_gc_duration_seconds{quantile="1"} 3.2232e-05 go_gc_duration_seconds_sum 166.557355934 go_gc_duration_seconds_count 1.3040934e+07 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 4.143368e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 2.7443749192336e+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.460912e+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 3.6546808372e+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.382984e+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.143368e+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.437184e+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 5.914624e+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 49432 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 6.79936e+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.7904817787705064e+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 3.65468133152e+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 104000 # 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 179520 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 6.663104e+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 864816 # 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 24 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.747308729e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 2.10916557567e+11 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="LCD"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="10",type="Processor"} 0 node_cooling_device_max_state{name="11",type="Processor"} 0 node_cooling_device_max_state{name="12",type="Processor"} 0 node_cooling_device_max_state{name="13",type="Processor"} 0 node_cooling_device_max_state{name="14",type="Processor"} 0 node_cooling_device_max_state{name="15",type="Processor"} 0 node_cooling_device_max_state{name="16",type="LCD"} 49 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="9",type="Processor"} 0 # HELP node_cpu_frequency_max_hertz Maximum CPU thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="0"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="1"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="10"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="11"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="12"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="13"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="14"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="15"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="2"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="3"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="4"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="5"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="6"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="7"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="8"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="9"} 5.388281e+09 # HELP node_cpu_frequency_min_hertz Minimum CPU thread frequency in hertz. # TYPE node_cpu_frequency_min_hertz gauge node_cpu_frequency_min_hertz{cpu="0"} 3e+09 node_cpu_frequency_min_hertz{cpu="1"} 3e+09 node_cpu_frequency_min_hertz{cpu="10"} 3e+09 node_cpu_frequency_min_hertz{cpu="11"} 3e+09 node_cpu_frequency_min_hertz{cpu="12"} 3e+09 node_cpu_frequency_min_hertz{cpu="13"} 3e+09 node_cpu_frequency_min_hertz{cpu="14"} 3e+09 node_cpu_frequency_min_hertz{cpu="15"} 3e+09 node_cpu_frequency_min_hertz{cpu="2"} 3e+09 node_cpu_frequency_min_hertz{cpu="3"} 3e+09 node_cpu_frequency_min_hertz{cpu="4"} 3e+09 node_cpu_frequency_min_hertz{cpu="5"} 3e+09 node_cpu_frequency_min_hertz{cpu="6"} 3e+09 node_cpu_frequency_min_hertz{cpu="7"} 3e+09 node_cpu_frequency_min_hertz{cpu="8"} 3e+09 node_cpu_frequency_min_hertz{cpu="9"} 3e+09 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="10",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="10",mode="user"} 0 node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="11",mode="user"} 0 node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="12",mode="user"} 0 node_cpu_guest_seconds_total{cpu="13",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="13",mode="user"} 0 node_cpu_guest_seconds_total{cpu="14",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="14",mode="user"} 0 node_cpu_guest_seconds_total{cpu="15",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="15",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 # HELP node_cpu_scaling_frequency_hertz Current scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_hertz gauge node_cpu_scaling_frequency_hertz{cpu="0"} 2.959114e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 2.931756e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 5.20819e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 2.911591e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 2.909786e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 2.907755e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 2.94427e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 2.977206e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 5.220995e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 2.954317e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 2.986115e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 2.973217e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 2.748191e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 2.86407e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 2.830336e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 2.942994e+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"} 4.015528087e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 21230.68 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 95.06 node_cpu_seconds_total{cpu="0",mode="softirq"} 1.81944225e+06 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 526674.86 node_cpu_seconds_total{cpu="0",mode="user"} 2.31052928e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 4.048863677e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 21912.27 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 113.25 node_cpu_seconds_total{cpu="1",mode="softirq"} 420568.42 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 472157.27 node_cpu_seconds_total{cpu="1",mode="user"} 2.10084087e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 3.927605281e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 21558.03 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 105.98 node_cpu_seconds_total{cpu="10",mode="softirq"} 1171.29 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 703627.57 node_cpu_seconds_total{cpu="10",mode="user"} 3.08696236e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 3.933174216e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 21606.09 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 99.04 node_cpu_seconds_total{cpu="11",mode="softirq"} 1007.96 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 693965.69 node_cpu_seconds_total{cpu="11",mode="user"} 3.04214532e+06 node_cpu_seconds_total{cpu="12",mode="idle"} 3.941211281e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 21858.9 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 97.88 node_cpu_seconds_total{cpu="12",mode="softirq"} 992.32 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 682888.7 node_cpu_seconds_total{cpu="12",mode="user"} 2.97311986e+06 node_cpu_seconds_total{cpu="13",mode="idle"} 3.950309395e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 21619.44 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 94.02 node_cpu_seconds_total{cpu="13",mode="softirq"} 657.09 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 664799.38 node_cpu_seconds_total{cpu="13",mode="user"} 2.90300008e+06 node_cpu_seconds_total{cpu="14",mode="idle"} 3.952852178e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 21841.68 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 106.24 node_cpu_seconds_total{cpu="14",mode="softirq"} 617.17 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 659269.81 node_cpu_seconds_total{cpu="14",mode="user"} 2.88149608e+06 node_cpu_seconds_total{cpu="15",mode="idle"} 3.965919773e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 21713.5 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 107.11 node_cpu_seconds_total{cpu="15",mode="softirq"} 747.8 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 634451.46 node_cpu_seconds_total{cpu="15",mode="user"} 2.776466e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 4.051888689e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 22219.2 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 123.57 node_cpu_seconds_total{cpu="2",mode="softirq"} 102073.28 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 467144.04 node_cpu_seconds_total{cpu="2",mode="user"} 2.08473466e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 4.048772347e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 22280.03 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 117.33 node_cpu_seconds_total{cpu="3",mode="softirq"} 30644.2 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 472836.12 node_cpu_seconds_total{cpu="3",mode="user"} 2.11229877e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 4.042797052e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 22516.92 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 108.71 node_cpu_seconds_total{cpu="4",mode="softirq"} 11478.78 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 484866.58 node_cpu_seconds_total{cpu="4",mode="user"} 2.15866754e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 4.0359436e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 22392.98 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 114.73 node_cpu_seconds_total{cpu="5",mode="softirq"} 5017.01 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 497651.28 node_cpu_seconds_total{cpu="5",mode="user"} 2.21519237e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 4.024359267e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 22299.7 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 97.28 node_cpu_seconds_total{cpu="6",mode="softirq"} 2615.26 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 516489.36 node_cpu_seconds_total{cpu="6",mode="user"} 2.30918004e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 4.014362193e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 22625.13 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 107.95 node_cpu_seconds_total{cpu="7",mode="softirq"} 1891.69 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 536800.21 node_cpu_seconds_total{cpu="7",mode="user"} 2.3865279e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 3.96188316e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 21808.28 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 110.9 node_cpu_seconds_total{cpu="8",mode="softirq"} 1168.32 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 633835.77 node_cpu_seconds_total{cpu="8",mode="user"} 2.81439993e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 3.93159565e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 21797.7 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 102.87 node_cpu_seconds_total{cpu="9",mode="softirq"} 913.83 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 694549.18 node_cpu_seconds_total{cpu="9",mode="user"} 3.05901257e+06 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="dm-0"} 0 node_disk_discard_time_seconds_total{device="dm-1"} 1793.184 node_disk_discard_time_seconds_total{device="md0"} 1.3800000000000001 node_disk_discard_time_seconds_total{device="md1"} 2688.708 node_disk_discard_time_seconds_total{device="nvme0n1"} 954.684 node_disk_discard_time_seconds_total{device="nvme1n1"} 941.147 # 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"} 1.486129412e+10 node_disk_discarded_sectors_total{device="md0"} 2.8107632e+07 node_disk_discarded_sectors_total{device="md1"} 1.486129412e+10 node_disk_discarded_sectors_total{device="nvme0n1"} 1.4889401752e+10 node_disk_discarded_sectors_total{device="nvme1n1"} 1.4926542136e+10 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="dm-0"} 0 node_disk_discards_completed_total{device="dm-1"} 1.740817e+06 node_disk_discards_completed_total{device="md0"} 2867 node_disk_discards_completed_total{device="md1"} 1.856722e+06 node_disk_discards_completed_total{device="nvme0n1"} 1.858945e+06 node_disk_discards_completed_total{device="nvme1n1"} 1.859229e+06 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="dm-0"} 0 node_disk_discards_merged_total{device="dm-1"} 0 node_disk_discards_merged_total{device="md0"} 0 node_disk_discards_merged_total{device="md1"} 0 node_disk_discards_merged_total{device="nvme0n1"} 644 node_disk_discards_merged_total{device="nvme1n1"} 644 # 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"} 1.085170713e+06 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 1.078878975e+06 # 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"} 3.37324378e+08 node_disk_flush_requests_total{device="nvme1n1"} 3.37324477e+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"} 1718.924 node_disk_io_time_seconds_total{device="dm-1"} 2.16885722e+06 node_disk_io_time_seconds_total{device="md0"} 11.436 node_disk_io_time_seconds_total{device="md1"} 1.2726516400000001e+06 node_disk_io_time_seconds_total{device="nvme0n1"} 3.69440214e+06 node_disk_io_time_seconds_total{device="nvme1n1"} 3.680196848e+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"} 3.1047066520000002e+06 node_disk_io_time_weighted_seconds_total{device="dm-1"} 3.475969508e+06 node_disk_io_time_weighted_seconds_total{device="md0"} 345.26 node_disk_io_time_weighted_seconds_total{device="md1"} 1.105699788e+06 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 1.610378491e+06 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 1.590005166e+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"} 9.7545510912e+10 node_disk_read_bytes_total{device="dm-1"} 1.27351010304e+11 node_disk_read_bytes_total{device="md0"} 2.24666624e+08 node_disk_read_bytes_total{device="md1"} 2.25074070528e+11 node_disk_read_bytes_total{device="nvme0n1"} 1.6537270591488e+13 node_disk_read_bytes_total{device="nvme1n1"} 1.6451512636416e+13 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="dm-0"} 2972.788 node_disk_read_time_seconds_total{device="dm-1"} 1481.5720000000001 node_disk_read_time_seconds_total{device="md0"} 0.64 node_disk_read_time_seconds_total{device="md1"} 4431.6 node_disk_read_time_seconds_total{device="nvme0n1"} 13032.624 node_disk_read_time_seconds_total{device="nvme1n1"} 13019.231 # 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"} 2.3813939e+07 node_disk_reads_completed_total{device="dm-1"} 6.128719e+06 node_disk_reads_completed_total{device="md0"} 3819 node_disk_reads_completed_total{device="md1"} 2.9946008e+07 node_disk_reads_completed_total{device="nvme0n1"} 4.4171348e+07 node_disk_reads_completed_total{device="nvme1n1"} 3.8204669e+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"} 2.26421682e+08 node_disk_reads_merged_total{device="nvme1n1"} 2.21109854e+08 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="dm-0"} 3.101733864e+06 node_disk_write_time_seconds_total{device="dm-1"} 3.472694752e+06 node_disk_write_time_seconds_total{device="md0"} 343.24 node_disk_write_time_seconds_total{device="md1"} 1.09857948e+06 node_disk_write_time_seconds_total{device="nvme0n1"} 511220.469 node_disk_write_time_seconds_total{device="nvme1n1"} 497165.811 # 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.7794435e+07 node_disk_writes_completed_total{device="dm-1"} 1.628777753e+09 node_disk_writes_completed_total{device="md0"} 20862 node_disk_writes_completed_total{device="md1"} 1.630625724e+09 node_disk_writes_completed_total{device="nvme0n1"} 1.360183828e+09 node_disk_writes_completed_total{device="nvme1n1"} 1.36017485e+09 # 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"} 6.07787301e+08 node_disk_writes_merged_total{device="nvme1n1"} 6.0779628e+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.5480600576e+11 node_disk_written_bytes_total{device="dm-1"} 3.3236206678016e+13 node_disk_written_bytes_total{device="md0"} 5.524144128e+09 node_disk_written_bytes_total{device="md1"} 3.3391012683776e+13 node_disk_written_bytes_total{device="nvme0n1"} 3.3897981586432e+13 node_disk_written_bytes_total{device="nvme1n1"} 3.3897981586944e+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 19744 # 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.11509866496e+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.8230185e+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.61803974656e+11 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/mapper/vg0-root",major="253",minor="1",mountpoint="/"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/md0",device_error="no such file or directory",fstype="ext3",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/nvme1n1p2",device_error="no such file or directory",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 9.8861070336e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.897671536e+09 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="nvme_nvme0",chip_name="nvme"} 1 node_hwmon_chip_names{chip="nvme_nvme1",chip_name="nvme"} 1 # HELP node_hwmon_sensor_label Label for given chip and sensor # TYPE node_hwmon_sensor_label gauge node_hwmon_sensor_label{chip="nvme_nvme0",label="Composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme0",label="Sensor 1",sensor="temp2"} 1 node_hwmon_sensor_label{chip="nvme_nvme0",label="Sensor 2",sensor="temp3"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Sensor 1",sensor="temp2"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Sensor 2",sensor="temp3"} 1 # HELP node_hwmon_temp_alarm Hardware sensor alarm status (temp) # TYPE node_hwmon_temp_alarm gauge node_hwmon_temp_alarm{chip="nvme_nvme0",sensor="temp1"} 0 node_hwmon_temp_alarm{chip="nvme_nvme1",sensor="temp1"} 0 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp1"} 31.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp2"} 31.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp3"} 38.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 30.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp2"} 30.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp3"} 38.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.7269145842e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.66 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.45 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.49 # 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 2.33938944e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 4.796121088e+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 2.456731648e+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.7768955904e+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 7.57731328e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 3.858755584e+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.9731190784e+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.1951967232e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.59762176e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 503808 # 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 5.558104064e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 5.776574464e+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 2.184704e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 1.24051456e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 7.7453312e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 6.066491392e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.183408128e+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 5.1499008e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 8.5721088e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 9.81262336e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 6.24185344e+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.11099648e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.60544768e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 2.12893696e+08 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 1.2919341056e+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.60735232e+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 3.626810188e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 9.9558515787e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 2 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 3.6123356e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 40 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 8.1823786e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 2.169549e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 2 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="br-1208434784fe"} 3 node_network_address_assign_type{device="br-17075da66b69"} 3 node_network_address_assign_type{device="br-1cc5b9430b0f"} 3 node_network_address_assign_type{device="br-1ec8a57c0693"} 3 node_network_address_assign_type{device="br-43b824a2bee3"} 3 node_network_address_assign_type{device="br-a0144fd8fc9b"} 3 node_network_address_assign_type{device="br-a83c2d884601"} 3 node_network_address_assign_type{device="br-ad32afc14aee"} 3 node_network_address_assign_type{device="br-cb5c60e04531"} 3 node_network_address_assign_type{device="br-cc038379bb34"} 3 node_network_address_assign_type{device="br-d0f5f56ac3da"} 3 node_network_address_assign_type{device="br-e0a5f7c7fdd8"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="enp6s0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth02c2ee2"} 3 node_network_address_assign_type{device="veth0363e8e"} 3 node_network_address_assign_type{device="veth0458d6c"} 3 node_network_address_assign_type{device="veth04811d4"} 3 node_network_address_assign_type{device="veth04e134c"} 3 node_network_address_assign_type{device="veth06551c6"} 3 node_network_address_assign_type{device="veth0983ec1"} 3 node_network_address_assign_type{device="veth0d4969b"} 3 node_network_address_assign_type{device="veth0d51f3a"} 3 node_network_address_assign_type{device="veth0dc1806"} 3 node_network_address_assign_type{device="veth106766d"} 3 node_network_address_assign_type{device="veth12e710f"} 3 node_network_address_assign_type{device="veth13d497b"} 3 node_network_address_assign_type{device="veth140b313"} 3 node_network_address_assign_type{device="veth17f1d8a"} 3 node_network_address_assign_type{device="veth1b5784b"} 3 node_network_address_assign_type{device="veth1c0a8bf"} 3 node_network_address_assign_type{device="veth1df3caa"} 3 node_network_address_assign_type{device="veth1e03f09"} 3 node_network_address_assign_type{device="veth1f25339"} 3 node_network_address_assign_type{device="veth20a8b8e"} 3 node_network_address_assign_type{device="veth225b651"} 3 node_network_address_assign_type{device="veth22f832c"} 3 node_network_address_assign_type{device="veth234b621"} 3 node_network_address_assign_type{device="veth23915ec"} 3 node_network_address_assign_type{device="veth25c0ce8"} 3 node_network_address_assign_type{device="veth280b87e"} 3 node_network_address_assign_type{device="veth287fee9"} 3 node_network_address_assign_type{device="veth29a61a8"} 3 node_network_address_assign_type{device="veth2b34a6d"} 3 node_network_address_assign_type{device="veth2cfaeff"} 3 node_network_address_assign_type{device="veth2d4dc03"} 3 node_network_address_assign_type{device="veth2dd3288"} 3 node_network_address_assign_type{device="veth2ee1684"} 3 node_network_address_assign_type{device="veth30673ee"} 3 node_network_address_assign_type{device="veth3107bc1"} 3 node_network_address_assign_type{device="veth34c3bbe"} 3 node_network_address_assign_type{device="veth35140bc"} 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="veth3ae94f8"} 3 node_network_address_assign_type{device="veth3f3da42"} 3 node_network_address_assign_type{device="veth3f87dfa"} 3 node_network_address_assign_type{device="veth409b936"} 3 node_network_address_assign_type{device="veth41d413f"} 3 node_network_address_assign_type{device="veth420e02a"} 3 node_network_address_assign_type{device="veth4289883"} 3 node_network_address_assign_type{device="veth42e42c6"} 3 node_network_address_assign_type{device="veth43635a1"} 3 node_network_address_assign_type{device="veth48a2b92"} 3 node_network_address_assign_type{device="veth4a02a92"} 3 node_network_address_assign_type{device="veth4b8eff5"} 3 node_network_address_assign_type{device="veth4be3982"} 3 node_network_address_assign_type{device="veth4cc0ccd"} 3 node_network_address_assign_type{device="veth501cea0"} 3 node_network_address_assign_type{device="veth5087deb"} 3 node_network_address_assign_type{device="veth511bfa6"} 3 node_network_address_assign_type{device="veth5462551"} 3 node_network_address_assign_type{device="veth54855bb"} 3 node_network_address_assign_type{device="veth54949ce"} 3 node_network_address_assign_type{device="veth5665454"} 3 node_network_address_assign_type{device="veth573d4a1"} 3 node_network_address_assign_type{device="veth57bc285"} 3 node_network_address_assign_type{device="veth591a4e5"} 3 node_network_address_assign_type{device="veth5b5f5d8"} 3 node_network_address_assign_type{device="veth5cd9d69"} 3 node_network_address_assign_type{device="veth5ebd44b"} 3 node_network_address_assign_type{device="veth5f86a6e"} 3 node_network_address_assign_type{device="veth6097074"} 3 node_network_address_assign_type{device="veth6226db0"} 3 node_network_address_assign_type{device="veth66fe80a"} 3 node_network_address_assign_type{device="veth6864a94"} 3 node_network_address_assign_type{device="veth68c9de2"} 3 node_network_address_assign_type{device="veth693d267"} 3 node_network_address_assign_type{device="veth6a8db05"} 3 node_network_address_assign_type{device="veth6d28251"} 3 node_network_address_assign_type{device="veth6d76d2e"} 3 node_network_address_assign_type{device="veth71f8729"} 3 node_network_address_assign_type{device="veth765630e"} 3 node_network_address_assign_type{device="veth779a9b0"} 3 node_network_address_assign_type{device="veth7850cc1"} 3 node_network_address_assign_type{device="veth7a53c4c"} 3 node_network_address_assign_type{device="veth7ad79fd"} 3 node_network_address_assign_type{device="veth7b68e53"} 3 node_network_address_assign_type{device="veth8321f31"} 3 node_network_address_assign_type{device="veth8362b0e"} 3 node_network_address_assign_type{device="veth8490e20"} 3 node_network_address_assign_type{device="veth85081c5"} 3 node_network_address_assign_type{device="veth862c62b"} 3 node_network_address_assign_type{device="veth86976de"} 3 node_network_address_assign_type{device="veth8ad3e08"} 3 node_network_address_assign_type{device="veth8ba4909"} 3 node_network_address_assign_type{device="veth8c5b58a"} 3 node_network_address_assign_type{device="veth8c77172"} 3 node_network_address_assign_type{device="veth8e9752f"} 3 node_network_address_assign_type{device="veth8ee2bf2"} 3 node_network_address_assign_type{device="veth970153a"} 3 node_network_address_assign_type{device="veth97b739c"} 3 node_network_address_assign_type{device="veth980e0d6"} 3 node_network_address_assign_type{device="veth9e31ae2"} 3 node_network_address_assign_type{device="veth9ff81b1"} 3 node_network_address_assign_type{device="vetha005716"} 3 node_network_address_assign_type{device="vetha328a00"} 3 node_network_address_assign_type{device="vetha38a0a5"} 3 node_network_address_assign_type{device="vetha42d075"} 3 node_network_address_assign_type{device="vethaa201e8"} 3 node_network_address_assign_type{device="vethab475e0"} 3 node_network_address_assign_type{device="vethac48cf5"} 3 node_network_address_assign_type{device="vethadde449"} 3 node_network_address_assign_type{device="vethaf22296"} 3 node_network_address_assign_type{device="vethaf43d3c"} 3 node_network_address_assign_type{device="vethb094914"} 3 node_network_address_assign_type{device="vethb11abf2"} 3 node_network_address_assign_type{device="vethb1a51b9"} 3 node_network_address_assign_type{device="vethb3f6289"} 3 node_network_address_assign_type{device="vethb57a504"} 3 node_network_address_assign_type{device="vethb6b6059"} 3 node_network_address_assign_type{device="vethb9711cc"} 3 node_network_address_assign_type{device="vethbbafdd5"} 3 node_network_address_assign_type{device="vethbe02f5c"} 3 node_network_address_assign_type{device="vethbe49040"} 3 node_network_address_assign_type{device="vethc3a91cc"} 3 node_network_address_assign_type{device="vethc462a78"} 3 node_network_address_assign_type{device="vethc863ebe"} 3 node_network_address_assign_type{device="vethc88ee41"} 3 node_network_address_assign_type{device="vethc8a0de9"} 3 node_network_address_assign_type{device="vethc8d897b"} 3 node_network_address_assign_type{device="vethc965258"} 3 node_network_address_assign_type{device="vethc9825ed"} 3 node_network_address_assign_type{device="vethc9e4d8d"} 3 node_network_address_assign_type{device="vethcb2611b"} 3 node_network_address_assign_type{device="vethcb5dfad"} 3 node_network_address_assign_type{device="vethccc59ae"} 3 node_network_address_assign_type{device="vethce2c824"} 3 node_network_address_assign_type{device="vethce4bd2a"} 3 node_network_address_assign_type{device="vethce5c086"} 3 node_network_address_assign_type{device="vethced832e"} 3 node_network_address_assign_type{device="vethcf39f95"} 3 node_network_address_assign_type{device="vethcfc6c59"} 3 node_network_address_assign_type{device="vethd175d93"} 3 node_network_address_assign_type{device="vethd297e42"} 3 node_network_address_assign_type{device="vethd2a1d3a"} 3 node_network_address_assign_type{device="vethd640b92"} 3 node_network_address_assign_type{device="vethd7dc401"} 3 node_network_address_assign_type{device="vethdafaaf7"} 3 node_network_address_assign_type{device="vethdbda231"} 3 node_network_address_assign_type{device="vethdbe575e"} 3 node_network_address_assign_type{device="vethde749cb"} 3 node_network_address_assign_type{device="vethe135d12"} 3 node_network_address_assign_type{device="vethe17211e"} 3 node_network_address_assign_type{device="vethe2c5731"} 3 node_network_address_assign_type{device="vethe41537a"} 3 node_network_address_assign_type{device="vethe58f425"} 3 node_network_address_assign_type{device="vethe68e577"} 3 node_network_address_assign_type{device="vethe7260e2"} 3 node_network_address_assign_type{device="vethe7d1fc6"} 3 node_network_address_assign_type{device="vethea4a209"} 3 node_network_address_assign_type{device="vethec63427"} 3 node_network_address_assign_type{device="vethed0b6ba"} 3 node_network_address_assign_type{device="vethee8a542"} 3 node_network_address_assign_type{device="vethf05f0fd"} 3 node_network_address_assign_type{device="vethf478f47"} 3 node_network_address_assign_type{device="vethf4ef1a1"} 3 node_network_address_assign_type{device="vethf54703c"} 3 node_network_address_assign_type{device="vethf5fa974"} 3 node_network_address_assign_type{device="vethf96b0a5"} 3 node_network_address_assign_type{device="vethfdd6287"} 3 node_network_address_assign_type{device="vethfec958f"} 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="veth02c2ee2"} 1 node_network_carrier{device="veth0363e8e"} 1 node_network_carrier{device="veth0458d6c"} 1 node_network_carrier{device="veth04811d4"} 1 node_network_carrier{device="veth04e134c"} 1 node_network_carrier{device="veth06551c6"} 1 node_network_carrier{device="veth0983ec1"} 1 node_network_carrier{device="veth0d4969b"} 1 node_network_carrier{device="veth0d51f3a"} 1 node_network_carrier{device="veth0dc1806"} 1 node_network_carrier{device="veth106766d"} 1 node_network_carrier{device="veth12e710f"} 1 node_network_carrier{device="veth13d497b"} 1 node_network_carrier{device="veth140b313"} 1 node_network_carrier{device="veth17f1d8a"} 1 node_network_carrier{device="veth1b5784b"} 1 node_network_carrier{device="veth1c0a8bf"} 1 node_network_carrier{device="veth1df3caa"} 1 node_network_carrier{device="veth1e03f09"} 1 node_network_carrier{device="veth1f25339"} 1 node_network_carrier{device="veth20a8b8e"} 1 node_network_carrier{device="veth225b651"} 1 node_network_carrier{device="veth22f832c"} 1 node_network_carrier{device="veth234b621"} 1 node_network_carrier{device="veth23915ec"} 1 node_network_carrier{device="veth25c0ce8"} 1 node_network_carrier{device="veth280b87e"} 1 node_network_carrier{device="veth287fee9"} 1 node_network_carrier{device="veth29a61a8"} 1 node_network_carrier{device="veth2b34a6d"} 1 node_network_carrier{device="veth2cfaeff"} 1 node_network_carrier{device="veth2d4dc03"} 1 node_network_carrier{device="veth2dd3288"} 1 node_network_carrier{device="veth2ee1684"} 1 node_network_carrier{device="veth30673ee"} 1 node_network_carrier{device="veth3107bc1"} 1 node_network_carrier{device="veth34c3bbe"} 1 node_network_carrier{device="veth35140bc"} 1 node_network_carrier{device="veth35c0c4c"} 1 node_network_carrier{device="veth3738b60"} 1 node_network_carrier{device="veth39390d4"} 1 node_network_carrier{device="veth3ae94f8"} 1 node_network_carrier{device="veth3f3da42"} 1 node_network_carrier{device="veth3f87dfa"} 1 node_network_carrier{device="veth409b936"} 1 node_network_carrier{device="veth41d413f"} 1 node_network_carrier{device="veth420e02a"} 1 node_network_carrier{device="veth4289883"} 1 node_network_carrier{device="veth42e42c6"} 1 node_network_carrier{device="veth43635a1"} 1 node_network_carrier{device="veth48a2b92"} 1 node_network_carrier{device="veth4a02a92"} 1 node_network_carrier{device="veth4b8eff5"} 1 node_network_carrier{device="veth4be3982"} 1 node_network_carrier{device="veth4cc0ccd"} 1 node_network_carrier{device="veth501cea0"} 1 node_network_carrier{device="veth5087deb"} 1 node_network_carrier{device="veth511bfa6"} 1 node_network_carrier{device="veth5462551"} 1 node_network_carrier{device="veth54855bb"} 1 node_network_carrier{device="veth54949ce"} 1 node_network_carrier{device="veth5665454"} 1 node_network_carrier{device="veth573d4a1"} 1 node_network_carrier{device="veth57bc285"} 1 node_network_carrier{device="veth591a4e5"} 1 node_network_carrier{device="veth5b5f5d8"} 1 node_network_carrier{device="veth5cd9d69"} 1 node_network_carrier{device="veth5ebd44b"} 1 node_network_carrier{device="veth5f86a6e"} 1 node_network_carrier{device="veth6097074"} 1 node_network_carrier{device="veth6226db0"} 1 node_network_carrier{device="veth66fe80a"} 1 node_network_carrier{device="veth6864a94"} 1 node_network_carrier{device="veth68c9de2"} 1 node_network_carrier{device="veth693d267"} 1 node_network_carrier{device="veth6a8db05"} 1 node_network_carrier{device="veth6d28251"} 1 node_network_carrier{device="veth6d76d2e"} 1 node_network_carrier{device="veth71f8729"} 1 node_network_carrier{device="veth765630e"} 1 node_network_carrier{device="veth779a9b0"} 1 node_network_carrier{device="veth7850cc1"} 1 node_network_carrier{device="veth7a53c4c"} 1 node_network_carrier{device="veth7ad79fd"} 1 node_network_carrier{device="veth7b68e53"} 1 node_network_carrier{device="veth8321f31"} 1 node_network_carrier{device="veth8362b0e"} 1 node_network_carrier{device="veth8490e20"} 1 node_network_carrier{device="veth85081c5"} 1 node_network_carrier{device="veth862c62b"} 1 node_network_carrier{device="veth86976de"} 1 node_network_carrier{device="veth8ad3e08"} 1 node_network_carrier{device="veth8ba4909"} 1 node_network_carrier{device="veth8c5b58a"} 1 node_network_carrier{device="veth8c77172"} 1 node_network_carrier{device="veth8e9752f"} 1 node_network_carrier{device="veth8ee2bf2"} 1 node_network_carrier{device="veth970153a"} 1 node_network_carrier{device="veth97b739c"} 1 node_network_carrier{device="veth980e0d6"} 1 node_network_carrier{device="veth9e31ae2"} 1 node_network_carrier{device="veth9ff81b1"} 1 node_network_carrier{device="vetha005716"} 1 node_network_carrier{device="vetha328a00"} 1 node_network_carrier{device="vetha38a0a5"} 1 node_network_carrier{device="vetha42d075"} 1 node_network_carrier{device="vethaa201e8"} 1 node_network_carrier{device="vethab475e0"} 1 node_network_carrier{device="vethac48cf5"} 1 node_network_carrier{device="vethadde449"} 1 node_network_carrier{device="vethaf22296"} 1 node_network_carrier{device="vethaf43d3c"} 1 node_network_carrier{device="vethb094914"} 1 node_network_carrier{device="vethb11abf2"} 1 node_network_carrier{device="vethb1a51b9"} 1 node_network_carrier{device="vethb3f6289"} 1 node_network_carrier{device="vethb57a504"} 1 node_network_carrier{device="vethb6b6059"} 1 node_network_carrier{device="vethb9711cc"} 1 node_network_carrier{device="vethbbafdd5"} 1 node_network_carrier{device="vethbe02f5c"} 1 node_network_carrier{device="vethbe49040"} 1 node_network_carrier{device="vethc3a91cc"} 1 node_network_carrier{device="vethc462a78"} 1 node_network_carrier{device="vethc863ebe"} 1 node_network_carrier{device="vethc88ee41"} 1 node_network_carrier{device="vethc8a0de9"} 1 node_network_carrier{device="vethc8d897b"} 1 node_network_carrier{device="vethc965258"} 1 node_network_carrier{device="vethc9825ed"} 1 node_network_carrier{device="vethc9e4d8d"} 1 node_network_carrier{device="vethcb2611b"} 1 node_network_carrier{device="vethcb5dfad"} 1 node_network_carrier{device="vethccc59ae"} 1 node_network_carrier{device="vethce2c824"} 1 node_network_carrier{device="vethce4bd2a"} 1 node_network_carrier{device="vethce5c086"} 1 node_network_carrier{device="vethced832e"} 1 node_network_carrier{device="vethcf39f95"} 1 node_network_carrier{device="vethcfc6c59"} 1 node_network_carrier{device="vethd175d93"} 1 node_network_carrier{device="vethd297e42"} 1 node_network_carrier{device="vethd2a1d3a"} 1 node_network_carrier{device="vethd640b92"} 1 node_network_carrier{device="vethd7dc401"} 1 node_network_carrier{device="vethdafaaf7"} 1 node_network_carrier{device="vethdbda231"} 1 node_network_carrier{device="vethdbe575e"} 1 node_network_carrier{device="vethde749cb"} 1 node_network_carrier{device="vethe135d12"} 1 node_network_carrier{device="vethe17211e"} 1 node_network_carrier{device="vethe2c5731"} 1 node_network_carrier{device="vethe41537a"} 1 node_network_carrier{device="vethe58f425"} 1 node_network_carrier{device="vethe68e577"} 1 node_network_carrier{device="vethe7260e2"} 1 node_network_carrier{device="vethe7d1fc6"} 1 node_network_carrier{device="vethea4a209"} 1 node_network_carrier{device="vethec63427"} 1 node_network_carrier{device="vethed0b6ba"} 1 node_network_carrier{device="vethee8a542"} 1 node_network_carrier{device="vethf05f0fd"} 1 node_network_carrier{device="vethf478f47"} 1 node_network_carrier{device="vethf4ef1a1"} 1 node_network_carrier{device="vethf54703c"} 1 node_network_carrier{device="vethf5fa974"} 1 node_network_carrier{device="vethf96b0a5"} 1 node_network_carrier{device="vethfdd6287"} 1 node_network_carrier{device="vethfec958f"} 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"} 14 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"} 16 node_network_carrier_changes_total{device="br-a0144fd8fc9b"} 10 node_network_carrier_changes_total{device="br-a83c2d884601"} 6 node_network_carrier_changes_total{device="br-ad32afc14aee"} 4 node_network_carrier_changes_total{device="br-cb5c60e04531"} 10 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="veth02c2ee2"} 2 node_network_carrier_changes_total{device="veth0363e8e"} 2 node_network_carrier_changes_total{device="veth0458d6c"} 2 node_network_carrier_changes_total{device="veth04811d4"} 2 node_network_carrier_changes_total{device="veth04e134c"} 2 node_network_carrier_changes_total{device="veth06551c6"} 2 node_network_carrier_changes_total{device="veth0983ec1"} 2 node_network_carrier_changes_total{device="veth0d4969b"} 2 node_network_carrier_changes_total{device="veth0d51f3a"} 2 node_network_carrier_changes_total{device="veth0dc1806"} 2 node_network_carrier_changes_total{device="veth106766d"} 2 node_network_carrier_changes_total{device="veth12e710f"} 2 node_network_carrier_changes_total{device="veth13d497b"} 2 node_network_carrier_changes_total{device="veth140b313"} 2 node_network_carrier_changes_total{device="veth17f1d8a"} 2 node_network_carrier_changes_total{device="veth1b5784b"} 2 node_network_carrier_changes_total{device="veth1c0a8bf"} 2 node_network_carrier_changes_total{device="veth1df3caa"} 2 node_network_carrier_changes_total{device="veth1e03f09"} 2 node_network_carrier_changes_total{device="veth1f25339"} 2 node_network_carrier_changes_total{device="veth20a8b8e"} 2 node_network_carrier_changes_total{device="veth225b651"} 2 node_network_carrier_changes_total{device="veth22f832c"} 2 node_network_carrier_changes_total{device="veth234b621"} 2 node_network_carrier_changes_total{device="veth23915ec"} 2 node_network_carrier_changes_total{device="veth25c0ce8"} 2 node_network_carrier_changes_total{device="veth280b87e"} 2 node_network_carrier_changes_total{device="veth287fee9"} 2 node_network_carrier_changes_total{device="veth29a61a8"} 2 node_network_carrier_changes_total{device="veth2b34a6d"} 2 node_network_carrier_changes_total{device="veth2cfaeff"} 2 node_network_carrier_changes_total{device="veth2d4dc03"} 2 node_network_carrier_changes_total{device="veth2dd3288"} 2 node_network_carrier_changes_total{device="veth2ee1684"} 2 node_network_carrier_changes_total{device="veth30673ee"} 2 node_network_carrier_changes_total{device="veth3107bc1"} 2 node_network_carrier_changes_total{device="veth34c3bbe"} 2 node_network_carrier_changes_total{device="veth35140bc"} 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="veth3ae94f8"} 2 node_network_carrier_changes_total{device="veth3f3da42"} 2 node_network_carrier_changes_total{device="veth3f87dfa"} 2 node_network_carrier_changes_total{device="veth409b936"} 2 node_network_carrier_changes_total{device="veth41d413f"} 2 node_network_carrier_changes_total{device="veth420e02a"} 2 node_network_carrier_changes_total{device="veth4289883"} 2 node_network_carrier_changes_total{device="veth42e42c6"} 2 node_network_carrier_changes_total{device="veth43635a1"} 2 node_network_carrier_changes_total{device="veth48a2b92"} 2 node_network_carrier_changes_total{device="veth4a02a92"} 2 node_network_carrier_changes_total{device="veth4b8eff5"} 2 node_network_carrier_changes_total{device="veth4be3982"} 2 node_network_carrier_changes_total{device="veth4cc0ccd"} 2 node_network_carrier_changes_total{device="veth501cea0"} 2 node_network_carrier_changes_total{device="veth5087deb"} 2 node_network_carrier_changes_total{device="veth511bfa6"} 2 node_network_carrier_changes_total{device="veth5462551"} 2 node_network_carrier_changes_total{device="veth54855bb"} 2 node_network_carrier_changes_total{device="veth54949ce"} 2 node_network_carrier_changes_total{device="veth5665454"} 2 node_network_carrier_changes_total{device="veth573d4a1"} 2 node_network_carrier_changes_total{device="veth57bc285"} 2 node_network_carrier_changes_total{device="veth591a4e5"} 2 node_network_carrier_changes_total{device="veth5b5f5d8"} 2 node_network_carrier_changes_total{device="veth5cd9d69"} 2 node_network_carrier_changes_total{device="veth5ebd44b"} 2 node_network_carrier_changes_total{device="veth5f86a6e"} 2 node_network_carrier_changes_total{device="veth6097074"} 2 node_network_carrier_changes_total{device="veth6226db0"} 2 node_network_carrier_changes_total{device="veth66fe80a"} 2 node_network_carrier_changes_total{device="veth6864a94"} 2 node_network_carrier_changes_total{device="veth68c9de2"} 2 node_network_carrier_changes_total{device="veth693d267"} 2 node_network_carrier_changes_total{device="veth6a8db05"} 2 node_network_carrier_changes_total{device="veth6d28251"} 2 node_network_carrier_changes_total{device="veth6d76d2e"} 2 node_network_carrier_changes_total{device="veth71f8729"} 2 node_network_carrier_changes_total{device="veth765630e"} 2 node_network_carrier_changes_total{device="veth779a9b0"} 2 node_network_carrier_changes_total{device="veth7850cc1"} 2 node_network_carrier_changes_total{device="veth7a53c4c"} 2 node_network_carrier_changes_total{device="veth7ad79fd"} 2 node_network_carrier_changes_total{device="veth7b68e53"} 2 node_network_carrier_changes_total{device="veth8321f31"} 2 node_network_carrier_changes_total{device="veth8362b0e"} 2 node_network_carrier_changes_total{device="veth8490e20"} 2 node_network_carrier_changes_total{device="veth85081c5"} 2 node_network_carrier_changes_total{device="veth862c62b"} 2 node_network_carrier_changes_total{device="veth86976de"} 2 node_network_carrier_changes_total{device="veth8ad3e08"} 2 node_network_carrier_changes_total{device="veth8ba4909"} 2 node_network_carrier_changes_total{device="veth8c5b58a"} 2 node_network_carrier_changes_total{device="veth8c77172"} 2 node_network_carrier_changes_total{device="veth8e9752f"} 2 node_network_carrier_changes_total{device="veth8ee2bf2"} 2 node_network_carrier_changes_total{device="veth970153a"} 2 node_network_carrier_changes_total{device="veth97b739c"} 2 node_network_carrier_changes_total{device="veth980e0d6"} 2 node_network_carrier_changes_total{device="veth9e31ae2"} 2 node_network_carrier_changes_total{device="veth9ff81b1"} 2 node_network_carrier_changes_total{device="vetha005716"} 2 node_network_carrier_changes_total{device="vetha328a00"} 2 node_network_carrier_changes_total{device="vetha38a0a5"} 2 node_network_carrier_changes_total{device="vetha42d075"} 2 node_network_carrier_changes_total{device="vethaa201e8"} 2 node_network_carrier_changes_total{device="vethab475e0"} 2 node_network_carrier_changes_total{device="vethac48cf5"} 2 node_network_carrier_changes_total{device="vethadde449"} 2 node_network_carrier_changes_total{device="vethaf22296"} 2 node_network_carrier_changes_total{device="vethaf43d3c"} 2 node_network_carrier_changes_total{device="vethb094914"} 2 node_network_carrier_changes_total{device="vethb11abf2"} 2 node_network_carrier_changes_total{device="vethb1a51b9"} 2 node_network_carrier_changes_total{device="vethb3f6289"} 2 node_network_carrier_changes_total{device="vethb57a504"} 2 node_network_carrier_changes_total{device="vethb6b6059"} 2 node_network_carrier_changes_total{device="vethb9711cc"} 2 node_network_carrier_changes_total{device="vethbbafdd5"} 2 node_network_carrier_changes_total{device="vethbe02f5c"} 2 node_network_carrier_changes_total{device="vethbe49040"} 2 node_network_carrier_changes_total{device="vethc3a91cc"} 2 node_network_carrier_changes_total{device="vethc462a78"} 2 node_network_carrier_changes_total{device="vethc863ebe"} 2 node_network_carrier_changes_total{device="vethc88ee41"} 2 node_network_carrier_changes_total{device="vethc8a0de9"} 2 node_network_carrier_changes_total{device="vethc8d897b"} 2 node_network_carrier_changes_total{device="vethc965258"} 2 node_network_carrier_changes_total{device="vethc9825ed"} 2 node_network_carrier_changes_total{device="vethc9e4d8d"} 2 node_network_carrier_changes_total{device="vethcb2611b"} 2 node_network_carrier_changes_total{device="vethcb5dfad"} 2 node_network_carrier_changes_total{device="vethccc59ae"} 2 node_network_carrier_changes_total{device="vethce2c824"} 2 node_network_carrier_changes_total{device="vethce4bd2a"} 2 node_network_carrier_changes_total{device="vethce5c086"} 2 node_network_carrier_changes_total{device="vethced832e"} 2 node_network_carrier_changes_total{device="vethcf39f95"} 2 node_network_carrier_changes_total{device="vethcfc6c59"} 2 node_network_carrier_changes_total{device="vethd175d93"} 2 node_network_carrier_changes_total{device="vethd297e42"} 2 node_network_carrier_changes_total{device="vethd2a1d3a"} 2 node_network_carrier_changes_total{device="vethd640b92"} 2 node_network_carrier_changes_total{device="vethd7dc401"} 2 node_network_carrier_changes_total{device="vethdafaaf7"} 2 node_network_carrier_changes_total{device="vethdbda231"} 2 node_network_carrier_changes_total{device="vethdbe575e"} 2 node_network_carrier_changes_total{device="vethde749cb"} 2 node_network_carrier_changes_total{device="vethe135d12"} 2 node_network_carrier_changes_total{device="vethe17211e"} 2 node_network_carrier_changes_total{device="vethe2c5731"} 2 node_network_carrier_changes_total{device="vethe41537a"} 2 node_network_carrier_changes_total{device="vethe58f425"} 2 node_network_carrier_changes_total{device="vethe68e577"} 2 node_network_carrier_changes_total{device="vethe7260e2"} 2 node_network_carrier_changes_total{device="vethe7d1fc6"} 2 node_network_carrier_changes_total{device="vethea4a209"} 2 node_network_carrier_changes_total{device="vethec63427"} 2 node_network_carrier_changes_total{device="vethed0b6ba"} 2 node_network_carrier_changes_total{device="vethee8a542"} 2 node_network_carrier_changes_total{device="vethf05f0fd"} 2 node_network_carrier_changes_total{device="vethf478f47"} 2 node_network_carrier_changes_total{device="vethf4ef1a1"} 2 node_network_carrier_changes_total{device="vethf54703c"} 2 node_network_carrier_changes_total{device="vethf5fa974"} 2 node_network_carrier_changes_total{device="vethf96b0a5"} 2 node_network_carrier_changes_total{device="vethfdd6287"} 2 node_network_carrier_changes_total{device="vethfec958f"} 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"} 7 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"} 8 node_network_carrier_down_changes_total{device="br-a0144fd8fc9b"} 5 node_network_carrier_down_changes_total{device="br-a83c2d884601"} 3 node_network_carrier_down_changes_total{device="br-ad32afc14aee"} 2 node_network_carrier_down_changes_total{device="br-cb5c60e04531"} 5 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="veth02c2ee2"} 1 node_network_carrier_down_changes_total{device="veth0363e8e"} 1 node_network_carrier_down_changes_total{device="veth0458d6c"} 1 node_network_carrier_down_changes_total{device="veth04811d4"} 1 node_network_carrier_down_changes_total{device="veth04e134c"} 1 node_network_carrier_down_changes_total{device="veth06551c6"} 1 node_network_carrier_down_changes_total{device="veth0983ec1"} 1 node_network_carrier_down_changes_total{device="veth0d4969b"} 1 node_network_carrier_down_changes_total{device="veth0d51f3a"} 1 node_network_carrier_down_changes_total{device="veth0dc1806"} 1 node_network_carrier_down_changes_total{device="veth106766d"} 1 node_network_carrier_down_changes_total{device="veth12e710f"} 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="veth17f1d8a"} 1 node_network_carrier_down_changes_total{device="veth1b5784b"} 1 node_network_carrier_down_changes_total{device="veth1c0a8bf"} 1 node_network_carrier_down_changes_total{device="veth1df3caa"} 1 node_network_carrier_down_changes_total{device="veth1e03f09"} 1 node_network_carrier_down_changes_total{device="veth1f25339"} 1 node_network_carrier_down_changes_total{device="veth20a8b8e"} 1 node_network_carrier_down_changes_total{device="veth225b651"} 1 node_network_carrier_down_changes_total{device="veth22f832c"} 1 node_network_carrier_down_changes_total{device="veth234b621"} 1 node_network_carrier_down_changes_total{device="veth23915ec"} 1 node_network_carrier_down_changes_total{device="veth25c0ce8"} 1 node_network_carrier_down_changes_total{device="veth280b87e"} 1 node_network_carrier_down_changes_total{device="veth287fee9"} 1 node_network_carrier_down_changes_total{device="veth29a61a8"} 1 node_network_carrier_down_changes_total{device="veth2b34a6d"} 1 node_network_carrier_down_changes_total{device="veth2cfaeff"} 1 node_network_carrier_down_changes_total{device="veth2d4dc03"} 1 node_network_carrier_down_changes_total{device="veth2dd3288"} 1 node_network_carrier_down_changes_total{device="veth2ee1684"} 1 node_network_carrier_down_changes_total{device="veth30673ee"} 1 node_network_carrier_down_changes_total{device="veth3107bc1"} 1 node_network_carrier_down_changes_total{device="veth34c3bbe"} 1 node_network_carrier_down_changes_total{device="veth35140bc"} 1 node_network_carrier_down_changes_total{device="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="veth3ae94f8"} 1 node_network_carrier_down_changes_total{device="veth3f3da42"} 1 node_network_carrier_down_changes_total{device="veth3f87dfa"} 1 node_network_carrier_down_changes_total{device="veth409b936"} 1 node_network_carrier_down_changes_total{device="veth41d413f"} 1 node_network_carrier_down_changes_total{device="veth420e02a"} 1 node_network_carrier_down_changes_total{device="veth4289883"} 1 node_network_carrier_down_changes_total{device="veth42e42c6"} 1 node_network_carrier_down_changes_total{device="veth43635a1"} 1 node_network_carrier_down_changes_total{device="veth48a2b92"} 1 node_network_carrier_down_changes_total{device="veth4a02a92"} 1 node_network_carrier_down_changes_total{device="veth4b8eff5"} 1 node_network_carrier_down_changes_total{device="veth4be3982"} 1 node_network_carrier_down_changes_total{device="veth4cc0ccd"} 1 node_network_carrier_down_changes_total{device="veth501cea0"} 1 node_network_carrier_down_changes_total{device="veth5087deb"} 1 node_network_carrier_down_changes_total{device="veth511bfa6"} 1 node_network_carrier_down_changes_total{device="veth5462551"} 1 node_network_carrier_down_changes_total{device="veth54855bb"} 1 node_network_carrier_down_changes_total{device="veth54949ce"} 1 node_network_carrier_down_changes_total{device="veth5665454"} 1 node_network_carrier_down_changes_total{device="veth573d4a1"} 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="veth5b5f5d8"} 1 node_network_carrier_down_changes_total{device="veth5cd9d69"} 1 node_network_carrier_down_changes_total{device="veth5ebd44b"} 1 node_network_carrier_down_changes_total{device="veth5f86a6e"} 1 node_network_carrier_down_changes_total{device="veth6097074"} 1 node_network_carrier_down_changes_total{device="veth6226db0"} 1 node_network_carrier_down_changes_total{device="veth66fe80a"} 1 node_network_carrier_down_changes_total{device="veth6864a94"} 1 node_network_carrier_down_changes_total{device="veth68c9de2"} 1 node_network_carrier_down_changes_total{device="veth693d267"} 1 node_network_carrier_down_changes_total{device="veth6a8db05"} 1 node_network_carrier_down_changes_total{device="veth6d28251"} 1 node_network_carrier_down_changes_total{device="veth6d76d2e"} 1 node_network_carrier_down_changes_total{device="veth71f8729"} 1 node_network_carrier_down_changes_total{device="veth765630e"} 1 node_network_carrier_down_changes_total{device="veth779a9b0"} 1 node_network_carrier_down_changes_total{device="veth7850cc1"} 1 node_network_carrier_down_changes_total{device="veth7a53c4c"} 1 node_network_carrier_down_changes_total{device="veth7ad79fd"} 1 node_network_carrier_down_changes_total{device="veth7b68e53"} 1 node_network_carrier_down_changes_total{device="veth8321f31"} 1 node_network_carrier_down_changes_total{device="veth8362b0e"} 1 node_network_carrier_down_changes_total{device="veth8490e20"} 1 node_network_carrier_down_changes_total{device="veth85081c5"} 1 node_network_carrier_down_changes_total{device="veth862c62b"} 1 node_network_carrier_down_changes_total{device="veth86976de"} 1 node_network_carrier_down_changes_total{device="veth8ad3e08"} 1 node_network_carrier_down_changes_total{device="veth8ba4909"} 1 node_network_carrier_down_changes_total{device="veth8c5b58a"} 1 node_network_carrier_down_changes_total{device="veth8c77172"} 1 node_network_carrier_down_changes_total{device="veth8e9752f"} 1 node_network_carrier_down_changes_total{device="veth8ee2bf2"} 1 node_network_carrier_down_changes_total{device="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="veth9e31ae2"} 1 node_network_carrier_down_changes_total{device="veth9ff81b1"} 1 node_network_carrier_down_changes_total{device="vetha005716"} 1 node_network_carrier_down_changes_total{device="vetha328a00"} 1 node_network_carrier_down_changes_total{device="vetha38a0a5"} 1 node_network_carrier_down_changes_total{device="vetha42d075"} 1 node_network_carrier_down_changes_total{device="vethaa201e8"} 1 node_network_carrier_down_changes_total{device="vethab475e0"} 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="vethaf22296"} 1 node_network_carrier_down_changes_total{device="vethaf43d3c"} 1 node_network_carrier_down_changes_total{device="vethb094914"} 1 node_network_carrier_down_changes_total{device="vethb11abf2"} 1 node_network_carrier_down_changes_total{device="vethb1a51b9"} 1 node_network_carrier_down_changes_total{device="vethb3f6289"} 1 node_network_carrier_down_changes_total{device="vethb57a504"} 1 node_network_carrier_down_changes_total{device="vethb6b6059"} 1 node_network_carrier_down_changes_total{device="vethb9711cc"} 1 node_network_carrier_down_changes_total{device="vethbbafdd5"} 1 node_network_carrier_down_changes_total{device="vethbe02f5c"} 1 node_network_carrier_down_changes_total{device="vethbe49040"} 1 node_network_carrier_down_changes_total{device="vethc3a91cc"} 1 node_network_carrier_down_changes_total{device="vethc462a78"} 1 node_network_carrier_down_changes_total{device="vethc863ebe"} 1 node_network_carrier_down_changes_total{device="vethc88ee41"} 1 node_network_carrier_down_changes_total{device="vethc8a0de9"} 1 node_network_carrier_down_changes_total{device="vethc8d897b"} 1 node_network_carrier_down_changes_total{device="vethc965258"} 1 node_network_carrier_down_changes_total{device="vethc9825ed"} 1 node_network_carrier_down_changes_total{device="vethc9e4d8d"} 1 node_network_carrier_down_changes_total{device="vethcb2611b"} 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="vethce2c824"} 1 node_network_carrier_down_changes_total{device="vethce4bd2a"} 1 node_network_carrier_down_changes_total{device="vethce5c086"} 1 node_network_carrier_down_changes_total{device="vethced832e"} 1 node_network_carrier_down_changes_total{device="vethcf39f95"} 1 node_network_carrier_down_changes_total{device="vethcfc6c59"} 1 node_network_carrier_down_changes_total{device="vethd175d93"} 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="vethd640b92"} 1 node_network_carrier_down_changes_total{device="vethd7dc401"} 1 node_network_carrier_down_changes_total{device="vethdafaaf7"} 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="vethde749cb"} 1 node_network_carrier_down_changes_total{device="vethe135d12"} 1 node_network_carrier_down_changes_total{device="vethe17211e"} 1 node_network_carrier_down_changes_total{device="vethe2c5731"} 1 node_network_carrier_down_changes_total{device="vethe41537a"} 1 node_network_carrier_down_changes_total{device="vethe58f425"} 1 node_network_carrier_down_changes_total{device="vethe68e577"} 1 node_network_carrier_down_changes_total{device="vethe7260e2"} 1 node_network_carrier_down_changes_total{device="vethe7d1fc6"} 1 node_network_carrier_down_changes_total{device="vethea4a209"} 1 node_network_carrier_down_changes_total{device="vethec63427"} 1 node_network_carrier_down_changes_total{device="vethed0b6ba"} 1 node_network_carrier_down_changes_total{device="vethee8a542"} 1 node_network_carrier_down_changes_total{device="vethf05f0fd"} 1 node_network_carrier_down_changes_total{device="vethf478f47"} 1 node_network_carrier_down_changes_total{device="vethf4ef1a1"} 1 node_network_carrier_down_changes_total{device="vethf54703c"} 1 node_network_carrier_down_changes_total{device="vethf5fa974"} 1 node_network_carrier_down_changes_total{device="vethf96b0a5"} 1 node_network_carrier_down_changes_total{device="vethfdd6287"} 1 node_network_carrier_down_changes_total{device="vethfec958f"} 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"} 7 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"} 8 node_network_carrier_up_changes_total{device="br-a0144fd8fc9b"} 5 node_network_carrier_up_changes_total{device="br-a83c2d884601"} 3 node_network_carrier_up_changes_total{device="br-ad32afc14aee"} 2 node_network_carrier_up_changes_total{device="br-cb5c60e04531"} 5 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="veth02c2ee2"} 1 node_network_carrier_up_changes_total{device="veth0363e8e"} 1 node_network_carrier_up_changes_total{device="veth0458d6c"} 1 node_network_carrier_up_changes_total{device="veth04811d4"} 1 node_network_carrier_up_changes_total{device="veth04e134c"} 1 node_network_carrier_up_changes_total{device="veth06551c6"} 1 node_network_carrier_up_changes_total{device="veth0983ec1"} 1 node_network_carrier_up_changes_total{device="veth0d4969b"} 1 node_network_carrier_up_changes_total{device="veth0d51f3a"} 1 node_network_carrier_up_changes_total{device="veth0dc1806"} 1 node_network_carrier_up_changes_total{device="veth106766d"} 1 node_network_carrier_up_changes_total{device="veth12e710f"} 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="veth17f1d8a"} 1 node_network_carrier_up_changes_total{device="veth1b5784b"} 1 node_network_carrier_up_changes_total{device="veth1c0a8bf"} 1 node_network_carrier_up_changes_total{device="veth1df3caa"} 1 node_network_carrier_up_changes_total{device="veth1e03f09"} 1 node_network_carrier_up_changes_total{device="veth1f25339"} 1 node_network_carrier_up_changes_total{device="veth20a8b8e"} 1 node_network_carrier_up_changes_total{device="veth225b651"} 1 node_network_carrier_up_changes_total{device="veth22f832c"} 1 node_network_carrier_up_changes_total{device="veth234b621"} 1 node_network_carrier_up_changes_total{device="veth23915ec"} 1 node_network_carrier_up_changes_total{device="veth25c0ce8"} 1 node_network_carrier_up_changes_total{device="veth280b87e"} 1 node_network_carrier_up_changes_total{device="veth287fee9"} 1 node_network_carrier_up_changes_total{device="veth29a61a8"} 1 node_network_carrier_up_changes_total{device="veth2b34a6d"} 1 node_network_carrier_up_changes_total{device="veth2cfaeff"} 1 node_network_carrier_up_changes_total{device="veth2d4dc03"} 1 node_network_carrier_up_changes_total{device="veth2dd3288"} 1 node_network_carrier_up_changes_total{device="veth2ee1684"} 1 node_network_carrier_up_changes_total{device="veth30673ee"} 1 node_network_carrier_up_changes_total{device="veth3107bc1"} 1 node_network_carrier_up_changes_total{device="veth34c3bbe"} 1 node_network_carrier_up_changes_total{device="veth35140bc"} 1 node_network_carrier_up_changes_total{device="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="veth3ae94f8"} 1 node_network_carrier_up_changes_total{device="veth3f3da42"} 1 node_network_carrier_up_changes_total{device="veth3f87dfa"} 1 node_network_carrier_up_changes_total{device="veth409b936"} 1 node_network_carrier_up_changes_total{device="veth41d413f"} 1 node_network_carrier_up_changes_total{device="veth420e02a"} 1 node_network_carrier_up_changes_total{device="veth4289883"} 1 node_network_carrier_up_changes_total{device="veth42e42c6"} 1 node_network_carrier_up_changes_total{device="veth43635a1"} 1 node_network_carrier_up_changes_total{device="veth48a2b92"} 1 node_network_carrier_up_changes_total{device="veth4a02a92"} 1 node_network_carrier_up_changes_total{device="veth4b8eff5"} 1 node_network_carrier_up_changes_total{device="veth4be3982"} 1 node_network_carrier_up_changes_total{device="veth4cc0ccd"} 1 node_network_carrier_up_changes_total{device="veth501cea0"} 1 node_network_carrier_up_changes_total{device="veth5087deb"} 1 node_network_carrier_up_changes_total{device="veth511bfa6"} 1 node_network_carrier_up_changes_total{device="veth5462551"} 1 node_network_carrier_up_changes_total{device="veth54855bb"} 1 node_network_carrier_up_changes_total{device="veth54949ce"} 1 node_network_carrier_up_changes_total{device="veth5665454"} 1 node_network_carrier_up_changes_total{device="veth573d4a1"} 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="veth5b5f5d8"} 1 node_network_carrier_up_changes_total{device="veth5cd9d69"} 1 node_network_carrier_up_changes_total{device="veth5ebd44b"} 1 node_network_carrier_up_changes_total{device="veth5f86a6e"} 1 node_network_carrier_up_changes_total{device="veth6097074"} 1 node_network_carrier_up_changes_total{device="veth6226db0"} 1 node_network_carrier_up_changes_total{device="veth66fe80a"} 1 node_network_carrier_up_changes_total{device="veth6864a94"} 1 node_network_carrier_up_changes_total{device="veth68c9de2"} 1 node_network_carrier_up_changes_total{device="veth693d267"} 1 node_network_carrier_up_changes_total{device="veth6a8db05"} 1 node_network_carrier_up_changes_total{device="veth6d28251"} 1 node_network_carrier_up_changes_total{device="veth6d76d2e"} 1 node_network_carrier_up_changes_total{device="veth71f8729"} 1 node_network_carrier_up_changes_total{device="veth765630e"} 1 node_network_carrier_up_changes_total{device="veth779a9b0"} 1 node_network_carrier_up_changes_total{device="veth7850cc1"} 1 node_network_carrier_up_changes_total{device="veth7a53c4c"} 1 node_network_carrier_up_changes_total{device="veth7ad79fd"} 1 node_network_carrier_up_changes_total{device="veth7b68e53"} 1 node_network_carrier_up_changes_total{device="veth8321f31"} 1 node_network_carrier_up_changes_total{device="veth8362b0e"} 1 node_network_carrier_up_changes_total{device="veth8490e20"} 1 node_network_carrier_up_changes_total{device="veth85081c5"} 1 node_network_carrier_up_changes_total{device="veth862c62b"} 1 node_network_carrier_up_changes_total{device="veth86976de"} 1 node_network_carrier_up_changes_total{device="veth8ad3e08"} 1 node_network_carrier_up_changes_total{device="veth8ba4909"} 1 node_network_carrier_up_changes_total{device="veth8c5b58a"} 1 node_network_carrier_up_changes_total{device="veth8c77172"} 1 node_network_carrier_up_changes_total{device="veth8e9752f"} 1 node_network_carrier_up_changes_total{device="veth8ee2bf2"} 1 node_network_carrier_up_changes_total{device="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="veth9e31ae2"} 1 node_network_carrier_up_changes_total{device="veth9ff81b1"} 1 node_network_carrier_up_changes_total{device="vetha005716"} 1 node_network_carrier_up_changes_total{device="vetha328a00"} 1 node_network_carrier_up_changes_total{device="vetha38a0a5"} 1 node_network_carrier_up_changes_total{device="vetha42d075"} 1 node_network_carrier_up_changes_total{device="vethaa201e8"} 1 node_network_carrier_up_changes_total{device="vethab475e0"} 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="vethaf22296"} 1 node_network_carrier_up_changes_total{device="vethaf43d3c"} 1 node_network_carrier_up_changes_total{device="vethb094914"} 1 node_network_carrier_up_changes_total{device="vethb11abf2"} 1 node_network_carrier_up_changes_total{device="vethb1a51b9"} 1 node_network_carrier_up_changes_total{device="vethb3f6289"} 1 node_network_carrier_up_changes_total{device="vethb57a504"} 1 node_network_carrier_up_changes_total{device="vethb6b6059"} 1 node_network_carrier_up_changes_total{device="vethb9711cc"} 1 node_network_carrier_up_changes_total{device="vethbbafdd5"} 1 node_network_carrier_up_changes_total{device="vethbe02f5c"} 1 node_network_carrier_up_changes_total{device="vethbe49040"} 1 node_network_carrier_up_changes_total{device="vethc3a91cc"} 1 node_network_carrier_up_changes_total{device="vethc462a78"} 1 node_network_carrier_up_changes_total{device="vethc863ebe"} 1 node_network_carrier_up_changes_total{device="vethc88ee41"} 1 node_network_carrier_up_changes_total{device="vethc8a0de9"} 1 node_network_carrier_up_changes_total{device="vethc8d897b"} 1 node_network_carrier_up_changes_total{device="vethc965258"} 1 node_network_carrier_up_changes_total{device="vethc9825ed"} 1 node_network_carrier_up_changes_total{device="vethc9e4d8d"} 1 node_network_carrier_up_changes_total{device="vethcb2611b"} 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="vethce2c824"} 1 node_network_carrier_up_changes_total{device="vethce4bd2a"} 1 node_network_carrier_up_changes_total{device="vethce5c086"} 1 node_network_carrier_up_changes_total{device="vethced832e"} 1 node_network_carrier_up_changes_total{device="vethcf39f95"} 1 node_network_carrier_up_changes_total{device="vethcfc6c59"} 1 node_network_carrier_up_changes_total{device="vethd175d93"} 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="vethd640b92"} 1 node_network_carrier_up_changes_total{device="vethd7dc401"} 1 node_network_carrier_up_changes_total{device="vethdafaaf7"} 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="vethde749cb"} 1 node_network_carrier_up_changes_total{device="vethe135d12"} 1 node_network_carrier_up_changes_total{device="vethe17211e"} 1 node_network_carrier_up_changes_total{device="vethe2c5731"} 1 node_network_carrier_up_changes_total{device="vethe41537a"} 1 node_network_carrier_up_changes_total{device="vethe58f425"} 1 node_network_carrier_up_changes_total{device="vethe68e577"} 1 node_network_carrier_up_changes_total{device="vethe7260e2"} 1 node_network_carrier_up_changes_total{device="vethe7d1fc6"} 1 node_network_carrier_up_changes_total{device="vethea4a209"} 1 node_network_carrier_up_changes_total{device="vethec63427"} 1 node_network_carrier_up_changes_total{device="vethed0b6ba"} 1 node_network_carrier_up_changes_total{device="vethee8a542"} 1 node_network_carrier_up_changes_total{device="vethf05f0fd"} 1 node_network_carrier_up_changes_total{device="vethf478f47"} 1 node_network_carrier_up_changes_total{device="vethf4ef1a1"} 1 node_network_carrier_up_changes_total{device="vethf54703c"} 1 node_network_carrier_up_changes_total{device="vethf5fa974"} 1 node_network_carrier_up_changes_total{device="vethf96b0a5"} 1 node_network_carrier_up_changes_total{device="vethfdd6287"} 1 node_network_carrier_up_changes_total{device="vethfec958f"} 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="veth02c2ee2"} 0 node_network_device_id{device="veth0363e8e"} 0 node_network_device_id{device="veth0458d6c"} 0 node_network_device_id{device="veth04811d4"} 0 node_network_device_id{device="veth04e134c"} 0 node_network_device_id{device="veth06551c6"} 0 node_network_device_id{device="veth0983ec1"} 0 node_network_device_id{device="veth0d4969b"} 0 node_network_device_id{device="veth0d51f3a"} 0 node_network_device_id{device="veth0dc1806"} 0 node_network_device_id{device="veth106766d"} 0 node_network_device_id{device="veth12e710f"} 0 node_network_device_id{device="veth13d497b"} 0 node_network_device_id{device="veth140b313"} 0 node_network_device_id{device="veth17f1d8a"} 0 node_network_device_id{device="veth1b5784b"} 0 node_network_device_id{device="veth1c0a8bf"} 0 node_network_device_id{device="veth1df3caa"} 0 node_network_device_id{device="veth1e03f09"} 0 node_network_device_id{device="veth1f25339"} 0 node_network_device_id{device="veth20a8b8e"} 0 node_network_device_id{device="veth225b651"} 0 node_network_device_id{device="veth22f832c"} 0 node_network_device_id{device="veth234b621"} 0 node_network_device_id{device="veth23915ec"} 0 node_network_device_id{device="veth25c0ce8"} 0 node_network_device_id{device="veth280b87e"} 0 node_network_device_id{device="veth287fee9"} 0 node_network_device_id{device="veth29a61a8"} 0 node_network_device_id{device="veth2b34a6d"} 0 node_network_device_id{device="veth2cfaeff"} 0 node_network_device_id{device="veth2d4dc03"} 0 node_network_device_id{device="veth2dd3288"} 0 node_network_device_id{device="veth2ee1684"} 0 node_network_device_id{device="veth30673ee"} 0 node_network_device_id{device="veth3107bc1"} 0 node_network_device_id{device="veth34c3bbe"} 0 node_network_device_id{device="veth35140bc"} 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="veth3ae94f8"} 0 node_network_device_id{device="veth3f3da42"} 0 node_network_device_id{device="veth3f87dfa"} 0 node_network_device_id{device="veth409b936"} 0 node_network_device_id{device="veth41d413f"} 0 node_network_device_id{device="veth420e02a"} 0 node_network_device_id{device="veth4289883"} 0 node_network_device_id{device="veth42e42c6"} 0 node_network_device_id{device="veth43635a1"} 0 node_network_device_id{device="veth48a2b92"} 0 node_network_device_id{device="veth4a02a92"} 0 node_network_device_id{device="veth4b8eff5"} 0 node_network_device_id{device="veth4be3982"} 0 node_network_device_id{device="veth4cc0ccd"} 0 node_network_device_id{device="veth501cea0"} 0 node_network_device_id{device="veth5087deb"} 0 node_network_device_id{device="veth511bfa6"} 0 node_network_device_id{device="veth5462551"} 0 node_network_device_id{device="veth54855bb"} 0 node_network_device_id{device="veth54949ce"} 0 node_network_device_id{device="veth5665454"} 0 node_network_device_id{device="veth573d4a1"} 0 node_network_device_id{device="veth57bc285"} 0 node_network_device_id{device="veth591a4e5"} 0 node_network_device_id{device="veth5b5f5d8"} 0 node_network_device_id{device="veth5cd9d69"} 0 node_network_device_id{device="veth5ebd44b"} 0 node_network_device_id{device="veth5f86a6e"} 0 node_network_device_id{device="veth6097074"} 0 node_network_device_id{device="veth6226db0"} 0 node_network_device_id{device="veth66fe80a"} 0 node_network_device_id{device="veth6864a94"} 0 node_network_device_id{device="veth68c9de2"} 0 node_network_device_id{device="veth693d267"} 0 node_network_device_id{device="veth6a8db05"} 0 node_network_device_id{device="veth6d28251"} 0 node_network_device_id{device="veth6d76d2e"} 0 node_network_device_id{device="veth71f8729"} 0 node_network_device_id{device="veth765630e"} 0 node_network_device_id{device="veth779a9b0"} 0 node_network_device_id{device="veth7850cc1"} 0 node_network_device_id{device="veth7a53c4c"} 0 node_network_device_id{device="veth7ad79fd"} 0 node_network_device_id{device="veth7b68e53"} 0 node_network_device_id{device="veth8321f31"} 0 node_network_device_id{device="veth8362b0e"} 0 node_network_device_id{device="veth8490e20"} 0 node_network_device_id{device="veth85081c5"} 0 node_network_device_id{device="veth862c62b"} 0 node_network_device_id{device="veth86976de"} 0 node_network_device_id{device="veth8ad3e08"} 0 node_network_device_id{device="veth8ba4909"} 0 node_network_device_id{device="veth8c5b58a"} 0 node_network_device_id{device="veth8c77172"} 0 node_network_device_id{device="veth8e9752f"} 0 node_network_device_id{device="veth8ee2bf2"} 0 node_network_device_id{device="veth970153a"} 0 node_network_device_id{device="veth97b739c"} 0 node_network_device_id{device="veth980e0d6"} 0 node_network_device_id{device="veth9e31ae2"} 0 node_network_device_id{device="veth9ff81b1"} 0 node_network_device_id{device="vetha005716"} 0 node_network_device_id{device="vetha328a00"} 0 node_network_device_id{device="vetha38a0a5"} 0 node_network_device_id{device="vetha42d075"} 0 node_network_device_id{device="vethaa201e8"} 0 node_network_device_id{device="vethab475e0"} 0 node_network_device_id{device="vethac48cf5"} 0 node_network_device_id{device="vethadde449"} 0 node_network_device_id{device="vethaf22296"} 0 node_network_device_id{device="vethaf43d3c"} 0 node_network_device_id{device="vethb094914"} 0 node_network_device_id{device="vethb11abf2"} 0 node_network_device_id{device="vethb1a51b9"} 0 node_network_device_id{device="vethb3f6289"} 0 node_network_device_id{device="vethb57a504"} 0 node_network_device_id{device="vethb6b6059"} 0 node_network_device_id{device="vethb9711cc"} 0 node_network_device_id{device="vethbbafdd5"} 0 node_network_device_id{device="vethbe02f5c"} 0 node_network_device_id{device="vethbe49040"} 0 node_network_device_id{device="vethc3a91cc"} 0 node_network_device_id{device="vethc462a78"} 0 node_network_device_id{device="vethc863ebe"} 0 node_network_device_id{device="vethc88ee41"} 0 node_network_device_id{device="vethc8a0de9"} 0 node_network_device_id{device="vethc8d897b"} 0 node_network_device_id{device="vethc965258"} 0 node_network_device_id{device="vethc9825ed"} 0 node_network_device_id{device="vethc9e4d8d"} 0 node_network_device_id{device="vethcb2611b"} 0 node_network_device_id{device="vethcb5dfad"} 0 node_network_device_id{device="vethccc59ae"} 0 node_network_device_id{device="vethce2c824"} 0 node_network_device_id{device="vethce4bd2a"} 0 node_network_device_id{device="vethce5c086"} 0 node_network_device_id{device="vethced832e"} 0 node_network_device_id{device="vethcf39f95"} 0 node_network_device_id{device="vethcfc6c59"} 0 node_network_device_id{device="vethd175d93"} 0 node_network_device_id{device="vethd297e42"} 0 node_network_device_id{device="vethd2a1d3a"} 0 node_network_device_id{device="vethd640b92"} 0 node_network_device_id{device="vethd7dc401"} 0 node_network_device_id{device="vethdafaaf7"} 0 node_network_device_id{device="vethdbda231"} 0 node_network_device_id{device="vethdbe575e"} 0 node_network_device_id{device="vethde749cb"} 0 node_network_device_id{device="vethe135d12"} 0 node_network_device_id{device="vethe17211e"} 0 node_network_device_id{device="vethe2c5731"} 0 node_network_device_id{device="vethe41537a"} 0 node_network_device_id{device="vethe58f425"} 0 node_network_device_id{device="vethe68e577"} 0 node_network_device_id{device="vethe7260e2"} 0 node_network_device_id{device="vethe7d1fc6"} 0 node_network_device_id{device="vethea4a209"} 0 node_network_device_id{device="vethec63427"} 0 node_network_device_id{device="vethed0b6ba"} 0 node_network_device_id{device="vethee8a542"} 0 node_network_device_id{device="vethf05f0fd"} 0 node_network_device_id{device="vethf478f47"} 0 node_network_device_id{device="vethf4ef1a1"} 0 node_network_device_id{device="vethf54703c"} 0 node_network_device_id{device="vethf5fa974"} 0 node_network_device_id{device="vethf96b0a5"} 0 node_network_device_id{device="vethfdd6287"} 0 node_network_device_id{device="vethfec958f"} 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="veth02c2ee2"} 0 node_network_dormant{device="veth0363e8e"} 0 node_network_dormant{device="veth0458d6c"} 0 node_network_dormant{device="veth04811d4"} 0 node_network_dormant{device="veth04e134c"} 0 node_network_dormant{device="veth06551c6"} 0 node_network_dormant{device="veth0983ec1"} 0 node_network_dormant{device="veth0d4969b"} 0 node_network_dormant{device="veth0d51f3a"} 0 node_network_dormant{device="veth0dc1806"} 0 node_network_dormant{device="veth106766d"} 0 node_network_dormant{device="veth12e710f"} 0 node_network_dormant{device="veth13d497b"} 0 node_network_dormant{device="veth140b313"} 0 node_network_dormant{device="veth17f1d8a"} 0 node_network_dormant{device="veth1b5784b"} 0 node_network_dormant{device="veth1c0a8bf"} 0 node_network_dormant{device="veth1df3caa"} 0 node_network_dormant{device="veth1e03f09"} 0 node_network_dormant{device="veth1f25339"} 0 node_network_dormant{device="veth20a8b8e"} 0 node_network_dormant{device="veth225b651"} 0 node_network_dormant{device="veth22f832c"} 0 node_network_dormant{device="veth234b621"} 0 node_network_dormant{device="veth23915ec"} 0 node_network_dormant{device="veth25c0ce8"} 0 node_network_dormant{device="veth280b87e"} 0 node_network_dormant{device="veth287fee9"} 0 node_network_dormant{device="veth29a61a8"} 0 node_network_dormant{device="veth2b34a6d"} 0 node_network_dormant{device="veth2cfaeff"} 0 node_network_dormant{device="veth2d4dc03"} 0 node_network_dormant{device="veth2dd3288"} 0 node_network_dormant{device="veth2ee1684"} 0 node_network_dormant{device="veth30673ee"} 0 node_network_dormant{device="veth3107bc1"} 0 node_network_dormant{device="veth34c3bbe"} 0 node_network_dormant{device="veth35140bc"} 0 node_network_dormant{device="veth35c0c4c"} 0 node_network_dormant{device="veth3738b60"} 0 node_network_dormant{device="veth39390d4"} 0 node_network_dormant{device="veth3ae94f8"} 0 node_network_dormant{device="veth3f3da42"} 0 node_network_dormant{device="veth3f87dfa"} 0 node_network_dormant{device="veth409b936"} 0 node_network_dormant{device="veth41d413f"} 0 node_network_dormant{device="veth420e02a"} 0 node_network_dormant{device="veth4289883"} 0 node_network_dormant{device="veth42e42c6"} 0 node_network_dormant{device="veth43635a1"} 0 node_network_dormant{device="veth48a2b92"} 0 node_network_dormant{device="veth4a02a92"} 0 node_network_dormant{device="veth4b8eff5"} 0 node_network_dormant{device="veth4be3982"} 0 node_network_dormant{device="veth4cc0ccd"} 0 node_network_dormant{device="veth501cea0"} 0 node_network_dormant{device="veth5087deb"} 0 node_network_dormant{device="veth511bfa6"} 0 node_network_dormant{device="veth5462551"} 0 node_network_dormant{device="veth54855bb"} 0 node_network_dormant{device="veth54949ce"} 0 node_network_dormant{device="veth5665454"} 0 node_network_dormant{device="veth573d4a1"} 0 node_network_dormant{device="veth57bc285"} 0 node_network_dormant{device="veth591a4e5"} 0 node_network_dormant{device="veth5b5f5d8"} 0 node_network_dormant{device="veth5cd9d69"} 0 node_network_dormant{device="veth5ebd44b"} 0 node_network_dormant{device="veth5f86a6e"} 0 node_network_dormant{device="veth6097074"} 0 node_network_dormant{device="veth6226db0"} 0 node_network_dormant{device="veth66fe80a"} 0 node_network_dormant{device="veth6864a94"} 0 node_network_dormant{device="veth68c9de2"} 0 node_network_dormant{device="veth693d267"} 0 node_network_dormant{device="veth6a8db05"} 0 node_network_dormant{device="veth6d28251"} 0 node_network_dormant{device="veth6d76d2e"} 0 node_network_dormant{device="veth71f8729"} 0 node_network_dormant{device="veth765630e"} 0 node_network_dormant{device="veth779a9b0"} 0 node_network_dormant{device="veth7850cc1"} 0 node_network_dormant{device="veth7a53c4c"} 0 node_network_dormant{device="veth7ad79fd"} 0 node_network_dormant{device="veth7b68e53"} 0 node_network_dormant{device="veth8321f31"} 0 node_network_dormant{device="veth8362b0e"} 0 node_network_dormant{device="veth8490e20"} 0 node_network_dormant{device="veth85081c5"} 0 node_network_dormant{device="veth862c62b"} 0 node_network_dormant{device="veth86976de"} 0 node_network_dormant{device="veth8ad3e08"} 0 node_network_dormant{device="veth8ba4909"} 0 node_network_dormant{device="veth8c5b58a"} 0 node_network_dormant{device="veth8c77172"} 0 node_network_dormant{device="veth8e9752f"} 0 node_network_dormant{device="veth8ee2bf2"} 0 node_network_dormant{device="veth970153a"} 0 node_network_dormant{device="veth97b739c"} 0 node_network_dormant{device="veth980e0d6"} 0 node_network_dormant{device="veth9e31ae2"} 0 node_network_dormant{device="veth9ff81b1"} 0 node_network_dormant{device="vetha005716"} 0 node_network_dormant{device="vetha328a00"} 0 node_network_dormant{device="vetha38a0a5"} 0 node_network_dormant{device="vetha42d075"} 0 node_network_dormant{device="vethaa201e8"} 0 node_network_dormant{device="vethab475e0"} 0 node_network_dormant{device="vethac48cf5"} 0 node_network_dormant{device="vethadde449"} 0 node_network_dormant{device="vethaf22296"} 0 node_network_dormant{device="vethaf43d3c"} 0 node_network_dormant{device="vethb094914"} 0 node_network_dormant{device="vethb11abf2"} 0 node_network_dormant{device="vethb1a51b9"} 0 node_network_dormant{device="vethb3f6289"} 0 node_network_dormant{device="vethb57a504"} 0 node_network_dormant{device="vethb6b6059"} 0 node_network_dormant{device="vethb9711cc"} 0 node_network_dormant{device="vethbbafdd5"} 0 node_network_dormant{device="vethbe02f5c"} 0 node_network_dormant{device="vethbe49040"} 0 node_network_dormant{device="vethc3a91cc"} 0 node_network_dormant{device="vethc462a78"} 0 node_network_dormant{device="vethc863ebe"} 0 node_network_dormant{device="vethc88ee41"} 0 node_network_dormant{device="vethc8a0de9"} 0 node_network_dormant{device="vethc8d897b"} 0 node_network_dormant{device="vethc965258"} 0 node_network_dormant{device="vethc9825ed"} 0 node_network_dormant{device="vethc9e4d8d"} 0 node_network_dormant{device="vethcb2611b"} 0 node_network_dormant{device="vethcb5dfad"} 0 node_network_dormant{device="vethccc59ae"} 0 node_network_dormant{device="vethce2c824"} 0 node_network_dormant{device="vethce4bd2a"} 0 node_network_dormant{device="vethce5c086"} 0 node_network_dormant{device="vethced832e"} 0 node_network_dormant{device="vethcf39f95"} 0 node_network_dormant{device="vethcfc6c59"} 0 node_network_dormant{device="vethd175d93"} 0 node_network_dormant{device="vethd297e42"} 0 node_network_dormant{device="vethd2a1d3a"} 0 node_network_dormant{device="vethd640b92"} 0 node_network_dormant{device="vethd7dc401"} 0 node_network_dormant{device="vethdafaaf7"} 0 node_network_dormant{device="vethdbda231"} 0 node_network_dormant{device="vethdbe575e"} 0 node_network_dormant{device="vethde749cb"} 0 node_network_dormant{device="vethe135d12"} 0 node_network_dormant{device="vethe17211e"} 0 node_network_dormant{device="vethe2c5731"} 0 node_network_dormant{device="vethe41537a"} 0 node_network_dormant{device="vethe58f425"} 0 node_network_dormant{device="vethe68e577"} 0 node_network_dormant{device="vethe7260e2"} 0 node_network_dormant{device="vethe7d1fc6"} 0 node_network_dormant{device="vethea4a209"} 0 node_network_dormant{device="vethec63427"} 0 node_network_dormant{device="vethed0b6ba"} 0 node_network_dormant{device="vethee8a542"} 0 node_network_dormant{device="vethf05f0fd"} 0 node_network_dormant{device="vethf478f47"} 0 node_network_dormant{device="vethf4ef1a1"} 0 node_network_dormant{device="vethf54703c"} 0 node_network_dormant{device="vethf5fa974"} 0 node_network_dormant{device="vethf96b0a5"} 0 node_network_dormant{device="vethfdd6287"} 0 node_network_dormant{device="vethfec958f"} 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="veth02c2ee2"} 4867 node_network_flags{device="veth0363e8e"} 4867 node_network_flags{device="veth0458d6c"} 4867 node_network_flags{device="veth04811d4"} 4867 node_network_flags{device="veth04e134c"} 4867 node_network_flags{device="veth06551c6"} 4867 node_network_flags{device="veth0983ec1"} 4867 node_network_flags{device="veth0d4969b"} 4867 node_network_flags{device="veth0d51f3a"} 4867 node_network_flags{device="veth0dc1806"} 4867 node_network_flags{device="veth106766d"} 4867 node_network_flags{device="veth12e710f"} 4867 node_network_flags{device="veth13d497b"} 4867 node_network_flags{device="veth140b313"} 4867 node_network_flags{device="veth17f1d8a"} 4867 node_network_flags{device="veth1b5784b"} 4867 node_network_flags{device="veth1c0a8bf"} 4867 node_network_flags{device="veth1df3caa"} 4867 node_network_flags{device="veth1e03f09"} 4867 node_network_flags{device="veth1f25339"} 4867 node_network_flags{device="veth20a8b8e"} 4867 node_network_flags{device="veth225b651"} 4867 node_network_flags{device="veth22f832c"} 4867 node_network_flags{device="veth234b621"} 4867 node_network_flags{device="veth23915ec"} 4867 node_network_flags{device="veth25c0ce8"} 4867 node_network_flags{device="veth280b87e"} 4867 node_network_flags{device="veth287fee9"} 4867 node_network_flags{device="veth29a61a8"} 4867 node_network_flags{device="veth2b34a6d"} 4867 node_network_flags{device="veth2cfaeff"} 4867 node_network_flags{device="veth2d4dc03"} 4867 node_network_flags{device="veth2dd3288"} 4867 node_network_flags{device="veth2ee1684"} 4867 node_network_flags{device="veth30673ee"} 4867 node_network_flags{device="veth3107bc1"} 4867 node_network_flags{device="veth34c3bbe"} 4867 node_network_flags{device="veth35140bc"} 4867 node_network_flags{device="veth35c0c4c"} 4867 node_network_flags{device="veth3738b60"} 4867 node_network_flags{device="veth39390d4"} 4867 node_network_flags{device="veth3ae94f8"} 4867 node_network_flags{device="veth3f3da42"} 4867 node_network_flags{device="veth3f87dfa"} 4867 node_network_flags{device="veth409b936"} 4867 node_network_flags{device="veth41d413f"} 4867 node_network_flags{device="veth420e02a"} 4867 node_network_flags{device="veth4289883"} 4867 node_network_flags{device="veth42e42c6"} 4867 node_network_flags{device="veth43635a1"} 4867 node_network_flags{device="veth48a2b92"} 4867 node_network_flags{device="veth4a02a92"} 4867 node_network_flags{device="veth4b8eff5"} 4867 node_network_flags{device="veth4be3982"} 4867 node_network_flags{device="veth4cc0ccd"} 4867 node_network_flags{device="veth501cea0"} 4867 node_network_flags{device="veth5087deb"} 4867 node_network_flags{device="veth511bfa6"} 4867 node_network_flags{device="veth5462551"} 4867 node_network_flags{device="veth54855bb"} 4867 node_network_flags{device="veth54949ce"} 4867 node_network_flags{device="veth5665454"} 4867 node_network_flags{device="veth573d4a1"} 4867 node_network_flags{device="veth57bc285"} 4867 node_network_flags{device="veth591a4e5"} 4867 node_network_flags{device="veth5b5f5d8"} 4867 node_network_flags{device="veth5cd9d69"} 4867 node_network_flags{device="veth5ebd44b"} 4867 node_network_flags{device="veth5f86a6e"} 4867 node_network_flags{device="veth6097074"} 4867 node_network_flags{device="veth6226db0"} 4867 node_network_flags{device="veth66fe80a"} 4867 node_network_flags{device="veth6864a94"} 4867 node_network_flags{device="veth68c9de2"} 4867 node_network_flags{device="veth693d267"} 4867 node_network_flags{device="veth6a8db05"} 4867 node_network_flags{device="veth6d28251"} 4867 node_network_flags{device="veth6d76d2e"} 4867 node_network_flags{device="veth71f8729"} 4867 node_network_flags{device="veth765630e"} 4867 node_network_flags{device="veth779a9b0"} 4867 node_network_flags{device="veth7850cc1"} 4867 node_network_flags{device="veth7a53c4c"} 4867 node_network_flags{device="veth7ad79fd"} 4867 node_network_flags{device="veth7b68e53"} 4867 node_network_flags{device="veth8321f31"} 4867 node_network_flags{device="veth8362b0e"} 4867 node_network_flags{device="veth8490e20"} 4867 node_network_flags{device="veth85081c5"} 4867 node_network_flags{device="veth862c62b"} 4867 node_network_flags{device="veth86976de"} 4867 node_network_flags{device="veth8ad3e08"} 4867 node_network_flags{device="veth8ba4909"} 4867 node_network_flags{device="veth8c5b58a"} 4867 node_network_flags{device="veth8c77172"} 4867 node_network_flags{device="veth8e9752f"} 4867 node_network_flags{device="veth8ee2bf2"} 4867 node_network_flags{device="veth970153a"} 4867 node_network_flags{device="veth97b739c"} 4867 node_network_flags{device="veth980e0d6"} 4867 node_network_flags{device="veth9e31ae2"} 4867 node_network_flags{device="veth9ff81b1"} 4867 node_network_flags{device="vetha005716"} 4867 node_network_flags{device="vetha328a00"} 4867 node_network_flags{device="vetha38a0a5"} 4867 node_network_flags{device="vetha42d075"} 4867 node_network_flags{device="vethaa201e8"} 4867 node_network_flags{device="vethab475e0"} 4867 node_network_flags{device="vethac48cf5"} 4867 node_network_flags{device="vethadde449"} 4867 node_network_flags{device="vethaf22296"} 4867 node_network_flags{device="vethaf43d3c"} 4867 node_network_flags{device="vethb094914"} 4867 node_network_flags{device="vethb11abf2"} 4867 node_network_flags{device="vethb1a51b9"} 4867 node_network_flags{device="vethb3f6289"} 4867 node_network_flags{device="vethb57a504"} 4867 node_network_flags{device="vethb6b6059"} 4867 node_network_flags{device="vethb9711cc"} 4867 node_network_flags{device="vethbbafdd5"} 4867 node_network_flags{device="vethbe02f5c"} 4867 node_network_flags{device="vethbe49040"} 4867 node_network_flags{device="vethc3a91cc"} 4867 node_network_flags{device="vethc462a78"} 4867 node_network_flags{device="vethc863ebe"} 4867 node_network_flags{device="vethc88ee41"} 4867 node_network_flags{device="vethc8a0de9"} 4867 node_network_flags{device="vethc8d897b"} 4867 node_network_flags{device="vethc965258"} 4867 node_network_flags{device="vethc9825ed"} 4867 node_network_flags{device="vethc9e4d8d"} 4867 node_network_flags{device="vethcb2611b"} 4867 node_network_flags{device="vethcb5dfad"} 4867 node_network_flags{device="vethccc59ae"} 4867 node_network_flags{device="vethce2c824"} 4867 node_network_flags{device="vethce4bd2a"} 4867 node_network_flags{device="vethce5c086"} 4867 node_network_flags{device="vethced832e"} 4867 node_network_flags{device="vethcf39f95"} 4867 node_network_flags{device="vethcfc6c59"} 4867 node_network_flags{device="vethd175d93"} 4867 node_network_flags{device="vethd297e42"} 4867 node_network_flags{device="vethd2a1d3a"} 4867 node_network_flags{device="vethd640b92"} 4867 node_network_flags{device="vethd7dc401"} 4867 node_network_flags{device="vethdafaaf7"} 4867 node_network_flags{device="vethdbda231"} 4867 node_network_flags{device="vethdbe575e"} 4867 node_network_flags{device="vethde749cb"} 4867 node_network_flags{device="vethe135d12"} 4867 node_network_flags{device="vethe17211e"} 4867 node_network_flags{device="vethe2c5731"} 4867 node_network_flags{device="vethe41537a"} 4867 node_network_flags{device="vethe58f425"} 4867 node_network_flags{device="vethe68e577"} 4867 node_network_flags{device="vethe7260e2"} 4867 node_network_flags{device="vethe7d1fc6"} 4867 node_network_flags{device="vethea4a209"} 4867 node_network_flags{device="vethec63427"} 4867 node_network_flags{device="vethed0b6ba"} 4867 node_network_flags{device="vethee8a542"} 4867 node_network_flags{device="vethf05f0fd"} 4867 node_network_flags{device="vethf478f47"} 4867 node_network_flags{device="vethf4ef1a1"} 4867 node_network_flags{device="vethf54703c"} 4867 node_network_flags{device="vethf5fa974"} 4867 node_network_flags{device="vethf96b0a5"} 4867 node_network_flags{device="vethfdd6287"} 4867 node_network_flags{device="vethfec958f"} 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="veth02c2ee2"} 32 node_network_iface_id{device="veth0363e8e"} 8597 node_network_iface_id{device="veth0458d6c"} 202265 node_network_iface_id{device="veth04811d4"} 39 node_network_iface_id{device="veth04e134c"} 7837 node_network_iface_id{device="veth06551c6"} 1.018744e+06 node_network_iface_id{device="veth0983ec1"} 8606 node_network_iface_id{device="veth0d4969b"} 8604 node_network_iface_id{device="veth0d51f3a"} 354167 node_network_iface_id{device="veth0dc1806"} 97 node_network_iface_id{device="veth106766d"} 1.018736e+06 node_network_iface_id{device="veth12e710f"} 1.01878e+06 node_network_iface_id{device="veth13d497b"} 7848 node_network_iface_id{device="veth140b313"} 7852 node_network_iface_id{device="veth17f1d8a"} 1.016158e+06 node_network_iface_id{device="veth1b5784b"} 1.016176e+06 node_network_iface_id{device="veth1c0a8bf"} 1.016178e+06 node_network_iface_id{device="veth1df3caa"} 202238 node_network_iface_id{device="veth1e03f09"} 7842 node_network_iface_id{device="veth1f25339"} 202258 node_network_iface_id{device="veth20a8b8e"} 7840 node_network_iface_id{device="veth225b651"} 202261 node_network_iface_id{device="veth22f832c"} 1.016181e+06 node_network_iface_id{device="veth234b621"} 1.018735e+06 node_network_iface_id{device="veth23915ec"} 102 node_network_iface_id{device="veth25c0ce8"} 716434 node_network_iface_id{device="veth280b87e"} 1.101737e+06 node_network_iface_id{device="veth287fee9"} 7843 node_network_iface_id{device="veth29a61a8"} 202269 node_network_iface_id{device="veth2b34a6d"} 1.016173e+06 node_network_iface_id{device="veth2cfaeff"} 1.016166e+06 node_network_iface_id{device="veth2d4dc03"} 338166 node_network_iface_id{device="veth2dd3288"} 8590 node_network_iface_id{device="veth2ee1684"} 63 node_network_iface_id{device="veth30673ee"} 1.018773e+06 node_network_iface_id{device="veth3107bc1"} 1.016161e+06 node_network_iface_id{device="veth34c3bbe"} 431837 node_network_iface_id{device="veth35140bc"} 7839 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="veth3ae94f8"} 1.018797e+06 node_network_iface_id{device="veth3f3da42"} 1394 node_network_iface_id{device="veth3f87dfa"} 1.018742e+06 node_network_iface_id{device="veth409b936"} 338159 node_network_iface_id{device="veth41d413f"} 492543 node_network_iface_id{device="veth420e02a"} 333809 node_network_iface_id{device="veth4289883"} 7841 node_network_iface_id{device="veth42e42c6"} 202257 node_network_iface_id{device="veth43635a1"} 1.018745e+06 node_network_iface_id{device="veth48a2b92"} 716431 node_network_iface_id{device="veth4a02a92"} 1.018777e+06 node_network_iface_id{device="veth4b8eff5"} 8602 node_network_iface_id{device="veth4be3982"} 1.108612e+06 node_network_iface_id{device="veth4cc0ccd"} 1.101735e+06 node_network_iface_id{device="veth501cea0"} 1.018785e+06 node_network_iface_id{device="veth5087deb"} 7855 node_network_iface_id{device="veth511bfa6"} 1.018733e+06 node_network_iface_id{device="veth5462551"} 7849 node_network_iface_id{device="veth54855bb"} 338153 node_network_iface_id{device="veth54949ce"} 1.018731e+06 node_network_iface_id{device="veth5665454"} 1.016183e+06 node_network_iface_id{device="veth573d4a1"} 1.016167e+06 node_network_iface_id{device="veth57bc285"} 7835 node_network_iface_id{device="veth591a4e5"} 7851 node_network_iface_id{device="veth5b5f5d8"} 202243 node_network_iface_id{device="veth5cd9d69"} 716432 node_network_iface_id{device="veth5ebd44b"} 202267 node_network_iface_id{device="veth5f86a6e"} 202266 node_network_iface_id{device="veth6097074"} 8598 node_network_iface_id{device="veth6226db0"} 1.01618e+06 node_network_iface_id{device="veth66fe80a"} 8603 node_network_iface_id{device="veth6864a94"} 7846 node_network_iface_id{device="veth68c9de2"} 49 node_network_iface_id{device="veth693d267"} 7850 node_network_iface_id{device="veth6a8db05"} 338160 node_network_iface_id{device="veth6d28251"} 7857 node_network_iface_id{device="veth6d76d2e"} 34 node_network_iface_id{device="veth71f8729"} 338149 node_network_iface_id{device="veth765630e"} 1.018738e+06 node_network_iface_id{device="veth779a9b0"} 8592 node_network_iface_id{device="veth7850cc1"} 1.016171e+06 node_network_iface_id{device="veth7a53c4c"} 7860 node_network_iface_id{device="veth7ad79fd"} 1.01877e+06 node_network_iface_id{device="veth7b68e53"} 8596 node_network_iface_id{device="veth8321f31"} 1.01616e+06 node_network_iface_id{device="veth8362b0e"} 8601 node_network_iface_id{device="veth8490e20"} 338154 node_network_iface_id{device="veth85081c5"} 1.119476e+06 node_network_iface_id{device="veth862c62b"} 338162 node_network_iface_id{device="veth86976de"} 202271 node_network_iface_id{device="veth8ad3e08"} 338150 node_network_iface_id{device="veth8ba4909"} 1.018739e+06 node_network_iface_id{device="veth8c5b58a"} 7858 node_network_iface_id{device="veth8c77172"} 8591 node_network_iface_id{device="veth8e9752f"} 8589 node_network_iface_id{device="veth8ee2bf2"} 8594 node_network_iface_id{device="veth970153a"} 7847 node_network_iface_id{device="veth97b739c"} 7859 node_network_iface_id{device="veth980e0d6"} 82 node_network_iface_id{device="veth9e31ae2"} 338157 node_network_iface_id{device="veth9ff81b1"} 1.016182e+06 node_network_iface_id{device="vetha005716"} 7904 node_network_iface_id{device="vetha328a00"} 115 node_network_iface_id{device="vetha38a0a5"} 1.016174e+06 node_network_iface_id{device="vetha42d075"} 1.01874e+06 node_network_iface_id{device="vethaa201e8"} 7854 node_network_iface_id{device="vethab475e0"} 1.018778e+06 node_network_iface_id{device="vethac48cf5"} 8593 node_network_iface_id{device="vethadde449"} 60 node_network_iface_id{device="vethaf22296"} 1.018779e+06 node_network_iface_id{device="vethaf43d3c"} 202259 node_network_iface_id{device="vethb094914"} 354169 node_network_iface_id{device="vethb11abf2"} 1.016175e+06 node_network_iface_id{device="vethb1a51b9"} 202264 node_network_iface_id{device="vethb3f6289"} 7132 node_network_iface_id{device="vethb57a504"} 1.018772e+06 node_network_iface_id{device="vethb6b6059"} 1.018776e+06 node_network_iface_id{device="vethb9711cc"} 1.018737e+06 node_network_iface_id{device="vethbbafdd5"} 7845 node_network_iface_id{device="vethbe02f5c"} 202263 node_network_iface_id{device="vethbe49040"} 1.018741e+06 node_network_iface_id{device="vethc3a91cc"} 1.108616e+06 node_network_iface_id{device="vethc462a78"} 73 node_network_iface_id{device="vethc863ebe"} 8600 node_network_iface_id{device="vethc88ee41"} 492545 node_network_iface_id{device="vethc8a0de9"} 716424 node_network_iface_id{device="vethc8d897b"} 1.016185e+06 node_network_iface_id{device="vethc965258"} 1.018775e+06 node_network_iface_id{device="vethc9825ed"} 202239 node_network_iface_id{device="vethc9e4d8d"} 7853 node_network_iface_id{device="vethcb2611b"} 1.016163e+06 node_network_iface_id{device="vethcb5dfad"} 57 node_network_iface_id{device="vethccc59ae"} 7844 node_network_iface_id{device="vethce2c824"} 338161 node_network_iface_id{device="vethce4bd2a"} 1.016184e+06 node_network_iface_id{device="vethce5c086"} 1.018786e+06 node_network_iface_id{device="vethced832e"} 202268 node_network_iface_id{device="vethcf39f95"} 1.018783e+06 node_network_iface_id{device="vethcfc6c59"} 1.018728e+06 node_network_iface_id{device="vethd175d93"} 1.016168e+06 node_network_iface_id{device="vethd297e42"} 84 node_network_iface_id{device="vethd2a1d3a"} 1393 node_network_iface_id{device="vethd640b92"} 1.018746e+06 node_network_iface_id{device="vethd7dc401"} 1.018771e+06 node_network_iface_id{device="vethdafaaf7"} 716426 node_network_iface_id{device="vethdbda231"} 19 node_network_iface_id{device="vethdbe575e"} 90 node_network_iface_id{device="vethde749cb"} 1.018781e+06 node_network_iface_id{device="vethe135d12"} 1.016169e+06 node_network_iface_id{device="vethe17211e"} 8605 node_network_iface_id{device="vethe2c5731"} 1.018784e+06 node_network_iface_id{device="vethe41537a"} 1.118901e+06 node_network_iface_id{device="vethe58f425"} 1.01617e+06 node_network_iface_id{device="vethe68e577"} 1.016157e+06 node_network_iface_id{device="vethe7260e2"} 1.018732e+06 node_network_iface_id{device="vethe7d1fc6"} 202260 node_network_iface_id{device="vethea4a209"} 1.016177e+06 node_network_iface_id{device="vethec63427"} 1.018782e+06 node_network_iface_id{device="vethed0b6ba"} 1.018743e+06 node_network_iface_id{device="vethee8a542"} 71 node_network_iface_id{device="vethf05f0fd"} 7836 node_network_iface_id{device="vethf478f47"} 8595 node_network_iface_id{device="vethf4ef1a1"} 68 node_network_iface_id{device="vethf54703c"} 1.016162e+06 node_network_iface_id{device="vethf5fa974"} 202262 node_network_iface_id{device="vethf96b0a5"} 354170 node_network_iface_id{device="vethfdd6287"} 26 node_network_iface_id{device="vethfec958f"} 1.016164e+06 # 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="veth02c2ee2"} 3 node_network_iface_link{device="veth0363e8e"} 2 node_network_iface_link{device="veth0458d6c"} 2 node_network_iface_link{device="veth04811d4"} 2 node_network_iface_link{device="veth04e134c"} 2 node_network_iface_link{device="veth06551c6"} 2 node_network_iface_link{device="veth0983ec1"} 2 node_network_iface_link{device="veth0d4969b"} 2 node_network_iface_link{device="veth0d51f3a"} 2 node_network_iface_link{device="veth0dc1806"} 2 node_network_iface_link{device="veth106766d"} 2 node_network_iface_link{device="veth12e710f"} 2 node_network_iface_link{device="veth13d497b"} 2 node_network_iface_link{device="veth140b313"} 3 node_network_iface_link{device="veth17f1d8a"} 2 node_network_iface_link{device="veth1b5784b"} 2 node_network_iface_link{device="veth1c0a8bf"} 2 node_network_iface_link{device="veth1df3caa"} 2 node_network_iface_link{device="veth1e03f09"} 2 node_network_iface_link{device="veth1f25339"} 2 node_network_iface_link{device="veth20a8b8e"} 2 node_network_iface_link{device="veth225b651"} 2 node_network_iface_link{device="veth22f832c"} 2 node_network_iface_link{device="veth234b621"} 2 node_network_iface_link{device="veth23915ec"} 2 node_network_iface_link{device="veth25c0ce8"} 2 node_network_iface_link{device="veth280b87e"} 2 node_network_iface_link{device="veth287fee9"} 2 node_network_iface_link{device="veth29a61a8"} 2 node_network_iface_link{device="veth2b34a6d"} 2 node_network_iface_link{device="veth2cfaeff"} 2 node_network_iface_link{device="veth2d4dc03"} 3 node_network_iface_link{device="veth2dd3288"} 2 node_network_iface_link{device="veth2ee1684"} 2 node_network_iface_link{device="veth30673ee"} 2 node_network_iface_link{device="veth3107bc1"} 2 node_network_iface_link{device="veth34c3bbe"} 2 node_network_iface_link{device="veth35140bc"} 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="veth3ae94f8"} 2 node_network_iface_link{device="veth3f3da42"} 3 node_network_iface_link{device="veth3f87dfa"} 2 node_network_iface_link{device="veth409b936"} 2 node_network_iface_link{device="veth41d413f"} 2 node_network_iface_link{device="veth420e02a"} 2 node_network_iface_link{device="veth4289883"} 2 node_network_iface_link{device="veth42e42c6"} 2 node_network_iface_link{device="veth43635a1"} 2 node_network_iface_link{device="veth48a2b92"} 2 node_network_iface_link{device="veth4a02a92"} 2 node_network_iface_link{device="veth4b8eff5"} 2 node_network_iface_link{device="veth4be3982"} 2 node_network_iface_link{device="veth4cc0ccd"} 2 node_network_iface_link{device="veth501cea0"} 2 node_network_iface_link{device="veth5087deb"} 2 node_network_iface_link{device="veth511bfa6"} 2 node_network_iface_link{device="veth5462551"} 2 node_network_iface_link{device="veth54855bb"} 2 node_network_iface_link{device="veth54949ce"} 2 node_network_iface_link{device="veth5665454"} 2 node_network_iface_link{device="veth573d4a1"} 2 node_network_iface_link{device="veth57bc285"} 2 node_network_iface_link{device="veth591a4e5"} 2 node_network_iface_link{device="veth5b5f5d8"} 2 node_network_iface_link{device="veth5cd9d69"} 2 node_network_iface_link{device="veth5ebd44b"} 2 node_network_iface_link{device="veth5f86a6e"} 2 node_network_iface_link{device="veth6097074"} 2 node_network_iface_link{device="veth6226db0"} 2 node_network_iface_link{device="veth66fe80a"} 2 node_network_iface_link{device="veth6864a94"} 2 node_network_iface_link{device="veth68c9de2"} 2 node_network_iface_link{device="veth693d267"} 2 node_network_iface_link{device="veth6a8db05"} 2 node_network_iface_link{device="veth6d28251"} 2 node_network_iface_link{device="veth6d76d2e"} 2 node_network_iface_link{device="veth71f8729"} 2 node_network_iface_link{device="veth765630e"} 2 node_network_iface_link{device="veth779a9b0"} 2 node_network_iface_link{device="veth7850cc1"} 3 node_network_iface_link{device="veth7a53c4c"} 2 node_network_iface_link{device="veth7ad79fd"} 2 node_network_iface_link{device="veth7b68e53"} 2 node_network_iface_link{device="veth8321f31"} 2 node_network_iface_link{device="veth8362b0e"} 2 node_network_iface_link{device="veth8490e20"} 2 node_network_iface_link{device="veth85081c5"} 2 node_network_iface_link{device="veth862c62b"} 2 node_network_iface_link{device="veth86976de"} 2 node_network_iface_link{device="veth8ad3e08"} 2 node_network_iface_link{device="veth8ba4909"} 2 node_network_iface_link{device="veth8c5b58a"} 2 node_network_iface_link{device="veth8c77172"} 2 node_network_iface_link{device="veth8e9752f"} 2 node_network_iface_link{device="veth8ee2bf2"} 2 node_network_iface_link{device="veth970153a"} 2 node_network_iface_link{device="veth97b739c"} 2 node_network_iface_link{device="veth980e0d6"} 2 node_network_iface_link{device="veth9e31ae2"} 2 node_network_iface_link{device="veth9ff81b1"} 2 node_network_iface_link{device="vetha005716"} 2 node_network_iface_link{device="vetha328a00"} 2 node_network_iface_link{device="vetha38a0a5"} 2 node_network_iface_link{device="vetha42d075"} 2 node_network_iface_link{device="vethaa201e8"} 2 node_network_iface_link{device="vethab475e0"} 2 node_network_iface_link{device="vethac48cf5"} 3 node_network_iface_link{device="vethadde449"} 2 node_network_iface_link{device="vethaf22296"} 2 node_network_iface_link{device="vethaf43d3c"} 2 node_network_iface_link{device="vethb094914"} 3 node_network_iface_link{device="vethb11abf2"} 2 node_network_iface_link{device="vethb1a51b9"} 2 node_network_iface_link{device="vethb3f6289"} 2 node_network_iface_link{device="vethb57a504"} 2 node_network_iface_link{device="vethb6b6059"} 2 node_network_iface_link{device="vethb9711cc"} 2 node_network_iface_link{device="vethbbafdd5"} 2 node_network_iface_link{device="vethbe02f5c"} 2 node_network_iface_link{device="vethbe49040"} 2 node_network_iface_link{device="vethc3a91cc"} 2 node_network_iface_link{device="vethc462a78"} 2 node_network_iface_link{device="vethc863ebe"} 2 node_network_iface_link{device="vethc88ee41"} 2 node_network_iface_link{device="vethc8a0de9"} 2 node_network_iface_link{device="vethc8d897b"} 2 node_network_iface_link{device="vethc965258"} 2 node_network_iface_link{device="vethc9825ed"} 3 node_network_iface_link{device="vethc9e4d8d"} 2 node_network_iface_link{device="vethcb2611b"} 2 node_network_iface_link{device="vethcb5dfad"} 2 node_network_iface_link{device="vethccc59ae"} 2 node_network_iface_link{device="vethce2c824"} 2 node_network_iface_link{device="vethce4bd2a"} 2 node_network_iface_link{device="vethce5c086"} 3 node_network_iface_link{device="vethced832e"} 2 node_network_iface_link{device="vethcf39f95"} 2 node_network_iface_link{device="vethcfc6c59"} 2 node_network_iface_link{device="vethd175d93"} 2 node_network_iface_link{device="vethd297e42"} 3 node_network_iface_link{device="vethd2a1d3a"} 2 node_network_iface_link{device="vethd640b92"} 3 node_network_iface_link{device="vethd7dc401"} 2 node_network_iface_link{device="vethdafaaf7"} 2 node_network_iface_link{device="vethdbda231"} 2 node_network_iface_link{device="vethdbe575e"} 2 node_network_iface_link{device="vethde749cb"} 2 node_network_iface_link{device="vethe135d12"} 2 node_network_iface_link{device="vethe17211e"} 2 node_network_iface_link{device="vethe2c5731"} 2 node_network_iface_link{device="vethe41537a"} 2 node_network_iface_link{device="vethe58f425"} 2 node_network_iface_link{device="vethe68e577"} 2 node_network_iface_link{device="vethe7260e2"} 2 node_network_iface_link{device="vethe7d1fc6"} 2 node_network_iface_link{device="vethea4a209"} 2 node_network_iface_link{device="vethec63427"} 2 node_network_iface_link{device="vethed0b6ba"} 2 node_network_iface_link{device="vethee8a542"} 3 node_network_iface_link{device="vethf05f0fd"} 2 node_network_iface_link{device="vethf478f47"} 2 node_network_iface_link{device="vethf4ef1a1"} 2 node_network_iface_link{device="vethf54703c"} 2 node_network_iface_link{device="vethf5fa974"} 2 node_network_iface_link{device="vethf96b0a5"} 2 node_network_iface_link{device="vethfdd6287"} 2 node_network_iface_link{device="vethfec958f"} 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="veth02c2ee2"} 0 node_network_iface_link_mode{device="veth0363e8e"} 0 node_network_iface_link_mode{device="veth0458d6c"} 0 node_network_iface_link_mode{device="veth04811d4"} 0 node_network_iface_link_mode{device="veth04e134c"} 0 node_network_iface_link_mode{device="veth06551c6"} 0 node_network_iface_link_mode{device="veth0983ec1"} 0 node_network_iface_link_mode{device="veth0d4969b"} 0 node_network_iface_link_mode{device="veth0d51f3a"} 0 node_network_iface_link_mode{device="veth0dc1806"} 0 node_network_iface_link_mode{device="veth106766d"} 0 node_network_iface_link_mode{device="veth12e710f"} 0 node_network_iface_link_mode{device="veth13d497b"} 0 node_network_iface_link_mode{device="veth140b313"} 0 node_network_iface_link_mode{device="veth17f1d8a"} 0 node_network_iface_link_mode{device="veth1b5784b"} 0 node_network_iface_link_mode{device="veth1c0a8bf"} 0 node_network_iface_link_mode{device="veth1df3caa"} 0 node_network_iface_link_mode{device="veth1e03f09"} 0 node_network_iface_link_mode{device="veth1f25339"} 0 node_network_iface_link_mode{device="veth20a8b8e"} 0 node_network_iface_link_mode{device="veth225b651"} 0 node_network_iface_link_mode{device="veth22f832c"} 0 node_network_iface_link_mode{device="veth234b621"} 0 node_network_iface_link_mode{device="veth23915ec"} 0 node_network_iface_link_mode{device="veth25c0ce8"} 0 node_network_iface_link_mode{device="veth280b87e"} 0 node_network_iface_link_mode{device="veth287fee9"} 0 node_network_iface_link_mode{device="veth29a61a8"} 0 node_network_iface_link_mode{device="veth2b34a6d"} 0 node_network_iface_link_mode{device="veth2cfaeff"} 0 node_network_iface_link_mode{device="veth2d4dc03"} 0 node_network_iface_link_mode{device="veth2dd3288"} 0 node_network_iface_link_mode{device="veth2ee1684"} 0 node_network_iface_link_mode{device="veth30673ee"} 0 node_network_iface_link_mode{device="veth3107bc1"} 0 node_network_iface_link_mode{device="veth34c3bbe"} 0 node_network_iface_link_mode{device="veth35140bc"} 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="veth3ae94f8"} 0 node_network_iface_link_mode{device="veth3f3da42"} 0 node_network_iface_link_mode{device="veth3f87dfa"} 0 node_network_iface_link_mode{device="veth409b936"} 0 node_network_iface_link_mode{device="veth41d413f"} 0 node_network_iface_link_mode{device="veth420e02a"} 0 node_network_iface_link_mode{device="veth4289883"} 0 node_network_iface_link_mode{device="veth42e42c6"} 0 node_network_iface_link_mode{device="veth43635a1"} 0 node_network_iface_link_mode{device="veth48a2b92"} 0 node_network_iface_link_mode{device="veth4a02a92"} 0 node_network_iface_link_mode{device="veth4b8eff5"} 0 node_network_iface_link_mode{device="veth4be3982"} 0 node_network_iface_link_mode{device="veth4cc0ccd"} 0 node_network_iface_link_mode{device="veth501cea0"} 0 node_network_iface_link_mode{device="veth5087deb"} 0 node_network_iface_link_mode{device="veth511bfa6"} 0 node_network_iface_link_mode{device="veth5462551"} 0 node_network_iface_link_mode{device="veth54855bb"} 0 node_network_iface_link_mode{device="veth54949ce"} 0 node_network_iface_link_mode{device="veth5665454"} 0 node_network_iface_link_mode{device="veth573d4a1"} 0 node_network_iface_link_mode{device="veth57bc285"} 0 node_network_iface_link_mode{device="veth591a4e5"} 0 node_network_iface_link_mode{device="veth5b5f5d8"} 0 node_network_iface_link_mode{device="veth5cd9d69"} 0 node_network_iface_link_mode{device="veth5ebd44b"} 0 node_network_iface_link_mode{device="veth5f86a6e"} 0 node_network_iface_link_mode{device="veth6097074"} 0 node_network_iface_link_mode{device="veth6226db0"} 0 node_network_iface_link_mode{device="veth66fe80a"} 0 node_network_iface_link_mode{device="veth6864a94"} 0 node_network_iface_link_mode{device="veth68c9de2"} 0 node_network_iface_link_mode{device="veth693d267"} 0 node_network_iface_link_mode{device="veth6a8db05"} 0 node_network_iface_link_mode{device="veth6d28251"} 0 node_network_iface_link_mode{device="veth6d76d2e"} 0 node_network_iface_link_mode{device="veth71f8729"} 0 node_network_iface_link_mode{device="veth765630e"} 0 node_network_iface_link_mode{device="veth779a9b0"} 0 node_network_iface_link_mode{device="veth7850cc1"} 0 node_network_iface_link_mode{device="veth7a53c4c"} 0 node_network_iface_link_mode{device="veth7ad79fd"} 0 node_network_iface_link_mode{device="veth7b68e53"} 0 node_network_iface_link_mode{device="veth8321f31"} 0 node_network_iface_link_mode{device="veth8362b0e"} 0 node_network_iface_link_mode{device="veth8490e20"} 0 node_network_iface_link_mode{device="veth85081c5"} 0 node_network_iface_link_mode{device="veth862c62b"} 0 node_network_iface_link_mode{device="veth86976de"} 0 node_network_iface_link_mode{device="veth8ad3e08"} 0 node_network_iface_link_mode{device="veth8ba4909"} 0 node_network_iface_link_mode{device="veth8c5b58a"} 0 node_network_iface_link_mode{device="veth8c77172"} 0 node_network_iface_link_mode{device="veth8e9752f"} 0 node_network_iface_link_mode{device="veth8ee2bf2"} 0 node_network_iface_link_mode{device="veth970153a"} 0 node_network_iface_link_mode{device="veth97b739c"} 0 node_network_iface_link_mode{device="veth980e0d6"} 0 node_network_iface_link_mode{device="veth9e31ae2"} 0 node_network_iface_link_mode{device="veth9ff81b1"} 0 node_network_iface_link_mode{device="vetha005716"} 0 node_network_iface_link_mode{device="vetha328a00"} 0 node_network_iface_link_mode{device="vetha38a0a5"} 0 node_network_iface_link_mode{device="vetha42d075"} 0 node_network_iface_link_mode{device="vethaa201e8"} 0 node_network_iface_link_mode{device="vethab475e0"} 0 node_network_iface_link_mode{device="vethac48cf5"} 0 node_network_iface_link_mode{device="vethadde449"} 0 node_network_iface_link_mode{device="vethaf22296"} 0 node_network_iface_link_mode{device="vethaf43d3c"} 0 node_network_iface_link_mode{device="vethb094914"} 0 node_network_iface_link_mode{device="vethb11abf2"} 0 node_network_iface_link_mode{device="vethb1a51b9"} 0 node_network_iface_link_mode{device="vethb3f6289"} 0 node_network_iface_link_mode{device="vethb57a504"} 0 node_network_iface_link_mode{device="vethb6b6059"} 0 node_network_iface_link_mode{device="vethb9711cc"} 0 node_network_iface_link_mode{device="vethbbafdd5"} 0 node_network_iface_link_mode{device="vethbe02f5c"} 0 node_network_iface_link_mode{device="vethbe49040"} 0 node_network_iface_link_mode{device="vethc3a91cc"} 0 node_network_iface_link_mode{device="vethc462a78"} 0 node_network_iface_link_mode{device="vethc863ebe"} 0 node_network_iface_link_mode{device="vethc88ee41"} 0 node_network_iface_link_mode{device="vethc8a0de9"} 0 node_network_iface_link_mode{device="vethc8d897b"} 0 node_network_iface_link_mode{device="vethc965258"} 0 node_network_iface_link_mode{device="vethc9825ed"} 0 node_network_iface_link_mode{device="vethc9e4d8d"} 0 node_network_iface_link_mode{device="vethcb2611b"} 0 node_network_iface_link_mode{device="vethcb5dfad"} 0 node_network_iface_link_mode{device="vethccc59ae"} 0 node_network_iface_link_mode{device="vethce2c824"} 0 node_network_iface_link_mode{device="vethce4bd2a"} 0 node_network_iface_link_mode{device="vethce5c086"} 0 node_network_iface_link_mode{device="vethced832e"} 0 node_network_iface_link_mode{device="vethcf39f95"} 0 node_network_iface_link_mode{device="vethcfc6c59"} 0 node_network_iface_link_mode{device="vethd175d93"} 0 node_network_iface_link_mode{device="vethd297e42"} 0 node_network_iface_link_mode{device="vethd2a1d3a"} 0 node_network_iface_link_mode{device="vethd640b92"} 0 node_network_iface_link_mode{device="vethd7dc401"} 0 node_network_iface_link_mode{device="vethdafaaf7"} 0 node_network_iface_link_mode{device="vethdbda231"} 0 node_network_iface_link_mode{device="vethdbe575e"} 0 node_network_iface_link_mode{device="vethde749cb"} 0 node_network_iface_link_mode{device="vethe135d12"} 0 node_network_iface_link_mode{device="vethe17211e"} 0 node_network_iface_link_mode{device="vethe2c5731"} 0 node_network_iface_link_mode{device="vethe41537a"} 0 node_network_iface_link_mode{device="vethe58f425"} 0 node_network_iface_link_mode{device="vethe68e577"} 0 node_network_iface_link_mode{device="vethe7260e2"} 0 node_network_iface_link_mode{device="vethe7d1fc6"} 0 node_network_iface_link_mode{device="vethea4a209"} 0 node_network_iface_link_mode{device="vethec63427"} 0 node_network_iface_link_mode{device="vethed0b6ba"} 0 node_network_iface_link_mode{device="vethee8a542"} 0 node_network_iface_link_mode{device="vethf05f0fd"} 0 node_network_iface_link_mode{device="vethf478f47"} 0 node_network_iface_link_mode{device="vethf4ef1a1"} 0 node_network_iface_link_mode{device="vethf54703c"} 0 node_network_iface_link_mode{device="vethf5fa974"} 0 node_network_iface_link_mode{device="vethf96b0a5"} 0 node_network_iface_link_mode{device="vethfdd6287"} 0 node_network_iface_link_mode{device="vethfec958f"} 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:57:d2:52:91:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcfc6c59",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:b0:e6:27:95:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3a91cc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:ed:e0:18:bd:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1a51b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="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:b4:69:15:73:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5cd9d69",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:d5:15:83:6d:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth765630e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:da:b3:80:ea:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7260e2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:f7:58:c5:df:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4be3982",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:d6:ff:5d:cd:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe58f425",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:3c:c7:11:bc:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethea4a209",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:fc:41:eb:41:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth420e02a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:52:22:2c:50:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9e4d8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:56:24:52:95:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth29a61a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:66:53:b0:03:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaa201e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:e0:99:9a:7b:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethccc59ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:02:d8:10:d9:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ad32afc14aee",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="16:04:bb:eb:8a:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e03f09",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:36:ba:37:72:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth779a9b0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:5c:b8:4c:39:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth02c2ee2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:0c:5b:d2:4b:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ee2bf2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:0d:fc:f1:45:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8490e20",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:3b:e9:9c:27:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdbe575e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:4b:d6:bf:d8:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d4dc03",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:7a:f7:d8:76:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a0144fd8fc9b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="1a:d7:63:28:a8:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ae94f8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:96:46:77:e6:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b5f5d8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:57:b4:27:c7:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2cfaeff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:b0:0e:21:20:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb094914",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:01:40:fa:70:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5462551",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:32:cc:62:db:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41d413f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:3d:c1:6c:d4:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth591a4e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:ba:c9:1f:8e:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cb5c60e04531",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2e:e9:a6:3f:dc:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth85081c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:ee:74:40:1c:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth25c0ce8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:02:6f:02:88:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth66fe80a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:24:d5:83:a6:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth42e42c6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:72:83:e0:14:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth97b739c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:a2:d0:0c:62:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3738b60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:a5:ca:38:6a:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc863ebe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:14:78:33:ab:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a8db05",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:1e:c7:83:c4:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth693d267",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36: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:17:93:e9:1c:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth501cea0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:45:e8:dd:aa:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth22f832c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:6c:7f:49:dc:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth43635a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:e2:66:cb:f0:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7d1fc6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:31:6d:f2:ef:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6097074",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:c0:11:65:86:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf478f47",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="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: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:6c:3a:14:37:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d28251",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:a3:84:fd:0f:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-43b824a2bee3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="4e:70:19:96:5d:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4cc0ccd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:72:44:66:9b:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf96b0a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:2e:40:c9:d1:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b34a6d",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:c2:19:42:74:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth409b936",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:dc:eb:2d:ca:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd297e42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:3f:99:40:3b:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaf43d3c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:71:43:ce:88:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-17075da66b69",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="5a:d7:bf:90:f6:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth980e0d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:14:63:35:0d:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c77172",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:97:9b:ec:4f:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe68e577",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:f8:2a:a8:33:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5ebd44b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:7d:85:bf:0d:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth862c62b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:92:33:29:a9:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b68e53",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:dd:9a:8a:1c:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth71f8729",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:44:86:49:dc:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b8eff5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:51:ea:6b:76:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3f6289",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:9a:7b:51:eb:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ee1684",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:a6:e4:73:26:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2dd3288",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:a5:02:76:7a:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth140b313",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:aa:63:e2:22:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35140bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:c2:76:7e:e9:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd175d93",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:61:70:9b:d1:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth234b621",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:69:81:b8:2d:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcb5dfad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:de:cc:0b:6b:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c5b58a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:8c:f8:cc:af:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0dc1806",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:b6:63:54:bf:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdbda231",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:dc:e4:1b:83:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth287fee9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:00:16:c3:05:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9825ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:26:59:d3:00:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68c9de2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:2f:51:3d:f9:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b5784b",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:8b:70:45:be:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f87dfa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:8c:b5:fc:a7:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f25339",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:5f:e6:cf:2e:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe49040",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:73:7e:78:62:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethde749cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:89:0c:ee:cc:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha42d075",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:bf:39:d5:3b:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab475e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:09:20:92:3b:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth06551c6",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:25:e9:2b:ea:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6226db0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:41:21:cc:0e:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc965258",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:47:e6:fc:d0:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaf22296",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:3f:ce:8e:53:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb57a504",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:73:4b:7c:c6:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethec63427",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:c8:5b:8c:5a:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe41537a",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: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:c2:4b:9a:56:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth12e710f",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:26:1b:5e:e1:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4a02a92",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:51:71:97:1b:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe135d12",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:93:86:a6:c3:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7850cc1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:a8:85:10:f1:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb11abf2",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:24:8a:5f:81:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8d897b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:62:1c:c2:98:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5665454",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:7d:5b:b0:e4:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d51f3a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:84:c4:03:4b:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1df3caa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:a5:73:6e:89:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd640b92",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:79:9d:c4:71:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth17f1d8a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:a6:ab:aa:dc:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth34c3bbe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:c6:e5:e4:33:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2c5731",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:0a:49:1d:ce:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdafaaf7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:38:fd:e5:ed:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth225b651",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:cb:d7:b9:1b:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf5fa974",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba: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:e7:45:4f:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce5c086",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="ba:f1:76:51:e3:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfec958f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:9f:cc:b4:ee:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth86976de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:af:cc:0a:52:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcf39f95",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:50:39:50:8e:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethed0b6ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:87:73:58:1f:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf54703c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:c0:42:44:07:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8321f31",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:fc:97:d8:7e:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20a8b8e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:fe:e5:65:d8:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f86a6e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:31:72:33:9d:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6864a94",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:6c:7a:3a:83:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe02f5c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:8f:7c:a0:9e:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth39390d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:9b:a2:24:97:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a53c4c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:37:8c:1d:49:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8a0de9",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:13:6e:6e:ea:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb9711cc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:40:c2:a6:3b:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48a2b92",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:84:81:a1:4f:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth30673ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:e3:ab:bc:12:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8e9752f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:12:2d:68:0e:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce4bd2a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:7f:79:09:d5:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ad3e08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:a5:bc:2c:d7:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethced832e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da: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:df:f3:8e:41:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb6b6059",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:6c:f6:65:4e:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd7dc401",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="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:74:6b:20:d4:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha38a0a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:82:d6:99:f6:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth280b87e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:b1:14:82:cd:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54949ce",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:cc:5b:23:59:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0983ec1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:eb:5e:b9:e9:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5087deb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:8a:3c:e7:65:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e31ae2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:ae:ff:a8:a4:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth573d4a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:00:b7:3c:24:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ad79fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:c6:24:94:59:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ba4909",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="ea:d9:a8:d6:9e:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ff81b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:1a:e2:11:ba:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcb2611b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:1e:88:0b:1a:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce2c824",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:73:55:aa:b4:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc88ee41",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:90:23:91:1c:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth57bc285",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:cf:62:77:07:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3107bc1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:4f:db:bd:f7:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1c0a8bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:6a:3b:9d:40:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54855bb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:a1:b4:51:65:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1ec8a57c0693",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="f6:f1:e3:4b:4e:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2a1d3a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:5b:75:3f:f7:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth106766d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:8b:f5:fe:b8:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0458d6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:0d:b2:81:10:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf05f0fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe: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:90:7e:cd:7b:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth511bfa6",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="veth02c2ee2"} 1500 node_network_mtu_bytes{device="veth0363e8e"} 1500 node_network_mtu_bytes{device="veth0458d6c"} 1500 node_network_mtu_bytes{device="veth04811d4"} 1500 node_network_mtu_bytes{device="veth04e134c"} 1500 node_network_mtu_bytes{device="veth06551c6"} 1500 node_network_mtu_bytes{device="veth0983ec1"} 1500 node_network_mtu_bytes{device="veth0d4969b"} 1500 node_network_mtu_bytes{device="veth0d51f3a"} 1500 node_network_mtu_bytes{device="veth0dc1806"} 1500 node_network_mtu_bytes{device="veth106766d"} 1500 node_network_mtu_bytes{device="veth12e710f"} 1500 node_network_mtu_bytes{device="veth13d497b"} 1500 node_network_mtu_bytes{device="veth140b313"} 1500 node_network_mtu_bytes{device="veth17f1d8a"} 1500 node_network_mtu_bytes{device="veth1b5784b"} 1500 node_network_mtu_bytes{device="veth1c0a8bf"} 1500 node_network_mtu_bytes{device="veth1df3caa"} 1500 node_network_mtu_bytes{device="veth1e03f09"} 1500 node_network_mtu_bytes{device="veth1f25339"} 1500 node_network_mtu_bytes{device="veth20a8b8e"} 1500 node_network_mtu_bytes{device="veth225b651"} 1500 node_network_mtu_bytes{device="veth22f832c"} 1500 node_network_mtu_bytes{device="veth234b621"} 1500 node_network_mtu_bytes{device="veth23915ec"} 1500 node_network_mtu_bytes{device="veth25c0ce8"} 1500 node_network_mtu_bytes{device="veth280b87e"} 1500 node_network_mtu_bytes{device="veth287fee9"} 1500 node_network_mtu_bytes{device="veth29a61a8"} 1500 node_network_mtu_bytes{device="veth2b34a6d"} 1500 node_network_mtu_bytes{device="veth2cfaeff"} 1500 node_network_mtu_bytes{device="veth2d4dc03"} 1500 node_network_mtu_bytes{device="veth2dd3288"} 1500 node_network_mtu_bytes{device="veth2ee1684"} 1500 node_network_mtu_bytes{device="veth30673ee"} 1500 node_network_mtu_bytes{device="veth3107bc1"} 1500 node_network_mtu_bytes{device="veth34c3bbe"} 1500 node_network_mtu_bytes{device="veth35140bc"} 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="veth3ae94f8"} 1500 node_network_mtu_bytes{device="veth3f3da42"} 1500 node_network_mtu_bytes{device="veth3f87dfa"} 1500 node_network_mtu_bytes{device="veth409b936"} 1500 node_network_mtu_bytes{device="veth41d413f"} 1500 node_network_mtu_bytes{device="veth420e02a"} 1500 node_network_mtu_bytes{device="veth4289883"} 1500 node_network_mtu_bytes{device="veth42e42c6"} 1500 node_network_mtu_bytes{device="veth43635a1"} 1500 node_network_mtu_bytes{device="veth48a2b92"} 1500 node_network_mtu_bytes{device="veth4a02a92"} 1500 node_network_mtu_bytes{device="veth4b8eff5"} 1500 node_network_mtu_bytes{device="veth4be3982"} 1500 node_network_mtu_bytes{device="veth4cc0ccd"} 1500 node_network_mtu_bytes{device="veth501cea0"} 1500 node_network_mtu_bytes{device="veth5087deb"} 1500 node_network_mtu_bytes{device="veth511bfa6"} 1500 node_network_mtu_bytes{device="veth5462551"} 1500 node_network_mtu_bytes{device="veth54855bb"} 1500 node_network_mtu_bytes{device="veth54949ce"} 1500 node_network_mtu_bytes{device="veth5665454"} 1500 node_network_mtu_bytes{device="veth573d4a1"} 1500 node_network_mtu_bytes{device="veth57bc285"} 1500 node_network_mtu_bytes{device="veth591a4e5"} 1500 node_network_mtu_bytes{device="veth5b5f5d8"} 1500 node_network_mtu_bytes{device="veth5cd9d69"} 1500 node_network_mtu_bytes{device="veth5ebd44b"} 1500 node_network_mtu_bytes{device="veth5f86a6e"} 1500 node_network_mtu_bytes{device="veth6097074"} 1500 node_network_mtu_bytes{device="veth6226db0"} 1500 node_network_mtu_bytes{device="veth66fe80a"} 1500 node_network_mtu_bytes{device="veth6864a94"} 1500 node_network_mtu_bytes{device="veth68c9de2"} 1500 node_network_mtu_bytes{device="veth693d267"} 1500 node_network_mtu_bytes{device="veth6a8db05"} 1500 node_network_mtu_bytes{device="veth6d28251"} 1500 node_network_mtu_bytes{device="veth6d76d2e"} 1500 node_network_mtu_bytes{device="veth71f8729"} 1500 node_network_mtu_bytes{device="veth765630e"} 1500 node_network_mtu_bytes{device="veth779a9b0"} 1500 node_network_mtu_bytes{device="veth7850cc1"} 1500 node_network_mtu_bytes{device="veth7a53c4c"} 1500 node_network_mtu_bytes{device="veth7ad79fd"} 1500 node_network_mtu_bytes{device="veth7b68e53"} 1500 node_network_mtu_bytes{device="veth8321f31"} 1500 node_network_mtu_bytes{device="veth8362b0e"} 1500 node_network_mtu_bytes{device="veth8490e20"} 1500 node_network_mtu_bytes{device="veth85081c5"} 1500 node_network_mtu_bytes{device="veth862c62b"} 1500 node_network_mtu_bytes{device="veth86976de"} 1500 node_network_mtu_bytes{device="veth8ad3e08"} 1500 node_network_mtu_bytes{device="veth8ba4909"} 1500 node_network_mtu_bytes{device="veth8c5b58a"} 1500 node_network_mtu_bytes{device="veth8c77172"} 1500 node_network_mtu_bytes{device="veth8e9752f"} 1500 node_network_mtu_bytes{device="veth8ee2bf2"} 1500 node_network_mtu_bytes{device="veth970153a"} 1500 node_network_mtu_bytes{device="veth97b739c"} 1500 node_network_mtu_bytes{device="veth980e0d6"} 1500 node_network_mtu_bytes{device="veth9e31ae2"} 1500 node_network_mtu_bytes{device="veth9ff81b1"} 1500 node_network_mtu_bytes{device="vetha005716"} 1500 node_network_mtu_bytes{device="vetha328a00"} 1500 node_network_mtu_bytes{device="vetha38a0a5"} 1500 node_network_mtu_bytes{device="vetha42d075"} 1500 node_network_mtu_bytes{device="vethaa201e8"} 1500 node_network_mtu_bytes{device="vethab475e0"} 1500 node_network_mtu_bytes{device="vethac48cf5"} 1500 node_network_mtu_bytes{device="vethadde449"} 1500 node_network_mtu_bytes{device="vethaf22296"} 1500 node_network_mtu_bytes{device="vethaf43d3c"} 1500 node_network_mtu_bytes{device="vethb094914"} 1500 node_network_mtu_bytes{device="vethb11abf2"} 1500 node_network_mtu_bytes{device="vethb1a51b9"} 1500 node_network_mtu_bytes{device="vethb3f6289"} 1500 node_network_mtu_bytes{device="vethb57a504"} 1500 node_network_mtu_bytes{device="vethb6b6059"} 1500 node_network_mtu_bytes{device="vethb9711cc"} 1500 node_network_mtu_bytes{device="vethbbafdd5"} 1500 node_network_mtu_bytes{device="vethbe02f5c"} 1500 node_network_mtu_bytes{device="vethbe49040"} 1500 node_network_mtu_bytes{device="vethc3a91cc"} 1500 node_network_mtu_bytes{device="vethc462a78"} 1500 node_network_mtu_bytes{device="vethc863ebe"} 1500 node_network_mtu_bytes{device="vethc88ee41"} 1500 node_network_mtu_bytes{device="vethc8a0de9"} 1500 node_network_mtu_bytes{device="vethc8d897b"} 1500 node_network_mtu_bytes{device="vethc965258"} 1500 node_network_mtu_bytes{device="vethc9825ed"} 1500 node_network_mtu_bytes{device="vethc9e4d8d"} 1500 node_network_mtu_bytes{device="vethcb2611b"} 1500 node_network_mtu_bytes{device="vethcb5dfad"} 1500 node_network_mtu_bytes{device="vethccc59ae"} 1500 node_network_mtu_bytes{device="vethce2c824"} 1500 node_network_mtu_bytes{device="vethce4bd2a"} 1500 node_network_mtu_bytes{device="vethce5c086"} 1500 node_network_mtu_bytes{device="vethced832e"} 1500 node_network_mtu_bytes{device="vethcf39f95"} 1500 node_network_mtu_bytes{device="vethcfc6c59"} 1500 node_network_mtu_bytes{device="vethd175d93"} 1500 node_network_mtu_bytes{device="vethd297e42"} 1500 node_network_mtu_bytes{device="vethd2a1d3a"} 1500 node_network_mtu_bytes{device="vethd640b92"} 1500 node_network_mtu_bytes{device="vethd7dc401"} 1500 node_network_mtu_bytes{device="vethdafaaf7"} 1500 node_network_mtu_bytes{device="vethdbda231"} 1500 node_network_mtu_bytes{device="vethdbe575e"} 1500 node_network_mtu_bytes{device="vethde749cb"} 1500 node_network_mtu_bytes{device="vethe135d12"} 1500 node_network_mtu_bytes{device="vethe17211e"} 1500 node_network_mtu_bytes{device="vethe2c5731"} 1500 node_network_mtu_bytes{device="vethe41537a"} 1500 node_network_mtu_bytes{device="vethe58f425"} 1500 node_network_mtu_bytes{device="vethe68e577"} 1500 node_network_mtu_bytes{device="vethe7260e2"} 1500 node_network_mtu_bytes{device="vethe7d1fc6"} 1500 node_network_mtu_bytes{device="vethea4a209"} 1500 node_network_mtu_bytes{device="vethec63427"} 1500 node_network_mtu_bytes{device="vethed0b6ba"} 1500 node_network_mtu_bytes{device="vethee8a542"} 1500 node_network_mtu_bytes{device="vethf05f0fd"} 1500 node_network_mtu_bytes{device="vethf478f47"} 1500 node_network_mtu_bytes{device="vethf4ef1a1"} 1500 node_network_mtu_bytes{device="vethf54703c"} 1500 node_network_mtu_bytes{device="vethf5fa974"} 1500 node_network_mtu_bytes{device="vethf96b0a5"} 1500 node_network_mtu_bytes{device="vethfdd6287"} 1500 node_network_mtu_bytes{device="vethfec958f"} 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="veth02c2ee2"} 3 node_network_name_assign_type{device="veth0363e8e"} 3 node_network_name_assign_type{device="veth0458d6c"} 3 node_network_name_assign_type{device="veth04811d4"} 3 node_network_name_assign_type{device="veth04e134c"} 3 node_network_name_assign_type{device="veth06551c6"} 3 node_network_name_assign_type{device="veth0983ec1"} 3 node_network_name_assign_type{device="veth0d4969b"} 3 node_network_name_assign_type{device="veth0d51f3a"} 3 node_network_name_assign_type{device="veth0dc1806"} 3 node_network_name_assign_type{device="veth106766d"} 3 node_network_name_assign_type{device="veth12e710f"} 3 node_network_name_assign_type{device="veth13d497b"} 3 node_network_name_assign_type{device="veth140b313"} 3 node_network_name_assign_type{device="veth17f1d8a"} 3 node_network_name_assign_type{device="veth1b5784b"} 3 node_network_name_assign_type{device="veth1c0a8bf"} 3 node_network_name_assign_type{device="veth1df3caa"} 3 node_network_name_assign_type{device="veth1e03f09"} 3 node_network_name_assign_type{device="veth1f25339"} 3 node_network_name_assign_type{device="veth20a8b8e"} 3 node_network_name_assign_type{device="veth225b651"} 3 node_network_name_assign_type{device="veth22f832c"} 3 node_network_name_assign_type{device="veth234b621"} 3 node_network_name_assign_type{device="veth23915ec"} 3 node_network_name_assign_type{device="veth25c0ce8"} 3 node_network_name_assign_type{device="veth280b87e"} 3 node_network_name_assign_type{device="veth287fee9"} 3 node_network_name_assign_type{device="veth29a61a8"} 3 node_network_name_assign_type{device="veth2b34a6d"} 3 node_network_name_assign_type{device="veth2cfaeff"} 3 node_network_name_assign_type{device="veth2d4dc03"} 3 node_network_name_assign_type{device="veth2dd3288"} 3 node_network_name_assign_type{device="veth2ee1684"} 3 node_network_name_assign_type{device="veth30673ee"} 3 node_network_name_assign_type{device="veth3107bc1"} 3 node_network_name_assign_type{device="veth34c3bbe"} 3 node_network_name_assign_type{device="veth35140bc"} 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="veth3ae94f8"} 3 node_network_name_assign_type{device="veth3f3da42"} 3 node_network_name_assign_type{device="veth3f87dfa"} 3 node_network_name_assign_type{device="veth409b936"} 3 node_network_name_assign_type{device="veth41d413f"} 3 node_network_name_assign_type{device="veth420e02a"} 3 node_network_name_assign_type{device="veth4289883"} 3 node_network_name_assign_type{device="veth42e42c6"} 3 node_network_name_assign_type{device="veth43635a1"} 3 node_network_name_assign_type{device="veth48a2b92"} 3 node_network_name_assign_type{device="veth4a02a92"} 3 node_network_name_assign_type{device="veth4b8eff5"} 3 node_network_name_assign_type{device="veth4be3982"} 3 node_network_name_assign_type{device="veth4cc0ccd"} 3 node_network_name_assign_type{device="veth501cea0"} 3 node_network_name_assign_type{device="veth5087deb"} 3 node_network_name_assign_type{device="veth511bfa6"} 3 node_network_name_assign_type{device="veth5462551"} 3 node_network_name_assign_type{device="veth54855bb"} 3 node_network_name_assign_type{device="veth54949ce"} 3 node_network_name_assign_type{device="veth5665454"} 3 node_network_name_assign_type{device="veth573d4a1"} 3 node_network_name_assign_type{device="veth57bc285"} 3 node_network_name_assign_type{device="veth591a4e5"} 3 node_network_name_assign_type{device="veth5b5f5d8"} 3 node_network_name_assign_type{device="veth5cd9d69"} 3 node_network_name_assign_type{device="veth5ebd44b"} 3 node_network_name_assign_type{device="veth5f86a6e"} 3 node_network_name_assign_type{device="veth6097074"} 3 node_network_name_assign_type{device="veth6226db0"} 3 node_network_name_assign_type{device="veth66fe80a"} 3 node_network_name_assign_type{device="veth6864a94"} 3 node_network_name_assign_type{device="veth68c9de2"} 3 node_network_name_assign_type{device="veth693d267"} 3 node_network_name_assign_type{device="veth6a8db05"} 3 node_network_name_assign_type{device="veth6d28251"} 3 node_network_name_assign_type{device="veth6d76d2e"} 3 node_network_name_assign_type{device="veth71f8729"} 3 node_network_name_assign_type{device="veth765630e"} 3 node_network_name_assign_type{device="veth779a9b0"} 3 node_network_name_assign_type{device="veth7850cc1"} 3 node_network_name_assign_type{device="veth7a53c4c"} 3 node_network_name_assign_type{device="veth7ad79fd"} 3 node_network_name_assign_type{device="veth7b68e53"} 3 node_network_name_assign_type{device="veth8321f31"} 3 node_network_name_assign_type{device="veth8362b0e"} 3 node_network_name_assign_type{device="veth8490e20"} 3 node_network_name_assign_type{device="veth85081c5"} 3 node_network_name_assign_type{device="veth862c62b"} 3 node_network_name_assign_type{device="veth86976de"} 3 node_network_name_assign_type{device="veth8ad3e08"} 3 node_network_name_assign_type{device="veth8ba4909"} 3 node_network_name_assign_type{device="veth8c5b58a"} 3 node_network_name_assign_type{device="veth8c77172"} 3 node_network_name_assign_type{device="veth8e9752f"} 3 node_network_name_assign_type{device="veth8ee2bf2"} 3 node_network_name_assign_type{device="veth970153a"} 3 node_network_name_assign_type{device="veth97b739c"} 3 node_network_name_assign_type{device="veth980e0d6"} 3 node_network_name_assign_type{device="veth9e31ae2"} 3 node_network_name_assign_type{device="veth9ff81b1"} 3 node_network_name_assign_type{device="vetha005716"} 3 node_network_name_assign_type{device="vetha328a00"} 3 node_network_name_assign_type{device="vetha38a0a5"} 3 node_network_name_assign_type{device="vetha42d075"} 3 node_network_name_assign_type{device="vethaa201e8"} 3 node_network_name_assign_type{device="vethab475e0"} 3 node_network_name_assign_type{device="vethac48cf5"} 3 node_network_name_assign_type{device="vethadde449"} 3 node_network_name_assign_type{device="vethaf22296"} 3 node_network_name_assign_type{device="vethaf43d3c"} 3 node_network_name_assign_type{device="vethb094914"} 3 node_network_name_assign_type{device="vethb11abf2"} 3 node_network_name_assign_type{device="vethb1a51b9"} 3 node_network_name_assign_type{device="vethb3f6289"} 3 node_network_name_assign_type{device="vethb57a504"} 3 node_network_name_assign_type{device="vethb6b6059"} 3 node_network_name_assign_type{device="vethb9711cc"} 3 node_network_name_assign_type{device="vethbbafdd5"} 3 node_network_name_assign_type{device="vethbe02f5c"} 3 node_network_name_assign_type{device="vethbe49040"} 3 node_network_name_assign_type{device="vethc3a91cc"} 3 node_network_name_assign_type{device="vethc462a78"} 3 node_network_name_assign_type{device="vethc863ebe"} 3 node_network_name_assign_type{device="vethc88ee41"} 3 node_network_name_assign_type{device="vethc8a0de9"} 3 node_network_name_assign_type{device="vethc8d897b"} 3 node_network_name_assign_type{device="vethc965258"} 3 node_network_name_assign_type{device="vethc9825ed"} 3 node_network_name_assign_type{device="vethc9e4d8d"} 3 node_network_name_assign_type{device="vethcb2611b"} 3 node_network_name_assign_type{device="vethcb5dfad"} 3 node_network_name_assign_type{device="vethccc59ae"} 3 node_network_name_assign_type{device="vethce2c824"} 3 node_network_name_assign_type{device="vethce4bd2a"} 3 node_network_name_assign_type{device="vethce5c086"} 3 node_network_name_assign_type{device="vethced832e"} 3 node_network_name_assign_type{device="vethcf39f95"} 3 node_network_name_assign_type{device="vethcfc6c59"} 3 node_network_name_assign_type{device="vethd175d93"} 3 node_network_name_assign_type{device="vethd297e42"} 3 node_network_name_assign_type{device="vethd2a1d3a"} 3 node_network_name_assign_type{device="vethd640b92"} 3 node_network_name_assign_type{device="vethd7dc401"} 3 node_network_name_assign_type{device="vethdafaaf7"} 3 node_network_name_assign_type{device="vethdbda231"} 3 node_network_name_assign_type{device="vethdbe575e"} 3 node_network_name_assign_type{device="vethde749cb"} 3 node_network_name_assign_type{device="vethe135d12"} 3 node_network_name_assign_type{device="vethe17211e"} 3 node_network_name_assign_type{device="vethe2c5731"} 3 node_network_name_assign_type{device="vethe41537a"} 3 node_network_name_assign_type{device="vethe58f425"} 3 node_network_name_assign_type{device="vethe68e577"} 3 node_network_name_assign_type{device="vethe7260e2"} 3 node_network_name_assign_type{device="vethe7d1fc6"} 3 node_network_name_assign_type{device="vethea4a209"} 3 node_network_name_assign_type{device="vethec63427"} 3 node_network_name_assign_type{device="vethed0b6ba"} 3 node_network_name_assign_type{device="vethee8a542"} 3 node_network_name_assign_type{device="vethf05f0fd"} 3 node_network_name_assign_type{device="vethf478f47"} 3 node_network_name_assign_type{device="vethf4ef1a1"} 3 node_network_name_assign_type{device="vethf54703c"} 3 node_network_name_assign_type{device="vethf5fa974"} 3 node_network_name_assign_type{device="vethf96b0a5"} 3 node_network_name_assign_type{device="vethfdd6287"} 3 node_network_name_assign_type{device="vethfec958f"} 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="veth02c2ee2"} 0 node_network_net_dev_group{device="veth0363e8e"} 0 node_network_net_dev_group{device="veth0458d6c"} 0 node_network_net_dev_group{device="veth04811d4"} 0 node_network_net_dev_group{device="veth04e134c"} 0 node_network_net_dev_group{device="veth06551c6"} 0 node_network_net_dev_group{device="veth0983ec1"} 0 node_network_net_dev_group{device="veth0d4969b"} 0 node_network_net_dev_group{device="veth0d51f3a"} 0 node_network_net_dev_group{device="veth0dc1806"} 0 node_network_net_dev_group{device="veth106766d"} 0 node_network_net_dev_group{device="veth12e710f"} 0 node_network_net_dev_group{device="veth13d497b"} 0 node_network_net_dev_group{device="veth140b313"} 0 node_network_net_dev_group{device="veth17f1d8a"} 0 node_network_net_dev_group{device="veth1b5784b"} 0 node_network_net_dev_group{device="veth1c0a8bf"} 0 node_network_net_dev_group{device="veth1df3caa"} 0 node_network_net_dev_group{device="veth1e03f09"} 0 node_network_net_dev_group{device="veth1f25339"} 0 node_network_net_dev_group{device="veth20a8b8e"} 0 node_network_net_dev_group{device="veth225b651"} 0 node_network_net_dev_group{device="veth22f832c"} 0 node_network_net_dev_group{device="veth234b621"} 0 node_network_net_dev_group{device="veth23915ec"} 0 node_network_net_dev_group{device="veth25c0ce8"} 0 node_network_net_dev_group{device="veth280b87e"} 0 node_network_net_dev_group{device="veth287fee9"} 0 node_network_net_dev_group{device="veth29a61a8"} 0 node_network_net_dev_group{device="veth2b34a6d"} 0 node_network_net_dev_group{device="veth2cfaeff"} 0 node_network_net_dev_group{device="veth2d4dc03"} 0 node_network_net_dev_group{device="veth2dd3288"} 0 node_network_net_dev_group{device="veth2ee1684"} 0 node_network_net_dev_group{device="veth30673ee"} 0 node_network_net_dev_group{device="veth3107bc1"} 0 node_network_net_dev_group{device="veth34c3bbe"} 0 node_network_net_dev_group{device="veth35140bc"} 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="veth3ae94f8"} 0 node_network_net_dev_group{device="veth3f3da42"} 0 node_network_net_dev_group{device="veth3f87dfa"} 0 node_network_net_dev_group{device="veth409b936"} 0 node_network_net_dev_group{device="veth41d413f"} 0 node_network_net_dev_group{device="veth420e02a"} 0 node_network_net_dev_group{device="veth4289883"} 0 node_network_net_dev_group{device="veth42e42c6"} 0 node_network_net_dev_group{device="veth43635a1"} 0 node_network_net_dev_group{device="veth48a2b92"} 0 node_network_net_dev_group{device="veth4a02a92"} 0 node_network_net_dev_group{device="veth4b8eff5"} 0 node_network_net_dev_group{device="veth4be3982"} 0 node_network_net_dev_group{device="veth4cc0ccd"} 0 node_network_net_dev_group{device="veth501cea0"} 0 node_network_net_dev_group{device="veth5087deb"} 0 node_network_net_dev_group{device="veth511bfa6"} 0 node_network_net_dev_group{device="veth5462551"} 0 node_network_net_dev_group{device="veth54855bb"} 0 node_network_net_dev_group{device="veth54949ce"} 0 node_network_net_dev_group{device="veth5665454"} 0 node_network_net_dev_group{device="veth573d4a1"} 0 node_network_net_dev_group{device="veth57bc285"} 0 node_network_net_dev_group{device="veth591a4e5"} 0 node_network_net_dev_group{device="veth5b5f5d8"} 0 node_network_net_dev_group{device="veth5cd9d69"} 0 node_network_net_dev_group{device="veth5ebd44b"} 0 node_network_net_dev_group{device="veth5f86a6e"} 0 node_network_net_dev_group{device="veth6097074"} 0 node_network_net_dev_group{device="veth6226db0"} 0 node_network_net_dev_group{device="veth66fe80a"} 0 node_network_net_dev_group{device="veth6864a94"} 0 node_network_net_dev_group{device="veth68c9de2"} 0 node_network_net_dev_group{device="veth693d267"} 0 node_network_net_dev_group{device="veth6a8db05"} 0 node_network_net_dev_group{device="veth6d28251"} 0 node_network_net_dev_group{device="veth6d76d2e"} 0 node_network_net_dev_group{device="veth71f8729"} 0 node_network_net_dev_group{device="veth765630e"} 0 node_network_net_dev_group{device="veth779a9b0"} 0 node_network_net_dev_group{device="veth7850cc1"} 0 node_network_net_dev_group{device="veth7a53c4c"} 0 node_network_net_dev_group{device="veth7ad79fd"} 0 node_network_net_dev_group{device="veth7b68e53"} 0 node_network_net_dev_group{device="veth8321f31"} 0 node_network_net_dev_group{device="veth8362b0e"} 0 node_network_net_dev_group{device="veth8490e20"} 0 node_network_net_dev_group{device="veth85081c5"} 0 node_network_net_dev_group{device="veth862c62b"} 0 node_network_net_dev_group{device="veth86976de"} 0 node_network_net_dev_group{device="veth8ad3e08"} 0 node_network_net_dev_group{device="veth8ba4909"} 0 node_network_net_dev_group{device="veth8c5b58a"} 0 node_network_net_dev_group{device="veth8c77172"} 0 node_network_net_dev_group{device="veth8e9752f"} 0 node_network_net_dev_group{device="veth8ee2bf2"} 0 node_network_net_dev_group{device="veth970153a"} 0 node_network_net_dev_group{device="veth97b739c"} 0 node_network_net_dev_group{device="veth980e0d6"} 0 node_network_net_dev_group{device="veth9e31ae2"} 0 node_network_net_dev_group{device="veth9ff81b1"} 0 node_network_net_dev_group{device="vetha005716"} 0 node_network_net_dev_group{device="vetha328a00"} 0 node_network_net_dev_group{device="vetha38a0a5"} 0 node_network_net_dev_group{device="vetha42d075"} 0 node_network_net_dev_group{device="vethaa201e8"} 0 node_network_net_dev_group{device="vethab475e0"} 0 node_network_net_dev_group{device="vethac48cf5"} 0 node_network_net_dev_group{device="vethadde449"} 0 node_network_net_dev_group{device="vethaf22296"} 0 node_network_net_dev_group{device="vethaf43d3c"} 0 node_network_net_dev_group{device="vethb094914"} 0 node_network_net_dev_group{device="vethb11abf2"} 0 node_network_net_dev_group{device="vethb1a51b9"} 0 node_network_net_dev_group{device="vethb3f6289"} 0 node_network_net_dev_group{device="vethb57a504"} 0 node_network_net_dev_group{device="vethb6b6059"} 0 node_network_net_dev_group{device="vethb9711cc"} 0 node_network_net_dev_group{device="vethbbafdd5"} 0 node_network_net_dev_group{device="vethbe02f5c"} 0 node_network_net_dev_group{device="vethbe49040"} 0 node_network_net_dev_group{device="vethc3a91cc"} 0 node_network_net_dev_group{device="vethc462a78"} 0 node_network_net_dev_group{device="vethc863ebe"} 0 node_network_net_dev_group{device="vethc88ee41"} 0 node_network_net_dev_group{device="vethc8a0de9"} 0 node_network_net_dev_group{device="vethc8d897b"} 0 node_network_net_dev_group{device="vethc965258"} 0 node_network_net_dev_group{device="vethc9825ed"} 0 node_network_net_dev_group{device="vethc9e4d8d"} 0 node_network_net_dev_group{device="vethcb2611b"} 0 node_network_net_dev_group{device="vethcb5dfad"} 0 node_network_net_dev_group{device="vethccc59ae"} 0 node_network_net_dev_group{device="vethce2c824"} 0 node_network_net_dev_group{device="vethce4bd2a"} 0 node_network_net_dev_group{device="vethce5c086"} 0 node_network_net_dev_group{device="vethced832e"} 0 node_network_net_dev_group{device="vethcf39f95"} 0 node_network_net_dev_group{device="vethcfc6c59"} 0 node_network_net_dev_group{device="vethd175d93"} 0 node_network_net_dev_group{device="vethd297e42"} 0 node_network_net_dev_group{device="vethd2a1d3a"} 0 node_network_net_dev_group{device="vethd640b92"} 0 node_network_net_dev_group{device="vethd7dc401"} 0 node_network_net_dev_group{device="vethdafaaf7"} 0 node_network_net_dev_group{device="vethdbda231"} 0 node_network_net_dev_group{device="vethdbe575e"} 0 node_network_net_dev_group{device="vethde749cb"} 0 node_network_net_dev_group{device="vethe135d12"} 0 node_network_net_dev_group{device="vethe17211e"} 0 node_network_net_dev_group{device="vethe2c5731"} 0 node_network_net_dev_group{device="vethe41537a"} 0 node_network_net_dev_group{device="vethe58f425"} 0 node_network_net_dev_group{device="vethe68e577"} 0 node_network_net_dev_group{device="vethe7260e2"} 0 node_network_net_dev_group{device="vethe7d1fc6"} 0 node_network_net_dev_group{device="vethea4a209"} 0 node_network_net_dev_group{device="vethec63427"} 0 node_network_net_dev_group{device="vethed0b6ba"} 0 node_network_net_dev_group{device="vethee8a542"} 0 node_network_net_dev_group{device="vethf05f0fd"} 0 node_network_net_dev_group{device="vethf478f47"} 0 node_network_net_dev_group{device="vethf4ef1a1"} 0 node_network_net_dev_group{device="vethf54703c"} 0 node_network_net_dev_group{device="vethf5fa974"} 0 node_network_net_dev_group{device="vethf96b0a5"} 0 node_network_net_dev_group{device="vethfdd6287"} 0 node_network_net_dev_group{device="vethfec958f"} 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="veth02c2ee2"} 1 node_network_protocol_type{device="veth0363e8e"} 1 node_network_protocol_type{device="veth0458d6c"} 1 node_network_protocol_type{device="veth04811d4"} 1 node_network_protocol_type{device="veth04e134c"} 1 node_network_protocol_type{device="veth06551c6"} 1 node_network_protocol_type{device="veth0983ec1"} 1 node_network_protocol_type{device="veth0d4969b"} 1 node_network_protocol_type{device="veth0d51f3a"} 1 node_network_protocol_type{device="veth0dc1806"} 1 node_network_protocol_type{device="veth106766d"} 1 node_network_protocol_type{device="veth12e710f"} 1 node_network_protocol_type{device="veth13d497b"} 1 node_network_protocol_type{device="veth140b313"} 1 node_network_protocol_type{device="veth17f1d8a"} 1 node_network_protocol_type{device="veth1b5784b"} 1 node_network_protocol_type{device="veth1c0a8bf"} 1 node_network_protocol_type{device="veth1df3caa"} 1 node_network_protocol_type{device="veth1e03f09"} 1 node_network_protocol_type{device="veth1f25339"} 1 node_network_protocol_type{device="veth20a8b8e"} 1 node_network_protocol_type{device="veth225b651"} 1 node_network_protocol_type{device="veth22f832c"} 1 node_network_protocol_type{device="veth234b621"} 1 node_network_protocol_type{device="veth23915ec"} 1 node_network_protocol_type{device="veth25c0ce8"} 1 node_network_protocol_type{device="veth280b87e"} 1 node_network_protocol_type{device="veth287fee9"} 1 node_network_protocol_type{device="veth29a61a8"} 1 node_network_protocol_type{device="veth2b34a6d"} 1 node_network_protocol_type{device="veth2cfaeff"} 1 node_network_protocol_type{device="veth2d4dc03"} 1 node_network_protocol_type{device="veth2dd3288"} 1 node_network_protocol_type{device="veth2ee1684"} 1 node_network_protocol_type{device="veth30673ee"} 1 node_network_protocol_type{device="veth3107bc1"} 1 node_network_protocol_type{device="veth34c3bbe"} 1 node_network_protocol_type{device="veth35140bc"} 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="veth3ae94f8"} 1 node_network_protocol_type{device="veth3f3da42"} 1 node_network_protocol_type{device="veth3f87dfa"} 1 node_network_protocol_type{device="veth409b936"} 1 node_network_protocol_type{device="veth41d413f"} 1 node_network_protocol_type{device="veth420e02a"} 1 node_network_protocol_type{device="veth4289883"} 1 node_network_protocol_type{device="veth42e42c6"} 1 node_network_protocol_type{device="veth43635a1"} 1 node_network_protocol_type{device="veth48a2b92"} 1 node_network_protocol_type{device="veth4a02a92"} 1 node_network_protocol_type{device="veth4b8eff5"} 1 node_network_protocol_type{device="veth4be3982"} 1 node_network_protocol_type{device="veth4cc0ccd"} 1 node_network_protocol_type{device="veth501cea0"} 1 node_network_protocol_type{device="veth5087deb"} 1 node_network_protocol_type{device="veth511bfa6"} 1 node_network_protocol_type{device="veth5462551"} 1 node_network_protocol_type{device="veth54855bb"} 1 node_network_protocol_type{device="veth54949ce"} 1 node_network_protocol_type{device="veth5665454"} 1 node_network_protocol_type{device="veth573d4a1"} 1 node_network_protocol_type{device="veth57bc285"} 1 node_network_protocol_type{device="veth591a4e5"} 1 node_network_protocol_type{device="veth5b5f5d8"} 1 node_network_protocol_type{device="veth5cd9d69"} 1 node_network_protocol_type{device="veth5ebd44b"} 1 node_network_protocol_type{device="veth5f86a6e"} 1 node_network_protocol_type{device="veth6097074"} 1 node_network_protocol_type{device="veth6226db0"} 1 node_network_protocol_type{device="veth66fe80a"} 1 node_network_protocol_type{device="veth6864a94"} 1 node_network_protocol_type{device="veth68c9de2"} 1 node_network_protocol_type{device="veth693d267"} 1 node_network_protocol_type{device="veth6a8db05"} 1 node_network_protocol_type{device="veth6d28251"} 1 node_network_protocol_type{device="veth6d76d2e"} 1 node_network_protocol_type{device="veth71f8729"} 1 node_network_protocol_type{device="veth765630e"} 1 node_network_protocol_type{device="veth779a9b0"} 1 node_network_protocol_type{device="veth7850cc1"} 1 node_network_protocol_type{device="veth7a53c4c"} 1 node_network_protocol_type{device="veth7ad79fd"} 1 node_network_protocol_type{device="veth7b68e53"} 1 node_network_protocol_type{device="veth8321f31"} 1 node_network_protocol_type{device="veth8362b0e"} 1 node_network_protocol_type{device="veth8490e20"} 1 node_network_protocol_type{device="veth85081c5"} 1 node_network_protocol_type{device="veth862c62b"} 1 node_network_protocol_type{device="veth86976de"} 1 node_network_protocol_type{device="veth8ad3e08"} 1 node_network_protocol_type{device="veth8ba4909"} 1 node_network_protocol_type{device="veth8c5b58a"} 1 node_network_protocol_type{device="veth8c77172"} 1 node_network_protocol_type{device="veth8e9752f"} 1 node_network_protocol_type{device="veth8ee2bf2"} 1 node_network_protocol_type{device="veth970153a"} 1 node_network_protocol_type{device="veth97b739c"} 1 node_network_protocol_type{device="veth980e0d6"} 1 node_network_protocol_type{device="veth9e31ae2"} 1 node_network_protocol_type{device="veth9ff81b1"} 1 node_network_protocol_type{device="vetha005716"} 1 node_network_protocol_type{device="vetha328a00"} 1 node_network_protocol_type{device="vetha38a0a5"} 1 node_network_protocol_type{device="vetha42d075"} 1 node_network_protocol_type{device="vethaa201e8"} 1 node_network_protocol_type{device="vethab475e0"} 1 node_network_protocol_type{device="vethac48cf5"} 1 node_network_protocol_type{device="vethadde449"} 1 node_network_protocol_type{device="vethaf22296"} 1 node_network_protocol_type{device="vethaf43d3c"} 1 node_network_protocol_type{device="vethb094914"} 1 node_network_protocol_type{device="vethb11abf2"} 1 node_network_protocol_type{device="vethb1a51b9"} 1 node_network_protocol_type{device="vethb3f6289"} 1 node_network_protocol_type{device="vethb57a504"} 1 node_network_protocol_type{device="vethb6b6059"} 1 node_network_protocol_type{device="vethb9711cc"} 1 node_network_protocol_type{device="vethbbafdd5"} 1 node_network_protocol_type{device="vethbe02f5c"} 1 node_network_protocol_type{device="vethbe49040"} 1 node_network_protocol_type{device="vethc3a91cc"} 1 node_network_protocol_type{device="vethc462a78"} 1 node_network_protocol_type{device="vethc863ebe"} 1 node_network_protocol_type{device="vethc88ee41"} 1 node_network_protocol_type{device="vethc8a0de9"} 1 node_network_protocol_type{device="vethc8d897b"} 1 node_network_protocol_type{device="vethc965258"} 1 node_network_protocol_type{device="vethc9825ed"} 1 node_network_protocol_type{device="vethc9e4d8d"} 1 node_network_protocol_type{device="vethcb2611b"} 1 node_network_protocol_type{device="vethcb5dfad"} 1 node_network_protocol_type{device="vethccc59ae"} 1 node_network_protocol_type{device="vethce2c824"} 1 node_network_protocol_type{device="vethce4bd2a"} 1 node_network_protocol_type{device="vethce5c086"} 1 node_network_protocol_type{device="vethced832e"} 1 node_network_protocol_type{device="vethcf39f95"} 1 node_network_protocol_type{device="vethcfc6c59"} 1 node_network_protocol_type{device="vethd175d93"} 1 node_network_protocol_type{device="vethd297e42"} 1 node_network_protocol_type{device="vethd2a1d3a"} 1 node_network_protocol_type{device="vethd640b92"} 1 node_network_protocol_type{device="vethd7dc401"} 1 node_network_protocol_type{device="vethdafaaf7"} 1 node_network_protocol_type{device="vethdbda231"} 1 node_network_protocol_type{device="vethdbe575e"} 1 node_network_protocol_type{device="vethde749cb"} 1 node_network_protocol_type{device="vethe135d12"} 1 node_network_protocol_type{device="vethe17211e"} 1 node_network_protocol_type{device="vethe2c5731"} 1 node_network_protocol_type{device="vethe41537a"} 1 node_network_protocol_type{device="vethe58f425"} 1 node_network_protocol_type{device="vethe68e577"} 1 node_network_protocol_type{device="vethe7260e2"} 1 node_network_protocol_type{device="vethe7d1fc6"} 1 node_network_protocol_type{device="vethea4a209"} 1 node_network_protocol_type{device="vethec63427"} 1 node_network_protocol_type{device="vethed0b6ba"} 1 node_network_protocol_type{device="vethee8a542"} 1 node_network_protocol_type{device="vethf05f0fd"} 1 node_network_protocol_type{device="vethf478f47"} 1 node_network_protocol_type{device="vethf4ef1a1"} 1 node_network_protocol_type{device="vethf54703c"} 1 node_network_protocol_type{device="vethf5fa974"} 1 node_network_protocol_type{device="vethf96b0a5"} 1 node_network_protocol_type{device="vethfdd6287"} 1 node_network_protocol_type{device="vethfec958f"} 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"} 4.13437507e+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"} 3.6159277e+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="veth02c2ee2"} 1.25e+09 node_network_speed_bytes{device="veth0363e8e"} 1.25e+09 node_network_speed_bytes{device="veth0458d6c"} 1.25e+09 node_network_speed_bytes{device="veth04811d4"} 1.25e+09 node_network_speed_bytes{device="veth04e134c"} 1.25e+09 node_network_speed_bytes{device="veth06551c6"} 1.25e+09 node_network_speed_bytes{device="veth0983ec1"} 1.25e+09 node_network_speed_bytes{device="veth0d4969b"} 1.25e+09 node_network_speed_bytes{device="veth0d51f3a"} 1.25e+09 node_network_speed_bytes{device="veth0dc1806"} 1.25e+09 node_network_speed_bytes{device="veth106766d"} 1.25e+09 node_network_speed_bytes{device="veth12e710f"} 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="veth17f1d8a"} 1.25e+09 node_network_speed_bytes{device="veth1b5784b"} 1.25e+09 node_network_speed_bytes{device="veth1c0a8bf"} 1.25e+09 node_network_speed_bytes{device="veth1df3caa"} 1.25e+09 node_network_speed_bytes{device="veth1e03f09"} 1.25e+09 node_network_speed_bytes{device="veth1f25339"} 1.25e+09 node_network_speed_bytes{device="veth20a8b8e"} 1.25e+09 node_network_speed_bytes{device="veth225b651"} 1.25e+09 node_network_speed_bytes{device="veth22f832c"} 1.25e+09 node_network_speed_bytes{device="veth234b621"} 1.25e+09 node_network_speed_bytes{device="veth23915ec"} 1.25e+09 node_network_speed_bytes{device="veth25c0ce8"} 1.25e+09 node_network_speed_bytes{device="veth280b87e"} 1.25e+09 node_network_speed_bytes{device="veth287fee9"} 1.25e+09 node_network_speed_bytes{device="veth29a61a8"} 1.25e+09 node_network_speed_bytes{device="veth2b34a6d"} 1.25e+09 node_network_speed_bytes{device="veth2cfaeff"} 1.25e+09 node_network_speed_bytes{device="veth2d4dc03"} 1.25e+09 node_network_speed_bytes{device="veth2dd3288"} 1.25e+09 node_network_speed_bytes{device="veth2ee1684"} 1.25e+09 node_network_speed_bytes{device="veth30673ee"} 1.25e+09 node_network_speed_bytes{device="veth3107bc1"} 1.25e+09 node_network_speed_bytes{device="veth34c3bbe"} 1.25e+09 node_network_speed_bytes{device="veth35140bc"} 1.25e+09 node_network_speed_bytes{device="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="veth3ae94f8"} 1.25e+09 node_network_speed_bytes{device="veth3f3da42"} 1.25e+09 node_network_speed_bytes{device="veth3f87dfa"} 1.25e+09 node_network_speed_bytes{device="veth409b936"} 1.25e+09 node_network_speed_bytes{device="veth41d413f"} 1.25e+09 node_network_speed_bytes{device="veth420e02a"} 1.25e+09 node_network_speed_bytes{device="veth4289883"} 1.25e+09 node_network_speed_bytes{device="veth42e42c6"} 1.25e+09 node_network_speed_bytes{device="veth43635a1"} 1.25e+09 node_network_speed_bytes{device="veth48a2b92"} 1.25e+09 node_network_speed_bytes{device="veth4a02a92"} 1.25e+09 node_network_speed_bytes{device="veth4b8eff5"} 1.25e+09 node_network_speed_bytes{device="veth4be3982"} 1.25e+09 node_network_speed_bytes{device="veth4cc0ccd"} 1.25e+09 node_network_speed_bytes{device="veth501cea0"} 1.25e+09 node_network_speed_bytes{device="veth5087deb"} 1.25e+09 node_network_speed_bytes{device="veth511bfa6"} 1.25e+09 node_network_speed_bytes{device="veth5462551"} 1.25e+09 node_network_speed_bytes{device="veth54855bb"} 1.25e+09 node_network_speed_bytes{device="veth54949ce"} 1.25e+09 node_network_speed_bytes{device="veth5665454"} 1.25e+09 node_network_speed_bytes{device="veth573d4a1"} 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="veth5b5f5d8"} 1.25e+09 node_network_speed_bytes{device="veth5cd9d69"} 1.25e+09 node_network_speed_bytes{device="veth5ebd44b"} 1.25e+09 node_network_speed_bytes{device="veth5f86a6e"} 1.25e+09 node_network_speed_bytes{device="veth6097074"} 1.25e+09 node_network_speed_bytes{device="veth6226db0"} 1.25e+09 node_network_speed_bytes{device="veth66fe80a"} 1.25e+09 node_network_speed_bytes{device="veth6864a94"} 1.25e+09 node_network_speed_bytes{device="veth68c9de2"} 1.25e+09 node_network_speed_bytes{device="veth693d267"} 1.25e+09 node_network_speed_bytes{device="veth6a8db05"} 1.25e+09 node_network_speed_bytes{device="veth6d28251"} 1.25e+09 node_network_speed_bytes{device="veth6d76d2e"} 1.25e+09 node_network_speed_bytes{device="veth71f8729"} 1.25e+09 node_network_speed_bytes{device="veth765630e"} 1.25e+09 node_network_speed_bytes{device="veth779a9b0"} 1.25e+09 node_network_speed_bytes{device="veth7850cc1"} 1.25e+09 node_network_speed_bytes{device="veth7a53c4c"} 1.25e+09 node_network_speed_bytes{device="veth7ad79fd"} 1.25e+09 node_network_speed_bytes{device="veth7b68e53"} 1.25e+09 node_network_speed_bytes{device="veth8321f31"} 1.25e+09 node_network_speed_bytes{device="veth8362b0e"} 1.25e+09 node_network_speed_bytes{device="veth8490e20"} 1.25e+09 node_network_speed_bytes{device="veth85081c5"} 1.25e+09 node_network_speed_bytes{device="veth862c62b"} 1.25e+09 node_network_speed_bytes{device="veth86976de"} 1.25e+09 node_network_speed_bytes{device="veth8ad3e08"} 1.25e+09 node_network_speed_bytes{device="veth8ba4909"} 1.25e+09 node_network_speed_bytes{device="veth8c5b58a"} 1.25e+09 node_network_speed_bytes{device="veth8c77172"} 1.25e+09 node_network_speed_bytes{device="veth8e9752f"} 1.25e+09 node_network_speed_bytes{device="veth8ee2bf2"} 1.25e+09 node_network_speed_bytes{device="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="veth9e31ae2"} 1.25e+09 node_network_speed_bytes{device="veth9ff81b1"} 1.25e+09 node_network_speed_bytes{device="vetha005716"} 1.25e+09 node_network_speed_bytes{device="vetha328a00"} 1.25e+09 node_network_speed_bytes{device="vetha38a0a5"} 1.25e+09 node_network_speed_bytes{device="vetha42d075"} 1.25e+09 node_network_speed_bytes{device="vethaa201e8"} 1.25e+09 node_network_speed_bytes{device="vethab475e0"} 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="vethaf22296"} 1.25e+09 node_network_speed_bytes{device="vethaf43d3c"} 1.25e+09 node_network_speed_bytes{device="vethb094914"} 1.25e+09 node_network_speed_bytes{device="vethb11abf2"} 1.25e+09 node_network_speed_bytes{device="vethb1a51b9"} 1.25e+09 node_network_speed_bytes{device="vethb3f6289"} 1.25e+09 node_network_speed_bytes{device="vethb57a504"} 1.25e+09 node_network_speed_bytes{device="vethb6b6059"} 1.25e+09 node_network_speed_bytes{device="vethb9711cc"} 1.25e+09 node_network_speed_bytes{device="vethbbafdd5"} 1.25e+09 node_network_speed_bytes{device="vethbe02f5c"} 1.25e+09 node_network_speed_bytes{device="vethbe49040"} 1.25e+09 node_network_speed_bytes{device="vethc3a91cc"} 1.25e+09 node_network_speed_bytes{device="vethc462a78"} 1.25e+09 node_network_speed_bytes{device="vethc863ebe"} 1.25e+09 node_network_speed_bytes{device="vethc88ee41"} 1.25e+09 node_network_speed_bytes{device="vethc8a0de9"} 1.25e+09 node_network_speed_bytes{device="vethc8d897b"} 1.25e+09 node_network_speed_bytes{device="vethc965258"} 1.25e+09 node_network_speed_bytes{device="vethc9825ed"} 1.25e+09 node_network_speed_bytes{device="vethc9e4d8d"} 1.25e+09 node_network_speed_bytes{device="vethcb2611b"} 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="vethce2c824"} 1.25e+09 node_network_speed_bytes{device="vethce4bd2a"} 1.25e+09 node_network_speed_bytes{device="vethce5c086"} 1.25e+09 node_network_speed_bytes{device="vethced832e"} 1.25e+09 node_network_speed_bytes{device="vethcf39f95"} 1.25e+09 node_network_speed_bytes{device="vethcfc6c59"} 1.25e+09 node_network_speed_bytes{device="vethd175d93"} 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="vethd640b92"} 1.25e+09 node_network_speed_bytes{device="vethd7dc401"} 1.25e+09 node_network_speed_bytes{device="vethdafaaf7"} 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="vethde749cb"} 1.25e+09 node_network_speed_bytes{device="vethe135d12"} 1.25e+09 node_network_speed_bytes{device="vethe17211e"} 1.25e+09 node_network_speed_bytes{device="vethe2c5731"} 1.25e+09 node_network_speed_bytes{device="vethe41537a"} 1.25e+09 node_network_speed_bytes{device="vethe58f425"} 1.25e+09 node_network_speed_bytes{device="vethe68e577"} 1.25e+09 node_network_speed_bytes{device="vethe7260e2"} 1.25e+09 node_network_speed_bytes{device="vethe7d1fc6"} 1.25e+09 node_network_speed_bytes{device="vethea4a209"} 1.25e+09 node_network_speed_bytes{device="vethec63427"} 1.25e+09 node_network_speed_bytes{device="vethed0b6ba"} 1.25e+09 node_network_speed_bytes{device="vethee8a542"} 1.25e+09 node_network_speed_bytes{device="vethf05f0fd"} 1.25e+09 node_network_speed_bytes{device="vethf478f47"} 1.25e+09 node_network_speed_bytes{device="vethf4ef1a1"} 1.25e+09 node_network_speed_bytes{device="vethf54703c"} 1.25e+09 node_network_speed_bytes{device="vethf5fa974"} 1.25e+09 node_network_speed_bytes{device="vethf96b0a5"} 1.25e+09 node_network_speed_bytes{device="vethfdd6287"} 1.25e+09 node_network_speed_bytes{device="vethfec958f"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 1.00037858259e+11 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"} 3.4238474e+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="veth02c2ee2"} 0 node_network_transmit_queue_length{device="veth0363e8e"} 0 node_network_transmit_queue_length{device="veth0458d6c"} 0 node_network_transmit_queue_length{device="veth04811d4"} 0 node_network_transmit_queue_length{device="veth04e134c"} 0 node_network_transmit_queue_length{device="veth06551c6"} 0 node_network_transmit_queue_length{device="veth0983ec1"} 0 node_network_transmit_queue_length{device="veth0d4969b"} 0 node_network_transmit_queue_length{device="veth0d51f3a"} 0 node_network_transmit_queue_length{device="veth0dc1806"} 0 node_network_transmit_queue_length{device="veth106766d"} 0 node_network_transmit_queue_length{device="veth12e710f"} 0 node_network_transmit_queue_length{device="veth13d497b"} 0 node_network_transmit_queue_length{device="veth140b313"} 0 node_network_transmit_queue_length{device="veth17f1d8a"} 0 node_network_transmit_queue_length{device="veth1b5784b"} 0 node_network_transmit_queue_length{device="veth1c0a8bf"} 0 node_network_transmit_queue_length{device="veth1df3caa"} 0 node_network_transmit_queue_length{device="veth1e03f09"} 0 node_network_transmit_queue_length{device="veth1f25339"} 0 node_network_transmit_queue_length{device="veth20a8b8e"} 0 node_network_transmit_queue_length{device="veth225b651"} 0 node_network_transmit_queue_length{device="veth22f832c"} 0 node_network_transmit_queue_length{device="veth234b621"} 0 node_network_transmit_queue_length{device="veth23915ec"} 0 node_network_transmit_queue_length{device="veth25c0ce8"} 0 node_network_transmit_queue_length{device="veth280b87e"} 0 node_network_transmit_queue_length{device="veth287fee9"} 0 node_network_transmit_queue_length{device="veth29a61a8"} 0 node_network_transmit_queue_length{device="veth2b34a6d"} 0 node_network_transmit_queue_length{device="veth2cfaeff"} 0 node_network_transmit_queue_length{device="veth2d4dc03"} 0 node_network_transmit_queue_length{device="veth2dd3288"} 0 node_network_transmit_queue_length{device="veth2ee1684"} 0 node_network_transmit_queue_length{device="veth30673ee"} 0 node_network_transmit_queue_length{device="veth3107bc1"} 0 node_network_transmit_queue_length{device="veth34c3bbe"} 0 node_network_transmit_queue_length{device="veth35140bc"} 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="veth3ae94f8"} 0 node_network_transmit_queue_length{device="veth3f3da42"} 0 node_network_transmit_queue_length{device="veth3f87dfa"} 0 node_network_transmit_queue_length{device="veth409b936"} 0 node_network_transmit_queue_length{device="veth41d413f"} 0 node_network_transmit_queue_length{device="veth420e02a"} 0 node_network_transmit_queue_length{device="veth4289883"} 0 node_network_transmit_queue_length{device="veth42e42c6"} 0 node_network_transmit_queue_length{device="veth43635a1"} 0 node_network_transmit_queue_length{device="veth48a2b92"} 0 node_network_transmit_queue_length{device="veth4a02a92"} 0 node_network_transmit_queue_length{device="veth4b8eff5"} 0 node_network_transmit_queue_length{device="veth4be3982"} 0 node_network_transmit_queue_length{device="veth4cc0ccd"} 0 node_network_transmit_queue_length{device="veth501cea0"} 0 node_network_transmit_queue_length{device="veth5087deb"} 0 node_network_transmit_queue_length{device="veth511bfa6"} 0 node_network_transmit_queue_length{device="veth5462551"} 0 node_network_transmit_queue_length{device="veth54855bb"} 0 node_network_transmit_queue_length{device="veth54949ce"} 0 node_network_transmit_queue_length{device="veth5665454"} 0 node_network_transmit_queue_length{device="veth573d4a1"} 0 node_network_transmit_queue_length{device="veth57bc285"} 0 node_network_transmit_queue_length{device="veth591a4e5"} 0 node_network_transmit_queue_length{device="veth5b5f5d8"} 0 node_network_transmit_queue_length{device="veth5cd9d69"} 0 node_network_transmit_queue_length{device="veth5ebd44b"} 0 node_network_transmit_queue_length{device="veth5f86a6e"} 0 node_network_transmit_queue_length{device="veth6097074"} 0 node_network_transmit_queue_length{device="veth6226db0"} 0 node_network_transmit_queue_length{device="veth66fe80a"} 0 node_network_transmit_queue_length{device="veth6864a94"} 0 node_network_transmit_queue_length{device="veth68c9de2"} 0 node_network_transmit_queue_length{device="veth693d267"} 0 node_network_transmit_queue_length{device="veth6a8db05"} 0 node_network_transmit_queue_length{device="veth6d28251"} 0 node_network_transmit_queue_length{device="veth6d76d2e"} 0 node_network_transmit_queue_length{device="veth71f8729"} 0 node_network_transmit_queue_length{device="veth765630e"} 0 node_network_transmit_queue_length{device="veth779a9b0"} 0 node_network_transmit_queue_length{device="veth7850cc1"} 0 node_network_transmit_queue_length{device="veth7a53c4c"} 0 node_network_transmit_queue_length{device="veth7ad79fd"} 0 node_network_transmit_queue_length{device="veth7b68e53"} 0 node_network_transmit_queue_length{device="veth8321f31"} 0 node_network_transmit_queue_length{device="veth8362b0e"} 0 node_network_transmit_queue_length{device="veth8490e20"} 0 node_network_transmit_queue_length{device="veth85081c5"} 0 node_network_transmit_queue_length{device="veth862c62b"} 0 node_network_transmit_queue_length{device="veth86976de"} 0 node_network_transmit_queue_length{device="veth8ad3e08"} 0 node_network_transmit_queue_length{device="veth8ba4909"} 0 node_network_transmit_queue_length{device="veth8c5b58a"} 0 node_network_transmit_queue_length{device="veth8c77172"} 0 node_network_transmit_queue_length{device="veth8e9752f"} 0 node_network_transmit_queue_length{device="veth8ee2bf2"} 0 node_network_transmit_queue_length{device="veth970153a"} 0 node_network_transmit_queue_length{device="veth97b739c"} 0 node_network_transmit_queue_length{device="veth980e0d6"} 0 node_network_transmit_queue_length{device="veth9e31ae2"} 0 node_network_transmit_queue_length{device="veth9ff81b1"} 0 node_network_transmit_queue_length{device="vetha005716"} 0 node_network_transmit_queue_length{device="vetha328a00"} 0 node_network_transmit_queue_length{device="vetha38a0a5"} 0 node_network_transmit_queue_length{device="vetha42d075"} 0 node_network_transmit_queue_length{device="vethaa201e8"} 0 node_network_transmit_queue_length{device="vethab475e0"} 0 node_network_transmit_queue_length{device="vethac48cf5"} 0 node_network_transmit_queue_length{device="vethadde449"} 0 node_network_transmit_queue_length{device="vethaf22296"} 0 node_network_transmit_queue_length{device="vethaf43d3c"} 0 node_network_transmit_queue_length{device="vethb094914"} 0 node_network_transmit_queue_length{device="vethb11abf2"} 0 node_network_transmit_queue_length{device="vethb1a51b9"} 0 node_network_transmit_queue_length{device="vethb3f6289"} 0 node_network_transmit_queue_length{device="vethb57a504"} 0 node_network_transmit_queue_length{device="vethb6b6059"} 0 node_network_transmit_queue_length{device="vethb9711cc"} 0 node_network_transmit_queue_length{device="vethbbafdd5"} 0 node_network_transmit_queue_length{device="vethbe02f5c"} 0 node_network_transmit_queue_length{device="vethbe49040"} 0 node_network_transmit_queue_length{device="vethc3a91cc"} 0 node_network_transmit_queue_length{device="vethc462a78"} 0 node_network_transmit_queue_length{device="vethc863ebe"} 0 node_network_transmit_queue_length{device="vethc88ee41"} 0 node_network_transmit_queue_length{device="vethc8a0de9"} 0 node_network_transmit_queue_length{device="vethc8d897b"} 0 node_network_transmit_queue_length{device="vethc965258"} 0 node_network_transmit_queue_length{device="vethc9825ed"} 0 node_network_transmit_queue_length{device="vethc9e4d8d"} 0 node_network_transmit_queue_length{device="vethcb2611b"} 0 node_network_transmit_queue_length{device="vethcb5dfad"} 0 node_network_transmit_queue_length{device="vethccc59ae"} 0 node_network_transmit_queue_length{device="vethce2c824"} 0 node_network_transmit_queue_length{device="vethce4bd2a"} 0 node_network_transmit_queue_length{device="vethce5c086"} 0 node_network_transmit_queue_length{device="vethced832e"} 0 node_network_transmit_queue_length{device="vethcf39f95"} 0 node_network_transmit_queue_length{device="vethcfc6c59"} 0 node_network_transmit_queue_length{device="vethd175d93"} 0 node_network_transmit_queue_length{device="vethd297e42"} 0 node_network_transmit_queue_length{device="vethd2a1d3a"} 0 node_network_transmit_queue_length{device="vethd640b92"} 0 node_network_transmit_queue_length{device="vethd7dc401"} 0 node_network_transmit_queue_length{device="vethdafaaf7"} 0 node_network_transmit_queue_length{device="vethdbda231"} 0 node_network_transmit_queue_length{device="vethdbe575e"} 0 node_network_transmit_queue_length{device="vethde749cb"} 0 node_network_transmit_queue_length{device="vethe135d12"} 0 node_network_transmit_queue_length{device="vethe17211e"} 0 node_network_transmit_queue_length{device="vethe2c5731"} 0 node_network_transmit_queue_length{device="vethe41537a"} 0 node_network_transmit_queue_length{device="vethe58f425"} 0 node_network_transmit_queue_length{device="vethe68e577"} 0 node_network_transmit_queue_length{device="vethe7260e2"} 0 node_network_transmit_queue_length{device="vethe7d1fc6"} 0 node_network_transmit_queue_length{device="vethea4a209"} 0 node_network_transmit_queue_length{device="vethec63427"} 0 node_network_transmit_queue_length{device="vethed0b6ba"} 0 node_network_transmit_queue_length{device="vethee8a542"} 0 node_network_transmit_queue_length{device="vethf05f0fd"} 0 node_network_transmit_queue_length{device="vethf478f47"} 0 node_network_transmit_queue_length{device="vethf4ef1a1"} 0 node_network_transmit_queue_length{device="vethf54703c"} 0 node_network_transmit_queue_length{device="vethf5fa974"} 0 node_network_transmit_queue_length{device="vethf96b0a5"} 0 node_network_transmit_queue_length{device="vethfdd6287"} 0 node_network_transmit_queue_length{device="vethfec958f"} 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="veth02c2ee2"} 1 node_network_up{device="veth0363e8e"} 1 node_network_up{device="veth0458d6c"} 1 node_network_up{device="veth04811d4"} 1 node_network_up{device="veth04e134c"} 1 node_network_up{device="veth06551c6"} 1 node_network_up{device="veth0983ec1"} 1 node_network_up{device="veth0d4969b"} 1 node_network_up{device="veth0d51f3a"} 1 node_network_up{device="veth0dc1806"} 1 node_network_up{device="veth106766d"} 1 node_network_up{device="veth12e710f"} 1 node_network_up{device="veth13d497b"} 1 node_network_up{device="veth140b313"} 1 node_network_up{device="veth17f1d8a"} 1 node_network_up{device="veth1b5784b"} 1 node_network_up{device="veth1c0a8bf"} 1 node_network_up{device="veth1df3caa"} 1 node_network_up{device="veth1e03f09"} 1 node_network_up{device="veth1f25339"} 1 node_network_up{device="veth20a8b8e"} 1 node_network_up{device="veth225b651"} 1 node_network_up{device="veth22f832c"} 1 node_network_up{device="veth234b621"} 1 node_network_up{device="veth23915ec"} 1 node_network_up{device="veth25c0ce8"} 1 node_network_up{device="veth280b87e"} 1 node_network_up{device="veth287fee9"} 1 node_network_up{device="veth29a61a8"} 1 node_network_up{device="veth2b34a6d"} 1 node_network_up{device="veth2cfaeff"} 1 node_network_up{device="veth2d4dc03"} 1 node_network_up{device="veth2dd3288"} 1 node_network_up{device="veth2ee1684"} 1 node_network_up{device="veth30673ee"} 1 node_network_up{device="veth3107bc1"} 1 node_network_up{device="veth34c3bbe"} 1 node_network_up{device="veth35140bc"} 1 node_network_up{device="veth35c0c4c"} 1 node_network_up{device="veth3738b60"} 1 node_network_up{device="veth39390d4"} 1 node_network_up{device="veth3ae94f8"} 1 node_network_up{device="veth3f3da42"} 1 node_network_up{device="veth3f87dfa"} 1 node_network_up{device="veth409b936"} 1 node_network_up{device="veth41d413f"} 1 node_network_up{device="veth420e02a"} 1 node_network_up{device="veth4289883"} 1 node_network_up{device="veth42e42c6"} 1 node_network_up{device="veth43635a1"} 1 node_network_up{device="veth48a2b92"} 1 node_network_up{device="veth4a02a92"} 1 node_network_up{device="veth4b8eff5"} 1 node_network_up{device="veth4be3982"} 1 node_network_up{device="veth4cc0ccd"} 1 node_network_up{device="veth501cea0"} 1 node_network_up{device="veth5087deb"} 1 node_network_up{device="veth511bfa6"} 1 node_network_up{device="veth5462551"} 1 node_network_up{device="veth54855bb"} 1 node_network_up{device="veth54949ce"} 1 node_network_up{device="veth5665454"} 1 node_network_up{device="veth573d4a1"} 1 node_network_up{device="veth57bc285"} 1 node_network_up{device="veth591a4e5"} 1 node_network_up{device="veth5b5f5d8"} 1 node_network_up{device="veth5cd9d69"} 1 node_network_up{device="veth5ebd44b"} 1 node_network_up{device="veth5f86a6e"} 1 node_network_up{device="veth6097074"} 1 node_network_up{device="veth6226db0"} 1 node_network_up{device="veth66fe80a"} 1 node_network_up{device="veth6864a94"} 1 node_network_up{device="veth68c9de2"} 1 node_network_up{device="veth693d267"} 1 node_network_up{device="veth6a8db05"} 1 node_network_up{device="veth6d28251"} 1 node_network_up{device="veth6d76d2e"} 1 node_network_up{device="veth71f8729"} 1 node_network_up{device="veth765630e"} 1 node_network_up{device="veth779a9b0"} 1 node_network_up{device="veth7850cc1"} 1 node_network_up{device="veth7a53c4c"} 1 node_network_up{device="veth7ad79fd"} 1 node_network_up{device="veth7b68e53"} 1 node_network_up{device="veth8321f31"} 1 node_network_up{device="veth8362b0e"} 1 node_network_up{device="veth8490e20"} 1 node_network_up{device="veth85081c5"} 1 node_network_up{device="veth862c62b"} 1 node_network_up{device="veth86976de"} 1 node_network_up{device="veth8ad3e08"} 1 node_network_up{device="veth8ba4909"} 1 node_network_up{device="veth8c5b58a"} 1 node_network_up{device="veth8c77172"} 1 node_network_up{device="veth8e9752f"} 1 node_network_up{device="veth8ee2bf2"} 1 node_network_up{device="veth970153a"} 1 node_network_up{device="veth97b739c"} 1 node_network_up{device="veth980e0d6"} 1 node_network_up{device="veth9e31ae2"} 1 node_network_up{device="veth9ff81b1"} 1 node_network_up{device="vetha005716"} 1 node_network_up{device="vetha328a00"} 1 node_network_up{device="vetha38a0a5"} 1 node_network_up{device="vetha42d075"} 1 node_network_up{device="vethaa201e8"} 1 node_network_up{device="vethab475e0"} 1 node_network_up{device="vethac48cf5"} 1 node_network_up{device="vethadde449"} 1 node_network_up{device="vethaf22296"} 1 node_network_up{device="vethaf43d3c"} 1 node_network_up{device="vethb094914"} 1 node_network_up{device="vethb11abf2"} 1 node_network_up{device="vethb1a51b9"} 1 node_network_up{device="vethb3f6289"} 1 node_network_up{device="vethb57a504"} 1 node_network_up{device="vethb6b6059"} 1 node_network_up{device="vethb9711cc"} 1 node_network_up{device="vethbbafdd5"} 1 node_network_up{device="vethbe02f5c"} 1 node_network_up{device="vethbe49040"} 1 node_network_up{device="vethc3a91cc"} 1 node_network_up{device="vethc462a78"} 1 node_network_up{device="vethc863ebe"} 1 node_network_up{device="vethc88ee41"} 1 node_network_up{device="vethc8a0de9"} 1 node_network_up{device="vethc8d897b"} 1 node_network_up{device="vethc965258"} 1 node_network_up{device="vethc9825ed"} 1 node_network_up{device="vethc9e4d8d"} 1 node_network_up{device="vethcb2611b"} 1 node_network_up{device="vethcb5dfad"} 1 node_network_up{device="vethccc59ae"} 1 node_network_up{device="vethce2c824"} 1 node_network_up{device="vethce4bd2a"} 1 node_network_up{device="vethce5c086"} 1 node_network_up{device="vethced832e"} 1 node_network_up{device="vethcf39f95"} 1 node_network_up{device="vethcfc6c59"} 1 node_network_up{device="vethd175d93"} 1 node_network_up{device="vethd297e42"} 1 node_network_up{device="vethd2a1d3a"} 1 node_network_up{device="vethd640b92"} 1 node_network_up{device="vethd7dc401"} 1 node_network_up{device="vethdafaaf7"} 1 node_network_up{device="vethdbda231"} 1 node_network_up{device="vethdbe575e"} 1 node_network_up{device="vethde749cb"} 1 node_network_up{device="vethe135d12"} 1 node_network_up{device="vethe17211e"} 1 node_network_up{device="vethe2c5731"} 1 node_network_up{device="vethe41537a"} 1 node_network_up{device="vethe58f425"} 1 node_network_up{device="vethe68e577"} 1 node_network_up{device="vethe7260e2"} 1 node_network_up{device="vethe7d1fc6"} 1 node_network_up{device="vethea4a209"} 1 node_network_up{device="vethec63427"} 1 node_network_up{device="vethed0b6ba"} 1 node_network_up{device="vethee8a542"} 1 node_network_up{device="vethf05f0fd"} 1 node_network_up{device="vethf478f47"} 1 node_network_up{device="vethf4ef1a1"} 1 node_network_up{device="vethf54703c"} 1 node_network_up{device="vethf5fa974"} 1 node_network_up{device="vethf96b0a5"} 1 node_network_up{device="vethfdd6287"} 1 node_network_up{device="vethfec958f"} 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 4 # 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 34236.820946 # 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 33011.906477000004 # 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 33928.960779 # 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 132.205256 # 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 135.157683 # 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"} 2.879161553705212e+06 node_schedstat_running_seconds_total{cpu="1"} 2.609872030041455e+06 node_schedstat_running_seconds_total{cpu="10"} 3.838581161667966e+06 node_schedstat_running_seconds_total{cpu="11"} 3.783505425130618e+06 node_schedstat_running_seconds_total{cpu="12"} 3.702920649442103e+06 node_schedstat_running_seconds_total{cpu="13"} 3.613337241285785e+06 node_schedstat_running_seconds_total{cpu="14"} 3.587847471085278e+06 node_schedstat_running_seconds_total{cpu="15"} 3.45688783239477e+06 node_schedstat_running_seconds_total{cpu="2"} 2.590378633580496e+06 node_schedstat_running_seconds_total{cpu="3"} 2.623151499697138e+06 node_schedstat_running_seconds_total{cpu="4"} 2.682515971092787e+06 node_schedstat_running_seconds_total{cpu="5"} 2.7517986656404e+06 node_schedstat_running_seconds_total{cpu="6"} 2.867729435375051e+06 node_schedstat_running_seconds_total{cpu="7"} 2.966675411738754e+06 node_schedstat_running_seconds_total{cpu="8"} 3.495125509255364e+06 node_schedstat_running_seconds_total{cpu="9"} 3.799210668904046e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 6.665969347e+09 node_schedstat_timeslices_total{cpu="1"} 6.809685512e+09 node_schedstat_timeslices_total{cpu="10"} 6.66650626e+09 node_schedstat_timeslices_total{cpu="11"} 6.600759084e+09 node_schedstat_timeslices_total{cpu="12"} 6.550186255e+09 node_schedstat_timeslices_total{cpu="13"} 6.507718019e+09 node_schedstat_timeslices_total{cpu="14"} 6.451010802e+09 node_schedstat_timeslices_total{cpu="15"} 6.392467896e+09 node_schedstat_timeslices_total{cpu="2"} 6.839243542e+09 node_schedstat_timeslices_total{cpu="3"} 6.914126838e+09 node_schedstat_timeslices_total{cpu="4"} 6.951109324e+09 node_schedstat_timeslices_total{cpu="5"} 6.982547954e+09 node_schedstat_timeslices_total{cpu="6"} 7.055608996e+09 node_schedstat_timeslices_total{cpu="7"} 7.015373537e+09 node_schedstat_timeslices_total{cpu="8"} 6.806080237e+09 node_schedstat_timeslices_total{cpu="9"} 6.739228166e+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"} 7575.052126608 node_schedstat_waiting_seconds_total{cpu="1"} 6840.542349899 node_schedstat_waiting_seconds_total{cpu="10"} 8049.909259702 node_schedstat_waiting_seconds_total{cpu="11"} 7947.212341486 node_schedstat_waiting_seconds_total{cpu="12"} 7765.215114191 node_schedstat_waiting_seconds_total{cpu="13"} 7543.553083455 node_schedstat_waiting_seconds_total{cpu="14"} 7412.462245822 node_schedstat_waiting_seconds_total{cpu="15"} 7222.078981652 node_schedstat_waiting_seconds_total{cpu="2"} 6742.524672582 node_schedstat_waiting_seconds_total{cpu="3"} 6762.172688089 node_schedstat_waiting_seconds_total{cpu="4"} 6786.481700642 node_schedstat_waiting_seconds_total{cpu="5"} 6766.544828623 node_schedstat_waiting_seconds_total{cpu="6"} 6916.013693432 node_schedstat_waiting_seconds_total{cpu="7"} 6961.598916511 node_schedstat_waiting_seconds_total{cpu="8"} 8019.965741019 node_schedstat_waiting_seconds_total{cpu="9"} 8064.510360344 # 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.005291263 node_scrape_collector_duration_seconds{collector="bcache"} 1.7233e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.7844e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.036182754 node_scrape_collector_duration_seconds{collector="conntrack"} 4.5766e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.000992268 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.048651812 node_scrape_collector_duration_seconds{collector="diskstats"} 0.002300013 node_scrape_collector_duration_seconds{collector="dmi"} 7.824e-06 node_scrape_collector_duration_seconds{collector="edac"} 2.2543e-05 node_scrape_collector_duration_seconds{collector="entropy"} 9.4809e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 6.743e-06 node_scrape_collector_duration_seconds{collector="filefd"} 2.4557e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.036321587 node_scrape_collector_duration_seconds{collector="hwmon"} 0.052797828 node_scrape_collector_duration_seconds{collector="infiniband"} 9.899e-06 node_scrape_collector_duration_seconds{collector="ipvs"} 1.1682e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 2.5579e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 8.9249e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000142219 node_scrape_collector_duration_seconds{collector="netclass"} 0.124610883 node_scrape_collector_duration_seconds{collector="netdev"} 0.000214976 node_scrape_collector_duration_seconds{collector="netstat"} 0.000558678 node_scrape_collector_duration_seconds{collector="nfs"} 1.7002e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 1.0961e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.000144764 node_scrape_collector_duration_seconds{collector="os"} 3.0327e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.3805e-05 node_scrape_collector_duration_seconds{collector="pressure"} 9.9919e-05 node_scrape_collector_duration_seconds{collector="rapl"} 4.0907e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000155705 node_scrape_collector_duration_seconds{collector="selinux"} 1.182e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 9.3547e-05 node_scrape_collector_duration_seconds{collector="softnet"} 9.4228e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000175432 node_scrape_collector_duration_seconds{collector="tapestats"} 8.045e-06 node_scrape_collector_duration_seconds{collector="textfile"} 1.3987e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000898019 node_scrape_collector_duration_seconds{collector="time"} 7.5533e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.2845e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000202273 node_scrape_collector_duration_seconds{collector="uname"} 5.58e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000102404 node_scrape_collector_duration_seconds{collector="watchdog"} 1.4307e-05 node_scrape_collector_duration_seconds{collector="xfs"} 8.776e-06 node_scrape_collector_duration_seconds{collector="zfs"} 9.338e-06 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 1 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 3 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 5392 # 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 4438 # 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.8178048e+07 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 109 # 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 446464 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 7 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 13763 node_softnet_dropped_total{cpu="1"} 61 node_softnet_dropped_total{cpu="10"} 3663 node_softnet_dropped_total{cpu="11"} 163 node_softnet_dropped_total{cpu="12"} 24373 node_softnet_dropped_total{cpu="13"} 7 node_softnet_dropped_total{cpu="14"} 4534 node_softnet_dropped_total{cpu="15"} 48 node_softnet_dropped_total{cpu="2"} 121 node_softnet_dropped_total{cpu="3"} 185 node_softnet_dropped_total{cpu="4"} 888 node_softnet_dropped_total{cpu="5"} 42 node_softnet_dropped_total{cpu="6"} 23482 node_softnet_dropped_total{cpu="7"} 139 node_softnet_dropped_total{cpu="8"} 15306 node_softnet_dropped_total{cpu="9"} 1 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 1.49085111e+08 node_softnet_processed_total{cpu="1"} 2.06407141e+08 node_softnet_processed_total{cpu="10"} 2.3663991e+08 node_softnet_processed_total{cpu="11"} 2.08308707e+08 node_softnet_processed_total{cpu="12"} 2.25552226e+08 node_softnet_processed_total{cpu="13"} 1.50585675e+08 node_softnet_processed_total{cpu="14"} 1.48251382e+08 node_softnet_processed_total{cpu="15"} 1.78549022e+08 node_softnet_processed_total{cpu="2"} 2.47657813e+08 node_softnet_processed_total{cpu="3"} 2.32914005e+08 node_softnet_processed_total{cpu="4"} 2.44430827e+08 node_softnet_processed_total{cpu="5"} 1.84597325e+08 node_softnet_processed_total{cpu="6"} 1.66330928e+08 node_softnet_processed_total{cpu="7"} 2.11643685e+08 node_softnet_processed_total{cpu="8"} 1.53083657e+08 node_softnet_processed_total{cpu="9"} 1.54885969e+08 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="9"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 0 node_softnet_times_squeezed_total{cpu="1"} 0 node_softnet_times_squeezed_total{cpu="10"} 0 node_softnet_times_squeezed_total{cpu="11"} 0 node_softnet_times_squeezed_total{cpu="12"} 0 node_softnet_times_squeezed_total{cpu="13"} 0 node_softnet_times_squeezed_total{cpu="14"} 0 node_softnet_times_squeezed_total{cpu="15"} 0 node_softnet_times_squeezed_total{cpu="2"} 0 node_softnet_times_squeezed_total{cpu="3"} 0 node_softnet_times_squeezed_total{cpu="4"} 0 node_softnet_times_squeezed_total{cpu="5"} 0 node_softnet_times_squeezed_total{cpu="6"} 0 node_softnet_times_squeezed_total{cpu="7"} 0 node_softnet_times_squeezed_total{cpu="8"} 0 node_softnet_times_squeezed_total{cpu="9"} 0 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="hpet",device="0"} 1 node_time_clocksource_available_info{clocksource="tsc",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="tsc",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7904817892900631e+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.00001267868042 # 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.7595 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -4.943e-06 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="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 79 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 2.393346791763e+12 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 9.439857e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.21807917e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 3.359318979e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 2.3813745e+07 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 3.7794435e+07 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 329358.96 # 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 3.626810188e+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 9.9558515787e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.7801216e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.74730875648e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273409536e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 72 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 2.870522e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0