Uses of Enum Class
io.helidon.telemetry.otelconfig.AggregationType
Packages that use AggregationType
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of AggregationType in io.helidon.telemetry.otelconfig
Methods in io.helidon.telemetry.otelconfig that return AggregationTypeModifier and TypeMethodDescriptionAggregationConfig.BuilderBase.AggregationConfigImpl.type()AggregationConfig.type()Type of aggregation to apply.static AggregationTypeReturns the enum constant of this class with the specified name.static AggregationType[]AggregationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.telemetry.otelconfig that return types with arguments of type AggregationTypeModifier and TypeMethodDescriptionAggregationConfig.BuilderBase.type()Type of aggregation to apply.Methods in io.helidon.telemetry.otelconfig with parameters of type AggregationTypeModifier and TypeMethodDescriptionAggregationConfig.BuilderBase.type(AggregationType type) Type of aggregation to apply.