Skip to content

Commit

Permalink
fix the metric_type key in the example config
Browse files Browse the repository at this point in the history
Signed-off-by: Long Zhang <[email protected]>
  • Loading branch information
gluckzhang committed Oct 6, 2024
1 parent d4da42d commit b3bcc73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exporter_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metrics:
threshold: 10
tag_value: other
# Allowed values for metric type are AmortizedCost, BlendedCost, NetAmortizedCost, NetUnblendedCost, NormalizedUsageAmount, UnblendedCost, and UsageQuantity
metrics_type: AmortizedCost
metric_type: AmortizedCost

- metric_name: aws_daily_cost_usd # change the metric name if needed
group_by:
Expand All @@ -45,7 +45,7 @@ metrics:
threshold: 10
tag_value: other
# Allowed values for metric type are AmortizedCost, BlendedCost, NetAmortizedCost, NetUnblendedCost, NormalizedUsageAmount, UnblendedCost, and UsageQuantity
metrics_type: AmortizedCost
metric_type: AmortizedCost

target_aws_accounts:
# here defines a list of target AWS accounts
Expand Down

0 comments on commit b3bcc73

Please sign in to comment.