Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7149 from openedx/nadeem/enable-datadog-agent
Browse files Browse the repository at this point in the history
chore: enable dd agent role for prospectus and conductor
  • Loading branch information
nadeemshahzad authored Apr 5, 2024
2 parents 4c4842d + 5a38ded commit 0e6fe66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/conductor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
- role: datadog
when: COMMON_ENABLE_DATADOG
2 changes: 2 additions & 0 deletions playbooks/prospectus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@
when: COMMON_ENABLE_SPLUNKFORWARDER|bool and PROSPECTUS_ENABLE_POST_BUILD|bool
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE|bool and PROSPECTUS_ENABLE_POST_BUILD|bool
- role: datadog
when: COMMON_ENABLE_DATADOG|bool and PROSPECTUS_ENABLE_POST_BUILD|bool

0 comments on commit 0e6fe66

Please sign in to comment.