HTTPC, API Call
Node.js 에이전트의 HTTPC, API Call 관련 옵션을 제공합니다.
-
profile_error_httpc_time_max Int
기본값
10000
HTTPC 수행 시간이 지정한 값을 초과하면 SLOW_HTTPC 에러로 처리합니다.
0
으로 설정하면 에러 처리하지 않습니다. -
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 오류를 무시할 시간을 설정합니다.