Releases: electrolux-oss/aws-cost-exporter
v1.0.7 - 20241127
[FIX] Fix the duplicated timeseries error by @gluckzhang in #23
v1.0.6 - 20241003
[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
[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
[FIX] Metric labels should be cleaned up whenever new cost data is fetched
v1.0.3 - 20240302
[IMPROVE] Improve the validation of the exporter config based on issue #6
v1.0.2 - 20231208
[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
[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
- [FEATURE] Support exporting cost data for multiple AWS accounts
- [FEATURE] Self-defined group-by
- [FEATURE] Merge minor costs into one cost metric