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

Hook up Sentry Metrics to Metrics Aggregator #1408

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

Swatinem
Copy link
Member

This is an updated alternative to #1351

It is now integrated into the metrics aggregator, and sends Sentry metrics from there.

The performance impact is quite visible in the flamegraphs, but overall numbers do not look that bad.
It is a bit unfortunate that the Sentry API expects Cow<'static, str>, which pretty much means incurring String allocations for this all the time, which is quite inefficient, but does not seem to hurt performance that much.

I would say this is ready to be tested in canary.

@Swatinem Swatinem self-assigned this Mar 14, 2024
@Swatinem Swatinem requested a review from a team March 14, 2024 10:18
@Swatinem Swatinem merged commit 75d209f into master Mar 14, 2024
10 checks passed
@Swatinem Swatinem deleted the swatinem/sentry-metrics2 branch March 14, 2024 13:43
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