Uses of Class
io.opentelemetry.exporter.internal.otlp.logs.LogsRequestMarshaler
Packages that use LogsRequestMarshaler
-
Uses of LogsRequestMarshaler in io.opentelemetry.exporter.internal.otlp.logs
Methods in io.opentelemetry.exporter.internal.otlp.logs that return LogsRequestMarshalerModifier and TypeMethodDescriptionstatic LogsRequestMarshaler
LogsRequestMarshaler.create
(Collection<LogRecordData> logs) Returns aLogsRequestMarshaler
that can be used to convert the providedSpanData
into a serialized OTLP ExportLogsServiceRequest.