mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #166] Add Prometheus Metrics #133
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JE4GLE on GitHub (Jan 16, 2026).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/166
Introduce Prometheus metrics support in pgbackweb to enable monitoring of key service performance and health metrics (backup counts, durations, errors, database connection stats, queue status, etc.).
Currently pgbackweb provides backup scheduling and monitoring via UI but no native Prometheus metrics endpoint exists. With this enhancement, the app should expose a /metrics HTTP endpoint that Prometheus can scrape. 
Goals
Acceptance Criteria
Technical Notes