summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-06-16 11:41:15 +0100
committerGitHub <noreply@github.com>2021-06-16 11:41:15 +0100
commit9e405034e59569c00916a87f643d879a286a7a34 (patch)
treeaa930e28b90300b9b47b3fc8cb99af4fe19bf2eb /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-9e405034e59569c00916a87f643d879a286a7a34.tar.xz
Make opentracing trace into event persistence (#10134)
* Trace event persistence

When we persist a batch of events, set the parent opentracing span to the that
from the request, so that we can trace all the way in.

* changelog

* When we force tracing, set a baggage item

... so that we can check again later.

* Link in both directions between persist_events spans
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10134.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10134.misc b/changelog.d/10134.misc
new file mode 100644
index 0000000000..ce9702645d
--- /dev/null
+++ b/changelog.d/10134.misc
@@ -0,0 +1 @@
+Improve OpenTracing for event persistence.