c

nelson.yaml

PrometheusConfigYaml

class PrometheusConfigYaml extends AnyRef

Source
ManifestV1Parser.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrometheusConfigYaml
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrometheusConfigYaml()

Value Members

  1. var alerts: ArrayList[PrometheusAlertYaml]
  2. def getAlerts(): ArrayList[PrometheusAlertYaml]
  3. def getRules(): ArrayList[PrometheusRuleYaml]
  4. var rules: ArrayList[PrometheusRuleYaml]
  5. def setAlerts(arg0: ArrayList[PrometheusAlertYaml]): Unit
  6. def setRules(arg0: ArrayList[PrometheusRuleYaml]): Unit