package
alertconfig
Type Members
-
-
case class
HttpAbsolutePercentSplitDownstreamHodThreshold(percentThreshold: Double = 100.0, crossOver: Int = 0, absoluteThreshold: Int = Int.MaxValue, hysteresis: Double = 1.0, excludeSpikes: Int = 0, errorFilter: String = "status:>498", target: String = "", severity: AlertSeverityType = AlertSeverity.critical) extends Product with Serializable
-
case class
HttpAbsolutePercentSplitDownstreamServiceThreshold(percentThreshold: Double = 100.0, crossOver: Int = 0, absoluteThreshold: Int = Int.MaxValue, hysteresis: Double = 1.0, excludeSpikes: Int = 0, errorFilter: String = "status:>498", target: String = "", severity: AlertSeverityType = AlertSeverity.critical) extends Product with Serializable
-
case class
HttpAbsolutePercentSplitThreshold(percentThreshold: Double = 100.0, crossOver: Int = 0, absoluteThreshold: Int = Int.MaxValue, hysteresis: Double = 1.0, excludeSpikes: Int = 0, errorFilter: String = "status:>498", severity: AlertSeverityType = AlertSeverity.critical) extends Product with Serializable
-
-
-
case class
LogMessageThreshold(message: String, count: Int, lessThanMode: Boolean = false) extends Product with Serializable
-
case class
MetricsThreshold(name: String, query: String, warning: Double = 0, critical: Double = 0, invert: Boolean = false) extends Product with Serializable
Inherited from AnyRef
Inherited from Any