-
Notifications
You must be signed in to change notification settings - Fork 256
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
fix: use condition signal to replace sleep and remove timeout.timeout… #1826
Conversation
… (use exporter timeout function - http.timeout)
This looks great! What would it take to get it reviewed/merged? |
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.
Thank you!
Hi @akahn! I'm glad you like how this looks! Did you happen to try it in your application? |
Yes, works nicely in our app. Will test in production next week, though we aren't heavily using metrics yet, due to the issue this PR solves. :-P |
thanks for the feedback, @akahn! this code is now available in |
… (use exporter timeout function - http.timeout)