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, httpAbsolutePercentSplitThreshold: Option[Seq[YamlHttpAbsolutePercentSplitThresholdAlert]] = None, httpAbsolutePercentSplitDownstreamHodThreshold: Option[Seq[YamlHttpAbsolutePercentSplitDownstreamHodThresholdAlert]] = None, httpAbsolutePercentSplitDownstreamServiceThreshold: Option[Seq[YamlHttpAbsolutePercentSplitDownstreamServiceThresholdAlert]] = None, httpEndpointAlerts: Option[Seq[YamlHttpEndpointAlert]] = 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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Alerts
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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, httpAbsolutePercentSplitThreshold: Option[Seq[YamlHttpAbsolutePercentSplitThresholdAlert]] = None, httpAbsolutePercentSplitDownstreamHodThreshold: Option[Seq[YamlHttpAbsolutePercentSplitDownstreamHodThresholdAlert]] = None, httpAbsolutePercentSplitDownstreamServiceThreshold: Option[Seq[YamlHttpAbsolutePercentSplitDownstreamServiceThresholdAlert]] = None, httpEndpointAlerts: Option[Seq[YamlHttpEndpointAlert]] = 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
- 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
- val averageCPUThreshold: Option[YamlAverageCPUThresholdAlert]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val containerKillThreshold: Option[YamlContainerKillThresholdAlert]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val errorsLoggedThreshold: Option[YamlErrorsLoggedThresholdAlert]
- val exceptionThreshold: Option[YamlExceptionThresholdAlert]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val http5xxPercentThreshold: Option[YamlHttp5xxPercentThresholdAlert]
- val http5xxThreshold: Option[YamlHttp5xxThresholdAlert]
- val http90PercentileResponseTimeThreshold: Option[Seq[YamlHttp90PercentileResponseTimeThresholdAlert]]
- val httpAbsolutePercentSplitDownstreamHodThreshold: Option[Seq[YamlHttpAbsolutePercentSplitDownstreamHodThresholdAlert]]
- val httpAbsolutePercentSplitDownstreamServiceThreshold: Option[Seq[YamlHttpAbsolutePercentSplitDownstreamServiceThresholdAlert]]
- val httpAbsolutePercentSplitThreshold: Option[Seq[YamlHttpAbsolutePercentSplitThresholdAlert]]
- val httpEndpointAlerts: Option[Seq[YamlHttpEndpointAlert]]
- val httpStatusPercentThresholds: Option[Seq[YamlHttpStatusPercentThresholdAlert]]
- val httpStatusThresholds: Option[Seq[YamlHttpStatusThresholdAlert]]
- val httpTrafficThresholds: Option[Seq[YamlHttpTrafficThresholdAlert]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logMessageThresholds: Option[Seq[YamlLogMessageThresholdAlert]]
- val metricsThresholds: Option[Seq[YamlMetricsThresholdAlert]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val totalHttpRequestThreshold: Option[YamlTotalHttpRequestThresholdAlert]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)