is OTLP/HTTP supported? #3591
-
Hi, I'm trying to export traces into jaeger using the opentelemetry format, as protobuf, and I'm not sure if the http extension to OLTP is supported? More precisely:
That leads me to believe I'm either doing something wrong, or jaeger currently only supports the gRPC part of opentelemetry. Which is it? :) |
Beta Was this translation helpful? Give feedback.
Answered by
yurishkuro
Mar 17, 2022
Replies: 1 comment 3 replies
-
Jaeger does not support OTLP at this time at all (open issue #3625). You need to configure OTEL collector to export data in Jaeger format (grpc/proto). |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
c-cube
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jaeger does not support OTLP at this time at all (open issue #3625). You need to configure OTEL collector to export data in Jaeger format (grpc/proto).