catchpoint / workflow-telemetry-action

Github action to collect metrics (CPU, memory, I/O, etc ...) from your workflows to help you debug and optimize your CI/CD pipeline
Apache License 2.0
292 stars 39 forks source link

Option to disable specific metric #75

Open WildOrangutan opened 3 months ago

WildOrangutan commented 3 months ago

Hey!

I'm wondering if it would make sense, to have an option, to disable specific metric.

In my example I'm mainly interested in memory. So I would disable IO and maybe CPU metric. Reason for this is, so that metric reports (comments) on PR are a bit smaller and easier to read.

Thank you.