Package brave.opentracing

  • Class Summary 
    Class Description
    BraveScope
    BraveScope is a simple Scope implementation that wraps the corresponding Brave scope.
    BraveScopeManager
    This integrates with Brave's CurrentTraceContext.
    BraveSpan
    Holds the Span used by the underlying Tracer.
    BraveSpanBuilder
    Uses by the underlying Tracer to create a BraveSpan wrapped Span
    BraveSpanContext
    Holds the TraceContext used by the underlying Tracer, or an {link TraceContextOrSamplingFlags extraction result if an incoming context}.
    BraveTracer
    Using a tracer, you can create a spans, inject span contexts into a transport, and extract span contexts from a transport Here's an example:
    BraveTracer.Builder