Skip to content

Commit 3d62e6b

Browse files
authored
Merge pull request #3 from ServerlessOpsIO/feature/gha-refactor
don't disable metrics collection
2 parents bb015ae + 82b0143 commit 3d62e6b

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)