switch to process.getActiveResourcesInfo()
in node v16.14.0+
#2568
Labels
agent-nodejs
Make available for APM Agents project planning.
Node v16.14.0 includes
process.getActiveResourcesInfo()
(docs, PR) as a public alternative toprocess._getActiveHandles()
andprocess._getActiveRequests()
. We use the latter two in "lib/metrics/runtime.js". We should use the blessed new one when able.The text was updated successfully, but these errors were encountered: