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