cockroachdb / cockroachdb/cockroach
replication: add Entry bytes read/written metric
Open
C-enhancement
T-kv
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
We should add counters for bytes read/written for raft entry appends/retrieval.
Reads happen in `(*replicaRaftStorage).Entries`
Writes happen in `logstore.StoreEntries`. We'll want two counters, one only for sideloaded writes and one for the combined writes.
Jira issue: CRDB-24964
Contributor guide
Assessment
This issue has not been assessed yet.