We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93163d commit 25cbb65Copy full SHA for 25cbb65
README.md
@@ -2,6 +2,10 @@
2
A stand alone service that reads kafka topic offsets and reports metrics using
3
metrics4j to your favorite time-series database (see https://github.com/kairosdb/metrics4j for details)
4
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
+
9
### Metrics that this service will report
10
For metric names and configuring the destination please see the metrics4j.conf file
11
* Topic producer count - count of events for each topic being produced.
0 commit comments