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

Breadcrumb

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

function FriendlySpanConverter::convertSchemaUrl

Parameters

string|null $schemaUrl:

1 call to FriendlySpanConverter::convertSchemaUrl()
FriendlySpanConverter::convertSpan in vendor/open-telemetry/sdk/Trace/SpanExporter/FriendlySpanConverter.php
convertSpan does the heavy lifting converting a span into an array

File

vendor/open-telemetry/sdk/Trace/SpanExporter/FriendlySpanConverter.php, line 153

Class

FriendlySpanConverter

Namespace

OpenTelemetry\SDK\Trace\SpanExporter

Code

private function convertSchemaUrl(?string $schemaUrl) : string {
    return $schemaUrl ?? '';
}

API Navigation

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