grafana / k6-cloud-feature-requests

The place to propose, dicuss and vote for k6 Cloud features and ideas.
9 stars 1 forks source link

Track failure responses and present them on the HTTP view #43

Closed ppcano closed 9 months ago

ppcano commented 2 years ago

When the SUT starts throwing errors, you often want to check the response body of the failing requests.

To see the info of the failing requests, the user has to update the script to log the failing requests - requiring manual work and adding some boilerplate code. I think the k6 Cloud could be more helpful in this common case.

When the body of a failing request is present, k6 Cloud could automatically save the error data (limiting to a number of error logs per URL request). This will allow presenting error data in context as k6 Cloud does for other k6 internal errors, helping users figure out the problem quickly.

Screenshot 2021-10-07 at 12 31 35

markjmeier commented 9 months ago

Shared with Lukasz for consideration as part of insights team