-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
add blogpost on migrating away from the Jaeger exporter #3273
add blogpost on migrating away from the Jaeger exporter #3273
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am happy to have it as a blog post to announce and promote it better, but eventually this should be placed somewhere here: https://opentelemetry.io/docs/migration/#jaeger-client
Right the documentation already covers how to use OTLP to send data to Jaeger since #3262, I'm happy to move this content wherever it makes the most sense in the future. |
```yaml | ||
exporters: | ||
otlp/jaeger: # Jaeger supports OTLP directly. The default port for OTLP/gRPC is 4317 | ||
endpoint: https://jaeger.example.com:4317 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TLS is not enabled in Jaeger by default, it's worth calling out here.
This is to help users that upgrade to v0.85.0 of the OTel Collector. Signed-off-by: Alex Boten <[email protected]>
Co-authored-by: Severin Neumann <[email protected]> Co-authored-by: Pablo Baeyens <[email protected]>
Co-authored-by: Pablo Baeyens <[email protected]>
ad199f6
to
da63622
Compare
@codeboten if you run |
Signed-off-by: Alex Boten <[email protected]>
3fa2784
to
4040ead
Compare
Signed-off-by: Alex Boten <[email protected]>
@cartermp what should i do with the refcache check? |
Hmm, did |
so test-and-fix didn't show any changed files.... and running fix:format gives me a bunch of unrelated changes:
Do i have to commit those? |
@codeboten I'll just go ahead and merge this and fix stuff in |
Thanks @cartermp! |
This is to help users that upgrade to v0.85.0 of the OTel Collector.