.NET Agent v2.4.3
June 25, 2025
-
NewAdded theapp_context_statcategory to matrix metrics.-
app_context_enabled Boolean
-
Default:
false -
When set to
true, enables the fullapp_context_statdata collection feature.
-
-
app_context_parser
-
Use one of:
default,prefix,match -
default: Default parser (extracts the first path segment) -
prefix: Prefix-matching parser (most flexible) -
match: Exact-matching parser (matches only fully identical paths)
-
-
app_context_parser_reset Number
-
Default:
0 -
A counter that forcibly resets the parser’s internal cache and configuration.
-
-
app_context_path_depth Number
-
Default:
1 -
Specifies the depth of path segments to extract from the URL (used only with the default parser)
-
-
app_context_path_set String
-
Defines a mapping of monitored paths and their display names. Use a comma (
,) to separate multiple values. -
Example:
name1@url1,name2@url2,url3,name4@url4
-
-
-
NewAdded an option to display the original URL in step traces when URL normalization is applied.-
step_origin_url_enabled Boolean
- Default:
false
- Default:
-
-
FixedFixed an issue where the original URL was not displayed in record summaries when URL normalization was applied.