Skip to content

Support use of TagWith in EntityFramework #2564

@stevejgordon

Description

@stevejgordon

In EF, the TagWith API lets users tag queries with information that is then included in the generated SQL statement.

Our SignatureParser.Parse method doesn't support tags, so they are trimmed as '-- in the span name.

We can review the work required to trim tags from the statement before we attempt to match the first "real" token with the SQL operation.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions