Introduces COMMON_ENABLE_DATADOG_APP for APM instrumention with Datadog, as distinct from COMMON_ENABLE_DATADOG that just installs the agent (for infrastructure monitoring).
Make sure that the following steps are done before merging:
[x] Have a Site Reliability Engineer review the PR if you don't own all of the services impacted.
[x] If you are adding any new default values that need to be overridden when this change goes live, update internal repos and add an entry to the top of the CHANGELOG.
[x] Performed the appropriate testing.
[x] Think about how this change will affect Open edX operators and update the wiki page for the next Open edX release if needed
Introduces
COMMON_ENABLE_DATADOG_APP
for APM instrumention with Datadog, as distinct fromCOMMON_ENABLE_DATADOG
that just installs the agent (for infrastructure monitoring).See https://github.com/edx/edx-arch-experiments/issues/574
Configuration Pull Request
Make sure that the following steps are done before merging: