HTTPC, API Call
It provides the HTTPC and API call related options of the Node.js agent.
-
profile_error_httpc_time_max Int
Default
10000If the HTTPC execution time exceeds the specified value, it is handled as the SLOW_HTTPC error. If set to
0, it is not treated as an error. -
trace_httpc_normalize_enabled Boolean
Default
trueEnables the function to parse and normalize HTTPC URLs within the transaction.
-
trace_httpc_normalize_urls String
Default
""(empty)Defines the HTTPC URL patterns to normalize. It parses the called URL pattern and removes path parameters.
NoteExample
If you declare
/a/{v}/b,a/123/bis replaced witha/{v}/b. To register multiple patterns, use comma (,) as the delimiter. The replacement patterns need further refinement after being organized.