Skip to main content

.NET Agent v2.4.3

June 25, 2025

  • New Added the app_context_stat category to matrix metrics.

    • app_context_enabled Boolean

      • Default: false

      • When set to true, enables the full app_context_stat data 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

  • New Added an option to display the original URL in step traces when URL normalization is applied.

    • step_origin_url_enabled Boolean

      • Default: false
  • Fixed Fixed an issue where the original URL was not displayed in record summaries when URL normalization was applied.

Info

Download

.NET Agent download

  • Windows Server 20012 is the minimum requirement.