-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[exporter/clickhouse] Use the standard default of 10 queue consumers #34176
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
[exporter/clickhouse] Use the standard default of 10 queue consumers #34176
Conversation
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.
Good find, we just need to add a changelog entry. Appreciate the contribution!
Thanks @SpencerTorres, I added a changelog entry |
Huh. I thought I had raised an issue about this a long time ago and it had previously been resolved. Odd. |
Hmm .. Ok. Maybe I should have made top-level issue for it instead. Good that it's now fixed. |
Description:
The default number of queue consumers is in the exporter helper 10. This default is respected by every other exporter in this repo except for the ClickHouse exporter. A default of 1 is way too low for any major workload and adds a low ceiling to the vertical scalability of a single collector.
Link to tracking Issue: n/a
Testing: n/a
Documentation: Added the default values to the README