function SpanBuilderInterface::startSpan
Starts and returns a new { The user _MUST_ manually end the span by calling { This method does _NOT_ automatically install the span into the current context. The user is responsible for calling {
See also
SpanInterface}.
SpanInterface::end}.
SpanInterface::activate} when they wish to do so.
1 method overrides SpanBuilderInterface::startSpan()
- NoopSpanBuilder::startSpan in vendor/
open-telemetry/ api/ Trace/ NoopSpanBuilder.php - Starts and returns a new { The user _MUST_ manually end the span by calling { This method does _NOT_ automatically install the span into the current context. The user is responsible for calling {
File
-
vendor/
open-telemetry/ api/ Trace/ SpanBuilderInterface.php, line 50
Class
- SpanBuilderInterface
- Obtained from a {
Namespace
OpenTelemetry\API\TraceCode
public function startSpan() : SpanInterface;