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
|`otel.instrumentation.r2dbc.statement-sanitizer.enabled`| Boolean |`true`| Enables the DB statement sanitization. |
6
6
|`otel.instrumentation.r2dbc.statement-sanitizer.ansi-quotes`| Boolean |`false`| Sets whether the SQL sanitizer should treat double-quoted fragments as string literals or identifiers. By default, double quotes are used for string literals. When the sanitizer is able to detect that the used database does not support double-quoted string literals then this flag will be automatically switched. |
7
-
|`otel.instrumentation.r2dbc.experimental.sqlcommenter.enabled`| Boolean |`false`| Enables augmenting queries with a comment containing the tracing information. See [sqlcommenter](https://google.github.io/sqlcommenter/) for more info. WARNING: augmenting queries with tracing context will make query texts unique, which may have adverse impact on database performance. Consult with database experts before enabling. |
7
+
|`otel.instrumentation.r2dbc.experimental.sqlcommenter.enabled`| Boolean |`false`| Enables augmenting queries with a comment containing the tracing information. See [sqlcommenter](https://google.github.io/sqlcommenter/) for more info. WARNING: augmenting queries with tracing context will make query texts unique, which may have adverse impact on database performance. Consult with database experts before enabling. |
0 commit comments