feat: add count of merge buffers per groupby query metrics#17945
feat: add count of merge buffers per groupby query metrics#17945TessaIO wants to merge 1 commit into
Conversation
5a67c5c to
d1dbfd6
Compare
8864a04 to
79e6da2
Compare
Signed-off-by: TessaIO <[email protected]>
79e6da2 to
c228f11
Compare
|
@LakshSingla @gianm how can I run a local cluster to test the changes? |
|
@TessaIO , you can try following the steps here Druid Local Quickstart |
|
This pull request has been marked as stale due to 60 days of inactivity. |
|
/remove stale |
|
This pull request has been marked as stale due to 60 days of inactivity. |
|
This pull request/issue has been closed due to lack of activity. If you think that |
|
@TessaIO are you interested in getting this change in with some testing? I can help review the change when it's ready. Thanks! |
Fixes #17944.
Description
Add
mergeBuffer/usedCountmetric per query for the used merge buffers. This metric is different frommergeBuffer/usedbecause that one is a point-in-time metric, and this one is for each query. It's also different frommergeBuffer/queriesbecause that metric gets incremented for each query but it only gets incremented by one, whereas some queries can reserve more than 1 merge buffer.Release note
Add
mergeBuffer/usedCountmetric per query for the used merge buffersThis PR has: