-
Notifications
You must be signed in to change notification settings - Fork 326
Closed
Description
Is your feature request related to a problem? Please describe.
We would like to further improve the Span naming for JDBC spans
- Calling DB procedures
- SQL "{call demoSp(?, ?)}" gets the name "{call"
- SQL "{ call demoSp(?, ?)}" gets the name "{"
- SQL merge
- SQL "Merge into testTable using(select * from table2) src ..." gets the name "Merge"
Describe the solution you'd like
For the "{call demoSp(?, ?)}" I would like to get "call demoSp" as Span name.
For "Merge into testTable ..." I would like to get at least "Merge testTable", maybe it is even possible to get "Merge testTable with table2" as span name?
Metadata
Metadata
Assignees
Labels
No labels