Skip to content

Commit 345cf47

Browse files
Merge branch 'master' of github.com:delirius325/jmeter-elasticsearch-backend-listener
2 parents bf6135c + b5fd031 commit 345cf47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send te
2020
* Use either Kibana or Grafana to vizualize your results!
2121
* [Click here to get a sample Grafana dashboard!](https://github.com/delirius325/jmeter-elasticsearch-backend-listener/wiki/JMeter-Generic-Dashboard) - All you need to do is import it into Grafana and change de data source!
2222
* Continuous Integration support - [Build comparison!](https://github.com/delirius325/jmeter-elasticsearch-backend-listener/wiki/Continuous-Integration---Build-Comparison)
23+
* Send custom metrics/values to your ElasticSearch! Simply add a new field in the backend listener's configuration. For example: ```myKey:myValue```
2324
### Maven
2425
```xml
2526
<dependency>
2627
<groupId>io.github.delirius325</groupId>
2728
<artifactId>jmeter.backendlistener.elasticsearch</artifactId>
28-
<version>2.3.1</version>
29+
<version>2.3.2</version>
2930
</dependency>
3031
```
3132

0 commit comments

Comments
 (0)