Uses of Interface
io.opentelemetry.sdk.metrics.data.SummaryPointData
Packages that use SummaryPointData
Package
Description
The data format to model metrics for export.
-
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)