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

Breadcrumb

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

function SpanExporterTrait::shutdown

@see https://github.com/open-telemetry/opentelemetry-specification/blob/v1.7…

File

vendor/open-telemetry/sdk/Trace/Behavior/SpanExporterTrait.php, line 17

Class

SpanExporterTrait

Namespace

OpenTelemetry\SDK\Trace\Behavior

Code

public function shutdown(?CancellationInterface $cancellation = null) : bool {
    $this->running = false;
    return true;
}

API Navigation

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