Home
last modified time | relevance | path

Searched refs:SPAN_ID_BASE16 (Results 1 – 2 of 2) sorted by relevance

/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/propagation/
DB3FormatTest.java50 private static final String SPAN_ID_BASE16 = "ff00000000000041"; field in B3FormatTest
51 private static final SpanId SPAN_ID = SpanId.fromLowerBase16(SPAN_ID_BASE16);
78 X_B3_TRACE_ID, TRACE_ID_BASE16, X_B3_SPAN_ID, SPAN_ID_BASE16, X_B3_SAMPLED, "1"); in serialize_SampledContext()
86 .containsExactly(X_B3_TRACE_ID, TRACE_ID_BASE16, X_B3_SPAN_ID, SPAN_ID_BASE16); in serialize_NotSampledContext()
93 headersNotSampled.put(X_B3_SPAN_ID, SPAN_ID_BASE16); in parseMissingSampledAndMissingFlag()
102 headersSampled.put(X_B3_SPAN_ID, SPAN_ID_BASE16); in parseSampled()
112 headersNotSampled.put(X_B3_SPAN_ID, SPAN_ID_BASE16); in parseZeroSampled()
122 headersFlagSampled.put(X_B3_SPAN_ID, SPAN_ID_BASE16); in parseFlag()
132 headersFlagNotSampled.put(X_B3_SPAN_ID, SPAN_ID_BASE16); in parseZeroFlag()
142 headersEightBytes.put(X_B3_SPAN_ID, SPAN_ID_BASE16); in parseEightBytesTraceId()
[all …]
/external/opencensus-java/contrib/http_util/src/test/java/io/opencensus/contrib/http/util/
DCloudTraceFormatTest.java53 private static final String SPAN_ID_BASE16 = "ff00000000000041"; field in CloudTraceFormatTest
54 private static final String SPAN_ID_BASE10 = UnsignedLong.valueOf(SPAN_ID_BASE16, 16).toString();
68 private static final SpanId SPAN_ID = SpanId.fromLowerBase16(SPAN_ID_BASE16);