-
- Downloads
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
Showing
- changelog.d/5771.feature 1 addition, 0 deletionschangelog.d/5771.feature
- synapse/federation/transport/server.py 28 additions, 15 deletionssynapse/federation/transport/server.py
- synapse/http/servlet.py 1 addition, 1 deletionsynapse/http/servlet.py
- synapse/logging/opentracing.py 79 additions, 65 deletionssynapse/logging/opentracing.py
- synapse/replication/http/_base.py 14 additions, 2 deletionssynapse/replication/http/_base.py
Loading
Please register or sign in to comment