Uses of Class
io.opentelemetry.sdk.metrics.internal.data.ImmutableHistogramPointData
Packages that use ImmutableHistogramPointData
Package
Description
The data format to model metrics for export.
-
Uses of ImmutableHistogramPointData in io.opentelemetry.sdk.metrics.internal.data
Subclasses of ImmutableHistogramPointData in io.opentelemetry.sdk.metrics.internal.dataModifier and TypeClassDescription(package private) final class
Methods in io.opentelemetry.sdk.metrics.internal.data that return ImmutableHistogramPointDataModifier and TypeMethodDescriptionstatic ImmutableHistogramPointData
ImmutableHistogramPointData.create
(long startEpochNanos, long epochNanos, Attributes attributes, double sum, boolean hasMin, double min, boolean hasMax, double max, List<Double> boundaries, List<Long> counts) Creates a HistogramPointData.static ImmutableHistogramPointData
ImmutableHistogramPointData.create
(long startEpochNanos, long epochNanos, Attributes attributes, double sum, boolean hasMin, double min, boolean hasMax, double max, List<Double> boundaries, List<Long> counts, List<DoubleExemplarData> exemplars) Creates a HistogramPointData.