Skip to content

Commit e8a4208

Browse files
author
Andrew Choi
authored
expose export offset committed avg (#221)
expose export offset committed avg for importing into internal xinfra monitor Signed-off-by: Andrew Choi <[email protected]>
1 parent fcb8b27 commit e8a4208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/linkedin/kmf/apps/SingleClusterMonitor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ public static void main(String[] args) throws Exception {
323323
"kmf.services:type=consume-service,name=*:topic-partitions-count",
324324
"kmf.services:type=produce-service,name=*:produce-availability-avg",
325325
"kmf.services:type=consume-service,name=*:consume-availability-avg",
326+
"kmf.services:type=consume-service,name=*:offsets-committed-avg",
326327
"kmf.services:type=produce-service,name=*:records-produced-total",
327328
"kmf.services:type=consume-service,name=*:records-consumed-total",
328329
"kmf.services:type=consume-service,name=*:records-lost-total",

0 commit comments

Comments
 (0)