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
I would like to suggest adding a new feature to your fantastic exporter that tracks the number of network connections initiated by a specific process, along with their current status.
I have worked on a prototype of such an exporter: https://github.com/denisitpro/process-net-exporter. However, it’s not optimized and relies on parsing the output of ss. I had to discard using processConnections, as it didn’t correctly display the connections. Since I’m new to development, I likely made mistakes.
If you add connection status tracking to your exporter, I believe it could greatly benefit many people in the community.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I would like to suggest adding a new feature to your fantastic exporter that tracks the number of network connections initiated by a specific process, along with their current status.
I have worked on a prototype of such an exporter: https://github.com/denisitpro/process-net-exporter. However, it’s not optimized and relies on parsing the output of ss. I had to discard using processConnections, as it didn’t correctly display the connections. Since I’m new to development, I likely made mistakes.
If you add connection status tracking to your exporter, I believe it could greatly benefit many people in the community.
Thank you!
The text was updated successfully, but these errors were encountered: