-
Notifications
You must be signed in to change notification settings - Fork 765
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
Batching activity processor #697
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I have two comments but I think they should be addressed separately and right now are lower priority.
…ry/opentelemetry-dotnet into batching-activity-processor * 'batching-activity-processor' of github.com:open-telemetry/opentelemetry-dotnet: Catch exceptions in flush timer and write to EventSource (#696)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even better now :)
@MikeGoldsmith tests are failing after the last merge, did you have a chance to look at the failures? |
Yeah, I think it's related to what @CodeBlanch saw in one of his recently PRs where he needed to add IDisposeable to the object returned from |
@rajkumar-rangaraj wanted to take this PR. @MikeGoldsmith please let us know if you are okay! |
Closing in favor on #755 |
Changes
Adds a batching activity exporter, including tests.
Note: Some of the tests are failing, looks to be because the Activities created in the two utility methods at the top of the file are null. I'll continue to investigate but also happy for review to see if someone can see the problem.
Checklist