Skip to content
Search
DSL · Telemetry otlp

otlp_tracer_provider

Definition

/**
 * Create a tracer provider configured for OTLP export.
 *
 * @param SpanProcessor $processor The processor for handling spans
 * @param ClockInterface $clock The clock for timestamps
 * @param Sampler $sampler The sampler for deciding whether to record spans
 * @param ContextStorage $contextStorage The context storage for propagating trace context
 */
otlp_tracer_provider(SpanProcessor $processor, ClockInterface $clock, Sampler $sampler, ContextStorage $contextStorage) : TracerProvider

Contributors

Built in the open.

Join us on GitHub
scroll back to top