Interface LongMetric

  • All Superinterfaces:
    Metric

    public interface LongMetric
    extends Metric
    Interface for the metrics that holds long primitive.
    • Method Detail

      • value

        long value()
        Returns:
        Value of the metric.
      • getAsString

        default String getAsString()
        Specified by:
        getAsString in interface Metric
        Returns:
        String representation of metric value.