Skip to content

Commit

Permalink
feat: Default Inferred Services on for edxapp (#157)
Browse files Browse the repository at this point in the history
It's on in stage, edge, and prod, but not sandboxes yet.

See edx/edx-arch-experiments#737
  • Loading branch information
timmc-edx authored Jan 14, 2025
1 parent afedbde commit 18c8163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/edxapp/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ EDXAPP_DATADOG_PROFILING_ENABLE: "{{EDXAPP_DATADOG_ENABLE and COMMON_ENABLE_DATA
# Inferred Services allows for unification of service names for all
# spans in the webapp and faceting metrics by service.
# https://docs.datadoghq.com/tracing/guide/inferred-service-opt-in/?tab=python
EDXAPP_DATADOG_INFERRED_SERVICES_ENABLE: false
EDXAPP_DATADOG_INFERRED_SERVICES_ENABLE: true
# ddtrace 2.7.9 contains a fix for a pymongo incompatibility.
# (Same fix is present in 2.8.2 on the 2.8.x release line.)
EDXAPP_DDTRACE_PIP_SPEC: 'ddtrace>=2.7.9'
Expand Down

0 comments on commit 18c8163

Please sign in to comment.