Class ImmutableHistogramData
java.lang.Object
io.opentelemetry.sdk.metrics.internal.data.ImmutableHistogramData
- All Implemented Interfaces:
Data<HistogramPointData>, HistogramData
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.
-
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
-
Method Details
-
empty
-
create
public static ImmutableHistogramData create(AggregationTemporality temporality, Collection<HistogramPointData> points)
-