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