Uses of Class
io.opentelemetry.sdk.trace.samplers.TraceIdRatioBasedSampler
-
Packages that use TraceIdRatioBasedSampler Package Description io.opentelemetry.sdk.trace.samplers This package containsSampler
s for selecting traces that are recorded and exported. -
-
Uses of TraceIdRatioBasedSampler in io.opentelemetry.sdk.trace.samplers
Methods in io.opentelemetry.sdk.trace.samplers that return TraceIdRatioBasedSampler Modifier and Type Method Description (package private) static TraceIdRatioBasedSampler
TraceIdRatioBasedSampler. create(double ratio)
-