GoshPosh / grafana-meta-queries

Grafana plugin for calculating time period metrics like week over week, month over month and year over year etc.
Apache License 2.0
285 stars 71 forks source link

Easy Debugging with docker compose #74

Closed danez closed 2 years ago

danez commented 4 years ago

This adds two files for debugging, on is the docker-compose config and the other is the config for a fake test datasource.

How to use it:

  1. Install docker for your OS
  2. In the project folder run docker-compose up
  3. go to http://127.0.0.1:3000/ and login with admin:admin and test the meta query plugin.
  4. When you are done just press Ctrl+C in the commandline where docker-compose was running.

The version in the docker-compose config is set to latest, but can be changed to any version down to 2.x

Not sure if you want to merge this, it just made it super easy for me to test different versions.

stefanhoth commented 4 years ago

I'd appreciate if that would be available to everyone.

ShilpaSivanesan commented 2 years ago

Thanks for you contribution @danez. Really appreciate it.