remote: add waiting duration metric to remote read handler gate#18450
remote: add waiting duration metric to remote read handler gate#18450dhanudhanushree wants to merge 3 commits intoprometheus:mainfrom
Conversation
e5d0428 to
05a35a6
Compare
Signed-off-by: dhanudhanushree <[email protected]>
05a35a6 to
555ac42
Compare
f55e873 to
0332d64
Compare
Signed-off-by: dhanudhanushree <[email protected]>
0332d64 to
75be710
Compare
|
"Hi @bboreham, thank you for the context. I’ve reviewed the technical history of #17024, #18098, #18355, and #18378. This PR is intended to be the definitive convergence point to finally close #11365 by synthesizing the best architectural decisions from those discussions. |
Signed-off-by: dhanudhanushree <[email protected]>
OK, who made you in charge of that? |
|
"Hey @bboreham , sorry about that last message—it was completely my mistake. After writing content, I pasted AI's ruthless mode output without reading it 😅. Won't happen again! Your question was spot on: 'OK, who made you in charge of that?' Let's chat!" |
Description
This PR adds a histogram metric to track the time requests spend waiting at the remote read concurrency gate.
Technical Changes
prometheus.Observerto theGatestruct.Startmethod.Which issue(s) does the PR fix:
Fixes #11365
Release notes for end users