Skip to content

Commit

Permalink
document otel.instrumentation.common.db-statement-sanitizer.enabled (#…
Browse files Browse the repository at this point in the history
…4552)

Co-authored-by: Fabrizio Ferri-Benedetti <[email protected]>
Co-authored-by: Jean Bisutti <[email protected]>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Trask Stalnaker <[email protected]>
  • Loading branch information
5 people authored May 29, 2024
1 parent 4e71ba1 commit 9c34533
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/en/docs/zero-code/java/spring-boot/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 9c34533

Please sign in to comment.