Toggle navigation
Home
com.github.kristofa.brave.SpanId to com.twitter.zipkin.gen.Span
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'brave'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
nextContext
to
span
next
to
newSpan
next
to
newSpan
join
to
joinSpan
join
to
joinSpan
join
to
joinSpan
Other
SpanId.builder().traceIdHigh(traceId128Bit() ? randomGenerator().nextLong() : 0L).traceId(newSpanId).spanId(newSpanId).sampled(sampler().isSampled(newSpanId)).build()
to
SpanId.builder().traceIdHigh(traceId128Bit() ? randomGenerator().nextLong() : 0L).traceId(newSpanId).spanId(newSpanId).sampled(sampler().isSampled(newSpanId)).build()
maybeParent.toBuilder().parentId(maybeParent.spanId).spanId(newSpanId).shared(false).build()
to
maybeParent.toBuilder().parentId(maybeParent.spanId).spanId(newSpanId).shared(false).build()
context.toBuilder().sampled(sampler().isSampled(context.traceId)).shared(false).build()
to
context.toBuilder().sampled(sampler().isSampled(context.traceId)).shared(false).build()
context.toBuilder().shared(true).build()
to
context.toBuilder().shared(true).build()
context
to
context