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 TraceRequestMarshaler
TraceRequestMarshaler. create(java.util.Collection<SpanData> spanDataList)
Returns aTraceRequestMarshaler
that can be used to convert the providedSpanData
into a serialized OTLP ExportTraceServiceRequest.
-