본문으로 건너뛰기

HTTPC, API Call

Node.js 에이전트의 HTTPC, API Call 관련 옵션을 제공합니다.

  • hook_httpc_patterns String

    HTTP Call을 수행하는 클래스를 설정합니다.

  • httpc_not_found_ignore Boolean

    기본값 false

    Not Found 오류가 특정 시간(httpc_not_found_ignore_time)에 50건 이상 발생하면 모니터링 감지를 무시합니다.

  • httpc_not_found_ignore_time Milisecond

    기본값 300000

    httpc_not_found_ignore 값이 true이면 Not Found 오류를 무시할 시간을 설정합니다.