grafana / xk6-dashboard

A k6 extension that makes k6 metrics available on a web-based dashboard.
GNU Affero General Public License v3.0
334 stars 30 forks source link

bugFix: README error #183

Closed a6a18 closed 4 months ago

a6a18 commented 4 months ago

I found an error in the README.md. When using the command k6 run --out dashboard=export=test-report.html script.js for testing, an error occurs: ERRO[0000] invalid output type 'dashboard', available types are: cloud, csv, experimental-prometheus-rw, influxdb, json, statsd, web-dashboard. I suspect the document has not been updated.

CLAassistant commented 4 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

szkiba commented 4 months ago

Hi @a6a18 , Sorry for the inconvenience. This is not a bug, but the README is valid for the next release. Unfortunately, more time passes between the two releases than originally planned. That is: in the next release, the extension will be available under the name "dashboard" (not "web-dashboard"). This is necessary so that the dashboard built into k6 and the dashboard built as an extension do not come into conflict.

a6a18 commented 4 months ago

I see. Thanks for clarifying. 😊