diff --git a/README.md b/README.md index 45646f7..5658f71 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ The plugin sends metrics to InfluxDB and provides the possibility to visualize t * Latency; * The response time (uses from the SampleResult.class, needs to make aggregate report). +Notes: if you need to save the errors you got wile the test to csv like file and then share to the dev team you can use the [jmeter-csv-listener-plugin](https://github.com/mderevyankoaqa/jmeter-csv-listener-plugin). +This plugin can be used while the functional testing and load tests as well. + ## Important notes The plugin allows 5 errors happened one by one, then plugin will stop importing the results after that! See details in the logs. Counter will be refreshed at least you have 4 fails. This is protection to avoid OOM error. diff --git a/build.gradle b/build.gradle index 9e9391d..7b71d5c 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ repositories { } sourceCompatibility = 11 -version = '1.5' +version = '1.6' def title = 'JMeterInfluxDBListener' def archiveName = 'jmeter-plugin-influxdb2-listener' @@ -35,7 +35,7 @@ def archiveName = 'jmeter-plugin-influxdb2-listener' implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_java', version: '5.4.3' implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_components', version: '5.4.3' implementation group: 'org.apache.jmeter', name: 'jorphan', version: '5.4.3' - implementation group: 'com.influxdb', name: 'influxdb-client-java', version: '4.0.0' + implementation group: 'com.influxdb', name: 'influxdb-client-java', version: '6.1.0' implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 78bf282..4fb2c58 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ #Fri Apr 17 22:39:55 EEST 2020 -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStorePath=wrapper/dists