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.jdbc.statement-sanitizer.enabled`| Boolean |`true`| Enables the DB statement sanitization. |
6
-
|`otel.instrumentation.jdbc.experimental.capture-query-parameters`| Boolean |`false`| Enable the capture of query parameters as span attributes. Enabling this option disables the statement sanitization. <p>WARNING: captured query parameters may contain sensitive information such as passwords, personally identifiable information or protected health info. |
7
-
|`otel.instrumentation.jdbc.experimental.transaction.enabled`| Boolean |`false`| Enables experimental instrumentation to create spans for COMMIT and ROLLBACK operations. |
3
+
| System property | Type | Default | Description |
|`otel.instrumentation.jdbc.statement-sanitizer.enabled`| Boolean |`true`| Enables the DB statement sanitization. |
6
+
|`otel.instrumentation.jdbc.experimental.capture-query-parameters`| Boolean |`false`| Enable the capture of query parameters as span attributes. Enabling this option disables the statement sanitization. <p>WARNING: captured query parameters may contain sensitive information such as passwords, personally identifiable information or protected health info. |
7
+
|`otel.instrumentation.jdbc.experimental.transaction.enabled`| Boolean |`false`| Enables experimental instrumentation to create spans for COMMIT and ROLLBACK operations. |
0 commit comments