juju-backup-all
- Canonical BootStack Charmers
- Monitoring
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 46 | 01 Nov 2023 | |
latest/stable | 41 | 28 Apr 2023 | |
latest/stable | 1 | 10 Jan 2022 | |
latest/candidate | 23 | 25 Oct 2023 | |
latest/candidate | 46 | 24 Oct 2023 | |
latest/candidate | 41 | 06 Apr 2023 | |
latest/candidate | 1 | 10 Jan 2022 | |
latest/edge | 46 | 24 Oct 2023 | |
latest/edge | 41 | 31 Mar 2023 | |
latest/edge | 26 | 18 Aug 2022 | |
latest/edge | 25 | 18 Aug 2022 | |
latest/edge | 24 | 18 Aug 2022 | |
latest/edge | 23 | 18 Aug 2022 |
juju deploy bootstack-charmers-juju-backup-all
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
22.04
20.04
18.04
Monitoring Juju Backup All
After the charm is deployed, it exposes prometheus metrics related to backups on port 10000 by default. An example of sample metrics is as follows:
# HELP juju_backup_all_command_duration_seconds Length of time the charm-juju-backup-all backup command took.
# TYPE juju_backup_all_command_duration_seconds gauge
juju_backup_all_command_duration_seconds{result_code="StatusUnknown",status_ok="0"} 0.0
# HELP juju_backup_all_command_ok_info Indicates whether or not the charm-juju-backup-all backup command was a success.
# TYPE juju_backup_all_command_ok_info gauge
juju_backup_all_command_ok_info{result_code="StatusUnknown"} 0.0
# HELP juju_backup_all_backup_failed_total The number of failed backups.
# TYPE juju_backup_all_backup_failed_total counter
juju_backup_all_backup_failed_total 0.0
# HELP juju_backup_all_backup_purged_total The number of purged backups.
# TYPE juju_backup_all_backup_purged_total counter
juju_backup_all_backup_purged_total 0.0
# HELP juju_backup_all_backup_completed_total The number of completed backups.
# TYPE juju_backup_all_backup_completed_total counter
juju_backup_all_backup_completed_total 0.0
To enable monitoring with prometheus with the help of these metrics, relate the charm with a prometheus deployment:
juju relate juju-backup-all <prometheus-k8s offer url>
This works best with prometheus-k8s and grafana-agent-k8s charms. See more about COS lite deployment and cross model relations.