Hi,
I have K6 script created for 5 API’s where I used group for each api to capture metrics for each API. I created summary trends for capturing metrics [Avg, Min, max, all percentiles and count]. I need to include throughput and Standard Deviation to each API metrics. Could you please help me in achieving it. Thanks!
1 Like
Hey @karthiksarovenkat,
you should be able to get the throughput of each group by using the full
mode for the End of Test. Check out the documentation here.
Unfortunately, standard deviation is not yet supported. We have an open issue for it, How to add a standard deviation metric · Issue #515 · grafana/k6 · GitHub. Subscribe and add a reaction to get it prioritized higher.
1 Like