Packages

  • package root
    Definition Classes
    root
  • package nelson
    Definition Classes
    root
  • package alerts

    Contains code related to validating alerts and storing their configuration in Consul.

    Contains code related to validating alerts and storing their configuration in Consul.

    In theory, we can support multiple alerting systems. In current practice, we only support Prometheus.

    Definition Classes
    nelson
  • object Promtool
    Definition Classes
    alerts
  • Invalid
  • PromtoolError
  • Result
  • Valid

final case class Invalid(msg: String) extends Result with Product with Serializable

The prometheus rules parsed incorrectly

Source
Promtool.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Invalid
  2. Result
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Invalid(msg: String)

Value Members

  1. val isValid: Boolean
    Definition Classes
    Result
  2. val msg: String