Uses of Class
io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
Packages that use Base2ExponentialHistogramAggregationConfig.BuilderBase
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of Base2ExponentialHistogramAggregationConfig.BuilderBase in io.helidon.telemetry.otelconfig
Classes in io.helidon.telemetry.otelconfig with type parameters of type Base2ExponentialHistogramAggregationConfig.BuilderBaseModifier and TypeClassDescriptionstatic classBase2ExponentialHistogramAggregationConfig.BuilderBase<BUILDER extends Base2ExponentialHistogramAggregationConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends Base2ExponentialHistogramAggregationConfig> Fluent API builder base forBase2ExponentialHistogramAggregationConfig.Subclasses of Base2ExponentialHistogramAggregationConfig.BuilderBase in io.helidon.telemetry.otelconfigModifier and TypeClassDescriptionstatic classFluent API builder forBase2ExponentialHistogramAggregationConfig.Methods in io.helidon.telemetry.otelconfig with parameters of type Base2ExponentialHistogramAggregationConfig.BuilderBaseModifier and TypeMethodDescriptionBase2ExponentialHistogramAggregationConfig.BuilderBase.from(Base2ExponentialHistogramAggregationConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.telemetry.otelconfig with parameters of type Base2ExponentialHistogramAggregationConfig.BuilderBaseModifierConstructorDescriptionprotectedBase2ExponentialHistogramAggregationConfigImpl(Base2ExponentialHistogramAggregationConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.