From a72a3912e4b6567feff623e22b3c2cddc405d9fb Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Mon, 18 Dec 2023 10:52:11 +0800 Subject: [PATCH] doc(metrics): add longhorn_snapshot_actual_size_bytes ref: 5869 Signed-off-by: Chin-Ya Huang --- content/docs/1.6.0/monitoring/metrics.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/docs/1.6.0/monitoring/metrics.md b/content/docs/1.6.0/monitoring/metrics.md index c3e6316d8..7de11cb19 100644 --- a/content/docs/1.6.0/monitoring/metrics.md +++ b/content/docs/1.6.0/monitoring/metrics.md @@ -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 |