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
trueIt enables the function to parse and normalize HTTPC URLs for transactions.
-
trace_httpc_normalize_urls String
Default
NONESet the HTTPC URL patterns to normalize. It deletes the path parameter after parsing the call URL patterns.
NoteFor example, if declared as
/a/{v}/b,a/123/bis replaced bya/{v}/b. For multiple values, use comma (,) as the delimiter. A complement is required after arranging substitution patterns.