requestTiming - Request Timing (requestTiming)

Provides warnings and diagnostic information for the slow or hung requests.

NameTypeDefaultDescription
slowRequestThresholdA period of time with millisecond precision10sDuration of time that a request can run before being considered slow. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), seconds (s), or milliseconds (ms). For example, specify 500 milliseconds as 500ms. You can include multiple values in a single entry. For example, 1s500ms is equivalent to 1.5 seconds.
hungRequestThresholdA period of time with millisecond precision10mDuration of time that a request can run before being considered hung. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), seconds (s), or milliseconds (ms). For example, specify 500 milliseconds as 500ms. You can include multiple values in a single entry. For example, 1s500ms is equivalent to 1.5 seconds.
sampleRateint
Min: 1
1Rate at which the sampling should happen for the slow request tracking. To sample one out of every n requests, set sampleRate to n. To sample all requests, set sampleRate to 1.
includeContextInfobooleantrueIndicates if the context information details are included in the log output.