function TraceConfig::initOnce
4 calls to TraceConfig::initOnce()
- ConstantSampler::__construct in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Trace/ V1/ ConstantSampler.php - Constructor.
- RateLimitingSampler::__construct in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Trace/ V1/ RateLimitingSampler.php - Constructor.
- TraceConfig::__construct in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Trace/ V1/ TraceConfig.php - Constructor.
- TraceIdRatioBased::__construct in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Trace/ V1/ TraceIdRatioBased.php - Constructor.
File
-
vendor/
open-telemetry/ gen-otlp-protobuf/ GPBMetadata/ Opentelemetry/ Proto/ Trace/ V1/ TraceConfig.php, line 11
Class
Namespace
GPBMetadata\Opentelemetry\Proto\Trace\V1Code
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
$pool->internalAddGeneratedFile('
�
/opentelemetry/proto/trace/v1/trace_config.protoopentelemetry.proto.trace.v1"�
TraceConfigI
constant_sampler (2-.opentelemetry.proto.trace.v1.ConstantSamplerHO
trace_id_ratio_based (2/.opentelemetry.proto.trace.v1.TraceIdRatioBasedHR
rate_limiting_sampler (21.opentelemetry.proto.trace.v1.RateLimitingSamplerH
max_number_of_attributes ("
max_number_of_timed_events (0
(max_number_of_attributes_per_timed_event (
max_number_of_links ()
!max_number_of_attributes_per_link (B
sampler"�
ConstantSamplerP
decision (2>.opentelemetry.proto.trace.v1.ConstantSampler.ConstantDecision"D
ConstantDecision
ALWAYS_OFF
ALWAYS_ON
ALWAYS_PARENT"*
TraceIdRatioBased
samplingRatio (""
RateLimitingSampler
qps (Bh
io.opentelemetry.proto.trace.v1BTraceConfigProtoPZ1go.opentelemetry.io/proto/otlp/collector/trace/v1bproto3', true);
static::$is_initialized = true;
}