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): Remove option for controlling metrics summaries calculation #3797

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

iambriccardo
Copy link
Member

@iambriccardo iambriccardo commented Jul 8, 2024

This PR removes an option for controlling metrics summaries calculation, since it's not needed anymore.

#skip-changelog

@iambriccardo iambriccardo marked this pull request as ready for review July 8, 2024 09:55
@iambriccardo iambriccardo requested a review from a team as a code owner July 8, 2024 09:55
Comment on lines -217 to -223
/// Overall sampling of metrics summaries computation.
#[serde(
rename = "relay.compute-metrics-summaries.sample-rate",
deserialize_with = "default_on_error",
skip_serializing_if = "is_default"
)]
pub compute_metrics_summaries_sample_rate: Option<f32>,
Copy link
Member

Choose a reason for hiding this comment

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

Do we need to keep forwarding this option to external relays so they keep computing the summary? Or is this option so new that we don't care?

Copy link
Member

Choose a reason for hiding this comment

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

Discussed offline, this was only enabled for our own org so it can be removed.

Comment on lines -217 to -223
/// Overall sampling of metrics summaries computation.
#[serde(
rename = "relay.compute-metrics-summaries.sample-rate",
deserialize_with = "default_on_error",
skip_serializing_if = "is_default"
)]
pub compute_metrics_summaries_sample_rate: Option<f32>,
Copy link
Member

Choose a reason for hiding this comment

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

Discussed offline, this was only enabled for our own org so it can be removed.

@iambriccardo iambriccardo merged commit 368d69e into master Jul 8, 2024
23 checks passed
@iambriccardo iambriccardo deleted the riccardo/ref/remove-option branch July 8, 2024 13:25
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