OpenStack Exporter
Platform:
24.04
22.04
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 75 | Today | |
| latest/stable | 76 | Today | |
| latest/candidate | 75 | 18 Sep 2026 | |
| latest/candidate | 76 | 18 Sep 2026 | |
| latest/edge | 76 | 17 Sep 2026 | |
| latest/edge | 75 | 17 Sep 2026 |
juju deploy openstack-exporter
-
get-alert-rules
Dump the alert rules currently in effect as a single Prometheus rules document (YAML), returned in the
alert-rulesresult. Use this as a starting point for thealert_rulesconfig option: dump the rules, edit them, then set the edited document as thealert_rulesconfig.Because
juju runwraps the result under the unit name, extract the raw document before saving. For example:juju run openstack-exporter/leader get-alert-rules --format=json
| jq -r 'first(.[]).results."alert-rules"' > rules.yamlEdit rules.yaml, then apply it:
juju config openstack-exporter alert_rules="$(cat rules.yaml)"