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

Update OTLP HTTP receiver endpoint to use port 4318 in default configuration files #1017

Merged
merged 2 commits into from
Dec 8, 2021

Conversation

dmitryax
Copy link
Contributor

@dmitryax dmitryax commented Dec 8, 2021

Migrate from legacy endpoint. The migration must be smooth because setting up default OTLP HTTP endpoint also enables the legacy one https://github.com/open-telemetry/opentelemetry-collector/blob/main/receiver/otlpreceiver/otlp.go#L146-L157.

With this change, the collector will be listening on both 0.0.0.0:4318 and 0.0.0.0:55681 endpoints.

Warning for configured legacy endpoint added here: open-telemetry/opentelemetry-collector#4519

Migrate from legacy endpoint. The migration must be smooth because setting up default OTLP HTTP endpoint also enables the legacy one https://github.com/open-telemetry/opentelemetry-collector/blob/main/receiver/otlpreceiver/otlp.go#L146-L157. 

With this change, the collector will be listening on both 0.0.0.0:4318 and 0.0.0.0:55681 endpoints.
@dmitryax dmitryax requested review from a team as code owners December 8, 2021 00:20
CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Ryan Fitzpatrick <[email protected]>
@dmitryax dmitryax changed the title Update OTLP HTTP endpoint in default configuration files Update OTLP HTTP receiver endpoint to use port 4318 in default configuration files Dec 8, 2021
@dmitryax dmitryax merged commit 6f7db10 into main Dec 8, 2021
@delete-merged-branch delete-merged-branch bot deleted the update-otlp-http-endpoint branch December 8, 2021 19:56
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.

2 participants