mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-06 19:31:09 +01:00
* VAULT-35384 Add new telemetry metrics for HTTP status codes * VAULT-35384 Add new telemetry metrics for HTTP status codes * Changelog * Changelog * Typo * Missed metrics * VAULT-35384 sys/health
3 lines
223 B
Plaintext
3 lines
223 B
Plaintext
```release-note:improvement
|
|
core/metrics: added a new telemetry metric, `vault.core.response_status_code`, with two labels, `code`, and `type`, detailing the status codes of all responses to requests that Vault handles.
|
|
``` |