-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing header from jaeger exporter #1592
Comments
There is no way to do that with Jaeger or Zipkin exporters as of now. You are right about OTLP exporter supporting gRPC only. OTLP exporters uses metadata for sending |
thanks for the clarification..the only possible way to do this right now seems to be via Otel-Collector, which can transmit in OTLP HTTP with headers right? |
Yes |
@ankitnayan You may want to close this issue for now and subscribe to releases of this repo unless you have something else to add. |
@ankitnayan is the request here to be able to pass custom headers to be exported to jaeger? if so I think the right place to suggest this would be in the specification repo so that all implementations are consistent. |
I am currently sending data using
Is there a way to pass headers in the above command?
I am using HTTP to send data to otel-collector and want to pass a header with every request. OTLP has the option to pass headers but right now the OTLP exporter allows only GRPC communication.
The Jaeger exporter supports HTTP but couldn't find a way to pass headers.
Is there a way to achieve this using Jaeger, OTLP, or any other exporters?
The text was updated successfully, but these errors were encountered: