Interface Metric

All Known Implementing Classes:
KafkaMetric

public interface Metric
A metric tracked for monitoring purposes.
  • Method Summary

    Modifier and Type
    Method
    Description
    A name for this metric
    The value of the metric, which may be measurable or a non-measurable gauge
  • Method Details

    • metricName

      MetricName metricName()
      A name for this metric
    • metricValue

      Object metricValue()
      The value of the metric, which may be measurable or a non-measurable gauge