Uses of Class
io.opentelemetry.exporter.internal.otlp.traces.TraceRequestMarshaler
-
Packages that use TraceRequestMarshaler Package Description io.opentelemetry.exporter.internal.otlp.traces Marshaling of OTLP traces. -
-
Uses of TraceRequestMarshaler in io.opentelemetry.exporter.internal.otlp.traces
Methods in io.opentelemetry.exporter.internal.otlp.traces that return TraceRequestMarshaler Modifier and Type Method Description static TraceRequestMarshalerTraceRequestMarshaler. create(java.util.Collection<SpanData> spanDataList)Returns aTraceRequestMarshalerthat can be used to convert the providedSpanDatainto a serialized OTLP ExportTraceServiceRequest.
-