-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add timeline records for ingress
requests that failed before being called
#2518
Comments
We can't record it as a "call" event because that event needs the response, but we should create an "ingress" event and record that. |
Could these be logged as calls with |
I think it would make more sense to be a separate event, regardless. An ingress request is inherently separate to the Verb call that services it. |
We currently only record calls but it's possible to fail at ingress before hitting the calls event code. This will require updates to the console as well to visualize the ingress events. |
ingress
requests that failed before being called
Use case we are seeing from our partner project:
Code details:
The text was updated successfully, but these errors were encountered: