-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
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
Support for worker_threads module #401
Labels
Comments
Sounds reasonable! Please make sure it has tests though. 🙏 Oops, just saw your PR that goes with this 😄 reviewing now. |
Are there any workarounds for instrumenting worker threads while we're waiting for this PR to get merged in? |
can someone please help why this PR is still waiting to be merged ? |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I'm trying to get aggregated metrics for all workers (cluster & worker_threads). My idea is to use exisiting AggregatorRegistry class and pass reference to workers by
pushWorkersToQueue
method. Here is my first working version: https://github.com/rafixer/prom-client/pull/1/filesDo you want this feature on your libary?
The text was updated successfully, but these errors were encountered: