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 HistogramDataPointMarshalerHistogramDataPointMarshaler.create(HistogramPointData point) intHistogramDataPointStatelessMarshaler.getBinarySerializedSize(HistogramPointData point, MarshalerContext context) voidHistogramDataPointStatelessMarshaler.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 HistogramPointDataDoubleExplicitBucketHistogramAggregator.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 classclassAn approximate representation of the distribution of measurements.final classA mutableHistogramPointDataFields in io.opentelemetry.sdk.metrics.internal.data with type parameters of type HistogramPointDataModifier and TypeFieldDescriptionprivate final Collection<HistogramPointData> AutoValue_ImmutableHistogramData.pointsMethods 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 ImmutableHistogramDataImmutableHistogramData.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)