-
Notifications
You must be signed in to change notification settings - Fork 4.1k
replication: add Entry bytes read/written metric #97917
Copy link
Copy link
Open
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-kvKV TeamKV Team
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-kvKV TeamKV Team