package stats
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final class ErrorStats extends AnyRef
- final case class GeneralStats(min: Int, max: Int, count: Long, mean: Int, stdDev: Int, percentile: (Double) ⇒ Int, meanRequestsPerSec: Double) extends Product with Serializable
- trait GeneralStatsSource extends AnyRef
- final case class Group(hierarchy: List[String]) extends Product with Serializable
- final case class GroupStatsPath(group: Group) extends StatsPath with Product with Serializable
- final case class RequestStatsPath(request: String, group: Option[Group]) extends StatsPath with Product with Serializable
- sealed trait StatsPath extends Product with Serializable
Value Members
- object GeneralStats extends Serializable