Uses of Class
io.opentelemetry.exporter.internal.otlp.metrics.NumberDataPointMarshaler
-
Packages that use NumberDataPointMarshaler Package Description io.opentelemetry.exporter.internal.otlp.metrics Marshaling of OTLP metrics. -
-
Uses of NumberDataPointMarshaler in io.opentelemetry.exporter.internal.otlp.metrics
Fields in io.opentelemetry.exporter.internal.otlp.metrics declared as NumberDataPointMarshaler Modifier and Type Field Description private NumberDataPointMarshaler[]
GaugeMarshaler. dataPoints
private NumberDataPointMarshaler[]
SumMarshaler. dataPoints
Methods in io.opentelemetry.exporter.internal.otlp.metrics that return NumberDataPointMarshaler Modifier and Type Method Description (package private) static NumberDataPointMarshaler
NumberDataPointMarshaler. create(PointData point)
(package private) static NumberDataPointMarshaler[]
NumberDataPointMarshaler. createRepeated(java.util.Collection<? extends PointData> points)
Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type NumberDataPointMarshaler Modifier and Type Method Description private static int
GaugeMarshaler. calculateSize(NumberDataPointMarshaler[] dataPoints)
private static int
SumMarshaler. calculateSize(NumberDataPointMarshaler[] dataPoints, ProtoEnumInfo aggregationTemporality, boolean isMonotonic)
Constructors in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type NumberDataPointMarshaler Constructor Description GaugeMarshaler(NumberDataPointMarshaler[] dataPoints)
SumMarshaler(NumberDataPointMarshaler[] dataPoints, ProtoEnumInfo aggregationTemporality, boolean isMonotonic)
-