googleapis / java-spanner

Apache License 2.0
54 stars 111 forks source link

feat: include thread name in traces #3173

Closed olavloite closed 3 months ago

olavloite commented 3 months ago

Include the name of the tread that is executing a statement in the traces that are generated, so it is easier to debug concurrency issues. Sometimes, it is not clear whether a statement is being executed by a background worker thread or the main thread.