Skip to content

Do not truncate SQL queries in Span description #1974

@antonpirker

Description

@antonpirker

Problem Statement

Python SDK truncates SQL queries and appends an ellipsis at the end. Depending on the length of the parameter list, the query might be truncated in different places, which affects issue grouping in performance issues.

Solution Brainstorm

Why not just always put the whole (parameterized) SQL query in there?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions