Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions content/en/database_monitoring/connect_dbm_and_apm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Loading