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 LogsRequestMarshaler
LogsRequestMarshaler. create(java.util.Collection<LogRecordData> logs)
Returns aLogsRequestMarshaler
that can be used to convert the providedSpanData
into a serialized OTLP ExportLogsServiceRequest.
-