node icon indicating copy to clipboard operation
node copied to clipboard

process: add _getActiveHandles documentation

Open yashLadha opened this issue 3 years ago • 1 comments

Documenting activeHandles documentation in the process API which can be used by the developers to make functions/modules to track the health of their node process.

Though i am aware of the reason that why it is not documented yet, even though being very much helpful for instrumentation of process stats. I might be lacking some information around the context but wanted to float this PR so that iteration can be done on this PR and developers are aware of this awesome function.

yashLadha avatar Feb 07 '21 07:02 yashLadha

PR to make it public: https://github.com/nodejs/node/pull/37262

RaisinTen avatar Feb 07 '21 09:02 RaisinTen