From 61b231d5fe8c80774091f5c3de3b992087bb37dd Mon Sep 17 00:00:00 2001 From: Jordan Conway Date: Tue, 29 Jul 2025 13:23:03 -0400 Subject: [PATCH] Updates to un-drift manual configs Signed-off-by: Jordan Conway --- integrations.tf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/integrations.tf b/integrations.tf index 4cdd3a3..6de4c15 100644 --- a/integrations.tf +++ b/integrations.tf @@ -16,7 +16,12 @@ resource "datadog_integration_aws_account" "pytorch" { lambda_forwarder {} } metrics_config { - namespace_filters {} + namespace_filters { + exclude_only = [ + "AWS/SQS", + "AWS/ElasticMapReduce", + ] + } } resources_config {} traces_config {