forked-synapse/synapse/federation
Jorik Schellekens 812ed6b0d5
Opentracing across workers (#5771)
Propagate opentracing contexts across workers


Also includes some Convenience modifications to opentracing for servlets, notably:
- Add boolean to skip the whitelisting check on inject
  extract methods. - useful when injecting into carriers
  locally. Otherwise we'd always have to include our
  own servername and whitelist our servername
- start_active_span_from_request instead of header
- Add boolean to decide whether to extract context
  from a request to a servlet
2019-08-22 18:08:07 +01:00
..
sender Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
transport Opentracing across workers (#5771) 2019-08-22 18:08:07 +01:00
__init__.py Remove unused ReplicationLayer 2018-03-13 11:00:04 +00:00
federation_base.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
federation_client.py Return 502 not 500 when failing to reach any remote server. 2019-08-01 13:47:31 +01:00
federation_server.py Opentrace e2e keys (#5855) 2019-08-22 11:28:12 +01:00
persistence.py remove dead transaction persist code (#5622) 2019-07-05 12:59:42 +01:00
send_queue.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
units.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00