# 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 120.662243 # 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 8.276606 # 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 128.938849 # 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 1786035896 # 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 156999680 # 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.009019392 # 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.699400191 # 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.010260188380617253 # 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.006637076975833308 # 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.010108927 # 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.010158079 # 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.010239999 # 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"} 2 nextjs_testbed_nodejs_active_resources{type="TCPSocketWrap"} 4 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 9 # 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"} 6 nextjs_testbed_nodejs_active_handles{type="Server"} 2 # 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 8 # 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 35635200 # 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 32985712 # 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 4473583 # 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"} 1048576 nextjs_testbed_nodejs_heap_space_size_total_bytes{space="old"} 20328448 nextjs_testbed_nodejs_heap_space_size_total_bytes{space="code"} 4456448 nextjs_testbed_nodejs_heap_space_size_total_bytes{space="shared"} 0 nextjs_testbed_nodejs_heap_space_size_total_bytes{space="trusted"} 3780608 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"} 5857280 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"} 511472 nextjs_testbed_nodejs_heap_space_size_used_bytes{space="old"} 19091496 nextjs_testbed_nodejs_heap_space_size_used_bytes{space="code"} 3776832 nextjs_testbed_nodejs_heap_space_size_used_bytes{space="shared"} 0 nextjs_testbed_nodejs_heap_space_size_used_bytes{space="trusted"} 3287328 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"} 5834840 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"} 537040 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="old"} 1150424 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="code"} 679072 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="shared"} 0 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="trusted"} 482704 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="shared_trusted"} 0 nextjs_testbed_nodejs_heap_space_size_available_bytes{space="new_large_object"} 1048576 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"} 107 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="0.01",kind="minor"} 116 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="0.1",kind="minor"} 493 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="1",kind="minor"} 493 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="2",kind="minor"} 493 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="5",kind="minor"} 493 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="+Inf",kind="minor"} 493 nextjs_testbed_nodejs_gc_duration_seconds_sum{kind="minor"} 10.236970829725276 nextjs_testbed_nodejs_gc_duration_seconds_count{kind="minor"} 493 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="0.001",kind="incremental"} 5 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="0.01",kind="incremental"} 10 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="0.1",kind="incremental"} 10 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="1",kind="incremental"} 10 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="2",kind="incremental"} 10 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="5",kind="incremental"} 10 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="+Inf",kind="incremental"} 10 nextjs_testbed_nodejs_gc_duration_seconds_sum{kind="incremental"} 0.017549225807189945 nextjs_testbed_nodejs_gc_duration_seconds_count{kind="incremental"} 10 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"} 4 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="0.1",kind="major"} 10 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="1",kind="major"} 10 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="2",kind="major"} 10 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="5",kind="major"} 10 nextjs_testbed_nodejs_gc_duration_seconds_bucket{le="+Inf",kind="major"} 10 nextjs_testbed_nodejs_gc_duration_seconds_sum{kind="major"} 0.17637473368644713 nextjs_testbed_nodejs_gc_duration_seconds_count{kind="major"} 10 # HELP nextjs_testbed_requests_total Deterministic testbed request count # TYPE nextjs_testbed_requests_total counter nextjs_testbed_requests_total{route="/api/heavy",method="GET",pool="heavy",variant="adapter"} 422 nextjs_testbed_requests_total{route="/api/metrics/heavy",method="GET",pool="heavy",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/heavy",pool="heavy"} 1 nextjs_testbed_request_duration_seconds_bucket{le="0.01",route="/api/heavy",pool="heavy"} 1 nextjs_testbed_request_duration_seconds_bucket{le="0.025",route="/api/heavy",pool="heavy"} 1 nextjs_testbed_request_duration_seconds_bucket{le="0.05",route="/api/heavy",pool="heavy"} 1 nextjs_testbed_request_duration_seconds_bucket{le="0.1",route="/api/heavy",pool="heavy"} 1 nextjs_testbed_request_duration_seconds_bucket{le="0.25",route="/api/heavy",pool="heavy"} 362 nextjs_testbed_request_duration_seconds_bucket{le="0.5",route="/api/heavy",pool="heavy"} 422 nextjs_testbed_request_duration_seconds_bucket{le="1",route="/api/heavy",pool="heavy"} 422 nextjs_testbed_request_duration_seconds_bucket{le="2.5",route="/api/heavy",pool="heavy"} 422 nextjs_testbed_request_duration_seconds_bucket{le="5",route="/api/heavy",pool="heavy"} 422 nextjs_testbed_request_duration_seconds_bucket{le="+Inf",route="/api/heavy",pool="heavy"} 422 nextjs_testbed_request_duration_seconds_sum{route="/api/heavy",pool="heavy"} 97.53153931099995 nextjs_testbed_request_duration_seconds_count{route="/api/heavy",pool="heavy"} 422 # HELP nextjs_testbed_responses_total Testbed response count by status # TYPE nextjs_testbed_responses_total counter nextjs_testbed_responses_total{route="/api/heavy",status="200",pool="heavy",variant="adapter"} 421 nextjs_testbed_responses_total{route="/api/heavy",status="404",pool="heavy",variant="adapter"} 1 # 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/heavy",pool="heavy"} 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-heavy-life-c39a744-86f495b469-76d8w",pool="heavy",variant="adapter"} 1