Uses of Interface
io.opentelemetry.sdk.metrics.data.SummaryPointData
Packages that use SummaryPointData
Package
Description
Classes which form the in-memory representation of the OpenTelemetry metrics data model.
The data format to model metrics for export.
-
Uses of SummaryPointData in io.opentelemetry.sdk.metrics.data
Subinterfaces with type arguments of type SummaryPointData in io.opentelemetry.sdk.metrics.data -
Uses of SummaryPointData in io.opentelemetry.sdk.metrics.internal.data
Classes in io.opentelemetry.sdk.metrics.internal.data that implement SummaryPointDataModifier and TypeClassDescriptionclassA single data point that summarizes the values in a time series of numeric values.Method parameters in io.opentelemetry.sdk.metrics.internal.data with type arguments of type SummaryPointDataModifier and TypeMethodDescriptionstatic ImmutableSummaryDataImmutableSummaryData.create(Collection<SummaryPointData> points)