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
In our event publisher proxy we only return HTTP 204 for successful deliveries with the jetstream backend and HTTP 503 for every error case. Metrics only get recorded for successful deliveries (204). In order to implement proper SLA tracking we need to record metrics also for unsuccessful deliveries.
exits early if a publishing requests fails on Jetstream. In order to implement the requested change we need to record the metric also in case of an error.
Motivation
In our event publisher proxy we only return HTTP 204 for successful deliveries with the jetstream backend and HTTP 503 for every error case. Metrics only get recorded for successful deliveries (204). In order to implement proper SLA tracking we need to record metrics also for unsuccessful deliveries.
Description
Hints
kyma/components/event-publisher-proxy/pkg/handler/handler.go
Line 303 in d232ed7
Attachments
Original Issue: #15936
The text was updated successfully, but these errors were encountered: