Interface MetricRecord<T>

All Known Implementing Classes:
DefaultMetricRecord

public interface MetricRecord<T>
A container associating a metric and its value.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • metric

      SdkMetric<T> metric()
      Returns:
      The metric.
    • value

      T value()
      Returns:
      The value of this metric.