# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 1.5499e-05 go_gc_duration_seconds{quantile="0.25"} 2.6589e-05 go_gc_duration_seconds{quantile="0.5"} 3.2681e-05 go_gc_duration_seconds{quantile="0.75"} 4.0906e-05 go_gc_duration_seconds{quantile="1"} 9.5559e-05 go_gc_duration_seconds_sum 26.283580312 go_gc_duration_seconds_count 480371 # 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.25.3"} 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.436672e+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 9.1103297136e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.222459e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.0727585039e+10 # 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.497232e+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.436672e+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 6.782976e+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.210112e+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 37659 # 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 5.218304e+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.1993088e+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.771277664035305e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.0727622698e+10 # 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 1208 # 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 31408 # 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 89760 # 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 130560 # 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.506482e+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.022413e+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 589824 # 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 589824 # 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 1.9486984e+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 6 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 2 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.769444311e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 4.4812471545e+10 # 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"} 47559.99 node_cpu_seconds_total{cpu="0",mode="iowait"} 425.15 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 150408.2 node_cpu_seconds_total{cpu="0",mode="softirq"} 612.35 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 8948.18 node_cpu_seconds_total{cpu="0",mode="user"} 1.62491048e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 48094.53 node_cpu_seconds_total{cpu="1",mode="iowait"} 464.52 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 150429.25 node_cpu_seconds_total{cpu="1",mode="softirq"} 283.03 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 9023.56 node_cpu_seconds_total{cpu="1",mode="user"} 1.62449908e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 1.27750026e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 1202.86 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 242597.5 node_cpu_seconds_total{cpu="10",mode="softirq"} 7358.45 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 76354 node_cpu_seconds_total{cpu="10",mode="user"} 207713.17 node_cpu_seconds_total{cpu="11",mode="idle"} 1.27413157e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 1198.51 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 241678.72 node_cpu_seconds_total{cpu="11",mode="softirq"} 5930.61 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 76250.99 node_cpu_seconds_total{cpu="11",mode="user"} 211850.77 node_cpu_seconds_total{cpu="12",mode="idle"} 1.27238867e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 1164.87 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 241886.02 node_cpu_seconds_total{cpu="12",mode="softirq"} 5094.68 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 76382.79 node_cpu_seconds_total{cpu="12",mode="user"} 212764.17 node_cpu_seconds_total{cpu="13",mode="idle"} 1.26732812e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 1281.22 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 241951.04 node_cpu_seconds_total{cpu="13",mode="softirq"} 4474.31 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 76484.48 node_cpu_seconds_total{cpu="13",mode="user"} 217019.58 node_cpu_seconds_total{cpu="14",mode="idle"} 1.25758265e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 1335.64 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 241673.87 node_cpu_seconds_total{cpu="14",mode="softirq"} 3885.41 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 76765.63 node_cpu_seconds_total{cpu="14",mode="user"} 225392.58 node_cpu_seconds_total{cpu="15",mode="idle"} 1.23590727e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 1382.71 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 241811.2 node_cpu_seconds_total{cpu="15",mode="softirq"} 3198.72 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 76860.24 node_cpu_seconds_total{cpu="15",mode="user"} 242785.84 node_cpu_seconds_total{cpu="2",mode="idle"} 48337.71 node_cpu_seconds_total{cpu="2",mode="iowait"} 510.01 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 149297.1 node_cpu_seconds_total{cpu="2",mode="softirq"} 2307.75 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 8810.37 node_cpu_seconds_total{cpu="2",mode="user"} 1.6234399e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 48256.61 node_cpu_seconds_total{cpu="3",mode="iowait"} 553.08 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 150258.12 node_cpu_seconds_total{cpu="3",mode="softirq"} 2565.11 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 8822.28 node_cpu_seconds_total{cpu="3",mode="user"} 1.62223989e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 48046.24 node_cpu_seconds_total{cpu="4",mode="iowait"} 584.34 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 150420.43 node_cpu_seconds_total{cpu="4",mode="softirq"} 101.09 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 8803.89 node_cpu_seconds_total{cpu="4",mode="user"} 1.62471618e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 47819.42 node_cpu_seconds_total{cpu="5",mode="iowait"} 592.06 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 150274.91 node_cpu_seconds_total{cpu="5",mode="softirq"} 86.21 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 8720.56 node_cpu_seconds_total{cpu="5",mode="user"} 1.62517153e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 47990.46 node_cpu_seconds_total{cpu="6",mode="iowait"} 600.66 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 150419.07 node_cpu_seconds_total{cpu="6",mode="softirq"} 79.35 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 8798.2 node_cpu_seconds_total{cpu="6",mode="user"} 1.62476087e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 48515.73 node_cpu_seconds_total{cpu="7",mode="iowait"} 595.74 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 150288.9 node_cpu_seconds_total{cpu="7",mode="softirq"} 70.83 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 8739.61 node_cpu_seconds_total{cpu="7",mode="user"} 1.62443008e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 1.28179288e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 1098.57 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 241871.89 node_cpu_seconds_total{cpu="8",mode="softirq"} 22225.04 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 77486.08 node_cpu_seconds_total{cpu="8",mode="user"} 196879.81 node_cpu_seconds_total{cpu="9",mode="idle"} 1.28080893e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 961.7 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 241837.06 node_cpu_seconds_total{cpu="9",mode="softirq"} 10567.36 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 76913.21 node_cpu_seconds_total{cpu="9",mode="user"} 204631.49 # 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"} 39.628 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"} 4.09083825e+08 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"} 158123 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"} 6 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"} 2069.1530000000002 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"} 1.0229012e+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"} 9472.79 node_disk_io_time_seconds_total{device="sr0"} 0 # 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"} 983614.939 node_disk_io_time_weighted_seconds_total{device="sr0"} 0 # 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"} 8.741651911168e+12 node_disk_read_bytes_total{device="sr0"} 0 # 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"} 914090.18 node_disk_read_time_seconds_total{device="sr0"} 0 # 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"} 1.31573877e+08 node_disk_reads_completed_total{device="sr0"} 0 # 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"} 1.774233e+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"} 67415.976 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.7052127e+07 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"} 5.4335421e+07 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"} 6.55594948608e+11 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 (Q35 + ICH9, 2009)",board_vendor="KVM",board_version="pc-q35-8.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.25.3",revision="654f19dee6a0c41de78a8d6d870e8c742cdb43b9",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 11200 # 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="/"} 1.57927358464e+11 node_filesystem_avail_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.64132096e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.279060992e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.285917696e+09 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 1.461072e+07 node_filesystem_files{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.011147e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.011147e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 802229 # 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="/"} 1.2292007e+07 node_filesystem_files_free{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.008346e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.011144e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 802196 # 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="/"} 1.67798878208e+11 node_filesystem_free_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.64132096e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.279060992e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.285917696e+09 # 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 node_filesystem_mount_info{device="/dev/sda15",major="8",minor="15",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="120",mountpoint="/run/user/0"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="28",mountpoint="/run/lock"} 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 node_filesystem_purgeable_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 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="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 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="/"} 2.41635364864e+11 node_filesystem_size_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.64281088e+08 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.28593408e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.285929984e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 2.7949008e+08 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 4.2617799547e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 9.07 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 9.88 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 9.69 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.6832712704e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.9368988672e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 2.536275968e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 2.365587456e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.9011657728e+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.67325696e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 7.415676928e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.6429658112e+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.5421572096e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.5032385536e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.9369295872e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.2634496e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 102400 # 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 2.763055104e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 7.195254784e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 4.43219968e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 5.9392e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.890299904e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.1680149504e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.88489728e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.285932032e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.797568e+07 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 2.36343296e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.5848192e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 3.30176512e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 5.83733248e+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 6.26737152e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 3.885498368e+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 3.207168e+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 8.1829888e+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_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_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 1568 # 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 9.926111e+07 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 3.133536651e+09 # 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 82 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 98 # 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 981534 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 35 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2.441322e+06 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 422 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 107 # 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-0a5eaad17b48"} 3 node_network_address_assign_type{device="br-0e8e622eda81"} 3 node_network_address_assign_type{device="br-119f3eca13a3"} 3 node_network_address_assign_type{device="br-205321a2a078"} 3 node_network_address_assign_type{device="br-2a98fd47a213"} 3 node_network_address_assign_type{device="br-31cc0d87c098"} 3 node_network_address_assign_type{device="br-352e63376925"} 3 node_network_address_assign_type{device="br-3e10e3e23909"} 3 node_network_address_assign_type{device="br-46d5e61711ac"} 3 node_network_address_assign_type{device="br-52bb4601ef3b"} 3 node_network_address_assign_type{device="br-5949340dfa50"} 3 node_network_address_assign_type{device="br-6757b1619d94"} 3 node_network_address_assign_type{device="br-68f49914f8d6"} 3 node_network_address_assign_type{device="br-714e4890289f"} 3 node_network_address_assign_type{device="br-8bfa10ef6035"} 3 node_network_address_assign_type{device="br-9d50c95d707e"} 3 node_network_address_assign_type{device="br-a0509202f296"} 3 node_network_address_assign_type{device="br-accc5b7464c6"} 3 node_network_address_assign_type{device="br-c7c04d8476ac"} 3 node_network_address_assign_type{device="br-cfc454eb348c"} 3 node_network_address_assign_type{device="br-d076b9ce2db8"} 3 node_network_address_assign_type{device="br-d081ed7cbe27"} 3 node_network_address_assign_type{device="br-d23d48dffb27"} 3 node_network_address_assign_type{device="br-e392a89981fc"} 3 node_network_address_assign_type{device="br-f55c6bfd416e"} 3 node_network_address_assign_type{device="br-fec72b65a2f2"} 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="tailscale0"} 0 node_network_address_assign_type{device="veth0180c8a"} 3 node_network_address_assign_type{device="veth018d924"} 3 node_network_address_assign_type{device="veth047b115"} 3 node_network_address_assign_type{device="veth07961ac"} 3 node_network_address_assign_type{device="veth0b36eb0"} 3 node_network_address_assign_type{device="veth0bdeb59"} 3 node_network_address_assign_type{device="veth109c5ce"} 3 node_network_address_assign_type{device="veth16fa530"} 3 node_network_address_assign_type{device="veth17ffa56"} 3 node_network_address_assign_type{device="veth281be1d"} 3 node_network_address_assign_type{device="veth289e2e5"} 3 node_network_address_assign_type{device="veth28b5f21"} 3 node_network_address_assign_type{device="veth2a42759"} 3 node_network_address_assign_type{device="veth2e1a4e0"} 3 node_network_address_assign_type{device="veth2fc5c50"} 3 node_network_address_assign_type{device="veth320df55"} 3 node_network_address_assign_type{device="veth399cafa"} 3 node_network_address_assign_type{device="veth3c8d1c8"} 3 node_network_address_assign_type{device="veth3d9e088"} 3 node_network_address_assign_type{device="veth4264f09"} 3 node_network_address_assign_type{device="veth448b23c"} 3 node_network_address_assign_type{device="veth44d48c5"} 3 node_network_address_assign_type{device="veth452f437"} 3 node_network_address_assign_type{device="veth4550a5a"} 3 node_network_address_assign_type{device="veth459df2f"} 3 node_network_address_assign_type{device="veth48c2635"} 3 node_network_address_assign_type{device="veth4c63c63"} 3 node_network_address_assign_type{device="veth514c0fa"} 3 node_network_address_assign_type{device="veth53ab194"} 3 node_network_address_assign_type{device="veth578592a"} 3 node_network_address_assign_type{device="veth5b83128"} 3 node_network_address_assign_type{device="veth606fd8d"} 3 node_network_address_assign_type{device="veth615de60"} 3 node_network_address_assign_type{device="veth65f110f"} 3 node_network_address_assign_type{device="veth6a8fbfc"} 3 node_network_address_assign_type{device="veth6b65c03"} 3 node_network_address_assign_type{device="veth6c2e4d4"} 3 node_network_address_assign_type{device="veth6d434cf"} 3 node_network_address_assign_type{device="veth7255df5"} 3 node_network_address_assign_type{device="veth7285a0c"} 3 node_network_address_assign_type{device="veth729dc04"} 3 node_network_address_assign_type{device="veth73914a6"} 3 node_network_address_assign_type{device="veth74689f1"} 3 node_network_address_assign_type{device="veth7587e77"} 3 node_network_address_assign_type{device="veth7591768"} 3 node_network_address_assign_type{device="veth76a9cb7"} 3 node_network_address_assign_type{device="veth7718dc9"} 3 node_network_address_assign_type{device="veth784722a"} 3 node_network_address_assign_type{device="veth7c71564"} 3 node_network_address_assign_type{device="veth81dd278"} 3 node_network_address_assign_type{device="veth873231e"} 3 node_network_address_assign_type{device="veth8abe6eb"} 3 node_network_address_assign_type{device="veth8b2dcd7"} 3 node_network_address_assign_type{device="veth8b5c0c0"} 3 node_network_address_assign_type{device="veth8ff5500"} 3 node_network_address_assign_type{device="veth920bc1d"} 3 node_network_address_assign_type{device="veth933d1ae"} 3 node_network_address_assign_type{device="veth95f68d4"} 3 node_network_address_assign_type{device="veth96c37d4"} 3 node_network_address_assign_type{device="veth9aad915"} 3 node_network_address_assign_type{device="veth9d3efeb"} 3 node_network_address_assign_type{device="veth9d90c4c"} 3 node_network_address_assign_type{device="vethab050a8"} 3 node_network_address_assign_type{device="vethae769af"} 3 node_network_address_assign_type{device="vethb0fb6ce"} 3 node_network_address_assign_type{device="vethb1f39a8"} 3 node_network_address_assign_type{device="vethb43cba2"} 3 node_network_address_assign_type{device="vethbde0c13"} 3 node_network_address_assign_type{device="vethbfd0655"} 3 node_network_address_assign_type{device="vethc1bebad"} 3 node_network_address_assign_type{device="vethc934150"} 3 node_network_address_assign_type{device="vethcd90f42"} 3 node_network_address_assign_type{device="vethce998ac"} 3 node_network_address_assign_type{device="vethd911699"} 3 node_network_address_assign_type{device="vethd9e40ca"} 3 node_network_address_assign_type{device="vethdd69986"} 3 node_network_address_assign_type{device="vethe4935a2"} 3 node_network_address_assign_type{device="vethea7e868"} 3 node_network_address_assign_type{device="vethede5a26"} 3 node_network_address_assign_type{device="vethef3e434"} 3 node_network_address_assign_type{device="vethf6199b4"} 3 node_network_address_assign_type{device="vethff7ad32"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-0a5eaad17b48"} 1 node_network_carrier{device="br-0e8e622eda81"} 1 node_network_carrier{device="br-119f3eca13a3"} 1 node_network_carrier{device="br-205321a2a078"} 1 node_network_carrier{device="br-2a98fd47a213"} 0 node_network_carrier{device="br-31cc0d87c098"} 1 node_network_carrier{device="br-352e63376925"} 1 node_network_carrier{device="br-3e10e3e23909"} 1 node_network_carrier{device="br-46d5e61711ac"} 1 node_network_carrier{device="br-52bb4601ef3b"} 1 node_network_carrier{device="br-5949340dfa50"} 1 node_network_carrier{device="br-6757b1619d94"} 1 node_network_carrier{device="br-68f49914f8d6"} 1 node_network_carrier{device="br-714e4890289f"} 1 node_network_carrier{device="br-8bfa10ef6035"} 0 node_network_carrier{device="br-9d50c95d707e"} 1 node_network_carrier{device="br-a0509202f296"} 1 node_network_carrier{device="br-accc5b7464c6"} 0 node_network_carrier{device="br-c7c04d8476ac"} 1 node_network_carrier{device="br-cfc454eb348c"} 1 node_network_carrier{device="br-d076b9ce2db8"} 1 node_network_carrier{device="br-d081ed7cbe27"} 1 node_network_carrier{device="br-d23d48dffb27"} 1 node_network_carrier{device="br-e392a89981fc"} 1 node_network_carrier{device="br-f55c6bfd416e"} 1 node_network_carrier{device="br-fec72b65a2f2"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="tailscale0"} 1 node_network_carrier{device="veth0180c8a"} 1 node_network_carrier{device="veth018d924"} 1 node_network_carrier{device="veth047b115"} 1 node_network_carrier{device="veth07961ac"} 1 node_network_carrier{device="veth0b36eb0"} 1 node_network_carrier{device="veth0bdeb59"} 1 node_network_carrier{device="veth109c5ce"} 1 node_network_carrier{device="veth16fa530"} 1 node_network_carrier{device="veth17ffa56"} 1 node_network_carrier{device="veth281be1d"} 1 node_network_carrier{device="veth289e2e5"} 1 node_network_carrier{device="veth28b5f21"} 1 node_network_carrier{device="veth2a42759"} 1 node_network_carrier{device="veth2e1a4e0"} 1 node_network_carrier{device="veth2fc5c50"} 1 node_network_carrier{device="veth320df55"} 1 node_network_carrier{device="veth399cafa"} 1 node_network_carrier{device="veth3c8d1c8"} 1 node_network_carrier{device="veth3d9e088"} 1 node_network_carrier{device="veth4264f09"} 1 node_network_carrier{device="veth448b23c"} 1 node_network_carrier{device="veth44d48c5"} 1 node_network_carrier{device="veth452f437"} 1 node_network_carrier{device="veth4550a5a"} 1 node_network_carrier{device="veth459df2f"} 1 node_network_carrier{device="veth48c2635"} 1 node_network_carrier{device="veth4c63c63"} 1 node_network_carrier{device="veth514c0fa"} 1 node_network_carrier{device="veth53ab194"} 1 node_network_carrier{device="veth578592a"} 1 node_network_carrier{device="veth5b83128"} 1 node_network_carrier{device="veth606fd8d"} 1 node_network_carrier{device="veth615de60"} 1 node_network_carrier{device="veth65f110f"} 1 node_network_carrier{device="veth6a8fbfc"} 1 node_network_carrier{device="veth6b65c03"} 1 node_network_carrier{device="veth6c2e4d4"} 1 node_network_carrier{device="veth6d434cf"} 1 node_network_carrier{device="veth7255df5"} 1 node_network_carrier{device="veth7285a0c"} 1 node_network_carrier{device="veth729dc04"} 1 node_network_carrier{device="veth73914a6"} 1 node_network_carrier{device="veth74689f1"} 1 node_network_carrier{device="veth7587e77"} 1 node_network_carrier{device="veth7591768"} 1 node_network_carrier{device="veth76a9cb7"} 1 node_network_carrier{device="veth7718dc9"} 1 node_network_carrier{device="veth784722a"} 1 node_network_carrier{device="veth7c71564"} 1 node_network_carrier{device="veth81dd278"} 1 node_network_carrier{device="veth873231e"} 1 node_network_carrier{device="veth8abe6eb"} 1 node_network_carrier{device="veth8b2dcd7"} 1 node_network_carrier{device="veth8b5c0c0"} 1 node_network_carrier{device="veth8ff5500"} 1 node_network_carrier{device="veth920bc1d"} 1 node_network_carrier{device="veth933d1ae"} 1 node_network_carrier{device="veth95f68d4"} 1 node_network_carrier{device="veth96c37d4"} 1 node_network_carrier{device="veth9aad915"} 1 node_network_carrier{device="veth9d3efeb"} 1 node_network_carrier{device="veth9d90c4c"} 1 node_network_carrier{device="vethab050a8"} 1 node_network_carrier{device="vethae769af"} 1 node_network_carrier{device="vethb0fb6ce"} 1 node_network_carrier{device="vethb1f39a8"} 1 node_network_carrier{device="vethb43cba2"} 1 node_network_carrier{device="vethbde0c13"} 1 node_network_carrier{device="vethbfd0655"} 1 node_network_carrier{device="vethc1bebad"} 1 node_network_carrier{device="vethc934150"} 1 node_network_carrier{device="vethcd90f42"} 1 node_network_carrier{device="vethce998ac"} 1 node_network_carrier{device="vethd911699"} 1 node_network_carrier{device="vethd9e40ca"} 1 node_network_carrier{device="vethdd69986"} 1 node_network_carrier{device="vethe4935a2"} 1 node_network_carrier{device="vethea7e868"} 1 node_network_carrier{device="vethede5a26"} 1 node_network_carrier{device="vethef3e434"} 1 node_network_carrier{device="vethf6199b4"} 1 node_network_carrier{device="vethff7ad32"} 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-0a5eaad17b48"} 2 node_network_carrier_changes_total{device="br-0e8e622eda81"} 4 node_network_carrier_changes_total{device="br-119f3eca13a3"} 2 node_network_carrier_changes_total{device="br-205321a2a078"} 2 node_network_carrier_changes_total{device="br-2a98fd47a213"} 1 node_network_carrier_changes_total{device="br-31cc0d87c098"} 2 node_network_carrier_changes_total{device="br-352e63376925"} 2 node_network_carrier_changes_total{device="br-3e10e3e23909"} 2 node_network_carrier_changes_total{device="br-46d5e61711ac"} 2 node_network_carrier_changes_total{device="br-52bb4601ef3b"} 2 node_network_carrier_changes_total{device="br-5949340dfa50"} 2 node_network_carrier_changes_total{device="br-6757b1619d94"} 2 node_network_carrier_changes_total{device="br-68f49914f8d6"} 2 node_network_carrier_changes_total{device="br-714e4890289f"} 2 node_network_carrier_changes_total{device="br-8bfa10ef6035"} 3 node_network_carrier_changes_total{device="br-9d50c95d707e"} 2 node_network_carrier_changes_total{device="br-a0509202f296"} 2 node_network_carrier_changes_total{device="br-accc5b7464c6"} 1 node_network_carrier_changes_total{device="br-c7c04d8476ac"} 2 node_network_carrier_changes_total{device="br-cfc454eb348c"} 2 node_network_carrier_changes_total{device="br-d076b9ce2db8"} 4 node_network_carrier_changes_total{device="br-d081ed7cbe27"} 2 node_network_carrier_changes_total{device="br-d23d48dffb27"} 2 node_network_carrier_changes_total{device="br-e392a89981fc"} 2 node_network_carrier_changes_total{device="br-f55c6bfd416e"} 2 node_network_carrier_changes_total{device="br-fec72b65a2f2"} 2 node_network_carrier_changes_total{device="docker0"} 1 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="tailscale0"} 0 node_network_carrier_changes_total{device="veth0180c8a"} 2 node_network_carrier_changes_total{device="veth018d924"} 2 node_network_carrier_changes_total{device="veth047b115"} 2 node_network_carrier_changes_total{device="veth07961ac"} 2 node_network_carrier_changes_total{device="veth0b36eb0"} 2 node_network_carrier_changes_total{device="veth0bdeb59"} 2 node_network_carrier_changes_total{device="veth109c5ce"} 2 node_network_carrier_changes_total{device="veth16fa530"} 2 node_network_carrier_changes_total{device="veth17ffa56"} 2 node_network_carrier_changes_total{device="veth281be1d"} 2 node_network_carrier_changes_total{device="veth289e2e5"} 2 node_network_carrier_changes_total{device="veth28b5f21"} 2 node_network_carrier_changes_total{device="veth2a42759"} 2 node_network_carrier_changes_total{device="veth2e1a4e0"} 2 node_network_carrier_changes_total{device="veth2fc5c50"} 2 node_network_carrier_changes_total{device="veth320df55"} 2 node_network_carrier_changes_total{device="veth399cafa"} 2 node_network_carrier_changes_total{device="veth3c8d1c8"} 2 node_network_carrier_changes_total{device="veth3d9e088"} 2 node_network_carrier_changes_total{device="veth4264f09"} 2 node_network_carrier_changes_total{device="veth448b23c"} 2 node_network_carrier_changes_total{device="veth44d48c5"} 2 node_network_carrier_changes_total{device="veth452f437"} 2 node_network_carrier_changes_total{device="veth4550a5a"} 2 node_network_carrier_changes_total{device="veth459df2f"} 2 node_network_carrier_changes_total{device="veth48c2635"} 2 node_network_carrier_changes_total{device="veth4c63c63"} 2 node_network_carrier_changes_total{device="veth514c0fa"} 2 node_network_carrier_changes_total{device="veth53ab194"} 2 node_network_carrier_changes_total{device="veth578592a"} 2 node_network_carrier_changes_total{device="veth5b83128"} 2 node_network_carrier_changes_total{device="veth606fd8d"} 2 node_network_carrier_changes_total{device="veth615de60"} 2 node_network_carrier_changes_total{device="veth65f110f"} 2 node_network_carrier_changes_total{device="veth6a8fbfc"} 2 node_network_carrier_changes_total{device="veth6b65c03"} 2 node_network_carrier_changes_total{device="veth6c2e4d4"} 2 node_network_carrier_changes_total{device="veth6d434cf"} 2 node_network_carrier_changes_total{device="veth7255df5"} 2 node_network_carrier_changes_total{device="veth7285a0c"} 2 node_network_carrier_changes_total{device="veth729dc04"} 2 node_network_carrier_changes_total{device="veth73914a6"} 2 node_network_carrier_changes_total{device="veth74689f1"} 2 node_network_carrier_changes_total{device="veth7587e77"} 2 node_network_carrier_changes_total{device="veth7591768"} 2 node_network_carrier_changes_total{device="veth76a9cb7"} 2 node_network_carrier_changes_total{device="veth7718dc9"} 2 node_network_carrier_changes_total{device="veth784722a"} 2 node_network_carrier_changes_total{device="veth7c71564"} 2 node_network_carrier_changes_total{device="veth81dd278"} 2 node_network_carrier_changes_total{device="veth873231e"} 2 node_network_carrier_changes_total{device="veth8abe6eb"} 2 node_network_carrier_changes_total{device="veth8b2dcd7"} 2 node_network_carrier_changes_total{device="veth8b5c0c0"} 2 node_network_carrier_changes_total{device="veth8ff5500"} 2 node_network_carrier_changes_total{device="veth920bc1d"} 2 node_network_carrier_changes_total{device="veth933d1ae"} 2 node_network_carrier_changes_total{device="veth95f68d4"} 2 node_network_carrier_changes_total{device="veth96c37d4"} 2 node_network_carrier_changes_total{device="veth9aad915"} 2 node_network_carrier_changes_total{device="veth9d3efeb"} 2 node_network_carrier_changes_total{device="veth9d90c4c"} 2 node_network_carrier_changes_total{device="vethab050a8"} 2 node_network_carrier_changes_total{device="vethae769af"} 2 node_network_carrier_changes_total{device="vethb0fb6ce"} 2 node_network_carrier_changes_total{device="vethb1f39a8"} 2 node_network_carrier_changes_total{device="vethb43cba2"} 2 node_network_carrier_changes_total{device="vethbde0c13"} 2 node_network_carrier_changes_total{device="vethbfd0655"} 2 node_network_carrier_changes_total{device="vethc1bebad"} 2 node_network_carrier_changes_total{device="vethc934150"} 2 node_network_carrier_changes_total{device="vethcd90f42"} 2 node_network_carrier_changes_total{device="vethce998ac"} 2 node_network_carrier_changes_total{device="vethd911699"} 2 node_network_carrier_changes_total{device="vethd9e40ca"} 2 node_network_carrier_changes_total{device="vethdd69986"} 2 node_network_carrier_changes_total{device="vethe4935a2"} 2 node_network_carrier_changes_total{device="vethea7e868"} 2 node_network_carrier_changes_total{device="vethede5a26"} 2 node_network_carrier_changes_total{device="vethef3e434"} 2 node_network_carrier_changes_total{device="vethf6199b4"} 2 node_network_carrier_changes_total{device="vethff7ad32"} 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-0a5eaad17b48"} 1 node_network_carrier_down_changes_total{device="br-0e8e622eda81"} 2 node_network_carrier_down_changes_total{device="br-119f3eca13a3"} 1 node_network_carrier_down_changes_total{device="br-205321a2a078"} 1 node_network_carrier_down_changes_total{device="br-2a98fd47a213"} 1 node_network_carrier_down_changes_total{device="br-31cc0d87c098"} 1 node_network_carrier_down_changes_total{device="br-352e63376925"} 1 node_network_carrier_down_changes_total{device="br-3e10e3e23909"} 1 node_network_carrier_down_changes_total{device="br-46d5e61711ac"} 1 node_network_carrier_down_changes_total{device="br-52bb4601ef3b"} 1 node_network_carrier_down_changes_total{device="br-5949340dfa50"} 1 node_network_carrier_down_changes_total{device="br-6757b1619d94"} 1 node_network_carrier_down_changes_total{device="br-68f49914f8d6"} 1 node_network_carrier_down_changes_total{device="br-714e4890289f"} 1 node_network_carrier_down_changes_total{device="br-8bfa10ef6035"} 2 node_network_carrier_down_changes_total{device="br-9d50c95d707e"} 1 node_network_carrier_down_changes_total{device="br-a0509202f296"} 1 node_network_carrier_down_changes_total{device="br-accc5b7464c6"} 1 node_network_carrier_down_changes_total{device="br-c7c04d8476ac"} 1 node_network_carrier_down_changes_total{device="br-cfc454eb348c"} 1 node_network_carrier_down_changes_total{device="br-d076b9ce2db8"} 2 node_network_carrier_down_changes_total{device="br-d081ed7cbe27"} 1 node_network_carrier_down_changes_total{device="br-d23d48dffb27"} 1 node_network_carrier_down_changes_total{device="br-e392a89981fc"} 1 node_network_carrier_down_changes_total{device="br-f55c6bfd416e"} 1 node_network_carrier_down_changes_total{device="br-fec72b65a2f2"} 1 node_network_carrier_down_changes_total{device="docker0"} 1 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="tailscale0"} 0 node_network_carrier_down_changes_total{device="veth0180c8a"} 1 node_network_carrier_down_changes_total{device="veth018d924"} 1 node_network_carrier_down_changes_total{device="veth047b115"} 1 node_network_carrier_down_changes_total{device="veth07961ac"} 1 node_network_carrier_down_changes_total{device="veth0b36eb0"} 1 node_network_carrier_down_changes_total{device="veth0bdeb59"} 1 node_network_carrier_down_changes_total{device="veth109c5ce"} 1 node_network_carrier_down_changes_total{device="veth16fa530"} 1 node_network_carrier_down_changes_total{device="veth17ffa56"} 1 node_network_carrier_down_changes_total{device="veth281be1d"} 1 node_network_carrier_down_changes_total{device="veth289e2e5"} 1 node_network_carrier_down_changes_total{device="veth28b5f21"} 1 node_network_carrier_down_changes_total{device="veth2a42759"} 1 node_network_carrier_down_changes_total{device="veth2e1a4e0"} 1 node_network_carrier_down_changes_total{device="veth2fc5c50"} 1 node_network_carrier_down_changes_total{device="veth320df55"} 1 node_network_carrier_down_changes_total{device="veth399cafa"} 1 node_network_carrier_down_changes_total{device="veth3c8d1c8"} 1 node_network_carrier_down_changes_total{device="veth3d9e088"} 1 node_network_carrier_down_changes_total{device="veth4264f09"} 1 node_network_carrier_down_changes_total{device="veth448b23c"} 1 node_network_carrier_down_changes_total{device="veth44d48c5"} 1 node_network_carrier_down_changes_total{device="veth452f437"} 1 node_network_carrier_down_changes_total{device="veth4550a5a"} 1 node_network_carrier_down_changes_total{device="veth459df2f"} 1 node_network_carrier_down_changes_total{device="veth48c2635"} 1 node_network_carrier_down_changes_total{device="veth4c63c63"} 1 node_network_carrier_down_changes_total{device="veth514c0fa"} 1 node_network_carrier_down_changes_total{device="veth53ab194"} 1 node_network_carrier_down_changes_total{device="veth578592a"} 1 node_network_carrier_down_changes_total{device="veth5b83128"} 1 node_network_carrier_down_changes_total{device="veth606fd8d"} 1 node_network_carrier_down_changes_total{device="veth615de60"} 1 node_network_carrier_down_changes_total{device="veth65f110f"} 1 node_network_carrier_down_changes_total{device="veth6a8fbfc"} 1 node_network_carrier_down_changes_total{device="veth6b65c03"} 1 node_network_carrier_down_changes_total{device="veth6c2e4d4"} 1 node_network_carrier_down_changes_total{device="veth6d434cf"} 1 node_network_carrier_down_changes_total{device="veth7255df5"} 1 node_network_carrier_down_changes_total{device="veth7285a0c"} 1 node_network_carrier_down_changes_total{device="veth729dc04"} 1 node_network_carrier_down_changes_total{device="veth73914a6"} 1 node_network_carrier_down_changes_total{device="veth74689f1"} 1 node_network_carrier_down_changes_total{device="veth7587e77"} 1 node_network_carrier_down_changes_total{device="veth7591768"} 1 node_network_carrier_down_changes_total{device="veth76a9cb7"} 1 node_network_carrier_down_changes_total{device="veth7718dc9"} 1 node_network_carrier_down_changes_total{device="veth784722a"} 1 node_network_carrier_down_changes_total{device="veth7c71564"} 1 node_network_carrier_down_changes_total{device="veth81dd278"} 1 node_network_carrier_down_changes_total{device="veth873231e"} 1 node_network_carrier_down_changes_total{device="veth8abe6eb"} 1 node_network_carrier_down_changes_total{device="veth8b2dcd7"} 1 node_network_carrier_down_changes_total{device="veth8b5c0c0"} 1 node_network_carrier_down_changes_total{device="veth8ff5500"} 1 node_network_carrier_down_changes_total{device="veth920bc1d"} 1 node_network_carrier_down_changes_total{device="veth933d1ae"} 1 node_network_carrier_down_changes_total{device="veth95f68d4"} 1 node_network_carrier_down_changes_total{device="veth96c37d4"} 1 node_network_carrier_down_changes_total{device="veth9aad915"} 1 node_network_carrier_down_changes_total{device="veth9d3efeb"} 1 node_network_carrier_down_changes_total{device="veth9d90c4c"} 1 node_network_carrier_down_changes_total{device="vethab050a8"} 1 node_network_carrier_down_changes_total{device="vethae769af"} 1 node_network_carrier_down_changes_total{device="vethb0fb6ce"} 1 node_network_carrier_down_changes_total{device="vethb1f39a8"} 1 node_network_carrier_down_changes_total{device="vethb43cba2"} 1 node_network_carrier_down_changes_total{device="vethbde0c13"} 1 node_network_carrier_down_changes_total{device="vethbfd0655"} 1 node_network_carrier_down_changes_total{device="vethc1bebad"} 1 node_network_carrier_down_changes_total{device="vethc934150"} 1 node_network_carrier_down_changes_total{device="vethcd90f42"} 1 node_network_carrier_down_changes_total{device="vethce998ac"} 1 node_network_carrier_down_changes_total{device="vethd911699"} 1 node_network_carrier_down_changes_total{device="vethd9e40ca"} 1 node_network_carrier_down_changes_total{device="vethdd69986"} 1 node_network_carrier_down_changes_total{device="vethe4935a2"} 1 node_network_carrier_down_changes_total{device="vethea7e868"} 1 node_network_carrier_down_changes_total{device="vethede5a26"} 1 node_network_carrier_down_changes_total{device="vethef3e434"} 1 node_network_carrier_down_changes_total{device="vethf6199b4"} 1 node_network_carrier_down_changes_total{device="vethff7ad32"} 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-0a5eaad17b48"} 1 node_network_carrier_up_changes_total{device="br-0e8e622eda81"} 2 node_network_carrier_up_changes_total{device="br-119f3eca13a3"} 1 node_network_carrier_up_changes_total{device="br-205321a2a078"} 1 node_network_carrier_up_changes_total{device="br-2a98fd47a213"} 0 node_network_carrier_up_changes_total{device="br-31cc0d87c098"} 1 node_network_carrier_up_changes_total{device="br-352e63376925"} 1 node_network_carrier_up_changes_total{device="br-3e10e3e23909"} 1 node_network_carrier_up_changes_total{device="br-46d5e61711ac"} 1 node_network_carrier_up_changes_total{device="br-52bb4601ef3b"} 1 node_network_carrier_up_changes_total{device="br-5949340dfa50"} 1 node_network_carrier_up_changes_total{device="br-6757b1619d94"} 1 node_network_carrier_up_changes_total{device="br-68f49914f8d6"} 1 node_network_carrier_up_changes_total{device="br-714e4890289f"} 1 node_network_carrier_up_changes_total{device="br-8bfa10ef6035"} 1 node_network_carrier_up_changes_total{device="br-9d50c95d707e"} 1 node_network_carrier_up_changes_total{device="br-a0509202f296"} 1 node_network_carrier_up_changes_total{device="br-accc5b7464c6"} 0 node_network_carrier_up_changes_total{device="br-c7c04d8476ac"} 1 node_network_carrier_up_changes_total{device="br-cfc454eb348c"} 1 node_network_carrier_up_changes_total{device="br-d076b9ce2db8"} 2 node_network_carrier_up_changes_total{device="br-d081ed7cbe27"} 1 node_network_carrier_up_changes_total{device="br-d23d48dffb27"} 1 node_network_carrier_up_changes_total{device="br-e392a89981fc"} 1 node_network_carrier_up_changes_total{device="br-f55c6bfd416e"} 1 node_network_carrier_up_changes_total{device="br-fec72b65a2f2"} 1 node_network_carrier_up_changes_total{device="docker0"} 0 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="tailscale0"} 0 node_network_carrier_up_changes_total{device="veth0180c8a"} 1 node_network_carrier_up_changes_total{device="veth018d924"} 1 node_network_carrier_up_changes_total{device="veth047b115"} 1 node_network_carrier_up_changes_total{device="veth07961ac"} 1 node_network_carrier_up_changes_total{device="veth0b36eb0"} 1 node_network_carrier_up_changes_total{device="veth0bdeb59"} 1 node_network_carrier_up_changes_total{device="veth109c5ce"} 1 node_network_carrier_up_changes_total{device="veth16fa530"} 1 node_network_carrier_up_changes_total{device="veth17ffa56"} 1 node_network_carrier_up_changes_total{device="veth281be1d"} 1 node_network_carrier_up_changes_total{device="veth289e2e5"} 1 node_network_carrier_up_changes_total{device="veth28b5f21"} 1 node_network_carrier_up_changes_total{device="veth2a42759"} 1 node_network_carrier_up_changes_total{device="veth2e1a4e0"} 1 node_network_carrier_up_changes_total{device="veth2fc5c50"} 1 node_network_carrier_up_changes_total{device="veth320df55"} 1 node_network_carrier_up_changes_total{device="veth399cafa"} 1 node_network_carrier_up_changes_total{device="veth3c8d1c8"} 1 node_network_carrier_up_changes_total{device="veth3d9e088"} 1 node_network_carrier_up_changes_total{device="veth4264f09"} 1 node_network_carrier_up_changes_total{device="veth448b23c"} 1 node_network_carrier_up_changes_total{device="veth44d48c5"} 1 node_network_carrier_up_changes_total{device="veth452f437"} 1 node_network_carrier_up_changes_total{device="veth4550a5a"} 1 node_network_carrier_up_changes_total{device="veth459df2f"} 1 node_network_carrier_up_changes_total{device="veth48c2635"} 1 node_network_carrier_up_changes_total{device="veth4c63c63"} 1 node_network_carrier_up_changes_total{device="veth514c0fa"} 1 node_network_carrier_up_changes_total{device="veth53ab194"} 1 node_network_carrier_up_changes_total{device="veth578592a"} 1 node_network_carrier_up_changes_total{device="veth5b83128"} 1 node_network_carrier_up_changes_total{device="veth606fd8d"} 1 node_network_carrier_up_changes_total{device="veth615de60"} 1 node_network_carrier_up_changes_total{device="veth65f110f"} 1 node_network_carrier_up_changes_total{device="veth6a8fbfc"} 1 node_network_carrier_up_changes_total{device="veth6b65c03"} 1 node_network_carrier_up_changes_total{device="veth6c2e4d4"} 1 node_network_carrier_up_changes_total{device="veth6d434cf"} 1 node_network_carrier_up_changes_total{device="veth7255df5"} 1 node_network_carrier_up_changes_total{device="veth7285a0c"} 1 node_network_carrier_up_changes_total{device="veth729dc04"} 1 node_network_carrier_up_changes_total{device="veth73914a6"} 1 node_network_carrier_up_changes_total{device="veth74689f1"} 1 node_network_carrier_up_changes_total{device="veth7587e77"} 1 node_network_carrier_up_changes_total{device="veth7591768"} 1 node_network_carrier_up_changes_total{device="veth76a9cb7"} 1 node_network_carrier_up_changes_total{device="veth7718dc9"} 1 node_network_carrier_up_changes_total{device="veth784722a"} 1 node_network_carrier_up_changes_total{device="veth7c71564"} 1 node_network_carrier_up_changes_total{device="veth81dd278"} 1 node_network_carrier_up_changes_total{device="veth873231e"} 1 node_network_carrier_up_changes_total{device="veth8abe6eb"} 1 node_network_carrier_up_changes_total{device="veth8b2dcd7"} 1 node_network_carrier_up_changes_total{device="veth8b5c0c0"} 1 node_network_carrier_up_changes_total{device="veth8ff5500"} 1 node_network_carrier_up_changes_total{device="veth920bc1d"} 1 node_network_carrier_up_changes_total{device="veth933d1ae"} 1 node_network_carrier_up_changes_total{device="veth95f68d4"} 1 node_network_carrier_up_changes_total{device="veth96c37d4"} 1 node_network_carrier_up_changes_total{device="veth9aad915"} 1 node_network_carrier_up_changes_total{device="veth9d3efeb"} 1 node_network_carrier_up_changes_total{device="veth9d90c4c"} 1 node_network_carrier_up_changes_total{device="vethab050a8"} 1 node_network_carrier_up_changes_total{device="vethae769af"} 1 node_network_carrier_up_changes_total{device="vethb0fb6ce"} 1 node_network_carrier_up_changes_total{device="vethb1f39a8"} 1 node_network_carrier_up_changes_total{device="vethb43cba2"} 1 node_network_carrier_up_changes_total{device="vethbde0c13"} 1 node_network_carrier_up_changes_total{device="vethbfd0655"} 1 node_network_carrier_up_changes_total{device="vethc1bebad"} 1 node_network_carrier_up_changes_total{device="vethc934150"} 1 node_network_carrier_up_changes_total{device="vethcd90f42"} 1 node_network_carrier_up_changes_total{device="vethce998ac"} 1 node_network_carrier_up_changes_total{device="vethd911699"} 1 node_network_carrier_up_changes_total{device="vethd9e40ca"} 1 node_network_carrier_up_changes_total{device="vethdd69986"} 1 node_network_carrier_up_changes_total{device="vethe4935a2"} 1 node_network_carrier_up_changes_total{device="vethea7e868"} 1 node_network_carrier_up_changes_total{device="vethede5a26"} 1 node_network_carrier_up_changes_total{device="vethef3e434"} 1 node_network_carrier_up_changes_total{device="vethf6199b4"} 1 node_network_carrier_up_changes_total{device="vethff7ad32"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-0a5eaad17b48"} 0 node_network_device_id{device="br-0e8e622eda81"} 0 node_network_device_id{device="br-119f3eca13a3"} 0 node_network_device_id{device="br-205321a2a078"} 0 node_network_device_id{device="br-2a98fd47a213"} 0 node_network_device_id{device="br-31cc0d87c098"} 0 node_network_device_id{device="br-352e63376925"} 0 node_network_device_id{device="br-3e10e3e23909"} 0 node_network_device_id{device="br-46d5e61711ac"} 0 node_network_device_id{device="br-52bb4601ef3b"} 0 node_network_device_id{device="br-5949340dfa50"} 0 node_network_device_id{device="br-6757b1619d94"} 0 node_network_device_id{device="br-68f49914f8d6"} 0 node_network_device_id{device="br-714e4890289f"} 0 node_network_device_id{device="br-8bfa10ef6035"} 0 node_network_device_id{device="br-9d50c95d707e"} 0 node_network_device_id{device="br-a0509202f296"} 0 node_network_device_id{device="br-accc5b7464c6"} 0 node_network_device_id{device="br-c7c04d8476ac"} 0 node_network_device_id{device="br-cfc454eb348c"} 0 node_network_device_id{device="br-d076b9ce2db8"} 0 node_network_device_id{device="br-d081ed7cbe27"} 0 node_network_device_id{device="br-d23d48dffb27"} 0 node_network_device_id{device="br-e392a89981fc"} 0 node_network_device_id{device="br-f55c6bfd416e"} 0 node_network_device_id{device="br-fec72b65a2f2"} 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="tailscale0"} 0 node_network_device_id{device="veth0180c8a"} 0 node_network_device_id{device="veth018d924"} 0 node_network_device_id{device="veth047b115"} 0 node_network_device_id{device="veth07961ac"} 0 node_network_device_id{device="veth0b36eb0"} 0 node_network_device_id{device="veth0bdeb59"} 0 node_network_device_id{device="veth109c5ce"} 0 node_network_device_id{device="veth16fa530"} 0 node_network_device_id{device="veth17ffa56"} 0 node_network_device_id{device="veth281be1d"} 0 node_network_device_id{device="veth289e2e5"} 0 node_network_device_id{device="veth28b5f21"} 0 node_network_device_id{device="veth2a42759"} 0 node_network_device_id{device="veth2e1a4e0"} 0 node_network_device_id{device="veth2fc5c50"} 0 node_network_device_id{device="veth320df55"} 0 node_network_device_id{device="veth399cafa"} 0 node_network_device_id{device="veth3c8d1c8"} 0 node_network_device_id{device="veth3d9e088"} 0 node_network_device_id{device="veth4264f09"} 0 node_network_device_id{device="veth448b23c"} 0 node_network_device_id{device="veth44d48c5"} 0 node_network_device_id{device="veth452f437"} 0 node_network_device_id{device="veth4550a5a"} 0 node_network_device_id{device="veth459df2f"} 0 node_network_device_id{device="veth48c2635"} 0 node_network_device_id{device="veth4c63c63"} 0 node_network_device_id{device="veth514c0fa"} 0 node_network_device_id{device="veth53ab194"} 0 node_network_device_id{device="veth578592a"} 0 node_network_device_id{device="veth5b83128"} 0 node_network_device_id{device="veth606fd8d"} 0 node_network_device_id{device="veth615de60"} 0 node_network_device_id{device="veth65f110f"} 0 node_network_device_id{device="veth6a8fbfc"} 0 node_network_device_id{device="veth6b65c03"} 0 node_network_device_id{device="veth6c2e4d4"} 0 node_network_device_id{device="veth6d434cf"} 0 node_network_device_id{device="veth7255df5"} 0 node_network_device_id{device="veth7285a0c"} 0 node_network_device_id{device="veth729dc04"} 0 node_network_device_id{device="veth73914a6"} 0 node_network_device_id{device="veth74689f1"} 0 node_network_device_id{device="veth7587e77"} 0 node_network_device_id{device="veth7591768"} 0 node_network_device_id{device="veth76a9cb7"} 0 node_network_device_id{device="veth7718dc9"} 0 node_network_device_id{device="veth784722a"} 0 node_network_device_id{device="veth7c71564"} 0 node_network_device_id{device="veth81dd278"} 0 node_network_device_id{device="veth873231e"} 0 node_network_device_id{device="veth8abe6eb"} 0 node_network_device_id{device="veth8b2dcd7"} 0 node_network_device_id{device="veth8b5c0c0"} 0 node_network_device_id{device="veth8ff5500"} 0 node_network_device_id{device="veth920bc1d"} 0 node_network_device_id{device="veth933d1ae"} 0 node_network_device_id{device="veth95f68d4"} 0 node_network_device_id{device="veth96c37d4"} 0 node_network_device_id{device="veth9aad915"} 0 node_network_device_id{device="veth9d3efeb"} 0 node_network_device_id{device="veth9d90c4c"} 0 node_network_device_id{device="vethab050a8"} 0 node_network_device_id{device="vethae769af"} 0 node_network_device_id{device="vethb0fb6ce"} 0 node_network_device_id{device="vethb1f39a8"} 0 node_network_device_id{device="vethb43cba2"} 0 node_network_device_id{device="vethbde0c13"} 0 node_network_device_id{device="vethbfd0655"} 0 node_network_device_id{device="vethc1bebad"} 0 node_network_device_id{device="vethc934150"} 0 node_network_device_id{device="vethcd90f42"} 0 node_network_device_id{device="vethce998ac"} 0 node_network_device_id{device="vethd911699"} 0 node_network_device_id{device="vethd9e40ca"} 0 node_network_device_id{device="vethdd69986"} 0 node_network_device_id{device="vethe4935a2"} 0 node_network_device_id{device="vethea7e868"} 0 node_network_device_id{device="vethede5a26"} 0 node_network_device_id{device="vethef3e434"} 0 node_network_device_id{device="vethf6199b4"} 0 node_network_device_id{device="vethff7ad32"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-0a5eaad17b48"} 0 node_network_dormant{device="br-0e8e622eda81"} 0 node_network_dormant{device="br-119f3eca13a3"} 0 node_network_dormant{device="br-205321a2a078"} 0 node_network_dormant{device="br-2a98fd47a213"} 0 node_network_dormant{device="br-31cc0d87c098"} 0 node_network_dormant{device="br-352e63376925"} 0 node_network_dormant{device="br-3e10e3e23909"} 0 node_network_dormant{device="br-46d5e61711ac"} 0 node_network_dormant{device="br-52bb4601ef3b"} 0 node_network_dormant{device="br-5949340dfa50"} 0 node_network_dormant{device="br-6757b1619d94"} 0 node_network_dormant{device="br-68f49914f8d6"} 0 node_network_dormant{device="br-714e4890289f"} 0 node_network_dormant{device="br-8bfa10ef6035"} 0 node_network_dormant{device="br-9d50c95d707e"} 0 node_network_dormant{device="br-a0509202f296"} 0 node_network_dormant{device="br-accc5b7464c6"} 0 node_network_dormant{device="br-c7c04d8476ac"} 0 node_network_dormant{device="br-cfc454eb348c"} 0 node_network_dormant{device="br-d076b9ce2db8"} 0 node_network_dormant{device="br-d081ed7cbe27"} 0 node_network_dormant{device="br-d23d48dffb27"} 0 node_network_dormant{device="br-e392a89981fc"} 0 node_network_dormant{device="br-f55c6bfd416e"} 0 node_network_dormant{device="br-fec72b65a2f2"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="tailscale0"} 0 node_network_dormant{device="veth0180c8a"} 0 node_network_dormant{device="veth018d924"} 0 node_network_dormant{device="veth047b115"} 0 node_network_dormant{device="veth07961ac"} 0 node_network_dormant{device="veth0b36eb0"} 0 node_network_dormant{device="veth0bdeb59"} 0 node_network_dormant{device="veth109c5ce"} 0 node_network_dormant{device="veth16fa530"} 0 node_network_dormant{device="veth17ffa56"} 0 node_network_dormant{device="veth281be1d"} 0 node_network_dormant{device="veth289e2e5"} 0 node_network_dormant{device="veth28b5f21"} 0 node_network_dormant{device="veth2a42759"} 0 node_network_dormant{device="veth2e1a4e0"} 0 node_network_dormant{device="veth2fc5c50"} 0 node_network_dormant{device="veth320df55"} 0 node_network_dormant{device="veth399cafa"} 0 node_network_dormant{device="veth3c8d1c8"} 0 node_network_dormant{device="veth3d9e088"} 0 node_network_dormant{device="veth4264f09"} 0 node_network_dormant{device="veth448b23c"} 0 node_network_dormant{device="veth44d48c5"} 0 node_network_dormant{device="veth452f437"} 0 node_network_dormant{device="veth4550a5a"} 0 node_network_dormant{device="veth459df2f"} 0 node_network_dormant{device="veth48c2635"} 0 node_network_dormant{device="veth4c63c63"} 0 node_network_dormant{device="veth514c0fa"} 0 node_network_dormant{device="veth53ab194"} 0 node_network_dormant{device="veth578592a"} 0 node_network_dormant{device="veth5b83128"} 0 node_network_dormant{device="veth606fd8d"} 0 node_network_dormant{device="veth615de60"} 0 node_network_dormant{device="veth65f110f"} 0 node_network_dormant{device="veth6a8fbfc"} 0 node_network_dormant{device="veth6b65c03"} 0 node_network_dormant{device="veth6c2e4d4"} 0 node_network_dormant{device="veth6d434cf"} 0 node_network_dormant{device="veth7255df5"} 0 node_network_dormant{device="veth7285a0c"} 0 node_network_dormant{device="veth729dc04"} 0 node_network_dormant{device="veth73914a6"} 0 node_network_dormant{device="veth74689f1"} 0 node_network_dormant{device="veth7587e77"} 0 node_network_dormant{device="veth7591768"} 0 node_network_dormant{device="veth76a9cb7"} 0 node_network_dormant{device="veth7718dc9"} 0 node_network_dormant{device="veth784722a"} 0 node_network_dormant{device="veth7c71564"} 0 node_network_dormant{device="veth81dd278"} 0 node_network_dormant{device="veth873231e"} 0 node_network_dormant{device="veth8abe6eb"} 0 node_network_dormant{device="veth8b2dcd7"} 0 node_network_dormant{device="veth8b5c0c0"} 0 node_network_dormant{device="veth8ff5500"} 0 node_network_dormant{device="veth920bc1d"} 0 node_network_dormant{device="veth933d1ae"} 0 node_network_dormant{device="veth95f68d4"} 0 node_network_dormant{device="veth96c37d4"} 0 node_network_dormant{device="veth9aad915"} 0 node_network_dormant{device="veth9d3efeb"} 0 node_network_dormant{device="veth9d90c4c"} 0 node_network_dormant{device="vethab050a8"} 0 node_network_dormant{device="vethae769af"} 0 node_network_dormant{device="vethb0fb6ce"} 0 node_network_dormant{device="vethb1f39a8"} 0 node_network_dormant{device="vethb43cba2"} 0 node_network_dormant{device="vethbde0c13"} 0 node_network_dormant{device="vethbfd0655"} 0 node_network_dormant{device="vethc1bebad"} 0 node_network_dormant{device="vethc934150"} 0 node_network_dormant{device="vethcd90f42"} 0 node_network_dormant{device="vethce998ac"} 0 node_network_dormant{device="vethd911699"} 0 node_network_dormant{device="vethd9e40ca"} 0 node_network_dormant{device="vethdd69986"} 0 node_network_dormant{device="vethe4935a2"} 0 node_network_dormant{device="vethea7e868"} 0 node_network_dormant{device="vethede5a26"} 0 node_network_dormant{device="vethef3e434"} 0 node_network_dormant{device="vethf6199b4"} 0 node_network_dormant{device="vethff7ad32"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-0a5eaad17b48"} 4099 node_network_flags{device="br-0e8e622eda81"} 4099 node_network_flags{device="br-119f3eca13a3"} 4099 node_network_flags{device="br-205321a2a078"} 4099 node_network_flags{device="br-2a98fd47a213"} 4099 node_network_flags{device="br-31cc0d87c098"} 4099 node_network_flags{device="br-352e63376925"} 4099 node_network_flags{device="br-3e10e3e23909"} 4099 node_network_flags{device="br-46d5e61711ac"} 4099 node_network_flags{device="br-52bb4601ef3b"} 4099 node_network_flags{device="br-5949340dfa50"} 4099 node_network_flags{device="br-6757b1619d94"} 4099 node_network_flags{device="br-68f49914f8d6"} 4099 node_network_flags{device="br-714e4890289f"} 4099 node_network_flags{device="br-8bfa10ef6035"} 4099 node_network_flags{device="br-9d50c95d707e"} 4099 node_network_flags{device="br-a0509202f296"} 4099 node_network_flags{device="br-accc5b7464c6"} 4099 node_network_flags{device="br-c7c04d8476ac"} 4099 node_network_flags{device="br-cfc454eb348c"} 4099 node_network_flags{device="br-d076b9ce2db8"} 4099 node_network_flags{device="br-d081ed7cbe27"} 4099 node_network_flags{device="br-d23d48dffb27"} 4099 node_network_flags{device="br-e392a89981fc"} 4099 node_network_flags{device="br-f55c6bfd416e"} 4099 node_network_flags{device="br-fec72b65a2f2"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="tailscale0"} 4241 node_network_flags{device="veth0180c8a"} 4867 node_network_flags{device="veth018d924"} 4867 node_network_flags{device="veth047b115"} 4867 node_network_flags{device="veth07961ac"} 4867 node_network_flags{device="veth0b36eb0"} 4867 node_network_flags{device="veth0bdeb59"} 4867 node_network_flags{device="veth109c5ce"} 4867 node_network_flags{device="veth16fa530"} 4867 node_network_flags{device="veth17ffa56"} 4867 node_network_flags{device="veth281be1d"} 4867 node_network_flags{device="veth289e2e5"} 4867 node_network_flags{device="veth28b5f21"} 4867 node_network_flags{device="veth2a42759"} 4867 node_network_flags{device="veth2e1a4e0"} 4867 node_network_flags{device="veth2fc5c50"} 4867 node_network_flags{device="veth320df55"} 4867 node_network_flags{device="veth399cafa"} 4867 node_network_flags{device="veth3c8d1c8"} 4867 node_network_flags{device="veth3d9e088"} 4867 node_network_flags{device="veth4264f09"} 4867 node_network_flags{device="veth448b23c"} 4867 node_network_flags{device="veth44d48c5"} 4867 node_network_flags{device="veth452f437"} 4867 node_network_flags{device="veth4550a5a"} 4867 node_network_flags{device="veth459df2f"} 4867 node_network_flags{device="veth48c2635"} 4867 node_network_flags{device="veth4c63c63"} 4867 node_network_flags{device="veth514c0fa"} 4867 node_network_flags{device="veth53ab194"} 4867 node_network_flags{device="veth578592a"} 4867 node_network_flags{device="veth5b83128"} 4867 node_network_flags{device="veth606fd8d"} 4867 node_network_flags{device="veth615de60"} 4867 node_network_flags{device="veth65f110f"} 4867 node_network_flags{device="veth6a8fbfc"} 4867 node_network_flags{device="veth6b65c03"} 4867 node_network_flags{device="veth6c2e4d4"} 4867 node_network_flags{device="veth6d434cf"} 4867 node_network_flags{device="veth7255df5"} 4867 node_network_flags{device="veth7285a0c"} 4867 node_network_flags{device="veth729dc04"} 4867 node_network_flags{device="veth73914a6"} 4867 node_network_flags{device="veth74689f1"} 4867 node_network_flags{device="veth7587e77"} 4867 node_network_flags{device="veth7591768"} 4867 node_network_flags{device="veth76a9cb7"} 4867 node_network_flags{device="veth7718dc9"} 4867 node_network_flags{device="veth784722a"} 4867 node_network_flags{device="veth7c71564"} 4867 node_network_flags{device="veth81dd278"} 4867 node_network_flags{device="veth873231e"} 4867 node_network_flags{device="veth8abe6eb"} 4867 node_network_flags{device="veth8b2dcd7"} 4867 node_network_flags{device="veth8b5c0c0"} 4867 node_network_flags{device="veth8ff5500"} 4867 node_network_flags{device="veth920bc1d"} 4867 node_network_flags{device="veth933d1ae"} 4867 node_network_flags{device="veth95f68d4"} 4867 node_network_flags{device="veth96c37d4"} 4867 node_network_flags{device="veth9aad915"} 4867 node_network_flags{device="veth9d3efeb"} 4867 node_network_flags{device="veth9d90c4c"} 4867 node_network_flags{device="vethab050a8"} 4867 node_network_flags{device="vethae769af"} 4867 node_network_flags{device="vethb0fb6ce"} 4867 node_network_flags{device="vethb1f39a8"} 4867 node_network_flags{device="vethb43cba2"} 4867 node_network_flags{device="vethbde0c13"} 4867 node_network_flags{device="vethbfd0655"} 4867 node_network_flags{device="vethc1bebad"} 4867 node_network_flags{device="vethc934150"} 4867 node_network_flags{device="vethcd90f42"} 4867 node_network_flags{device="vethce998ac"} 4867 node_network_flags{device="vethd911699"} 4867 node_network_flags{device="vethd9e40ca"} 4867 node_network_flags{device="vethdd69986"} 4867 node_network_flags{device="vethe4935a2"} 4867 node_network_flags{device="vethea7e868"} 4867 node_network_flags{device="vethede5a26"} 4867 node_network_flags{device="vethef3e434"} 4867 node_network_flags{device="vethf6199b4"} 4867 node_network_flags{device="vethff7ad32"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-0a5eaad17b48"} 13 node_network_iface_id{device="br-0e8e622eda81"} 29 node_network_iface_id{device="br-119f3eca13a3"} 20 node_network_iface_id{device="br-205321a2a078"} 7 node_network_iface_id{device="br-2a98fd47a213"} 30 node_network_iface_id{device="br-31cc0d87c098"} 14 node_network_iface_id{device="br-352e63376925"} 8 node_network_iface_id{device="br-3e10e3e23909"} 25 node_network_iface_id{device="br-46d5e61711ac"} 23 node_network_iface_id{device="br-52bb4601ef3b"} 21 node_network_iface_id{device="br-5949340dfa50"} 17 node_network_iface_id{device="br-6757b1619d94"} 9 node_network_iface_id{device="br-68f49914f8d6"} 26 node_network_iface_id{device="br-714e4890289f"} 19 node_network_iface_id{device="br-8bfa10ef6035"} 10 node_network_iface_id{device="br-9d50c95d707e"} 22 node_network_iface_id{device="br-a0509202f296"} 11 node_network_iface_id{device="br-accc5b7464c6"} 24 node_network_iface_id{device="br-c7c04d8476ac"} 6 node_network_iface_id{device="br-cfc454eb348c"} 12 node_network_iface_id{device="br-d076b9ce2db8"} 4 node_network_iface_id{device="br-d081ed7cbe27"} 27 node_network_iface_id{device="br-d23d48dffb27"} 28 node_network_iface_id{device="br-e392a89981fc"} 15 node_network_iface_id{device="br-f55c6bfd416e"} 5 node_network_iface_id{device="br-fec72b65a2f2"} 16 node_network_iface_id{device="docker0"} 31 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="tailscale0"} 39778 node_network_iface_id{device="veth0180c8a"} 2999 node_network_iface_id{device="veth018d924"} 165 node_network_iface_id{device="veth047b115"} 47 node_network_iface_id{device="veth07961ac"} 927 node_network_iface_id{device="veth0b36eb0"} 101 node_network_iface_id{device="veth0bdeb59"} 3795 node_network_iface_id{device="veth109c5ce"} 139 node_network_iface_id{device="veth16fa530"} 97 node_network_iface_id{device="veth17ffa56"} 107 node_network_iface_id{device="veth281be1d"} 3021 node_network_iface_id{device="veth289e2e5"} 3077 node_network_iface_id{device="veth28b5f21"} 217 node_network_iface_id{device="veth2a42759"} 3001 node_network_iface_id{device="veth2e1a4e0"} 111 node_network_iface_id{device="veth2fc5c50"} 219 node_network_iface_id{device="veth320df55"} 2311 node_network_iface_id{device="veth399cafa"} 3017 node_network_iface_id{device="veth3c8d1c8"} 3019 node_network_iface_id{device="veth3d9e088"} 135 node_network_iface_id{device="veth4264f09"} 137 node_network_iface_id{device="veth448b23c"} 159 node_network_iface_id{device="veth44d48c5"} 3027 node_network_iface_id{device="veth452f437"} 113 node_network_iface_id{device="veth4550a5a"} 65 node_network_iface_id{device="veth459df2f"} 2997 node_network_iface_id{device="veth48c2635"} 2995 node_network_iface_id{device="veth4c63c63"} 2303 node_network_iface_id{device="veth514c0fa"} 103 node_network_iface_id{device="veth53ab194"} 91 node_network_iface_id{device="veth578592a"} 171 node_network_iface_id{device="veth5b83128"} 157 node_network_iface_id{device="veth606fd8d"} 161 node_network_iface_id{device="veth615de60"} 147 node_network_iface_id{device="veth65f110f"} 59 node_network_iface_id{device="veth6a8fbfc"} 109 node_network_iface_id{device="veth6b65c03"} 33 node_network_iface_id{device="veth6c2e4d4"} 3015 node_network_iface_id{device="veth6d434cf"} 3013 node_network_iface_id{device="veth7255df5"} 79 node_network_iface_id{device="veth7285a0c"} 155 node_network_iface_id{device="veth729dc04"} 69 node_network_iface_id{device="veth73914a6"} 129 node_network_iface_id{device="veth74689f1"} 929 node_network_iface_id{device="veth7587e77"} 145 node_network_iface_id{device="veth7591768"} 3025 node_network_iface_id{device="veth76a9cb7"} 3007 node_network_iface_id{device="veth7718dc9"} 167 node_network_iface_id{device="veth784722a"} 71 node_network_iface_id{device="veth7c71564"} 127 node_network_iface_id{device="veth81dd278"} 2967 node_network_iface_id{device="veth873231e"} 61 node_network_iface_id{device="veth8abe6eb"} 73 node_network_iface_id{device="veth8b2dcd7"} 151 node_network_iface_id{device="veth8b5c0c0"} 119 node_network_iface_id{device="veth8ff5500"} 53 node_network_iface_id{device="veth920bc1d"} 3005 node_network_iface_id{device="veth933d1ae"} 37 node_network_iface_id{device="veth95f68d4"} 10843 node_network_iface_id{device="veth96c37d4"} 3009 node_network_iface_id{device="veth9aad915"} 3003 node_network_iface_id{device="veth9d3efeb"} 39 node_network_iface_id{device="veth9d90c4c"} 89 node_network_iface_id{device="vethab050a8"} 131 node_network_iface_id{device="vethae769af"} 83 node_network_iface_id{device="vethb0fb6ce"} 2305 node_network_iface_id{device="vethb1f39a8"} 67 node_network_iface_id{device="vethb43cba2"} 51 node_network_iface_id{device="vethbde0c13"} 2307 node_network_iface_id{device="vethbfd0655"} 121 node_network_iface_id{device="vethc1bebad"} 3023 node_network_iface_id{device="vethc934150"} 149 node_network_iface_id{device="vethcd90f42"} 215 node_network_iface_id{device="vethce998ac"} 55 node_network_iface_id{device="vethd911699"} 77 node_network_iface_id{device="vethd9e40ca"} 3011 node_network_iface_id{device="vethdd69986"} 75 node_network_iface_id{device="vethe4935a2"} 209 node_network_iface_id{device="vethea7e868"} 10841 node_network_iface_id{device="vethede5a26"} 10845 node_network_iface_id{device="vethef3e434"} 81 node_network_iface_id{device="vethf6199b4"} 175 node_network_iface_id{device="vethff7ad32"} 10839 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-0a5eaad17b48"} 13 node_network_iface_link{device="br-0e8e622eda81"} 29 node_network_iface_link{device="br-119f3eca13a3"} 20 node_network_iface_link{device="br-205321a2a078"} 7 node_network_iface_link{device="br-2a98fd47a213"} 30 node_network_iface_link{device="br-31cc0d87c098"} 14 node_network_iface_link{device="br-352e63376925"} 8 node_network_iface_link{device="br-3e10e3e23909"} 25 node_network_iface_link{device="br-46d5e61711ac"} 23 node_network_iface_link{device="br-52bb4601ef3b"} 21 node_network_iface_link{device="br-5949340dfa50"} 17 node_network_iface_link{device="br-6757b1619d94"} 9 node_network_iface_link{device="br-68f49914f8d6"} 26 node_network_iface_link{device="br-714e4890289f"} 19 node_network_iface_link{device="br-8bfa10ef6035"} 10 node_network_iface_link{device="br-9d50c95d707e"} 22 node_network_iface_link{device="br-a0509202f296"} 11 node_network_iface_link{device="br-accc5b7464c6"} 24 node_network_iface_link{device="br-c7c04d8476ac"} 6 node_network_iface_link{device="br-cfc454eb348c"} 12 node_network_iface_link{device="br-d076b9ce2db8"} 4 node_network_iface_link{device="br-d081ed7cbe27"} 27 node_network_iface_link{device="br-d23d48dffb27"} 28 node_network_iface_link{device="br-e392a89981fc"} 15 node_network_iface_link{device="br-f55c6bfd416e"} 5 node_network_iface_link{device="br-fec72b65a2f2"} 16 node_network_iface_link{device="docker0"} 31 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="tailscale0"} 39778 node_network_iface_link{device="veth0180c8a"} 2998 node_network_iface_link{device="veth018d924"} 164 node_network_iface_link{device="veth047b115"} 46 node_network_iface_link{device="veth07961ac"} 926 node_network_iface_link{device="veth0b36eb0"} 100 node_network_iface_link{device="veth0bdeb59"} 3794 node_network_iface_link{device="veth109c5ce"} 138 node_network_iface_link{device="veth16fa530"} 96 node_network_iface_link{device="veth17ffa56"} 106 node_network_iface_link{device="veth281be1d"} 3020 node_network_iface_link{device="veth289e2e5"} 3076 node_network_iface_link{device="veth28b5f21"} 216 node_network_iface_link{device="veth2a42759"} 3000 node_network_iface_link{device="veth2e1a4e0"} 110 node_network_iface_link{device="veth2fc5c50"} 218 node_network_iface_link{device="veth320df55"} 2310 node_network_iface_link{device="veth399cafa"} 3016 node_network_iface_link{device="veth3c8d1c8"} 3018 node_network_iface_link{device="veth3d9e088"} 134 node_network_iface_link{device="veth4264f09"} 136 node_network_iface_link{device="veth448b23c"} 158 node_network_iface_link{device="veth44d48c5"} 3026 node_network_iface_link{device="veth452f437"} 112 node_network_iface_link{device="veth4550a5a"} 64 node_network_iface_link{device="veth459df2f"} 2996 node_network_iface_link{device="veth48c2635"} 2994 node_network_iface_link{device="veth4c63c63"} 2302 node_network_iface_link{device="veth514c0fa"} 102 node_network_iface_link{device="veth53ab194"} 90 node_network_iface_link{device="veth578592a"} 170 node_network_iface_link{device="veth5b83128"} 156 node_network_iface_link{device="veth606fd8d"} 160 node_network_iface_link{device="veth615de60"} 146 node_network_iface_link{device="veth65f110f"} 58 node_network_iface_link{device="veth6a8fbfc"} 108 node_network_iface_link{device="veth6b65c03"} 32 node_network_iface_link{device="veth6c2e4d4"} 3014 node_network_iface_link{device="veth6d434cf"} 3012 node_network_iface_link{device="veth7255df5"} 78 node_network_iface_link{device="veth7285a0c"} 154 node_network_iface_link{device="veth729dc04"} 68 node_network_iface_link{device="veth73914a6"} 128 node_network_iface_link{device="veth74689f1"} 928 node_network_iface_link{device="veth7587e77"} 144 node_network_iface_link{device="veth7591768"} 3024 node_network_iface_link{device="veth76a9cb7"} 3006 node_network_iface_link{device="veth7718dc9"} 166 node_network_iface_link{device="veth784722a"} 70 node_network_iface_link{device="veth7c71564"} 126 node_network_iface_link{device="veth81dd278"} 2966 node_network_iface_link{device="veth873231e"} 60 node_network_iface_link{device="veth8abe6eb"} 72 node_network_iface_link{device="veth8b2dcd7"} 150 node_network_iface_link{device="veth8b5c0c0"} 118 node_network_iface_link{device="veth8ff5500"} 52 node_network_iface_link{device="veth920bc1d"} 3004 node_network_iface_link{device="veth933d1ae"} 36 node_network_iface_link{device="veth95f68d4"} 10842 node_network_iface_link{device="veth96c37d4"} 3008 node_network_iface_link{device="veth9aad915"} 3002 node_network_iface_link{device="veth9d3efeb"} 38 node_network_iface_link{device="veth9d90c4c"} 88 node_network_iface_link{device="vethab050a8"} 130 node_network_iface_link{device="vethae769af"} 82 node_network_iface_link{device="vethb0fb6ce"} 2304 node_network_iface_link{device="vethb1f39a8"} 66 node_network_iface_link{device="vethb43cba2"} 50 node_network_iface_link{device="vethbde0c13"} 2306 node_network_iface_link{device="vethbfd0655"} 120 node_network_iface_link{device="vethc1bebad"} 3022 node_network_iface_link{device="vethc934150"} 148 node_network_iface_link{device="vethcd90f42"} 214 node_network_iface_link{device="vethce998ac"} 54 node_network_iface_link{device="vethd911699"} 76 node_network_iface_link{device="vethd9e40ca"} 3010 node_network_iface_link{device="vethdd69986"} 74 node_network_iface_link{device="vethe4935a2"} 208 node_network_iface_link{device="vethea7e868"} 10840 node_network_iface_link{device="vethede5a26"} 10844 node_network_iface_link{device="vethef3e434"} 80 node_network_iface_link{device="vethf6199b4"} 174 node_network_iface_link{device="vethff7ad32"} 10838 # 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-0a5eaad17b48"} 0 node_network_iface_link_mode{device="br-0e8e622eda81"} 0 node_network_iface_link_mode{device="br-119f3eca13a3"} 0 node_network_iface_link_mode{device="br-205321a2a078"} 0 node_network_iface_link_mode{device="br-2a98fd47a213"} 0 node_network_iface_link_mode{device="br-31cc0d87c098"} 0 node_network_iface_link_mode{device="br-352e63376925"} 0 node_network_iface_link_mode{device="br-3e10e3e23909"} 0 node_network_iface_link_mode{device="br-46d5e61711ac"} 0 node_network_iface_link_mode{device="br-52bb4601ef3b"} 0 node_network_iface_link_mode{device="br-5949340dfa50"} 0 node_network_iface_link_mode{device="br-6757b1619d94"} 0 node_network_iface_link_mode{device="br-68f49914f8d6"} 0 node_network_iface_link_mode{device="br-714e4890289f"} 0 node_network_iface_link_mode{device="br-8bfa10ef6035"} 0 node_network_iface_link_mode{device="br-9d50c95d707e"} 0 node_network_iface_link_mode{device="br-a0509202f296"} 0 node_network_iface_link_mode{device="br-accc5b7464c6"} 0 node_network_iface_link_mode{device="br-c7c04d8476ac"} 0 node_network_iface_link_mode{device="br-cfc454eb348c"} 0 node_network_iface_link_mode{device="br-d076b9ce2db8"} 0 node_network_iface_link_mode{device="br-d081ed7cbe27"} 0 node_network_iface_link_mode{device="br-d23d48dffb27"} 0 node_network_iface_link_mode{device="br-e392a89981fc"} 0 node_network_iface_link_mode{device="br-f55c6bfd416e"} 0 node_network_iface_link_mode{device="br-fec72b65a2f2"} 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="tailscale0"} 0 node_network_iface_link_mode{device="veth0180c8a"} 0 node_network_iface_link_mode{device="veth018d924"} 0 node_network_iface_link_mode{device="veth047b115"} 0 node_network_iface_link_mode{device="veth07961ac"} 0 node_network_iface_link_mode{device="veth0b36eb0"} 0 node_network_iface_link_mode{device="veth0bdeb59"} 0 node_network_iface_link_mode{device="veth109c5ce"} 0 node_network_iface_link_mode{device="veth16fa530"} 0 node_network_iface_link_mode{device="veth17ffa56"} 0 node_network_iface_link_mode{device="veth281be1d"} 0 node_network_iface_link_mode{device="veth289e2e5"} 0 node_network_iface_link_mode{device="veth28b5f21"} 0 node_network_iface_link_mode{device="veth2a42759"} 0 node_network_iface_link_mode{device="veth2e1a4e0"} 0 node_network_iface_link_mode{device="veth2fc5c50"} 0 node_network_iface_link_mode{device="veth320df55"} 0 node_network_iface_link_mode{device="veth399cafa"} 0 node_network_iface_link_mode{device="veth3c8d1c8"} 0 node_network_iface_link_mode{device="veth3d9e088"} 0 node_network_iface_link_mode{device="veth4264f09"} 0 node_network_iface_link_mode{device="veth448b23c"} 0 node_network_iface_link_mode{device="veth44d48c5"} 0 node_network_iface_link_mode{device="veth452f437"} 0 node_network_iface_link_mode{device="veth4550a5a"} 0 node_network_iface_link_mode{device="veth459df2f"} 0 node_network_iface_link_mode{device="veth48c2635"} 0 node_network_iface_link_mode{device="veth4c63c63"} 0 node_network_iface_link_mode{device="veth514c0fa"} 0 node_network_iface_link_mode{device="veth53ab194"} 0 node_network_iface_link_mode{device="veth578592a"} 0 node_network_iface_link_mode{device="veth5b83128"} 0 node_network_iface_link_mode{device="veth606fd8d"} 0 node_network_iface_link_mode{device="veth615de60"} 0 node_network_iface_link_mode{device="veth65f110f"} 0 node_network_iface_link_mode{device="veth6a8fbfc"} 0 node_network_iface_link_mode{device="veth6b65c03"} 0 node_network_iface_link_mode{device="veth6c2e4d4"} 0 node_network_iface_link_mode{device="veth6d434cf"} 0 node_network_iface_link_mode{device="veth7255df5"} 0 node_network_iface_link_mode{device="veth7285a0c"} 0 node_network_iface_link_mode{device="veth729dc04"} 0 node_network_iface_link_mode{device="veth73914a6"} 0 node_network_iface_link_mode{device="veth74689f1"} 0 node_network_iface_link_mode{device="veth7587e77"} 0 node_network_iface_link_mode{device="veth7591768"} 0 node_network_iface_link_mode{device="veth76a9cb7"} 0 node_network_iface_link_mode{device="veth7718dc9"} 0 node_network_iface_link_mode{device="veth784722a"} 0 node_network_iface_link_mode{device="veth7c71564"} 0 node_network_iface_link_mode{device="veth81dd278"} 0 node_network_iface_link_mode{device="veth873231e"} 0 node_network_iface_link_mode{device="veth8abe6eb"} 0 node_network_iface_link_mode{device="veth8b2dcd7"} 0 node_network_iface_link_mode{device="veth8b5c0c0"} 0 node_network_iface_link_mode{device="veth8ff5500"} 0 node_network_iface_link_mode{device="veth920bc1d"} 0 node_network_iface_link_mode{device="veth933d1ae"} 0 node_network_iface_link_mode{device="veth95f68d4"} 0 node_network_iface_link_mode{device="veth96c37d4"} 0 node_network_iface_link_mode{device="veth9aad915"} 0 node_network_iface_link_mode{device="veth9d3efeb"} 0 node_network_iface_link_mode{device="veth9d90c4c"} 0 node_network_iface_link_mode{device="vethab050a8"} 0 node_network_iface_link_mode{device="vethae769af"} 0 node_network_iface_link_mode{device="vethb0fb6ce"} 0 node_network_iface_link_mode{device="vethb1f39a8"} 0 node_network_iface_link_mode{device="vethb43cba2"} 0 node_network_iface_link_mode{device="vethbde0c13"} 0 node_network_iface_link_mode{device="vethbfd0655"} 0 node_network_iface_link_mode{device="vethc1bebad"} 0 node_network_iface_link_mode{device="vethc934150"} 0 node_network_iface_link_mode{device="vethcd90f42"} 0 node_network_iface_link_mode{device="vethce998ac"} 0 node_network_iface_link_mode{device="vethd911699"} 0 node_network_iface_link_mode{device="vethd9e40ca"} 0 node_network_iface_link_mode{device="vethdd69986"} 0 node_network_iface_link_mode{device="vethe4935a2"} 0 node_network_iface_link_mode{device="vethea7e868"} 0 node_network_iface_link_mode{device="vethede5a26"} 0 node_network_iface_link_mode{device="vethef3e434"} 0 node_network_iface_link_mode{device="vethf6199b4"} 0 node_network_iface_link_mode{device="vethff7ad32"} 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="",adminstate="up",broadcast="",device="tailscale0",duplex="full",ifalias="",operstate="unknown"} 1 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:42:07:fb:4c:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3e10e3e23909",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:17:23:49:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0e8e622eda81",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:1e:1a:ec:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-accc5b7464c6",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:22:9f:12:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-205321a2a078",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:2e:58:23:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2a98fd47a213",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:37:fe:d6:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9d50c95d707e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:45:3e:0d:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-68f49914f8d6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:4f:5a:1b:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-352e63376925",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:54:42:0a:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a0509202f296",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:6f:8c:6d:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-fec72b65a2f2",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:87:d3:fb:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8bfa10ef6035",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:8c:e0:6b:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6757b1619d94",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8f:27:fc:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d076b9ce2db8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:94:3a:0e:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-714e4890289f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9e:38:32:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c7c04d8476ac",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a0:d3:3e:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-46d5e61711ac",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a4:cc:66:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-119f3eca13a3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a5:d2:2b:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-52bb4601ef3b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:aa:20:6e:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0a5eaad17b48",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ad:af:e7:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f55c6bfd416e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:db:46:e9:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5949340dfa50",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e0:cf:86:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cfc454eb348c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e7:6c:50:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:f1:86:fd:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-31cc0d87c098",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f3:a4:2d:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d23d48dffb27",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f4:38:ca:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e392a89981fc",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f4:8b:bd:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d081ed7cbe27",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:f6:b5:fd:26:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7285a0c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:22:16:23:43:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth81dd278",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:22:8c:26:ff:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth784722a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:a8:40:02:af:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth28b5f21",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:3a:e8:38:3d:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ff5500",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:a4:31:99:7b:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4550a5a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:31:83:81:fa:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth109c5ce",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:81:65:92:ff:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth53ab194",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:02:15:0e:ab:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65f110f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:04:35:c4:c0:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth74689f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:2d:11:2f:49:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth17ffa56",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:bb:d1:f1:e1:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe4935a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:cb:d3:93:35:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc934150",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:73:a2:ae:7c:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcd90f42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:dd:00:7e:5c:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0b36eb0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:7a:b8:3f:30:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9e40ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:61:0c:6e:a3:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbde0c13",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:79:31:86:fc:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth452f437",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:bd:fd:70:02:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1f39a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:00:6c:72:13:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth73914a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:19:9e:84:d1:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth16fa530",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:90:16:79:05:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth459df2f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:b1:85:8a:c5:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b2dcd7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:cc:d9:02:4a:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48c2635",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:4d:43:69:a9:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb0fb6ce",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:50:58:22:88:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7591768",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:40:f9:0d:98:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8abe6eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:8e:07:3c:82:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth96c37d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:9e:76:51:63:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4c63c63",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:f0:03:a1:02:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth07961ac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:ab:31:aa:c6:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab050a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:05:23:b8:ec:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d9e088",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:1d:04:97:d5:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2a42759",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:35:79:db:61:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c71564",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:4e:d2:ce:8a:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c2e4d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:63:ca:81:af:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth606fd8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:8f:85:6a:c7:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e1a4e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:c1:5f:0d:60:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0180c8a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:f4:51:59:09:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d90c4c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:88:27:67:d1:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae769af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:ad:eb:1e:fa:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce998ac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:b7:ef:f4:c3:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth320df55",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:d4:68:56:90:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth615de60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:eb:6a:f3:10:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4264f09",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:5c:0f:0d:26:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7718dc9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:ef:f1:85:48:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3c8d1c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:21:53:46:13:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7255df5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:5e:4a:3a:3c:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1bebad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:1e:94:99:cb:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d3efeb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:32:ce:c2:74:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth873231e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:45:ae:65:87:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth281be1d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:6e:d5:ed:e8:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth729dc04",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:d5:99:47:bd:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a8fbfc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:19:55:67:c7:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth018d924",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:d5:d0:e7:3b:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b5c0c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:00:04:45:20:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="96:55:48:bd:30:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth399cafa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:9a:d4:c3:81:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf6199b4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:16:36:68:f0:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethea7e868",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:99:1b:e0:e5:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b65c03",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:58:24:6f:36:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0bdeb59",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:39:ab:fa:79:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbfd0655",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:fc:89:ba:8c:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb43cba2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:65:27:45:07:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd69986",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:74:0d:51:d0:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth76a9cb7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:00:5e:8d:2c:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth047b115",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:b3:34:1a:1f:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff7ad32",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:c1:62:a9:bd:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9aad915",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:36:00:9d:2e:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef3e434",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:5c:60:62:e9:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth920bc1d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:32:97:e1:65:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth95f68d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:bf:87:18:28:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b83128",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:e3:c2:a3:79:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2fc5c50",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:66:b8:d9:69:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth289e2e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:68:53:3a:c1:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethede5a26",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:dc:8a:97:f5:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth448b23c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:59:34:12:9d:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7587e77",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:60:cb:df:23:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d434cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:a2:ee:c7:3a:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44d48c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:2e:a9:87:8b:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth514c0fa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:9b:67:f1:ed:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd911699",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:d9:80:a1:05:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth578592a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:58:66:40:48:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth933d1ae",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-0a5eaad17b48"} 1500 node_network_mtu_bytes{device="br-0e8e622eda81"} 1500 node_network_mtu_bytes{device="br-119f3eca13a3"} 1500 node_network_mtu_bytes{device="br-205321a2a078"} 1500 node_network_mtu_bytes{device="br-2a98fd47a213"} 1500 node_network_mtu_bytes{device="br-31cc0d87c098"} 1500 node_network_mtu_bytes{device="br-352e63376925"} 1500 node_network_mtu_bytes{device="br-3e10e3e23909"} 1500 node_network_mtu_bytes{device="br-46d5e61711ac"} 1500 node_network_mtu_bytes{device="br-52bb4601ef3b"} 1500 node_network_mtu_bytes{device="br-5949340dfa50"} 1500 node_network_mtu_bytes{device="br-6757b1619d94"} 1500 node_network_mtu_bytes{device="br-68f49914f8d6"} 1500 node_network_mtu_bytes{device="br-714e4890289f"} 1500 node_network_mtu_bytes{device="br-8bfa10ef6035"} 1500 node_network_mtu_bytes{device="br-9d50c95d707e"} 1500 node_network_mtu_bytes{device="br-a0509202f296"} 1500 node_network_mtu_bytes{device="br-accc5b7464c6"} 1500 node_network_mtu_bytes{device="br-c7c04d8476ac"} 1500 node_network_mtu_bytes{device="br-cfc454eb348c"} 1500 node_network_mtu_bytes{device="br-d076b9ce2db8"} 1500 node_network_mtu_bytes{device="br-d081ed7cbe27"} 1500 node_network_mtu_bytes{device="br-d23d48dffb27"} 1500 node_network_mtu_bytes{device="br-e392a89981fc"} 1500 node_network_mtu_bytes{device="br-f55c6bfd416e"} 1500 node_network_mtu_bytes{device="br-fec72b65a2f2"} 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="tailscale0"} 1280 node_network_mtu_bytes{device="veth0180c8a"} 1500 node_network_mtu_bytes{device="veth018d924"} 1500 node_network_mtu_bytes{device="veth047b115"} 1500 node_network_mtu_bytes{device="veth07961ac"} 1500 node_network_mtu_bytes{device="veth0b36eb0"} 1500 node_network_mtu_bytes{device="veth0bdeb59"} 1500 node_network_mtu_bytes{device="veth109c5ce"} 1500 node_network_mtu_bytes{device="veth16fa530"} 1500 node_network_mtu_bytes{device="veth17ffa56"} 1500 node_network_mtu_bytes{device="veth281be1d"} 1500 node_network_mtu_bytes{device="veth289e2e5"} 1500 node_network_mtu_bytes{device="veth28b5f21"} 1500 node_network_mtu_bytes{device="veth2a42759"} 1500 node_network_mtu_bytes{device="veth2e1a4e0"} 1500 node_network_mtu_bytes{device="veth2fc5c50"} 1500 node_network_mtu_bytes{device="veth320df55"} 1500 node_network_mtu_bytes{device="veth399cafa"} 1500 node_network_mtu_bytes{device="veth3c8d1c8"} 1500 node_network_mtu_bytes{device="veth3d9e088"} 1500 node_network_mtu_bytes{device="veth4264f09"} 1500 node_network_mtu_bytes{device="veth448b23c"} 1500 node_network_mtu_bytes{device="veth44d48c5"} 1500 node_network_mtu_bytes{device="veth452f437"} 1500 node_network_mtu_bytes{device="veth4550a5a"} 1500 node_network_mtu_bytes{device="veth459df2f"} 1500 node_network_mtu_bytes{device="veth48c2635"} 1500 node_network_mtu_bytes{device="veth4c63c63"} 1500 node_network_mtu_bytes{device="veth514c0fa"} 1500 node_network_mtu_bytes{device="veth53ab194"} 1500 node_network_mtu_bytes{device="veth578592a"} 1500 node_network_mtu_bytes{device="veth5b83128"} 1500 node_network_mtu_bytes{device="veth606fd8d"} 1500 node_network_mtu_bytes{device="veth615de60"} 1500 node_network_mtu_bytes{device="veth65f110f"} 1500 node_network_mtu_bytes{device="veth6a8fbfc"} 1500 node_network_mtu_bytes{device="veth6b65c03"} 1500 node_network_mtu_bytes{device="veth6c2e4d4"} 1500 node_network_mtu_bytes{device="veth6d434cf"} 1500 node_network_mtu_bytes{device="veth7255df5"} 1500 node_network_mtu_bytes{device="veth7285a0c"} 1500 node_network_mtu_bytes{device="veth729dc04"} 1500 node_network_mtu_bytes{device="veth73914a6"} 1500 node_network_mtu_bytes{device="veth74689f1"} 1500 node_network_mtu_bytes{device="veth7587e77"} 1500 node_network_mtu_bytes{device="veth7591768"} 1500 node_network_mtu_bytes{device="veth76a9cb7"} 1500 node_network_mtu_bytes{device="veth7718dc9"} 1500 node_network_mtu_bytes{device="veth784722a"} 1500 node_network_mtu_bytes{device="veth7c71564"} 1500 node_network_mtu_bytes{device="veth81dd278"} 1500 node_network_mtu_bytes{device="veth873231e"} 1500 node_network_mtu_bytes{device="veth8abe6eb"} 1500 node_network_mtu_bytes{device="veth8b2dcd7"} 1500 node_network_mtu_bytes{device="veth8b5c0c0"} 1500 node_network_mtu_bytes{device="veth8ff5500"} 1500 node_network_mtu_bytes{device="veth920bc1d"} 1500 node_network_mtu_bytes{device="veth933d1ae"} 1500 node_network_mtu_bytes{device="veth95f68d4"} 1500 node_network_mtu_bytes{device="veth96c37d4"} 1500 node_network_mtu_bytes{device="veth9aad915"} 1500 node_network_mtu_bytes{device="veth9d3efeb"} 1500 node_network_mtu_bytes{device="veth9d90c4c"} 1500 node_network_mtu_bytes{device="vethab050a8"} 1500 node_network_mtu_bytes{device="vethae769af"} 1500 node_network_mtu_bytes{device="vethb0fb6ce"} 1500 node_network_mtu_bytes{device="vethb1f39a8"} 1500 node_network_mtu_bytes{device="vethb43cba2"} 1500 node_network_mtu_bytes{device="vethbde0c13"} 1500 node_network_mtu_bytes{device="vethbfd0655"} 1500 node_network_mtu_bytes{device="vethc1bebad"} 1500 node_network_mtu_bytes{device="vethc934150"} 1500 node_network_mtu_bytes{device="vethcd90f42"} 1500 node_network_mtu_bytes{device="vethce998ac"} 1500 node_network_mtu_bytes{device="vethd911699"} 1500 node_network_mtu_bytes{device="vethd9e40ca"} 1500 node_network_mtu_bytes{device="vethdd69986"} 1500 node_network_mtu_bytes{device="vethe4935a2"} 1500 node_network_mtu_bytes{device="vethea7e868"} 1500 node_network_mtu_bytes{device="vethede5a26"} 1500 node_network_mtu_bytes{device="vethef3e434"} 1500 node_network_mtu_bytes{device="vethf6199b4"} 1500 node_network_mtu_bytes{device="vethff7ad32"} 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-0a5eaad17b48"} 3 node_network_name_assign_type{device="br-0e8e622eda81"} 3 node_network_name_assign_type{device="br-119f3eca13a3"} 3 node_network_name_assign_type{device="br-205321a2a078"} 3 node_network_name_assign_type{device="br-2a98fd47a213"} 3 node_network_name_assign_type{device="br-31cc0d87c098"} 3 node_network_name_assign_type{device="br-352e63376925"} 3 node_network_name_assign_type{device="br-3e10e3e23909"} 3 node_network_name_assign_type{device="br-46d5e61711ac"} 3 node_network_name_assign_type{device="br-52bb4601ef3b"} 3 node_network_name_assign_type{device="br-5949340dfa50"} 3 node_network_name_assign_type{device="br-6757b1619d94"} 3 node_network_name_assign_type{device="br-68f49914f8d6"} 3 node_network_name_assign_type{device="br-714e4890289f"} 3 node_network_name_assign_type{device="br-8bfa10ef6035"} 3 node_network_name_assign_type{device="br-9d50c95d707e"} 3 node_network_name_assign_type{device="br-a0509202f296"} 3 node_network_name_assign_type{device="br-accc5b7464c6"} 3 node_network_name_assign_type{device="br-c7c04d8476ac"} 3 node_network_name_assign_type{device="br-cfc454eb348c"} 3 node_network_name_assign_type{device="br-d076b9ce2db8"} 3 node_network_name_assign_type{device="br-d081ed7cbe27"} 3 node_network_name_assign_type{device="br-d23d48dffb27"} 3 node_network_name_assign_type{device="br-e392a89981fc"} 3 node_network_name_assign_type{device="br-f55c6bfd416e"} 3 node_network_name_assign_type{device="br-fec72b65a2f2"} 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="veth0180c8a"} 3 node_network_name_assign_type{device="veth018d924"} 3 node_network_name_assign_type{device="veth047b115"} 3 node_network_name_assign_type{device="veth07961ac"} 3 node_network_name_assign_type{device="veth0b36eb0"} 3 node_network_name_assign_type{device="veth0bdeb59"} 3 node_network_name_assign_type{device="veth109c5ce"} 3 node_network_name_assign_type{device="veth16fa530"} 3 node_network_name_assign_type{device="veth17ffa56"} 3 node_network_name_assign_type{device="veth281be1d"} 3 node_network_name_assign_type{device="veth289e2e5"} 3 node_network_name_assign_type{device="veth28b5f21"} 3 node_network_name_assign_type{device="veth2a42759"} 3 node_network_name_assign_type{device="veth2e1a4e0"} 3 node_network_name_assign_type{device="veth2fc5c50"} 3 node_network_name_assign_type{device="veth320df55"} 3 node_network_name_assign_type{device="veth399cafa"} 3 node_network_name_assign_type{device="veth3c8d1c8"} 3 node_network_name_assign_type{device="veth3d9e088"} 3 node_network_name_assign_type{device="veth4264f09"} 3 node_network_name_assign_type{device="veth448b23c"} 3 node_network_name_assign_type{device="veth44d48c5"} 3 node_network_name_assign_type{device="veth452f437"} 3 node_network_name_assign_type{device="veth4550a5a"} 3 node_network_name_assign_type{device="veth459df2f"} 3 node_network_name_assign_type{device="veth48c2635"} 3 node_network_name_assign_type{device="veth4c63c63"} 3 node_network_name_assign_type{device="veth514c0fa"} 3 node_network_name_assign_type{device="veth53ab194"} 3 node_network_name_assign_type{device="veth578592a"} 3 node_network_name_assign_type{device="veth5b83128"} 3 node_network_name_assign_type{device="veth606fd8d"} 3 node_network_name_assign_type{device="veth615de60"} 3 node_network_name_assign_type{device="veth65f110f"} 3 node_network_name_assign_type{device="veth6a8fbfc"} 3 node_network_name_assign_type{device="veth6b65c03"} 3 node_network_name_assign_type{device="veth6c2e4d4"} 3 node_network_name_assign_type{device="veth6d434cf"} 3 node_network_name_assign_type{device="veth7255df5"} 3 node_network_name_assign_type{device="veth7285a0c"} 3 node_network_name_assign_type{device="veth729dc04"} 3 node_network_name_assign_type{device="veth73914a6"} 3 node_network_name_assign_type{device="veth74689f1"} 3 node_network_name_assign_type{device="veth7587e77"} 3 node_network_name_assign_type{device="veth7591768"} 3 node_network_name_assign_type{device="veth76a9cb7"} 3 node_network_name_assign_type{device="veth7718dc9"} 3 node_network_name_assign_type{device="veth784722a"} 3 node_network_name_assign_type{device="veth7c71564"} 3 node_network_name_assign_type{device="veth81dd278"} 3 node_network_name_assign_type{device="veth873231e"} 3 node_network_name_assign_type{device="veth8abe6eb"} 3 node_network_name_assign_type{device="veth8b2dcd7"} 3 node_network_name_assign_type{device="veth8b5c0c0"} 3 node_network_name_assign_type{device="veth8ff5500"} 3 node_network_name_assign_type{device="veth920bc1d"} 3 node_network_name_assign_type{device="veth933d1ae"} 3 node_network_name_assign_type{device="veth95f68d4"} 3 node_network_name_assign_type{device="veth96c37d4"} 3 node_network_name_assign_type{device="veth9aad915"} 3 node_network_name_assign_type{device="veth9d3efeb"} 3 node_network_name_assign_type{device="veth9d90c4c"} 3 node_network_name_assign_type{device="vethab050a8"} 3 node_network_name_assign_type{device="vethae769af"} 3 node_network_name_assign_type{device="vethb0fb6ce"} 3 node_network_name_assign_type{device="vethb1f39a8"} 3 node_network_name_assign_type{device="vethb43cba2"} 3 node_network_name_assign_type{device="vethbde0c13"} 3 node_network_name_assign_type{device="vethbfd0655"} 3 node_network_name_assign_type{device="vethc1bebad"} 3 node_network_name_assign_type{device="vethc934150"} 3 node_network_name_assign_type{device="vethcd90f42"} 3 node_network_name_assign_type{device="vethce998ac"} 3 node_network_name_assign_type{device="vethd911699"} 3 node_network_name_assign_type{device="vethd9e40ca"} 3 node_network_name_assign_type{device="vethdd69986"} 3 node_network_name_assign_type{device="vethe4935a2"} 3 node_network_name_assign_type{device="vethea7e868"} 3 node_network_name_assign_type{device="vethede5a26"} 3 node_network_name_assign_type{device="vethef3e434"} 3 node_network_name_assign_type{device="vethf6199b4"} 3 node_network_name_assign_type{device="vethff7ad32"} 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-0a5eaad17b48"} 0 node_network_net_dev_group{device="br-0e8e622eda81"} 0 node_network_net_dev_group{device="br-119f3eca13a3"} 0 node_network_net_dev_group{device="br-205321a2a078"} 0 node_network_net_dev_group{device="br-2a98fd47a213"} 0 node_network_net_dev_group{device="br-31cc0d87c098"} 0 node_network_net_dev_group{device="br-352e63376925"} 0 node_network_net_dev_group{device="br-3e10e3e23909"} 0 node_network_net_dev_group{device="br-46d5e61711ac"} 0 node_network_net_dev_group{device="br-52bb4601ef3b"} 0 node_network_net_dev_group{device="br-5949340dfa50"} 0 node_network_net_dev_group{device="br-6757b1619d94"} 0 node_network_net_dev_group{device="br-68f49914f8d6"} 0 node_network_net_dev_group{device="br-714e4890289f"} 0 node_network_net_dev_group{device="br-8bfa10ef6035"} 0 node_network_net_dev_group{device="br-9d50c95d707e"} 0 node_network_net_dev_group{device="br-a0509202f296"} 0 node_network_net_dev_group{device="br-accc5b7464c6"} 0 node_network_net_dev_group{device="br-c7c04d8476ac"} 0 node_network_net_dev_group{device="br-cfc454eb348c"} 0 node_network_net_dev_group{device="br-d076b9ce2db8"} 0 node_network_net_dev_group{device="br-d081ed7cbe27"} 0 node_network_net_dev_group{device="br-d23d48dffb27"} 0 node_network_net_dev_group{device="br-e392a89981fc"} 0 node_network_net_dev_group{device="br-f55c6bfd416e"} 0 node_network_net_dev_group{device="br-fec72b65a2f2"} 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="tailscale0"} 0 node_network_net_dev_group{device="veth0180c8a"} 0 node_network_net_dev_group{device="veth018d924"} 0 node_network_net_dev_group{device="veth047b115"} 0 node_network_net_dev_group{device="veth07961ac"} 0 node_network_net_dev_group{device="veth0b36eb0"} 0 node_network_net_dev_group{device="veth0bdeb59"} 0 node_network_net_dev_group{device="veth109c5ce"} 0 node_network_net_dev_group{device="veth16fa530"} 0 node_network_net_dev_group{device="veth17ffa56"} 0 node_network_net_dev_group{device="veth281be1d"} 0 node_network_net_dev_group{device="veth289e2e5"} 0 node_network_net_dev_group{device="veth28b5f21"} 0 node_network_net_dev_group{device="veth2a42759"} 0 node_network_net_dev_group{device="veth2e1a4e0"} 0 node_network_net_dev_group{device="veth2fc5c50"} 0 node_network_net_dev_group{device="veth320df55"} 0 node_network_net_dev_group{device="veth399cafa"} 0 node_network_net_dev_group{device="veth3c8d1c8"} 0 node_network_net_dev_group{device="veth3d9e088"} 0 node_network_net_dev_group{device="veth4264f09"} 0 node_network_net_dev_group{device="veth448b23c"} 0 node_network_net_dev_group{device="veth44d48c5"} 0 node_network_net_dev_group{device="veth452f437"} 0 node_network_net_dev_group{device="veth4550a5a"} 0 node_network_net_dev_group{device="veth459df2f"} 0 node_network_net_dev_group{device="veth48c2635"} 0 node_network_net_dev_group{device="veth4c63c63"} 0 node_network_net_dev_group{device="veth514c0fa"} 0 node_network_net_dev_group{device="veth53ab194"} 0 node_network_net_dev_group{device="veth578592a"} 0 node_network_net_dev_group{device="veth5b83128"} 0 node_network_net_dev_group{device="veth606fd8d"} 0 node_network_net_dev_group{device="veth615de60"} 0 node_network_net_dev_group{device="veth65f110f"} 0 node_network_net_dev_group{device="veth6a8fbfc"} 0 node_network_net_dev_group{device="veth6b65c03"} 0 node_network_net_dev_group{device="veth6c2e4d4"} 0 node_network_net_dev_group{device="veth6d434cf"} 0 node_network_net_dev_group{device="veth7255df5"} 0 node_network_net_dev_group{device="veth7285a0c"} 0 node_network_net_dev_group{device="veth729dc04"} 0 node_network_net_dev_group{device="veth73914a6"} 0 node_network_net_dev_group{device="veth74689f1"} 0 node_network_net_dev_group{device="veth7587e77"} 0 node_network_net_dev_group{device="veth7591768"} 0 node_network_net_dev_group{device="veth76a9cb7"} 0 node_network_net_dev_group{device="veth7718dc9"} 0 node_network_net_dev_group{device="veth784722a"} 0 node_network_net_dev_group{device="veth7c71564"} 0 node_network_net_dev_group{device="veth81dd278"} 0 node_network_net_dev_group{device="veth873231e"} 0 node_network_net_dev_group{device="veth8abe6eb"} 0 node_network_net_dev_group{device="veth8b2dcd7"} 0 node_network_net_dev_group{device="veth8b5c0c0"} 0 node_network_net_dev_group{device="veth8ff5500"} 0 node_network_net_dev_group{device="veth920bc1d"} 0 node_network_net_dev_group{device="veth933d1ae"} 0 node_network_net_dev_group{device="veth95f68d4"} 0 node_network_net_dev_group{device="veth96c37d4"} 0 node_network_net_dev_group{device="veth9aad915"} 0 node_network_net_dev_group{device="veth9d3efeb"} 0 node_network_net_dev_group{device="veth9d90c4c"} 0 node_network_net_dev_group{device="vethab050a8"} 0 node_network_net_dev_group{device="vethae769af"} 0 node_network_net_dev_group{device="vethb0fb6ce"} 0 node_network_net_dev_group{device="vethb1f39a8"} 0 node_network_net_dev_group{device="vethb43cba2"} 0 node_network_net_dev_group{device="vethbde0c13"} 0 node_network_net_dev_group{device="vethbfd0655"} 0 node_network_net_dev_group{device="vethc1bebad"} 0 node_network_net_dev_group{device="vethc934150"} 0 node_network_net_dev_group{device="vethcd90f42"} 0 node_network_net_dev_group{device="vethce998ac"} 0 node_network_net_dev_group{device="vethd911699"} 0 node_network_net_dev_group{device="vethd9e40ca"} 0 node_network_net_dev_group{device="vethdd69986"} 0 node_network_net_dev_group{device="vethe4935a2"} 0 node_network_net_dev_group{device="vethea7e868"} 0 node_network_net_dev_group{device="vethede5a26"} 0 node_network_net_dev_group{device="vethef3e434"} 0 node_network_net_dev_group{device="vethf6199b4"} 0 node_network_net_dev_group{device="vethff7ad32"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-0a5eaad17b48"} 1 node_network_protocol_type{device="br-0e8e622eda81"} 1 node_network_protocol_type{device="br-119f3eca13a3"} 1 node_network_protocol_type{device="br-205321a2a078"} 1 node_network_protocol_type{device="br-2a98fd47a213"} 1 node_network_protocol_type{device="br-31cc0d87c098"} 1 node_network_protocol_type{device="br-352e63376925"} 1 node_network_protocol_type{device="br-3e10e3e23909"} 1 node_network_protocol_type{device="br-46d5e61711ac"} 1 node_network_protocol_type{device="br-52bb4601ef3b"} 1 node_network_protocol_type{device="br-5949340dfa50"} 1 node_network_protocol_type{device="br-6757b1619d94"} 1 node_network_protocol_type{device="br-68f49914f8d6"} 1 node_network_protocol_type{device="br-714e4890289f"} 1 node_network_protocol_type{device="br-8bfa10ef6035"} 1 node_network_protocol_type{device="br-9d50c95d707e"} 1 node_network_protocol_type{device="br-a0509202f296"} 1 node_network_protocol_type{device="br-accc5b7464c6"} 1 node_network_protocol_type{device="br-c7c04d8476ac"} 1 node_network_protocol_type{device="br-cfc454eb348c"} 1 node_network_protocol_type{device="br-d076b9ce2db8"} 1 node_network_protocol_type{device="br-d081ed7cbe27"} 1 node_network_protocol_type{device="br-d23d48dffb27"} 1 node_network_protocol_type{device="br-e392a89981fc"} 1 node_network_protocol_type{device="br-f55c6bfd416e"} 1 node_network_protocol_type{device="br-fec72b65a2f2"} 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="tailscale0"} 65534 node_network_protocol_type{device="veth0180c8a"} 1 node_network_protocol_type{device="veth018d924"} 1 node_network_protocol_type{device="veth047b115"} 1 node_network_protocol_type{device="veth07961ac"} 1 node_network_protocol_type{device="veth0b36eb0"} 1 node_network_protocol_type{device="veth0bdeb59"} 1 node_network_protocol_type{device="veth109c5ce"} 1 node_network_protocol_type{device="veth16fa530"} 1 node_network_protocol_type{device="veth17ffa56"} 1 node_network_protocol_type{device="veth281be1d"} 1 node_network_protocol_type{device="veth289e2e5"} 1 node_network_protocol_type{device="veth28b5f21"} 1 node_network_protocol_type{device="veth2a42759"} 1 node_network_protocol_type{device="veth2e1a4e0"} 1 node_network_protocol_type{device="veth2fc5c50"} 1 node_network_protocol_type{device="veth320df55"} 1 node_network_protocol_type{device="veth399cafa"} 1 node_network_protocol_type{device="veth3c8d1c8"} 1 node_network_protocol_type{device="veth3d9e088"} 1 node_network_protocol_type{device="veth4264f09"} 1 node_network_protocol_type{device="veth448b23c"} 1 node_network_protocol_type{device="veth44d48c5"} 1 node_network_protocol_type{device="veth452f437"} 1 node_network_protocol_type{device="veth4550a5a"} 1 node_network_protocol_type{device="veth459df2f"} 1 node_network_protocol_type{device="veth48c2635"} 1 node_network_protocol_type{device="veth4c63c63"} 1 node_network_protocol_type{device="veth514c0fa"} 1 node_network_protocol_type{device="veth53ab194"} 1 node_network_protocol_type{device="veth578592a"} 1 node_network_protocol_type{device="veth5b83128"} 1 node_network_protocol_type{device="veth606fd8d"} 1 node_network_protocol_type{device="veth615de60"} 1 node_network_protocol_type{device="veth65f110f"} 1 node_network_protocol_type{device="veth6a8fbfc"} 1 node_network_protocol_type{device="veth6b65c03"} 1 node_network_protocol_type{device="veth6c2e4d4"} 1 node_network_protocol_type{device="veth6d434cf"} 1 node_network_protocol_type{device="veth7255df5"} 1 node_network_protocol_type{device="veth7285a0c"} 1 node_network_protocol_type{device="veth729dc04"} 1 node_network_protocol_type{device="veth73914a6"} 1 node_network_protocol_type{device="veth74689f1"} 1 node_network_protocol_type{device="veth7587e77"} 1 node_network_protocol_type{device="veth7591768"} 1 node_network_protocol_type{device="veth76a9cb7"} 1 node_network_protocol_type{device="veth7718dc9"} 1 node_network_protocol_type{device="veth784722a"} 1 node_network_protocol_type{device="veth7c71564"} 1 node_network_protocol_type{device="veth81dd278"} 1 node_network_protocol_type{device="veth873231e"} 1 node_network_protocol_type{device="veth8abe6eb"} 1 node_network_protocol_type{device="veth8b2dcd7"} 1 node_network_protocol_type{device="veth8b5c0c0"} 1 node_network_protocol_type{device="veth8ff5500"} 1 node_network_protocol_type{device="veth920bc1d"} 1 node_network_protocol_type{device="veth933d1ae"} 1 node_network_protocol_type{device="veth95f68d4"} 1 node_network_protocol_type{device="veth96c37d4"} 1 node_network_protocol_type{device="veth9aad915"} 1 node_network_protocol_type{device="veth9d3efeb"} 1 node_network_protocol_type{device="veth9d90c4c"} 1 node_network_protocol_type{device="vethab050a8"} 1 node_network_protocol_type{device="vethae769af"} 1 node_network_protocol_type{device="vethb0fb6ce"} 1 node_network_protocol_type{device="vethb1f39a8"} 1 node_network_protocol_type{device="vethb43cba2"} 1 node_network_protocol_type{device="vethbde0c13"} 1 node_network_protocol_type{device="vethbfd0655"} 1 node_network_protocol_type{device="vethc1bebad"} 1 node_network_protocol_type{device="vethc934150"} 1 node_network_protocol_type{device="vethcd90f42"} 1 node_network_protocol_type{device="vethce998ac"} 1 node_network_protocol_type{device="vethd911699"} 1 node_network_protocol_type{device="vethd9e40ca"} 1 node_network_protocol_type{device="vethdd69986"} 1 node_network_protocol_type{device="vethe4935a2"} 1 node_network_protocol_type{device="vethea7e868"} 1 node_network_protocol_type{device="vethede5a26"} 1 node_network_protocol_type{device="vethef3e434"} 1 node_network_protocol_type{device="vethf6199b4"} 1 node_network_protocol_type{device="vethff7ad32"} 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"} 1.13021378e+08 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="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="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="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="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="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="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="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"} 981954 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-0a5eaad17b48"} 1.25e+09 node_network_speed_bytes{device="br-0e8e622eda81"} 1.25e+09 node_network_speed_bytes{device="br-119f3eca13a3"} 1.25e+09 node_network_speed_bytes{device="br-205321a2a078"} 1.25e+09 node_network_speed_bytes{device="br-2a98fd47a213"} -125000 node_network_speed_bytes{device="br-31cc0d87c098"} 1.25e+09 node_network_speed_bytes{device="br-352e63376925"} 1.25e+09 node_network_speed_bytes{device="br-3e10e3e23909"} 1.25e+09 node_network_speed_bytes{device="br-46d5e61711ac"} 1.25e+09 node_network_speed_bytes{device="br-52bb4601ef3b"} 1.25e+09 node_network_speed_bytes{device="br-5949340dfa50"} 1.25e+09 node_network_speed_bytes{device="br-6757b1619d94"} 1.25e+09 node_network_speed_bytes{device="br-68f49914f8d6"} 1.25e+09 node_network_speed_bytes{device="br-714e4890289f"} 1.25e+09 node_network_speed_bytes{device="br-8bfa10ef6035"} -125000 node_network_speed_bytes{device="br-9d50c95d707e"} 1.25e+09 node_network_speed_bytes{device="br-a0509202f296"} 1.25e+09 node_network_speed_bytes{device="br-accc5b7464c6"} -125000 node_network_speed_bytes{device="br-c7c04d8476ac"} 1.25e+09 node_network_speed_bytes{device="br-cfc454eb348c"} 1.25e+09 node_network_speed_bytes{device="br-d076b9ce2db8"} 1.25e+09 node_network_speed_bytes{device="br-d081ed7cbe27"} 1.25e+09 node_network_speed_bytes{device="br-d23d48dffb27"} 1.25e+09 node_network_speed_bytes{device="br-e392a89981fc"} 1.25e+09 node_network_speed_bytes{device="br-f55c6bfd416e"} 1.25e+09 node_network_speed_bytes{device="br-fec72b65a2f2"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="tailscale0"} -125000 node_network_speed_bytes{device="veth0180c8a"} 1.25e+09 node_network_speed_bytes{device="veth018d924"} 1.25e+09 node_network_speed_bytes{device="veth047b115"} 1.25e+09 node_network_speed_bytes{device="veth07961ac"} 1.25e+09 node_network_speed_bytes{device="veth0b36eb0"} 1.25e+09 node_network_speed_bytes{device="veth0bdeb59"} 1.25e+09 node_network_speed_bytes{device="veth109c5ce"} 1.25e+09 node_network_speed_bytes{device="veth16fa530"} 1.25e+09 node_network_speed_bytes{device="veth17ffa56"} 1.25e+09 node_network_speed_bytes{device="veth281be1d"} 1.25e+09 node_network_speed_bytes{device="veth289e2e5"} 1.25e+09 node_network_speed_bytes{device="veth28b5f21"} 1.25e+09 node_network_speed_bytes{device="veth2a42759"} 1.25e+09 node_network_speed_bytes{device="veth2e1a4e0"} 1.25e+09 node_network_speed_bytes{device="veth2fc5c50"} 1.25e+09 node_network_speed_bytes{device="veth320df55"} 1.25e+09 node_network_speed_bytes{device="veth399cafa"} 1.25e+09 node_network_speed_bytes{device="veth3c8d1c8"} 1.25e+09 node_network_speed_bytes{device="veth3d9e088"} 1.25e+09 node_network_speed_bytes{device="veth4264f09"} 1.25e+09 node_network_speed_bytes{device="veth448b23c"} 1.25e+09 node_network_speed_bytes{device="veth44d48c5"} 1.25e+09 node_network_speed_bytes{device="veth452f437"} 1.25e+09 node_network_speed_bytes{device="veth4550a5a"} 1.25e+09 node_network_speed_bytes{device="veth459df2f"} 1.25e+09 node_network_speed_bytes{device="veth48c2635"} 1.25e+09 node_network_speed_bytes{device="veth4c63c63"} 1.25e+09 node_network_speed_bytes{device="veth514c0fa"} 1.25e+09 node_network_speed_bytes{device="veth53ab194"} 1.25e+09 node_network_speed_bytes{device="veth578592a"} 1.25e+09 node_network_speed_bytes{device="veth5b83128"} 1.25e+09 node_network_speed_bytes{device="veth606fd8d"} 1.25e+09 node_network_speed_bytes{device="veth615de60"} 1.25e+09 node_network_speed_bytes{device="veth65f110f"} 1.25e+09 node_network_speed_bytes{device="veth6a8fbfc"} 1.25e+09 node_network_speed_bytes{device="veth6b65c03"} 1.25e+09 node_network_speed_bytes{device="veth6c2e4d4"} 1.25e+09 node_network_speed_bytes{device="veth6d434cf"} 1.25e+09 node_network_speed_bytes{device="veth7255df5"} 1.25e+09 node_network_speed_bytes{device="veth7285a0c"} 1.25e+09 node_network_speed_bytes{device="veth729dc04"} 1.25e+09 node_network_speed_bytes{device="veth73914a6"} 1.25e+09 node_network_speed_bytes{device="veth74689f1"} 1.25e+09 node_network_speed_bytes{device="veth7587e77"} 1.25e+09 node_network_speed_bytes{device="veth7591768"} 1.25e+09 node_network_speed_bytes{device="veth76a9cb7"} 1.25e+09 node_network_speed_bytes{device="veth7718dc9"} 1.25e+09 node_network_speed_bytes{device="veth784722a"} 1.25e+09 node_network_speed_bytes{device="veth7c71564"} 1.25e+09 node_network_speed_bytes{device="veth81dd278"} 1.25e+09 node_network_speed_bytes{device="veth873231e"} 1.25e+09 node_network_speed_bytes{device="veth8abe6eb"} 1.25e+09 node_network_speed_bytes{device="veth8b2dcd7"} 1.25e+09 node_network_speed_bytes{device="veth8b5c0c0"} 1.25e+09 node_network_speed_bytes{device="veth8ff5500"} 1.25e+09 node_network_speed_bytes{device="veth920bc1d"} 1.25e+09 node_network_speed_bytes{device="veth933d1ae"} 1.25e+09 node_network_speed_bytes{device="veth95f68d4"} 1.25e+09 node_network_speed_bytes{device="veth96c37d4"} 1.25e+09 node_network_speed_bytes{device="veth9aad915"} 1.25e+09 node_network_speed_bytes{device="veth9d3efeb"} 1.25e+09 node_network_speed_bytes{device="veth9d90c4c"} 1.25e+09 node_network_speed_bytes{device="vethab050a8"} 1.25e+09 node_network_speed_bytes{device="vethae769af"} 1.25e+09 node_network_speed_bytes{device="vethb0fb6ce"} 1.25e+09 node_network_speed_bytes{device="vethb1f39a8"} 1.25e+09 node_network_speed_bytes{device="vethb43cba2"} 1.25e+09 node_network_speed_bytes{device="vethbde0c13"} 1.25e+09 node_network_speed_bytes{device="vethbfd0655"} 1.25e+09 node_network_speed_bytes{device="vethc1bebad"} 1.25e+09 node_network_speed_bytes{device="vethc934150"} 1.25e+09 node_network_speed_bytes{device="vethcd90f42"} 1.25e+09 node_network_speed_bytes{device="vethce998ac"} 1.25e+09 node_network_speed_bytes{device="vethd911699"} 1.25e+09 node_network_speed_bytes{device="vethd9e40ca"} 1.25e+09 node_network_speed_bytes{device="vethdd69986"} 1.25e+09 node_network_speed_bytes{device="vethe4935a2"} 1.25e+09 node_network_speed_bytes{device="vethea7e868"} 1.25e+09 node_network_speed_bytes{device="vethede5a26"} 1.25e+09 node_network_speed_bytes{device="vethef3e434"} 1.25e+09 node_network_speed_bytes{device="vethf6199b4"} 1.25e+09 node_network_speed_bytes{device="vethff7ad32"} 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"} 3.147265625e+09 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="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="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="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="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="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="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"} 979837 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-0a5eaad17b48"} 0 node_network_transmit_queue_length{device="br-0e8e622eda81"} 0 node_network_transmit_queue_length{device="br-119f3eca13a3"} 0 node_network_transmit_queue_length{device="br-205321a2a078"} 0 node_network_transmit_queue_length{device="br-2a98fd47a213"} 0 node_network_transmit_queue_length{device="br-31cc0d87c098"} 0 node_network_transmit_queue_length{device="br-352e63376925"} 0 node_network_transmit_queue_length{device="br-3e10e3e23909"} 0 node_network_transmit_queue_length{device="br-46d5e61711ac"} 0 node_network_transmit_queue_length{device="br-52bb4601ef3b"} 0 node_network_transmit_queue_length{device="br-5949340dfa50"} 0 node_network_transmit_queue_length{device="br-6757b1619d94"} 0 node_network_transmit_queue_length{device="br-68f49914f8d6"} 0 node_network_transmit_queue_length{device="br-714e4890289f"} 0 node_network_transmit_queue_length{device="br-8bfa10ef6035"} 0 node_network_transmit_queue_length{device="br-9d50c95d707e"} 0 node_network_transmit_queue_length{device="br-a0509202f296"} 0 node_network_transmit_queue_length{device="br-accc5b7464c6"} 0 node_network_transmit_queue_length{device="br-c7c04d8476ac"} 0 node_network_transmit_queue_length{device="br-cfc454eb348c"} 0 node_network_transmit_queue_length{device="br-d076b9ce2db8"} 0 node_network_transmit_queue_length{device="br-d081ed7cbe27"} 0 node_network_transmit_queue_length{device="br-d23d48dffb27"} 0 node_network_transmit_queue_length{device="br-e392a89981fc"} 0 node_network_transmit_queue_length{device="br-f55c6bfd416e"} 0 node_network_transmit_queue_length{device="br-fec72b65a2f2"} 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="tailscale0"} 500 node_network_transmit_queue_length{device="veth0180c8a"} 0 node_network_transmit_queue_length{device="veth018d924"} 0 node_network_transmit_queue_length{device="veth047b115"} 0 node_network_transmit_queue_length{device="veth07961ac"} 0 node_network_transmit_queue_length{device="veth0b36eb0"} 0 node_network_transmit_queue_length{device="veth0bdeb59"} 0 node_network_transmit_queue_length{device="veth109c5ce"} 0 node_network_transmit_queue_length{device="veth16fa530"} 0 node_network_transmit_queue_length{device="veth17ffa56"} 0 node_network_transmit_queue_length{device="veth281be1d"} 0 node_network_transmit_queue_length{device="veth289e2e5"} 0 node_network_transmit_queue_length{device="veth28b5f21"} 0 node_network_transmit_queue_length{device="veth2a42759"} 0 node_network_transmit_queue_length{device="veth2e1a4e0"} 0 node_network_transmit_queue_length{device="veth2fc5c50"} 0 node_network_transmit_queue_length{device="veth320df55"} 0 node_network_transmit_queue_length{device="veth399cafa"} 0 node_network_transmit_queue_length{device="veth3c8d1c8"} 0 node_network_transmit_queue_length{device="veth3d9e088"} 0 node_network_transmit_queue_length{device="veth4264f09"} 0 node_network_transmit_queue_length{device="veth448b23c"} 0 node_network_transmit_queue_length{device="veth44d48c5"} 0 node_network_transmit_queue_length{device="veth452f437"} 0 node_network_transmit_queue_length{device="veth4550a5a"} 0 node_network_transmit_queue_length{device="veth459df2f"} 0 node_network_transmit_queue_length{device="veth48c2635"} 0 node_network_transmit_queue_length{device="veth4c63c63"} 0 node_network_transmit_queue_length{device="veth514c0fa"} 0 node_network_transmit_queue_length{device="veth53ab194"} 0 node_network_transmit_queue_length{device="veth578592a"} 0 node_network_transmit_queue_length{device="veth5b83128"} 0 node_network_transmit_queue_length{device="veth606fd8d"} 0 node_network_transmit_queue_length{device="veth615de60"} 0 node_network_transmit_queue_length{device="veth65f110f"} 0 node_network_transmit_queue_length{device="veth6a8fbfc"} 0 node_network_transmit_queue_length{device="veth6b65c03"} 0 node_network_transmit_queue_length{device="veth6c2e4d4"} 0 node_network_transmit_queue_length{device="veth6d434cf"} 0 node_network_transmit_queue_length{device="veth7255df5"} 0 node_network_transmit_queue_length{device="veth7285a0c"} 0 node_network_transmit_queue_length{device="veth729dc04"} 0 node_network_transmit_queue_length{device="veth73914a6"} 0 node_network_transmit_queue_length{device="veth74689f1"} 0 node_network_transmit_queue_length{device="veth7587e77"} 0 node_network_transmit_queue_length{device="veth7591768"} 0 node_network_transmit_queue_length{device="veth76a9cb7"} 0 node_network_transmit_queue_length{device="veth7718dc9"} 0 node_network_transmit_queue_length{device="veth784722a"} 0 node_network_transmit_queue_length{device="veth7c71564"} 0 node_network_transmit_queue_length{device="veth81dd278"} 0 node_network_transmit_queue_length{device="veth873231e"} 0 node_network_transmit_queue_length{device="veth8abe6eb"} 0 node_network_transmit_queue_length{device="veth8b2dcd7"} 0 node_network_transmit_queue_length{device="veth8b5c0c0"} 0 node_network_transmit_queue_length{device="veth8ff5500"} 0 node_network_transmit_queue_length{device="veth920bc1d"} 0 node_network_transmit_queue_length{device="veth933d1ae"} 0 node_network_transmit_queue_length{device="veth95f68d4"} 0 node_network_transmit_queue_length{device="veth96c37d4"} 0 node_network_transmit_queue_length{device="veth9aad915"} 0 node_network_transmit_queue_length{device="veth9d3efeb"} 0 node_network_transmit_queue_length{device="veth9d90c4c"} 0 node_network_transmit_queue_length{device="vethab050a8"} 0 node_network_transmit_queue_length{device="vethae769af"} 0 node_network_transmit_queue_length{device="vethb0fb6ce"} 0 node_network_transmit_queue_length{device="vethb1f39a8"} 0 node_network_transmit_queue_length{device="vethb43cba2"} 0 node_network_transmit_queue_length{device="vethbde0c13"} 0 node_network_transmit_queue_length{device="vethbfd0655"} 0 node_network_transmit_queue_length{device="vethc1bebad"} 0 node_network_transmit_queue_length{device="vethc934150"} 0 node_network_transmit_queue_length{device="vethcd90f42"} 0 node_network_transmit_queue_length{device="vethce998ac"} 0 node_network_transmit_queue_length{device="vethd911699"} 0 node_network_transmit_queue_length{device="vethd9e40ca"} 0 node_network_transmit_queue_length{device="vethdd69986"} 0 node_network_transmit_queue_length{device="vethe4935a2"} 0 node_network_transmit_queue_length{device="vethea7e868"} 0 node_network_transmit_queue_length{device="vethede5a26"} 0 node_network_transmit_queue_length{device="vethef3e434"} 0 node_network_transmit_queue_length{device="vethf6199b4"} 0 node_network_transmit_queue_length{device="vethff7ad32"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-0a5eaad17b48"} 1 node_network_up{device="br-0e8e622eda81"} 1 node_network_up{device="br-119f3eca13a3"} 1 node_network_up{device="br-205321a2a078"} 1 node_network_up{device="br-2a98fd47a213"} 0 node_network_up{device="br-31cc0d87c098"} 1 node_network_up{device="br-352e63376925"} 1 node_network_up{device="br-3e10e3e23909"} 1 node_network_up{device="br-46d5e61711ac"} 1 node_network_up{device="br-52bb4601ef3b"} 1 node_network_up{device="br-5949340dfa50"} 1 node_network_up{device="br-6757b1619d94"} 1 node_network_up{device="br-68f49914f8d6"} 1 node_network_up{device="br-714e4890289f"} 1 node_network_up{device="br-8bfa10ef6035"} 0 node_network_up{device="br-9d50c95d707e"} 1 node_network_up{device="br-a0509202f296"} 1 node_network_up{device="br-accc5b7464c6"} 0 node_network_up{device="br-c7c04d8476ac"} 1 node_network_up{device="br-cfc454eb348c"} 1 node_network_up{device="br-d076b9ce2db8"} 1 node_network_up{device="br-d081ed7cbe27"} 1 node_network_up{device="br-d23d48dffb27"} 1 node_network_up{device="br-e392a89981fc"} 1 node_network_up{device="br-f55c6bfd416e"} 1 node_network_up{device="br-fec72b65a2f2"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="tailscale0"} 0 node_network_up{device="veth0180c8a"} 1 node_network_up{device="veth018d924"} 1 node_network_up{device="veth047b115"} 1 node_network_up{device="veth07961ac"} 1 node_network_up{device="veth0b36eb0"} 1 node_network_up{device="veth0bdeb59"} 1 node_network_up{device="veth109c5ce"} 1 node_network_up{device="veth16fa530"} 1 node_network_up{device="veth17ffa56"} 1 node_network_up{device="veth281be1d"} 1 node_network_up{device="veth289e2e5"} 1 node_network_up{device="veth28b5f21"} 1 node_network_up{device="veth2a42759"} 1 node_network_up{device="veth2e1a4e0"} 1 node_network_up{device="veth2fc5c50"} 1 node_network_up{device="veth320df55"} 1 node_network_up{device="veth399cafa"} 1 node_network_up{device="veth3c8d1c8"} 1 node_network_up{device="veth3d9e088"} 1 node_network_up{device="veth4264f09"} 1 node_network_up{device="veth448b23c"} 1 node_network_up{device="veth44d48c5"} 1 node_network_up{device="veth452f437"} 1 node_network_up{device="veth4550a5a"} 1 node_network_up{device="veth459df2f"} 1 node_network_up{device="veth48c2635"} 1 node_network_up{device="veth4c63c63"} 1 node_network_up{device="veth514c0fa"} 1 node_network_up{device="veth53ab194"} 1 node_network_up{device="veth578592a"} 1 node_network_up{device="veth5b83128"} 1 node_network_up{device="veth606fd8d"} 1 node_network_up{device="veth615de60"} 1 node_network_up{device="veth65f110f"} 1 node_network_up{device="veth6a8fbfc"} 1 node_network_up{device="veth6b65c03"} 1 node_network_up{device="veth6c2e4d4"} 1 node_network_up{device="veth6d434cf"} 1 node_network_up{device="veth7255df5"} 1 node_network_up{device="veth7285a0c"} 1 node_network_up{device="veth729dc04"} 1 node_network_up{device="veth73914a6"} 1 node_network_up{device="veth74689f1"} 1 node_network_up{device="veth7587e77"} 1 node_network_up{device="veth7591768"} 1 node_network_up{device="veth76a9cb7"} 1 node_network_up{device="veth7718dc9"} 1 node_network_up{device="veth784722a"} 1 node_network_up{device="veth7c71564"} 1 node_network_up{device="veth81dd278"} 1 node_network_up{device="veth873231e"} 1 node_network_up{device="veth8abe6eb"} 1 node_network_up{device="veth8b2dcd7"} 1 node_network_up{device="veth8b5c0c0"} 1 node_network_up{device="veth8ff5500"} 1 node_network_up{device="veth920bc1d"} 1 node_network_up{device="veth933d1ae"} 1 node_network_up{device="veth95f68d4"} 1 node_network_up{device="veth96c37d4"} 1 node_network_up{device="veth9aad915"} 1 node_network_up{device="veth9d3efeb"} 1 node_network_up{device="veth9d90c4c"} 1 node_network_up{device="vethab050a8"} 1 node_network_up{device="vethae769af"} 1 node_network_up{device="vethb0fb6ce"} 1 node_network_up{device="vethb1f39a8"} 1 node_network_up{device="vethb43cba2"} 1 node_network_up{device="vethbde0c13"} 1 node_network_up{device="vethbfd0655"} 1 node_network_up{device="vethc1bebad"} 1 node_network_up{device="vethc934150"} 1 node_network_up{device="vethcd90f42"} 1 node_network_up{device="vethce998ac"} 1 node_network_up{device="vethd911699"} 1 node_network_up{device="vethd9e40ca"} 1 node_network_up{device="vethdd69986"} 1 node_network_up{device="vethe4935a2"} 1 node_network_up{device="vethea7e868"} 1 node_network_up{device="vethede5a26"} 1 node_network_up{device="vethef3e434"} 1 node_network_up{device="vethf6199b4"} 1 node_network_up{device="vethff7ad32"} 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_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 24.04.1 LTS",variant="",variant_id="",version="24.04.1 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 387550.91250700003 # 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 709.1717510000001 # 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 4114.171552 # 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 3127.117988 # 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 3738.074453 # 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 12 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 1.784744082214492e+06 node_schedstat_running_seconds_total{cpu="1"} 1.784419673109288e+06 node_schedstat_running_seconds_total{cpu="10"} 544366.029732212 node_schedstat_running_seconds_total{cpu="11"} 547712.290371424 node_schedstat_running_seconds_total{cpu="12"} 549307.067061915 node_schedstat_running_seconds_total{cpu="13"} 553969.007300248 node_schedstat_running_seconds_total{cpu="14"} 563171.599505163 node_schedstat_running_seconds_total{cpu="15"} 583478.765544913 node_schedstat_running_seconds_total{cpu="2"} 1.784146011374361e+06 node_schedstat_running_seconds_total{cpu="3"} 1.784230292539316e+06 node_schedstat_running_seconds_total{cpu="4"} 1.784417482148637e+06 node_schedstat_running_seconds_total{cpu="5"} 1.784639212863358e+06 node_schedstat_running_seconds_total{cpu="6"} 1.78445850081632e+06 node_schedstat_running_seconds_total{cpu="7"} 1.783936856578172e+06 node_schedstat_running_seconds_total{cpu="8"} 534526.16974571 node_schedstat_running_seconds_total{cpu="9"} 540863.299022869 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 6.57715212e+08 node_schedstat_timeslices_total{cpu="1"} 6.38775663e+08 node_schedstat_timeslices_total{cpu="10"} 2.961572064e+09 node_schedstat_timeslices_total{cpu="11"} 3.04666025e+09 node_schedstat_timeslices_total{cpu="12"} 3.136673107e+09 node_schedstat_timeslices_total{cpu="13"} 3.251895215e+09 node_schedstat_timeslices_total{cpu="14"} 3.452555502e+09 node_schedstat_timeslices_total{cpu="15"} 4.017565722e+09 node_schedstat_timeslices_total{cpu="2"} 5.94908968e+08 node_schedstat_timeslices_total{cpu="3"} 6.34982148e+08 node_schedstat_timeslices_total{cpu="4"} 6.29602953e+08 node_schedstat_timeslices_total{cpu="5"} 6.30732587e+08 node_schedstat_timeslices_total{cpu="6"} 6.29379464e+08 node_schedstat_timeslices_total{cpu="7"} 6.32001903e+08 node_schedstat_timeslices_total{cpu="8"} 2.856370787e+09 node_schedstat_timeslices_total{cpu="9"} 2.896438598e+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"} 944242.124094799 node_schedstat_waiting_seconds_total{cpu="1"} 941251.83136309 node_schedstat_waiting_seconds_total{cpu="10"} 152761.292065498 node_schedstat_waiting_seconds_total{cpu="11"} 198890.971565773 node_schedstat_waiting_seconds_total{cpu="12"} 391732.812680401 node_schedstat_waiting_seconds_total{cpu="13"} 170791.114668097 node_schedstat_waiting_seconds_total{cpu="14"} 237829.384330001 node_schedstat_waiting_seconds_total{cpu="15"} 246946.340082867 node_schedstat_waiting_seconds_total{cpu="2"} 950574.386591942 node_schedstat_waiting_seconds_total{cpu="3"} 935716.760070294 node_schedstat_waiting_seconds_total{cpu="4"} 935242.983727097 node_schedstat_waiting_seconds_total{cpu="5"} 937332.144102945 node_schedstat_waiting_seconds_total{cpu="6"} 935787.604185491 node_schedstat_waiting_seconds_total{cpu="7"} 934724.017139189 node_schedstat_waiting_seconds_total{cpu="8"} 329267.597124836 node_schedstat_waiting_seconds_total{cpu="9"} 523295.753229749 # 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.00022987 node_scrape_collector_duration_seconds{collector="bcache"} 1.4237e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.3644e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.001671098 node_scrape_collector_duration_seconds{collector="conntrack"} 5.0494e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.002096585 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000113923 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001997089 node_scrape_collector_duration_seconds{collector="dmi"} 1.8144e-05 node_scrape_collector_duration_seconds{collector="edac"} 4.307e-05 node_scrape_collector_duration_seconds{collector="entropy"} 6.6515e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.2313e-05 node_scrape_collector_duration_seconds{collector="filefd"} 2.7671e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.023457844 node_scrape_collector_duration_seconds{collector="hwmon"} 1.3756e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.2734e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 2.3273e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 2.1009e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 6.7668e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000132178 node_scrape_collector_duration_seconds{collector="netclass"} 0.071491788 node_scrape_collector_duration_seconds{collector="netdev"} 0.000189725 node_scrape_collector_duration_seconds{collector="netstat"} 0.000986177 node_scrape_collector_duration_seconds{collector="nfs"} 2.5648e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 1.4006e-05 node_scrape_collector_duration_seconds{collector="nvme"} 2.2521e-05 node_scrape_collector_duration_seconds{collector="os"} 4.1548e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.3492e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000106199 node_scrape_collector_duration_seconds{collector="rapl"} 1.3676e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000163025 node_scrape_collector_duration_seconds{collector="selinux"} 1.153e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000159638 node_scrape_collector_duration_seconds{collector="softnet"} 9.4447e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000274956 node_scrape_collector_duration_seconds{collector="tapestats"} 8.747e-06 node_scrape_collector_duration_seconds{collector="textfile"} 1.5619e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000727041 node_scrape_collector_duration_seconds{collector="time"} 0.000104215 node_scrape_collector_duration_seconds{collector="timex"} 1.1872e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000185267 node_scrape_collector_duration_seconds{collector="uname"} 8.526e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000190527 node_scrape_collector_duration_seconds{collector="watchdog"} 2.4005e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.1722e-05 node_scrape_collector_duration_seconds{collector="zfs"} 2.5247e-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"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 2 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 858 # 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 65 # 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 266240 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 998 # 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 4.087808e+06 # 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"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 2 node_softnet_dropped_total{cpu="13"} 0 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"} 1 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 1.0461872e+07 node_softnet_processed_total{cpu="1"} 1.120338e+07 node_softnet_processed_total{cpu="10"} 8.10680277e+08 node_softnet_processed_total{cpu="11"} 7.95356838e+08 node_softnet_processed_total{cpu="12"} 7.64300924e+08 node_softnet_processed_total{cpu="13"} 7.29879819e+08 node_softnet_processed_total{cpu="14"} 6.64096853e+08 node_softnet_processed_total{cpu="15"} 5.38574999e+08 node_softnet_processed_total{cpu="2"} 1.72431142e+08 node_softnet_processed_total{cpu="3"} 9.899975e+06 node_softnet_processed_total{cpu="4"} 1.0274887e+07 node_softnet_processed_total{cpu="5"} 1.0282518e+07 node_softnet_processed_total{cpu="6"} 1.0343578e+07 node_softnet_processed_total{cpu="7"} 1.0235746e+07 node_softnet_processed_total{cpu="8"} 9.71414422e+08 node_softnet_processed_total{cpu="9"} 8.42270339e+08 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="9"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 0 node_softnet_times_squeezed_total{cpu="1"} 1 node_softnet_times_squeezed_total{cpu="10"} 63 node_softnet_times_squeezed_total{cpu="11"} 56 node_softnet_times_squeezed_total{cpu="12"} 61 node_softnet_times_squeezed_total{cpu="13"} 68 node_softnet_times_squeezed_total{cpu="14"} 46 node_softnet_times_squeezed_total{cpu="15"} 55 node_softnet_times_squeezed_total{cpu="2"} 132 node_softnet_times_squeezed_total{cpu="3"} 4 node_softnet_times_squeezed_total{cpu="4"} 1 node_softnet_times_squeezed_total{cpu="5"} 2 node_softnet_times_squeezed_total{cpu="6"} 1 node_softnet_times_squeezed_total{cpu="7"} 0 node_softnet_times_squeezed_total{cpu="8"} 47 node_softnet_times_squeezed_total{cpu="9"} 58 # 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.771277667674956e+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.9999969099731445 # 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.45 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 2.7618e-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 24577 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="b0252f39ef0a",release="6.8.0-90-generic",sysname="Linux",version="#91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 29 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 5.9180194908e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 6.9911802e+07 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 8.536769458e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 6.40229442e+08 # 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 10373.83 # 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 9.926111e+07 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 3.133536651e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.158592e+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.76944432369e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.27430656e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 121962 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0