Skip to content

replication: add Entry bytes read/written metric #97917

@tbg

Description

@tbg

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

Metadata

Metadata

Assignees

Labels

C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-kvKV Team

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions