Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(outcomes): Report profiles when transaction metrics dropped #2187

Merged
merged 2 commits into from
Jun 6, 2023

Conversation

jjbayer
Copy link
Member

@jjbayer jjbayer commented Jun 6, 2023

Follow-up to #2163:

When transaction metric buckets are rate limited, we only report outcomes for transactions, not profiles:

image image

With this PR, RateLimited will be reported for the Profile category as well.

ref: #2158

#skip-changelog

@jjbayer jjbayer changed the title Fix/profile rate limit outcomes fix(outcomes): Report profiles when transaction metrics dropped Jun 6, 2023
@jjbayer jjbayer marked this pull request as ready for review June 6, 2023 06:24
@jjbayer jjbayer requested review from a team, phacops and maheskett June 6, 2023 06:24

let outcomes: Vec<_> = (0..)
.map(|_| rx.blocking_recv())
.take_while(|o| o.is_some())
Copy link
Contributor

Choose a reason for hiding this comment

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

TIL

@jjbayer jjbayer merged commit bd7c7ca into master Jun 6, 2023
20 checks passed
@jjbayer jjbayer deleted the fix/profile-rate-limit-outcomes branch June 6, 2023 09:02
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.

None yet

3 participants