Skip to content

Exclude authentication errors from error rate

Igor Drozdov requested to merge id-improve-errors-metrics into main

Most of the time a connection fails due to the client's misconfiguration or when a client cancels a request, so we shouldn't treat them as an error.

Warnings will help us to track the errors whether they happened on the server-side.

The changes are simple to avoid introducing complexity, refactoring is performed in a separate MR: !612 (closed)

Edited by Igor Drozdov

Merge request reports

Loading