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

Breadcrumb

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

function SpanContextInterface::create

1 method overrides SpanContextInterface::create()
SpanContext::create in vendor/open-telemetry/api/Trace/SpanContext.php
@inheritDoc

File

vendor/open-telemetry/api/Trace/SpanContextInterface.php, line 14

Class

SpanContextInterface

Namespace

OpenTelemetry\API\Trace

Code

public static function create(string $traceId, string $spanId, int $traceFlags = TraceFlags::DEFAULT, ?TraceStateInterface $traceState = null) : SpanContextInterface;

API Navigation

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