From 2826be941fc79f33653ffda628039e4122ded16e Mon Sep 17 00:00:00 2001 From: Violet Hynes Date: Wed, 30 Aug 2023 13:24:42 -0400 Subject: [PATCH] Fix broken quotas metrics links (#22650) --- website/content/docs/concepts/resource-quotas.mdx | 2 +- website/content/docs/enterprise/lease-count-quotas.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/concepts/resource-quotas.mdx b/website/content/docs/concepts/resource-quotas.mdx index 5051f1380f..01b94126e2 100644 --- a/website/content/docs/concepts/resource-quotas.mdx +++ b/website/content/docs/concepts/resource-quotas.mdx @@ -49,7 +49,7 @@ to a non-zero value, any client that hits a rate limit threshold will be blocked from all subsequent requests for a duration of `block_interval` seconds. Vault also allows the inspection of the state of rate limiting in a Vault node -through various [metrics](/vault/docs/internals/telemetry#Resource-Quota-Metrics) exposed +through various [metrics](/vault/docs/internals/telemetry/metrics/core-system#quota-metrics) exposed and through enabling optional audit logging. ## Exempt routes diff --git a/website/content/docs/enterprise/lease-count-quotas.mdx b/website/content/docs/enterprise/lease-count-quotas.mdx index 2be6e035de..6965ab285f 100644 --- a/website/content/docs/enterprise/lease-count-quotas.mdx +++ b/website/content/docs/enterprise/lease-count-quotas.mdx @@ -46,7 +46,7 @@ further restrict usages in a specific namespace or mount, that can be done using the precedence model too. Vault also allows the inspection into the state of lease count quotas in a Vault -cluster through various [metrics](/vault/docs/internals/telemetry#Resource-Quota-Metrics) +cluster through various [metrics](/vault/docs/internals/telemetry/metrics/core-system#quota-metrics) exposed and through enabling optional audit logging. ## Tutorial