# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 9.5167e-05 go_gc_duration_seconds{quantile="0.25"} 0.000105556 go_gc_duration_seconds{quantile="0.5"} 0.000132373 go_gc_duration_seconds{quantile="0.75"} 0.000137876 go_gc_duration_seconds{quantile="1"} 0.000185412 go_gc_duration_seconds_sum 11.780984715 go_gc_duration_seconds_count 96338 # 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.22.1"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated and still in use. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.47448e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 2.2186276124e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.603706e+06 # HELP go_memstats_frees_total Total number of frees. # TYPE go_memstats_frees_total counter go_memstats_frees_total 3.083993415e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.021784e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 1.47448e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 5.431296e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 2.514944e+06 # HELP go_memstats_heap_objects Number of allocated objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 4903 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 3.145728e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 7.94624e+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.7281653891891181e+09 # HELP go_memstats_lookups_total Total number of pointer lookups. # TYPE go_memstats_lookups_total counter go_memstats_lookups_total 0 # HELP go_memstats_mallocs_total Total number of mallocs. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 3.083998318e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15600 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 46720 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. # 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. # 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. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 361734 # HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator. # 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. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 425984 # HELP go_memstats_sys_bytes Number of bytes obtained from system. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.3456648e+07 # 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.716715224714431e+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.076925825e+07 node_cpu_seconds_total{cpu="0",mode="interrupt"} 106181.7578125 node_cpu_seconds_total{cpu="0",mode="nice"} 10.3203125 node_cpu_seconds_total{cpu="0",mode="spin"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 137426.8125 node_cpu_seconds_total{cpu="0",mode="user"} 437309.609375 # 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"} 4974.260577 # 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"} 6.682167808e+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"} 364426 # 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"} 7.777295e+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"} 5.6674066432e+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.22.1",revision="non-git",tags="unknown",version="1.7.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",fstype="ffs",mountpoint="/"} 8.3801088e+08 node_filesystem_avail_bytes{device="/dev/sd0d",fstype="ffs",mountpoint="/tmp"} 3.216799744e+09 node_filesystem_avail_bytes{device="/dev/sd0e",fstype="ffs",mountpoint="/var"} 4.361107456e+09 node_filesystem_avail_bytes{device="/dev/sd0f",fstype="ffs",mountpoint="/usr"} 3.758764032e+09 node_filesystem_avail_bytes{device="/dev/sd0g",fstype="ffs",mountpoint="/usr/X11R6"} 6.58241536e+08 node_filesystem_avail_bytes{device="/dev/sd0h",fstype="ffs",mountpoint="/usr/local"} 4.996175872e+09 node_filesystem_avail_bytes{device="/dev/sd0i",fstype="ffs",mountpoint="/usr/src"} 2.219382784e+09 node_filesystem_avail_bytes{device="/dev/sd0j",fstype="ffs",mountpoint="/usr/obj"} 5.923866624e+09 node_filesystem_avail_bytes{device="/dev/sd0k",fstype="ffs",mountpoint="/home"} 1.7545957376e+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",fstype="ffs",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sd0d",fstype="ffs",mountpoint="/tmp"} 0 node_filesystem_device_error{device="/dev/sd0e",fstype="ffs",mountpoint="/var"} 0 node_filesystem_device_error{device="/dev/sd0f",fstype="ffs",mountpoint="/usr"} 0 node_filesystem_device_error{device="/dev/sd0g",fstype="ffs",mountpoint="/usr/X11R6"} 0 node_filesystem_device_error{device="/dev/sd0h",fstype="ffs",mountpoint="/usr/local"} 0 node_filesystem_device_error{device="/dev/sd0i",fstype="ffs",mountpoint="/usr/src"} 0 node_filesystem_device_error{device="/dev/sd0j",fstype="ffs",mountpoint="/usr/obj"} 0 node_filesystem_device_error{device="/dev/sd0k",fstype="ffs",mountpoint="/home"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sd0a",fstype="ffs",mountpoint="/"} 155518 node_filesystem_files{device="/dev/sd0d",fstype="ffs",mountpoint="/tmp"} 440638 node_filesystem_files{device="/dev/sd0e",fstype="ffs",mountpoint="/var"} 699838 node_filesystem_files{device="/dev/sd0f",fstype="ffs",mountpoint="/usr"} 725758 node_filesystem_files{device="/dev/sd0g",fstype="ffs",mountpoint="/usr/X11R6"} 155518 node_filesystem_files{device="/dev/sd0h",fstype="ffs",mountpoint="/usr/local"} 907198 node_filesystem_files{device="/dev/sd0i",fstype="ffs",mountpoint="/usr/src"} 311038 node_filesystem_files{device="/dev/sd0j",fstype="ffs",mountpoint="/usr/obj"} 803518 node_filesystem_files{device="/dev/sd0k",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",fstype="ffs",mountpoint="/"} 152755 node_filesystem_files_free{device="/dev/sd0d",fstype="ffs",mountpoint="/tmp"} 440627 node_filesystem_files_free{device="/dev/sd0e",fstype="ffs",mountpoint="/var"} 665371 node_filesystem_files_free{device="/dev/sd0f",fstype="ffs",mountpoint="/usr"} 707786 node_filesystem_files_free{device="/dev/sd0g",fstype="ffs",mountpoint="/usr/X11R6"} 149496 node_filesystem_files_free{device="/dev/sd0h",fstype="ffs",mountpoint="/usr/local"} 884620 node_filesystem_files_free{device="/dev/sd0i",fstype="ffs",mountpoint="/usr/src"} 311037 node_filesystem_files_free{device="/dev/sd0j",fstype="ffs",mountpoint="/usr/obj"} 803517 node_filesystem_files_free{device="/dev/sd0k",fstype="ffs",mountpoint="/home"} 2.330565e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sd0a",fstype="ffs",mountpoint="/"} 8.8969216e+08 node_filesystem_free_bytes{device="/dev/sd0d",fstype="ffs",mountpoint="/tmp"} 3.386103808e+09 node_filesystem_free_bytes{device="/dev/sd0e",fstype="ffs",mountpoint="/var"} 4.630409216e+09 node_filesystem_free_bytes{device="/dev/sd0f",fstype="ffs",mountpoint="/usr"} 4.038924288e+09 node_filesystem_free_bytes{device="/dev/sd0g",fstype="ffs",mountpoint="/usr/X11R6"} 7.09922816e+08 node_filesystem_free_bytes{device="/dev/sd0h",fstype="ffs",mountpoint="/usr/local"} 5.35447552e+09 node_filesystem_free_bytes{device="/dev/sd0i",fstype="ffs",mountpoint="/usr/src"} 2.336190464e+09 node_filesystem_free_bytes{device="/dev/sd0j",fstype="ffs",mountpoint="/usr/obj"} 6.235648e+09 node_filesystem_free_bytes{device="/dev/sd0k",fstype="ffs",mountpoint="/home"} 1.8470955008e+10 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sd0a",fstype="ffs",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sd0d",fstype="ffs",mountpoint="/tmp"} 0 node_filesystem_readonly{device="/dev/sd0e",fstype="ffs",mountpoint="/var"} 0 node_filesystem_readonly{device="/dev/sd0f",fstype="ffs",mountpoint="/usr"} 0 node_filesystem_readonly{device="/dev/sd0g",fstype="ffs",mountpoint="/usr/X11R6"} 0 node_filesystem_readonly{device="/dev/sd0h",fstype="ffs",mountpoint="/usr/local"} 0 node_filesystem_readonly{device="/dev/sd0i",fstype="ffs",mountpoint="/usr/src"} 0 node_filesystem_readonly{device="/dev/sd0j",fstype="ffs",mountpoint="/usr/obj"} 0 node_filesystem_readonly{device="/dev/sd0k",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",fstype="ffs",mountpoint="/"} 1.033648128e+09 node_filesystem_size_bytes{device="/dev/sd0d",fstype="ffs",mountpoint="/tmp"} 3.386112e+09 node_filesystem_size_bytes{device="/dev/sd0e",fstype="ffs",mountpoint="/var"} 5.386057728e+09 node_filesystem_size_bytes{device="/dev/sd0f",fstype="ffs",mountpoint="/usr"} 5.603227648e+09 node_filesystem_size_bytes{device="/dev/sd0g",fstype="ffs",mountpoint="/usr/X11R6"} 1.033648128e+09 node_filesystem_size_bytes{device="/dev/sd0h",fstype="ffs",mountpoint="/usr/local"} 7.165999104e+09 node_filesystem_size_bytes{device="/dev/sd0i",fstype="ffs",mountpoint="/usr/src"} 2.336192512e+09 node_filesystem_size_bytes{device="/dev/sd0j",fstype="ffs",mountpoint="/usr/obj"} 6.235650048e+09 node_filesystem_size_bytes{device="/dev/sd0k",fstype="ffs",mountpoint="/home"} 1.8499958784e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.06103515625 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.08251953125 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.107421875 # HELP node_memory_active_bytes Memory information field active_bytes. # TYPE node_memory_active_bytes gauge node_memory_active_bytes 3.7064704e+07 # HELP node_memory_cache_bytes Memory information field cache_bytes. # TYPE node_memory_cache_bytes gauge node_memory_cache_bytes 2.02285056e+08 # HELP node_memory_free_bytes Memory information field free_bytes. # TYPE node_memory_free_bytes gauge node_memory_free_bytes 6.30689792e+08 # HELP node_memory_inactive_bytes Memory information field inactive_bytes. # TYPE node_memory_inactive_bytes gauge node_memory_inactive_bytes 8.8727552e+07 # HELP node_memory_size_bytes Memory information field size_bytes. # TYPE node_memory_size_bytes gauge node_memory_size_bytes 1.012768768e+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.20512512e+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 8.73402368e+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.8194933e+07 node_network_receive_bytes_total{device="pflog0"} 0 node_network_receive_bytes_total{device="vio0"} 8.337057768e+09 node_network_receive_bytes_total{device="wg0"} 4.71152108e+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"} 1 # 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"} 3.5038241e+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"} 272633 node_network_receive_packets_total{device="pflog0"} 0 node_network_receive_packets_total{device="vio0"} 7.4073381e+07 node_network_receive_packets_total{device="wg0"} 4.010109e+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.8194933e+07 node_network_transmit_bytes_total{device="pflog0"} 9468 node_network_transmit_bytes_total{device="vio0"} 8.746950397e+09 node_network_transmit_bytes_total{device="wg0"} 3.353341596e+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"} 120 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"} 272633 node_network_transmit_packets_total{device="pflog0"} 201 node_network_transmit_packets_total{device="vio0"} 3.3291255e+07 node_network_transmit_packets_total{device="wg0"} 3.212565e+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"} 6.5159e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.000125713 node_scrape_collector_duration_seconds{collector="diskstats"} 6.3944e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.000268874 node_scrape_collector_duration_seconds{collector="loadavg"} 5.3531e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000132387 node_scrape_collector_duration_seconds{collector="netdev"} 0.000288151 node_scrape_collector_duration_seconds{collector="os"} 0.000165991 node_scrape_collector_duration_seconds{collector="textfile"} 6.0041e-05 node_scrape_collector_duration_seconds{collector="time"} 1.978e-05 node_scrape_collector_duration_seconds{collector="uname"} 0.000137926 # 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.728165411470995e+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.5",sysname="OpenBSD",version="OpenBSD 7.5 (GENERIC) #79: Wed Mar 20 15:33:49 MDT 2024 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"} 763070 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0