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 ExponentialHistogramDataPointMarshalerExponentialHistogramDataPointMarshaler.create(ExponentialHistogramPointData point) intExponentialHistogramDataPointStatelessMarshaler.getBinarySerializedSize(ExponentialHistogramPointData point, MarshalerContext context) voidExponentialHistogramDataPointStatelessMarshaler.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 ofExponentialHistogramPointDatafor 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 ExponentialHistogramPointDataDoubleBase2ExponentialHistogramAggregator.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 classclassAuto value implementation ofExponentialHistogramPointData.final classA mutableExponentialHistogramPointDataFields in io.opentelemetry.sdk.metrics.internal.data with type parameters of type ExponentialHistogramPointDataModifier and TypeFieldDescriptionprivate final Collection<ExponentialHistogramPointData> AutoValue_ImmutableExponentialHistogramData.pointsMethods 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 ExponentialHistogramDataImmutableExponentialHistogramData.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)