Skip to content

Commit 25cbb65

Browse files
committed
Updated readme
1 parent a93163d commit 25cbb65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
A stand alone service that reads kafka topic offsets and reports metrics using
33
metrics4j to your favorite time-series database (see https://github.com/kairosdb/metrics4j for details)
44

5+
You can run multiple monitors against a single Kafka cluster for redundancy and fail over. The Kafka Topic Montior
6+
will divide the work between each instance by using internal kafka topics. This provides a reliable platform
7+
for alerts to detect when consumers are having problems.
8+
59
### Metrics that this service will report
610
For metric names and configuring the destination please see the metrics4j.conf file
711
* Topic producer count - count of events for each topic being produced.

0 commit comments

Comments
 (0)