# HELP nextjs_testbed_process_cpu_user_seconds_total Total user CPU time spent in seconds. # TYPE nextjs_testbed_process_cpu_user_seconds_total counter nextjs_testbed_process_cpu_user_seconds_total 24.901267 # HELP nextjs_testbed_process_cpu_system_seconds_total Total system CPU time spent in seconds. # TYPE nextjs_testbed_process_cpu_system_seconds_total counter nextjs_testbed_process_cpu_system_seconds_total 1.273345 # HELP nextjs_testbed_process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE nextjs_testbed_process_cpu_seconds_total counter nextjs_testbed_process_cpu_seconds_total 26.174612 # HELP nextjs_testbed_process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE nextjs_testbed_process_start_time_seconds gauge nextjs_testbed_process_start_time_seconds 1786035993 # HELP nextjs_testbed_process_resident_memory_bytes Resident memory size in bytes. # TYPE nextjs_testbed_process_resident_memory_bytes gauge nextjs_testbed_process_resident_memory_bytes 199249920 # HELP nextjs_testbed_process_max_fds Maximum number of open file descriptors. # TYPE nextjs_testbed_process_max_fds gauge nextjs_testbed_process_max_fds 1048576 # HELP nextjs_testbed_nodejs_eventloop_lag_seconds Lag of event loop in seconds. # TYPE nextjs_testbed_nodejs_eventloop_lag_seconds gauge nextjs_testbed_nodejs_eventloop_lag_seconds 0 # HELP nextjs_testbed_nodejs_eventloop_lag_min_seconds The minimum recorded event loop delay. # TYPE nextjs_testbed_nodejs_eventloop_lag_min_seconds gauge nextjs_testbed_nodejs_eventloop_lag_min_seconds 0.00905216 # HELP nextjs_testbed_nodejs_eventloop_lag_max_seconds The maximum recorded event loop delay. # TYPE nextjs_testbed_nodejs_eventloop_lag_max_seconds gauge nextjs_testbed_nodejs_eventloop_lag_max_seconds 0.133234687 # HELP nextjs_testbed_nodejs_eventloop_lag_mean_seconds The mean of the recorded event loop delays. # TYPE nextjs_testbed_nodejs_eventloop_lag_mean_seconds gauge nextjs_testbed_nodejs_eventloop_lag_mean_seconds 0.013283872318936877 # HELP nextjs_testbed_nodejs_eventloop_lag_stddev_seconds The standard deviation of the recorded event loop delays. # TYPE nextjs_testbed_nodejs_eventloop_lag_stddev_seconds gauge nextjs_testbed_nodejs_eventloop_lag_stddev_seconds 0.013430713809179835 # HELP nextjs_testbed_nodejs_eventloop_lag_p50_seconds The 50th percentile of the recorded event loop delays. # TYPE nextjs_testbed_nodejs_eventloop_lag_p50_seconds gauge nextjs_testbed_nodejs_eventloop_lag_p50_seconds 0.010125311 # HELP nextjs_testbed_nodejs_eventloop_lag_p90_seconds The 90th percentile of the recorded event loop delays. # TYPE nextjs_testbed_nodejs_eventloop_lag_p90_seconds gauge nextjs_testbed_nodejs_eventloop_lag_p90_seconds 0.011223039 # HELP nextjs_testbed_nodejs_eventloop_lag_p99_seconds The 99th percentile of the recorded event loop delays. # TYPE nextjs_testbed_nodejs_eventloop_lag_p99_seconds gauge nextjs_testbed_nodejs_eventloop_lag_p99_seconds 0.085393407 # HELP nextjs_testbed_nodejs_active_resources Number of active resources that are currently keeping the event loop alive, grouped by async resource type. # TYPE nextjs_testbed_nodejs_active_resources gauge nextjs_testbed_nodejs_active_resources{type="PipeWrap"} 2 nextjs_testbed_nodejs_active_resources{type="TCPServerWrap"} 3 nextjs_testbed_nodejs_active_resources{type="TCPSocketWrap"} 193 nextjs_testbed_nodejs_active_resources{type="Immediate"} 1 # HELP nextjs_testbed_nodejs_active_resources_total Total number of active resources. # TYPE nextjs_testbed_nodejs_active_resources_total gauge nextjs_testbed_nodejs_active_resources_total 199 # HELP nextjs_testbed_nodejs_active_handles Number of active libuv handles grouped by handle type. Every handle type is C++ class name. # TYPE nextjs_testbed_nodejs_active_handles gauge nextjs_testbed_nodejs_active_handles{type="Socket"} 195 nextjs_testbed_nodejs_active_handles{type="Server"} 3 # HELP nextjs_testbed_nodejs_active_handles_total Total number of active handles. # TYPE nextjs_testbed_nodejs_active_handles_total gauge nextjs_testbed_nodejs_active_handles_total 198 # HELP nextjs_testbed_nodejs_active_requests Number of active libuv requests grouped by request type. Every request type is C++ class name. # TYPE nextjs_testbed_nodejs_active_requests gauge # HELP nextjs_testbed_nodejs_active_requests_total Total number of active requests. # TYPE nextjs_testbed_nodejs_active_requests_total gauge nextjs_testbed_nodejs_active_requests_total 0 # HELP nextjs_testbed_nodejs_heap_size_total_bytes Process heap size from Node.js in bytes. # TYPE nextjs_testbed_nodejs_heap_size_total_bytes gauge nextjs_testbed_nodejs_heap_size_total_bytes 93888512 # HELP nextjs_testbed_nodejs_heap_size_used_bytes Process heap size used from Node.js in bytes. # TYPE nextjs_testbed_nodejs_heap_size_used_bytes gauge nextjs_testbed_nodejs_heap_size_used_bytes 59605504 # HELP nextjs_testbed_nodejs_external_memory_bytes Node.js external memory size in bytes. # TYPE nextjs_testbed_nodejs_external_memory_bytes gauge nextjs_testbed_nodejs_external_memory_bytes 4875670 # HELP nextjs_testbed_nodejs_heap_space_size_total_bytes Process heap space size total from Node.js in bytes. # TYPE nextjs_testbed_nodejs_heap_space_size_total_bytes gauge nextjs_testbed_nodejs_heap_space_size_total_bytes{space="read_only"} 0 nextjs_testbed_nodejs_heap_space_size_total_bytes{space="new"} 33554432 nextjs_testbed_nodejs_heap_space_size_total_bytes{space="old"} 42610688 nextjs_testbed_nodejs_heap_space_size_total_bytes{space="code"} 5242880 nextjs_testbed_nodejs_heap_space_size_total_bytes{space="shared"} 0 nextjs_testbed_nodejs_heap_space_size_total_bytes{space="trusted"} 5877760 nextjs_testbed_nodejs_heap_space_size_total_bytes{space="shared_trusted"} 0 nextjs_testbed_nodejs_heap_space_size_total_bytes{space="new_large_object"} 0 nextjs_testbed_nodejs_heap_space_size_total_bytes{space="large_object"} 6438912 nextjs_testbed_nodejs_heap_space_size_total_bytes{space="code_large_object"} 163840 nextjs_testbed_nodejs_heap_space_size_total_bytes{space="shared_large_object"} 0 nextjs_testbed_nodejs_heap_space_size_total_bytes{space="shared_trusted_large_object"} 0 nextjs_testbed_nodejs_heap_space_size_total_bytes{space="trusted_large_object"} 0 # HELP nextjs_testbed_nodejs_heap_space_size_used_bytes Process heap space size used from Node.js in bytes. # TYPE nextjs_testbed_nodejs_heap_space_size_used_bytes gauge nextjs_testbed_nodejs_heap_space_size_used_bytes{space="read_only"} 0 nextjs_testbed_nodejs_heap_space_size_used_bytes{space="new"} 1849088 nextjs_testbed_nodejs_heap_space_size_used_bytes{space="old"} 41991136 nextjs_testbed_nodejs_heap_space_size_used_bytes{space="code"} 4930752 nextjs_testbed_nodejs_heap_space_size_used_bytes{space="shared"} 0 nextjs_testbed_nodejs_heap_space_size_used_bytes{space="trusted"} 4262856 nextjs_testbed_nodejs_heap_space_size_used_bytes{space="shared_trusted"} 0 nextjs_testbed_nodejs_heap_space_size_used_bytes{space="new_large_object"} 0 nextjs_testbed_nodejs_heap_space_size_used_bytes{space="large_object"} 6415824 nextjs_testbed_nodejs_heap_space_size_used_bytes{space="code_large_object"} 163584 nextjs_testbed_nodejs_heap_space_size_used_bytes{space="shared_large_object"} 0 nextjs_testbed_nodejs_heap_space_size_used_bytes{space="shared_trusted_large_object"} 0 nextjs_testbed_nodejs_heap_space_size_used_bytes{space="trusted_large_object"} 0 # HELP nextjs_testbed_nodejs_heap_space_size_available_bytes Process heap space size available from Node.js in bytes. # TYPE nextjs_testbed_nodejs_heap_space_size_available_bytes gauge nextjs_testbed_nodejs_heap_space_size_available_bytes{space="read_only"} 0 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="new"} 14927104 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="old"} 436400 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="code"} 311488 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="shared"} 0 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="trusted"} 1612536 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="shared_trusted"} 0 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="new_large_object"} 16777216 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="large_object"} 0 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="code_large_object"} 0 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="shared_large_object"} 0 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="shared_trusted_large_object"} 0 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="trusted_large_object"} 0 # HELP nextjs_testbed_nodejs_version_info Node.js version info. # TYPE nextjs_testbed_nodejs_version_info gauge nextjs_testbed_nodejs_version_info{version="v24.19.0",major="24",minor="19",patch="0"} 1 # HELP nextjs_testbed_nodejs_gc_duration_seconds Garbage collection duration by kind, one of major, minor, incremental or weakcb. # TYPE nextjs_testbed_nodejs_gc_duration_seconds histogram nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="0.001",kind="minor"} 0 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="0.01",kind="minor"} 5 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="0.1",kind="minor"} 180 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="1",kind="minor"} 180 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="2",kind="minor"} 180 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="5",kind="minor"} 180 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="+Inf",kind="minor"} 180 nextjs_testbed_nodejs_gc_duration_seconds_sum{kind="minor"} 4.521020165681839 nextjs_testbed_nodejs_gc_duration_seconds_count{kind="minor"} 180 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="0.001",kind="incremental"} 2 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="0.01",kind="incremental"} 7 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="0.1",kind="incremental"} 7 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="1",kind="incremental"} 7 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="2",kind="incremental"} 7 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="5",kind="incremental"} 7 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="+Inf",kind="incremental"} 7 nextjs_testbed_nodejs_gc_duration_seconds_sum{kind="incremental"} 0.013794374704360962 nextjs_testbed_nodejs_gc_duration_seconds_count{kind="incremental"} 7 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="0.001",kind="major"} 0 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="0.01",kind="major"} 1 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="0.1",kind="major"} 6 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="1",kind="major"} 6 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="2",kind="major"} 6 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="5",kind="major"} 6 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="+Inf",kind="major"} 6 nextjs_testbed_nodejs_gc_duration_seconds_sum{kind="major"} 0.15037946224212648 nextjs_testbed_nodejs_gc_duration_seconds_count{kind="major"} 6 # HELP nextjs_testbed_requests_total Deterministic testbed request count # TYPE nextjs_testbed_requests_total counter nextjs_testbed_requests_total{route="/api/load",method="GET",pool="api",variant="adapter"} 311 nextjs_testbed_requests_total{route="/api/metrics",method="GET",pool="api",variant="adapter"} 1 # HELP nextjs_testbed_request_duration_seconds Testbed route duration # TYPE nextjs_testbed_request_duration_seconds histogram nextjs_testbed_request_duration_seconds_bucket{le="0.005",route="/api/load",pool="api"} 0 nextjs_testbed_request_duration_seconds_bucket{le="0.01",route="/api/load",pool="api"} 0 nextjs_testbed_request_duration_seconds_bucket{le="0.025",route="/api/load",pool="api"} 0 nextjs_testbed_request_duration_seconds_bucket{le="0.05",route="/api/load",pool="api"} 134 nextjs_testbed_request_duration_seconds_bucket{le="0.1",route="/api/load",pool="api"} 304 nextjs_testbed_request_duration_seconds_bucket{le="0.25",route="/api/load",pool="api"} 311 nextjs_testbed_request_duration_seconds_bucket{le="0.5",route="/api/load",pool="api"} 311 nextjs_testbed_request_duration_seconds_bucket{le="1",route="/api/load",pool="api"} 311 nextjs_testbed_request_duration_seconds_bucket{le="2.5",route="/api/load",pool="api"} 311 nextjs_testbed_request_duration_seconds_bucket{le="5",route="/api/load",pool="api"} 311 nextjs_testbed_request_duration_seconds_bucket{le="+Inf",route="/api/load",pool="api"} 311 nextjs_testbed_request_duration_seconds_sum{route="/api/load",pool="api"} 19.027044442 nextjs_testbed_request_duration_seconds_count{route="/api/load",pool="api"} 311 # HELP nextjs_testbed_responses_total Testbed response count by status # TYPE nextjs_testbed_responses_total counter nextjs_testbed_responses_total{route="/api/load",status="200",pool="api",variant="adapter"} 311 # HELP nextjs_testbed_in_flight_requests Requests currently executing inside an instrumented testbed route # TYPE nextjs_testbed_in_flight_requests gauge nextjs_testbed_in_flight_requests{route="/api/load",pool="api"} 0 # HELP nextjs_testbed_runtime_info One-valued runtime identity metric # TYPE nextjs_testbed_runtime_info gauge nextjs_testbed_runtime_info{build="life-c39a744",pod="nextjs-adapter-test-api-life-c39a744-7f7ffd9c5-8jtdb",pool="api",variant="adapter"} 1