The InfluxDB plugin currently creates one connection per monitored cluster. The requests pool size is too small when monitoring many clusters and results in warnings of the form:
2019-12-05 16:59:56,983:urllib3.connectionpool:WARNING: Connection pool is full, discarding connection: localhost
in the log files. See this PR against the Python InfluxDB library for details.
The InfluxDB plugin currently creates one connection per monitored cluster. The requests pool size is too small when monitoring many clusters and results in warnings of the form:
2019-12-05 16:59:56,983:urllib3.connectionpool:WARNING: Connection pool is full, discarding connection: localhost
in the log files. See this PR against the Python InfluxDB library for details.