-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Multiple firehose providers for firehose metrics when only one Firehose provider is supplied as config #4372
Comments
Looks like this issue has been open for 6 months with no activity. Is it still relevant? If not, please remember to close it. |
This is still going to happen, this happens because these connections have a limit of streams they can handle so we use a connection pool of 20 by default. If this is a problem for some reason and you want to disable the behaviour you can set conn_pool_size of the provide to 1 |
that would be problematic if there were more than 100 subgraphs deployed into graph node, right? I personally don't find the numerically suffixed |
Looks like this issue has been open for 6 months with no activity. Is it still relevant? If not, please remember to close it. |
Do you want to request a feature or report a bug?
A bug, I think
What is the current behavior?
When I have a single Firehose provider and then curl the metrics from graph node I see output like the following:
Note that the same deployment ID appears with many different firehose providers even though I only have a single provider. Why is that?
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
What is the expected behavior?
I expect the firehose related metrics to have only a single provider value when the graph node config only has 1 firehose provider.
The text was updated successfully, but these errors were encountered: