cockroachdb / cockroachdb/docs
PR #106094 - kvserver: add raft.replication.latency histogram
Open
C-product-change
- Dominant language
- HTML
- Stars
- 212
- Forks
- 476
- Avg merge
- 40m
- Merged PRs (30d)
- 3
Description
Exalate commented:
Related PR: https://github.com/cockroachdb/cockroach/pull/106094
Commit: https://github.com/cockroachdb/cockroach/commit/848057113e9eb919cebdb4653c7ccc084aba8688
Epic: CRDB-25287
---
Release note (ops change): a histogram metric raft.replication.latency was added.
It tracks the time between evaluation and application of the command. This includes
time spent in the quota pool, in replication (including reproposals) as well as log
application, but notably *not* sequencing latency, i.e. contention and latch
acquisition.
Jira Issue: DOC-8271
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.