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

Add `LastUsedAt` function to `unsued.Disk` interface #15

Closed inkel closed 2 years ago

inkel commented 2 years ago

This method will report when was the last time an unused disk was used. Note that this information is only available for GCP. For AWS it's possible to check AWS CloudTrail for DetachVolume events. For Azure I haven't found yet no way to retrieve that information.