Skip to content

Releases: mderevyankoaqa/jmeter-influxdb2-listener-plugin

jmeter-plugin-influxdb2-listener-2.7

08 Oct 20:07
cb10bc3
Compare
Choose a tag to compare

What's Changed

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

16 Nov 09:29
290d55f
Compare
Choose a tag to compare

What's Changed

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'

image

Full Changelog: v2.5...v2.6

jmeter-plugin-influxdb2-listener-2.5

01 Oct 11:44
6e2f576
Compare
Choose a tag to compare

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

21 Jun 08:53
33d31be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3...v2.4

jmeter-plugin-influxdb2-listener-2.3

14 Jun 10:18
7fed1d5
Compare
Choose a tag to compare

What's Changed

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

08 Jun 12:31
afac629
Compare
Choose a tag to compare

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

Full Changelog: v2.1...v2.2

jmeter-plugins-influxdb2-listener-2.1

07 Jun 12:10
52f9023
Compare
Choose a tag to compare

What's Changed

Fixed issues:

  1. #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.
  2. #15 Class path contains multiple SLF4J bindings, no warnings.

Improvements:

  1. The result jar package was optimized, and the size decreased.
  2. Updated read me.

Full Changelog: 2.0...v2.1

jmeter-plugin-influxdb2-listener-2.0

03 Jun 20:51
505d6e1
Compare
Choose a tag to compare

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

30 May 08:39
1263061
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5...v1.6

jmeter-plugin-influxdb2-listener-1.5

14 Jan 15:09
1e99473
Compare
Choose a tag to compare

Now its possible to fetch run id from Flux, supported the latest libs.

What's Changed

New Contributors

Full Changelog: v1.4...v1.5