-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Former-commit-id: d63b14ed02fde746c17700775f9522b51eded567 [formerly 62fdbde1ac7afd2093d3cb0ec69a736d0f5f8372] [formerly cfded52177ad9a9f2e424ab569dae914afbc6a22 [formerly ce92e5d519b44f1397435e46c86281b30f8f0f5f]] Former-commit-id: cdd81679289eb32b9d209975f48dd835794db0cd [formerly d790747d3d1ecd01236676e8f229fc939c9e7879] Former-commit-id: 497d5d70562298f0332b7ad1d0fcf296ccb73c01
- Loading branch information
Showing
5 changed files
with
804 additions
and
5 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
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,8 @@ | ||
from google.appengine.ext.appstats import recording | ||
|
||
appstats_CALC_RPC_COSTS = True | ||
|
||
|
||
def webapp_add_wsgi_middleware(app): | ||
app = recording.appstats_wsgi_middleware(app) | ||
return app |
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
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
Oops, something went wrong.