Skip to content

Commit

Permalink
bump the version and add some comments in the config example
Browse files Browse the repository at this point in the history
Signed-off-by: Long Zhang <[email protected]>
  • Loading branch information
gluckzhang committed Jan 22, 2025
1 parent bb761f4 commit f761dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions exporter_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ metrics:
tag_value: other
# Allowed values for metric type are AmortizedCost, BlendedCost, NetAmortizedCost, NetUnblendedCost, NormalizedUsageAmount, UnblendedCost, and UsageQuantity
metric_type: AmortizedCost
# the following `tag_filters` part is optional and can be removed if there is no filter by tags
tag_filters:
- tag_key: 'my_org:team'
tag_values:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "aws-cost-exporter",
"version": "v1.0.7"
"version": "v1.0.8"
}

0 comments on commit f761dac

Please sign in to comment.