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

Move level-stripping logic from exporter-level to the aggregator-level #10

Open
AndreiPashkin opened this issue Aug 29, 2020 · 0 comments
Assignees
Milestone

Comments

@AndreiPashkin
Copy link
Owner

Currently level-stripping is done in exporter, but this a bad idea because it falls outside of the initially intended area of responsibility of exporters - they are not supposed to contain any logic that processes and alters data - only export it.

@AndreiPashkin AndreiPashkin added this to the 0.1.0 milestone Aug 29, 2020
@AndreiPashkin AndreiPashkin self-assigned this Aug 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant