class PrometheusConfigYaml extends AnyRef
- Source
- ManifestV1Parser.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PrometheusConfigYaml
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PrometheusConfigYaml()
Value Members
- var alerts: ArrayList[PrometheusAlertYaml]
- def getAlerts(): ArrayList[PrometheusAlertYaml]
- def getRules(): ArrayList[PrometheusRuleYaml]
- var rules: ArrayList[PrometheusRuleYaml]
- def setAlerts(arg0: ArrayList[PrometheusAlertYaml]): Unit
- def setRules(arg0: ArrayList[PrometheusRuleYaml]): Unit