dotnet add package OpenTelemetry.Exporter.ZipkinYou can configure the ZipkinExporter by following the directions below:
Endpoint: Zipkin endpoint address.TimeoutSeconds: Timeout in seconds.ServiceName: Name of the service reporting telemetry.UseShortTraceIds: Value indicating whether short trace id should be used.
See
TestZipkinExporter.cs
for example use.