Tracer
Interfaces
- SpanEvent
- Interface for events recorded within a span.
- SpanExporter
- Interface for exporting spans to external systems.
- SpanProcessor
- Interface for processing spans when they start and end.
Classes
- GenericEvent
- Default implementation of SpanEvent.
- Span
- Represents a single operation within a trace.
- SpanContext
- Immutable identification of a span within a trace.
- SpanLimits
- Configuration limits for span data.
- SpanLink
- A link from one span to another.
- SpanStatus
- Represents the status of a span.
- Tracer
- Creates and manages spans within a trace.
- TracerProvider
- Entry point for the tracing API.
Namespaces
- Processor
- Sampler
Enums
- SpanKind
- Describes the relationship between a span and its parent/children.
- SpanStatusCode
- Status codes for a span according to OpenTelemetry specification.