From 17003328ab7f285b71ce5d5b5bd84877ce7fed28 Mon Sep 17 00:00:00 2001 From: aphorise Date: Thu, 11 Feb 2021 17:32:52 +0000 Subject: [PATCH] Docs - Namespace monitoring corrected examples (#10863) Re-doing PR #10305 --- website/content/docs/internals/limits.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/content/docs/internals/limits.mdx b/website/content/docs/internals/limits.mdx index 284dcb787..b5ae4349b 100644 --- a/website/content/docs/internals/limits.mdx +++ b/website/content/docs/internals/limits.mdx @@ -59,8 +59,10 @@ Specifying distinct per-mount options, or using long mount point paths, can increase the space required per mount. The number of mount points can be monitored by reading the -[`sys/auth`](/api-docs/system/audit) and -[`sys/mounts`](/api-docs/system/mounts) endpoints, which contain all mount points in all namespaces. +[`sys/auth`](/api-docs/system/auth) and +[`sys/mounts`](/api-docs/system/mounts) endpoints from the root namespace and +similar sub-paths for namespaces respectively, like: `namespace1/sys/auth`, +`namespace1/sys/mounts`, etc. ### Namespace limits