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.Subclasses with type arguments of type ExplicitBucketHistogramAggregationConfig in io.helidon.telemetry.otelconfigModifier and TypeClassDescriptionstatic classFluent API builder forExplicitBucketHistogramAggregationConfig.Classes in io.helidon.telemetry.otelconfig that implement interfaces with type arguments of type ExplicitBucketHistogramAggregationConfigModifier and TypeClassDescriptionstatic classFluent API builder forExplicitBucketHistogramAggregationConfig.Methods in io.helidon.telemetry.otelconfig that return ExplicitBucketHistogramAggregationConfigModifier and TypeMethodDescriptionExplicitBucketHistogramAggregationConfig.Builder.build()Create an instance from this builder.ExplicitBucketHistogramAggregationConfig.Builder.buildPrototype()Create an instance of the prototype.ExplicitBucketHistogramAggregationConfig.create()Create a new instance with default values.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.