Skip to content

further SQL parsing improvement #676

@wolframhaussig

Description

@wolframhaussig

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions