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
Add support for creating spans for DB connector operations and capture any relevant data in tags, using standard defined open tracing tags if they exist.
The text was updated successfully, but these errors were encountered:
PR #19 added support for following DB Operations -
"select", "update", "insert", "delete", "bulk-update", "bulk-insert", "bulk-delete",
"stored-procedure".
Missing operations are - "Execute DDL", "Execute Script", and "Query Single".
Add support for creating spans for DB connector operations and capture any relevant data in tags, using standard defined open tracing tags if they exist.
The text was updated successfully, but these errors were encountered: