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