.NET Agent v2.0.8
May 31, 2023
-
New
Added the following agent setting options.-
transaction_status_error_enable Boolean
Default
true
If an HTTP status code that is not a normal response, such as HTTP 401 or 403, is returned, it is handled as an error.
-
status_ignore String
Set the
STATUS_ERROR
codes to ignore. For multiple values, use comma (,) as the delimiter. -
status_ignore_set String
whatap.error.STATUS_ERROR
is ignored. For multiple values, use comma (,) as the delimiter. -
httpc_status_error_enable Boolean
Default
true
Determine whether or not to return
HTTPC_ERROR
. -
httpc_status_ignore String
Set the
HTTPC_ERROR
codes to ignore. For multiple values, use comma (,) as the delimiter. -
httpc_status_ignore_set String
whatap.error.HTTPC_ERROR
is ignored. For multiple values, use comma (,) as the delimiter.Set it as
httpc_status_ignore_set=/a/b/c:400,/a/ab/c:404
. In Statistics/Error Analysis, enter the value forHTTPC_URL
. -
profile_http_parameter_enabled Boolean
Default
false
To record HTTP parameters in the trace details, set this to
true
. Parameters can be viewed by entering a separate security key.Set the security key to 6 digits in the WAS server's
${WHATAP_AGENT_HOME}
/paramkey.txt file. If paramkey.txt does not exist, it is automatically generated as a random value. -
profile_http_parameter_url_prefix String
It is used to define the prefix of URL to record HTTP parameters in the trace details.
-
profile_http_parameter_keys String
Only the parameters corresponding to the set key are recorded. For multiple values, use comma (,) as the delimiter.
-
-
Fixed
Modified the error display missing parts.