-
Notifications
You must be signed in to change notification settings - Fork 894
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
Add specification for EventLoggerProvider and EventLogger #4031
Add specification for EventLoggerProvider and EventLogger #4031
Conversation
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.
looks great. 👍
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.
A few nits but otherwise LGTM !
(some lint checks to fix up but content matches what we discussed) |
Co-authored-by: Jamie Danielson <[email protected]>
Co-authored-by: Jamie Danielson <[email protected]>
Co-authored-by: Jamie Danielson <[email protected]>
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.
Looks good to me, just thought it might be helpful to indicate if the two methods are required or optional. Thanks!
Co-authored-by: Trask Stalnaker <[email protected]>
Co-authored-by: Trask Stalnaker <[email protected]>
@martinkuba Also add a CHANGELOG entry please ;) |
@tsloughter @MSNev any last comments? Otherwise we are good to go. |
|
CLA failed @martinkuba : |
@JamieDanielson Can you please sign the CLA? Or, I can rebase the commits and change the author. |
Oh weird |
/easycla |
@JamieDanielson we've seen this several times over the past week or so https://cloud-native.slack.com/archives/C01NJ7V1KRC/p1716378324118029, what did you do to fix it? 🪄 |
Seems like there was a bug. An update came through on the linked issue suggesting to comment with
|
…etry#4031) This adds details to how EventLoggerProvider and EventLogger should be implemented in the default Events SDK. Prototypes - [JavaScript prototype](open-telemetry/opentelemetry-js#4629) - [Java prototype](https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk/logs/src/main/java/io/opentelemetry/sdk/logs/internal/SdkEventLoggerProvider.java)
This adds details to how EventLoggerProvider and EventLogger should be implemented in the default Events SDK.
Prototypes
CHANGELOG.md
file updated for non-trivial changesspec-compliance-matrix.md
updated if necessary