diff options
author | Jorik Schellekens <joriksch@gmail.com> | 2019-08-22 18:08:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-22 18:08:07 +0100 |
commit | 812ed6b0d5b2c682d8032fc83e3041a9da93f670 (patch) | |
tree | 86017ab212eebc5d61fa7eb2a8d606e729c83f50 /changelog.d | |
parent | Revert "Do not send consent notices if "no-consent-required" is set" (diff) | |
download | synapse-812ed6b0d5b2c682d8032fc83e3041a9da93f670.tar.xz |
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
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5771.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5771.feature b/changelog.d/5771.feature new file mode 100644 index 0000000000..f2f4de1fdd --- /dev/null +++ b/changelog.d/5771.feature @@ -0,0 +1 @@ +Make Opentracing work in worker mode. |