Open
Description
Component(s)
receiver/hostmetrics/internal/scraper/processscraper
Is your feature request related to a problem? Please describe.
Enabling the process scraper with utilization, memory, disk, etc on my Mac results in 5k metrics every scrape interval
Describe the solution you'd like
The ability to have the scraper report metrics only by the top N processes by memory, CPU, or disk.
Describe alternatives you've considered
Using the metrics transform processor would allow combining some of the metrics but I'm not sure how you'd use it to get top N for a process
Additional context
No response