mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Update metrics.mdx (#24539)
Adding a note to clarify to customers that the standby nodes will not respond to metrics requests to this API endpoint --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
This commit is contained in:
@@ -33,6 +33,11 @@ $ curl \
|
||||
--header "X-Vault-Token: ..." \
|
||||
'http://127.0.0.1:8200/v1/sys/metrics?format=prometheus'
|
||||
```
|
||||
When requesting metric information, only the active node in a Vault cluster
|
||||
responds with data. Follower nodes ignore metric requests, which typically
|
||||
results in a timeout response. For example, `curl` command returns with the
|
||||
error code `0` and no output.
|
||||
|
||||
|
||||
### Sample response
|
||||
|
||||
|
||||
Reference in New Issue
Block a user