From b3bcc7322b43cd4b1091096e14b6acd9b1c5284c Mon Sep 17 00:00:00 2001 From: Long Zhang Date: Sun, 6 Oct 2024 20:21:24 +0200 Subject: [PATCH] fix the metric_type key in the example config Signed-off-by: Long Zhang --- exporter_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exporter_config.yaml b/exporter_config.yaml index b3871f1..7d14050 100644 --- a/exporter_config.yaml +++ b/exporter_config.yaml @@ -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: @@ -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