Save spans for TransactionScope commit phase with OpenTelemetry.Instrumentation.SqlClient #4394
Unanswered
lukacsandras-betsson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an app that does the following in a
using
block:TransactionScope
TransactionScope.Commit()
Jaeger shows spans for the MS SQL INSERT operations but there is no span for the commit phase of the
TransactionScope
.Can I configure
OpenTelemetry.Instrumentation.SqlClient
to show spans for this? It would be useful because the commit phase sometimes takes as long as 20 seconds, and I want to see what exactly causes it (SQL vs. Couchbase).Beta Was this translation helpful? Give feedback.
All reactions