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

Changed OTLP default port to 4317. #351

Merged
merged 1 commit into from
Feb 11, 2021

Conversation

vastin
Copy link
Contributor

@vastin vastin commented Feb 10, 2021

Description:
Update with new OTLP default port number changed in following commit.
open-telemetry/opentelemetry-specification@4dd4ee0d

There is dependent pull request. Please don't merge this PR before following PR get merged.
aws-observability/aws-otel-test-framework#234

Link to tracking Issue:
#345

Testing:
local mock test

config.yaml Outdated
http:
endpoint: 0.0.0.0:55681
endpoint: 0.0.0.0:4318
Copy link
Member

Choose a reason for hiding this comment

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

It's weird the upstream haven't changed the default port for http protocol yet - https://github.com/open-telemetry/opentelemetry-collector/blob/main/receiver/otlpreceiver/factory.go#L43

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mxiamxia It is a good catch. There is an open issue for splitting ports of OTLP receiver. I updated this PR to only change 55680 to 4317 for OTLP/gRPC before the issue is resolved in upstream.
open-telemetry/opentelemetry-collector#1256

@mxiamxia mxiamxia merged commit 23a1939 into aws-observability:main Feb 11, 2021
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.

None yet

4 participants