From e9bcff018a2b52d8d1deb6f3317759e8472c4254 Mon Sep 17 00:00:00 2001 From: Josh Black Date: Thu, 11 May 2023 21:28:25 -0400 Subject: [PATCH] add undo logs metrics to docs (#20568) --- website/content/docs/internals/telemetry.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/content/docs/internals/telemetry.mdx b/website/content/docs/internals/telemetry.mdx index c764dc5bac90..4a578886257a 100644 --- a/website/content/docs/internals/telemetry.mdx +++ b/website/content/docs/internals/telemetry.mdx @@ -235,11 +235,12 @@ These metrics are emitted on standbys when talking to the active node, and in so These metrics relate to [Vault Enterprise Replication](/vault/docs/enterprise/replication). The following metrics are not available in telemetry unless replication is in an unhealthy state: `replication.fetchRemoteKeys`, `replication.merkleDiff`, and `replication.merkleSync`. | Metric | Description | Unit | Type | -| :------------------------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------------------------- | :-------------- | :------ | +|:--------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------| :-------------- | :------ | | `vault.core.replication.performance.primary` | Set to 1 if this is a performance primary, 0 if not | boolean | gauge | | `vault.core.replication.performance.secondary` | Set to 1 if this is a performance secondary, 0 if not | boolean | gauge | | `vault.core.replication.dr.primary` | Set to 1 if this is a DR primary, 0 if not | boolean | gauge | | `vault.core.replication.dr.secondary` | Set to 1 if this is a DR secondary, 0 if not | boolean | gauge | +| `vault.core.replication.write_undo_logs` | Set to 1 if undo logs are enabled, 0 if not | boolean | gauge | | `vault.core.performance_standby` | Set to 1 if this is a performance standby, 0 if not | boolean | gauge | | `vault.logshipper.streamWALs.missing_guard` | Number of incidences where the starting Merkle Tree index used to begin streaming WAL entries is not matched/found | missing guards | counter | | `vault.logshipper.streamWALs.guard_found` | Number of incidences where the starting Merkle Tree index used to begin streaming WAL entries is matched/found | found guards | counter |