Package org.apache.kafka.common
Interface Metric
- All Known Implementing Classes:
- KafkaMetric
public interface Metric
A metric tracked for monitoring purposes.
- 
Method SummaryModifier and TypeMethodDescriptionA name for this metricThe value of the metric, which may be measurable or a non-measurable gauge
- 
Method Details- 
metricNameMetricName metricName()A name for this metric
- 
metricValueObject metricValue()The value of the metric, which may be measurable or a non-measurable gauge
 
-