From: Pierre Riteau Date: Mon, 22 Apr 2024 12:29:19 +0000 (+0200) Subject: doc/radosgw: fix typo in metrics.rst X-Git-Tag: v20.0.0~2112^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F57036%2Fhead;p=ceph.git doc/radosgw: fix typo in metrics.rst Signed-off-by: Pierre Riteau --- diff --git a/doc/radosgw/metrics.rst b/doc/radosgw/metrics.rst index ee9e7225bc2b..c4b2185d30a2 100644 --- a/doc/radosgw/metrics.rst +++ b/doc/radosgw/metrics.rst @@ -27,7 +27,7 @@ The following metrics related to S3 or Swift operations are tracked per Ceph Obj - Counter - Number of bytes put * - put_obj_lat - - Guage + - Gauge - Total latency of put operations * - get_obj_ops - Counter @@ -36,7 +36,7 @@ The following metrics related to S3 or Swift operations are tracked per Ceph Obj - Counter - Number of bytes from get requests * - get_obj_lat - - Guage + - Gauge - Total latency of get operations * - del_obj_ops - Counter @@ -45,13 +45,13 @@ The following metrics related to S3 or Swift operations are tracked per Ceph Obj - Counter - Number of bytes deleted * - del_obj_lat - - Guage + - Gauge - Total latency of delete object operations * - del_bucket_ops - Counter - Number of delete bucket operations * - del_bucket_lat - - Guage + - Gauge - Total latency of delete bucket operations * - copy_obj_ops - Counter @@ -60,19 +60,19 @@ The following metrics related to S3 or Swift operations are tracked per Ceph Obj - Counter - Number of bytes copied * - copy_obj_lat - - Guage + - Gauge - Total latency of copy object operations * - list_object_ops - Counter - Number of list object operations * - list_object_lat - - Guage + - Gauge - Total latency of list object operations * - list_bucket_ops - Counter - Number of list bucket operations * - list_bucket_lat - - Guage + - Gauge - Total latency of list bucket operations There are three different sections in the output of the ``counter dump`` and ``counter schema`` commands that show the op metrics and their information.