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 jaeger example to export over OTLP #67

Merged

Conversation

jack-berg
Copy link
Member

Jaeger supports OTLP, and there's an effort to deprecate the jaeger exporter, so it seems appropriate to demonstrate SDK w/ OTLP exporter to Jaeger backend.

@jack-berg jack-berg requested review from a team November 14, 2022 17:30
@jack-berg
Copy link
Member Author

cc @breedx-splk

Copy link
Contributor

@breedx-splk breedx-splk left a comment

Choose a reason for hiding this comment

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

Oh killer! Thanks for getting ahead of this. Much appreciated. 🙌🏻

Comment on lines -44 to +45
.addSpanProcessor(SimpleSpanProcessor.create(jaegerExporter))
.addSpanProcessor(BatchSpanProcessor.builder(jaegerOtlpExporter).build())
Copy link
Contributor

Choose a reason for hiding this comment

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

This feels like a good idea because most users want this...but it wasn't entirely necessary was it?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, not necessary! Updated because not good to have examples doing things we would advise against.

@mateuszrzeszutek mateuszrzeszutek merged commit e03a982 into open-telemetry:main Nov 15, 2022
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.

3 participants