Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TraceConfig.php
function TraceConfig::getSampler
Return value
string
File
vendor/
open-telemetry/
gen-otlp-protobuf/
Opentelemetry/
Proto/
Trace/
V1/
TraceConfig.php
, line 291
Class
TraceConfig
Global configuration of the trace service. All fields must be specified, or the default (zero) values will be used for each type.
Namespace
Opentelemetry\Proto\Trace\V1
Code
public
function
getSampler
() {
return
$this
->
whichOneof
(
"sampler"
); }
RSS feed