Skip to content

Commit

Permalink
disable metrics collection on new accounts now rthat streaming works
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Aug 27, 2024
1 parent c5f8ba4 commit 3a19286
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stacksets/datadog-integration/stackset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Parameters:
DatadogAppKey:
Type: String
NoEcho: 'true'
DisableMetricCollection:
Type: String
Default: 'false'

Resources:
DatadogLogShippingStackSet:
Expand All @@ -29,6 +32,8 @@ Resources:
ParameterValue: !Ref DatadogApiKey
- ParameterKey: DatadogAppKey
ParameterValue: !Ref DatadogAppKey
- ParameterKey: DisableMetricCollection
ParameterValue: !Ref DisableMetricCollection
Capabilities:
- CAPABILITY_IAM
- CAPABILITY_NAMED_IAM
Expand Down
2 changes: 2 additions & 0 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Resources:
DatadogApiKey: !Ref DatadogApiKey
DatadogAppKey: !Ref DatadogAppKey
DatadogSite: !Ref DatadogSite
DisableMetricCollection: 'true'

DatadogIntegrationManagementStack:
Type: AWS::Serverless::Application
Expand All @@ -45,6 +46,7 @@ Resources:
DatadogApiKey: !Ref DatadogApiKey
DatadogAppKey: !Ref DatadogAppKey
DatadogSite: !Ref DatadogSite
DisableMetricCollection: 'true'

DatadogShippingStackSet:
Type: AWS::Serverless::Application
Expand Down

0 comments on commit 3a19286

Please sign in to comment.