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.Subclasses with type arguments of type AggregationConfig in io.helidon.telemetry.otelconfigClasses in io.helidon.telemetry.otelconfig that implement interfaces with type arguments of type AggregationConfigMethods in io.helidon.telemetry.otelconfig that return AggregationConfigModifier and TypeMethodDescriptionAggregationConfig.Builder.build()Create an instance from this builder.AggregationConfig.Builder.buildPrototype()Create an instance of the prototype.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.