Skip to content

Commit 366baba

Browse files
author
Tom McLaughlin
committed
Revert "don't disable metrics collection"
This reverts commit 82b0143. didn't fix issue, and I was reading the functionality wrong.
1 parent 82b0143 commit 366baba

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: 'false'
41+
DisableMetricCollection: 'true'
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: 'false'
37+
DisableMetricCollection: 'true'
3838

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

0 commit comments

Comments
 (0)