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 was working on this and have a small question. If OTEL_EXPORTER_*_CERTIFICATE is not set, then should we let gRPC runtime to pick the default location with ssl_channel_credentials() or use the insecure_channel?
We have
OTEL_EXPORTER_*_INSECURE
to enable exporting telemetry data with insecure channel. The OTLP Config specification https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#configuration-options doesn't have it. The expected behaviour is If the TLS certificate is set withOTEL_EXPORTER_*_CERTIFICATE
we need to usessl_channel_creds
other insecure channel.The text was updated successfully, but these errors were encountered: