summary refs log tree commit diff
path: root/changelog.d/10134.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make opentracing trace into event persistence (#10134)Richard van der Hoff2021-06-161-0/+1
* 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