Uses of Class
io.opentelemetry.exporter.internal.otlp.metrics.NumberDataPointMarshaler
Packages that use NumberDataPointMarshaler
-
Uses of NumberDataPointMarshaler in io.opentelemetry.exporter.internal.otlp.metrics
Fields in io.opentelemetry.exporter.internal.otlp.metrics declared as NumberDataPointMarshalerModifier and TypeFieldDescriptionprivate final NumberDataPointMarshaler[]
GaugeMarshaler.dataPoints
private final NumberDataPointMarshaler[]
SumMarshaler.dataPoints
Methods in io.opentelemetry.exporter.internal.otlp.metrics that return NumberDataPointMarshalerModifier and TypeMethodDescription(package private) static NumberDataPointMarshaler
(package private) static NumberDataPointMarshaler[]
NumberDataPointMarshaler.createRepeated
(Collection<? extends PointData> points) Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type NumberDataPointMarshalerModifier and TypeMethodDescriptionprivate 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 NumberDataPointMarshalerModifierConstructorDescriptionprivate
GaugeMarshaler
(NumberDataPointMarshaler[] dataPoints) private
SumMarshaler
(NumberDataPointMarshaler[] dataPoints, ProtoEnumInfo aggregationTemporality, boolean isMonotonic)