Closed aditiharini closed 2 months ago
Latest commit: f24049b2c3ca9558be1fe6726c6d46d7197cb19b
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
hub-monorepo | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 11, 2024 3:44pm |
Attention: Patch coverage is 0%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 44.31%. Comparing base (
1880070
) to head (f24049b
). Report is 344 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
packages/shuttle/src/shuttle/eventStream.ts | 0.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In order to better understand how the stale event processing and the event-specific codepaths impact the message read latency, add tags to identify these attributes.
Merge Checklist
Choose all relevant options below by adding an
x
now or at any time before submitting for reviewPR-Codex overview
This PR adds event kind and stale/not stale tags to event processing metrics in the
HubEventStreamConsumer
class.Detailed summary
whenReceived
tag to event processing metrics