]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: edit metrics.rst 63811/head
authorZac Dover <zac.dover@proton.me>
Fri, 6 Jun 2025 05:16:17 +0000 (15:16 +1000)
committerZac Dover <zac.dover@proton.me>
Mon, 9 Jun 2025 09:08:27 +0000 (19:08 +1000)
Edit doc/radosgw/metrics.rst.

Incorporate Anthony D'Atri's suggestion from
https://github.com/ceph/ceph/pull/62893#discussion_r2124662981 into the
RADOSGW documentation.

This commit clarifies the English that explains the behavior of
rgw-multitenancy.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit c7e49b85997369c5c29fb64da89fa676cb84e989)

doc/radosgw/metrics.rst

index e8cd39a09bad9cc6307a6e1b62abe3e92f7be1f9..c4036a1877a9f1457839f7cd36b2009b597d0551 100644 (file)
@@ -152,9 +152,10 @@ Op metrics can also be tracked per-user or per-bucket. These metrics are exporte
         ...
     ]
 
-:ref:`rgw-multitenancy` allows the use of buckets and users of the same name
-simultaneously. If a user or bucket lies under a tenant, a label for the tenant
-in the form ``Tenant = {tenantid}`` is added to the metric.
+:ref:`rgw-multitenancy` allows the use of buckets and users with the same name,
+if they are created under different tenants.  If a user or bucket lies under a
+tenant, a label for the tenant in the form ``Tenant = {tenantid}`` is added to
+the metric.
 
 In a large system with many users and buckets, it may not be tractable to export all metrics to Prometheus. For that reason, the collection of these labeled metrics is disabled by default.