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 LogsRequestMarshalerLogsRequestMarshaler.create(Collection<LogRecordData> logs) Returns aLogsRequestMarshalerthat can be used to convert the providedSpanDatainto a serialized OTLP ExportLogsServiceRequest.