prometheus/consul_exporter

Error: too many open files

robincw-gr opened this issue · 0 comments

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?