Skip to content

Commit

Permalink
temp: Try sending New Relic traces to a place they'll be thrown out
Browse files Browse the repository at this point in the history
Testing this in stage and edge LMS.

See edx/edx-arch-experiments#692
  • Loading branch information
timmc-edx committed Jun 25, 2024
1 parent 24376a9 commit e4808a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playbooks/roles/edxapp/templates/edx/app/edxapp/lms.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ fi


{% if COMMON_ENVIRONMENT == "stage" or COMMON_DEPLOYMENT == "edge" %}
# Another attempt at a temporary workaround for trace concatenation in Datadog.
# Testing a temporary workaround for trace concatenation in Datadog.
# (Maybe this will keep NR trace instrumentation in place, but not cost us anything,
# because no data will be shipped to NR.)
# because this free-tier NR account will throw away most data.)
# See https://github.com/edx/edx-arch-experiments/issues/692
export NEW_RELIC_LICENSE_KEY="xxx"
export NEW_RELIC_LICENSE_KEY="{{ EDXAPP_NEWRELIC_LICENSE_TEST_FREE }}"
{% else %}
export NEW_RELIC_LICENSE_KEY="{{ NEWRELIC_LICENSE_KEY }}"
{% endif %}
Expand Down

0 comments on commit e4808a2

Please sign in to comment.