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

Feature Request: Configurable Max Number of Concurrent Queries #2601

Open
joesixpack opened this issue Dec 11, 2020 · 1 comment
Open

Feature Request: Configurable Max Number of Concurrent Queries #2601

joesixpack opened this issue Dec 11, 2020 · 1 comment

Comments

@joesixpack
Copy link

The hardcoded limit of 1024 is simply not enough.

Dec 11 01:32:27 graph dockerd[775]: time="2020-12-11T01:32:27.313894086-08:00" level=error msg="[resolver] more than 1024 concurrent queries from 172.21.0.10:35758"

Dec 11 01:32:32 graph dockerd[775]: time="2020-12-11T01:32:32.376307265-08:00" level=error msg="[resolver] more than 1024 concurrent queries from 172.21.0.10:40694"

Previous fix: #2214

@siju-vasudevan
Copy link

We are also facing this issue. Basically i have more than 8k host which is getting scraped by blackbox expoter(icmp) and once in a while we are hitting this issue. When such issue happens it is creating false alerts since blackbox exporter is not able to resolve the dns of target and metrics will be populated with zero value. It will be great if you can fix this issue ASAP or make the value to be configurable.

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

2 participants