You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(dbapi2): include object name in procedure call spans (#1938)
* feat(dbapi2): include object name in procedure call spans
Include the name of the procedure in the name of the span.
Examples:
CALL procedure()
EXECUTE procedure
Issue: #1937
* feat(dbapi2): use span action exec for procedure calls
Set span action to exec instead of query for procedure calls
not using callproc().
Issue: #1937
0 commit comments