Add sizes to traces (#19851)

added to storage and grid traces. Can provide more context for traces that aren't HTTP. Others may apply.
This commit is contained in:
Klaus Post
2024-05-31 22:17:37 -07:00
committed by GitHub
parent c5b3f5553f
commit e72429c79c
3 changed files with 46 additions and 36 deletions

View File

@@ -405,7 +405,7 @@ func (p *xlStorageDiskIDCheck) WalkDir(ctx context.Context, opts WalkDirOptions,
if err != nil {
return err
}
defer done(&err)
defer done(0, &err)
return p.storage.WalkDir(ctx, opts, wr)
}