Class ImmutableHistogramData
java.lang.Object
io.opentelemetry.sdk.metrics.internal.data.ImmutableHistogramData
- All Implemented Interfaces:
Data<HistogramPointData>, HistogramData
- Direct Known Subclasses:
AutoValue_ImmutableHistogramData
A histogram metric point.
See: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/datamodel.md#histogram
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImmutableHistogramDatacreate(AggregationTemporality temporality, Collection<HistogramPointData> points) static ImmutableHistogramDataempty()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface HistogramData
getAggregationTemporality, getPoints
-
Field Details
-
EMPTY
-
-
Constructor Details
-
ImmutableHistogramData
ImmutableHistogramData()
-
-
Method Details
-
empty
-
create
public static ImmutableHistogramData create(AggregationTemporality temporality, Collection<HistogramPointData> points)
-