# 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.000112455 go_gc_duration_seconds{quantile="0.25"} 0.000120434 go_gc_duration_seconds{quantile="0.5"} 0.000127898 go_gc_duration_seconds{quantile="0.75"} 0.000167765 go_gc_duration_seconds{quantile="1"} 0.00024944 go_gc_duration_seconds_sum 3.605302835 go_gc_duration_seconds_count 25079 # 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 2.645528e+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 5.57963968e+10 # 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.580386e+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 7.77694053e+08 # 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.933408e+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 2.645528e+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 4.46464e+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 3.530752e+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 21415 # 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.342336e+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.7515235527595618e+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 7.77715468e+08 # 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 50240 # 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 456942 # 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"} 2.645355703125e+06 node_cpu_seconds_total{cpu="0",mode="interrupt"} 24418.515625 node_cpu_seconds_total{cpu="0",mode="nice"} 1.4765625 node_cpu_seconds_total{cpu="0",mode="spin"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 22068.8046875 node_cpu_seconds_total{cpu="0",mode="user"} 65049.953125 # 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"} 2484.943598 # 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"} 1.1134607872e+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"} 646184 # 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"} 2.021374e+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"} 1.8440538112e+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.6182784e+07 node_filesystem_avail_bytes{device="/dev/sd0d",device_error="",fstype="ffs",mountpoint="/tmp"} 3.216799744e+09 node_filesystem_avail_bytes{device="/dev/sd0e",device_error="",fstype="ffs",mountpoint="/var"} 4.310652928e+09 node_filesystem_avail_bytes{device="/dev/sd0f",device_error="",fstype="ffs",mountpoint="/usr"} 3.515211776e+09 node_filesystem_avail_bytes{device="/dev/sd0g",device_error="",fstype="ffs",mountpoint="/usr/X11R6"} 6.28041728e+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"} 440626 node_filesystem_files_free{device="/dev/sd0e",device_error="",fstype="ffs",mountpoint="/var"} 664836 node_filesystem_files_free{device="/dev/sd0f",device_error="",fstype="ffs",mountpoint="/usr"} 707274 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.07864064e+08 node_filesystem_free_bytes{device="/dev/sd0d",device_error="",fstype="ffs",mountpoint="/tmp"} 3.386103808e+09 node_filesystem_free_bytes{device="/dev/sd0e",device_error="",fstype="ffs",mountpoint="/var"} 4.579954688e+09 node_filesystem_free_bytes{device="/dev/sd0f",device_error="",fstype="ffs",mountpoint="/usr"} 3.795372032e+09 node_filesystem_free_bytes{device="/dev/sd0g",device_error="",fstype="ffs",mountpoint="/usr/X11R6"} 6.79723008e+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.076171875 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.07470703125 # HELP node_memory_active_bytes Memory information field active_bytes. # TYPE node_memory_active_bytes gauge node_memory_active_bytes 6.402048e+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.97635328e+08 # HELP node_memory_inactive_bytes Memory information field inactive_bytes. # TYPE node_memory_inactive_bytes gauge node_memory_inactive_bytes 1.72535808e+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.30805504e+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 3.54983936e+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"} 1.16985886e+08 node_network_receive_bytes_total{device="pflog0"} 0 node_network_receive_bytes_total{device="vio0"} 1.466093819e+09 node_network_receive_bytes_total{device="wg0"} 1.94240416e+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"} 5.663215e+06 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"} 309619 node_network_receive_packets_total{device="pflog0"} 0 node_network_receive_packets_total{device="vio0"} 1.3496676e+07 node_network_receive_packets_total{device="wg0"} 998615 # 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"} 1.16985886e+08 node_network_transmit_bytes_total{device="pflog0"} 18076 node_network_transmit_bytes_total{device="vio0"} 2.006576397e+09 node_network_transmit_bytes_total{device="wg0"} 9.41260233e+08 # 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"} 5 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"} 309619 node_network_transmit_packets_total{device="pflog0"} 438 node_network_transmit_packets_total{device="vio0"} 6.169772e+06 node_network_transmit_packets_total{device="wg0"} 789475 # 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.7867e-05 node_scrape_collector_duration_seconds{collector="cpu"} 8.2693e-05 node_scrape_collector_duration_seconds{collector="diskstats"} 4.2524e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.000302689 node_scrape_collector_duration_seconds{collector="loadavg"} 4.2695e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000636041 node_scrape_collector_duration_seconds{collector="netdev"} 0.000211823 node_scrape_collector_duration_seconds{collector="os"} 0.000106669 node_scrape_collector_duration_seconds{collector="textfile"} 8.0839e-05 node_scrape_collector_duration_seconds{collector="time"} 6.42e-06 node_scrape_collector_duration_seconds{collector="uname"} 8.0312e-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.751523627576743e+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"} 182697 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0