We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since Node v11.10.0 Node.js has built in support for monitoring event loop delay: https://nodejs.org/api/perf_hooks.html#perf_hooks_perf_hooks_monitoreventloopdelay_options
I would suggest to use that rather than then current tracking:
prom-client/lib/metrics/eventLoopLag.js
Lines 26 to 27 in 9b4ef10
The text was updated successfully, but these errors were encountered:
This is being worked on in #278
Sorry, something went wrong.
Oh, my search skills failed me 🙈 Let’s close this one then
No branches or pull requests
Since Node v11.10.0 Node.js has built in support for monitoring event loop delay: https://nodejs.org/api/perf_hooks.html#perf_hooks_perf_hooks_monitoreventloopdelay_options
I would suggest to use that rather than then current tracking:
prom-client/lib/metrics/eventLoopLag.js
Lines 26 to 27 in 9b4ef10
The text was updated successfully, but these errors were encountered: