2021-11-23 20:36:27 +00:00
|
|
|
- variable: prometheusRule
|
|
|
|
label: "PrometheusRule"
|
|
|
|
description: "Enable and configure Prometheus Rules for the App."
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-23 20:36:27 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: enabled
|
|
|
|
label: "Enabled"
|
|
|
|
description: "Enable Prometheus Metrics"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
# TODO: Rule List section
|