-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[receiver/jaegerreceiver] Remove jaeger remote sampling from receiver #14163
[receiver/jaegerreceiver] Remove jaeger remote sampling from receiver #14163
Conversation
Signed-off-by: Benedikt Bongartz <[email protected]>
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.
The change type has to be "breaking". Perhaps note in the description the issue that started the deprecation?
@yuriolisa: this change will require an upgrade routine for the operator. Basically, use the new jaeger remote sampling extension instead of the remote sampling endpoint that was part of the jaeger receiver.
unreleased/remove_jaeger_remote_sampling_from_receiver_#6633.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: Benedikt Bongartz <[email protected]>
Signed-off-by: Benedikt Bongartz <[email protected]>
1ff162e
to
15fe181
Compare
Signed-off-by: Benedikt Bongartz <[email protected]>
Signed-off-by: Benedikt Bongartz <[email protected]>
86d39d3
to
6ea7efc
Compare
…open-telemetry#14163) Signed-off-by: Benedikt Bongartz <[email protected]>
#### Description The remote sampling functionality has been already removed from `jaegerreceiver` in #14163. The logged warning has no impact or meaning. #### Link to tracking issue Fixes #35894 #### Testing CI --------- Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Yang Song <[email protected]>
#### Description The remote sampling functionality has been already removed from `jaegerreceiver` in open-telemetry#14163. The logged warning has no impact or meaning. #### Link to tracking issue Fixes open-telemetry#35894 #### Testing CI --------- Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Yang Song <[email protected]>
The remote sampling functionality has been already removed from `jaegerreceiver` in open-telemetry#14163. The logged warning has no impact or meaning. Fixes open-telemetry#35894 CI --------- Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Yang Song <[email protected]>
#### Description The remote sampling functionality has been already removed from `jaegerreceiver` in open-telemetry#14163. The logged warning has no impact or meaning. #### Link to tracking issue Fixes open-telemetry#35894 #### Testing CI --------- Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Yang Song <[email protected]>
Description: Remove jaeger remote sampling from jaegerreceiver
Link to tracking Issue: #6633
Testing: adapt unittest
Documentation: