You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display correct serviceName for zipkin
Currently, ZipkinTraceExporter does not honor the serviceName which configured in ZipkinTraceExporterOptions.
It always set the serviceName as Open Telemetry Exporter.
This PR aims to fix it, then zipkin server can display the correct serviceName.
0 commit comments