-
Notifications
You must be signed in to change notification settings - Fork 360
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
Conversation
object IoCommandBuilder { | ||
def apply(partialBuilders: PartialIoCommandBuilder*): IoCommandBuilder = | ||
new IoCommandBuilder(partialBuilders.toList) | ||
|
||
def apply: IoCommandBuilder = | ||
new IoCommandBuilder(List.empty) | ||
} | ||
|
There was a problem hiding this comment.
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.
There was a problem hiding this 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.
Description
stats.gauges.$environment.cromwell.*${pod:glob}.io.gcs.*.*.m1_rate
Future follow-up for DRS files: AN-422
Release Notes Confirmation
CHANGELOG.md
CHANGELOG.md
in this PRCHANGELOG.md
because it doesn't impact community usersTerra Release Notes