# 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"} 1.876e-05 go_gc_duration_seconds{quantile="0.25"} 2.664e-05 go_gc_duration_seconds{quantile="0.5"} 3.142e-05 go_gc_duration_seconds{quantile="0.75"} 3.427e-05 go_gc_duration_seconds{quantile="1"} 0.000244519 go_gc_duration_seconds_sum 188.166365568 go_gc_duration_seconds_count 5.69313e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.871016e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.1620676147544e+13 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.272352e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.61162713463e+11 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.39944e+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.871016e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 9.650176e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 5.341184e+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 45117 # 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 9.068544e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.499136e+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.77155891321595e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.6116275858e+11 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 31200 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 92160 # 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 5.174e+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 1.069688e+06 # 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.736704e+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.736704e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.3680264e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 31 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth1"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.746048817e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 2.1855988837e+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"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="10",type="Processor"} 0 node_cooling_device_max_state{name="11",type="Processor"} 0 node_cooling_device_max_state{name="12",type="Processor"} 0 node_cooling_device_max_state{name="13",type="Processor"} 0 node_cooling_device_max_state{name="14",type="Processor"} 0 node_cooling_device_max_state{name="15",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="9",type="Processor"} 0 # HELP node_cpu_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_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 2.357941924e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 4664.99 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 71 node_cpu_seconds_total{cpu="0",mode="softirq"} 515608.7 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 586181.28 node_cpu_seconds_total{cpu="0",mode="user"} 1.04464685e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 2.318566985e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 2997.45 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 75.21 node_cpu_seconds_total{cpu="1",mode="softirq"} 260250.05 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 558441.75 node_cpu_seconds_total{cpu="1",mode="user"} 1.6015063e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 2.321452621e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 4933.06 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 80.58 node_cpu_seconds_total{cpu="10",mode="softirq"} 26771.71 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 662154.02 node_cpu_seconds_total{cpu="10",mode="user"} 1.41509375e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 2.355864942e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 3088.26 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 55.22 node_cpu_seconds_total{cpu="11",mode="softirq"} 34335.02 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 504810.91 node_cpu_seconds_total{cpu="11",mode="user"} 1.2987029e+06 node_cpu_seconds_total{cpu="12",mode="idle"} 2.324900291e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 4900.4 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 98.13 node_cpu_seconds_total{cpu="12",mode="softirq"} 24746.28 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 661686.8 node_cpu_seconds_total{cpu="12",mode="user"} 1.37915323e+06 node_cpu_seconds_total{cpu="13",mode="idle"} 2.356859922e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 3100.45 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 61.82 node_cpu_seconds_total{cpu="13",mode="softirq"} 28539.65 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 510485.03 node_cpu_seconds_total{cpu="13",mode="user"} 1.28399112e+06 node_cpu_seconds_total{cpu="14",mode="idle"} 2.324449043e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 4922.01 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 86.61 node_cpu_seconds_total{cpu="14",mode="softirq"} 22524.7 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 659238.8 node_cpu_seconds_total{cpu="14",mode="user"} 1.38458814e+06 node_cpu_seconds_total{cpu="15",mode="idle"} 2.360028558e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 3081.38 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 55.78 node_cpu_seconds_total{cpu="15",mode="softirq"} 25123.2 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 507288.3 node_cpu_seconds_total{cpu="15",mode="user"} 1.25490758e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 2.326358941e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 4767.89 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 84.71 node_cpu_seconds_total{cpu="2",mode="softirq"} 92148.47 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 652699.01 node_cpu_seconds_total{cpu="2",mode="user"} 1.36015576e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 2.343118556e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 3078.97 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 72.76 node_cpu_seconds_total{cpu="3",mode="softirq"} 109250.64 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 528586.2 node_cpu_seconds_total{cpu="3",mode="user"} 1.39973519e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 2.316412311e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 4834.12 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 82.88 node_cpu_seconds_total{cpu="4",mode="softirq"} 47057.08 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 674280.53 node_cpu_seconds_total{cpu="4",mode="user"} 1.44074389e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 2.35108865e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 3093.24 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 67.88 node_cpu_seconds_total{cpu="5",mode="softirq"} 71888.72 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 518125.45 node_cpu_seconds_total{cpu="5",mode="user"} 1.3306871e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 2.315327921e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 4320.9 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 89.56 node_cpu_seconds_total{cpu="6",mode="softirq"} 35563.36 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 668311.55 node_cpu_seconds_total{cpu="6",mode="user"} 1.47000408e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 2.354430354e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 3015.48 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 72.39 node_cpu_seconds_total{cpu="7",mode="softirq"} 50338.54 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 511711.92 node_cpu_seconds_total{cpu="7",mode="user"} 1.30854971e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 2.319547522e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 4983.37 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 84.95 node_cpu_seconds_total{cpu="8",mode="softirq"} 29902.47 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 666128.57 node_cpu_seconds_total{cpu="8",mode="user"} 1.43061032e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 2.354382197e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 3102.48 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 62.07 node_cpu_seconds_total{cpu="9",mode="softirq"} 40242.39 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 511547.53 node_cpu_seconds_total{cpu="9",mode="user"} 1.30893816e+06 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="sda"} 794.9490000000001 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="sda"} 3.531885526e+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="sda"} 3.48651e+06 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="sda"} 126 node_disk_discards_merged_total{device="sr0"} 0 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="sda"} 12070.433 node_disk_flush_requests_time_seconds_total{device="sr0"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="sda"} 5.1526928e+07 node_disk_flush_requests_total{device="sr0"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sr0",major="11",minor="0",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 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="sda"} 210433.052 node_disk_io_time_seconds_total{device="sr0"} 0.092 # 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="sda"} 763176.76 node_disk_io_time_weighted_seconds_total{device="sr0"} 0.049 # 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="sda"} 4.57229210368e+12 node_disk_read_bytes_total{device="sr0"} 3584 # 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="sda"} 32652.044 node_disk_read_time_seconds_total{device="sr0"} 0.049 # 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="sda"} 8.8492219e+07 node_disk_reads_completed_total{device="sr0"} 22 # 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="sda"} 6.546747e+06 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="sda"} 717659.332 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="sda"} 4.58993187e+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="sda"} 3.04515447e+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="sda"} 2.7481867442176e+13 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="11/11/2017",bios_release="1.0",bios_vendor="Hetzner",bios_version="20171111",board_asset_tag="",board_name="Standard PC (i440FX + PIIX, 1996)",board_vendor="KVM",board_version="pc-i440fx-6.2",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="NotSpecified",product_family="Hetzner_vServer",product_name="vServer",product_sku="TM",product_version="20171111",system_vendor="Hetzner"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 14368 # 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/sda1",device_error="",fstype="ext4",mountpoint="/"} 5.6119021568e+10 # 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/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sda15",device_error="no such file or directory",fstype="vfat",mountpoint="/boot/efi"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 9.732496e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 8.215563e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 6.2718312448e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sda15",device_error="no such file or directory",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 1.60970244096e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.233556849e+09 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 9.5018917876e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.12 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.24 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.21 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.48578304e+08 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 4.690427904e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 4.5418496e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 1.6777216e+07 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 3.5745255424e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 1.64896768e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 7.973433344e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 3.2918151168e+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 5.5024812032e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.2884901888e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 4.4132466688e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.0091347968e+10 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 303104 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 3.4521014272e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.9164678144e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 4.643663872e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 6.7584e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 6.46664192e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.908397568e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 2.0176187392e+10 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 6.5836302336e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.832384e+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 2.54267392e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.0343168e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 4.53513216e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.2143744e+08 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 1.36237056e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 8.74950656e+08 # 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 2.832384e+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 9.3048832e+07 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 0 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 0 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 0 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 781400 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 0 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 2.16870089e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 4.6989573783e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 2.0124794e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 72 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 4.064484e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 1.702158e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 4 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="br-0d63b479b4b9"} 3 node_network_address_assign_type{device="br-1428219eb778"} 3 node_network_address_assign_type{device="br-1c2879387cc5"} 3 node_network_address_assign_type{device="br-6111cdc50d92"} 3 node_network_address_assign_type{device="br-91b42fdeda0f"} 3 node_network_address_assign_type{device="br-c8c58283364b"} 3 node_network_address_assign_type{device="br-e2635afb1c14"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth015707e"} 3 node_network_address_assign_type{device="veth0172ebe"} 3 node_network_address_assign_type{device="veth025d216"} 3 node_network_address_assign_type{device="veth0651fcc"} 3 node_network_address_assign_type{device="veth08c8cfd"} 3 node_network_address_assign_type{device="veth0904270"} 3 node_network_address_assign_type{device="veth092222b"} 3 node_network_address_assign_type{device="veth0d0efa0"} 3 node_network_address_assign_type{device="veth0e6be70"} 3 node_network_address_assign_type{device="veth10a6ed7"} 3 node_network_address_assign_type{device="veth13d80ba"} 3 node_network_address_assign_type{device="veth148dedb"} 3 node_network_address_assign_type{device="veth162e0b3"} 3 node_network_address_assign_type{device="veth16b28c6"} 3 node_network_address_assign_type{device="veth183b835"} 3 node_network_address_assign_type{device="veth18b1efd"} 3 node_network_address_assign_type{device="veth19e1c2a"} 3 node_network_address_assign_type{device="veth1e944cd"} 3 node_network_address_assign_type{device="veth203a9f1"} 3 node_network_address_assign_type{device="veth2292c77"} 3 node_network_address_assign_type{device="veth253ffb2"} 3 node_network_address_assign_type{device="veth2937fc4"} 3 node_network_address_assign_type{device="veth2f8f01d"} 3 node_network_address_assign_type{device="veth305ee9b"} 3 node_network_address_assign_type{device="veth32da1d2"} 3 node_network_address_assign_type{device="veth346b882"} 3 node_network_address_assign_type{device="veth35b693c"} 3 node_network_address_assign_type{device="veth371795c"} 3 node_network_address_assign_type{device="veth371e641"} 3 node_network_address_assign_type{device="veth37c0d48"} 3 node_network_address_assign_type{device="veth3908fc6"} 3 node_network_address_assign_type{device="veth3ab75f9"} 3 node_network_address_assign_type{device="veth3d25899"} 3 node_network_address_assign_type{device="veth4173ec7"} 3 node_network_address_assign_type{device="veth42c4d49"} 3 node_network_address_assign_type{device="veth44350fc"} 3 node_network_address_assign_type{device="veth4b32b94"} 3 node_network_address_assign_type{device="veth4bdaff1"} 3 node_network_address_assign_type{device="veth4c38a6d"} 3 node_network_address_assign_type{device="veth4f419a0"} 3 node_network_address_assign_type{device="veth533c38b"} 3 node_network_address_assign_type{device="veth5558638"} 3 node_network_address_assign_type{device="veth5686993"} 3 node_network_address_assign_type{device="veth5938775"} 3 node_network_address_assign_type{device="veth5a1b55a"} 3 node_network_address_assign_type{device="veth5b51a30"} 3 node_network_address_assign_type{device="veth5bbf640"} 3 node_network_address_assign_type{device="veth5bceda3"} 3 node_network_address_assign_type{device="veth5c39a0a"} 3 node_network_address_assign_type{device="veth5e43bcb"} 3 node_network_address_assign_type{device="veth601ec83"} 3 node_network_address_assign_type{device="veth605be4d"} 3 node_network_address_assign_type{device="veth61980ca"} 3 node_network_address_assign_type{device="veth62c41d4"} 3 node_network_address_assign_type{device="veth658a7e3"} 3 node_network_address_assign_type{device="veth66bcb5f"} 3 node_network_address_assign_type{device="veth673e18d"} 3 node_network_address_assign_type{device="veth68bf5a7"} 3 node_network_address_assign_type{device="veth6963b13"} 3 node_network_address_assign_type{device="veth6a107ec"} 3 node_network_address_assign_type{device="veth6a77c73"} 3 node_network_address_assign_type{device="veth6e3eeb7"} 3 node_network_address_assign_type{device="veth7225b8f"} 3 node_network_address_assign_type{device="veth740b1f4"} 3 node_network_address_assign_type{device="veth763d7a5"} 3 node_network_address_assign_type{device="veth777df4e"} 3 node_network_address_assign_type{device="veth7cce984"} 3 node_network_address_assign_type{device="veth8aa45ff"} 3 node_network_address_assign_type{device="veth8bf17cd"} 3 node_network_address_assign_type{device="veth90f3423"} 3 node_network_address_assign_type{device="veth915ddc9"} 3 node_network_address_assign_type{device="veth928414f"} 3 node_network_address_assign_type{device="veth92bd8a4"} 3 node_network_address_assign_type{device="veth9506749"} 3 node_network_address_assign_type{device="veth968c752"} 3 node_network_address_assign_type{device="veth9b70925"} 3 node_network_address_assign_type{device="veth9bab89c"} 3 node_network_address_assign_type{device="veth9d684ff"} 3 node_network_address_assign_type{device="veth9e621de"} 3 node_network_address_assign_type{device="veth9ecd6a4"} 3 node_network_address_assign_type{device="vetha347c19"} 3 node_network_address_assign_type{device="vetha7c14fc"} 3 node_network_address_assign_type{device="vetha9427ba"} 3 node_network_address_assign_type{device="vethac20db9"} 3 node_network_address_assign_type{device="vethae46a3f"} 3 node_network_address_assign_type{device="vethb2d2e0f"} 3 node_network_address_assign_type{device="vethc0ba087"} 3 node_network_address_assign_type{device="vethc9bef18"} 3 node_network_address_assign_type{device="vethcb7b8eb"} 3 node_network_address_assign_type{device="vethd2205b5"} 3 node_network_address_assign_type{device="vethd22d774"} 3 node_network_address_assign_type{device="vethd436acc"} 3 node_network_address_assign_type{device="vethdba15b2"} 3 node_network_address_assign_type{device="vethe08a470"} 3 node_network_address_assign_type{device="vethe230a69"} 3 node_network_address_assign_type{device="vethe690fc2"} 3 node_network_address_assign_type{device="vethe865785"} 3 node_network_address_assign_type{device="vethe8f3568"} 3 node_network_address_assign_type{device="vethf18e108"} 3 node_network_address_assign_type{device="vethf21fb3b"} 3 node_network_address_assign_type{device="vethf3ef56a"} 3 node_network_address_assign_type{device="vethf401c34"} 3 node_network_address_assign_type{device="vethf69e7f9"} 3 node_network_address_assign_type{device="vethf75dc54"} 3 node_network_address_assign_type{device="vethf85a560"} 3 node_network_address_assign_type{device="vethfb0038a"} 3 node_network_address_assign_type{device="vethfbc5ace"} 3 node_network_address_assign_type{device="vethfcfedc2"} 3 node_network_address_assign_type{device="vethffee750"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-0d63b479b4b9"} 1 node_network_carrier{device="br-1428219eb778"} 1 node_network_carrier{device="br-1c2879387cc5"} 1 node_network_carrier{device="br-6111cdc50d92"} 1 node_network_carrier{device="br-91b42fdeda0f"} 1 node_network_carrier{device="br-c8c58283364b"} 1 node_network_carrier{device="br-e2635afb1c14"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth015707e"} 1 node_network_carrier{device="veth0172ebe"} 1 node_network_carrier{device="veth025d216"} 1 node_network_carrier{device="veth0651fcc"} 1 node_network_carrier{device="veth08c8cfd"} 1 node_network_carrier{device="veth0904270"} 1 node_network_carrier{device="veth092222b"} 1 node_network_carrier{device="veth0d0efa0"} 1 node_network_carrier{device="veth0e6be70"} 1 node_network_carrier{device="veth10a6ed7"} 1 node_network_carrier{device="veth13d80ba"} 1 node_network_carrier{device="veth148dedb"} 1 node_network_carrier{device="veth162e0b3"} 1 node_network_carrier{device="veth16b28c6"} 1 node_network_carrier{device="veth183b835"} 1 node_network_carrier{device="veth18b1efd"} 1 node_network_carrier{device="veth19e1c2a"} 1 node_network_carrier{device="veth1e944cd"} 1 node_network_carrier{device="veth203a9f1"} 1 node_network_carrier{device="veth2292c77"} 1 node_network_carrier{device="veth253ffb2"} 1 node_network_carrier{device="veth2937fc4"} 1 node_network_carrier{device="veth2f8f01d"} 1 node_network_carrier{device="veth305ee9b"} 1 node_network_carrier{device="veth32da1d2"} 1 node_network_carrier{device="veth346b882"} 1 node_network_carrier{device="veth35b693c"} 1 node_network_carrier{device="veth371795c"} 1 node_network_carrier{device="veth371e641"} 1 node_network_carrier{device="veth37c0d48"} 1 node_network_carrier{device="veth3908fc6"} 1 node_network_carrier{device="veth3ab75f9"} 1 node_network_carrier{device="veth3d25899"} 1 node_network_carrier{device="veth4173ec7"} 1 node_network_carrier{device="veth42c4d49"} 1 node_network_carrier{device="veth44350fc"} 1 node_network_carrier{device="veth4b32b94"} 1 node_network_carrier{device="veth4bdaff1"} 1 node_network_carrier{device="veth4c38a6d"} 1 node_network_carrier{device="veth4f419a0"} 1 node_network_carrier{device="veth533c38b"} 1 node_network_carrier{device="veth5558638"} 1 node_network_carrier{device="veth5686993"} 1 node_network_carrier{device="veth5938775"} 1 node_network_carrier{device="veth5a1b55a"} 1 node_network_carrier{device="veth5b51a30"} 1 node_network_carrier{device="veth5bbf640"} 1 node_network_carrier{device="veth5bceda3"} 1 node_network_carrier{device="veth5c39a0a"} 1 node_network_carrier{device="veth5e43bcb"} 1 node_network_carrier{device="veth601ec83"} 1 node_network_carrier{device="veth605be4d"} 1 node_network_carrier{device="veth61980ca"} 1 node_network_carrier{device="veth62c41d4"} 1 node_network_carrier{device="veth658a7e3"} 1 node_network_carrier{device="veth66bcb5f"} 1 node_network_carrier{device="veth673e18d"} 1 node_network_carrier{device="veth68bf5a7"} 1 node_network_carrier{device="veth6963b13"} 1 node_network_carrier{device="veth6a107ec"} 1 node_network_carrier{device="veth6a77c73"} 1 node_network_carrier{device="veth6e3eeb7"} 1 node_network_carrier{device="veth7225b8f"} 1 node_network_carrier{device="veth740b1f4"} 1 node_network_carrier{device="veth763d7a5"} 1 node_network_carrier{device="veth777df4e"} 1 node_network_carrier{device="veth7cce984"} 1 node_network_carrier{device="veth8aa45ff"} 1 node_network_carrier{device="veth8bf17cd"} 1 node_network_carrier{device="veth90f3423"} 1 node_network_carrier{device="veth915ddc9"} 1 node_network_carrier{device="veth928414f"} 1 node_network_carrier{device="veth92bd8a4"} 1 node_network_carrier{device="veth9506749"} 1 node_network_carrier{device="veth968c752"} 1 node_network_carrier{device="veth9b70925"} 1 node_network_carrier{device="veth9bab89c"} 1 node_network_carrier{device="veth9d684ff"} 1 node_network_carrier{device="veth9e621de"} 1 node_network_carrier{device="veth9ecd6a4"} 1 node_network_carrier{device="vetha347c19"} 1 node_network_carrier{device="vetha7c14fc"} 1 node_network_carrier{device="vetha9427ba"} 1 node_network_carrier{device="vethac20db9"} 1 node_network_carrier{device="vethae46a3f"} 1 node_network_carrier{device="vethb2d2e0f"} 1 node_network_carrier{device="vethc0ba087"} 1 node_network_carrier{device="vethc9bef18"} 1 node_network_carrier{device="vethcb7b8eb"} 1 node_network_carrier{device="vethd2205b5"} 1 node_network_carrier{device="vethd22d774"} 1 node_network_carrier{device="vethd436acc"} 1 node_network_carrier{device="vethdba15b2"} 1 node_network_carrier{device="vethe08a470"} 1 node_network_carrier{device="vethe230a69"} 1 node_network_carrier{device="vethe690fc2"} 1 node_network_carrier{device="vethe865785"} 1 node_network_carrier{device="vethe8f3568"} 1 node_network_carrier{device="vethf18e108"} 1 node_network_carrier{device="vethf21fb3b"} 1 node_network_carrier{device="vethf3ef56a"} 1 node_network_carrier{device="vethf401c34"} 1 node_network_carrier{device="vethf69e7f9"} 1 node_network_carrier{device="vethf75dc54"} 1 node_network_carrier{device="vethf85a560"} 1 node_network_carrier{device="vethfb0038a"} 1 node_network_carrier{device="vethfbc5ace"} 1 node_network_carrier{device="vethfcfedc2"} 1 node_network_carrier{device="vethffee750"} 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-0d63b479b4b9"} 4 node_network_carrier_changes_total{device="br-1428219eb778"} 4 node_network_carrier_changes_total{device="br-1c2879387cc5"} 8 node_network_carrier_changes_total{device="br-6111cdc50d92"} 12 node_network_carrier_changes_total{device="br-91b42fdeda0f"} 6 node_network_carrier_changes_total{device="br-c8c58283364b"} 10 node_network_carrier_changes_total{device="br-e2635afb1c14"} 22 node_network_carrier_changes_total{device="docker0"} 431 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth015707e"} 2 node_network_carrier_changes_total{device="veth0172ebe"} 2 node_network_carrier_changes_total{device="veth025d216"} 2 node_network_carrier_changes_total{device="veth0651fcc"} 2 node_network_carrier_changes_total{device="veth08c8cfd"} 2 node_network_carrier_changes_total{device="veth0904270"} 2 node_network_carrier_changes_total{device="veth092222b"} 2 node_network_carrier_changes_total{device="veth0d0efa0"} 2 node_network_carrier_changes_total{device="veth0e6be70"} 2 node_network_carrier_changes_total{device="veth10a6ed7"} 2 node_network_carrier_changes_total{device="veth13d80ba"} 2 node_network_carrier_changes_total{device="veth148dedb"} 2 node_network_carrier_changes_total{device="veth162e0b3"} 2 node_network_carrier_changes_total{device="veth16b28c6"} 2 node_network_carrier_changes_total{device="veth183b835"} 2 node_network_carrier_changes_total{device="veth18b1efd"} 2 node_network_carrier_changes_total{device="veth19e1c2a"} 2 node_network_carrier_changes_total{device="veth1e944cd"} 2 node_network_carrier_changes_total{device="veth203a9f1"} 2 node_network_carrier_changes_total{device="veth2292c77"} 2 node_network_carrier_changes_total{device="veth253ffb2"} 2 node_network_carrier_changes_total{device="veth2937fc4"} 2 node_network_carrier_changes_total{device="veth2f8f01d"} 2 node_network_carrier_changes_total{device="veth305ee9b"} 2 node_network_carrier_changes_total{device="veth32da1d2"} 2 node_network_carrier_changes_total{device="veth346b882"} 2 node_network_carrier_changes_total{device="veth35b693c"} 2 node_network_carrier_changes_total{device="veth371795c"} 2 node_network_carrier_changes_total{device="veth371e641"} 2 node_network_carrier_changes_total{device="veth37c0d48"} 2 node_network_carrier_changes_total{device="veth3908fc6"} 2 node_network_carrier_changes_total{device="veth3ab75f9"} 2 node_network_carrier_changes_total{device="veth3d25899"} 2 node_network_carrier_changes_total{device="veth4173ec7"} 2 node_network_carrier_changes_total{device="veth42c4d49"} 2 node_network_carrier_changes_total{device="veth44350fc"} 2 node_network_carrier_changes_total{device="veth4b32b94"} 2 node_network_carrier_changes_total{device="veth4bdaff1"} 2 node_network_carrier_changes_total{device="veth4c38a6d"} 2 node_network_carrier_changes_total{device="veth4f419a0"} 2 node_network_carrier_changes_total{device="veth533c38b"} 2 node_network_carrier_changes_total{device="veth5558638"} 2 node_network_carrier_changes_total{device="veth5686993"} 2 node_network_carrier_changes_total{device="veth5938775"} 2 node_network_carrier_changes_total{device="veth5a1b55a"} 2 node_network_carrier_changes_total{device="veth5b51a30"} 2 node_network_carrier_changes_total{device="veth5bbf640"} 2 node_network_carrier_changes_total{device="veth5bceda3"} 2 node_network_carrier_changes_total{device="veth5c39a0a"} 2 node_network_carrier_changes_total{device="veth5e43bcb"} 2 node_network_carrier_changes_total{device="veth601ec83"} 2 node_network_carrier_changes_total{device="veth605be4d"} 2 node_network_carrier_changes_total{device="veth61980ca"} 2 node_network_carrier_changes_total{device="veth62c41d4"} 2 node_network_carrier_changes_total{device="veth658a7e3"} 2 node_network_carrier_changes_total{device="veth66bcb5f"} 2 node_network_carrier_changes_total{device="veth673e18d"} 2 node_network_carrier_changes_total{device="veth68bf5a7"} 2 node_network_carrier_changes_total{device="veth6963b13"} 2 node_network_carrier_changes_total{device="veth6a107ec"} 2 node_network_carrier_changes_total{device="veth6a77c73"} 2 node_network_carrier_changes_total{device="veth6e3eeb7"} 2 node_network_carrier_changes_total{device="veth7225b8f"} 2 node_network_carrier_changes_total{device="veth740b1f4"} 2 node_network_carrier_changes_total{device="veth763d7a5"} 2 node_network_carrier_changes_total{device="veth777df4e"} 2 node_network_carrier_changes_total{device="veth7cce984"} 2 node_network_carrier_changes_total{device="veth8aa45ff"} 2 node_network_carrier_changes_total{device="veth8bf17cd"} 2 node_network_carrier_changes_total{device="veth90f3423"} 2 node_network_carrier_changes_total{device="veth915ddc9"} 2 node_network_carrier_changes_total{device="veth928414f"} 2 node_network_carrier_changes_total{device="veth92bd8a4"} 2 node_network_carrier_changes_total{device="veth9506749"} 2 node_network_carrier_changes_total{device="veth968c752"} 2 node_network_carrier_changes_total{device="veth9b70925"} 2 node_network_carrier_changes_total{device="veth9bab89c"} 2 node_network_carrier_changes_total{device="veth9d684ff"} 2 node_network_carrier_changes_total{device="veth9e621de"} 2 node_network_carrier_changes_total{device="veth9ecd6a4"} 2 node_network_carrier_changes_total{device="vetha347c19"} 2 node_network_carrier_changes_total{device="vetha7c14fc"} 2 node_network_carrier_changes_total{device="vetha9427ba"} 2 node_network_carrier_changes_total{device="vethac20db9"} 2 node_network_carrier_changes_total{device="vethae46a3f"} 2 node_network_carrier_changes_total{device="vethb2d2e0f"} 2 node_network_carrier_changes_total{device="vethc0ba087"} 2 node_network_carrier_changes_total{device="vethc9bef18"} 2 node_network_carrier_changes_total{device="vethcb7b8eb"} 2 node_network_carrier_changes_total{device="vethd2205b5"} 2 node_network_carrier_changes_total{device="vethd22d774"} 2 node_network_carrier_changes_total{device="vethd436acc"} 2 node_network_carrier_changes_total{device="vethdba15b2"} 2 node_network_carrier_changes_total{device="vethe08a470"} 2 node_network_carrier_changes_total{device="vethe230a69"} 2 node_network_carrier_changes_total{device="vethe690fc2"} 2 node_network_carrier_changes_total{device="vethe865785"} 2 node_network_carrier_changes_total{device="vethe8f3568"} 2 node_network_carrier_changes_total{device="vethf18e108"} 2 node_network_carrier_changes_total{device="vethf21fb3b"} 2 node_network_carrier_changes_total{device="vethf3ef56a"} 2 node_network_carrier_changes_total{device="vethf401c34"} 2 node_network_carrier_changes_total{device="vethf69e7f9"} 2 node_network_carrier_changes_total{device="vethf75dc54"} 2 node_network_carrier_changes_total{device="vethf85a560"} 2 node_network_carrier_changes_total{device="vethfb0038a"} 2 node_network_carrier_changes_total{device="vethfbc5ace"} 2 node_network_carrier_changes_total{device="vethfcfedc2"} 2 node_network_carrier_changes_total{device="vethffee750"} 2 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="br-0d63b479b4b9"} 2 node_network_carrier_down_changes_total{device="br-1428219eb778"} 2 node_network_carrier_down_changes_total{device="br-1c2879387cc5"} 4 node_network_carrier_down_changes_total{device="br-6111cdc50d92"} 6 node_network_carrier_down_changes_total{device="br-91b42fdeda0f"} 3 node_network_carrier_down_changes_total{device="br-c8c58283364b"} 5 node_network_carrier_down_changes_total{device="br-e2635afb1c14"} 11 node_network_carrier_down_changes_total{device="docker0"} 216 node_network_carrier_down_changes_total{device="eth0"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth015707e"} 1 node_network_carrier_down_changes_total{device="veth0172ebe"} 1 node_network_carrier_down_changes_total{device="veth025d216"} 1 node_network_carrier_down_changes_total{device="veth0651fcc"} 1 node_network_carrier_down_changes_total{device="veth08c8cfd"} 1 node_network_carrier_down_changes_total{device="veth0904270"} 1 node_network_carrier_down_changes_total{device="veth092222b"} 1 node_network_carrier_down_changes_total{device="veth0d0efa0"} 1 node_network_carrier_down_changes_total{device="veth0e6be70"} 1 node_network_carrier_down_changes_total{device="veth10a6ed7"} 1 node_network_carrier_down_changes_total{device="veth13d80ba"} 1 node_network_carrier_down_changes_total{device="veth148dedb"} 1 node_network_carrier_down_changes_total{device="veth162e0b3"} 1 node_network_carrier_down_changes_total{device="veth16b28c6"} 1 node_network_carrier_down_changes_total{device="veth183b835"} 1 node_network_carrier_down_changes_total{device="veth18b1efd"} 1 node_network_carrier_down_changes_total{device="veth19e1c2a"} 1 node_network_carrier_down_changes_total{device="veth1e944cd"} 1 node_network_carrier_down_changes_total{device="veth203a9f1"} 1 node_network_carrier_down_changes_total{device="veth2292c77"} 1 node_network_carrier_down_changes_total{device="veth253ffb2"} 1 node_network_carrier_down_changes_total{device="veth2937fc4"} 1 node_network_carrier_down_changes_total{device="veth2f8f01d"} 1 node_network_carrier_down_changes_total{device="veth305ee9b"} 1 node_network_carrier_down_changes_total{device="veth32da1d2"} 1 node_network_carrier_down_changes_total{device="veth346b882"} 1 node_network_carrier_down_changes_total{device="veth35b693c"} 1 node_network_carrier_down_changes_total{device="veth371795c"} 1 node_network_carrier_down_changes_total{device="veth371e641"} 1 node_network_carrier_down_changes_total{device="veth37c0d48"} 1 node_network_carrier_down_changes_total{device="veth3908fc6"} 1 node_network_carrier_down_changes_total{device="veth3ab75f9"} 1 node_network_carrier_down_changes_total{device="veth3d25899"} 1 node_network_carrier_down_changes_total{device="veth4173ec7"} 1 node_network_carrier_down_changes_total{device="veth42c4d49"} 1 node_network_carrier_down_changes_total{device="veth44350fc"} 1 node_network_carrier_down_changes_total{device="veth4b32b94"} 1 node_network_carrier_down_changes_total{device="veth4bdaff1"} 1 node_network_carrier_down_changes_total{device="veth4c38a6d"} 1 node_network_carrier_down_changes_total{device="veth4f419a0"} 1 node_network_carrier_down_changes_total{device="veth533c38b"} 1 node_network_carrier_down_changes_total{device="veth5558638"} 1 node_network_carrier_down_changes_total{device="veth5686993"} 1 node_network_carrier_down_changes_total{device="veth5938775"} 1 node_network_carrier_down_changes_total{device="veth5a1b55a"} 1 node_network_carrier_down_changes_total{device="veth5b51a30"} 1 node_network_carrier_down_changes_total{device="veth5bbf640"} 1 node_network_carrier_down_changes_total{device="veth5bceda3"} 1 node_network_carrier_down_changes_total{device="veth5c39a0a"} 1 node_network_carrier_down_changes_total{device="veth5e43bcb"} 1 node_network_carrier_down_changes_total{device="veth601ec83"} 1 node_network_carrier_down_changes_total{device="veth605be4d"} 1 node_network_carrier_down_changes_total{device="veth61980ca"} 1 node_network_carrier_down_changes_total{device="veth62c41d4"} 1 node_network_carrier_down_changes_total{device="veth658a7e3"} 1 node_network_carrier_down_changes_total{device="veth66bcb5f"} 1 node_network_carrier_down_changes_total{device="veth673e18d"} 1 node_network_carrier_down_changes_total{device="veth68bf5a7"} 1 node_network_carrier_down_changes_total{device="veth6963b13"} 1 node_network_carrier_down_changes_total{device="veth6a107ec"} 1 node_network_carrier_down_changes_total{device="veth6a77c73"} 1 node_network_carrier_down_changes_total{device="veth6e3eeb7"} 1 node_network_carrier_down_changes_total{device="veth7225b8f"} 1 node_network_carrier_down_changes_total{device="veth740b1f4"} 1 node_network_carrier_down_changes_total{device="veth763d7a5"} 1 node_network_carrier_down_changes_total{device="veth777df4e"} 1 node_network_carrier_down_changes_total{device="veth7cce984"} 1 node_network_carrier_down_changes_total{device="veth8aa45ff"} 1 node_network_carrier_down_changes_total{device="veth8bf17cd"} 1 node_network_carrier_down_changes_total{device="veth90f3423"} 1 node_network_carrier_down_changes_total{device="veth915ddc9"} 1 node_network_carrier_down_changes_total{device="veth928414f"} 1 node_network_carrier_down_changes_total{device="veth92bd8a4"} 1 node_network_carrier_down_changes_total{device="veth9506749"} 1 node_network_carrier_down_changes_total{device="veth968c752"} 1 node_network_carrier_down_changes_total{device="veth9b70925"} 1 node_network_carrier_down_changes_total{device="veth9bab89c"} 1 node_network_carrier_down_changes_total{device="veth9d684ff"} 1 node_network_carrier_down_changes_total{device="veth9e621de"} 1 node_network_carrier_down_changes_total{device="veth9ecd6a4"} 1 node_network_carrier_down_changes_total{device="vetha347c19"} 1 node_network_carrier_down_changes_total{device="vetha7c14fc"} 1 node_network_carrier_down_changes_total{device="vetha9427ba"} 1 node_network_carrier_down_changes_total{device="vethac20db9"} 1 node_network_carrier_down_changes_total{device="vethae46a3f"} 1 node_network_carrier_down_changes_total{device="vethb2d2e0f"} 1 node_network_carrier_down_changes_total{device="vethc0ba087"} 1 node_network_carrier_down_changes_total{device="vethc9bef18"} 1 node_network_carrier_down_changes_total{device="vethcb7b8eb"} 1 node_network_carrier_down_changes_total{device="vethd2205b5"} 1 node_network_carrier_down_changes_total{device="vethd22d774"} 1 node_network_carrier_down_changes_total{device="vethd436acc"} 1 node_network_carrier_down_changes_total{device="vethdba15b2"} 1 node_network_carrier_down_changes_total{device="vethe08a470"} 1 node_network_carrier_down_changes_total{device="vethe230a69"} 1 node_network_carrier_down_changes_total{device="vethe690fc2"} 1 node_network_carrier_down_changes_total{device="vethe865785"} 1 node_network_carrier_down_changes_total{device="vethe8f3568"} 1 node_network_carrier_down_changes_total{device="vethf18e108"} 1 node_network_carrier_down_changes_total{device="vethf21fb3b"} 1 node_network_carrier_down_changes_total{device="vethf3ef56a"} 1 node_network_carrier_down_changes_total{device="vethf401c34"} 1 node_network_carrier_down_changes_total{device="vethf69e7f9"} 1 node_network_carrier_down_changes_total{device="vethf75dc54"} 1 node_network_carrier_down_changes_total{device="vethf85a560"} 1 node_network_carrier_down_changes_total{device="vethfb0038a"} 1 node_network_carrier_down_changes_total{device="vethfbc5ace"} 1 node_network_carrier_down_changes_total{device="vethfcfedc2"} 1 node_network_carrier_down_changes_total{device="vethffee750"} 1 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="br-0d63b479b4b9"} 2 node_network_carrier_up_changes_total{device="br-1428219eb778"} 2 node_network_carrier_up_changes_total{device="br-1c2879387cc5"} 4 node_network_carrier_up_changes_total{device="br-6111cdc50d92"} 6 node_network_carrier_up_changes_total{device="br-91b42fdeda0f"} 3 node_network_carrier_up_changes_total{device="br-c8c58283364b"} 5 node_network_carrier_up_changes_total{device="br-e2635afb1c14"} 11 node_network_carrier_up_changes_total{device="docker0"} 215 node_network_carrier_up_changes_total{device="eth0"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth015707e"} 1 node_network_carrier_up_changes_total{device="veth0172ebe"} 1 node_network_carrier_up_changes_total{device="veth025d216"} 1 node_network_carrier_up_changes_total{device="veth0651fcc"} 1 node_network_carrier_up_changes_total{device="veth08c8cfd"} 1 node_network_carrier_up_changes_total{device="veth0904270"} 1 node_network_carrier_up_changes_total{device="veth092222b"} 1 node_network_carrier_up_changes_total{device="veth0d0efa0"} 1 node_network_carrier_up_changes_total{device="veth0e6be70"} 1 node_network_carrier_up_changes_total{device="veth10a6ed7"} 1 node_network_carrier_up_changes_total{device="veth13d80ba"} 1 node_network_carrier_up_changes_total{device="veth148dedb"} 1 node_network_carrier_up_changes_total{device="veth162e0b3"} 1 node_network_carrier_up_changes_total{device="veth16b28c6"} 1 node_network_carrier_up_changes_total{device="veth183b835"} 1 node_network_carrier_up_changes_total{device="veth18b1efd"} 1 node_network_carrier_up_changes_total{device="veth19e1c2a"} 1 node_network_carrier_up_changes_total{device="veth1e944cd"} 1 node_network_carrier_up_changes_total{device="veth203a9f1"} 1 node_network_carrier_up_changes_total{device="veth2292c77"} 1 node_network_carrier_up_changes_total{device="veth253ffb2"} 1 node_network_carrier_up_changes_total{device="veth2937fc4"} 1 node_network_carrier_up_changes_total{device="veth2f8f01d"} 1 node_network_carrier_up_changes_total{device="veth305ee9b"} 1 node_network_carrier_up_changes_total{device="veth32da1d2"} 1 node_network_carrier_up_changes_total{device="veth346b882"} 1 node_network_carrier_up_changes_total{device="veth35b693c"} 1 node_network_carrier_up_changes_total{device="veth371795c"} 1 node_network_carrier_up_changes_total{device="veth371e641"} 1 node_network_carrier_up_changes_total{device="veth37c0d48"} 1 node_network_carrier_up_changes_total{device="veth3908fc6"} 1 node_network_carrier_up_changes_total{device="veth3ab75f9"} 1 node_network_carrier_up_changes_total{device="veth3d25899"} 1 node_network_carrier_up_changes_total{device="veth4173ec7"} 1 node_network_carrier_up_changes_total{device="veth42c4d49"} 1 node_network_carrier_up_changes_total{device="veth44350fc"} 1 node_network_carrier_up_changes_total{device="veth4b32b94"} 1 node_network_carrier_up_changes_total{device="veth4bdaff1"} 1 node_network_carrier_up_changes_total{device="veth4c38a6d"} 1 node_network_carrier_up_changes_total{device="veth4f419a0"} 1 node_network_carrier_up_changes_total{device="veth533c38b"} 1 node_network_carrier_up_changes_total{device="veth5558638"} 1 node_network_carrier_up_changes_total{device="veth5686993"} 1 node_network_carrier_up_changes_total{device="veth5938775"} 1 node_network_carrier_up_changes_total{device="veth5a1b55a"} 1 node_network_carrier_up_changes_total{device="veth5b51a30"} 1 node_network_carrier_up_changes_total{device="veth5bbf640"} 1 node_network_carrier_up_changes_total{device="veth5bceda3"} 1 node_network_carrier_up_changes_total{device="veth5c39a0a"} 1 node_network_carrier_up_changes_total{device="veth5e43bcb"} 1 node_network_carrier_up_changes_total{device="veth601ec83"} 1 node_network_carrier_up_changes_total{device="veth605be4d"} 1 node_network_carrier_up_changes_total{device="veth61980ca"} 1 node_network_carrier_up_changes_total{device="veth62c41d4"} 1 node_network_carrier_up_changes_total{device="veth658a7e3"} 1 node_network_carrier_up_changes_total{device="veth66bcb5f"} 1 node_network_carrier_up_changes_total{device="veth673e18d"} 1 node_network_carrier_up_changes_total{device="veth68bf5a7"} 1 node_network_carrier_up_changes_total{device="veth6963b13"} 1 node_network_carrier_up_changes_total{device="veth6a107ec"} 1 node_network_carrier_up_changes_total{device="veth6a77c73"} 1 node_network_carrier_up_changes_total{device="veth6e3eeb7"} 1 node_network_carrier_up_changes_total{device="veth7225b8f"} 1 node_network_carrier_up_changes_total{device="veth740b1f4"} 1 node_network_carrier_up_changes_total{device="veth763d7a5"} 1 node_network_carrier_up_changes_total{device="veth777df4e"} 1 node_network_carrier_up_changes_total{device="veth7cce984"} 1 node_network_carrier_up_changes_total{device="veth8aa45ff"} 1 node_network_carrier_up_changes_total{device="veth8bf17cd"} 1 node_network_carrier_up_changes_total{device="veth90f3423"} 1 node_network_carrier_up_changes_total{device="veth915ddc9"} 1 node_network_carrier_up_changes_total{device="veth928414f"} 1 node_network_carrier_up_changes_total{device="veth92bd8a4"} 1 node_network_carrier_up_changes_total{device="veth9506749"} 1 node_network_carrier_up_changes_total{device="veth968c752"} 1 node_network_carrier_up_changes_total{device="veth9b70925"} 1 node_network_carrier_up_changes_total{device="veth9bab89c"} 1 node_network_carrier_up_changes_total{device="veth9d684ff"} 1 node_network_carrier_up_changes_total{device="veth9e621de"} 1 node_network_carrier_up_changes_total{device="veth9ecd6a4"} 1 node_network_carrier_up_changes_total{device="vetha347c19"} 1 node_network_carrier_up_changes_total{device="vetha7c14fc"} 1 node_network_carrier_up_changes_total{device="vetha9427ba"} 1 node_network_carrier_up_changes_total{device="vethac20db9"} 1 node_network_carrier_up_changes_total{device="vethae46a3f"} 1 node_network_carrier_up_changes_total{device="vethb2d2e0f"} 1 node_network_carrier_up_changes_total{device="vethc0ba087"} 1 node_network_carrier_up_changes_total{device="vethc9bef18"} 1 node_network_carrier_up_changes_total{device="vethcb7b8eb"} 1 node_network_carrier_up_changes_total{device="vethd2205b5"} 1 node_network_carrier_up_changes_total{device="vethd22d774"} 1 node_network_carrier_up_changes_total{device="vethd436acc"} 1 node_network_carrier_up_changes_total{device="vethdba15b2"} 1 node_network_carrier_up_changes_total{device="vethe08a470"} 1 node_network_carrier_up_changes_total{device="vethe230a69"} 1 node_network_carrier_up_changes_total{device="vethe690fc2"} 1 node_network_carrier_up_changes_total{device="vethe865785"} 1 node_network_carrier_up_changes_total{device="vethe8f3568"} 1 node_network_carrier_up_changes_total{device="vethf18e108"} 1 node_network_carrier_up_changes_total{device="vethf21fb3b"} 1 node_network_carrier_up_changes_total{device="vethf3ef56a"} 1 node_network_carrier_up_changes_total{device="vethf401c34"} 1 node_network_carrier_up_changes_total{device="vethf69e7f9"} 1 node_network_carrier_up_changes_total{device="vethf75dc54"} 1 node_network_carrier_up_changes_total{device="vethf85a560"} 1 node_network_carrier_up_changes_total{device="vethfb0038a"} 1 node_network_carrier_up_changes_total{device="vethfbc5ace"} 1 node_network_carrier_up_changes_total{device="vethfcfedc2"} 1 node_network_carrier_up_changes_total{device="vethffee750"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-0d63b479b4b9"} 0 node_network_device_id{device="br-1428219eb778"} 0 node_network_device_id{device="br-1c2879387cc5"} 0 node_network_device_id{device="br-6111cdc50d92"} 0 node_network_device_id{device="br-91b42fdeda0f"} 0 node_network_device_id{device="br-c8c58283364b"} 0 node_network_device_id{device="br-e2635afb1c14"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth015707e"} 0 node_network_device_id{device="veth0172ebe"} 0 node_network_device_id{device="veth025d216"} 0 node_network_device_id{device="veth0651fcc"} 0 node_network_device_id{device="veth08c8cfd"} 0 node_network_device_id{device="veth0904270"} 0 node_network_device_id{device="veth092222b"} 0 node_network_device_id{device="veth0d0efa0"} 0 node_network_device_id{device="veth0e6be70"} 0 node_network_device_id{device="veth10a6ed7"} 0 node_network_device_id{device="veth13d80ba"} 0 node_network_device_id{device="veth148dedb"} 0 node_network_device_id{device="veth162e0b3"} 0 node_network_device_id{device="veth16b28c6"} 0 node_network_device_id{device="veth183b835"} 0 node_network_device_id{device="veth18b1efd"} 0 node_network_device_id{device="veth19e1c2a"} 0 node_network_device_id{device="veth1e944cd"} 0 node_network_device_id{device="veth203a9f1"} 0 node_network_device_id{device="veth2292c77"} 0 node_network_device_id{device="veth253ffb2"} 0 node_network_device_id{device="veth2937fc4"} 0 node_network_device_id{device="veth2f8f01d"} 0 node_network_device_id{device="veth305ee9b"} 0 node_network_device_id{device="veth32da1d2"} 0 node_network_device_id{device="veth346b882"} 0 node_network_device_id{device="veth35b693c"} 0 node_network_device_id{device="veth371795c"} 0 node_network_device_id{device="veth371e641"} 0 node_network_device_id{device="veth37c0d48"} 0 node_network_device_id{device="veth3908fc6"} 0 node_network_device_id{device="veth3ab75f9"} 0 node_network_device_id{device="veth3d25899"} 0 node_network_device_id{device="veth4173ec7"} 0 node_network_device_id{device="veth42c4d49"} 0 node_network_device_id{device="veth44350fc"} 0 node_network_device_id{device="veth4b32b94"} 0 node_network_device_id{device="veth4bdaff1"} 0 node_network_device_id{device="veth4c38a6d"} 0 node_network_device_id{device="veth4f419a0"} 0 node_network_device_id{device="veth533c38b"} 0 node_network_device_id{device="veth5558638"} 0 node_network_device_id{device="veth5686993"} 0 node_network_device_id{device="veth5938775"} 0 node_network_device_id{device="veth5a1b55a"} 0 node_network_device_id{device="veth5b51a30"} 0 node_network_device_id{device="veth5bbf640"} 0 node_network_device_id{device="veth5bceda3"} 0 node_network_device_id{device="veth5c39a0a"} 0 node_network_device_id{device="veth5e43bcb"} 0 node_network_device_id{device="veth601ec83"} 0 node_network_device_id{device="veth605be4d"} 0 node_network_device_id{device="veth61980ca"} 0 node_network_device_id{device="veth62c41d4"} 0 node_network_device_id{device="veth658a7e3"} 0 node_network_device_id{device="veth66bcb5f"} 0 node_network_device_id{device="veth673e18d"} 0 node_network_device_id{device="veth68bf5a7"} 0 node_network_device_id{device="veth6963b13"} 0 node_network_device_id{device="veth6a107ec"} 0 node_network_device_id{device="veth6a77c73"} 0 node_network_device_id{device="veth6e3eeb7"} 0 node_network_device_id{device="veth7225b8f"} 0 node_network_device_id{device="veth740b1f4"} 0 node_network_device_id{device="veth763d7a5"} 0 node_network_device_id{device="veth777df4e"} 0 node_network_device_id{device="veth7cce984"} 0 node_network_device_id{device="veth8aa45ff"} 0 node_network_device_id{device="veth8bf17cd"} 0 node_network_device_id{device="veth90f3423"} 0 node_network_device_id{device="veth915ddc9"} 0 node_network_device_id{device="veth928414f"} 0 node_network_device_id{device="veth92bd8a4"} 0 node_network_device_id{device="veth9506749"} 0 node_network_device_id{device="veth968c752"} 0 node_network_device_id{device="veth9b70925"} 0 node_network_device_id{device="veth9bab89c"} 0 node_network_device_id{device="veth9d684ff"} 0 node_network_device_id{device="veth9e621de"} 0 node_network_device_id{device="veth9ecd6a4"} 0 node_network_device_id{device="vetha347c19"} 0 node_network_device_id{device="vetha7c14fc"} 0 node_network_device_id{device="vetha9427ba"} 0 node_network_device_id{device="vethac20db9"} 0 node_network_device_id{device="vethae46a3f"} 0 node_network_device_id{device="vethb2d2e0f"} 0 node_network_device_id{device="vethc0ba087"} 0 node_network_device_id{device="vethc9bef18"} 0 node_network_device_id{device="vethcb7b8eb"} 0 node_network_device_id{device="vethd2205b5"} 0 node_network_device_id{device="vethd22d774"} 0 node_network_device_id{device="vethd436acc"} 0 node_network_device_id{device="vethdba15b2"} 0 node_network_device_id{device="vethe08a470"} 0 node_network_device_id{device="vethe230a69"} 0 node_network_device_id{device="vethe690fc2"} 0 node_network_device_id{device="vethe865785"} 0 node_network_device_id{device="vethe8f3568"} 0 node_network_device_id{device="vethf18e108"} 0 node_network_device_id{device="vethf21fb3b"} 0 node_network_device_id{device="vethf3ef56a"} 0 node_network_device_id{device="vethf401c34"} 0 node_network_device_id{device="vethf69e7f9"} 0 node_network_device_id{device="vethf75dc54"} 0 node_network_device_id{device="vethf85a560"} 0 node_network_device_id{device="vethfb0038a"} 0 node_network_device_id{device="vethfbc5ace"} 0 node_network_device_id{device="vethfcfedc2"} 0 node_network_device_id{device="vethffee750"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-0d63b479b4b9"} 0 node_network_dormant{device="br-1428219eb778"} 0 node_network_dormant{device="br-1c2879387cc5"} 0 node_network_dormant{device="br-6111cdc50d92"} 0 node_network_dormant{device="br-91b42fdeda0f"} 0 node_network_dormant{device="br-c8c58283364b"} 0 node_network_dormant{device="br-e2635afb1c14"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth015707e"} 0 node_network_dormant{device="veth0172ebe"} 0 node_network_dormant{device="veth025d216"} 0 node_network_dormant{device="veth0651fcc"} 0 node_network_dormant{device="veth08c8cfd"} 0 node_network_dormant{device="veth0904270"} 0 node_network_dormant{device="veth092222b"} 0 node_network_dormant{device="veth0d0efa0"} 0 node_network_dormant{device="veth0e6be70"} 0 node_network_dormant{device="veth10a6ed7"} 0 node_network_dormant{device="veth13d80ba"} 0 node_network_dormant{device="veth148dedb"} 0 node_network_dormant{device="veth162e0b3"} 0 node_network_dormant{device="veth16b28c6"} 0 node_network_dormant{device="veth183b835"} 0 node_network_dormant{device="veth18b1efd"} 0 node_network_dormant{device="veth19e1c2a"} 0 node_network_dormant{device="veth1e944cd"} 0 node_network_dormant{device="veth203a9f1"} 0 node_network_dormant{device="veth2292c77"} 0 node_network_dormant{device="veth253ffb2"} 0 node_network_dormant{device="veth2937fc4"} 0 node_network_dormant{device="veth2f8f01d"} 0 node_network_dormant{device="veth305ee9b"} 0 node_network_dormant{device="veth32da1d2"} 0 node_network_dormant{device="veth346b882"} 0 node_network_dormant{device="veth35b693c"} 0 node_network_dormant{device="veth371795c"} 0 node_network_dormant{device="veth371e641"} 0 node_network_dormant{device="veth37c0d48"} 0 node_network_dormant{device="veth3908fc6"} 0 node_network_dormant{device="veth3ab75f9"} 0 node_network_dormant{device="veth3d25899"} 0 node_network_dormant{device="veth4173ec7"} 0 node_network_dormant{device="veth42c4d49"} 0 node_network_dormant{device="veth44350fc"} 0 node_network_dormant{device="veth4b32b94"} 0 node_network_dormant{device="veth4bdaff1"} 0 node_network_dormant{device="veth4c38a6d"} 0 node_network_dormant{device="veth4f419a0"} 0 node_network_dormant{device="veth533c38b"} 0 node_network_dormant{device="veth5558638"} 0 node_network_dormant{device="veth5686993"} 0 node_network_dormant{device="veth5938775"} 0 node_network_dormant{device="veth5a1b55a"} 0 node_network_dormant{device="veth5b51a30"} 0 node_network_dormant{device="veth5bbf640"} 0 node_network_dormant{device="veth5bceda3"} 0 node_network_dormant{device="veth5c39a0a"} 0 node_network_dormant{device="veth5e43bcb"} 0 node_network_dormant{device="veth601ec83"} 0 node_network_dormant{device="veth605be4d"} 0 node_network_dormant{device="veth61980ca"} 0 node_network_dormant{device="veth62c41d4"} 0 node_network_dormant{device="veth658a7e3"} 0 node_network_dormant{device="veth66bcb5f"} 0 node_network_dormant{device="veth673e18d"} 0 node_network_dormant{device="veth68bf5a7"} 0 node_network_dormant{device="veth6963b13"} 0 node_network_dormant{device="veth6a107ec"} 0 node_network_dormant{device="veth6a77c73"} 0 node_network_dormant{device="veth6e3eeb7"} 0 node_network_dormant{device="veth7225b8f"} 0 node_network_dormant{device="veth740b1f4"} 0 node_network_dormant{device="veth763d7a5"} 0 node_network_dormant{device="veth777df4e"} 0 node_network_dormant{device="veth7cce984"} 0 node_network_dormant{device="veth8aa45ff"} 0 node_network_dormant{device="veth8bf17cd"} 0 node_network_dormant{device="veth90f3423"} 0 node_network_dormant{device="veth915ddc9"} 0 node_network_dormant{device="veth928414f"} 0 node_network_dormant{device="veth92bd8a4"} 0 node_network_dormant{device="veth9506749"} 0 node_network_dormant{device="veth968c752"} 0 node_network_dormant{device="veth9b70925"} 0 node_network_dormant{device="veth9bab89c"} 0 node_network_dormant{device="veth9d684ff"} 0 node_network_dormant{device="veth9e621de"} 0 node_network_dormant{device="veth9ecd6a4"} 0 node_network_dormant{device="vetha347c19"} 0 node_network_dormant{device="vetha7c14fc"} 0 node_network_dormant{device="vetha9427ba"} 0 node_network_dormant{device="vethac20db9"} 0 node_network_dormant{device="vethae46a3f"} 0 node_network_dormant{device="vethb2d2e0f"} 0 node_network_dormant{device="vethc0ba087"} 0 node_network_dormant{device="vethc9bef18"} 0 node_network_dormant{device="vethcb7b8eb"} 0 node_network_dormant{device="vethd2205b5"} 0 node_network_dormant{device="vethd22d774"} 0 node_network_dormant{device="vethd436acc"} 0 node_network_dormant{device="vethdba15b2"} 0 node_network_dormant{device="vethe08a470"} 0 node_network_dormant{device="vethe230a69"} 0 node_network_dormant{device="vethe690fc2"} 0 node_network_dormant{device="vethe865785"} 0 node_network_dormant{device="vethe8f3568"} 0 node_network_dormant{device="vethf18e108"} 0 node_network_dormant{device="vethf21fb3b"} 0 node_network_dormant{device="vethf3ef56a"} 0 node_network_dormant{device="vethf401c34"} 0 node_network_dormant{device="vethf69e7f9"} 0 node_network_dormant{device="vethf75dc54"} 0 node_network_dormant{device="vethf85a560"} 0 node_network_dormant{device="vethfb0038a"} 0 node_network_dormant{device="vethfbc5ace"} 0 node_network_dormant{device="vethfcfedc2"} 0 node_network_dormant{device="vethffee750"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-0d63b479b4b9"} 4099 node_network_flags{device="br-1428219eb778"} 4099 node_network_flags{device="br-1c2879387cc5"} 4099 node_network_flags{device="br-6111cdc50d92"} 4099 node_network_flags{device="br-91b42fdeda0f"} 4099 node_network_flags{device="br-c8c58283364b"} 4099 node_network_flags{device="br-e2635afb1c14"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth015707e"} 4867 node_network_flags{device="veth0172ebe"} 4867 node_network_flags{device="veth025d216"} 4867 node_network_flags{device="veth0651fcc"} 4867 node_network_flags{device="veth08c8cfd"} 4867 node_network_flags{device="veth0904270"} 4867 node_network_flags{device="veth092222b"} 4867 node_network_flags{device="veth0d0efa0"} 4867 node_network_flags{device="veth0e6be70"} 4867 node_network_flags{device="veth10a6ed7"} 4867 node_network_flags{device="veth13d80ba"} 4867 node_network_flags{device="veth148dedb"} 4867 node_network_flags{device="veth162e0b3"} 4867 node_network_flags{device="veth16b28c6"} 4867 node_network_flags{device="veth183b835"} 4867 node_network_flags{device="veth18b1efd"} 4867 node_network_flags{device="veth19e1c2a"} 4867 node_network_flags{device="veth1e944cd"} 4867 node_network_flags{device="veth203a9f1"} 4867 node_network_flags{device="veth2292c77"} 4867 node_network_flags{device="veth253ffb2"} 4867 node_network_flags{device="veth2937fc4"} 4867 node_network_flags{device="veth2f8f01d"} 4867 node_network_flags{device="veth305ee9b"} 4867 node_network_flags{device="veth32da1d2"} 4867 node_network_flags{device="veth346b882"} 4867 node_network_flags{device="veth35b693c"} 4867 node_network_flags{device="veth371795c"} 4867 node_network_flags{device="veth371e641"} 4867 node_network_flags{device="veth37c0d48"} 4867 node_network_flags{device="veth3908fc6"} 4867 node_network_flags{device="veth3ab75f9"} 4867 node_network_flags{device="veth3d25899"} 4867 node_network_flags{device="veth4173ec7"} 4867 node_network_flags{device="veth42c4d49"} 4867 node_network_flags{device="veth44350fc"} 4867 node_network_flags{device="veth4b32b94"} 4867 node_network_flags{device="veth4bdaff1"} 4867 node_network_flags{device="veth4c38a6d"} 4867 node_network_flags{device="veth4f419a0"} 4867 node_network_flags{device="veth533c38b"} 4867 node_network_flags{device="veth5558638"} 4867 node_network_flags{device="veth5686993"} 4867 node_network_flags{device="veth5938775"} 4867 node_network_flags{device="veth5a1b55a"} 4867 node_network_flags{device="veth5b51a30"} 4867 node_network_flags{device="veth5bbf640"} 4867 node_network_flags{device="veth5bceda3"} 4867 node_network_flags{device="veth5c39a0a"} 4867 node_network_flags{device="veth5e43bcb"} 4867 node_network_flags{device="veth601ec83"} 4867 node_network_flags{device="veth605be4d"} 4867 node_network_flags{device="veth61980ca"} 4867 node_network_flags{device="veth62c41d4"} 4867 node_network_flags{device="veth658a7e3"} 4867 node_network_flags{device="veth66bcb5f"} 4867 node_network_flags{device="veth673e18d"} 4867 node_network_flags{device="veth68bf5a7"} 4867 node_network_flags{device="veth6963b13"} 4867 node_network_flags{device="veth6a107ec"} 4867 node_network_flags{device="veth6a77c73"} 4867 node_network_flags{device="veth6e3eeb7"} 4867 node_network_flags{device="veth7225b8f"} 4867 node_network_flags{device="veth740b1f4"} 4867 node_network_flags{device="veth763d7a5"} 4867 node_network_flags{device="veth777df4e"} 4867 node_network_flags{device="veth7cce984"} 4867 node_network_flags{device="veth8aa45ff"} 4867 node_network_flags{device="veth8bf17cd"} 4867 node_network_flags{device="veth90f3423"} 4867 node_network_flags{device="veth915ddc9"} 4867 node_network_flags{device="veth928414f"} 4867 node_network_flags{device="veth92bd8a4"} 4867 node_network_flags{device="veth9506749"} 4867 node_network_flags{device="veth968c752"} 4867 node_network_flags{device="veth9b70925"} 4867 node_network_flags{device="veth9bab89c"} 4867 node_network_flags{device="veth9d684ff"} 4867 node_network_flags{device="veth9e621de"} 4867 node_network_flags{device="veth9ecd6a4"} 4867 node_network_flags{device="vetha347c19"} 4867 node_network_flags{device="vetha7c14fc"} 4867 node_network_flags{device="vetha9427ba"} 4867 node_network_flags{device="vethac20db9"} 4867 node_network_flags{device="vethae46a3f"} 4867 node_network_flags{device="vethb2d2e0f"} 4867 node_network_flags{device="vethc0ba087"} 4867 node_network_flags{device="vethc9bef18"} 4867 node_network_flags{device="vethcb7b8eb"} 4867 node_network_flags{device="vethd2205b5"} 4867 node_network_flags{device="vethd22d774"} 4867 node_network_flags{device="vethd436acc"} 4867 node_network_flags{device="vethdba15b2"} 4867 node_network_flags{device="vethe08a470"} 4867 node_network_flags{device="vethe230a69"} 4867 node_network_flags{device="vethe690fc2"} 4867 node_network_flags{device="vethe865785"} 4867 node_network_flags{device="vethe8f3568"} 4867 node_network_flags{device="vethf18e108"} 4867 node_network_flags{device="vethf21fb3b"} 4867 node_network_flags{device="vethf3ef56a"} 4867 node_network_flags{device="vethf401c34"} 4867 node_network_flags{device="vethf69e7f9"} 4867 node_network_flags{device="vethf75dc54"} 4867 node_network_flags{device="vethf85a560"} 4867 node_network_flags{device="vethfb0038a"} 4867 node_network_flags{device="vethfbc5ace"} 4867 node_network_flags{device="vethfcfedc2"} 4867 node_network_flags{device="vethffee750"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-0d63b479b4b9"} 442 node_network_iface_id{device="br-1428219eb778"} 5 node_network_iface_id{device="br-1c2879387cc5"} 72872 node_network_iface_id{device="br-6111cdc50d92"} 6 node_network_iface_id{device="br-91b42fdeda0f"} 8 node_network_iface_id{device="br-c8c58283364b"} 9 node_network_iface_id{device="br-e2635afb1c14"} 10 node_network_iface_id{device="docker0"} 3 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth015707e"} 82662 node_network_iface_id{device="veth0172ebe"} 79825 node_network_iface_id{device="veth025d216"} 79846 node_network_iface_id{device="veth0651fcc"} 82498 node_network_iface_id{device="veth08c8cfd"} 218 node_network_iface_id{device="veth0904270"} 72879 node_network_iface_id{device="veth092222b"} 72874 node_network_iface_id{device="veth0d0efa0"} 72876 node_network_iface_id{device="veth0e6be70"} 84246 node_network_iface_id{device="veth10a6ed7"} 82495 node_network_iface_id{device="veth13d80ba"} 83144 node_network_iface_id{device="veth148dedb"} 216 node_network_iface_id{device="veth162e0b3"} 79839 node_network_iface_id{device="veth16b28c6"} 206 node_network_iface_id{device="veth183b835"} 82508 node_network_iface_id{device="veth18b1efd"} 4732 node_network_iface_id{device="veth19e1c2a"} 83158 node_network_iface_id{device="veth1e944cd"} 215 node_network_iface_id{device="veth203a9f1"} 82507 node_network_iface_id{device="veth2292c77"} 85096 node_network_iface_id{device="veth253ffb2"} 85150 node_network_iface_id{device="veth2937fc4"} 79836 node_network_iface_id{device="veth2f8f01d"} 209 node_network_iface_id{device="veth305ee9b"} 82506 node_network_iface_id{device="veth32da1d2"} 439 node_network_iface_id{device="veth346b882"} 79837 node_network_iface_id{device="veth35b693c"} 72883 node_network_iface_id{device="veth371795c"} 686 node_network_iface_id{device="veth371e641"} 204 node_network_iface_id{device="veth37c0d48"} 79843 node_network_iface_id{device="veth3908fc6"} 79847 node_network_iface_id{device="veth3ab75f9"} 79814 node_network_iface_id{device="veth3d25899"} 199 node_network_iface_id{device="veth4173ec7"} 83094 node_network_iface_id{device="veth42c4d49"} 79855 node_network_iface_id{device="veth44350fc"} 83148 node_network_iface_id{device="veth4b32b94"} 72884 node_network_iface_id{device="veth4bdaff1"} 83154 node_network_iface_id{device="veth4c38a6d"} 213 node_network_iface_id{device="veth4f419a0"} 82656 node_network_iface_id{device="veth533c38b"} 84681 node_network_iface_id{device="veth5558638"} 82497 node_network_iface_id{device="veth5686993"} 221 node_network_iface_id{device="veth5938775"} 72881 node_network_iface_id{device="veth5a1b55a"} 83152 node_network_iface_id{device="veth5b51a30"} 82503 node_network_iface_id{device="veth5bbf640"} 444 node_network_iface_id{device="veth5bceda3"} 83147 node_network_iface_id{device="veth5c39a0a"} 79841 node_network_iface_id{device="veth5e43bcb"} 72882 node_network_iface_id{device="veth601ec83"} 79856 node_network_iface_id{device="veth605be4d"} 217 node_network_iface_id{device="veth61980ca"} 83139 node_network_iface_id{device="veth62c41d4"} 85136 node_network_iface_id{device="veth658a7e3"} 79842 node_network_iface_id{device="veth66bcb5f"} 84226 node_network_iface_id{device="veth673e18d"} 79815 node_network_iface_id{device="veth68bf5a7"} 195 node_network_iface_id{device="veth6963b13"} 205 node_network_iface_id{device="veth6a107ec"} 74039 node_network_iface_id{device="veth6a77c73"} 200 node_network_iface_id{device="veth6e3eeb7"} 74036 node_network_iface_id{device="veth7225b8f"} 82487 node_network_iface_id{device="veth740b1f4"} 1091 node_network_iface_id{device="veth763d7a5"} 82490 node_network_iface_id{device="veth777df4e"} 443 node_network_iface_id{device="veth7cce984"} 85092 node_network_iface_id{device="veth8aa45ff"} 85116 node_network_iface_id{device="veth8bf17cd"} 83150 node_network_iface_id{device="veth90f3423"} 83155 node_network_iface_id{device="veth915ddc9"} 83142 node_network_iface_id{device="veth928414f"} 82501 node_network_iface_id{device="veth92bd8a4"} 82485 node_network_iface_id{device="veth9506749"} 83143 node_network_iface_id{device="veth968c752"} 79849 node_network_iface_id{device="veth9b70925"} 82486 node_network_iface_id{device="veth9bab89c"} 84244 node_network_iface_id{device="veth9d684ff"} 85090 node_network_iface_id{device="veth9e621de"} 85115 node_network_iface_id{device="veth9ecd6a4"} 211 node_network_iface_id{device="vetha347c19"} 72880 node_network_iface_id{device="vetha7c14fc"} 84230 node_network_iface_id{device="vetha9427ba"} 84682 node_network_iface_id{device="vethac20db9"} 84678 node_network_iface_id{device="vethae46a3f"} 202 node_network_iface_id{device="vethb2d2e0f"} 196 node_network_iface_id{device="vethc0ba087"} 219 node_network_iface_id{device="vethc9bef18"} 208 node_network_iface_id{device="vethcb7b8eb"} 85094 node_network_iface_id{device="vethd2205b5"} 197 node_network_iface_id{device="vethd22d774"} 84229 node_network_iface_id{device="vethd436acc"} 82502 node_network_iface_id{device="vethdba15b2"} 72873 node_network_iface_id{device="vethe08a470"} 82484 node_network_iface_id{device="vethe230a69"} 82493 node_network_iface_id{device="vethe690fc2"} 72878 node_network_iface_id{device="vethe865785"} 82491 node_network_iface_id{device="vethe8f3568"} 203 node_network_iface_id{device="vethf18e108"} 82505 node_network_iface_id{device="vethf21fb3b"} 437 node_network_iface_id{device="vethf3ef56a"} 82496 node_network_iface_id{device="vethf401c34"} 83157 node_network_iface_id{device="vethf69e7f9"} 79834 node_network_iface_id{device="vethf75dc54"} 212 node_network_iface_id{device="vethf85a560"} 83136 node_network_iface_id{device="vethfb0038a"} 82499 node_network_iface_id{device="vethfbc5ace"} 84224 node_network_iface_id{device="vethfcfedc2"} 83151 node_network_iface_id{device="vethffee750"} 79838 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-0d63b479b4b9"} 442 node_network_iface_link{device="br-1428219eb778"} 5 node_network_iface_link{device="br-1c2879387cc5"} 72872 node_network_iface_link{device="br-6111cdc50d92"} 6 node_network_iface_link{device="br-91b42fdeda0f"} 8 node_network_iface_link{device="br-c8c58283364b"} 9 node_network_iface_link{device="br-e2635afb1c14"} 10 node_network_iface_link{device="docker0"} 3 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth015707e"} 2 node_network_iface_link{device="veth0172ebe"} 113 node_network_iface_link{device="veth025d216"} 118 node_network_iface_link{device="veth0651fcc"} 2 node_network_iface_link{device="veth08c8cfd"} 3 node_network_iface_link{device="veth0904270"} 2 node_network_iface_link{device="veth092222b"} 2 node_network_iface_link{device="veth0d0efa0"} 2 node_network_iface_link{device="veth0e6be70"} 2 node_network_iface_link{device="veth10a6ed7"} 2 node_network_iface_link{device="veth13d80ba"} 2 node_network_iface_link{device="veth148dedb"} 2 node_network_iface_link{device="veth162e0b3"} 114 node_network_iface_link{device="veth16b28c6"} 2 node_network_iface_link{device="veth183b835"} 2 node_network_iface_link{device="veth18b1efd"} 2 node_network_iface_link{device="veth19e1c2a"} 2 node_network_iface_link{device="veth1e944cd"} 3 node_network_iface_link{device="veth203a9f1"} 2 node_network_iface_link{device="veth2292c77"} 2 node_network_iface_link{device="veth253ffb2"} 2 node_network_iface_link{device="veth2937fc4"} 116 node_network_iface_link{device="veth2f8f01d"} 2 node_network_iface_link{device="veth305ee9b"} 3 node_network_iface_link{device="veth32da1d2"} 2 node_network_iface_link{device="veth346b882"} 114 node_network_iface_link{device="veth35b693c"} 3 node_network_iface_link{device="veth371795c"} 3 node_network_iface_link{device="veth371e641"} 2 node_network_iface_link{device="veth37c0d48"} 117 node_network_iface_link{device="veth3908fc6"} 118 node_network_iface_link{device="veth3ab75f9"} 90 node_network_iface_link{device="veth3d25899"} 2 node_network_iface_link{device="veth4173ec7"} 2 node_network_iface_link{device="veth42c4d49"} 79 node_network_iface_link{device="veth44350fc"} 2 node_network_iface_link{device="veth4b32b94"} 2 node_network_iface_link{device="veth4bdaff1"} 2 node_network_iface_link{device="veth4c38a6d"} 2 node_network_iface_link{device="veth4f419a0"} 2 node_network_iface_link{device="veth533c38b"} 2 node_network_iface_link{device="veth5558638"} 2 node_network_iface_link{device="veth5686993"} 2 node_network_iface_link{device="veth5938775"} 3 node_network_iface_link{device="veth5a1b55a"} 2 node_network_iface_link{device="veth5b51a30"} 2 node_network_iface_link{device="veth5bbf640"} 3 node_network_iface_link{device="veth5bceda3"} 2 node_network_iface_link{device="veth5c39a0a"} 116 node_network_iface_link{device="veth5e43bcb"} 2 node_network_iface_link{device="veth601ec83"} 76 node_network_iface_link{device="veth605be4d"} 2 node_network_iface_link{device="veth61980ca"} 2 node_network_iface_link{device="veth62c41d4"} 2 node_network_iface_link{device="veth658a7e3"} 102 node_network_iface_link{device="veth66bcb5f"} 2 node_network_iface_link{device="veth673e18d"} 58 node_network_iface_link{device="veth68bf5a7"} 2 node_network_iface_link{device="veth6963b13"} 2 node_network_iface_link{device="veth6a107ec"} 2 node_network_iface_link{device="veth6a77c73"} 2 node_network_iface_link{device="veth6e3eeb7"} 2 node_network_iface_link{device="veth7225b8f"} 2 node_network_iface_link{device="veth740b1f4"} 2 node_network_iface_link{device="veth763d7a5"} 2 node_network_iface_link{device="veth777df4e"} 2 node_network_iface_link{device="veth7cce984"} 2 node_network_iface_link{device="veth8aa45ff"} 2 node_network_iface_link{device="veth8bf17cd"} 2 node_network_iface_link{device="veth90f3423"} 3 node_network_iface_link{device="veth915ddc9"} 2 node_network_iface_link{device="veth928414f"} 2 node_network_iface_link{device="veth92bd8a4"} 2 node_network_iface_link{device="veth9506749"} 2 node_network_iface_link{device="veth968c752"} 116 node_network_iface_link{device="veth9b70925"} 2 node_network_iface_link{device="veth9bab89c"} 2 node_network_iface_link{device="veth9d684ff"} 2 node_network_iface_link{device="veth9e621de"} 2 node_network_iface_link{device="veth9ecd6a4"} 2 node_network_iface_link{device="vetha347c19"} 2 node_network_iface_link{device="vetha7c14fc"} 3 node_network_iface_link{device="vetha9427ba"} 2 node_network_iface_link{device="vethac20db9"} 2 node_network_iface_link{device="vethae46a3f"} 2 node_network_iface_link{device="vethb2d2e0f"} 2 node_network_iface_link{device="vethc0ba087"} 2 node_network_iface_link{device="vethc9bef18"} 2 node_network_iface_link{device="vethcb7b8eb"} 2 node_network_iface_link{device="vethd2205b5"} 2 node_network_iface_link{device="vethd22d774"} 2 node_network_iface_link{device="vethd436acc"} 2 node_network_iface_link{device="vethdba15b2"} 2 node_network_iface_link{device="vethe08a470"} 2 node_network_iface_link{device="vethe230a69"} 2 node_network_iface_link{device="vethe690fc2"} 2 node_network_iface_link{device="vethe865785"} 2 node_network_iface_link{device="vethe8f3568"} 2 node_network_iface_link{device="vethf18e108"} 2 node_network_iface_link{device="vethf21fb3b"} 2 node_network_iface_link{device="vethf3ef56a"} 2 node_network_iface_link{device="vethf401c34"} 2 node_network_iface_link{device="vethf69e7f9"} 116 node_network_iface_link{device="vethf75dc54"} 2 node_network_iface_link{device="vethf85a560"} 2 node_network_iface_link{device="vethfb0038a"} 2 node_network_iface_link{device="vethfbc5ace"} 2 node_network_iface_link{device="vethfcfedc2"} 2 node_network_iface_link{device="vethffee750"} 117 # 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-0d63b479b4b9"} 0 node_network_iface_link_mode{device="br-1428219eb778"} 0 node_network_iface_link_mode{device="br-1c2879387cc5"} 0 node_network_iface_link_mode{device="br-6111cdc50d92"} 0 node_network_iface_link_mode{device="br-91b42fdeda0f"} 0 node_network_iface_link_mode{device="br-c8c58283364b"} 0 node_network_iface_link_mode{device="br-e2635afb1c14"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth015707e"} 0 node_network_iface_link_mode{device="veth0172ebe"} 0 node_network_iface_link_mode{device="veth025d216"} 0 node_network_iface_link_mode{device="veth0651fcc"} 0 node_network_iface_link_mode{device="veth08c8cfd"} 0 node_network_iface_link_mode{device="veth0904270"} 0 node_network_iface_link_mode{device="veth092222b"} 0 node_network_iface_link_mode{device="veth0d0efa0"} 0 node_network_iface_link_mode{device="veth0e6be70"} 0 node_network_iface_link_mode{device="veth10a6ed7"} 0 node_network_iface_link_mode{device="veth13d80ba"} 0 node_network_iface_link_mode{device="veth148dedb"} 0 node_network_iface_link_mode{device="veth162e0b3"} 0 node_network_iface_link_mode{device="veth16b28c6"} 0 node_network_iface_link_mode{device="veth183b835"} 0 node_network_iface_link_mode{device="veth18b1efd"} 0 node_network_iface_link_mode{device="veth19e1c2a"} 0 node_network_iface_link_mode{device="veth1e944cd"} 0 node_network_iface_link_mode{device="veth203a9f1"} 0 node_network_iface_link_mode{device="veth2292c77"} 0 node_network_iface_link_mode{device="veth253ffb2"} 0 node_network_iface_link_mode{device="veth2937fc4"} 0 node_network_iface_link_mode{device="veth2f8f01d"} 0 node_network_iface_link_mode{device="veth305ee9b"} 0 node_network_iface_link_mode{device="veth32da1d2"} 0 node_network_iface_link_mode{device="veth346b882"} 0 node_network_iface_link_mode{device="veth35b693c"} 0 node_network_iface_link_mode{device="veth371795c"} 0 node_network_iface_link_mode{device="veth371e641"} 0 node_network_iface_link_mode{device="veth37c0d48"} 0 node_network_iface_link_mode{device="veth3908fc6"} 0 node_network_iface_link_mode{device="veth3ab75f9"} 0 node_network_iface_link_mode{device="veth3d25899"} 0 node_network_iface_link_mode{device="veth4173ec7"} 0 node_network_iface_link_mode{device="veth42c4d49"} 0 node_network_iface_link_mode{device="veth44350fc"} 0 node_network_iface_link_mode{device="veth4b32b94"} 0 node_network_iface_link_mode{device="veth4bdaff1"} 0 node_network_iface_link_mode{device="veth4c38a6d"} 0 node_network_iface_link_mode{device="veth4f419a0"} 0 node_network_iface_link_mode{device="veth533c38b"} 0 node_network_iface_link_mode{device="veth5558638"} 0 node_network_iface_link_mode{device="veth5686993"} 0 node_network_iface_link_mode{device="veth5938775"} 0 node_network_iface_link_mode{device="veth5a1b55a"} 0 node_network_iface_link_mode{device="veth5b51a30"} 0 node_network_iface_link_mode{device="veth5bbf640"} 0 node_network_iface_link_mode{device="veth5bceda3"} 0 node_network_iface_link_mode{device="veth5c39a0a"} 0 node_network_iface_link_mode{device="veth5e43bcb"} 0 node_network_iface_link_mode{device="veth601ec83"} 0 node_network_iface_link_mode{device="veth605be4d"} 0 node_network_iface_link_mode{device="veth61980ca"} 0 node_network_iface_link_mode{device="veth62c41d4"} 0 node_network_iface_link_mode{device="veth658a7e3"} 0 node_network_iface_link_mode{device="veth66bcb5f"} 0 node_network_iface_link_mode{device="veth673e18d"} 0 node_network_iface_link_mode{device="veth68bf5a7"} 0 node_network_iface_link_mode{device="veth6963b13"} 0 node_network_iface_link_mode{device="veth6a107ec"} 0 node_network_iface_link_mode{device="veth6a77c73"} 0 node_network_iface_link_mode{device="veth6e3eeb7"} 0 node_network_iface_link_mode{device="veth7225b8f"} 0 node_network_iface_link_mode{device="veth740b1f4"} 0 node_network_iface_link_mode{device="veth763d7a5"} 0 node_network_iface_link_mode{device="veth777df4e"} 0 node_network_iface_link_mode{device="veth7cce984"} 0 node_network_iface_link_mode{device="veth8aa45ff"} 0 node_network_iface_link_mode{device="veth8bf17cd"} 0 node_network_iface_link_mode{device="veth90f3423"} 0 node_network_iface_link_mode{device="veth915ddc9"} 0 node_network_iface_link_mode{device="veth928414f"} 0 node_network_iface_link_mode{device="veth92bd8a4"} 0 node_network_iface_link_mode{device="veth9506749"} 0 node_network_iface_link_mode{device="veth968c752"} 0 node_network_iface_link_mode{device="veth9b70925"} 0 node_network_iface_link_mode{device="veth9bab89c"} 0 node_network_iface_link_mode{device="veth9d684ff"} 0 node_network_iface_link_mode{device="veth9e621de"} 0 node_network_iface_link_mode{device="veth9ecd6a4"} 0 node_network_iface_link_mode{device="vetha347c19"} 0 node_network_iface_link_mode{device="vetha7c14fc"} 0 node_network_iface_link_mode{device="vetha9427ba"} 0 node_network_iface_link_mode{device="vethac20db9"} 0 node_network_iface_link_mode{device="vethae46a3f"} 0 node_network_iface_link_mode{device="vethb2d2e0f"} 0 node_network_iface_link_mode{device="vethc0ba087"} 0 node_network_iface_link_mode{device="vethc9bef18"} 0 node_network_iface_link_mode{device="vethcb7b8eb"} 0 node_network_iface_link_mode{device="vethd2205b5"} 0 node_network_iface_link_mode{device="vethd22d774"} 0 node_network_iface_link_mode{device="vethd436acc"} 0 node_network_iface_link_mode{device="vethdba15b2"} 0 node_network_iface_link_mode{device="vethe08a470"} 0 node_network_iface_link_mode{device="vethe230a69"} 0 node_network_iface_link_mode{device="vethe690fc2"} 0 node_network_iface_link_mode{device="vethe865785"} 0 node_network_iface_link_mode{device="vethe8f3568"} 0 node_network_iface_link_mode{device="vethf18e108"} 0 node_network_iface_link_mode{device="vethf21fb3b"} 0 node_network_iface_link_mode{device="vethf3ef56a"} 0 node_network_iface_link_mode{device="vethf401c34"} 0 node_network_iface_link_mode{device="vethf69e7f9"} 0 node_network_iface_link_mode{device="vethf75dc54"} 0 node_network_iface_link_mode{device="vethf85a560"} 0 node_network_iface_link_mode{device="vethfb0038a"} 0 node_network_iface_link_mode{device="vethfbc5ace"} 0 node_network_iface_link_mode{device="vethfcfedc2"} 0 node_network_iface_link_mode{device="vethffee750"} 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="06:5d:53:6c:16:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8f3568",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:03:56:55:f9:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth928414f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:37:e3:44:c7:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth32da1d2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:18:48:ca:c0:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4c38a6d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:6c:b1:54:1a:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth183b835",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:79:9e:ed:e5:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb2d2e0f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:89:29:4b:58:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth37c0d48",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:b9:27:cd:cf:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2205b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:3e:83:e7:07:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth605be4d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:d6:48:38:92:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9bef18",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:2b:1d:d0:e3:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a1b55a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:11:06:a8:23:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth763d7a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:6a:41:61:f4:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e6be70",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:c9:72:c6:99:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth92bd8a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:de:f7:25:c3:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0651fcc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:21:fc:7f:61:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth62c41d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:94:ce:ae:1c:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ecd6a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:e0:f1:63:ff:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth015707e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:1e:3f:26:3b:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1428219eb778",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2e:94:8c:49:58:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8aa45ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:c6:c1:32:46:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68bf5a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:d5:0f:d0:5b:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1c2879387cc5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2e:de:7f:b9:d8:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4173ec7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:27:fd:93:13:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf401c34",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:a2:0b:6e:6e:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd22d774",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:4a:fe:23:be:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e944cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:8d:36:2a:96:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5686993",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:3e:29:de:58:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6111cdc50d92",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="46:74:f9:24:9c:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth371e641",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:99:99:00:29:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth18b1efd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:26:90:ac:3a:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth346b882",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:4f:3c:cd:08:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35b693c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:aa:e1:a1:cd:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth148dedb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:0e:12:6c:4a:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d684ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:73:f1:ca:03:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe865785",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:61:a9:7c:36:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b32b94",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:1d:5e:1b:09:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e2635afb1c14",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="5e:c6:f8:69:d8:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4bdaff1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:d2:61:b0:27:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0172ebe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:0c:1d:d8:e3:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth658a7e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:15:4d:81:3c:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethffee750",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:65:5c:26:2e:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf85a560",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:d0:7d:23:2f:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2937fc4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:1c:6e:3a:84:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae46a3f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:28:19:f4:ef:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe690fc2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:0e:07:32:fe:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth66bcb5f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:e3:73:44:eb:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ab75f9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:fe:d7:04:3e:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d0efa0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:04:8e:38:56:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth915ddc9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:30:61:2f:35:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a77c73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:14:e5:fa:3a:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfcfedc2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:66:93:e1:92:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth19e1c2a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:81:c1:3d:42:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe230a69",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:e4:b0:1a:57:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha9427ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:53:b6:c8:a9:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3908fc6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:87:8b:1b:07:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth305ee9b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:58:70:14:73:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf3ef56a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:77:47:8d:db:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth42c4d49",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:79:3a:fd:c1:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7cce984",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:e6:45:fc:92:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d25899",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:5d:ab:0f:e8:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf21fb3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:65:21:82:81:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6e3eeb7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:9f:15:0d:fc:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth203a9f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:04:4a:f7:d5:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e621de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:43:2a:e4:c9:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth025d216",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:b5:7a:e9:ba:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0904270",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:d7:09:83:61:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08c8cfd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:00:02:e6:f3:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="96:25:ab:14:7a:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9bab89c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:4f:60:44:4a:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfbc5ace",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:1c:12:92:07:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf69e7f9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:86:2b:8e:31:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth777df4e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:f6:df:14:41:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c39a0a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:27:23:b3:5d:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5558638",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:40:bf:aa:f1:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="a6:a9:1f:fe:67:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44350fc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:dd:37:dd:bd:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe08a470",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:ef:c8:20:06:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth371795c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:f1:08:27:c3:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10a6ed7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:3d:07:f4:f9:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcb7b8eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:b2:ee:6c:59:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth16b28c6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:0f:ed:66:fa:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth092222b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:34:06:b2:66:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth533c38b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:cd:03:d0:52:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdba15b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:ea:65:0c:35:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a107ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:46:30:fa:82:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth13d80ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:71:d6:47:88:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth968c752",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:7c:5d:97:37:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd436acc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:b3:cd:04:f9:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac20db9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:f2:cd:c9:fd:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf75dc54",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:c1:46:e9:ad:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth253ffb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:5e:77:06:3f:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth162e0b3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:80:99:a0:e9:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6963b13",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:8c:79:b6:ad:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5938775",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:9e:89:31:34:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-91b42fdeda0f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ce:f9:99:b4:20:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5bbf640",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:af:c4:67:d1:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8bf17cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:b1:81:8b:5a:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b70925",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:ba:b8:9a:09:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth601ec83",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:24:44:f8:11:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9506749",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:97:4a:1f:7c:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha347c19",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:e8:7f:98:0a:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4f419a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:6a:a5:0b:26:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2292c77",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:89:27:50:e0:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfb0038a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:89:16:9d:36:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0d63b479b4b9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ea:b0:e6:c5:93:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth61980ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:2d:5a:22:c3:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5e43bcb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:69:0b:35:65:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2f8f01d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:f4:79:7e:11:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c8c58283364b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="f6:59:ba:d4:2d:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc0ba087",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:b2:9d:01:c2:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf18e108",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:1d:6a:00:66:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7225b8f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:31:76:09:80:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth90f3423",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:b9:d3:a3:b0:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b51a30",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:7a:e3:fd:44:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth673e18d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:cb:bf:82:13:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7c14fc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:d4:5a:3f:04:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth740b1f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:e8:1c:92:01:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5bceda3",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-0d63b479b4b9"} 1500 node_network_mtu_bytes{device="br-1428219eb778"} 1500 node_network_mtu_bytes{device="br-1c2879387cc5"} 1500 node_network_mtu_bytes{device="br-6111cdc50d92"} 1500 node_network_mtu_bytes{device="br-91b42fdeda0f"} 1500 node_network_mtu_bytes{device="br-c8c58283364b"} 1500 node_network_mtu_bytes{device="br-e2635afb1c14"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth015707e"} 1500 node_network_mtu_bytes{device="veth0172ebe"} 1500 node_network_mtu_bytes{device="veth025d216"} 1500 node_network_mtu_bytes{device="veth0651fcc"} 1500 node_network_mtu_bytes{device="veth08c8cfd"} 1500 node_network_mtu_bytes{device="veth0904270"} 1500 node_network_mtu_bytes{device="veth092222b"} 1500 node_network_mtu_bytes{device="veth0d0efa0"} 1500 node_network_mtu_bytes{device="veth0e6be70"} 1500 node_network_mtu_bytes{device="veth10a6ed7"} 1500 node_network_mtu_bytes{device="veth13d80ba"} 1500 node_network_mtu_bytes{device="veth148dedb"} 1500 node_network_mtu_bytes{device="veth162e0b3"} 1500 node_network_mtu_bytes{device="veth16b28c6"} 1500 node_network_mtu_bytes{device="veth183b835"} 1500 node_network_mtu_bytes{device="veth18b1efd"} 1500 node_network_mtu_bytes{device="veth19e1c2a"} 1500 node_network_mtu_bytes{device="veth1e944cd"} 1500 node_network_mtu_bytes{device="veth203a9f1"} 1500 node_network_mtu_bytes{device="veth2292c77"} 1500 node_network_mtu_bytes{device="veth253ffb2"} 1500 node_network_mtu_bytes{device="veth2937fc4"} 1500 node_network_mtu_bytes{device="veth2f8f01d"} 1500 node_network_mtu_bytes{device="veth305ee9b"} 1500 node_network_mtu_bytes{device="veth32da1d2"} 1500 node_network_mtu_bytes{device="veth346b882"} 1500 node_network_mtu_bytes{device="veth35b693c"} 1500 node_network_mtu_bytes{device="veth371795c"} 1500 node_network_mtu_bytes{device="veth371e641"} 1500 node_network_mtu_bytes{device="veth37c0d48"} 1500 node_network_mtu_bytes{device="veth3908fc6"} 1500 node_network_mtu_bytes{device="veth3ab75f9"} 1500 node_network_mtu_bytes{device="veth3d25899"} 1500 node_network_mtu_bytes{device="veth4173ec7"} 1500 node_network_mtu_bytes{device="veth42c4d49"} 1500 node_network_mtu_bytes{device="veth44350fc"} 1500 node_network_mtu_bytes{device="veth4b32b94"} 1500 node_network_mtu_bytes{device="veth4bdaff1"} 1500 node_network_mtu_bytes{device="veth4c38a6d"} 1500 node_network_mtu_bytes{device="veth4f419a0"} 1500 node_network_mtu_bytes{device="veth533c38b"} 1500 node_network_mtu_bytes{device="veth5558638"} 1500 node_network_mtu_bytes{device="veth5686993"} 1500 node_network_mtu_bytes{device="veth5938775"} 1500 node_network_mtu_bytes{device="veth5a1b55a"} 1500 node_network_mtu_bytes{device="veth5b51a30"} 1500 node_network_mtu_bytes{device="veth5bbf640"} 1500 node_network_mtu_bytes{device="veth5bceda3"} 1500 node_network_mtu_bytes{device="veth5c39a0a"} 1500 node_network_mtu_bytes{device="veth5e43bcb"} 1500 node_network_mtu_bytes{device="veth601ec83"} 1500 node_network_mtu_bytes{device="veth605be4d"} 1500 node_network_mtu_bytes{device="veth61980ca"} 1500 node_network_mtu_bytes{device="veth62c41d4"} 1500 node_network_mtu_bytes{device="veth658a7e3"} 1500 node_network_mtu_bytes{device="veth66bcb5f"} 1500 node_network_mtu_bytes{device="veth673e18d"} 1500 node_network_mtu_bytes{device="veth68bf5a7"} 1500 node_network_mtu_bytes{device="veth6963b13"} 1500 node_network_mtu_bytes{device="veth6a107ec"} 1500 node_network_mtu_bytes{device="veth6a77c73"} 1500 node_network_mtu_bytes{device="veth6e3eeb7"} 1500 node_network_mtu_bytes{device="veth7225b8f"} 1500 node_network_mtu_bytes{device="veth740b1f4"} 1500 node_network_mtu_bytes{device="veth763d7a5"} 1500 node_network_mtu_bytes{device="veth777df4e"} 1500 node_network_mtu_bytes{device="veth7cce984"} 1500 node_network_mtu_bytes{device="veth8aa45ff"} 1500 node_network_mtu_bytes{device="veth8bf17cd"} 1500 node_network_mtu_bytes{device="veth90f3423"} 1500 node_network_mtu_bytes{device="veth915ddc9"} 1500 node_network_mtu_bytes{device="veth928414f"} 1500 node_network_mtu_bytes{device="veth92bd8a4"} 1500 node_network_mtu_bytes{device="veth9506749"} 1500 node_network_mtu_bytes{device="veth968c752"} 1500 node_network_mtu_bytes{device="veth9b70925"} 1500 node_network_mtu_bytes{device="veth9bab89c"} 1500 node_network_mtu_bytes{device="veth9d684ff"} 1500 node_network_mtu_bytes{device="veth9e621de"} 1500 node_network_mtu_bytes{device="veth9ecd6a4"} 1500 node_network_mtu_bytes{device="vetha347c19"} 1500 node_network_mtu_bytes{device="vetha7c14fc"} 1500 node_network_mtu_bytes{device="vetha9427ba"} 1500 node_network_mtu_bytes{device="vethac20db9"} 1500 node_network_mtu_bytes{device="vethae46a3f"} 1500 node_network_mtu_bytes{device="vethb2d2e0f"} 1500 node_network_mtu_bytes{device="vethc0ba087"} 1500 node_network_mtu_bytes{device="vethc9bef18"} 1500 node_network_mtu_bytes{device="vethcb7b8eb"} 1500 node_network_mtu_bytes{device="vethd2205b5"} 1500 node_network_mtu_bytes{device="vethd22d774"} 1500 node_network_mtu_bytes{device="vethd436acc"} 1500 node_network_mtu_bytes{device="vethdba15b2"} 1500 node_network_mtu_bytes{device="vethe08a470"} 1500 node_network_mtu_bytes{device="vethe230a69"} 1500 node_network_mtu_bytes{device="vethe690fc2"} 1500 node_network_mtu_bytes{device="vethe865785"} 1500 node_network_mtu_bytes{device="vethe8f3568"} 1500 node_network_mtu_bytes{device="vethf18e108"} 1500 node_network_mtu_bytes{device="vethf21fb3b"} 1500 node_network_mtu_bytes{device="vethf3ef56a"} 1500 node_network_mtu_bytes{device="vethf401c34"} 1500 node_network_mtu_bytes{device="vethf69e7f9"} 1500 node_network_mtu_bytes{device="vethf75dc54"} 1500 node_network_mtu_bytes{device="vethf85a560"} 1500 node_network_mtu_bytes{device="vethfb0038a"} 1500 node_network_mtu_bytes{device="vethfbc5ace"} 1500 node_network_mtu_bytes{device="vethfcfedc2"} 1500 node_network_mtu_bytes{device="vethffee750"} 1500 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="br-0d63b479b4b9"} 3 node_network_name_assign_type{device="br-1428219eb778"} 3 node_network_name_assign_type{device="br-1c2879387cc5"} 3 node_network_name_assign_type{device="br-6111cdc50d92"} 3 node_network_name_assign_type{device="br-91b42fdeda0f"} 3 node_network_name_assign_type{device="br-c8c58283364b"} 3 node_network_name_assign_type{device="br-e2635afb1c14"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="eth0"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth015707e"} 3 node_network_name_assign_type{device="veth0172ebe"} 3 node_network_name_assign_type{device="veth025d216"} 3 node_network_name_assign_type{device="veth0651fcc"} 3 node_network_name_assign_type{device="veth08c8cfd"} 3 node_network_name_assign_type{device="veth0904270"} 3 node_network_name_assign_type{device="veth092222b"} 3 node_network_name_assign_type{device="veth0d0efa0"} 3 node_network_name_assign_type{device="veth0e6be70"} 3 node_network_name_assign_type{device="veth10a6ed7"} 3 node_network_name_assign_type{device="veth13d80ba"} 3 node_network_name_assign_type{device="veth148dedb"} 3 node_network_name_assign_type{device="veth162e0b3"} 3 node_network_name_assign_type{device="veth16b28c6"} 3 node_network_name_assign_type{device="veth183b835"} 3 node_network_name_assign_type{device="veth18b1efd"} 3 node_network_name_assign_type{device="veth19e1c2a"} 3 node_network_name_assign_type{device="veth1e944cd"} 3 node_network_name_assign_type{device="veth203a9f1"} 3 node_network_name_assign_type{device="veth2292c77"} 3 node_network_name_assign_type{device="veth253ffb2"} 3 node_network_name_assign_type{device="veth2937fc4"} 3 node_network_name_assign_type{device="veth2f8f01d"} 3 node_network_name_assign_type{device="veth305ee9b"} 3 node_network_name_assign_type{device="veth32da1d2"} 3 node_network_name_assign_type{device="veth346b882"} 3 node_network_name_assign_type{device="veth35b693c"} 3 node_network_name_assign_type{device="veth371795c"} 3 node_network_name_assign_type{device="veth371e641"} 3 node_network_name_assign_type{device="veth37c0d48"} 3 node_network_name_assign_type{device="veth3908fc6"} 3 node_network_name_assign_type{device="veth3ab75f9"} 3 node_network_name_assign_type{device="veth3d25899"} 3 node_network_name_assign_type{device="veth4173ec7"} 3 node_network_name_assign_type{device="veth42c4d49"} 3 node_network_name_assign_type{device="veth44350fc"} 3 node_network_name_assign_type{device="veth4b32b94"} 3 node_network_name_assign_type{device="veth4bdaff1"} 3 node_network_name_assign_type{device="veth4c38a6d"} 3 node_network_name_assign_type{device="veth4f419a0"} 3 node_network_name_assign_type{device="veth533c38b"} 3 node_network_name_assign_type{device="veth5558638"} 3 node_network_name_assign_type{device="veth5686993"} 3 node_network_name_assign_type{device="veth5938775"} 3 node_network_name_assign_type{device="veth5a1b55a"} 3 node_network_name_assign_type{device="veth5b51a30"} 3 node_network_name_assign_type{device="veth5bbf640"} 3 node_network_name_assign_type{device="veth5bceda3"} 3 node_network_name_assign_type{device="veth5c39a0a"} 3 node_network_name_assign_type{device="veth5e43bcb"} 3 node_network_name_assign_type{device="veth601ec83"} 3 node_network_name_assign_type{device="veth605be4d"} 3 node_network_name_assign_type{device="veth61980ca"} 3 node_network_name_assign_type{device="veth62c41d4"} 3 node_network_name_assign_type{device="veth658a7e3"} 3 node_network_name_assign_type{device="veth66bcb5f"} 3 node_network_name_assign_type{device="veth673e18d"} 3 node_network_name_assign_type{device="veth68bf5a7"} 3 node_network_name_assign_type{device="veth6963b13"} 3 node_network_name_assign_type{device="veth6a107ec"} 3 node_network_name_assign_type{device="veth6a77c73"} 3 node_network_name_assign_type{device="veth6e3eeb7"} 3 node_network_name_assign_type{device="veth7225b8f"} 3 node_network_name_assign_type{device="veth740b1f4"} 3 node_network_name_assign_type{device="veth763d7a5"} 3 node_network_name_assign_type{device="veth777df4e"} 3 node_network_name_assign_type{device="veth7cce984"} 3 node_network_name_assign_type{device="veth8aa45ff"} 3 node_network_name_assign_type{device="veth8bf17cd"} 3 node_network_name_assign_type{device="veth90f3423"} 3 node_network_name_assign_type{device="veth915ddc9"} 3 node_network_name_assign_type{device="veth928414f"} 3 node_network_name_assign_type{device="veth92bd8a4"} 3 node_network_name_assign_type{device="veth9506749"} 3 node_network_name_assign_type{device="veth968c752"} 3 node_network_name_assign_type{device="veth9b70925"} 3 node_network_name_assign_type{device="veth9bab89c"} 3 node_network_name_assign_type{device="veth9d684ff"} 3 node_network_name_assign_type{device="veth9e621de"} 3 node_network_name_assign_type{device="veth9ecd6a4"} 3 node_network_name_assign_type{device="vetha347c19"} 3 node_network_name_assign_type{device="vetha7c14fc"} 3 node_network_name_assign_type{device="vetha9427ba"} 3 node_network_name_assign_type{device="vethac20db9"} 3 node_network_name_assign_type{device="vethae46a3f"} 3 node_network_name_assign_type{device="vethb2d2e0f"} 3 node_network_name_assign_type{device="vethc0ba087"} 3 node_network_name_assign_type{device="vethc9bef18"} 3 node_network_name_assign_type{device="vethcb7b8eb"} 3 node_network_name_assign_type{device="vethd2205b5"} 3 node_network_name_assign_type{device="vethd22d774"} 3 node_network_name_assign_type{device="vethd436acc"} 3 node_network_name_assign_type{device="vethdba15b2"} 3 node_network_name_assign_type{device="vethe08a470"} 3 node_network_name_assign_type{device="vethe230a69"} 3 node_network_name_assign_type{device="vethe690fc2"} 3 node_network_name_assign_type{device="vethe865785"} 3 node_network_name_assign_type{device="vethe8f3568"} 3 node_network_name_assign_type{device="vethf18e108"} 3 node_network_name_assign_type{device="vethf21fb3b"} 3 node_network_name_assign_type{device="vethf3ef56a"} 3 node_network_name_assign_type{device="vethf401c34"} 3 node_network_name_assign_type{device="vethf69e7f9"} 3 node_network_name_assign_type{device="vethf75dc54"} 3 node_network_name_assign_type{device="vethf85a560"} 3 node_network_name_assign_type{device="vethfb0038a"} 3 node_network_name_assign_type{device="vethfbc5ace"} 3 node_network_name_assign_type{device="vethfcfedc2"} 3 node_network_name_assign_type{device="vethffee750"} 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-0d63b479b4b9"} 0 node_network_net_dev_group{device="br-1428219eb778"} 0 node_network_net_dev_group{device="br-1c2879387cc5"} 0 node_network_net_dev_group{device="br-6111cdc50d92"} 0 node_network_net_dev_group{device="br-91b42fdeda0f"} 0 node_network_net_dev_group{device="br-c8c58283364b"} 0 node_network_net_dev_group{device="br-e2635afb1c14"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth015707e"} 0 node_network_net_dev_group{device="veth0172ebe"} 0 node_network_net_dev_group{device="veth025d216"} 0 node_network_net_dev_group{device="veth0651fcc"} 0 node_network_net_dev_group{device="veth08c8cfd"} 0 node_network_net_dev_group{device="veth0904270"} 0 node_network_net_dev_group{device="veth092222b"} 0 node_network_net_dev_group{device="veth0d0efa0"} 0 node_network_net_dev_group{device="veth0e6be70"} 0 node_network_net_dev_group{device="veth10a6ed7"} 0 node_network_net_dev_group{device="veth13d80ba"} 0 node_network_net_dev_group{device="veth148dedb"} 0 node_network_net_dev_group{device="veth162e0b3"} 0 node_network_net_dev_group{device="veth16b28c6"} 0 node_network_net_dev_group{device="veth183b835"} 0 node_network_net_dev_group{device="veth18b1efd"} 0 node_network_net_dev_group{device="veth19e1c2a"} 0 node_network_net_dev_group{device="veth1e944cd"} 0 node_network_net_dev_group{device="veth203a9f1"} 0 node_network_net_dev_group{device="veth2292c77"} 0 node_network_net_dev_group{device="veth253ffb2"} 0 node_network_net_dev_group{device="veth2937fc4"} 0 node_network_net_dev_group{device="veth2f8f01d"} 0 node_network_net_dev_group{device="veth305ee9b"} 0 node_network_net_dev_group{device="veth32da1d2"} 0 node_network_net_dev_group{device="veth346b882"} 0 node_network_net_dev_group{device="veth35b693c"} 0 node_network_net_dev_group{device="veth371795c"} 0 node_network_net_dev_group{device="veth371e641"} 0 node_network_net_dev_group{device="veth37c0d48"} 0 node_network_net_dev_group{device="veth3908fc6"} 0 node_network_net_dev_group{device="veth3ab75f9"} 0 node_network_net_dev_group{device="veth3d25899"} 0 node_network_net_dev_group{device="veth4173ec7"} 0 node_network_net_dev_group{device="veth42c4d49"} 0 node_network_net_dev_group{device="veth44350fc"} 0 node_network_net_dev_group{device="veth4b32b94"} 0 node_network_net_dev_group{device="veth4bdaff1"} 0 node_network_net_dev_group{device="veth4c38a6d"} 0 node_network_net_dev_group{device="veth4f419a0"} 0 node_network_net_dev_group{device="veth533c38b"} 0 node_network_net_dev_group{device="veth5558638"} 0 node_network_net_dev_group{device="veth5686993"} 0 node_network_net_dev_group{device="veth5938775"} 0 node_network_net_dev_group{device="veth5a1b55a"} 0 node_network_net_dev_group{device="veth5b51a30"} 0 node_network_net_dev_group{device="veth5bbf640"} 0 node_network_net_dev_group{device="veth5bceda3"} 0 node_network_net_dev_group{device="veth5c39a0a"} 0 node_network_net_dev_group{device="veth5e43bcb"} 0 node_network_net_dev_group{device="veth601ec83"} 0 node_network_net_dev_group{device="veth605be4d"} 0 node_network_net_dev_group{device="veth61980ca"} 0 node_network_net_dev_group{device="veth62c41d4"} 0 node_network_net_dev_group{device="veth658a7e3"} 0 node_network_net_dev_group{device="veth66bcb5f"} 0 node_network_net_dev_group{device="veth673e18d"} 0 node_network_net_dev_group{device="veth68bf5a7"} 0 node_network_net_dev_group{device="veth6963b13"} 0 node_network_net_dev_group{device="veth6a107ec"} 0 node_network_net_dev_group{device="veth6a77c73"} 0 node_network_net_dev_group{device="veth6e3eeb7"} 0 node_network_net_dev_group{device="veth7225b8f"} 0 node_network_net_dev_group{device="veth740b1f4"} 0 node_network_net_dev_group{device="veth763d7a5"} 0 node_network_net_dev_group{device="veth777df4e"} 0 node_network_net_dev_group{device="veth7cce984"} 0 node_network_net_dev_group{device="veth8aa45ff"} 0 node_network_net_dev_group{device="veth8bf17cd"} 0 node_network_net_dev_group{device="veth90f3423"} 0 node_network_net_dev_group{device="veth915ddc9"} 0 node_network_net_dev_group{device="veth928414f"} 0 node_network_net_dev_group{device="veth92bd8a4"} 0 node_network_net_dev_group{device="veth9506749"} 0 node_network_net_dev_group{device="veth968c752"} 0 node_network_net_dev_group{device="veth9b70925"} 0 node_network_net_dev_group{device="veth9bab89c"} 0 node_network_net_dev_group{device="veth9d684ff"} 0 node_network_net_dev_group{device="veth9e621de"} 0 node_network_net_dev_group{device="veth9ecd6a4"} 0 node_network_net_dev_group{device="vetha347c19"} 0 node_network_net_dev_group{device="vetha7c14fc"} 0 node_network_net_dev_group{device="vetha9427ba"} 0 node_network_net_dev_group{device="vethac20db9"} 0 node_network_net_dev_group{device="vethae46a3f"} 0 node_network_net_dev_group{device="vethb2d2e0f"} 0 node_network_net_dev_group{device="vethc0ba087"} 0 node_network_net_dev_group{device="vethc9bef18"} 0 node_network_net_dev_group{device="vethcb7b8eb"} 0 node_network_net_dev_group{device="vethd2205b5"} 0 node_network_net_dev_group{device="vethd22d774"} 0 node_network_net_dev_group{device="vethd436acc"} 0 node_network_net_dev_group{device="vethdba15b2"} 0 node_network_net_dev_group{device="vethe08a470"} 0 node_network_net_dev_group{device="vethe230a69"} 0 node_network_net_dev_group{device="vethe690fc2"} 0 node_network_net_dev_group{device="vethe865785"} 0 node_network_net_dev_group{device="vethe8f3568"} 0 node_network_net_dev_group{device="vethf18e108"} 0 node_network_net_dev_group{device="vethf21fb3b"} 0 node_network_net_dev_group{device="vethf3ef56a"} 0 node_network_net_dev_group{device="vethf401c34"} 0 node_network_net_dev_group{device="vethf69e7f9"} 0 node_network_net_dev_group{device="vethf75dc54"} 0 node_network_net_dev_group{device="vethf85a560"} 0 node_network_net_dev_group{device="vethfb0038a"} 0 node_network_net_dev_group{device="vethfbc5ace"} 0 node_network_net_dev_group{device="vethfcfedc2"} 0 node_network_net_dev_group{device="vethffee750"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-0d63b479b4b9"} 1 node_network_protocol_type{device="br-1428219eb778"} 1 node_network_protocol_type{device="br-1c2879387cc5"} 1 node_network_protocol_type{device="br-6111cdc50d92"} 1 node_network_protocol_type{device="br-91b42fdeda0f"} 1 node_network_protocol_type{device="br-c8c58283364b"} 1 node_network_protocol_type{device="br-e2635afb1c14"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth015707e"} 1 node_network_protocol_type{device="veth0172ebe"} 1 node_network_protocol_type{device="veth025d216"} 1 node_network_protocol_type{device="veth0651fcc"} 1 node_network_protocol_type{device="veth08c8cfd"} 1 node_network_protocol_type{device="veth0904270"} 1 node_network_protocol_type{device="veth092222b"} 1 node_network_protocol_type{device="veth0d0efa0"} 1 node_network_protocol_type{device="veth0e6be70"} 1 node_network_protocol_type{device="veth10a6ed7"} 1 node_network_protocol_type{device="veth13d80ba"} 1 node_network_protocol_type{device="veth148dedb"} 1 node_network_protocol_type{device="veth162e0b3"} 1 node_network_protocol_type{device="veth16b28c6"} 1 node_network_protocol_type{device="veth183b835"} 1 node_network_protocol_type{device="veth18b1efd"} 1 node_network_protocol_type{device="veth19e1c2a"} 1 node_network_protocol_type{device="veth1e944cd"} 1 node_network_protocol_type{device="veth203a9f1"} 1 node_network_protocol_type{device="veth2292c77"} 1 node_network_protocol_type{device="veth253ffb2"} 1 node_network_protocol_type{device="veth2937fc4"} 1 node_network_protocol_type{device="veth2f8f01d"} 1 node_network_protocol_type{device="veth305ee9b"} 1 node_network_protocol_type{device="veth32da1d2"} 1 node_network_protocol_type{device="veth346b882"} 1 node_network_protocol_type{device="veth35b693c"} 1 node_network_protocol_type{device="veth371795c"} 1 node_network_protocol_type{device="veth371e641"} 1 node_network_protocol_type{device="veth37c0d48"} 1 node_network_protocol_type{device="veth3908fc6"} 1 node_network_protocol_type{device="veth3ab75f9"} 1 node_network_protocol_type{device="veth3d25899"} 1 node_network_protocol_type{device="veth4173ec7"} 1 node_network_protocol_type{device="veth42c4d49"} 1 node_network_protocol_type{device="veth44350fc"} 1 node_network_protocol_type{device="veth4b32b94"} 1 node_network_protocol_type{device="veth4bdaff1"} 1 node_network_protocol_type{device="veth4c38a6d"} 1 node_network_protocol_type{device="veth4f419a0"} 1 node_network_protocol_type{device="veth533c38b"} 1 node_network_protocol_type{device="veth5558638"} 1 node_network_protocol_type{device="veth5686993"} 1 node_network_protocol_type{device="veth5938775"} 1 node_network_protocol_type{device="veth5a1b55a"} 1 node_network_protocol_type{device="veth5b51a30"} 1 node_network_protocol_type{device="veth5bbf640"} 1 node_network_protocol_type{device="veth5bceda3"} 1 node_network_protocol_type{device="veth5c39a0a"} 1 node_network_protocol_type{device="veth5e43bcb"} 1 node_network_protocol_type{device="veth601ec83"} 1 node_network_protocol_type{device="veth605be4d"} 1 node_network_protocol_type{device="veth61980ca"} 1 node_network_protocol_type{device="veth62c41d4"} 1 node_network_protocol_type{device="veth658a7e3"} 1 node_network_protocol_type{device="veth66bcb5f"} 1 node_network_protocol_type{device="veth673e18d"} 1 node_network_protocol_type{device="veth68bf5a7"} 1 node_network_protocol_type{device="veth6963b13"} 1 node_network_protocol_type{device="veth6a107ec"} 1 node_network_protocol_type{device="veth6a77c73"} 1 node_network_protocol_type{device="veth6e3eeb7"} 1 node_network_protocol_type{device="veth7225b8f"} 1 node_network_protocol_type{device="veth740b1f4"} 1 node_network_protocol_type{device="veth763d7a5"} 1 node_network_protocol_type{device="veth777df4e"} 1 node_network_protocol_type{device="veth7cce984"} 1 node_network_protocol_type{device="veth8aa45ff"} 1 node_network_protocol_type{device="veth8bf17cd"} 1 node_network_protocol_type{device="veth90f3423"} 1 node_network_protocol_type{device="veth915ddc9"} 1 node_network_protocol_type{device="veth928414f"} 1 node_network_protocol_type{device="veth92bd8a4"} 1 node_network_protocol_type{device="veth9506749"} 1 node_network_protocol_type{device="veth968c752"} 1 node_network_protocol_type{device="veth9b70925"} 1 node_network_protocol_type{device="veth9bab89c"} 1 node_network_protocol_type{device="veth9d684ff"} 1 node_network_protocol_type{device="veth9e621de"} 1 node_network_protocol_type{device="veth9ecd6a4"} 1 node_network_protocol_type{device="vetha347c19"} 1 node_network_protocol_type{device="vetha7c14fc"} 1 node_network_protocol_type{device="vetha9427ba"} 1 node_network_protocol_type{device="vethac20db9"} 1 node_network_protocol_type{device="vethae46a3f"} 1 node_network_protocol_type{device="vethb2d2e0f"} 1 node_network_protocol_type{device="vethc0ba087"} 1 node_network_protocol_type{device="vethc9bef18"} 1 node_network_protocol_type{device="vethcb7b8eb"} 1 node_network_protocol_type{device="vethd2205b5"} 1 node_network_protocol_type{device="vethd22d774"} 1 node_network_protocol_type{device="vethd436acc"} 1 node_network_protocol_type{device="vethdba15b2"} 1 node_network_protocol_type{device="vethe08a470"} 1 node_network_protocol_type{device="vethe230a69"} 1 node_network_protocol_type{device="vethe690fc2"} 1 node_network_protocol_type{device="vethe865785"} 1 node_network_protocol_type{device="vethe8f3568"} 1 node_network_protocol_type{device="vethf18e108"} 1 node_network_protocol_type{device="vethf21fb3b"} 1 node_network_protocol_type{device="vethf3ef56a"} 1 node_network_protocol_type{device="vethf401c34"} 1 node_network_protocol_type{device="vethf69e7f9"} 1 node_network_protocol_type{device="vethf75dc54"} 1 node_network_protocol_type{device="vethf85a560"} 1 node_network_protocol_type{device="vethfb0038a"} 1 node_network_protocol_type{device="vethfbc5ace"} 1 node_network_protocol_type{device="vethfcfedc2"} 1 node_network_protocol_type{device="vethffee750"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eth0"} 488942 node_network_receive_bytes_total{device="eth1"} 2.458334552e+09 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="eth1"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="eth1"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="eth1"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="eth1"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="eth1"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="eth1"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="eth1"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="eth0"} 6981 node_network_receive_packets_total{device="eth1"} 2.0294843e+07 node_network_receive_packets_total{device="lo"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-0d63b479b4b9"} 1.25e+09 node_network_speed_bytes{device="br-1428219eb778"} 1.25e+09 node_network_speed_bytes{device="br-1c2879387cc5"} 1.25e+09 node_network_speed_bytes{device="br-6111cdc50d92"} 1.25e+09 node_network_speed_bytes{device="br-91b42fdeda0f"} 1.25e+09 node_network_speed_bytes{device="br-c8c58283364b"} 1.25e+09 node_network_speed_bytes{device="br-e2635afb1c14"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="veth015707e"} 1.25e+09 node_network_speed_bytes{device="veth0172ebe"} 1.25e+09 node_network_speed_bytes{device="veth025d216"} 1.25e+09 node_network_speed_bytes{device="veth0651fcc"} 1.25e+09 node_network_speed_bytes{device="veth08c8cfd"} 1.25e+09 node_network_speed_bytes{device="veth0904270"} 1.25e+09 node_network_speed_bytes{device="veth092222b"} 1.25e+09 node_network_speed_bytes{device="veth0d0efa0"} 1.25e+09 node_network_speed_bytes{device="veth0e6be70"} 1.25e+09 node_network_speed_bytes{device="veth10a6ed7"} 1.25e+09 node_network_speed_bytes{device="veth13d80ba"} 1.25e+09 node_network_speed_bytes{device="veth148dedb"} 1.25e+09 node_network_speed_bytes{device="veth162e0b3"} 1.25e+09 node_network_speed_bytes{device="veth16b28c6"} 1.25e+09 node_network_speed_bytes{device="veth183b835"} 1.25e+09 node_network_speed_bytes{device="veth18b1efd"} 1.25e+09 node_network_speed_bytes{device="veth19e1c2a"} 1.25e+09 node_network_speed_bytes{device="veth1e944cd"} 1.25e+09 node_network_speed_bytes{device="veth203a9f1"} 1.25e+09 node_network_speed_bytes{device="veth2292c77"} 1.25e+09 node_network_speed_bytes{device="veth253ffb2"} 1.25e+09 node_network_speed_bytes{device="veth2937fc4"} 1.25e+09 node_network_speed_bytes{device="veth2f8f01d"} 1.25e+09 node_network_speed_bytes{device="veth305ee9b"} 1.25e+09 node_network_speed_bytes{device="veth32da1d2"} 1.25e+09 node_network_speed_bytes{device="veth346b882"} 1.25e+09 node_network_speed_bytes{device="veth35b693c"} 1.25e+09 node_network_speed_bytes{device="veth371795c"} 1.25e+09 node_network_speed_bytes{device="veth371e641"} 1.25e+09 node_network_speed_bytes{device="veth37c0d48"} 1.25e+09 node_network_speed_bytes{device="veth3908fc6"} 1.25e+09 node_network_speed_bytes{device="veth3ab75f9"} 1.25e+09 node_network_speed_bytes{device="veth3d25899"} 1.25e+09 node_network_speed_bytes{device="veth4173ec7"} 1.25e+09 node_network_speed_bytes{device="veth42c4d49"} 1.25e+09 node_network_speed_bytes{device="veth44350fc"} 1.25e+09 node_network_speed_bytes{device="veth4b32b94"} 1.25e+09 node_network_speed_bytes{device="veth4bdaff1"} 1.25e+09 node_network_speed_bytes{device="veth4c38a6d"} 1.25e+09 node_network_speed_bytes{device="veth4f419a0"} 1.25e+09 node_network_speed_bytes{device="veth533c38b"} 1.25e+09 node_network_speed_bytes{device="veth5558638"} 1.25e+09 node_network_speed_bytes{device="veth5686993"} 1.25e+09 node_network_speed_bytes{device="veth5938775"} 1.25e+09 node_network_speed_bytes{device="veth5a1b55a"} 1.25e+09 node_network_speed_bytes{device="veth5b51a30"} 1.25e+09 node_network_speed_bytes{device="veth5bbf640"} 1.25e+09 node_network_speed_bytes{device="veth5bceda3"} 1.25e+09 node_network_speed_bytes{device="veth5c39a0a"} 1.25e+09 node_network_speed_bytes{device="veth5e43bcb"} 1.25e+09 node_network_speed_bytes{device="veth601ec83"} 1.25e+09 node_network_speed_bytes{device="veth605be4d"} 1.25e+09 node_network_speed_bytes{device="veth61980ca"} 1.25e+09 node_network_speed_bytes{device="veth62c41d4"} 1.25e+09 node_network_speed_bytes{device="veth658a7e3"} 1.25e+09 node_network_speed_bytes{device="veth66bcb5f"} 1.25e+09 node_network_speed_bytes{device="veth673e18d"} 1.25e+09 node_network_speed_bytes{device="veth68bf5a7"} 1.25e+09 node_network_speed_bytes{device="veth6963b13"} 1.25e+09 node_network_speed_bytes{device="veth6a107ec"} 1.25e+09 node_network_speed_bytes{device="veth6a77c73"} 1.25e+09 node_network_speed_bytes{device="veth6e3eeb7"} 1.25e+09 node_network_speed_bytes{device="veth7225b8f"} 1.25e+09 node_network_speed_bytes{device="veth740b1f4"} 1.25e+09 node_network_speed_bytes{device="veth763d7a5"} 1.25e+09 node_network_speed_bytes{device="veth777df4e"} 1.25e+09 node_network_speed_bytes{device="veth7cce984"} 1.25e+09 node_network_speed_bytes{device="veth8aa45ff"} 1.25e+09 node_network_speed_bytes{device="veth8bf17cd"} 1.25e+09 node_network_speed_bytes{device="veth90f3423"} 1.25e+09 node_network_speed_bytes{device="veth915ddc9"} 1.25e+09 node_network_speed_bytes{device="veth928414f"} 1.25e+09 node_network_speed_bytes{device="veth92bd8a4"} 1.25e+09 node_network_speed_bytes{device="veth9506749"} 1.25e+09 node_network_speed_bytes{device="veth968c752"} 1.25e+09 node_network_speed_bytes{device="veth9b70925"} 1.25e+09 node_network_speed_bytes{device="veth9bab89c"} 1.25e+09 node_network_speed_bytes{device="veth9d684ff"} 1.25e+09 node_network_speed_bytes{device="veth9e621de"} 1.25e+09 node_network_speed_bytes{device="veth9ecd6a4"} 1.25e+09 node_network_speed_bytes{device="vetha347c19"} 1.25e+09 node_network_speed_bytes{device="vetha7c14fc"} 1.25e+09 node_network_speed_bytes{device="vetha9427ba"} 1.25e+09 node_network_speed_bytes{device="vethac20db9"} 1.25e+09 node_network_speed_bytes{device="vethae46a3f"} 1.25e+09 node_network_speed_bytes{device="vethb2d2e0f"} 1.25e+09 node_network_speed_bytes{device="vethc0ba087"} 1.25e+09 node_network_speed_bytes{device="vethc9bef18"} 1.25e+09 node_network_speed_bytes{device="vethcb7b8eb"} 1.25e+09 node_network_speed_bytes{device="vethd2205b5"} 1.25e+09 node_network_speed_bytes{device="vethd22d774"} 1.25e+09 node_network_speed_bytes{device="vethd436acc"} 1.25e+09 node_network_speed_bytes{device="vethdba15b2"} 1.25e+09 node_network_speed_bytes{device="vethe08a470"} 1.25e+09 node_network_speed_bytes{device="vethe230a69"} 1.25e+09 node_network_speed_bytes{device="vethe690fc2"} 1.25e+09 node_network_speed_bytes{device="vethe865785"} 1.25e+09 node_network_speed_bytes{device="vethe8f3568"} 1.25e+09 node_network_speed_bytes{device="vethf18e108"} 1.25e+09 node_network_speed_bytes{device="vethf21fb3b"} 1.25e+09 node_network_speed_bytes{device="vethf3ef56a"} 1.25e+09 node_network_speed_bytes{device="vethf401c34"} 1.25e+09 node_network_speed_bytes{device="vethf69e7f9"} 1.25e+09 node_network_speed_bytes{device="vethf75dc54"} 1.25e+09 node_network_speed_bytes{device="vethf85a560"} 1.25e+09 node_network_speed_bytes{device="vethfb0038a"} 1.25e+09 node_network_speed_bytes{device="vethfbc5ace"} 1.25e+09 node_network_speed_bytes{device="vethfcfedc2"} 1.25e+09 node_network_speed_bytes{device="vethffee750"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 126 node_network_transmit_bytes_total{device="eth1"} 4.7248249081e+10 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="eth1"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="eth1"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="eth1"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="eth1"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="eth1"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="eth1"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 3 node_network_transmit_packets_total{device="eth1"} 1.8476739e+07 node_network_transmit_packets_total{device="lo"} 0 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="br-0d63b479b4b9"} 0 node_network_transmit_queue_length{device="br-1428219eb778"} 0 node_network_transmit_queue_length{device="br-1c2879387cc5"} 0 node_network_transmit_queue_length{device="br-6111cdc50d92"} 0 node_network_transmit_queue_length{device="br-91b42fdeda0f"} 0 node_network_transmit_queue_length{device="br-c8c58283364b"} 0 node_network_transmit_queue_length{device="br-e2635afb1c14"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth015707e"} 0 node_network_transmit_queue_length{device="veth0172ebe"} 0 node_network_transmit_queue_length{device="veth025d216"} 0 node_network_transmit_queue_length{device="veth0651fcc"} 0 node_network_transmit_queue_length{device="veth08c8cfd"} 0 node_network_transmit_queue_length{device="veth0904270"} 0 node_network_transmit_queue_length{device="veth092222b"} 0 node_network_transmit_queue_length{device="veth0d0efa0"} 0 node_network_transmit_queue_length{device="veth0e6be70"} 0 node_network_transmit_queue_length{device="veth10a6ed7"} 0 node_network_transmit_queue_length{device="veth13d80ba"} 0 node_network_transmit_queue_length{device="veth148dedb"} 0 node_network_transmit_queue_length{device="veth162e0b3"} 0 node_network_transmit_queue_length{device="veth16b28c6"} 0 node_network_transmit_queue_length{device="veth183b835"} 0 node_network_transmit_queue_length{device="veth18b1efd"} 0 node_network_transmit_queue_length{device="veth19e1c2a"} 0 node_network_transmit_queue_length{device="veth1e944cd"} 0 node_network_transmit_queue_length{device="veth203a9f1"} 0 node_network_transmit_queue_length{device="veth2292c77"} 0 node_network_transmit_queue_length{device="veth253ffb2"} 0 node_network_transmit_queue_length{device="veth2937fc4"} 0 node_network_transmit_queue_length{device="veth2f8f01d"} 0 node_network_transmit_queue_length{device="veth305ee9b"} 0 node_network_transmit_queue_length{device="veth32da1d2"} 0 node_network_transmit_queue_length{device="veth346b882"} 0 node_network_transmit_queue_length{device="veth35b693c"} 0 node_network_transmit_queue_length{device="veth371795c"} 0 node_network_transmit_queue_length{device="veth371e641"} 0 node_network_transmit_queue_length{device="veth37c0d48"} 0 node_network_transmit_queue_length{device="veth3908fc6"} 0 node_network_transmit_queue_length{device="veth3ab75f9"} 0 node_network_transmit_queue_length{device="veth3d25899"} 0 node_network_transmit_queue_length{device="veth4173ec7"} 0 node_network_transmit_queue_length{device="veth42c4d49"} 0 node_network_transmit_queue_length{device="veth44350fc"} 0 node_network_transmit_queue_length{device="veth4b32b94"} 0 node_network_transmit_queue_length{device="veth4bdaff1"} 0 node_network_transmit_queue_length{device="veth4c38a6d"} 0 node_network_transmit_queue_length{device="veth4f419a0"} 0 node_network_transmit_queue_length{device="veth533c38b"} 0 node_network_transmit_queue_length{device="veth5558638"} 0 node_network_transmit_queue_length{device="veth5686993"} 0 node_network_transmit_queue_length{device="veth5938775"} 0 node_network_transmit_queue_length{device="veth5a1b55a"} 0 node_network_transmit_queue_length{device="veth5b51a30"} 0 node_network_transmit_queue_length{device="veth5bbf640"} 0 node_network_transmit_queue_length{device="veth5bceda3"} 0 node_network_transmit_queue_length{device="veth5c39a0a"} 0 node_network_transmit_queue_length{device="veth5e43bcb"} 0 node_network_transmit_queue_length{device="veth601ec83"} 0 node_network_transmit_queue_length{device="veth605be4d"} 0 node_network_transmit_queue_length{device="veth61980ca"} 0 node_network_transmit_queue_length{device="veth62c41d4"} 0 node_network_transmit_queue_length{device="veth658a7e3"} 0 node_network_transmit_queue_length{device="veth66bcb5f"} 0 node_network_transmit_queue_length{device="veth673e18d"} 0 node_network_transmit_queue_length{device="veth68bf5a7"} 0 node_network_transmit_queue_length{device="veth6963b13"} 0 node_network_transmit_queue_length{device="veth6a107ec"} 0 node_network_transmit_queue_length{device="veth6a77c73"} 0 node_network_transmit_queue_length{device="veth6e3eeb7"} 0 node_network_transmit_queue_length{device="veth7225b8f"} 0 node_network_transmit_queue_length{device="veth740b1f4"} 0 node_network_transmit_queue_length{device="veth763d7a5"} 0 node_network_transmit_queue_length{device="veth777df4e"} 0 node_network_transmit_queue_length{device="veth7cce984"} 0 node_network_transmit_queue_length{device="veth8aa45ff"} 0 node_network_transmit_queue_length{device="veth8bf17cd"} 0 node_network_transmit_queue_length{device="veth90f3423"} 0 node_network_transmit_queue_length{device="veth915ddc9"} 0 node_network_transmit_queue_length{device="veth928414f"} 0 node_network_transmit_queue_length{device="veth92bd8a4"} 0 node_network_transmit_queue_length{device="veth9506749"} 0 node_network_transmit_queue_length{device="veth968c752"} 0 node_network_transmit_queue_length{device="veth9b70925"} 0 node_network_transmit_queue_length{device="veth9bab89c"} 0 node_network_transmit_queue_length{device="veth9d684ff"} 0 node_network_transmit_queue_length{device="veth9e621de"} 0 node_network_transmit_queue_length{device="veth9ecd6a4"} 0 node_network_transmit_queue_length{device="vetha347c19"} 0 node_network_transmit_queue_length{device="vetha7c14fc"} 0 node_network_transmit_queue_length{device="vetha9427ba"} 0 node_network_transmit_queue_length{device="vethac20db9"} 0 node_network_transmit_queue_length{device="vethae46a3f"} 0 node_network_transmit_queue_length{device="vethb2d2e0f"} 0 node_network_transmit_queue_length{device="vethc0ba087"} 0 node_network_transmit_queue_length{device="vethc9bef18"} 0 node_network_transmit_queue_length{device="vethcb7b8eb"} 0 node_network_transmit_queue_length{device="vethd2205b5"} 0 node_network_transmit_queue_length{device="vethd22d774"} 0 node_network_transmit_queue_length{device="vethd436acc"} 0 node_network_transmit_queue_length{device="vethdba15b2"} 0 node_network_transmit_queue_length{device="vethe08a470"} 0 node_network_transmit_queue_length{device="vethe230a69"} 0 node_network_transmit_queue_length{device="vethe690fc2"} 0 node_network_transmit_queue_length{device="vethe865785"} 0 node_network_transmit_queue_length{device="vethe8f3568"} 0 node_network_transmit_queue_length{device="vethf18e108"} 0 node_network_transmit_queue_length{device="vethf21fb3b"} 0 node_network_transmit_queue_length{device="vethf3ef56a"} 0 node_network_transmit_queue_length{device="vethf401c34"} 0 node_network_transmit_queue_length{device="vethf69e7f9"} 0 node_network_transmit_queue_length{device="vethf75dc54"} 0 node_network_transmit_queue_length{device="vethf85a560"} 0 node_network_transmit_queue_length{device="vethfb0038a"} 0 node_network_transmit_queue_length{device="vethfbc5ace"} 0 node_network_transmit_queue_length{device="vethfcfedc2"} 0 node_network_transmit_queue_length{device="vethffee750"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-0d63b479b4b9"} 1 node_network_up{device="br-1428219eb778"} 1 node_network_up{device="br-1c2879387cc5"} 1 node_network_up{device="br-6111cdc50d92"} 1 node_network_up{device="br-91b42fdeda0f"} 1 node_network_up{device="br-c8c58283364b"} 1 node_network_up{device="br-e2635afb1c14"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth015707e"} 1 node_network_up{device="veth0172ebe"} 1 node_network_up{device="veth025d216"} 1 node_network_up{device="veth0651fcc"} 1 node_network_up{device="veth08c8cfd"} 1 node_network_up{device="veth0904270"} 1 node_network_up{device="veth092222b"} 1 node_network_up{device="veth0d0efa0"} 1 node_network_up{device="veth0e6be70"} 1 node_network_up{device="veth10a6ed7"} 1 node_network_up{device="veth13d80ba"} 1 node_network_up{device="veth148dedb"} 1 node_network_up{device="veth162e0b3"} 1 node_network_up{device="veth16b28c6"} 1 node_network_up{device="veth183b835"} 1 node_network_up{device="veth18b1efd"} 1 node_network_up{device="veth19e1c2a"} 1 node_network_up{device="veth1e944cd"} 1 node_network_up{device="veth203a9f1"} 1 node_network_up{device="veth2292c77"} 1 node_network_up{device="veth253ffb2"} 1 node_network_up{device="veth2937fc4"} 1 node_network_up{device="veth2f8f01d"} 1 node_network_up{device="veth305ee9b"} 1 node_network_up{device="veth32da1d2"} 1 node_network_up{device="veth346b882"} 1 node_network_up{device="veth35b693c"} 1 node_network_up{device="veth371795c"} 1 node_network_up{device="veth371e641"} 1 node_network_up{device="veth37c0d48"} 1 node_network_up{device="veth3908fc6"} 1 node_network_up{device="veth3ab75f9"} 1 node_network_up{device="veth3d25899"} 1 node_network_up{device="veth4173ec7"} 1 node_network_up{device="veth42c4d49"} 1 node_network_up{device="veth44350fc"} 1 node_network_up{device="veth4b32b94"} 1 node_network_up{device="veth4bdaff1"} 1 node_network_up{device="veth4c38a6d"} 1 node_network_up{device="veth4f419a0"} 1 node_network_up{device="veth533c38b"} 1 node_network_up{device="veth5558638"} 1 node_network_up{device="veth5686993"} 1 node_network_up{device="veth5938775"} 1 node_network_up{device="veth5a1b55a"} 1 node_network_up{device="veth5b51a30"} 1 node_network_up{device="veth5bbf640"} 1 node_network_up{device="veth5bceda3"} 1 node_network_up{device="veth5c39a0a"} 1 node_network_up{device="veth5e43bcb"} 1 node_network_up{device="veth601ec83"} 1 node_network_up{device="veth605be4d"} 1 node_network_up{device="veth61980ca"} 1 node_network_up{device="veth62c41d4"} 1 node_network_up{device="veth658a7e3"} 1 node_network_up{device="veth66bcb5f"} 1 node_network_up{device="veth673e18d"} 1 node_network_up{device="veth68bf5a7"} 1 node_network_up{device="veth6963b13"} 1 node_network_up{device="veth6a107ec"} 1 node_network_up{device="veth6a77c73"} 1 node_network_up{device="veth6e3eeb7"} 1 node_network_up{device="veth7225b8f"} 1 node_network_up{device="veth740b1f4"} 1 node_network_up{device="veth763d7a5"} 1 node_network_up{device="veth777df4e"} 1 node_network_up{device="veth7cce984"} 1 node_network_up{device="veth8aa45ff"} 1 node_network_up{device="veth8bf17cd"} 1 node_network_up{device="veth90f3423"} 1 node_network_up{device="veth915ddc9"} 1 node_network_up{device="veth928414f"} 1 node_network_up{device="veth92bd8a4"} 1 node_network_up{device="veth9506749"} 1 node_network_up{device="veth968c752"} 1 node_network_up{device="veth9b70925"} 1 node_network_up{device="veth9bab89c"} 1 node_network_up{device="veth9d684ff"} 1 node_network_up{device="veth9e621de"} 1 node_network_up{device="veth9ecd6a4"} 1 node_network_up{device="vetha347c19"} 1 node_network_up{device="vetha7c14fc"} 1 node_network_up{device="vetha9427ba"} 1 node_network_up{device="vethac20db9"} 1 node_network_up{device="vethae46a3f"} 1 node_network_up{device="vethb2d2e0f"} 1 node_network_up{device="vethc0ba087"} 1 node_network_up{device="vethc9bef18"} 1 node_network_up{device="vethcb7b8eb"} 1 node_network_up{device="vethd2205b5"} 1 node_network_up{device="vethd22d774"} 1 node_network_up{device="vethd436acc"} 1 node_network_up{device="vethdba15b2"} 1 node_network_up{device="vethe08a470"} 1 node_network_up{device="vethe230a69"} 1 node_network_up{device="vethe690fc2"} 1 node_network_up{device="vethe865785"} 1 node_network_up{device="vethe8f3568"} 1 node_network_up{device="vethf18e108"} 1 node_network_up{device="vethf21fb3b"} 1 node_network_up{device="vethf3ef56a"} 1 node_network_up{device="vethf401c34"} 1 node_network_up{device="vethf69e7f9"} 1 node_network_up{device="vethf75dc54"} 1 node_network_up{device="vethf85a560"} 1 node_network_up{device="vethfb0038a"} 1 node_network_up{device="vethfbc5ace"} 1 node_network_up{device="vethfcfedc2"} 1 node_network_up{device="vethffee750"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 12 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_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 92436.875656 # 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 4426.392585 # 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 5064.072679 # 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 957.4691459999999 # 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 979.411793 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 1 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 1.763451023616145e+06 node_schedstat_running_seconds_total{cpu="1"} 2.246071733620627e+06 node_schedstat_running_seconds_total{cpu="10"} 2.207108018866269e+06 node_schedstat_running_seconds_total{cpu="11"} 1.890169669509735e+06 node_schedstat_running_seconds_total{cpu="12"} 2.171170530724629e+06 node_schedstat_running_seconds_total{cpu="13"} 1.880704387689509e+06 node_schedstat_running_seconds_total{cpu="14"} 2.175280510340517e+06 node_schedstat_running_seconds_total{cpu="15"} 1.848696939378517e+06 node_schedstat_running_seconds_total{cpu="2"} 2.145624921788429e+06 node_schedstat_running_seconds_total{cpu="3"} 2.014844247134698e+06 node_schedstat_running_seconds_total{cpu="4"} 2.243982065682595e+06 node_schedstat_running_seconds_total{cpu="5"} 1.935995965759917e+06 node_schedstat_running_seconds_total{cpu="6"} 2.265265693372319e+06 node_schedstat_running_seconds_total{cpu="7"} 1.905456414671347e+06 node_schedstat_running_seconds_total{cpu="8"} 2.22655256946537e+06 node_schedstat_running_seconds_total{cpu="9"} 1.907043212966196e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 8.855384434e+09 node_schedstat_timeslices_total{cpu="1"} 5.305111673e+09 node_schedstat_timeslices_total{cpu="10"} 8.577547393e+09 node_schedstat_timeslices_total{cpu="11"} 5.437049977e+09 node_schedstat_timeslices_total{cpu="12"} 8.360413353e+09 node_schedstat_timeslices_total{cpu="13"} 5.276560742e+09 node_schedstat_timeslices_total{cpu="14"} 8.343371539e+09 node_schedstat_timeslices_total{cpu="15"} 5.258916908e+09 node_schedstat_timeslices_total{cpu="2"} 8.576445499e+09 node_schedstat_timeslices_total{cpu="3"} 5.371918715e+09 node_schedstat_timeslices_total{cpu="4"} 8.514634423e+09 node_schedstat_timeslices_total{cpu="5"} 5.420125506e+09 node_schedstat_timeslices_total{cpu="6"} 8.653048643e+09 node_schedstat_timeslices_total{cpu="7"} 5.518287933e+09 node_schedstat_timeslices_total{cpu="8"} 8.561844148e+09 node_schedstat_timeslices_total{cpu="9"} 5.442774041e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 39305.812833694 node_schedstat_waiting_seconds_total{cpu="1"} 32768.154191686 node_schedstat_waiting_seconds_total{cpu="10"} 37344.007155498 node_schedstat_waiting_seconds_total{cpu="11"} 33216.972978426 node_schedstat_waiting_seconds_total{cpu="12"} 37636.833784068 node_schedstat_waiting_seconds_total{cpu="13"} 33035.078711645 node_schedstat_waiting_seconds_total{cpu="14"} 37333.165406662 node_schedstat_waiting_seconds_total{cpu="15"} 33220.409947467 node_schedstat_waiting_seconds_total{cpu="2"} 39310.961919062 node_schedstat_waiting_seconds_total{cpu="3"} 33412.145543181 node_schedstat_waiting_seconds_total{cpu="4"} 37866.37943595 node_schedstat_waiting_seconds_total{cpu="5"} 33136.579852464 node_schedstat_waiting_seconds_total{cpu="6"} 37129.60176392 node_schedstat_waiting_seconds_total{cpu="7"} 32944.100280933 node_schedstat_waiting_seconds_total{cpu="8"} 37103.486803529 node_schedstat_waiting_seconds_total{cpu="9"} 32948.866758652 # 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.00035196 node_scrape_collector_duration_seconds{collector="bcache"} 1.777e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.719e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.027797524 node_scrape_collector_duration_seconds{collector="conntrack"} 0.00020391 node_scrape_collector_duration_seconds{collector="cpu"} 0.002231631 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.00026283 node_scrape_collector_duration_seconds{collector="diskstats"} 0.004632369 node_scrape_collector_duration_seconds{collector="dmi"} 1.7789e-05 node_scrape_collector_duration_seconds{collector="edac"} 5.751e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.024972854 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.786e-05 node_scrape_collector_duration_seconds{collector="filefd"} 4.858e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.031737865 node_scrape_collector_duration_seconds{collector="hwmon"} 3.5771e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.434e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 2.52e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 6.306e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 6.322e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.00022423 node_scrape_collector_duration_seconds{collector="netclass"} 0.185089897 node_scrape_collector_duration_seconds{collector="netdev"} 0.000375199 node_scrape_collector_duration_seconds{collector="netstat"} 0.001223751 node_scrape_collector_duration_seconds{collector="nfs"} 2.659e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.458e-05 node_scrape_collector_duration_seconds{collector="nvme"} 1.851e-05 node_scrape_collector_duration_seconds{collector="os"} 3.15e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.247e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000275229 node_scrape_collector_duration_seconds{collector="rapl"} 5.697e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.035015016 node_scrape_collector_duration_seconds{collector="selinux"} 1.48e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000192601 node_scrape_collector_duration_seconds{collector="softnet"} 0.00022169 node_scrape_collector_duration_seconds{collector="stat"} 0.00034897 node_scrape_collector_duration_seconds{collector="tapestats"} 2.151e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.678e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.00195058 node_scrape_collector_duration_seconds{collector="time"} 0.00015227 node_scrape_collector_duration_seconds{collector="timex"} 2.044e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000458471 node_scrape_collector_duration_seconds{collector="uname"} 1.333e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.00021454 node_scrape_collector_duration_seconds{collector="watchdog"} 3.03e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.908e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.873e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 0 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 2 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 5381 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 1 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 61899 # 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 2.53538304e+08 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 4 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 73 # 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 299008 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 5 # 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"} 1 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 1 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 1 node_softnet_dropped_total{cpu="13"} 1 node_softnet_dropped_total{cpu="14"} 1 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 3 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 1.11797985e+09 node_softnet_processed_total{cpu="1"} 8.68526897e+08 node_softnet_processed_total{cpu="10"} 1.22640144e+09 node_softnet_processed_total{cpu="11"} 1.008023822e+09 node_softnet_processed_total{cpu="12"} 1.197910595e+09 node_softnet_processed_total{cpu="13"} 8.97341947e+08 node_softnet_processed_total{cpu="14"} 1.196459223e+09 node_softnet_processed_total{cpu="15"} 9.25764561e+08 node_softnet_processed_total{cpu="2"} 1.67707763e+09 node_softnet_processed_total{cpu="3"} 9.71473673e+08 node_softnet_processed_total{cpu="4"} 1.165691428e+09 node_softnet_processed_total{cpu="5"} 1.069933614e+09 node_softnet_processed_total{cpu="6"} 1.25221723e+09 node_softnet_processed_total{cpu="7"} 9.56747134e+08 node_softnet_processed_total{cpu="8"} 1.203156387e+09 node_softnet_processed_total{cpu="9"} 8.97062198e+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"} 22 node_softnet_times_squeezed_total{cpu="1"} 14 node_softnet_times_squeezed_total{cpu="10"} 18 node_softnet_times_squeezed_total{cpu="11"} 12 node_softnet_times_squeezed_total{cpu="12"} 71 node_softnet_times_squeezed_total{cpu="13"} 23 node_softnet_times_squeezed_total{cpu="14"} 14 node_softnet_times_squeezed_total{cpu="15"} 21 node_softnet_times_squeezed_total{cpu="2"} 54 node_softnet_times_squeezed_total{cpu="3"} 22 node_softnet_times_squeezed_total{cpu="4"} 20 node_softnet_times_squeezed_total{cpu="5"} 13 node_softnet_times_squeezed_total{cpu="6"} 28 node_softnet_times_squeezed_total{cpu="7"} 15 node_softnet_times_squeezed_total{cpu="8"} 15 node_softnet_times_squeezed_total{cpu="9"} 14 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="hpet",device="0"} 1 node_time_clocksource_available_info{clocksource="kvm-clock",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="kvm-clock",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7715589167120562e+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 0.9999984823608399 # 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 1.681 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 1.202e-06 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="96d21031c264",release="5.15.0-138-generic",sysname="Linux",version="#148-Ubuntu SMP Fri Mar 14 19:05:48 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 8 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.574136670686e+12 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 3.7632298e+07 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.465129007e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.6837761174e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 349414.27 # 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.16870089e+09 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 4.6989573783e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.7248256e+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.74604958502e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273409536e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 21 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 1.693039e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0