Uses of Interface
io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig
Packages that use ExplicitBucketHistogramAggregationConfig
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of ExplicitBucketHistogramAggregationConfig in io.helidon.telemetry.otelconfig
Classes in io.helidon.telemetry.otelconfig with type parameters of type ExplicitBucketHistogramAggregationConfigModifier and TypeClassDescriptionstatic classExplicitBucketHistogramAggregationConfig.BuilderBase<BUILDER extends ExplicitBucketHistogramAggregationConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ExplicitBucketHistogramAggregationConfig> Fluent API builder base forExplicitBucketHistogramAggregationConfig.Classes in io.helidon.telemetry.otelconfig that implement ExplicitBucketHistogramAggregationConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.telemetry.otelconfig that return ExplicitBucketHistogramAggregationConfigModifier and TypeMethodDescriptionExplicitBucketHistogramAggregationConfig.Builder.build()ExplicitBucketHistogramAggregationConfig.Builder.buildPrototype()ExplicitBucketHistogramAggregationConfig.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 ExplicitBucketHistogramAggregationConfigModifier and TypeMethodDescriptionExplicitBucketHistogramAggregationConfig.builder(ExplicitBucketHistogramAggregationConfig instance) Create a new fluent API builder from an existing instance.ExplicitBucketHistogramAggregationConfig.BuilderBase.from(ExplicitBucketHistogramAggregationConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)