opentelemetry-dotnet-instrumentation icon indicating copy to clipboard operation
opentelemetry-dotnet-instrumentation copied to clipboard

Zipkin exporter - possibility to configure HTTP timeout

Open Kielek opened this issue 3 years ago • 1 comments
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.

Kielek avatar Jun 01 '22 17:06 Kielek

The env var should be named OTEL_EXPORTER_ZIPKIN_TIMEOUT

Maybe this should be supported by the SDK?

pellared avatar Jun 08 '22 17:06 pellared