boulder/web
Jacob Hoffman-Andrews 27e65f3e9f
ratelimits: add detail to error messages (#7871)
For batch operations, include the operation and the number of keys in
the error message. This should help diagnose whether we are getting `i/o
timeout` errors disproportionately for larger requests, or for certain
operations.

Also, make the ignored errors part of the overall WFE request logs,
which allows us to get additional context, like whether certain
requesters or domain names are getting disproportionately many errors.

Related to #7846.
2024-12-05 15:58:26 -08:00
..
context.go ratelimits: add detail to error messages (#7871) 2024-12-05 15:58:26 -08:00
context_test.go web: add feature flag PropagateCancels (#7778) 2024-11-04 14:37:29 -08:00
docs.go Factor out context.go from wfe and wfe2. (#3086) 2017-09-26 13:54:14 -04:00
jwk.go Upgrade go-jose from v2.6.1 to v.4.0.1 (#7345) 2024-04-02 17:49:51 -04:00
probs.go ARI: Return HTTP 409 "Conflict" when the certificate identified by 'replaces' has already been replaced (#7385) 2024-03-21 15:57:22 -04:00
probs_test.go Lay the groundwork for supporting IP identifiers (#7692) 2024-08-30 11:40:38 -07:00
relative.go Remove BaseURL from WFE config. (#3540) 2018-03-09 11:04:02 +00:00
send_error.go WFE: Suppress logging of probs.PausedProblem (#7719) 2024-09-26 11:20:26 -04:00
send_error_test.go WFE: Suppress logging of probs.PausedProblem (#7719) 2024-09-26 11:20:26 -04:00
server.go sfe: Implement self-service frontend for account pausing/unpausing (#7500) 2024-07-10 10:52:33 -04:00
server_test.go sfe: Implement self-service frontend for account pausing/unpausing (#7500) 2024-07-10 10:52:33 -04:00