You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this feature is to provide a way to bridge logs from logging frameworks (odin, log4cats, etc) into OpenTelemetry. This is not a logging API.
Warning
The purpose of this feature is to provide a way to bridge logs from logging frameworks (odin, log4cats, etc) into OpenTelemetry. This is not a logging API.
The specification:
Log example
Prerequistes
Before moving forward with a specific implementation, we must ensure the API is compatible with a Scala logging framework, such as:
The scope
core
LoggerProvider,LoggerBuilder,Logger, andLogRecordBuilderin the new core-logs moduleOtelJava
SDK
SdkLoggerProvider,SdkLogger, and so on, in the sdk-logs moduleLogRecordExporterandConsoleLogRecordExporterLogRecordProcessor,BatchLogRecordProcessor, andSimpleLogRecordProcessorSDK exporter
LogsProtoEncoderin the sdk-exporter-logs moduleOtlpLogRecordExporterSDK testkit
Release
NoPublishPluginfrom the logs modulesmimaPreviousArtifactsfrom the logs modulestlBaseVersion