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
A histogram would probably be a better fit for the gc stats, we could follow the Go client library
go_gc_duration_seconds_count go_gc_duration_seconds_sum go_gc_duration_seconds
They use a summary, but I think a couple of histograms for
nodejs_gc_duration_seconds nodejs_gc_reclaim_bytes
might be good
thoughts?
The text was updated successfully, but these errors were encountered:
Yeah, that makes sense! Care to open a PR for it?
Sorry, something went wrong.
No branches or pull requests
A histogram would probably be a better fit for the gc stats, we could follow the Go client library
go_gc_duration_seconds_count
go_gc_duration_seconds_sum
go_gc_duration_seconds
They use a summary, but I think a couple of histograms for
nodejs_gc_duration_seconds
nodejs_gc_reclaim_bytes
might be good
thoughts?
The text was updated successfully, but these errors were encountered: