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

Default to UDP protocol for xray receiver #3263

Merged
merged 6 commits into from
Sep 5, 2024

Conversation

jholm117
Copy link
Contributor

@jholm117 jholm117 commented Sep 4, 2024

Description:

The awsxray receiver's service and deployment should default to UDP 2000 instead of TCP 2000.
Currently the collector pod/container is unreachable, when someone tries to spin up an xray receiver because the pod is listening on the UDP port, but the service and the deployment is exposing TCP.

From the awsxray-receiver README:

This should always be "udp" as X-Ray SDKs only send segments using UDP.

I looked to #1433 for implementation guidance.

Let me know how, if any changes are needed to get this merged.

Link to tracking Issue(s):

Testing:

Documentation:

@jholm117 jholm117 requested a review from a team September 4, 2024 19:52
Copy link

linux-foundation-easycla bot commented Sep 4, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

@jaronoff97 jaronoff97 merged commit 88ca1af into open-telemetry:main Sep 5, 2024
33 checks passed
@jholm117 jholm117 deleted the set-xray-default-port branch September 5, 2024 14:17
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.

awsxray-receiver defaults to TCP protocol instead of UDP
2 participants