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

Make telemetry capture/writing thread-safe. #28

Open
anjagruenheid opened this issue May 16, 2023 · 1 comment
Open

Make telemetry capture/writing thread-safe. #28

anjagruenheid opened this issue May 16, 2023 · 1 comment
Labels
good first issue Good for newcomers java Pull requests that update Java code

Comments

@anjagruenheid
Copy link
Contributor

The current event stream for the telemetry registry is not synchronized. As a result, events might be added to the queue while it's being flushed in which case we'd not accurately report all executed events.

@anjagruenheid anjagruenheid added the java Pull requests that update Java code label May 16, 2023
@jcamachor jcamachor added the good first issue Good for newcomers label May 17, 2023
@jcamachor
Copy link
Contributor

This issue should include tests for race conditions, e.g., writing while flushing, exceptions at different points while flushing, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers java Pull requests that update Java code
Projects
None yet
Development

No branches or pull requests

2 participants