function Span::__construct
Same name in this branch
- 11.1.x vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span.php \Opentelemetry\Proto\Trace\V1\Span::__construct()
Parameters
non-empty-string $name:
list<LinkInterface> $links:
File
-
vendor/
open-telemetry/ sdk/ Trace/ Span.php, line 34
Class
Namespace
OpenTelemetry\SDK\TraceCode
private function __construct(string $name, API\SpanContextInterface $context, InstrumentationScopeInterface $instrumentationScope, int $kind, API\SpanContextInterface $parentSpanContext, SpanLimits $spanLimits, SpanProcessorInterface $spanProcessor, ResourceInfo $resource, AttributesBuilderInterface $attributesBuilder, array $links, int $totalRecordedLinks, int $startEpochNanos) {
$this->status = StatusData::unset();
}