You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2017/07/20 11:32:07 UTC

kafka git commit: MINOR: Docs update, Java clients use Kafka Metrics

Repository: kafka
Updated Branches:
  refs/heads/trunk 1b8aed6dc -> 0816e47bf


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 <je...@klukas.net>

Reviewers: Ismael Juma <is...@juma.me.uk>

Closes #3249 from jklukas/docs-no-more-yammer-metrics-in-client


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/0816e47b
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/0816e47b
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/0816e47b

Branch: refs/heads/trunk
Commit: 0816e47bfe7e7999084a2448a39826166c8fff08
Parents: 1b8aed6
Author: Jeff Klukas <je...@klukas.net>
Authored: Thu Jul 20 12:29:54 2017 +0100
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Thu Jul 20 12:31:17 2017 +0100

----------------------------------------------------------------------
 docs/ops.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/0816e47b/docs/ops.html
----------------------------------------------------------------------
diff --git a/docs/ops.html b/docs/ops.html
index 1195ab5..d10794e 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -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>