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

ref(metrics): Change flush into a cross-project message #2894

Merged
merged 3 commits into from
Dec 22, 2023

Conversation

jan-auer
Copy link
Member

@jan-auer jan-auer commented Dec 22, 2023

The metrics aggregator service now flushes the buckets of all projects
in a single FlushBuckets message. Previously, this message was emitted
separately for every project.

This change allows the processor to batch buckets from multiple projects
into a single request. This change is not yet included in this PR and
will be added in a follow-up.

#skip-changelog

@jan-auer jan-auer self-assigned this Dec 22, 2023
@jan-auer jan-auer marked this pull request as ready for review December 22, 2023 09:10
@jan-auer jan-auer requested a review from a team as a code owner December 22, 2023 09:10
/// DSN, this submits metrics to the global endpoint with Relay authentication.
///
/// This option does not have any effect on processing mode.
global_metrics: bool,
Copy link
Member Author

Choose a reason for hiding this comment

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

This option is still inactive. Originally, I was going to implement the functionality in the same PR. Let me know if you prefer if I move this to the next PR.

@jan-auer jan-auer requested review from Dav1dde and jjbayer December 22, 2023 09:16
@jan-auer jan-auer mentioned this pull request Dec 22, 2023
6 tasks
@jan-auer jan-auer merged commit 88d2872 into master Dec 22, 2023
20 checks passed
@jan-auer jan-auer deleted the ref/global-flush branch December 22, 2023 10:46
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.

3 participants