Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SamplingResult.php

function SamplingResult::getTraceState

Return a collection of links that will be associated with the Span to be created.

File

vendor/open-telemetry/sdk/Trace/SamplingResult.php, line 55

Class

SamplingResult

Namespace

OpenTelemetry\SDK\Trace

Code

public function getTraceState() : ?API\TraceStateInterface {
    return $this->traceState;
}
RSS feed
Powered by Drupal