# 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"} 0.000104023 go_gc_duration_seconds{quantile="0.25"} 0.000115803 go_gc_duration_seconds{quantile="0.5"} 0.000125007 go_gc_duration_seconds{quantile="0.75"} 0.000156414 go_gc_duration_seconds{quantile="1"} 0.000203513 go_gc_duration_seconds_sum 15.458811974 go_gc_duration_seconds_count 108621 # 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.24.1"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.787688e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 2.3959614992e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.58733e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 3.339711965e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 2.945696e+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 1.787688e+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 5.218304e+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 2.777088e+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 9121 # 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 3.162112e+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 7.995392e+06 # 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.7607059677606425e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 3.339721086e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 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 15704 # 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 48960 # 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 81600 # 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 4.194304e+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 437710 # 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 393216 # 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 393216 # 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.3456648e+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_boot_time_seconds Unix time of last boot, including microseconds. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.748766733118433e+09 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 1.141779221875e+07 node_cpu_seconds_total{cpu="0",mode="interrupt"} 103876.3359375 node_cpu_seconds_total{cpu="0",mode="nice"} 6.5625 node_cpu_seconds_total{cpu="0",mode="spin"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 109130.40625 node_cpu_seconds_total{cpu="0",mode="user"} 308446.7578125 # 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="sd0"} 7375.740299 # 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="sd0"} 4.4341088768e+10 # 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="sd0"} 2.633014e+06 # 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="sd0"} 8.893205e+06 # 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="sd0"} 7.9959922688e+10 # 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="non-git",goarch="amd64",goos="openbsd",goversion="go1.24.1",revision="non-git",tags="unknown",version="1.9.0"} 1 # 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/sd0a",device_error="",fstype="ffs",mountpoint="/"} 5.6201216e+07 node_filesystem_avail_bytes{device="/dev/sd0d",device_error="",fstype="ffs",mountpoint="/tmp"} 3.216797696e+09 node_filesystem_avail_bytes{device="/dev/sd0e",device_error="",fstype="ffs",mountpoint="/var"} 4.215605248e+09 node_filesystem_avail_bytes{device="/dev/sd0f",device_error="",fstype="ffs",mountpoint="/usr"} 3.515152384e+09 node_filesystem_avail_bytes{device="/dev/sd0g",device_error="",fstype="ffs",mountpoint="/usr/X11R6"} 6.28006912e+08 node_filesystem_avail_bytes{device="/dev/sd0h",device_error="",fstype="ffs",mountpoint="/usr/local"} 4.2491392e+09 node_filesystem_avail_bytes{device="/dev/sd0i",device_error="",fstype="ffs",mountpoint="/usr/src"} 2.219382784e+09 node_filesystem_avail_bytes{device="/dev/sd0j",device_error="",fstype="ffs",mountpoint="/usr/obj"} 5.923866624e+09 node_filesystem_avail_bytes{device="/dev/sd0k",device_error="",fstype="ffs",mountpoint="/home"} 1.7389549568e+10 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sd0a",device_error="",fstype="ffs",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sd0d",device_error="",fstype="ffs",mountpoint="/tmp"} 0 node_filesystem_device_error{device="/dev/sd0e",device_error="",fstype="ffs",mountpoint="/var"} 0 node_filesystem_device_error{device="/dev/sd0f",device_error="",fstype="ffs",mountpoint="/usr"} 0 node_filesystem_device_error{device="/dev/sd0g",device_error="",fstype="ffs",mountpoint="/usr/X11R6"} 0 node_filesystem_device_error{device="/dev/sd0h",device_error="",fstype="ffs",mountpoint="/usr/local"} 0 node_filesystem_device_error{device="/dev/sd0i",device_error="",fstype="ffs",mountpoint="/usr/src"} 0 node_filesystem_device_error{device="/dev/sd0j",device_error="",fstype="ffs",mountpoint="/usr/obj"} 0 node_filesystem_device_error{device="/dev/sd0k",device_error="",fstype="ffs",mountpoint="/home"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sd0a",device_error="",fstype="ffs",mountpoint="/"} 155518 node_filesystem_files{device="/dev/sd0d",device_error="",fstype="ffs",mountpoint="/tmp"} 440638 node_filesystem_files{device="/dev/sd0e",device_error="",fstype="ffs",mountpoint="/var"} 699838 node_filesystem_files{device="/dev/sd0f",device_error="",fstype="ffs",mountpoint="/usr"} 725758 node_filesystem_files{device="/dev/sd0g",device_error="",fstype="ffs",mountpoint="/usr/X11R6"} 155518 node_filesystem_files{device="/dev/sd0h",device_error="",fstype="ffs",mountpoint="/usr/local"} 907198 node_filesystem_files{device="/dev/sd0i",device_error="",fstype="ffs",mountpoint="/usr/src"} 311038 node_filesystem_files{device="/dev/sd0j",device_error="",fstype="ffs",mountpoint="/usr/obj"} 803518 node_filesystem_files{device="/dev/sd0k",device_error="",fstype="ffs",mountpoint="/home"} 2.332798e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sd0a",device_error="",fstype="ffs",mountpoint="/"} 122056 node_filesystem_files_free{device="/dev/sd0d",device_error="",fstype="ffs",mountpoint="/tmp"} 440624 node_filesystem_files_free{device="/dev/sd0e",device_error="",fstype="ffs",mountpoint="/var"} 664810 node_filesystem_files_free{device="/dev/sd0f",device_error="",fstype="ffs",mountpoint="/usr"} 707239 node_filesystem_files_free{device="/dev/sd0g",device_error="",fstype="ffs",mountpoint="/usr/X11R6"} 149431 node_filesystem_files_free{device="/dev/sd0h",device_error="",fstype="ffs",mountpoint="/usr/local"} 879795 node_filesystem_files_free{device="/dev/sd0i",device_error="",fstype="ffs",mountpoint="/usr/src"} 311037 node_filesystem_files_free{device="/dev/sd0j",device_error="",fstype="ffs",mountpoint="/usr/obj"} 803517 node_filesystem_files_free{device="/dev/sd0k",device_error="",fstype="ffs",mountpoint="/home"} 2.304008e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sd0a",device_error="",fstype="ffs",mountpoint="/"} 1.07882496e+08 node_filesystem_free_bytes{device="/dev/sd0d",device_error="",fstype="ffs",mountpoint="/tmp"} 3.38610176e+09 node_filesystem_free_bytes{device="/dev/sd0e",device_error="",fstype="ffs",mountpoint="/var"} 4.484907008e+09 node_filesystem_free_bytes{device="/dev/sd0f",device_error="",fstype="ffs",mountpoint="/usr"} 3.79531264e+09 node_filesystem_free_bytes{device="/dev/sd0g",device_error="",fstype="ffs",mountpoint="/usr/X11R6"} 6.79688192e+08 node_filesystem_free_bytes{device="/dev/sd0h",device_error="",fstype="ffs",mountpoint="/usr/local"} 4.607438848e+09 node_filesystem_free_bytes{device="/dev/sd0i",device_error="",fstype="ffs",mountpoint="/usr/src"} 2.336190464e+09 node_filesystem_free_bytes{device="/dev/sd0j",device_error="",fstype="ffs",mountpoint="/usr/obj"} 6.235648e+09 node_filesystem_free_bytes{device="/dev/sd0k",device_error="",fstype="ffs",mountpoint="/home"} 1.83145472e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sd0a",major="",minor="",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sd0d",major="",minor="",mountpoint="/tmp"} 1 node_filesystem_mount_info{device="/dev/sd0e",major="",minor="",mountpoint="/var"} 1 node_filesystem_mount_info{device="/dev/sd0f",major="",minor="",mountpoint="/usr"} 1 node_filesystem_mount_info{device="/dev/sd0g",major="",minor="",mountpoint="/usr/X11R6"} 1 node_filesystem_mount_info{device="/dev/sd0h",major="",minor="",mountpoint="/usr/local"} 1 node_filesystem_mount_info{device="/dev/sd0i",major="",minor="",mountpoint="/usr/src"} 1 node_filesystem_mount_info{device="/dev/sd0j",major="",minor="",mountpoint="/usr/obj"} 1 node_filesystem_mount_info{device="/dev/sd0k",major="",minor="",mountpoint="/home"} 1 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sd0a",device_error="",fstype="ffs",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sd0d",device_error="",fstype="ffs",mountpoint="/tmp"} 0 node_filesystem_readonly{device="/dev/sd0e",device_error="",fstype="ffs",mountpoint="/var"} 0 node_filesystem_readonly{device="/dev/sd0f",device_error="",fstype="ffs",mountpoint="/usr"} 0 node_filesystem_readonly{device="/dev/sd0g",device_error="",fstype="ffs",mountpoint="/usr/X11R6"} 0 node_filesystem_readonly{device="/dev/sd0h",device_error="",fstype="ffs",mountpoint="/usr/local"} 0 node_filesystem_readonly{device="/dev/sd0i",device_error="",fstype="ffs",mountpoint="/usr/src"} 0 node_filesystem_readonly{device="/dev/sd0j",device_error="",fstype="ffs",mountpoint="/usr/obj"} 0 node_filesystem_readonly{device="/dev/sd0k",device_error="",fstype="ffs",mountpoint="/home"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sd0a",device_error="",fstype="ffs",mountpoint="/"} 1.033648128e+09 node_filesystem_size_bytes{device="/dev/sd0d",device_error="",fstype="ffs",mountpoint="/tmp"} 3.386112e+09 node_filesystem_size_bytes{device="/dev/sd0e",device_error="",fstype="ffs",mountpoint="/var"} 5.386057728e+09 node_filesystem_size_bytes{device="/dev/sd0f",device_error="",fstype="ffs",mountpoint="/usr"} 5.603227648e+09 node_filesystem_size_bytes{device="/dev/sd0g",device_error="",fstype="ffs",mountpoint="/usr/X11R6"} 1.033648128e+09 node_filesystem_size_bytes{device="/dev/sd0h",device_error="",fstype="ffs",mountpoint="/usr/local"} 7.165999104e+09 node_filesystem_size_bytes{device="/dev/sd0i",device_error="",fstype="ffs",mountpoint="/usr/src"} 2.336192512e+09 node_filesystem_size_bytes{device="/dev/sd0j",device_error="",fstype="ffs",mountpoint="/usr/obj"} 6.235650048e+09 node_filesystem_size_bytes{device="/dev/sd0k",device_error="",fstype="ffs",mountpoint="/home"} 1.8499958784e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.04052734375 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.15087890625 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.142578125 # HELP node_memory_active_bytes Memory information field active_bytes. # TYPE node_memory_active_bytes gauge node_memory_active_bytes 8.1555456e+07 # HELP node_memory_cache_bytes Memory information field cache_bytes. # TYPE node_memory_cache_bytes gauge node_memory_cache_bytes 2.0119552e+08 # HELP node_memory_free_bytes Memory information field free_bytes. # TYPE node_memory_free_bytes gauge node_memory_free_bytes 4.78134272e+08 # HELP node_memory_inactive_bytes Memory information field inactive_bytes. # TYPE node_memory_inactive_bytes gauge node_memory_inactive_bytes 1.7473536e+08 # HELP node_memory_size_bytes Memory information field size_bytes. # TYPE node_memory_size_bytes gauge node_memory_size_bytes 1.007362048e+09 # HELP node_memory_swap_size_bytes Memory information field swap_size_bytes. # TYPE node_memory_swap_size_bytes gauge node_memory_swap_size_bytes 1.325395968e+09 # HELP node_memory_swap_used_bytes Memory information field swap_used_bytes. # TYPE node_memory_swap_used_bytes gauge node_memory_swap_used_bytes 2.62680576e+08 # HELP node_memory_swapped_in_pages_bytes_total Memory information field swapped_in_pages_bytes_total. # TYPE node_memory_swapped_in_pages_bytes_total counter node_memory_swapped_in_pages_bytes_total 0 # HELP node_memory_swapped_out_pages_bytes_total Memory information field swapped_out_pages_bytes_total. # TYPE node_memory_swapped_out_pages_bytes_total counter node_memory_swapped_out_pages_bytes_total 5.31161088e+08 # HELP node_memory_wired_bytes Memory information field wired_bytes. # TYPE node_memory_wired_bytes gauge node_memory_wired_bytes 8192 # HELP node_network_noproto_total Network device statistic noproto. # TYPE node_network_noproto_total counter node_network_noproto_total{device="enc0"} 0 node_network_noproto_total{device="lo0"} 0 node_network_noproto_total{device="pflog0"} 0 node_network_noproto_total{device="vio0"} 0 node_network_noproto_total{device="wg0"} 0 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="enc0"} 0 node_network_receive_bytes_total{device="lo0"} 3.449655213e+09 node_network_receive_bytes_total{device="pflog0"} 0 node_network_receive_bytes_total{device="vio0"} 1.0117341353e+10 node_network_receive_bytes_total{device="wg0"} 7.364196e+08 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="enc0"} 0 node_network_receive_drop_total{device="lo0"} 0 node_network_receive_drop_total{device="pflog0"} 0 node_network_receive_drop_total{device="vio0"} 0 node_network_receive_drop_total{device="wg0"} 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="enc0"} 0 node_network_receive_errs_total{device="lo0"} 0 node_network_receive_errs_total{device="pflog0"} 0 node_network_receive_errs_total{device="vio0"} 0 node_network_receive_errs_total{device="wg0"} 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="enc0"} 0 node_network_receive_multicast_total{device="lo0"} 0 node_network_receive_multicast_total{device="pflog0"} 0 node_network_receive_multicast_total{device="vio0"} 2.5819107e+07 node_network_receive_multicast_total{device="wg0"} 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="enc0"} 0 node_network_receive_packets_total{device="lo0"} 5.708453e+06 node_network_receive_packets_total{device="pflog0"} 0 node_network_receive_packets_total{device="vio0"} 6.9200506e+07 node_network_receive_packets_total{device="wg0"} 2.685344e+06 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="enc0"} 0 node_network_transmit_bytes_total{device="lo0"} 3.449655213e+09 node_network_transmit_bytes_total{device="pflog0"} 39680 node_network_transmit_bytes_total{device="vio0"} 1.2809685523e+10 node_network_transmit_bytes_total{device="wg0"} 2.357006667e+09 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="enc0"} 0 node_network_transmit_colls_total{device="lo0"} 0 node_network_transmit_colls_total{device="pflog0"} 0 node_network_transmit_colls_total{device="vio0"} 0 node_network_transmit_colls_total{device="wg0"} 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="enc0"} 0 node_network_transmit_drop_total{device="lo0"} 0 node_network_transmit_drop_total{device="pflog0"} 0 node_network_transmit_drop_total{device="vio0"} 0 node_network_transmit_drop_total{device="wg0"} 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="enc0"} 0 node_network_transmit_errs_total{device="lo0"} 0 node_network_transmit_errs_total{device="pflog0"} 0 node_network_transmit_errs_total{device="vio0"} 0 node_network_transmit_errs_total{device="wg0"} 0 # HELP node_network_transmit_multicast_total Network device statistic transmit_multicast. # TYPE node_network_transmit_multicast_total counter node_network_transmit_multicast_total{device="enc0"} 0 node_network_transmit_multicast_total{device="lo0"} 0 node_network_transmit_multicast_total{device="pflog0"} 0 node_network_transmit_multicast_total{device="vio0"} 6 node_network_transmit_multicast_total{device="wg0"} 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="enc0"} 0 node_network_transmit_packets_total{device="lo0"} 5.708453e+06 node_network_transmit_packets_total{device="pflog0"} 926 node_network_transmit_packets_total{device="vio0"} 3.6057469e+07 node_network_transmit_packets_total{device="wg0"} 2.13139e+06 # HELP node_scrape_collector_duration_seconds node_exporter: Duration of a collector scrape. # TYPE node_scrape_collector_duration_seconds gauge node_scrape_collector_duration_seconds{collector="boottime"} 1.7953e-05 node_scrape_collector_duration_seconds{collector="cpu"} 7.9328e-05 node_scrape_collector_duration_seconds{collector="diskstats"} 4.7488e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.000290128 node_scrape_collector_duration_seconds{collector="loadavg"} 4.5172e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000201792 node_scrape_collector_duration_seconds{collector="netdev"} 0.000257721 node_scrape_collector_duration_seconds{collector="os"} 0.000103439 node_scrape_collector_duration_seconds{collector="textfile"} 8.99e-05 node_scrape_collector_duration_seconds{collector="time"} 6.324e-06 node_scrape_collector_duration_seconds{collector="uname"} 7.9176e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="boottime"} 1 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="os"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="uname"} 1 # 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_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7607059854075592e+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="CEST"} 7200 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="phixe.nl",machine="amd64",nodename="eagle",release="7.7",sysname="OpenBSD",version="OpenBSD 7.7 (GENERIC) #619: Sun Apr 13 08:19:34 MDT 2025 deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC "} 1 # 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"} 784555 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0