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
The afterResponse hook gets called when a VU receives a response. I want to emit a custom metric during ECONNRESET. In this case, afterResponse does not work since it does not get called. How do I get a hook called (to emit a custom metric or log a request body) after an ECONNRESET?
The text was updated successfully, but these errors were encountered:
Thank you! This works for me. I would be open to contributing documentation on this if there are any guidelines/instructions on how to contribute to Artillery.
The
afterResponse
hook gets called when a VU receives a response. I want to emit a custom metric during ECONNRESET. In this case,afterResponse
does not work since it does not get called. How do I get a hook called (to emit a custom metric or log a request body) after an ECONNRESET?The text was updated successfully, but these errors were encountered: