-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Metricbeat: Add network stats for containerized processes #2483
Comments
I have a working prototype of this feature in my branch at https://github.com/andrewkroh/beats/tree/feature/mb/process-network-stats. The system process metricset includes the network statistics aggregated across each of the interfaces. I did this to avoid having an array of individual interface metrics. You can filter out interfaces if desired (for example, to avoid including metrics from lo0). Network interface metrics are only included when the process is in a different network namespace than Metricbeat. This is to avoid sending network metrics when those metrics are actually the same as the overall system network metrics. This is accomplished by comparing the namespace information in Currently I am only enabling this feature when |
It seems like the network stats are not too many additional metrics per event. That means if available I would ship them by default also when |
++ to add another config option (at least for now). |
whether having any release plan for the feature? thanks! |
@andrewkroh Do you remember if we ever moved forward on this one? |
This feature was never added. Nearly all the code necessary to add this has been committed upstream so I think it would be relatively simple to add it now. I still have my first attempt save at andrewkroh@7dd6ba8. |
Backlog grooming: Closing it for now until further activity, can still be reopened if needed. |
Add networks stats to the system-process output.
The sample output below was collected from Amazon Linux 2016.03 running Docker 1.11.2.
The text was updated successfully, but these errors were encountered: