Interface MetricRecord<T>

  • All Known Implementing Classes:
    DefaultMetricRecord

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

      • metric

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

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