package metrics
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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
- object TotalRuntimeMetric extends Serializable