Package io.opencensus.implcore.trace
package io.opencensus.implcore.trace
-
ClassDescriptionImplementation for the
Span
class that does not record trace events.Implementation for theSpan
class that records trace events.Interface to handle the start and end operations for aSpan
only when theSpan
hasSpan.Options.RECORD_EVENTS
option.Implementation of theSpanBuilder
.Uses the providedEventQueue
to defer processing/exporting of theSpanData
to avoid impacting the critical path.Helper class to allow sharing the code for all theTraceComponent
implementations.Implementation of theTracer
.