Browse Source

MINOR: Cache metrics were missing

Author: Eno Thereska <eno.thereska@gmail.com>

Reviewers: Guozhang Wang <wangguoz@gmail.com>

Closes #3262 from enothereska/minor-missing-metric
pull/3135/merge
Eno Thereska 8 years ago committed by Guozhang Wang
parent
commit
d1a279dcc7
  1. 19
      docs/ops.html

19
docs/ops.html

@ -1340,8 +1340,25 @@ All the following metrics have a recording level of ``debug``: @@ -1340,8 +1340,25 @@ All the following metrics have a recording level of ``debug``:
</tr>
</tbody>
</table>
</table>
<h5><a id="kafka_streams_cache_monitoring" href="#kafka_streams_cache_monitoring">Record Cache Metrics</a></h5>
All the following metrics have a recording level of ``debug``:
<table class="data-table">
<tbody>
<tr>
<th>Metric/Attribute name</th>
<th>Description</th>
<th>Mbean name</th>
</tr>
<tr>
<td>hitRatio-[avg | min | max]</td>
<td>The cache hit ratio defined as the ratio of cache read hits over the total cache read requests. </td>
<td>kafka.streams:type=stream-record-cache-metrics, record-cache-id=([-.\w]+)</td>
</tr>
</tbody>
</table>
<h4><a id="others_monitoring" href="#others_monitoring">Others</a></h4>

Loading…
Cancel
Save