[Feature Request] Add Prometheus Metrics Endpoint for Observability #344

Closed
opened 2026-04-05 16:16:15 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @lima-faux on 12/17/2025

Please consider adding a native Prometheus /metrics endpoint to Postgresus for improved observability

Supporting the Prometheus exposition format via the Prometheus client libraries would allow operators to easily monitor backup health.

https://github.com/prometheus/client_golang

Some metrics that would be nice to have

  • Total number of backup runs
  • Total number of failed backup runs
  • Total and/or histogram of backup execution duration
  • Retention deletions count
*Originally created by @lima-faux on 12/17/2025* Please consider adding a native Prometheus /metrics endpoint to Postgresus for improved observability Supporting the Prometheus exposition format via the Prometheus client libraries would allow operators to easily monitor backup health. https://github.com/prometheus/client_golang Some metrics that would be nice to have - Total number of backup runs - Total number of failed backup runs - Total and/or histogram of backup execution duration - Retention deletions count
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/databasus#344