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.

  • trace_httpc_normalize_enabled Boolean

    Default true

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

    Note

    Example

    If you declare /a/{v}/b, a/123/b is replaced with a/{v}/b. To register multiple patterns, use comma (,) as the delimiter. The replacement patterns need further refinement after being organized.