HTTPC, API Call
It provides the HTTPC and API call related options of the Node.js agent.
-
hook_httpc_patterns String
Set the class that performs the HTTP calls.
-
httpc_not_found_ignore Boolean
Default
false
If more than 50 Not Found errors occur in a certain time (
httpc_not_found_ignore_time
), monitoring detection is ignored. -
httpc_not_found_ignore_time Milisecond
Default
300000
If the value of
httpc_not_found_ignore
istrue
, set the time to ignore the Not Found errors.