Skip to content

Commit

Permalink
Report content of open-telemetry#4552
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti committed May 29, 2024
1 parent 0d48cbc commit 056fd13
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ Out of the box 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 056fd13

Please sign in to comment.