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

Fail early and return error from goroutines listing disks #9

Closed inkel closed 2 years ago

inkel commented 2 years ago

Previously no error was returned at all, meaning if there was a failure when listing disks it was just printed to stderr but the program continued as if nothing happened and then the UI failed unexpectedly and broke the terminal state.