use case: service_restart_total only #35
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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 disableunit_state
and various other default metrics.The text was updated successfully, but these errors were encountered: