Package io.helidon.telemetry.otelconfig
Interface AggregationConfig
- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
AggregationConfig.BuilderBase.AggregationConfigImpl
Settings for aggregating metrics data prior to transmission.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFluent API builder forAggregationConfig.static classAggregationConfig.BuilderBase<BUILDER extends AggregationConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends AggregationConfig> Fluent API builder base forAggregationConfig. -
Method Summary
Modifier and TypeMethodDescriptionstatic AggregationConfig.Builderbuilder()Create a new fluent API builder to customize configuration.static AggregationConfig.Builderbuilder(AggregationConfig instance) Create a new fluent API builder from an existing instance.static AggregationConfigDeprecated.static AggregationConfigCreate a new instance from configuration.type()Type of aggregation to apply.
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
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
AggregationType type()Type of aggregation to apply.- Returns:
- aggregation type
-
create(io.helidon.config.Config)