Skip to main content

HTTPC, API Call

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

  • profile_error_httpc_time_max Int

    Default 10000

    If 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.

  • 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 is true, set the time to ignore the Not Found errors.