Uses of Enum
io.opentelemetry.sdk.metrics.data.AggregationTemporality
Packages that use AggregationTemporality
Package
Description
OpenTelemetry exporter which sends metric data to OpenTelemetry collector via OTLP HTTP.
OpenTelemetry exporter which sends metric data to OpenTelemetry collector via OTLP gRPC.
Classes which form the in-memory representation of the OpenTelemetry metrics data model.
Utilities that facilitate exporting metrics out of
SdkMeterProvider.Metric aggregators.
The data format to model metrics for export.
-
Uses of AggregationTemporality in io.opentelemetry.exporter.otlp.http.metrics
Methods in io.opentelemetry.exporter.otlp.http.metrics that return AggregationTemporalityModifier and TypeMethodDescriptionOtlpHttpMetricExporter.getAggregationTemporality(InstrumentType instrumentType) -
Uses of AggregationTemporality in io.opentelemetry.exporter.otlp.metrics
Methods in io.opentelemetry.exporter.otlp.metrics that return AggregationTemporalityModifier and TypeMethodDescriptionOtlpGrpcMetricExporter.getAggregationTemporality(InstrumentType instrumentType) -
Uses of AggregationTemporality in io.opentelemetry.sdk.metrics.data
Subclasses with type arguments of type AggregationTemporality in io.opentelemetry.sdk.metrics.dataModifier and TypeClassDescriptionenumDescribes the time period over which measurements are aggregated.Methods in io.opentelemetry.sdk.metrics.data that return AggregationTemporalityModifier and TypeMethodDescriptionExponentialHistogramData.getAggregationTemporality()Returns theAggregationTemporalityof this metric.HistogramData.getAggregationTemporality()Returns the histogramAggregationTemporality.SumData.getAggregationTemporality()Returns the sumAggregationTemporality.static AggregationTemporalityReturns the enum constant of this type with the specified name.static AggregationTemporality[]AggregationTemporality.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AggregationTemporality in io.opentelemetry.sdk.metrics.export
Methods in io.opentelemetry.sdk.metrics.export that return AggregationTemporalityModifier and TypeMethodDescriptionAggregationTemporalitySelector.getAggregationTemporality(InstrumentType instrumentType) Return the aggregation temporality for theInstrumentType.PeriodicMetricReader.getAggregationTemporality(InstrumentType instrumentType) -
Uses of AggregationTemporality in io.opentelemetry.sdk.metrics.internal.aggregator
Methods in io.opentelemetry.sdk.metrics.internal.aggregator with parameters of type AggregationTemporalityModifier and TypeMethodDescriptionAggregator.toMetricData(Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, MetricDescriptor metricDescriptor, Collection<T> points, AggregationTemporality temporality) Returns theMetricDatathat thisAggregationwill produce.DoubleBase2ExponentialHistogramAggregator.toMetricData(Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, MetricDescriptor metricDescriptor, Collection<ExponentialHistogramPointData> points, AggregationTemporality temporality) DoubleExplicitBucketHistogramAggregator.toMetricData(Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, MetricDescriptor metricDescriptor, Collection<HistogramPointData> pointData, AggregationTemporality temporality) DoubleLastValueAggregator.toMetricData(Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, MetricDescriptor descriptor, Collection<DoublePointData> points, AggregationTemporality temporality) DoubleSumAggregator.toMetricData(Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, MetricDescriptor descriptor, Collection<DoublePointData> points, AggregationTemporality temporality) DropAggregator.toMetricData(Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, MetricDescriptor metricDescriptor, Collection<PointData> points, AggregationTemporality temporality) LongLastValueAggregator.toMetricData(Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, MetricDescriptor descriptor, Collection<LongPointData> points, AggregationTemporality temporality) LongSumAggregator.toMetricData(Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, MetricDescriptor descriptor, Collection<LongPointData> points, AggregationTemporality temporality) -
Uses of AggregationTemporality in io.opentelemetry.sdk.metrics.internal.data
Methods in io.opentelemetry.sdk.metrics.internal.data with parameters of type AggregationTemporalityModifier and TypeMethodDescriptionstatic ExponentialHistogramDataImmutableExponentialHistogramData.create(AggregationTemporality temporality, Collection<ExponentialHistogramPointData> points) Returns a newExponentialHistogramData.static ImmutableHistogramDataImmutableHistogramData.create(AggregationTemporality temporality, Collection<HistogramPointData> points) static <T extends PointData>
ImmutableSumData<T> ImmutableSumData.create(boolean isMonotonic, AggregationTemporality temporality, Collection<T> points)