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 am in the process of adding number of file descriptors into metricbeat and or topbeat. After this gets merged elastic/gosigar#30, I want to start implementing it in beats. As it appears metricbeat is just calling topbeat under the hood for most stuff, it seems like I should add it there first and make the needed changes on the metricbeat side?
The text was updated successfully, but these errors were encountered:
Currently the best option is to do what you described above. As Topbeat and Metricbeat are in one repo, the changes can go into 1 PR. We plan to move parts of topbeat into gosigar and parts into metricbeat, but it is not clear yet how this will exactly look.
I opened PR #2257 to add FD usage information to the system.process MetricSet in Metricbeat.
I think the overall system FD usage information could go into a system.info MetricSet if we had one. That MetricSet would report things like OS version, uptime, total FD usage, virtualization info, etc.
I am in the process of adding number of file descriptors into metricbeat and or topbeat. After this gets merged elastic/gosigar#30, I want to start implementing it in beats. As it appears metricbeat is just calling topbeat under the hood for most stuff, it seems like I should add it there first and make the needed changes on the metricbeat side?
The text was updated successfully, but these errors were encountered: