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

Breadcrumb

  1. Drupal Core 11.1.x

SpanConverterInterface.php

Namespace

OpenTelemetry\SDK\Trace

File

vendor/open-telemetry/sdk/Trace/SpanConverterInterface.php

View source
<?php

declare (strict_types=1);
namespace OpenTelemetry\SDK\Trace;

interface SpanConverterInterface {
    public function convert(iterable $spans) : array;

}

Interfaces

Title Deprecated Summary
SpanConverterInterface
RSS feed
Powered by Drupal