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