grafana / cloudcost-exporter

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

Get disk pricing working #118

Closed Pokom closed 8 months ago

Pokom commented 9 months ago

This implements a ListDisks method in gke that is then used to list out disks for the GKE projects by zone. ListDisks will currently return a raw compute.Disk struct that is filtered by

  1. Disks only associated with GKE clusters