Packages

package app

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Stats (successes: Int, warnings: Int, errors: Int, unknown: Int, total: Int) extends Product with Serializable

    Statistics of history

    Statistics of history

    successes

    Number of checks that are successful

    warnings

    Number of checks that are in the warning state

    errors

    Number of checks that are errors

    unknown

    Number of checks that are unknown

    total

    Total number of checks

  2. case class WebServer (pollingInterval: Int = 60, statsDays: Int = 730, routeGenerator: (StateService) ⇒ PartialFunction[Request, Future[Response]] = _ => PartialFunction.empty, executors: List[Executor[_]] = List.empty)(implicit ec: ExecutionContext) extends Product with Serializable

    Slab Web server

    Slab Web server

    pollingInterval

    The polling interval in seconds

    statsDays

    Specifies how many last days of statistics to be retained

    routeGenerator

    A function that generates custom routes (should starts with "/api")

    executors

    The executors of the boards

    ec

    The execution context for the web server

Value Members

  1. object Stats extends Serializable

Ungrouped