Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(firestore): remove excessive spans on iterator (googleapis#4163)
Currently the trace span is logged for each iterator.Next() even if it's not sending an RPC. Therefore, only the first iteration is actually useful, the rest happens in memory and not networked. Fixes googleapis#4133. Signed-off-by: Ahmet Alp Balkan <[email protected]> Co-authored-by: Christopher Wilcox <[email protected]> Co-authored-by: Chris Cotter <[email protected]>
- Loading branch information