Skip to main content

HTTPC, API Call

HTTPC and API call options

It provides the HTTPC and API call related options of the .NET agent.

  • trace_httpc_normalize_enabled Boolean

    Default true

    It enables the function to parse and normalize HTTPC URLs for transactions.

  • trace_httpc_normalize_urls String

    Default NONE

    Set the HTTPC URL patterns to normalize. It deletes the path parameter after parsing the call URL patterns.

    Note

    For example, if declared as /a/{v}/b, a/123/b is replaced by a/{v}/b. For multiple values, use comma (,) as the delimiter. A complement is required after arranging substitution patterns.