Uses of Enum
io.opentelemetry.proto.metrics.v1.AggregationTemporality
Packages that use AggregationTemporality
-
Uses of AggregationTemporality in io.opentelemetry.proto.metrics.v1
Methods in io.opentelemetry.proto.metrics.v1 that return AggregationTemporalityModifier and TypeMethodDescriptionstatic AggregationTemporalityAggregationTemporality.forNumber(int value) ExponentialHistogram.Builder.getAggregationTemporality()aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.ExponentialHistogram.getAggregationTemporality()aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.ExponentialHistogramOrBuilder.getAggregationTemporality()aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.Histogram.Builder.getAggregationTemporality()aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.Histogram.getAggregationTemporality()aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.HistogramOrBuilder.getAggregationTemporality()aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.Sum.Builder.getAggregationTemporality()aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.SumOrBuilder.getAggregationTemporality()aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.static AggregationTemporalityAggregationTemporality.valueOf(int value) Deprecated.static AggregationTemporalityAggregationTemporality.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static AggregationTemporalityReturns the enum constant of this type with the specified name.static AggregationTemporality[]AggregationTemporality.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opentelemetry.proto.metrics.v1 that return types with arguments of type AggregationTemporalityModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<AggregationTemporality>AggregationTemporality.internalGetValueMap()Methods in io.opentelemetry.proto.metrics.v1 with parameters of type AggregationTemporalityModifier and TypeMethodDescriptionExponentialHistogram.Builder.setAggregationTemporality(AggregationTemporality value) aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.Histogram.Builder.setAggregationTemporality(AggregationTemporality value) aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.Sum.Builder.setAggregationTemporality(AggregationTemporality value) aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.