From 82b0143c40eeecc8d1bc0b0fa721eec174994e8f Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Wed, 10 Sep 2025 15:39:19 -0400 Subject: [PATCH] don't disable metrics collection Test if this is the issue. --- stacksets-shipping-template.yaml | 2 +- template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stacksets-shipping-template.yaml b/stacksets-shipping-template.yaml index 7c6a8e9..1e1f8b1 100644 --- a/stacksets-shipping-template.yaml +++ b/stacksets-shipping-template.yaml @@ -38,7 +38,7 @@ Resources: DatadogApiKey: !Ref DatadogApiKey DatadogAppKey: !Ref DatadogAppKey DatadogSite: !Ref DatadogSite - DisableMetricCollection: 'true' + DisableMetricCollection: 'false' LogShippingStackSet: Type: AWS::Serverless::Application diff --git a/template.yaml b/template.yaml index b1d4202..9c56d67 100644 --- a/template.yaml +++ b/template.yaml @@ -34,7 +34,7 @@ Resources: DatadogApiKey: !Ref DatadogApiKey DatadogAppKey: !Ref DatadogAppKey DatadogSite: !Ref DatadogSite - DisableMetricCollection: 'true' + DisableMetricCollection: 'false' LogShippingStack: Type: AWS::Serverless::Application