From 3e1a5d5ba63f46e4e30cb3bb9326d89674631e0f Mon Sep 17 00:00:00 2001 From: Antonin Ferrand Date: Sat, 11 Nov 2023 06:25:09 +0100 Subject: [PATCH] doc(metrics): add pvc namespace to volume metrics Signed-off-by: Antonin Ferrand --- content/docs/1.6.0/monitoring/metrics.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/docs/1.6.0/monitoring/metrics.md b/content/docs/1.6.0/monitoring/metrics.md index 934ad9e95..921d58eb1 100644 --- a/content/docs/1.6.0/monitoring/metrics.md +++ b/content/docs/1.6.0/monitoring/metrics.md @@ -6,16 +6,16 @@ weight: 3 | Name | Description | Example | |---|---|---| -| longhorn_volume_actual_size_bytes | Actual space used by each replica of the volume on the corresponding node | longhorn_volume_actual_size_bytes{node="worker-2",pvc="testvol",volume="testvol"} 1.1917312e+08 | -| longhorn_volume_capacity_bytes | Configured size in bytes for this volume | longhorn_volume_capacity_bytes{node="worker-2",pvc="testvol",volume="testvol"} 6.442450944e+09 | -| longhorn_volume_state | State of this volume: 1=creating, 2=attached, 3=Detached, 4=Attaching, 5=Detaching, 6=Deleting | longhorn_volume_state{node="worker-2",pvc="testvol",volume="testvol"} 2 | -| longhorn_volume_robustness | Robustness of this volume: 0=unknown, 1=healthy, 2=degraded, 3=faulted | longhorn_volume_robustness{node="worker-2",pvc="testvol",volume="testvol"} 1 | -| longhorn_volume_read_throughput | Read throughput of this volume (Bytes/s) | longhorn_volume_read_throughput{node="worker-2",pvc="testvol",volume="testvol"} 5120000 | -| longhorn_volume_write_throughput | Write throughput of this volume (Bytes/s) | longhorn_volume_write_throughput{node="worker-2",pvc="testvol",volume="testvol"} 512000 | -| longhorn_volume_read_iops | Read IOPS of this volume | longhorn_volume_read_iops{node="worker-2",pvc="testvol",volume="testvol"} 100 | -| longhorn_volume_write_iops | Write IOPS of this volume | longhorn_volume_write_iops{node="worker-2",pvc="testvol",volume="testvol"} 100 | -| longhorn_volume_read_latency | Read latency of this volume (ns) | longhorn_volume_read_latency{node="worker-2",pvc="testvol",volume="testvol"} 100000 | -| longhorn_volume_write_latency | Write latency of this volume (ns) | longhorn_volume_write_latency{node="worker-2",pvc="testvol",volume="testvol"} 100000 | +| longhorn_volume_actual_size_bytes | Actual space used by each replica of the volume on the corresponding node | longhorn_volume_actual_size_bytes{namespace="default",node="worker-2",pvc="testvol",volume="testvol"} 1.1917312e+08 | +| longhorn_volume_capacity_bytes | Configured size in bytes for this volume | longhorn_volume_capacity_bytes{namespace="default",node="worker-2",pvc="testvol",volume="testvol"} 6.442450944e+09 | +| longhorn_volume_state | State of this volume: 1=creating, 2=attached, 3=Detached, 4=Attaching, 5=Detaching, 6=Deleting | longhorn_volume_state{namespace="default",node="worker-2",pvc="testvol",volume="testvol"} 2 | +| longhorn_volume_robustness | Robustness of this volume: 0=unknown, 1=healthy, 2=degraded, 3=faulted | longhorn_volume_robustness{namespace="default",node="worker-2",pvc="testvol",volume="testvol"} 1 | +| longhorn_volume_read_throughput | Read throughput of this volume (Bytes/s) | longhorn_volume_read_throughput{namespace="default",node="worker-2",pvc="testvol",volume="testvol"} 5120000 | +| longhorn_volume_write_throughput | Write throughput of this volume (Bytes/s) | longhorn_volume_write_throughput{namespace="default",node="worker-2",pvc="testvol",volume="testvol"} 512000 | +| longhorn_volume_read_iops | Read IOPS of this volume | longhorn_volume_read_iops{namespace="default",node="worker-2",pvc="testvol",volume="testvol"} 100 | +| longhorn_volume_write_iops | Write IOPS of this volume | longhorn_volume_write_iops{namespace="default",node="worker-2",pvc="testvol",volume="testvol"} 100 | +| longhorn_volume_read_latency | Read latency of this volume (ns) | longhorn_volume_read_latency{namespace="default",node="worker-2",pvc="testvol",volume="testvol"} 100000 | +| longhorn_volume_write_latency | Write latency of this volume (ns) | longhorn_volume_write_latency{namespace="default",node="worker-2",pvc="testvol",volume="testvol"} 100000 | ## Node