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

log: Remove Value.AsAny #4963

Merged
merged 3 commits into from Feb 22, 2024
Merged

log: Remove Value.AsAny #4963

merged 3 commits into from Feb 22, 2024

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Feb 22, 2024

Fix #4962

This method is not required by the specification and is less efficient than using the typed accessors the Value already has.

If this is deemed necessary in the future, we can add it then.

@MrAlias MrAlias added area:logs Part of OpenTelemetry logs Skip Changelog PRs that do not require a CHANGELOG.md entry labels Feb 22, 2024
@MrAlias MrAlias added this to the v1.24.0 milestone Feb 22, 2024
@pellared

This comment was marked as resolved.

@pellared
Copy link
Member

PS. Can you update (remove it) from DESIGN.md? 😉

I have done it 98a5847

@pellared
Copy link
Member

Merging before 24 hours elapses per the agreement during the SIG (to unblock the release).

@pellared pellared merged commit 8df89f6 into open-telemetry:main Feb 22, 2024
30 checks passed
@pellared pellared changed the title Remove Value.AsAny log: Remove Value.AsAny Feb 22, 2024
@MrAlias MrAlias deleted the rm-AsAny branch February 22, 2024 19:57
@pellared pellared added the pkg:API Related to an API package label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:logs Part of OpenTelemetry logs pkg:API Related to an API package Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Remove the AsAny method from Value
3 participants