# 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"} 9.4294e-05 go_gc_duration_seconds{quantile="0.25"} 0.000105519 go_gc_duration_seconds{quantile="0.5"} 0.000131061 go_gc_duration_seconds{quantile="0.75"} 0.000149291 go_gc_duration_seconds{quantile="1"} 0.000181451 go_gc_duration_seconds_sum 2.03592896 go_gc_duration_seconds_count 15572 # 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 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.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 662168 # 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.7682408e+07 # 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.454182e+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 301237 # 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.865936e+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 662168 # 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 1.0625024e+07 # 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 1.531904e+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 2946 # 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 1.0575872e+07 # 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.2156928e+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.789507178684631e+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 304183 # 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 44160 # 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 146880 # 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 848506 # 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 425984 # 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 425984 # 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.791412e+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.787472621356396e+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.936867890625e+06 node_cpu_seconds_total{cpu="0",mode="interrupt"} 18954.5390625 node_cpu_seconds_total{cpu="0",mode="nice"} 0.90625 node_cpu_seconds_total{cpu="0",mode="spin"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 32116.484375 node_cpu_seconds_total{cpu="0",mode="user"} 46720.5390625 # 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"} 1824.039887 # 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"} 8.699963904e+09 # 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"} 495774 # 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"} 1.507012e+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.4265878528e+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.25.1",revision="non-git",tags="unknown",version="1.9.1"} 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="/"} 3.0656512e+07 node_filesystem_avail_bytes{device="/dev/sd0d",device_error="",fstype="ffs",mountpoint="/tmp"} 3.216795648e+09 node_filesystem_avail_bytes{device="/dev/sd0e",device_error="",fstype="ffs",mountpoint="/var"} 4.054028288e+09 node_filesystem_avail_bytes{device="/dev/sd0f",device_error="",fstype="ffs",mountpoint="/usr"} 3.606167552e+09 node_filesystem_avail_bytes{device="/dev/sd0g",device_error="",fstype="ffs",mountpoint="/usr/X11R6"} 5.11543296e+08 node_filesystem_avail_bytes{device="/dev/sd0h",device_error="",fstype="ffs",mountpoint="/usr/local"} 4.19400704e+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.7363820544e+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="/"} 121647 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"} 664621 node_filesystem_files_free{device="/dev/sd0f",device_error="",fstype="ffs",mountpoint="/usr"} 706669 node_filesystem_files_free{device="/dev/sd0g",device_error="",fstype="ffs",mountpoint="/usr/X11R6"} 149412 node_filesystem_files_free{device="/dev/sd0h",device_error="",fstype="ffs",mountpoint="/usr/local"} 878470 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.302931e+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="/"} 8.2337792e+07 node_filesystem_free_bytes{device="/dev/sd0d",device_error="",fstype="ffs",mountpoint="/tmp"} 3.386099712e+09 node_filesystem_free_bytes{device="/dev/sd0e",device_error="",fstype="ffs",mountpoint="/var"} 4.323330048e+09 node_filesystem_free_bytes{device="/dev/sd0f",device_error="",fstype="ffs",mountpoint="/usr"} 3.886327808e+09 node_filesystem_free_bytes{device="/dev/sd0g",device_error="",fstype="ffs",mountpoint="/usr/X11R6"} 5.63224576e+08 node_filesystem_free_bytes{device="/dev/sd0h",device_error="",fstype="ffs",mountpoint="/usr/local"} 4.552306688e+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.8288818176e+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_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sd0a",device_error="",fstype="ffs",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sd0d",device_error="",fstype="ffs",mountpoint="/tmp"} 0 node_filesystem_purgeable_bytes{device="/dev/sd0e",device_error="",fstype="ffs",mountpoint="/var"} 0 node_filesystem_purgeable_bytes{device="/dev/sd0f",device_error="",fstype="ffs",mountpoint="/usr"} 0 node_filesystem_purgeable_bytes{device="/dev/sd0g",device_error="",fstype="ffs",mountpoint="/usr/X11R6"} 0 node_filesystem_purgeable_bytes{device="/dev/sd0h",device_error="",fstype="ffs",mountpoint="/usr/local"} 0 node_filesystem_purgeable_bytes{device="/dev/sd0i",device_error="",fstype="ffs",mountpoint="/usr/src"} 0 node_filesystem_purgeable_bytes{device="/dev/sd0j",device_error="",fstype="ffs",mountpoint="/usr/obj"} 0 node_filesystem_purgeable_bytes{device="/dev/sd0k",device_error="",fstype="ffs",mountpoint="/home"} 0 # 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.22998046875 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.1494140625 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.150390625 # HELP node_memory_active_bytes Memory information field active_bytes. # TYPE node_memory_active_bytes gauge node_memory_active_bytes 8.6810624e+07 # HELP node_memory_cache_bytes Memory information field cache_bytes. # TYPE node_memory_cache_bytes gauge node_memory_cache_bytes 2.00343552e+08 # HELP node_memory_free_bytes Memory information field free_bytes. # TYPE node_memory_free_bytes gauge node_memory_free_bytes 5.65829632e+08 # HELP node_memory_inactive_bytes Memory information field inactive_bytes. # TYPE node_memory_inactive_bytes gauge node_memory_inactive_bytes 6.0502016e+07 # HELP node_memory_size_bytes Memory information field size_bytes. # TYPE node_memory_size_bytes gauge node_memory_size_bytes 1.006288896e+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 1.33021696e+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 1.84549376e+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.48640149e+08 node_network_receive_bytes_total{device="pflog0"} 0 node_network_receive_bytes_total{device="vio0"} 1.874995401e+09 node_network_receive_bytes_total{device="wg0"} 3.642816e+06 # 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.980391e+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"} 1.847676e+06 node_network_receive_packets_total{device="pflog0"} 0 node_network_receive_packets_total{device="vio0"} 1.6419064e+07 node_network_receive_packets_total{device="wg0"} 7658 # 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.48640149e+08 node_network_transmit_bytes_total{device="pflog0"} 1920 node_network_transmit_bytes_total{device="vio0"} 2.859585329e+09 node_network_transmit_bytes_total{device="wg0"} 2.903204e+06 # 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"} 1.847676e+06 node_network_transmit_packets_total{device="pflog0"} 28 node_network_transmit_packets_total{device="vio0"} 1.2127111e+07 node_network_transmit_packets_total{device="wg0"} 9677 # 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"} 2.457e-05 node_scrape_collector_duration_seconds{collector="cpu"} 6.1165e-05 node_scrape_collector_duration_seconds{collector="diskstats"} 7.7732e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.00054554 node_scrape_collector_duration_seconds{collector="loadavg"} 5.4685e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000296528 node_scrape_collector_duration_seconds{collector="netdev"} 0.000343556 node_scrape_collector_duration_seconds{collector="os"} 0.000164715 node_scrape_collector_duration_seconds{collector="textfile"} 6.4828e-05 node_scrape_collector_duration_seconds{collector="time"} 8.553e-06 node_scrape_collector_duration_seconds{collector="uname"} 7.7859e-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.7895072817225313e+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.9",sysname="OpenBSD",version="OpenBSD 7.9 (GENERIC) #399: Wed May 6 13:01:58 MDT 2026 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"} 41 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0