mirror of https://github.com/apache/kafka.git
MINOR: Docs update, Java clients use Kafka Metrics
This contribution is my original work and I license the work to the project under the project's open source license. Author: Jeff Klukas <jeff@klukas.net> Reviewers: Ismael Juma <ismael@juma.me.uk> Closes #3249 from jklukas/docs-no-more-yammer-metrics-in-client
This commit is contained in:
parent
1b8aed6dc5
commit
0816e47bfe
|
@ -687,7 +687,7 @@
|
|||
|
||||
<h3><a id="monitoring" href="#monitoring">6.6 Monitoring</a></h3>
|
||||
|
||||
Kafka uses Yammer Metrics for metrics reporting in both the server and the client. This can be configured to report stats using pluggable stats reporters to hook up to your monitoring system.
|
||||
Kafka uses Yammer Metrics for metrics reporting in the server and Scala clients. The Java clients use Kafka Metrics, a built-in metrics registry that minimizes transitive dependencies pulled into client applications. Both expose metrics via JMX and can be configured to report stats using pluggable stats reporters to hook up to your monitoring system.
|
||||
<p>
|
||||
The easiest way to see the available metrics is to fire up jconsole and point it at a running kafka client or server; this will allow browsing all metrics with JMX.
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue