Uses of Interface
io.opentelemetry.sdk.metrics.data.ExponentialHistogramPointData
Packages that use ExponentialHistogramPointData
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 ExponentialHistogramPointData in io.opentelemetry.exporter.internal.otlp.metrics
Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ExponentialHistogramPointDataModifier and TypeMethodDescription(package private) static ExponentialHistogramDataPointMarshaler
ExponentialHistogramDataPointMarshaler.create
(ExponentialHistogramPointData point) int
ExponentialHistogramDataPointStatelessMarshaler.getBinarySerializedSize
(ExponentialHistogramPointData point, MarshalerContext context) void
ExponentialHistogramDataPointStatelessMarshaler.writeTo
(Serializer output, ExponentialHistogramPointData point, MarshalerContext context) Method parameters in io.opentelemetry.exporter.internal.otlp.metrics with type arguments of type ExponentialHistogramPointDataModifier and TypeMethodDescription(package private) static ExponentialHistogramDataPointMarshaler[]
ExponentialHistogramDataPointMarshaler.createRepeated
(Collection<ExponentialHistogramPointData> points) -
Uses of ExponentialHistogramPointData in io.opentelemetry.sdk.metrics.data
Methods in io.opentelemetry.sdk.metrics.data that return types with arguments of type ExponentialHistogramPointDataModifier and TypeMethodDescriptionExponentialHistogramData.getPoints()
Returns the collection ofExponentialHistogramPointData
for this histogram. -
Uses of ExponentialHistogramPointData in io.opentelemetry.sdk.metrics.internal.aggregator
Methods in io.opentelemetry.sdk.metrics.internal.aggregator that return ExponentialHistogramPointDataModifier and TypeMethodDescriptionprotected ExponentialHistogramPointData
DoubleBase2ExponentialHistogramAggregator.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 ExponentialHistogramPointDataMethod parameters in io.opentelemetry.sdk.metrics.internal.aggregator with type arguments of type ExponentialHistogramPointDataModifier and TypeMethodDescriptionDoubleBase2ExponentialHistogramAggregator.toMetricData
(Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, MetricDescriptor metricDescriptor, Collection<ExponentialHistogramPointData> points, AggregationTemporality temporality) -
Uses of ExponentialHistogramPointData in io.opentelemetry.sdk.metrics.internal.data
Classes in io.opentelemetry.sdk.metrics.internal.data that implement ExponentialHistogramPointDataModifier and TypeClassDescription(package private) final class
class
Auto value implementation ofExponentialHistogramPointData
.final class
A mutableExponentialHistogramPointData
Fields in io.opentelemetry.sdk.metrics.internal.data with type parameters of type ExponentialHistogramPointDataModifier and TypeFieldDescriptionprivate final Collection
<ExponentialHistogramPointData> AutoValue_ImmutableExponentialHistogramData.points
Methods in io.opentelemetry.sdk.metrics.internal.data that return ExponentialHistogramPointDataModifier and TypeMethodDescriptionImmutableExponentialHistogramPointData.create
(int scale, double sum, long zeroCount, boolean hasMin, double min, boolean hasMax, double max, ExponentialHistogramBuckets positiveBuckets, ExponentialHistogramBuckets negativeBuckets, long startEpochNanos, long epochNanos, Attributes attributes, List<DoubleExemplarData> exemplars) Create a DoubleExponentialHistogramPointData.MutableExponentialHistogramPointData.set
(int scale, double sum, long zeroCount, boolean hasMin, double min, boolean hasMax, double max, ExponentialHistogramBuckets positiveBuckets, ExponentialHistogramBuckets negativeBuckets, long startEpochNanos, long epochNanos, Attributes attributes, List<DoubleExemplarData> exemplars) Methods in io.opentelemetry.sdk.metrics.internal.data that return types with arguments of type ExponentialHistogramPointDataMethod parameters in io.opentelemetry.sdk.metrics.internal.data with type arguments of type ExponentialHistogramPointDataModifier and TypeMethodDescriptionstatic ExponentialHistogramData
ImmutableExponentialHistogramData.create
(AggregationTemporality temporality, Collection<ExponentialHistogramPointData> points) Returns a newExponentialHistogramData
.Constructor parameters in io.opentelemetry.sdk.metrics.internal.data with type arguments of type ExponentialHistogramPointDataModifierConstructorDescription(package private)
AutoValue_ImmutableExponentialHistogramData
(AggregationTemporality aggregationTemporality, Collection<ExponentialHistogramPointData> points)