Skip to content

Commit aabd8fd

Browse files
Bhavani GudditiBhavani Gudditi
authored andcommitted
fix: remove New Relic references from configuration files
1 parent e4ae1d0 commit aabd8fd

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

playbooks/mongo_6_0.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@
2525
when: COMMON_ENABLE_SPLUNKFORWARDER
2626
- role: datadog-uninstall
2727
when: not COMMON_ENABLE_DATADOG
28+
29+

playbooks/roles/xqueue/templates/xqueue.conf.j2

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<<<<<<< HEAD
2-
=======
3-
[program:xqueue]
4-
5-
>>>>>>> ba96c1b05 (chore(edx-services): remove new relic infrastructure and app references)
61
{% set executable = xqueue_venv_bin + '/gunicorn' %}
72

83
{% if XQUEUE_DATADOG_ENABLE %}

playbooks/roles/xqueue/templates/xqueue_consumer.conf.j2

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ command={{ executable }} --pythonpath={{ xqueue_code_dir }} --settings=xqueue.{{
1010

1111
user={{ common_web_user }}
1212
directory={{ xqueue_code_dir }}
13-
<<<<<<< HEAD
1413

15-
=======
16-
17-
# Copied DD_TRACE_LOG_STREAM_HANDLER config from edx_django_service. This is required
18-
# to disable Datadog trace debug logging.
19-
>>>>>>> ba96c1b05 (chore(edx-services): remove new relic infrastructure and app references)
2014
environment={% if XQUEUE_DATADOG_ENABLE %}DD_DJANGO_USE_HANDLER_RESOURCE_FORMAT=true,DD_TAGS="service:{{ XQUEUE_CONSUMER_DATADOG_APPNAME }} version:{{ app_version }}",DD_TRACE_LOG_STREAM_HANDLER=false,DD_PROFILING_ENABLED=true,DD_DATA_STREAMS_ENABLED=true,DD_LOGS_INJECTION=true,DD_SERVICE="{{ XQUEUE_CONSUMER_DATADOG_APPNAME }}",{% endif -%}LANG={{ XQUEUE_LANG }},XQUEUE_CFG={{ COMMON_CFG_DIR }}/xqueue.yml
2115

2216
stdout_logfile={{ supervisor_log_dir }}/%(program_name)s-stdout.log

0 commit comments

Comments
 (0)