grafana / cloudcost-exporter

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

fix(eks): Support Storage optimized and unkown instances #180

Closed Pokom closed 5 months ago

Pokom commented 5 months ago

Adds unit tests to confirm a bug where an unknown instance type would return a value of 0 for the vCPU price. Adds Storage optimized to the cpuToCostRatio map. Sets the default instance family to General purpose Moves over cpuToCostRatio to pricing_map.go.