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

Breadcrumb

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

function Trace::initOnce

9 calls to Trace::initOnce()
Event::__construct in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/Event.php
Constructor.
InstrumentationLibrarySpans::__construct in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/InstrumentationLibrarySpans.php
Constructor.
Link::__construct in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/Link.php
Constructor.
ResourceSpans::__construct in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ResourceSpans.php
Constructor.
ScopeSpans::__construct in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ScopeSpans.php
Constructor.

... See full list

File

vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Trace/V1/Trace.php, line 11

Class

Trace

Namespace

GPBMetadata\Opentelemetry\Proto\Trace\V1

Code

public static function initOnce() {
    $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
    if (static::$is_initialized == true) {
        return;
    }
    \GPBMetadata\Opentelemetry\Proto\Common\V1\Common::initOnce();
    \GPBMetadata\Opentelemetry\Proto\Resource\V1\Resource::initOnce();
    $pool->internalAddGeneratedFile('
�
(opentelemetry/proto/trace/v1/trace.protoopentelemetry.proto.trace.v1.opentelemetry/proto/resource/v1/resource.proto"Q

TracesDataC
resource_spans (2+.opentelemetry.proto.trace.v1.ResourceSpans"�

ResourceSpans;
resource (2).opentelemetry.proto.resource.v1.Resource=
scope_spans (2(.opentelemetry.proto.trace.v1.ScopeSpans

schema_url (	J��"�

ScopeSpansB
scope (23.opentelemetry.proto.common.v1.InstrumentationScope1
spans (2".opentelemetry.proto.trace.v1.Span

schema_url (	"�
Span
trace_id (
span_id (
trace_state (	
parent_span_id (
flags (
name (	9
kind (2+.opentelemetry.proto.trace.v1.Span.SpanKind
start_time_unix_nano (
end_time_unix_nano (;

attributes	 (2\'.opentelemetry.proto.common.v1.KeyValue 
dropped_attributes_count
 (
8
events (2(.opentelemetry.proto.trace.v1.Span.Event
dropped_events_count (
6
links
 (2\'.opentelemetry.proto.trace.v1.Span.Link
dropped_links_count (
4
status (2$.opentelemetry.proto.trace.v1.Status�
Event
time_unix_nano (
name (	;

attributes (2\'.opentelemetry.proto.common.v1.KeyValue 
dropped_attributes_count (
�
Link
trace_id (
span_id (
trace_state (	;

attributes (2\'.opentelemetry.proto.common.v1.KeyValue 
dropped_attributes_count (

flags ("�
SpanKind
SPAN_KIND_UNSPECIFIED
SPAN_KIND_INTERNAL
SPAN_KIND_SERVER
SPAN_KIND_CLIENT
SPAN_KIND_PRODUCER
SPAN_KIND_CONSUMER"�
Status
message (	=
code (2/.opentelemetry.proto.trace.v1.Status.StatusCode"N

StatusCode
STATUS_CODE_UNSET
STATUS_CODE_OK
STATUS_CODE_ERRORJ*�
	SpanFlags
SPAN_FLAGS_DO_NOT_USE 
SPAN_FLAGS_TRACE_FLAGS_MASK�*
%SPAN_FLAGS_CONTEXT_HAS_IS_REMOTE_MASK�&
!SPAN_FLAGS_CONTEXT_IS_REMOTE_MASK�Bw
io.opentelemetry.proto.trace.v1B
TraceProtoPZ\'go.opentelemetry.io/proto/otlp/trace/v1�OpenTelemetry.Proto.Trace.V1bproto3', true);
    static::$is_initialized = true;
}

API Navigation

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