You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to get the system.network.connections metric to show the associated process? The receiver I'm using is hostmetrics with the network scraper, and the operating system is RHEL.
The text was updated successfully, but these errors were encountered:
Pinging code owners for receiver/hostmetrics: @dmitryax@braydonk. See Adding Labels via Comments if you do not have permissions to add labels yourself. For example, comment '/label priority:p2 -needs-triaged' to set the priority and remove the needs-triaged label.
I don't think there is a way to do this with our current metric definitions. Based on a cursory reading of gopsutil I think it's possible to get this information.
When adding new metrics to the hostmetricsreceiver these days, we try to get them added to our Semantic Conventions first, and adapt them here once they are standardized there.
Please open an issue in that repo requesting a metric that counts network connections per-process and we can start the work there. I am a member of the working group for system metric semantic conventions and will prioritize that issue accordingly there. Once we have it in the semantic conventions, we can figure out a plan for implementation.
Component(s)
receiver/hostmetrics/internal/scraper/networkscraper
Describe the issue you're reporting
Is there a way to get the system.network.connections metric to show the associated process? The receiver I'm using is hostmetrics with the network scraper, and the operating system is RHEL.
The text was updated successfully, but these errors were encountered: