object DeploymentMonitor
- Source
- DeploymentMonitor.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeploymentMonitor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed abstract class MonitorActionItem extends AnyRef
- final case class PromoteToReady(dc: Datacenter, deployment: Deployment) extends MonitorActionItem with Product with Serializable
- final case class RetainAsWarming(dc: Datacenter, deployment: Deployment, reason: String) extends MonitorActionItem with Product with Serializable
Value Members
- def count(item: MonitorActionItem): IO[Unit]
- val counterSink: Sink[IO, MonitorActionItem]
- def drain[A](cfg: NelsonConfig)(h: Stream[IO, Duration], w: NelsonFK[Stream, Seq[A]], s: Sink[IO, A], k: NelsonFK[Sink, A]): Stream[IO, Unit]
- def getHealth(dc: Datacenter, ns: NamespaceName, sn: StackName): HealthCheckF[List[HealthStatus]]
- def heartbeat(cfg: NelsonConfig): Stream[IO, Duration]
- def loop(cfg: NelsonConfig): Stream[IO, Unit]
- def majorityPassing(statuses: List[HealthStatus]): Boolean
- def monitorActionItem(dc: Datacenter, d: Deployment): IO[MonitorActionItem]
- def monitorActionItems(cfg: NelsonConfig): IO[List[MonitorActionItem]]
- def monitorActionItemsByDatacenter(dc: Datacenter): IO[List[MonitorActionItem]]
- def monitorActionItemsByNamespace(dc: Datacenter, ns: Namespace): IO[List[MonitorActionItem]]
- def next(d: Deployment): StoreOpF[Option[Deployment]]
- def promote(item: MonitorActionItem)(auditor: Auditor): IO[Unit]
- def promoteToReady(d: Deployment): StoreOpF[Unit]
- def promotionSink(cfg: NelsonConfig): Sink[IO, MonitorActionItem]
- def trafficShift(d: Deployment): StoreOpF[Option[TrafficShift]]