final case class PrometheusConfig(alerts: List[PrometheusAlert], rules: List[PrometheusRule]) extends Product with Serializable
- Source
- Manifest.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PrometheusConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PrometheusConfig(alerts: List[PrometheusAlert], rules: List[PrometheusRule])
Value Members
- val alerts: List[PrometheusAlert]
- val rules: List[PrometheusRule]