Packages

o

nelson.monitoring

Stoplight

object Stoplight

Source
Stoplight.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Stoplight
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val Failed: Double
  2. val Running: Double
  3. val Stopped: Double
  4. def apply[A](gauge: Gauge)(p: Stream[IO, A]): Stream[IO, A]
  5. def apply[A](name: String)(p: Stream[IO, A]): Stream[IO, A]