Skip to content

Commit

Permalink
feat: Remove alt-license experiment for stage and edge LMS (#54)
Browse files Browse the repository at this point in the history
This backs out #45 and
#48
  • Loading branch information
timmc-edx authored Jun 27, 2024
1 parent acfb8b8 commit 953b3bc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions playbooks/roles/edxapp/templates/edx/app/edxapp/lms.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,7 @@ if command -v ec2metadata >/dev/null 2>&1; then
HOSTNAME=$(hostname)
export NEW_RELIC_PROCESS_HOST_DISPLAY_NAME="$HOSTNAME-$INSTANCEID"
fi


{% if COMMON_ENVIRONMENT == "stage" or COMMON_DEPLOYMENT == "edge" %}
# Testing a temporary workaround for trace concatenation in Datadog.
# (Maybe this will keep NR trace instrumentation in place, but not cost us anything,
# 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="{{ EDXAPP_NEWRELIC_LICENSE_TEST_FREE | default('') }}"
{% else %}
export NEW_RELIC_LICENSE_KEY="{{ NEWRELIC_LICENSE_KEY }}"
{% endif %}

{% endif -%}

Expand Down

0 comments on commit 953b3bc

Please sign in to comment.