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