diff options
author | Jorik Schellekens <joriksch@gmail.com> | 2019-08-16 16:13:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-16 16:13:25 +0100 |
commit | 87fa26006b50e3f7d80952fb8e0ee45ecfdc9ae5 (patch) | |
tree | b8a2e58fe85edd9b5de1a241aed8b8fa25cbc57e /synapse/federation/transport | |
parent | Fix up password reset template config names (#5863) (diff) | |
download | synapse-87fa26006b50e3f7d80952fb8e0ee45ecfdc9ae5.tar.xz |
Opentracing misc (#5856)
Add authenticated_entity and servlet_names tags. Functionally: - Add a tag for authenticated_entity - Add a tag for servlet_names Stylistically: Moved to importing methods directly from opentracing.
Diffstat (limited to 'synapse/federation/transport')
-rw-r--r-- | synapse/federation/transport/server.py | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/synapse/federation/transport/server.py b/synapse/federation/transport/server.py |