# 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.3274e-05 go_gc_duration_seconds{quantile="0.25"} 2.7853e-05 go_gc_duration_seconds{quantile="0.5"} 3.3884e-05 go_gc_duration_seconds{quantile="0.75"} 4.3281e-05 go_gc_duration_seconds{quantile="1"} 0.000219985 go_gc_duration_seconds_sum 76.611605729 go_gc_duration_seconds_count 1.81239e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.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.49116e+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 3.423282659152e+12 # 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.279731e+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 4.0161371704e+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.525904e+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.49116e+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.7584e+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.300224e+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 39396 # 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.627904e+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.2058624e+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.7764249440536194e+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 4.01614111e+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 91040 # 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.54393e+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 936469 # 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 524288 # 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 524288 # 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 1.50257482441e+11 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="10",type="Processor"} 0 node_cooling_device_max_state{name="11",type="Processor"} 0 node_cooling_device_max_state{name="12",type="Processor"} 0 node_cooling_device_max_state{name="13",type="Processor"} 0 node_cooling_device_max_state{name="14",type="Processor"} 0 node_cooling_device_max_state{name="15",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="9",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="10",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="10",mode="user"} 0 node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="11",mode="user"} 0 node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="12",mode="user"} 0 node_cpu_guest_seconds_total{cpu="13",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="13",mode="user"} 0 node_cpu_guest_seconds_total{cpu="14",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="14",mode="user"} 0 node_cpu_guest_seconds_total{cpu="15",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="15",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 2.71629313e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 1010.04 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 150424.03 node_cpu_seconds_total{cpu="0",mode="softirq"} 18999.96 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 72850.49 node_cpu_seconds_total{cpu="0",mode="user"} 3.99893138e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 2.72742893e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 1071.35 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 150447.49 node_cpu_seconds_total{cpu="1",mode="softirq"} 7539.34 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 73201.05 node_cpu_seconds_total{cpu="1",mode="user"} 3.99843695e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 5.77493289e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 2563.15 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 242643.33 node_cpu_seconds_total{cpu="10",mode="softirq"} 17877.13 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 227954.11 node_cpu_seconds_total{cpu="10",mode="user"} 641899.67 node_cpu_seconds_total{cpu="11",mode="idle"} 5.76586142e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 2608.52 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 241711.82 node_cpu_seconds_total{cpu="11",mode="softirq"} 13410.99 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 227471.65 node_cpu_seconds_total{cpu="11",mode="user"} 652074.56 node_cpu_seconds_total{cpu="12",mode="idle"} 5.75891079e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 2630.01 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 241948.03 node_cpu_seconds_total{cpu="12",mode="softirq"} 10980.59 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 227523.28 node_cpu_seconds_total{cpu="12",mode="user"} 657372.38 node_cpu_seconds_total{cpu="13",mode="idle"} 5.74515846e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 2805.92 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 241988.91 node_cpu_seconds_total{cpu="13",mode="softirq"} 9565.25 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 227993.09 node_cpu_seconds_total{cpu="13",mode="user"} 669232.24 node_cpu_seconds_total{cpu="14",mode="idle"} 5.718262e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 2951.03 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 241716.6 node_cpu_seconds_total{cpu="14",mode="softirq"} 8470.25 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 229152.59 node_cpu_seconds_total{cpu="14",mode="user"} 691321.83 node_cpu_seconds_total{cpu="15",mode="idle"} 5.65912209e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 3090.66 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 241840.11 node_cpu_seconds_total{cpu="15",mode="softirq"} 7216.99 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 229510.86 node_cpu_seconds_total{cpu="15",mode="user"} 738967.45 node_cpu_seconds_total{cpu="2",mode="idle"} 2.72490435e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 1093.84 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 149316.33 node_cpu_seconds_total{cpu="2",mode="softirq"} 21144.72 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 73393.81 node_cpu_seconds_total{cpu="2",mode="user"} 3.98510295e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 2.72870717e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 1156.89 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 150283.33 node_cpu_seconds_total{cpu="3",mode="softirq"} 8365.51 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 72943.06 node_cpu_seconds_total{cpu="3",mode="user"} 3.99435127e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 2.72986377e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 1188.62 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 150435.45 node_cpu_seconds_total{cpu="4",mode="softirq"} 2183.45 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 72912.38 node_cpu_seconds_total{cpu="4",mode="user"} 3.99873003e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 2.72991437e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 1188.64 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 150299.43 node_cpu_seconds_total{cpu="5",mode="softirq"} 1785.81 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 72760.62 node_cpu_seconds_total{cpu="5",mode="user"} 3.99899851e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 2.73014067e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 1199.26 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 150447.81 node_cpu_seconds_total{cpu="6",mode="softirq"} 1521.54 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 73001.6 node_cpu_seconds_total{cpu="6",mode="user"} 3.9984798e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 2.73038456e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 1197.48 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 150318.99 node_cpu_seconds_total{cpu="7",mode="softirq"} 1361.06 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 72712.69 node_cpu_seconds_total{cpu="7",mode="user"} 3.99871621e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 5.78758785e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 2383.58 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 241952.57 node_cpu_seconds_total{cpu="8",mode="softirq"} 61311.06 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 230670.46 node_cpu_seconds_total{cpu="8",mode="user"} 610389.09 node_cpu_seconds_total{cpu="9",mode="idle"} 5.78395756e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 2265.44 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 241880.83 node_cpu_seconds_total{cpu="9",mode="softirq"} 28326.8 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 229211.45 node_cpu_seconds_total{cpu="9",mode="user"} 631563.96 # 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"} 124.158 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"} 7.98893409e+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"} 545536 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"} 22 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"} 7939.322 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"} 3.9496993e+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"} 28635.586 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"} 1.1745491570000001e+06 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.78898767872e+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"} 914569.078 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.33264293e+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.982614e+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"} 251916.598 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"} 2.63417449e+08 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 2.10990515e+08 node_disk_writes_merged_total{device="sr0"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 2.479414265856e+12 node_disk_written_bytes_total{device="sr0"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="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 11456 # 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.50924296192e+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.278331904e+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.1860602e+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.007883e+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.60795815936e+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.278331904e+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 1.042709605e+09 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 6.4089387937e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.92 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.61 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.6 # 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.197858816e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.3733306368e+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 1.754718208e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 1.90840832e+08 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.7476390912e+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.34905856e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 5.823565824e+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.683053056e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.2884901888e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 2.1508390912e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.34733568e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 589824 # 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 6.07420416e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 9.672716288e+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 3.598512128e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 5.8368e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.604333568e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.2490952704e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.780621312e+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.39448064e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.5127296e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 6.297366528e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 8.64292864e+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.18360832e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 7.161659392e+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.3406848e+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 3.75275147e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.1880058827e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 1 # 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 365 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 399 # 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 25 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 3.732506e+06 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 76 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 9.300194e+06 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 1608 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 434 # 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-8eb55afe5f5e"} 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-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="veth0023fef"} 3 node_network_address_assign_type{device="veth0180c8a"} 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="veth0cb999d"} 3 node_network_address_assign_type{device="veth16fa530"} 3 node_network_address_assign_type{device="veth1d006a2"} 3 node_network_address_assign_type{device="veth27c5750"} 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="veth302a250"} 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="veth44d48c5"} 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="veth4c72035"} 3 node_network_address_assign_type{device="veth514c0fa"} 3 node_network_address_assign_type{device="veth52f7259"} 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="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="veth8b5c0c0"} 3 node_network_address_assign_type{device="veth8b98c69"} 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="veth945d061"} 3 node_network_address_assign_type{device="veth96c37d4"} 3 node_network_address_assign_type{device="veth9a13b61"} 3 node_network_address_assign_type{device="veth9aad915"} 3 node_network_address_assign_type{device="veth9d3efeb"} 3 node_network_address_assign_type{device="veth9e661c1"} 3 node_network_address_assign_type{device="vetha3a3b63"} 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="vethbeaec27"} 3 node_network_address_assign_type{device="vethbfd0655"} 3 node_network_address_assign_type{device="vethc1bebad"} 3 node_network_address_assign_type{device="vethc7c7859"} 3 node_network_address_assign_type{device="vethc9ee365"} 3 node_network_address_assign_type{device="vethcd90f42"} 3 node_network_address_assign_type{device="vethd893e78"} 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="vethecd8f1e"} 3 node_network_address_assign_type{device="vethee7f249"} 3 node_network_address_assign_type{device="vethef3e434"} 3 node_network_address_assign_type{device="vethf0cc0fe"} 3 node_network_address_assign_type{device="vethf6199b4"} 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-8eb55afe5f5e"} 1 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-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="veth0023fef"} 1 node_network_carrier{device="veth0180c8a"} 1 node_network_carrier{device="veth07961ac"} 1 node_network_carrier{device="veth0b36eb0"} 1 node_network_carrier{device="veth0bdeb59"} 1 node_network_carrier{device="veth0cb999d"} 1 node_network_carrier{device="veth16fa530"} 1 node_network_carrier{device="veth1d006a2"} 1 node_network_carrier{device="veth27c5750"} 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="veth302a250"} 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="veth44d48c5"} 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="veth4c72035"} 1 node_network_carrier{device="veth514c0fa"} 1 node_network_carrier{device="veth52f7259"} 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="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="veth8b5c0c0"} 1 node_network_carrier{device="veth8b98c69"} 1 node_network_carrier{device="veth8ff5500"} 1 node_network_carrier{device="veth920bc1d"} 1 node_network_carrier{device="veth933d1ae"} 1 node_network_carrier{device="veth945d061"} 1 node_network_carrier{device="veth96c37d4"} 1 node_network_carrier{device="veth9a13b61"} 1 node_network_carrier{device="veth9aad915"} 1 node_network_carrier{device="veth9d3efeb"} 1 node_network_carrier{device="veth9e661c1"} 1 node_network_carrier{device="vetha3a3b63"} 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="vethbeaec27"} 1 node_network_carrier{device="vethbfd0655"} 1 node_network_carrier{device="vethc1bebad"} 1 node_network_carrier{device="vethc7c7859"} 1 node_network_carrier{device="vethc9ee365"} 1 node_network_carrier{device="vethcd90f42"} 1 node_network_carrier{device="vethd893e78"} 1 node_network_carrier{device="vethd9e40ca"} 1 node_network_carrier{device="vethdd69986"} 1 node_network_carrier{device="vethe4935a2"} 1 node_network_carrier{device="vethecd8f1e"} 1 node_network_carrier{device="vethee7f249"} 1 node_network_carrier{device="vethef3e434"} 1 node_network_carrier{device="vethf0cc0fe"} 1 node_network_carrier{device="vethf6199b4"} 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"} 4 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-8eb55afe5f5e"} 2 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-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"} 8 node_network_carrier_changes_total{device="docker0"} 3 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="veth0023fef"} 2 node_network_carrier_changes_total{device="veth0180c8a"} 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="veth0cb999d"} 2 node_network_carrier_changes_total{device="veth16fa530"} 2 node_network_carrier_changes_total{device="veth1d006a2"} 2 node_network_carrier_changes_total{device="veth27c5750"} 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="veth302a250"} 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="veth44d48c5"} 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="veth4c72035"} 2 node_network_carrier_changes_total{device="veth514c0fa"} 2 node_network_carrier_changes_total{device="veth52f7259"} 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="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="veth8b5c0c0"} 2 node_network_carrier_changes_total{device="veth8b98c69"} 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="veth945d061"} 2 node_network_carrier_changes_total{device="veth96c37d4"} 2 node_network_carrier_changes_total{device="veth9a13b61"} 2 node_network_carrier_changes_total{device="veth9aad915"} 2 node_network_carrier_changes_total{device="veth9d3efeb"} 2 node_network_carrier_changes_total{device="veth9e661c1"} 2 node_network_carrier_changes_total{device="vetha3a3b63"} 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="vethbeaec27"} 2 node_network_carrier_changes_total{device="vethbfd0655"} 2 node_network_carrier_changes_total{device="vethc1bebad"} 2 node_network_carrier_changes_total{device="vethc7c7859"} 2 node_network_carrier_changes_total{device="vethc9ee365"} 2 node_network_carrier_changes_total{device="vethcd90f42"} 2 node_network_carrier_changes_total{device="vethd893e78"} 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="vethecd8f1e"} 2 node_network_carrier_changes_total{device="vethee7f249"} 2 node_network_carrier_changes_total{device="vethef3e434"} 2 node_network_carrier_changes_total{device="vethf0cc0fe"} 2 node_network_carrier_changes_total{device="vethf6199b4"} 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"} 2 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-8eb55afe5f5e"} 1 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-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"} 4 node_network_carrier_down_changes_total{device="docker0"} 2 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="veth0023fef"} 1 node_network_carrier_down_changes_total{device="veth0180c8a"} 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="veth0cb999d"} 1 node_network_carrier_down_changes_total{device="veth16fa530"} 1 node_network_carrier_down_changes_total{device="veth1d006a2"} 1 node_network_carrier_down_changes_total{device="veth27c5750"} 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="veth302a250"} 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="veth44d48c5"} 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="veth4c72035"} 1 node_network_carrier_down_changes_total{device="veth514c0fa"} 1 node_network_carrier_down_changes_total{device="veth52f7259"} 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="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="veth8b5c0c0"} 1 node_network_carrier_down_changes_total{device="veth8b98c69"} 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="veth945d061"} 1 node_network_carrier_down_changes_total{device="veth96c37d4"} 1 node_network_carrier_down_changes_total{device="veth9a13b61"} 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="veth9e661c1"} 1 node_network_carrier_down_changes_total{device="vetha3a3b63"} 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="vethbeaec27"} 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="vethc7c7859"} 1 node_network_carrier_down_changes_total{device="vethc9ee365"} 1 node_network_carrier_down_changes_total{device="vethcd90f42"} 1 node_network_carrier_down_changes_total{device="vethd893e78"} 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="vethecd8f1e"} 1 node_network_carrier_down_changes_total{device="vethee7f249"} 1 node_network_carrier_down_changes_total{device="vethef3e434"} 1 node_network_carrier_down_changes_total{device="vethf0cc0fe"} 1 node_network_carrier_down_changes_total{device="vethf6199b4"} 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"} 2 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-8eb55afe5f5e"} 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-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"} 4 node_network_carrier_up_changes_total{device="docker0"} 1 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="veth0023fef"} 1 node_network_carrier_up_changes_total{device="veth0180c8a"} 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="veth0cb999d"} 1 node_network_carrier_up_changes_total{device="veth16fa530"} 1 node_network_carrier_up_changes_total{device="veth1d006a2"} 1 node_network_carrier_up_changes_total{device="veth27c5750"} 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="veth302a250"} 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="veth44d48c5"} 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="veth4c72035"} 1 node_network_carrier_up_changes_total{device="veth514c0fa"} 1 node_network_carrier_up_changes_total{device="veth52f7259"} 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="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="veth8b5c0c0"} 1 node_network_carrier_up_changes_total{device="veth8b98c69"} 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="veth945d061"} 1 node_network_carrier_up_changes_total{device="veth96c37d4"} 1 node_network_carrier_up_changes_total{device="veth9a13b61"} 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="veth9e661c1"} 1 node_network_carrier_up_changes_total{device="vetha3a3b63"} 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="vethbeaec27"} 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="vethc7c7859"} 1 node_network_carrier_up_changes_total{device="vethc9ee365"} 1 node_network_carrier_up_changes_total{device="vethcd90f42"} 1 node_network_carrier_up_changes_total{device="vethd893e78"} 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="vethecd8f1e"} 1 node_network_carrier_up_changes_total{device="vethee7f249"} 1 node_network_carrier_up_changes_total{device="vethef3e434"} 1 node_network_carrier_up_changes_total{device="vethf0cc0fe"} 1 node_network_carrier_up_changes_total{device="vethf6199b4"} 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-8eb55afe5f5e"} 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-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="veth0023fef"} 0 node_network_device_id{device="veth0180c8a"} 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="veth0cb999d"} 0 node_network_device_id{device="veth16fa530"} 0 node_network_device_id{device="veth1d006a2"} 0 node_network_device_id{device="veth27c5750"} 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="veth302a250"} 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="veth44d48c5"} 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="veth4c72035"} 0 node_network_device_id{device="veth514c0fa"} 0 node_network_device_id{device="veth52f7259"} 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="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="veth8b5c0c0"} 0 node_network_device_id{device="veth8b98c69"} 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="veth945d061"} 0 node_network_device_id{device="veth96c37d4"} 0 node_network_device_id{device="veth9a13b61"} 0 node_network_device_id{device="veth9aad915"} 0 node_network_device_id{device="veth9d3efeb"} 0 node_network_device_id{device="veth9e661c1"} 0 node_network_device_id{device="vetha3a3b63"} 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="vethbeaec27"} 0 node_network_device_id{device="vethbfd0655"} 0 node_network_device_id{device="vethc1bebad"} 0 node_network_device_id{device="vethc7c7859"} 0 node_network_device_id{device="vethc9ee365"} 0 node_network_device_id{device="vethcd90f42"} 0 node_network_device_id{device="vethd893e78"} 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="vethecd8f1e"} 0 node_network_device_id{device="vethee7f249"} 0 node_network_device_id{device="vethef3e434"} 0 node_network_device_id{device="vethf0cc0fe"} 0 node_network_device_id{device="vethf6199b4"} 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-8eb55afe5f5e"} 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-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="veth0023fef"} 0 node_network_dormant{device="veth0180c8a"} 0 node_network_dormant{device="veth07961ac"} 0 node_network_dormant{device="veth0b36eb0"} 0 node_network_dormant{device="veth0bdeb59"} 0 node_network_dormant{device="veth0cb999d"} 0 node_network_dormant{device="veth16fa530"} 0 node_network_dormant{device="veth1d006a2"} 0 node_network_dormant{device="veth27c5750"} 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="veth302a250"} 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="veth44d48c5"} 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="veth4c72035"} 0 node_network_dormant{device="veth514c0fa"} 0 node_network_dormant{device="veth52f7259"} 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="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="veth8b5c0c0"} 0 node_network_dormant{device="veth8b98c69"} 0 node_network_dormant{device="veth8ff5500"} 0 node_network_dormant{device="veth920bc1d"} 0 node_network_dormant{device="veth933d1ae"} 0 node_network_dormant{device="veth945d061"} 0 node_network_dormant{device="veth96c37d4"} 0 node_network_dormant{device="veth9a13b61"} 0 node_network_dormant{device="veth9aad915"} 0 node_network_dormant{device="veth9d3efeb"} 0 node_network_dormant{device="veth9e661c1"} 0 node_network_dormant{device="vetha3a3b63"} 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="vethbeaec27"} 0 node_network_dormant{device="vethbfd0655"} 0 node_network_dormant{device="vethc1bebad"} 0 node_network_dormant{device="vethc7c7859"} 0 node_network_dormant{device="vethc9ee365"} 0 node_network_dormant{device="vethcd90f42"} 0 node_network_dormant{device="vethd893e78"} 0 node_network_dormant{device="vethd9e40ca"} 0 node_network_dormant{device="vethdd69986"} 0 node_network_dormant{device="vethe4935a2"} 0 node_network_dormant{device="vethecd8f1e"} 0 node_network_dormant{device="vethee7f249"} 0 node_network_dormant{device="vethef3e434"} 0 node_network_dormant{device="vethf0cc0fe"} 0 node_network_dormant{device="vethf6199b4"} 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-8eb55afe5f5e"} 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-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="veth0023fef"} 4867 node_network_flags{device="veth0180c8a"} 4867 node_network_flags{device="veth07961ac"} 4867 node_network_flags{device="veth0b36eb0"} 4867 node_network_flags{device="veth0bdeb59"} 4867 node_network_flags{device="veth0cb999d"} 4867 node_network_flags{device="veth16fa530"} 4867 node_network_flags{device="veth1d006a2"} 4867 node_network_flags{device="veth27c5750"} 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="veth302a250"} 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="veth44d48c5"} 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="veth4c72035"} 4867 node_network_flags{device="veth514c0fa"} 4867 node_network_flags{device="veth52f7259"} 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="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="veth8b5c0c0"} 4867 node_network_flags{device="veth8b98c69"} 4867 node_network_flags{device="veth8ff5500"} 4867 node_network_flags{device="veth920bc1d"} 4867 node_network_flags{device="veth933d1ae"} 4867 node_network_flags{device="veth945d061"} 4867 node_network_flags{device="veth96c37d4"} 4867 node_network_flags{device="veth9a13b61"} 4867 node_network_flags{device="veth9aad915"} 4867 node_network_flags{device="veth9d3efeb"} 4867 node_network_flags{device="veth9e661c1"} 4867 node_network_flags{device="vetha3a3b63"} 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="vethbeaec27"} 4867 node_network_flags{device="vethbfd0655"} 4867 node_network_flags{device="vethc1bebad"} 4867 node_network_flags{device="vethc7c7859"} 4867 node_network_flags{device="vethc9ee365"} 4867 node_network_flags{device="vethcd90f42"} 4867 node_network_flags{device="vethd893e78"} 4867 node_network_flags{device="vethd9e40ca"} 4867 node_network_flags{device="vethdd69986"} 4867 node_network_flags{device="vethe4935a2"} 4867 node_network_flags{device="vethecd8f1e"} 4867 node_network_flags{device="vethee7f249"} 4867 node_network_flags{device="vethef3e434"} 4867 node_network_flags{device="vethf0cc0fe"} 4867 node_network_flags{device="vethf6199b4"} 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-8eb55afe5f5e"} 334703 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-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"} 323778 node_network_iface_id{device="veth0023fef"} 392773 node_network_iface_id{device="veth0180c8a"} 2999 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="veth0cb999d"} 392795 node_network_iface_id{device="veth16fa530"} 97 node_network_iface_id{device="veth1d006a2"} 347595 node_network_iface_id{device="veth27c5750"} 392779 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="veth302a250"} 392791 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="veth44d48c5"} 3027 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="veth4c72035"} 335659 node_network_iface_id{device="veth514c0fa"} 103 node_network_iface_id{device="veth52f7259"} 347597 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="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="veth8b5c0c0"} 119 node_network_iface_id{device="veth8b98c69"} 334713 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="veth945d061"} 347601 node_network_iface_id{device="veth96c37d4"} 3009 node_network_iface_id{device="veth9a13b61"} 340857 node_network_iface_id{device="veth9aad915"} 3003 node_network_iface_id{device="veth9d3efeb"} 39 node_network_iface_id{device="veth9e661c1"} 347599 node_network_iface_id{device="vetha3a3b63"} 391903 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="vethbeaec27"} 392777 node_network_iface_id{device="vethbfd0655"} 121 node_network_iface_id{device="vethc1bebad"} 3023 node_network_iface_id{device="vethc7c7859"} 392783 node_network_iface_id{device="vethc9ee365"} 340853 node_network_iface_id{device="vethcd90f42"} 215 node_network_iface_id{device="vethd893e78"} 392785 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="vethecd8f1e"} 392775 node_network_iface_id{device="vethee7f249"} 392781 node_network_iface_id{device="vethef3e434"} 81 node_network_iface_id{device="vethf0cc0fe"} 392793 node_network_iface_id{device="vethf6199b4"} 175 # 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-8eb55afe5f5e"} 334703 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-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"} 323778 node_network_iface_link{device="veth0023fef"} 392772 node_network_iface_link{device="veth0180c8a"} 2998 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="veth0cb999d"} 392794 node_network_iface_link{device="veth16fa530"} 96 node_network_iface_link{device="veth1d006a2"} 347594 node_network_iface_link{device="veth27c5750"} 392778 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="veth302a250"} 392790 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="veth44d48c5"} 3026 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="veth4c72035"} 335658 node_network_iface_link{device="veth514c0fa"} 102 node_network_iface_link{device="veth52f7259"} 347596 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="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="veth8b5c0c0"} 118 node_network_iface_link{device="veth8b98c69"} 334712 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="veth945d061"} 347600 node_network_iface_link{device="veth96c37d4"} 3008 node_network_iface_link{device="veth9a13b61"} 340856 node_network_iface_link{device="veth9aad915"} 3002 node_network_iface_link{device="veth9d3efeb"} 38 node_network_iface_link{device="veth9e661c1"} 347598 node_network_iface_link{device="vetha3a3b63"} 391902 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="vethbeaec27"} 392776 node_network_iface_link{device="vethbfd0655"} 120 node_network_iface_link{device="vethc1bebad"} 3022 node_network_iface_link{device="vethc7c7859"} 392782 node_network_iface_link{device="vethc9ee365"} 340852 node_network_iface_link{device="vethcd90f42"} 214 node_network_iface_link{device="vethd893e78"} 392784 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="vethecd8f1e"} 392774 node_network_iface_link{device="vethee7f249"} 392780 node_network_iface_link{device="vethef3e434"} 80 node_network_iface_link{device="vethf0cc0fe"} 392792 node_network_iface_link{device="vethf6199b4"} 174 # 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-8eb55afe5f5e"} 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-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="veth0023fef"} 0 node_network_iface_link_mode{device="veth0180c8a"} 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="veth0cb999d"} 0 node_network_iface_link_mode{device="veth16fa530"} 0 node_network_iface_link_mode{device="veth1d006a2"} 0 node_network_iface_link_mode{device="veth27c5750"} 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="veth302a250"} 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="veth44d48c5"} 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="veth4c72035"} 0 node_network_iface_link_mode{device="veth514c0fa"} 0 node_network_iface_link_mode{device="veth52f7259"} 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="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="veth8b5c0c0"} 0 node_network_iface_link_mode{device="veth8b98c69"} 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="veth945d061"} 0 node_network_iface_link_mode{device="veth96c37d4"} 0 node_network_iface_link_mode{device="veth9a13b61"} 0 node_network_iface_link_mode{device="veth9aad915"} 0 node_network_iface_link_mode{device="veth9d3efeb"} 0 node_network_iface_link_mode{device="veth9e661c1"} 0 node_network_iface_link_mode{device="vetha3a3b63"} 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="vethbeaec27"} 0 node_network_iface_link_mode{device="vethbfd0655"} 0 node_network_iface_link_mode{device="vethc1bebad"} 0 node_network_iface_link_mode{device="vethc7c7859"} 0 node_network_iface_link_mode{device="vethc9ee365"} 0 node_network_iface_link_mode{device="vethcd90f42"} 0 node_network_iface_link_mode{device="vethd893e78"} 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="vethecd8f1e"} 0 node_network_iface_link_mode{device="vethee7f249"} 0 node_network_iface_link_mode{device="vethef3e434"} 0 node_network_iface_link_mode{device="vethf0cc0fe"} 0 node_network_iface_link_mode{device="vethf6199b4"} 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:08:b6:3e:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8eb55afe5f5e",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: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: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:07:bc:63:be:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd893e78",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:07:b5:6c:d6:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a13b61",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: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:51:22:c1:d2:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth27c5750",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:07:45:a4:a0:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth945d061",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: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="3a:dc:ab:91:01:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbeaec27",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: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="4a:a9:b4:53:c5:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0cb999d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:fc:63:4a:d1:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0023fef",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="4e:89:11:3f:04:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d006a2",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="52:4e:9e:26:b0:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e661c1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:22:bb:b2:3b:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee7f249",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:c2:aa:2e:da:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4c72035",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="6e:97:b2:d3:c4:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc7c7859",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:0b:ee:c7:17:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth52f7259",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: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="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: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="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="82:f2:4e:8a:0f:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9ee365",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:c5:fc:76:06:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b98c69",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="8e:eb:40:cf:f5:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3a3b63",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="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:e5:fc:e3:b9:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethecd8f1e",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:35:bd:c5:86:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth302a250",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="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: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="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="e2:7a:56:e2:bd:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0cc0fe",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="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-8eb55afe5f5e"} 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-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="veth0023fef"} 1500 node_network_mtu_bytes{device="veth0180c8a"} 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="veth0cb999d"} 1500 node_network_mtu_bytes{device="veth16fa530"} 1500 node_network_mtu_bytes{device="veth1d006a2"} 1500 node_network_mtu_bytes{device="veth27c5750"} 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="veth302a250"} 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="veth44d48c5"} 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="veth4c72035"} 1500 node_network_mtu_bytes{device="veth514c0fa"} 1500 node_network_mtu_bytes{device="veth52f7259"} 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="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="veth8b5c0c0"} 1500 node_network_mtu_bytes{device="veth8b98c69"} 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="veth945d061"} 1500 node_network_mtu_bytes{device="veth96c37d4"} 1500 node_network_mtu_bytes{device="veth9a13b61"} 1500 node_network_mtu_bytes{device="veth9aad915"} 1500 node_network_mtu_bytes{device="veth9d3efeb"} 1500 node_network_mtu_bytes{device="veth9e661c1"} 1500 node_network_mtu_bytes{device="vetha3a3b63"} 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="vethbeaec27"} 1500 node_network_mtu_bytes{device="vethbfd0655"} 1500 node_network_mtu_bytes{device="vethc1bebad"} 1500 node_network_mtu_bytes{device="vethc7c7859"} 1500 node_network_mtu_bytes{device="vethc9ee365"} 1500 node_network_mtu_bytes{device="vethcd90f42"} 1500 node_network_mtu_bytes{device="vethd893e78"} 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="vethecd8f1e"} 1500 node_network_mtu_bytes{device="vethee7f249"} 1500 node_network_mtu_bytes{device="vethef3e434"} 1500 node_network_mtu_bytes{device="vethf0cc0fe"} 1500 node_network_mtu_bytes{device="vethf6199b4"} 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-8eb55afe5f5e"} 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-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="veth0023fef"} 3 node_network_name_assign_type{device="veth0180c8a"} 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="veth0cb999d"} 3 node_network_name_assign_type{device="veth16fa530"} 3 node_network_name_assign_type{device="veth1d006a2"} 3 node_network_name_assign_type{device="veth27c5750"} 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="veth302a250"} 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="veth44d48c5"} 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="veth4c72035"} 3 node_network_name_assign_type{device="veth514c0fa"} 3 node_network_name_assign_type{device="veth52f7259"} 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="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="veth8b5c0c0"} 3 node_network_name_assign_type{device="veth8b98c69"} 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="veth945d061"} 3 node_network_name_assign_type{device="veth96c37d4"} 3 node_network_name_assign_type{device="veth9a13b61"} 3 node_network_name_assign_type{device="veth9aad915"} 3 node_network_name_assign_type{device="veth9d3efeb"} 3 node_network_name_assign_type{device="veth9e661c1"} 3 node_network_name_assign_type{device="vetha3a3b63"} 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="vethbeaec27"} 3 node_network_name_assign_type{device="vethbfd0655"} 3 node_network_name_assign_type{device="vethc1bebad"} 3 node_network_name_assign_type{device="vethc7c7859"} 3 node_network_name_assign_type{device="vethc9ee365"} 3 node_network_name_assign_type{device="vethcd90f42"} 3 node_network_name_assign_type{device="vethd893e78"} 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="vethecd8f1e"} 3 node_network_name_assign_type{device="vethee7f249"} 3 node_network_name_assign_type{device="vethef3e434"} 3 node_network_name_assign_type{device="vethf0cc0fe"} 3 node_network_name_assign_type{device="vethf6199b4"} 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-8eb55afe5f5e"} 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-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="veth0023fef"} 0 node_network_net_dev_group{device="veth0180c8a"} 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="veth0cb999d"} 0 node_network_net_dev_group{device="veth16fa530"} 0 node_network_net_dev_group{device="veth1d006a2"} 0 node_network_net_dev_group{device="veth27c5750"} 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="veth302a250"} 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="veth44d48c5"} 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="veth4c72035"} 0 node_network_net_dev_group{device="veth514c0fa"} 0 node_network_net_dev_group{device="veth52f7259"} 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="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="veth8b5c0c0"} 0 node_network_net_dev_group{device="veth8b98c69"} 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="veth945d061"} 0 node_network_net_dev_group{device="veth96c37d4"} 0 node_network_net_dev_group{device="veth9a13b61"} 0 node_network_net_dev_group{device="veth9aad915"} 0 node_network_net_dev_group{device="veth9d3efeb"} 0 node_network_net_dev_group{device="veth9e661c1"} 0 node_network_net_dev_group{device="vetha3a3b63"} 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="vethbeaec27"} 0 node_network_net_dev_group{device="vethbfd0655"} 0 node_network_net_dev_group{device="vethc1bebad"} 0 node_network_net_dev_group{device="vethc7c7859"} 0 node_network_net_dev_group{device="vethc9ee365"} 0 node_network_net_dev_group{device="vethcd90f42"} 0 node_network_net_dev_group{device="vethd893e78"} 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="vethecd8f1e"} 0 node_network_net_dev_group{device="vethee7f249"} 0 node_network_net_dev_group{device="vethef3e434"} 0 node_network_net_dev_group{device="vethf0cc0fe"} 0 node_network_net_dev_group{device="vethf6199b4"} 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-8eb55afe5f5e"} 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-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="veth0023fef"} 1 node_network_protocol_type{device="veth0180c8a"} 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="veth0cb999d"} 1 node_network_protocol_type{device="veth16fa530"} 1 node_network_protocol_type{device="veth1d006a2"} 1 node_network_protocol_type{device="veth27c5750"} 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="veth302a250"} 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="veth44d48c5"} 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="veth4c72035"} 1 node_network_protocol_type{device="veth514c0fa"} 1 node_network_protocol_type{device="veth52f7259"} 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="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="veth8b5c0c0"} 1 node_network_protocol_type{device="veth8b98c69"} 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="veth945d061"} 1 node_network_protocol_type{device="veth96c37d4"} 1 node_network_protocol_type{device="veth9a13b61"} 1 node_network_protocol_type{device="veth9aad915"} 1 node_network_protocol_type{device="veth9d3efeb"} 1 node_network_protocol_type{device="veth9e661c1"} 1 node_network_protocol_type{device="vetha3a3b63"} 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="vethbeaec27"} 1 node_network_protocol_type{device="vethbfd0655"} 1 node_network_protocol_type{device="vethc1bebad"} 1 node_network_protocol_type{device="vethc7c7859"} 1 node_network_protocol_type{device="vethc9ee365"} 1 node_network_protocol_type{device="vethcd90f42"} 1 node_network_protocol_type{device="vethd893e78"} 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="vethecd8f1e"} 1 node_network_protocol_type{device="vethee7f249"} 1 node_network_protocol_type{device="vethef3e434"} 1 node_network_protocol_type{device="vethf0cc0fe"} 1 node_network_protocol_type{device="vethf6199b4"} 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"} 4.27596777e+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"} 3.734063e+06 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-8eb55afe5f5e"} 1.25e+09 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-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="veth0023fef"} 1.25e+09 node_network_speed_bytes{device="veth0180c8a"} 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="veth0cb999d"} 1.25e+09 node_network_speed_bytes{device="veth16fa530"} 1.25e+09 node_network_speed_bytes{device="veth1d006a2"} 1.25e+09 node_network_speed_bytes{device="veth27c5750"} 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="veth302a250"} 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="veth44d48c5"} 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="veth4c72035"} 1.25e+09 node_network_speed_bytes{device="veth514c0fa"} 1.25e+09 node_network_speed_bytes{device="veth52f7259"} 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="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="veth8b5c0c0"} 1.25e+09 node_network_speed_bytes{device="veth8b98c69"} 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="veth945d061"} 1.25e+09 node_network_speed_bytes{device="veth96c37d4"} 1.25e+09 node_network_speed_bytes{device="veth9a13b61"} 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="veth9e661c1"} 1.25e+09 node_network_speed_bytes{device="vetha3a3b63"} 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="vethbeaec27"} 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="vethc7c7859"} 1.25e+09 node_network_speed_bytes{device="vethc9ee365"} 1.25e+09 node_network_speed_bytes{device="vethcd90f42"} 1.25e+09 node_network_speed_bytes{device="vethd893e78"} 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="vethecd8f1e"} 1.25e+09 node_network_speed_bytes{device="vethee7f249"} 1.25e+09 node_network_speed_bytes{device="vethef3e434"} 1.25e+09 node_network_speed_bytes{device="vethf0cc0fe"} 1.25e+09 node_network_speed_bytes{device="vethf6199b4"} 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"} 1.1932321737e+10 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="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"} 3.729987e+06 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-8eb55afe5f5e"} 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-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="veth0023fef"} 0 node_network_transmit_queue_length{device="veth0180c8a"} 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="veth0cb999d"} 0 node_network_transmit_queue_length{device="veth16fa530"} 0 node_network_transmit_queue_length{device="veth1d006a2"} 0 node_network_transmit_queue_length{device="veth27c5750"} 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="veth302a250"} 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="veth44d48c5"} 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="veth4c72035"} 0 node_network_transmit_queue_length{device="veth514c0fa"} 0 node_network_transmit_queue_length{device="veth52f7259"} 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="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="veth8b5c0c0"} 0 node_network_transmit_queue_length{device="veth8b98c69"} 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="veth945d061"} 0 node_network_transmit_queue_length{device="veth96c37d4"} 0 node_network_transmit_queue_length{device="veth9a13b61"} 0 node_network_transmit_queue_length{device="veth9aad915"} 0 node_network_transmit_queue_length{device="veth9d3efeb"} 0 node_network_transmit_queue_length{device="veth9e661c1"} 0 node_network_transmit_queue_length{device="vetha3a3b63"} 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="vethbeaec27"} 0 node_network_transmit_queue_length{device="vethbfd0655"} 0 node_network_transmit_queue_length{device="vethc1bebad"} 0 node_network_transmit_queue_length{device="vethc7c7859"} 0 node_network_transmit_queue_length{device="vethc9ee365"} 0 node_network_transmit_queue_length{device="vethcd90f42"} 0 node_network_transmit_queue_length{device="vethd893e78"} 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="vethecd8f1e"} 0 node_network_transmit_queue_length{device="vethee7f249"} 0 node_network_transmit_queue_length{device="vethef3e434"} 0 node_network_transmit_queue_length{device="vethf0cc0fe"} 0 node_network_transmit_queue_length{device="vethf6199b4"} 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-8eb55afe5f5e"} 1 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-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="veth0023fef"} 1 node_network_up{device="veth0180c8a"} 1 node_network_up{device="veth07961ac"} 1 node_network_up{device="veth0b36eb0"} 1 node_network_up{device="veth0bdeb59"} 1 node_network_up{device="veth0cb999d"} 1 node_network_up{device="veth16fa530"} 1 node_network_up{device="veth1d006a2"} 1 node_network_up{device="veth27c5750"} 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="veth302a250"} 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="veth44d48c5"} 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="veth4c72035"} 1 node_network_up{device="veth514c0fa"} 1 node_network_up{device="veth52f7259"} 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="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="veth8b5c0c0"} 1 node_network_up{device="veth8b98c69"} 1 node_network_up{device="veth8ff5500"} 1 node_network_up{device="veth920bc1d"} 1 node_network_up{device="veth933d1ae"} 1 node_network_up{device="veth945d061"} 1 node_network_up{device="veth96c37d4"} 1 node_network_up{device="veth9a13b61"} 1 node_network_up{device="veth9aad915"} 1 node_network_up{device="veth9d3efeb"} 1 node_network_up{device="veth9e661c1"} 1 node_network_up{device="vetha3a3b63"} 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="vethbeaec27"} 1 node_network_up{device="vethbfd0655"} 1 node_network_up{device="vethc1bebad"} 1 node_network_up{device="vethc7c7859"} 1 node_network_up{device="vethc9ee365"} 1 node_network_up{device="vethcd90f42"} 1 node_network_up{device="vethd893e78"} 1 node_network_up{device="vethd9e40ca"} 1 node_network_up{device="vethdd69986"} 1 node_network_up{device="vethe4935a2"} 1 node_network_up{device="vethecd8f1e"} 1 node_network_up{device="vethee7f249"} 1 node_network_up{device="vethef3e434"} 1 node_network_up{device="vethf0cc0fe"} 1 node_network_up{device="vethf6199b4"} 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 477459.251883 # 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 1576.492778 # 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 5085.836074 # 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 3130.87531 # 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 3741.980376 # 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 24 # 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"} 4.238794075233224e+06 node_schedstat_running_seconds_total{cpu="1"} 4.238718167346678e+06 node_schedstat_running_seconds_total{cpu="10"} 1.168395956837627e+06 node_schedstat_running_seconds_total{cpu="11"} 1.177618728871152e+06 node_schedstat_running_seconds_total{cpu="12"} 1.184110762494147e+06 node_schedstat_running_seconds_total{cpu="13"} 1.197120521079862e+06 node_schedstat_running_seconds_total{cpu="14"} 1.222576581021321e+06 node_schedstat_running_seconds_total{cpu="15"} 1.278244527021822e+06 node_schedstat_running_seconds_total{cpu="2"} 4.241021450924143e+06 node_schedstat_running_seconds_total{cpu="3"} 4.239610983755433e+06 node_schedstat_running_seconds_total{cpu="4"} 4.23873823096788e+06 node_schedstat_running_seconds_total{cpu="5"} 4.238740003834778e+06 node_schedstat_running_seconds_total{cpu="6"} 4.238555391882408e+06 node_schedstat_running_seconds_total{cpu="7"} 4.238366487613706e+06 node_schedstat_running_seconds_total{cpu="8"} 1.14063794129985e+06 node_schedstat_running_seconds_total{cpu="9"} 1.158419740349085e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.882585203e+09 node_schedstat_timeslices_total{cpu="1"} 2.824945321e+09 node_schedstat_timeslices_total{cpu="10"} 8.220277777e+09 node_schedstat_timeslices_total{cpu="11"} 8.429745635e+09 node_schedstat_timeslices_total{cpu="12"} 8.657944962e+09 node_schedstat_timeslices_total{cpu="13"} 8.958277196e+09 node_schedstat_timeslices_total{cpu="14"} 9.478255442e+09 node_schedstat_timeslices_total{cpu="15"} 1.0904751584e+10 node_schedstat_timeslices_total{cpu="2"} 2.773319498e+09 node_schedstat_timeslices_total{cpu="3"} 2.808615108e+09 node_schedstat_timeslices_total{cpu="4"} 2.800601694e+09 node_schedstat_timeslices_total{cpu="5"} 2.795628648e+09 node_schedstat_timeslices_total{cpu="6"} 2.78521069e+09 node_schedstat_timeslices_total{cpu="7"} 2.784269341e+09 node_schedstat_timeslices_total{cpu="8"} 7.955630505e+09 node_schedstat_timeslices_total{cpu="9"} 8.045028417e+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"} 1.051792099434021e+06 node_schedstat_waiting_seconds_total{cpu="1"} 1.048706102307796e+06 node_schedstat_waiting_seconds_total{cpu="10"} 286619.152411087 node_schedstat_waiting_seconds_total{cpu="11"} 338696.560699181 node_schedstat_waiting_seconds_total{cpu="12"} 538847.32525646 node_schedstat_waiting_seconds_total{cpu="13"} 327729.299083995 node_schedstat_waiting_seconds_total{cpu="14"} 409726.563482311 node_schedstat_waiting_seconds_total{cpu="15"} 451815.953006725 node_schedstat_waiting_seconds_total{cpu="2"} 1.062478599546934e+06 node_schedstat_waiting_seconds_total{cpu="3"} 1.039339335498587e+06 node_schedstat_waiting_seconds_total{cpu="4"} 1.038808500640294e+06 node_schedstat_waiting_seconds_total{cpu="5"} 1.040758147495201e+06 node_schedstat_waiting_seconds_total{cpu="6"} 984925.125174492 node_schedstat_waiting_seconds_total{cpu="7"} 983623.145532832 node_schedstat_waiting_seconds_total{cpu="8"} 453054.798065756 node_schedstat_waiting_seconds_total{cpu="9"} 651966.037217558 # 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.000213382 node_scrape_collector_duration_seconds{collector="bcache"} 2.2943e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.3884e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.023416074 node_scrape_collector_duration_seconds{collector="conntrack"} 5.5926e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.001617852 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000194085 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001331062 node_scrape_collector_duration_seconds{collector="dmi"} 1.8275e-05 node_scrape_collector_duration_seconds{collector="edac"} 2.8323e-05 node_scrape_collector_duration_seconds{collector="entropy"} 6.8189e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.8085e-05 node_scrape_collector_duration_seconds{collector="filefd"} 2.672e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.04163527 node_scrape_collector_duration_seconds{collector="hwmon"} 1.4196e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 6.682e-06 node_scrape_collector_duration_seconds{collector="ipvs"} 4.5094e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 2.1781e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 7.0563e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000219032 node_scrape_collector_duration_seconds{collector="netclass"} 0.067106228 node_scrape_collector_duration_seconds{collector="netdev"} 0.000207129 node_scrape_collector_duration_seconds{collector="netstat"} 0.000633042 node_scrape_collector_duration_seconds{collector="nfs"} 2.4886e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 1.5239e-05 node_scrape_collector_duration_seconds{collector="nvme"} 1.3184e-05 node_scrape_collector_duration_seconds{collector="os"} 4.9824e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.9776e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000173366 node_scrape_collector_duration_seconds{collector="rapl"} 1.8525e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 9.5369e-05 node_scrape_collector_duration_seconds{collector="selinux"} 1.893e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000125496 node_scrape_collector_duration_seconds{collector="softnet"} 0.000892839 node_scrape_collector_duration_seconds{collector="stat"} 0.00017521 node_scrape_collector_duration_seconds{collector="tapestats"} 1.073e-05 node_scrape_collector_duration_seconds{collector="textfile"} 1.4988e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.001007574 node_scrape_collector_duration_seconds{collector="time"} 0.000117772 node_scrape_collector_duration_seconds{collector="timex"} 1.4667e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000240452 node_scrape_collector_duration_seconds{collector="uname"} 8.987e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000219092 node_scrape_collector_duration_seconds{collector="watchdog"} 2.3023e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.4086e-05 node_scrape_collector_duration_seconds{collector="zfs"} 3.1118e-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 740 # 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 0 # 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 0 # 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 1200 # 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.9152e+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"} 3 node_softnet_dropped_total{cpu="11"} 2 node_softnet_dropped_total{cpu="12"} 5 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 2 node_softnet_dropped_total{cpu="15"} 3 node_softnet_dropped_total{cpu="2"} 71698 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 1 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"} 4 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 1.22434497e+08 node_softnet_processed_total{cpu="1"} 1.22868957e+08 node_softnet_processed_total{cpu="10"} 1.369913138e+09 node_softnet_processed_total{cpu="11"} 1.350010857e+09 node_softnet_processed_total{cpu="12"} 1.258824813e+09 node_softnet_processed_total{cpu="13"} 1.226356646e+09 node_softnet_processed_total{cpu="14"} 1.149127154e+09 node_softnet_processed_total{cpu="15"} 9.81069613e+08 node_softnet_processed_total{cpu="2"} 1.815803234e+09 node_softnet_processed_total{cpu="3"} 1.22236945e+08 node_softnet_processed_total{cpu="4"} 1.21635887e+08 node_softnet_processed_total{cpu="5"} 1.21803328e+08 node_softnet_processed_total{cpu="6"} 1.213907e+08 node_softnet_processed_total{cpu="7"} 1.22140497e+08 node_softnet_processed_total{cpu="8"} 1.659940675e+09 node_softnet_processed_total{cpu="9"} 1.460897347e+09 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="9"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 48 node_softnet_times_squeezed_total{cpu="1"} 35 node_softnet_times_squeezed_total{cpu="10"} 205 node_softnet_times_squeezed_total{cpu="11"} 234 node_softnet_times_squeezed_total{cpu="12"} 226 node_softnet_times_squeezed_total{cpu="13"} 229 node_softnet_times_squeezed_total{cpu="14"} 198 node_softnet_times_squeezed_total{cpu="15"} 181 node_softnet_times_squeezed_total{cpu="2"} 5702 node_softnet_times_squeezed_total{cpu="3"} 102 node_softnet_times_squeezed_total{cpu="4"} 43 node_softnet_times_squeezed_total{cpu="5"} 51 node_softnet_times_squeezed_total{cpu="6"} 48 node_softnet_times_squeezed_total{cpu="7"} 42 node_softnet_times_squeezed_total{cpu="8"} 216 node_softnet_times_squeezed_total{cpu="9"} 214 # 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.7764249560469656e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000050784454346 # 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.484 # 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.3318e-05 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="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 2.18695561781e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 6.9983512e+07 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 8.582995814e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.421302994e+09 # 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 39468.69 # 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 3.75275147e+08 # 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 1.1880058827e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.8120704e+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"} 465123 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0