洪钊桦

Results 1 issues of 洪钊桦

I want to set a custom Tracestate to a root span. But the api only support set a Tracestate as follow: tracestate.set("key", "value"); SpanContext spanContext = SpanContext.create(traceId, spanId, traceOption, tracestate);...