googleapis / java-spanner

Apache License 2.0
55 stars 110 forks source link

fix: remove unused DmlBatch span #3147

Closed olavloite closed 2 months ago

olavloite commented 3 months ago

The DmlBatch span that was created for DML batches was never used, as all traces were registered on the underlying transaction of the batch. The DmlBatch span was therefore always just an empty sibling span of the Transaction span, which did contain the traces of the statements that were executed.