Skip to content

Commit

Permalink
changing vault.audit.log_response_failure metric doc (#26038)
Browse files Browse the repository at this point in the history
* changing log_response_failure metric doc

* Update website/content/partials/telemetry-metrics/vault/audit/log_response_failure.mdx

Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>

---------

Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
  • Loading branch information
gerardma77 and kubawi authored Mar 25, 2024
1 parent d0a7560 commit d9b840c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| Metric type | Value | Description |
|-------------|--------|---------------------------------------------------------|
| counter | number | Number of audit log request failures across all devices |
| counter | number | Number of audit log response failures across all devices |

The number of request failures is a **crucial metric**.

A non-zero value for `vault.audit.log_response_failure` indicates that one of
the configured audit log devices failed to respond to Vault. If Vault cannot
A non-zero value for `vault.audit.log_response_failure` indicates that all of
the configured audit log devices failed to log a response to a request to Vault. If Vault cannot
properly audit a request, or the response to a request, the original request
will fail.

Expand Down

0 comments on commit d9b840c

Please sign in to comment.