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 Aug 31, 2022. It is now read-only.
Description
I'm sending events to loki with a webhook configuration.
Events are pushed and accepted with a
204
response code from lokiHowever, because the status code is not
200
, logs are showing this error:kubernetes-event-exporter only consider
http.StatusOK
as a correct response code from this bit of codeProposed solution
Treat all 2xx response code as valid
The text was updated successfully, but these errors were encountered: