Replies: 1 comment
-
Thanks @kahinton - we currently are not interpreting the environment variable correctly An endpoint with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I've been working on utilizing the agent to send traces to a Jaeger backend sitting behind an ingress-nginx endpoint in a Kubernetes cluster. When I attempt to run my application, I keep getting the following error when it attempts to export spans:
The nginx logs indicate that it is receiving a request like "PRI * HTTP/2.0", which causes it to respond with an HTTP/1.1 response. Using grpcurl I can reproduce the same issue when passing the -plaintext flag, however when letting it utilize it's default secure connection everything works fine. This is leading me to believe that the opentelemetry agent is making insecure requests by default. Is that true, and if so, how can it be configured to make secure connections? I've tried using the standard jaeger collector as well as their otlp collector along with the corresponding exporters in the agent with the same results.
Beta Was this translation helpful? Give feedback.
All reactions