function SpanBuilderInterface::setStartTimestamp
Sets an explicit start timestamp for the newly created {The provided *$timestamp* is assumed to be in nanoseconds.
Defaults to the timestamp when {
See also
SpanInterface}.
SpanBuilderInterface::startSpan} was called if not explicitly set.
1 method overrides SpanBuilderInterface::setStartTimestamp()
- NoopSpanBuilder::setStartTimestamp in vendor/
open-telemetry/ api/ Trace/ NoopSpanBuilder.php - Sets an explicit start timestamp for the newly created {The provided *$timestamp* is assumed to be in nanoseconds.
File
-
vendor/
open-telemetry/ api/ Trace/ SpanBuilderInterface.php, line 35
Class
- SpanBuilderInterface
- Obtained from a {
Namespace
OpenTelemetry\API\TraceCode
public function setStartTimestamp(int $timestampNanos) : SpanBuilderInterface;