grafana / cloudcost-exporter

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

Feat/pvc attribute boot disks #151

Closed Pokom closed 5 months ago

Pokom commented 5 months ago

Introduces a new label disk_type which can be represented as

The purpose of this is to help further differentiate the type of disks that are being exported. When comparing exported results, I found ~4000 disks that were not represented by opencost. After investigating further, these disks were specifically related to boot disks.

The neat thing about this is we can start associated the costs of boot volumes to the team that is responsible for provisioning nodes within our k8s environments.