You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
To track performance issues, we should not just record the complete routing time, but break it down as a histogram and record the time taken for individual parts of the request, ie:
Request validation
Database lookups
Routing completion
All of these times should be included in the final log message, and if an error occurs, we should ensure we still log the timings with that error handler.
The text was updated successfully, but these errors were encountered:
Add's full request timing with validation and routing break-outs. Also logs the request
and validation timing even if validation fails or routing otherwise errors out.
Closes#758
Add's full request timing with validation and routing break-outs. Also logs the request
and validation timing even if validation fails or routing otherwise errors out.
Closes#758
Add's full request timing with validation and routing break-outs. Also logs the request
and validation timing even if validation fails or routing otherwise errors out.
Closes#758
Add's full request timing with validation and routing break-outs. Also logs the request
and validation timing even if validation fails or routing otherwise errors out.
Closes#758
Add's full request timing with validation and routing break-outs. Also logs the request
and validation timing even if validation fails or routing otherwise errors out.
Closes#758
To track performance issues, we should not just record the complete routing time, but break it down as a histogram and record the time taken for individual parts of the request, ie:
All of these times should be included in the final log message, and if an error occurs, we should ensure we still log the timings with that error handler.
The text was updated successfully, but these errors were encountered: