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 AggregationTemporality
private final Collection
<ExponentialHistogramPointData> -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_ImmutableExponentialHistogramData
(AggregationTemporality aggregationTemporality, Collection<ExponentialHistogramPointData> points) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns theAggregationTemporality
of this metric.Returns the collection ofExponentialHistogramPointData
for this histogram.int
hashCode()
toString()
Methods inherited from class io.opentelemetry.sdk.metrics.internal.data.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:ExponentialHistogramData
Returns theAggregationTemporality
of this metric.AggregationTemporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.
- Returns:
- the
AggregationTemporality
of this metric
-
getPoints
Description copied from interface:ExponentialHistogramData
Returns the collection ofExponentialHistogramPointData
for this histogram.- Returns:
- the collection of data points for this histogram.
-
toString
-
equals
-
hashCode
public int hashCode()
-