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

Breadcrumb

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

function SamplingResult::getDecision

Return sampling decision whether span should be recorded or not.

File

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

Class

SamplingResult

Namespace

OpenTelemetry\SDK\Trace

Code

public function getDecision() : int {
    return $this->decision;
}
RSS feed
Powered by Drupal