From 6d703d3cb3cc87d73531b03523fe718447146e92 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Fri, 6 Jun 2025 15:16:17 +1000 Subject: [PATCH] doc/radosgw: edit metrics.rst 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 (cherry picked from commit c7e49b85997369c5c29fb64da89fa676cb84e989) --- doc/radosgw/metrics.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/radosgw/metrics.rst b/doc/radosgw/metrics.rst index e8cd39a09bad9..c4036a1877a9f 100644 --- a/doc/radosgw/metrics.rst +++ b/doc/radosgw/metrics.rst @@ -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. -- 2.39.5