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

restructured fileexporter to prepare for group_by #31068

Merged

Conversation

adam-kiss-sg
Copy link
Contributor

Description:

In fileexporter: restructured code by splitting out two functionality from fileExporter: marshalling and compression logic was moved to marshaller, and logic related to writing to file and buffering writes was moved to, fileWriter.

This pr introduces no changes to the behavior. The restructure was made in preparation for adding the new group_by functionality (see linked ticket for more detail).

Link to tracking Issue: #24654

Testing: Tests have been updated for the new structure. No tests were added or modified beyond the structural changes.

Documentation: This pr introduces no user-facing changes.

@djaglowski djaglowski added Skip Changelog PRs that do not require a CHANGELOG.md entry ready to merge Code review completed; ready to merge by maintainers labels Feb 6, 2024
@djaglowski djaglowski merged commit 9365b33 into open-telemetry:main Feb 8, 2024
152 of 153 checks passed
@github-actions github-actions bot added this to the next release milestone Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exporter/file ready to merge Code review completed; ready to merge by maintainers Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants