Fix sentence under Integrated Storage (Raft) Autopilot docs (#15231)

Co-authored-by: Peter Zujko <peter.zujko@klaviyo.com>
This commit is contained in:
Chris Capurso 2022-04-29 11:26:32 -04:00 committed by GitHub
parent a06c8a139f
commit 15bad36e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ These metrics relate to raft based [integrated storage][integrated-storage].
| `vault.autopilot.healthy` | Set to 1 if Autopilot considers all nodes healthy | bool | gauge |
| `vault.autopilot.failure_tolerance` | How many nodes can be lost while maintaining quorum, i.e. number of healthy nodes in excess of quorum | nodes | gauge |
Since Autopilot runs only the on the active node, these metrics are only emitted by the active node.
Since Autopilot runs only on the active node, these metrics are only emitted by the active node.
## Integrated Storage (Raft) Leadership Changes