Package io.helidon.telemetry.otelconfig
Interface MetricDefaultHistogramAggregationConfig
- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
MetricDefaultHistogramAggregationConfig.BuilderBase.MetricDefaultHistogramAggregationConfigImpl
Default histogram aggregation settings.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFluent API builder forMetricDefaultHistogramAggregationConfig.static classMetricDefaultHistogramAggregationConfig.BuilderBase<BUILDER extends MetricDefaultHistogramAggregationConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends MetricDefaultHistogramAggregationConfig> Fluent API builder base forMetricDefaultHistogramAggregationConfig. -
Method Summary
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
static MetricDefaultHistogramAggregationConfig.Builder builder(MetricDefaultHistogramAggregationConfig instance) Create a new fluent API builder from an existing instance.- Parameters:
instance- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Create a new instance from configuration.- Parameters:
config- used to configure the new instance- Returns:
- a new instance configured from configuration
-
create
Deprecated.Create a new instance from configuration.- Parameters:
config- used to configure the new instance- Returns:
- a new instance configured from configuration
-
type
Type of aggregation default.- Returns:
- type of aggregation default
-
create(io.helidon.config.Config)