elastic / elastic-agent-system-metrics

Apache License 2.0
0 stars 22 forks source link

`process.GetInfoForPid` collects the total thread count #100

Closed AndersonQ closed 1 year ago

AndersonQ commented 1 year ago

What does this PR do?

Collect the total thread count, num_threads, as part of the information collected by process.GetInfoForPid

Why is it important?

To enable metricbeat to collect the total thread count per process as requested by https://github.com/elastic/beats/issues/34461.

Checklist

Related issues