Packages

package stats

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class ErrorStats extends AnyRef
  2. final case class GeneralStats(min: Int, max: Int, count: Long, mean: Int, stdDev: Int, percentile: (Double) ⇒ Int, meanRequestsPerSec: Double) extends Product with Serializable
  3. trait GeneralStatsSource extends AnyRef
  4. final case class Group(hierarchy: List[String]) extends Product with Serializable
  5. final case class GroupStatsPath(group: Group) extends StatsPath with Product with Serializable
  6. final case class RequestStatsPath(request: String, group: Option[Group]) extends StatsPath with Product with Serializable
  7. sealed trait StatsPath extends Product with Serializable

Value Members

  1. object GeneralStats extends Serializable

Ungrouped