plugin-barman-cloud/web/versioned_docs/version-0.13.0/observability.md
Marco Nenciarini 5c8ddf3750
Some checks failed
Deploy Docusaurus to GitHub Pages / build (push) Failing after 3s
Deploy Docusaurus to GitHub Pages / deploy (push) Has been skipped
release-please / release-please (push) Failing after 3s
docs(release): documentation for release 0.13.0 (#952)
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
2026-06-09 22:52:10 +02:00

831 B

sidebar_position
55

Observability

The Barman Cloud Plugin exposes the following metrics through the native Prometheus exporter of the instance manager:

  • barman_cloud_cloudnative_pg_io_last_failed_backup_timestamp: the UNIX timestamp of the most recent failed backup.

  • barman_cloud_cloudnative_pg_io_last_available_backup_timestamp: the UNIX timestamp of the most recent successfully available backup.

  • barman_cloud_cloudnative_pg_io_first_recoverability_point: the UNIX timestamp representing the earliest point in time from which the cluster can be recovered.

These metrics supersede the previously available in-core metrics that used the cnpg_collector prefix. The new metrics are exposed under the barman_cloud_cloudnative_pg_io prefix instead.