uk.gov.hmrc.alertconfig.builders

AlertConfigBuilder

Related Doc: package builders

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

Linear Supertypes
Serializable, Serializable, Product, Equals, Builder[Option[String]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AlertConfigBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Builder
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AlertConfigBuilder(serviceName: String, handlers: Seq[String] = Seq("noop"), errorsLoggedThreshold: Int = Int.MaxValue, exceptionThreshold: ExceptionThreshold = ExceptionThreshold(), http5xxThreshold: Http5xxThreshold = Http5xxThreshold(), http5xxPercentThreshold: Http5xxPercentThreshold = Http5xxPercentThreshold(100.0), httpAbsolutePercentSplitThresholds: Seq[HttpAbsolutePercentSplitThreshold] = Nil, httpAbsolutePercentSplitDownstreamServiceThresholds: Seq[HttpAbsolutePercentSplitDownstreamServiceThreshold] = Nil, httpAbsolutePercentSplitDownstreamHodThresholds: Seq[HttpAbsolutePercentSplitDownstreamHodThreshold] = Nil, containerKillThreshold: Int = 1, httpStatusThresholds: Seq[HttpStatusThreshold] = Nil, httpStatusPercentThresholds: Seq[HttpStatusPercentThreshold] = 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: Option[String]

    Definition Classes
    AlertConfigBuilderBuilder
  7. def buildLogMessageThresholdsJson: String

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. val containerKillThreshold: Int

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. val errorsLoggedThreshold: Int

  12. val exceptionThreshold: ExceptionThreshold

  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def getZone(appConfigFile: File, platformService: Boolean = false): Option[String]

  15. val handlers: Seq[String]

  16. val http5xxPercentThreshold: Http5xxPercentThreshold

  17. val http5xxThreshold: Http5xxThreshold

  18. val httpAbsolutePercentSplitDownstreamHodThresholds: Seq[HttpAbsolutePercentSplitDownstreamHodThreshold]

  19. val httpAbsolutePercentSplitDownstreamServiceThresholds: Seq[HttpAbsolutePercentSplitDownstreamServiceThreshold]

  20. val httpAbsolutePercentSplitThresholds: Seq[HttpAbsolutePercentSplitThreshold]

  21. val httpStatusPercentThresholds: Seq[HttpStatusPercentThreshold]

  22. val httpStatusThresholds: Seq[HttpStatusThreshold]

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isPlatformService(platformService: Boolean): AlertConfigBuilder

  25. val logMessageThresholds: Seq[LogMessageThreshold]

  26. val logger: Logger

  27. val metricsThresholds: Seq[MetricsThreshold]

  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. val platformService: Boolean

  32. val serviceName: String

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. val totalHttpRequestThreshold: Int

  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def withAverageCPUThreshold(averageCPUThreshold: Int): AlertConfigBuilder

  39. def withContainerKillThreshold(containerCrashThreshold: Int): AlertConfigBuilder

  40. def withErrorsLoggedThreshold(errorsLoggedThreshold: Int): AlertConfigBuilder

  41. def withExceptionThreshold(exceptionThreshold: Int, severity: AlertSeverityType = AlertSeverity.critical): AlertConfigBuilder

  42. def withHandlers(handlers: String*): AlertConfigBuilder

  43. def withHttp5xxPercentThreshold(percentThreshold: Double, severity: AlertSeverityType = AlertSeverity.critical): AlertConfigBuilder

  44. def withHttp5xxThreshold(http5xxThreshold: Int, severity: AlertSeverityType = AlertSeverity.critical): AlertConfigBuilder

  45. def withHttpAbsolutePercentSplitDownstreamHodThreshold(threshold: HttpAbsolutePercentSplitDownstreamHodThreshold): AlertConfigBuilder

  46. def withHttpAbsolutePercentSplitDownstreamServiceThreshold(threshold: HttpAbsolutePercentSplitDownstreamServiceThreshold): AlertConfigBuilder

  47. def withHttpAbsolutePercentSplitThreshold(threshold: HttpAbsolutePercentSplitThreshold): AlertConfigBuilder

  48. def withHttpStatusPercentThreshold(threshold: HttpStatusPercentThreshold): AlertConfigBuilder

  49. def withHttpStatusThreshold(threshold: HttpStatusThreshold): AlertConfigBuilder

  50. def withLogMessageThreshold(message: String, threshold: Int, lessThanMode: Boolean = false): AlertConfigBuilder

  51. def withMetricsThreshold(threshold: MetricsThreshold): AlertConfigBuilder

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Builder[Option[String]]

Inherited from AnyRef

Inherited from Any

Ungrouped