Releases: mderevyankoaqa/jmeter-influxdb2-listener-plugin
jmeter-plugin-influxdb2-listener-2.8
What's Changed
- Update formatting in the read me by @mderevyankoaqa in #94
- Supported JMeter 5.6.3 by @mderevyankoaqa in #104
The testing has been done on the following configuration:
- JMeter 5.6.3
- JAVA 21 (JAVA 11 is minimum version); the latest is recommended
- InfluxDB 2.7.8
- Grafana 11.1.3
PS. Please use the "Issues" page to ask questions or post the issue. To get direct support you can try to reach me https://www.linkedin.com/in/michail-derevyanko-a2700948/
Full Changelog: v2.7...v2.8
jmeter-plugin-influxdb2-listener-2.7
What's Changed
- Support JMeter 5.6.2 and libs update, Bug fixes by @mderevyankoaqa in #90
- included bugfixes #81
Thanks all and specially to @mateusgsan and @ushklianik for the contribution
The testing has been done on the following configuration:
- JMeter 5.6.2
- JAVA 15
- InfluxDB 2.7.1
- Grafana 10.1.4
PS. Please use the "Issues" page to ask questions or post the issue. To get direct support you can try to reach me https://www.linkedin.com/in/michail-derevyanko-a2700948/
Full Changelog: v2.6...v2.7
jmeter-plugin-influxdb2-listener-2.6
What's Changed
- Improvements: changed the URL and updated libs by @mderevyankoaqa in #80
Thank you @MalshaUdani for the contribution!
NOTES:
Braking changes in the configuration for the existing clients, now the URL is represented in one row see the picture. So you need to clean existing fields and set up the new key 'InfluxDBURL'
Full Changelog: v2.5...v2.6
jmeter-plugin-influxdb2-listener-2.5
What's Changed
- Added the new feature by @ushklianik in #67 to filter results.
- Board update and libs by @mderevyankoaqa in #69.
Now there is the possibility to filter the data by Run Id and Type (select the request or transaction). Supported the Grafana 9.1.6
Full Changelog: v2.4...v2.5
jmeter-plugin-influxdb2-listener-2.4
jmeter-plugin-influxdb2-listener-2.3
What's Changed
- Error handling improvements by @mderevyankoaqa in #50
The details:
- Improved the error handling #44. To sort requests can be used the query
|> filter(fn: (r) => r["result"] == "fail" ) OR |> filter(fn: (r) => r["result"] == "pass" )
- New feature: responseBodyLength configuration - the default limitation is 2000, can be updated.
- Updated dashboard (published to https://grafana.com/grafana/dashboards/13644):
a. fixed issues;
b. added paging to the tables;
c. added new charts with filters to sort requests with status 'pass' and 'fail';
d. updated charts.
e. supported the grafana 8.5.4
Full Changelog: v2.2...v2.3
jmeter-plugin-influxdb2-listener-2.2
What's Changed
- Feat: add error threshold as config by @AlucardleVash in #48
- Dev. testing of the "influxdb threshold configuration feature" by @mderevyankoaqa in #49 added the branching strategy to read me as well.
New Contributors
- @AlucardleVash made their first contribution in #48
Full Changelog: v2.1...v2.2
jmeter-plugins-influxdb2-listener-2.1
What's Changed
- Updated the publish task. Issues fixes. by @mderevyankoaqa in #47
Fixed issues:
- #41 now maven storage the storage has correct artifacts with proper classifiers. CI/CD should be fully supported by using the maven central and maven-jmeter plugin.
- #15 Class path contains multiple SLF4J bindings, no warnings.
Improvements:
- The result jar package was optimized, and the size decreased.
- Updated read me.
Full Changelog: 2.0...v2.1
jmeter-plugin-influxdb2-listener-2.0
What's Changed
- Mvnrepository support by @mderevyankoaqa in #45
- Improved code quality
- See Upgrade notes since the package name has changed to '
io.github.mderevyankoaqa.influxdb2.visualizer.JMeterInfluxDBBackendListenerClient
'
Full Changelog: v1.6...2.0
jmeter-plugin-influxdb2-listener-1.6
What's Changed
- Updated libs by @mderevyankoaqa in #42
- Added the reference to the jmeter-csv-listener-plugin project
Full Changelog: v1.5...v1.6