You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node v16.14.0 includes process.getActiveResourcesInfo() (docs, PR) as a public alternative to process._getActiveHandles() and process._getActiveRequests(). We use the latter two in "lib/metrics/runtime.js". We should use the blessed new one when able.