Package io.servicetalk.opentracing.inmemory.api
@ElementsAreNonnullByDefault
package io.servicetalk.opentracing.inmemory.api
APIs which build off of OpenTracing APIs to provide in memory span storage.
-
InterfacesClassDescriptionRepresents a reference to another span.A
Scope
that works withInMemorySpan
.AScopeManager
that works withScope
instances.A span that allows reading values at runtime.ATracer.SpanBuilder
that works withInMemorySpan
instances.A span that allows reading values at runtime.Used to extractInMemorySpanContext
from a carrier of typeInMemorySpanContextExtractor
.AFormat
compatible withInMemorySpanContext
.Used to injectInMemorySpanContext
into a carrier of typeInMemorySpanContextInjector
.Listener for tracing events.A entry that corresponds toSpan.log(long, String)
events.ATracer
that works withInMemorySpan
instances.