grafana / unused

CLI tool, Prometheus exporter, and Go module to list your unused disks in all cloud providers
Apache License 2.0
51 stars 1 forks source link

Feature[cmd/exporter]: add `config` type #27

Closed inkel closed 1 year ago

inkel commented 1 year ago

This new type allows to easier passing around of configuration values to the functions running the exporter. It also paves the road to adding/removing configuration options without having to unnecessarily change the function signatures.