Skip to content

Commit 1263061

Browse files
mderevyankoaqaMikhail.Derevyanko
andauthored
Updated libs: gradle v7.4.2, influxdb-client-java v6.1.0, added reference on jmeter-csv-listener-plugin (#42)
Co-authored-by: Mikhail.Derevyanko <[email protected]>
1 parent 1e99473 commit 1263061

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ The plugin sends metrics to InfluxDB and provides the possibility to visualize t
1212
* Latency;
1313
* The response time (uses from the SampleResult.class, needs to make aggregate report).
1414

15+
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).
16+
This plugin can be used while the functional testing and load tests as well.
17+
1518
## Important notes
1619
The plugin allows 5 errors happened one by one, then plugin will stop importing the results after that! See details in the logs.
1720
Counter will be refreshed at least you have 4 fails. This is protection to avoid OOM error.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
sourceCompatibility = 11
17-
version = '1.5'
17+
version = '1.6'
1818
def title = 'JMeterInfluxDBListener'
1919
def archiveName = 'jmeter-plugin-influxdb2-listener'
2020

@@ -35,7 +35,7 @@ def archiveName = 'jmeter-plugin-influxdb2-listener'
3535
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_java', version: '5.4.3'
3636
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_components', version: '5.4.3'
3737
implementation group: 'org.apache.jmeter', name: 'jorphan', version: '5.4.3'
38-
implementation group: 'com.influxdb', name: 'influxdb-client-java', version: '4.0.0'
38+
implementation group: 'com.influxdb', name: 'influxdb-client-java', version: '6.1.0'
3939
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
4040

4141

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Fri Apr 17 22:39:55 EEST 2020
2-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
2+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
33
distributionBase=GRADLE_USER_HOME
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)