# 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"} 8.95e-06 go_gc_duration_seconds{quantile="0.25"} 2.381e-05 go_gc_duration_seconds{quantile="0.5"} 3.178e-05 go_gc_duration_seconds{quantile="0.75"} 4.0439e-05 go_gc_duration_seconds{quantile="1"} 0.000262109 go_gc_duration_seconds_sum 260.701305354 go_gc_duration_seconds_count 7.788869e+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 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.702672e+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.5887981404608e+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.28276e+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 2.20156152006e+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.36872e+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.702672e+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.560064e+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.398528e+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 40961 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 8.798208e+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.4958592e+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.7817508249310594e+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 2.20156192967e+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 96640 # 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.84128e+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.057232e+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.80224e+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.80224e+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.746048819e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 2.85386726367e+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"} 3.336373761e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 6854.29 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 112.93 node_cpu_seconds_total{cpu="0",mode="softirq"} 587449.34 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 691353.51 node_cpu_seconds_total{cpu="0",mode="user"} 1.25791041e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 3.300818926e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 4265.1 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 107.25 node_cpu_seconds_total{cpu="1",mode="softirq"} 294996.36 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 641677.27 node_cpu_seconds_total{cpu="1",mode="user"} 1.83857596e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 3.295712237e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 7323.04 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 131.15 node_cpu_seconds_total{cpu="10",mode="softirq"} 33061.21 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 775356.9 node_cpu_seconds_total{cpu="10",mode="user"} 1.67099086e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 3.344344977e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 4290.96 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 87.33 node_cpu_seconds_total{cpu="11",mode="softirq"} 39244.58 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 578537.79 node_cpu_seconds_total{cpu="11",mode="user"} 1.48720487e+06 node_cpu_seconds_total{cpu="12",mode="idle"} 3.29928174e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 7263.07 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 153.23 node_cpu_seconds_total{cpu="12",mode="softirq"} 30680.97 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 775347.83 node_cpu_seconds_total{cpu="12",mode="user"} 1.63570415e+06 node_cpu_seconds_total{cpu="13",mode="idle"} 3.345685033e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 4288.34 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 86.33 node_cpu_seconds_total{cpu="13",mode="softirq"} 33033.84 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 584239.35 node_cpu_seconds_total{cpu="13",mode="user"} 1.47000925e+06 node_cpu_seconds_total{cpu="14",mode="idle"} 3.298879218e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 7292.56 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 141.26 node_cpu_seconds_total{cpu="14",mode="softirq"} 27726.43 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 773356.37 node_cpu_seconds_total{cpu="14",mode="user"} 1.64233952e+06 node_cpu_seconds_total{cpu="15",mode="idle"} 3.349123291e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 4270.38 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 78.36 node_cpu_seconds_total{cpu="15",mode="softirq"} 29565.33 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 580873.03 node_cpu_seconds_total{cpu="15",mode="user"} 1.43803856e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 3.301953699e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 7112.17 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 135.08 node_cpu_seconds_total{cpu="2",mode="softirq"} 104358.79 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 765365.34 node_cpu_seconds_total{cpu="2",mode="user"} 1.60667195e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 3.33044541e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 4340.32 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 107.16 node_cpu_seconds_total{cpu="3",mode="softirq"} 120704.07 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 604257.5 node_cpu_seconds_total{cpu="3",mode="user"} 1.59879678e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 3.290445489e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 7223.16 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 125.28 node_cpu_seconds_total{cpu="4",mode="softirq"} 54223.26 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 788056.08 node_cpu_seconds_total{cpu="4",mode="user"} 1.69331976e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 3.338764857e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 4313.14 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 85.96 node_cpu_seconds_total{cpu="5",mode="softirq"} 80224.91 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 592206.75 node_cpu_seconds_total{cpu="5",mode="user"} 1.5238464e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 3.289703809e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 6410.91 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 135.01 node_cpu_seconds_total{cpu="6",mode="softirq"} 41865.68 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 782156.34 node_cpu_seconds_total{cpu="6",mode="user"} 1.72485126e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 3.342293265e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 4191.24 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 97.36 node_cpu_seconds_total{cpu="7",mode="softirq"} 56962.48 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 585690.49 node_cpu_seconds_total{cpu="7",mode="user"} 1.50005483e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 3.29374316e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 7427.04 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 135.31 node_cpu_seconds_total{cpu="8",mode="softirq"} 36148.53 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 779727.06 node_cpu_seconds_total{cpu="8",mode="user"} 1.688681e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 3.342842447e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 4283.76 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 95.61 node_cpu_seconds_total{cpu="9",mode="softirq"} 45576.3 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 584876.4 node_cpu_seconds_total{cpu="9",mode="user"} 1.49732082e+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"} 1385.542 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"} 5.026161193e+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"} 5.706742e+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"} 177 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"} 20123.37 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"} 8.9403527e+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"} 318919.78 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"} 1.173295647e+06 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.84781161984e+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"} 36563.028 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"} 9.8411968e+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"} 7.452065e+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"} 1.115223705e+06 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"} 6.82683569e+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"} 4.51759757e+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"} 4.8384490256384e+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 19232 # 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="/"} 6.305521664e+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.102137e+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.965450752e+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.346734462e+09 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 7.2984466131e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.07 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.09 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.11 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 6.3619072e+07 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 5.288054784e+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 5.224435712e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 4.5943435264e+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.43908864e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 9.107709952e+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 4.6141333504e+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.250927104e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.1714543616e+10 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 258048 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 4.5873995776e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 4.9878478848e+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.004483072e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 5.742592e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 5.21109504e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.802436608e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 8.864903168e+09 # 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 1.850368e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.9687808e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 6.61782528e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.2807296e+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.14495488e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.089855488e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 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 7.878656e+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 1.092928e+06 # 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.995738238e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 6.4954990449e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 2 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 2.7453505e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 76 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 5.568119e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 2.220773e+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="veth0024ae7"} 3 node_network_address_assign_type{device="veth021590e"} 3 node_network_address_assign_type{device="veth021de55"} 3 node_network_address_assign_type{device="veth07119a7"} 3 node_network_address_assign_type{device="veth0789552"} 3 node_network_address_assign_type{device="veth0904270"} 3 node_network_address_assign_type{device="veth092222b"} 3 node_network_address_assign_type{device="veth0babf41"} 3 node_network_address_assign_type{device="veth0c514db"} 3 node_network_address_assign_type{device="veth0d0efa0"} 3 node_network_address_assign_type{device="veth0f51749"} 3 node_network_address_assign_type{device="veth1274e51"} 3 node_network_address_assign_type{device="veth16725d5"} 3 node_network_address_assign_type{device="veth190409d"} 3 node_network_address_assign_type{device="veth19dc163"} 3 node_network_address_assign_type{device="veth1c31f79"} 3 node_network_address_assign_type{device="veth1ebcfa2"} 3 node_network_address_assign_type{device="veth24d4199"} 3 node_network_address_assign_type{device="veth2b8cc2d"} 3 node_network_address_assign_type{device="veth2f93b3b"} 3 node_network_address_assign_type{device="veth3062e68"} 3 node_network_address_assign_type{device="veth35b693c"} 3 node_network_address_assign_type{device="veth368476f"} 3 node_network_address_assign_type{device="veth3804b08"} 3 node_network_address_assign_type{device="veth3ea2e1f"} 3 node_network_address_assign_type{device="veth3f1a18c"} 3 node_network_address_assign_type{device="veth4547175"} 3 node_network_address_assign_type{device="veth4b32b94"} 3 node_network_address_assign_type{device="veth4ce8fac"} 3 node_network_address_assign_type{device="veth4d17d61"} 3 node_network_address_assign_type{device="veth4d6eef9"} 3 node_network_address_assign_type{device="veth502e64d"} 3 node_network_address_assign_type{device="veth5117d06"} 3 node_network_address_assign_type{device="veth538f204"} 3 node_network_address_assign_type{device="veth5494b5e"} 3 node_network_address_assign_type{device="veth568b23f"} 3 node_network_address_assign_type{device="veth580443a"} 3 node_network_address_assign_type{device="veth585b82d"} 3 node_network_address_assign_type{device="veth592e24b"} 3 node_network_address_assign_type{device="veth5938775"} 3 node_network_address_assign_type{device="veth5a56737"} 3 node_network_address_assign_type{device="veth5bbf640"} 3 node_network_address_assign_type{device="veth5e43bcb"} 3 node_network_address_assign_type{device="veth5e512d5"} 3 node_network_address_assign_type{device="veth605ae29"} 3 node_network_address_assign_type{device="veth61e92eb"} 3 node_network_address_assign_type{device="veth67727bf"} 3 node_network_address_assign_type{device="veth68dd7ae"} 3 node_network_address_assign_type{device="veth6a7b649"} 3 node_network_address_assign_type{device="veth6af9da9"} 3 node_network_address_assign_type{device="veth6e88e24"} 3 node_network_address_assign_type{device="veth71afbc8"} 3 node_network_address_assign_type{device="veth777df4e"} 3 node_network_address_assign_type{device="veth79c29ed"} 3 node_network_address_assign_type{device="veth7d470b3"} 3 node_network_address_assign_type{device="veth7e6b2b2"} 3 node_network_address_assign_type{device="veth8080026"} 3 node_network_address_assign_type{device="veth867bd8a"} 3 node_network_address_assign_type{device="veth8ad6e05"} 3 node_network_address_assign_type{device="veth8d0e97d"} 3 node_network_address_assign_type{device="veth8d41d24"} 3 node_network_address_assign_type{device="veth8edde4b"} 3 node_network_address_assign_type{device="veth8fd70ab"} 3 node_network_address_assign_type{device="veth91c61c3"} 3 node_network_address_assign_type{device="veth95afbf6"} 3 node_network_address_assign_type{device="veth9942fe9"} 3 node_network_address_assign_type{device="veth9d6747d"} 3 node_network_address_assign_type{device="veth9e470ff"} 3 node_network_address_assign_type{device="veth9e616f3"} 3 node_network_address_assign_type{device="vetha0db503"} 3 node_network_address_assign_type{device="vetha2e0de9"} 3 node_network_address_assign_type{device="vetha347c19"} 3 node_network_address_assign_type{device="vetha4e280e"} 3 node_network_address_assign_type{device="vetha66f35b"} 3 node_network_address_assign_type{device="vetha7c6815"} 3 node_network_address_assign_type{device="vetha8266f3"} 3 node_network_address_assign_type{device="vethaa08148"} 3 node_network_address_assign_type{device="vethab2af2c"} 3 node_network_address_assign_type{device="vethb109423"} 3 node_network_address_assign_type{device="vethb159df1"} 3 node_network_address_assign_type{device="vethb82dc8b"} 3 node_network_address_assign_type{device="vethbdf6179"} 3 node_network_address_assign_type{device="vethc0af00f"} 3 node_network_address_assign_type{device="vethc17a5d9"} 3 node_network_address_assign_type{device="vethd49f903"} 3 node_network_address_assign_type{device="vethd6ef29c"} 3 node_network_address_assign_type{device="vethd8c0529"} 3 node_network_address_assign_type{device="vethdba15b2"} 3 node_network_address_assign_type{device="vethdc5d466"} 3 node_network_address_assign_type{device="vethde77105"} 3 node_network_address_assign_type{device="vethdf0d449"} 3 node_network_address_assign_type{device="vethdf2eedb"} 3 node_network_address_assign_type{device="vethdfe400f"} 3 node_network_address_assign_type{device="vethe140009"} 3 node_network_address_assign_type{device="vethe561898"} 3 node_network_address_assign_type{device="vethe622197"} 3 node_network_address_assign_type{device="vethe690fc2"} 3 node_network_address_assign_type{device="vethe75208c"} 3 node_network_address_assign_type{device="vethe819c9d"} 3 node_network_address_assign_type{device="vethe8f26e1"} 3 node_network_address_assign_type{device="vethec02a2f"} 3 node_network_address_assign_type{device="vethf52fc69"} 3 node_network_address_assign_type{device="vethf5f2bdc"} 3 node_network_address_assign_type{device="vethf61befa"} 3 node_network_address_assign_type{device="vethf6ff4cd"} 3 node_network_address_assign_type{device="vethfdc4032"} 3 node_network_address_assign_type{device="vethfde6e16"} 3 node_network_address_assign_type{device="vethfe4f272"} 3 node_network_address_assign_type{device="vethff25527"} 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="veth0024ae7"} 1 node_network_carrier{device="veth021590e"} 1 node_network_carrier{device="veth021de55"} 1 node_network_carrier{device="veth07119a7"} 1 node_network_carrier{device="veth0789552"} 1 node_network_carrier{device="veth0904270"} 1 node_network_carrier{device="veth092222b"} 1 node_network_carrier{device="veth0babf41"} 1 node_network_carrier{device="veth0c514db"} 1 node_network_carrier{device="veth0d0efa0"} 1 node_network_carrier{device="veth0f51749"} 1 node_network_carrier{device="veth1274e51"} 1 node_network_carrier{device="veth16725d5"} 1 node_network_carrier{device="veth190409d"} 1 node_network_carrier{device="veth19dc163"} 1 node_network_carrier{device="veth1c31f79"} 1 node_network_carrier{device="veth1ebcfa2"} 1 node_network_carrier{device="veth24d4199"} 1 node_network_carrier{device="veth2b8cc2d"} 1 node_network_carrier{device="veth2f93b3b"} 1 node_network_carrier{device="veth3062e68"} 1 node_network_carrier{device="veth35b693c"} 1 node_network_carrier{device="veth368476f"} 1 node_network_carrier{device="veth3804b08"} 1 node_network_carrier{device="veth3ea2e1f"} 1 node_network_carrier{device="veth3f1a18c"} 1 node_network_carrier{device="veth4547175"} 1 node_network_carrier{device="veth4b32b94"} 1 node_network_carrier{device="veth4ce8fac"} 1 node_network_carrier{device="veth4d17d61"} 1 node_network_carrier{device="veth4d6eef9"} 1 node_network_carrier{device="veth502e64d"} 1 node_network_carrier{device="veth5117d06"} 1 node_network_carrier{device="veth538f204"} 1 node_network_carrier{device="veth5494b5e"} 1 node_network_carrier{device="veth568b23f"} 1 node_network_carrier{device="veth580443a"} 1 node_network_carrier{device="veth585b82d"} 1 node_network_carrier{device="veth592e24b"} 1 node_network_carrier{device="veth5938775"} 1 node_network_carrier{device="veth5a56737"} 1 node_network_carrier{device="veth5bbf640"} 1 node_network_carrier{device="veth5e43bcb"} 1 node_network_carrier{device="veth5e512d5"} 1 node_network_carrier{device="veth605ae29"} 1 node_network_carrier{device="veth61e92eb"} 1 node_network_carrier{device="veth67727bf"} 1 node_network_carrier{device="veth68dd7ae"} 1 node_network_carrier{device="veth6a7b649"} 1 node_network_carrier{device="veth6af9da9"} 1 node_network_carrier{device="veth6e88e24"} 1 node_network_carrier{device="veth71afbc8"} 1 node_network_carrier{device="veth777df4e"} 1 node_network_carrier{device="veth79c29ed"} 1 node_network_carrier{device="veth7d470b3"} 1 node_network_carrier{device="veth7e6b2b2"} 1 node_network_carrier{device="veth8080026"} 1 node_network_carrier{device="veth867bd8a"} 1 node_network_carrier{device="veth8ad6e05"} 1 node_network_carrier{device="veth8d0e97d"} 1 node_network_carrier{device="veth8d41d24"} 1 node_network_carrier{device="veth8edde4b"} 1 node_network_carrier{device="veth8fd70ab"} 1 node_network_carrier{device="veth91c61c3"} 1 node_network_carrier{device="veth95afbf6"} 1 node_network_carrier{device="veth9942fe9"} 1 node_network_carrier{device="veth9d6747d"} 1 node_network_carrier{device="veth9e470ff"} 1 node_network_carrier{device="veth9e616f3"} 1 node_network_carrier{device="vetha0db503"} 1 node_network_carrier{device="vetha2e0de9"} 1 node_network_carrier{device="vetha347c19"} 1 node_network_carrier{device="vetha4e280e"} 1 node_network_carrier{device="vetha66f35b"} 1 node_network_carrier{device="vetha7c6815"} 1 node_network_carrier{device="vetha8266f3"} 1 node_network_carrier{device="vethaa08148"} 1 node_network_carrier{device="vethab2af2c"} 1 node_network_carrier{device="vethb109423"} 1 node_network_carrier{device="vethb159df1"} 1 node_network_carrier{device="vethb82dc8b"} 1 node_network_carrier{device="vethbdf6179"} 1 node_network_carrier{device="vethc0af00f"} 1 node_network_carrier{device="vethc17a5d9"} 1 node_network_carrier{device="vethd49f903"} 1 node_network_carrier{device="vethd6ef29c"} 1 node_network_carrier{device="vethd8c0529"} 1 node_network_carrier{device="vethdba15b2"} 1 node_network_carrier{device="vethdc5d466"} 1 node_network_carrier{device="vethde77105"} 1 node_network_carrier{device="vethdf0d449"} 1 node_network_carrier{device="vethdf2eedb"} 1 node_network_carrier{device="vethdfe400f"} 1 node_network_carrier{device="vethe140009"} 1 node_network_carrier{device="vethe561898"} 1 node_network_carrier{device="vethe622197"} 1 node_network_carrier{device="vethe690fc2"} 1 node_network_carrier{device="vethe75208c"} 1 node_network_carrier{device="vethe819c9d"} 1 node_network_carrier{device="vethe8f26e1"} 1 node_network_carrier{device="vethec02a2f"} 1 node_network_carrier{device="vethf52fc69"} 1 node_network_carrier{device="vethf5f2bdc"} 1 node_network_carrier{device="vethf61befa"} 1 node_network_carrier{device="vethf6ff4cd"} 1 node_network_carrier{device="vethfdc4032"} 1 node_network_carrier{device="vethfde6e16"} 1 node_network_carrier{device="vethfe4f272"} 1 node_network_carrier{device="vethff25527"} 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"} 20 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"} 26 node_network_carrier_changes_total{device="docker0"} 561 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth0024ae7"} 2 node_network_carrier_changes_total{device="veth021590e"} 2 node_network_carrier_changes_total{device="veth021de55"} 2 node_network_carrier_changes_total{device="veth07119a7"} 2 node_network_carrier_changes_total{device="veth0789552"} 2 node_network_carrier_changes_total{device="veth0904270"} 2 node_network_carrier_changes_total{device="veth092222b"} 2 node_network_carrier_changes_total{device="veth0babf41"} 2 node_network_carrier_changes_total{device="veth0c514db"} 2 node_network_carrier_changes_total{device="veth0d0efa0"} 2 node_network_carrier_changes_total{device="veth0f51749"} 2 node_network_carrier_changes_total{device="veth1274e51"} 2 node_network_carrier_changes_total{device="veth16725d5"} 2 node_network_carrier_changes_total{device="veth190409d"} 2 node_network_carrier_changes_total{device="veth19dc163"} 2 node_network_carrier_changes_total{device="veth1c31f79"} 2 node_network_carrier_changes_total{device="veth1ebcfa2"} 2 node_network_carrier_changes_total{device="veth24d4199"} 2 node_network_carrier_changes_total{device="veth2b8cc2d"} 2 node_network_carrier_changes_total{device="veth2f93b3b"} 2 node_network_carrier_changes_total{device="veth3062e68"} 2 node_network_carrier_changes_total{device="veth35b693c"} 2 node_network_carrier_changes_total{device="veth368476f"} 2 node_network_carrier_changes_total{device="veth3804b08"} 2 node_network_carrier_changes_total{device="veth3ea2e1f"} 2 node_network_carrier_changes_total{device="veth3f1a18c"} 2 node_network_carrier_changes_total{device="veth4547175"} 2 node_network_carrier_changes_total{device="veth4b32b94"} 2 node_network_carrier_changes_total{device="veth4ce8fac"} 2 node_network_carrier_changes_total{device="veth4d17d61"} 2 node_network_carrier_changes_total{device="veth4d6eef9"} 2 node_network_carrier_changes_total{device="veth502e64d"} 2 node_network_carrier_changes_total{device="veth5117d06"} 2 node_network_carrier_changes_total{device="veth538f204"} 2 node_network_carrier_changes_total{device="veth5494b5e"} 2 node_network_carrier_changes_total{device="veth568b23f"} 2 node_network_carrier_changes_total{device="veth580443a"} 2 node_network_carrier_changes_total{device="veth585b82d"} 2 node_network_carrier_changes_total{device="veth592e24b"} 2 node_network_carrier_changes_total{device="veth5938775"} 2 node_network_carrier_changes_total{device="veth5a56737"} 2 node_network_carrier_changes_total{device="veth5bbf640"} 2 node_network_carrier_changes_total{device="veth5e43bcb"} 2 node_network_carrier_changes_total{device="veth5e512d5"} 2 node_network_carrier_changes_total{device="veth605ae29"} 2 node_network_carrier_changes_total{device="veth61e92eb"} 2 node_network_carrier_changes_total{device="veth67727bf"} 2 node_network_carrier_changes_total{device="veth68dd7ae"} 2 node_network_carrier_changes_total{device="veth6a7b649"} 2 node_network_carrier_changes_total{device="veth6af9da9"} 2 node_network_carrier_changes_total{device="veth6e88e24"} 2 node_network_carrier_changes_total{device="veth71afbc8"} 2 node_network_carrier_changes_total{device="veth777df4e"} 2 node_network_carrier_changes_total{device="veth79c29ed"} 2 node_network_carrier_changes_total{device="veth7d470b3"} 2 node_network_carrier_changes_total{device="veth7e6b2b2"} 2 node_network_carrier_changes_total{device="veth8080026"} 2 node_network_carrier_changes_total{device="veth867bd8a"} 2 node_network_carrier_changes_total{device="veth8ad6e05"} 2 node_network_carrier_changes_total{device="veth8d0e97d"} 2 node_network_carrier_changes_total{device="veth8d41d24"} 2 node_network_carrier_changes_total{device="veth8edde4b"} 2 node_network_carrier_changes_total{device="veth8fd70ab"} 2 node_network_carrier_changes_total{device="veth91c61c3"} 2 node_network_carrier_changes_total{device="veth95afbf6"} 2 node_network_carrier_changes_total{device="veth9942fe9"} 2 node_network_carrier_changes_total{device="veth9d6747d"} 2 node_network_carrier_changes_total{device="veth9e470ff"} 2 node_network_carrier_changes_total{device="veth9e616f3"} 2 node_network_carrier_changes_total{device="vetha0db503"} 2 node_network_carrier_changes_total{device="vetha2e0de9"} 2 node_network_carrier_changes_total{device="vetha347c19"} 2 node_network_carrier_changes_total{device="vetha4e280e"} 2 node_network_carrier_changes_total{device="vetha66f35b"} 2 node_network_carrier_changes_total{device="vetha7c6815"} 2 node_network_carrier_changes_total{device="vetha8266f3"} 2 node_network_carrier_changes_total{device="vethaa08148"} 2 node_network_carrier_changes_total{device="vethab2af2c"} 2 node_network_carrier_changes_total{device="vethb109423"} 2 node_network_carrier_changes_total{device="vethb159df1"} 2 node_network_carrier_changes_total{device="vethb82dc8b"} 2 node_network_carrier_changes_total{device="vethbdf6179"} 2 node_network_carrier_changes_total{device="vethc0af00f"} 2 node_network_carrier_changes_total{device="vethc17a5d9"} 2 node_network_carrier_changes_total{device="vethd49f903"} 2 node_network_carrier_changes_total{device="vethd6ef29c"} 2 node_network_carrier_changes_total{device="vethd8c0529"} 2 node_network_carrier_changes_total{device="vethdba15b2"} 2 node_network_carrier_changes_total{device="vethdc5d466"} 2 node_network_carrier_changes_total{device="vethde77105"} 2 node_network_carrier_changes_total{device="vethdf0d449"} 2 node_network_carrier_changes_total{device="vethdf2eedb"} 2 node_network_carrier_changes_total{device="vethdfe400f"} 2 node_network_carrier_changes_total{device="vethe140009"} 2 node_network_carrier_changes_total{device="vethe561898"} 2 node_network_carrier_changes_total{device="vethe622197"} 2 node_network_carrier_changes_total{device="vethe690fc2"} 2 node_network_carrier_changes_total{device="vethe75208c"} 2 node_network_carrier_changes_total{device="vethe819c9d"} 2 node_network_carrier_changes_total{device="vethe8f26e1"} 2 node_network_carrier_changes_total{device="vethec02a2f"} 2 node_network_carrier_changes_total{device="vethf52fc69"} 2 node_network_carrier_changes_total{device="vethf5f2bdc"} 2 node_network_carrier_changes_total{device="vethf61befa"} 2 node_network_carrier_changes_total{device="vethf6ff4cd"} 2 node_network_carrier_changes_total{device="vethfdc4032"} 2 node_network_carrier_changes_total{device="vethfde6e16"} 2 node_network_carrier_changes_total{device="vethfe4f272"} 2 node_network_carrier_changes_total{device="vethff25527"} 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"} 10 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"} 13 node_network_carrier_down_changes_total{device="docker0"} 281 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="veth0024ae7"} 1 node_network_carrier_down_changes_total{device="veth021590e"} 1 node_network_carrier_down_changes_total{device="veth021de55"} 1 node_network_carrier_down_changes_total{device="veth07119a7"} 1 node_network_carrier_down_changes_total{device="veth0789552"} 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="veth0babf41"} 1 node_network_carrier_down_changes_total{device="veth0c514db"} 1 node_network_carrier_down_changes_total{device="veth0d0efa0"} 1 node_network_carrier_down_changes_total{device="veth0f51749"} 1 node_network_carrier_down_changes_total{device="veth1274e51"} 1 node_network_carrier_down_changes_total{device="veth16725d5"} 1 node_network_carrier_down_changes_total{device="veth190409d"} 1 node_network_carrier_down_changes_total{device="veth19dc163"} 1 node_network_carrier_down_changes_total{device="veth1c31f79"} 1 node_network_carrier_down_changes_total{device="veth1ebcfa2"} 1 node_network_carrier_down_changes_total{device="veth24d4199"} 1 node_network_carrier_down_changes_total{device="veth2b8cc2d"} 1 node_network_carrier_down_changes_total{device="veth2f93b3b"} 1 node_network_carrier_down_changes_total{device="veth3062e68"} 1 node_network_carrier_down_changes_total{device="veth35b693c"} 1 node_network_carrier_down_changes_total{device="veth368476f"} 1 node_network_carrier_down_changes_total{device="veth3804b08"} 1 node_network_carrier_down_changes_total{device="veth3ea2e1f"} 1 node_network_carrier_down_changes_total{device="veth3f1a18c"} 1 node_network_carrier_down_changes_total{device="veth4547175"} 1 node_network_carrier_down_changes_total{device="veth4b32b94"} 1 node_network_carrier_down_changes_total{device="veth4ce8fac"} 1 node_network_carrier_down_changes_total{device="veth4d17d61"} 1 node_network_carrier_down_changes_total{device="veth4d6eef9"} 1 node_network_carrier_down_changes_total{device="veth502e64d"} 1 node_network_carrier_down_changes_total{device="veth5117d06"} 1 node_network_carrier_down_changes_total{device="veth538f204"} 1 node_network_carrier_down_changes_total{device="veth5494b5e"} 1 node_network_carrier_down_changes_total{device="veth568b23f"} 1 node_network_carrier_down_changes_total{device="veth580443a"} 1 node_network_carrier_down_changes_total{device="veth585b82d"} 1 node_network_carrier_down_changes_total{device="veth592e24b"} 1 node_network_carrier_down_changes_total{device="veth5938775"} 1 node_network_carrier_down_changes_total{device="veth5a56737"} 1 node_network_carrier_down_changes_total{device="veth5bbf640"} 1 node_network_carrier_down_changes_total{device="veth5e43bcb"} 1 node_network_carrier_down_changes_total{device="veth5e512d5"} 1 node_network_carrier_down_changes_total{device="veth605ae29"} 1 node_network_carrier_down_changes_total{device="veth61e92eb"} 1 node_network_carrier_down_changes_total{device="veth67727bf"} 1 node_network_carrier_down_changes_total{device="veth68dd7ae"} 1 node_network_carrier_down_changes_total{device="veth6a7b649"} 1 node_network_carrier_down_changes_total{device="veth6af9da9"} 1 node_network_carrier_down_changes_total{device="veth6e88e24"} 1 node_network_carrier_down_changes_total{device="veth71afbc8"} 1 node_network_carrier_down_changes_total{device="veth777df4e"} 1 node_network_carrier_down_changes_total{device="veth79c29ed"} 1 node_network_carrier_down_changes_total{device="veth7d470b3"} 1 node_network_carrier_down_changes_total{device="veth7e6b2b2"} 1 node_network_carrier_down_changes_total{device="veth8080026"} 1 node_network_carrier_down_changes_total{device="veth867bd8a"} 1 node_network_carrier_down_changes_total{device="veth8ad6e05"} 1 node_network_carrier_down_changes_total{device="veth8d0e97d"} 1 node_network_carrier_down_changes_total{device="veth8d41d24"} 1 node_network_carrier_down_changes_total{device="veth8edde4b"} 1 node_network_carrier_down_changes_total{device="veth8fd70ab"} 1 node_network_carrier_down_changes_total{device="veth91c61c3"} 1 node_network_carrier_down_changes_total{device="veth95afbf6"} 1 node_network_carrier_down_changes_total{device="veth9942fe9"} 1 node_network_carrier_down_changes_total{device="veth9d6747d"} 1 node_network_carrier_down_changes_total{device="veth9e470ff"} 1 node_network_carrier_down_changes_total{device="veth9e616f3"} 1 node_network_carrier_down_changes_total{device="vetha0db503"} 1 node_network_carrier_down_changes_total{device="vetha2e0de9"} 1 node_network_carrier_down_changes_total{device="vetha347c19"} 1 node_network_carrier_down_changes_total{device="vetha4e280e"} 1 node_network_carrier_down_changes_total{device="vetha66f35b"} 1 node_network_carrier_down_changes_total{device="vetha7c6815"} 1 node_network_carrier_down_changes_total{device="vetha8266f3"} 1 node_network_carrier_down_changes_total{device="vethaa08148"} 1 node_network_carrier_down_changes_total{device="vethab2af2c"} 1 node_network_carrier_down_changes_total{device="vethb109423"} 1 node_network_carrier_down_changes_total{device="vethb159df1"} 1 node_network_carrier_down_changes_total{device="vethb82dc8b"} 1 node_network_carrier_down_changes_total{device="vethbdf6179"} 1 node_network_carrier_down_changes_total{device="vethc0af00f"} 1 node_network_carrier_down_changes_total{device="vethc17a5d9"} 1 node_network_carrier_down_changes_total{device="vethd49f903"} 1 node_network_carrier_down_changes_total{device="vethd6ef29c"} 1 node_network_carrier_down_changes_total{device="vethd8c0529"} 1 node_network_carrier_down_changes_total{device="vethdba15b2"} 1 node_network_carrier_down_changes_total{device="vethdc5d466"} 1 node_network_carrier_down_changes_total{device="vethde77105"} 1 node_network_carrier_down_changes_total{device="vethdf0d449"} 1 node_network_carrier_down_changes_total{device="vethdf2eedb"} 1 node_network_carrier_down_changes_total{device="vethdfe400f"} 1 node_network_carrier_down_changes_total{device="vethe140009"} 1 node_network_carrier_down_changes_total{device="vethe561898"} 1 node_network_carrier_down_changes_total{device="vethe622197"} 1 node_network_carrier_down_changes_total{device="vethe690fc2"} 1 node_network_carrier_down_changes_total{device="vethe75208c"} 1 node_network_carrier_down_changes_total{device="vethe819c9d"} 1 node_network_carrier_down_changes_total{device="vethe8f26e1"} 1 node_network_carrier_down_changes_total{device="vethec02a2f"} 1 node_network_carrier_down_changes_total{device="vethf52fc69"} 1 node_network_carrier_down_changes_total{device="vethf5f2bdc"} 1 node_network_carrier_down_changes_total{device="vethf61befa"} 1 node_network_carrier_down_changes_total{device="vethf6ff4cd"} 1 node_network_carrier_down_changes_total{device="vethfdc4032"} 1 node_network_carrier_down_changes_total{device="vethfde6e16"} 1 node_network_carrier_down_changes_total{device="vethfe4f272"} 1 node_network_carrier_down_changes_total{device="vethff25527"} 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"} 10 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"} 13 node_network_carrier_up_changes_total{device="docker0"} 280 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="veth0024ae7"} 1 node_network_carrier_up_changes_total{device="veth021590e"} 1 node_network_carrier_up_changes_total{device="veth021de55"} 1 node_network_carrier_up_changes_total{device="veth07119a7"} 1 node_network_carrier_up_changes_total{device="veth0789552"} 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="veth0babf41"} 1 node_network_carrier_up_changes_total{device="veth0c514db"} 1 node_network_carrier_up_changes_total{device="veth0d0efa0"} 1 node_network_carrier_up_changes_total{device="veth0f51749"} 1 node_network_carrier_up_changes_total{device="veth1274e51"} 1 node_network_carrier_up_changes_total{device="veth16725d5"} 1 node_network_carrier_up_changes_total{device="veth190409d"} 1 node_network_carrier_up_changes_total{device="veth19dc163"} 1 node_network_carrier_up_changes_total{device="veth1c31f79"} 1 node_network_carrier_up_changes_total{device="veth1ebcfa2"} 1 node_network_carrier_up_changes_total{device="veth24d4199"} 1 node_network_carrier_up_changes_total{device="veth2b8cc2d"} 1 node_network_carrier_up_changes_total{device="veth2f93b3b"} 1 node_network_carrier_up_changes_total{device="veth3062e68"} 1 node_network_carrier_up_changes_total{device="veth35b693c"} 1 node_network_carrier_up_changes_total{device="veth368476f"} 1 node_network_carrier_up_changes_total{device="veth3804b08"} 1 node_network_carrier_up_changes_total{device="veth3ea2e1f"} 1 node_network_carrier_up_changes_total{device="veth3f1a18c"} 1 node_network_carrier_up_changes_total{device="veth4547175"} 1 node_network_carrier_up_changes_total{device="veth4b32b94"} 1 node_network_carrier_up_changes_total{device="veth4ce8fac"} 1 node_network_carrier_up_changes_total{device="veth4d17d61"} 1 node_network_carrier_up_changes_total{device="veth4d6eef9"} 1 node_network_carrier_up_changes_total{device="veth502e64d"} 1 node_network_carrier_up_changes_total{device="veth5117d06"} 1 node_network_carrier_up_changes_total{device="veth538f204"} 1 node_network_carrier_up_changes_total{device="veth5494b5e"} 1 node_network_carrier_up_changes_total{device="veth568b23f"} 1 node_network_carrier_up_changes_total{device="veth580443a"} 1 node_network_carrier_up_changes_total{device="veth585b82d"} 1 node_network_carrier_up_changes_total{device="veth592e24b"} 1 node_network_carrier_up_changes_total{device="veth5938775"} 1 node_network_carrier_up_changes_total{device="veth5a56737"} 1 node_network_carrier_up_changes_total{device="veth5bbf640"} 1 node_network_carrier_up_changes_total{device="veth5e43bcb"} 1 node_network_carrier_up_changes_total{device="veth5e512d5"} 1 node_network_carrier_up_changes_total{device="veth605ae29"} 1 node_network_carrier_up_changes_total{device="veth61e92eb"} 1 node_network_carrier_up_changes_total{device="veth67727bf"} 1 node_network_carrier_up_changes_total{device="veth68dd7ae"} 1 node_network_carrier_up_changes_total{device="veth6a7b649"} 1 node_network_carrier_up_changes_total{device="veth6af9da9"} 1 node_network_carrier_up_changes_total{device="veth6e88e24"} 1 node_network_carrier_up_changes_total{device="veth71afbc8"} 1 node_network_carrier_up_changes_total{device="veth777df4e"} 1 node_network_carrier_up_changes_total{device="veth79c29ed"} 1 node_network_carrier_up_changes_total{device="veth7d470b3"} 1 node_network_carrier_up_changes_total{device="veth7e6b2b2"} 1 node_network_carrier_up_changes_total{device="veth8080026"} 1 node_network_carrier_up_changes_total{device="veth867bd8a"} 1 node_network_carrier_up_changes_total{device="veth8ad6e05"} 1 node_network_carrier_up_changes_total{device="veth8d0e97d"} 1 node_network_carrier_up_changes_total{device="veth8d41d24"} 1 node_network_carrier_up_changes_total{device="veth8edde4b"} 1 node_network_carrier_up_changes_total{device="veth8fd70ab"} 1 node_network_carrier_up_changes_total{device="veth91c61c3"} 1 node_network_carrier_up_changes_total{device="veth95afbf6"} 1 node_network_carrier_up_changes_total{device="veth9942fe9"} 1 node_network_carrier_up_changes_total{device="veth9d6747d"} 1 node_network_carrier_up_changes_total{device="veth9e470ff"} 1 node_network_carrier_up_changes_total{device="veth9e616f3"} 1 node_network_carrier_up_changes_total{device="vetha0db503"} 1 node_network_carrier_up_changes_total{device="vetha2e0de9"} 1 node_network_carrier_up_changes_total{device="vetha347c19"} 1 node_network_carrier_up_changes_total{device="vetha4e280e"} 1 node_network_carrier_up_changes_total{device="vetha66f35b"} 1 node_network_carrier_up_changes_total{device="vetha7c6815"} 1 node_network_carrier_up_changes_total{device="vetha8266f3"} 1 node_network_carrier_up_changes_total{device="vethaa08148"} 1 node_network_carrier_up_changes_total{device="vethab2af2c"} 1 node_network_carrier_up_changes_total{device="vethb109423"} 1 node_network_carrier_up_changes_total{device="vethb159df1"} 1 node_network_carrier_up_changes_total{device="vethb82dc8b"} 1 node_network_carrier_up_changes_total{device="vethbdf6179"} 1 node_network_carrier_up_changes_total{device="vethc0af00f"} 1 node_network_carrier_up_changes_total{device="vethc17a5d9"} 1 node_network_carrier_up_changes_total{device="vethd49f903"} 1 node_network_carrier_up_changes_total{device="vethd6ef29c"} 1 node_network_carrier_up_changes_total{device="vethd8c0529"} 1 node_network_carrier_up_changes_total{device="vethdba15b2"} 1 node_network_carrier_up_changes_total{device="vethdc5d466"} 1 node_network_carrier_up_changes_total{device="vethde77105"} 1 node_network_carrier_up_changes_total{device="vethdf0d449"} 1 node_network_carrier_up_changes_total{device="vethdf2eedb"} 1 node_network_carrier_up_changes_total{device="vethdfe400f"} 1 node_network_carrier_up_changes_total{device="vethe140009"} 1 node_network_carrier_up_changes_total{device="vethe561898"} 1 node_network_carrier_up_changes_total{device="vethe622197"} 1 node_network_carrier_up_changes_total{device="vethe690fc2"} 1 node_network_carrier_up_changes_total{device="vethe75208c"} 1 node_network_carrier_up_changes_total{device="vethe819c9d"} 1 node_network_carrier_up_changes_total{device="vethe8f26e1"} 1 node_network_carrier_up_changes_total{device="vethec02a2f"} 1 node_network_carrier_up_changes_total{device="vethf52fc69"} 1 node_network_carrier_up_changes_total{device="vethf5f2bdc"} 1 node_network_carrier_up_changes_total{device="vethf61befa"} 1 node_network_carrier_up_changes_total{device="vethf6ff4cd"} 1 node_network_carrier_up_changes_total{device="vethfdc4032"} 1 node_network_carrier_up_changes_total{device="vethfde6e16"} 1 node_network_carrier_up_changes_total{device="vethfe4f272"} 1 node_network_carrier_up_changes_total{device="vethff25527"} 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="veth0024ae7"} 0 node_network_device_id{device="veth021590e"} 0 node_network_device_id{device="veth021de55"} 0 node_network_device_id{device="veth07119a7"} 0 node_network_device_id{device="veth0789552"} 0 node_network_device_id{device="veth0904270"} 0 node_network_device_id{device="veth092222b"} 0 node_network_device_id{device="veth0babf41"} 0 node_network_device_id{device="veth0c514db"} 0 node_network_device_id{device="veth0d0efa0"} 0 node_network_device_id{device="veth0f51749"} 0 node_network_device_id{device="veth1274e51"} 0 node_network_device_id{device="veth16725d5"} 0 node_network_device_id{device="veth190409d"} 0 node_network_device_id{device="veth19dc163"} 0 node_network_device_id{device="veth1c31f79"} 0 node_network_device_id{device="veth1ebcfa2"} 0 node_network_device_id{device="veth24d4199"} 0 node_network_device_id{device="veth2b8cc2d"} 0 node_network_device_id{device="veth2f93b3b"} 0 node_network_device_id{device="veth3062e68"} 0 node_network_device_id{device="veth35b693c"} 0 node_network_device_id{device="veth368476f"} 0 node_network_device_id{device="veth3804b08"} 0 node_network_device_id{device="veth3ea2e1f"} 0 node_network_device_id{device="veth3f1a18c"} 0 node_network_device_id{device="veth4547175"} 0 node_network_device_id{device="veth4b32b94"} 0 node_network_device_id{device="veth4ce8fac"} 0 node_network_device_id{device="veth4d17d61"} 0 node_network_device_id{device="veth4d6eef9"} 0 node_network_device_id{device="veth502e64d"} 0 node_network_device_id{device="veth5117d06"} 0 node_network_device_id{device="veth538f204"} 0 node_network_device_id{device="veth5494b5e"} 0 node_network_device_id{device="veth568b23f"} 0 node_network_device_id{device="veth580443a"} 0 node_network_device_id{device="veth585b82d"} 0 node_network_device_id{device="veth592e24b"} 0 node_network_device_id{device="veth5938775"} 0 node_network_device_id{device="veth5a56737"} 0 node_network_device_id{device="veth5bbf640"} 0 node_network_device_id{device="veth5e43bcb"} 0 node_network_device_id{device="veth5e512d5"} 0 node_network_device_id{device="veth605ae29"} 0 node_network_device_id{device="veth61e92eb"} 0 node_network_device_id{device="veth67727bf"} 0 node_network_device_id{device="veth68dd7ae"} 0 node_network_device_id{device="veth6a7b649"} 0 node_network_device_id{device="veth6af9da9"} 0 node_network_device_id{device="veth6e88e24"} 0 node_network_device_id{device="veth71afbc8"} 0 node_network_device_id{device="veth777df4e"} 0 node_network_device_id{device="veth79c29ed"} 0 node_network_device_id{device="veth7d470b3"} 0 node_network_device_id{device="veth7e6b2b2"} 0 node_network_device_id{device="veth8080026"} 0 node_network_device_id{device="veth867bd8a"} 0 node_network_device_id{device="veth8ad6e05"} 0 node_network_device_id{device="veth8d0e97d"} 0 node_network_device_id{device="veth8d41d24"} 0 node_network_device_id{device="veth8edde4b"} 0 node_network_device_id{device="veth8fd70ab"} 0 node_network_device_id{device="veth91c61c3"} 0 node_network_device_id{device="veth95afbf6"} 0 node_network_device_id{device="veth9942fe9"} 0 node_network_device_id{device="veth9d6747d"} 0 node_network_device_id{device="veth9e470ff"} 0 node_network_device_id{device="veth9e616f3"} 0 node_network_device_id{device="vetha0db503"} 0 node_network_device_id{device="vetha2e0de9"} 0 node_network_device_id{device="vetha347c19"} 0 node_network_device_id{device="vetha4e280e"} 0 node_network_device_id{device="vetha66f35b"} 0 node_network_device_id{device="vetha7c6815"} 0 node_network_device_id{device="vetha8266f3"} 0 node_network_device_id{device="vethaa08148"} 0 node_network_device_id{device="vethab2af2c"} 0 node_network_device_id{device="vethb109423"} 0 node_network_device_id{device="vethb159df1"} 0 node_network_device_id{device="vethb82dc8b"} 0 node_network_device_id{device="vethbdf6179"} 0 node_network_device_id{device="vethc0af00f"} 0 node_network_device_id{device="vethc17a5d9"} 0 node_network_device_id{device="vethd49f903"} 0 node_network_device_id{device="vethd6ef29c"} 0 node_network_device_id{device="vethd8c0529"} 0 node_network_device_id{device="vethdba15b2"} 0 node_network_device_id{device="vethdc5d466"} 0 node_network_device_id{device="vethde77105"} 0 node_network_device_id{device="vethdf0d449"} 0 node_network_device_id{device="vethdf2eedb"} 0 node_network_device_id{device="vethdfe400f"} 0 node_network_device_id{device="vethe140009"} 0 node_network_device_id{device="vethe561898"} 0 node_network_device_id{device="vethe622197"} 0 node_network_device_id{device="vethe690fc2"} 0 node_network_device_id{device="vethe75208c"} 0 node_network_device_id{device="vethe819c9d"} 0 node_network_device_id{device="vethe8f26e1"} 0 node_network_device_id{device="vethec02a2f"} 0 node_network_device_id{device="vethf52fc69"} 0 node_network_device_id{device="vethf5f2bdc"} 0 node_network_device_id{device="vethf61befa"} 0 node_network_device_id{device="vethf6ff4cd"} 0 node_network_device_id{device="vethfdc4032"} 0 node_network_device_id{device="vethfde6e16"} 0 node_network_device_id{device="vethfe4f272"} 0 node_network_device_id{device="vethff25527"} 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="veth0024ae7"} 0 node_network_dormant{device="veth021590e"} 0 node_network_dormant{device="veth021de55"} 0 node_network_dormant{device="veth07119a7"} 0 node_network_dormant{device="veth0789552"} 0 node_network_dormant{device="veth0904270"} 0 node_network_dormant{device="veth092222b"} 0 node_network_dormant{device="veth0babf41"} 0 node_network_dormant{device="veth0c514db"} 0 node_network_dormant{device="veth0d0efa0"} 0 node_network_dormant{device="veth0f51749"} 0 node_network_dormant{device="veth1274e51"} 0 node_network_dormant{device="veth16725d5"} 0 node_network_dormant{device="veth190409d"} 0 node_network_dormant{device="veth19dc163"} 0 node_network_dormant{device="veth1c31f79"} 0 node_network_dormant{device="veth1ebcfa2"} 0 node_network_dormant{device="veth24d4199"} 0 node_network_dormant{device="veth2b8cc2d"} 0 node_network_dormant{device="veth2f93b3b"} 0 node_network_dormant{device="veth3062e68"} 0 node_network_dormant{device="veth35b693c"} 0 node_network_dormant{device="veth368476f"} 0 node_network_dormant{device="veth3804b08"} 0 node_network_dormant{device="veth3ea2e1f"} 0 node_network_dormant{device="veth3f1a18c"} 0 node_network_dormant{device="veth4547175"} 0 node_network_dormant{device="veth4b32b94"} 0 node_network_dormant{device="veth4ce8fac"} 0 node_network_dormant{device="veth4d17d61"} 0 node_network_dormant{device="veth4d6eef9"} 0 node_network_dormant{device="veth502e64d"} 0 node_network_dormant{device="veth5117d06"} 0 node_network_dormant{device="veth538f204"} 0 node_network_dormant{device="veth5494b5e"} 0 node_network_dormant{device="veth568b23f"} 0 node_network_dormant{device="veth580443a"} 0 node_network_dormant{device="veth585b82d"} 0 node_network_dormant{device="veth592e24b"} 0 node_network_dormant{device="veth5938775"} 0 node_network_dormant{device="veth5a56737"} 0 node_network_dormant{device="veth5bbf640"} 0 node_network_dormant{device="veth5e43bcb"} 0 node_network_dormant{device="veth5e512d5"} 0 node_network_dormant{device="veth605ae29"} 0 node_network_dormant{device="veth61e92eb"} 0 node_network_dormant{device="veth67727bf"} 0 node_network_dormant{device="veth68dd7ae"} 0 node_network_dormant{device="veth6a7b649"} 0 node_network_dormant{device="veth6af9da9"} 0 node_network_dormant{device="veth6e88e24"} 0 node_network_dormant{device="veth71afbc8"} 0 node_network_dormant{device="veth777df4e"} 0 node_network_dormant{device="veth79c29ed"} 0 node_network_dormant{device="veth7d470b3"} 0 node_network_dormant{device="veth7e6b2b2"} 0 node_network_dormant{device="veth8080026"} 0 node_network_dormant{device="veth867bd8a"} 0 node_network_dormant{device="veth8ad6e05"} 0 node_network_dormant{device="veth8d0e97d"} 0 node_network_dormant{device="veth8d41d24"} 0 node_network_dormant{device="veth8edde4b"} 0 node_network_dormant{device="veth8fd70ab"} 0 node_network_dormant{device="veth91c61c3"} 0 node_network_dormant{device="veth95afbf6"} 0 node_network_dormant{device="veth9942fe9"} 0 node_network_dormant{device="veth9d6747d"} 0 node_network_dormant{device="veth9e470ff"} 0 node_network_dormant{device="veth9e616f3"} 0 node_network_dormant{device="vetha0db503"} 0 node_network_dormant{device="vetha2e0de9"} 0 node_network_dormant{device="vetha347c19"} 0 node_network_dormant{device="vetha4e280e"} 0 node_network_dormant{device="vetha66f35b"} 0 node_network_dormant{device="vetha7c6815"} 0 node_network_dormant{device="vetha8266f3"} 0 node_network_dormant{device="vethaa08148"} 0 node_network_dormant{device="vethab2af2c"} 0 node_network_dormant{device="vethb109423"} 0 node_network_dormant{device="vethb159df1"} 0 node_network_dormant{device="vethb82dc8b"} 0 node_network_dormant{device="vethbdf6179"} 0 node_network_dormant{device="vethc0af00f"} 0 node_network_dormant{device="vethc17a5d9"} 0 node_network_dormant{device="vethd49f903"} 0 node_network_dormant{device="vethd6ef29c"} 0 node_network_dormant{device="vethd8c0529"} 0 node_network_dormant{device="vethdba15b2"} 0 node_network_dormant{device="vethdc5d466"} 0 node_network_dormant{device="vethde77105"} 0 node_network_dormant{device="vethdf0d449"} 0 node_network_dormant{device="vethdf2eedb"} 0 node_network_dormant{device="vethdfe400f"} 0 node_network_dormant{device="vethe140009"} 0 node_network_dormant{device="vethe561898"} 0 node_network_dormant{device="vethe622197"} 0 node_network_dormant{device="vethe690fc2"} 0 node_network_dormant{device="vethe75208c"} 0 node_network_dormant{device="vethe819c9d"} 0 node_network_dormant{device="vethe8f26e1"} 0 node_network_dormant{device="vethec02a2f"} 0 node_network_dormant{device="vethf52fc69"} 0 node_network_dormant{device="vethf5f2bdc"} 0 node_network_dormant{device="vethf61befa"} 0 node_network_dormant{device="vethf6ff4cd"} 0 node_network_dormant{device="vethfdc4032"} 0 node_network_dormant{device="vethfde6e16"} 0 node_network_dormant{device="vethfe4f272"} 0 node_network_dormant{device="vethff25527"} 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="veth0024ae7"} 4867 node_network_flags{device="veth021590e"} 4867 node_network_flags{device="veth021de55"} 4867 node_network_flags{device="veth07119a7"} 4867 node_network_flags{device="veth0789552"} 4867 node_network_flags{device="veth0904270"} 4867 node_network_flags{device="veth092222b"} 4867 node_network_flags{device="veth0babf41"} 4867 node_network_flags{device="veth0c514db"} 4867 node_network_flags{device="veth0d0efa0"} 4867 node_network_flags{device="veth0f51749"} 4867 node_network_flags{device="veth1274e51"} 4867 node_network_flags{device="veth16725d5"} 4867 node_network_flags{device="veth190409d"} 4867 node_network_flags{device="veth19dc163"} 4867 node_network_flags{device="veth1c31f79"} 4867 node_network_flags{device="veth1ebcfa2"} 4867 node_network_flags{device="veth24d4199"} 4867 node_network_flags{device="veth2b8cc2d"} 4867 node_network_flags{device="veth2f93b3b"} 4867 node_network_flags{device="veth3062e68"} 4867 node_network_flags{device="veth35b693c"} 4867 node_network_flags{device="veth368476f"} 4867 node_network_flags{device="veth3804b08"} 4867 node_network_flags{device="veth3ea2e1f"} 4867 node_network_flags{device="veth3f1a18c"} 4867 node_network_flags{device="veth4547175"} 4867 node_network_flags{device="veth4b32b94"} 4867 node_network_flags{device="veth4ce8fac"} 4867 node_network_flags{device="veth4d17d61"} 4867 node_network_flags{device="veth4d6eef9"} 4867 node_network_flags{device="veth502e64d"} 4867 node_network_flags{device="veth5117d06"} 4867 node_network_flags{device="veth538f204"} 4867 node_network_flags{device="veth5494b5e"} 4867 node_network_flags{device="veth568b23f"} 4867 node_network_flags{device="veth580443a"} 4867 node_network_flags{device="veth585b82d"} 4867 node_network_flags{device="veth592e24b"} 4867 node_network_flags{device="veth5938775"} 4867 node_network_flags{device="veth5a56737"} 4867 node_network_flags{device="veth5bbf640"} 4867 node_network_flags{device="veth5e43bcb"} 4867 node_network_flags{device="veth5e512d5"} 4867 node_network_flags{device="veth605ae29"} 4867 node_network_flags{device="veth61e92eb"} 4867 node_network_flags{device="veth67727bf"} 4867 node_network_flags{device="veth68dd7ae"} 4867 node_network_flags{device="veth6a7b649"} 4867 node_network_flags{device="veth6af9da9"} 4867 node_network_flags{device="veth6e88e24"} 4867 node_network_flags{device="veth71afbc8"} 4867 node_network_flags{device="veth777df4e"} 4867 node_network_flags{device="veth79c29ed"} 4867 node_network_flags{device="veth7d470b3"} 4867 node_network_flags{device="veth7e6b2b2"} 4867 node_network_flags{device="veth8080026"} 4867 node_network_flags{device="veth867bd8a"} 4867 node_network_flags{device="veth8ad6e05"} 4867 node_network_flags{device="veth8d0e97d"} 4867 node_network_flags{device="veth8d41d24"} 4867 node_network_flags{device="veth8edde4b"} 4867 node_network_flags{device="veth8fd70ab"} 4867 node_network_flags{device="veth91c61c3"} 4867 node_network_flags{device="veth95afbf6"} 4867 node_network_flags{device="veth9942fe9"} 4867 node_network_flags{device="veth9d6747d"} 4867 node_network_flags{device="veth9e470ff"} 4867 node_network_flags{device="veth9e616f3"} 4867 node_network_flags{device="vetha0db503"} 4867 node_network_flags{device="vetha2e0de9"} 4867 node_network_flags{device="vetha347c19"} 4867 node_network_flags{device="vetha4e280e"} 4867 node_network_flags{device="vetha66f35b"} 4867 node_network_flags{device="vetha7c6815"} 4867 node_network_flags{device="vetha8266f3"} 4867 node_network_flags{device="vethaa08148"} 4867 node_network_flags{device="vethab2af2c"} 4867 node_network_flags{device="vethb109423"} 4867 node_network_flags{device="vethb159df1"} 4867 node_network_flags{device="vethb82dc8b"} 4867 node_network_flags{device="vethbdf6179"} 4867 node_network_flags{device="vethc0af00f"} 4867 node_network_flags{device="vethc17a5d9"} 4867 node_network_flags{device="vethd49f903"} 4867 node_network_flags{device="vethd6ef29c"} 4867 node_network_flags{device="vethd8c0529"} 4867 node_network_flags{device="vethdba15b2"} 4867 node_network_flags{device="vethdc5d466"} 4867 node_network_flags{device="vethde77105"} 4867 node_network_flags{device="vethdf0d449"} 4867 node_network_flags{device="vethdf2eedb"} 4867 node_network_flags{device="vethdfe400f"} 4867 node_network_flags{device="vethe140009"} 4867 node_network_flags{device="vethe561898"} 4867 node_network_flags{device="vethe622197"} 4867 node_network_flags{device="vethe690fc2"} 4867 node_network_flags{device="vethe75208c"} 4867 node_network_flags{device="vethe819c9d"} 4867 node_network_flags{device="vethe8f26e1"} 4867 node_network_flags{device="vethec02a2f"} 4867 node_network_flags{device="vethf52fc69"} 4867 node_network_flags{device="vethf5f2bdc"} 4867 node_network_flags{device="vethf61befa"} 4867 node_network_flags{device="vethf6ff4cd"} 4867 node_network_flags{device="vethfdc4032"} 4867 node_network_flags{device="vethfde6e16"} 4867 node_network_flags{device="vethfe4f272"} 4867 node_network_flags{device="vethff25527"} 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="veth0024ae7"} 86898 node_network_iface_id{device="veth021590e"} 88386 node_network_iface_id{device="veth021de55"} 86896 node_network_iface_id{device="veth07119a7"} 86924 node_network_iface_id{device="veth0789552"} 88408 node_network_iface_id{device="veth0904270"} 72879 node_network_iface_id{device="veth092222b"} 72874 node_network_iface_id{device="veth0babf41"} 85786 node_network_iface_id{device="veth0c514db"} 86862 node_network_iface_id{device="veth0d0efa0"} 72876 node_network_iface_id{device="veth0f51749"} 88978 node_network_iface_id{device="veth1274e51"} 88981 node_network_iface_id{device="veth16725d5"} 86921 node_network_iface_id{device="veth190409d"} 87703 node_network_iface_id{device="veth19dc163"} 86903 node_network_iface_id{device="veth1c31f79"} 88425 node_network_iface_id{device="veth1ebcfa2"} 88383 node_network_iface_id{device="veth24d4199"} 85790 node_network_iface_id{device="veth2b8cc2d"} 87707 node_network_iface_id{device="veth2f93b3b"} 86895 node_network_iface_id{device="veth3062e68"} 85784 node_network_iface_id{device="veth35b693c"} 72883 node_network_iface_id{device="veth368476f"} 85780 node_network_iface_id{device="veth3804b08"} 86863 node_network_iface_id{device="veth3ea2e1f"} 88979 node_network_iface_id{device="veth3f1a18c"} 85794 node_network_iface_id{device="veth4547175"} 89056 node_network_iface_id{device="veth4b32b94"} 72884 node_network_iface_id{device="veth4ce8fac"} 88468 node_network_iface_id{device="veth4d17d61"} 86900 node_network_iface_id{device="veth4d6eef9"} 89044 node_network_iface_id{device="veth502e64d"} 88403 node_network_iface_id{device="veth5117d06"} 85770 node_network_iface_id{device="veth538f204"} 88436 node_network_iface_id{device="veth5494b5e"} 86905 node_network_iface_id{device="veth568b23f"} 85788 node_network_iface_id{device="veth580443a"} 88407 node_network_iface_id{device="veth585b82d"} 88412 node_network_iface_id{device="veth592e24b"} 86913 node_network_iface_id{device="veth5938775"} 72881 node_network_iface_id{device="veth5a56737"} 86891 node_network_iface_id{device="veth5bbf640"} 444 node_network_iface_id{device="veth5e43bcb"} 72882 node_network_iface_id{device="veth5e512d5"} 88380 node_network_iface_id{device="veth605ae29"} 88405 node_network_iface_id{device="veth61e92eb"} 86902 node_network_iface_id{device="veth67727bf"} 86914 node_network_iface_id{device="veth68dd7ae"} 89027 node_network_iface_id{device="veth6a7b649"} 85777 node_network_iface_id{device="veth6af9da9"} 86865 node_network_iface_id{device="veth6e88e24"} 86920 node_network_iface_id{device="veth71afbc8"} 86897 node_network_iface_id{device="veth777df4e"} 443 node_network_iface_id{device="veth79c29ed"} 86908 node_network_iface_id{device="veth7d470b3"} 85787 node_network_iface_id{device="veth7e6b2b2"} 88385 node_network_iface_id{device="veth8080026"} 86909 node_network_iface_id{device="veth867bd8a"} 86888 node_network_iface_id{device="veth8ad6e05"} 88435 node_network_iface_id{device="veth8d0e97d"} 88411 node_network_iface_id{device="veth8d41d24"} 85792 node_network_iface_id{device="veth8edde4b"} 86906 node_network_iface_id{device="veth8fd70ab"} 86867 node_network_iface_id{device="veth91c61c3"} 87560 node_network_iface_id{device="veth95afbf6"} 85773 node_network_iface_id{device="veth9942fe9"} 86868 node_network_iface_id{device="veth9d6747d"} 88084 node_network_iface_id{device="veth9e470ff"} 86925 node_network_iface_id{device="veth9e616f3"} 86894 node_network_iface_id{device="vetha0db503"} 86911 node_network_iface_id{device="vetha2e0de9"} 85795 node_network_iface_id{device="vetha347c19"} 72880 node_network_iface_id{device="vetha4e280e"} 86919 node_network_iface_id{device="vetha66f35b"} 85796 node_network_iface_id{device="vetha7c6815"} 89028 node_network_iface_id{device="vetha8266f3"} 88400 node_network_iface_id{device="vethaa08148"} 88409 node_network_iface_id{device="vethab2af2c"} 88808 node_network_iface_id{device="vethb109423"} 88420 node_network_iface_id{device="vethb159df1"} 88410 node_network_iface_id{device="vethb82dc8b"} 86916 node_network_iface_id{device="vethbdf6179"} 86912 node_network_iface_id{device="vethc0af00f"} 88980 node_network_iface_id{device="vethc17a5d9"} 88977 node_network_iface_id{device="vethd49f903"} 88975 node_network_iface_id{device="vethd6ef29c"} 86901 node_network_iface_id{device="vethd8c0529"} 85785 node_network_iface_id{device="vethdba15b2"} 72873 node_network_iface_id{device="vethdc5d466"} 88426 node_network_iface_id{device="vethde77105"} 88401 node_network_iface_id{device="vethdf0d449"} 85778 node_network_iface_id{device="vethdf2eedb"} 88976 node_network_iface_id{device="vethdfe400f"} 85789 node_network_iface_id{device="vethe140009"} 85781 node_network_iface_id{device="vethe561898"} 88086 node_network_iface_id{device="vethe622197"} 87706 node_network_iface_id{device="vethe690fc2"} 72878 node_network_iface_id{device="vethe75208c"} 85782 node_network_iface_id{device="vethe819c9d"} 88432 node_network_iface_id{device="vethe8f26e1"} 86904 node_network_iface_id{device="vethec02a2f"} 85774 node_network_iface_id{device="vethf52fc69"} 88382 node_network_iface_id{device="vethf5f2bdc"} 85776 node_network_iface_id{device="vethf61befa"} 88406 node_network_iface_id{device="vethf6ff4cd"} 85791 node_network_iface_id{device="vethfdc4032"} 85772 node_network_iface_id{device="vethfde6e16"} 86855 node_network_iface_id{device="vethfe4f272"} 86856 node_network_iface_id{device="vethff25527"} 88421 # 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="veth0024ae7"} 2 node_network_iface_link{device="veth021590e"} 3 node_network_iface_link{device="veth021de55"} 2 node_network_iface_link{device="veth07119a7"} 2 node_network_iface_link{device="veth0789552"} 2 node_network_iface_link{device="veth0904270"} 2 node_network_iface_link{device="veth092222b"} 2 node_network_iface_link{device="veth0babf41"} 2 node_network_iface_link{device="veth0c514db"} 2 node_network_iface_link{device="veth0d0efa0"} 2 node_network_iface_link{device="veth0f51749"} 2 node_network_iface_link{device="veth1274e51"} 3 node_network_iface_link{device="veth16725d5"} 4 node_network_iface_link{device="veth190409d"} 2 node_network_iface_link{device="veth19dc163"} 2 node_network_iface_link{device="veth1c31f79"} 2 node_network_iface_link{device="veth1ebcfa2"} 2 node_network_iface_link{device="veth24d4199"} 2 node_network_iface_link{device="veth2b8cc2d"} 2 node_network_iface_link{device="veth2f93b3b"} 2 node_network_iface_link{device="veth3062e68"} 2 node_network_iface_link{device="veth35b693c"} 3 node_network_iface_link{device="veth368476f"} 2 node_network_iface_link{device="veth3804b08"} 3 node_network_iface_link{device="veth3ea2e1f"} 2 node_network_iface_link{device="veth3f1a18c"} 2 node_network_iface_link{device="veth4547175"} 2 node_network_iface_link{device="veth4b32b94"} 2 node_network_iface_link{device="veth4ce8fac"} 2 node_network_iface_link{device="veth4d17d61"} 2 node_network_iface_link{device="veth4d6eef9"} 2 node_network_iface_link{device="veth502e64d"} 2 node_network_iface_link{device="veth5117d06"} 2 node_network_iface_link{device="veth538f204"} 3 node_network_iface_link{device="veth5494b5e"} 2 node_network_iface_link{device="veth568b23f"} 2 node_network_iface_link{device="veth580443a"} 2 node_network_iface_link{device="veth585b82d"} 2 node_network_iface_link{device="veth592e24b"} 3 node_network_iface_link{device="veth5938775"} 3 node_network_iface_link{device="veth5a56737"} 2 node_network_iface_link{device="veth5bbf640"} 3 node_network_iface_link{device="veth5e43bcb"} 2 node_network_iface_link{device="veth5e512d5"} 2 node_network_iface_link{device="veth605ae29"} 2 node_network_iface_link{device="veth61e92eb"} 2 node_network_iface_link{device="veth67727bf"} 3 node_network_iface_link{device="veth68dd7ae"} 2 node_network_iface_link{device="veth6a7b649"} 2 node_network_iface_link{device="veth6af9da9"} 2 node_network_iface_link{device="veth6e88e24"} 3 node_network_iface_link{device="veth71afbc8"} 2 node_network_iface_link{device="veth777df4e"} 2 node_network_iface_link{device="veth79c29ed"} 3 node_network_iface_link{device="veth7d470b3"} 2 node_network_iface_link{device="veth7e6b2b2"} 2 node_network_iface_link{device="veth8080026"} 2 node_network_iface_link{device="veth867bd8a"} 2 node_network_iface_link{device="veth8ad6e05"} 2 node_network_iface_link{device="veth8d0e97d"} 2 node_network_iface_link{device="veth8d41d24"} 2 node_network_iface_link{device="veth8edde4b"} 3 node_network_iface_link{device="veth8fd70ab"} 3 node_network_iface_link{device="veth91c61c3"} 2 node_network_iface_link{device="veth95afbf6"} 2 node_network_iface_link{device="veth9942fe9"} 4 node_network_iface_link{device="veth9d6747d"} 2 node_network_iface_link{device="veth9e470ff"} 3 node_network_iface_link{device="veth9e616f3"} 2 node_network_iface_link{device="vetha0db503"} 3 node_network_iface_link{device="vetha2e0de9"} 3 node_network_iface_link{device="vetha347c19"} 2 node_network_iface_link{device="vetha4e280e"} 2 node_network_iface_link{device="vetha66f35b"} 2 node_network_iface_link{device="vetha7c6815"} 2 node_network_iface_link{device="vetha8266f3"} 2 node_network_iface_link{device="vethaa08148"} 2 node_network_iface_link{device="vethab2af2c"} 2 node_network_iface_link{device="vethb109423"} 2 node_network_iface_link{device="vethb159df1"} 2 node_network_iface_link{device="vethb82dc8b"} 3 node_network_iface_link{device="vethbdf6179"} 3 node_network_iface_link{device="vethc0af00f"} 3 node_network_iface_link{device="vethc17a5d9"} 2 node_network_iface_link{device="vethd49f903"} 2 node_network_iface_link{device="vethd6ef29c"} 2 node_network_iface_link{device="vethd8c0529"} 2 node_network_iface_link{device="vethdba15b2"} 2 node_network_iface_link{device="vethdc5d466"} 2 node_network_iface_link{device="vethde77105"} 2 node_network_iface_link{device="vethdf0d449"} 2 node_network_iface_link{device="vethdf2eedb"} 2 node_network_iface_link{device="vethdfe400f"} 2 node_network_iface_link{device="vethe140009"} 2 node_network_iface_link{device="vethe561898"} 2 node_network_iface_link{device="vethe622197"} 2 node_network_iface_link{device="vethe690fc2"} 2 node_network_iface_link{device="vethe75208c"} 2 node_network_iface_link{device="vethe819c9d"} 2 node_network_iface_link{device="vethe8f26e1"} 3 node_network_iface_link{device="vethec02a2f"} 2 node_network_iface_link{device="vethf52fc69"} 2 node_network_iface_link{device="vethf5f2bdc"} 2 node_network_iface_link{device="vethf61befa"} 2 node_network_iface_link{device="vethf6ff4cd"} 2 node_network_iface_link{device="vethfdc4032"} 2 node_network_iface_link{device="vethfde6e16"} 2 node_network_iface_link{device="vethfe4f272"} 2 node_network_iface_link{device="vethff25527"} 2 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="br-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="veth0024ae7"} 0 node_network_iface_link_mode{device="veth021590e"} 0 node_network_iface_link_mode{device="veth021de55"} 0 node_network_iface_link_mode{device="veth07119a7"} 0 node_network_iface_link_mode{device="veth0789552"} 0 node_network_iface_link_mode{device="veth0904270"} 0 node_network_iface_link_mode{device="veth092222b"} 0 node_network_iface_link_mode{device="veth0babf41"} 0 node_network_iface_link_mode{device="veth0c514db"} 0 node_network_iface_link_mode{device="veth0d0efa0"} 0 node_network_iface_link_mode{device="veth0f51749"} 0 node_network_iface_link_mode{device="veth1274e51"} 0 node_network_iface_link_mode{device="veth16725d5"} 0 node_network_iface_link_mode{device="veth190409d"} 0 node_network_iface_link_mode{device="veth19dc163"} 0 node_network_iface_link_mode{device="veth1c31f79"} 0 node_network_iface_link_mode{device="veth1ebcfa2"} 0 node_network_iface_link_mode{device="veth24d4199"} 0 node_network_iface_link_mode{device="veth2b8cc2d"} 0 node_network_iface_link_mode{device="veth2f93b3b"} 0 node_network_iface_link_mode{device="veth3062e68"} 0 node_network_iface_link_mode{device="veth35b693c"} 0 node_network_iface_link_mode{device="veth368476f"} 0 node_network_iface_link_mode{device="veth3804b08"} 0 node_network_iface_link_mode{device="veth3ea2e1f"} 0 node_network_iface_link_mode{device="veth3f1a18c"} 0 node_network_iface_link_mode{device="veth4547175"} 0 node_network_iface_link_mode{device="veth4b32b94"} 0 node_network_iface_link_mode{device="veth4ce8fac"} 0 node_network_iface_link_mode{device="veth4d17d61"} 0 node_network_iface_link_mode{device="veth4d6eef9"} 0 node_network_iface_link_mode{device="veth502e64d"} 0 node_network_iface_link_mode{device="veth5117d06"} 0 node_network_iface_link_mode{device="veth538f204"} 0 node_network_iface_link_mode{device="veth5494b5e"} 0 node_network_iface_link_mode{device="veth568b23f"} 0 node_network_iface_link_mode{device="veth580443a"} 0 node_network_iface_link_mode{device="veth585b82d"} 0 node_network_iface_link_mode{device="veth592e24b"} 0 node_network_iface_link_mode{device="veth5938775"} 0 node_network_iface_link_mode{device="veth5a56737"} 0 node_network_iface_link_mode{device="veth5bbf640"} 0 node_network_iface_link_mode{device="veth5e43bcb"} 0 node_network_iface_link_mode{device="veth5e512d5"} 0 node_network_iface_link_mode{device="veth605ae29"} 0 node_network_iface_link_mode{device="veth61e92eb"} 0 node_network_iface_link_mode{device="veth67727bf"} 0 node_network_iface_link_mode{device="veth68dd7ae"} 0 node_network_iface_link_mode{device="veth6a7b649"} 0 node_network_iface_link_mode{device="veth6af9da9"} 0 node_network_iface_link_mode{device="veth6e88e24"} 0 node_network_iface_link_mode{device="veth71afbc8"} 0 node_network_iface_link_mode{device="veth777df4e"} 0 node_network_iface_link_mode{device="veth79c29ed"} 0 node_network_iface_link_mode{device="veth7d470b3"} 0 node_network_iface_link_mode{device="veth7e6b2b2"} 0 node_network_iface_link_mode{device="veth8080026"} 0 node_network_iface_link_mode{device="veth867bd8a"} 0 node_network_iface_link_mode{device="veth8ad6e05"} 0 node_network_iface_link_mode{device="veth8d0e97d"} 0 node_network_iface_link_mode{device="veth8d41d24"} 0 node_network_iface_link_mode{device="veth8edde4b"} 0 node_network_iface_link_mode{device="veth8fd70ab"} 0 node_network_iface_link_mode{device="veth91c61c3"} 0 node_network_iface_link_mode{device="veth95afbf6"} 0 node_network_iface_link_mode{device="veth9942fe9"} 0 node_network_iface_link_mode{device="veth9d6747d"} 0 node_network_iface_link_mode{device="veth9e470ff"} 0 node_network_iface_link_mode{device="veth9e616f3"} 0 node_network_iface_link_mode{device="vetha0db503"} 0 node_network_iface_link_mode{device="vetha2e0de9"} 0 node_network_iface_link_mode{device="vetha347c19"} 0 node_network_iface_link_mode{device="vetha4e280e"} 0 node_network_iface_link_mode{device="vetha66f35b"} 0 node_network_iface_link_mode{device="vetha7c6815"} 0 node_network_iface_link_mode{device="vetha8266f3"} 0 node_network_iface_link_mode{device="vethaa08148"} 0 node_network_iface_link_mode{device="vethab2af2c"} 0 node_network_iface_link_mode{device="vethb109423"} 0 node_network_iface_link_mode{device="vethb159df1"} 0 node_network_iface_link_mode{device="vethb82dc8b"} 0 node_network_iface_link_mode{device="vethbdf6179"} 0 node_network_iface_link_mode{device="vethc0af00f"} 0 node_network_iface_link_mode{device="vethc17a5d9"} 0 node_network_iface_link_mode{device="vethd49f903"} 0 node_network_iface_link_mode{device="vethd6ef29c"} 0 node_network_iface_link_mode{device="vethd8c0529"} 0 node_network_iface_link_mode{device="vethdba15b2"} 0 node_network_iface_link_mode{device="vethdc5d466"} 0 node_network_iface_link_mode{device="vethde77105"} 0 node_network_iface_link_mode{device="vethdf0d449"} 0 node_network_iface_link_mode{device="vethdf2eedb"} 0 node_network_iface_link_mode{device="vethdfe400f"} 0 node_network_iface_link_mode{device="vethe140009"} 0 node_network_iface_link_mode{device="vethe561898"} 0 node_network_iface_link_mode{device="vethe622197"} 0 node_network_iface_link_mode{device="vethe690fc2"} 0 node_network_iface_link_mode{device="vethe75208c"} 0 node_network_iface_link_mode{device="vethe819c9d"} 0 node_network_iface_link_mode{device="vethe8f26e1"} 0 node_network_iface_link_mode{device="vethec02a2f"} 0 node_network_iface_link_mode{device="vethf52fc69"} 0 node_network_iface_link_mode{device="vethf5f2bdc"} 0 node_network_iface_link_mode{device="vethf61befa"} 0 node_network_iface_link_mode{device="vethf6ff4cd"} 0 node_network_iface_link_mode{device="vethfdc4032"} 0 node_network_iface_link_mode{device="vethfde6e16"} 0 node_network_iface_link_mode{device="vethfe4f272"} 0 node_network_iface_link_mode{device="vethff25527"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:52:23:b4:cd:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf52fc69",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:56:f1:bf:ea:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf61befa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:41:14:3c:a9:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe4f272",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:4f:05:8e:74:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha8266f3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:be:1f:a8:5f:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth021de55",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:11:cd:aa:3d:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaa08148",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:a1:c5:8a:01:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe561898",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:19:cb:48:cc:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth07119a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:1b:bb:8e:aa:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5e512d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:e7:0d:74:c5:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd6ef29c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:09:9e:b3:98:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ebcfa2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:82:e6:73:04:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth592e24b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:f1:44:5a:7b:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0babf41",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:b0:42:f6:7a:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe140009",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:4a:34:09:df:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth61e92eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:9a:c7:06:04:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f1a18c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:a4:0c:6c:03:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab2af2c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:fa:86:d2:8c:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7e6b2b2",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:b6:c6:32:dc:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth71afbc8",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="32:a5:93:8d:bb:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff25527",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:b7:68:b6:87:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a56737",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:45:c6:ac:1a:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8edde4b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:6e:48:06:da:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ea2e1f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:74:a4:b1:2b:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth568b23f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:1a:80:aa:df:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3062e68",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="42:60:bb:b2:fc:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth605ae29",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:39:39:08:5a:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2e0de9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:00:69:99:31:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4e280e",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:56:21:07:13:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d17d61",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:5b:4b:70:3c:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth502e64d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:7f:41:57:27:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf6ff4cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:ee:34:6d:e1:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8f26e1",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:f8:bf:7b:11:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2f93b3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:49:58:60:a6:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ad6e05",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="66:f3:f4:08:42:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdfe400f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:61:f6:83:5e:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc0af00f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:82:1a:31:54:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8c0529",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:c1:78:e5:ca:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth16725d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:de:9d:cd:93:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdc5d466",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:2b:a2:bf:6d:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth79c29ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:e0:56:7f:d0:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth021590e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:7f:e9:02:55:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethde77105",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:3e:e8:d7:ad:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d470b3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:5b:9d:ab:78:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe75208c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:b2:4f:77:c7:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe622197",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:e2:ef:82:34:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfdc4032",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:6a:97:24:b0:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth24d4199",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:85:46:30:8a:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdf0d449",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:b9:d8:01:59:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6e88e24",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:f0:88:de:c2:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth190409d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:a9:17:2b:4e:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth95afbf6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:c0:17:79:53:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9942fe9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:a6:b7:4c:66:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth91c61c3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:fd:91:6b:cf:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc17a5d9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:3c:9c:38:1d:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb82dc8b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:12:8a:08:c0:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe819c9d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:51:83:59:77:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68dd7ae",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="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="9a:45:46:90:97:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfde6e16",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:a8:56:1b:cb:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e616f3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:1a:9d:e4:74:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d6747d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:4d:dc:36:23:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0024ae7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:7e:d8:64:ba:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha0db503",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="9e:fb:d2:78:07:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d0e97d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:2d:37:29:fd:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3804b08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:7d:de:b8:e4:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha66f35b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:1f:cd:ba:55:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6af9da9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:3b:f5:57:b5:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7c6815",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:da:3f:b0:ed:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4ce8fac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:58:7f:21:6c:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth538f204",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:fd:8d:47:3c:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8fd70ab",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: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="b2:80:17:9f:9a:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth867bd8a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:94:66:91:e5:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth368476f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:a3:12:5c:95:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth580443a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:17:03:1c:a3:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c514db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:71:21:8d:18:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd49f903",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:8a:45:54:86:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4547175",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:3e:3d:dd:85:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0789552",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:6e:00:96:19:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1c31f79",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="be:b2:cb:87:5b:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e470ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:d8:60:a8:4e:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethec02a2f",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="ca:e1:8d:f5:2c:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth19dc163",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:37:6d:9f:0b:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb159df1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:e8:d5:1b:ea:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbdf6179",duplex="full",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:c4:d5:e6:92:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf5f2bdc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:c8:48:b0:2c:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb109423",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:08:2a:64:83:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b8cc2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:37:fd:c7:21:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth67727bf",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:be:0c:ed:74:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d41d24",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:be:17:08:58:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a7b649",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:e0:71:83:28:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f51749",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:20:a0:ca:88:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8080026",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="e6:bb:a3:3f:78:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d6eef9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:aa:83:d9:46:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1274e51",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:5d:18:c9:16:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth585b82d",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="fa:17:02:df:8a:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5117d06",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:1c:61:d2:ad:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5494b5e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:9a:b4:2a:50:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdf2eedb",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="veth0024ae7"} 1500 node_network_mtu_bytes{device="veth021590e"} 1500 node_network_mtu_bytes{device="veth021de55"} 1500 node_network_mtu_bytes{device="veth07119a7"} 1500 node_network_mtu_bytes{device="veth0789552"} 1500 node_network_mtu_bytes{device="veth0904270"} 1500 node_network_mtu_bytes{device="veth092222b"} 1500 node_network_mtu_bytes{device="veth0babf41"} 1500 node_network_mtu_bytes{device="veth0c514db"} 1500 node_network_mtu_bytes{device="veth0d0efa0"} 1500 node_network_mtu_bytes{device="veth0f51749"} 1500 node_network_mtu_bytes{device="veth1274e51"} 1500 node_network_mtu_bytes{device="veth16725d5"} 1500 node_network_mtu_bytes{device="veth190409d"} 1500 node_network_mtu_bytes{device="veth19dc163"} 1500 node_network_mtu_bytes{device="veth1c31f79"} 1500 node_network_mtu_bytes{device="veth1ebcfa2"} 1500 node_network_mtu_bytes{device="veth24d4199"} 1500 node_network_mtu_bytes{device="veth2b8cc2d"} 1500 node_network_mtu_bytes{device="veth2f93b3b"} 1500 node_network_mtu_bytes{device="veth3062e68"} 1500 node_network_mtu_bytes{device="veth35b693c"} 1500 node_network_mtu_bytes{device="veth368476f"} 1500 node_network_mtu_bytes{device="veth3804b08"} 1500 node_network_mtu_bytes{device="veth3ea2e1f"} 1500 node_network_mtu_bytes{device="veth3f1a18c"} 1500 node_network_mtu_bytes{device="veth4547175"} 1500 node_network_mtu_bytes{device="veth4b32b94"} 1500 node_network_mtu_bytes{device="veth4ce8fac"} 1500 node_network_mtu_bytes{device="veth4d17d61"} 1500 node_network_mtu_bytes{device="veth4d6eef9"} 1500 node_network_mtu_bytes{device="veth502e64d"} 1500 node_network_mtu_bytes{device="veth5117d06"} 1500 node_network_mtu_bytes{device="veth538f204"} 1500 node_network_mtu_bytes{device="veth5494b5e"} 1500 node_network_mtu_bytes{device="veth568b23f"} 1500 node_network_mtu_bytes{device="veth580443a"} 1500 node_network_mtu_bytes{device="veth585b82d"} 1500 node_network_mtu_bytes{device="veth592e24b"} 1500 node_network_mtu_bytes{device="veth5938775"} 1500 node_network_mtu_bytes{device="veth5a56737"} 1500 node_network_mtu_bytes{device="veth5bbf640"} 1500 node_network_mtu_bytes{device="veth5e43bcb"} 1500 node_network_mtu_bytes{device="veth5e512d5"} 1500 node_network_mtu_bytes{device="veth605ae29"} 1500 node_network_mtu_bytes{device="veth61e92eb"} 1500 node_network_mtu_bytes{device="veth67727bf"} 1500 node_network_mtu_bytes{device="veth68dd7ae"} 1500 node_network_mtu_bytes{device="veth6a7b649"} 1500 node_network_mtu_bytes{device="veth6af9da9"} 1500 node_network_mtu_bytes{device="veth6e88e24"} 1500 node_network_mtu_bytes{device="veth71afbc8"} 1500 node_network_mtu_bytes{device="veth777df4e"} 1500 node_network_mtu_bytes{device="veth79c29ed"} 1500 node_network_mtu_bytes{device="veth7d470b3"} 1500 node_network_mtu_bytes{device="veth7e6b2b2"} 1500 node_network_mtu_bytes{device="veth8080026"} 1500 node_network_mtu_bytes{device="veth867bd8a"} 1500 node_network_mtu_bytes{device="veth8ad6e05"} 1500 node_network_mtu_bytes{device="veth8d0e97d"} 1500 node_network_mtu_bytes{device="veth8d41d24"} 1500 node_network_mtu_bytes{device="veth8edde4b"} 1500 node_network_mtu_bytes{device="veth8fd70ab"} 1500 node_network_mtu_bytes{device="veth91c61c3"} 1500 node_network_mtu_bytes{device="veth95afbf6"} 1500 node_network_mtu_bytes{device="veth9942fe9"} 1500 node_network_mtu_bytes{device="veth9d6747d"} 1500 node_network_mtu_bytes{device="veth9e470ff"} 1500 node_network_mtu_bytes{device="veth9e616f3"} 1500 node_network_mtu_bytes{device="vetha0db503"} 1500 node_network_mtu_bytes{device="vetha2e0de9"} 1500 node_network_mtu_bytes{device="vetha347c19"} 1500 node_network_mtu_bytes{device="vetha4e280e"} 1500 node_network_mtu_bytes{device="vetha66f35b"} 1500 node_network_mtu_bytes{device="vetha7c6815"} 1500 node_network_mtu_bytes{device="vetha8266f3"} 1500 node_network_mtu_bytes{device="vethaa08148"} 1500 node_network_mtu_bytes{device="vethab2af2c"} 1500 node_network_mtu_bytes{device="vethb109423"} 1500 node_network_mtu_bytes{device="vethb159df1"} 1500 node_network_mtu_bytes{device="vethb82dc8b"} 1500 node_network_mtu_bytes{device="vethbdf6179"} 1500 node_network_mtu_bytes{device="vethc0af00f"} 1500 node_network_mtu_bytes{device="vethc17a5d9"} 1500 node_network_mtu_bytes{device="vethd49f903"} 1500 node_network_mtu_bytes{device="vethd6ef29c"} 1500 node_network_mtu_bytes{device="vethd8c0529"} 1500 node_network_mtu_bytes{device="vethdba15b2"} 1500 node_network_mtu_bytes{device="vethdc5d466"} 1500 node_network_mtu_bytes{device="vethde77105"} 1500 node_network_mtu_bytes{device="vethdf0d449"} 1500 node_network_mtu_bytes{device="vethdf2eedb"} 1500 node_network_mtu_bytes{device="vethdfe400f"} 1500 node_network_mtu_bytes{device="vethe140009"} 1500 node_network_mtu_bytes{device="vethe561898"} 1500 node_network_mtu_bytes{device="vethe622197"} 1500 node_network_mtu_bytes{device="vethe690fc2"} 1500 node_network_mtu_bytes{device="vethe75208c"} 1500 node_network_mtu_bytes{device="vethe819c9d"} 1500 node_network_mtu_bytes{device="vethe8f26e1"} 1500 node_network_mtu_bytes{device="vethec02a2f"} 1500 node_network_mtu_bytes{device="vethf52fc69"} 1500 node_network_mtu_bytes{device="vethf5f2bdc"} 1500 node_network_mtu_bytes{device="vethf61befa"} 1500 node_network_mtu_bytes{device="vethf6ff4cd"} 1500 node_network_mtu_bytes{device="vethfdc4032"} 1500 node_network_mtu_bytes{device="vethfde6e16"} 1500 node_network_mtu_bytes{device="vethfe4f272"} 1500 node_network_mtu_bytes{device="vethff25527"} 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="veth0024ae7"} 3 node_network_name_assign_type{device="veth021590e"} 3 node_network_name_assign_type{device="veth021de55"} 3 node_network_name_assign_type{device="veth07119a7"} 3 node_network_name_assign_type{device="veth0789552"} 3 node_network_name_assign_type{device="veth0904270"} 3 node_network_name_assign_type{device="veth092222b"} 3 node_network_name_assign_type{device="veth0babf41"} 3 node_network_name_assign_type{device="veth0c514db"} 3 node_network_name_assign_type{device="veth0d0efa0"} 3 node_network_name_assign_type{device="veth0f51749"} 3 node_network_name_assign_type{device="veth1274e51"} 3 node_network_name_assign_type{device="veth16725d5"} 3 node_network_name_assign_type{device="veth190409d"} 3 node_network_name_assign_type{device="veth19dc163"} 3 node_network_name_assign_type{device="veth1c31f79"} 3 node_network_name_assign_type{device="veth1ebcfa2"} 3 node_network_name_assign_type{device="veth24d4199"} 3 node_network_name_assign_type{device="veth2b8cc2d"} 3 node_network_name_assign_type{device="veth2f93b3b"} 3 node_network_name_assign_type{device="veth3062e68"} 3 node_network_name_assign_type{device="veth35b693c"} 3 node_network_name_assign_type{device="veth368476f"} 3 node_network_name_assign_type{device="veth3804b08"} 3 node_network_name_assign_type{device="veth3ea2e1f"} 3 node_network_name_assign_type{device="veth3f1a18c"} 3 node_network_name_assign_type{device="veth4547175"} 3 node_network_name_assign_type{device="veth4b32b94"} 3 node_network_name_assign_type{device="veth4ce8fac"} 3 node_network_name_assign_type{device="veth4d17d61"} 3 node_network_name_assign_type{device="veth4d6eef9"} 3 node_network_name_assign_type{device="veth502e64d"} 3 node_network_name_assign_type{device="veth5117d06"} 3 node_network_name_assign_type{device="veth538f204"} 3 node_network_name_assign_type{device="veth5494b5e"} 3 node_network_name_assign_type{device="veth568b23f"} 3 node_network_name_assign_type{device="veth580443a"} 3 node_network_name_assign_type{device="veth585b82d"} 3 node_network_name_assign_type{device="veth592e24b"} 3 node_network_name_assign_type{device="veth5938775"} 3 node_network_name_assign_type{device="veth5a56737"} 3 node_network_name_assign_type{device="veth5bbf640"} 3 node_network_name_assign_type{device="veth5e43bcb"} 3 node_network_name_assign_type{device="veth5e512d5"} 3 node_network_name_assign_type{device="veth605ae29"} 3 node_network_name_assign_type{device="veth61e92eb"} 3 node_network_name_assign_type{device="veth67727bf"} 3 node_network_name_assign_type{device="veth68dd7ae"} 3 node_network_name_assign_type{device="veth6a7b649"} 3 node_network_name_assign_type{device="veth6af9da9"} 3 node_network_name_assign_type{device="veth6e88e24"} 3 node_network_name_assign_type{device="veth71afbc8"} 3 node_network_name_assign_type{device="veth777df4e"} 3 node_network_name_assign_type{device="veth79c29ed"} 3 node_network_name_assign_type{device="veth7d470b3"} 3 node_network_name_assign_type{device="veth7e6b2b2"} 3 node_network_name_assign_type{device="veth8080026"} 3 node_network_name_assign_type{device="veth867bd8a"} 3 node_network_name_assign_type{device="veth8ad6e05"} 3 node_network_name_assign_type{device="veth8d0e97d"} 3 node_network_name_assign_type{device="veth8d41d24"} 3 node_network_name_assign_type{device="veth8edde4b"} 3 node_network_name_assign_type{device="veth8fd70ab"} 3 node_network_name_assign_type{device="veth91c61c3"} 3 node_network_name_assign_type{device="veth95afbf6"} 3 node_network_name_assign_type{device="veth9942fe9"} 3 node_network_name_assign_type{device="veth9d6747d"} 3 node_network_name_assign_type{device="veth9e470ff"} 3 node_network_name_assign_type{device="veth9e616f3"} 3 node_network_name_assign_type{device="vetha0db503"} 3 node_network_name_assign_type{device="vetha2e0de9"} 3 node_network_name_assign_type{device="vetha347c19"} 3 node_network_name_assign_type{device="vetha4e280e"} 3 node_network_name_assign_type{device="vetha66f35b"} 3 node_network_name_assign_type{device="vetha7c6815"} 3 node_network_name_assign_type{device="vetha8266f3"} 3 node_network_name_assign_type{device="vethaa08148"} 3 node_network_name_assign_type{device="vethab2af2c"} 3 node_network_name_assign_type{device="vethb109423"} 3 node_network_name_assign_type{device="vethb159df1"} 3 node_network_name_assign_type{device="vethb82dc8b"} 3 node_network_name_assign_type{device="vethbdf6179"} 3 node_network_name_assign_type{device="vethc0af00f"} 3 node_network_name_assign_type{device="vethc17a5d9"} 3 node_network_name_assign_type{device="vethd49f903"} 3 node_network_name_assign_type{device="vethd6ef29c"} 3 node_network_name_assign_type{device="vethd8c0529"} 3 node_network_name_assign_type{device="vethdba15b2"} 3 node_network_name_assign_type{device="vethdc5d466"} 3 node_network_name_assign_type{device="vethde77105"} 3 node_network_name_assign_type{device="vethdf0d449"} 3 node_network_name_assign_type{device="vethdf2eedb"} 3 node_network_name_assign_type{device="vethdfe400f"} 3 node_network_name_assign_type{device="vethe140009"} 3 node_network_name_assign_type{device="vethe561898"} 3 node_network_name_assign_type{device="vethe622197"} 3 node_network_name_assign_type{device="vethe690fc2"} 3 node_network_name_assign_type{device="vethe75208c"} 3 node_network_name_assign_type{device="vethe819c9d"} 3 node_network_name_assign_type{device="vethe8f26e1"} 3 node_network_name_assign_type{device="vethec02a2f"} 3 node_network_name_assign_type{device="vethf52fc69"} 3 node_network_name_assign_type{device="vethf5f2bdc"} 3 node_network_name_assign_type{device="vethf61befa"} 3 node_network_name_assign_type{device="vethf6ff4cd"} 3 node_network_name_assign_type{device="vethfdc4032"} 3 node_network_name_assign_type{device="vethfde6e16"} 3 node_network_name_assign_type{device="vethfe4f272"} 3 node_network_name_assign_type{device="vethff25527"} 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="veth0024ae7"} 0 node_network_net_dev_group{device="veth021590e"} 0 node_network_net_dev_group{device="veth021de55"} 0 node_network_net_dev_group{device="veth07119a7"} 0 node_network_net_dev_group{device="veth0789552"} 0 node_network_net_dev_group{device="veth0904270"} 0 node_network_net_dev_group{device="veth092222b"} 0 node_network_net_dev_group{device="veth0babf41"} 0 node_network_net_dev_group{device="veth0c514db"} 0 node_network_net_dev_group{device="veth0d0efa0"} 0 node_network_net_dev_group{device="veth0f51749"} 0 node_network_net_dev_group{device="veth1274e51"} 0 node_network_net_dev_group{device="veth16725d5"} 0 node_network_net_dev_group{device="veth190409d"} 0 node_network_net_dev_group{device="veth19dc163"} 0 node_network_net_dev_group{device="veth1c31f79"} 0 node_network_net_dev_group{device="veth1ebcfa2"} 0 node_network_net_dev_group{device="veth24d4199"} 0 node_network_net_dev_group{device="veth2b8cc2d"} 0 node_network_net_dev_group{device="veth2f93b3b"} 0 node_network_net_dev_group{device="veth3062e68"} 0 node_network_net_dev_group{device="veth35b693c"} 0 node_network_net_dev_group{device="veth368476f"} 0 node_network_net_dev_group{device="veth3804b08"} 0 node_network_net_dev_group{device="veth3ea2e1f"} 0 node_network_net_dev_group{device="veth3f1a18c"} 0 node_network_net_dev_group{device="veth4547175"} 0 node_network_net_dev_group{device="veth4b32b94"} 0 node_network_net_dev_group{device="veth4ce8fac"} 0 node_network_net_dev_group{device="veth4d17d61"} 0 node_network_net_dev_group{device="veth4d6eef9"} 0 node_network_net_dev_group{device="veth502e64d"} 0 node_network_net_dev_group{device="veth5117d06"} 0 node_network_net_dev_group{device="veth538f204"} 0 node_network_net_dev_group{device="veth5494b5e"} 0 node_network_net_dev_group{device="veth568b23f"} 0 node_network_net_dev_group{device="veth580443a"} 0 node_network_net_dev_group{device="veth585b82d"} 0 node_network_net_dev_group{device="veth592e24b"} 0 node_network_net_dev_group{device="veth5938775"} 0 node_network_net_dev_group{device="veth5a56737"} 0 node_network_net_dev_group{device="veth5bbf640"} 0 node_network_net_dev_group{device="veth5e43bcb"} 0 node_network_net_dev_group{device="veth5e512d5"} 0 node_network_net_dev_group{device="veth605ae29"} 0 node_network_net_dev_group{device="veth61e92eb"} 0 node_network_net_dev_group{device="veth67727bf"} 0 node_network_net_dev_group{device="veth68dd7ae"} 0 node_network_net_dev_group{device="veth6a7b649"} 0 node_network_net_dev_group{device="veth6af9da9"} 0 node_network_net_dev_group{device="veth6e88e24"} 0 node_network_net_dev_group{device="veth71afbc8"} 0 node_network_net_dev_group{device="veth777df4e"} 0 node_network_net_dev_group{device="veth79c29ed"} 0 node_network_net_dev_group{device="veth7d470b3"} 0 node_network_net_dev_group{device="veth7e6b2b2"} 0 node_network_net_dev_group{device="veth8080026"} 0 node_network_net_dev_group{device="veth867bd8a"} 0 node_network_net_dev_group{device="veth8ad6e05"} 0 node_network_net_dev_group{device="veth8d0e97d"} 0 node_network_net_dev_group{device="veth8d41d24"} 0 node_network_net_dev_group{device="veth8edde4b"} 0 node_network_net_dev_group{device="veth8fd70ab"} 0 node_network_net_dev_group{device="veth91c61c3"} 0 node_network_net_dev_group{device="veth95afbf6"} 0 node_network_net_dev_group{device="veth9942fe9"} 0 node_network_net_dev_group{device="veth9d6747d"} 0 node_network_net_dev_group{device="veth9e470ff"} 0 node_network_net_dev_group{device="veth9e616f3"} 0 node_network_net_dev_group{device="vetha0db503"} 0 node_network_net_dev_group{device="vetha2e0de9"} 0 node_network_net_dev_group{device="vetha347c19"} 0 node_network_net_dev_group{device="vetha4e280e"} 0 node_network_net_dev_group{device="vetha66f35b"} 0 node_network_net_dev_group{device="vetha7c6815"} 0 node_network_net_dev_group{device="vetha8266f3"} 0 node_network_net_dev_group{device="vethaa08148"} 0 node_network_net_dev_group{device="vethab2af2c"} 0 node_network_net_dev_group{device="vethb109423"} 0 node_network_net_dev_group{device="vethb159df1"} 0 node_network_net_dev_group{device="vethb82dc8b"} 0 node_network_net_dev_group{device="vethbdf6179"} 0 node_network_net_dev_group{device="vethc0af00f"} 0 node_network_net_dev_group{device="vethc17a5d9"} 0 node_network_net_dev_group{device="vethd49f903"} 0 node_network_net_dev_group{device="vethd6ef29c"} 0 node_network_net_dev_group{device="vethd8c0529"} 0 node_network_net_dev_group{device="vethdba15b2"} 0 node_network_net_dev_group{device="vethdc5d466"} 0 node_network_net_dev_group{device="vethde77105"} 0 node_network_net_dev_group{device="vethdf0d449"} 0 node_network_net_dev_group{device="vethdf2eedb"} 0 node_network_net_dev_group{device="vethdfe400f"} 0 node_network_net_dev_group{device="vethe140009"} 0 node_network_net_dev_group{device="vethe561898"} 0 node_network_net_dev_group{device="vethe622197"} 0 node_network_net_dev_group{device="vethe690fc2"} 0 node_network_net_dev_group{device="vethe75208c"} 0 node_network_net_dev_group{device="vethe819c9d"} 0 node_network_net_dev_group{device="vethe8f26e1"} 0 node_network_net_dev_group{device="vethec02a2f"} 0 node_network_net_dev_group{device="vethf52fc69"} 0 node_network_net_dev_group{device="vethf5f2bdc"} 0 node_network_net_dev_group{device="vethf61befa"} 0 node_network_net_dev_group{device="vethf6ff4cd"} 0 node_network_net_dev_group{device="vethfdc4032"} 0 node_network_net_dev_group{device="vethfde6e16"} 0 node_network_net_dev_group{device="vethfe4f272"} 0 node_network_net_dev_group{device="vethff25527"} 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="veth0024ae7"} 1 node_network_protocol_type{device="veth021590e"} 1 node_network_protocol_type{device="veth021de55"} 1 node_network_protocol_type{device="veth07119a7"} 1 node_network_protocol_type{device="veth0789552"} 1 node_network_protocol_type{device="veth0904270"} 1 node_network_protocol_type{device="veth092222b"} 1 node_network_protocol_type{device="veth0babf41"} 1 node_network_protocol_type{device="veth0c514db"} 1 node_network_protocol_type{device="veth0d0efa0"} 1 node_network_protocol_type{device="veth0f51749"} 1 node_network_protocol_type{device="veth1274e51"} 1 node_network_protocol_type{device="veth16725d5"} 1 node_network_protocol_type{device="veth190409d"} 1 node_network_protocol_type{device="veth19dc163"} 1 node_network_protocol_type{device="veth1c31f79"} 1 node_network_protocol_type{device="veth1ebcfa2"} 1 node_network_protocol_type{device="veth24d4199"} 1 node_network_protocol_type{device="veth2b8cc2d"} 1 node_network_protocol_type{device="veth2f93b3b"} 1 node_network_protocol_type{device="veth3062e68"} 1 node_network_protocol_type{device="veth35b693c"} 1 node_network_protocol_type{device="veth368476f"} 1 node_network_protocol_type{device="veth3804b08"} 1 node_network_protocol_type{device="veth3ea2e1f"} 1 node_network_protocol_type{device="veth3f1a18c"} 1 node_network_protocol_type{device="veth4547175"} 1 node_network_protocol_type{device="veth4b32b94"} 1 node_network_protocol_type{device="veth4ce8fac"} 1 node_network_protocol_type{device="veth4d17d61"} 1 node_network_protocol_type{device="veth4d6eef9"} 1 node_network_protocol_type{device="veth502e64d"} 1 node_network_protocol_type{device="veth5117d06"} 1 node_network_protocol_type{device="veth538f204"} 1 node_network_protocol_type{device="veth5494b5e"} 1 node_network_protocol_type{device="veth568b23f"} 1 node_network_protocol_type{device="veth580443a"} 1 node_network_protocol_type{device="veth585b82d"} 1 node_network_protocol_type{device="veth592e24b"} 1 node_network_protocol_type{device="veth5938775"} 1 node_network_protocol_type{device="veth5a56737"} 1 node_network_protocol_type{device="veth5bbf640"} 1 node_network_protocol_type{device="veth5e43bcb"} 1 node_network_protocol_type{device="veth5e512d5"} 1 node_network_protocol_type{device="veth605ae29"} 1 node_network_protocol_type{device="veth61e92eb"} 1 node_network_protocol_type{device="veth67727bf"} 1 node_network_protocol_type{device="veth68dd7ae"} 1 node_network_protocol_type{device="veth6a7b649"} 1 node_network_protocol_type{device="veth6af9da9"} 1 node_network_protocol_type{device="veth6e88e24"} 1 node_network_protocol_type{device="veth71afbc8"} 1 node_network_protocol_type{device="veth777df4e"} 1 node_network_protocol_type{device="veth79c29ed"} 1 node_network_protocol_type{device="veth7d470b3"} 1 node_network_protocol_type{device="veth7e6b2b2"} 1 node_network_protocol_type{device="veth8080026"} 1 node_network_protocol_type{device="veth867bd8a"} 1 node_network_protocol_type{device="veth8ad6e05"} 1 node_network_protocol_type{device="veth8d0e97d"} 1 node_network_protocol_type{device="veth8d41d24"} 1 node_network_protocol_type{device="veth8edde4b"} 1 node_network_protocol_type{device="veth8fd70ab"} 1 node_network_protocol_type{device="veth91c61c3"} 1 node_network_protocol_type{device="veth95afbf6"} 1 node_network_protocol_type{device="veth9942fe9"} 1 node_network_protocol_type{device="veth9d6747d"} 1 node_network_protocol_type{device="veth9e470ff"} 1 node_network_protocol_type{device="veth9e616f3"} 1 node_network_protocol_type{device="vetha0db503"} 1 node_network_protocol_type{device="vetha2e0de9"} 1 node_network_protocol_type{device="vetha347c19"} 1 node_network_protocol_type{device="vetha4e280e"} 1 node_network_protocol_type{device="vetha66f35b"} 1 node_network_protocol_type{device="vetha7c6815"} 1 node_network_protocol_type{device="vetha8266f3"} 1 node_network_protocol_type{device="vethaa08148"} 1 node_network_protocol_type{device="vethab2af2c"} 1 node_network_protocol_type{device="vethb109423"} 1 node_network_protocol_type{device="vethb159df1"} 1 node_network_protocol_type{device="vethb82dc8b"} 1 node_network_protocol_type{device="vethbdf6179"} 1 node_network_protocol_type{device="vethc0af00f"} 1 node_network_protocol_type{device="vethc17a5d9"} 1 node_network_protocol_type{device="vethd49f903"} 1 node_network_protocol_type{device="vethd6ef29c"} 1 node_network_protocol_type{device="vethd8c0529"} 1 node_network_protocol_type{device="vethdba15b2"} 1 node_network_protocol_type{device="vethdc5d466"} 1 node_network_protocol_type{device="vethde77105"} 1 node_network_protocol_type{device="vethdf0d449"} 1 node_network_protocol_type{device="vethdf2eedb"} 1 node_network_protocol_type{device="vethdfe400f"} 1 node_network_protocol_type{device="vethe140009"} 1 node_network_protocol_type{device="vethe561898"} 1 node_network_protocol_type{device="vethe622197"} 1 node_network_protocol_type{device="vethe690fc2"} 1 node_network_protocol_type{device="vethe75208c"} 1 node_network_protocol_type{device="vethe819c9d"} 1 node_network_protocol_type{device="vethe8f26e1"} 1 node_network_protocol_type{device="vethec02a2f"} 1 node_network_protocol_type{device="vethf52fc69"} 1 node_network_protocol_type{device="vethf5f2bdc"} 1 node_network_protocol_type{device="vethf61befa"} 1 node_network_protocol_type{device="vethf6ff4cd"} 1 node_network_protocol_type{device="vethfdc4032"} 1 node_network_protocol_type{device="vethfde6e16"} 1 node_network_protocol_type{device="vethfe4f272"} 1 node_network_protocol_type{device="vethff25527"} 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"} 683682 node_network_receive_bytes_total{device="eth1"} 3.390463558e+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"} 9763 node_network_receive_packets_total{device="eth1"} 2.7675864e+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="veth0024ae7"} 1.25e+09 node_network_speed_bytes{device="veth021590e"} 1.25e+09 node_network_speed_bytes{device="veth021de55"} 1.25e+09 node_network_speed_bytes{device="veth07119a7"} 1.25e+09 node_network_speed_bytes{device="veth0789552"} 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="veth0babf41"} 1.25e+09 node_network_speed_bytes{device="veth0c514db"} 1.25e+09 node_network_speed_bytes{device="veth0d0efa0"} 1.25e+09 node_network_speed_bytes{device="veth0f51749"} 1.25e+09 node_network_speed_bytes{device="veth1274e51"} 1.25e+09 node_network_speed_bytes{device="veth16725d5"} 1.25e+09 node_network_speed_bytes{device="veth190409d"} 1.25e+09 node_network_speed_bytes{device="veth19dc163"} 1.25e+09 node_network_speed_bytes{device="veth1c31f79"} 1.25e+09 node_network_speed_bytes{device="veth1ebcfa2"} 1.25e+09 node_network_speed_bytes{device="veth24d4199"} 1.25e+09 node_network_speed_bytes{device="veth2b8cc2d"} 1.25e+09 node_network_speed_bytes{device="veth2f93b3b"} 1.25e+09 node_network_speed_bytes{device="veth3062e68"} 1.25e+09 node_network_speed_bytes{device="veth35b693c"} 1.25e+09 node_network_speed_bytes{device="veth368476f"} 1.25e+09 node_network_speed_bytes{device="veth3804b08"} 1.25e+09 node_network_speed_bytes{device="veth3ea2e1f"} 1.25e+09 node_network_speed_bytes{device="veth3f1a18c"} 1.25e+09 node_network_speed_bytes{device="veth4547175"} 1.25e+09 node_network_speed_bytes{device="veth4b32b94"} 1.25e+09 node_network_speed_bytes{device="veth4ce8fac"} 1.25e+09 node_network_speed_bytes{device="veth4d17d61"} 1.25e+09 node_network_speed_bytes{device="veth4d6eef9"} 1.25e+09 node_network_speed_bytes{device="veth502e64d"} 1.25e+09 node_network_speed_bytes{device="veth5117d06"} 1.25e+09 node_network_speed_bytes{device="veth538f204"} 1.25e+09 node_network_speed_bytes{device="veth5494b5e"} 1.25e+09 node_network_speed_bytes{device="veth568b23f"} 1.25e+09 node_network_speed_bytes{device="veth580443a"} 1.25e+09 node_network_speed_bytes{device="veth585b82d"} 1.25e+09 node_network_speed_bytes{device="veth592e24b"} 1.25e+09 node_network_speed_bytes{device="veth5938775"} 1.25e+09 node_network_speed_bytes{device="veth5a56737"} 1.25e+09 node_network_speed_bytes{device="veth5bbf640"} 1.25e+09 node_network_speed_bytes{device="veth5e43bcb"} 1.25e+09 node_network_speed_bytes{device="veth5e512d5"} 1.25e+09 node_network_speed_bytes{device="veth605ae29"} 1.25e+09 node_network_speed_bytes{device="veth61e92eb"} 1.25e+09 node_network_speed_bytes{device="veth67727bf"} 1.25e+09 node_network_speed_bytes{device="veth68dd7ae"} 1.25e+09 node_network_speed_bytes{device="veth6a7b649"} 1.25e+09 node_network_speed_bytes{device="veth6af9da9"} 1.25e+09 node_network_speed_bytes{device="veth6e88e24"} 1.25e+09 node_network_speed_bytes{device="veth71afbc8"} 1.25e+09 node_network_speed_bytes{device="veth777df4e"} 1.25e+09 node_network_speed_bytes{device="veth79c29ed"} 1.25e+09 node_network_speed_bytes{device="veth7d470b3"} 1.25e+09 node_network_speed_bytes{device="veth7e6b2b2"} 1.25e+09 node_network_speed_bytes{device="veth8080026"} 1.25e+09 node_network_speed_bytes{device="veth867bd8a"} 1.25e+09 node_network_speed_bytes{device="veth8ad6e05"} 1.25e+09 node_network_speed_bytes{device="veth8d0e97d"} 1.25e+09 node_network_speed_bytes{device="veth8d41d24"} 1.25e+09 node_network_speed_bytes{device="veth8edde4b"} 1.25e+09 node_network_speed_bytes{device="veth8fd70ab"} 1.25e+09 node_network_speed_bytes{device="veth91c61c3"} 1.25e+09 node_network_speed_bytes{device="veth95afbf6"} 1.25e+09 node_network_speed_bytes{device="veth9942fe9"} 1.25e+09 node_network_speed_bytes{device="veth9d6747d"} 1.25e+09 node_network_speed_bytes{device="veth9e470ff"} 1.25e+09 node_network_speed_bytes{device="veth9e616f3"} 1.25e+09 node_network_speed_bytes{device="vetha0db503"} 1.25e+09 node_network_speed_bytes{device="vetha2e0de9"} 1.25e+09 node_network_speed_bytes{device="vetha347c19"} 1.25e+09 node_network_speed_bytes{device="vetha4e280e"} 1.25e+09 node_network_speed_bytes{device="vetha66f35b"} 1.25e+09 node_network_speed_bytes{device="vetha7c6815"} 1.25e+09 node_network_speed_bytes{device="vetha8266f3"} 1.25e+09 node_network_speed_bytes{device="vethaa08148"} 1.25e+09 node_network_speed_bytes{device="vethab2af2c"} 1.25e+09 node_network_speed_bytes{device="vethb109423"} 1.25e+09 node_network_speed_bytes{device="vethb159df1"} 1.25e+09 node_network_speed_bytes{device="vethb82dc8b"} 1.25e+09 node_network_speed_bytes{device="vethbdf6179"} 1.25e+09 node_network_speed_bytes{device="vethc0af00f"} 1.25e+09 node_network_speed_bytes{device="vethc17a5d9"} 1.25e+09 node_network_speed_bytes{device="vethd49f903"} 1.25e+09 node_network_speed_bytes{device="vethd6ef29c"} 1.25e+09 node_network_speed_bytes{device="vethd8c0529"} 1.25e+09 node_network_speed_bytes{device="vethdba15b2"} 1.25e+09 node_network_speed_bytes{device="vethdc5d466"} 1.25e+09 node_network_speed_bytes{device="vethde77105"} 1.25e+09 node_network_speed_bytes{device="vethdf0d449"} 1.25e+09 node_network_speed_bytes{device="vethdf2eedb"} 1.25e+09 node_network_speed_bytes{device="vethdfe400f"} 1.25e+09 node_network_speed_bytes{device="vethe140009"} 1.25e+09 node_network_speed_bytes{device="vethe561898"} 1.25e+09 node_network_speed_bytes{device="vethe622197"} 1.25e+09 node_network_speed_bytes{device="vethe690fc2"} 1.25e+09 node_network_speed_bytes{device="vethe75208c"} 1.25e+09 node_network_speed_bytes{device="vethe819c9d"} 1.25e+09 node_network_speed_bytes{device="vethe8f26e1"} 1.25e+09 node_network_speed_bytes{device="vethec02a2f"} 1.25e+09 node_network_speed_bytes{device="vethf52fc69"} 1.25e+09 node_network_speed_bytes{device="vethf5f2bdc"} 1.25e+09 node_network_speed_bytes{device="vethf61befa"} 1.25e+09 node_network_speed_bytes{device="vethf6ff4cd"} 1.25e+09 node_network_speed_bytes{device="vethfdc4032"} 1.25e+09 node_network_speed_bytes{device="vethfde6e16"} 1.25e+09 node_network_speed_bytes{device="vethfe4f272"} 1.25e+09 node_network_speed_bytes{device="vethff25527"} 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"} 6.5310016561e+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"} 2.5358894e+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="veth0024ae7"} 0 node_network_transmit_queue_length{device="veth021590e"} 0 node_network_transmit_queue_length{device="veth021de55"} 0 node_network_transmit_queue_length{device="veth07119a7"} 0 node_network_transmit_queue_length{device="veth0789552"} 0 node_network_transmit_queue_length{device="veth0904270"} 0 node_network_transmit_queue_length{device="veth092222b"} 0 node_network_transmit_queue_length{device="veth0babf41"} 0 node_network_transmit_queue_length{device="veth0c514db"} 0 node_network_transmit_queue_length{device="veth0d0efa0"} 0 node_network_transmit_queue_length{device="veth0f51749"} 0 node_network_transmit_queue_length{device="veth1274e51"} 0 node_network_transmit_queue_length{device="veth16725d5"} 0 node_network_transmit_queue_length{device="veth190409d"} 0 node_network_transmit_queue_length{device="veth19dc163"} 0 node_network_transmit_queue_length{device="veth1c31f79"} 0 node_network_transmit_queue_length{device="veth1ebcfa2"} 0 node_network_transmit_queue_length{device="veth24d4199"} 0 node_network_transmit_queue_length{device="veth2b8cc2d"} 0 node_network_transmit_queue_length{device="veth2f93b3b"} 0 node_network_transmit_queue_length{device="veth3062e68"} 0 node_network_transmit_queue_length{device="veth35b693c"} 0 node_network_transmit_queue_length{device="veth368476f"} 0 node_network_transmit_queue_length{device="veth3804b08"} 0 node_network_transmit_queue_length{device="veth3ea2e1f"} 0 node_network_transmit_queue_length{device="veth3f1a18c"} 0 node_network_transmit_queue_length{device="veth4547175"} 0 node_network_transmit_queue_length{device="veth4b32b94"} 0 node_network_transmit_queue_length{device="veth4ce8fac"} 0 node_network_transmit_queue_length{device="veth4d17d61"} 0 node_network_transmit_queue_length{device="veth4d6eef9"} 0 node_network_transmit_queue_length{device="veth502e64d"} 0 node_network_transmit_queue_length{device="veth5117d06"} 0 node_network_transmit_queue_length{device="veth538f204"} 0 node_network_transmit_queue_length{device="veth5494b5e"} 0 node_network_transmit_queue_length{device="veth568b23f"} 0 node_network_transmit_queue_length{device="veth580443a"} 0 node_network_transmit_queue_length{device="veth585b82d"} 0 node_network_transmit_queue_length{device="veth592e24b"} 0 node_network_transmit_queue_length{device="veth5938775"} 0 node_network_transmit_queue_length{device="veth5a56737"} 0 node_network_transmit_queue_length{device="veth5bbf640"} 0 node_network_transmit_queue_length{device="veth5e43bcb"} 0 node_network_transmit_queue_length{device="veth5e512d5"} 0 node_network_transmit_queue_length{device="veth605ae29"} 0 node_network_transmit_queue_length{device="veth61e92eb"} 0 node_network_transmit_queue_length{device="veth67727bf"} 0 node_network_transmit_queue_length{device="veth68dd7ae"} 0 node_network_transmit_queue_length{device="veth6a7b649"} 0 node_network_transmit_queue_length{device="veth6af9da9"} 0 node_network_transmit_queue_length{device="veth6e88e24"} 0 node_network_transmit_queue_length{device="veth71afbc8"} 0 node_network_transmit_queue_length{device="veth777df4e"} 0 node_network_transmit_queue_length{device="veth79c29ed"} 0 node_network_transmit_queue_length{device="veth7d470b3"} 0 node_network_transmit_queue_length{device="veth7e6b2b2"} 0 node_network_transmit_queue_length{device="veth8080026"} 0 node_network_transmit_queue_length{device="veth867bd8a"} 0 node_network_transmit_queue_length{device="veth8ad6e05"} 0 node_network_transmit_queue_length{device="veth8d0e97d"} 0 node_network_transmit_queue_length{device="veth8d41d24"} 0 node_network_transmit_queue_length{device="veth8edde4b"} 0 node_network_transmit_queue_length{device="veth8fd70ab"} 0 node_network_transmit_queue_length{device="veth91c61c3"} 0 node_network_transmit_queue_length{device="veth95afbf6"} 0 node_network_transmit_queue_length{device="veth9942fe9"} 0 node_network_transmit_queue_length{device="veth9d6747d"} 0 node_network_transmit_queue_length{device="veth9e470ff"} 0 node_network_transmit_queue_length{device="veth9e616f3"} 0 node_network_transmit_queue_length{device="vetha0db503"} 0 node_network_transmit_queue_length{device="vetha2e0de9"} 0 node_network_transmit_queue_length{device="vetha347c19"} 0 node_network_transmit_queue_length{device="vetha4e280e"} 0 node_network_transmit_queue_length{device="vetha66f35b"} 0 node_network_transmit_queue_length{device="vetha7c6815"} 0 node_network_transmit_queue_length{device="vetha8266f3"} 0 node_network_transmit_queue_length{device="vethaa08148"} 0 node_network_transmit_queue_length{device="vethab2af2c"} 0 node_network_transmit_queue_length{device="vethb109423"} 0 node_network_transmit_queue_length{device="vethb159df1"} 0 node_network_transmit_queue_length{device="vethb82dc8b"} 0 node_network_transmit_queue_length{device="vethbdf6179"} 0 node_network_transmit_queue_length{device="vethc0af00f"} 0 node_network_transmit_queue_length{device="vethc17a5d9"} 0 node_network_transmit_queue_length{device="vethd49f903"} 0 node_network_transmit_queue_length{device="vethd6ef29c"} 0 node_network_transmit_queue_length{device="vethd8c0529"} 0 node_network_transmit_queue_length{device="vethdba15b2"} 0 node_network_transmit_queue_length{device="vethdc5d466"} 0 node_network_transmit_queue_length{device="vethde77105"} 0 node_network_transmit_queue_length{device="vethdf0d449"} 0 node_network_transmit_queue_length{device="vethdf2eedb"} 0 node_network_transmit_queue_length{device="vethdfe400f"} 0 node_network_transmit_queue_length{device="vethe140009"} 0 node_network_transmit_queue_length{device="vethe561898"} 0 node_network_transmit_queue_length{device="vethe622197"} 0 node_network_transmit_queue_length{device="vethe690fc2"} 0 node_network_transmit_queue_length{device="vethe75208c"} 0 node_network_transmit_queue_length{device="vethe819c9d"} 0 node_network_transmit_queue_length{device="vethe8f26e1"} 0 node_network_transmit_queue_length{device="vethec02a2f"} 0 node_network_transmit_queue_length{device="vethf52fc69"} 0 node_network_transmit_queue_length{device="vethf5f2bdc"} 0 node_network_transmit_queue_length{device="vethf61befa"} 0 node_network_transmit_queue_length{device="vethf6ff4cd"} 0 node_network_transmit_queue_length{device="vethfdc4032"} 0 node_network_transmit_queue_length{device="vethfde6e16"} 0 node_network_transmit_queue_length{device="vethfe4f272"} 0 node_network_transmit_queue_length{device="vethff25527"} 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="veth0024ae7"} 1 node_network_up{device="veth021590e"} 1 node_network_up{device="veth021de55"} 1 node_network_up{device="veth07119a7"} 1 node_network_up{device="veth0789552"} 1 node_network_up{device="veth0904270"} 1 node_network_up{device="veth092222b"} 1 node_network_up{device="veth0babf41"} 1 node_network_up{device="veth0c514db"} 1 node_network_up{device="veth0d0efa0"} 1 node_network_up{device="veth0f51749"} 1 node_network_up{device="veth1274e51"} 1 node_network_up{device="veth16725d5"} 1 node_network_up{device="veth190409d"} 1 node_network_up{device="veth19dc163"} 1 node_network_up{device="veth1c31f79"} 1 node_network_up{device="veth1ebcfa2"} 1 node_network_up{device="veth24d4199"} 1 node_network_up{device="veth2b8cc2d"} 1 node_network_up{device="veth2f93b3b"} 1 node_network_up{device="veth3062e68"} 1 node_network_up{device="veth35b693c"} 1 node_network_up{device="veth368476f"} 1 node_network_up{device="veth3804b08"} 1 node_network_up{device="veth3ea2e1f"} 1 node_network_up{device="veth3f1a18c"} 1 node_network_up{device="veth4547175"} 1 node_network_up{device="veth4b32b94"} 1 node_network_up{device="veth4ce8fac"} 1 node_network_up{device="veth4d17d61"} 1 node_network_up{device="veth4d6eef9"} 1 node_network_up{device="veth502e64d"} 1 node_network_up{device="veth5117d06"} 1 node_network_up{device="veth538f204"} 1 node_network_up{device="veth5494b5e"} 1 node_network_up{device="veth568b23f"} 1 node_network_up{device="veth580443a"} 1 node_network_up{device="veth585b82d"} 1 node_network_up{device="veth592e24b"} 1 node_network_up{device="veth5938775"} 1 node_network_up{device="veth5a56737"} 1 node_network_up{device="veth5bbf640"} 1 node_network_up{device="veth5e43bcb"} 1 node_network_up{device="veth5e512d5"} 1 node_network_up{device="veth605ae29"} 1 node_network_up{device="veth61e92eb"} 1 node_network_up{device="veth67727bf"} 1 node_network_up{device="veth68dd7ae"} 1 node_network_up{device="veth6a7b649"} 1 node_network_up{device="veth6af9da9"} 1 node_network_up{device="veth6e88e24"} 1 node_network_up{device="veth71afbc8"} 1 node_network_up{device="veth777df4e"} 1 node_network_up{device="veth79c29ed"} 1 node_network_up{device="veth7d470b3"} 1 node_network_up{device="veth7e6b2b2"} 1 node_network_up{device="veth8080026"} 1 node_network_up{device="veth867bd8a"} 1 node_network_up{device="veth8ad6e05"} 1 node_network_up{device="veth8d0e97d"} 1 node_network_up{device="veth8d41d24"} 1 node_network_up{device="veth8edde4b"} 1 node_network_up{device="veth8fd70ab"} 1 node_network_up{device="veth91c61c3"} 1 node_network_up{device="veth95afbf6"} 1 node_network_up{device="veth9942fe9"} 1 node_network_up{device="veth9d6747d"} 1 node_network_up{device="veth9e470ff"} 1 node_network_up{device="veth9e616f3"} 1 node_network_up{device="vetha0db503"} 1 node_network_up{device="vetha2e0de9"} 1 node_network_up{device="vetha347c19"} 1 node_network_up{device="vetha4e280e"} 1 node_network_up{device="vetha66f35b"} 1 node_network_up{device="vetha7c6815"} 1 node_network_up{device="vetha8266f3"} 1 node_network_up{device="vethaa08148"} 1 node_network_up{device="vethab2af2c"} 1 node_network_up{device="vethb109423"} 1 node_network_up{device="vethb159df1"} 1 node_network_up{device="vethb82dc8b"} 1 node_network_up{device="vethbdf6179"} 1 node_network_up{device="vethc0af00f"} 1 node_network_up{device="vethc17a5d9"} 1 node_network_up{device="vethd49f903"} 1 node_network_up{device="vethd6ef29c"} 1 node_network_up{device="vethd8c0529"} 1 node_network_up{device="vethdba15b2"} 1 node_network_up{device="vethdc5d466"} 1 node_network_up{device="vethde77105"} 1 node_network_up{device="vethdf0d449"} 1 node_network_up{device="vethdf2eedb"} 1 node_network_up{device="vethdfe400f"} 1 node_network_up{device="vethe140009"} 1 node_network_up{device="vethe561898"} 1 node_network_up{device="vethe622197"} 1 node_network_up{device="vethe690fc2"} 1 node_network_up{device="vethe75208c"} 1 node_network_up{device="vethe819c9d"} 1 node_network_up{device="vethe8f26e1"} 1 node_network_up{device="vethec02a2f"} 1 node_network_up{device="vethf52fc69"} 1 node_network_up{device="vethf5f2bdc"} 1 node_network_up{device="vethf61befa"} 1 node_network_up{device="vethf6ff4cd"} 1 node_network_up{device="vethfdc4032"} 1 node_network_up{device="vethfde6e16"} 1 node_network_up{device="vethfe4f272"} 1 node_network_up{device="vethff25527"} 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 2 # 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 126796.715157 # 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 7172.201332000001 # 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 8124.317360999999 # 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 1073.0250079999998 # 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 1095.8231950000002 # 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"} 2.129951376005714e+06 node_schedstat_running_seconds_total{cpu="1"} 2.593733505060076e+06 node_schedstat_running_seconds_total{cpu="10"} 2.623482853024483e+06 node_schedstat_running_seconds_total{cpu="11"} 2.179617892434476e+06 node_schedstat_running_seconds_total{cpu="12"} 2.588448160469486e+06 node_schedstat_running_seconds_total{cpu="13"} 2.16745517529272e+06 node_schedstat_running_seconds_total{cpu="14"} 2.594117009424945e+06 node_schedstat_running_seconds_total{cpu="15"} 2.132343533925573e+06 node_schedstat_running_seconds_total{cpu="2"} 2.552198491432329e+06 node_schedstat_running_seconds_total{cpu="3"} 2.316682710015977e+06 node_schedstat_running_seconds_total{cpu="4"} 2.65790743944742e+06 node_schedstat_running_seconds_total{cpu="5"} 2.230823724664008e+06 node_schedstat_running_seconds_total{cpu="6"} 2.681367117800273e+06 node_schedstat_running_seconds_total{cpu="7"} 2.198205135721171e+06 node_schedstat_running_seconds_total{cpu="8"} 2.645494816413014e+06 node_schedstat_running_seconds_total{cpu="9"} 2.195970338782121e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.1551811019e+10 node_schedstat_timeslices_total{cpu="1"} 6.864965042e+09 node_schedstat_timeslices_total{cpu="10"} 1.1245808756e+10 node_schedstat_timeslices_total{cpu="11"} 6.984979524e+09 node_schedstat_timeslices_total{cpu="12"} 1.1008190171e+10 node_schedstat_timeslices_total{cpu="13"} 6.783819508e+09 node_schedstat_timeslices_total{cpu="14"} 1.1000997782e+10 node_schedstat_timeslices_total{cpu="15"} 6.763315221e+09 node_schedstat_timeslices_total{cpu="2"} 1.1277692541e+10 node_schedstat_timeslices_total{cpu="3"} 6.923663494e+09 node_schedstat_timeslices_total{cpu="4"} 1.1207491644e+10 node_schedstat_timeslices_total{cpu="5"} 6.962513422e+09 node_schedstat_timeslices_total{cpu="6"} 1.1341643704e+10 node_schedstat_timeslices_total{cpu="7"} 7.03677872e+09 node_schedstat_timeslices_total{cpu="8"} 1.1258111666e+10 node_schedstat_timeslices_total{cpu="9"} 6.983032342e+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"} 44457.201698411 node_schedstat_waiting_seconds_total{cpu="1"} 36558.213030894 node_schedstat_waiting_seconds_total{cpu="10"} 42157.681786111 node_schedstat_waiting_seconds_total{cpu="11"} 36885.77743448 node_schedstat_waiting_seconds_total{cpu="12"} 42314.141641476 node_schedstat_waiting_seconds_total{cpu="13"} 36656.571910409 node_schedstat_waiting_seconds_total{cpu="14"} 41941.456550233 node_schedstat_waiting_seconds_total{cpu="15"} 36883.618033249 node_schedstat_waiting_seconds_total{cpu="2"} 44033.343562875 node_schedstat_waiting_seconds_total{cpu="3"} 37090.648761924 node_schedstat_waiting_seconds_total{cpu="4"} 42897.493786223 node_schedstat_waiting_seconds_total{cpu="5"} 36889.232827799 node_schedstat_waiting_seconds_total{cpu="6"} 41776.193213137 node_schedstat_waiting_seconds_total{cpu="7"} 36702.493247271 node_schedstat_waiting_seconds_total{cpu="8"} 41846.855426446 node_schedstat_waiting_seconds_total{cpu="9"} 36650.327246217 # 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.000368048 node_scrape_collector_duration_seconds{collector="bcache"} 1.996e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.5089e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.070514424 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000132079 node_scrape_collector_duration_seconds{collector="cpu"} 0.002382206 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000278078 node_scrape_collector_duration_seconds{collector="diskstats"} 0.004918061 node_scrape_collector_duration_seconds{collector="dmi"} 2.14e-05 node_scrape_collector_duration_seconds{collector="edac"} 6.2059e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.00016229 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.84e-05 node_scrape_collector_duration_seconds{collector="filefd"} 5.34e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.070170306 node_scrape_collector_duration_seconds{collector="hwmon"} 4.01e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.481e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 2.417e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 4.6889e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 6.034e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000226939 node_scrape_collector_duration_seconds{collector="netclass"} 0.175003387 node_scrape_collector_duration_seconds{collector="netdev"} 0.000386518 node_scrape_collector_duration_seconds{collector="netstat"} 0.001124613 node_scrape_collector_duration_seconds{collector="nfs"} 4.3319e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 2.313e-05 node_scrape_collector_duration_seconds{collector="nvme"} 2.463e-05 node_scrape_collector_duration_seconds{collector="os"} 3.5119e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 4.841e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000298549 node_scrape_collector_duration_seconds{collector="rapl"} 5.524e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000321238 node_scrape_collector_duration_seconds{collector="selinux"} 1.49e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000209189 node_scrape_collector_duration_seconds{collector="softnet"} 0.000215228 node_scrape_collector_duration_seconds{collector="stat"} 0.000416777 node_scrape_collector_duration_seconds{collector="tapestats"} 2.088e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.557e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.001968828 node_scrape_collector_duration_seconds{collector="time"} 0.000238769 node_scrape_collector_duration_seconds{collector="timex"} 1.898e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000583586 node_scrape_collector_duration_seconds{collector="uname"} 1.208e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000259589 node_scrape_collector_duration_seconds{collector="watchdog"} 2.872e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.64e-05 node_scrape_collector_duration_seconds{collector="zfs"} 2.217e-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 3 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 11002 # 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 26045 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 1.0668032e+08 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 2 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 77 # 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 315392 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 7 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 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.63795762e+09 node_softnet_processed_total{cpu="1"} 1.303536751e+09 node_softnet_processed_total{cpu="10"} 1.930701175e+09 node_softnet_processed_total{cpu="11"} 1.445512735e+09 node_softnet_processed_total{cpu="12"} 1.803541609e+09 node_softnet_processed_total{cpu="13"} 1.294461814e+09 node_softnet_processed_total{cpu="14"} 1.724271754e+09 node_softnet_processed_total{cpu="15"} 1.346310694e+09 node_softnet_processed_total{cpu="2"} 2.208815827e+09 node_softnet_processed_total{cpu="3"} 1.361888677e+09 node_softnet_processed_total{cpu="4"} 1.707057778e+09 node_softnet_processed_total{cpu="5"} 1.597082294e+09 node_softnet_processed_total{cpu="6"} 1.842194374e+09 node_softnet_processed_total{cpu="7"} 1.513978863e+09 node_softnet_processed_total{cpu="8"} 1.832438907e+09 node_softnet_processed_total{cpu="9"} 1.371237897e+09 # 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"} 25 node_softnet_times_squeezed_total{cpu="1"} 17 node_softnet_times_squeezed_total{cpu="10"} 21 node_softnet_times_squeezed_total{cpu="11"} 15 node_softnet_times_squeezed_total{cpu="12"} 77 node_softnet_times_squeezed_total{cpu="13"} 26 node_softnet_times_squeezed_total{cpu="14"} 20 node_softnet_times_squeezed_total{cpu="15"} 23 node_softnet_times_squeezed_total{cpu="2"} 59 node_softnet_times_squeezed_total{cpu="3"} 24 node_softnet_times_squeezed_total{cpu="4"} 21 node_softnet_times_squeezed_total{cpu="5"} 13 node_softnet_times_squeezed_total{cpu="6"} 30 node_softnet_times_squeezed_total{cpu="7"} 16 node_softnet_times_squeezed_total{cpu="8"} 19 node_softnet_times_squeezed_total{cpu="9"} 15 # 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.7817508384894822e+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.9999937013702392 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 7 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.8975 # 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.1812e-05 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 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 11 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.656026596113e+12 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 3.9033529e+07 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.734191035e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 4.7250478766e+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 479047.95 # 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.995738238e+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 6.4954990449e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.7186816e+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.74604958702e+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"} 55 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 2.372382e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0