final case class AverageBoundRangeCheckConfig(id: ID, description: Option[NonEmptyString], metric: NonEmptyString, rule: TrendCheckRule, windowSize: NonEmptyString, windowOffset: Option[NonEmptyString], thresholdLower: PercentileDouble, thresholdUpper: PercentileDouble, isCritical: Boolean = false, metadata: Seq[SparkParam] = Seq.empty) extends TrendCheckConfig with AverageBoundCheckConfig with Product with Serializable
'Average bound range' check configuration
- id
Check ID
- description
Check description
- metric
Reference to a metric ID over which the check is performed
- rule
Window calculation rule: by datetime or by number of records.
- windowSize
Size of the window for average metric value calculation (either a number of records or duration).
- windowOffset
Optional window offset (either a number of records or duration)
- thresholdLower
Threshold value to calculate lower bound to compare with.
- thresholdUpper
Threshold value to calculate upper bound to compare with.
- isCritical
Flag if check is critical
- metadata
List of metadata parameters specific to this check
- Alphabetic
- By Inheritance
- AverageBoundRangeCheckConfig
- Product
- Equals
- AverageBoundCheckConfig
- TrendCheckConfig
- CheckConfig
- JobConfigEntity
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
AverageBoundRangeCheckConfig(id: ID, description: Option[NonEmptyString], metric: NonEmptyString, rule: TrendCheckRule, windowSize: NonEmptyString, windowOffset: Option[NonEmptyString], thresholdLower: PercentileDouble, thresholdUpper: PercentileDouble, isCritical: Boolean = false, metadata: Seq[SparkParam] = Seq.empty)
- id
Check ID
- description
Check description
- metric
Reference to a metric ID over which the check is performed
- rule
Window calculation rule: by datetime or by number of records.
- windowSize
Size of the window for average metric value calculation (either a number of records or duration).
- windowOffset
Optional window offset (either a number of records or duration)
- thresholdLower
Threshold value to calculate lower bound to compare with.
- thresholdUpper
Threshold value to calculate upper bound to compare with.
- isCritical
Flag if check is critical
- metadata
List of metadata parameters specific to this check
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
description: Option[NonEmptyString]
- Definition Classes
- AverageBoundRangeCheckConfig → JobConfigEntity
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getCalculator: CheckCalculator
- Definition Classes
- AverageBoundRangeCheckConfig → CheckConfig
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
id: ID
- Definition Classes
- AverageBoundRangeCheckConfig → JobConfigEntity
-
val
isCritical: Boolean
- Definition Classes
- AverageBoundRangeCheckConfig → CheckConfig
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
metadata: Seq[SparkParam]
- Definition Classes
- AverageBoundRangeCheckConfig → JobConfigEntity
-
val
metadataString: Option[String]
- Definition Classes
- JobConfigEntity
-
val
metric: NonEmptyString
- Definition Classes
- AverageBoundRangeCheckConfig → CheckConfig
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
rule: TrendCheckRule
- Definition Classes
- AverageBoundRangeCheckConfig → AverageBoundCheckConfig
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val thresholdLower: PercentileDouble
- val thresholdUpper: PercentileDouble
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
windowOffset: Option[NonEmptyString]
- Definition Classes
- AverageBoundRangeCheckConfig → AverageBoundCheckConfig
-
val
windowSize: NonEmptyString
- Definition Classes
- AverageBoundRangeCheckConfig → AverageBoundCheckConfig