probes

pillars.probes
object probes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
probes.type

Members list

Type members

Classlikes

final case class Component(name: Name, `type`: Type, description: Option[String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
opaque object Component

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Component.type
trait Probe[F[_]]

Attributes

Supertypes
class Object
trait Matchable
class Any
final case class ProbeConfig(timeout: FiniteDuration, interval: FiniteDuration, failureCount: Int) extends Config

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Config
class Object
trait Matchable
class Any
Show all
object ProbeConfig

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object ProbeManager

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait ProbeManager[F[_]]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
enum Status

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Status

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Status.type
object endpoints

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
endpoints.type
object views

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
views.type

Value members

Concrete methods

def probesController[F[_] : Applicative](manager: ProbeManager[F]): Controller[F]

Givens

Givens

given given_Decoder_Status: Decoder[Status]
given given_Decoder_Type: Decoder[Type]
given given_Encoder_Status: Encoder[Status]
given given_Encoder_Type: Encoder[Type]
given given_Schema_Status: Schema[Status]
given given_Schema_Type: Schema[Type]