-
Notifications
You must be signed in to change notification settings - Fork 896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[editorial] Update Logs API preface #4382
Conversation
<b>Note: this document defines a log *backend* API. The API is not intended | ||
to be called by application developers directly. It is provided for logging | ||
library authors to build | ||
The Logs API is provided for logging library authors to build | ||
[log appenders](./supplementary-guidelines.md#how-to-create-a-log4j-log-appender), | ||
which use this API to bridge between existing logging libraries and the | ||
OpenTelemetry log data model.</b> | ||
OpenTelemetry log data model. | ||
|
||
The Logs API can also be directly called by instrumentation libraries | ||
as well as instrumented libraries or applications. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is essentially promoting "user-facing Logs API" to stable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought my previous PR already did promote this to stable.
If anyone finds it unwanted I created: #4383
Feel free to "undraft" the PR.
Leftover after:
Thanks @cijothomas for spotting it.