Skip to content

feat(grouper): add slow handle diagnostics#549

Open
Kuchizu wants to merge 1 commit intomasterfrom
feat/grouper-slow-diagnostics
Open

feat(grouper): add slow handle diagnostics#549
Kuchizu wants to merge 1 commit intomasterfrom
feat/grouper-slow-diagnostics

Conversation

@Kuchizu
Copy link
Copy Markdown
Member

@Kuchizu Kuchizu commented May 4, 2026

Adds Grouper slow-handle diagnostics to identify which processing step causes high handle duration.

* @param timings - current handle timings.
* @param callback - measured callback.
*/
private async measureStep<T>(
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move out from Grouper code

* @param payloadSize - payload size in bytes.
* @param deltaSize - delta size in bytes.
*/
private logSlowHandle(
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants