Skip to content

Commit

Permalink
doc(metrics): add longhorn_snapshot_actual_size_bytes
Browse files Browse the repository at this point in the history
ref: 5869

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang committed Dec 19, 2023
1 parent fa99202 commit f2f3735
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/docs/1.6.0/monitoring/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,9 @@ weight: 3
|---|---|---|
| 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 |

## Snapshot

| Name | Description | Example |
|---|---|---|
| longhorn_snapshot_actual_size_bytes | Actual size of this snapshot | longhorn_snapshot_actual_size_bytes{user_created="false",volume="testvol"} 1.048576e+07 |

0 comments on commit f2f3735

Please sign in to comment.