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

Fix what can be modified via ReadWriteLogRecord #3907

Merged
merged 21 commits into from
Mar 28, 2024

Conversation

pellared
Copy link
Member

@pellared pellared commented Feb 27, 2024

Fixes #3902

Changes

Fix what can be modified via ReadWriteLogRecord.

@pellared pellared changed the title Clarify what LogRecordProcessor is able to modify Explicitly define what can be modified via ReadWriteLogRecord Feb 27, 2024
@pellared pellared changed the title Explicitly define what can be modified via ReadWriteLogRecord Fix what can be modified via ReadWriteLogRecord Feb 27, 2024
@pellared pellared marked this pull request as ready for review February 27, 2024 09:34
@pellared pellared requested review from a team February 27, 2024 09:34
Copy link
Contributor

@MrAlias MrAlias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I support this change, but how are we going to account for the SIGs that have implemented modification of more than the information added via Emit?

@pellared
Copy link
Member Author

I support this change, but how are we going to account for the SIGs that have implemented modification of more than the information added via Emit?

PTAL @open-telemetry/cpp-maintainers

Maybe C++ SIG could deprecate the methods, change its behavior to be no-op (no operation) and update the documentation accordingly?

specification/logs/sdk.md Outdated Show resolved Hide resolved
specification/logs/sdk.md Outdated Show resolved Hide resolved
Copy link

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@carlosalberto carlosalberto merged commit 40aaf16 into open-telemetry:main Mar 28, 2024
7 checks passed
carlosalberto pushed a commit to carlosalberto/opentelemetry-specification that referenced this pull request Oct 31, 2024
Fixes
open-telemetry#3902

## Changes

Fix what can be modified via `ReadWriteLogRecord`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Clarify what LogRecordProcessor is able to modify
6 participants