From 771bba0dc6de6125ee131eb40d3d606030cedbb5 Mon Sep 17 00:00:00 2001 From: Nick Cabatoff Date: Tue, 25 Jul 2023 08:46:31 -0400 Subject: [PATCH] Note that last_dr_wal is always emitted. (#22034) --- .../telemetry-metrics/vault/replication/wal/last_dr_wal.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/partials/telemetry-metrics/vault/replication/wal/last_dr_wal.mdx b/website/content/partials/telemetry-metrics/vault/replication/wal/last_dr_wal.mdx index 2522e03e4a..890abc476a 100644 --- a/website/content/partials/telemetry-metrics/vault/replication/wal/last_dr_wal.mdx +++ b/website/content/partials/telemetry-metrics/vault/replication/wal/last_dr_wal.mdx @@ -2,4 +2,4 @@ Metric type | Value | Description ----------- | ------- | ----------- -gauge | number | Index of the last write-ahead log for disaster recovery \ No newline at end of file +gauge | number | Index of the last write-ahead log for disaster recovery. Note that this is emitted by all Vault Enterprise clusters, regardless of cluster type.