Aggregate metrics across all test runs

I want to collect metrics for each endpoint and track the health of the endpoints.

It looks like I have the ability to compare two runs, but if I wanted to do something more complex it looks like I would have to export the data and send it to a database?

1 Like

Hi there, welcome to the forum :slight_smile:

Are you using the k6 Cloud or standalone k6 via the command line?

As you say, in the k6 Cloud it’s possible to compare two runs of the same test. What functionality are you missing from this comparison?

You could also use the Grafana data source plugin to export and view the results in Grafana, where you can query and visualize the results in any way you need. InfluxDB+Grafana would also work for local execution.