From 2ae4459ffc16c17c400f583e9ee64658fbec818c Mon Sep 17 00:00:00 2001 From: Chris Capurso <1036769+ccapurso@users.noreply.github.com> Date: Fri, 29 Apr 2022 11:26:32 -0400 Subject: [PATCH] Fix sentence under Integrated Storage (Raft) Autopilot docs (#15231) Co-authored-by: Peter Zujko --- website/content/docs/internals/telemetry.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/internals/telemetry.mdx b/website/content/docs/internals/telemetry.mdx index 0a806f3f41..b13a684134 100644 --- a/website/content/docs/internals/telemetry.mdx +++ b/website/content/docs/internals/telemetry.mdx @@ -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