Open Issues Need Help
View All on GitHub Use Tickers to populate EC2 pricing maps 11 minutes ago
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
Replace deprecated field in release process 3 months ago
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