diff --git a/content/en/database_monitoring/connect_dbm_and_apm.md b/content/en/database_monitoring/connect_dbm_and_apm.md index 37970c8b35555..01a91bd53987a 100644 --- a/content/en/database_monitoring/connect_dbm_and_apm.md +++ b/content/en/database_monitoring/connect_dbm_and_apm.md @@ -25,16 +25,19 @@ Data privacy APM tracer integrations support a *Propagation Mode*, which controls the amount of information passed from applications to the database. - `full` mode sends full trace information to the database, allowing you to investigate individual traces within DBM. This is the recommended solution for most integrations. -- `service` mode sends the service name, allowing you to understand which services are the contributors to database load. This is the only supported mode for Oracle applications. +- `service` mode sends the service name, allowing you to understand which services are the contributors to database load. - `disabled` mode disables propagation and does not send any information from applications. -| DD_DBM_PROPAGATION_MODE | Postgres | MySQL | SQL Server | Oracle | MongoDB | -|:------------------------|:---------:|:-----------:|:----------:|:---------:|:----------:| -| `full` | {{< X >}} | {{< X >}} * | {{< X >}} | | {{< X >}} | -| `service` | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | +| DD_DBM_PROPAGATION_MODE | Postgres | MySQL | SQL Server | Oracle | MongoDB | +|:------------------------|:---------:|:-----------:|:----------:|:------------:|:----------:| +| `full` | {{< X >}} | {{< X >}} * | {{< X >}} | {{< X >}} ** | {{< X >}} | +| `service` | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | \* Full propagation mode on Aurora MySQL requires version 3. +\*\* Full propagation mode on Oracle is curerntly only supported when using Java. + + **Supported application tracers and drivers** | Language | Library or Framework | Postgres | MySQL | SQL Server | Oracle | MongoDB |