-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
35805: sql: create a span per sql statement r=andreimatei a=andreimatei Before this patch, statements did not have their own spans. Instead, transactions had spans. This dates from a time when the TxnCoordSender would capture the span of the first write and expect it to live for the duration of the transaction, but that stopped being the case a while ago. This patch makes each statement create its own span. Release note: None Co-authored-by: Andrei Matei <[email protected]>
- Loading branch information
Showing
9 changed files
with
424 additions
and
368 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.