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

Fix default collector deployment receiver endpoint #4285

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

cwildman
Copy link
Contributor

In the default deployment example the export configuration is expecting to use OTLP over HTTP on port 4318.

export OTEL_EXPORTER_OTLP_ENDPOINT=http://collector.example.com:4318

The collector examples though is then showing configuration for receivers on gRPC over 4317, instead of 4318.

I assume this was just an oversight when HTTP became the default.

@cwildman cwildman requested review from a team and bogdandrutu and removed request for a team April 11, 2024 17:59
@theletterf
Copy link
Member

@open-telemetry/collector-approvers WDYT?

In the default deployment example the export configuration is expecting to use OTLP over HTTP on port 4318. The collector examples though is then showing configuration for receivers on gRPC over 4317, instead of 4318.
@svrnm svrnm merged commit 4328478 into open-telemetry:main Apr 15, 2024
14 checks passed
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.

5 participants