Skip to content
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 #12940

Conversation

frzifus
Copy link
Member

@frzifus frzifus commented Aug 3, 2022

Description: Remove jaeger remote sampling from jaegerreceiver

Link to tracking Issue: #6633

Testing: adapt unittest

Documentation:


Maybe we should wait for #12788

frzifus added 2 commits August 4, 2022 01:33
Signed-off-by: Benedikt Bongartz <[email protected]>
@frzifus frzifus marked this pull request as ready for review August 3, 2022 23:43
@frzifus frzifus requested a review from a team August 3, 2022 23:43
@frzifus frzifus requested a review from jpkrohling as a code owner August 3, 2022 23:43
@frzifus frzifus changed the title [jaegerreceiver] Remove jaeger remote sampling from receiver [receiver/jaegerreceiver] Remove jaeger remote sampling from receiver Aug 3, 2022
defaultHTTPBindEndpoint = "0.0.0.0:14268"
defaultThriftCompactBindEndpoint = "0.0.0.0:6831"
defaultThriftBinaryBindEndpoint = "0.0.0.0:6832"
defaultAgentRemoteSamplingHTTPEndpoint = "0.0.0.0:5778"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I should have been clearer on the original issue: we should remove this, but we need to first deprecate for at least a couple of versions. So, at this point, we need to only detect whether this is being used and log a info/warn-level message, stating that this port will disappear by version X (0.60.0 is the earliest at this point, I believe).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i am addressing this in #13408 and closing the pr until we finally remove the endpoint.

@frzifus frzifus closed this Aug 18, 2022
@frzifus frzifus deleted the remove_jaeger_remote_sampling_from_receiver_#6633 branch September 16, 2022 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants