Skip to content

Commit

Permalink
docs(1.8.0): Add new label to backup metrics for #3034
Browse files Browse the repository at this point in the history
Signed-off-by: Yvan <y.guidoin@meteocontrol.com>
  • Loading branch information
YvanGuidoin authored and derekbit committed Sep 11, 2024
1 parent b84ae07 commit 9fa8ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/1.8.0/monitoring/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ weight: 3

| Name | Description | Example |
|---|---|---|
| longhorn_backup_actual_size_bytes | Actual size of this backup | longhorn_backup_actual_size_bytes{backup="backup-4ab66eca0d60473e",volume="testvol"} 6.291456e+07 |
| longhorn_backup_state | State of this backup: 0=New, 1=Pending, 2=InProgress, 3=Completed, 4=Error, 5=Unknown | longhorn_backup_state{backup="backup-4ab66eca0d60473e",volume="testvol"} 3 |
| longhorn_backup_actual_size_bytes | Actual size of this backup | longhorn_backup_actual_size_bytes{backup="backup-4ab66eca0d60473e",volume="testvol", recurring_job="backup"} 6.291456e+07 |
| longhorn_backup_state | State of this backup: 0=New, 1=Pending, 2=InProgress, 3=Completed, 4=Error, 5=Unknown | longhorn_backup_state{backup="backup-4ab66eca0d60473e",volume="testvol", recurring_job=""} 3 |

## Snapshot

Expand Down

0 comments on commit 9fa8ec1

Please sign in to comment.