apm-agent-nodejs
apm-agent-nodejs copied to clipboard
Collect eventLoopUtilization metric
nodejs supports collecting eventLoopUtilization(ELU) metric out of the box. from the introduction article:
The simplest definition of event loop utilization (or ELU) is the ratio of
time the event loop is not idling in the event provider to the total time the event loop is running.
ELU can be a more helpful metric than CPU usage in % since it allows to exclude other processes from the equation. I'd suggest the APM agent collect ELU by default for the environments that support this functionality.
Sounds good to me.
Added in: v14.10.0, v12.19.0