Skip to content
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

Avoid creating unused streams #256

Open
jmacd opened this issue Sep 27, 2024 · 0 comments
Open

Avoid creating unused streams #256

jmacd opened this issue Sep 27, 2024 · 0 comments

Comments

@jmacd
Copy link
Contributor

jmacd commented Sep 27, 2024

Users have observed that an unused but configured otelarrow exporter will always create its configured num_streams, which consume a number of resources on the receiver side, leading to larger-than-necessary limits for intermediate load balancers.

This should be fixed, connected with #239. Let streams not start until there is load, let them terminate early when there is no load, and prioritize streams to prefer using fewer than the configured number of streams, if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant