Skip to content

Commit

Permalink
feat: Adding analytics-api service to COMMON_ENABLE_DATADOG_APP_SERVICES
Browse files Browse the repository at this point in the history
  • Loading branch information
rijuma committed Jun 13, 2024
1 parent 272c3f8 commit 3cb9069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/common_vars/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ COMMON_MONGO_READ_ONLY_PASS: !!null
COMMON_ENABLE_DATADOG: False
# Enable APM monitoring with Datadog (metrics, traces, and logs)
COMMON_ENABLE_DATADOG_APP: False
COMMON_ENABLE_DATADOG_APP_SERVICES: []
COMMON_ENABLE_DATADOG_APP_SERVICES: ['analytics_api']
COMMON_ENABLE_NGINXTRA: False
COMMON_ENABLE_SPLUNKFORWARDER: False
COMMON_ENABLE_NEWRELIC: False
Expand Down

0 comments on commit 3cb9069

Please sign in to comment.