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.Methods in io.helidon.telemetry.otelconfig that return Base2ExponentialHistogramAggregationConfigModifier and TypeMethodDescriptionBase2ExponentialHistogramAggregationConfig.Builder.build()Base2ExponentialHistogramAggregationConfig.Builder.buildPrototype()Base2ExponentialHistogramAggregationConfig.create()Create a new instance with default values.Deprecated.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.
create(io.helidon.config.Config)