Uses of Interface
io.opentelemetry.sdk.logs.data.LogRecordData
-
Packages that use LogRecordData Package Description io.opentelemetry.exporter.internal.otlp.logs Marshaling of OTLP logs.io.opentelemetry.exporter.otlp.http.logs OpenTelemetry exporter which sends log data to OpenTelemetry collector via OTLP HTTP.io.opentelemetry.exporter.otlp.logs OpenTelemetry exporter which sends span data to OpenTelemetry collector via OTLP gRPC.io.opentelemetry.sdk.logs The OpenTelemetry SDK implementation of logging.io.opentelemetry.sdk.logs.export Log exporters. -
-
Uses of LogRecordData in io.opentelemetry.exporter.internal.otlp.logs
Fields in io.opentelemetry.exporter.internal.otlp.logs with type parameters of type LogRecordData Modifier and Type Field Description private java.util.Map<Resource,java.util.Map<InstrumentationScopeInfo,java.util.List<LogRecordData>>>
LowAllocationLogsRequestMarshaler. resourceAndScopeMap
Methods in io.opentelemetry.exporter.internal.otlp.logs that return types with arguments of type LogRecordData Modifier and Type Method Description private static java.util.Map<Resource,java.util.Map<InstrumentationScopeInfo,java.util.List<LogRecordData>>>
LowAllocationLogsRequestMarshaler. groupByResourceAndScope(MarshalerContext context, java.util.Collection<LogRecordData> logDataList)
Methods in io.opentelemetry.exporter.internal.otlp.logs with parameters of type LogRecordData Modifier and Type Method Description (package private) static LogMarshaler
LogMarshaler. create(LogRecordData logRecordData)
int
LogStatelessMarshaler. getBinarySerializedSize(LogRecordData log, MarshalerContext context)
void
LogStatelessMarshaler. writeTo(Serializer output, LogRecordData log, MarshalerContext context)
Method parameters in io.opentelemetry.exporter.internal.otlp.logs with type arguments of type LogRecordData Modifier and Type Method Description private static int
LowAllocationLogsRequestMarshaler. calculateSize(MarshalerContext context, java.util.Map<Resource,java.util.Map<InstrumentationScopeInfo,java.util.List<LogRecordData>>> resourceAndScopeMap)
static LogsRequestMarshaler
LogsRequestMarshaler. create(java.util.Collection<LogRecordData> logs)
Returns aLogsRequestMarshaler
that can be used to convert the providedSpanData
into a serialized OTLP ExportLogsServiceRequest.static ResourceLogsMarshaler[]
ResourceLogsMarshaler. create(java.util.Collection<LogRecordData> logs)
Returns Marshalers of ResourceLogs created by grouping the provided logRecords.CompletableResultCode
LogReusableDataMarshaler. export(java.util.Collection<LogRecordData> logs)
int
InstrumentationScopeLogsStatelessMarshaler. getBinarySerializedSize(InstrumentationScopeInfo instrumentationScope, java.util.List<LogRecordData> logs, MarshalerContext context)
int
ResourceLogsStatelessMarshaler. getBinarySerializedSize(Resource resource, java.util.Map<InstrumentationScopeInfo,java.util.List<LogRecordData>> scopeMap, MarshalerContext context)
private static java.util.Map<Resource,java.util.Map<InstrumentationScopeInfo,java.util.List<LogRecordData>>>
LowAllocationLogsRequestMarshaler. groupByResourceAndScope(MarshalerContext context, java.util.Collection<LogRecordData> logDataList)
private static java.util.Map<Resource,java.util.Map<InstrumentationScopeInfo,java.util.List<Marshaler>>>
ResourceLogsMarshaler. groupByResourceAndScope(java.util.Collection<LogRecordData> logs)
void
LowAllocationLogsRequestMarshaler. initialize(java.util.Collection<LogRecordData> logDataList)
void
InstrumentationScopeLogsStatelessMarshaler. writeTo(Serializer output, InstrumentationScopeInfo instrumentationScope, java.util.List<LogRecordData> logs, MarshalerContext context)
void
ResourceLogsStatelessMarshaler. writeTo(Serializer output, Resource resource, java.util.Map<InstrumentationScopeInfo,java.util.List<LogRecordData>> scopeMap, MarshalerContext context)
-
Uses of LogRecordData in io.opentelemetry.exporter.otlp.http.logs
Method parameters in io.opentelemetry.exporter.otlp.http.logs with type arguments of type LogRecordData Modifier and Type Method Description CompletableResultCode
OtlpHttpLogRecordExporter. export(java.util.Collection<LogRecordData> logs)
Submits all the given logs in a single batch to the OpenTelemetry collector. -
Uses of LogRecordData in io.opentelemetry.exporter.otlp.logs
Method parameters in io.opentelemetry.exporter.otlp.logs with type arguments of type LogRecordData Modifier and Type Method Description CompletableResultCode
OtlpGrpcLogRecordExporter. export(java.util.Collection<LogRecordData> logs)
Submits all the given logs in a single batch to the OpenTelemetry collector. -
Uses of LogRecordData in io.opentelemetry.sdk.logs
Classes in io.opentelemetry.sdk.logs that implement LogRecordData Modifier and Type Class Description (package private) class
AutoValue_SdkLogRecordData
(package private) class
SdkLogRecordData
Methods in io.opentelemetry.sdk.logs that return LogRecordData Modifier and Type Method Description LogRecordData
ReadWriteLogRecord. toLogRecordData()
Return an immutableLogRecordData
instance representing this log record.LogRecordData
SdkReadWriteLogRecord. toLogRecordData()
-
Uses of LogRecordData in io.opentelemetry.sdk.logs.export
Fields in io.opentelemetry.sdk.logs.export with type parameters of type LogRecordData Modifier and Type Field Description private java.util.ArrayList<LogRecordData>
BatchLogRecordProcessor.Worker. batch
Methods in io.opentelemetry.sdk.logs.export that return types with arguments of type LogRecordData Modifier and Type Method Description (package private) java.util.List<LogRecordData>
BatchLogRecordProcessor. getBatch()
Method parameters in io.opentelemetry.sdk.logs.export with type arguments of type LogRecordData Modifier and Type Method Description CompletableResultCode
LogRecordExporter. export(java.util.Collection<LogRecordData> logs)
Exports the collections of givenLogRecordData
.CompletableResultCode
MultiLogRecordExporter. export(java.util.Collection<LogRecordData> logs)
CompletableResultCode
NoopLogRecordExporter. export(java.util.Collection<LogRecordData> logs)
-