Skip to content

Commit 2367e5c

Browse files
Merge branch 'master' of github.com:delirius325/jmeter-elasticsearch-backend-listener
2 parents 61cc04b + 6bb079c commit 2367e5c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,18 @@ 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```
23+
* Send custom metrics/values to your ElasticSearch! Simply add a new field in the backend listener's configuration. For example:
24+
25+
Name | Value
26+
--- | ---
27+
someKeyName | someValueToShow
28+
2429
### Maven
2530
```xml
2631
<dependency>
2732
<groupId>io.github.delirius325</groupId>
2833
<artifactId>jmeter.backendlistener.elasticsearch</artifactId>
29-
<version>2.3.2</version>
34+
<version>2.3.3</version>
3035
</dependency>
3136
```
3237

0 commit comments

Comments
 (0)