Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Report per request metrics for all of the things using request_handler #756
Conversation
NegativeMjark
assigned
erikjohnston
Apr 28, 2016
erikjohnston
commented on an outdated diff
Apr 28, 2016
synapse/http/server.py
| @@ -133,6 +142,13 @@ def wrapped_request_handler(self, request): | ||
| }, | ||
| send_cors=True | ||
| ) | ||
| + finally: | ||
| + try: | ||
| + request_metrics.stop( | ||
| + self.clock, request, self.__class__.__name__ | ||
| + ) | ||
| + except: |
erikjohnston
Owner
|
erikjohnston
commented on an outdated diff
Apr 28, 2016
NegativeMjark
added some commits
Apr 28, 2016
|
LGTM |
NegativeMjark
merged commit 1c188cf
into
develop
Apr 28, 2016
8 checks passed
Flake8 + Packaging (Commit)
Build #552 origin/markjh/more_metrics succeeded in 31 sec
Details
Flake8 + Packaging (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #536 origin/markjh/more_metrics succeeded in 4 min 46 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #543 origin/markjh/more_metrics succeeded in 3 min 24 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
Unit Tests (Commit)
Build #596 origin/markjh/more_metrics succeeded in 1 min 12 sec
Details
Unit Tests (Merged PR)
Build finished.
Details
richvdh
deleted the
markjh/more_metrics
branch
Dec 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NegativeMjark commentedApr 28, 2016
No description provided.