Uses of Class
io.quarkus.opentelemetry.runtime.config.build.SamplerType
-
Packages that use SamplerType Package Description io.quarkus.opentelemetry.runtime.config.build -
-
Uses of SamplerType in io.quarkus.opentelemetry.runtime.config.build
Methods in io.quarkus.opentelemetry.runtime.config.build that return SamplerType Modifier and Type Method Description static SamplerTypeSamplerType. valueOf(String name)Returns the enum constant of this type with the specified name.static SamplerType[]SamplerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-