function SpanProcessorInterface::onStart
See also
https://github.com/open-telemetry/opentelemetry-specification/blob/v1.7…
4 methods override SpanProcessorInterface::onStart()
- BatchSpanProcessor::onStart in vendor/
open-telemetry/ sdk/ Trace/ SpanProcessor/ BatchSpanProcessor.php - MultiSpanProcessor::onStart in vendor/
open-telemetry/ sdk/ Trace/ SpanProcessor/ MultiSpanProcessor.php - @inheritDoc
- NoopSpanProcessor::onStart in vendor/
open-telemetry/ sdk/ Trace/ SpanProcessor/ NoopSpanProcessor.php - @inheritDoc
- SimpleSpanProcessor::onStart in vendor/
open-telemetry/ sdk/ Trace/ SpanProcessor/ SimpleSpanProcessor.php
File
-
vendor/
open-telemetry/ sdk/ Trace/ SpanProcessorInterface.php, line 16
Class
- SpanProcessorInterface
- @see https://github.com/open-telemetry/opentelemetry-specification/blob/v1.6…
Namespace
OpenTelemetry\SDK\TraceCode
public function onStart(ReadWriteSpanInterface $span, ContextInterface $parentContext) : void;