Skip to content

Commit 4353555

Browse files
committed
Fixed Codacy reported issues
1 parent a5cd54d commit 4353555

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
A JMeter plug-in that enables you to send test results to a Kafka server.
88

9-
# Overview
9+
## Overview
1010

1111
### Description
1212

@@ -17,6 +17,7 @@ It is inspired from JMeter [ElasticSearch](https://github.com/delirius325/jmeter
1717

1818
- Filters
1919
- Only send the samples you want, by using Filters! Simply type them as follows in the appropriate field: `filter1;filter2;filter3` or `sampleLabel_must_contain_this`.
20+
2021
- Specific fields `field1;field2;field3`
2122
- Specify fields that you want to send to Kafka (possible fields below):
2223
- AllThreads
@@ -41,11 +42,13 @@ It is inspired from JMeter [ElasticSearch](https://github.com/delirius325/jmeter
4142
- SampleEndTime
4243
- Timestamp
4344
- InjectorHostname
45+
4446
- Verbose, semi-verbose, error only, and quiet mode:
4547
- **debug** : Send request/response information of all samplers (headers, body, etc.)
4648
- **info** : Sends all samplers to the Kafka server, but only sends the headers, body info for the failed samplers.
4749
- **quiet** : Only sends the response time, bytes, and other metrics
4850
- **error** : Only sends the failing samplers to the Kafka server (Along with their headers and body information).
51+
4952
- Use Logstash/NiFi or any other tool to consume data from Kafka topic and then ingest it into a Database of your liking.
5053

5154
### Maven dependency

0 commit comments

Comments
 (0)