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

Breadcrumb

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

function AlwaysOnSampler::getDescription

Overrides SamplerInterface::getDescription

File

vendor/open-telemetry/sdk/Trace/Sampler/AlwaysOnSampler.php, line 46

Class

AlwaysOnSampler
This implementation of the SamplerInterface always records. Example: ``` use OpenTelemetry\Sdk\Trace\AlwaysOnSampler; $sampler = new AlwaysOnSampler(); ```

Namespace

OpenTelemetry\SDK\Trace\Sampler

Code

public function getDescription() : string {
    return 'AlwaysOnSampler';
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal