Hello, I’m trying to get key performance metrics (such as min, max, ave, 90th, etc) display in a table format in Grafana by k6 groups and individual requests. Is it possible to do in Grafana? The k6 metrics are being initially sent to influxDB. Thank you!
Hi @loadtester !
Sorry for the delay in response.
I’m not familiar with InfluxDB, but for instance, we have an example dashboard for the Prometheus remote write, where we have such a table; I’d suggest looking into it as the reference.
The dashboard source code is located there.
Let me know if that helps!
Cheers!