-
- Downloads
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
Showing
- changelog.d/10134.misc 1 addition, 0 deletionschangelog.d/10134.misc
- synapse/api/auth.py 2 additions, 2 deletionssynapse/api/auth.py
- synapse/logging/opentracing.py 55 additions, 2 deletionssynapse/logging/opentracing.py
- synapse/storage/persist_events.py 41 additions, 5 deletionssynapse/storage/persist_events.py
Loading
Please register or sign in to comment