From c7e49b85997369c5c29fb64da89fa676cb84e989 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 --- 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 e16827be23c..d639ed58877 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