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
zipkin use configured serviceName at first span
ByDefault, TracerProviderSdk use EnvVarResource to generate serviceName from environment variables.
If we don't set the serviceName via environment variables, the default value will be unknown_service+processName.
In this scenario, for Zipkin exporter, the current implement will always clone the default serviceName to overwrite the configured serviceName via zipkin configuration. That's not what we want.
And, we have not use the localEndpointCache to replace the defaultLocalEndpoint yet.
This PR aims to fixes these two issues.
0 commit comments