Uses of Class
io.opentelemetry.exporter.internal.otlp.metrics.SummaryDataPointMarshaler
Packages that use SummaryDataPointMarshaler
-
Uses of SummaryDataPointMarshaler in io.opentelemetry.exporter.internal.otlp.metrics
Fields in io.opentelemetry.exporter.internal.otlp.metrics declared as SummaryDataPointMarshalerModifier and TypeFieldDescriptionprivate final SummaryDataPointMarshaler[]
SummaryMarshaler.dataPoints
Methods in io.opentelemetry.exporter.internal.otlp.metrics that return SummaryDataPointMarshalerModifier and TypeMethodDescription(package private) static SummaryDataPointMarshaler
SummaryDataPointMarshaler.create
(SummaryPointData point) (package private) static SummaryDataPointMarshaler[]
SummaryDataPointMarshaler.createRepeated
(Collection<SummaryPointData> points) Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type SummaryDataPointMarshalerModifier and TypeMethodDescriptionprivate static int
SummaryMarshaler.calculateSize
(SummaryDataPointMarshaler[] dataPoints) Constructors in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type SummaryDataPointMarshaler