From 9b1e144985ca858e20ad77e010ef8745d4f048c7 Mon Sep 17 00:00:00 2001 From: Darshana Sivakumar Date: Fri, 7 Feb 2020 23:04:59 -0800 Subject: [PATCH] Adding a new replication metric (WAL GC counter) (#8241) * Adding a new replication metric (WAL GC counter) Adding a new line about the vault.replication.wal.gc metric * Update website/pages/docs/internals/telemetry.mdx Co-authored-by: Brian Kassouf --- website/pages/docs/internals/telemetry.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/pages/docs/internals/telemetry.mdx b/website/pages/docs/internals/telemetry.mdx index 2a96a14e32..6a6de50d6d 100644 --- a/website/pages/docs/internals/telemetry.mdx +++ b/website/pages/docs/internals/telemetry.mdx @@ -190,6 +190,7 @@ These metrics relate to [Vault Enterprise Replication](/docs/enterprise/replicat | `replication.wal.last_dr_wal` | The index of the last DR WAL | sequence number | gauge | | `replication.wal.last_performance_wal` | The index of the last Performance WAL | sequence number | gauge | | `replication.fsm.last_remote_wal` | The index of the last remote WAL | sequence number | gauge | +| `vault.replication.wal.gc` |Time taken to complete one run of the WAL garbage collection process | ms | summary | | `replication.rpc.server.auth_request` | Duration of time taken by auth request | ms | summary | | `replication.rpc.server.bootstrap_request` | Duration of time taken by bootstrap request | ms | summary | | `replication.rpc.server.conflicting_pages_request` | Duration of time taken by conflicting pages request | ms | summary |