Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore]: Validate number of consumers in exporterhelper (#8629)
**Description:** Validate number of consumers in exporterhelper This is a very small bug fix that does not even deserve a changelog entry. The collector will not work if a queue with a number of consumers <= 0 is used, so we should fail loudly instead of just hanging not draining the data from the queue. **Testing:** UTs were added. _Please delete paragraphs that you did not use before submitting._
- Loading branch information