We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7eb143 commit bd56fffCopy full SHA for bd56fff
Sources/Exporters/Zipkin/ZipkinTraceExporter.swift
@@ -12,7 +12,7 @@ public class ZipkinTraceExporter: SpanExporter {
12
13
public init(options: ZipkinTraceExporterOptions) {
14
self.options = options
15
- localEndPoint = ZipkinTraceExporter.getLocalZipkinEndpoint(name: "Open Telemetry Exporter")
+ localEndPoint = ZipkinTraceExporter.getLocalZipkinEndpoint(name: options.serviceName)
16
}
17
18
public func export(spans: [SpanData]) -> SpanExporterResultCode {
0 commit comments