# 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"} 2.7403e-05 go_gc_duration_seconds{quantile="0.25"} 4.6103e-05 go_gc_duration_seconds{quantile="0.5"} 5.3604e-05 go_gc_duration_seconds{quantile="0.75"} 6.5906e-05 go_gc_duration_seconds{quantile="1"} 0.000238419 go_gc_duration_seconds_sum 2.048864299 go_gc_duration_seconds_count 29624 # 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 10 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.1"} 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.197184e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 6.589120128e+10 # 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.081178e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 6.74468286e+08 # 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.683056e+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.197184e+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.478144e+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.890048e+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 39994 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 8.241152e+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.5368192e+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.7801865798520215e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 6.7450828e+08 # 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 2296 # 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 48216 # 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 106400 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 163200 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 6.262698e+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 969382 # 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.376256e+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.376256e+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.368948e+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 22 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="br-3456f4bb5108"} 1 node_arp_entries{device="br-af2593ff5db3"} 1 node_arp_entries{device="cni0"} 29 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.768327475e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.75449742964e+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="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"} 3 node_cooling_device_max_state{name="1",type="Processor"} 3 node_cooling_device_max_state{name="10",type="Processor"} 3 node_cooling_device_max_state{name="11",type="Processor"} 3 node_cooling_device_max_state{name="12",type="Processor"} 3 node_cooling_device_max_state{name="13",type="Processor"} 3 node_cooling_device_max_state{name="14",type="Processor"} 3 node_cooling_device_max_state{name="15",type="Processor"} 3 node_cooling_device_max_state{name="2",type="Processor"} 3 node_cooling_device_max_state{name="3",type="Processor"} 3 node_cooling_device_max_state{name="4",type="Processor"} 3 node_cooling_device_max_state{name="5",type="Processor"} 3 node_cooling_device_max_state{name="6",type="Processor"} 3 node_cooling_device_max_state{name="7",type="Processor"} 3 node_cooling_device_max_state{name="8",type="Processor"} 3 node_cooling_device_max_state{name="9",type="Processor"} 3 # 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"} 3e+09 node_cpu_frequency_max_hertz{cpu="1"} 3e+09 node_cpu_frequency_max_hertz{cpu="10"} 3e+09 node_cpu_frequency_max_hertz{cpu="11"} 3e+09 node_cpu_frequency_max_hertz{cpu="12"} 3e+09 node_cpu_frequency_max_hertz{cpu="13"} 3e+09 node_cpu_frequency_max_hertz{cpu="14"} 3e+09 node_cpu_frequency_max_hertz{cpu="15"} 3e+09 node_cpu_frequency_max_hertz{cpu="2"} 3e+09 node_cpu_frequency_max_hertz{cpu="3"} 3e+09 node_cpu_frequency_max_hertz{cpu="4"} 3e+09 node_cpu_frequency_max_hertz{cpu="5"} 3e+09 node_cpu_frequency_max_hertz{cpu="6"} 3e+09 node_cpu_frequency_max_hertz{cpu="7"} 3e+09 node_cpu_frequency_max_hertz{cpu="8"} 3e+09 node_cpu_frequency_max_hertz{cpu="9"} 3e+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"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="1"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="10"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="11"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="12"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="13"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="14"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="15"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="2"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="3"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="4"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="5"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="6"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="7"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="8"} 1.2e+09 node_cpu_frequency_min_hertz{cpu="9"} 1.2e+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"} 3.504979e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 3.497418e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 3.591603e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 3.596207e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 3.550076e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 3.592417e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 3.591706e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 3.588144e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 3.591631e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 3.592797e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 3.591828e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 3.591595e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 3.591504e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 3.591872e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 3.591824e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 3.585691e+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"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="10"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="11"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="12"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="13"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="14"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="15"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="8"} 3e+09 node_cpu_scaling_frequency_max_hertz{cpu="9"} 3e+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"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="1"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="10"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="11"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="12"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="13"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="14"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="15"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="2"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="3"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="4"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="5"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="6"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="7"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="8"} 1.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="9"} 1.2e+09 # HELP node_cpu_scaling_governor Current enabled CPU frequency governor. # TYPE node_cpu_scaling_governor gauge node_cpu_scaling_governor{cpu="0",governor="performance"} 1 node_cpu_scaling_governor{cpu="0",governor="powersave"} 0 node_cpu_scaling_governor{cpu="1",governor="performance"} 1 node_cpu_scaling_governor{cpu="1",governor="powersave"} 0 node_cpu_scaling_governor{cpu="10",governor="performance"} 1 node_cpu_scaling_governor{cpu="10",governor="powersave"} 0 node_cpu_scaling_governor{cpu="11",governor="performance"} 1 node_cpu_scaling_governor{cpu="11",governor="powersave"} 0 node_cpu_scaling_governor{cpu="12",governor="performance"} 1 node_cpu_scaling_governor{cpu="12",governor="powersave"} 0 node_cpu_scaling_governor{cpu="13",governor="performance"} 1 node_cpu_scaling_governor{cpu="13",governor="powersave"} 0 node_cpu_scaling_governor{cpu="14",governor="performance"} 1 node_cpu_scaling_governor{cpu="14",governor="powersave"} 0 node_cpu_scaling_governor{cpu="15",governor="performance"} 1 node_cpu_scaling_governor{cpu="15",governor="powersave"} 0 node_cpu_scaling_governor{cpu="2",governor="performance"} 1 node_cpu_scaling_governor{cpu="2",governor="powersave"} 0 node_cpu_scaling_governor{cpu="3",governor="performance"} 1 node_cpu_scaling_governor{cpu="3",governor="powersave"} 0 node_cpu_scaling_governor{cpu="4",governor="performance"} 1 node_cpu_scaling_governor{cpu="4",governor="powersave"} 0 node_cpu_scaling_governor{cpu="5",governor="performance"} 1 node_cpu_scaling_governor{cpu="5",governor="powersave"} 0 node_cpu_scaling_governor{cpu="6",governor="performance"} 1 node_cpu_scaling_governor{cpu="6",governor="powersave"} 0 node_cpu_scaling_governor{cpu="7",governor="performance"} 1 node_cpu_scaling_governor{cpu="7",governor="powersave"} 0 node_cpu_scaling_governor{cpu="8",governor="performance"} 1 node_cpu_scaling_governor{cpu="8",governor="powersave"} 0 node_cpu_scaling_governor{cpu="9",governor="performance"} 1 node_cpu_scaling_governor{cpu="9",governor="powersave"} 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"} 8.49437279e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 6007.06 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 142.44 node_cpu_seconds_total{cpu="0",mode="softirq"} 63638.82 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 111684.14 node_cpu_seconds_total{cpu="0",mode="user"} 3.11989515e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 1.107575709e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 23613.84 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 309.41 node_cpu_seconds_total{cpu="1",mode="softirq"} 80073.9 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 132408.86 node_cpu_seconds_total{cpu="1",mode="user"} 479456.29 node_cpu_seconds_total{cpu="10",mode="idle"} 8.50242363e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 6537.65 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 161.88 node_cpu_seconds_total{cpu="10",mode="softirq"} 44040.51 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 105582.1 node_cpu_seconds_total{cpu="10",mode="user"} 3.1194571e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 1.1192592e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 24039.48 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 303.76 node_cpu_seconds_total{cpu="11",mode="softirq"} 5167.2 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 132516.4 node_cpu_seconds_total{cpu="11",mode="user"} 425436.22 node_cpu_seconds_total{cpu="12",mode="idle"} 8.51129506e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 6265.05 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 189.29 node_cpu_seconds_total{cpu="12",mode="softirq"} 3734.89 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 105979.38 node_cpu_seconds_total{cpu="12",mode="user"} 3.14969558e+06 node_cpu_seconds_total{cpu="13",mode="idle"} 1.119269603e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 23570.4 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 327.32 node_cpu_seconds_total{cpu="13",mode="softirq"} 4800.87 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 132488.24 node_cpu_seconds_total{cpu="13",mode="user"} 426166.63 node_cpu_seconds_total{cpu="14",mode="idle"} 8.50746454e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 6052.16 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 188.27 node_cpu_seconds_total{cpu="14",mode="softirq"} 3546.12 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 106083.3 node_cpu_seconds_total{cpu="14",mode="user"} 3.15578819e+06 node_cpu_seconds_total{cpu="15",mode="idle"} 1.106844409e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 23349.79 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 308.54 node_cpu_seconds_total{cpu="15",mode="softirq"} 4446.53 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 139065.21 node_cpu_seconds_total{cpu="15",mode="user"} 545178.73 node_cpu_seconds_total{cpu="2",mode="idle"} 8.5142318e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 6611.75 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 242.55 node_cpu_seconds_total{cpu="2",mode="softirq"} 8102.16 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 107889.13 node_cpu_seconds_total{cpu="2",mode="user"} 3.14349464e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 1.114458761e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 18141.05 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 287.02 node_cpu_seconds_total{cpu="3",mode="softirq"} 49448.52 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 131240.73 node_cpu_seconds_total{cpu="3",mode="user"} 435072.46 node_cpu_seconds_total{cpu="4",mode="idle"} 8.50899639e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 7724.71 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 182.2 node_cpu_seconds_total{cpu="4",mode="softirq"} 44335.37 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 106415.62 node_cpu_seconds_total{cpu="4",mode="user"} 3.10790092e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 1.116693685e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 24799.77 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 301.45 node_cpu_seconds_total{cpu="5",mode="softirq"} 38383.71 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 130950.23 node_cpu_seconds_total{cpu="5",mode="user"} 430385.97 node_cpu_seconds_total{cpu="6",mode="idle"} 8.5026753e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 7285.23 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 215.98 node_cpu_seconds_total{cpu="6",mode="softirq"} 48781.84 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 105526.85 node_cpu_seconds_total{cpu="6",mode="user"} 3.11306622e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 1.117131611e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 25519.63 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 327.56 node_cpu_seconds_total{cpu="7",mode="softirq"} 33877.06 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 131464.36 node_cpu_seconds_total{cpu="7",mode="user"} 427502.5 node_cpu_seconds_total{cpu="8",mode="idle"} 8.50465064e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 6899.24 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 178.96 node_cpu_seconds_total{cpu="8",mode="softirq"} 45523.29 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 105396.84 node_cpu_seconds_total{cpu="8",mode="user"} 3.11510422e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 1.117311468e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 25274.71 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 301.8 node_cpu_seconds_total{cpu="9",mode="softirq"} 33485.67 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 131429 node_cpu_seconds_total{cpu="9",mode="user"} 426517.88 # HELP node_disk_device_mapper_info Info about disk device mapper. # TYPE node_disk_device_mapper_info gauge node_disk_device_mapper_info{device="dm-0",lv_layer="",lv_name="ubuntu-lv",name="ubuntu--vg-ubuntu--lv",uuid="LVM-HSnUiYo1KMtCltAx8wdORGgfE7rnOBfVTZFridsf0w2Un3yq6TX067AjvwVTXVOa",vg_name="ubuntu-vg"} 1 # 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.224 node_disk_discard_time_seconds_total{device="sda"} 0.24 node_disk_discard_time_seconds_total{device="sdb"} 0.877 node_disk_discard_time_seconds_total{device="sr0"} 0 # 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"} 2.88656944e+08 node_disk_discarded_sectors_total{device="sda"} 2.92547568e+08 node_disk_discarded_sectors_total{device="sdb"} 1.787910456e+09 node_disk_discarded_sectors_total{device="sr0"} 0 # 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"} 1812 node_disk_discards_completed_total{device="sda"} 1829 node_disk_discards_completed_total{device="sdb"} 7310 node_disk_discards_completed_total{device="sr0"} 0 # 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="sda"} 0 node_disk_discards_merged_total{device="sdb"} 0 node_disk_discards_merged_total{device="sr0"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="dm-0",type="ext4",usage="filesystem",uuid="f0fd81fe-a486-42eb-84b8-91b0aa69d67a",version="1.0"} 1 # 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="sda",major="8",minor="0",model="Virtual_Disk",path="acpi-VMBUS:01-vmbus-00000000000088990000000000000000-lun-0",revision="1.0",rotational="1",serial="60022480d9403ad72c1646924d4cd839",wwn="0x60022480d9403ad72c1646924d4cd839"} 1 node_disk_info{device="sdb",major="8",minor="16",model="Virtual_Disk",path="acpi-VMBUS:01-vmbus-00000000000188990000000000000000-lun-0",revision="1.0",rotational="1",serial="60022480f4ba54db4b19391eda731533",wwn="0x60022480f4ba54db4b19391eda731533"} 1 node_disk_info{device="sr0",major="11",minor="0",model="Virtual_CD",path="pci-0000:00:07.1-ata-2",revision="1.0",rotational="1",serial="Virtual_CD",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="sda"} 0 node_disk_io_now{device="sdb"} 0 node_disk_io_now{device="sr0"} 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"} 79594.444 node_disk_io_time_seconds_total{device="sda"} 79538.364 node_disk_io_time_seconds_total{device="sdb"} 103267.996 node_disk_io_time_seconds_total{device="sr0"} 0.23600000000000002 # 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"} 153455.024 node_disk_io_time_weighted_seconds_total{device="sda"} 19720.152000000002 node_disk_io_time_weighted_seconds_total{device="sdb"} 18843.696 node_disk_io_time_weighted_seconds_total{device="sr0"} 0.044 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="dm-0"} 2.6988174336e+10 node_disk_read_bytes_total{device="sda"} 2.7272264192e+10 node_disk_read_bytes_total{device="sdb"} 4.35375576064e+11 node_disk_read_bytes_total{device="sr0"} 495616 # 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"} 621.98 node_disk_read_time_seconds_total{device="sda"} 507.195 node_disk_read_time_seconds_total{device="sdb"} 9570.647 node_disk_read_time_seconds_total{device="sr0"} 0.161 # 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"} 906901 node_disk_reads_completed_total{device="sda"} 814872 node_disk_reads_completed_total{device="sdb"} 1.5081295e+07 node_disk_reads_completed_total{device="sr0"} 88 # 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="sda"} 100359 node_disk_reads_merged_total{device="sdb"} 360603 node_disk_reads_merged_total{device="sr0"} 0 # 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"} 152832.82 node_disk_write_time_seconds_total{device="sda"} 173696.157 node_disk_write_time_seconds_total{device="sdb"} 102977.905 node_disk_write_time_seconds_total{device="sr0"} 0 # 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"} 2.67977166e+08 node_disk_writes_completed_total{device="sda"} 2.09799178e+08 node_disk_writes_completed_total{device="sdb"} 1.2994337e+08 node_disk_writes_completed_total{device="sr0"} 0 # 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="sda"} 7.567785e+07 node_disk_writes_merged_total{device="sdb"} 1.96841267e+08 node_disk_writes_merged_total{device="sr0"} 0 # 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.345450975232e+12 node_disk_written_bytes_total{device="sda"} 1.332566934016e+12 node_disk_written_bytes_total{device="sdb"} 2.40550019072e+12 node_disk_written_bytes_total{device="sr0"} 0 # 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="12/07/2018",bios_vendor="American Megatrends Inc.",bios_version="090008",board_name="Virtual Machine",board_vendor="Microsoft Corporation",board_version="7.0",chassis_asset_tag="8058-1485-5248-8228-9345-0565-06",chassis_vendor="Microsoft Corporation",chassis_version="7.0",product_name="Virtual Machine",product_version="7.0",system_vendor="Microsoft Corporation"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 3855 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 4096 # 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.26.1",revision="0dd664dece3f8319f6bec5a221acd2c7ad13a23d",tags="unknown",version="1.11.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 20416 # 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/ubuntu--vg-ubuntu--lv",device_error="",fstype="ext4",mountpoint="/"} 2.2010556416e+10 node_filesystem_avail_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 1.490448384e+09 node_filesystem_avail_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/home"} 7.5433537536e+10 node_filesystem_avail_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/www"} 7.5433537536e+10 node_filesystem_avail_bytes{device="61.184.12.202:/gv0",device_error="",fstype="fuse.glusterfs",mountpoint="/mnt/gfs"} 7.5433537536e+10 node_filesystem_avail_bytes{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/home/oss"} 7.5433537536e+10 node_filesystem_avail_bytes{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/mnt/prometheus-rule"} 1.8446744073709543e+19 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.353120768e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 3.353120768e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.367026688e+09 # 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/ubuntu--vg-ubuntu--lv",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/home"} 0 node_filesystem_device_error{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/www"} 0 node_filesystem_device_error{device="61.184.12.202:/gv0",device_error="",fstype="fuse.glusterfs",mountpoint="/mnt/gfs"} 0 node_filesystem_device_error{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/home/oss"} 0 node_filesystem_device_error{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/mnt/prometheus-rule"} 0 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/03f115bb78f7b32ec1b73f1919ccdcb361f4cbe02d82668423a8a9fa9bf37855/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/08619f6c227ef6ebb7e15b3929add30f1b4ba2625890eee100352ad6086cce44/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/12ad17cbdf338a1da41cf3c66f55e3e6c11b5922cfd84120482875b8a8d52d2e/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/15fe9e5f4de878ca717a6f7c25a3f80839ab7c95f3a0799f4881fb7887e2071c/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/1e862f532ccdfc9090c4ae46fd76110de5c1259c6f1a2c6be3300d2fda535075/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/2b46ab843f26961d2c16a51b11ad80c69fc851789c8abb61eab2153c2737344b/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/2bf4fe3bc76caaf2c59b49de1f22ec87fa618afa5be3c7637a4dcdaf150bd910/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/2d190e4ef45e733857ad83a4a9e81d27768d88b61facb07a026010bdbf6794f5/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/2d3985349580e72b756db7370fa6fa1780b3280cbb5fffb6704623371bce5510/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/3f4cd803c218d82a83de6cfa1db2976eaca9bf50d7bfd3097eb8068ab5f7dbfa/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/5930c660e9c02905731cba94155214798af7ad530953872864e0df81ffe156db/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/59d99b5aee223632870231741c7ffc8d105e3bff6066834c376c95ef6860ab30/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/5ae17df44d83442124c8a95e8d84fab31ea377ba323d768648baeb20a148476a/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/5ef3056fe3cc46d101612614c5263de1d2416e6114b877810e6565b565f20d33/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/5f16bf327b57f6b187d8836d45b6d6690b81ea02ec848da50814a0be761c7ac4/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/65d95d9a3aceb7e8fe76029e15c0eb8f780975bc1b5b4959d78e6cb2aac14d00/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/705eb2282c266476742b95e42914a16ec023720b7e92fbbb83f1a6f2049953b1/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/7165965354b59165d2f174ad6fb558d870d1377641c26f0d941bb9871ee10946/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/71ad9a724940ab696de1915e5b254217e0d2f2967a783e6b70ec6bde8f4ae577/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/72925754d729a870c7031365b5fe4d63f1e937855d40faafa6d7b1ce4c33a035/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/7342353544a9d6dea73df72882f3b47d153b90d850db87a4bb17bb84d5e7e8a7/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/75a8cf9e7281dabdacf40aa9d80828a213a0f2c6af2ee2e7b24d16a1a62321e7/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/78ae96f3557d700a93a4804b913bfcfdb02490931128a6ad4b8c6ce70763a262/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/80b74cada5c86302786feee44dd4475d585f15b39702f92bee527a17e5f4d391/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/8b009e35962ab1d36b70d95486cc61ba4dee6db1756c71bfe914a18a6d9bdfe4/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/8e4ed829efc016c70d7ba756fac6de76ea00cd6fe90f75515eb93f4ac06e45c9/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/9170e36067cbd1d5aa6eadaaf3b20d241ee828f45c8174262d1bdb49d369024a/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/9406e271d25215926c47b41b5b7866832fdc5f2deef8a75b1d980b6595aae1e7/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/9c0792be6380bfad3e5b657ae55b3420c932dadd035a64fab860c971adcbba41/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/a10aa1bfcbaacd11dd13bbecda4f01c7609d953f462cdbfa4d5dbb0f65dec933/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/a3686366d6e991fe6be114ca668b0c17e9e374daa4798a11e826f48a3a67b5a2/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/a8ace0a1bc4d0c99594efb4d752b7599b8373c149c1eff26f88dd76c466de11c/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/b127921290fb463b76c23df7c62903bf18b3d165c67fad474f8e70d3d4358f1a/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/c2551d98d07b17bb3d6fea409193ddd47213ffdb4526efc586df67aa76f859e7/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/c2cdb3cf3fa8baa1d78197a8faa3174ff737ace606f797a410351351f03c3c51/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/c4d2db540d697eee3d185a61ea0e45c86ed51ffe49079e3acbea95f992193abe/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/cb49d933f59b5d1a666460239b7d152cd59c436f3da37f1e3e33823bacbf81df/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/d54aff0c43ea62dbabaed6bdf21afaff904927f01370a6e2638bd6311bc04ece/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/dd985a574a17a993df8d36769901061060d83bf5765f262712e5ed57b2916ab2/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/e3b26e43d47352a67dff70e1fea5d0452312d694116888827e9241e1302fd362/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/e4d983e65b20269ed2abb470b65f04642e150a07fbbb1d7dce202a7016f65f2b/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/f41fff8f3195b6481df2e7d70b4ed79973d3bd33182e6b02c1f50aa33f0c43d1/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/f7a606c309c9baf9b0bacee63fb52e00f64e45b7d81650d39f5751c12ec3cacf/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/03f115bb78f7b32ec1b73f1919ccdcb361f4cbe02d82668423a8a9fa9bf37855/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/08619f6c227ef6ebb7e15b3929add30f1b4ba2625890eee100352ad6086cce44/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/12ad17cbdf338a1da41cf3c66f55e3e6c11b5922cfd84120482875b8a8d52d2e/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/15fe9e5f4de878ca717a6f7c25a3f80839ab7c95f3a0799f4881fb7887e2071c/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/1e862f532ccdfc9090c4ae46fd76110de5c1259c6f1a2c6be3300d2fda535075/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/2b46ab843f26961d2c16a51b11ad80c69fc851789c8abb61eab2153c2737344b/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/2bf4fe3bc76caaf2c59b49de1f22ec87fa618afa5be3c7637a4dcdaf150bd910/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/2d190e4ef45e733857ad83a4a9e81d27768d88b61facb07a026010bdbf6794f5/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/2d3985349580e72b756db7370fa6fa1780b3280cbb5fffb6704623371bce5510/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/3f4cd803c218d82a83de6cfa1db2976eaca9bf50d7bfd3097eb8068ab5f7dbfa/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/5930c660e9c02905731cba94155214798af7ad530953872864e0df81ffe156db/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/59d99b5aee223632870231741c7ffc8d105e3bff6066834c376c95ef6860ab30/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/5ae17df44d83442124c8a95e8d84fab31ea377ba323d768648baeb20a148476a/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/5ef3056fe3cc46d101612614c5263de1d2416e6114b877810e6565b565f20d33/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/5f16bf327b57f6b187d8836d45b6d6690b81ea02ec848da50814a0be761c7ac4/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/65d95d9a3aceb7e8fe76029e15c0eb8f780975bc1b5b4959d78e6cb2aac14d00/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/705eb2282c266476742b95e42914a16ec023720b7e92fbbb83f1a6f2049953b1/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/7165965354b59165d2f174ad6fb558d870d1377641c26f0d941bb9871ee10946/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/71ad9a724940ab696de1915e5b254217e0d2f2967a783e6b70ec6bde8f4ae577/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/72925754d729a870c7031365b5fe4d63f1e937855d40faafa6d7b1ce4c33a035/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/7342353544a9d6dea73df72882f3b47d153b90d850db87a4bb17bb84d5e7e8a7/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/75a8cf9e7281dabdacf40aa9d80828a213a0f2c6af2ee2e7b24d16a1a62321e7/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/78ae96f3557d700a93a4804b913bfcfdb02490931128a6ad4b8c6ce70763a262/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/80b74cada5c86302786feee44dd4475d585f15b39702f92bee527a17e5f4d391/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/8b009e35962ab1d36b70d95486cc61ba4dee6db1756c71bfe914a18a6d9bdfe4/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/8e4ed829efc016c70d7ba756fac6de76ea00cd6fe90f75515eb93f4ac06e45c9/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/9170e36067cbd1d5aa6eadaaf3b20d241ee828f45c8174262d1bdb49d369024a/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/9406e271d25215926c47b41b5b7866832fdc5f2deef8a75b1d980b6595aae1e7/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/9c0792be6380bfad3e5b657ae55b3420c932dadd035a64fab860c971adcbba41/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/a10aa1bfcbaacd11dd13bbecda4f01c7609d953f462cdbfa4d5dbb0f65dec933/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/a3686366d6e991fe6be114ca668b0c17e9e374daa4798a11e826f48a3a67b5a2/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/a8ace0a1bc4d0c99594efb4d752b7599b8373c149c1eff26f88dd76c466de11c/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/b127921290fb463b76c23df7c62903bf18b3d165c67fad474f8e70d3d4358f1a/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/c2551d98d07b17bb3d6fea409193ddd47213ffdb4526efc586df67aa76f859e7/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/c2cdb3cf3fa8baa1d78197a8faa3174ff737ace606f797a410351351f03c3c51/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/c4d2db540d697eee3d185a61ea0e45c86ed51ffe49079e3acbea95f992193abe/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/cb49d933f59b5d1a666460239b7d152cd59c436f3da37f1e3e33823bacbf81df/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/d54aff0c43ea62dbabaed6bdf21afaff904927f01370a6e2638bd6311bc04ece/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/dd985a574a17a993df8d36769901061060d83bf5765f262712e5ed57b2916ab2/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/e3b26e43d47352a67dff70e1fea5d0452312d694116888827e9241e1302fd362/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/e4d983e65b20269ed2abb470b65f04642e150a07fbbb1d7dce202a7016f65f2b/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/f41fff8f3195b6481df2e7d70b4ed79973d3bd33182e6b02c1f50aa33f0c43d1/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/f7a606c309c9baf9b0bacee63fb52e00f64e45b7d81650d39f5751c12ec3cacf/mounts/shm"} 1 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/mapper/ubuntu--vg-ubuntu--lv",device_error="",fstype="ext4",mountpoint="/"} 2.506752e+06 node_filesystem_files{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 116160 node_filesystem_files{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/home"} 1.31072e+07 node_filesystem_files{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/www"} 1.31072e+07 node_filesystem_files{device="61.184.12.202:/gv0",device_error="",fstype="fuse.glusterfs",mountpoint="/mnt/gfs"} 1.31072e+07 node_filesystem_files{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/home/oss"} 1.31072e+07 node_filesystem_files{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/mnt/prometheus-rule"} 1.8014398509481984e+16 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.11014e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.11014e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 4.11014e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 4.11014e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/mapper/ubuntu--vg-ubuntu--lv",device_error="",fstype="ext4",mountpoint="/"} 2.338999e+06 node_filesystem_files_free{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 115844 node_filesystem_files_free{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/home"} 1.1808938e+07 node_filesystem_files_free{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/www"} 1.1808938e+07 node_filesystem_files_free{device="61.184.12.202:/gv0",device_error="",fstype="fuse.glusterfs",mountpoint="/mnt/gfs"} 1.1808938e+07 node_filesystem_files_free{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/home/oss"} 1.1808938e+07 node_filesystem_files_free{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/mnt/prometheus-rule"} 1.8014398509481984e+16 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.106209e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.110137e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 4.106209e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 4.110117e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/mapper/ubuntu--vg-ubuntu--lv",device_error="",fstype="ext4",mountpoint="/"} 2.3797633024e+10 node_filesystem_free_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 1.602330624e+09 node_filesystem_free_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/home"} 8.6187679744e+10 node_filesystem_free_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/www"} 8.6187679744e+10 node_filesystem_free_bytes{device="61.184.12.202:/gv0",device_error="",fstype="fuse.glusterfs",mountpoint="/mnt/gfs"} 8.4085276672e+10 node_filesystem_free_bytes{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/home/oss"} 8.6187679744e+10 node_filesystem_free_bytes{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/mnt/prometheus-rule"} 1.8446744073709543e+19 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.353120768e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 3.353120768e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.367026688e+09 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/mapper/ubuntu--vg-ubuntu--lv",major="253",minor="0",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sda2",major="8",minor="2",mountpoint="/boot"} 1 node_filesystem_mount_info{device="/dev/sdb1",major="8",minor="17",mountpoint="/home"} 1 node_filesystem_mount_info{device="/dev/sdb1",major="8",minor="17",mountpoint="/www"} 1 node_filesystem_mount_info{device="61.184.12.202:/gv0",major="0",minor="432",mountpoint="/mnt/gfs"} 1 node_filesystem_mount_info{device="ossfs2",major="0",minor="360",mountpoint="/mnt/prometheus-rule"} 1 node_filesystem_mount_info{device="ossfs2",major="0",minor="51",mountpoint="/home/oss"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run/snapd/ns"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="27",mountpoint="/run/lock"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="49",mountpoint="/run/user/0"} 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/ubuntu--vg-ubuntu--lv",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/home"} 0 node_filesystem_purgeable_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/www"} 0 node_filesystem_purgeable_bytes{device="61.184.12.202:/gv0",device_error="",fstype="fuse.glusterfs",mountpoint="/mnt/gfs"} 0 node_filesystem_purgeable_bytes{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/home/oss"} 0 node_filesystem_purgeable_bytes{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/mnt/prometheus-rule"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/mapper/ubuntu--vg-ubuntu--lv",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/home"} 0 node_filesystem_readonly{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/www"} 0 node_filesystem_readonly{device="61.184.12.202:/gv0",device_error="",fstype="fuse.glusterfs",mountpoint="/mnt/gfs"} 0 node_filesystem_readonly{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/home/oss"} 0 node_filesystem_readonly{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/mnt/prometheus-rule"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/03f115bb78f7b32ec1b73f1919ccdcb361f4cbe02d82668423a8a9fa9bf37855/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/08619f6c227ef6ebb7e15b3929add30f1b4ba2625890eee100352ad6086cce44/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/12ad17cbdf338a1da41cf3c66f55e3e6c11b5922cfd84120482875b8a8d52d2e/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/15fe9e5f4de878ca717a6f7c25a3f80839ab7c95f3a0799f4881fb7887e2071c/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/1e862f532ccdfc9090c4ae46fd76110de5c1259c6f1a2c6be3300d2fda535075/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/2b46ab843f26961d2c16a51b11ad80c69fc851789c8abb61eab2153c2737344b/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/2bf4fe3bc76caaf2c59b49de1f22ec87fa618afa5be3c7637a4dcdaf150bd910/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/2d190e4ef45e733857ad83a4a9e81d27768d88b61facb07a026010bdbf6794f5/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/2d3985349580e72b756db7370fa6fa1780b3280cbb5fffb6704623371bce5510/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/3f4cd803c218d82a83de6cfa1db2976eaca9bf50d7bfd3097eb8068ab5f7dbfa/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/5930c660e9c02905731cba94155214798af7ad530953872864e0df81ffe156db/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/59d99b5aee223632870231741c7ffc8d105e3bff6066834c376c95ef6860ab30/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/5ae17df44d83442124c8a95e8d84fab31ea377ba323d768648baeb20a148476a/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/5ef3056fe3cc46d101612614c5263de1d2416e6114b877810e6565b565f20d33/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/5f16bf327b57f6b187d8836d45b6d6690b81ea02ec848da50814a0be761c7ac4/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/65d95d9a3aceb7e8fe76029e15c0eb8f780975bc1b5b4959d78e6cb2aac14d00/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/705eb2282c266476742b95e42914a16ec023720b7e92fbbb83f1a6f2049953b1/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/7165965354b59165d2f174ad6fb558d870d1377641c26f0d941bb9871ee10946/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/71ad9a724940ab696de1915e5b254217e0d2f2967a783e6b70ec6bde8f4ae577/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/72925754d729a870c7031365b5fe4d63f1e937855d40faafa6d7b1ce4c33a035/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/7342353544a9d6dea73df72882f3b47d153b90d850db87a4bb17bb84d5e7e8a7/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/75a8cf9e7281dabdacf40aa9d80828a213a0f2c6af2ee2e7b24d16a1a62321e7/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/78ae96f3557d700a93a4804b913bfcfdb02490931128a6ad4b8c6ce70763a262/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/80b74cada5c86302786feee44dd4475d585f15b39702f92bee527a17e5f4d391/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/8b009e35962ab1d36b70d95486cc61ba4dee6db1756c71bfe914a18a6d9bdfe4/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/8e4ed829efc016c70d7ba756fac6de76ea00cd6fe90f75515eb93f4ac06e45c9/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/9170e36067cbd1d5aa6eadaaf3b20d241ee828f45c8174262d1bdb49d369024a/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/9406e271d25215926c47b41b5b7866832fdc5f2deef8a75b1d980b6595aae1e7/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/9c0792be6380bfad3e5b657ae55b3420c932dadd035a64fab860c971adcbba41/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/a10aa1bfcbaacd11dd13bbecda4f01c7609d953f462cdbfa4d5dbb0f65dec933/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/a3686366d6e991fe6be114ca668b0c17e9e374daa4798a11e826f48a3a67b5a2/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/a8ace0a1bc4d0c99594efb4d752b7599b8373c149c1eff26f88dd76c466de11c/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/b127921290fb463b76c23df7c62903bf18b3d165c67fad474f8e70d3d4358f1a/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/c2551d98d07b17bb3d6fea409193ddd47213ffdb4526efc586df67aa76f859e7/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/c2cdb3cf3fa8baa1d78197a8faa3174ff737ace606f797a410351351f03c3c51/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/c4d2db540d697eee3d185a61ea0e45c86ed51ffe49079e3acbea95f992193abe/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/cb49d933f59b5d1a666460239b7d152cd59c436f3da37f1e3e33823bacbf81df/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/d54aff0c43ea62dbabaed6bdf21afaff904927f01370a6e2638bd6311bc04ece/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/dd985a574a17a993df8d36769901061060d83bf5765f262712e5ed57b2916ab2/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/e3b26e43d47352a67dff70e1fea5d0452312d694116888827e9241e1302fd362/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/e4d983e65b20269ed2abb470b65f04642e150a07fbbb1d7dce202a7016f65f2b/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/f41fff8f3195b6481df2e7d70b4ed79973d3bd33182e6b02c1f50aa33f0c43d1/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/f7a606c309c9baf9b0bacee63fb52e00f64e45b7d81650d39f5751c12ec3cacf/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/03f115bb78f7b32ec1b73f1919ccdcb361f4cbe02d82668423a8a9fa9bf37855/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/08619f6c227ef6ebb7e15b3929add30f1b4ba2625890eee100352ad6086cce44/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/12ad17cbdf338a1da41cf3c66f55e3e6c11b5922cfd84120482875b8a8d52d2e/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/15fe9e5f4de878ca717a6f7c25a3f80839ab7c95f3a0799f4881fb7887e2071c/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/1e862f532ccdfc9090c4ae46fd76110de5c1259c6f1a2c6be3300d2fda535075/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/2b46ab843f26961d2c16a51b11ad80c69fc851789c8abb61eab2153c2737344b/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/2bf4fe3bc76caaf2c59b49de1f22ec87fa618afa5be3c7637a4dcdaf150bd910/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/2d190e4ef45e733857ad83a4a9e81d27768d88b61facb07a026010bdbf6794f5/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/2d3985349580e72b756db7370fa6fa1780b3280cbb5fffb6704623371bce5510/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/3f4cd803c218d82a83de6cfa1db2976eaca9bf50d7bfd3097eb8068ab5f7dbfa/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/5930c660e9c02905731cba94155214798af7ad530953872864e0df81ffe156db/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/59d99b5aee223632870231741c7ffc8d105e3bff6066834c376c95ef6860ab30/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/5ae17df44d83442124c8a95e8d84fab31ea377ba323d768648baeb20a148476a/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/5ef3056fe3cc46d101612614c5263de1d2416e6114b877810e6565b565f20d33/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/5f16bf327b57f6b187d8836d45b6d6690b81ea02ec848da50814a0be761c7ac4/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/65d95d9a3aceb7e8fe76029e15c0eb8f780975bc1b5b4959d78e6cb2aac14d00/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/705eb2282c266476742b95e42914a16ec023720b7e92fbbb83f1a6f2049953b1/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/7165965354b59165d2f174ad6fb558d870d1377641c26f0d941bb9871ee10946/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/71ad9a724940ab696de1915e5b254217e0d2f2967a783e6b70ec6bde8f4ae577/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/72925754d729a870c7031365b5fe4d63f1e937855d40faafa6d7b1ce4c33a035/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/7342353544a9d6dea73df72882f3b47d153b90d850db87a4bb17bb84d5e7e8a7/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/75a8cf9e7281dabdacf40aa9d80828a213a0f2c6af2ee2e7b24d16a1a62321e7/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/78ae96f3557d700a93a4804b913bfcfdb02490931128a6ad4b8c6ce70763a262/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/80b74cada5c86302786feee44dd4475d585f15b39702f92bee527a17e5f4d391/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/8b009e35962ab1d36b70d95486cc61ba4dee6db1756c71bfe914a18a6d9bdfe4/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/8e4ed829efc016c70d7ba756fac6de76ea00cd6fe90f75515eb93f4ac06e45c9/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/9170e36067cbd1d5aa6eadaaf3b20d241ee828f45c8174262d1bdb49d369024a/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/9406e271d25215926c47b41b5b7866832fdc5f2deef8a75b1d980b6595aae1e7/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/9c0792be6380bfad3e5b657ae55b3420c932dadd035a64fab860c971adcbba41/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/a10aa1bfcbaacd11dd13bbecda4f01c7609d953f462cdbfa4d5dbb0f65dec933/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/a3686366d6e991fe6be114ca668b0c17e9e374daa4798a11e826f48a3a67b5a2/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/a8ace0a1bc4d0c99594efb4d752b7599b8373c149c1eff26f88dd76c466de11c/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/b127921290fb463b76c23df7c62903bf18b3d165c67fad474f8e70d3d4358f1a/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/c2551d98d07b17bb3d6fea409193ddd47213ffdb4526efc586df67aa76f859e7/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/c2cdb3cf3fa8baa1d78197a8faa3174ff737ace606f797a410351351f03c3c51/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/c4d2db540d697eee3d185a61ea0e45c86ed51ffe49079e3acbea95f992193abe/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/cb49d933f59b5d1a666460239b7d152cd59c436f3da37f1e3e33823bacbf81df/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/d54aff0c43ea62dbabaed6bdf21afaff904927f01370a6e2638bd6311bc04ece/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/dd985a574a17a993df8d36769901061060d83bf5765f262712e5ed57b2916ab2/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/e3b26e43d47352a67dff70e1fea5d0452312d694116888827e9241e1302fd362/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/e4d983e65b20269ed2abb470b65f04642e150a07fbbb1d7dce202a7016f65f2b/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/f41fff8f3195b6481df2e7d70b4ed79973d3bd33182e6b02c1f50aa33f0c43d1/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/f7a606c309c9baf9b0bacee63fb52e00f64e45b7d81650d39f5751c12ec3cacf/mounts/shm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/mapper/ubuntu--vg-ubuntu--lv",device_error="",fstype="ext4",mountpoint="/"} 4.0275247104e+10 node_filesystem_size_bytes{device="/dev/sda2",device_error="",fstype="ext4",mountpoint="/boot"} 1.833099264e+09 node_filesystem_size_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/home"} 2.10240512e+11 node_filesystem_size_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/www"} 2.10240512e+11 node_filesystem_size_bytes{device="61.184.12.202:/gv0",device_error="",fstype="fuse.glusterfs",mountpoint="/mnt/gfs"} 2.10240512e+11 node_filesystem_size_bytes{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/home/oss"} 2.10240512e+11 node_filesystem_size_bytes{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/mnt/prometheus-rule"} 1.8446744073709543e+19 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.367026688e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 3.367026688e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.367026688e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 2.34026031e+08 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 3.6279925746e+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.79 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.62 # 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.0122742784e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 2.2902194176e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 2.779451392e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 4.4040192e+07 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.9909152768e+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 9.45004544e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 6.978813952e+09 # HELP node_memory_CmaFree_bytes Memory information field CmaFree_bytes. # TYPE node_memory_CmaFree_bytes gauge node_memory_CmaFree_bytes 0 # HELP node_memory_CmaTotal_bytes Memory information field CmaTotal_bytes. # TYPE node_memory_CmaTotal_bytes gauge node_memory_CmaTotal_bytes 0 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.559257088e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 4.4439883776e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.073741824e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 3.1817990144e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.541682688e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 851968 # 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 1097 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 168 # 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 1185 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 2.402168832e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 4.911489024e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 2.509320192e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 9.2041216e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.664483328e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 6.479929344e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 3.91471104e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.367026688e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 1.898496e+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 1.13926144e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.17112832e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.273311232e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 1.164382208e+09 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 2.626629632e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.43769344e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 1.898496e+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.3142016e+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 24576 # 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 9093 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 819375 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 2160 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 907582 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 1.303033e+06 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 4.7346667332e+10 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 5.016018851e+09 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.3798771783e+12 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 2.273200936154e+12 # 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 1 # 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 9.555837e+06 # 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 586224 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 679388 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 4.6136379e+07 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 322 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 2326 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.612975548e+09 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 2.1044241e+07 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.808205193e+09 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 1.4707312e+07 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 891429 # 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 1.4613645e+07 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 93 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 369813 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 1.3776652e+07 # 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-24c5a3961dba"} 3 node_network_address_assign_type{device="br-3456f4bb5108"} 3 node_network_address_assign_type{device="br-36b61a7a4b74"} 3 node_network_address_assign_type{device="br-44251edc8a44"} 3 node_network_address_assign_type{device="br-5fe626e25ab5"} 3 node_network_address_assign_type{device="br-a2d84e138cbd"} 3 node_network_address_assign_type{device="br-af2593ff5db3"} 3 node_network_address_assign_type{device="br-b8be70ed3bf8"} 3 node_network_address_assign_type{device="br-c9572b4c27e1"} 3 node_network_address_assign_type{device="br-e85238e2e4d5"} 3 node_network_address_assign_type{device="cni0"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="flannel.1"} 3 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth004397e8"} 1 node_network_address_assign_type{device="veth02a0e30b"} 1 node_network_address_assign_type{device="veth064001ed"} 1 node_network_address_assign_type{device="veth0c5060bc"} 1 node_network_address_assign_type{device="veth1132ac89"} 1 node_network_address_assign_type{device="veth243d41da"} 1 node_network_address_assign_type{device="veth2acfebd"} 1 node_network_address_assign_type{device="veth2c57ef7c"} 1 node_network_address_assign_type{device="veth2d1e80db"} 1 node_network_address_assign_type{device="veth301a0209"} 1 node_network_address_assign_type{device="veth3860871c"} 1 node_network_address_assign_type{device="veth39ceb597"} 1 node_network_address_assign_type{device="veth3a225fcd"} 1 node_network_address_assign_type{device="veth3e37160"} 1 node_network_address_assign_type{device="veth468b2183"} 1 node_network_address_assign_type{device="veth46e04e02"} 1 node_network_address_assign_type{device="veth47c903d0"} 1 node_network_address_assign_type{device="veth4d93723e"} 1 node_network_address_assign_type{device="veth5afc0db9"} 1 node_network_address_assign_type{device="veth648682cc"} 1 node_network_address_assign_type{device="veth6674c316"} 1 node_network_address_assign_type{device="veth798141d"} 1 node_network_address_assign_type{device="veth7cd2dbbd"} 1 node_network_address_assign_type{device="veth7e714859"} 1 node_network_address_assign_type{device="veth7e9056df"} 1 node_network_address_assign_type{device="veth97054861"} 1 node_network_address_assign_type{device="veth9bda8fef"} 1 node_network_address_assign_type{device="veth9cdf9d11"} 1 node_network_address_assign_type{device="vethc5855d0"} 1 node_network_address_assign_type{device="vethc7973d13"} 1 node_network_address_assign_type{device="vethc8876fb3"} 1 node_network_address_assign_type{device="vethc9938d7f"} 1 node_network_address_assign_type{device="vethc9fe2da7"} 1 node_network_address_assign_type{device="vethdaf3249b"} 1 node_network_address_assign_type{device="vethdc57a365"} 1 node_network_address_assign_type{device="vethfd6e1ac0"} 1 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-24c5a3961dba"} 0 node_network_carrier{device="br-3456f4bb5108"} 1 node_network_carrier{device="br-36b61a7a4b74"} 1 node_network_carrier{device="br-44251edc8a44"} 0 node_network_carrier{device="br-5fe626e25ab5"} 0 node_network_carrier{device="br-a2d84e138cbd"} 1 node_network_carrier{device="br-af2593ff5db3"} 1 node_network_carrier{device="br-b8be70ed3bf8"} 0 node_network_carrier{device="br-c9572b4c27e1"} 0 node_network_carrier{device="br-e85238e2e4d5"} 0 node_network_carrier{device="cni0"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="flannel.1"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth004397e8"} 1 node_network_carrier{device="veth02a0e30b"} 1 node_network_carrier{device="veth064001ed"} 1 node_network_carrier{device="veth0c5060bc"} 1 node_network_carrier{device="veth1132ac89"} 1 node_network_carrier{device="veth243d41da"} 1 node_network_carrier{device="veth2acfebd"} 1 node_network_carrier{device="veth2c57ef7c"} 1 node_network_carrier{device="veth2d1e80db"} 1 node_network_carrier{device="veth301a0209"} 1 node_network_carrier{device="veth3860871c"} 1 node_network_carrier{device="veth39ceb597"} 1 node_network_carrier{device="veth3a225fcd"} 1 node_network_carrier{device="veth3e37160"} 1 node_network_carrier{device="veth468b2183"} 1 node_network_carrier{device="veth46e04e02"} 1 node_network_carrier{device="veth47c903d0"} 1 node_network_carrier{device="veth4d93723e"} 1 node_network_carrier{device="veth5afc0db9"} 1 node_network_carrier{device="veth648682cc"} 1 node_network_carrier{device="veth6674c316"} 1 node_network_carrier{device="veth798141d"} 1 node_network_carrier{device="veth7cd2dbbd"} 1 node_network_carrier{device="veth7e714859"} 1 node_network_carrier{device="veth7e9056df"} 1 node_network_carrier{device="veth97054861"} 1 node_network_carrier{device="veth9bda8fef"} 1 node_network_carrier{device="veth9cdf9d11"} 1 node_network_carrier{device="vethc5855d0"} 1 node_network_carrier{device="vethc7973d13"} 1 node_network_carrier{device="vethc8876fb3"} 1 node_network_carrier{device="vethc9938d7f"} 1 node_network_carrier{device="vethc9fe2da7"} 1 node_network_carrier{device="vethdaf3249b"} 1 node_network_carrier{device="vethdc57a365"} 1 node_network_carrier{device="vethfd6e1ac0"} 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-24c5a3961dba"} 39 node_network_carrier_changes_total{device="br-3456f4bb5108"} 8 node_network_carrier_changes_total{device="br-36b61a7a4b74"} 84840 node_network_carrier_changes_total{device="br-44251edc8a44"} 113 node_network_carrier_changes_total{device="br-5fe626e25ab5"} 9 node_network_carrier_changes_total{device="br-a2d84e138cbd"} 29186 node_network_carrier_changes_total{device="br-af2593ff5db3"} 34 node_network_carrier_changes_total{device="br-b8be70ed3bf8"} 1 node_network_carrier_changes_total{device="br-c9572b4c27e1"} 13 node_network_carrier_changes_total{device="br-e85238e2e4d5"} 14801 node_network_carrier_changes_total{device="cni0"} 6 node_network_carrier_changes_total{device="docker0"} 5 node_network_carrier_changes_total{device="eth0"} 11 node_network_carrier_changes_total{device="flannel.1"} 0 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth004397e8"} 2 node_network_carrier_changes_total{device="veth02a0e30b"} 2 node_network_carrier_changes_total{device="veth064001ed"} 2 node_network_carrier_changes_total{device="veth0c5060bc"} 2 node_network_carrier_changes_total{device="veth1132ac89"} 2 node_network_carrier_changes_total{device="veth243d41da"} 2 node_network_carrier_changes_total{device="veth2acfebd"} 2 node_network_carrier_changes_total{device="veth2c57ef7c"} 2 node_network_carrier_changes_total{device="veth2d1e80db"} 2 node_network_carrier_changes_total{device="veth301a0209"} 2 node_network_carrier_changes_total{device="veth3860871c"} 2 node_network_carrier_changes_total{device="veth39ceb597"} 2 node_network_carrier_changes_total{device="veth3a225fcd"} 2 node_network_carrier_changes_total{device="veth3e37160"} 2 node_network_carrier_changes_total{device="veth468b2183"} 2 node_network_carrier_changes_total{device="veth46e04e02"} 2 node_network_carrier_changes_total{device="veth47c903d0"} 2 node_network_carrier_changes_total{device="veth4d93723e"} 2 node_network_carrier_changes_total{device="veth5afc0db9"} 2 node_network_carrier_changes_total{device="veth648682cc"} 2 node_network_carrier_changes_total{device="veth6674c316"} 2 node_network_carrier_changes_total{device="veth798141d"} 2 node_network_carrier_changes_total{device="veth7cd2dbbd"} 2 node_network_carrier_changes_total{device="veth7e714859"} 2 node_network_carrier_changes_total{device="veth7e9056df"} 2 node_network_carrier_changes_total{device="veth97054861"} 2 node_network_carrier_changes_total{device="veth9bda8fef"} 2 node_network_carrier_changes_total{device="veth9cdf9d11"} 2 node_network_carrier_changes_total{device="vethc5855d0"} 2 node_network_carrier_changes_total{device="vethc7973d13"} 2 node_network_carrier_changes_total{device="vethc8876fb3"} 2 node_network_carrier_changes_total{device="vethc9938d7f"} 2 node_network_carrier_changes_total{device="vethc9fe2da7"} 2 node_network_carrier_changes_total{device="vethdaf3249b"} 2 node_network_carrier_changes_total{device="vethdc57a365"} 2 node_network_carrier_changes_total{device="vethfd6e1ac0"} 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-24c5a3961dba"} 20 node_network_carrier_down_changes_total{device="br-3456f4bb5108"} 4 node_network_carrier_down_changes_total{device="br-36b61a7a4b74"} 42420 node_network_carrier_down_changes_total{device="br-44251edc8a44"} 57 node_network_carrier_down_changes_total{device="br-5fe626e25ab5"} 5 node_network_carrier_down_changes_total{device="br-a2d84e138cbd"} 14593 node_network_carrier_down_changes_total{device="br-af2593ff5db3"} 17 node_network_carrier_down_changes_total{device="br-b8be70ed3bf8"} 1 node_network_carrier_down_changes_total{device="br-c9572b4c27e1"} 7 node_network_carrier_down_changes_total{device="br-e85238e2e4d5"} 7401 node_network_carrier_down_changes_total{device="cni0"} 3 node_network_carrier_down_changes_total{device="docker0"} 3 node_network_carrier_down_changes_total{device="eth0"} 5 node_network_carrier_down_changes_total{device="flannel.1"} 0 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth004397e8"} 1 node_network_carrier_down_changes_total{device="veth02a0e30b"} 1 node_network_carrier_down_changes_total{device="veth064001ed"} 1 node_network_carrier_down_changes_total{device="veth0c5060bc"} 1 node_network_carrier_down_changes_total{device="veth1132ac89"} 1 node_network_carrier_down_changes_total{device="veth243d41da"} 1 node_network_carrier_down_changes_total{device="veth2acfebd"} 1 node_network_carrier_down_changes_total{device="veth2c57ef7c"} 1 node_network_carrier_down_changes_total{device="veth2d1e80db"} 1 node_network_carrier_down_changes_total{device="veth301a0209"} 1 node_network_carrier_down_changes_total{device="veth3860871c"} 1 node_network_carrier_down_changes_total{device="veth39ceb597"} 1 node_network_carrier_down_changes_total{device="veth3a225fcd"} 1 node_network_carrier_down_changes_total{device="veth3e37160"} 1 node_network_carrier_down_changes_total{device="veth468b2183"} 1 node_network_carrier_down_changes_total{device="veth46e04e02"} 1 node_network_carrier_down_changes_total{device="veth47c903d0"} 1 node_network_carrier_down_changes_total{device="veth4d93723e"} 1 node_network_carrier_down_changes_total{device="veth5afc0db9"} 1 node_network_carrier_down_changes_total{device="veth648682cc"} 1 node_network_carrier_down_changes_total{device="veth6674c316"} 1 node_network_carrier_down_changes_total{device="veth798141d"} 1 node_network_carrier_down_changes_total{device="veth7cd2dbbd"} 1 node_network_carrier_down_changes_total{device="veth7e714859"} 1 node_network_carrier_down_changes_total{device="veth7e9056df"} 1 node_network_carrier_down_changes_total{device="veth97054861"} 1 node_network_carrier_down_changes_total{device="veth9bda8fef"} 1 node_network_carrier_down_changes_total{device="veth9cdf9d11"} 1 node_network_carrier_down_changes_total{device="vethc5855d0"} 1 node_network_carrier_down_changes_total{device="vethc7973d13"} 1 node_network_carrier_down_changes_total{device="vethc8876fb3"} 1 node_network_carrier_down_changes_total{device="vethc9938d7f"} 1 node_network_carrier_down_changes_total{device="vethc9fe2da7"} 1 node_network_carrier_down_changes_total{device="vethdaf3249b"} 1 node_network_carrier_down_changes_total{device="vethdc57a365"} 1 node_network_carrier_down_changes_total{device="vethfd6e1ac0"} 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-24c5a3961dba"} 19 node_network_carrier_up_changes_total{device="br-3456f4bb5108"} 4 node_network_carrier_up_changes_total{device="br-36b61a7a4b74"} 42420 node_network_carrier_up_changes_total{device="br-44251edc8a44"} 56 node_network_carrier_up_changes_total{device="br-5fe626e25ab5"} 4 node_network_carrier_up_changes_total{device="br-a2d84e138cbd"} 14593 node_network_carrier_up_changes_total{device="br-af2593ff5db3"} 17 node_network_carrier_up_changes_total{device="br-b8be70ed3bf8"} 0 node_network_carrier_up_changes_total{device="br-c9572b4c27e1"} 6 node_network_carrier_up_changes_total{device="br-e85238e2e4d5"} 7400 node_network_carrier_up_changes_total{device="cni0"} 3 node_network_carrier_up_changes_total{device="docker0"} 2 node_network_carrier_up_changes_total{device="eth0"} 6 node_network_carrier_up_changes_total{device="flannel.1"} 0 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth004397e8"} 1 node_network_carrier_up_changes_total{device="veth02a0e30b"} 1 node_network_carrier_up_changes_total{device="veth064001ed"} 1 node_network_carrier_up_changes_total{device="veth0c5060bc"} 1 node_network_carrier_up_changes_total{device="veth1132ac89"} 1 node_network_carrier_up_changes_total{device="veth243d41da"} 1 node_network_carrier_up_changes_total{device="veth2acfebd"} 1 node_network_carrier_up_changes_total{device="veth2c57ef7c"} 1 node_network_carrier_up_changes_total{device="veth2d1e80db"} 1 node_network_carrier_up_changes_total{device="veth301a0209"} 1 node_network_carrier_up_changes_total{device="veth3860871c"} 1 node_network_carrier_up_changes_total{device="veth39ceb597"} 1 node_network_carrier_up_changes_total{device="veth3a225fcd"} 1 node_network_carrier_up_changes_total{device="veth3e37160"} 1 node_network_carrier_up_changes_total{device="veth468b2183"} 1 node_network_carrier_up_changes_total{device="veth46e04e02"} 1 node_network_carrier_up_changes_total{device="veth47c903d0"} 1 node_network_carrier_up_changes_total{device="veth4d93723e"} 1 node_network_carrier_up_changes_total{device="veth5afc0db9"} 1 node_network_carrier_up_changes_total{device="veth648682cc"} 1 node_network_carrier_up_changes_total{device="veth6674c316"} 1 node_network_carrier_up_changes_total{device="veth798141d"} 1 node_network_carrier_up_changes_total{device="veth7cd2dbbd"} 1 node_network_carrier_up_changes_total{device="veth7e714859"} 1 node_network_carrier_up_changes_total{device="veth7e9056df"} 1 node_network_carrier_up_changes_total{device="veth97054861"} 1 node_network_carrier_up_changes_total{device="veth9bda8fef"} 1 node_network_carrier_up_changes_total{device="veth9cdf9d11"} 1 node_network_carrier_up_changes_total{device="vethc5855d0"} 1 node_network_carrier_up_changes_total{device="vethc7973d13"} 1 node_network_carrier_up_changes_total{device="vethc8876fb3"} 1 node_network_carrier_up_changes_total{device="vethc9938d7f"} 1 node_network_carrier_up_changes_total{device="vethc9fe2da7"} 1 node_network_carrier_up_changes_total{device="vethdaf3249b"} 1 node_network_carrier_up_changes_total{device="vethdc57a365"} 1 node_network_carrier_up_changes_total{device="vethfd6e1ac0"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-24c5a3961dba"} 0 node_network_device_id{device="br-3456f4bb5108"} 0 node_network_device_id{device="br-36b61a7a4b74"} 0 node_network_device_id{device="br-44251edc8a44"} 0 node_network_device_id{device="br-5fe626e25ab5"} 0 node_network_device_id{device="br-a2d84e138cbd"} 0 node_network_device_id{device="br-af2593ff5db3"} 0 node_network_device_id{device="br-b8be70ed3bf8"} 0 node_network_device_id{device="br-c9572b4c27e1"} 0 node_network_device_id{device="br-e85238e2e4d5"} 0 node_network_device_id{device="cni0"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="flannel.1"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth004397e8"} 0 node_network_device_id{device="veth02a0e30b"} 0 node_network_device_id{device="veth064001ed"} 0 node_network_device_id{device="veth0c5060bc"} 0 node_network_device_id{device="veth1132ac89"} 0 node_network_device_id{device="veth243d41da"} 0 node_network_device_id{device="veth2acfebd"} 0 node_network_device_id{device="veth2c57ef7c"} 0 node_network_device_id{device="veth2d1e80db"} 0 node_network_device_id{device="veth301a0209"} 0 node_network_device_id{device="veth3860871c"} 0 node_network_device_id{device="veth39ceb597"} 0 node_network_device_id{device="veth3a225fcd"} 0 node_network_device_id{device="veth3e37160"} 0 node_network_device_id{device="veth468b2183"} 0 node_network_device_id{device="veth46e04e02"} 0 node_network_device_id{device="veth47c903d0"} 0 node_network_device_id{device="veth4d93723e"} 0 node_network_device_id{device="veth5afc0db9"} 0 node_network_device_id{device="veth648682cc"} 0 node_network_device_id{device="veth6674c316"} 0 node_network_device_id{device="veth798141d"} 0 node_network_device_id{device="veth7cd2dbbd"} 0 node_network_device_id{device="veth7e714859"} 0 node_network_device_id{device="veth7e9056df"} 0 node_network_device_id{device="veth97054861"} 0 node_network_device_id{device="veth9bda8fef"} 0 node_network_device_id{device="veth9cdf9d11"} 0 node_network_device_id{device="vethc5855d0"} 0 node_network_device_id{device="vethc7973d13"} 0 node_network_device_id{device="vethc8876fb3"} 0 node_network_device_id{device="vethc9938d7f"} 0 node_network_device_id{device="vethc9fe2da7"} 0 node_network_device_id{device="vethdaf3249b"} 0 node_network_device_id{device="vethdc57a365"} 0 node_network_device_id{device="vethfd6e1ac0"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-24c5a3961dba"} 0 node_network_dormant{device="br-3456f4bb5108"} 0 node_network_dormant{device="br-36b61a7a4b74"} 0 node_network_dormant{device="br-44251edc8a44"} 0 node_network_dormant{device="br-5fe626e25ab5"} 0 node_network_dormant{device="br-a2d84e138cbd"} 0 node_network_dormant{device="br-af2593ff5db3"} 0 node_network_dormant{device="br-b8be70ed3bf8"} 0 node_network_dormant{device="br-c9572b4c27e1"} 0 node_network_dormant{device="br-e85238e2e4d5"} 0 node_network_dormant{device="cni0"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="flannel.1"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth004397e8"} 0 node_network_dormant{device="veth02a0e30b"} 0 node_network_dormant{device="veth064001ed"} 0 node_network_dormant{device="veth0c5060bc"} 0 node_network_dormant{device="veth1132ac89"} 0 node_network_dormant{device="veth243d41da"} 0 node_network_dormant{device="veth2acfebd"} 0 node_network_dormant{device="veth2c57ef7c"} 0 node_network_dormant{device="veth2d1e80db"} 0 node_network_dormant{device="veth301a0209"} 0 node_network_dormant{device="veth3860871c"} 0 node_network_dormant{device="veth39ceb597"} 0 node_network_dormant{device="veth3a225fcd"} 0 node_network_dormant{device="veth3e37160"} 0 node_network_dormant{device="veth468b2183"} 0 node_network_dormant{device="veth46e04e02"} 0 node_network_dormant{device="veth47c903d0"} 0 node_network_dormant{device="veth4d93723e"} 0 node_network_dormant{device="veth5afc0db9"} 0 node_network_dormant{device="veth648682cc"} 0 node_network_dormant{device="veth6674c316"} 0 node_network_dormant{device="veth798141d"} 0 node_network_dormant{device="veth7cd2dbbd"} 0 node_network_dormant{device="veth7e714859"} 0 node_network_dormant{device="veth7e9056df"} 0 node_network_dormant{device="veth97054861"} 0 node_network_dormant{device="veth9bda8fef"} 0 node_network_dormant{device="veth9cdf9d11"} 0 node_network_dormant{device="vethc5855d0"} 0 node_network_dormant{device="vethc7973d13"} 0 node_network_dormant{device="vethc8876fb3"} 0 node_network_dormant{device="vethc9938d7f"} 0 node_network_dormant{device="vethc9fe2da7"} 0 node_network_dormant{device="vethdaf3249b"} 0 node_network_dormant{device="vethdc57a365"} 0 node_network_dormant{device="vethfd6e1ac0"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-24c5a3961dba"} 4099 node_network_flags{device="br-3456f4bb5108"} 4099 node_network_flags{device="br-36b61a7a4b74"} 4099 node_network_flags{device="br-44251edc8a44"} 4099 node_network_flags{device="br-5fe626e25ab5"} 4099 node_network_flags{device="br-a2d84e138cbd"} 4099 node_network_flags{device="br-af2593ff5db3"} 4099 node_network_flags{device="br-b8be70ed3bf8"} 4099 node_network_flags{device="br-c9572b4c27e1"} 4099 node_network_flags{device="br-e85238e2e4d5"} 4099 node_network_flags{device="cni0"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="flannel.1"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth004397e8"} 4867 node_network_flags{device="veth02a0e30b"} 4867 node_network_flags{device="veth064001ed"} 4867 node_network_flags{device="veth0c5060bc"} 4867 node_network_flags{device="veth1132ac89"} 4867 node_network_flags{device="veth243d41da"} 4867 node_network_flags{device="veth2acfebd"} 4867 node_network_flags{device="veth2c57ef7c"} 4867 node_network_flags{device="veth2d1e80db"} 4867 node_network_flags{device="veth301a0209"} 4867 node_network_flags{device="veth3860871c"} 4867 node_network_flags{device="veth39ceb597"} 4867 node_network_flags{device="veth3a225fcd"} 4867 node_network_flags{device="veth3e37160"} 4867 node_network_flags{device="veth468b2183"} 4867 node_network_flags{device="veth46e04e02"} 4867 node_network_flags{device="veth47c903d0"} 4867 node_network_flags{device="veth4d93723e"} 4867 node_network_flags{device="veth5afc0db9"} 4867 node_network_flags{device="veth648682cc"} 4867 node_network_flags{device="veth6674c316"} 4867 node_network_flags{device="veth798141d"} 4867 node_network_flags{device="veth7cd2dbbd"} 4867 node_network_flags{device="veth7e714859"} 4867 node_network_flags{device="veth7e9056df"} 4867 node_network_flags{device="veth97054861"} 4867 node_network_flags{device="veth9bda8fef"} 4867 node_network_flags{device="veth9cdf9d11"} 4867 node_network_flags{device="vethc5855d0"} 4867 node_network_flags{device="vethc7973d13"} 4867 node_network_flags{device="vethc8876fb3"} 4867 node_network_flags{device="vethc9938d7f"} 4867 node_network_flags{device="vethc9fe2da7"} 4867 node_network_flags{device="vethdaf3249b"} 4867 node_network_flags{device="vethdc57a365"} 4867 node_network_flags{device="vethfd6e1ac0"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-24c5a3961dba"} 749 node_network_iface_id{device="br-3456f4bb5108"} 16034 node_network_iface_id{device="br-36b61a7a4b74"} 12 node_network_iface_id{device="br-44251edc8a44"} 320 node_network_iface_id{device="br-5fe626e25ab5"} 34 node_network_iface_id{device="br-a2d84e138cbd"} 5 node_network_iface_id{device="br-af2593ff5db3"} 33 node_network_iface_id{device="br-b8be70ed3bf8"} 4 node_network_iface_id{device="br-c9572b4c27e1"} 41 node_network_iface_id{device="br-e85238e2e4d5"} 317 node_network_iface_id{device="cni0"} 1669 node_network_iface_id{device="docker0"} 3 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="flannel.1"} 1668 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth004397e8"} 44967 node_network_iface_id{device="veth02a0e30b"} 43265 node_network_iface_id{device="veth064001ed"} 48892 node_network_iface_id{device="veth0c5060bc"} 135473 node_network_iface_id{device="veth1132ac89"} 48920 node_network_iface_id{device="veth243d41da"} 44653 node_network_iface_id{device="veth2acfebd"} 99606 node_network_iface_id{device="veth2c57ef7c"} 91421 node_network_iface_id{device="veth2d1e80db"} 136994 node_network_iface_id{device="veth301a0209"} 42354 node_network_iface_id{device="veth3860871c"} 135470 node_network_iface_id{device="veth39ceb597"} 42362 node_network_iface_id{device="veth3a225fcd"} 62736 node_network_iface_id{device="veth3e37160"} 42257 node_network_iface_id{device="veth468b2183"} 42366 node_network_iface_id{device="veth46e04e02"} 42353 node_network_iface_id{device="veth47c903d0"} 136996 node_network_iface_id{device="veth4d93723e"} 42357 node_network_iface_id{device="veth5afc0db9"} 48893 node_network_iface_id{device="veth648682cc"} 44652 node_network_iface_id{device="veth6674c316"} 48888 node_network_iface_id{device="veth798141d"} 42261 node_network_iface_id{device="veth7cd2dbbd"} 44651 node_network_iface_id{device="veth7e714859"} 135467 node_network_iface_id{device="veth7e9056df"} 136993 node_network_iface_id{device="veth97054861"} 44640 node_network_iface_id{device="veth9bda8fef"} 48923 node_network_iface_id{device="veth9cdf9d11"} 42360 node_network_iface_id{device="vethc5855d0"} 42263 node_network_iface_id{device="vethc7973d13"} 42556 node_network_iface_id{device="vethc8876fb3"} 48932 node_network_iface_id{device="vethc9938d7f"} 42364 node_network_iface_id{device="vethc9fe2da7"} 48889 node_network_iface_id{device="vethdaf3249b"} 42359 node_network_iface_id{device="vethdc57a365"} 42365 node_network_iface_id{device="vethfd6e1ac0"} 136995 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-24c5a3961dba"} 749 node_network_iface_link{device="br-3456f4bb5108"} 16034 node_network_iface_link{device="br-36b61a7a4b74"} 12 node_network_iface_link{device="br-44251edc8a44"} 320 node_network_iface_link{device="br-5fe626e25ab5"} 34 node_network_iface_link{device="br-a2d84e138cbd"} 5 node_network_iface_link{device="br-af2593ff5db3"} 33 node_network_iface_link{device="br-b8be70ed3bf8"} 4 node_network_iface_link{device="br-c9572b4c27e1"} 41 node_network_iface_link{device="br-e85238e2e4d5"} 317 node_network_iface_link{device="cni0"} 1669 node_network_iface_link{device="docker0"} 3 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="flannel.1"} 1668 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth004397e8"} 2 node_network_iface_link{device="veth02a0e30b"} 2 node_network_iface_link{device="veth064001ed"} 2 node_network_iface_link{device="veth0c5060bc"} 2 node_network_iface_link{device="veth1132ac89"} 2 node_network_iface_link{device="veth243d41da"} 2 node_network_iface_link{device="veth2acfebd"} 99605 node_network_iface_link{device="veth2c57ef7c"} 2 node_network_iface_link{device="veth2d1e80db"} 2 node_network_iface_link{device="veth301a0209"} 2 node_network_iface_link{device="veth3860871c"} 2 node_network_iface_link{device="veth39ceb597"} 2 node_network_iface_link{device="veth3a225fcd"} 2 node_network_iface_link{device="veth3e37160"} 42256 node_network_iface_link{device="veth468b2183"} 2 node_network_iface_link{device="veth46e04e02"} 2 node_network_iface_link{device="veth47c903d0"} 2 node_network_iface_link{device="veth4d93723e"} 2 node_network_iface_link{device="veth5afc0db9"} 2 node_network_iface_link{device="veth648682cc"} 2 node_network_iface_link{device="veth6674c316"} 2 node_network_iface_link{device="veth798141d"} 42260 node_network_iface_link{device="veth7cd2dbbd"} 2 node_network_iface_link{device="veth7e714859"} 2 node_network_iface_link{device="veth7e9056df"} 2 node_network_iface_link{device="veth97054861"} 2 node_network_iface_link{device="veth9bda8fef"} 2 node_network_iface_link{device="veth9cdf9d11"} 2 node_network_iface_link{device="vethc5855d0"} 42262 node_network_iface_link{device="vethc7973d13"} 2 node_network_iface_link{device="vethc8876fb3"} 2 node_network_iface_link{device="vethc9938d7f"} 2 node_network_iface_link{device="vethc9fe2da7"} 2 node_network_iface_link{device="vethdaf3249b"} 2 node_network_iface_link{device="vethdc57a365"} 2 node_network_iface_link{device="vethfd6e1ac0"} 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-24c5a3961dba"} 0 node_network_iface_link_mode{device="br-3456f4bb5108"} 0 node_network_iface_link_mode{device="br-36b61a7a4b74"} 0 node_network_iface_link_mode{device="br-44251edc8a44"} 0 node_network_iface_link_mode{device="br-5fe626e25ab5"} 0 node_network_iface_link_mode{device="br-a2d84e138cbd"} 0 node_network_iface_link_mode{device="br-af2593ff5db3"} 0 node_network_iface_link_mode{device="br-b8be70ed3bf8"} 0 node_network_iface_link_mode{device="br-c9572b4c27e1"} 0 node_network_iface_link_mode{device="br-e85238e2e4d5"} 0 node_network_iface_link_mode{device="cni0"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="flannel.1"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth004397e8"} 0 node_network_iface_link_mode{device="veth02a0e30b"} 0 node_network_iface_link_mode{device="veth064001ed"} 0 node_network_iface_link_mode{device="veth0c5060bc"} 0 node_network_iface_link_mode{device="veth1132ac89"} 0 node_network_iface_link_mode{device="veth243d41da"} 0 node_network_iface_link_mode{device="veth2acfebd"} 0 node_network_iface_link_mode{device="veth2c57ef7c"} 0 node_network_iface_link_mode{device="veth2d1e80db"} 0 node_network_iface_link_mode{device="veth301a0209"} 0 node_network_iface_link_mode{device="veth3860871c"} 0 node_network_iface_link_mode{device="veth39ceb597"} 0 node_network_iface_link_mode{device="veth3a225fcd"} 0 node_network_iface_link_mode{device="veth3e37160"} 0 node_network_iface_link_mode{device="veth468b2183"} 0 node_network_iface_link_mode{device="veth46e04e02"} 0 node_network_iface_link_mode{device="veth47c903d0"} 0 node_network_iface_link_mode{device="veth4d93723e"} 0 node_network_iface_link_mode{device="veth5afc0db9"} 0 node_network_iface_link_mode{device="veth648682cc"} 0 node_network_iface_link_mode{device="veth6674c316"} 0 node_network_iface_link_mode{device="veth798141d"} 0 node_network_iface_link_mode{device="veth7cd2dbbd"} 0 node_network_iface_link_mode{device="veth7e714859"} 0 node_network_iface_link_mode{device="veth7e9056df"} 0 node_network_iface_link_mode{device="veth97054861"} 0 node_network_iface_link_mode{device="veth9bda8fef"} 0 node_network_iface_link_mode{device="veth9cdf9d11"} 0 node_network_iface_link_mode{device="vethc5855d0"} 0 node_network_iface_link_mode{device="vethc7973d13"} 0 node_network_iface_link_mode{device="vethc8876fb3"} 0 node_network_iface_link_mode{device="vethc9938d7f"} 0 node_network_iface_link_mode{device="vethc9fe2da7"} 0 node_network_iface_link_mode{device="vethdaf3249b"} 0 node_network_iface_link_mode{device="vethdc57a365"} 0 node_network_iface_link_mode{device="vethfd6e1ac0"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="00:15:5d:7c:8c:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:42:13:58:4c:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-36b61a7a4b74",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="02:42:13:b9:ba:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-24c5a3961dba",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="02:42:2e:b9:68:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c9572b4c27e1",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="02:42:2f:c3:f3:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5fe626e25ab5",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="02:42:31:ab:37:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-af2593ff5db3",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="02:42:78:3d:09:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a2d84e138cbd",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="02:42:86:c6:a4:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3456f4bb5108",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d8:91:99:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-44251edc8a44",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="02:42:d9:52:35:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e85238e2e4d5",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="02:42:fd:d3:47:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b8be70ed3bf8",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="02:42:ff:0b:4d:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="02:7f:3b:2c:5c:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth97054861",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:d9:2b:53:5c:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9bda8fef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:30:1f:40:58:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1132ac89",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:c0:41:7c:6a:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9fe2da7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:42:23:11:17:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdaf3249b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:f8:2f:4f:7f:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2acfebd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:c4:b0:cd:04:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2c57ef7c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:5d:76:62:6c:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth798141d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:74:d8:f3:f1:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d93723e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:a4:2a:ea:a4:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5afc0db9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:fa:9c:f6:bd:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth004397e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:4f:2c:1e:35:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6674c316",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:4a:63:85:44:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3e37160",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:6b:be:2a:87:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth648682cc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:f0:03:96:cd:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8876fb3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:68:12:e7:f7:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cni0",duplex="",ifalias="",operstate="up"} 1 node_network_info{address="56:69:3b:db:95:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="flannel.1",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="5a:a9:24:55:df:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9cdf9d11",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:fb:7a:42:8e:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c5060bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:6b:fe:2a:e2:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdc57a365",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:d3:18:3a:0b:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d1e80db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:dd:f4:04:78:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth47c903d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:58:e2:6c:d4:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc5855d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:d0:b7:90:73:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth064001ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:00:11:79:05:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth468b2183",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:da:89:9a:26:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth46e04e02",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:4c:58:dd:02:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc7973d13",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:e6:ac:43:44:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth301a0209",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:1a:5e:fe:f5:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth243d41da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:83:c3:12:b2:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd6e1ac0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:49:f4:49:b0:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3860871c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:86:aa:b9:27:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7e9056df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:19:f4:26:74:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth02a0e30b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:37:9b:31:75:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7cd2dbbd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:73:77:5f:8c:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9938d7f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:a1:cd:f7:0c:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7e714859",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:d4:1c:7c:92:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth39ceb597",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:c4:2a:ce:6f:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a225fcd",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-24c5a3961dba"} 1500 node_network_mtu_bytes{device="br-3456f4bb5108"} 1500 node_network_mtu_bytes{device="br-36b61a7a4b74"} 1500 node_network_mtu_bytes{device="br-44251edc8a44"} 1500 node_network_mtu_bytes{device="br-5fe626e25ab5"} 1500 node_network_mtu_bytes{device="br-a2d84e138cbd"} 1500 node_network_mtu_bytes{device="br-af2593ff5db3"} 1500 node_network_mtu_bytes{device="br-b8be70ed3bf8"} 1500 node_network_mtu_bytes{device="br-c9572b4c27e1"} 1500 node_network_mtu_bytes{device="br-e85238e2e4d5"} 1500 node_network_mtu_bytes{device="cni0"} 1450 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="flannel.1"} 1450 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth004397e8"} 1450 node_network_mtu_bytes{device="veth02a0e30b"} 1450 node_network_mtu_bytes{device="veth064001ed"} 1450 node_network_mtu_bytes{device="veth0c5060bc"} 1450 node_network_mtu_bytes{device="veth1132ac89"} 1450 node_network_mtu_bytes{device="veth243d41da"} 1450 node_network_mtu_bytes{device="veth2acfebd"} 1500 node_network_mtu_bytes{device="veth2c57ef7c"} 1450 node_network_mtu_bytes{device="veth2d1e80db"} 1450 node_network_mtu_bytes{device="veth301a0209"} 1450 node_network_mtu_bytes{device="veth3860871c"} 1450 node_network_mtu_bytes{device="veth39ceb597"} 1450 node_network_mtu_bytes{device="veth3a225fcd"} 1450 node_network_mtu_bytes{device="veth3e37160"} 1500 node_network_mtu_bytes{device="veth468b2183"} 1450 node_network_mtu_bytes{device="veth46e04e02"} 1450 node_network_mtu_bytes{device="veth47c903d0"} 1450 node_network_mtu_bytes{device="veth4d93723e"} 1450 node_network_mtu_bytes{device="veth5afc0db9"} 1450 node_network_mtu_bytes{device="veth648682cc"} 1450 node_network_mtu_bytes{device="veth6674c316"} 1450 node_network_mtu_bytes{device="veth798141d"} 1500 node_network_mtu_bytes{device="veth7cd2dbbd"} 1450 node_network_mtu_bytes{device="veth7e714859"} 1450 node_network_mtu_bytes{device="veth7e9056df"} 1450 node_network_mtu_bytes{device="veth97054861"} 1450 node_network_mtu_bytes{device="veth9bda8fef"} 1450 node_network_mtu_bytes{device="veth9cdf9d11"} 1450 node_network_mtu_bytes{device="vethc5855d0"} 1500 node_network_mtu_bytes{device="vethc7973d13"} 1450 node_network_mtu_bytes{device="vethc8876fb3"} 1450 node_network_mtu_bytes{device="vethc9938d7f"} 1450 node_network_mtu_bytes{device="vethc9fe2da7"} 1450 node_network_mtu_bytes{device="vethdaf3249b"} 1450 node_network_mtu_bytes{device="vethdc57a365"} 1450 node_network_mtu_bytes{device="vethfd6e1ac0"} 1450 # 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-24c5a3961dba"} 3 node_network_name_assign_type{device="br-3456f4bb5108"} 3 node_network_name_assign_type{device="br-36b61a7a4b74"} 3 node_network_name_assign_type{device="br-44251edc8a44"} 3 node_network_name_assign_type{device="br-5fe626e25ab5"} 3 node_network_name_assign_type{device="br-a2d84e138cbd"} 3 node_network_name_assign_type{device="br-af2593ff5db3"} 3 node_network_name_assign_type{device="br-b8be70ed3bf8"} 3 node_network_name_assign_type{device="br-c9572b4c27e1"} 3 node_network_name_assign_type{device="br-e85238e2e4d5"} 3 node_network_name_assign_type{device="cni0"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="flannel.1"} 3 node_network_name_assign_type{device="veth004397e8"} 3 node_network_name_assign_type{device="veth02a0e30b"} 3 node_network_name_assign_type{device="veth064001ed"} 3 node_network_name_assign_type{device="veth0c5060bc"} 3 node_network_name_assign_type{device="veth1132ac89"} 3 node_network_name_assign_type{device="veth243d41da"} 3 node_network_name_assign_type{device="veth2acfebd"} 3 node_network_name_assign_type{device="veth2c57ef7c"} 3 node_network_name_assign_type{device="veth2d1e80db"} 3 node_network_name_assign_type{device="veth301a0209"} 3 node_network_name_assign_type{device="veth3860871c"} 3 node_network_name_assign_type{device="veth39ceb597"} 3 node_network_name_assign_type{device="veth3a225fcd"} 3 node_network_name_assign_type{device="veth3e37160"} 3 node_network_name_assign_type{device="veth468b2183"} 3 node_network_name_assign_type{device="veth46e04e02"} 3 node_network_name_assign_type{device="veth47c903d0"} 3 node_network_name_assign_type{device="veth4d93723e"} 3 node_network_name_assign_type{device="veth5afc0db9"} 3 node_network_name_assign_type{device="veth648682cc"} 3 node_network_name_assign_type{device="veth6674c316"} 3 node_network_name_assign_type{device="veth798141d"} 3 node_network_name_assign_type{device="veth7cd2dbbd"} 3 node_network_name_assign_type{device="veth7e714859"} 3 node_network_name_assign_type{device="veth7e9056df"} 3 node_network_name_assign_type{device="veth97054861"} 3 node_network_name_assign_type{device="veth9bda8fef"} 3 node_network_name_assign_type{device="veth9cdf9d11"} 3 node_network_name_assign_type{device="vethc5855d0"} 3 node_network_name_assign_type{device="vethc7973d13"} 3 node_network_name_assign_type{device="vethc8876fb3"} 3 node_network_name_assign_type{device="vethc9938d7f"} 3 node_network_name_assign_type{device="vethc9fe2da7"} 3 node_network_name_assign_type{device="vethdaf3249b"} 3 node_network_name_assign_type{device="vethdc57a365"} 3 node_network_name_assign_type{device="vethfd6e1ac0"} 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-24c5a3961dba"} 0 node_network_net_dev_group{device="br-3456f4bb5108"} 0 node_network_net_dev_group{device="br-36b61a7a4b74"} 0 node_network_net_dev_group{device="br-44251edc8a44"} 0 node_network_net_dev_group{device="br-5fe626e25ab5"} 0 node_network_net_dev_group{device="br-a2d84e138cbd"} 0 node_network_net_dev_group{device="br-af2593ff5db3"} 0 node_network_net_dev_group{device="br-b8be70ed3bf8"} 0 node_network_net_dev_group{device="br-c9572b4c27e1"} 0 node_network_net_dev_group{device="br-e85238e2e4d5"} 0 node_network_net_dev_group{device="cni0"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="flannel.1"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth004397e8"} 0 node_network_net_dev_group{device="veth02a0e30b"} 0 node_network_net_dev_group{device="veth064001ed"} 0 node_network_net_dev_group{device="veth0c5060bc"} 0 node_network_net_dev_group{device="veth1132ac89"} 0 node_network_net_dev_group{device="veth243d41da"} 0 node_network_net_dev_group{device="veth2acfebd"} 0 node_network_net_dev_group{device="veth2c57ef7c"} 0 node_network_net_dev_group{device="veth2d1e80db"} 0 node_network_net_dev_group{device="veth301a0209"} 0 node_network_net_dev_group{device="veth3860871c"} 0 node_network_net_dev_group{device="veth39ceb597"} 0 node_network_net_dev_group{device="veth3a225fcd"} 0 node_network_net_dev_group{device="veth3e37160"} 0 node_network_net_dev_group{device="veth468b2183"} 0 node_network_net_dev_group{device="veth46e04e02"} 0 node_network_net_dev_group{device="veth47c903d0"} 0 node_network_net_dev_group{device="veth4d93723e"} 0 node_network_net_dev_group{device="veth5afc0db9"} 0 node_network_net_dev_group{device="veth648682cc"} 0 node_network_net_dev_group{device="veth6674c316"} 0 node_network_net_dev_group{device="veth798141d"} 0 node_network_net_dev_group{device="veth7cd2dbbd"} 0 node_network_net_dev_group{device="veth7e714859"} 0 node_network_net_dev_group{device="veth7e9056df"} 0 node_network_net_dev_group{device="veth97054861"} 0 node_network_net_dev_group{device="veth9bda8fef"} 0 node_network_net_dev_group{device="veth9cdf9d11"} 0 node_network_net_dev_group{device="vethc5855d0"} 0 node_network_net_dev_group{device="vethc7973d13"} 0 node_network_net_dev_group{device="vethc8876fb3"} 0 node_network_net_dev_group{device="vethc9938d7f"} 0 node_network_net_dev_group{device="vethc9fe2da7"} 0 node_network_net_dev_group{device="vethdaf3249b"} 0 node_network_net_dev_group{device="vethdc57a365"} 0 node_network_net_dev_group{device="vethfd6e1ac0"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-24c5a3961dba"} 1 node_network_protocol_type{device="br-3456f4bb5108"} 1 node_network_protocol_type{device="br-36b61a7a4b74"} 1 node_network_protocol_type{device="br-44251edc8a44"} 1 node_network_protocol_type{device="br-5fe626e25ab5"} 1 node_network_protocol_type{device="br-a2d84e138cbd"} 1 node_network_protocol_type{device="br-af2593ff5db3"} 1 node_network_protocol_type{device="br-b8be70ed3bf8"} 1 node_network_protocol_type{device="br-c9572b4c27e1"} 1 node_network_protocol_type{device="br-e85238e2e4d5"} 1 node_network_protocol_type{device="cni0"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="flannel.1"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth004397e8"} 1 node_network_protocol_type{device="veth02a0e30b"} 1 node_network_protocol_type{device="veth064001ed"} 1 node_network_protocol_type{device="veth0c5060bc"} 1 node_network_protocol_type{device="veth1132ac89"} 1 node_network_protocol_type{device="veth243d41da"} 1 node_network_protocol_type{device="veth2acfebd"} 1 node_network_protocol_type{device="veth2c57ef7c"} 1 node_network_protocol_type{device="veth2d1e80db"} 1 node_network_protocol_type{device="veth301a0209"} 1 node_network_protocol_type{device="veth3860871c"} 1 node_network_protocol_type{device="veth39ceb597"} 1 node_network_protocol_type{device="veth3a225fcd"} 1 node_network_protocol_type{device="veth3e37160"} 1 node_network_protocol_type{device="veth468b2183"} 1 node_network_protocol_type{device="veth46e04e02"} 1 node_network_protocol_type{device="veth47c903d0"} 1 node_network_protocol_type{device="veth4d93723e"} 1 node_network_protocol_type{device="veth5afc0db9"} 1 node_network_protocol_type{device="veth648682cc"} 1 node_network_protocol_type{device="veth6674c316"} 1 node_network_protocol_type{device="veth798141d"} 1 node_network_protocol_type{device="veth7cd2dbbd"} 1 node_network_protocol_type{device="veth7e714859"} 1 node_network_protocol_type{device="veth7e9056df"} 1 node_network_protocol_type{device="veth97054861"} 1 node_network_protocol_type{device="veth9bda8fef"} 1 node_network_protocol_type{device="veth9cdf9d11"} 1 node_network_protocol_type{device="vethc5855d0"} 1 node_network_protocol_type{device="vethc7973d13"} 1 node_network_protocol_type{device="vethc8876fb3"} 1 node_network_protocol_type{device="vethc9938d7f"} 1 node_network_protocol_type{device="vethc9fe2da7"} 1 node_network_protocol_type{device="vethdaf3249b"} 1 node_network_protocol_type{device="vethdc57a365"} 1 node_network_protocol_type{device="vethfd6e1ac0"} 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="br-24c5a3961dba"} 3.248646e+08 node_network_receive_bytes_total{device="br-3456f4bb5108"} 2.193571993e+09 node_network_receive_bytes_total{device="br-36b61a7a4b74"} 1.58200938e+08 node_network_receive_bytes_total{device="br-44251edc8a44"} 3.0858957e+07 node_network_receive_bytes_total{device="br-5fe626e25ab5"} 3.98980054e+08 node_network_receive_bytes_total{device="br-a2d84e138cbd"} 4.04808281379e+11 node_network_receive_bytes_total{device="br-af2593ff5db3"} 2.2810019e+08 node_network_receive_bytes_total{device="br-b8be70ed3bf8"} 0 node_network_receive_bytes_total{device="br-c9572b4c27e1"} 4.36695173e+08 node_network_receive_bytes_total{device="br-e85238e2e4d5"} 2.2781022e+07 node_network_receive_bytes_total{device="cni0"} 1.35061056454e+11 node_network_receive_bytes_total{device="docker0"} 29532 node_network_receive_bytes_total{device="eth0"} 5.39052899633e+11 node_network_receive_bytes_total{device="flannel.1"} 0 node_network_receive_bytes_total{device="lo"} 1.92495433052e+11 node_network_receive_bytes_total{device="veth004397e8"} 5.0673015308e+10 node_network_receive_bytes_total{device="veth02a0e30b"} 3.71301631e+09 node_network_receive_bytes_total{device="veth064001ed"} 5.65922986e+08 node_network_receive_bytes_total{device="veth0c5060bc"} 3.70180874e+08 node_network_receive_bytes_total{device="veth1132ac89"} 7.32874161e+08 node_network_receive_bytes_total{device="veth243d41da"} 1.45071270606e+11 node_network_receive_bytes_total{device="veth2acfebd"} 9.8764162e+07 node_network_receive_bytes_total{device="veth2c57ef7c"} 1.98570817e+08 node_network_receive_bytes_total{device="veth2d1e80db"} 5.0075686e+07 node_network_receive_bytes_total{device="veth301a0209"} 2.70965245e+08 node_network_receive_bytes_total{device="veth3860871c"} 4.23966246e+08 node_network_receive_bytes_total{device="veth39ceb597"} 4.08682169e+08 node_network_receive_bytes_total{device="veth3a225fcd"} 6.1582618e+07 node_network_receive_bytes_total{device="veth3e37160"} 5.073545e+07 node_network_receive_bytes_total{device="veth468b2183"} 3.879418114e+09 node_network_receive_bytes_total{device="veth46e04e02"} 3.547927125e+09 node_network_receive_bytes_total{device="veth47c903d0"} 4.36541132e+08 node_network_receive_bytes_total{device="veth4d93723e"} 3.54816927e+09 node_network_receive_bytes_total{device="veth5afc0db9"} 6.50939732e+08 node_network_receive_bytes_total{device="veth648682cc"} 6.1766912254e+10 node_network_receive_bytes_total{device="veth6674c316"} 3.35646801e+08 node_network_receive_bytes_total{device="veth798141d"} 4.5801966e+07 node_network_receive_bytes_total{device="veth7cd2dbbd"} 9.9994361527e+10 node_network_receive_bytes_total{device="veth7e714859"} 4.02076287e+08 node_network_receive_bytes_total{device="veth7e9056df"} 1.377306653e+09 node_network_receive_bytes_total{device="veth97054861"} 1.064217062e+09 node_network_receive_bytes_total{device="veth9bda8fef"} 3.0908184428e+10 node_network_receive_bytes_total{device="veth9cdf9d11"} 2.330186e+06 node_network_receive_bytes_total{device="vethc5855d0"} 2.127943996e+09 node_network_receive_bytes_total{device="vethc7973d13"} 4.6287287254e+10 node_network_receive_bytes_total{device="vethc8876fb3"} 1.521725721e+09 node_network_receive_bytes_total{device="vethc9938d7f"} 1.23974653e+08 node_network_receive_bytes_total{device="vethc9fe2da7"} 5.39688508e+08 node_network_receive_bytes_total{device="vethdaf3249b"} 9.07606307e+08 node_network_receive_bytes_total{device="vethdc57a365"} 1.56741592e+08 node_network_receive_bytes_total{device="vethfd6e1ac0"} 1.144624578e+09 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="br-24c5a3961dba"} 0 node_network_receive_compressed_total{device="br-3456f4bb5108"} 0 node_network_receive_compressed_total{device="br-36b61a7a4b74"} 0 node_network_receive_compressed_total{device="br-44251edc8a44"} 0 node_network_receive_compressed_total{device="br-5fe626e25ab5"} 0 node_network_receive_compressed_total{device="br-a2d84e138cbd"} 0 node_network_receive_compressed_total{device="br-af2593ff5db3"} 0 node_network_receive_compressed_total{device="br-b8be70ed3bf8"} 0 node_network_receive_compressed_total{device="br-c9572b4c27e1"} 0 node_network_receive_compressed_total{device="br-e85238e2e4d5"} 0 node_network_receive_compressed_total{device="cni0"} 0 node_network_receive_compressed_total{device="docker0"} 0 node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="flannel.1"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="veth004397e8"} 0 node_network_receive_compressed_total{device="veth02a0e30b"} 0 node_network_receive_compressed_total{device="veth064001ed"} 0 node_network_receive_compressed_total{device="veth0c5060bc"} 0 node_network_receive_compressed_total{device="veth1132ac89"} 0 node_network_receive_compressed_total{device="veth243d41da"} 0 node_network_receive_compressed_total{device="veth2acfebd"} 0 node_network_receive_compressed_total{device="veth2c57ef7c"} 0 node_network_receive_compressed_total{device="veth2d1e80db"} 0 node_network_receive_compressed_total{device="veth301a0209"} 0 node_network_receive_compressed_total{device="veth3860871c"} 0 node_network_receive_compressed_total{device="veth39ceb597"} 0 node_network_receive_compressed_total{device="veth3a225fcd"} 0 node_network_receive_compressed_total{device="veth3e37160"} 0 node_network_receive_compressed_total{device="veth468b2183"} 0 node_network_receive_compressed_total{device="veth46e04e02"} 0 node_network_receive_compressed_total{device="veth47c903d0"} 0 node_network_receive_compressed_total{device="veth4d93723e"} 0 node_network_receive_compressed_total{device="veth5afc0db9"} 0 node_network_receive_compressed_total{device="veth648682cc"} 0 node_network_receive_compressed_total{device="veth6674c316"} 0 node_network_receive_compressed_total{device="veth798141d"} 0 node_network_receive_compressed_total{device="veth7cd2dbbd"} 0 node_network_receive_compressed_total{device="veth7e714859"} 0 node_network_receive_compressed_total{device="veth7e9056df"} 0 node_network_receive_compressed_total{device="veth97054861"} 0 node_network_receive_compressed_total{device="veth9bda8fef"} 0 node_network_receive_compressed_total{device="veth9cdf9d11"} 0 node_network_receive_compressed_total{device="vethc5855d0"} 0 node_network_receive_compressed_total{device="vethc7973d13"} 0 node_network_receive_compressed_total{device="vethc8876fb3"} 0 node_network_receive_compressed_total{device="vethc9938d7f"} 0 node_network_receive_compressed_total{device="vethc9fe2da7"} 0 node_network_receive_compressed_total{device="vethdaf3249b"} 0 node_network_receive_compressed_total{device="vethdc57a365"} 0 node_network_receive_compressed_total{device="vethfd6e1ac0"} 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="br-24c5a3961dba"} 0 node_network_receive_drop_total{device="br-3456f4bb5108"} 0 node_network_receive_drop_total{device="br-36b61a7a4b74"} 0 node_network_receive_drop_total{device="br-44251edc8a44"} 0 node_network_receive_drop_total{device="br-5fe626e25ab5"} 0 node_network_receive_drop_total{device="br-a2d84e138cbd"} 0 node_network_receive_drop_total{device="br-af2593ff5db3"} 0 node_network_receive_drop_total{device="br-b8be70ed3bf8"} 0 node_network_receive_drop_total{device="br-c9572b4c27e1"} 0 node_network_receive_drop_total{device="br-e85238e2e4d5"} 0 node_network_receive_drop_total{device="cni0"} 0 node_network_receive_drop_total{device="docker0"} 0 node_network_receive_drop_total{device="eth0"} 35218 node_network_receive_drop_total{device="flannel.1"} 0 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="veth004397e8"} 0 node_network_receive_drop_total{device="veth02a0e30b"} 0 node_network_receive_drop_total{device="veth064001ed"} 0 node_network_receive_drop_total{device="veth0c5060bc"} 0 node_network_receive_drop_total{device="veth1132ac89"} 0 node_network_receive_drop_total{device="veth243d41da"} 0 node_network_receive_drop_total{device="veth2acfebd"} 0 node_network_receive_drop_total{device="veth2c57ef7c"} 0 node_network_receive_drop_total{device="veth2d1e80db"} 0 node_network_receive_drop_total{device="veth301a0209"} 0 node_network_receive_drop_total{device="veth3860871c"} 0 node_network_receive_drop_total{device="veth39ceb597"} 0 node_network_receive_drop_total{device="veth3a225fcd"} 0 node_network_receive_drop_total{device="veth3e37160"} 0 node_network_receive_drop_total{device="veth468b2183"} 0 node_network_receive_drop_total{device="veth46e04e02"} 0 node_network_receive_drop_total{device="veth47c903d0"} 0 node_network_receive_drop_total{device="veth4d93723e"} 0 node_network_receive_drop_total{device="veth5afc0db9"} 0 node_network_receive_drop_total{device="veth648682cc"} 0 node_network_receive_drop_total{device="veth6674c316"} 0 node_network_receive_drop_total{device="veth798141d"} 0 node_network_receive_drop_total{device="veth7cd2dbbd"} 0 node_network_receive_drop_total{device="veth7e714859"} 0 node_network_receive_drop_total{device="veth7e9056df"} 0 node_network_receive_drop_total{device="veth97054861"} 0 node_network_receive_drop_total{device="veth9bda8fef"} 0 node_network_receive_drop_total{device="veth9cdf9d11"} 0 node_network_receive_drop_total{device="vethc5855d0"} 0 node_network_receive_drop_total{device="vethc7973d13"} 0 node_network_receive_drop_total{device="vethc8876fb3"} 0 node_network_receive_drop_total{device="vethc9938d7f"} 0 node_network_receive_drop_total{device="vethc9fe2da7"} 0 node_network_receive_drop_total{device="vethdaf3249b"} 0 node_network_receive_drop_total{device="vethdc57a365"} 0 node_network_receive_drop_total{device="vethfd6e1ac0"} 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="br-24c5a3961dba"} 0 node_network_receive_errs_total{device="br-3456f4bb5108"} 0 node_network_receive_errs_total{device="br-36b61a7a4b74"} 0 node_network_receive_errs_total{device="br-44251edc8a44"} 0 node_network_receive_errs_total{device="br-5fe626e25ab5"} 0 node_network_receive_errs_total{device="br-a2d84e138cbd"} 0 node_network_receive_errs_total{device="br-af2593ff5db3"} 0 node_network_receive_errs_total{device="br-b8be70ed3bf8"} 0 node_network_receive_errs_total{device="br-c9572b4c27e1"} 0 node_network_receive_errs_total{device="br-e85238e2e4d5"} 0 node_network_receive_errs_total{device="cni0"} 0 node_network_receive_errs_total{device="docker0"} 0 node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="flannel.1"} 0 node_network_receive_errs_total{device="lo"} 0 node_network_receive_errs_total{device="veth004397e8"} 0 node_network_receive_errs_total{device="veth02a0e30b"} 0 node_network_receive_errs_total{device="veth064001ed"} 0 node_network_receive_errs_total{device="veth0c5060bc"} 0 node_network_receive_errs_total{device="veth1132ac89"} 0 node_network_receive_errs_total{device="veth243d41da"} 0 node_network_receive_errs_total{device="veth2acfebd"} 0 node_network_receive_errs_total{device="veth2c57ef7c"} 0 node_network_receive_errs_total{device="veth2d1e80db"} 0 node_network_receive_errs_total{device="veth301a0209"} 0 node_network_receive_errs_total{device="veth3860871c"} 0 node_network_receive_errs_total{device="veth39ceb597"} 0 node_network_receive_errs_total{device="veth3a225fcd"} 0 node_network_receive_errs_total{device="veth3e37160"} 0 node_network_receive_errs_total{device="veth468b2183"} 0 node_network_receive_errs_total{device="veth46e04e02"} 0 node_network_receive_errs_total{device="veth47c903d0"} 0 node_network_receive_errs_total{device="veth4d93723e"} 0 node_network_receive_errs_total{device="veth5afc0db9"} 0 node_network_receive_errs_total{device="veth648682cc"} 0 node_network_receive_errs_total{device="veth6674c316"} 0 node_network_receive_errs_total{device="veth798141d"} 0 node_network_receive_errs_total{device="veth7cd2dbbd"} 0 node_network_receive_errs_total{device="veth7e714859"} 0 node_network_receive_errs_total{device="veth7e9056df"} 0 node_network_receive_errs_total{device="veth97054861"} 0 node_network_receive_errs_total{device="veth9bda8fef"} 0 node_network_receive_errs_total{device="veth9cdf9d11"} 0 node_network_receive_errs_total{device="vethc5855d0"} 0 node_network_receive_errs_total{device="vethc7973d13"} 0 node_network_receive_errs_total{device="vethc8876fb3"} 0 node_network_receive_errs_total{device="vethc9938d7f"} 0 node_network_receive_errs_total{device="vethc9fe2da7"} 0 node_network_receive_errs_total{device="vethdaf3249b"} 0 node_network_receive_errs_total{device="vethdc57a365"} 0 node_network_receive_errs_total{device="vethfd6e1ac0"} 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="br-24c5a3961dba"} 0 node_network_receive_fifo_total{device="br-3456f4bb5108"} 0 node_network_receive_fifo_total{device="br-36b61a7a4b74"} 0 node_network_receive_fifo_total{device="br-44251edc8a44"} 0 node_network_receive_fifo_total{device="br-5fe626e25ab5"} 0 node_network_receive_fifo_total{device="br-a2d84e138cbd"} 0 node_network_receive_fifo_total{device="br-af2593ff5db3"} 0 node_network_receive_fifo_total{device="br-b8be70ed3bf8"} 0 node_network_receive_fifo_total{device="br-c9572b4c27e1"} 0 node_network_receive_fifo_total{device="br-e85238e2e4d5"} 0 node_network_receive_fifo_total{device="cni0"} 0 node_network_receive_fifo_total{device="docker0"} 0 node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="flannel.1"} 0 node_network_receive_fifo_total{device="lo"} 0 node_network_receive_fifo_total{device="veth004397e8"} 0 node_network_receive_fifo_total{device="veth02a0e30b"} 0 node_network_receive_fifo_total{device="veth064001ed"} 0 node_network_receive_fifo_total{device="veth0c5060bc"} 0 node_network_receive_fifo_total{device="veth1132ac89"} 0 node_network_receive_fifo_total{device="veth243d41da"} 0 node_network_receive_fifo_total{device="veth2acfebd"} 0 node_network_receive_fifo_total{device="veth2c57ef7c"} 0 node_network_receive_fifo_total{device="veth2d1e80db"} 0 node_network_receive_fifo_total{device="veth301a0209"} 0 node_network_receive_fifo_total{device="veth3860871c"} 0 node_network_receive_fifo_total{device="veth39ceb597"} 0 node_network_receive_fifo_total{device="veth3a225fcd"} 0 node_network_receive_fifo_total{device="veth3e37160"} 0 node_network_receive_fifo_total{device="veth468b2183"} 0 node_network_receive_fifo_total{device="veth46e04e02"} 0 node_network_receive_fifo_total{device="veth47c903d0"} 0 node_network_receive_fifo_total{device="veth4d93723e"} 0 node_network_receive_fifo_total{device="veth5afc0db9"} 0 node_network_receive_fifo_total{device="veth648682cc"} 0 node_network_receive_fifo_total{device="veth6674c316"} 0 node_network_receive_fifo_total{device="veth798141d"} 0 node_network_receive_fifo_total{device="veth7cd2dbbd"} 0 node_network_receive_fifo_total{device="veth7e714859"} 0 node_network_receive_fifo_total{device="veth7e9056df"} 0 node_network_receive_fifo_total{device="veth97054861"} 0 node_network_receive_fifo_total{device="veth9bda8fef"} 0 node_network_receive_fifo_total{device="veth9cdf9d11"} 0 node_network_receive_fifo_total{device="vethc5855d0"} 0 node_network_receive_fifo_total{device="vethc7973d13"} 0 node_network_receive_fifo_total{device="vethc8876fb3"} 0 node_network_receive_fifo_total{device="vethc9938d7f"} 0 node_network_receive_fifo_total{device="vethc9fe2da7"} 0 node_network_receive_fifo_total{device="vethdaf3249b"} 0 node_network_receive_fifo_total{device="vethdc57a365"} 0 node_network_receive_fifo_total{device="vethfd6e1ac0"} 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="br-24c5a3961dba"} 0 node_network_receive_frame_total{device="br-3456f4bb5108"} 0 node_network_receive_frame_total{device="br-36b61a7a4b74"} 0 node_network_receive_frame_total{device="br-44251edc8a44"} 0 node_network_receive_frame_total{device="br-5fe626e25ab5"} 0 node_network_receive_frame_total{device="br-a2d84e138cbd"} 0 node_network_receive_frame_total{device="br-af2593ff5db3"} 0 node_network_receive_frame_total{device="br-b8be70ed3bf8"} 0 node_network_receive_frame_total{device="br-c9572b4c27e1"} 0 node_network_receive_frame_total{device="br-e85238e2e4d5"} 0 node_network_receive_frame_total{device="cni0"} 0 node_network_receive_frame_total{device="docker0"} 0 node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="flannel.1"} 0 node_network_receive_frame_total{device="lo"} 0 node_network_receive_frame_total{device="veth004397e8"} 0 node_network_receive_frame_total{device="veth02a0e30b"} 0 node_network_receive_frame_total{device="veth064001ed"} 0 node_network_receive_frame_total{device="veth0c5060bc"} 0 node_network_receive_frame_total{device="veth1132ac89"} 0 node_network_receive_frame_total{device="veth243d41da"} 0 node_network_receive_frame_total{device="veth2acfebd"} 0 node_network_receive_frame_total{device="veth2c57ef7c"} 0 node_network_receive_frame_total{device="veth2d1e80db"} 0 node_network_receive_frame_total{device="veth301a0209"} 0 node_network_receive_frame_total{device="veth3860871c"} 0 node_network_receive_frame_total{device="veth39ceb597"} 0 node_network_receive_frame_total{device="veth3a225fcd"} 0 node_network_receive_frame_total{device="veth3e37160"} 0 node_network_receive_frame_total{device="veth468b2183"} 0 node_network_receive_frame_total{device="veth46e04e02"} 0 node_network_receive_frame_total{device="veth47c903d0"} 0 node_network_receive_frame_total{device="veth4d93723e"} 0 node_network_receive_frame_total{device="veth5afc0db9"} 0 node_network_receive_frame_total{device="veth648682cc"} 0 node_network_receive_frame_total{device="veth6674c316"} 0 node_network_receive_frame_total{device="veth798141d"} 0 node_network_receive_frame_total{device="veth7cd2dbbd"} 0 node_network_receive_frame_total{device="veth7e714859"} 0 node_network_receive_frame_total{device="veth7e9056df"} 0 node_network_receive_frame_total{device="veth97054861"} 0 node_network_receive_frame_total{device="veth9bda8fef"} 0 node_network_receive_frame_total{device="veth9cdf9d11"} 0 node_network_receive_frame_total{device="vethc5855d0"} 0 node_network_receive_frame_total{device="vethc7973d13"} 0 node_network_receive_frame_total{device="vethc8876fb3"} 0 node_network_receive_frame_total{device="vethc9938d7f"} 0 node_network_receive_frame_total{device="vethc9fe2da7"} 0 node_network_receive_frame_total{device="vethdaf3249b"} 0 node_network_receive_frame_total{device="vethdc57a365"} 0 node_network_receive_frame_total{device="vethfd6e1ac0"} 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="br-24c5a3961dba"} 0 node_network_receive_multicast_total{device="br-3456f4bb5108"} 0 node_network_receive_multicast_total{device="br-36b61a7a4b74"} 301 node_network_receive_multicast_total{device="br-44251edc8a44"} 0 node_network_receive_multicast_total{device="br-5fe626e25ab5"} 0 node_network_receive_multicast_total{device="br-a2d84e138cbd"} 0 node_network_receive_multicast_total{device="br-af2593ff5db3"} 0 node_network_receive_multicast_total{device="br-b8be70ed3bf8"} 0 node_network_receive_multicast_total{device="br-c9572b4c27e1"} 0 node_network_receive_multicast_total{device="br-e85238e2e4d5"} 0 node_network_receive_multicast_total{device="cni0"} 29889 node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="eth0"} 5.36268006e+08 node_network_receive_multicast_total{device="flannel.1"} 0 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="veth004397e8"} 0 node_network_receive_multicast_total{device="veth02a0e30b"} 0 node_network_receive_multicast_total{device="veth064001ed"} 0 node_network_receive_multicast_total{device="veth0c5060bc"} 0 node_network_receive_multicast_total{device="veth1132ac89"} 0 node_network_receive_multicast_total{device="veth243d41da"} 0 node_network_receive_multicast_total{device="veth2acfebd"} 0 node_network_receive_multicast_total{device="veth2c57ef7c"} 0 node_network_receive_multicast_total{device="veth2d1e80db"} 0 node_network_receive_multicast_total{device="veth301a0209"} 0 node_network_receive_multicast_total{device="veth3860871c"} 0 node_network_receive_multicast_total{device="veth39ceb597"} 0 node_network_receive_multicast_total{device="veth3a225fcd"} 0 node_network_receive_multicast_total{device="veth3e37160"} 0 node_network_receive_multicast_total{device="veth468b2183"} 0 node_network_receive_multicast_total{device="veth46e04e02"} 0 node_network_receive_multicast_total{device="veth47c903d0"} 0 node_network_receive_multicast_total{device="veth4d93723e"} 0 node_network_receive_multicast_total{device="veth5afc0db9"} 0 node_network_receive_multicast_total{device="veth648682cc"} 0 node_network_receive_multicast_total{device="veth6674c316"} 0 node_network_receive_multicast_total{device="veth798141d"} 0 node_network_receive_multicast_total{device="veth7cd2dbbd"} 0 node_network_receive_multicast_total{device="veth7e714859"} 0 node_network_receive_multicast_total{device="veth7e9056df"} 0 node_network_receive_multicast_total{device="veth97054861"} 0 node_network_receive_multicast_total{device="veth9bda8fef"} 0 node_network_receive_multicast_total{device="veth9cdf9d11"} 0 node_network_receive_multicast_total{device="vethc5855d0"} 0 node_network_receive_multicast_total{device="vethc7973d13"} 0 node_network_receive_multicast_total{device="vethc8876fb3"} 0 node_network_receive_multicast_total{device="vethc9938d7f"} 0 node_network_receive_multicast_total{device="vethc9fe2da7"} 0 node_network_receive_multicast_total{device="vethdaf3249b"} 0 node_network_receive_multicast_total{device="vethdc57a365"} 0 node_network_receive_multicast_total{device="vethfd6e1ac0"} 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="br-24c5a3961dba"} 0 node_network_receive_nohandler_total{device="br-3456f4bb5108"} 0 node_network_receive_nohandler_total{device="br-36b61a7a4b74"} 0 node_network_receive_nohandler_total{device="br-44251edc8a44"} 0 node_network_receive_nohandler_total{device="br-5fe626e25ab5"} 0 node_network_receive_nohandler_total{device="br-a2d84e138cbd"} 0 node_network_receive_nohandler_total{device="br-af2593ff5db3"} 0 node_network_receive_nohandler_total{device="br-b8be70ed3bf8"} 0 node_network_receive_nohandler_total{device="br-c9572b4c27e1"} 0 node_network_receive_nohandler_total{device="br-e85238e2e4d5"} 0 node_network_receive_nohandler_total{device="cni0"} 0 node_network_receive_nohandler_total{device="docker0"} 0 node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="flannel.1"} 0 node_network_receive_nohandler_total{device="lo"} 0 node_network_receive_nohandler_total{device="veth004397e8"} 0 node_network_receive_nohandler_total{device="veth02a0e30b"} 0 node_network_receive_nohandler_total{device="veth064001ed"} 0 node_network_receive_nohandler_total{device="veth0c5060bc"} 0 node_network_receive_nohandler_total{device="veth1132ac89"} 0 node_network_receive_nohandler_total{device="veth243d41da"} 0 node_network_receive_nohandler_total{device="veth2acfebd"} 0 node_network_receive_nohandler_total{device="veth2c57ef7c"} 0 node_network_receive_nohandler_total{device="veth2d1e80db"} 0 node_network_receive_nohandler_total{device="veth301a0209"} 0 node_network_receive_nohandler_total{device="veth3860871c"} 0 node_network_receive_nohandler_total{device="veth39ceb597"} 0 node_network_receive_nohandler_total{device="veth3a225fcd"} 0 node_network_receive_nohandler_total{device="veth3e37160"} 0 node_network_receive_nohandler_total{device="veth468b2183"} 0 node_network_receive_nohandler_total{device="veth46e04e02"} 0 node_network_receive_nohandler_total{device="veth47c903d0"} 0 node_network_receive_nohandler_total{device="veth4d93723e"} 0 node_network_receive_nohandler_total{device="veth5afc0db9"} 0 node_network_receive_nohandler_total{device="veth648682cc"} 0 node_network_receive_nohandler_total{device="veth6674c316"} 0 node_network_receive_nohandler_total{device="veth798141d"} 0 node_network_receive_nohandler_total{device="veth7cd2dbbd"} 0 node_network_receive_nohandler_total{device="veth7e714859"} 0 node_network_receive_nohandler_total{device="veth7e9056df"} 0 node_network_receive_nohandler_total{device="veth97054861"} 0 node_network_receive_nohandler_total{device="veth9bda8fef"} 0 node_network_receive_nohandler_total{device="veth9cdf9d11"} 0 node_network_receive_nohandler_total{device="vethc5855d0"} 0 node_network_receive_nohandler_total{device="vethc7973d13"} 0 node_network_receive_nohandler_total{device="vethc8876fb3"} 0 node_network_receive_nohandler_total{device="vethc9938d7f"} 0 node_network_receive_nohandler_total{device="vethc9fe2da7"} 0 node_network_receive_nohandler_total{device="vethdaf3249b"} 0 node_network_receive_nohandler_total{device="vethdc57a365"} 0 node_network_receive_nohandler_total{device="vethfd6e1ac0"} 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="br-24c5a3961dba"} 2.075072e+06 node_network_receive_packets_total{device="br-3456f4bb5108"} 5.297859e+06 node_network_receive_packets_total{device="br-36b61a7a4b74"} 130116 node_network_receive_packets_total{device="br-44251edc8a44"} 79207 node_network_receive_packets_total{device="br-5fe626e25ab5"} 727388 node_network_receive_packets_total{device="br-a2d84e138cbd"} 4.96687477e+08 node_network_receive_packets_total{device="br-af2593ff5db3"} 920395 node_network_receive_packets_total{device="br-b8be70ed3bf8"} 0 node_network_receive_packets_total{device="br-c9572b4c27e1"} 2.397797e+06 node_network_receive_packets_total{device="br-e85238e2e4d5"} 12322 node_network_receive_packets_total{device="cni0"} 4.06961979e+08 node_network_receive_packets_total{device="docker0"} 513 node_network_receive_packets_total{device="eth0"} 1.356633885e+09 node_network_receive_packets_total{device="flannel.1"} 0 node_network_receive_packets_total{device="lo"} 1.081172438e+09 node_network_receive_packets_total{device="veth004397e8"} 2.0487747e+08 node_network_receive_packets_total{device="veth02a0e30b"} 4.947376e+06 node_network_receive_packets_total{device="veth064001ed"} 5.227102e+06 node_network_receive_packets_total{device="veth0c5060bc"} 271102 node_network_receive_packets_total{device="veth1132ac89"} 5.968141e+06 node_network_receive_packets_total{device="veth243d41da"} 2.3112059e+07 node_network_receive_packets_total{device="veth2acfebd"} 86820 node_network_receive_packets_total{device="veth2c57ef7c"} 2.165546e+06 node_network_receive_packets_total{device="veth2d1e80db"} 199282 node_network_receive_packets_total{device="veth301a0209"} 2.582683e+06 node_network_receive_packets_total{device="veth3860871c"} 275435 node_network_receive_packets_total{device="veth39ceb597"} 4.747728e+06 node_network_receive_packets_total{device="veth3a225fcd"} 574893 node_network_receive_packets_total{device="veth3e37160"} 104132 node_network_receive_packets_total{device="veth468b2183"} 1.2426529e+07 node_network_receive_packets_total{device="veth46e04e02"} 1.8914379e+07 node_network_receive_packets_total{device="veth47c903d0"} 2.360095e+06 node_network_receive_packets_total{device="veth4d93723e"} 1.8918055e+07 node_network_receive_packets_total{device="veth5afc0db9"} 5.909558e+06 node_network_receive_packets_total{device="veth648682cc"} 3.1666056e+07 node_network_receive_packets_total{device="veth6674c316"} 3.451259e+06 node_network_receive_packets_total{device="veth798141d"} 186823 node_network_receive_packets_total{device="veth7cd2dbbd"} 2.8905595e+07 node_network_receive_packets_total{device="veth7e714859"} 269793 node_network_receive_packets_total{device="veth7e9056df"} 538680 node_network_receive_packets_total{device="veth97054861"} 8.799642e+06 node_network_receive_packets_total{device="veth9bda8fef"} 3.4595412e+07 node_network_receive_packets_total{device="veth9cdf9d11"} 27695 node_network_receive_packets_total{device="vethc5855d0"} 5.050569e+06 node_network_receive_packets_total{device="vethc7973d13"} 2.3406081e+08 node_network_receive_packets_total{device="vethc8876fb3"} 1.651155e+07 node_network_receive_packets_total{device="vethc9938d7f"} 1.146481e+06 node_network_receive_packets_total{device="vethc9fe2da7"} 4.541393e+06 node_network_receive_packets_total{device="vethdaf3249b"} 3.276427e+06 node_network_receive_packets_total{device="vethdc57a365"} 36195 node_network_receive_packets_total{device="vethfd6e1ac0"} 3.369025e+06 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="eth0"} 1.25e+08 node_network_speed_bytes{device="veth004397e8"} 1.25e+09 node_network_speed_bytes{device="veth02a0e30b"} 1.25e+09 node_network_speed_bytes{device="veth064001ed"} 1.25e+09 node_network_speed_bytes{device="veth0c5060bc"} 1.25e+09 node_network_speed_bytes{device="veth1132ac89"} 1.25e+09 node_network_speed_bytes{device="veth243d41da"} 1.25e+09 node_network_speed_bytes{device="veth2acfebd"} 1.25e+09 node_network_speed_bytes{device="veth2c57ef7c"} 1.25e+09 node_network_speed_bytes{device="veth2d1e80db"} 1.25e+09 node_network_speed_bytes{device="veth301a0209"} 1.25e+09 node_network_speed_bytes{device="veth3860871c"} 1.25e+09 node_network_speed_bytes{device="veth39ceb597"} 1.25e+09 node_network_speed_bytes{device="veth3a225fcd"} 1.25e+09 node_network_speed_bytes{device="veth3e37160"} 1.25e+09 node_network_speed_bytes{device="veth468b2183"} 1.25e+09 node_network_speed_bytes{device="veth46e04e02"} 1.25e+09 node_network_speed_bytes{device="veth47c903d0"} 1.25e+09 node_network_speed_bytes{device="veth4d93723e"} 1.25e+09 node_network_speed_bytes{device="veth5afc0db9"} 1.25e+09 node_network_speed_bytes{device="veth648682cc"} 1.25e+09 node_network_speed_bytes{device="veth6674c316"} 1.25e+09 node_network_speed_bytes{device="veth798141d"} 1.25e+09 node_network_speed_bytes{device="veth7cd2dbbd"} 1.25e+09 node_network_speed_bytes{device="veth7e714859"} 1.25e+09 node_network_speed_bytes{device="veth7e9056df"} 1.25e+09 node_network_speed_bytes{device="veth97054861"} 1.25e+09 node_network_speed_bytes{device="veth9bda8fef"} 1.25e+09 node_network_speed_bytes{device="veth9cdf9d11"} 1.25e+09 node_network_speed_bytes{device="vethc5855d0"} 1.25e+09 node_network_speed_bytes{device="vethc7973d13"} 1.25e+09 node_network_speed_bytes{device="vethc8876fb3"} 1.25e+09 node_network_speed_bytes{device="vethc9938d7f"} 1.25e+09 node_network_speed_bytes{device="vethc9fe2da7"} 1.25e+09 node_network_speed_bytes{device="vethdaf3249b"} 1.25e+09 node_network_speed_bytes{device="vethdc57a365"} 1.25e+09 node_network_speed_bytes{device="vethfd6e1ac0"} 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="br-24c5a3961dba"} 1.1624841061e+10 node_network_transmit_bytes_total{device="br-3456f4bb5108"} 4.498259932e+09 node_network_transmit_bytes_total{device="br-36b61a7a4b74"} 4.1468064e+07 node_network_transmit_bytes_total{device="br-44251edc8a44"} 1.3941362e+07 node_network_transmit_bytes_total{device="br-5fe626e25ab5"} 1.611251502e+09 node_network_transmit_bytes_total{device="br-a2d84e138cbd"} 3.19939324696e+11 node_network_transmit_bytes_total{device="br-af2593ff5db3"} 3.78835737e+08 node_network_transmit_bytes_total{device="br-b8be70ed3bf8"} 0 node_network_transmit_bytes_total{device="br-c9572b4c27e1"} 3.338104802e+09 node_network_transmit_bytes_total{device="br-e85238e2e4d5"} 7.511902e+06 node_network_transmit_bytes_total{device="cni0"} 3.20159342031e+11 node_network_transmit_bytes_total{device="docker0"} 123876 node_network_transmit_bytes_total{device="eth0"} 5.91202054106e+11 node_network_transmit_bytes_total{device="flannel.1"} 0 node_network_transmit_bytes_total{device="lo"} 1.92495433052e+11 node_network_transmit_bytes_total{device="veth004397e8"} 1.847179833e+10 node_network_transmit_bytes_total{device="veth02a0e30b"} 2.722880235e+09 node_network_transmit_bytes_total{device="veth064001ed"} 5.76684614e+08 node_network_transmit_bytes_total{device="veth0c5060bc"} 6.0742823e+07 node_network_transmit_bytes_total{device="veth1132ac89"} 7.72034914e+08 node_network_transmit_bytes_total{device="veth243d41da"} 1.992432919e+09 node_network_transmit_bytes_total{device="veth2acfebd"} 2.2308041e+07 node_network_transmit_bytes_total{device="veth2c57ef7c"} 1.41446713e+08 node_network_transmit_bytes_total{device="veth2d1e80db"} 4.0191166e+07 node_network_transmit_bytes_total{device="veth301a0209"} 1.280630894e+09 node_network_transmit_bytes_total{device="veth3860871c"} 5.9022125e+07 node_network_transmit_bytes_total{device="veth39ceb597"} 8.33255177e+08 node_network_transmit_bytes_total{device="veth3a225fcd"} 4.9414619e+07 node_network_transmit_bytes_total{device="veth3e37160"} 1.9931757e+07 node_network_transmit_bytes_total{device="veth468b2183"} 2.58256451e+09 node_network_transmit_bytes_total{device="veth46e04e02"} 2.189626097e+09 node_network_transmit_bytes_total{device="veth47c903d0"} 4.93293849e+09 node_network_transmit_bytes_total{device="veth4d93723e"} 2.189760279e+09 node_network_transmit_bytes_total{device="veth5afc0db9"} 8.08635795e+08 node_network_transmit_bytes_total{device="veth648682cc"} 1.56863881394e+11 node_network_transmit_bytes_total{device="veth6674c316"} 3.61023524e+08 node_network_transmit_bytes_total{device="veth798141d"} 4.8493607e+07 node_network_transmit_bytes_total{device="veth7cd2dbbd"} 4.5457276649e+10 node_network_transmit_bytes_total{device="veth7e714859"} 5.8046862e+07 node_network_transmit_bytes_total{device="veth7e9056df"} 9.3731758e+07 node_network_transmit_bytes_total{device="veth97054861"} 2.158241234e+09 node_network_transmit_bytes_total{device="veth9bda8fef"} 4.4877004982e+10 node_network_transmit_bytes_total{device="veth9cdf9d11"} 1.9349119e+07 node_network_transmit_bytes_total{device="vethc5855d0"} 4.244459726e+09 node_network_transmit_bytes_total{device="vethc7973d13"} 2.11931084775e+11 node_network_transmit_bytes_total{device="vethc8876fb3"} 1.532739301e+09 node_network_transmit_bytes_total{device="vethc9938d7f"} 2.174548102e+09 node_network_transmit_bytes_total{device="vethc9fe2da7"} 5.12386591e+08 node_network_transmit_bytes_total{device="vethdaf3249b"} 4.80059958e+08 node_network_transmit_bytes_total{device="vethdc57a365"} 2.3575098e+07 node_network_transmit_bytes_total{device="vethfd6e1ac0"} 9.73359378e+08 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="br-24c5a3961dba"} 0 node_network_transmit_carrier_total{device="br-3456f4bb5108"} 0 node_network_transmit_carrier_total{device="br-36b61a7a4b74"} 0 node_network_transmit_carrier_total{device="br-44251edc8a44"} 0 node_network_transmit_carrier_total{device="br-5fe626e25ab5"} 0 node_network_transmit_carrier_total{device="br-a2d84e138cbd"} 0 node_network_transmit_carrier_total{device="br-af2593ff5db3"} 0 node_network_transmit_carrier_total{device="br-b8be70ed3bf8"} 0 node_network_transmit_carrier_total{device="br-c9572b4c27e1"} 0 node_network_transmit_carrier_total{device="br-e85238e2e4d5"} 0 node_network_transmit_carrier_total{device="cni0"} 0 node_network_transmit_carrier_total{device="docker0"} 0 node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="flannel.1"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="veth004397e8"} 0 node_network_transmit_carrier_total{device="veth02a0e30b"} 0 node_network_transmit_carrier_total{device="veth064001ed"} 0 node_network_transmit_carrier_total{device="veth0c5060bc"} 0 node_network_transmit_carrier_total{device="veth1132ac89"} 0 node_network_transmit_carrier_total{device="veth243d41da"} 0 node_network_transmit_carrier_total{device="veth2acfebd"} 0 node_network_transmit_carrier_total{device="veth2c57ef7c"} 0 node_network_transmit_carrier_total{device="veth2d1e80db"} 0 node_network_transmit_carrier_total{device="veth301a0209"} 0 node_network_transmit_carrier_total{device="veth3860871c"} 0 node_network_transmit_carrier_total{device="veth39ceb597"} 0 node_network_transmit_carrier_total{device="veth3a225fcd"} 0 node_network_transmit_carrier_total{device="veth3e37160"} 0 node_network_transmit_carrier_total{device="veth468b2183"} 0 node_network_transmit_carrier_total{device="veth46e04e02"} 0 node_network_transmit_carrier_total{device="veth47c903d0"} 0 node_network_transmit_carrier_total{device="veth4d93723e"} 0 node_network_transmit_carrier_total{device="veth5afc0db9"} 0 node_network_transmit_carrier_total{device="veth648682cc"} 0 node_network_transmit_carrier_total{device="veth6674c316"} 0 node_network_transmit_carrier_total{device="veth798141d"} 0 node_network_transmit_carrier_total{device="veth7cd2dbbd"} 0 node_network_transmit_carrier_total{device="veth7e714859"} 0 node_network_transmit_carrier_total{device="veth7e9056df"} 0 node_network_transmit_carrier_total{device="veth97054861"} 0 node_network_transmit_carrier_total{device="veth9bda8fef"} 0 node_network_transmit_carrier_total{device="veth9cdf9d11"} 0 node_network_transmit_carrier_total{device="vethc5855d0"} 0 node_network_transmit_carrier_total{device="vethc7973d13"} 0 node_network_transmit_carrier_total{device="vethc8876fb3"} 0 node_network_transmit_carrier_total{device="vethc9938d7f"} 0 node_network_transmit_carrier_total{device="vethc9fe2da7"} 0 node_network_transmit_carrier_total{device="vethdaf3249b"} 0 node_network_transmit_carrier_total{device="vethdc57a365"} 0 node_network_transmit_carrier_total{device="vethfd6e1ac0"} 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="br-24c5a3961dba"} 0 node_network_transmit_colls_total{device="br-3456f4bb5108"} 0 node_network_transmit_colls_total{device="br-36b61a7a4b74"} 0 node_network_transmit_colls_total{device="br-44251edc8a44"} 0 node_network_transmit_colls_total{device="br-5fe626e25ab5"} 0 node_network_transmit_colls_total{device="br-a2d84e138cbd"} 0 node_network_transmit_colls_total{device="br-af2593ff5db3"} 0 node_network_transmit_colls_total{device="br-b8be70ed3bf8"} 0 node_network_transmit_colls_total{device="br-c9572b4c27e1"} 0 node_network_transmit_colls_total{device="br-e85238e2e4d5"} 0 node_network_transmit_colls_total{device="cni0"} 0 node_network_transmit_colls_total{device="docker0"} 0 node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="flannel.1"} 0 node_network_transmit_colls_total{device="lo"} 0 node_network_transmit_colls_total{device="veth004397e8"} 0 node_network_transmit_colls_total{device="veth02a0e30b"} 0 node_network_transmit_colls_total{device="veth064001ed"} 0 node_network_transmit_colls_total{device="veth0c5060bc"} 0 node_network_transmit_colls_total{device="veth1132ac89"} 0 node_network_transmit_colls_total{device="veth243d41da"} 0 node_network_transmit_colls_total{device="veth2acfebd"} 0 node_network_transmit_colls_total{device="veth2c57ef7c"} 0 node_network_transmit_colls_total{device="veth2d1e80db"} 0 node_network_transmit_colls_total{device="veth301a0209"} 0 node_network_transmit_colls_total{device="veth3860871c"} 0 node_network_transmit_colls_total{device="veth39ceb597"} 0 node_network_transmit_colls_total{device="veth3a225fcd"} 0 node_network_transmit_colls_total{device="veth3e37160"} 0 node_network_transmit_colls_total{device="veth468b2183"} 0 node_network_transmit_colls_total{device="veth46e04e02"} 0 node_network_transmit_colls_total{device="veth47c903d0"} 0 node_network_transmit_colls_total{device="veth4d93723e"} 0 node_network_transmit_colls_total{device="veth5afc0db9"} 0 node_network_transmit_colls_total{device="veth648682cc"} 0 node_network_transmit_colls_total{device="veth6674c316"} 0 node_network_transmit_colls_total{device="veth798141d"} 0 node_network_transmit_colls_total{device="veth7cd2dbbd"} 0 node_network_transmit_colls_total{device="veth7e714859"} 0 node_network_transmit_colls_total{device="veth7e9056df"} 0 node_network_transmit_colls_total{device="veth97054861"} 0 node_network_transmit_colls_total{device="veth9bda8fef"} 0 node_network_transmit_colls_total{device="veth9cdf9d11"} 0 node_network_transmit_colls_total{device="vethc5855d0"} 0 node_network_transmit_colls_total{device="vethc7973d13"} 0 node_network_transmit_colls_total{device="vethc8876fb3"} 0 node_network_transmit_colls_total{device="vethc9938d7f"} 0 node_network_transmit_colls_total{device="vethc9fe2da7"} 0 node_network_transmit_colls_total{device="vethdaf3249b"} 0 node_network_transmit_colls_total{device="vethdc57a365"} 0 node_network_transmit_colls_total{device="vethfd6e1ac0"} 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="br-24c5a3961dba"} 0 node_network_transmit_compressed_total{device="br-3456f4bb5108"} 0 node_network_transmit_compressed_total{device="br-36b61a7a4b74"} 0 node_network_transmit_compressed_total{device="br-44251edc8a44"} 0 node_network_transmit_compressed_total{device="br-5fe626e25ab5"} 0 node_network_transmit_compressed_total{device="br-a2d84e138cbd"} 0 node_network_transmit_compressed_total{device="br-af2593ff5db3"} 0 node_network_transmit_compressed_total{device="br-b8be70ed3bf8"} 0 node_network_transmit_compressed_total{device="br-c9572b4c27e1"} 0 node_network_transmit_compressed_total{device="br-e85238e2e4d5"} 0 node_network_transmit_compressed_total{device="cni0"} 0 node_network_transmit_compressed_total{device="docker0"} 0 node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="flannel.1"} 0 node_network_transmit_compressed_total{device="lo"} 0 node_network_transmit_compressed_total{device="veth004397e8"} 0 node_network_transmit_compressed_total{device="veth02a0e30b"} 0 node_network_transmit_compressed_total{device="veth064001ed"} 0 node_network_transmit_compressed_total{device="veth0c5060bc"} 0 node_network_transmit_compressed_total{device="veth1132ac89"} 0 node_network_transmit_compressed_total{device="veth243d41da"} 0 node_network_transmit_compressed_total{device="veth2acfebd"} 0 node_network_transmit_compressed_total{device="veth2c57ef7c"} 0 node_network_transmit_compressed_total{device="veth2d1e80db"} 0 node_network_transmit_compressed_total{device="veth301a0209"} 0 node_network_transmit_compressed_total{device="veth3860871c"} 0 node_network_transmit_compressed_total{device="veth39ceb597"} 0 node_network_transmit_compressed_total{device="veth3a225fcd"} 0 node_network_transmit_compressed_total{device="veth3e37160"} 0 node_network_transmit_compressed_total{device="veth468b2183"} 0 node_network_transmit_compressed_total{device="veth46e04e02"} 0 node_network_transmit_compressed_total{device="veth47c903d0"} 0 node_network_transmit_compressed_total{device="veth4d93723e"} 0 node_network_transmit_compressed_total{device="veth5afc0db9"} 0 node_network_transmit_compressed_total{device="veth648682cc"} 0 node_network_transmit_compressed_total{device="veth6674c316"} 0 node_network_transmit_compressed_total{device="veth798141d"} 0 node_network_transmit_compressed_total{device="veth7cd2dbbd"} 0 node_network_transmit_compressed_total{device="veth7e714859"} 0 node_network_transmit_compressed_total{device="veth7e9056df"} 0 node_network_transmit_compressed_total{device="veth97054861"} 0 node_network_transmit_compressed_total{device="veth9bda8fef"} 0 node_network_transmit_compressed_total{device="veth9cdf9d11"} 0 node_network_transmit_compressed_total{device="vethc5855d0"} 0 node_network_transmit_compressed_total{device="vethc7973d13"} 0 node_network_transmit_compressed_total{device="vethc8876fb3"} 0 node_network_transmit_compressed_total{device="vethc9938d7f"} 0 node_network_transmit_compressed_total{device="vethc9fe2da7"} 0 node_network_transmit_compressed_total{device="vethdaf3249b"} 0 node_network_transmit_compressed_total{device="vethdc57a365"} 0 node_network_transmit_compressed_total{device="vethfd6e1ac0"} 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="br-24c5a3961dba"} 0 node_network_transmit_drop_total{device="br-3456f4bb5108"} 0 node_network_transmit_drop_total{device="br-36b61a7a4b74"} 0 node_network_transmit_drop_total{device="br-44251edc8a44"} 0 node_network_transmit_drop_total{device="br-5fe626e25ab5"} 0 node_network_transmit_drop_total{device="br-a2d84e138cbd"} 0 node_network_transmit_drop_total{device="br-af2593ff5db3"} 0 node_network_transmit_drop_total{device="br-b8be70ed3bf8"} 0 node_network_transmit_drop_total{device="br-c9572b4c27e1"} 0 node_network_transmit_drop_total{device="br-e85238e2e4d5"} 0 node_network_transmit_drop_total{device="cni0"} 0 node_network_transmit_drop_total{device="docker0"} 0 node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="flannel.1"} 16517 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="veth004397e8"} 0 node_network_transmit_drop_total{device="veth02a0e30b"} 0 node_network_transmit_drop_total{device="veth064001ed"} 0 node_network_transmit_drop_total{device="veth0c5060bc"} 0 node_network_transmit_drop_total{device="veth1132ac89"} 0 node_network_transmit_drop_total{device="veth243d41da"} 0 node_network_transmit_drop_total{device="veth2acfebd"} 0 node_network_transmit_drop_total{device="veth2c57ef7c"} 0 node_network_transmit_drop_total{device="veth2d1e80db"} 0 node_network_transmit_drop_total{device="veth301a0209"} 0 node_network_transmit_drop_total{device="veth3860871c"} 0 node_network_transmit_drop_total{device="veth39ceb597"} 0 node_network_transmit_drop_total{device="veth3a225fcd"} 0 node_network_transmit_drop_total{device="veth3e37160"} 0 node_network_transmit_drop_total{device="veth468b2183"} 0 node_network_transmit_drop_total{device="veth46e04e02"} 0 node_network_transmit_drop_total{device="veth47c903d0"} 0 node_network_transmit_drop_total{device="veth4d93723e"} 0 node_network_transmit_drop_total{device="veth5afc0db9"} 0 node_network_transmit_drop_total{device="veth648682cc"} 0 node_network_transmit_drop_total{device="veth6674c316"} 0 node_network_transmit_drop_total{device="veth798141d"} 0 node_network_transmit_drop_total{device="veth7cd2dbbd"} 0 node_network_transmit_drop_total{device="veth7e714859"} 0 node_network_transmit_drop_total{device="veth7e9056df"} 0 node_network_transmit_drop_total{device="veth97054861"} 0 node_network_transmit_drop_total{device="veth9bda8fef"} 0 node_network_transmit_drop_total{device="veth9cdf9d11"} 0 node_network_transmit_drop_total{device="vethc5855d0"} 0 node_network_transmit_drop_total{device="vethc7973d13"} 0 node_network_transmit_drop_total{device="vethc8876fb3"} 0 node_network_transmit_drop_total{device="vethc9938d7f"} 0 node_network_transmit_drop_total{device="vethc9fe2da7"} 0 node_network_transmit_drop_total{device="vethdaf3249b"} 0 node_network_transmit_drop_total{device="vethdc57a365"} 0 node_network_transmit_drop_total{device="vethfd6e1ac0"} 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="br-24c5a3961dba"} 0 node_network_transmit_errs_total{device="br-3456f4bb5108"} 0 node_network_transmit_errs_total{device="br-36b61a7a4b74"} 0 node_network_transmit_errs_total{device="br-44251edc8a44"} 0 node_network_transmit_errs_total{device="br-5fe626e25ab5"} 0 node_network_transmit_errs_total{device="br-a2d84e138cbd"} 0 node_network_transmit_errs_total{device="br-af2593ff5db3"} 0 node_network_transmit_errs_total{device="br-b8be70ed3bf8"} 0 node_network_transmit_errs_total{device="br-c9572b4c27e1"} 0 node_network_transmit_errs_total{device="br-e85238e2e4d5"} 0 node_network_transmit_errs_total{device="cni0"} 0 node_network_transmit_errs_total{device="docker0"} 0 node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="flannel.1"} 0 node_network_transmit_errs_total{device="lo"} 0 node_network_transmit_errs_total{device="veth004397e8"} 0 node_network_transmit_errs_total{device="veth02a0e30b"} 0 node_network_transmit_errs_total{device="veth064001ed"} 0 node_network_transmit_errs_total{device="veth0c5060bc"} 0 node_network_transmit_errs_total{device="veth1132ac89"} 0 node_network_transmit_errs_total{device="veth243d41da"} 0 node_network_transmit_errs_total{device="veth2acfebd"} 0 node_network_transmit_errs_total{device="veth2c57ef7c"} 0 node_network_transmit_errs_total{device="veth2d1e80db"} 0 node_network_transmit_errs_total{device="veth301a0209"} 0 node_network_transmit_errs_total{device="veth3860871c"} 0 node_network_transmit_errs_total{device="veth39ceb597"} 0 node_network_transmit_errs_total{device="veth3a225fcd"} 0 node_network_transmit_errs_total{device="veth3e37160"} 0 node_network_transmit_errs_total{device="veth468b2183"} 0 node_network_transmit_errs_total{device="veth46e04e02"} 0 node_network_transmit_errs_total{device="veth47c903d0"} 0 node_network_transmit_errs_total{device="veth4d93723e"} 0 node_network_transmit_errs_total{device="veth5afc0db9"} 0 node_network_transmit_errs_total{device="veth648682cc"} 0 node_network_transmit_errs_total{device="veth6674c316"} 0 node_network_transmit_errs_total{device="veth798141d"} 0 node_network_transmit_errs_total{device="veth7cd2dbbd"} 0 node_network_transmit_errs_total{device="veth7e714859"} 0 node_network_transmit_errs_total{device="veth7e9056df"} 0 node_network_transmit_errs_total{device="veth97054861"} 0 node_network_transmit_errs_total{device="veth9bda8fef"} 0 node_network_transmit_errs_total{device="veth9cdf9d11"} 0 node_network_transmit_errs_total{device="vethc5855d0"} 0 node_network_transmit_errs_total{device="vethc7973d13"} 0 node_network_transmit_errs_total{device="vethc8876fb3"} 0 node_network_transmit_errs_total{device="vethc9938d7f"} 0 node_network_transmit_errs_total{device="vethc9fe2da7"} 0 node_network_transmit_errs_total{device="vethdaf3249b"} 0 node_network_transmit_errs_total{device="vethdc57a365"} 0 node_network_transmit_errs_total{device="vethfd6e1ac0"} 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="br-24c5a3961dba"} 0 node_network_transmit_fifo_total{device="br-3456f4bb5108"} 0 node_network_transmit_fifo_total{device="br-36b61a7a4b74"} 0 node_network_transmit_fifo_total{device="br-44251edc8a44"} 0 node_network_transmit_fifo_total{device="br-5fe626e25ab5"} 0 node_network_transmit_fifo_total{device="br-a2d84e138cbd"} 0 node_network_transmit_fifo_total{device="br-af2593ff5db3"} 0 node_network_transmit_fifo_total{device="br-b8be70ed3bf8"} 0 node_network_transmit_fifo_total{device="br-c9572b4c27e1"} 0 node_network_transmit_fifo_total{device="br-e85238e2e4d5"} 0 node_network_transmit_fifo_total{device="cni0"} 0 node_network_transmit_fifo_total{device="docker0"} 0 node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="flannel.1"} 0 node_network_transmit_fifo_total{device="lo"} 0 node_network_transmit_fifo_total{device="veth004397e8"} 0 node_network_transmit_fifo_total{device="veth02a0e30b"} 0 node_network_transmit_fifo_total{device="veth064001ed"} 0 node_network_transmit_fifo_total{device="veth0c5060bc"} 0 node_network_transmit_fifo_total{device="veth1132ac89"} 0 node_network_transmit_fifo_total{device="veth243d41da"} 0 node_network_transmit_fifo_total{device="veth2acfebd"} 0 node_network_transmit_fifo_total{device="veth2c57ef7c"} 0 node_network_transmit_fifo_total{device="veth2d1e80db"} 0 node_network_transmit_fifo_total{device="veth301a0209"} 0 node_network_transmit_fifo_total{device="veth3860871c"} 0 node_network_transmit_fifo_total{device="veth39ceb597"} 0 node_network_transmit_fifo_total{device="veth3a225fcd"} 0 node_network_transmit_fifo_total{device="veth3e37160"} 0 node_network_transmit_fifo_total{device="veth468b2183"} 0 node_network_transmit_fifo_total{device="veth46e04e02"} 0 node_network_transmit_fifo_total{device="veth47c903d0"} 0 node_network_transmit_fifo_total{device="veth4d93723e"} 0 node_network_transmit_fifo_total{device="veth5afc0db9"} 0 node_network_transmit_fifo_total{device="veth648682cc"} 0 node_network_transmit_fifo_total{device="veth6674c316"} 0 node_network_transmit_fifo_total{device="veth798141d"} 0 node_network_transmit_fifo_total{device="veth7cd2dbbd"} 0 node_network_transmit_fifo_total{device="veth7e714859"} 0 node_network_transmit_fifo_total{device="veth7e9056df"} 0 node_network_transmit_fifo_total{device="veth97054861"} 0 node_network_transmit_fifo_total{device="veth9bda8fef"} 0 node_network_transmit_fifo_total{device="veth9cdf9d11"} 0 node_network_transmit_fifo_total{device="vethc5855d0"} 0 node_network_transmit_fifo_total{device="vethc7973d13"} 0 node_network_transmit_fifo_total{device="vethc8876fb3"} 0 node_network_transmit_fifo_total{device="vethc9938d7f"} 0 node_network_transmit_fifo_total{device="vethc9fe2da7"} 0 node_network_transmit_fifo_total{device="vethdaf3249b"} 0 node_network_transmit_fifo_total{device="vethdc57a365"} 0 node_network_transmit_fifo_total{device="vethfd6e1ac0"} 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="br-24c5a3961dba"} 3.093215e+06 node_network_transmit_packets_total{device="br-3456f4bb5108"} 5.027951e+06 node_network_transmit_packets_total{device="br-36b61a7a4b74"} 227972 node_network_transmit_packets_total{device="br-44251edc8a44"} 58249 node_network_transmit_packets_total{device="br-5fe626e25ab5"} 797348 node_network_transmit_packets_total{device="br-a2d84e138cbd"} 2.92481096e+08 node_network_transmit_packets_total{device="br-af2593ff5db3"} 3.672359e+06 node_network_transmit_packets_total{device="br-b8be70ed3bf8"} 0 node_network_transmit_packets_total{device="br-c9572b4c27e1"} 4.269141e+06 node_network_transmit_packets_total{device="br-e85238e2e4d5"} 36070 node_network_transmit_packets_total{device="cni0"} 3.55949638e+08 node_network_transmit_packets_total{device="docker0"} 592 node_network_transmit_packets_total{device="eth0"} 9.36282153e+08 node_network_transmit_packets_total{device="flannel.1"} 0 node_network_transmit_packets_total{device="lo"} 1.081172438e+09 node_network_transmit_packets_total{device="veth004397e8"} 2.00149299e+08 node_network_transmit_packets_total{device="veth02a0e30b"} 5.11916e+06 node_network_transmit_packets_total{device="veth064001ed"} 4.875581e+06 node_network_transmit_packets_total{device="veth0c5060bc"} 282196 node_network_transmit_packets_total{device="veth1132ac89"} 7.241347e+06 node_network_transmit_packets_total{device="veth243d41da"} 1.9240282e+07 node_network_transmit_packets_total{device="veth2acfebd"} 97775 node_network_transmit_packets_total{device="veth2c57ef7c"} 1.369826e+06 node_network_transmit_packets_total{device="veth2d1e80db"} 207384 node_network_transmit_packets_total{device="veth301a0209"} 2.68502e+06 node_network_transmit_packets_total{device="veth3860871c"} 285746 node_network_transmit_packets_total{device="veth39ceb597"} 5.040851e+06 node_network_transmit_packets_total{device="veth3a225fcd"} 706058 node_network_transmit_packets_total{device="veth3e37160"} 249274 node_network_transmit_packets_total{device="veth468b2183"} 1.4169942e+07 node_network_transmit_packets_total{device="veth46e04e02"} 1.9110186e+07 node_network_transmit_packets_total{device="veth47c903d0"} 2.307081e+06 node_network_transmit_packets_total{device="veth4d93723e"} 1.9111255e+07 node_network_transmit_packets_total{device="veth5afc0db9"} 7.363705e+06 node_network_transmit_packets_total{device="veth648682cc"} 3.1561552e+07 node_network_transmit_packets_total{device="veth6674c316"} 3.618905e+06 node_network_transmit_packets_total{device="veth798141d"} 463966 node_network_transmit_packets_total{device="veth7cd2dbbd"} 2.3171659e+07 node_network_transmit_packets_total{device="veth7e714859"} 279239 node_network_transmit_packets_total{device="veth7e9056df"} 510351 node_network_transmit_packets_total{device="veth97054861"} 7.165087e+06 node_network_transmit_packets_total{device="veth9bda8fef"} 3.2510781e+07 node_network_transmit_packets_total{device="veth9cdf9d11"} 186609 node_network_transmit_packets_total{device="vethc5855d0"} 4.767762e+06 node_network_transmit_packets_total{device="vethc7973d13"} 2.50859752e+08 node_network_transmit_packets_total{device="vethc8876fb3"} 1.2432508e+07 node_network_transmit_packets_total{device="vethc9938d7f"} 1.263589e+06 node_network_transmit_packets_total{device="vethc9fe2da7"} 6.015126e+06 node_network_transmit_packets_total{device="vethdaf3249b"} 3.453086e+06 node_network_transmit_packets_total{device="vethdc57a365"} 208015 node_network_transmit_packets_total{device="vethfd6e1ac0"} 1.937652e+06 # 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-24c5a3961dba"} 0 node_network_transmit_queue_length{device="br-3456f4bb5108"} 0 node_network_transmit_queue_length{device="br-36b61a7a4b74"} 0 node_network_transmit_queue_length{device="br-44251edc8a44"} 0 node_network_transmit_queue_length{device="br-5fe626e25ab5"} 0 node_network_transmit_queue_length{device="br-a2d84e138cbd"} 0 node_network_transmit_queue_length{device="br-af2593ff5db3"} 0 node_network_transmit_queue_length{device="br-b8be70ed3bf8"} 0 node_network_transmit_queue_length{device="br-c9572b4c27e1"} 0 node_network_transmit_queue_length{device="br-e85238e2e4d5"} 0 node_network_transmit_queue_length{device="cni0"} 1000 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="flannel.1"} 0 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth004397e8"} 1000 node_network_transmit_queue_length{device="veth02a0e30b"} 1000 node_network_transmit_queue_length{device="veth064001ed"} 1000 node_network_transmit_queue_length{device="veth0c5060bc"} 1000 node_network_transmit_queue_length{device="veth1132ac89"} 1000 node_network_transmit_queue_length{device="veth243d41da"} 1000 node_network_transmit_queue_length{device="veth2acfebd"} 0 node_network_transmit_queue_length{device="veth2c57ef7c"} 1000 node_network_transmit_queue_length{device="veth2d1e80db"} 1000 node_network_transmit_queue_length{device="veth301a0209"} 1000 node_network_transmit_queue_length{device="veth3860871c"} 1000 node_network_transmit_queue_length{device="veth39ceb597"} 1000 node_network_transmit_queue_length{device="veth3a225fcd"} 1000 node_network_transmit_queue_length{device="veth3e37160"} 0 node_network_transmit_queue_length{device="veth468b2183"} 1000 node_network_transmit_queue_length{device="veth46e04e02"} 1000 node_network_transmit_queue_length{device="veth47c903d0"} 1000 node_network_transmit_queue_length{device="veth4d93723e"} 1000 node_network_transmit_queue_length{device="veth5afc0db9"} 1000 node_network_transmit_queue_length{device="veth648682cc"} 1000 node_network_transmit_queue_length{device="veth6674c316"} 1000 node_network_transmit_queue_length{device="veth798141d"} 0 node_network_transmit_queue_length{device="veth7cd2dbbd"} 1000 node_network_transmit_queue_length{device="veth7e714859"} 1000 node_network_transmit_queue_length{device="veth7e9056df"} 1000 node_network_transmit_queue_length{device="veth97054861"} 1000 node_network_transmit_queue_length{device="veth9bda8fef"} 1000 node_network_transmit_queue_length{device="veth9cdf9d11"} 1000 node_network_transmit_queue_length{device="vethc5855d0"} 0 node_network_transmit_queue_length{device="vethc7973d13"} 1000 node_network_transmit_queue_length{device="vethc8876fb3"} 1000 node_network_transmit_queue_length{device="vethc9938d7f"} 1000 node_network_transmit_queue_length{device="vethc9fe2da7"} 1000 node_network_transmit_queue_length{device="vethdaf3249b"} 1000 node_network_transmit_queue_length{device="vethdc57a365"} 1000 node_network_transmit_queue_length{device="vethfd6e1ac0"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-24c5a3961dba"} 0 node_network_up{device="br-3456f4bb5108"} 1 node_network_up{device="br-36b61a7a4b74"} 1 node_network_up{device="br-44251edc8a44"} 0 node_network_up{device="br-5fe626e25ab5"} 0 node_network_up{device="br-a2d84e138cbd"} 1 node_network_up{device="br-af2593ff5db3"} 1 node_network_up{device="br-b8be70ed3bf8"} 0 node_network_up{device="br-c9572b4c27e1"} 0 node_network_up{device="br-e85238e2e4d5"} 0 node_network_up{device="cni0"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="flannel.1"} 0 node_network_up{device="lo"} 0 node_network_up{device="veth004397e8"} 1 node_network_up{device="veth02a0e30b"} 1 node_network_up{device="veth064001ed"} 1 node_network_up{device="veth0c5060bc"} 1 node_network_up{device="veth1132ac89"} 1 node_network_up{device="veth243d41da"} 1 node_network_up{device="veth2acfebd"} 1 node_network_up{device="veth2c57ef7c"} 1 node_network_up{device="veth2d1e80db"} 1 node_network_up{device="veth301a0209"} 1 node_network_up{device="veth3860871c"} 1 node_network_up{device="veth39ceb597"} 1 node_network_up{device="veth3a225fcd"} 1 node_network_up{device="veth3e37160"} 1 node_network_up{device="veth468b2183"} 1 node_network_up{device="veth46e04e02"} 1 node_network_up{device="veth47c903d0"} 1 node_network_up{device="veth4d93723e"} 1 node_network_up{device="veth5afc0db9"} 1 node_network_up{device="veth648682cc"} 1 node_network_up{device="veth6674c316"} 1 node_network_up{device="veth798141d"} 1 node_network_up{device="veth7cd2dbbd"} 1 node_network_up{device="veth7e714859"} 1 node_network_up{device="veth7e9056df"} 1 node_network_up{device="veth97054861"} 1 node_network_up{device="veth9bda8fef"} 1 node_network_up{device="veth9cdf9d11"} 1 node_network_up{device="vethc5855d0"} 1 node_network_up{device="vethc7973d13"} 1 node_network_up{device="vethc8876fb3"} 1 node_network_up{device="vethc9938d7f"} 1 node_network_up{device="vethc9fe2da7"} 1 node_network_up{device="vethdaf3249b"} 1 node_network_up{device="vethdc57a365"} 1 node_network_up{device="vethfd6e1ac0"} 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 2593 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 524288 # 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 20.04.6 LTS",variant="",variant_id="",version="20.04.6 LTS (Focal Fossa)",version_codename="focal",version_id="20.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"} 20.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 56429.131194 # 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 39952.165702 # 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 41436.782557 # 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 51.739841 # 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 114.658266 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 1 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 3.348681993984533e+06 node_schedstat_running_seconds_total{cpu="1"} 795948.573491683 node_schedstat_running_seconds_total{cpu="10"} 3.363572293054574e+06 node_schedstat_running_seconds_total{cpu="11"} 742878.3289587 node_schedstat_running_seconds_total{cpu="12"} 3.362023441824984e+06 node_schedstat_running_seconds_total{cpu="13"} 743892.284050698 node_schedstat_running_seconds_total{cpu="14"} 3.367606356000372e+06 node_schedstat_running_seconds_total{cpu="15"} 867794.114658851 node_schedstat_running_seconds_total{cpu="2"} 3.358113051541281e+06 node_schedstat_running_seconds_total{cpu="3"} 752071.55155427 node_schedstat_running_seconds_total{cpu="4"} 3.354625326323283e+06 node_schedstat_running_seconds_total{cpu="5"} 745552.021185883 node_schedstat_running_seconds_total{cpu="6"} 3.362786199053361e+06 node_schedstat_running_seconds_total{cpu="7"} 743055.552613464 node_schedstat_running_seconds_total{cpu="8"} 3.361779527301534e+06 node_schedstat_running_seconds_total{cpu="9"} 742184.856242922 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 6.653508127e+09 node_schedstat_timeslices_total{cpu="1"} 5.637004602e+09 node_schedstat_timeslices_total{cpu="10"} 6.291614349e+09 node_schedstat_timeslices_total{cpu="11"} 5.610392148e+09 node_schedstat_timeslices_total{cpu="12"} 6.267999576e+09 node_schedstat_timeslices_total{cpu="13"} 5.607623922e+09 node_schedstat_timeslices_total{cpu="14"} 6.179503013e+09 node_schedstat_timeslices_total{cpu="15"} 5.29054245e+09 node_schedstat_timeslices_total{cpu="2"} 6.319721505e+09 node_schedstat_timeslices_total{cpu="3"} 5.606309665e+09 node_schedstat_timeslices_total{cpu="4"} 6.330234111e+09 node_schedstat_timeslices_total{cpu="5"} 5.622169159e+09 node_schedstat_timeslices_total{cpu="6"} 6.283694e+09 node_schedstat_timeslices_total{cpu="7"} 5.626972532e+09 node_schedstat_timeslices_total{cpu="8"} 6.289607764e+09 node_schedstat_timeslices_total{cpu="9"} 5.629297293e+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"} 188586.672339028 node_schedstat_waiting_seconds_total{cpu="1"} 249504.849888504 node_schedstat_waiting_seconds_total{cpu="10"} 112995.058686741 node_schedstat_waiting_seconds_total{cpu="11"} 254595.499950594 node_schedstat_waiting_seconds_total{cpu="12"} 110960.179897018 node_schedstat_waiting_seconds_total{cpu="13"} 255346.902853737 node_schedstat_waiting_seconds_total{cpu="14"} 110275.921142712 node_schedstat_waiting_seconds_total{cpu="15"} 250879.329035284 node_schedstat_waiting_seconds_total{cpu="2"} 117259.800907679 node_schedstat_waiting_seconds_total{cpu="3"} 262542.633143261 node_schedstat_waiting_seconds_total{cpu="4"} 117758.814552577 node_schedstat_waiting_seconds_total{cpu="5"} 261619.32601816 node_schedstat_waiting_seconds_total{cpu="6"} 114069.796880717 node_schedstat_waiting_seconds_total{cpu="7"} 262326.656788322 node_schedstat_waiting_seconds_total{cpu="8"} 113270.997318059 node_schedstat_waiting_seconds_total{cpu="9"} 262104.915453137 # 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.019682636 node_scrape_collector_duration_seconds{collector="bcache"} 2.0501e-05 node_scrape_collector_duration_seconds{collector="bcachefs"} 8.201e-06 node_scrape_collector_duration_seconds{collector="bonding"} 1.3401e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.009289626 node_scrape_collector_duration_seconds{collector="conntrack"} 0.009799065 node_scrape_collector_duration_seconds{collector="cpu"} 0.006076074 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.045255132 node_scrape_collector_duration_seconds{collector="diskstats"} 0.010258601 node_scrape_collector_duration_seconds{collector="dmi"} 1.2701e-05 node_scrape_collector_duration_seconds{collector="edac"} 2.0302e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.019112091 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.21e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.009743061 node_scrape_collector_duration_seconds{collector="filesystem"} 0.046742049 node_scrape_collector_duration_seconds{collector="hwmon"} 1.1201e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 9.601e-06 node_scrape_collector_duration_seconds{collector="ipvs"} 1.5901e-05 node_scrape_collector_duration_seconds{collector="kernel_hung"} 2.6502e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 0.005602037 node_scrape_collector_duration_seconds{collector="mdadm"} 8.3306e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.005707845 node_scrape_collector_duration_seconds{collector="netclass"} 0.059356932 node_scrape_collector_duration_seconds{collector="netdev"} 0.021876007 node_scrape_collector_duration_seconds{collector="netstat"} 0.000602747 node_scrape_collector_duration_seconds{collector="nfs"} 4.3703e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.1702e-05 node_scrape_collector_duration_seconds{collector="nvme"} 1.5401e-05 node_scrape_collector_duration_seconds{collector="os"} 0.009315827 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 1.7202e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.009848069 node_scrape_collector_duration_seconds{collector="rapl"} 5.0004e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.009930275 node_scrape_collector_duration_seconds{collector="selinux"} 0.00974236 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000150812 node_scrape_collector_duration_seconds{collector="softnet"} 0.000103608 node_scrape_collector_duration_seconds{collector="stat"} 0.000222817 node_scrape_collector_duration_seconds{collector="tapestats"} 1.4601e-05 node_scrape_collector_duration_seconds{collector="textfile"} 0.019045986 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.009146514 node_scrape_collector_duration_seconds{collector="time"} 8.5907e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.1401e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.005711646 node_scrape_collector_duration_seconds{collector="uname"} 0.005586636 node_scrape_collector_duration_seconds{collector="vmstat"} 0.005621839 node_scrape_collector_duration_seconds{collector="watchdog"} 2.9402e-05 node_scrape_collector_duration_seconds{collector="xfs"} 3.2903e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.7501e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bcachefs"} 0 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"} 1 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="kernel_hung"} 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"} 0 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 70 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 10051 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 295 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 8307 # 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 3.4025472e+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 99 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 3 # 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 61 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 54 # 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 221184 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 1260 # 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"} 4 node_softnet_dropped_total{cpu="1"} 2 node_softnet_dropped_total{cpu="10"} 3 node_softnet_dropped_total{cpu="11"} 5 node_softnet_dropped_total{cpu="12"} 5 node_softnet_dropped_total{cpu="13"} 1 node_softnet_dropped_total{cpu="14"} 1 node_softnet_dropped_total{cpu="15"} 8 node_softnet_dropped_total{cpu="2"} 4 node_softnet_dropped_total{cpu="3"} 6 node_softnet_dropped_total{cpu="4"} 5 node_softnet_dropped_total{cpu="5"} 3 node_softnet_dropped_total{cpu="6"} 1 node_softnet_dropped_total{cpu="7"} 7 node_softnet_dropped_total{cpu="8"} 2 node_softnet_dropped_total{cpu="9"} 4 # 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"} 4.37042065e+08 node_softnet_processed_total{cpu="1"} 1.8923245e+08 node_softnet_processed_total{cpu="10"} 5.89511869e+08 node_softnet_processed_total{cpu="11"} 1.95522015e+08 node_softnet_processed_total{cpu="12"} 5.73222884e+08 node_softnet_processed_total{cpu="13"} 2.04238518e+08 node_softnet_processed_total{cpu="14"} 3.62059501e+08 node_softnet_processed_total{cpu="15"} 1.86895939e+08 node_softnet_processed_total{cpu="2"} 3.22575439e+08 node_softnet_processed_total{cpu="3"} 5.10763874e+08 node_softnet_processed_total{cpu="4"} 6.07803409e+08 node_softnet_processed_total{cpu="5"} 6.23297363e+08 node_softnet_processed_total{cpu="6"} 6.52615233e+08 node_softnet_processed_total{cpu="7"} 4.64555712e+08 node_softnet_processed_total{cpu="8"} 5.99828233e+08 node_softnet_processed_total{cpu="9"} 4.76709004e+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"} 2524 node_softnet_times_squeezed_total{cpu="1"} 5141 node_softnet_times_squeezed_total{cpu="10"} 13075 node_softnet_times_squeezed_total{cpu="11"} 5125 node_softnet_times_squeezed_total{cpu="12"} 2866 node_softnet_times_squeezed_total{cpu="13"} 5273 node_softnet_times_squeezed_total{cpu="14"} 2521 node_softnet_times_squeezed_total{cpu="15"} 5173 node_softnet_times_squeezed_total{cpu="2"} 2248 node_softnet_times_squeezed_total{cpu="3"} 16678 node_softnet_times_squeezed_total{cpu="4"} 13882 node_softnet_times_squeezed_total{cpu="5"} 18476 node_softnet_times_squeezed_total{cpu="6"} 17159 node_softnet_times_squeezed_total{cpu="7"} 17232 node_softnet_times_squeezed_total{cpu="8"} 14612 node_softnet_times_squeezed_total{cpu="9"} 17746 # 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="hyperv_clocksource_tsc_page",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="hyperv_clocksource_tsc_page",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7801865798703437e+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.0000789991149903 # 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.887 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -0.000482248 # 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="ts82820318",release="5.4.0-125-generic",sysname="Linux",version="#141-Ubuntu SMP Wed Aug 10 13:42:03 UTC 2022"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 5.6788709353e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 5.931866e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.52012642e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 3.650456176e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 49415 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 51880 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 572.39 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.379877177585e+12 # 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 2.273200927028e+12 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 12 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.2429696e+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.78012003955e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.308377088e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 6657 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0