Merge pull request #13688 from edx/common_cleanup/datadog

Move datadog from common to openedx/core
This commit is contained in:
Nimisha Asthagiri
2016-10-07 14:13:34 -04:00
committed by GitHub
4 changed files with 5 additions and 2 deletions

View File

@@ -832,7 +832,7 @@ INSTALLED_APPS = (
'eventtracking.django.apps.EventTrackingConfig',
# Monitoring
'datadog',
'openedx.core.djangoapps.datadog',
# For asset pipelining
'edxmako',

View File

@@ -1972,7 +1972,7 @@ INSTALLED_APPS = (
'splash',
# Monitoring
'datadog',
'openedx.core.djangoapps.datadog',
# User API
'rest_framework',

View File

@@ -1,3 +1,6 @@
"""
Start up initialization of datadog.
"""
from django.conf import settings
from dogapi import dog_stats_api, dog_http_api