Uses of Class
io.opentelemetry.sdk.trace.samplers.AlwaysOffSampler
-
Packages that use AlwaysOffSampler Package Description io.opentelemetry.sdk.trace.samplers This package containsSampler
s for selecting traces that are recorded and exported. -
-
Uses of AlwaysOffSampler in io.opentelemetry.sdk.trace.samplers
Methods in io.opentelemetry.sdk.trace.samplers that return AlwaysOffSampler Modifier and Type Method Description static AlwaysOffSampler
AlwaysOffSampler. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AlwaysOffSampler[]
AlwaysOffSampler. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-