-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
record backend-errors with latency in epp #17802
record backend-errors with latency in epp #17802
Conversation
✅ Deploy Preview for kyma-project-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/retest-required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see in all cases code="500" eventing_epp_backend_requests_total{code="500",destination_service=""}
, but wantStatus is different in some test cases.
Is this correct?
Is the case where backend http status code is none 500 tested?
this pr is just about the |
* record metrics for failed backend requests * fix some previously missed tests * bump image * change image folder
Description
Changes proposed in this pull request:
Related issue(s)