Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.62 KB

Development.md

File metadata and controls

36 lines (29 loc) · 1.62 KB

Grafana Riemann streaming datasource

CircleCI

Building the plugin

For building this plugin, there currently is a bug in the toolchain that prevents the correct execution. You need to run rm -rf node_modules/@grafana/data/node_modules in order for it to work. See the github issue for more information on that subject.

  1. Install dependencies
yarn install
  1. Build plugin in development mode or run in watch mode
yarn dev

or

yarn watch
  1. Build plugin in production mode
yarn build

Learn more

Resources that helped me