Grafana dashboard for filtering k6 result by test scenario

Hi guys, I set a [test-wide tag] in my script and try to configure Garfana by SHOW TAG VALUES WITH KEY = “executionName”, however, the configuration still does not take effect on Garfana. The data on the dashboard is displayed incorrectly or even without data.




Hi @sunnini,
unfortunately, this isn’t an official dashboard and it’s developed by the community so you should import it and change for your use cases.

In any case, you could consider to adapt the dashboard from the timescaledb extension GitHub - grafana/xk6-output-timescaledb: k6 extension to output real-time test metrics to TimescaleDB. or from the InflxuDBv2 extensions https://github.com/grafana/xk6-output-influxdb/tree/main/grafana, we could support more with them.

Let me know if it helps