Plugin for JMeter that allows to write load test data on-the-fly to influxDB.
For an end to end explanation of how to go about doing the entire setup refer here.
This is a forked repository.
For now the only new addition that was done to this repository was to add a new JVM argument which when set, this plugin can be disabled.
-Djmeter.influxdb.disable
The modified uber jar can be downloaded from Maven central
The Maven GAV co-ordinates are as below:
<dependency>
<groupId>com.rationaleemotions.jmeter.plugins</groupId>
<artifactId>influxdb-writer</artifactId>
<version>1.5.0</version>
</dependency>