Uses of Interface
io.opentelemetry.sdk.metrics.data.HistogramPointData
Packages that use HistogramPointData
Package
Description
Classes which form the in-memory representation of the OpenTelemetry metrics data model.
Metric aggregators.
The data format to model metrics for export.
-
Uses of HistogramPointData in io.opentelemetry.sdk.metrics.data
Subinterfaces with type arguments of type HistogramPointData in io.opentelemetry.sdk.metrics.dataMethods in io.opentelemetry.sdk.metrics.data that return types with arguments of type HistogramPointData -
Uses of HistogramPointData in io.opentelemetry.sdk.metrics.internal.aggregator
Classes in io.opentelemetry.sdk.metrics.internal.aggregator that implement interfaces with type arguments of type HistogramPointDataModifier and TypeClassDescriptionfinal classAggregator that generates explicit bucket histograms.Methods in io.opentelemetry.sdk.metrics.internal.aggregator that return types with arguments of type HistogramPointDataMethod parameters in io.opentelemetry.sdk.metrics.internal.aggregator with type arguments of type HistogramPointDataModifier and TypeMethodDescriptionDoubleExplicitBucketHistogramAggregator.toMetricData(Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, MetricDescriptor metricDescriptor, Collection<HistogramPointData> pointData, AggregationTemporality temporality) -
Uses of HistogramPointData in io.opentelemetry.sdk.metrics.internal.data
Classes in io.opentelemetry.sdk.metrics.internal.data that implement HistogramPointDataModifier and TypeClassDescriptionclassAn approximate representation of the distribution of measurements.final classA mutableHistogramPointDataMethod parameters in io.opentelemetry.sdk.metrics.internal.data with type arguments of type HistogramPointDataModifier and TypeMethodDescriptionstatic ImmutableHistogramDataImmutableHistogramData.create(AggregationTemporality temporality, Collection<HistogramPointData> points)