-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris Schneider
committed
Jan 17, 2018
1 parent
020f118
commit d3c3a8c
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Scout APM Python Agent | ||
====================== | ||
|
||
Python agent for [Scout Application Monitoring](https://www.scoutapp.com). | ||
|
||
This is early in development, and is not usable. If you have any questions, contact us at | ||
support@scoutapp.com. | ||
|
||
Installation | ||
============ | ||
|
||
* Symlink the apm/ dir into your django app. | ||
* `import apm` at the top of settings.py | ||
* In settings.py, Add a middleware: 'apm.middleware.LogTimesMiddleware' | ||
* In settings.py, Add a key to TEMPLATES = [ { 'OPTIONS': { 'builtins': ['apm.instruments.template'] } } ] | ||
|
||
|