mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 03:54:58 -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
|
@ -49,7 +49,6 @@ class LocalKey(Resource):
|
|||
"""
|
||||
|
||||
def __init__(self, hs):
|
||||
self.hs = hs
|
||||
self.version_string = hs.version_string
|
||||
self.response_body = encode_canonical_json(
|
||||
self.response_json_object(hs.config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue