Oleg Gaidarenko 67cbc7d4cf Chore: use remote cache instead of session storage (#16114) 6 anni fa
..
benchmarks 8e69d7731a moves benchmark script to devenv 7 anni fa
bulk-dashboards cf632c0f11 Fix bulk-dashboards path (#12978) 7 anni fa
bulk_alerting_dashboards fd5acdd857 target gfdev-prometheus datasource 7 anni fa
dev-dashboards 516b7ce845 docs(dev): Update docs about devenv dir (#16208) 6 anni fa
dev-dashboards-without-uid 8880829eda avoid infinite loop in the dashboard provisioner 7 anni fa
docker 67cbc7d4cf Chore: use remote cache instead of session storage (#16114) 6 anni fa
e2e-api-tests 8e5000fb31 moves files from /tests to more appropriate folders 7 anni fa
README.md 516b7ce845 docs(dev): Update docs about devenv dir (#16208) 6 anni fa
create_docker_compose.sh c1f797ed90 moves docker/ to devenv/docker 7 anni fa
dashboards.yaml 8880829eda avoid infinite loop in the dashboard provisioner 7 anni fa
datasources.yaml 0ed32ebcb4 Changed devenv default data source to testdata 6 anni fa
setup.sh 54f7920f0d Remove option r from ln command since its not working everywhere 7 anni fa

README.md

This folder contains useful scripts and configuration for...

  • Configuring dev datasources in Grafana
  • Configuring dev & test scenarios dashboards.
  • Creating docker-compose file with DBs and fake data.

Dev dashboards and data sources

./setup.sh

After restarting grafana server there should now be a number of datasources named gdev-<type> provisioned as well as a dashboard folder named gdev dashboards. This folder contains dashboard & panel features tests dashboards.

Dev dashboards

Please update these dashboards or make new ones as new panels & dashboards features are developed or new bugs are found. The dashboards are located in the devenv/dev-dashboards folder.

docker-compose with databases

./create_docker_compose.sh influxdb prometheus2 elastic5
docker-compose up

This command will create a docker compose file with specified databases configured and ready to run. Each database has a prepared image with some fake data ready to use. For available databases see docker/blocks directory. Mind that for some databases there are multiple images, for example there is prometheus_mac specifically for Macs or different version.