redpanda-data / redpanda-data/redpanda

[v25.3.x] rpc: derive requests_pending gauge from _correlations

Open
#30,293 0 comments 0 reactions 1 assignee View on GitHub

@nvartolomei is already working on this.

Since Apr 24, 2026.

kind/backport
Dominant language
C++
Stars
12.6k
Forks
792
PR merge metrics
No merged PRs in 30d

Description

Backport https://github.com/redpanda-data/redpanda/pull/30264 to branch v25.3.x. This issue was created as a placeholder because the original PR's commit(s) could not be automatically cherry-picked.
Here are the commands to execute:

git checkout v25.3.x
git checkout -b manual-backport-30264-v25.3.x-996
git cherry-pick -x 29cd963cf4

git push origin manual-backport-30264-v25.3.x-996
gh pr create \
  --title "[v25.3.x] rpc: derive requests_pending gauge from _correlations" \
  --base "v25.3.x" \
  --label "kind/backport" \
  --head "manual-backport-30264-v25.3.x-996" \
  --draft \
  --repo "redpanda-data/redpanda" \
  --milestone "v25.3.x-next" \
  --body "Backport of PR https://github.com/redpanda-data/redpanda/pull/30264 "

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.