Skip to content

Commit 82b0143

Browse files
author
Tom McLaughlin
committed
don't disable metrics collection
Test if this is the issue.
1 parent 14fab7a commit 82b0143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stacksets-shipping-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Resources:
3838
DatadogApiKey: !Ref DatadogApiKey
3939
DatadogAppKey: !Ref DatadogAppKey
4040
DatadogSite: !Ref DatadogSite
41-
DisableMetricCollection: 'true'
41+
DisableMetricCollection: 'false'
4242

4343
LogShippingStackSet:
4444
Type: AWS::Serverless::Application

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Resources:
3434
DatadogApiKey: !Ref DatadogApiKey
3535
DatadogAppKey: !Ref DatadogAppKey
3636
DatadogSite: !Ref DatadogSite
37-
DisableMetricCollection: 'true'
37+
DisableMetricCollection: 'false'
3838

3939
LogShippingStack:
4040
Type: AWS::Serverless::Application

0 commit comments

Comments
 (0)