Commit 241fa32b by George Babey

Fix analytics-api name in new relic

The role name changed to analytics_api for consistency but this fixes the newrelic
name back to analytics-api as monitoring is already set up against this name
parent 4c58cad4
...@@ -33,6 +33,8 @@ analytics_api_code_dir: "{{ analytics_api_home }}/{{ analytics_api_service_name ...@@ -33,6 +33,8 @@ analytics_api_code_dir: "{{ analytics_api_home }}/{{ analytics_api_service_name
analytics_api_wsgi_name: "analyticsdataserver" analytics_api_wsgi_name: "analyticsdataserver"
analytics_api_hostname: "analytics-api" analytics_api_hostname: "analytics-api"
analytics_api_newrelic_appname: 'analytics-api'
# #
# OS packages # OS packages
# #
......
...@@ -41,3 +41,4 @@ dependencies: ...@@ -41,3 +41,4 @@ dependencies:
edx_django_service_use_python3: false edx_django_service_use_python3: false
edx_django_service_wsgi_name: '{{ analytics_api_wsgi_name }}' edx_django_service_wsgi_name: '{{ analytics_api_wsgi_name }}'
edx_django_service_hostname: '~^((stage|prod)-)?{{ analytics_api_hostname }}.*' edx_django_service_hostname: '~^((stage|prod)-)?{{ analytics_api_hostname }}.*'
edx_django_service_newrelic_appname: '{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}-{{ analytics_api_newrelic_appname }}'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment