You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,7 +54,7 @@ Notes: if you need to save the errors you got wile the test to csv like file and
54
54
This plugin can be used while the functional testing and load tests as well.
55
55
56
56
## 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.
58
58
Counter will be refreshed at least you have 4 fails. This is protection to avoid OOM error.
59
59
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.
60
60
@@ -65,8 +65,8 @@ Pay attention on "Sending metrics performance tuning" chapter, see below.
65
65
## Compatibility
66
66
The supported versions:
67
67
* 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.
70
70
* The current board and plugin were tested on Grafana 8.5.4 and InfluxDB 2.2.0, JAVA 15.
0 commit comments