├── LICENSE ├── README.md ├── dashboards └── k6-load-testing-results_rev3.json ├── docker-compose.yml ├── grafana-dashboard.yaml ├── grafana-datasource.yaml ├── run-load-test.ps1 ├── run-load-test.sh └── scripts └── ewoks.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luketn/docker-k6-grafana-influxdb/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luketn/docker-k6-grafana-influxdb/HEAD/README.md -------------------------------------------------------------------------------- /dashboards/k6-load-testing-results_rev3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luketn/docker-k6-grafana-influxdb/HEAD/dashboards/k6-load-testing-results_rev3.json -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luketn/docker-k6-grafana-influxdb/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /grafana-dashboard.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luketn/docker-k6-grafana-influxdb/HEAD/grafana-dashboard.yaml -------------------------------------------------------------------------------- /grafana-datasource.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luketn/docker-k6-grafana-influxdb/HEAD/grafana-datasource.yaml -------------------------------------------------------------------------------- /run-load-test.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luketn/docker-k6-grafana-influxdb/HEAD/run-load-test.ps1 -------------------------------------------------------------------------------- /run-load-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luketn/docker-k6-grafana-influxdb/HEAD/run-load-test.sh -------------------------------------------------------------------------------- /scripts/ewoks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luketn/docker-k6-grafana-influxdb/HEAD/scripts/ewoks.js --------------------------------------------------------------------------------