Uses of Interface
io.opentelemetry.sdk.metrics.data.HistogramPointData
Packages that use HistogramPointData
Package
Description
Marshaling of OTLP metrics.
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.exporter.internal.otlp.metrics
Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type HistogramPointDataModifier and TypeMethodDescription(package private) static HistogramDataPointMarshaler
HistogramDataPointMarshaler.create
(HistogramPointData point) int
HistogramDataPointStatelessMarshaler.getBinarySerializedSize
(HistogramPointData point, MarshalerContext context) void
HistogramDataPointStatelessMarshaler.writeTo
(Serializer output, HistogramPointData point, MarshalerContext context) Method parameters in io.opentelemetry.exporter.internal.otlp.metrics with type arguments of type HistogramPointDataModifier and TypeMethodDescription(package private) static HistogramDataPointMarshaler[]
HistogramDataPointMarshaler.createRepeated
(Collection<HistogramPointData> points) -
Uses of HistogramPointData in io.opentelemetry.sdk.metrics.data
Methods in io.opentelemetry.sdk.metrics.data that return types with arguments of type HistogramPointData -
Uses of HistogramPointData in io.opentelemetry.sdk.metrics.internal.aggregator
Methods in io.opentelemetry.sdk.metrics.internal.aggregator that return HistogramPointDataModifier and TypeMethodDescriptionprotected HistogramPointData
DoubleExplicitBucketHistogramAggregator.Handle.doAggregateThenMaybeReset
(long startEpochNanos, long epochNanos, Attributes attributes, List<DoubleExemplarData> exemplars, boolean reset) 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 TypeClassDescription(package private) final class
class
An approximate representation of the distribution of measurements.final class
A mutableHistogramPointData
Fields in io.opentelemetry.sdk.metrics.internal.data with type parameters of type HistogramPointDataModifier and TypeFieldDescriptionprivate final Collection
<HistogramPointData> AutoValue_ImmutableHistogramData.points
Methods in io.opentelemetry.sdk.metrics.internal.data that return types with arguments of type HistogramPointDataMethod parameters in io.opentelemetry.sdk.metrics.internal.data with type arguments of type HistogramPointDataModifier and TypeMethodDescriptionstatic ImmutableHistogramData
ImmutableHistogramData.create
(AggregationTemporality temporality, Collection<HistogramPointData> points) Constructor parameters in io.opentelemetry.sdk.metrics.internal.data with type arguments of type HistogramPointDataModifierConstructorDescription(package private)
AutoValue_ImmutableHistogramData
(AggregationTemporality aggregationTemporality, Collection<HistogramPointData> points)