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

BFD-3808: Pipeline submits its own per-dataset metrics to CloudWatch #2524

Merged
merged 10 commits into from
Jan 27, 2025
Prev Previous commit
Next Next commit
Add missing @return to method javadoc
malessi committed Jan 23, 2025

Verified

This commit was signed with the committer’s verified signature.
leijurv leijurv
commit 95b4aa8dda466c4c7038ae53aad9244a624524a9
Original file line number Diff line number Diff line change
@@ -728,6 +728,8 @@ private Timer createTotalTimerForManifest(DataSetManifest manifest) {
*
* @param datasetTimestamp the timestamp text of the dataset to time
* @param isSynthetic whether the dataset is synthetic
* @return the {@link LongTaskTimer} that will be used to actively record the time it is taking
* to processing the dataset
*/
private LongTaskTimer createActiveTimerForDataset(
String datasetTimestamp, boolean isSynthetic) {