From b29668a660e26d587bb9bf7e8094fbe4a3dbc138 Mon Sep 17 00:00:00 2001 From: Vova Artsiukhou <1358483+artsiukhou@users.noreply.github.com> Date: Thu, 29 Jan 2026 12:24:15 +0000 Subject: [PATCH] docs: monitoring: Fix typo thughtput -> throughput s/thughtput/throughput/ Signed-off-by: Vova Artsiukhou <1358483+artsiukhou@users.noreply.github.com> --- doc/monitoring/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/monitoring/index.rst b/doc/monitoring/index.rst index a086c08a4602..38c628ee804b 100644 --- a/doc/monitoring/index.rst +++ b/doc/monitoring/index.rst @@ -171,7 +171,7 @@ Examples: # OSD 0 write IOPS irate(ceph_osd_op_w{ceph_daemon=~"osd.0"}[1m]) - # OSD 0 write thughtput (bytes) + # OSD 0 write throughput (bytes) irate(ceph_osd_op_w_in_bytes{ceph_daemon=~"osd.0"}[1m]) # OSD.0 total raw capacity available -- 2.47.3