-
Notifications
You must be signed in to change notification settings - Fork 4.1k
kv: add metrics measuring request evaluation count per request type on each Store #50660
Copy link
Copy link
Closed
Closed
Copy link
Labels
A-kv-serverRelating to the KV-level RPC serverRelating to the KV-level RPC serverC-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 TeamX-staleno-issue-activity
Description
#46747 is adding metrics for each request type sent by the DistSender, which already had other metrics counting entire batches sent, partial batches sent, etc. It turns out that we have no corresponding metrics on the server-side of these RPCs. That makes it difficult to spot hotspots in the cluster in cases where all nodes are sending to the same destination node. We should add such metrics.
Jira issue: CRDB-4103
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-kv-serverRelating to the KV-level RPC serverRelating to the KV-level RPC serverC-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 TeamX-staleno-issue-activity