grafana / cloudcost-exporter

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

Rename metrics to fit the desired name schema #79

Closed the-it closed 8 months ago

the-it commented 8 months ago

This PR realizes the schema outlined in the design document

All metrics of the existing collectors were updated.

closes: https://github.com/grafana/cloudcost-exporter/issues/1

Pokom commented 8 months ago

Looks like the tests are failing because they're expecting old metric names. Bit tedius, but should just be some find + replaces in test files.