We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb8b27 commit e8a4208Copy full SHA for e8a4208
src/main/java/com/linkedin/kmf/apps/SingleClusterMonitor.java
@@ -323,6 +323,7 @@ public static void main(String[] args) throws Exception {
323
"kmf.services:type=consume-service,name=*:topic-partitions-count",
324
"kmf.services:type=produce-service,name=*:produce-availability-avg",
325
"kmf.services:type=consume-service,name=*:consume-availability-avg",
326
+ "kmf.services:type=consume-service,name=*:offsets-committed-avg",
327
"kmf.services:type=produce-service,name=*:records-produced-total",
328
"kmf.services:type=consume-service,name=*:records-consumed-total",
329
"kmf.services:type=consume-service,name=*:records-lost-total",
0 commit comments