opentelemetry-dotnet-instrumentation
opentelemetry-dotnet-instrumentation copied to clipboard
Zipkin exporter - possibility to configure HTTP timeout
trafficstars
Feature Request
Based on #704
Add possibility to configure default timeout for http client for Zipkin exporter
It can be done by creating custom http client factory as described under https://github.com/open-telemetry/opentelemetry-dotnet/blob/56d667759c252d1ca3b20e31a28577ee13a4aeae/src/OpenTelemetry.Exporter.Zipkin/README.md?plain=1#L86-L92
Remember to document new environmental variable.
The env var should be named OTEL_EXPORTER_ZIPKIN_TIMEOUT
Maybe this should be supported by the SDK?