Skip to content

Grafana plugin panel for webcoach advices intergation

License

Notifications You must be signed in to change notification settings

biglion-tech/grafana-webcoach-panel

Repository files navigation

Webcoach performance advice list panel Plugin for Grafana

The Panel can show the current performance advice list from webcoach metrics

Development

Using Docker:

  1. Clone the repository and cd to it
  2. Run a local Grafana instance with the development version of the plugin: docker run -p 3000:3000 -d --name grafana-plugin-dev --volume $(pwd)/dist:/var/lib/grafana/plugins/webcoach-panel grafana/grafana
  3. Check the logs to see that Grafana has started up: docker logs -f grafana-plugin-dev
  4. Make sure you have https://github.com/gruntjs/grunt-cli installed
  5. Start the "watch" task: grunt watch in plugin folder
  6. Open Grafana at http://localhost:3000/
  7. Log in with username "admin" and password "admin"
  8. Create new dashboard and add the plugin

Using golang

  1. Clone the repository and cd to it
  2. Run yarn build in root folder
  3. Run ./bin/grafana-server
  4. Place your plugin to data/plugins (or another dir if you have custom config.ini)
  5. Add the plugin to dashboard
  6. Run grunt watch in plugin root folder
  7. Make dev, not war, have fun)

About

Grafana plugin panel for webcoach advices intergation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published