-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[receiver/dockerstats] Add pids_stats metrics #21041
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
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Thanks for the proposal @sigilioso, would be happy to add this feature, and happy to review any PRs for it. A couple of things to consider:
That's all I can think of for now. Let me know if you have any more questions! |
@jamesmoessis Thank you for the feedback and the considerations. |
@sigilioso It looks like your PR #21111 was meant to address this, please close this issue if it's been resolved. |
Thanks for the heads up @crobert-1 🙂 |
Component(s)
receiver/dockerstats
Is your feature request related to a problem? Please describe.
I would like to improve the dockerstats receiver with the addition of
pids_stats
metrics.Describe the solution you'd like
Docker container's stats endpoint returns pids_stats if the Linux's Kernel is >= 4.3 and pids group is supported.
It can include up to two metrics:
pids_current
: current number of processes.pids_max
: maximum number of processes.I would like the receiver to support reporting those metrics when available.
Describe alternatives you've considered
No response
Additional context
This is part of a New Relic initiative to adopt the dockerstats receiver as a source of instrumentation.
I would be happy to work on it once the proposal gets refined/approved.
The text was updated successfully, but these errors were encountered: