mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-03 10:10:21 +00:00
When Prometheus returns an HTTP error (4xx/5xx), the error message now includes the status code and reason phrase. Previously, only the response body was shown, which made it difficult to diagnose issues like HTTP 403 errors caused by missing authorization policies. Fixes fluxcd/flagger#1434 Signed-off-by: rohansood10 <rohansood10@users.noreply.github.com>