Skip to content
代码片段 群组 项目
未验证 提交 1daa1497 编辑于 作者: Prashanth Joseph Babu's avatar Prashanth Joseph Babu 提交者: GitHub
浏览文件

MINOR: record lag max metric documentation enhancement (#12367)

Reviewers: Matthias J. Sax <matthias@confluent.io>
上级 3faa6cf6
No related branches found
No related tags found
无相关合并请求
......@@ -96,7 +96,7 @@ public class FetcherMetricsRegistry {
"The total number of fetch requests.", tags);
this.recordsLagMax = new MetricNameTemplate("records-lag-max", groupName,
"The maximum lag in terms of number of records for any partition in this window", tags);
"The maximum lag in terms of number of records for any partition in this window. NOTE: This is based on current offset and not committed offset", tags);
this.recordsLeadMin = new MetricNameTemplate("records-lead-min", groupName,
"The minimum lead in terms of number of records for any partition in this window", tags);
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册