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
Hey! Thanks for a great extension. It looks very promising and I love that it give people an option to create multiple HTTP clients - for instance per vu. This unlock a way to test API protected by mTLS (each client has different cert).
When I gave this extension a try, I noticed that standard request metrics (http_req*) are not collected. For instance, when I run a sample k6 test with classic k6 HTTP client, I can see following output:
...while with the extension, you get only:
Would it be possible to collect those as well? As it is critical visibility piece for majority of perf test. Thanks!
The text was updated successfully, but these errors were encountered:
But indeed we are missing a lot of metrics, this is mentioned on the README and is due to a restriction on the fasthttp package which doesn't allow us to record these metrics.
I will try to work on this when I get some time, thanks!
Hey! Thanks for a great extension. It looks very promising and I love that it give people an option to create multiple HTTP clients - for instance per vu. This unlock a way to test API protected by mTLS (each client has different cert).
When I gave this extension a try, I noticed that standard request metrics (
http_req*
) are not collected. For instance, when I run a sample k6 test with classic k6 HTTP client, I can see following output:...while with the extension, you get only:
Would it be possible to collect those as well? As it is critical visibility piece for majority of perf test. Thanks!
The text was updated successfully, but these errors were encountered: