function Common::initOnce
11 calls to Common::initOnce()
- AnyValue::__construct in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Common/ V1/ AnyValue.php - Constructor.
- ArrayValue::__construct in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Common/ V1/ ArrayValue.php - Constructor.
- InstrumentationLibrary::__construct in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Common/ V1/ InstrumentationLibrary.php - Constructor.
- InstrumentationScope::__construct in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Common/ V1/ InstrumentationScope.php - Constructor.
- KeyValue::__construct in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Common/ V1/ KeyValue.php - Constructor.
File
-
vendor/
open-telemetry/ gen-otlp-protobuf/ GPBMetadata/ Opentelemetry/ Proto/ Common/ V1/ Common.php, line 11
Class
Namespace
GPBMetadata\Opentelemetry\Proto\Common\V1Code
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
$pool->internalAddGeneratedFile('
�
*opentelemetry/proto/common/v1/common.protoopentelemetry.proto.common.v1"�
AnyValue
string_value ( H
bool_value (H
int_value (H
double_value (H@
array_value (2).opentelemetry.proto.common.v1.ArrayValueHC
kvlist_value (2+.opentelemetry.proto.common.v1.KeyValueListH
bytes_value (HB
value"E
ArrayValue7
values (2\'.opentelemetry.proto.common.v1.AnyValue"G
KeyValueList7
values (2\'.opentelemetry.proto.common.v1.KeyValue"O
KeyValue
key ( 6
value (2\'.opentelemetry.proto.common.v1.AnyValue"�
InstrumentationScope
name (
version ( ;
attributes (2\'.opentelemetry.proto.common.v1.KeyValue
dropped_attributes_count (
B{
io.opentelemetry.proto.common.v1BCommonProtoPZ(go.opentelemetry.io/proto/otlp/common/v1�OpenTelemetry.Proto.Common.V1bproto3', true);
static::$is_initialized = true;
}