org.apache.kafka.common
Interface Metric


public interface Metric

A numerical metric tracked for monitoring purposes


Method Summary
 MetricName metricName()
          A name for this metric
 double value()
          The value of the metric
 

Method Detail

metricName

MetricName metricName()
A name for this metric


value

double value()
The value of the metric