-
Notifications
You must be signed in to change notification settings - Fork 976
Move towards Log API/SDK stabilization #2911
Copy link
Copy link
Closed
Labels
[label deprecated] triaged-accepted[label deprecated] Issue triaged and accepted by OTel community, can proceed with creating a PR[label deprecated] Issue triaged and accepted by OTel community, can proceed with creating a PRneeds discussionNeed more information before all suitable labels can be appliedNeed more information before all suitable labels can be appliedspec:logsRelated to the specification/logs directoryRelated to the specification/logs directory
Metadata
Metadata
Assignees
Labels
[label deprecated] triaged-accepted[label deprecated] Issue triaged and accepted by OTel community, can proceed with creating a PR[label deprecated] Issue triaged and accepted by OTel community, can proceed with creating a PRneeds discussionNeed more information before all suitable labels can be appliedNeed more information before all suitable labels can be appliedspec:logsRelated to the specification/logs directoryRelated to the specification/logs directory
OpenTelemetry's vision for supporting logs is clear:
A number of prototypes exist demonstrating the Log API's utility in implementing log appenders for existing logging libraries.
We have also received end user feedback suggesting a demand for a stable release of these log appenders.
I believe the API and SDK components as specified are nearly sufficient and we should consider making them stable. The
LoggerProviderandLoggerAPIs are necessary for developing log appenders. The SDK components (i.e., log processors, exporters, etc) nicely mirrors the trace specification.Below I've attempted to capture a list of remaining issues. If folks have additional things to add, please share!
Remaining issues