redpanda-data / redpanda-data/redpanda
[v25.3.x] rpc: derive requests_pending gauge from _correlations
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.