Packages

package metrics

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class TotalRuntimeMetric[T](clock: Clock, startTime: Instant, objective: MaxDurationObjective) extends Metric[T] with Product with Serializable

    Measures the total runtime since the set start time to the time of receiving the most recent item.

Value Members

  1. object TotalRuntimeMetric extends Serializable

Ungrouped