This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Propagate opentracing contexts through EDUs #5852
Propagate opentracing contexts through EDUs #5852
Changes from all commits
79a116d
eb85715
9dac30e
24f5e1f
12f42e3
f135d95
ac69d95
dca32e5
d2d29be
c59f2c2
4f7d6f6
41ce63e
f6ab26d
16a42fb
5bc9f23
a1acde4
3591cb9
07c7e63
aea6c4b
9d8263a
a70f601
6acd79a
9e6ad13
77e2080
87382db
68c2593
6980f5c
aa4bcea
49613f7
9864d8e
a225760
4ca983c
be482b7
379d482
3516f59
b3982b4
a205e91
8b43172
49a5187
960bf95
cdef258
bbc23cd
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAICT, this never worked because this PR serializes everything into
content["org.matrix.opentracing_context"]
butstart_active_span_from_edu
reads fromcontent["context"]["opentracing"]
(even at this point in time in the code to current day).synapse/synapse/logging/opentracing.py
Line 402 in bbc23cd