Skip to content

Update jaeger example to export over OTLP#67

Merged
mateuszrzeszutek merged 1 commit into
open-telemetry:mainfrom
jack-berg:jaeger-otlp-exporter
Nov 15, 2022
Merged

Update jaeger example to export over OTLP#67
mateuszrzeszutek merged 1 commit into
open-telemetry:mainfrom
jack-berg:jaeger-otlp-exporter

Conversation

@jack-berg

Copy link
Copy Markdown
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
Copy Markdown
Member Author

cc @breedx-splk

@breedx-splk breedx-splk left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
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