case class Alerts(averageCPUThreshold: Option[YamlAverageCPUThresholdAlert] = None, containerKillThreshold: Option[YamlContainerKillThresholdAlert] = None, errorsLoggedThreshold: Option[YamlErrorsLoggedThresholdAlert] = None, exceptionThreshold: Option[YamlExceptionThresholdAlert] = None, logMessageThresholds: Option[Seq[YamlLogMessageThresholdAlert]] = None, http5xxThreshold: Option[YamlHttp5xxThresholdAlert] = None, http5xxPercentThreshold: Option[YamlHttp5xxPercentThresholdAlert] = None, httpStatusPercentThresholds: Option[Seq[YamlHttpStatusPercentThresholdAlert]] = None, httpStatusThresholds: Option[Seq[YamlHttpStatusThresholdAlert]] = None, httpTrafficThresholds: Option[Seq[YamlHttpTrafficThresholdAlert]] = None, totalHttpRequestThreshold: Option[YamlTotalHttpRequestThresholdAlert] = None, metricsThresholds: Option[Seq[YamlMetricsThresholdAlert]] = None, http90PercentileResponseTimeThreshold: Option[Seq[YamlHttp90PercentileResponseTimeThresholdAlert]] = None) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Alerts
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Alerts(averageCPUThreshold: Option[YamlAverageCPUThresholdAlert] = None, containerKillThreshold: Option[YamlContainerKillThresholdAlert] = None, errorsLoggedThreshold: Option[YamlErrorsLoggedThresholdAlert] = None, exceptionThreshold: Option[YamlExceptionThresholdAlert] = None, logMessageThresholds: Option[Seq[YamlLogMessageThresholdAlert]] = None, http5xxThreshold: Option[YamlHttp5xxThresholdAlert] = None, http5xxPercentThreshold: Option[YamlHttp5xxPercentThresholdAlert] = None, httpStatusPercentThresholds: Option[Seq[YamlHttpStatusPercentThresholdAlert]] = None, httpStatusThresholds: Option[Seq[YamlHttpStatusThresholdAlert]] = None, httpTrafficThresholds: Option[Seq[YamlHttpTrafficThresholdAlert]] = None, totalHttpRequestThreshold: Option[YamlTotalHttpRequestThresholdAlert] = None, metricsThresholds: Option[Seq[YamlMetricsThresholdAlert]] = None, http90PercentileResponseTimeThreshold: Option[Seq[YamlHttp90PercentileResponseTimeThresholdAlert]] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val averageCPUThreshold: Option[YamlAverageCPUThresholdAlert]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. val containerKillThreshold: Option[YamlContainerKillThresholdAlert]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val errorsLoggedThreshold: Option[YamlErrorsLoggedThresholdAlert]
  10. val exceptionThreshold: Option[YamlExceptionThresholdAlert]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  12. val http5xxPercentThreshold: Option[YamlHttp5xxPercentThresholdAlert]
  13. val http5xxThreshold: Option[YamlHttp5xxThresholdAlert]
  14. val http90PercentileResponseTimeThreshold: Option[Seq[YamlHttp90PercentileResponseTimeThresholdAlert]]
  15. val httpStatusPercentThresholds: Option[Seq[YamlHttpStatusPercentThresholdAlert]]
  16. val httpStatusThresholds: Option[Seq[YamlHttpStatusThresholdAlert]]
  17. val httpTrafficThresholds: Option[Seq[YamlHttpTrafficThresholdAlert]]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val logMessageThresholds: Option[Seq[YamlLogMessageThresholdAlert]]
  20. val metricsThresholds: Option[Seq[YamlMetricsThresholdAlert]]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. val totalHttpRequestThreshold: Option[YamlTotalHttpRequestThresholdAlert]
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped