Repository: kafka Updated Branches: refs/heads/0.11.0 a6c108d3b -> 2452201c5
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 <j...@klukas.net> Reviewers: Ismael Juma <ism...@juma.me.uk> Closes #3249 from jklukas/docs-no-more-yammer-metrics-in-client (cherry picked from commit 0816e47bfe7e7999084a2448a39826166c8fff08) Signed-off-by: Ismael Juma <ism...@juma.me.uk> Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/2452201c Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/2452201c Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/2452201c Branch: refs/heads/0.11.0 Commit: 2452201c57c42882cef56f6980bcd71a14ccf86b Parents: a6c108d Author: Jeff Klukas <j...@klukas.net> Authored: Thu Jul 20 12:29:54 2017 +0100 Committer: Ismael Juma <ism...@juma.me.uk> Committed: Thu Jul 20 12:32:12 2017 +0100 ---------------------------------------------------------------------- docs/ops.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/2452201c/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>