Uses of Interface
io.helidon.telemetry.otelconfig.SamplerConfig
Packages that use SamplerConfig
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of SamplerConfig in io.helidon.telemetry.otelconfig
Classes in io.helidon.telemetry.otelconfig with type parameters of type SamplerConfigModifier and TypeClassDescriptionstatic classSamplerConfig.BuilderBase<BUILDER extends SamplerConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends SamplerConfig>Fluent API builder base forSamplerConfig.Classes in io.helidon.telemetry.otelconfig that implement SamplerConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type SamplerConfig in io.helidon.telemetry.otelconfigClasses in io.helidon.telemetry.otelconfig that implement interfaces with type arguments of type SamplerConfigMethods in io.helidon.telemetry.otelconfig that return SamplerConfigModifier and TypeMethodDescriptionSamplerConfig.Builder.build()Create an instance from this builder.SamplerConfig.Builder.buildPrototype()Create an instance of the prototype.static SamplerConfigSamplerConfig.create()Create a new instance with default values.static SamplerConfigCreate a new instance from configuration.Methods in io.helidon.telemetry.otelconfig with parameters of type SamplerConfigModifier and TypeMethodDescriptionstatic SamplerConfig.BuilderSamplerConfig.builder(SamplerConfig instance) Create a new fluent API builder from an existing instance.SamplerConfig.BuilderBase.from(SamplerConfig prototype) Update this builder from an existing prototype instance.