forked-synapse/synapse/logging
Richard van der Hoff 9e405034e5
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
2021-06-16 11:41:15 +01:00
..
__init__.py Add debug logging for issue #9533 (#9959) 2021-05-11 11:04:03 +01:00
_remote.py Fix (final) Bugbear violations (#9838) 2021-04-20 11:50:49 +01:00
_structured.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
_terse_json.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
context.py Make LoggingContext's name optional (#9857) 2021-04-21 16:39:34 +01:00
filter.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
formatter.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
opentracing.py Make opentracing trace into event persistence (#10134) 2021-06-16 11:41:15 +01:00
scopecontextmanager.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
utils.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00