mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-06-27 12:37:29 +03:00
follow up https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10177 Add `vmauth_user_request_backend_requests_total` and `vmauth_unauthorized_user_request_backend_requests_total` which track the number of user request errors, and aligned with `vmauth_user_requests_total`. The existing `vmauth_http_request_errors_total` currently only counts requests with `invalid_auth_token`. Once authorization has passed, any subsequent request errors are tracked under `xxx_user_request_backend_requests_total`.