Merge pull request #1015 from MITx/feature/cdodge/mongo-perf-instrumenting
add django performance metering
This commit is contained in:
@@ -33,3 +33,13 @@ CONTENTSTORE = {
|
||||
'db': 'xcontent',
|
||||
}
|
||||
}
|
||||
|
||||
INSTALLED_APPS += (
|
||||
# Mongo perf stats
|
||||
'debug_toolbar_mongo',
|
||||
)
|
||||
|
||||
|
||||
DEBUG_TOOLBAR_PANELS += (
|
||||
'debug_toolbar_mongo.panel.MongoDebugPanel',
|
||||
)
|
||||
|
||||
@@ -50,6 +50,7 @@ pygraphviz
|
||||
-r repo-requirements.txt
|
||||
pil
|
||||
nltk
|
||||
django-debug-toolbar-mongo
|
||||
dogstatsd-python
|
||||
MySQL-python
|
||||
sphinx
|
||||
|
||||
Reference in New Issue
Block a user