Fix broken quotas metrics links (#22650)

This commit is contained in:
Violet Hynes
2023-08-30 13:24:42 -04:00
committed by GitHub
parent e35e0d0183
commit 2826be941f
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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