Uses of Enum Class
io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationType
Packages that use MetricDefaultHistogramAggregationType
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of MetricDefaultHistogramAggregationType in io.helidon.telemetry.otelconfig
Methods in io.helidon.telemetry.otelconfig that return MetricDefaultHistogramAggregationTypeModifier and TypeMethodDescriptionMetricDefaultHistogramAggregationConfig.BuilderBase.MetricDefaultHistogramAggregationConfigImpl.type()MetricDefaultHistogramAggregationConfig.type()Type of aggregation default.Returns the enum constant of this class with the specified name.MetricDefaultHistogramAggregationType.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 MetricDefaultHistogramAggregationTypeModifier and TypeMethodDescriptionMetricDefaultHistogramAggregationConfig.BuilderBase.type()Type of aggregation default.Methods in io.helidon.telemetry.otelconfig with parameters of type MetricDefaultHistogramAggregationTypeModifier and TypeMethodDescriptionMetricDefaultHistogramAggregationConfig.BuilderBase.type(MetricDefaultHistogramAggregationType type) Type of aggregation default.