Package-level declarations
Types
Link copied to clipboard
An abstract implementation of a tracer. By default, this class uses no-op implementations for all members unless overridden in a subclass.
Link copied to clipboard
An abstract implementation of a tracer provider. By default, this class uses no-op implementations for all members unless overridden in a subclass.
Link copied to clipboard
An abstract implementation of a trace span. By default, this class uses no-op implementations for all members unless overridden in a subclass.
Link copied to clipboard
interface SpanContext
The immutable state that must be serialized and propagated as part of a distributed trace context.
Link copied to clipboard
Indicates whether the operation/task represented by a span is known to be successful or not.
Link copied to clipboard
interface TracerProvider
The entry point for creating Tracer instances.