forked-synapse/synapse/federation
Richard van der Hoff 60fa4935b5
Improve opentracing for incoming HTTP requests (#11618)
* remove `start_active_span_from_request`

Instead, pull out a separate function, `span_context_from_request`, to extract
the parent span, which we can then pass into `start_active_span` as
normal. This seems to be clearer all round.

* Remove redundant tags from `incoming-federation-request`

These are all wrapped up inside a parent span generated in AsyncResource, so
there's no point duplicating all the tags that are set there.

* Leave request spans open until the request completes

It may take some time for the response to be encoded into JSON, and that JSON
to be streamed back to the client, and really we want that inside the top-level
span, so let's hand responsibility for closure to the SynapseRequest.

* opentracing logs for HTTP request events

* changelog
2021-12-20 17:45:03 +00:00
..
sender Add most of the missing type hints to synapse.federation. (#11483) 2021-12-02 16:18:10 +00:00
transport Improve opentracing for incoming HTTP requests (#11618) 2021-12-20 17:45:03 +00:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
federation_base.py Add type hints for most HomeServer parameters (#11095) 2021-10-22 18:15:41 +01:00
federation_client.py Add most of the missing type hints to synapse.federation. (#11483) 2021-12-02 16:18:10 +00:00
federation_server.py Add missing type hints to synapse.logging.context (#11556) 2021-12-14 17:35:28 +00:00
persistence.py Add most of the missing type hints to synapse.federation. (#11483) 2021-12-02 16:18:10 +00:00
send_queue.py Add most of the missing type hints to synapse.federation. (#11483) 2021-12-02 16:18:10 +00:00
units.py Convert Transaction and Edu object to attrs (#10542) 2021-08-06 09:39:59 -04:00