case class TeamAlertConfigBuilder(services: Seq[String], handlers: Seq[String] = Seq("noop"), errorsLoggedThreshold: Int = Int.MaxValue, exceptionThreshold: ExceptionThreshold = ExceptionThreshold(), http5xxThreshold: Http5xxThreshold = Http5xxThreshold(), http5xxPercentThreshold: Http5xxPercentThreshold = Http5xxPercentThreshold(100.0), http90PercentileResponseTimeThresholds: Seq[Http90PercentileResponseTimeThreshold] = Nil, httpAbsolutePercentSplitThresholds: Seq[HttpAbsolutePercentSplitThreshold] = Nil, httpAbsolutePercentSplitDownstreamServiceThresholds: Seq[HttpAbsolutePercentSplitDownstreamServiceThreshold] = Nil, httpAbsolutePercentSplitDownstreamHodThresholds: Seq[HttpAbsolutePercentSplitDownstreamHodThreshold] = Nil, containerKillThreshold: Int = 1, httpTrafficThresholds: Seq[HttpTrafficThreshold] = Nil, httpStatusThresholds: Seq[HttpStatusThreshold] = Nil, httpStatusPercentThresholds: Seq[HttpStatusPercentThreshold] = Nil, http5xxRateIncrease: Seq[Http5xxRateIncrease] = Nil, metricsThresholds: Seq[MetricsThreshold] = Nil, logMessageThresholds: Seq[LogMessageThreshold] = Nil, totalHttpRequestThreshold: Int = Int.MaxValue, averageCPUThreshold: Int = Int.MaxValue, platformService: Boolean = false) extends Builder[Seq[AlertConfigBuilder]] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Builder[Seq[AlertConfigBuilder]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TeamAlertConfigBuilder
  2. Serializable
  3. Product
  4. Equals
  5. Builder
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TeamAlertConfigBuilder(services: Seq[String], handlers: Seq[String] = Seq("noop"), errorsLoggedThreshold: Int = Int.MaxValue, exceptionThreshold: ExceptionThreshold = ExceptionThreshold(), http5xxThreshold: Http5xxThreshold = Http5xxThreshold(), http5xxPercentThreshold: Http5xxPercentThreshold = Http5xxPercentThreshold(100.0), http90PercentileResponseTimeThresholds: Seq[Http90PercentileResponseTimeThreshold] = Nil, httpAbsolutePercentSplitThresholds: Seq[HttpAbsolutePercentSplitThreshold] = Nil, httpAbsolutePercentSplitDownstreamServiceThresholds: Seq[HttpAbsolutePercentSplitDownstreamServiceThreshold] = Nil, httpAbsolutePercentSplitDownstreamHodThresholds: Seq[HttpAbsolutePercentSplitDownstreamHodThreshold] = Nil, containerKillThreshold: Int = 1, httpTrafficThresholds: Seq[HttpTrafficThreshold] = Nil, httpStatusThresholds: Seq[HttpStatusThreshold] = Nil, httpStatusPercentThresholds: Seq[HttpStatusPercentThreshold] = Nil, http5xxRateIncrease: Seq[Http5xxRateIncrease] = Nil, metricsThresholds: Seq[MetricsThreshold] = Nil, logMessageThresholds: Seq[LogMessageThreshold] = Nil, totalHttpRequestThreshold: Int = Int.MaxValue, averageCPUThreshold: Int = Int.MaxValue, platformService: Boolean = false)

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: Int
  6. def build: Seq[AlertConfigBuilder]
    Definition Classes
    TeamAlertConfigBuilderBuilder
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. val containerKillThreshold: Int
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. val errorsLoggedThreshold: Int
  11. val exceptionThreshold: ExceptionThreshold
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val handlers: Seq[String]
  15. val http5xxPercentThreshold: Http5xxPercentThreshold
  16. val http5xxRateIncrease: Seq[Http5xxRateIncrease]
  17. val http5xxThreshold: Http5xxThreshold
  18. val http90PercentileResponseTimeThresholds: Seq[Http90PercentileResponseTimeThreshold]
  19. val httpAbsolutePercentSplitDownstreamHodThresholds: Seq[HttpAbsolutePercentSplitDownstreamHodThreshold]
  20. val httpAbsolutePercentSplitDownstreamServiceThresholds: Seq[HttpAbsolutePercentSplitDownstreamServiceThreshold]
  21. val httpAbsolutePercentSplitThresholds: Seq[HttpAbsolutePercentSplitThreshold]
  22. val httpStatusPercentThresholds: Seq[HttpStatusPercentThreshold]
  23. val httpStatusThresholds: Seq[HttpStatusThreshold]
  24. val httpTrafficThresholds: Seq[HttpTrafficThreshold]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isPlatformService(platformService: Boolean): TeamAlertConfigBuilder
  27. val logMessageThresholds: Seq[LogMessageThreshold]
  28. val metricsThresholds: Seq[MetricsThreshold]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val platformService: Boolean
  33. def productElementNames: Iterator[String]
    Definition Classes
    Product
  34. val services: Seq[String]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. val totalHttpRequestThreshold: Int
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. def withAverageCPUThreshold(averageCPUThreshold: Int): TeamAlertConfigBuilder
  41. def withContainerKillThreshold(containerKillThreshold: Int): TeamAlertConfigBuilder
  42. def withErrorsLoggedThreshold(errorsLoggedThreshold: Int): TeamAlertConfigBuilder
  43. def withExceptionThreshold(exceptionThreshold: Int, severity: AlertSeverity = AlertSeverity.Critical): TeamAlertConfigBuilder
  44. def withHandlers(handlers: String*): TeamAlertConfigBuilder
  45. def withHttp5xxPercentThreshold(percentThreshold: Double, severity: AlertSeverity = AlertSeverity.Critical): TeamAlertConfigBuilder
  46. def withHttp5xxRateIncrease(rateIncrease: Http5xxRateIncrease): TeamAlertConfigBuilder
  47. def withHttp5xxThreshold(http5xxThreshold: Int, severity: AlertSeverity = AlertSeverity.Critical): TeamAlertConfigBuilder
  48. def withHttp90PercentileResponseTimeThreshold(threshold: Http90PercentileResponseTimeThreshold): TeamAlertConfigBuilder
  49. def withHttpAbsolutePercentSplitDownstreamHodThreshold(threshold: HttpAbsolutePercentSplitDownstreamHodThreshold): TeamAlertConfigBuilder
  50. def withHttpAbsolutePercentSplitDownstreamServiceThreshold(threshold: HttpAbsolutePercentSplitDownstreamServiceThreshold): TeamAlertConfigBuilder
  51. def withHttpAbsolutePercentSplitThreshold(threshold: HttpAbsolutePercentSplitThreshold): TeamAlertConfigBuilder
  52. def withHttpStatusPercentThreshold(threshold: HttpStatusPercentThreshold): TeamAlertConfigBuilder
  53. def withHttpStatusThreshold(threshold: HttpStatusThreshold): TeamAlertConfigBuilder
  54. def withHttpTrafficThreshold(threshold: HttpTrafficThreshold): TeamAlertConfigBuilder
  55. def withLogMessageThreshold(message: String, threshold: Int, lessThanMode: Boolean = false, severity: AlertSeverity = AlertSeverity.Critical): TeamAlertConfigBuilder
  56. def withMetricsThreshold(threshold: MetricsThreshold): TeamAlertConfigBuilder
  57. def withTotalHttpRequestsCountThreshold(threshold: Int): TeamAlertConfigBuilder

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Builder[Seq[AlertConfigBuilder]]

Inherited from AnyRef

Inherited from Any

Ungrouped