grafana / cloudcost-exporter

Prometheus Exporter for Cloud Provider agnostic cost metrics
Apache License 2.0
30 stars 1 forks source link

fix(google): Deduplicate disks to export #144

Closed Pokom closed 6 months ago

Pokom commented 6 months ago

Introduce a simple map to keep track of seen disks to ensure we do not emit metrics for disks already seen.