Skip to content

Commit 33d31be

Browse files
mderevyankoaqaMikhail.Derevyanko
andauthored
Supported JMeter 5.5 (#54) (#55)
Co-authored-by: Mikhail.Derevyanko <[email protected]>
1 parent 7212d23 commit 33d31be

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<h3>
2222
<details>
23-
<summary>Support my Ukrainian Family
23+
<summary>Support my Ukrainian Family ❤️
2424
</summary>
2525
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H8L62WL5HVD32">
2626
<img src="https://raw.githubusercontent.com/stefan-niedermann/paypal-donate-button/master/paypal-donate-button.png" alt="Donate with PayPal" />
@@ -30,7 +30,7 @@
3030

3131
<h3>
3232
<details>
33-
<summary>Like what you see?</summary>
33+
<summary>Like what you see? 😍 </summary>
3434
<br>
3535
<a href="https://www.buymeacoffee.com/mvderevyanko">
3636
<img alt="Coffee2" src="https://raw.githubusercontent.com/mderevyankoaqa/jmeter-elk/main/img/Coffee2.png" width="150">
@@ -54,7 +54,7 @@ Notes: if you need to save the errors you got wile the test to csv like file and
5454
This plugin can be used while the functional testing and load tests as well.
5555

5656
## Important notes
57-
The plugin allows 5 errors happened one by one, then plugin will stop importing the results after that! See details in the logs.
57+
🚨 The plugin allows 5 errors happened one by one, then plugin will stop importing the results after that! See details in the logs.
5858
Counter will be refreshed at least you have 4 fails. This is protection to avoid OOM error.
5959
The option can be configured in the settings (the key name is `influxDBThresholdError` see the [Plugin configuration](https://github.com/mderevyankoaqa/jmeter-influxdb2-listener-plugin/tree/main#plugin-configuration) for the details). You need to be careful with that option and know the hardware resources to store data in the memory.
6060

@@ -65,8 +65,8 @@ Pay attention on "Sending metrics performance tuning" chapter, see below.
6565
## Compatibility
6666
The supported versions:
6767
* Java 11 - make sure that you have it (its minimum version).
68-
* InfluxDB v2.0, see release notes: https://docs.influxdata.com/influxdb/v2.0/reference/release-notes/influxdb/ (1.8 is not supported)
69-
* JMeter 5.4.3 only.
68+
* InfluxDB v2.x, see release notes: https://docs.influxdata.com/influxdb/v2.0/reference/release-notes/influxdb/ (1.8 is not supported)
69+
* JMeter 5.5.0 only.
7070
* The current board and plugin were tested on Grafana 8.5.4 and InfluxDB 2.2.0, JAVA 15.
7171

7272
## Maven Support

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424

2525
sourceCompatibility = 11
2626
group = 'io.github.mderevyankoaqa'
27-
version = '2.3'
27+
version = '2.4'
2828
def title = 'JMeterInfluxDB2Listener'
2929
def archiveName = 'jmeter-plugins-influxdb2-listener'
3030

@@ -41,10 +41,10 @@ def archiveName = 'jmeter-plugins-influxdb2-listener'
4141
}
4242

4343
dependencies {
44-
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_core', version: '5.4.3'
45-
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_java', version: '5.4.3'
46-
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_components', version: '5.4.3'
47-
implementation group: 'org.apache.jmeter', name: 'jorphan', version: '5.4.3'
44+
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_core', version: '5.5'
45+
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_java', version: '5.5'
46+
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_components', version: '5.5'
47+
implementation group: 'org.apache.jmeter', name: 'jorphan', version: '5.5'
4848
implementation group: 'com.influxdb', name: 'influxdb-client-java', version: '6.1.0'
4949
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
5050

0 commit comments

Comments
 (0)