# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 3.1002e-05 go_gc_duration_seconds{quantile="0.25"} 4.9505e-05 go_gc_duration_seconds{quantile="0.5"} 5.8806e-05 go_gc_duration_seconds{quantile="0.75"} 7.1805e-05 go_gc_duration_seconds{quantile="1"} 0.001761834 go_gc_duration_seconds_sum 10.484761479 go_gc_duration_seconds_count 131111 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.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 3.090672e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 2.93697003192e+11 # 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.260666e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 3.034442743e+09 # 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.696368e+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 3.090672e+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 1.449984e+07 # 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 4.964352e+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 32116 # 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 1.1575296e+07 # 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.9464192e+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.7853668838209293e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 3.034474859e+09 # 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 94240 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 179520 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 6.435098e+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 989638 # 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.507328e+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.507328e+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.8145928e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 23 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="br-af2593ff5db3"} 1 node_arp_entries{device="cali00617ea14a2"} 1 node_arp_entries{device="cali03374194f90"} 1 node_arp_entries{device="cali0b0c23d9bd9"} 1 node_arp_entries{device="cali10d480d3490"} 1 node_arp_entries{device="cali2280e76263f"} 1 node_arp_entries{device="cali2496bd639d3"} 1 node_arp_entries{device="cali24ff55fe5af"} 1 node_arp_entries{device="cali362b68cf144"} 1 node_arp_entries{device="cali3a31588ae04"} 1 node_arp_entries{device="cali425054cc1f9"} 1 node_arp_entries{device="cali459f4fab9c5"} 1 node_arp_entries{device="cali4737990bde5"} 1 node_arp_entries{device="cali62a17a34d77"} 1 node_arp_entries{device="cali64cb22e65e8"} 1 node_arp_entries{device="cali676e19a904c"} 1 node_arp_entries{device="cali67a1c9d2a3e"} 1 node_arp_entries{device="cali6f5c49056ff"} 1 node_arp_entries{device="cali8813d93edba"} 1 node_arp_entries{device="cali9e192a8c028"} 1 node_arp_entries{device="calia06c23bb992"} 1 node_arp_entries{device="calia8009b5fccc"} 1 node_arp_entries{device="caliaa6706741b7"} 1 node_arp_entries{device="caliabe29f7120a"} 2 node_arp_entries{device="caliacbffaeac54"} 1 node_arp_entries{device="calib10b77537bc"} 1 node_arp_entries{device="calib828ef792cf"} 1 node_arp_entries{device="calibe4f3680128"} 1 node_arp_entries{device="calic13321fe16c"} 1 node_arp_entries{device="calicadf21566ac"} 1 node_arp_entries{device="calicd56b80ed3c"} 1 node_arp_entries{device="calid7f4cffaf75"} 1 node_arp_entries{device="calif0586813be5"} 1 node_arp_entries{device="calif8f35d553e6"} 2 node_arp_entries{device="eth0"} 2 node_arp_entries{device="flannel.1"} 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 3.72395596447e+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.551766e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 3.589224e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 3.502469e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 3.570006e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 3.590273e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 3.590976e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 3.588772e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 3.589216e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 3.581803e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 3.576112e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 3.421683e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 3.512994e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 3.590842e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 3.591581e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 3.542191e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 3.564012e+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"} 1.054974705e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 21294.01 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 174.52 node_cpu_seconds_total{cpu="0",mode="softirq"} 111711.98 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 525699.13 node_cpu_seconds_total{cpu="0",mode="user"} 5.72047851e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 1.440363067e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 102398.28 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 409.27 node_cpu_seconds_total{cpu="1",mode="softirq"} 187462.12 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 760501.74 node_cpu_seconds_total{cpu="1",mode="user"} 1.38467864e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 1.05067373e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 20088.16 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 186.01 node_cpu_seconds_total{cpu="10",mode="softirq"} 81608.07 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 528519.48 node_cpu_seconds_total{cpu="10",mode="user"} 5.77344273e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 1.468468601e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 56983.13 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 363.08 node_cpu_seconds_total{cpu="11",mode="softirq"} 21606.98 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 793412.74 node_cpu_seconds_total{cpu="11",mode="user"} 1.21000135e+06 node_cpu_seconds_total{cpu="12",mode="idle"} 1.05185407e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 19253.64 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 212.32 node_cpu_seconds_total{cpu="12",mode="softirq"} 9708.87 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 531861.38 node_cpu_seconds_total{cpu="12",mode="user"} 5.82268222e+06 node_cpu_seconds_total{cpu="13",mode="idle"} 1.468554093e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 55503.56 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 390.43 node_cpu_seconds_total{cpu="13",mode="softirq"} 20692.26 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 794560.03 node_cpu_seconds_total{cpu="13",mode="user"} 1.20936588e+06 node_cpu_seconds_total{cpu="14",mode="idle"} 1.051586727e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 18603.41 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 206.6 node_cpu_seconds_total{cpu="14",mode="softirq"} 9379.91 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 532013.72 node_cpu_seconds_total{cpu="14",mode="user"} 5.82801173e+06 node_cpu_seconds_total{cpu="15",mode="idle"} 1.454867194e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 54454.92 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 366.08 node_cpu_seconds_total{cpu="15",mode="softirq"} 19978.18 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 801703.04 node_cpu_seconds_total{cpu="15",mode="user"} 1.34099383e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 1.0525563e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 22911.43 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 274.98 node_cpu_seconds_total{cpu="2",mode="softirq"} 15161.19 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 531559.38 node_cpu_seconds_total{cpu="2",mode="user"} 5.81022014e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 1.460603992e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 56058.44 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 333.91 node_cpu_seconds_total{cpu="3",mode="softirq"} 104711.25 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 780871.68 node_cpu_seconds_total{cpu="3",mode="user"} 1.24128622e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 1.052269342e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 23712.9 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 203.72 node_cpu_seconds_total{cpu="4",mode="softirq"} 78966.83 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 527149.78 node_cpu_seconds_total{cpu="4",mode="user"} 5.75379577e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 1.464183721e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 62253.49 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 361.14 node_cpu_seconds_total{cpu="5",mode="softirq"} 87575.39 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 782274.92 node_cpu_seconds_total{cpu="5",mode="user"} 1.22842092e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 1.050777954e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 22226.07 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 234.69 node_cpu_seconds_total{cpu="6",mode="softirq"} 86074.6 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 527881.94 node_cpu_seconds_total{cpu="6",mode="user"} 5.76559124e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 1.465163159e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 61143.63 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 389.78 node_cpu_seconds_total{cpu="7",mode="softirq"} 82999.69 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 785636.76 node_cpu_seconds_total{cpu="7",mode="user"} 1.21545955e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 1.051026816e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 21034.48 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 211.24 node_cpu_seconds_total{cpu="8",mode="softirq"} 82531.62 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 528228.54 node_cpu_seconds_total{cpu="8",mode="user"} 5.76784164e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 1.465586596e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 59426.54 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 351.49 node_cpu_seconds_total{cpu="9",mode="softirq"} 79446.66 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 787688.29 node_cpu_seconds_total{cpu="9",mode="user"} 1.21148896e+06 # 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.352 node_disk_discard_time_seconds_total{device="sda"} 0.387 node_disk_discard_time_seconds_total{device="sdb"} 1.287 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"} 4.0291388e+08 node_disk_discarded_sectors_total{device="sda"} 4.06804504e+08 node_disk_discarded_sectors_total{device="sdb"} 2.2295226e+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"} 2753 node_disk_discards_completed_total{device="sda"} 2770 node_disk_discards_completed_total{device="sdb"} 10261 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"} 328948.264 node_disk_io_time_seconds_total{device="sda"} 328899.772 node_disk_io_time_seconds_total{device="sdb"} 572086.06 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"} 867432.9 node_disk_io_time_weighted_seconds_total{device="sda"} 349846.28 node_disk_io_time_weighted_seconds_total{device="sdb"} 2.231217344e+06 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"} 8.084732148736e+12 node_disk_read_bytes_total{device="sda"} 8.085029650432e+12 node_disk_read_bytes_total{device="sdb"} 3.7809122894848e+13 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"} 444866.936 node_disk_read_time_seconds_total{device="sda"} 349429.571 node_disk_read_time_seconds_total{device="sdb"} 2.662722165e+06 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"} 3.04899171e+08 node_disk_reads_completed_total{device="sda"} 2.50250157e+08 node_disk_reads_completed_total{device="sdb"} 9.28271231e+08 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"} 5.1675191e+07 node_disk_reads_merged_total{device="sdb"} 1.40466594e+08 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"} 422565.612 node_disk_write_time_seconds_total{device="sda"} 460670.571 node_disk_write_time_seconds_total{device="sdb"} 237512.123 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"} 5.33876278e+08 node_disk_writes_completed_total{device="sda"} 4.44196815e+08 node_disk_writes_completed_total{device="sdb"} 2.2343535e+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"} 1.3530212e+08 node_disk_writes_merged_total{device="sdb"} 3.21655118e+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"} 2.476382978048e+12 node_disk_written_bytes_total{device="sda"} 2.452585202176e+12 node_disk_written_bytes_total{device="sdb"} 3.801284251648e+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 3908 # 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 17888 # 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.0554522624e+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"} 1.29990897664e+11 node_filesystem_avail_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/www"} 1.29990897664e+11 node_filesystem_avail_bytes{device="61.184.12.202:/gv0",device_error="",fstype="fuse.glusterfs",mountpoint="/mnt/gfs"} 1.29990897664e+11 node_filesystem_avail_bytes{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/home/oss"} 1.29990897664e+11 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.352649728e+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.352649728e+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/0046827d3ce5495fe5a8732b8cd6fbda8c3a32648345108fbb4d346bbe7b62d5/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/0969a66647b3c102f302c1537ac66a69c299979e8b1d8725e77a779c95de1204/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/0e404d085359f1e1585069c1d99bf3de96bbe2c570a47996b79735c5ef9717d9/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/14fbdaca3b326233bf75822eb1f6b2fbb5d431056cbb788858e3ae26ce4f933f/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/1d5a7955196e73b94483b8de0c44bdf6d7a8d2e5b8aea13e1fc4887b46b32b42/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/2023271fed6fc0470f859bd56dc7b3f0393b1fda5050a52f707b564f473c4447/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/23f2d5d749f3004452e31dcf7611a1b839ed97a955dcc10f3c36c5e1910df3b5/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/2506cefe26dcd28eecba970f56d6b6fe20aad4ef9bc93157a1257e35972fcf5e/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/26706b33084c4f188c21cda5437343c1cb03981ec10658d426ec2291db08b17b/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/27827ee977a0719cc3055c087a4cb1b51e637f218479d2981d6af6d3da933c17/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/2c6d81c9b2c7a87ffde6cd7fa76c6da23f23a1031837c1b87a2184ddb929e48a/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/34fe194b85867eb4a37844fcc6339db8d063155a06d9c8eb1f1b55514804da09/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/3a085e76691b993704b049d61c1731d2fa7b852e28ecefd14aaa0bac7720be9b/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/3c9a52a813eefcdaa7be9566cda5e8c30e8a0c5724882bcfe29f84c057857d09/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/3e045f0637c2294880e288f6ff94ec4fa08c578473eb0aa2fc030900ef2abec1/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/436dcd46daa67d345d01c4e19224d7e5400911513d1a9e146c5ba5ddc739c253/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/48366768e81e13376e363643373abe36f9bc5540d16a4fd80b534c18d1c012cf/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/4a5691b2249ca61abf06aa9823d429b27905f544dcb1d24b5d410632212e31e0/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/4c3ac2e9deac462348f9e92833327b7e03c15a693040fdaae3807c3a032d9260/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/5af92aa723d2b707bb0eb3accef43ca6ef3238259c3c8ffd9a346abf319bc802/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/6644000e22fb413cbfb1c6d943d8da49e37ce97298962f309aacd94eef944a86/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/6d226e8ec74d8a6b7b981bd0c88fb0ec74d871ef0a80bb5643db468867614e1f/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/70521b27e35e144ea87a8587d228d782979b0f3754fb41ab55c6dd659462d4e3/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/767d6469326ef479abb2afd1b1584aeb59da52bf2723d34e469886e49cffee50/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/79b2a2673b1b90805ea60aa5db2348b0c7cea706e3f34bdd49838ff3cd8abbab/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/79f93655452eb8513701975d102e4ba8bbd0080a1b8705e74d954b86cf62b85e/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/81fff4537e7a32b2a2f7b5cb80126be8d5319015b200a476707230c937d7b3f7/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/868e2da9d778479a47a19a498091e04816694ab2423b57273c24b9954ba2f43c/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/8ae07b26dc9c163aa7efd35547ad3b664f573f8e5e1e2ea3776acd746d276908/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/8d88bcd5aba6f8a3ff71a2ef7395e5b95a68bd0cbf631382fb3e837b92ed0d6d/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/9071401c6fce77b56ffc242ea8c0408dc2a757de82d0c8093e1b4e9e38395c2e/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/93f453973869ad368841b7eb59de289ac5c88b51b2f49babd868a3c012b31657/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/aa8313674edf64d5e4fc8d56a97958ca7dd12580cd742e6bdc0fbdf9d1319cf5/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/b0fc7533028e79fbc40ae4a17cb3da43646a14fc65ebbb385247384de07b1275/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/b2c7a981bf36df9d4ac755b25be6f2991e1e103d3fd8a889d63a9f6f4939d311/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/b2ca260cdb85d215777d3387a7dfadbcc24b93c5482e2cc847f297704a93178c/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/b2d8c3b0c319b00fa5d2ec638263c9a708435076e64b22e7cc912e9b0af1d373/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/d240ae8d345c565743cef27b9bd8277bf62920a3f107f1b5404771aa7693162c/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/deda5958187d9fdd52e8b090fb9654d2809bb92a77b457d389bdc043ace32b3b/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/e0d50843ac974a0306b3eb0eef18dbe3f241eae353e625cc434cdb4ca2dd6925/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/e75970f6a06a0fff948dfa176a77eed8e7c3e7a775a484ca2bcbc6c5ed890d9e/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/ee4ca108a8efaafc1fa44d762be7258f54a05c8a8e11ad46a29ff7bb8939a286/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/f1affdc75868de7897138f92d4ec9f3ab43a2d537f8caf934f3e68326dabe6ee/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/f7844f8def8bc682d398cd6277070d02c20ff733dacec69617e6292abdc38373/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/f9be05041f12e1421b0f95fd8dd29da3ee20f0fda4815749b2455888f3941df5/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/0046827d3ce5495fe5a8732b8cd6fbda8c3a32648345108fbb4d346bbe7b62d5/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/0969a66647b3c102f302c1537ac66a69c299979e8b1d8725e77a779c95de1204/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/0e404d085359f1e1585069c1d99bf3de96bbe2c570a47996b79735c5ef9717d9/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/14fbdaca3b326233bf75822eb1f6b2fbb5d431056cbb788858e3ae26ce4f933f/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/1d5a7955196e73b94483b8de0c44bdf6d7a8d2e5b8aea13e1fc4887b46b32b42/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/2023271fed6fc0470f859bd56dc7b3f0393b1fda5050a52f707b564f473c4447/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/23f2d5d749f3004452e31dcf7611a1b839ed97a955dcc10f3c36c5e1910df3b5/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/2506cefe26dcd28eecba970f56d6b6fe20aad4ef9bc93157a1257e35972fcf5e/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/26706b33084c4f188c21cda5437343c1cb03981ec10658d426ec2291db08b17b/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/27827ee977a0719cc3055c087a4cb1b51e637f218479d2981d6af6d3da933c17/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/2c6d81c9b2c7a87ffde6cd7fa76c6da23f23a1031837c1b87a2184ddb929e48a/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/34fe194b85867eb4a37844fcc6339db8d063155a06d9c8eb1f1b55514804da09/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/3a085e76691b993704b049d61c1731d2fa7b852e28ecefd14aaa0bac7720be9b/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/3c9a52a813eefcdaa7be9566cda5e8c30e8a0c5724882bcfe29f84c057857d09/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/3e045f0637c2294880e288f6ff94ec4fa08c578473eb0aa2fc030900ef2abec1/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/436dcd46daa67d345d01c4e19224d7e5400911513d1a9e146c5ba5ddc739c253/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/48366768e81e13376e363643373abe36f9bc5540d16a4fd80b534c18d1c012cf/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/4a5691b2249ca61abf06aa9823d429b27905f544dcb1d24b5d410632212e31e0/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/4c3ac2e9deac462348f9e92833327b7e03c15a693040fdaae3807c3a032d9260/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/5af92aa723d2b707bb0eb3accef43ca6ef3238259c3c8ffd9a346abf319bc802/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/6644000e22fb413cbfb1c6d943d8da49e37ce97298962f309aacd94eef944a86/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/6d226e8ec74d8a6b7b981bd0c88fb0ec74d871ef0a80bb5643db468867614e1f/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/70521b27e35e144ea87a8587d228d782979b0f3754fb41ab55c6dd659462d4e3/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/767d6469326ef479abb2afd1b1584aeb59da52bf2723d34e469886e49cffee50/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/79b2a2673b1b90805ea60aa5db2348b0c7cea706e3f34bdd49838ff3cd8abbab/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/79f93655452eb8513701975d102e4ba8bbd0080a1b8705e74d954b86cf62b85e/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/81fff4537e7a32b2a2f7b5cb80126be8d5319015b200a476707230c937d7b3f7/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/868e2da9d778479a47a19a498091e04816694ab2423b57273c24b9954ba2f43c/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/8ae07b26dc9c163aa7efd35547ad3b664f573f8e5e1e2ea3776acd746d276908/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/8d88bcd5aba6f8a3ff71a2ef7395e5b95a68bd0cbf631382fb3e837b92ed0d6d/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/9071401c6fce77b56ffc242ea8c0408dc2a757de82d0c8093e1b4e9e38395c2e/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/93f453973869ad368841b7eb59de289ac5c88b51b2f49babd868a3c012b31657/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/aa8313674edf64d5e4fc8d56a97958ca7dd12580cd742e6bdc0fbdf9d1319cf5/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/b0fc7533028e79fbc40ae4a17cb3da43646a14fc65ebbb385247384de07b1275/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/b2c7a981bf36df9d4ac755b25be6f2991e1e103d3fd8a889d63a9f6f4939d311/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/b2ca260cdb85d215777d3387a7dfadbcc24b93c5482e2cc847f297704a93178c/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/b2d8c3b0c319b00fa5d2ec638263c9a708435076e64b22e7cc912e9b0af1d373/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/d240ae8d345c565743cef27b9bd8277bf62920a3f107f1b5404771aa7693162c/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/deda5958187d9fdd52e8b090fb9654d2809bb92a77b457d389bdc043ace32b3b/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/e0d50843ac974a0306b3eb0eef18dbe3f241eae353e625cc434cdb4ca2dd6925/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/e75970f6a06a0fff948dfa176a77eed8e7c3e7a775a484ca2bcbc6c5ed890d9e/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/ee4ca108a8efaafc1fa44d762be7258f54a05c8a8e11ad46a29ff7bb8939a286/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/f1affdc75868de7897138f92d4ec9f3ab43a2d537f8caf934f3e68326dabe6ee/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/f7844f8def8bc682d398cd6277070d02c20ff733dacec69617e6292abdc38373/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/f9be05041f12e1421b0f95fd8dd29da3ee20f0fda4815749b2455888f3941df5/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.168352e+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.237434e+07 node_filesystem_files_free{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/www"} 1.237434e+07 node_filesystem_files_free{device="61.184.12.202:/gv0",device_error="",fstype="fuse.glusterfs",mountpoint="/mnt/gfs"} 1.237434e+07 node_filesystem_files_free{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/home/oss"} 1.237434e+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.106083e+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.106083e+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.2341599232e+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"} 1.40745039872e+11 node_filesystem_free_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/www"} 1.40745039872e+11 node_filesystem_free_bytes{device="61.184.12.202:/gv0",device_error="",fstype="fuse.glusterfs",mountpoint="/mnt/gfs"} 1.386426368e+11 node_filesystem_free_bytes{device="ossfs2",device_error="",fstype="fuse.ossfs2",mountpoint="/home/oss"} 1.40745039872e+11 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.352649728e+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.352649728e+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/0046827d3ce5495fe5a8732b8cd6fbda8c3a32648345108fbb4d346bbe7b62d5/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/0969a66647b3c102f302c1537ac66a69c299979e8b1d8725e77a779c95de1204/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/0e404d085359f1e1585069c1d99bf3de96bbe2c570a47996b79735c5ef9717d9/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/14fbdaca3b326233bf75822eb1f6b2fbb5d431056cbb788858e3ae26ce4f933f/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/1d5a7955196e73b94483b8de0c44bdf6d7a8d2e5b8aea13e1fc4887b46b32b42/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/2023271fed6fc0470f859bd56dc7b3f0393b1fda5050a52f707b564f473c4447/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/23f2d5d749f3004452e31dcf7611a1b839ed97a955dcc10f3c36c5e1910df3b5/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/2506cefe26dcd28eecba970f56d6b6fe20aad4ef9bc93157a1257e35972fcf5e/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/26706b33084c4f188c21cda5437343c1cb03981ec10658d426ec2291db08b17b/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/27827ee977a0719cc3055c087a4cb1b51e637f218479d2981d6af6d3da933c17/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/2c6d81c9b2c7a87ffde6cd7fa76c6da23f23a1031837c1b87a2184ddb929e48a/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/34fe194b85867eb4a37844fcc6339db8d063155a06d9c8eb1f1b55514804da09/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/3a085e76691b993704b049d61c1731d2fa7b852e28ecefd14aaa0bac7720be9b/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/3c9a52a813eefcdaa7be9566cda5e8c30e8a0c5724882bcfe29f84c057857d09/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/3e045f0637c2294880e288f6ff94ec4fa08c578473eb0aa2fc030900ef2abec1/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/436dcd46daa67d345d01c4e19224d7e5400911513d1a9e146c5ba5ddc739c253/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/48366768e81e13376e363643373abe36f9bc5540d16a4fd80b534c18d1c012cf/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/4a5691b2249ca61abf06aa9823d429b27905f544dcb1d24b5d410632212e31e0/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/4c3ac2e9deac462348f9e92833327b7e03c15a693040fdaae3807c3a032d9260/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/5af92aa723d2b707bb0eb3accef43ca6ef3238259c3c8ffd9a346abf319bc802/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/6644000e22fb413cbfb1c6d943d8da49e37ce97298962f309aacd94eef944a86/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/6d226e8ec74d8a6b7b981bd0c88fb0ec74d871ef0a80bb5643db468867614e1f/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/70521b27e35e144ea87a8587d228d782979b0f3754fb41ab55c6dd659462d4e3/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/767d6469326ef479abb2afd1b1584aeb59da52bf2723d34e469886e49cffee50/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/79b2a2673b1b90805ea60aa5db2348b0c7cea706e3f34bdd49838ff3cd8abbab/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/79f93655452eb8513701975d102e4ba8bbd0080a1b8705e74d954b86cf62b85e/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/81fff4537e7a32b2a2f7b5cb80126be8d5319015b200a476707230c937d7b3f7/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/868e2da9d778479a47a19a498091e04816694ab2423b57273c24b9954ba2f43c/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/8ae07b26dc9c163aa7efd35547ad3b664f573f8e5e1e2ea3776acd746d276908/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/8d88bcd5aba6f8a3ff71a2ef7395e5b95a68bd0cbf631382fb3e837b92ed0d6d/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/9071401c6fce77b56ffc242ea8c0408dc2a757de82d0c8093e1b4e9e38395c2e/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/93f453973869ad368841b7eb59de289ac5c88b51b2f49babd868a3c012b31657/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/aa8313674edf64d5e4fc8d56a97958ca7dd12580cd742e6bdc0fbdf9d1319cf5/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/b0fc7533028e79fbc40ae4a17cb3da43646a14fc65ebbb385247384de07b1275/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/b2c7a981bf36df9d4ac755b25be6f2991e1e103d3fd8a889d63a9f6f4939d311/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/b2ca260cdb85d215777d3387a7dfadbcc24b93c5482e2cc847f297704a93178c/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/b2d8c3b0c319b00fa5d2ec638263c9a708435076e64b22e7cc912e9b0af1d373/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/d240ae8d345c565743cef27b9bd8277bf62920a3f107f1b5404771aa7693162c/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/deda5958187d9fdd52e8b090fb9654d2809bb92a77b457d389bdc043ace32b3b/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/e0d50843ac974a0306b3eb0eef18dbe3f241eae353e625cc434cdb4ca2dd6925/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/e75970f6a06a0fff948dfa176a77eed8e7c3e7a775a484ca2bcbc6c5ed890d9e/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/ee4ca108a8efaafc1fa44d762be7258f54a05c8a8e11ad46a29ff7bb8939a286/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/f1affdc75868de7897138f92d4ec9f3ab43a2d537f8caf934f3e68326dabe6ee/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/f7844f8def8bc682d398cd6277070d02c20ff733dacec69617e6292abdc38373/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/home/docker-data/containers/f9be05041f12e1421b0f95fd8dd29da3ee20f0fda4815749b2455888f3941df5/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/0046827d3ce5495fe5a8732b8cd6fbda8c3a32648345108fbb4d346bbe7b62d5/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/0969a66647b3c102f302c1537ac66a69c299979e8b1d8725e77a779c95de1204/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/0e404d085359f1e1585069c1d99bf3de96bbe2c570a47996b79735c5ef9717d9/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/14fbdaca3b326233bf75822eb1f6b2fbb5d431056cbb788858e3ae26ce4f933f/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/1d5a7955196e73b94483b8de0c44bdf6d7a8d2e5b8aea13e1fc4887b46b32b42/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/2023271fed6fc0470f859bd56dc7b3f0393b1fda5050a52f707b564f473c4447/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/23f2d5d749f3004452e31dcf7611a1b839ed97a955dcc10f3c36c5e1910df3b5/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/2506cefe26dcd28eecba970f56d6b6fe20aad4ef9bc93157a1257e35972fcf5e/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/26706b33084c4f188c21cda5437343c1cb03981ec10658d426ec2291db08b17b/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/27827ee977a0719cc3055c087a4cb1b51e637f218479d2981d6af6d3da933c17/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/2c6d81c9b2c7a87ffde6cd7fa76c6da23f23a1031837c1b87a2184ddb929e48a/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/34fe194b85867eb4a37844fcc6339db8d063155a06d9c8eb1f1b55514804da09/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/3a085e76691b993704b049d61c1731d2fa7b852e28ecefd14aaa0bac7720be9b/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/3c9a52a813eefcdaa7be9566cda5e8c30e8a0c5724882bcfe29f84c057857d09/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/3e045f0637c2294880e288f6ff94ec4fa08c578473eb0aa2fc030900ef2abec1/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/436dcd46daa67d345d01c4e19224d7e5400911513d1a9e146c5ba5ddc739c253/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/48366768e81e13376e363643373abe36f9bc5540d16a4fd80b534c18d1c012cf/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/4a5691b2249ca61abf06aa9823d429b27905f544dcb1d24b5d410632212e31e0/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/4c3ac2e9deac462348f9e92833327b7e03c15a693040fdaae3807c3a032d9260/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/5af92aa723d2b707bb0eb3accef43ca6ef3238259c3c8ffd9a346abf319bc802/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/6644000e22fb413cbfb1c6d943d8da49e37ce97298962f309aacd94eef944a86/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/6d226e8ec74d8a6b7b981bd0c88fb0ec74d871ef0a80bb5643db468867614e1f/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/70521b27e35e144ea87a8587d228d782979b0f3754fb41ab55c6dd659462d4e3/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/767d6469326ef479abb2afd1b1584aeb59da52bf2723d34e469886e49cffee50/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/79b2a2673b1b90805ea60aa5db2348b0c7cea706e3f34bdd49838ff3cd8abbab/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/79f93655452eb8513701975d102e4ba8bbd0080a1b8705e74d954b86cf62b85e/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/81fff4537e7a32b2a2f7b5cb80126be8d5319015b200a476707230c937d7b3f7/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/868e2da9d778479a47a19a498091e04816694ab2423b57273c24b9954ba2f43c/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/8ae07b26dc9c163aa7efd35547ad3b664f573f8e5e1e2ea3776acd746d276908/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/8d88bcd5aba6f8a3ff71a2ef7395e5b95a68bd0cbf631382fb3e837b92ed0d6d/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/9071401c6fce77b56ffc242ea8c0408dc2a757de82d0c8093e1b4e9e38395c2e/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/93f453973869ad368841b7eb59de289ac5c88b51b2f49babd868a3c012b31657/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/aa8313674edf64d5e4fc8d56a97958ca7dd12580cd742e6bdc0fbdf9d1319cf5/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/b0fc7533028e79fbc40ae4a17cb3da43646a14fc65ebbb385247384de07b1275/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/b2c7a981bf36df9d4ac755b25be6f2991e1e103d3fd8a889d63a9f6f4939d311/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/b2ca260cdb85d215777d3387a7dfadbcc24b93c5482e2cc847f297704a93178c/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/b2d8c3b0c319b00fa5d2ec638263c9a708435076e64b22e7cc912e9b0af1d373/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/d240ae8d345c565743cef27b9bd8277bf62920a3f107f1b5404771aa7693162c/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/deda5958187d9fdd52e8b090fb9654d2809bb92a77b457d389bdc043ace32b3b/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/e0d50843ac974a0306b3eb0eef18dbe3f241eae353e625cc434cdb4ca2dd6925/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/e75970f6a06a0fff948dfa176a77eed8e7c3e7a775a484ca2bcbc6c5ed890d9e/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/ee4ca108a8efaafc1fa44d762be7258f54a05c8a8e11ad46a29ff7bb8939a286/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/f1affdc75868de7897138f92d4ec9f3ab43a2d537f8caf934f3e68326dabe6ee/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/f7844f8def8bc682d398cd6277070d02c20ff733dacec69617e6292abdc38373/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/www/docker-data/containers/f9be05041f12e1421b0f95fd8dd29da3ee20f0fda4815749b2455888f3941df5/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 1.0333778675e+10 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 2.1474876787e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 7.7 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 7.21 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 7.31 # 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.0468174848e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 2.29318656e+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.463690752e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 2.1356040192e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 4.67726336e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 5.267976192e+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.4226236416e+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.1344033792e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 3.01563904e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 983040 # 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 1185 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 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.615283712e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 4.141113344e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 1.525829632e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 8.1014784e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.092890624e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 5.990899712e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.498882048e+09 # 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.8980864e+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 9.9979264e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.12984064e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 9.76121856e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 1.135980544e+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 1.737826304e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.1121024e+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.8980864e+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.2179456e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 10833 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 1.036452e+06 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 2810 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 1.074903e+06 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 1.0076069e+07 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 6.7284562379e+10 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 1.4006086563e+10 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 2.054779687518e+12 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 3.2239146816e+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 1.1786995e+07 # 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 679208 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 791767 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 8.5372936e+07 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 307 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 4227 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 3.55612245e+09 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 3.8627731e+07 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 3.897732825e+09 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 3.4882154e+07 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 1.193813e+06 # 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 4.0175061e+07 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 365 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 5.011084e+06 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 3.8139161e+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="cali00617ea14a2"} 3 node_network_address_assign_type{device="cali03374194f90"} 3 node_network_address_assign_type{device="cali0b0c23d9bd9"} 3 node_network_address_assign_type{device="cali10d480d3490"} 3 node_network_address_assign_type{device="cali20d97b1d68d"} 3 node_network_address_assign_type{device="cali2280e76263f"} 3 node_network_address_assign_type{device="cali2496bd639d3"} 3 node_network_address_assign_type{device="cali24ff55fe5af"} 3 node_network_address_assign_type{device="cali362b68cf144"} 3 node_network_address_assign_type{device="cali3a31588ae04"} 3 node_network_address_assign_type{device="cali425054cc1f9"} 3 node_network_address_assign_type{device="cali459f4fab9c5"} 3 node_network_address_assign_type{device="cali4737990bde5"} 3 node_network_address_assign_type{device="cali62a17a34d77"} 3 node_network_address_assign_type{device="cali64cb22e65e8"} 3 node_network_address_assign_type{device="cali676e19a904c"} 3 node_network_address_assign_type{device="cali67a1c9d2a3e"} 3 node_network_address_assign_type{device="cali6f5c49056ff"} 3 node_network_address_assign_type{device="cali8813d93edba"} 3 node_network_address_assign_type{device="cali9e192a8c028"} 3 node_network_address_assign_type{device="calia06c23bb992"} 3 node_network_address_assign_type{device="calia8009b5fccc"} 3 node_network_address_assign_type{device="caliaa6706741b7"} 3 node_network_address_assign_type{device="caliabe29f7120a"} 3 node_network_address_assign_type{device="caliacbffaeac54"} 3 node_network_address_assign_type{device="calib10b77537bc"} 3 node_network_address_assign_type{device="calib828ef792cf"} 3 node_network_address_assign_type{device="calibda5b0e25e0"} 3 node_network_address_assign_type{device="calibe4f3680128"} 3 node_network_address_assign_type{device="calic13321fe16c"} 3 node_network_address_assign_type{device="calicadf21566ac"} 3 node_network_address_assign_type{device="calicd56b80ed3c"} 3 node_network_address_assign_type{device="calid7f4cffaf75"} 3 node_network_address_assign_type{device="calif0586813be5"} 3 node_network_address_assign_type{device="calif58c2bb8089"} 3 node_network_address_assign_type{device="calif8f35d553e6"} 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="vethae9cec4"} 1 node_network_address_assign_type{device="vxlan.calico"} 3 # 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"} 0 node_network_carrier{device="br-36b61a7a4b74"} 0 node_network_carrier{device="br-44251edc8a44"} 0 node_network_carrier{device="br-5fe626e25ab5"} 0 node_network_carrier{device="br-a2d84e138cbd"} 0 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="cali00617ea14a2"} 1 node_network_carrier{device="cali03374194f90"} 1 node_network_carrier{device="cali0b0c23d9bd9"} 1 node_network_carrier{device="cali10d480d3490"} 1 node_network_carrier{device="cali20d97b1d68d"} 1 node_network_carrier{device="cali2280e76263f"} 1 node_network_carrier{device="cali2496bd639d3"} 1 node_network_carrier{device="cali24ff55fe5af"} 1 node_network_carrier{device="cali362b68cf144"} 1 node_network_carrier{device="cali3a31588ae04"} 1 node_network_carrier{device="cali425054cc1f9"} 1 node_network_carrier{device="cali459f4fab9c5"} 1 node_network_carrier{device="cali4737990bde5"} 1 node_network_carrier{device="cali62a17a34d77"} 1 node_network_carrier{device="cali64cb22e65e8"} 1 node_network_carrier{device="cali676e19a904c"} 1 node_network_carrier{device="cali67a1c9d2a3e"} 1 node_network_carrier{device="cali6f5c49056ff"} 1 node_network_carrier{device="cali8813d93edba"} 1 node_network_carrier{device="cali9e192a8c028"} 1 node_network_carrier{device="calia06c23bb992"} 1 node_network_carrier{device="calia8009b5fccc"} 1 node_network_carrier{device="caliaa6706741b7"} 1 node_network_carrier{device="caliabe29f7120a"} 1 node_network_carrier{device="caliacbffaeac54"} 1 node_network_carrier{device="calib10b77537bc"} 1 node_network_carrier{device="calib828ef792cf"} 1 node_network_carrier{device="calibda5b0e25e0"} 1 node_network_carrier{device="calibe4f3680128"} 1 node_network_carrier{device="calic13321fe16c"} 1 node_network_carrier{device="calicadf21566ac"} 1 node_network_carrier{device="calicd56b80ed3c"} 1 node_network_carrier{device="calid7f4cffaf75"} 1 node_network_carrier{device="calif0586813be5"} 1 node_network_carrier{device="calif58c2bb8089"} 1 node_network_carrier{device="calif8f35d553e6"} 1 node_network_carrier{device="cni0"} 0 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="vethae9cec4"} 1 node_network_carrier{device="vxlan.calico"} 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"} 17 node_network_carrier_changes_total{device="br-36b61a7a4b74"} 120363 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"} 29193 node_network_carrier_changes_total{device="br-af2593ff5db3"} 42 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="cali00617ea14a2"} 2 node_network_carrier_changes_total{device="cali03374194f90"} 2 node_network_carrier_changes_total{device="cali0b0c23d9bd9"} 2 node_network_carrier_changes_total{device="cali10d480d3490"} 2 node_network_carrier_changes_total{device="cali20d97b1d68d"} 2 node_network_carrier_changes_total{device="cali2280e76263f"} 2 node_network_carrier_changes_total{device="cali2496bd639d3"} 2 node_network_carrier_changes_total{device="cali24ff55fe5af"} 2 node_network_carrier_changes_total{device="cali362b68cf144"} 2 node_network_carrier_changes_total{device="cali3a31588ae04"} 2 node_network_carrier_changes_total{device="cali425054cc1f9"} 2 node_network_carrier_changes_total{device="cali459f4fab9c5"} 2 node_network_carrier_changes_total{device="cali4737990bde5"} 2 node_network_carrier_changes_total{device="cali62a17a34d77"} 2 node_network_carrier_changes_total{device="cali64cb22e65e8"} 2 node_network_carrier_changes_total{device="cali676e19a904c"} 2 node_network_carrier_changes_total{device="cali67a1c9d2a3e"} 2 node_network_carrier_changes_total{device="cali6f5c49056ff"} 2 node_network_carrier_changes_total{device="cali8813d93edba"} 2 node_network_carrier_changes_total{device="cali9e192a8c028"} 2 node_network_carrier_changes_total{device="calia06c23bb992"} 2 node_network_carrier_changes_total{device="calia8009b5fccc"} 2 node_network_carrier_changes_total{device="caliaa6706741b7"} 2 node_network_carrier_changes_total{device="caliabe29f7120a"} 2 node_network_carrier_changes_total{device="caliacbffaeac54"} 2 node_network_carrier_changes_total{device="calib10b77537bc"} 2 node_network_carrier_changes_total{device="calib828ef792cf"} 2 node_network_carrier_changes_total{device="calibda5b0e25e0"} 2 node_network_carrier_changes_total{device="calibe4f3680128"} 2 node_network_carrier_changes_total{device="calic13321fe16c"} 2 node_network_carrier_changes_total{device="calicadf21566ac"} 2 node_network_carrier_changes_total{device="calicd56b80ed3c"} 2 node_network_carrier_changes_total{device="calid7f4cffaf75"} 2 node_network_carrier_changes_total{device="calif0586813be5"} 2 node_network_carrier_changes_total{device="calif58c2bb8089"} 2 node_network_carrier_changes_total{device="calif8f35d553e6"} 2 node_network_carrier_changes_total{device="cni0"} 7 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="vethae9cec4"} 2 node_network_carrier_changes_total{device="vxlan.calico"} 0 # 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"} 9 node_network_carrier_down_changes_total{device="br-36b61a7a4b74"} 60182 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"} 14597 node_network_carrier_down_changes_total{device="br-af2593ff5db3"} 21 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="cali00617ea14a2"} 1 node_network_carrier_down_changes_total{device="cali03374194f90"} 1 node_network_carrier_down_changes_total{device="cali0b0c23d9bd9"} 1 node_network_carrier_down_changes_total{device="cali10d480d3490"} 1 node_network_carrier_down_changes_total{device="cali20d97b1d68d"} 1 node_network_carrier_down_changes_total{device="cali2280e76263f"} 1 node_network_carrier_down_changes_total{device="cali2496bd639d3"} 1 node_network_carrier_down_changes_total{device="cali24ff55fe5af"} 1 node_network_carrier_down_changes_total{device="cali362b68cf144"} 1 node_network_carrier_down_changes_total{device="cali3a31588ae04"} 1 node_network_carrier_down_changes_total{device="cali425054cc1f9"} 1 node_network_carrier_down_changes_total{device="cali459f4fab9c5"} 1 node_network_carrier_down_changes_total{device="cali4737990bde5"} 1 node_network_carrier_down_changes_total{device="cali62a17a34d77"} 1 node_network_carrier_down_changes_total{device="cali64cb22e65e8"} 1 node_network_carrier_down_changes_total{device="cali676e19a904c"} 1 node_network_carrier_down_changes_total{device="cali67a1c9d2a3e"} 1 node_network_carrier_down_changes_total{device="cali6f5c49056ff"} 1 node_network_carrier_down_changes_total{device="cali8813d93edba"} 1 node_network_carrier_down_changes_total{device="cali9e192a8c028"} 1 node_network_carrier_down_changes_total{device="calia06c23bb992"} 1 node_network_carrier_down_changes_total{device="calia8009b5fccc"} 1 node_network_carrier_down_changes_total{device="caliaa6706741b7"} 1 node_network_carrier_down_changes_total{device="caliabe29f7120a"} 1 node_network_carrier_down_changes_total{device="caliacbffaeac54"} 1 node_network_carrier_down_changes_total{device="calib10b77537bc"} 1 node_network_carrier_down_changes_total{device="calib828ef792cf"} 1 node_network_carrier_down_changes_total{device="calibda5b0e25e0"} 1 node_network_carrier_down_changes_total{device="calibe4f3680128"} 1 node_network_carrier_down_changes_total{device="calic13321fe16c"} 1 node_network_carrier_down_changes_total{device="calicadf21566ac"} 1 node_network_carrier_down_changes_total{device="calicd56b80ed3c"} 1 node_network_carrier_down_changes_total{device="calid7f4cffaf75"} 1 node_network_carrier_down_changes_total{device="calif0586813be5"} 1 node_network_carrier_down_changes_total{device="calif58c2bb8089"} 1 node_network_carrier_down_changes_total{device="calif8f35d553e6"} 1 node_network_carrier_down_changes_total{device="cni0"} 4 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="vethae9cec4"} 1 node_network_carrier_down_changes_total{device="vxlan.calico"} 0 # 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"} 8 node_network_carrier_up_changes_total{device="br-36b61a7a4b74"} 60181 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"} 14596 node_network_carrier_up_changes_total{device="br-af2593ff5db3"} 21 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="cali00617ea14a2"} 1 node_network_carrier_up_changes_total{device="cali03374194f90"} 1 node_network_carrier_up_changes_total{device="cali0b0c23d9bd9"} 1 node_network_carrier_up_changes_total{device="cali10d480d3490"} 1 node_network_carrier_up_changes_total{device="cali20d97b1d68d"} 1 node_network_carrier_up_changes_total{device="cali2280e76263f"} 1 node_network_carrier_up_changes_total{device="cali2496bd639d3"} 1 node_network_carrier_up_changes_total{device="cali24ff55fe5af"} 1 node_network_carrier_up_changes_total{device="cali362b68cf144"} 1 node_network_carrier_up_changes_total{device="cali3a31588ae04"} 1 node_network_carrier_up_changes_total{device="cali425054cc1f9"} 1 node_network_carrier_up_changes_total{device="cali459f4fab9c5"} 1 node_network_carrier_up_changes_total{device="cali4737990bde5"} 1 node_network_carrier_up_changes_total{device="cali62a17a34d77"} 1 node_network_carrier_up_changes_total{device="cali64cb22e65e8"} 1 node_network_carrier_up_changes_total{device="cali676e19a904c"} 1 node_network_carrier_up_changes_total{device="cali67a1c9d2a3e"} 1 node_network_carrier_up_changes_total{device="cali6f5c49056ff"} 1 node_network_carrier_up_changes_total{device="cali8813d93edba"} 1 node_network_carrier_up_changes_total{device="cali9e192a8c028"} 1 node_network_carrier_up_changes_total{device="calia06c23bb992"} 1 node_network_carrier_up_changes_total{device="calia8009b5fccc"} 1 node_network_carrier_up_changes_total{device="caliaa6706741b7"} 1 node_network_carrier_up_changes_total{device="caliabe29f7120a"} 1 node_network_carrier_up_changes_total{device="caliacbffaeac54"} 1 node_network_carrier_up_changes_total{device="calib10b77537bc"} 1 node_network_carrier_up_changes_total{device="calib828ef792cf"} 1 node_network_carrier_up_changes_total{device="calibda5b0e25e0"} 1 node_network_carrier_up_changes_total{device="calibe4f3680128"} 1 node_network_carrier_up_changes_total{device="calic13321fe16c"} 1 node_network_carrier_up_changes_total{device="calicadf21566ac"} 1 node_network_carrier_up_changes_total{device="calicd56b80ed3c"} 1 node_network_carrier_up_changes_total{device="calid7f4cffaf75"} 1 node_network_carrier_up_changes_total{device="calif0586813be5"} 1 node_network_carrier_up_changes_total{device="calif58c2bb8089"} 1 node_network_carrier_up_changes_total{device="calif8f35d553e6"} 1 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="vethae9cec4"} 1 node_network_carrier_up_changes_total{device="vxlan.calico"} 0 # 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="cali00617ea14a2"} 0 node_network_device_id{device="cali03374194f90"} 0 node_network_device_id{device="cali0b0c23d9bd9"} 0 node_network_device_id{device="cali10d480d3490"} 0 node_network_device_id{device="cali20d97b1d68d"} 0 node_network_device_id{device="cali2280e76263f"} 0 node_network_device_id{device="cali2496bd639d3"} 0 node_network_device_id{device="cali24ff55fe5af"} 0 node_network_device_id{device="cali362b68cf144"} 0 node_network_device_id{device="cali3a31588ae04"} 0 node_network_device_id{device="cali425054cc1f9"} 0 node_network_device_id{device="cali459f4fab9c5"} 0 node_network_device_id{device="cali4737990bde5"} 0 node_network_device_id{device="cali62a17a34d77"} 0 node_network_device_id{device="cali64cb22e65e8"} 0 node_network_device_id{device="cali676e19a904c"} 0 node_network_device_id{device="cali67a1c9d2a3e"} 0 node_network_device_id{device="cali6f5c49056ff"} 0 node_network_device_id{device="cali8813d93edba"} 0 node_network_device_id{device="cali9e192a8c028"} 0 node_network_device_id{device="calia06c23bb992"} 0 node_network_device_id{device="calia8009b5fccc"} 0 node_network_device_id{device="caliaa6706741b7"} 0 node_network_device_id{device="caliabe29f7120a"} 0 node_network_device_id{device="caliacbffaeac54"} 0 node_network_device_id{device="calib10b77537bc"} 0 node_network_device_id{device="calib828ef792cf"} 0 node_network_device_id{device="calibda5b0e25e0"} 0 node_network_device_id{device="calibe4f3680128"} 0 node_network_device_id{device="calic13321fe16c"} 0 node_network_device_id{device="calicadf21566ac"} 0 node_network_device_id{device="calicd56b80ed3c"} 0 node_network_device_id{device="calid7f4cffaf75"} 0 node_network_device_id{device="calif0586813be5"} 0 node_network_device_id{device="calif58c2bb8089"} 0 node_network_device_id{device="calif8f35d553e6"} 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="vethae9cec4"} 0 node_network_device_id{device="vxlan.calico"} 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="cali00617ea14a2"} 0 node_network_dormant{device="cali03374194f90"} 0 node_network_dormant{device="cali0b0c23d9bd9"} 0 node_network_dormant{device="cali10d480d3490"} 0 node_network_dormant{device="cali20d97b1d68d"} 0 node_network_dormant{device="cali2280e76263f"} 0 node_network_dormant{device="cali2496bd639d3"} 0 node_network_dormant{device="cali24ff55fe5af"} 0 node_network_dormant{device="cali362b68cf144"} 0 node_network_dormant{device="cali3a31588ae04"} 0 node_network_dormant{device="cali425054cc1f9"} 0 node_network_dormant{device="cali459f4fab9c5"} 0 node_network_dormant{device="cali4737990bde5"} 0 node_network_dormant{device="cali62a17a34d77"} 0 node_network_dormant{device="cali64cb22e65e8"} 0 node_network_dormant{device="cali676e19a904c"} 0 node_network_dormant{device="cali67a1c9d2a3e"} 0 node_network_dormant{device="cali6f5c49056ff"} 0 node_network_dormant{device="cali8813d93edba"} 0 node_network_dormant{device="cali9e192a8c028"} 0 node_network_dormant{device="calia06c23bb992"} 0 node_network_dormant{device="calia8009b5fccc"} 0 node_network_dormant{device="caliaa6706741b7"} 0 node_network_dormant{device="caliabe29f7120a"} 0 node_network_dormant{device="caliacbffaeac54"} 0 node_network_dormant{device="calib10b77537bc"} 0 node_network_dormant{device="calib828ef792cf"} 0 node_network_dormant{device="calibda5b0e25e0"} 0 node_network_dormant{device="calibe4f3680128"} 0 node_network_dormant{device="calic13321fe16c"} 0 node_network_dormant{device="calicadf21566ac"} 0 node_network_dormant{device="calicd56b80ed3c"} 0 node_network_dormant{device="calid7f4cffaf75"} 0 node_network_dormant{device="calif0586813be5"} 0 node_network_dormant{device="calif58c2bb8089"} 0 node_network_dormant{device="calif8f35d553e6"} 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="vethae9cec4"} 0 node_network_dormant{device="vxlan.calico"} 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="cali00617ea14a2"} 4099 node_network_flags{device="cali03374194f90"} 4099 node_network_flags{device="cali0b0c23d9bd9"} 4099 node_network_flags{device="cali10d480d3490"} 4099 node_network_flags{device="cali20d97b1d68d"} 4099 node_network_flags{device="cali2280e76263f"} 4099 node_network_flags{device="cali2496bd639d3"} 4099 node_network_flags{device="cali24ff55fe5af"} 4099 node_network_flags{device="cali362b68cf144"} 4099 node_network_flags{device="cali3a31588ae04"} 4099 node_network_flags{device="cali425054cc1f9"} 4099 node_network_flags{device="cali459f4fab9c5"} 4099 node_network_flags{device="cali4737990bde5"} 4099 node_network_flags{device="cali62a17a34d77"} 4099 node_network_flags{device="cali64cb22e65e8"} 4099 node_network_flags{device="cali676e19a904c"} 4099 node_network_flags{device="cali67a1c9d2a3e"} 4099 node_network_flags{device="cali6f5c49056ff"} 4099 node_network_flags{device="cali8813d93edba"} 4099 node_network_flags{device="cali9e192a8c028"} 4099 node_network_flags{device="calia06c23bb992"} 4099 node_network_flags{device="calia8009b5fccc"} 4099 node_network_flags{device="caliaa6706741b7"} 4099 node_network_flags{device="caliabe29f7120a"} 4099 node_network_flags{device="caliacbffaeac54"} 4099 node_network_flags{device="calib10b77537bc"} 4099 node_network_flags{device="calib828ef792cf"} 4099 node_network_flags{device="calibda5b0e25e0"} 4099 node_network_flags{device="calibe4f3680128"} 4099 node_network_flags{device="calic13321fe16c"} 4099 node_network_flags{device="calicadf21566ac"} 4099 node_network_flags{device="calicd56b80ed3c"} 4099 node_network_flags{device="calid7f4cffaf75"} 4099 node_network_flags{device="calif0586813be5"} 4099 node_network_flags{device="calif58c2bb8089"} 4099 node_network_flags{device="calif8f35d553e6"} 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="vethae9cec4"} 4867 node_network_flags{device="vxlan.calico"} 4099 # 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="cali00617ea14a2"} 202997 node_network_iface_id{device="cali03374194f90"} 202989 node_network_iface_id{device="cali0b0c23d9bd9"} 202946 node_network_iface_id{device="cali10d480d3490"} 202982 node_network_iface_id{device="cali20d97b1d68d"} 202953 node_network_iface_id{device="cali2280e76263f"} 202948 node_network_iface_id{device="cali2496bd639d3"} 202971 node_network_iface_id{device="cali24ff55fe5af"} 202983 node_network_iface_id{device="cali362b68cf144"} 202955 node_network_iface_id{device="cali3a31588ae04"} 202978 node_network_iface_id{device="cali425054cc1f9"} 202976 node_network_iface_id{device="cali459f4fab9c5"} 202974 node_network_iface_id{device="cali4737990bde5"} 202964 node_network_iface_id{device="cali62a17a34d77"} 202996 node_network_iface_id{device="cali64cb22e65e8"} 202966 node_network_iface_id{device="cali676e19a904c"} 202969 node_network_iface_id{device="cali67a1c9d2a3e"} 202972 node_network_iface_id{device="cali6f5c49056ff"} 202961 node_network_iface_id{device="cali8813d93edba"} 202951 node_network_iface_id{device="cali9e192a8c028"} 202949 node_network_iface_id{device="calia06c23bb992"} 202957 node_network_iface_id{device="calia8009b5fccc"} 202965 node_network_iface_id{device="caliaa6706741b7"} 202975 node_network_iface_id{device="caliabe29f7120a"} 202984 node_network_iface_id{device="caliacbffaeac54"} 202956 node_network_iface_id{device="calib10b77537bc"} 202968 node_network_iface_id{device="calib828ef792cf"} 202985 node_network_iface_id{device="calibda5b0e25e0"} 202954 node_network_iface_id{device="calibe4f3680128"} 202970 node_network_iface_id{device="calic13321fe16c"} 202950 node_network_iface_id{device="calicadf21566ac"} 202981 node_network_iface_id{device="calicd56b80ed3c"} 202973 node_network_iface_id{device="calid7f4cffaf75"} 202990 node_network_iface_id{device="calif0586813be5"} 202962 node_network_iface_id{device="calif58c2bb8089"} 202963 node_network_iface_id{device="calif8f35d553e6"} 202986 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="vethae9cec4"} 202927 node_network_iface_id{device="vxlan.calico"} 200749 # 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="cali00617ea14a2"} 2 node_network_iface_link{device="cali03374194f90"} 2 node_network_iface_link{device="cali0b0c23d9bd9"} 2 node_network_iface_link{device="cali10d480d3490"} 2 node_network_iface_link{device="cali20d97b1d68d"} 2 node_network_iface_link{device="cali2280e76263f"} 2 node_network_iface_link{device="cali2496bd639d3"} 2 node_network_iface_link{device="cali24ff55fe5af"} 2 node_network_iface_link{device="cali362b68cf144"} 2 node_network_iface_link{device="cali3a31588ae04"} 2 node_network_iface_link{device="cali425054cc1f9"} 2 node_network_iface_link{device="cali459f4fab9c5"} 2 node_network_iface_link{device="cali4737990bde5"} 2 node_network_iface_link{device="cali62a17a34d77"} 2 node_network_iface_link{device="cali64cb22e65e8"} 2 node_network_iface_link{device="cali676e19a904c"} 2 node_network_iface_link{device="cali67a1c9d2a3e"} 2 node_network_iface_link{device="cali6f5c49056ff"} 2 node_network_iface_link{device="cali8813d93edba"} 2 node_network_iface_link{device="cali9e192a8c028"} 2 node_network_iface_link{device="calia06c23bb992"} 2 node_network_iface_link{device="calia8009b5fccc"} 2 node_network_iface_link{device="caliaa6706741b7"} 2 node_network_iface_link{device="caliabe29f7120a"} 2 node_network_iface_link{device="caliacbffaeac54"} 2 node_network_iface_link{device="calib10b77537bc"} 2 node_network_iface_link{device="calib828ef792cf"} 2 node_network_iface_link{device="calibda5b0e25e0"} 2 node_network_iface_link{device="calibe4f3680128"} 2 node_network_iface_link{device="calic13321fe16c"} 2 node_network_iface_link{device="calicadf21566ac"} 2 node_network_iface_link{device="calicd56b80ed3c"} 2 node_network_iface_link{device="calid7f4cffaf75"} 2 node_network_iface_link{device="calif0586813be5"} 2 node_network_iface_link{device="calif58c2bb8089"} 2 node_network_iface_link{device="calif8f35d553e6"} 2 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="vethae9cec4"} 202926 node_network_iface_link{device="vxlan.calico"} 200749 # 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="cali00617ea14a2"} 0 node_network_iface_link_mode{device="cali03374194f90"} 0 node_network_iface_link_mode{device="cali0b0c23d9bd9"} 0 node_network_iface_link_mode{device="cali10d480d3490"} 0 node_network_iface_link_mode{device="cali20d97b1d68d"} 0 node_network_iface_link_mode{device="cali2280e76263f"} 0 node_network_iface_link_mode{device="cali2496bd639d3"} 0 node_network_iface_link_mode{device="cali24ff55fe5af"} 0 node_network_iface_link_mode{device="cali362b68cf144"} 0 node_network_iface_link_mode{device="cali3a31588ae04"} 0 node_network_iface_link_mode{device="cali425054cc1f9"} 0 node_network_iface_link_mode{device="cali459f4fab9c5"} 0 node_network_iface_link_mode{device="cali4737990bde5"} 0 node_network_iface_link_mode{device="cali62a17a34d77"} 0 node_network_iface_link_mode{device="cali64cb22e65e8"} 0 node_network_iface_link_mode{device="cali676e19a904c"} 0 node_network_iface_link_mode{device="cali67a1c9d2a3e"} 0 node_network_iface_link_mode{device="cali6f5c49056ff"} 0 node_network_iface_link_mode{device="cali8813d93edba"} 0 node_network_iface_link_mode{device="cali9e192a8c028"} 0 node_network_iface_link_mode{device="calia06c23bb992"} 0 node_network_iface_link_mode{device="calia8009b5fccc"} 0 node_network_iface_link_mode{device="caliaa6706741b7"} 0 node_network_iface_link_mode{device="caliabe29f7120a"} 0 node_network_iface_link_mode{device="caliacbffaeac54"} 0 node_network_iface_link_mode{device="calib10b77537bc"} 0 node_network_iface_link_mode{device="calib828ef792cf"} 0 node_network_iface_link_mode{device="calibda5b0e25e0"} 0 node_network_iface_link_mode{device="calibe4f3680128"} 0 node_network_iface_link_mode{device="calic13321fe16c"} 0 node_network_iface_link_mode{device="calicadf21566ac"} 0 node_network_iface_link_mode{device="calicd56b80ed3c"} 0 node_network_iface_link_mode{device="calid7f4cffaf75"} 0 node_network_iface_link_mode{device="calif0586813be5"} 0 node_network_iface_link_mode{device="calif58c2bb8089"} 0 node_network_iface_link_mode{device="calif8f35d553e6"} 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="vethae9cec4"} 0 node_network_iface_link_mode{device="vxlan.calico"} 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="down"} 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="down"} 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="down"} 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="56:68:12:e7:f7:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cni0",duplex="",ifalias="",operstate="down"} 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="66:d3:1c:a3:1e:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vxlan.calico",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="ce:e2:6e:b7:e7:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae9cec4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali00617ea14a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali03374194f90",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali0b0c23d9bd9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali10d480d3490",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali20d97b1d68d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali2280e76263f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali2496bd639d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali24ff55fe5af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali362b68cf144",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali3a31588ae04",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali425054cc1f9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali459f4fab9c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali4737990bde5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali62a17a34d77",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali64cb22e65e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali676e19a904c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali67a1c9d2a3e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali6f5c49056ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali8813d93edba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cali9e192a8c028",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calia06c23bb992",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calia8009b5fccc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="caliaa6706741b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="caliabe29f7120a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="caliacbffaeac54",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calib10b77537bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calib828ef792cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calibda5b0e25e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calibe4f3680128",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calic13321fe16c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calicadf21566ac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calicd56b80ed3c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calid7f4cffaf75",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calif0586813be5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calif58c2bb8089",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ee:ee:ee:ee:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="calif8f35d553e6",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="cali00617ea14a2"} 1450 node_network_mtu_bytes{device="cali03374194f90"} 1450 node_network_mtu_bytes{device="cali0b0c23d9bd9"} 1450 node_network_mtu_bytes{device="cali10d480d3490"} 1450 node_network_mtu_bytes{device="cali20d97b1d68d"} 1450 node_network_mtu_bytes{device="cali2280e76263f"} 1450 node_network_mtu_bytes{device="cali2496bd639d3"} 1450 node_network_mtu_bytes{device="cali24ff55fe5af"} 1450 node_network_mtu_bytes{device="cali362b68cf144"} 1450 node_network_mtu_bytes{device="cali3a31588ae04"} 1450 node_network_mtu_bytes{device="cali425054cc1f9"} 1450 node_network_mtu_bytes{device="cali459f4fab9c5"} 1450 node_network_mtu_bytes{device="cali4737990bde5"} 1450 node_network_mtu_bytes{device="cali62a17a34d77"} 1450 node_network_mtu_bytes{device="cali64cb22e65e8"} 1450 node_network_mtu_bytes{device="cali676e19a904c"} 1450 node_network_mtu_bytes{device="cali67a1c9d2a3e"} 1450 node_network_mtu_bytes{device="cali6f5c49056ff"} 1450 node_network_mtu_bytes{device="cali8813d93edba"} 1450 node_network_mtu_bytes{device="cali9e192a8c028"} 1450 node_network_mtu_bytes{device="calia06c23bb992"} 1450 node_network_mtu_bytes{device="calia8009b5fccc"} 1450 node_network_mtu_bytes{device="caliaa6706741b7"} 1450 node_network_mtu_bytes{device="caliabe29f7120a"} 1450 node_network_mtu_bytes{device="caliacbffaeac54"} 1450 node_network_mtu_bytes{device="calib10b77537bc"} 1450 node_network_mtu_bytes{device="calib828ef792cf"} 1450 node_network_mtu_bytes{device="calibda5b0e25e0"} 1450 node_network_mtu_bytes{device="calibe4f3680128"} 1450 node_network_mtu_bytes{device="calic13321fe16c"} 1450 node_network_mtu_bytes{device="calicadf21566ac"} 1450 node_network_mtu_bytes{device="calicd56b80ed3c"} 1450 node_network_mtu_bytes{device="calid7f4cffaf75"} 1450 node_network_mtu_bytes{device="calif0586813be5"} 1450 node_network_mtu_bytes{device="calif58c2bb8089"} 1450 node_network_mtu_bytes{device="calif8f35d553e6"} 1450 node_network_mtu_bytes{device="cni0"} 1500 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="vethae9cec4"} 1500 node_network_mtu_bytes{device="vxlan.calico"} 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="cali00617ea14a2"} 3 node_network_name_assign_type{device="cali03374194f90"} 3 node_network_name_assign_type{device="cali0b0c23d9bd9"} 3 node_network_name_assign_type{device="cali10d480d3490"} 3 node_network_name_assign_type{device="cali20d97b1d68d"} 3 node_network_name_assign_type{device="cali2280e76263f"} 3 node_network_name_assign_type{device="cali2496bd639d3"} 3 node_network_name_assign_type{device="cali24ff55fe5af"} 3 node_network_name_assign_type{device="cali362b68cf144"} 3 node_network_name_assign_type{device="cali3a31588ae04"} 3 node_network_name_assign_type{device="cali425054cc1f9"} 3 node_network_name_assign_type{device="cali459f4fab9c5"} 3 node_network_name_assign_type{device="cali4737990bde5"} 3 node_network_name_assign_type{device="cali62a17a34d77"} 3 node_network_name_assign_type{device="cali64cb22e65e8"} 3 node_network_name_assign_type{device="cali676e19a904c"} 3 node_network_name_assign_type{device="cali67a1c9d2a3e"} 3 node_network_name_assign_type{device="cali6f5c49056ff"} 3 node_network_name_assign_type{device="cali8813d93edba"} 3 node_network_name_assign_type{device="cali9e192a8c028"} 3 node_network_name_assign_type{device="calia06c23bb992"} 3 node_network_name_assign_type{device="calia8009b5fccc"} 3 node_network_name_assign_type{device="caliaa6706741b7"} 3 node_network_name_assign_type{device="caliabe29f7120a"} 3 node_network_name_assign_type{device="caliacbffaeac54"} 3 node_network_name_assign_type{device="calib10b77537bc"} 3 node_network_name_assign_type{device="calib828ef792cf"} 3 node_network_name_assign_type{device="calibda5b0e25e0"} 3 node_network_name_assign_type{device="calibe4f3680128"} 3 node_network_name_assign_type{device="calic13321fe16c"} 3 node_network_name_assign_type{device="calicadf21566ac"} 3 node_network_name_assign_type{device="calicd56b80ed3c"} 3 node_network_name_assign_type{device="calid7f4cffaf75"} 3 node_network_name_assign_type{device="calif0586813be5"} 3 node_network_name_assign_type{device="calif58c2bb8089"} 3 node_network_name_assign_type{device="calif8f35d553e6"} 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="vethae9cec4"} 3 node_network_name_assign_type{device="vxlan.calico"} 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="cali00617ea14a2"} 0 node_network_net_dev_group{device="cali03374194f90"} 0 node_network_net_dev_group{device="cali0b0c23d9bd9"} 0 node_network_net_dev_group{device="cali10d480d3490"} 0 node_network_net_dev_group{device="cali20d97b1d68d"} 0 node_network_net_dev_group{device="cali2280e76263f"} 0 node_network_net_dev_group{device="cali2496bd639d3"} 0 node_network_net_dev_group{device="cali24ff55fe5af"} 0 node_network_net_dev_group{device="cali362b68cf144"} 0 node_network_net_dev_group{device="cali3a31588ae04"} 0 node_network_net_dev_group{device="cali425054cc1f9"} 0 node_network_net_dev_group{device="cali459f4fab9c5"} 0 node_network_net_dev_group{device="cali4737990bde5"} 0 node_network_net_dev_group{device="cali62a17a34d77"} 0 node_network_net_dev_group{device="cali64cb22e65e8"} 0 node_network_net_dev_group{device="cali676e19a904c"} 0 node_network_net_dev_group{device="cali67a1c9d2a3e"} 0 node_network_net_dev_group{device="cali6f5c49056ff"} 0 node_network_net_dev_group{device="cali8813d93edba"} 0 node_network_net_dev_group{device="cali9e192a8c028"} 0 node_network_net_dev_group{device="calia06c23bb992"} 0 node_network_net_dev_group{device="calia8009b5fccc"} 0 node_network_net_dev_group{device="caliaa6706741b7"} 0 node_network_net_dev_group{device="caliabe29f7120a"} 0 node_network_net_dev_group{device="caliacbffaeac54"} 0 node_network_net_dev_group{device="calib10b77537bc"} 0 node_network_net_dev_group{device="calib828ef792cf"} 0 node_network_net_dev_group{device="calibda5b0e25e0"} 0 node_network_net_dev_group{device="calibe4f3680128"} 0 node_network_net_dev_group{device="calic13321fe16c"} 0 node_network_net_dev_group{device="calicadf21566ac"} 0 node_network_net_dev_group{device="calicd56b80ed3c"} 0 node_network_net_dev_group{device="calid7f4cffaf75"} 0 node_network_net_dev_group{device="calif0586813be5"} 0 node_network_net_dev_group{device="calif58c2bb8089"} 0 node_network_net_dev_group{device="calif8f35d553e6"} 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="vethae9cec4"} 0 node_network_net_dev_group{device="vxlan.calico"} 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="cali00617ea14a2"} 1 node_network_protocol_type{device="cali03374194f90"} 1 node_network_protocol_type{device="cali0b0c23d9bd9"} 1 node_network_protocol_type{device="cali10d480d3490"} 1 node_network_protocol_type{device="cali20d97b1d68d"} 1 node_network_protocol_type{device="cali2280e76263f"} 1 node_network_protocol_type{device="cali2496bd639d3"} 1 node_network_protocol_type{device="cali24ff55fe5af"} 1 node_network_protocol_type{device="cali362b68cf144"} 1 node_network_protocol_type{device="cali3a31588ae04"} 1 node_network_protocol_type{device="cali425054cc1f9"} 1 node_network_protocol_type{device="cali459f4fab9c5"} 1 node_network_protocol_type{device="cali4737990bde5"} 1 node_network_protocol_type{device="cali62a17a34d77"} 1 node_network_protocol_type{device="cali64cb22e65e8"} 1 node_network_protocol_type{device="cali676e19a904c"} 1 node_network_protocol_type{device="cali67a1c9d2a3e"} 1 node_network_protocol_type{device="cali6f5c49056ff"} 1 node_network_protocol_type{device="cali8813d93edba"} 1 node_network_protocol_type{device="cali9e192a8c028"} 1 node_network_protocol_type{device="calia06c23bb992"} 1 node_network_protocol_type{device="calia8009b5fccc"} 1 node_network_protocol_type{device="caliaa6706741b7"} 1 node_network_protocol_type{device="caliabe29f7120a"} 1 node_network_protocol_type{device="caliacbffaeac54"} 1 node_network_protocol_type{device="calib10b77537bc"} 1 node_network_protocol_type{device="calib828ef792cf"} 1 node_network_protocol_type{device="calibda5b0e25e0"} 1 node_network_protocol_type{device="calibe4f3680128"} 1 node_network_protocol_type{device="calic13321fe16c"} 1 node_network_protocol_type{device="calicadf21566ac"} 1 node_network_protocol_type{device="calicd56b80ed3c"} 1 node_network_protocol_type{device="calid7f4cffaf75"} 1 node_network_protocol_type{device="calif0586813be5"} 1 node_network_protocol_type{device="calif58c2bb8089"} 1 node_network_protocol_type{device="calif8f35d553e6"} 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="vethae9cec4"} 1 node_network_protocol_type{device="vxlan.calico"} 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"} 4.321532996e+09 node_network_receive_bytes_total{device="br-36b61a7a4b74"} 2.75776704e+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.04920139739e+11 node_network_receive_bytes_total{device="br-af2593ff5db3"} 2.83207614e+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="cali00617ea14a2"} 1.84125e+06 node_network_receive_bytes_total{device="cali03374194f90"} 1.58732853e+08 node_network_receive_bytes_total{device="cali0b0c23d9bd9"} 1.00981041e+08 node_network_receive_bytes_total{device="cali10d480d3490"} 3.221263738e+09 node_network_receive_bytes_total{device="cali20d97b1d68d"} 16896 node_network_receive_bytes_total{device="cali2280e76263f"} 7.75147926e+08 node_network_receive_bytes_total{device="cali2496bd639d3"} 6.2980199e+07 node_network_receive_bytes_total{device="cali24ff55fe5af"} 1.3981035184e+10 node_network_receive_bytes_total{device="cali362b68cf144"} 9.8230804e+07 node_network_receive_bytes_total{device="cali3a31588ae04"} 5.89021029e+08 node_network_receive_bytes_total{device="cali425054cc1f9"} 1.54658234e+08 node_network_receive_bytes_total{device="cali459f4fab9c5"} 1.067585444e+09 node_network_receive_bytes_total{device="cali4737990bde5"} 8.9497173e+07 node_network_receive_bytes_total{device="cali62a17a34d77"} 1.6179228e+07 node_network_receive_bytes_total{device="cali64cb22e65e8"} 19518 node_network_receive_bytes_total{device="cali676e19a904c"} 2.318288156e+09 node_network_receive_bytes_total{device="cali67a1c9d2a3e"} 2.11728445e+08 node_network_receive_bytes_total{device="cali6f5c49056ff"} 7.4940586e+07 node_network_receive_bytes_total{device="cali8813d93edba"} 5.0860606e+07 node_network_receive_bytes_total{device="cali9e192a8c028"} 1.3640753e+07 node_network_receive_bytes_total{device="calia06c23bb992"} 2.469089e+06 node_network_receive_bytes_total{device="calia8009b5fccc"} 1.00862482e+08 node_network_receive_bytes_total{device="caliaa6706741b7"} 9.83013685e+08 node_network_receive_bytes_total{device="caliabe29f7120a"} 7.53073147e+08 node_network_receive_bytes_total{device="caliacbffaeac54"} 19174 node_network_receive_bytes_total{device="calib10b77537bc"} 1.9744915868e+10 node_network_receive_bytes_total{device="calib828ef792cf"} 1.40122019e+08 node_network_receive_bytes_total{device="calibda5b0e25e0"} 16896 node_network_receive_bytes_total{device="calibe4f3680128"} 4.049607386e+09 node_network_receive_bytes_total{device="calic13321fe16c"} 235458 node_network_receive_bytes_total{device="calicadf21566ac"} 6.7724347e+07 node_network_receive_bytes_total{device="calicd56b80ed3c"} 2.2942993e+07 node_network_receive_bytes_total{device="calid7f4cffaf75"} 1.12032229e+08 node_network_receive_bytes_total{device="calif0586813be5"} 19544 node_network_receive_bytes_total{device="calif58c2bb8089"} 16826 node_network_receive_bytes_total{device="calif8f35d553e6"} 3.221637714e+09 node_network_receive_bytes_total{device="cni0"} 2.09543410123e+11 node_network_receive_bytes_total{device="docker0"} 29532 node_network_receive_bytes_total{device="eth0"} 6.76650278233e+11 node_network_receive_bytes_total{device="flannel.1"} 913069 node_network_receive_bytes_total{device="lo"} 5.89033759381e+11 node_network_receive_bytes_total{device="vethae9cec4"} 1.256844e+06 node_network_receive_bytes_total{device="vxlan.calico"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="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="cali00617ea14a2"} 0 node_network_receive_compressed_total{device="cali03374194f90"} 0 node_network_receive_compressed_total{device="cali0b0c23d9bd9"} 0 node_network_receive_compressed_total{device="cali10d480d3490"} 0 node_network_receive_compressed_total{device="cali20d97b1d68d"} 0 node_network_receive_compressed_total{device="cali2280e76263f"} 0 node_network_receive_compressed_total{device="cali2496bd639d3"} 0 node_network_receive_compressed_total{device="cali24ff55fe5af"} 0 node_network_receive_compressed_total{device="cali362b68cf144"} 0 node_network_receive_compressed_total{device="cali3a31588ae04"} 0 node_network_receive_compressed_total{device="cali425054cc1f9"} 0 node_network_receive_compressed_total{device="cali459f4fab9c5"} 0 node_network_receive_compressed_total{device="cali4737990bde5"} 0 node_network_receive_compressed_total{device="cali62a17a34d77"} 0 node_network_receive_compressed_total{device="cali64cb22e65e8"} 0 node_network_receive_compressed_total{device="cali676e19a904c"} 0 node_network_receive_compressed_total{device="cali67a1c9d2a3e"} 0 node_network_receive_compressed_total{device="cali6f5c49056ff"} 0 node_network_receive_compressed_total{device="cali8813d93edba"} 0 node_network_receive_compressed_total{device="cali9e192a8c028"} 0 node_network_receive_compressed_total{device="calia06c23bb992"} 0 node_network_receive_compressed_total{device="calia8009b5fccc"} 0 node_network_receive_compressed_total{device="caliaa6706741b7"} 0 node_network_receive_compressed_total{device="caliabe29f7120a"} 0 node_network_receive_compressed_total{device="caliacbffaeac54"} 0 node_network_receive_compressed_total{device="calib10b77537bc"} 0 node_network_receive_compressed_total{device="calib828ef792cf"} 0 node_network_receive_compressed_total{device="calibda5b0e25e0"} 0 node_network_receive_compressed_total{device="calibe4f3680128"} 0 node_network_receive_compressed_total{device="calic13321fe16c"} 0 node_network_receive_compressed_total{device="calicadf21566ac"} 0 node_network_receive_compressed_total{device="calicd56b80ed3c"} 0 node_network_receive_compressed_total{device="calid7f4cffaf75"} 0 node_network_receive_compressed_total{device="calif0586813be5"} 0 node_network_receive_compressed_total{device="calif58c2bb8089"} 0 node_network_receive_compressed_total{device="calif8f35d553e6"} 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="vethae9cec4"} 0 node_network_receive_compressed_total{device="vxlan.calico"} 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="cali00617ea14a2"} 0 node_network_receive_drop_total{device="cali03374194f90"} 0 node_network_receive_drop_total{device="cali0b0c23d9bd9"} 0 node_network_receive_drop_total{device="cali10d480d3490"} 0 node_network_receive_drop_total{device="cali20d97b1d68d"} 0 node_network_receive_drop_total{device="cali2280e76263f"} 0 node_network_receive_drop_total{device="cali2496bd639d3"} 0 node_network_receive_drop_total{device="cali24ff55fe5af"} 0 node_network_receive_drop_total{device="cali362b68cf144"} 0 node_network_receive_drop_total{device="cali3a31588ae04"} 0 node_network_receive_drop_total{device="cali425054cc1f9"} 0 node_network_receive_drop_total{device="cali459f4fab9c5"} 0 node_network_receive_drop_total{device="cali4737990bde5"} 0 node_network_receive_drop_total{device="cali62a17a34d77"} 0 node_network_receive_drop_total{device="cali64cb22e65e8"} 0 node_network_receive_drop_total{device="cali676e19a904c"} 0 node_network_receive_drop_total{device="cali67a1c9d2a3e"} 0 node_network_receive_drop_total{device="cali6f5c49056ff"} 0 node_network_receive_drop_total{device="cali8813d93edba"} 0 node_network_receive_drop_total{device="cali9e192a8c028"} 0 node_network_receive_drop_total{device="calia06c23bb992"} 0 node_network_receive_drop_total{device="calia8009b5fccc"} 0 node_network_receive_drop_total{device="caliaa6706741b7"} 0 node_network_receive_drop_total{device="caliabe29f7120a"} 0 node_network_receive_drop_total{device="caliacbffaeac54"} 0 node_network_receive_drop_total{device="calib10b77537bc"} 0 node_network_receive_drop_total{device="calib828ef792cf"} 0 node_network_receive_drop_total{device="calibda5b0e25e0"} 0 node_network_receive_drop_total{device="calibe4f3680128"} 0 node_network_receive_drop_total{device="calic13321fe16c"} 0 node_network_receive_drop_total{device="calicadf21566ac"} 0 node_network_receive_drop_total{device="calicd56b80ed3c"} 0 node_network_receive_drop_total{device="calid7f4cffaf75"} 0 node_network_receive_drop_total{device="calif0586813be5"} 0 node_network_receive_drop_total{device="calif58c2bb8089"} 0 node_network_receive_drop_total{device="calif8f35d553e6"} 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="vethae9cec4"} 0 node_network_receive_drop_total{device="vxlan.calico"} 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="cali00617ea14a2"} 0 node_network_receive_errs_total{device="cali03374194f90"} 0 node_network_receive_errs_total{device="cali0b0c23d9bd9"} 0 node_network_receive_errs_total{device="cali10d480d3490"} 0 node_network_receive_errs_total{device="cali20d97b1d68d"} 0 node_network_receive_errs_total{device="cali2280e76263f"} 0 node_network_receive_errs_total{device="cali2496bd639d3"} 0 node_network_receive_errs_total{device="cali24ff55fe5af"} 0 node_network_receive_errs_total{device="cali362b68cf144"} 0 node_network_receive_errs_total{device="cali3a31588ae04"} 0 node_network_receive_errs_total{device="cali425054cc1f9"} 0 node_network_receive_errs_total{device="cali459f4fab9c5"} 0 node_network_receive_errs_total{device="cali4737990bde5"} 0 node_network_receive_errs_total{device="cali62a17a34d77"} 0 node_network_receive_errs_total{device="cali64cb22e65e8"} 0 node_network_receive_errs_total{device="cali676e19a904c"} 0 node_network_receive_errs_total{device="cali67a1c9d2a3e"} 0 node_network_receive_errs_total{device="cali6f5c49056ff"} 0 node_network_receive_errs_total{device="cali8813d93edba"} 0 node_network_receive_errs_total{device="cali9e192a8c028"} 0 node_network_receive_errs_total{device="calia06c23bb992"} 0 node_network_receive_errs_total{device="calia8009b5fccc"} 0 node_network_receive_errs_total{device="caliaa6706741b7"} 0 node_network_receive_errs_total{device="caliabe29f7120a"} 0 node_network_receive_errs_total{device="caliacbffaeac54"} 0 node_network_receive_errs_total{device="calib10b77537bc"} 0 node_network_receive_errs_total{device="calib828ef792cf"} 0 node_network_receive_errs_total{device="calibda5b0e25e0"} 0 node_network_receive_errs_total{device="calibe4f3680128"} 0 node_network_receive_errs_total{device="calic13321fe16c"} 0 node_network_receive_errs_total{device="calicadf21566ac"} 0 node_network_receive_errs_total{device="calicd56b80ed3c"} 0 node_network_receive_errs_total{device="calid7f4cffaf75"} 0 node_network_receive_errs_total{device="calif0586813be5"} 0 node_network_receive_errs_total{device="calif58c2bb8089"} 0 node_network_receive_errs_total{device="calif8f35d553e6"} 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="vethae9cec4"} 0 node_network_receive_errs_total{device="vxlan.calico"} 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="cali00617ea14a2"} 0 node_network_receive_fifo_total{device="cali03374194f90"} 0 node_network_receive_fifo_total{device="cali0b0c23d9bd9"} 0 node_network_receive_fifo_total{device="cali10d480d3490"} 0 node_network_receive_fifo_total{device="cali20d97b1d68d"} 0 node_network_receive_fifo_total{device="cali2280e76263f"} 0 node_network_receive_fifo_total{device="cali2496bd639d3"} 0 node_network_receive_fifo_total{device="cali24ff55fe5af"} 0 node_network_receive_fifo_total{device="cali362b68cf144"} 0 node_network_receive_fifo_total{device="cali3a31588ae04"} 0 node_network_receive_fifo_total{device="cali425054cc1f9"} 0 node_network_receive_fifo_total{device="cali459f4fab9c5"} 0 node_network_receive_fifo_total{device="cali4737990bde5"} 0 node_network_receive_fifo_total{device="cali62a17a34d77"} 0 node_network_receive_fifo_total{device="cali64cb22e65e8"} 0 node_network_receive_fifo_total{device="cali676e19a904c"} 0 node_network_receive_fifo_total{device="cali67a1c9d2a3e"} 0 node_network_receive_fifo_total{device="cali6f5c49056ff"} 0 node_network_receive_fifo_total{device="cali8813d93edba"} 0 node_network_receive_fifo_total{device="cali9e192a8c028"} 0 node_network_receive_fifo_total{device="calia06c23bb992"} 0 node_network_receive_fifo_total{device="calia8009b5fccc"} 0 node_network_receive_fifo_total{device="caliaa6706741b7"} 0 node_network_receive_fifo_total{device="caliabe29f7120a"} 0 node_network_receive_fifo_total{device="caliacbffaeac54"} 0 node_network_receive_fifo_total{device="calib10b77537bc"} 0 node_network_receive_fifo_total{device="calib828ef792cf"} 0 node_network_receive_fifo_total{device="calibda5b0e25e0"} 0 node_network_receive_fifo_total{device="calibe4f3680128"} 0 node_network_receive_fifo_total{device="calic13321fe16c"} 0 node_network_receive_fifo_total{device="calicadf21566ac"} 0 node_network_receive_fifo_total{device="calicd56b80ed3c"} 0 node_network_receive_fifo_total{device="calid7f4cffaf75"} 0 node_network_receive_fifo_total{device="calif0586813be5"} 0 node_network_receive_fifo_total{device="calif58c2bb8089"} 0 node_network_receive_fifo_total{device="calif8f35d553e6"} 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="vethae9cec4"} 0 node_network_receive_fifo_total{device="vxlan.calico"} 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="cali00617ea14a2"} 0 node_network_receive_frame_total{device="cali03374194f90"} 0 node_network_receive_frame_total{device="cali0b0c23d9bd9"} 0 node_network_receive_frame_total{device="cali10d480d3490"} 0 node_network_receive_frame_total{device="cali20d97b1d68d"} 0 node_network_receive_frame_total{device="cali2280e76263f"} 0 node_network_receive_frame_total{device="cali2496bd639d3"} 0 node_network_receive_frame_total{device="cali24ff55fe5af"} 0 node_network_receive_frame_total{device="cali362b68cf144"} 0 node_network_receive_frame_total{device="cali3a31588ae04"} 0 node_network_receive_frame_total{device="cali425054cc1f9"} 0 node_network_receive_frame_total{device="cali459f4fab9c5"} 0 node_network_receive_frame_total{device="cali4737990bde5"} 0 node_network_receive_frame_total{device="cali62a17a34d77"} 0 node_network_receive_frame_total{device="cali64cb22e65e8"} 0 node_network_receive_frame_total{device="cali676e19a904c"} 0 node_network_receive_frame_total{device="cali67a1c9d2a3e"} 0 node_network_receive_frame_total{device="cali6f5c49056ff"} 0 node_network_receive_frame_total{device="cali8813d93edba"} 0 node_network_receive_frame_total{device="cali9e192a8c028"} 0 node_network_receive_frame_total{device="calia06c23bb992"} 0 node_network_receive_frame_total{device="calia8009b5fccc"} 0 node_network_receive_frame_total{device="caliaa6706741b7"} 0 node_network_receive_frame_total{device="caliabe29f7120a"} 0 node_network_receive_frame_total{device="caliacbffaeac54"} 0 node_network_receive_frame_total{device="calib10b77537bc"} 0 node_network_receive_frame_total{device="calib828ef792cf"} 0 node_network_receive_frame_total{device="calibda5b0e25e0"} 0 node_network_receive_frame_total{device="calibe4f3680128"} 0 node_network_receive_frame_total{device="calic13321fe16c"} 0 node_network_receive_frame_total{device="calicadf21566ac"} 0 node_network_receive_frame_total{device="calicd56b80ed3c"} 0 node_network_receive_frame_total{device="calid7f4cffaf75"} 0 node_network_receive_frame_total{device="calif0586813be5"} 0 node_network_receive_frame_total{device="calif58c2bb8089"} 0 node_network_receive_frame_total{device="calif8f35d553e6"} 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="vethae9cec4"} 0 node_network_receive_frame_total{device="vxlan.calico"} 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"} 326 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="cali00617ea14a2"} 0 node_network_receive_multicast_total{device="cali03374194f90"} 0 node_network_receive_multicast_total{device="cali0b0c23d9bd9"} 0 node_network_receive_multicast_total{device="cali10d480d3490"} 0 node_network_receive_multicast_total{device="cali20d97b1d68d"} 0 node_network_receive_multicast_total{device="cali2280e76263f"} 0 node_network_receive_multicast_total{device="cali2496bd639d3"} 0 node_network_receive_multicast_total{device="cali24ff55fe5af"} 0 node_network_receive_multicast_total{device="cali362b68cf144"} 0 node_network_receive_multicast_total{device="cali3a31588ae04"} 0 node_network_receive_multicast_total{device="cali425054cc1f9"} 0 node_network_receive_multicast_total{device="cali459f4fab9c5"} 0 node_network_receive_multicast_total{device="cali4737990bde5"} 0 node_network_receive_multicast_total{device="cali62a17a34d77"} 0 node_network_receive_multicast_total{device="cali64cb22e65e8"} 0 node_network_receive_multicast_total{device="cali676e19a904c"} 0 node_network_receive_multicast_total{device="cali67a1c9d2a3e"} 0 node_network_receive_multicast_total{device="cali6f5c49056ff"} 0 node_network_receive_multicast_total{device="cali8813d93edba"} 0 node_network_receive_multicast_total{device="cali9e192a8c028"} 0 node_network_receive_multicast_total{device="calia06c23bb992"} 0 node_network_receive_multicast_total{device="calia8009b5fccc"} 0 node_network_receive_multicast_total{device="caliaa6706741b7"} 0 node_network_receive_multicast_total{device="caliabe29f7120a"} 0 node_network_receive_multicast_total{device="caliacbffaeac54"} 0 node_network_receive_multicast_total{device="calib10b77537bc"} 0 node_network_receive_multicast_total{device="calib828ef792cf"} 0 node_network_receive_multicast_total{device="calibda5b0e25e0"} 0 node_network_receive_multicast_total{device="calibe4f3680128"} 0 node_network_receive_multicast_total{device="calic13321fe16c"} 0 node_network_receive_multicast_total{device="calicadf21566ac"} 0 node_network_receive_multicast_total{device="calicd56b80ed3c"} 0 node_network_receive_multicast_total{device="calid7f4cffaf75"} 0 node_network_receive_multicast_total{device="calif0586813be5"} 0 node_network_receive_multicast_total{device="calif58c2bb8089"} 0 node_network_receive_multicast_total{device="calif8f35d553e6"} 0 node_network_receive_multicast_total{device="cni0"} 63950 node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="eth0"} 6.83918493e+08 node_network_receive_multicast_total{device="flannel.1"} 0 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="vethae9cec4"} 0 node_network_receive_multicast_total{device="vxlan.calico"} 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="cali00617ea14a2"} 0 node_network_receive_nohandler_total{device="cali03374194f90"} 0 node_network_receive_nohandler_total{device="cali0b0c23d9bd9"} 0 node_network_receive_nohandler_total{device="cali10d480d3490"} 0 node_network_receive_nohandler_total{device="cali20d97b1d68d"} 0 node_network_receive_nohandler_total{device="cali2280e76263f"} 0 node_network_receive_nohandler_total{device="cali2496bd639d3"} 0 node_network_receive_nohandler_total{device="cali24ff55fe5af"} 0 node_network_receive_nohandler_total{device="cali362b68cf144"} 0 node_network_receive_nohandler_total{device="cali3a31588ae04"} 0 node_network_receive_nohandler_total{device="cali425054cc1f9"} 0 node_network_receive_nohandler_total{device="cali459f4fab9c5"} 0 node_network_receive_nohandler_total{device="cali4737990bde5"} 0 node_network_receive_nohandler_total{device="cali62a17a34d77"} 0 node_network_receive_nohandler_total{device="cali64cb22e65e8"} 0 node_network_receive_nohandler_total{device="cali676e19a904c"} 0 node_network_receive_nohandler_total{device="cali67a1c9d2a3e"} 0 node_network_receive_nohandler_total{device="cali6f5c49056ff"} 0 node_network_receive_nohandler_total{device="cali8813d93edba"} 0 node_network_receive_nohandler_total{device="cali9e192a8c028"} 0 node_network_receive_nohandler_total{device="calia06c23bb992"} 0 node_network_receive_nohandler_total{device="calia8009b5fccc"} 0 node_network_receive_nohandler_total{device="caliaa6706741b7"} 0 node_network_receive_nohandler_total{device="caliabe29f7120a"} 0 node_network_receive_nohandler_total{device="caliacbffaeac54"} 0 node_network_receive_nohandler_total{device="calib10b77537bc"} 0 node_network_receive_nohandler_total{device="calib828ef792cf"} 0 node_network_receive_nohandler_total{device="calibda5b0e25e0"} 0 node_network_receive_nohandler_total{device="calibe4f3680128"} 0 node_network_receive_nohandler_total{device="calic13321fe16c"} 0 node_network_receive_nohandler_total{device="calicadf21566ac"} 0 node_network_receive_nohandler_total{device="calicd56b80ed3c"} 0 node_network_receive_nohandler_total{device="calid7f4cffaf75"} 0 node_network_receive_nohandler_total{device="calif0586813be5"} 0 node_network_receive_nohandler_total{device="calif58c2bb8089"} 0 node_network_receive_nohandler_total{device="calif8f35d553e6"} 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="vethae9cec4"} 0 node_network_receive_nohandler_total{device="vxlan.calico"} 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"} 9.732765e+06 node_network_receive_packets_total{device="br-36b61a7a4b74"} 222659 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.96884548e+08 node_network_receive_packets_total{device="br-af2593ff5db3"} 1.149352e+06 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="cali00617ea14a2"} 23710 node_network_receive_packets_total{device="cali03374194f90"} 1.339565e+06 node_network_receive_packets_total{device="cali0b0c23d9bd9"} 1.016382e+06 node_network_receive_packets_total{device="cali10d480d3490"} 1.605471e+07 node_network_receive_packets_total{device="cali20d97b1d68d"} 240 node_network_receive_packets_total{device="cali2280e76263f"} 1.334683e+06 node_network_receive_packets_total{device="cali2496bd639d3"} 274373 node_network_receive_packets_total{device="cali24ff55fe5af"} 4.1927915e+07 node_network_receive_packets_total{device="cali362b68cf144"} 1.050262e+06 node_network_receive_packets_total{device="cali3a31588ae04"} 2.359086e+06 node_network_receive_packets_total{device="cali425054cc1f9"} 1.49241e+06 node_network_receive_packets_total{device="cali459f4fab9c5"} 3.445585e+06 node_network_receive_packets_total{device="cali4737990bde5"} 525882 node_network_receive_packets_total{device="cali62a17a34d77"} 216491 node_network_receive_packets_total{device="cali64cb22e65e8"} 297 node_network_receive_packets_total{device="cali676e19a904c"} 2.1052151e+07 node_network_receive_packets_total{device="cali67a1c9d2a3e"} 870009 node_network_receive_packets_total{device="cali6f5c49056ff"} 401659 node_network_receive_packets_total{device="cali8813d93edba"} 607476 node_network_receive_packets_total{device="cali9e192a8c028"} 165178 node_network_receive_packets_total{device="calia06c23bb992"} 3720 node_network_receive_packets_total{device="calia8009b5fccc"} 1.025954e+06 node_network_receive_packets_total{device="caliaa6706741b7"} 1.351352e+06 node_network_receive_packets_total{device="caliabe29f7120a"} 1.84275e+06 node_network_receive_packets_total{device="caliacbffaeac54"} 289 node_network_receive_packets_total{device="calib10b77537bc"} 7.477273e+06 node_network_receive_packets_total{device="calib828ef792cf"} 1.043669e+06 node_network_receive_packets_total{device="calibda5b0e25e0"} 240 node_network_receive_packets_total{device="calibe4f3680128"} 3.8972308e+07 node_network_receive_packets_total{device="calic13321fe16c"} 2605 node_network_receive_packets_total{device="calicadf21566ac"} 701789 node_network_receive_packets_total{device="calicd56b80ed3c"} 7326 node_network_receive_packets_total{device="calid7f4cffaf75"} 1.290895e+06 node_network_receive_packets_total{device="calif0586813be5"} 271 node_network_receive_packets_total{device="calif58c2bb8089"} 239 node_network_receive_packets_total{device="calif8f35d553e6"} 1.6055658e+07 node_network_receive_packets_total{device="cni0"} 7.49675696e+08 node_network_receive_packets_total{device="docker0"} 513 node_network_receive_packets_total{device="eth0"} 1.815392456e+09 node_network_receive_packets_total{device="flannel.1"} 12297 node_network_receive_packets_total{device="lo"} 2.749386338e+09 node_network_receive_packets_total{device="vethae9cec4"} 3536 node_network_receive_packets_total{device="vxlan.calico"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="cali00617ea14a2"} 1.25e+09 node_network_speed_bytes{device="cali03374194f90"} 1.25e+09 node_network_speed_bytes{device="cali0b0c23d9bd9"} 1.25e+09 node_network_speed_bytes{device="cali10d480d3490"} 1.25e+09 node_network_speed_bytes{device="cali20d97b1d68d"} 1.25e+09 node_network_speed_bytes{device="cali2280e76263f"} 1.25e+09 node_network_speed_bytes{device="cali2496bd639d3"} 1.25e+09 node_network_speed_bytes{device="cali24ff55fe5af"} 1.25e+09 node_network_speed_bytes{device="cali362b68cf144"} 1.25e+09 node_network_speed_bytes{device="cali3a31588ae04"} 1.25e+09 node_network_speed_bytes{device="cali425054cc1f9"} 1.25e+09 node_network_speed_bytes{device="cali459f4fab9c5"} 1.25e+09 node_network_speed_bytes{device="cali4737990bde5"} 1.25e+09 node_network_speed_bytes{device="cali62a17a34d77"} 1.25e+09 node_network_speed_bytes{device="cali64cb22e65e8"} 1.25e+09 node_network_speed_bytes{device="cali676e19a904c"} 1.25e+09 node_network_speed_bytes{device="cali67a1c9d2a3e"} 1.25e+09 node_network_speed_bytes{device="cali6f5c49056ff"} 1.25e+09 node_network_speed_bytes{device="cali8813d93edba"} 1.25e+09 node_network_speed_bytes{device="cali9e192a8c028"} 1.25e+09 node_network_speed_bytes{device="calia06c23bb992"} 1.25e+09 node_network_speed_bytes{device="calia8009b5fccc"} 1.25e+09 node_network_speed_bytes{device="caliaa6706741b7"} 1.25e+09 node_network_speed_bytes{device="caliabe29f7120a"} 1.25e+09 node_network_speed_bytes{device="caliacbffaeac54"} 1.25e+09 node_network_speed_bytes{device="calib10b77537bc"} 1.25e+09 node_network_speed_bytes{device="calib828ef792cf"} 1.25e+09 node_network_speed_bytes{device="calibda5b0e25e0"} 1.25e+09 node_network_speed_bytes{device="calibe4f3680128"} 1.25e+09 node_network_speed_bytes{device="calic13321fe16c"} 1.25e+09 node_network_speed_bytes{device="calicadf21566ac"} 1.25e+09 node_network_speed_bytes{device="calicd56b80ed3c"} 1.25e+09 node_network_speed_bytes{device="calid7f4cffaf75"} 1.25e+09 node_network_speed_bytes{device="calif0586813be5"} 1.25e+09 node_network_speed_bytes{device="calif58c2bb8089"} 1.25e+09 node_network_speed_bytes{device="calif8f35d553e6"} 1.25e+09 node_network_speed_bytes{device="eth0"} 1.25e+08 node_network_speed_bytes{device="vethae9cec4"} 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"} 8.973652026e+09 node_network_transmit_bytes_total{device="br-36b61a7a4b74"} 7.3787408e+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.19968884487e+11 node_network_transmit_bytes_total{device="br-af2593ff5db3"} 4.31249262e+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="cali00617ea14a2"} 2.588251e+06 node_network_transmit_bytes_total{device="cali03374194f90"} 1.48718646e+08 node_network_transmit_bytes_total{device="cali0b0c23d9bd9"} 1.13741297e+08 node_network_transmit_bytes_total{device="cali10d480d3490"} 1.855857459e+09 node_network_transmit_bytes_total{device="cali20d97b1d68d"} 446 node_network_transmit_bytes_total{device="cali2280e76263f"} 2.15153467e+08 node_network_transmit_bytes_total{device="cali2496bd639d3"} 5.3569119e+07 node_network_transmit_bytes_total{device="cali24ff55fe5af"} 1.173197757e+10 node_network_transmit_bytes_total{device="cali362b68cf144"} 1.77652846e+08 node_network_transmit_bytes_total{device="cali3a31588ae04"} 4.09054243e+08 node_network_transmit_bytes_total{device="cali425054cc1f9"} 1.53802138e+08 node_network_transmit_bytes_total{device="cali459f4fab9c5"} 8.19535862e+08 node_network_transmit_bytes_total{device="cali4737990bde5"} 1.54306665e+08 node_network_transmit_bytes_total{device="cali62a17a34d77"} 1.4198075e+07 node_network_transmit_bytes_total{device="cali64cb22e65e8"} 3448 node_network_transmit_bytes_total{device="cali676e19a904c"} 5.3217025227e+10 node_network_transmit_bytes_total{device="cali67a1c9d2a3e"} 1.03660663e+08 node_network_transmit_bytes_total{device="cali6f5c49056ff"} 6.7882945e+07 node_network_transmit_bytes_total{device="cali8813d93edba"} 5.48040446e+08 node_network_transmit_bytes_total{device="cali9e192a8c028"} 2.5829597e+07 node_network_transmit_bytes_total{device="calia06c23bb992"} 343690 node_network_transmit_bytes_total{device="calia8009b5fccc"} 1.32936906e+08 node_network_transmit_bytes_total{device="caliaa6706741b7"} 7.67583985e+08 node_network_transmit_bytes_total{device="caliabe29f7120a"} 4.29666865e+08 node_network_transmit_bytes_total{device="caliacbffaeac54"} 2974 node_network_transmit_bytes_total{device="calib10b77537bc"} 1.626649124e+09 node_network_transmit_bytes_total{device="calib828ef792cf"} 2.04931278e+08 node_network_transmit_bytes_total{device="calibda5b0e25e0"} 446 node_network_transmit_bytes_total{device="calibe4f3680128"} 6.157949805e+09 node_network_transmit_bytes_total{device="calic13321fe16c"} 789431 node_network_transmit_bytes_total{device="calicadf21566ac"} 3.47768852e+08 node_network_transmit_bytes_total{device="calicd56b80ed3c"} 1.522789e+06 node_network_transmit_bytes_total{device="calid7f4cffaf75"} 1.21018977e+08 node_network_transmit_bytes_total{device="calif0586813be5"} 3252 node_network_transmit_bytes_total{device="calif58c2bb8089"} 446 node_network_transmit_bytes_total{device="calif8f35d553e6"} 1.855765512e+09 node_network_transmit_bytes_total{device="cni0"} 4.53978201033e+11 node_network_transmit_bytes_total{device="docker0"} 123876 node_network_transmit_bytes_total{device="eth0"} 7.04099223354e+11 node_network_transmit_bytes_total{device="flannel.1"} 1.152989e+06 node_network_transmit_bytes_total{device="lo"} 5.89033759381e+11 node_network_transmit_bytes_total{device="vethae9cec4"} 1.016902e+06 node_network_transmit_bytes_total{device="vxlan.calico"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="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="cali00617ea14a2"} 0 node_network_transmit_carrier_total{device="cali03374194f90"} 0 node_network_transmit_carrier_total{device="cali0b0c23d9bd9"} 0 node_network_transmit_carrier_total{device="cali10d480d3490"} 0 node_network_transmit_carrier_total{device="cali20d97b1d68d"} 0 node_network_transmit_carrier_total{device="cali2280e76263f"} 0 node_network_transmit_carrier_total{device="cali2496bd639d3"} 0 node_network_transmit_carrier_total{device="cali24ff55fe5af"} 0 node_network_transmit_carrier_total{device="cali362b68cf144"} 0 node_network_transmit_carrier_total{device="cali3a31588ae04"} 0 node_network_transmit_carrier_total{device="cali425054cc1f9"} 0 node_network_transmit_carrier_total{device="cali459f4fab9c5"} 0 node_network_transmit_carrier_total{device="cali4737990bde5"} 0 node_network_transmit_carrier_total{device="cali62a17a34d77"} 0 node_network_transmit_carrier_total{device="cali64cb22e65e8"} 0 node_network_transmit_carrier_total{device="cali676e19a904c"} 0 node_network_transmit_carrier_total{device="cali67a1c9d2a3e"} 0 node_network_transmit_carrier_total{device="cali6f5c49056ff"} 0 node_network_transmit_carrier_total{device="cali8813d93edba"} 0 node_network_transmit_carrier_total{device="cali9e192a8c028"} 0 node_network_transmit_carrier_total{device="calia06c23bb992"} 0 node_network_transmit_carrier_total{device="calia8009b5fccc"} 0 node_network_transmit_carrier_total{device="caliaa6706741b7"} 0 node_network_transmit_carrier_total{device="caliabe29f7120a"} 0 node_network_transmit_carrier_total{device="caliacbffaeac54"} 0 node_network_transmit_carrier_total{device="calib10b77537bc"} 0 node_network_transmit_carrier_total{device="calib828ef792cf"} 0 node_network_transmit_carrier_total{device="calibda5b0e25e0"} 0 node_network_transmit_carrier_total{device="calibe4f3680128"} 0 node_network_transmit_carrier_total{device="calic13321fe16c"} 0 node_network_transmit_carrier_total{device="calicadf21566ac"} 0 node_network_transmit_carrier_total{device="calicd56b80ed3c"} 0 node_network_transmit_carrier_total{device="calid7f4cffaf75"} 0 node_network_transmit_carrier_total{device="calif0586813be5"} 0 node_network_transmit_carrier_total{device="calif58c2bb8089"} 0 node_network_transmit_carrier_total{device="calif8f35d553e6"} 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="vethae9cec4"} 0 node_network_transmit_carrier_total{device="vxlan.calico"} 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="cali00617ea14a2"} 0 node_network_transmit_colls_total{device="cali03374194f90"} 0 node_network_transmit_colls_total{device="cali0b0c23d9bd9"} 0 node_network_transmit_colls_total{device="cali10d480d3490"} 0 node_network_transmit_colls_total{device="cali20d97b1d68d"} 0 node_network_transmit_colls_total{device="cali2280e76263f"} 0 node_network_transmit_colls_total{device="cali2496bd639d3"} 0 node_network_transmit_colls_total{device="cali24ff55fe5af"} 0 node_network_transmit_colls_total{device="cali362b68cf144"} 0 node_network_transmit_colls_total{device="cali3a31588ae04"} 0 node_network_transmit_colls_total{device="cali425054cc1f9"} 0 node_network_transmit_colls_total{device="cali459f4fab9c5"} 0 node_network_transmit_colls_total{device="cali4737990bde5"} 0 node_network_transmit_colls_total{device="cali62a17a34d77"} 0 node_network_transmit_colls_total{device="cali64cb22e65e8"} 0 node_network_transmit_colls_total{device="cali676e19a904c"} 0 node_network_transmit_colls_total{device="cali67a1c9d2a3e"} 0 node_network_transmit_colls_total{device="cali6f5c49056ff"} 0 node_network_transmit_colls_total{device="cali8813d93edba"} 0 node_network_transmit_colls_total{device="cali9e192a8c028"} 0 node_network_transmit_colls_total{device="calia06c23bb992"} 0 node_network_transmit_colls_total{device="calia8009b5fccc"} 0 node_network_transmit_colls_total{device="caliaa6706741b7"} 0 node_network_transmit_colls_total{device="caliabe29f7120a"} 0 node_network_transmit_colls_total{device="caliacbffaeac54"} 0 node_network_transmit_colls_total{device="calib10b77537bc"} 0 node_network_transmit_colls_total{device="calib828ef792cf"} 0 node_network_transmit_colls_total{device="calibda5b0e25e0"} 0 node_network_transmit_colls_total{device="calibe4f3680128"} 0 node_network_transmit_colls_total{device="calic13321fe16c"} 0 node_network_transmit_colls_total{device="calicadf21566ac"} 0 node_network_transmit_colls_total{device="calicd56b80ed3c"} 0 node_network_transmit_colls_total{device="calid7f4cffaf75"} 0 node_network_transmit_colls_total{device="calif0586813be5"} 0 node_network_transmit_colls_total{device="calif58c2bb8089"} 0 node_network_transmit_colls_total{device="calif8f35d553e6"} 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="vethae9cec4"} 0 node_network_transmit_colls_total{device="vxlan.calico"} 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="cali00617ea14a2"} 0 node_network_transmit_compressed_total{device="cali03374194f90"} 0 node_network_transmit_compressed_total{device="cali0b0c23d9bd9"} 0 node_network_transmit_compressed_total{device="cali10d480d3490"} 0 node_network_transmit_compressed_total{device="cali20d97b1d68d"} 0 node_network_transmit_compressed_total{device="cali2280e76263f"} 0 node_network_transmit_compressed_total{device="cali2496bd639d3"} 0 node_network_transmit_compressed_total{device="cali24ff55fe5af"} 0 node_network_transmit_compressed_total{device="cali362b68cf144"} 0 node_network_transmit_compressed_total{device="cali3a31588ae04"} 0 node_network_transmit_compressed_total{device="cali425054cc1f9"} 0 node_network_transmit_compressed_total{device="cali459f4fab9c5"} 0 node_network_transmit_compressed_total{device="cali4737990bde5"} 0 node_network_transmit_compressed_total{device="cali62a17a34d77"} 0 node_network_transmit_compressed_total{device="cali64cb22e65e8"} 0 node_network_transmit_compressed_total{device="cali676e19a904c"} 0 node_network_transmit_compressed_total{device="cali67a1c9d2a3e"} 0 node_network_transmit_compressed_total{device="cali6f5c49056ff"} 0 node_network_transmit_compressed_total{device="cali8813d93edba"} 0 node_network_transmit_compressed_total{device="cali9e192a8c028"} 0 node_network_transmit_compressed_total{device="calia06c23bb992"} 0 node_network_transmit_compressed_total{device="calia8009b5fccc"} 0 node_network_transmit_compressed_total{device="caliaa6706741b7"} 0 node_network_transmit_compressed_total{device="caliabe29f7120a"} 0 node_network_transmit_compressed_total{device="caliacbffaeac54"} 0 node_network_transmit_compressed_total{device="calib10b77537bc"} 0 node_network_transmit_compressed_total{device="calib828ef792cf"} 0 node_network_transmit_compressed_total{device="calibda5b0e25e0"} 0 node_network_transmit_compressed_total{device="calibe4f3680128"} 0 node_network_transmit_compressed_total{device="calic13321fe16c"} 0 node_network_transmit_compressed_total{device="calicadf21566ac"} 0 node_network_transmit_compressed_total{device="calicd56b80ed3c"} 0 node_network_transmit_compressed_total{device="calid7f4cffaf75"} 0 node_network_transmit_compressed_total{device="calif0586813be5"} 0 node_network_transmit_compressed_total{device="calif58c2bb8089"} 0 node_network_transmit_compressed_total{device="calif8f35d553e6"} 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="vethae9cec4"} 0 node_network_transmit_compressed_total{device="vxlan.calico"} 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="cali00617ea14a2"} 0 node_network_transmit_drop_total{device="cali03374194f90"} 0 node_network_transmit_drop_total{device="cali0b0c23d9bd9"} 0 node_network_transmit_drop_total{device="cali10d480d3490"} 0 node_network_transmit_drop_total{device="cali20d97b1d68d"} 0 node_network_transmit_drop_total{device="cali2280e76263f"} 0 node_network_transmit_drop_total{device="cali2496bd639d3"} 0 node_network_transmit_drop_total{device="cali24ff55fe5af"} 0 node_network_transmit_drop_total{device="cali362b68cf144"} 0 node_network_transmit_drop_total{device="cali3a31588ae04"} 0 node_network_transmit_drop_total{device="cali425054cc1f9"} 0 node_network_transmit_drop_total{device="cali459f4fab9c5"} 0 node_network_transmit_drop_total{device="cali4737990bde5"} 0 node_network_transmit_drop_total{device="cali62a17a34d77"} 0 node_network_transmit_drop_total{device="cali64cb22e65e8"} 0 node_network_transmit_drop_total{device="cali676e19a904c"} 0 node_network_transmit_drop_total{device="cali67a1c9d2a3e"} 0 node_network_transmit_drop_total{device="cali6f5c49056ff"} 0 node_network_transmit_drop_total{device="cali8813d93edba"} 0 node_network_transmit_drop_total{device="cali9e192a8c028"} 0 node_network_transmit_drop_total{device="calia06c23bb992"} 0 node_network_transmit_drop_total{device="calia8009b5fccc"} 0 node_network_transmit_drop_total{device="caliaa6706741b7"} 0 node_network_transmit_drop_total{device="caliabe29f7120a"} 0 node_network_transmit_drop_total{device="caliacbffaeac54"} 0 node_network_transmit_drop_total{device="calib10b77537bc"} 0 node_network_transmit_drop_total{device="calib828ef792cf"} 0 node_network_transmit_drop_total{device="calibda5b0e25e0"} 0 node_network_transmit_drop_total{device="calibe4f3680128"} 0 node_network_transmit_drop_total{device="calic13321fe16c"} 0 node_network_transmit_drop_total{device="calicadf21566ac"} 0 node_network_transmit_drop_total{device="calicd56b80ed3c"} 0 node_network_transmit_drop_total{device="calid7f4cffaf75"} 0 node_network_transmit_drop_total{device="calif0586813be5"} 0 node_network_transmit_drop_total{device="calif58c2bb8089"} 0 node_network_transmit_drop_total{device="calif8f35d553e6"} 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"} 17929 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="vethae9cec4"} 0 node_network_transmit_drop_total{device="vxlan.calico"} 520 # 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="cali00617ea14a2"} 0 node_network_transmit_errs_total{device="cali03374194f90"} 0 node_network_transmit_errs_total{device="cali0b0c23d9bd9"} 0 node_network_transmit_errs_total{device="cali10d480d3490"} 0 node_network_transmit_errs_total{device="cali20d97b1d68d"} 0 node_network_transmit_errs_total{device="cali2280e76263f"} 0 node_network_transmit_errs_total{device="cali2496bd639d3"} 0 node_network_transmit_errs_total{device="cali24ff55fe5af"} 0 node_network_transmit_errs_total{device="cali362b68cf144"} 0 node_network_transmit_errs_total{device="cali3a31588ae04"} 0 node_network_transmit_errs_total{device="cali425054cc1f9"} 0 node_network_transmit_errs_total{device="cali459f4fab9c5"} 0 node_network_transmit_errs_total{device="cali4737990bde5"} 0 node_network_transmit_errs_total{device="cali62a17a34d77"} 0 node_network_transmit_errs_total{device="cali64cb22e65e8"} 0 node_network_transmit_errs_total{device="cali676e19a904c"} 0 node_network_transmit_errs_total{device="cali67a1c9d2a3e"} 0 node_network_transmit_errs_total{device="cali6f5c49056ff"} 0 node_network_transmit_errs_total{device="cali8813d93edba"} 0 node_network_transmit_errs_total{device="cali9e192a8c028"} 0 node_network_transmit_errs_total{device="calia06c23bb992"} 0 node_network_transmit_errs_total{device="calia8009b5fccc"} 0 node_network_transmit_errs_total{device="caliaa6706741b7"} 0 node_network_transmit_errs_total{device="caliabe29f7120a"} 0 node_network_transmit_errs_total{device="caliacbffaeac54"} 0 node_network_transmit_errs_total{device="calib10b77537bc"} 0 node_network_transmit_errs_total{device="calib828ef792cf"} 0 node_network_transmit_errs_total{device="calibda5b0e25e0"} 0 node_network_transmit_errs_total{device="calibe4f3680128"} 0 node_network_transmit_errs_total{device="calic13321fe16c"} 0 node_network_transmit_errs_total{device="calicadf21566ac"} 0 node_network_transmit_errs_total{device="calicd56b80ed3c"} 0 node_network_transmit_errs_total{device="calid7f4cffaf75"} 0 node_network_transmit_errs_total{device="calif0586813be5"} 0 node_network_transmit_errs_total{device="calif58c2bb8089"} 0 node_network_transmit_errs_total{device="calif8f35d553e6"} 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="vethae9cec4"} 0 node_network_transmit_errs_total{device="vxlan.calico"} 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="cali00617ea14a2"} 0 node_network_transmit_fifo_total{device="cali03374194f90"} 0 node_network_transmit_fifo_total{device="cali0b0c23d9bd9"} 0 node_network_transmit_fifo_total{device="cali10d480d3490"} 0 node_network_transmit_fifo_total{device="cali20d97b1d68d"} 0 node_network_transmit_fifo_total{device="cali2280e76263f"} 0 node_network_transmit_fifo_total{device="cali2496bd639d3"} 0 node_network_transmit_fifo_total{device="cali24ff55fe5af"} 0 node_network_transmit_fifo_total{device="cali362b68cf144"} 0 node_network_transmit_fifo_total{device="cali3a31588ae04"} 0 node_network_transmit_fifo_total{device="cali425054cc1f9"} 0 node_network_transmit_fifo_total{device="cali459f4fab9c5"} 0 node_network_transmit_fifo_total{device="cali4737990bde5"} 0 node_network_transmit_fifo_total{device="cali62a17a34d77"} 0 node_network_transmit_fifo_total{device="cali64cb22e65e8"} 0 node_network_transmit_fifo_total{device="cali676e19a904c"} 0 node_network_transmit_fifo_total{device="cali67a1c9d2a3e"} 0 node_network_transmit_fifo_total{device="cali6f5c49056ff"} 0 node_network_transmit_fifo_total{device="cali8813d93edba"} 0 node_network_transmit_fifo_total{device="cali9e192a8c028"} 0 node_network_transmit_fifo_total{device="calia06c23bb992"} 0 node_network_transmit_fifo_total{device="calia8009b5fccc"} 0 node_network_transmit_fifo_total{device="caliaa6706741b7"} 0 node_network_transmit_fifo_total{device="caliabe29f7120a"} 0 node_network_transmit_fifo_total{device="caliacbffaeac54"} 0 node_network_transmit_fifo_total{device="calib10b77537bc"} 0 node_network_transmit_fifo_total{device="calib828ef792cf"} 0 node_network_transmit_fifo_total{device="calibda5b0e25e0"} 0 node_network_transmit_fifo_total{device="calibe4f3680128"} 0 node_network_transmit_fifo_total{device="calic13321fe16c"} 0 node_network_transmit_fifo_total{device="calicadf21566ac"} 0 node_network_transmit_fifo_total{device="calicd56b80ed3c"} 0 node_network_transmit_fifo_total{device="calid7f4cffaf75"} 0 node_network_transmit_fifo_total{device="calif0586813be5"} 0 node_network_transmit_fifo_total{device="calif58c2bb8089"} 0 node_network_transmit_fifo_total{device="calif8f35d553e6"} 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="vethae9cec4"} 0 node_network_transmit_fifo_total{device="vxlan.calico"} 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"} 9.485393e+06 node_network_transmit_packets_total{device="br-36b61a7a4b74"} 367971 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.92780536e+08 node_network_transmit_packets_total{device="br-af2593ff5db3"} 4.226357e+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="cali00617ea14a2"} 23565 node_network_transmit_packets_total{device="cali03374194f90"} 1.734122e+06 node_network_transmit_packets_total{device="cali0b0c23d9bd9"} 1.031747e+06 node_network_transmit_packets_total{device="cali10d480d3490"} 1.606585e+07 node_network_transmit_packets_total{device="cali20d97b1d68d"} 5 node_network_transmit_packets_total{device="cali2280e76263f"} 1.305904e+06 node_network_transmit_packets_total{device="cali2496bd639d3"} 247335 node_network_transmit_packets_total{device="cali24ff55fe5af"} 2.3503622e+07 node_network_transmit_packets_total{device="cali362b68cf144"} 688626 node_network_transmit_packets_total{device="cali3a31588ae04"} 2.420642e+06 node_network_transmit_packets_total{device="cali425054cc1f9"} 1.347298e+06 node_network_transmit_packets_total{device="cali459f4fab9c5"} 3.904304e+06 node_network_transmit_packets_total{device="cali4737990bde5"} 463920 node_network_transmit_packets_total{device="cali62a17a34d77"} 216344 node_network_transmit_packets_total{device="cali64cb22e65e8"} 62 node_network_transmit_packets_total{device="cali676e19a904c"} 2.0870209e+07 node_network_transmit_packets_total{device="cali67a1c9d2a3e"} 871806 node_network_transmit_packets_total{device="cali6f5c49056ff"} 421824 node_network_transmit_packets_total{device="cali8813d93edba"} 595892 node_network_transmit_packets_total{device="cali9e192a8c028"} 137110 node_network_transmit_packets_total{device="calia06c23bb992"} 4095 node_network_transmit_packets_total{device="calia8009b5fccc"} 735059 node_network_transmit_packets_total{device="caliaa6706741b7"} 1.363728e+06 node_network_transmit_packets_total{device="caliabe29f7120a"} 1.970548e+06 node_network_transmit_packets_total{device="caliacbffaeac54"} 53 node_network_transmit_packets_total{device="calib10b77537bc"} 7.073651e+06 node_network_transmit_packets_total{device="calib828ef792cf"} 996384 node_network_transmit_packets_total{device="calibda5b0e25e0"} 5 node_network_transmit_packets_total{device="calibe4f3680128"} 3.1869093e+07 node_network_transmit_packets_total{device="calic13321fe16c"} 2193 node_network_transmit_packets_total{device="calicadf21566ac"} 681679 node_network_transmit_packets_total{device="calicd56b80ed3c"} 8763 node_network_transmit_packets_total{device="calid7f4cffaf75"} 1.334169e+06 node_network_transmit_packets_total{device="calif0586813be5"} 36 node_network_transmit_packets_total{device="calif58c2bb8089"} 5 node_network_transmit_packets_total{device="calif8f35d553e6"} 1.6066621e+07 node_network_transmit_packets_total{device="cni0"} 5.99216647e+08 node_network_transmit_packets_total{device="docker0"} 592 node_network_transmit_packets_total{device="eth0"} 1.313130632e+09 node_network_transmit_packets_total{device="flannel.1"} 6906 node_network_transmit_packets_total{device="lo"} 2.749386338e+09 node_network_transmit_packets_total{device="vethae9cec4"} 6467 node_network_transmit_packets_total{device="vxlan.calico"} 0 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="br-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="cali00617ea14a2"} 1000 node_network_transmit_queue_length{device="cali03374194f90"} 1000 node_network_transmit_queue_length{device="cali0b0c23d9bd9"} 1000 node_network_transmit_queue_length{device="cali10d480d3490"} 1000 node_network_transmit_queue_length{device="cali20d97b1d68d"} 1000 node_network_transmit_queue_length{device="cali2280e76263f"} 1000 node_network_transmit_queue_length{device="cali2496bd639d3"} 1000 node_network_transmit_queue_length{device="cali24ff55fe5af"} 1000 node_network_transmit_queue_length{device="cali362b68cf144"} 1000 node_network_transmit_queue_length{device="cali3a31588ae04"} 1000 node_network_transmit_queue_length{device="cali425054cc1f9"} 1000 node_network_transmit_queue_length{device="cali459f4fab9c5"} 1000 node_network_transmit_queue_length{device="cali4737990bde5"} 1000 node_network_transmit_queue_length{device="cali62a17a34d77"} 1000 node_network_transmit_queue_length{device="cali64cb22e65e8"} 1000 node_network_transmit_queue_length{device="cali676e19a904c"} 1000 node_network_transmit_queue_length{device="cali67a1c9d2a3e"} 1000 node_network_transmit_queue_length{device="cali6f5c49056ff"} 1000 node_network_transmit_queue_length{device="cali8813d93edba"} 1000 node_network_transmit_queue_length{device="cali9e192a8c028"} 1000 node_network_transmit_queue_length{device="calia06c23bb992"} 1000 node_network_transmit_queue_length{device="calia8009b5fccc"} 1000 node_network_transmit_queue_length{device="caliaa6706741b7"} 1000 node_network_transmit_queue_length{device="caliabe29f7120a"} 1000 node_network_transmit_queue_length{device="caliacbffaeac54"} 1000 node_network_transmit_queue_length{device="calib10b77537bc"} 1000 node_network_transmit_queue_length{device="calib828ef792cf"} 1000 node_network_transmit_queue_length{device="calibda5b0e25e0"} 1000 node_network_transmit_queue_length{device="calibe4f3680128"} 1000 node_network_transmit_queue_length{device="calic13321fe16c"} 1000 node_network_transmit_queue_length{device="calicadf21566ac"} 1000 node_network_transmit_queue_length{device="calicd56b80ed3c"} 1000 node_network_transmit_queue_length{device="calid7f4cffaf75"} 1000 node_network_transmit_queue_length{device="calif0586813be5"} 1000 node_network_transmit_queue_length{device="calif58c2bb8089"} 1000 node_network_transmit_queue_length{device="calif8f35d553e6"} 1000 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="vethae9cec4"} 0 node_network_transmit_queue_length{device="vxlan.calico"} 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"} 0 node_network_up{device="br-36b61a7a4b74"} 0 node_network_up{device="br-44251edc8a44"} 0 node_network_up{device="br-5fe626e25ab5"} 0 node_network_up{device="br-a2d84e138cbd"} 0 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="cali00617ea14a2"} 1 node_network_up{device="cali03374194f90"} 1 node_network_up{device="cali0b0c23d9bd9"} 1 node_network_up{device="cali10d480d3490"} 1 node_network_up{device="cali20d97b1d68d"} 1 node_network_up{device="cali2280e76263f"} 1 node_network_up{device="cali2496bd639d3"} 1 node_network_up{device="cali24ff55fe5af"} 1 node_network_up{device="cali362b68cf144"} 1 node_network_up{device="cali3a31588ae04"} 1 node_network_up{device="cali425054cc1f9"} 1 node_network_up{device="cali459f4fab9c5"} 1 node_network_up{device="cali4737990bde5"} 1 node_network_up{device="cali62a17a34d77"} 1 node_network_up{device="cali64cb22e65e8"} 1 node_network_up{device="cali676e19a904c"} 1 node_network_up{device="cali67a1c9d2a3e"} 1 node_network_up{device="cali6f5c49056ff"} 1 node_network_up{device="cali8813d93edba"} 1 node_network_up{device="cali9e192a8c028"} 1 node_network_up{device="calia06c23bb992"} 1 node_network_up{device="calia8009b5fccc"} 1 node_network_up{device="caliaa6706741b7"} 1 node_network_up{device="caliabe29f7120a"} 1 node_network_up{device="caliacbffaeac54"} 1 node_network_up{device="calib10b77537bc"} 1 node_network_up{device="calib828ef792cf"} 1 node_network_up{device="calibda5b0e25e0"} 1 node_network_up{device="calibe4f3680128"} 1 node_network_up{device="calic13321fe16c"} 1 node_network_up{device="calicadf21566ac"} 1 node_network_up{device="calicd56b80ed3c"} 1 node_network_up{device="calid7f4cffaf75"} 1 node_network_up{device="calif0586813be5"} 1 node_network_up{device="calif58c2bb8089"} 1 node_network_up{device="calif8f35d553e6"} 1 node_network_up{device="cni0"} 0 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="vethae9cec4"} 1 node_network_up{device="vxlan.calico"} 0 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 5540 # 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 339158.068547 # 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 71472.028821 # 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 90262.938252 # 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 12345.831443 # 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 21955.495185 # 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 8 # 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"} 6.484667652694769e+06 node_schedstat_running_seconds_total{cpu="1"} 2.588263499794587e+06 node_schedstat_running_seconds_total{cpu="10"} 6.558068708242932e+06 node_schedstat_running_seconds_total{cpu="11"} 2.431821113014046e+06 node_schedstat_running_seconds_total{cpu="12"} 6.555795720979183e+06 node_schedstat_running_seconds_total{cpu="13"} 2.432230927546249e+06 node_schedstat_running_seconds_total{cpu="14"} 6.560230080982575e+06 node_schedstat_running_seconds_total{cpu="15"} 2.568767034274827e+06 node_schedstat_running_seconds_total{cpu="2"} 6.543407194040607e+06 node_schedstat_running_seconds_total{cpu="3"} 2.45563574692983e+06 node_schedstat_running_seconds_total{cpu="4"} 6.536545489073424e+06 node_schedstat_running_seconds_total{cpu="5"} 2.442544350385613e+06 node_schedstat_running_seconds_total{cpu="6"} 6.554807585956393e+06 node_schedstat_running_seconds_total{cpu="7"} 2.437464648313542e+06 node_schedstat_running_seconds_total{cpu="8"} 6.554083198231409e+06 node_schedstat_running_seconds_total{cpu="9"} 2.435196210019215e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.2896665735e+10 node_schedstat_timeslices_total{cpu="1"} 1.3311533661e+10 node_schedstat_timeslices_total{cpu="10"} 1.2218837944e+10 node_schedstat_timeslices_total{cpu="11"} 1.3318057605e+10 node_schedstat_timeslices_total{cpu="12"} 1.2194531149e+10 node_schedstat_timeslices_total{cpu="13"} 1.3331147631e+10 node_schedstat_timeslices_total{cpu="14"} 1.2157279553e+10 node_schedstat_timeslices_total{cpu="15"} 1.3014574609e+10 node_schedstat_timeslices_total{cpu="2"} 1.2346713105e+10 node_schedstat_timeslices_total{cpu="3"} 1.3255502535e+10 node_schedstat_timeslices_total{cpu="4"} 1.2367662896e+10 node_schedstat_timeslices_total{cpu="5"} 1.3317708414e+10 node_schedstat_timeslices_total{cpu="6"} 1.2225750156e+10 node_schedstat_timeslices_total{cpu="7"} 1.3341449387e+10 node_schedstat_timeslices_total{cpu="8"} 1.2224212588e+10 node_schedstat_timeslices_total{cpu="9"} 1.3336305612e+10 # 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"} 691009.142706133 node_schedstat_waiting_seconds_total{cpu="1"} 1.060075799924412e+06 node_schedstat_waiting_seconds_total{cpu="10"} 623309.884669772 node_schedstat_waiting_seconds_total{cpu="11"} 1.136183869909133e+06 node_schedstat_waiting_seconds_total{cpu="12"} 613976.926212215 node_schedstat_waiting_seconds_total{cpu="13"} 1.133234643419193e+06 node_schedstat_waiting_seconds_total{cpu="14"} 627861.629755486 node_schedstat_waiting_seconds_total{cpu="15"} 1.157722462611266e+06 node_schedstat_waiting_seconds_total{cpu="2"} 605518.211702646 node_schedstat_waiting_seconds_total{cpu="3"} 1.115642915701042e+06 node_schedstat_waiting_seconds_total{cpu="4"} 597477.745940366 node_schedstat_waiting_seconds_total{cpu="5"} 1.091107187109508e+06 node_schedstat_waiting_seconds_total{cpu="6"} 632399.668437567 node_schedstat_waiting_seconds_total{cpu="7"} 1.160262549440474e+06 node_schedstat_waiting_seconds_total{cpu="8"} 619011.314446968 node_schedstat_waiting_seconds_total{cpu="9"} 1.13947211953866e+06 # 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.001765938 node_scrape_collector_duration_seconds{collector="bcache"} 1.2101e-05 node_scrape_collector_duration_seconds{collector="bcachefs"} 1.3101e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.7102e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.010078287 node_scrape_collector_duration_seconds{collector="conntrack"} 0.011642409 node_scrape_collector_duration_seconds{collector="cpu"} 0.000746958 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.012957412 node_scrape_collector_duration_seconds{collector="diskstats"} 0.002446491 node_scrape_collector_duration_seconds{collector="dmi"} 0.011581304 node_scrape_collector_duration_seconds{collector="edac"} 3.2003e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.002211173 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.7002e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.011598705 node_scrape_collector_duration_seconds{collector="filesystem"} 0.076820998 node_scrape_collector_duration_seconds{collector="hwmon"} 2.0601e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.3801e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 1.4401e-05 node_scrape_collector_duration_seconds{collector="kernel_hung"} 2.2102e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 5.6005e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000144111 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000177414 node_scrape_collector_duration_seconds{collector="netclass"} 0.053194853 node_scrape_collector_duration_seconds{collector="netdev"} 0.01319923 node_scrape_collector_duration_seconds{collector="netstat"} 0.000729957 node_scrape_collector_duration_seconds{collector="nfs"} 2.1502e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 8.4e-06 node_scrape_collector_duration_seconds{collector="nvme"} 1.3501e-05 node_scrape_collector_duration_seconds{collector="os"} 0.003015736 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.7203e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000118209 node_scrape_collector_duration_seconds{collector="rapl"} 4.6804e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000180615 node_scrape_collector_duration_seconds{collector="selinux"} 1.4e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 9.0107e-05 node_scrape_collector_duration_seconds{collector="softnet"} 0.00013261 node_scrape_collector_duration_seconds{collector="stat"} 0.000210616 node_scrape_collector_duration_seconds{collector="tapestats"} 2.9403e-05 node_scrape_collector_duration_seconds{collector="textfile"} 1.4201e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000572345 node_scrape_collector_duration_seconds{collector="time"} 7.5206e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.5101e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.00038533 node_scrape_collector_duration_seconds{collector="uname"} 0.011592005 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000107808 node_scrape_collector_duration_seconds{collector="watchdog"} 1.4601e-05 node_scrape_collector_duration_seconds{collector="xfs"} 7.3606e-05 node_scrape_collector_duration_seconds{collector="zfs"} 2.5102e-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 56 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 9814 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 289 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 8312 # 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.4045952e+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 143 # 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 66 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 58 # 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 237568 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 1300 # 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"} 5 node_softnet_dropped_total{cpu="1"} 3 node_softnet_dropped_total{cpu="10"} 4 node_softnet_dropped_total{cpu="11"} 10 node_softnet_dropped_total{cpu="12"} 8 node_softnet_dropped_total{cpu="13"} 9 node_softnet_dropped_total{cpu="14"} 2 node_softnet_dropped_total{cpu="15"} 15 node_softnet_dropped_total{cpu="2"} 5 node_softnet_dropped_total{cpu="3"} 10 node_softnet_dropped_total{cpu="4"} 5 node_softnet_dropped_total{cpu="5"} 10 node_softnet_dropped_total{cpu="6"} 4 node_softnet_dropped_total{cpu="7"} 11 node_softnet_dropped_total{cpu="8"} 5 node_softnet_dropped_total{cpu="9"} 8 # 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"} 7.12079126e+08 node_softnet_processed_total{cpu="1"} 4.66217291e+08 node_softnet_processed_total{cpu="10"} 8.85339565e+08 node_softnet_processed_total{cpu="11"} 4.73343058e+08 node_softnet_processed_total{cpu="12"} 9.09631732e+08 node_softnet_processed_total{cpu="13"} 4.8820197e+08 node_softnet_processed_total{cpu="14"} 5.95497855e+08 node_softnet_processed_total{cpu="15"} 4.60879644e+08 node_softnet_processed_total{cpu="2"} 5.29121954e+08 node_softnet_processed_total{cpu="3"} 9.16831796e+08 node_softnet_processed_total{cpu="4"} 9.22983325e+08 node_softnet_processed_total{cpu="5"} 1.080296311e+09 node_softnet_processed_total{cpu="6"} 9.75585565e+08 node_softnet_processed_total{cpu="7"} 8.35106145e+08 node_softnet_processed_total{cpu="8"} 9.09860113e+08 node_softnet_processed_total{cpu="9"} 8.38233177e+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"} 8251 node_softnet_times_squeezed_total{cpu="1"} 28122 node_softnet_times_squeezed_total{cpu="10"} 33454 node_softnet_times_squeezed_total{cpu="11"} 29293 node_softnet_times_squeezed_total{cpu="12"} 8916 node_softnet_times_squeezed_total{cpu="13"} 29153 node_softnet_times_squeezed_total{cpu="14"} 7895 node_softnet_times_squeezed_total{cpu="15"} 27488 node_softnet_times_squeezed_total{cpu="2"} 7570 node_softnet_times_squeezed_total{cpu="3"} 60661 node_softnet_times_squeezed_total{cpu="4"} 33170 node_softnet_times_squeezed_total{cpu="5"} 60146 node_softnet_times_squeezed_total{cpu="6"} 39800 node_softnet_times_squeezed_total{cpu="7"} 59100 node_softnet_times_squeezed_total{cpu="8"} 37285 node_softnet_times_squeezed_total{cpu="9"} 57190 # 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.7853668844874492e+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.0000784236297608 # 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.95 # 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.000178206 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 24577 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="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 423 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 9.51014106496e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 4.65387583e+08 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.4892949421e+10 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 6.107294388e+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 2968.1 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 2.054779687434e+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 3.223914681432e+12 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 11 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.933312e+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.78453973292e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.308639232e+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"} 27585 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0