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

Breadcrumb

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

function SpanExporter::shutdown

Overrides SpanExporterInterface::shutdown

File

vendor/open-telemetry/exporter-otlp/SpanExporter.php, line 69

Class

SpanExporter
@psalm-import-type SUPPORTED_CONTENT_TYPES from ProtobufSerializer

Namespace

OpenTelemetry\Contrib\Otlp

Code

public function shutdown(?CancellationInterface $cancellation = null) : bool {
    return $this->transport
        ->shutdown($cancellation);
}
RSS feed
Powered by Drupal