Optional
Which metrics to collect.
Default on (8 metrics):
cpuUtilization
memRss
memHeapUsed
memHeapTotal
eventLoopDelayP50
eventLoopDelayP99
eventLoopUtilization
uptime
Default off (opt-in):
cpuTime
memExternal
eventLoopDelayMin
eventLoopDelayMax
eventLoopDelayMean
eventLoopDelayP90
How often to collect metrics, in milliseconds.
30000 Copy
30000
Which metrics to collect.
Default on (8 metrics):
cpuUtilization— CPU utilization ratiomemRss— Resident Set Size (actual memory footprint)memHeapUsed— V8 heap currently in usememHeapTotal— total V8 heap allocated (headroom paired withmemHeapUsed)eventLoopDelayP50— median event loop delay (baseline latency)eventLoopDelayP99— 99th percentile event loop delay (tail latency / spikes)eventLoopUtilization— fraction of time the event loop was activeuptime— process uptime (detect restarts/crashes)Default off (opt-in):
cpuTime— raw user/system CPU time in secondsmemExternal— external/ArrayBuffer memory (relevant for native addons)eventLoopDelayMin/eventLoopDelayMax/eventLoopDelayMean/eventLoopDelayP90