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

[exporterhelper] Replace experimental converter interface with function #8764

Merged

Conversation

dmitryax
Copy link
Member

@dmitryax dmitryax commented Oct 26, 2023

As proposed in #8122 (comment)

If we need backward conversion, we will use an optional argument to the helper function instead of an optional interface.

@dmitryax dmitryax requested a review from a team as a code owner October 26, 2023 20:01
@dmitryax dmitryax force-pushed the change-converter-interface-to-func branch from 8c52bd5 to 2e5b127 Compare October 26, 2023 20:03
@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Files Coverage Δ
exporter/exporterhelper/logs.go 86.20% <100.00%> (ø)
exporter/exporterhelper/metrics.go 86.20% <100.00%> (ø)
exporter/exporterhelper/traces.go 86.36% <100.00%> (ø)

... and 1 file with indirect coverage changes

📢 Thoughts on this report? Let us know!.

@dmitryax dmitryax merged commit 1e25ed7 into open-telemetry:main Nov 17, 2023
32 checks passed
@github-actions github-actions bot added this to the next release milestone Nov 17, 2023
@dmitryax dmitryax deleted the change-converter-interface-to-func branch November 28, 2023 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants