cockroachdb / cockroachdb/cockroach

replication: add Entry bytes read/written metric

Open
#97,917 1 comment 0 reactions 1 assignee Claimed by @pav-kv View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.