Skip to content

Document rebuild coalesced_events in client-perf-diagnosis skill#5605

Open
habdelra wants to merge 1 commit into
client-perf-diagnosis-skillfrom
client-perf-diagnosis-coalesced-events
Open

Document rebuild coalesced_events in client-perf-diagnosis skill#5605
habdelra wants to merge 1 commit into
client-perf-diagnosis-skillfrom
client-perf-diagnosis-coalesced-events

Conversation

@habdelra

Copy link
Copy Markdown
Contributor

The rebuild client-perf telemetry event carries a coalesced_events field — the number of incremental index events that collapsed into a single loader/store rebuild. This documents it in the client-perf-diagnosis skill so the field is usable when reading the dashboard.

  • Adds coalesced_events to the rebuild row of the event-field table.
  • Adds a Mode E paragraph on how to read it: coalesced_events = 1 is an isolated edit (one event, one rebuild); > 1 is a write burst absorbed into a single rebuild. The burst signature is therefore few rebuild events with high coalesced_events, not one rebuild per realm-event. A LogQL snippet unwraps coalesced_events at p95, and the paragraph distinguishes real coalescing from events simply arriving slower than a rebuild completes.

Stacked on the client-perf-diagnosis skill branch; retarget to main once that lands.

🤖 Generated with Claude Code

The rebuild telemetry carries coalesced_events — the count of incremental
index events that collapsed into one rebuild. Add it to the rebuild event
field table and to Mode E, with how to read it: 1 is an isolated edit,
>1 is a write burst absorbed into a single rebuild, so a burst shows as
few rebuild events with high coalesced_events rather than one per event.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@habdelra
habdelra requested a review from a team July 24, 2026 14:59

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e3d2b22280

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .claude/skills/client-perf-diagnosis/SKILL.md
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.

1 participant