mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04: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:
parent
264c446de6
commit
9b1e144985
1 changed files with 1 additions and 0 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Reference in a new issue