MINOR: Improve docs by adding ToC links to Monitoring

My top 2 reasons for visiting the Kafka docs are to:
- View configurations
- View metrics

This PR aims to improve the user experience for viewing metrics:
- Add href links to the `Monitoring` section of the Table of Contents so users do not need to scroll or Ctrl/Cmd-F to find specific metric details (Monitoring section has grown large as more component & metrics are added)

Author: lu.kevin@berkeley.edu <kelu@paypal.com>

Reviewers: Viktor Somogyi <viktorsomogyi@gmail.com>, Manikumar Reddy <manikumar.reddy@gmail.com>

Closes #5511 from KevinLiLu/feature/minor-improve-docs
This commit is contained in:
lu.kevin@berkeley.edu 2018-11-28 12:13:26 +05:30 committed by Manikumar Reddy
parent a2e87feb8b
commit e869d8f7b4
2 changed files with 9 additions and 3 deletions

View File

@ -1935,9 +1935,6 @@ All the following metrics have a recording level of ``debug``:
On the client side, we recommend monitoring the message/byte rate (global and per topic), request rate/size/time, and on the consumer side, max lag in messages among all partitions and min fetch request rate. For a consumer to keep up, max lag needs to be less than a threshold and min fetch rate needs to be larger than 0.
<h4><a id="basic_ops_audit" href="#basic_ops_audit">Audit</a></h4>
The final alerting we do is on the correctness of the data delivery. We audit that every message that is sent is consumed by all consumers and measure the lag for this to occur. For important topics we alert if a certain completeness is not achieved in a certain time period. The details of this are discussed in KAFKA-260.
<h3><a id="zk" href="#zk">6.7 ZooKeeper</a></h3>
<h4><a id="zkversion" href="#zkversion">Stable version</a></h4>

View File

@ -101,6 +101,15 @@
<li><a href="#ext4">Ext4 Notes</a>
</ul>
<li><a href="#monitoring">6.6 Monitoring</a>
<ul>
<li><a href="#selector_monitoring">Selector Monitoring</a></li>
<li><a href="#common_node_monitoring">Common Node Monitoring</a></li>
<li><a href="#producer_monitoring">Producer Monitoring</a></li>
<li><a href="#consumer_monitoring">Consumer Monitoring</a></li>
<li><a href="#connect_monitoring">Connect Monitoring</a></li>
<li><a href="#kafka_streams_monitoring">Streams Monitoring</a></li>
<li><a href="#others_monitoring">Others</a></li>
</ul>
<li><a href="#zk">6.7 ZooKeeper</a>
<ul>
<li><a href="#zkversion">Stable Version</a>