You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.
This might not end up being a change here, but in our zipkin library we are working on a non-blocking rate limited implementation of sampling. For example, it returns true 1 time per second. I'm not sure if you have ambition for non-blocking. Also, we couldn't make a strict dependency, but it would be neat to get your input anyway. openzipkin/brave#819
The text was updated successfully, but these errors were encountered:
For the moment I do not plan to implement a non-blocking way. Plan for now was just to get rid of the busy wait in the blocking method and refactoring the state stuff to create less instance.
But once I'm going to think about that, I will give you a note.
Hi, your code looks neat.
This might not end up being a change here, but in our zipkin library we are working on a non-blocking rate limited implementation of sampling. For example, it returns true 1 time per second. I'm not sure if you have ambition for non-blocking. Also, we couldn't make a strict dependency, but it would be neat to get your input anyway. openzipkin/brave#819
The text was updated successfully, but these errors were encountered: