You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I apologize, you are correct. I had some custom code that was manipulating these environment variables and that appears to be the source of my problem. Closing.
Steps to reproduce
Set, e.g.,
OTEL_TRACES_EXPORTER
tootlp
andOTEL_EXPORTER_OTLP_TRACES_PROTOCOL
tohttp/protobuf
per the specification at https://opentelemetry.io/docs/specs/otel/protocol/exporter/#configuration-options.What is the expected behavior?
http/protobuf
in use.What is the actual behavior?
grpc
in use. (ifotlp_proto_grpc
is not installed, an error message and failure to initialize the sdk)Additional context
A workaround is to set
OTEL_TRACES_EXPORTER=otlp_proto_http
- this works correctly, but is against specification.The text was updated successfully, but these errors were encountered: