Nordstrom / artillery-plugin-influxdb

Plugin for Artillery.IO that records response data into InfluxDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running back-to-back or with warm Lambdas, the plugin will sometimes raise the error:Multiple Influx DB clients are not supported.

gwsii opened this issue · comments

Exception: Multiple Influx DB clients are not supported.

This actually stems from the fact that the config is stored as a static. The fix and correct behavior is to store the config as part of the instantiated instance.

Need to modify the code to store the config on the plugin instance and consume it from there as well.

Fixed with commit 5637e86