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
When exporting to a unix domain socket, typically the default authority is set to localhost instead of the socket path since otherwise the authority is invalid and gets rejected by the gRPC server. See issues hyperium/h2#487 and hyperium/tonic#742.
Describe the solution you'd like
I'd like an environment variable such as OTEL_EXPORTER_OTLP_AUTHORITY or a more general variable to override channel options: