Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions content/en/docs/18.0/reference/backup-and-restore/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ Vtbackup fetches the last backup, restores it to an empty mysql installation, re

_DurationByPhaseSeconds_ exports timings for these individual phases.

#### PhaseStatus

Vtbackup emits status metrics for its phases of execution. `PhaseStatus` reports a 1 (active) or a 0 (inactive) for each of the following phases and statuses:


* `CatchUpReplication` phase has statuses `Stalled` and `Stopped`.
* `Stalled` is set to `1` when replication stops advancing.
* `Stopped` is set to `1` when replication stops before `vtbackup` catches up with the primary.

<hr style="border-top: 2px dashed brown">

## Example
Expand Down