Skip to content

Commit 39ce7c1

Browse files
WerNad99aldrickdev
andauthored
Update connect_dbm_and_apm.md (#31858)
* Update connect_dbm_and_apm.md As discussed with TEE: https://dd.slack.com/archives/C027TGQFUMR/p1758634212711959 * Update --------- Co-authored-by: aldrick.castro <[email protected]>
1 parent 589b7d9 commit 39ce7c1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

content/en/database_monitoring/connect_dbm_and_apm.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,19 @@ Data privacy
2525
APM tracer integrations support a *Propagation Mode*, which controls the amount of information passed from applications to the database.
2626

2727
- `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.
28-
- `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.
28+
- `service` mode sends the service name, allowing you to understand which services are the contributors to database load.
2929
- `disabled` mode disables propagation and does not send any information from applications.
3030

31-
| DD_DBM_PROPAGATION_MODE | Postgres | MySQL | SQL Server | Oracle | MongoDB |
32-
|:------------------------|:---------:|:-----------:|:----------:|:---------:|:----------:|
33-
| `full` | {{< X >}} | {{< X >}} * | {{< X >}} | | {{< X >}} |
34-
| `service` | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} |
31+
| DD_DBM_PROPAGATION_MODE | Postgres | MySQL | SQL Server | Oracle | MongoDB |
32+
|:------------------------|:---------:|:-----------:|:----------:|:------------:|:----------:|
33+
| `full` | {{< X >}} | {{< X >}} * | {{< X >}} | {{< X >}} ** | {{< X >}} |
34+
| `service` | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} |
3535

3636
\* Full propagation mode on Aurora MySQL requires version 3.
3737

38+
\*\* Full propagation mode on Oracle is curerntly only supported when using Java.
39+
40+
3841
**Supported application tracers and drivers**
3942

4043
| Language | Library or Framework | Postgres | MySQL | SQL Server | Oracle | MongoDB |

0 commit comments

Comments
 (0)