swift-otel icon indicating copy to clipboard operation
swift-otel copied to clipboard

(Partially) Support secure gRPC channel setup

Open t089 opened this issue 1 year ago • 2 comments

Addresses #26 by establishing a TLS connection if endpoint is not inSecure.

This patch does not yet add support for OTEL_EXPORTER_OTLP_CERTIFICATE, OTEL_EXPORTER_OTLP_CLIENT_KEY, OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE

t089 avatar Aug 09 '24 08:08 t089