Skip to content

Commit

Permalink
Disable warnings and tidy up dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebell committed Feb 23, 2024
1 parent 9b507cd commit 4cad665
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions templates/cloudwatch-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ config: |-
region: eu-west-2
period_seconds: 240
set_timestamp: false
warn_on_empty_list_dimensions: true
warn_on_empty_list_dimensions: false
metrics:
# RDS Metrics
- aws_namespace: AWS/RDS
Expand Down Expand Up @@ -131,15 +131,12 @@ config: |-
- aws_namespace: AWS/SNS
aws_metric_name: NumberOfNotificationsFilteredOut-NoMessageAttributes
aws_dimensions: [TopicName]
aws_dimensions: [TopicName]
aws_namespace: AWS/SNS
aws_statistics:
- Sum
- aws_namespace: AWS/SNS
aws_metric_name: NumberOfNotificationsFilteredOut-InvalidAttributes
aws_dimensions: [TopicName]
aws_namespace: AWS/SNS
aws_statistics:
- Sum
Expand Down Expand Up @@ -213,14 +210,12 @@ config: |-
- aws_namespace: AWS/DynamoDB
aws_metric_name: WriteThrottleEvents
aws_dimensions: ["TableName","GlobalSecondaryIndexName"]
aws_namespace: AWS/DynamoDB
aws_statistics:
- Sum
- aws_namespace: AWS/DynamoDB
aws_metric_name: ReadThrottleEvents
aws_dimensions: ["TableName","GlobalSecondaryIndexName"]
aws_namespace: AWS/DynamoDB
aws_statistics:
- Sum
Expand Down

0 comments on commit 4cad665

Please sign in to comment.