Javaagent doesn't support otlphttp exporter #3759
Replies: 2 comments 4 replies
-
Agent's choice of exporter is totally independent from your application's protocols. As long as your destination supports OTLP (e.g. Otel Collector) you are fine. But to answer your original question: we will add support of OTLP over HTTP when open-telemetry/opentelemetry-java#3418 is merged. |
Beta Was this translation helpful? Give feedback.
-
@iNikem : It seems that the change to add support of OTLP over HTTP is merged in Opentelemetry/Java. But otlp over http exporter is still not available by default in OpenTelemetry Java Agent. I have tried with Open Telemetry Java Agent 1.5.3 but it seems this change is not present. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to auto instrument my java application. It is built on top of HTTP protocol (not grpc). So we need to configure otlphttp exporter for instrumentation. But I see that otlphttp isn't supported by javaagent. Are you planning to support this exporter or is their any other workaround for this usecase?
Beta Was this translation helpful? Give feedback.
All reactions