06 Mar 2019 03:07 PM
Hi guys,
Customer asks why from modifications dynatrace not list the parameters as it does for queries
modifications
queries
and its not because there are no parameters for example pp of one of the insert:
Any Ideas?
Yos
Solved! Go to Solution.
21 Apr 2020 03:17 PM
I've reach out to Support who stated "when it comes to sql transactions we don't show this detail because potentially there could have been hundreds of changes made in the commit, and it's just something that is not scaleable if we showed this level of detail" and thats why you dont see the statement data at the modification level.
21 Apr 2020 11:30 PM
If you need you can activate the "Bind option" (disable by default) but this will introduce:
- possible GDPR issue. All parameter are captured in "clear" no more [ ?,?,? ]. Personal data inside SQL
- Query are aggregated (performance) by different parameters inside
- overloading on Cluster and monitored application.
Be clear with customer about the impact (and if really need it)
Br
M.