Uses of Class
io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
Packages that use SamplerConfig.BuilderBase
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of SamplerConfig.BuilderBase in io.helidon.telemetry.otelconfig
Classes in io.helidon.telemetry.otelconfig with type parameters of type SamplerConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
SamplerConfig.BuilderBase<BUILDER extends SamplerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends SamplerConfig> Fluent API builder base forSamplerConfig
.Subclasses of SamplerConfig.BuilderBase in io.helidon.telemetry.otelconfigMethods in io.helidon.telemetry.otelconfig with parameters of type SamplerConfig.BuilderBaseModifier and TypeMethodDescriptionSamplerConfig.BuilderBase.from
(SamplerConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.telemetry.otelconfig with parameters of type SamplerConfig.BuilderBaseModifierConstructorDescriptionprotected
SamplerConfigImpl
(SamplerConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.