Uses of Interface
io.opentelemetry.sdk.metrics.data.SummaryPointData
Packages that use SummaryPointData
Package
Description
Marshaling of OTLP metrics.
The data format to model metrics for export.
-
Uses of SummaryPointData in io.opentelemetry.exporter.internal.otlp.metrics
Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type SummaryPointDataModifier and TypeMethodDescription(package private) static SummaryDataPointMarshaler
SummaryDataPointMarshaler.create
(SummaryPointData point) int
SummaryDataPointStatelessMarshaler.getBinarySerializedSize
(SummaryPointData point, MarshalerContext context) void
SummaryDataPointStatelessMarshaler.writeTo
(Serializer output, SummaryPointData point, MarshalerContext context) Method parameters in io.opentelemetry.exporter.internal.otlp.metrics with type arguments of type SummaryPointDataModifier and TypeMethodDescription(package private) static SummaryDataPointMarshaler[]
SummaryDataPointMarshaler.createRepeated
(Collection<SummaryPointData> points) -
Uses of SummaryPointData in io.opentelemetry.sdk.metrics.internal.data
Classes in io.opentelemetry.sdk.metrics.internal.data that implement SummaryPointDataModifier and TypeClassDescription(package private) final class
class
A single data point that summarizes the values in a time series of numeric values.Fields in io.opentelemetry.sdk.metrics.internal.data with type parameters of type SummaryPointDataModifier and TypeFieldDescriptionprivate final Collection
<SummaryPointData> AutoValue_ImmutableSummaryData.points
Methods in io.opentelemetry.sdk.metrics.internal.data that return types with arguments of type SummaryPointDataMethod parameters in io.opentelemetry.sdk.metrics.internal.data with type arguments of type SummaryPointDataModifier and TypeMethodDescriptionstatic ImmutableSummaryData
ImmutableSummaryData.create
(Collection<SummaryPointData> points) Constructor parameters in io.opentelemetry.sdk.metrics.internal.data with type arguments of type SummaryPointDataModifierConstructorDescription(package private)