Hi,
I want to be able to get such key metric: http_reqs{scenario:my_test, status:200} in the final summary report generated by k6 but without defining the threshold in the k6 script.
Because so far, I can get it in the results summary.json output only by defining it as threshold!
Thanks