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 TraceRequestMarshalerTraceRequestMarshaler.create(Collection<SpanData> spanDataList) Returns aTraceRequestMarshalerthat can be used to convert the providedSpanDatainto a serialized OTLP ExportTraceServiceRequest.