grafana / unused

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

Add "export to CSV" functionality #51

Closed fedordikarev closed 4 months ago

fedordikarev commented 1 year ago

While working on a scale (more than 1000 unused disks across number of providers and k8s namespaces) it's hard to assign disk to owner and make teams aware of costs. Recently added -group-by (https://github.com/grafana/unused/issues/47) helps in that but it will be nice to have ability to export output in CSV format so it could be uploaded into any analytical system, joined with extra meta-data (like namespace to owner team matching) and nice dashboards could be used there.

inkel commented 4 months ago

This isn't currently needed. We might revisit it in the future.