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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable propagation of the trace context from collector #5670
Enable propagation of the trace context from collector #5670
Changes from 45 commits
dd261c0
653ffb8
514136e
352436b
9eeb7c0
987e213
2466bbd
6aab1e0
e33c768
7067399
dd94bc6
0f62c54
ccf607e
989932b
e35e48b
05c32ef
c3e9798
6b8b2e1
aaf9f96
0661296
2163b0d
abd268b
75e6098
c5a453d
48875c0
63a76f6
decb4f9
841b1c0
4df2ea5
ae9579e
df829e2
3d9ac12
9e35ff1
de1e7b4
b9c9388
c564d44
2a5d900
9843e9c
b53ed76
924cd7a
797c415
e16886d
83c045c
1d78eee
c3c8f80
f6e4649
fc48710
18bf85d
eea5c4e
14df763
b9272d5
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.
This absolutely needs to be documented. Can it be done as part of this PR?
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.
Thanks @jpkrohling I will add the section to telemetry doc in another PR after this is merged.
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.
I think a simpler implementation is to make this featuregate just control the default of the configuration. So the list is empty if the gate is not enabled, otherwise is
["tracecontext]
? What do you think? Then be default we don't send this, also we have the gate to change the behavior to be default send, and for people that enable the config works without any gate?