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

[DEV-63] Fix Diagnostics dispatching and collection #45

Merged
merged 7 commits into from
Jun 6, 2024

Conversation

RagingKore
Copy link
Contributor

@RagingKore RagingKore commented May 29, 2024

Added: SingleSourceDiagnosticsListener
Added: MultiSourceDiagnosticsListener
Added: Plugin data collection modes (event, shapshot and partial)
Changed: Plugin and plugin data collector
Changed: Updated Nuget packages.

Added MultiSourceDiagnosticsListener
Refactor Plugin and plugin data collector
Updated packages.
@RagingKore RagingKore requested review from YoEight and hayley-jean May 29, 2024 15:23
@RagingKore RagingKore self-assigned this May 29, 2024
@RagingKore RagingKore requested a review from shaan1337 May 29, 2024 15:28
Copy link
Member

@YoEight YoEight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems a lot of your Listener code is implemented by System.Threading.Channel like for the max capacity and the IEnumerable interface. Would you consider a wrapper around those?

@RagingKore
Copy link
Contributor Author

Seems a lot of your Listener code is implemented by System.Threading.Channel like for the max capacity and the IEnumerable interface. Would you consider a wrapper around those?

If I was using channels and a custom implementation, maybe. But I don't even use a channel. I'm using the System.Diagnostics.DiagnosticListener as advised by MS for raising diagnostics.

@RagingKore RagingKore merged commit ea86e9b into master Jun 6, 2024
2 checks passed
@RagingKore RagingKore deleted the sergiosilveira/dev-63-fix-diagnostics branch June 6, 2024 13:37
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