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 Jul 31, 2023. It is now read-only.
@prestonvanloon any luck with your merged change? Setting BufferMaxCount seems weird because they say they set the size for each msg to 1 regardless of the size. That means tuning memory for the process is harder than it should be.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please answer these questions before submitting a bug report.
What version of the Exporter are you using?
5b8293c
What version of OpenCensus are you using?
7bbec1755a8162b5923fc214a494773a701d506a
What version of Go are you using?
1.11
What did you do?
I am not sure how to reproduce.
What did you expect to see?
Low amount of goroutines.
What did you see instead?
50k+ goroutines.
Additional context
This library is the only one in our binary that usese google.golang.org/api/support/bundler.
This is how we have configured it
The text was updated successfully, but these errors were encountered: