Skip to content

Releases: electrolux-oss/aws-cost-exporter

v1.0.6 - 20241003

03 Oct 11:46
5229f17
Compare
Choose a tag to compare

[FEATURE] The exporter supports exposing multiple metrics now, see the updated example of the config here. #14 Thanks @ylascauxoc !
[FEATURE] The exporter can be configured to fetch different types of cost (e.g., AmortizedCost or UnblendedCost) #15 Thanks @pavelsidla !

v1.0.5 - 20240521

21 May 12:46
4f7166f
Compare
Choose a tag to compare

[FEATURE] The exporter is able to locate different kinds of credentials if aws_access_key and aws_secret_key are not defined, the order follows boto3 #13
[DOC] Add example code for a deployment to EKS #13

Contributors: @sfarcana @jneumann90

v1.0.4 - 20240314

14 Mar 09:25
9b96649
Compare
Choose a tag to compare

[FIX] Metric labels should be cleaned up whenever new cost data is fetched

v1.0.3 - 20240302

02 Mar 12:51
d8dda1b
Compare
Choose a tag to compare

[IMPROVE] Improve the validation of the exporter config based on issue #6

v1.0.2 - 20231208

08 Dec 13:48
69f1351
Compare
Choose a tag to compare

[IMPROVE] Improve the error handling logic, errors caused by one AWS account will not crash the whole exporter
[FEATURE] Make the metric name configurable (set metric_name in exporter_config.yaml)

v1.0.1 - 20230814

14 Aug 09:47
e736ee5
Compare
Choose a tag to compare

[CHANGE] Change the metric name to aws_daily_cost_usd to make it more descriptive
[DOC] Add a sample output together with some explanations

v1.0.0 - 20230713

13 Jul 15:40
Compare
Choose a tag to compare
  • [FEATURE] Support exporting cost data for multiple AWS accounts
  • [FEATURE] Self-defined group-by
  • [FEATURE] Merge minor costs into one cost metric