grafana / cloudcost-exporter

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

fix(s3): Fix flaky tests #52

Closed Pokom closed 11 months ago

Pokom commented 11 months ago

We were calling unitCostForComponent on every iteration of metrics, which potentially was causing a flaky test. This moves the call to unitCostForComponent to after generating the entire componentsMap, and has not resulted in a single failed test(100's of runs).