Isilon / isilon_data_insights_connector

Connector to fetch stats from OneFS and push them to InfluxDB/Grafana
MIT License
76 stars 36 forks source link

Add pool size to InfluxDB plugin to fix warning when monitoring many clusters #88

Open tenortim opened 4 years ago

tenortim commented 4 years ago

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.