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

add tracking for checksum algorithm and retry mode business metrics #3944

Merged
merged 7 commits into from
Dec 18, 2024

Conversation

Velfi
Copy link
Contributor

@Velfi Velfi commented Dec 17, 2024

Adds business metric tracking for checksum algorithms and retry modes. This PR includes tests.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@Velfi Velfi requested review from a team as code owners December 17, 2024 16:46
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

@landonxjames
Copy link
Contributor

UA metrics for checksums is covered in #3851 and it sitting in the feature/flexible-checksums branch awaiting the day when it can finally be merged

Copy link
Contributor

@landonxjames landonxjames left a comment

Choose a reason for hiding this comment

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

LGTM!

@@ -130,6 +131,22 @@ where
cfg: &mut ConfigBag,
) -> Result<(), BoxError> {
let checksum_algorithm = (self.algorithm_provider)(context.input())?;
if let Some(checksum_algorithm) = checksum_algorithm {
Copy link
Contributor

Choose a reason for hiding this comment

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

Would probably remove these changes for now and just roll out this detection with the new flex checksums (mostly in favor of making my merge to the feature branch easier)

Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

@Velfi Velfi enabled auto-merge December 18, 2024 16:41
@Velfi Velfi disabled auto-merge December 18, 2024 17:09
@Velfi Velfi enabled auto-merge December 18, 2024 17:09
@Velfi Velfi added this pull request to the merge queue Dec 18, 2024
Merged via the queue into main with commit b9458df Dec 18, 2024
43 of 44 checks passed
@Velfi Velfi deleted the zhessler-user-agent-metrics branch December 18, 2024 17:58
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