Package zipkin2.v1

Class V1SpanConverter

java.lang.Object
zipkin2.v1.V1SpanConverter

public final class V1SpanConverter
extends Object
Allows you to split a v1 span when necessary. This can be the case when reading merged client+server spans from storage or parsing old data formats.

This type isn't thread-safe: it re-uses state to avoid re-allocations in conversion loops.