GitHub user max3163 opened a pull request:
https://github.com/apache/jmeter/pull/258
BZ60590
This PR has 3 new changes for the Backend Listener :
- Start the scheduler for the InfluxdbListener immediately to send start
annotation even if the test take less than 5 sec.
- Add a new parameter in the Influxdb Backend to put tags. ( i.e Tags are
separated by spaces in grafana )
Tags is put as Influxdb Tag for better query performance on it
- Add new option in jmeter.properties to ignore BackendListener when
validating the thread group of plan
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/max3163/jmeter BZ60590
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jmeter/pull/258.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #258
----
commit cb929d22e586e6c2cc5197d36931a794bc07542f
Author: Maxime Chassagneux <[email protected]>
Date: 2017-01-26T08:54:48Z
Influxdb : Start immediately the scheduler
commit 3ee2464cd58d7cf5f164bb4922ea891af3db70d0
Author: Maxime Chassagneux <[email protected]>
Date: 2017-01-26T10:05:08Z
Add Tags parameter for annotation events
commit 79c5312871fb95c20ea5850b9eb318d1b0d99935
Author: Maxime Chassagneux <[email protected]>
Date: 2017-01-26T10:06:14Z
Ignore BackendListener when validating the thread group of plan
commit 335d7df7192b146650c800841d9c536aa4766cbf
Author: Chassagneux Maxime <[email protected]>
Date: 2017-01-26T10:52:57Z
Revert "Ignore BackendListener when validating the thread group of plan"
This reverts commit 79c5312871fb95c20ea5850b9eb318d1b0d99935.
commit 2a59e5fe78b54508cb6c710e758d94544f425802
Author: Maxime Chassagneux <[email protected]>
Date: 2017-01-26T11:00:12Z
Ignore Backend Listener when validating the thread group of plan
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---