Skip to content

Report batched migration progress

Andreas Brandl requested to merge ab/bmigrations-progress into master

What does this MR do?

This adds a prometheus gauge to report the estimated progress made for a batched migration. This is based on summing up all the individual batch sizes from succeeded jobs and comparing that to the total_tuple_count estimation for the migration.

Does this MR meet the acceptance criteria?

Conformity

Edited by Andreas Brandl

Merge request reports