You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [sqlcommenter](https://google.github.io/sqlcommenter/) feature can be enabled using configuration directive, currently it can be used with `postgresql` and `mysql` drivers only.
This feature by default will append a SQL comment to the query statement with the information about the code that executed the query.
49
-
The SQL comment can be configured to prepend to the query statement using the following configuration directive:
48
+
The modified query statement by default will not update `TraceAttributes::DB_QUERY_TEXT` due to high cardinality risk, but it can be configured using the following configuration directive:
The modified query statement by default will not update `TraceAttributes::DB_QUERY_TEXT` due to high cardinality risk, but it can be configured using the following configuration directive:
56
+
57
+
This feature by default will append a SQL comment to the query statement with the information about the code that executed the query.
58
+
The SQL comment can be configured to prepend to the query statement using the following configuration directive:
0 commit comments