You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/database_monitoring/connect_dbm_and_apm.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,19 @@ Data privacy
25
25
APM tracer integrations support a *Propagation Mode*, which controls the amount of information passed from applications to the database.
26
26
27
27
-`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.
29
29
-`disabled` mode disables propagation and does not send any information from applications.
30
30
31
-
| DD_DBM_PROPAGATION_MODE | Postgres | MySQL | SQL Server | Oracle | MongoDB |
0 commit comments