Home | History | Annotate | Download | only in trace

Lines Matching refs:traceId

30 import io.opencensus.trace.TraceId;
205 TraceId.generateRandomId(randomHandler.current()),
336 // This traceId will not be sampled by the ProbabilitySampler because the first 8 bytes as long
338 TraceId traceId =
339 TraceId.fromBytes(
364 traceId,
370 assertThat(childSpan.getContext().getTraceId()).isEqualTo(traceId);
381 traceId,
387 assertThat(childSpan.getContext().getTraceId()).isEqualTo(traceId);