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 SimpleTracer more thread safe #78

Closed
garyrussell opened this issue Oct 3, 2022 · 0 comments
Closed

Make SimpleTracer more thread safe #78

garyrussell opened this issue Oct 3, 2022 · 0 comments
Assignees
Labels
bug A general bug
Milestone

Comments

@garyrussell
Copy link

For example, the spans field is a LinkedList<>; it could be, for example, a LinkedBlockingDeque<>`.

@jonatan-ivanov jonatan-ivanov transferred this issue from micrometer-metrics/micrometer Oct 3, 2022
@jonatan-ivanov jonatan-ivanov added the bug A general bug label Oct 3, 2022
@jonatan-ivanov jonatan-ivanov added this to the 1.0.0-RC1 milestone Oct 3, 2022
@jonatan-ivanov jonatan-ivanov self-assigned this Oct 3, 2022
@jonatan-ivanov jonatan-ivanov changed the title Make SimpleTracer Thread Safe Make SimpleTracer more thread safe Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants