Class AutoValue_ImmutableExponentialHistogramData
java.lang.Object
io.opentelemetry.sdk.metrics.internal.data.ImmutableExponentialHistogramData
io.opentelemetry.sdk.metrics.internal.data.AutoValue_ImmutableExponentialHistogramData
- All Implemented Interfaces:
Data<ExponentialHistogramPointData>, ExponentialHistogramData
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AggregationTemporalityprivate final Collection<ExponentialHistogramPointData> -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_ImmutableExponentialHistogramData(AggregationTemporality aggregationTemporality, Collection<ExponentialHistogramPointData> points) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns theAggregationTemporalityof this metric.Returns the collection ofExponentialHistogramPointDatafor this histogram.inthashCode()toString()Methods inherited from class ImmutableExponentialHistogramData
create, empty
-
Field Details
-
aggregationTemporality
-
points
-
-
Constructor Details
-
AutoValue_ImmutableExponentialHistogramData
AutoValue_ImmutableExponentialHistogramData(AggregationTemporality aggregationTemporality, Collection<ExponentialHistogramPointData> points)
-
-
Method Details
-
getAggregationTemporality
Description copied from interface:ExponentialHistogramDataReturns theAggregationTemporalityof this metric.AggregationTemporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.
- Returns:
- the
AggregationTemporalityof this metric
-
getPoints
Description copied from interface:ExponentialHistogramDataReturns the collection ofExponentialHistogramPointDatafor this histogram.- Returns:
- the collection of data points for this histogram.
-
toString
-
equals
-
hashCode
-