Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Aiven-Open/pghoard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Aiven-Open/pghoard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sebinsunny-refactor-pg-backup-metrics-wip
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Feb 7, 2024

  1. This PR improves monitoring of pg basebackups. During a backup, it re…

    …gularly checks how much data has been uploaded and compares this to the last recorded amount in a persisted progress file. If the upload is progressing, it updates the record with the new data and current time. If the backup has not advanced compared to the previous value, it reports the time elapsed since the last progress and emits stalled metrics. Once a backup is complete, the record is reset.
    
    [SRE-7631]
    
    Persisted Backup Progress WIP
    sebinsunny committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e3fd2bc View commit details
    Browse the repository at this point in the history
Loading