Uses of Class
io.opentelemetry.exporter.internal.otlp.traces.TraceRequestMarshaler
Packages that use TraceRequestMarshaler
-
Uses of TraceRequestMarshaler in io.opentelemetry.exporter.internal.otlp.traces
Methods in io.opentelemetry.exporter.internal.otlp.traces that return TraceRequestMarshalerModifier and TypeMethodDescriptionstatic TraceRequestMarshaler
TraceRequestMarshaler.create
(Collection<SpanData> spanDataList) Returns aTraceRequestMarshaler
that can be used to convert the providedSpanData
into a serialized OTLP ExportTraceServiceRequest.