Uses of Interface
io.opentelemetry.sdk.metrics.data.SummaryPointData
Packages that use SummaryPointData
Package
Description
Marshaling of OTLP metrics.
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.exporter.internal.otlp.metrics
Classes in io.opentelemetry.exporter.internal.otlp.metrics that implement interfaces with type arguments of type SummaryPointDataModifier and TypeClassDescription(package private) final classMethods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type SummaryPointDataModifier and TypeMethodDescription(package private) static SummaryDataPointMarshalerSummaryDataPointMarshaler.create(SummaryPointData point) intSummaryDataPointStatelessMarshaler.getBinarySerializedSize(SummaryPointData point, MarshalerContext context) voidSummaryDataPointStatelessMarshaler.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.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 TypeClassDescription(package private) final classclassA 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.pointsMethods 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 ImmutableSummaryDataImmutableSummaryData.create(Collection<SummaryPointData> points) Constructor parameters in io.opentelemetry.sdk.metrics.internal.data with type arguments of type SummaryPointDataModifierConstructorDescription(package private)