mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 02:42:12 -04:00
Report per request metrics for all of the things using request_handler
This commit is contained in:
parent
21d188bf95
commit
8d7ad44331
9 changed files with 76 additions and 47 deletions
|
@ -74,7 +74,7 @@ class PreviewUrlResource(Resource):
|
|||
self._async_render_GET(request)
|
||||
return NOT_DONE_YET
|
||||
|
||||
@request_handler
|
||||
@request_handler()
|
||||
@defer.inlineCallbacks
|
||||
def _async_render_GET(self, request):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue