Go Agent v0.4.0
June 19, 2024
-
New
Supported linux aarch64. -
Changed
Used the security.conf file instead of paramkey.txtIt uses the value of the
paramkey
key in the previous security.conf file. The default value has been changed toWHATAP
instead of a random value. If "WHATAP" is specified, decryption is enabled without entering a key. -
Changed
Changed the normalization option setting for SQL statements.-
Always enable normalization by separating parameters in SQL statements. Always set the
trace_sql_normalize_enabled
option totrue
. -
If you have already disabled the normalization option (disable normalization), activate the setting to normalize and display parameters separately.
- Set the
profile_sql_param_enabled
option totrue
. - Normalized parameters are separately encrypted and collected.
- You can check the data by decrypting it with
paramkey
in security.conf.
- Set the
-
-
Changed
Changed the monitoring stop feature.-
If there is no
trace.Init()
function call (comment and delete), the monitoring is not started. -
enabled
option setting (true
): It stops collecting data. The agent's internal background modules are maintained. -
Set
shutdown
option (true
): It stops all agent features. To restart the application, change theshutdown
option totrue
and then restart the application.
-
-
Fixed
Fixed the issue where the IP of the server in which the agent has been installed, is collected as 127.0.0.1, and collected it as the local address IP connected to the WhaTap server via TCP.