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. dataPointsprivate NumberDataPointMarshaler[]SumMarshaler. dataPointsMethods in io.opentelemetry.exporter.internal.otlp.metrics that return NumberDataPointMarshaler Modifier and Type Method Description (package private) static NumberDataPointMarshalerNumberDataPointMarshaler. 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 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 NumberDataPointMarshaler Constructor Description GaugeMarshaler(NumberDataPointMarshaler[] dataPoints)SumMarshaler(NumberDataPointMarshaler[] dataPoints, ProtoEnumInfo aggregationTemporality, boolean isMonotonic)
-