Uses of Class
io.opentelemetry.exporter.internal.otlp.logs.LogsRequestMarshaler
-
Packages that use LogsRequestMarshaler Package Description io.opentelemetry.exporter.internal.otlp.logs Marshaling of OTLP logs. -
-
Uses of LogsRequestMarshaler in io.opentelemetry.exporter.internal.otlp.logs
Methods in io.opentelemetry.exporter.internal.otlp.logs that return LogsRequestMarshaler Modifier and Type Method Description static LogsRequestMarshalerLogsRequestMarshaler. create(java.util.Collection<LogRecordData> logs)Returns aLogsRequestMarshalerthat can be used to convert the providedSpanDatainto a serialized OTLP ExportLogsServiceRequest.
-