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. resourceAndScopeMapMethods 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 LogMarshalerLogMarshaler. create(LogRecordData logRecordData)intLogStatelessMarshaler. getBinarySerializedSize(LogRecordData log, MarshalerContext context)voidLogStatelessMarshaler. 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 intLowAllocationLogsRequestMarshaler. calculateSize(MarshalerContext context, java.util.Map<Resource,java.util.Map<InstrumentationScopeInfo,java.util.List<LogRecordData>>> resourceAndScopeMap)static LogsRequestMarshalerLogsRequestMarshaler. create(java.util.Collection<LogRecordData> logs)Returns aLogsRequestMarshalerthat can be used to convert the providedSpanDatainto a serialized OTLP ExportLogsServiceRequest.static ResourceLogsMarshaler[]ResourceLogsMarshaler. create(java.util.Collection<LogRecordData> logs)Returns Marshalers of ResourceLogs created by grouping the provided logRecords.CompletableResultCodeLogReusableDataMarshaler. export(java.util.Collection<LogRecordData> logs)intInstrumentationScopeLogsStatelessMarshaler. getBinarySerializedSize(InstrumentationScopeInfo instrumentationScope, java.util.List<LogRecordData> logs, MarshalerContext context)intResourceLogsStatelessMarshaler. 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)voidLowAllocationLogsRequestMarshaler. initialize(java.util.Collection<LogRecordData> logDataList)voidInstrumentationScopeLogsStatelessMarshaler. writeTo(Serializer output, InstrumentationScopeInfo instrumentationScope, java.util.List<LogRecordData> logs, MarshalerContext context)voidResourceLogsStatelessMarshaler. 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 CompletableResultCodeOtlpHttpLogRecordExporter. 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 CompletableResultCodeOtlpGrpcLogRecordExporter. 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) classAutoValue_SdkLogRecordData(package private) classSdkLogRecordDataMethods in io.opentelemetry.sdk.logs that return LogRecordData Modifier and Type Method Description LogRecordDataReadWriteLogRecord. toLogRecordData()Return an immutableLogRecordDatainstance representing this log record.LogRecordDataSdkReadWriteLogRecord. 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. batchMethods 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 CompletableResultCodeLogRecordExporter. export(java.util.Collection<LogRecordData> logs)Exports the collections of givenLogRecordData.CompletableResultCodeMultiLogRecordExporter. export(java.util.Collection<LogRecordData> logs)CompletableResultCodeNoopLogRecordExporter. export(java.util.Collection<LogRecordData> logs)
-