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 classMethods in io.opentelemetry.sdk.metrics.internal.data that return ImmutableHistogramPointDataModifier and TypeMethodDescriptionstatic ImmutableHistogramPointDataImmutableHistogramPointData.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 ImmutableHistogramPointDataImmutableHistogramPointData.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.