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.dataPointsprivate final NumberDataPointMarshaler[]SumMarshaler.dataPointsMethods 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 intGaugeMarshaler.calculateSize(NumberDataPointMarshaler[] dataPoints) private static intSumMarshaler.calculateSize(NumberDataPointMarshaler[] dataPoints, ProtoEnumInfo aggregationTemporality, boolean isMonotonic) Constructors in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type NumberDataPointMarshalerModifierConstructorDescriptionprivateGaugeMarshaler(NumberDataPointMarshaler[] dataPoints) privateSumMarshaler(NumberDataPointMarshaler[] dataPoints, ProtoEnumInfo aggregationTemporality, boolean isMonotonic)