Skip to content
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 EmitEvent to Logs API #4259

Merged
merged 29 commits into from
Nov 1, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update changelog
tedsuo committed Oct 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 2a528590a2af4fc42bb8a79f7f1d705535950d20
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -66,7 +66,9 @@ release.
- Introduce initial placeholder for the new user-facing Logs API, adding references
to existing API's informing of the coming changes while the definition is defined.
([#4236](https://github.com/open-telemetry/opentelemetry-specification/pull/4236))
- Moved the EventProvider and EventLogger into to the LogProvider and Logger.([#4259](https://github.com/open-telemetry/opentelemetry-specification/pull/4259))
- Renamed Log Bridge API to Logs API. Defined the existing Logger methods to be
Log Bridge Operations. Added EmitEvent to the Logger as an Instrumentation Operation.
([#4259](https://github.com/open-telemetry/opentelemetry-specification/pull/4259))

### Common