diff --git a/content/en/docs/zero-code/java/spring-boot/_index.md b/content/en/docs/zero-code/java/spring-boot/_index.md index bb700dc8545d..859e6ac671a7 100644 --- a/content/en/docs/zero-code/java/spring-boot/_index.md +++ b/content/en/docs/zero-code/java/spring-boot/_index.md @@ -431,6 +431,14 @@ Automatic instrumentation is available for several frameworks: | Micrometer | `otel.instrumentation.micrometer.enabled` | false | | R2DBC (reactive JDBC) | `otel.instrumentation.r2dbc.enabled` | true | +#### Common instrumentation configuration + +Common properties for all database instrumentations: + +| System property | Type | Default | Description | +| ------------------------------------------------------------ | ------- | ------- | -------------------------------------- | +| `otel.instrumentation.common.db-statement-sanitizer.enabled` | Boolean | true | Enables the DB statement sanitization. | + #### JDBC Instrumentation | System property | Type | Default | Description |