Packages

package stats

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class ErrorStats(message: String, count: Int, totalCount: Int) extends Product with Serializable
  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 AnyRef
  8. sealed abstract class Status extends AnyRef

Value Members

  1. object GeneralStats extends Serializable
  2. object KO extends Status with Product with Serializable
  3. object OK extends Status with Product with Serializable
  4. object Status

Ungrouped