summary refs log tree commit diff
path: root/changelog.d/5856.feature
diff options
context:
space:
mode:
authorJorik Schellekens <joriksch@gmail.com>2019-08-16 16:13:25 +0100
committerGitHub <noreply@github.com>2019-08-16 16:13:25 +0100
commit87fa26006b50e3f7d80952fb8e0ee45ecfdc9ae5 (patch)
treeb8a2e58fe85edd9b5de1a241aed8b8fa25cbc57e /changelog.d/5856.feature
parentFix up password reset template config names (#5863) (diff)
downloadsynapse-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/5856.feature')
-rw-r--r--changelog.d/5856.feature1
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.