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

AN-375 Metrics, logging for present vs. missing md5 #7690

Merged
merged 7 commits into from
Feb 14, 2025

Conversation

aednichols
Copy link
Collaborator

@aednichols aednichols commented Feb 13, 2025

Description

  • New metrics should show up automatically on our "GCS Request Throughput" panel
    • Match the panel's stats.gauges.$environment.cromwell.*${pod:glob}.io.gcs.*.*.m1_rate
  • Log missing md5s only
    • This should be the rare case, but we could apply a sampling if it's too much

Screenshot 2025-02-13 at 18 01 01

No md5 for file gs://fc-e0027d6e-0a77-4425-b90d-3f3cfdaa2884/bazzite-gnome-stable.iso

Future follow-up for DRS files: AN-422

Release Notes Confirmation

CHANGELOG.md

  • I updated CHANGELOG.md in this PR
  • I assert that this change shouldn't be included in CHANGELOG.md because it doesn't impact community users

Terra Release Notes

  • I added a suggested release notes entry in this Jira ticket
  • I assert that this change doesn't need Jira release notes because it doesn't impact Terra users

@aednichols aednichols marked this pull request as ready for review February 13, 2025 23:07
@aednichols aednichols requested a review from a team as a code owner February 13, 2025 23:07
Comment on lines -29 to -36
object IoCommandBuilder {
def apply(partialBuilders: PartialIoCommandBuilder*): IoCommandBuilder =
new IoCommandBuilder(partialBuilders.toList)

def apply: IoCommandBuilder =
new IoCommandBuilder(List.empty)
}

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This was only used in the test StandardFileHashingActorSpec.scala and it is confusing to have so many entry points to the class.

Copy link
Contributor

@LizBaldo LizBaldo left a comment

Choose a reason for hiding this comment

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

LGTM, if you want to create the follow up JIRA ticket and link it in the PR description that would be great too.

@aednichols aednichols merged commit 892a5d4 into jd_AN-380_hash Feb 14, 2025
38 checks passed
@aednichols aednichols deleted the aen_an_375_metrics_version branch February 14, 2025 19:31
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