mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
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 <briankassouf@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
264c446de6
commit
9b1e144985
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user