grafana / cloudcost-exporter

Prometheus Exporter for Cloud Provider agnostic cost metrics
Apache License 2.0
66 stars 4 forks source link

fix(gcp): Remove GB to GiB conversation on disk size #177

Closed Pokom closed 6 months ago

Pokom commented 6 months ago

I believe the documentation for GCP's api is misleading and that we do not need to convert from GB to GiB when calculating the cost of a disk. This was observed by comparing the measured costs vs our bill over a period of a month and found that we were off by ~7%.

Removes the methods to convert disk.Size to GiB.