Skip to content

Commit e966918

Browse files
Beautified the custom value functionnality
Added a markdown table
1 parent 345cf47 commit e966918

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ 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>

0 commit comments

Comments
 (0)