Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
af5f7789
Commit
af5f7789
authored
Oct 06, 2016
by
Nimisha Asthagiri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move datadog from common to openedx/core.
parent
256223d0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
cms/envs/common.py
+1
-1
lms/envs/common.py
+1
-1
openedx/core/djangoapps/datadog/__init__.py
+0
-0
openedx/core/djangoapps/datadog/startup.py
+3
-0
No files found.
cms/envs/common.py
View file @
af5f7789
...
...
@@ -832,7 +832,7 @@ INSTALLED_APPS = (
'eventtracking.django.apps.EventTrackingConfig'
,
# Monitoring
'datadog'
,
'
openedx.core.djangoapps.
datadog'
,
# For asset pipelining
'edxmako'
,
...
...
lms/envs/common.py
View file @
af5f7789
...
...
@@ -1972,7 +1972,7 @@ INSTALLED_APPS = (
'splash'
,
# Monitoring
'datadog'
,
'
openedx.core.djangoapps.
datadog'
,
# User API
'rest_framework'
,
...
...
common
/djangoapps/datadog/__init__.py
→
openedx/core
/djangoapps/datadog/__init__.py
View file @
af5f7789
File moved
common
/djangoapps/datadog/startup.py
→
openedx/core
/djangoapps/datadog/startup.py
View file @
af5f7789
"""
Start up initialization of datadog.
"""
from
django.conf
import
settings
from
dogapi
import
dog_stats_api
,
dog_http_api
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment