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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/5856.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5856.feature b/changelog.d/5856.feature new file mode 100644 index 0000000000..f4310b9244 --- /dev/null +++ b/changelog.d/5856.feature @@ -0,0 +1 @@ +Add a tag recording a request's authenticated entity and corresponding servlet in opentracing. |