Prometheus Exporter for Cloud Provider agnostic cost metrics

2 Open Issues Need Help Last updated: Oct 20, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes refactoring the EC2 pricing map population logic to decouple it from the `Collect` method. Currently, pricing maps are synchronously updated within `Collect`, causing delays. The proposed solution is to adopt a background ticker pattern, similar to the `aks` package, where maps are initialized in `New` and refreshed asynchronously by dedicated goroutines using tickers.

Complexity: 3/5
enhancement good first issue area/monitoring

Prometheus Exporter for Cloud Provider agnostic cost metrics

Go

AI Summary: Update the Grafana Cloud Cost Exporter's release process to remove the deprecated `archives.format` field in the `goreleaser` configuration, replacing it with the recommended alternative as documented in the provided links.

Complexity: 3/5
good first issue

Prometheus Exporter for Cloud Provider agnostic cost metrics

Go