From 725dba73c1cb0c12d9dab40a752bec5dd6bc8a18 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Tue, 28 May 2024 11:15:35 +0200 Subject: [PATCH 1/4] document otel.instrumentation.common.db-statement-sanitizer.enabled --- content/en/docs/zero-code/java/spring-boot/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) 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..17d8066f2624 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,12 @@ Automatic instrumentation is available for several frameworks: | Micrometer | `otel.instrumentation.micrometer.enabled` | false | | R2DBC (reactive JDBC) | `otel.instrumentation.r2dbc.enabled` | true | +Common properties for all 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 | From bb01923ceb582462a57a4dac2771b5c3757bbeec Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Tue, 28 May 2024 11:30:03 +0200 Subject: [PATCH 2/4] Update content/en/docs/zero-code/java/spring-boot/_index.md Co-authored-by: Jean Bisutti --- content/en/docs/zero-code/java/spring-boot/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 17d8066f2624..f4a55e9abf38 100644 --- a/content/en/docs/zero-code/java/spring-boot/_index.md +++ b/content/en/docs/zero-code/java/spring-boot/_index.md @@ -431,7 +431,7 @@ Automatic instrumentation is available for several frameworks: | Micrometer | `otel.instrumentation.micrometer.enabled` | false | | R2DBC (reactive JDBC) | `otel.instrumentation.r2dbc.enabled` | true | -Common properties for all instrumentations: +Common properties for all database instrumentations: | System property | Type | Default | Description | |--------------------------------------------------------------|---------|---------|----------------------------------------| From e9d4298abcb08ab6758beca0312e71df8f3be7ae Mon Sep 17 00:00:00 2001 From: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Date: Tue, 28 May 2024 09:37:31 +0000 Subject: [PATCH 3/4] Results from /fix:format --- content/en/docs/zero-code/java/spring-boot/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f4a55e9abf38..8ae1d9c0b3bb 100644 --- a/content/en/docs/zero-code/java/spring-boot/_index.md +++ b/content/en/docs/zero-code/java/spring-boot/_index.md @@ -434,7 +434,7 @@ Automatic instrumentation is available for several frameworks: 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 From 387c330ee4d7aaabc4f7aac5282262b042bc4195 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Wed, 29 May 2024 08:54:40 +0200 Subject: [PATCH 4/4] Update content/en/docs/zero-code/java/spring-boot/_index.md Co-authored-by: Trask Stalnaker --- content/en/docs/zero-code/java/spring-boot/_index.md | 2 ++ 1 file changed, 2 insertions(+) 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 8ae1d9c0b3bb..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,8 @@ 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 |