docker-k6-grafana-influxdb icon indicating copy to clipboard operation
docker-k6-grafana-influxdb copied to clipboard

Demonstrates how to run load tests with containerised instances of K6, Grafana and InfluxDB

Results 4 docker-k6-grafana-influxdb issues
Sort by recently updated
recently updated
newest added

Hi @luketn how are your? I am writing you since i am having an error running the docker-compose run k6 run /scripts/ewoks.js I have clone the repository and from docker-k6-grafana-influxdb...

Change docker image because the actual image is deprecate. ![image](https://github.com/luketn/docker-k6-grafana-influxdb/assets/29072330/fb2795ba-2fad-4aec-8c7d-ad3c9e300e84) I propouse this changes: ![image](https://github.com/luketn/docker-k6-grafana-influxdb/assets/29072330/1fe4b193-0f24-4880-9c66-830c0830c68d)

Update Docker Compose call, now in the Docker CLI, `docker compose` Change old graph panel to time series panel time series Add support to http_req_failed metrics in errors per second...

- Changed k6 image since loadimpact/k6:latest is deprecated. The working image is grafana/k6:latest - When specifying volumes, add the actual file that you want to mount in the container.