Interface KafkaMetricCollector
-
- All Known Implementing Classes:
MBeanMetricCollector
public interface KafkaMetricCollectorCollects a group of metrics from Kafka
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<KafkaMetric>collect(MBeanServerConnection mbsc)StringgetName()
-
-
-
Method Detail
-
collect
List<KafkaMetric> collect(MBeanServerConnection mbsc)
-
getName
String getName()
-
-