Error: too many open files
robincw-gr opened this issue · 0 comments
robincw-gr commented
The number of concurrent queries to Consul is based on number of services.
This can easily exceed the maximum number of file descriptors, so sockets fail to open and the exporter fails to export all metrics.
Please can this be fixed by merging #94 which provides an option to limit concurrency?