elastic / elastic-agent-system-metrics

Apache License 2.0
0 stars 22 forks source link

[metric/system/process] - return errors encountered while monitoring set of processes #164

Closed VihasMakwana closed 1 month ago

VihasMakwana commented 1 month ago

Proposed Solution

Please share your thoughts on this!

cc: @cmacknz @pierrehilbert @jlind23

jlind23 commented 1 month ago

@VihasMakwana once this is implemented I believe it will work right away without any more changes required on the Beats side thanks to https://github.com/elastic/beats/pull/40025#pullrequestreview-2178406475 right?

VihasMakwana commented 1 month ago

@VihasMakwana once this is implemented I believe it will work right away without any more changes required on the Beats side thanks to https://github.com/elastic/beats/pull/40025#pullrequestreview-2178406475 right?

We will need a small tweak here https://github.com/elastic/beats/blob/c00345ffc1cfea63f1ff46e6af981e0a0a19adf0/metricbeat/module/system/process/process.go#L113-L116 Apart from this, nothing else is required.

jlind23 commented 1 month ago

Well I guess we will have to create a new release of the elastic-agent-system-metrics but that was already part of the plan.