Description
Is your feature request related to a problem? Please describe.
Not related to a problem
Describe the solution you'd like
The current AutoSqlSantizer implementation does not provide a useful span name for SQL SET
statements. The only thing in the span in the DB name, not indication what SQL statement is executed until you drill into the details.
Describe alternatives you've considered
No alternatives considered.
Additional context
We use SET
statements independently for configuring Yugabyte and Postgres Row Level Security, but the spans don't have a meaningful name in our observability tooling since there's no special case name sanitizer for this statement.
The implementation of AutoSqlSantizer needs to be updated to have special case handling for SET statements.