Package zipkin2
Class TestObjects
java.lang.Object
zipkin2.TestObjects
public final class TestObjects extends Object
-
Field Summary
Fields Modifier and Type Field Description static EndpointBACKENDstatic SpanCLIENT_SPANstatic longDAYNotably, the cassandra implementation has day granularitystatic EndpointDBstatic EndpointFRONTENDstatic Span[]LOTS_OF_SPANSZipkin trace ids are random 64bit numbers.static longTODAYstatic List<Span>TRACEstatic longTRACE_DURATIONstatic longTRACE_ENDTSstatic longTRACE_STARTTSstatic CharsetUTF_8 -
Constructor Summary
Constructors Constructor Description TestObjects() -
Method Summary
Modifier and Type Method Description static longmidnightUTC(long epochMillis)For bucketed data floored to the day.static Spanspan(long traceId)
-
Field Details
-
UTF_8
-
DAY
public static final long DAYNotably, the cassandra implementation has day granularity -
TODAY
public static final long TODAY -
FRONTEND
-
BACKEND
-
DB
-
CLIENT_SPAN
-
TRACE
-
TRACE_DURATION
public static final long TRACE_DURATION -
TRACE_STARTTS
public static final long TRACE_STARTTS -
TRACE_ENDTS
public static final long TRACE_ENDTS -
LOTS_OF_SPANS
Zipkin trace ids are random 64bit numbers. This creates a relatively large input to avoid flaking out due to PRNG nuance.
-
-
Constructor Details
-
TestObjects
public TestObjects()
-
-
Method Details
-
midnightUTC
public static long midnightUTC(long epochMillis)For bucketed data floored to the day. For example, dependency links. -
span
-