Open
Description
I'm currently using node_exporter and have this issue, so raising it here as well.
Metrics like unit_state
are quite costly due to cardinality. In my case with node_exporter it's consuming about ~15% of our entire metric space, affecting scrape times, caching nodes, etc.
My use case requires service_restart_total
only, so ideally I'd have a way to disable unit_state
and various other default metrics.