OTEL Agent v0.2.0
June 19, 2024
-
New
Supported linux aarch64. -
New
Added the feature to collect additional error information from span events.-
Collection is made in case the error is received as an
event
rather than anattribute
. -
Add the agent configuration option to find errors in
event
.whatap.confotel_events_exception_keys=exception.type
otel_events_error_message_keys=exception.message
otel_events_error_stack_keys=exception.stacktrace
otel_events_error_esc_keys=exception.escaped
-
-
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
-
For more information about how to view the data collected by OpenTelemetry in the WhaTap monitoring service, see the following.