opentelemetry-rust icon indicating copy to clipboard operation
opentelemetry-rust copied to clipboard

Support exporting to collector using grpc in opentelemetry-jaeger

Open TommyCpp opened this issue 2 years ago • 0 comments

Out of all available formats in Jaeger the protobuf over grpc support is missing.

This format is generally used by agents to send spans to collectors and should probably be avoided in SDK. However, some SDK like java supports it so it maybe makes sense for us to support it too.

We may also support OTEL_EXPORTER_JAEGER_PROTOCOL env var if we added grpc support

TommyCpp avatar Jun 14 '22 03:06 TommyCpp