- Adds visualization for K6 test in https://github.com/owncloud/cdperf.
 - Internal docs only: https://confluence.owncloud.com/display/OT/K6+benchmark+visualization
 
You have to add the dasboards json to this folder config/grafana/dashboards/load-testing in order to make it persistent. Else it may disappear soon.
$ cp docker-compose.override.yml.dist docker-compose.override.yml
$ docker-compose up grafana
- prepare a server + DNS entries
 - clone this repo and 
cdinto it - copy configuration file 
cp .env.dist .env - edit configuration files according your needs
 - run 
docker-compose up -d