plugin/trace: Fix zipkin json_v2 (#4180)

Automatically submitted.
This commit is contained in:
Bob 2020-11-10 20:03:14 +01:00 committed by GitHub
parent dd2a1bfc82
commit b7814204a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 9 deletions

View file

@ -84,6 +84,7 @@ func (t *trace) setupZipkin() error {
tracer, err := zipkin.NewTracer(
reporter,
zipkin.WithLocalEndpoint(recorder),
zipkin.WithSharedSpans(t.clientServer),
)
if err != nil {
return err