Skip to content

Replacing the okhttp based sender with the JDK http one in the OTLP exporter #5703

Answered by jack-berg
ppatierno asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ppatierno! That PR was merged on July 6th and first available in the July 1.28.0 release. Its usable, but is still relatively new (as indicated by its "alpha" status). Please let us know if you find any issues!

I'm working on documenting the different OTLP exporter options - when / how to use them - but not quite there yet. This [comment
(https://github.com/open-telemetry/opentelemetry.io/pull/3144#discussion_r1287632380) describes the situation at a high level. And here's an example of how you would use the jdk version via gradle:

  implementation('io.opentelemetry:opentelemetry-exporter-otlp') {
    exclude group: 'io.opentelemetry', module: 'opentelemetry-exporter-sender-okhttp'
  …

Replies: 4 comments 10 replies

Comment options

You must be logged in to vote
3 replies
@ppatierno
Comment options

@jack-berg
Comment options

@ppatierno
Comment options

Answer selected by ppatierno
Comment options

You must be logged in to vote
2 replies
@laurit
Comment options

@fax4ever
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@jack-berg
Comment options

@fax4ever
Comment options

@ppatierno
Comment options

@fax4ever
Comment options

@ppatierno
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants